aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13616] Updates direct call to twig environment constructorTristan Darricau2016-04-035-10/+5
| | | | PHPBB3-13616
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-313-4/+0
| | | | PHPBB3-14576
* [ticket/14457] Don't set CSS to JS and JS to CSSTristan Darricau2016-02-181-0/+1
| | | | PHPBB3-14457
* [ticket/13995] Fix errors in tests from merge conflictMatt Friedman2015-07-081-2/+2
| | | | PHPBB3-13995
* Merge branch '3.1.x'Marc Alexander2015-07-081-4/+4
|\ | | | | | | | | Conflicts: tests/template/template_includecss_test.php
| * [ticket/13995] Remove projection from testsMatt Friedman2015-07-081-4/+4
| | | | | | | | PHPBB3-13995
* | Merge pull request #3609 from Nicofuma/ticket/13839Andreas Fischer2015-05-141-1/+1
|\ \ | | | | | | | | | | | | | | | | | | [ticket/13839] Don't be dependent on the phpBB root directory name in tests * Nicofuma/ticket/13839: [ticket/13839] Don't be dependent on the phpBB root directory name in tests
| * | [ticket/13839] Don't be dependent on the phpBB root directory name in testsNicofuma2015-05-141-1/+1
| | | | | | | | | | | | PHPBB3-13839
* | | [ticket/13804] Make template's user dependency optionalMateBartus2015-05-055-5/+5
|/ / | | | | | | PHPBB3-13804
* | [ticket/13638] Inject $filesystem in \phpbb\template\assetNicofuma2015-05-056-5/+20
| | | | | | | | PHPBB3-13638
* | [ticket/13638] Add testsNicofuma2015-05-041-0/+49
| | | | | | | | PHPBB3-13638
* | [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-022-3/+24
| | | | | | | | PHPBB3-13762
* | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-166-11/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* | [ticket/13132] Enable twig expressions testsNicofuma2015-03-054-10/+27
| | | | | | | | PHPBB3-13132
* | [ticket/13132] Twig: Add loops content to the root contextTristan Darricau2015-03-0517-3/+329
| | | | | | | | PHPBB3-13132
* | [ticket/13139] Fix testsNicofuma2015-02-031-9/+2
| | | | | | | | PHPBB3-13139
* | [ticket/10388] Update testsMatt Friedman2015-01-291-1/+1
| | | | | | | | PHPBB3-10388
* | [ticket/13359] Add phpbb\template\twig\environment to template constructorJoas Schilling2014-11-221-1/+29
| | | | | | | | PHPBB3-13359
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-11-214-9/+88
|\ \ | |/
| * [ticket/13133] Add unit testsTristan Darricau2014-10-094-9/+88
| | | | | | | | PHPBB3-13133
* | [ticket/12661] Fix unit testsTristan Darricau2014-09-021-1/+21
| | | | | | | | PHPBB3-12661
* | Merge branch 'develop-ascraeus' into developMarc Alexander2014-09-021-0/+59
|\ \ | |/
| * [ticket/12661] Add new line at the end of filesPico2014-08-251-1/+1
| | | | | | | | PHPBB3-12661
| * [ticket/12661] Add template testPico882014-08-241-0/+59
| | | | | | | | PHPBB3-12661
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-101-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12932] Remove set_datetime_class method from user class [ticket/12932] Fix tests and calls to create_datetime [ticket/12932] Add method for getting the datetime class and allow overriding Conflicts: phpBB/config/services.yml
| * [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-101-1/+1
| | | | | | | | PHPBB3-12932
* | [ticket/11649] Expose Twig through the containerTristan Darricau2014-08-093-3/+64
|/ | | | PHPBB3-11649
* Merge pull request #2676 from Nicofuma/ticket/12787Joas Schilling2014-07-083-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12787] Allow the route to say that the referer has to be used. * Nicofuma/ticket/12787: [ticket/12787] Updates phpbb_mock_controller_helper [ticket/12787] Add controller_helper::get_current_url() [ticket/12787] Remove one app.php when it's both in $path and $web_root_path [ticket/12787] Fix the absolute board url [ticket/12787] Use a parameter (_referer) instead of the Referer header [ticket/12099] Add unit tests for get_web_root_path_from_ajax_referer() [ticket/12099] Remove config again [ticket/12099] Correctly fix the path when performing AJAX requests [ticket/12099] Add request argument to path_helper service
| * [ticket/12099] Remove config againJoas Schilling2014-06-293-3/+0
| | | | | | | | PHPBB3-12099
| * [ticket/12099] Add request argument to path_helper servicePico882014-06-293-0/+6
| | | | | | | | PHPBB3-12099
* | [ticket/12781] Add testsTristan Darricau2014-06-272-0/+8
|/ | | | PHPBB3-12781
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-2710-30/+70
| | | | PHPBB3-12594
* [ticket/12382] Event loop nesting inclusion applies to regular includes tooNils Adermann2014-05-032-3/+2
| | | | PHPBB3-12382
* [ticket/12382] Allow nested loops in included files.Nils Adermann2014-05-032-3/+2
| | | | | | They have to reference the fully qualified loop name in BEGIN and END. PHPBB3-12382
* [ticket/12382] Mark broken nested loop with include as incompleteJoas Schilling2014-04-142-2/+15
| | | | PHPBB3-12382
* [ticket/12382] Add template test for subloops inside includesJoas Schilling2014-04-123-0/+19
| | | | PHPBB3-12382
* [ticket/12382] Add template test for subloops inside eventsJoas Schilling2014-04-103-0/+18
| | | | PHPBB3-12382
* [ticket/7580] Add test for IF {VAR} is defined in templatesMatt Friedman2014-03-162-0/+11
| | | | | | | | | | http://tracker.phpbb.com/browse/PHPBB3-7580 This test demonstrates that is possible to test if a variable exists and then use it if it does, similar to using isset(), but in template/twig syntax. <!— IF {VAR} is defined —>{VAR}<!— ENDIF —> PHPBB3-7580
* [ticket/10288] Test to make sure included templates have proper variable scopeNathan Guse2014-03-133-0/+12
| | | | PHPBB3-10288
* [ticket/12224] Add assign_block_vars_array() test.rxu2014-03-101-0/+34
| | | | | | Add tests, also change return value to null. PHPBB3-12224
* [ticket/11943] New line at EOF for define_error.htmlNathan Guse2013-11-111-1/+1
| | | | PHPBB3-11943
* [ticket/11943] Forgot template file for testNathan Guse2013-11-091-0/+2
| | | | PHPBB3-11943
* [ticket/11943] Throw an exception if DEFINE is setup improperlyNathan Guse2013-11-091-0/+8
| | | | PHPBB3-11943
* [ticket/11943] Add test for DEFINE $VAR = falseNathan Guse2013-11-042-1/+7
| | | | PHPBB3-11943
* [ticket/11874] Fix testsNathan Guse2013-10-102-15/+15
| | | | PHPBB3-11874
* [ticket/11852] Split filesystem and path_helper into 2 classesJoas Schilling2013-09-265-21/+24
| | | | PHPBB3-11852
* Merge remote-tracking branch 'EXreaction/ticket/11816-2' into developJoas Schilling2013-09-262-1/+4
|\ | | | | | | | | * EXreaction/ticket/11816-2: [ticket/11816] Fix multiple parenthesis as well before $VARs in templates
| * [ticket/11816] Fix multiple parenthesis as well before $VARs in templatesNathan Guse2013-09-192-1/+4
| | | | | | | | PHPBB3-11816
* | [ticket/11700] Fix unit tests after develop mergeNils Adermann2013-09-173-5/+5
| | | | | | | | PHPBB3-11700
* | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-175-18/+43
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-phpbb/develop: [ticket/11832] Correct paths in tests [ticket/11832] Correct ROOT_PATH variable [ticket/11832] get_url() from phpbb_template_asset should return web path [ticket/11832] Fix INCLUDE(JS/CSS) [ticket/11832] Fix constructions of phpbb_filesystem [ticket/11832] Fix smiley paths [ticket/11832] Create phpbb_symfony_request to handle initiating symfony_request [ticket/11832] Fix build_url and the S_LOGIN_ACTION [ticket/11832] Changing comments to say app.php rather than index.php [ticket/11832] We must instantiate the $phpbb_filesystem in common [ticket/11832] Fix the web path corrections [ticket/11832] More extensive testing [ticket/11832] Use dirname(__FILE__) [ticket/11832] Use $phpbb_filesystem instead of the container in append_sid Revert "[ticket/11832] Make $phpbb_container a global initiated by the framework" [ticket/11832] Make $phpbb_container a global initiated by the framework [ticket/11832] Fix log tests [ticket/11832] update_web_root_path helper and tests [ticket/11832] Inject dependencies for phpbb_get_web_root_path (also moving) Conflicts: phpBB/common.php phpBB/config/services.yml phpBB/includes/bbcode.php phpBB/includes/functions.php phpBB/includes/functions_messenger.php phpBB/install/index.php phpBB/phpbb/filesystem.php phpBB/phpbb/template/twig/environment.php phpBB/phpbb/template/twig/node/includeasset.php phpBB/phpbb/template/twig/twig.php tests/controller/helper_url_test.php tests/dbal/migrator_test.php tests/extension/manager_test.php tests/extension/metadata_manager_test.php tests/filesystem/clean_path_test.php tests/mock/extension_manager.php tests/template/template_events_test.php tests/template/template_test_case.php tests/template/template_test_case_with_tree.php tests/test_framework/phpbb_functional_test_case.php