aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12775] Remove the last include of functions_containerTristan Darricau2014-07-071-1/+0
| | | | PHPBB3-12775
* [ticket/12775] Fix unit testsTristan Darricau2014-07-072-2/+2
| | | | PHPBB3-12775
* [ticket/12775] Add tests for \phpbb\config_phpTristan Darricau2014-07-073-0/+36
| | | | PHPBB3-12775
* [ticket/12775] Add tests for the container factoryTristan Darricau2014-07-079-320/+165
| | | | PHPBB3-12775
* [ticket/12775] Use a field instead of a local var in load_config_var()Tristan Darricau2014-07-071-3/+3
| | | | PHPBB3-12775
* [ticket/12775] Update container and config in install/Tristan Darricau2014-07-073-17/+28
| | | | PHPBB3-12775
* [ticket/12775] Load the config file before constants.phpTristan Darricau2014-07-073-16/+15
| | | | PHPBB3-12775
* [ticket/12775] Skip the tests related to the containerTristan Darricau2014-07-071-0/+3
| | | | PHPBB3-12775
* [ticket/12775] Update phpBB/install/index.phpTristan Darricau2014-07-073-7/+45
| | | | PHPBB3-12775
* [ticket/12775] Update phpBB/install/database_update.phpTristan Darricau2014-07-074-323/+347
| | | | PHPBB3-12775
* [ticket/12775] Update phpBB/download/file.phpTristan Darricau2014-07-071-3/+5
| | | | PHPBB3-12775
* [ticket/12775] Update phpBB/bin/phpbbcli.phpTristan Darricau2014-07-072-3/+9
| | | | PHPBB3-12775
* [ticket/12775] Fix config_php::load_config_file()Tristan Darricau2014-07-071-0/+1
| | | | PHPBB3-12775
* [ticket/12775] Rename the variables into common.phpTristan Darricau2014-07-071-5/+4
| | | | PHPBB3-12775
* [ticket/12775] Use the config.php handler in \phpbb\config_phpTristan Darricau2014-07-072-30/+19
| | | | PHPBB3-12775
* [ticket/12775] Add get() and get_all() into config_phpTristan Darricau2014-07-071-7/+36
| | | | PHPBB3-12775
* [ticket/12775] Add a config.php class (and service)Tristan Darricau2014-07-074-56/+98
| | | | PHPBB3-12775
* [ticket/12775] Don't assign $container to nullTristan Darricau2014-07-071-1/+1
| | | | PHPBB3-12775
* [ticket/12775] Add customs parametersTristan Darricau2014-07-071-4/+45
| | | | PHPBB3-12775
* [ticket/12775] Add a conter_factory class and remove functions_containerTristan Darricau2014-07-073-9/+373
| | | | PHPBB3-12775
* Merge pull request #2654 from nickvergessen/ticket/12515Tristan Darricau2014-07-062-30/+2
|\ | | | | | | | | | | | | [ticket/12515] Remove check for PostgreSQL 8.3+ in search * nickvergessen/ticket/12515: [ticket/12515] Remove check for PostgreSQL 8.3+
| * [ticket/12515] Remove check for PostgreSQL 8.3+Joas Schilling2014-07-062-30/+2
|/ | | | PHPBB3-12515
* Merge pull request #2699 from marc1706/ticket/12810Tristan Darricau2014-07-061-2/+2
|\ | | | | | | | | | | | | [ticket/12810] Use correct template vars for shadow pruning settings * marc1706/ticket/12810: [ticket/12810] Use correct template vars for shadow pruning settings
| * [ticket/12810] Use correct template vars for shadow pruning settingsMarc Alexander2014-07-061-2/+2
|/ | | | PHPBB3-12810
* 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
| | | | | | | | PHPBB3-12807
| * [ticket/12807] Adds missing language variables language/en/acp/forums.phpCrizzo2014-07-051-0/+2
| | | | | | | | PHPBB3-12807
| * [ticket/12807] Changes PRUNE_FREQ to PRUNE_SHADOW_FREQ/_DAYSCrizzo2014-07-051-2/+2
| | | | | | | | PHPBB3-12807
* | Merge remote-tracking branch 'PayBas/ticket/12808' into develop-ascraeusCesar G2014-07-062-3/+3
|\ \ | | | | | | | | | | | | * PayBas/ticket/12808: [ticket/12808] Fix small gap between username and drop-down arrow
| * | [ticket/12808] Fix small gap between username and drop-down arrowPayBas2014-07-042-3/+3
| | | | | | | | | | | | PHPBB3-12808
* | | Merge remote-tracking branch 'PayBas/ticket/12815' into develop-ascraeusCesar G2014-07-061-6/+6
|\ \ \ | |_|/ |/| | | | | | | | | | | * PayBas/ticket/12815: [ticket/12815] Remove S_REGISTERED_USER for team link [ticket/12815] Show memberlist link for guests (if permitted)
| * | [ticket/12815] Remove S_REGISTERED_USER for team linkPayBas2014-07-061-4/+2
| | | | | | | | | | | | PHPBB3-12815
| * | [ticket/12815] Show memberlist link for guests (if permitted)PayBas2014-07-061-2/+4
|/ / | | | | | | PHPBB3-12815
* | Merge remote-tracking branch 'github-nicofuma/ticket/12446' into ↵Nils Adermann2014-07-0455-143/+764
|\ \ | |/ |/| | | | | | | | | develop-ascraeus * github-nicofuma/ticket/12446: [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
| * [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-2656-145/+766
| | | | | | | | PHPBB3-12446
* | Merge pull request #1864 from prototech/ticket/12013Joas Schilling2014-07-0417-156/+148
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12013] Use new dropdown for quickmod tools and jumpbox. * prototech/ticket/12013: [ticket/12013] Fix functional tests and sniffer issue. [ticket/12013] Clear the jumpbox. [ticket/12013] Add moderator tools icon. [ticket/12013] Remove obsolete jumpbox and quickmod CSS. [ticket/12013] Prevent the dropdown scrollbar from overlapping the content. [ticket/12013] Update to use the new .button class. [ticket/12013] Add missing class to place the buttons on the rightside. [ticket/12013] Use the correct variable for the forum id. [ticket/12013] Use DEFINE instead of Twig's set. [ticket/12013] Use path helper. [ticket/12013] Use new dropdown for quickmod tools and jumpbox.
| * | [ticket/12013] Fix functional tests and sniffer issue.Cesar G2014-07-047-65/+42
| | | | | | | | | | | | PHPBB3-12013
| * | [ticket/12013] Clear the jumpbox.Cesar G2014-07-044-2/+13
| | | | | | | | | | | | PHPBB3-12013
| * | [ticket/12013] Add moderator tools icon.Cesar G2014-07-043-18/+24
| | | | | | | | | | | | PHPBB3-12013
| * | [ticket/12013] Remove obsolete jumpbox and quickmod CSS.Cesar G2014-07-041-18/+0
| | | | | | | | | | | | PHPBB3-12013
| * | [ticket/12013] Prevent the dropdown scrollbar from overlapping the content.Cesar G2014-07-042-0/+12
| | | | | | | | | | | | PHPBB3-12013
| * | [ticket/12013] Update to use the new .button class.Cesar G2014-07-045-7/+18
| | | | | | | | | | | | PHPBB3-12013
| * | [ticket/12013] Add missing class to place the buttons on the rightside.Cesar G2014-07-041-0/+4
| | | | | | | | | | | | PHPBB3-12013
| * | [ticket/12013] Use the correct variable for the forum id.Cesar G2014-07-041-1/+1
| | | | | | | | | | | | PHPBB3-12013
| * | [ticket/12013] Use DEFINE instead of Twig's set.Cesar G2014-07-041-2/+2
| | | | | | | | | | | | PHPBB3-12013
| * | [ticket/12013] Use path helper.Cesar G2014-07-041-4/+5
| | | | | | | | | | | | PHPBB3-12013
| * | [ticket/12013] Use new dropdown for quickmod tools and jumpbox.Cesar G2014-07-046-65/+53
|/ / | | | | | | PHPBB3-12013
* | Merge remote-tracking branch 'hanakin/ticket/12735' into develop-ascraeusCesar G2014-07-033-109/+23
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hanakin/ticket/12735: [ticket/12735] Remove unnecessary span [ticket/12735] Fix line breaks [ticket/12732] Undo search-box change [ticket/12735] Fix some color incosistencies [ticket/12735] Remove underlines by default [ticket/12735] Undo selector rename [ticket/12735] Remove all :link, :visited, :active states
| * | [ticket/12735] Remove unnecessary spanhanakin2014-06-301-1/+1
| | | | | | | | | | | | PHPBB3-12735
| * | [ticket/12735] Fix line breakshanakin2014-06-301-3/+10
| | | | | | | | | | | | PHPBB3-12735