Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14044] Deduplicate the installers | Mate Bartus | 2015-10-22 | 1 | -874/+0 |
| | | | | PHPBB3-14044 | ||||
* | [ticket/13371] Add language files to the service as well | Mate Bartus | 2015-10-17 | 1 | -0/+5 |
| | | | | PHPBB3-13371 | ||||
* | [ticket/13371] Use user selected language in old installer | Mate Bartus | 2015-10-17 | 1 | -0/+1 |
| | | | | PHPBB3-13371 | ||||
* | [ticket/13371] Fix language loading for the old installer | Mate Bartus | 2015-10-17 | 1 | -0/+1 |
| | | | | PHPBB3-13371 | ||||
* | [ticket/14205] Bump PHP requirement to PHP 5.4 | Tristan Darricau | 2015-10-04 | 1 | -2/+2 |
| | | | | PHPBB3-14205 | ||||
* | [ticket/13770] Fix tests | Nicofuma | 2015-05-14 | 1 | -2/+1 |
| | | | | PHPBB3-13770 | ||||
* | [ticket/13770] Update tests | Tristan Darricau | 2015-05-14 | 1 | -1/+0 |
| | | | | PHPBB3-13770 | ||||
* | [ticket/13770] Wither interface for container_builder | Tristan Darricau | 2015-05-14 | 1 | -8/+10 |
| | | | | PHPBB3-13770 | ||||
* | [ticket/13804] Make template's user dependency optional | MateBartus | 2015-05-05 | 1 | -2/+5 |
| | | | | PHPBB3-13804 | ||||
* | [ticket/13638] Inject $filesystem in \phpbb\template\asset | Nicofuma | 2015-05-05 | 1 | -0/+1 |
| | | | | PHPBB3-13638 | ||||
* | [ticket/13762] Moving language related functionality into a separate class | MateBartus | 2015-05-02 | 1 | -3/+5 |
| | | | | PHPBB3-13762 | ||||
* | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * 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 | ||||
* | Merge pull request #3207 from Nicofuma/ticket/13407 | Andreas Fischer | 2015-02-04 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | [ticket/13407] Update Symfony to 2.7.*@dev * Nicofuma/ticket/13407: [ticket/13407] Update composer.lock file [ticket/13407] Bump minimal version to php 5.3.9 [ticket/13407] Introduce a request_stack service [ticket/13407] Remove the last occurence of pattern in routing files [ticket/13407] Update Symfony to 2.7.*@dev | ||||
| * | [ticket/13407] Bump minimal version to php 5.3.9 | Nicofuma | 2015-02-04 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-13407 | ||||
* | | [ticket/13455] Update calls to `request_var()` | Gaëtan Muller | 2015-02-03 | 1 | -3/+0 |
|/ | | | | PHPBB3-13455 | ||||
* | [ticket/13450] Type-hint return value of $phpbb_container->get() | Gaëtan Muller | 2015-01-12 | 1 | -0/+9 |
| | | | | PHPBB3-13450 | ||||
* | [ticket/12620] Use PHPBB_ENVIRONMENT | Tristan Darricau | 2014-11-20 | 1 | -1/+1 |
| | | | | PHPBB3-12620 | ||||
* | [ticket/12620] Rename productive to production | Tristan Darricau | 2014-11-20 | 1 | -1/+1 |
| | | | | PHPBB3-12620 | ||||
* | [ticket/12620] Fix functional tests | Tristan Darricau | 2014-11-20 | 1 | -0/+1 |
| | | | | PHPBB3-12620 | ||||
* | [feature/patchwork-utf8] Normalize with intl, use patchwork/utf8 as fallback | Nicolas Grekas | 2014-11-08 | 1 | -1/+0 |
| | |||||
* | Merge branch 'develop-ascraeus' into develop | Dhruv | 2014-09-21 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | # By Jakub Senko # Via Dhruv Goel (1) and Jakub Senko (1) * develop-ascraeus: [ticket/13045] Remove Pragma headers | ||||
| * | [ticket/13045] Remove Pragma headers | Jakub Senko | 2014-09-17 | 1 | -1/+0 |
| | | | | | | | | PHPBB3-13045 | ||||
* | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2014-09-17 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13044] Move GMT out of gmdate in functions_acp [ticket/13044] Move GMT out of gmdate() [ticket/13044] \G\M\T to GMT in whole project [ticket/13044] move GMT string out of gmdate() [ticket/13044] Correct Expires headers | ||||
| * | [ticket/13044] move GMT string out of gmdate() | Jakub Senko | 2014-09-17 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13044 | ||||
| * | [ticket/13044] Correct Expires headers | Jakub Senko | 2014-09-17 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13044 | ||||
* | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2014-08-10 | 1 | -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] Add method for getting the datetime class and allow overriding | Marc Alexander | 2014-08-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | An extension can now override the datetime class by overwriting the datetime.class parameter in their own yml file. PHPBB3-12932 | ||||
* | | [ticket/12957] Update the constructions of the template engine | Tristan Darricau | 2014-08-10 | 1 | -1/+23 |
|/ | | | | PHPBB3-12957 | ||||
* | [ticket/12940] Remove unused use statements. | Andreas Fischer | 2014-08-09 | 1 | -4/+0 |
| | | | | PHPBB3-12940 | ||||
* | [ticket/12775] Set dbal.conn.driver as synthetic during installation | Tristan Darricau | 2014-07-07 | 1 | -1/+1 |
| | | | | PHPBB3-12775 | ||||
* | [ticket/12775] Fix container_builder | Tristan Darricau | 2014-07-07 | 1 | -1/+1 |
| | | | | PHPBB3-12775 | ||||
* | [ticket/12775] Rename config_php to config_php_file | Tristan Darricau | 2014-07-07 | 1 | -2/+2 |
| | | | | PHPBB3-12775 | ||||
* | [ticket/12775] Renamed to \phpbb\di\container_builder | Tristan Darricau | 2014-07-07 | 1 | -9/+9 |
| | | | | PHPBB3-12775 | ||||
* | [ticket/12775] Remove the last include of functions_container | Tristan Darricau | 2014-07-07 | 1 | -1/+0 |
| | | | | PHPBB3-12775 | ||||
* | [ticket/12775] Update phpBB/install/index.php | Tristan Darricau | 2014-07-07 | 1 | -1/+23 |
| | | | | PHPBB3-12775 | ||||
* | [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts | Tristan Darricau | 2014-06-26 | 1 | -1/+1 |
| | | | | PHPBB3-12446 | ||||
* | [ticket/12724] Add Squiz.PHP.Eval in the legacy ruleset | Tristan Darricau | 2014-06-16 | 1 | -0/+4 |
| | | | | PHPBB3-12724 | ||||
* | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594 | Yuriy Rusko | 2014-05-28 | 1 | -1/+6 |
|\ | |||||
| * | Merge pull request #2455 from Nicofuma/ticket/12509 | Joas Schilling | 2014-05-28 | 1 | -1/+6 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12509] Add an option to set the path of custom style directory (ie: email templates) for extensions * Nicofuma/ticket/12509: [ticket/12509] Add example in doc block [ticket/12509] Add missing ',' in arrays [ticket/12509] Update calls to set_custom_style in forgotten places [ticket/12509] Fix path in adm/index.php [ticket/12509] Fix typo in adm/index.php [ticket/12509] Fix doc block [ticket/12509] Fix the call to set_custom_file in adm/index and messenger [ticket/12509] Update acp custom_style setter [ticket/12509] Add an option to set the path of custom file for extensions | ||||
| | * | [ticket/12509] Add missing ',' in arrays | Tristan Darricau | 2014-05-26 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-12509 | ||||
| | * | [ticket/12509] Update calls to set_custom_style in forgotten places | Tristan Darricau | 2014-05-14 | 1 | -1/+6 |
| | | | | | | | | | | | | PHPBB3-12509 | ||||
* | | | [ticket/12594] Update footer credit lines | Yuriy Rusko | 2014-05-27 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-12594 | ||||
* | | | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -6/+7 |
|/ / | | | | | | | PHPBB3-12594 | ||||
* | | [ticket/12547] Rename jquery.js to jquery.min.js in assets directory | n-aleha | 2014-05-15 | 1 | -1/+1 |
|/ | | | | | | phpBB uses the minified version of jQuery hence the rename. PHPBB3-12547 | ||||
* | Merge branch 'develop-olympus' into develop-ascraeus | Nils Adermann | 2014-03-26 | 1 | -1/+2 |
|\ | | | | | | | | | * develop-olympus: [ticket/12310] Don't autocomplete SMTP user/pass on install | ||||
| * | [ticket/12310] Don't autocomplete SMTP user/pass on install | Yuriy Rusko | 2014-03-26 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-12310 | ||||
* | | [ticket/12274] Fix broke/missing jQuery asset paths in update script | Matt Friedman | 2014-03-16 | 1 | -4/+6 |
| | | | | | | | | PHPBB3-12274 | ||||
* | | [ticket/12274] Load correct T_TEMPLATE_PATH during update | Matt Friedman | 2014-03-15 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12274 | ||||
* | | [task/code-sniffer] Fix argument list spacing. | Andreas Fischer | 2013-10-29 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-11980 | ||||
* | | [ticket/11850] Need symfony request and filesystem setup globally for session | Nathan Guse | 2013-09-30 | 1 | -0/+2 |
| | | | | | | | | PHPBB3-11850 |