aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12775] Rename config_php_handler to config_php_file container_builderTristan Darricau2014-07-071-9/+9
* [ticket/12775] Set defined_vars as a property of config_php_fileTristan Darricau2014-07-071-1/+2
* [ticket/12775] Fix doc blocks in the container builderTristan Darricau2014-07-071-9/+14
* [ticket/12775] Remove useless includes of config.phpTristan Darricau2014-07-072-7/+1
* [ticket/12775] Move phpbb_convert_30_dbms_to_31 into the config file classTristan Darricau2014-07-078-58/+64
* [ticket/12775] Fix commentsTristan Darricau2014-07-072-2/+1
* [ticket/12775] Update doc blocksTristan Darricau2014-07-073-6/+4
* [ticket/12775] Fix container_builderTristan Darricau2014-07-079-9/+9
* [ticket/12775] Rename config_php to config_php_fileTristan Darricau2014-07-0711-35/+35
* [ticket/12775] Renamed to \phpbb\di\container_builderTristan Darricau2014-07-079-31/+31
* [ticket/12775] Remove the last include of functions_containerTristan Darricau2014-07-071-1/+0
* [ticket/12775] Add tests for the container factoryTristan Darricau2014-07-072-292/+1
* [ticket/12775] Use a field instead of a local var in load_config_var()Tristan Darricau2014-07-071-3/+3
* [ticket/12775] Update container and config in install/Tristan Darricau2014-07-073-17/+28
* [ticket/12775] Load the config file before constants.phpTristan Darricau2014-07-073-16/+15
* [ticket/12775] Update phpBB/install/index.phpTristan Darricau2014-07-073-7/+45
* [ticket/12775] Update phpBB/install/database_update.phpTristan Darricau2014-07-074-323/+347
* [ticket/12775] Update phpBB/download/file.phpTristan Darricau2014-07-071-3/+5
* [ticket/12775] Update phpBB/bin/phpbbcli.phpTristan Darricau2014-07-072-3/+9
* [ticket/12775] Fix config_php::load_config_file()Tristan Darricau2014-07-071-0/+1
* [ticket/12775] Rename the variables into common.phpTristan Darricau2014-07-071-5/+4
* [ticket/12775] Use the config.php handler in \phpbb\config_phpTristan Darricau2014-07-072-30/+19
* [ticket/12775] Add get() and get_all() into config_phpTristan Darricau2014-07-071-7/+36
* [ticket/12775] Add a config.php class (and service)Tristan Darricau2014-07-074-56/+98
* [ticket/12775] Don't assign $container to nullTristan Darricau2014-07-071-1/+1
* [ticket/12775] Add customs parametersTristan Darricau2014-07-071-4/+45
* [ticket/12775] Add a conter_factory class and remove functions_containerTristan Darricau2014-07-073-9/+373
* [ticket/12515] Remove check for PostgreSQL 8.3+Joas Schilling2014-07-062-30/+2
* [ticket/12810] Use correct template vars for shadow pruning settingsMarc Alexander2014-07-061-2/+2
* Merge remote-tracking branch 'Crizzo/ticket/12807' into develop-ascraeusMarc Alexander2014-07-062-2/+6
|\
| * [ticket/12807] New variables for _EXPLAINCrizzo2014-07-062-2/+4
| * [ticket/12807] Adds missing language variables language/en/acp/forums.phpCrizzo2014-07-051-0/+2
| * [ticket/12807] Changes PRUNE_FREQ to PRUNE_SHADOW_FREQ/_DAYSCrizzo2014-07-051-2/+2
* | Merge remote-tracking branch 'PayBas/ticket/12808' into develop-ascraeusCesar G2014-07-062-3/+3
|\ \
| * | [ticket/12808] Fix small gap between username and drop-down arrowPayBas2014-07-042-3/+3
* | | [ticket/12815] Remove S_REGISTERED_USER for team linkPayBas2014-07-061-4/+2
* | | [ticket/12815] Show memberlist link for guests (if permitted)PayBas2014-07-061-2/+4
| |/ |/|
* | Merge remote-tracking branch 'github-nicofuma/ticket/12446' into develop-ascr...Nils Adermann2014-07-0452-136/+757
|\ \ | |/ |/|
| * [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-2653-138/+759
* | [ticket/12013] Fix functional tests and sniffer issue.Cesar G2014-07-041-1/+1
* | [ticket/12013] Clear the jumpbox.Cesar G2014-07-044-2/+13
* | [ticket/12013] Add moderator tools icon.Cesar G2014-07-043-18/+24
* | [ticket/12013] Remove obsolete jumpbox and quickmod CSS.Cesar G2014-07-041-18/+0
* | [ticket/12013] Prevent the dropdown scrollbar from overlapping the content.Cesar G2014-07-042-0/+12
* | [ticket/12013] Update to use the new .button class.Cesar G2014-07-045-7/+18
* | [ticket/12013] Add missing class to place the buttons on the rightside.Cesar G2014-07-041-0/+4
* | [ticket/12013] Use the correct variable for the forum id.Cesar G2014-07-041-1/+1
* | [ticket/12013] Use DEFINE instead of Twig's set.Cesar G2014-07-041-2/+2
* | [ticket/12013] Use path helper.Cesar G2014-07-041-4/+5
* | [ticket/12013] Use new dropdown for quickmod tools and jumpbox.Cesar G2014-07-046-65/+53