phpbb/phpBB/includes/template
Nathaniel Guse f08330f762 Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/twig
# By Dhruv (7) and others
# Via Andreas Fischer (7) and others
* 'develop' of https://github.com/phpbb/phpbb3:
  [ticket/11593] initialize $is_expr as null before being passed to get_varref
  [ticket/9341] Assert that page doesnt contain next or prev page posts
  [ticket/9341] Follow the Next/Prev link in tests follow the next/prev link and then assert if the page contains its last post or not
  [ticket/9341] remove PREV_PAGE tpl var used for backward compatability
  [ticket/11618] Replace glob() with scandir() and string matching
  [ticket/9341] Add tests for checking Next and Previous template vars
  [ticket/9341] Move create_topic and post into functional test case
  [ticket/11615] Fix typo in creation_test
  [ticket/11615] Remove magic number in creation_test
  [ticket/11615] Rename class in file to match
  [ticket/11615] Rename init_test to creation_test for clarity
  [ticket/9341] Use U_PREVIOUS and U_NEXT in template files
  [ticket/9341] Correctly named template vars

Conflicts:
	tests/template/template_test_case.php
2013-07-01 12:03:24 -05:00
..
twig [feature/twig] A bit of cleanup in twig.php 2013-07-01 11:52:03 -05:00
compile.php [ticket/11435] Create new template filter option (cleanup) 2013-05-20 11:45:32 -05:00
context.php [feature/twig] Add S_BLOCK_NAME to context, set S_NUM_ROWS in alter_block 2013-07-01 10:57:57 -05:00
filter.php [ticket/11593] initialize $is_expr as null before being passed to get_varref 2013-06-29 15:26:36 +05:30
locator.php [feature/template-events] Cosmetic changes. 2012-11-17 16:40:00 -05:00
phpbb.php [feature/twig] Replace phpBB template with Twig 2013-06-10 12:59:47 -05:00
renderer.php [ticket/10756] Renaming template classes 2012-04-19 04:15:11 +02:00
renderer_eval.php [ticket/10756] Renaming phpbb_style_template to phpbb_template 2012-04-19 04:25:25 +02:00
renderer_include.php [ticket/10756] Renaming template classes 2012-04-19 04:15:11 +02:00
template.php [feature/twig] Working on fixing tests 2013-06-24 15:28:54 -05:00