| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | [ticket/13804] Remove unnecessary array_merge | MateBartus | 2015-05-11 | 1 | -6/+1 | |
| | | | | | | | | | | | | | PHPBB3-13804 | |||||
| * | | | [ticket/13804] Make template's user dependency optional | MateBartus | 2015-05-05 | 1 | -3/+21 | |
| | | | | | | | | | | | | | PHPBB3-13804 | |||||
| * | | | [ticket/13638] Inject $filesystem in \phpbb\template\asset | Nicofuma | 2015-05-05 | 2 | -6/+21 | |
| |/ / | | | | | | | PHPBB3-13638 | |||||
| * | | [ticket/13762] Replace user service with lang in twig extension | MateBartus | 2015-05-02 | 1 | -6/+6 | |
| | | | | | | | | | PHPBB3-13762 | |||||
| * | | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 1 | -2/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] Twig: Add loops content to the root context | Tristan Darricau | 2015-03-05 | 1 | -0/+6 | |
| | | | | | | | | | PHPBB3-13132 | |||||
| * | | [ticket/10388] Update deprecation comment | Matt Friedman | 2015-01-31 | 1 | -1/+2 | |
| | | | | | | | | | PHPBB3-10388 | |||||
| * | | [ticket/10388] Update deprecation date for addslashes | Matt Friedman | 2015-01-29 | 1 | -1/+1 | |
| | | | | | | | | | PHPBB3-10388 | |||||
| * | | [ticket/10388] Use TWIG escape JS filter instead of addslashes | Matt Friedman | 2015-01-29 | 2 | -5/+5 | |
| | | | | | | | | | PHPBB3-10388 | |||||
| * | | Merge branch 'develop-ascraeus' into develop | Tristan Darricau | 2015-01-20 | 1 | -4/+4 | |
| |\ \ | |/ | | | | | | | * develop-ascraeus: [ticket/13133] Fix variable name in set_custom_style() | |||||
| | * | [ticket/13133] Fix variable name in set_custom_style() | Matt Friedman | 2015-01-20 | 1 | -4/+4 | |
| | | | | | | | | | PHPBB3-13133 | |||||
| | * | Merge pull request #3099 from Senky/ticket/13266 | Joas Schilling | 2014-12-27 | 1 | -0/+5 | |
| | |\ | | | | | | | | | | [ticket/13266] Enabling twig dump function if DEBUG is defined | |||||
| | | * | [ticket/13266] Enable twig dump function | Jakub Senko | 2014-11-01 | 1 | -0/+5 | |
| | | | | | | | | | | | | | PHPBB3-13266 | |||||
| * | | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2014-11-21 | 1 | -4/+28 | |
| |\ \ \ | |/ / | ||||||
| | * | | [ticket/13133] Rename $ok variable | Tristan Darricau | 2014-11-07 | 1 | -4/+4 | |
| | | | | | | | | | | | | | PHPBB3-13133 | |||||
| | * | | [ticket/13133] Allow @vendor_name for includecss | Tristan Darricau | 2014-10-08 | 1 | -4/+28 | |
| | |/ | | | | | | | PHPBB3-13133 | |||||
| * | | Merge branch 'develop-ascraeus' into develop | Marc Alexander | 2014-09-02 | 1 | -0/+4 | |
| |\ \ | |/ | ||||||
| | * | [ticket/12661] Add template test | Pico88 | 2014-08-24 | 1 | -1/+1 | |
| | | | | | | | | | PHPBB3-12661 | |||||
| | * | [ticket/12661] Load extensions templates from "all" folder by render() | Pico88 | 2014-08-24 | 1 | -0/+4 | |
| | | | | | | | | | PHPBB3-12661 | |||||
| * | | [ticket/12957] Removed unused use | Tristan Darricau | 2014-08-10 | 1 | -3/+0 | |
| | | | | | | | | | PHPBB3-12957 | |||||
| * | | [ticket/12957] Update the constructions of the template engine | Tristan Darricau | 2014-08-10 | 2 | -0/+6 | |
| | | | | | | | | | PHPBB3-12957 | |||||
| * | | [ticket/11649] Fix coding style | Tristan Darricau | 2014-08-09 | 1 | -7/+9 | |
| | | | | | | | | | PHPBB3-11649 | |||||
| * | | [ticket/11649] Expose Twig through the container | Tristan Darricau | 2014-08-09 | 2 | -30/+39 | |
| |/ | | | | PHPBB3-11649 | |||||
| * | [ticket/12557] Template fixes | n-aleha | 2014-08-03 | 3 | -6/+6 | |
| | | | | | PHPBB3-12557 | |||||
| * | [ticket/12781] Template regex for IF catch too many things | Tristan Darricau | 2014-06-27 | 1 | -1/+1 | |
| | | | | | PHPBB3-12781 | |||||
| * | [ticket/12715] Cleanup comments in \phpbb\template\* | Tristan Darricau | 2014-06-15 | 17 | -124/+126 | |
| | | | | | PHPBB3-12715 | |||||
| * | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594 | Yuriy Rusko | 2014-05-28 | 1 | -6/+26 | |
| |\ | ||||||
| | * | [ticket/12509] Add example in doc block | Tristan Darricau | 2014-05-27 | 1 | -0/+4 | |
| | | | | | | | | | PHPBB3-12509 | |||||
| | * | [ticket/12509] Fix doc block | Tristan Darricau | 2014-05-13 | 1 | -1/+1 | |
| | | | | | | | | | PHPBB3-12509 | |||||
| | * | [ticket/12509] Fix the call to set_custom_file in adm/index and messenger | Tristan Darricau | 2014-05-13 | 1 | -3/+11 | |
| | | | | | | | | | PHPBB3-12509 | |||||
| | * | [ticket/12509] Add an option to set the path of custom file for extensions | Tristan Darricau | 2014-05-13 | 1 | -5/+13 | |
| | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12509 PHPBB3-12509 | |||||
| * | | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 23 | -71/+166 | |
| |/ | | | | PHPBB3-12594 | |||||
| * | [ticket/12382] Allow nested loops in included files. | Nils Adermann | 2014-05-03 | 1 | -4/+11 | |
| | | | | | | | They have to reference the fully qualified loop name in BEGIN and END. PHPBB3-12382 | |||||
| * | [ticket/12100] Re-order arguments in template environment constructor | Matt Friedman | 2014-01-27 | 2 | -7/+8 | |
| | | | | | PHPBB3-12100 | |||||
| * | [ticket/12100] Ensure enabled extensions are fresh in Twig environment | Matt Friedman | 2014-01-27 | 2 | -7/+7 | |
| | | | | | PHPBB3-12100 | |||||
| * | [ticket/11943] Throw an exception if DEFINE is setup improperly | Nathan Guse | 2013-11-09 | 1 | -0/+7 | |
| | | | | | PHPBB3-11943 | |||||
| * | [ticket/11943] Split fix_inline_variable_tokens into 3 steps | Nathan Guse | 2013-11-08 | 1 | -10/+50 | |
| | | | | | | | | DEFINE shouldn't add/remove surrounding quotes, but must have the inline variable tokens fixed PHPBB3-11943 | |||||
| * | [ticket/11943] Require stricter DEFINE statements for templates | Nathan Guse | 2013-11-08 | 1 | -9/+1 | |
| | | | | | PHPBB3-11943 | |||||
| * | [ticket/11943] Do not quote the value when it is exactly true, false, or null | Nathan Guse | 2013-11-04 | 1 | -0/+8 | |
| | | | | | | | Quoting these can change the meaning of the value (e.g. 'false' == true) PHPBB3-11943 | |||||
| * | [task/code-sniffer] Replace spaces with tabs. | Andreas Fischer | 2013-10-30 | 3 | -43/+43 | |
| | | | | | PHPBB3-11980 | |||||
| * | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files. | Andreas Fischer | 2013-10-30 | 19 | -152/+0 | |
| | | | | | PHPBB3-11980 | |||||
| * | [task/code-sniffer] Fix argument list spacing. | Andreas Fischer | 2013-10-29 | 1 | -1/+1 | |
| | | | | | PHPBB3-11980 | |||||
| * | [ticket/11981] Fix code sniffer complaints | Marc Alexander | 2013-10-28 | 2 | -2/+2 | |
| | | | | | PHPBB3-11981 | |||||
| * | [ticket/11852] Split filesystem and path_helper into 2 classes | Joas Schilling | 2013-09-26 | 3 | -23/+23 | |
| | | | | | PHPBB3-11852 | |||||
| * | Merge remote-tracking branch 'EXreaction/ticket/11816-2' into develop | Joas Schilling | 2013-09-26 | 1 | -4/+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 templates | Nathan Guse | 2013-09-19 | 1 | -4/+4 | |
| | | | | | | | | | PHPBB3-11816 | |||||
| * | | [ticket/11700] Replace some leftover phpbb_filesystem uses | Nils Adermann | 2013-09-17 | 1 | -2/+2 | |
| | | | | | | | | | PHPBB3-11700 | |||||
| * | | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700 | Nils Adermann | 2013-09-17 | 3 | -13/+48 | |
| |\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
| | * | [ticket/11832] get_url() from phpbb_template_asset should return web path | Nathan Guse | 2013-09-15 | 1 | -2/+2 | |
| | | | | | | | | | PHPBB3-11832 | |||||
| | * | [ticket/11832] Fix INCLUDE(JS/CSS) | Nathan Guse | 2013-09-13 | 3 | -13/+47 | |
| | | | | | | | | | PHPBB3-11832 | |||||
