aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12847] Allow the extensions to say if they can be enabledTristan Darricau2014-07-139-2/+97
| | | | PHPBB3-12847
* Merge pull request #2723 from nickvergessen/ticket/12839Tristan Darricau2014-07-111-6/+36
|\ | | | | | | | | | | | | [ticket/12839] Include update related templates and assets in the package * nickvergessen/ticket/12839: [ticket/12839] Include update related templates and assets in the package
| * [ticket/12839] Include update related templates and assets in the packageJoas Schilling2014-07-111-6/+36
| | | | | | | | PHPBB3-12839
* | Merge pull request #2713 from n-aleha/ticket/12768Andreas Fischer2014-07-115-9/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | [ticket/12768] 'NOTIFICATION_REPORT_CLOSED' entry has wrong indentation * n-aleha/ticket/12768: [ticket/12768] More fixes in language files [ticket/12768] 'NOTIFICATION_REPORT_CLOSED' entry has wrong indentation
| * | [ticket/12768] More fixes in language filesn-aleha2014-07-085-8/+8
| | | | | | | | | | | | | | | | | | More spaces converted to tabs for identation in language files. PHPBB3-12768
| * | [ticket/12768] 'NOTIFICATION_REPORT_CLOSED' entry has wrong indentationn-aleha2014-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | | 'NOTIFICATION_REPORT_CLOSED' has 3 spaces before the first tab indentation in language/en/common.php. PHPBB3-12768
* | | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-07-111-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12120] Remove imkingdavid from active authors Conflicts: phpBB/docs/AUTHORS
| * \ \ Merge pull request #2716 from marc1706/ticket/12120Andreas Fischer2014-07-111-2/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12120] Remove imkingdavid from active authors * marc1706/ticket/12120: [ticket/12120] Remove imkingdavid from active authors
| | * | | [ticket/12120] Remove imkingdavid from active authorsMarc Alexander2014-07-081-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12120
* | | | | Merge pull request #2701 from Nicofuma/ticket/12818Andreas Fischer2014-07-112-2/+18
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12818] Deleting a log entry in MCP produces a General error * Nicofuma/ticket/12818: [ticket/12818] Use assertGreaterThanOrEqual in the tests [ticket/12818] Don't use the id for i= [ticket/12818] Add tests [ticket/12818] Fix the conditions in the call to $log->delete() in mcp_logs
| * | | | | [ticket/12818] Use assertGreaterThanOrEqual in the testsTristan Darricau2014-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12818
| * | | | | [ticket/12818] Don't use the id for i=Tristan Darricau2014-07-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12818
| * | | | | [ticket/12818] Add testsTristan Darricau2014-07-071-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12818
| * | | | | [ticket/12818] Fix the conditions in the call to $log->delete() in mcp_logsTristan Darricau2014-07-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12818
* | | | | | Merge pull request #2671 from Nicofuma/ticket/12775Andreas Fischer2014-07-1128-478/+915
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12775] Replace functions_container with a container_builder class. * Nicofuma/ticket/12775: (34 commits) [ticket/12775] Set dbal.conn.driver as synthetic during installation [ticket/12775] Add the definition of dbal.conn in fixtures/config/services.yml [ticket/12775] Inject the connection when created in the container [ticket/12775] Extract the vars later in install/install_update.php [ticket/12775] Rename config_php_handler to config_php_file container_builder [ticket/12775] Set defined_vars as a property of config_php_file [ticket/12775] Fix doc blocks in the container builder [ticket/12775] Remove useless includes of config.php [ticket/12775] Move phpbb_convert_30_dbms_to_31 into the config file class [ticket/12775] Fix comments [ticket/12775] Update doc blocks [ticket/12775] Fix container_builder [ticket/12775] Rename config_php to config_php_file [ticket/12775] Renamed to \phpbb\di\container_builder [ticket/12775] Remove the last include of functions_container [ticket/12775] Fix unit tests [ticket/12775] Add tests for \phpbb\config_php [ticket/12775] Add tests for the container factory [ticket/12775] Use a field instead of a local var in load_config_var() [ticket/12775] Update container and config in install/ ...
| * | | | | | [ticket/12775] Set dbal.conn.driver as synthetic during installationTristan Darricau2014-07-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12775
| * | | | | | [ticket/12775] Add the definition of dbal.conn in fixtures/config/services.ymlTristan Darricau2014-07-073-7/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12775
| * | | | | | [ticket/12775] Inject the connection when created in the containerTristan Darricau2014-07-071-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12775
| * | | | | | [ticket/12775] Extract the vars later in install/install_update.phpTristan Darricau2014-07-071-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12775
| * | | | | | [ticket/12775] Rename config_php_handler to config_php_file container_builderTristan Darricau2014-07-071-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12775
| * | | | | | [ticket/12775] Set defined_vars as a property of config_php_fileTristan Darricau2014-07-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12775
| * | | | | | [ticket/12775] Fix doc blocks in the container builderTristan Darricau2014-07-071-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12775
| * | | | | | [ticket/12775] Remove useless includes of config.phpTristan Darricau2014-07-072-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12775
| * | | | | | [ticket/12775] Move phpbb_convert_30_dbms_to_31 into the config file classTristan Darricau2014-07-0710-72/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12775
| * | | | | | [ticket/12775] Fix commentsTristan Darricau2014-07-072-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12775
| * | | | | | [ticket/12775] Update doc blocksTristan Darricau2014-07-073-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12775
| * | | | | | [ticket/12775] Fix container_builderTristan Darricau2014-07-0711-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12775
| * | | | | | [ticket/12775] Rename config_php to config_php_fileTristan Darricau2014-07-0713-39/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12775
| * | | | | | [ticket/12775] Renamed to \phpbb\di\container_builderTristan Darricau2014-07-0711-49/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12775
| * | | | | | [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 #2711 from n-aleha/ticket/12829Andreas Fischer2014-07-111-6/+2
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12829] Remove check for pgsql 8.3/8.2 * n-aleha/ticket/12829: [ticket/12829] Remove check for pgsql 8.3/8.2