aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3293 from Nicofuma/ticket/13489Joas Schilling2015-01-201-0/+1
|\ | | | | | | [ticket/13489] Disable the event dispatcher in the migrator
| * [ticket/13489] Fix service configurationTristan Darricau2015-01-201-0/+1
| | | | | | | | PHPBB3-13489
* | Merge pull request #3234 from brunoais/ticket/13154Joas Schilling2015-01-131-0/+1
|\ \ | |/ |/| | | [ticket/13154] Event to edit user list for notification in notifications
| * [ticket/13154] Adding phpBB dispatcher to notifications managerbrunoais2014-12-171-0/+1
| | | | | | | | PHPBB3-13154
* | [ticket/13146] dispatcher, not phpbb_dispatcherbrunoais2015-01-101-1/+1
| | | | | | | | PHPBB3-13146
* | [ticket/13146] FIxed wrong order in config/content.ymlbrunoais2014-12-031-1/+1
| | | | | | | | PHPBB3-13146
* | [ticket/13146] Wrong usage of tabs in .ymlbrunoais2014-12-031-1/+1
| | | | | | | | PHPBB3-13146
* | [ticket/13146] Adding eventDispatcher to the listbrunoais2014-12-031-0/+1
|/ | | | PHPBB3-13146
* [ticket/13389] Replace pattern with pathTristan Darricau2014-11-261-1/+1
| | | | PHPBB3-13389
* [ticket/13358] Fix tests and use exceptions instead of user objectMarc Alexander2014-11-211-2/+0
| | | | PHPBB3-13358
* [ticket/13358] Add file_downloader to version_helperMarc Alexander2014-11-211-0/+1
| | | | PHPBB3-13358
* [ticket/13358] Add file_downloader as replacement for get_remote_fileMarc Alexander2014-11-211-0/+5
| | | | PHPBB3-13358
* [ticket/13280] Output escaping for the symfony request objectTristan Darricau2014-11-161-0/+3
| | | | PHPBB3-13280
* [ticket/13211] Also use log wrapper output handler for console migrationsMarc Alexander2014-10-251-0/+1
| | | | PHPBB3-13211
* [ticket/13203] Use string_compare method in passwords driversMarc Alexander2014-10-221-0/+1
| | | | PHPBB3-13203
* [ticket/12987] Cleanup the services.yml fileTristan Darricau2014-10-0315-284/+313
| | | | PHPBB3-12987
* [ticket/13059] Add core event to generate_page_link()rxu2014-10-011-0/+1
| | | | | | | | Add core event to generate_page_link() to allow overriding/modifying pagination URLs. Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=45905 PHPBB3-13059
* Merge pull request #2948 from Nicofuma/ticket/13061Joas Schilling2014-09-171-15/+0
|\ | | | | | | | | | | | | [ticket/13061] Replace the service event.subscriber_loader by a compiler pass * Nicofuma/ticket/13061: [ticket/13061] Replace the service event.subscriber_loader by a compiler pass
| * [ticket/13061] Replace the service event.subscriber_loader by a compiler passTristan Darricau2014-09-131-15/+0
| | | | | | | | PHPBB3-13061
* | Merge pull request #2921 from Nicofuma/ticket/13034Marc Alexander2014-09-161-0/+1
|\ \ | | | | | | | | | [ticket/13034] Fix the route generated for the frontend not in the phpbb root path
| * | [ticket/13034] Update the base url to move to the root dirTristan Darricau2014-09-151-0/+1
| |/ | | | | | | PHPBB3-13034
* | [ticket/13056] Move the arguments of the request class to the DITristan Darricau2014-09-132-0/+4
|/ | | | PHPBB3-13056
* [ticket/12975] Fix the construction of phpbb\auth\provider\db for OauthTristan Darricau2014-08-121-0/+1
| | | | PHPBB3-12975
* [ticket/11854] Use a set_name method instead of overriding get_service_nameTristan Darricau2014-08-111-0/+10
| | | | PHPBB3-11854
* [ticket/11854] Fix the factory in \phpbb\auth\provider\dbTristan Darricau2014-08-111-0/+1
| | | | PHPBB3-11854
* [ticket/11854] Remove constants and use DI for QA tablesTristan Darricau2014-08-111-6/+15
| | | | PHPBB3-11854
* [ticket/11854] Rename captchas.plugins.service_collection serviceTristan Darricau2014-08-111-2/+2
| | | | PHPBB3-11854
* [ticket/11854] Rename captchas.factory service to captcha.factoryTristan Darricau2014-08-111-1/+1
| | | | PHPBB3-11854
* [ticket/11854] Fix migrationTristan Darricau2014-08-111-5/+5
| | | | PHPBB3-11854
* [ticket/11854] Move captcha stuff to phpbb/ and use DI for pluginsTristan Darricau2014-08-112-0/+44
| | | | PHPBB3-11854
* [ticket/12932] Add method for getting the datetime class and allow overridingMarc Alexander2014-08-102-0/+5
| | | | | | | An extension can now override the datetime class by overwriting the datetime.class parameter in their own yml file. PHPBB3-12932
* Merge pull request #2623 from dhruvgoel92/ticket/12738Tristan Darricau2014-08-071-0/+1
|\ | | | | | | | | | | | | | | | | | | | | [ticket/12738] Move related code from functions_posting to function * dhruvgoel92/ticket/12738: [ticket/12738] Update constructor docblock [ticket/12738] Add $config to constructor in notification test [ticket/12738] Fix tests with new config object injection [ticket/12738] Inject config object into content_visibility class [ticket/11528] Move related code from functions_posting to function
| * [ticket/12738] Inject config object into content_visibility classDhruv2014-06-201-0/+1
| | | | | | | | PHPBB3-12738
* | Merge remote-tracking branch 'github-marc1706/ticket/11148' into ↵Nils Adermann2014-08-071-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-marc1706/ticket/11148: [ticket/11148] Remove unneeded variable mimetype and use type octet-stream [ticket/11148] Change expected output with disallowed content in test [ticket/11148] Always use the output of the mimetype guesser in get_mimetype [ticket/11148] Get rid of extra line in mimetype guesser setter doc block [ticket/11148] Add missing parts to docblock of get_mimetype() method [ticket/11148] Default to application/octet-stream if no mimetype given [ticket/11148] Use mimetype guesser for uploaded avatars [ticket/11148] Pass mimetype guesser to upload_attachment() function [ticket/11148] Add mimetype guesser to filespec and fileupload class
| * | [ticket/11148] Use mimetype guesser for uploaded avatarsMarc Alexander2014-06-231-0/+1
| | | | | | | | | | | | PHPBB3-11148
* | | [ticket/12656] Pass user object into all console commands.Andreas Fischer2014-07-171-4/+15
| | | | | | | | | | | | PHPBB3-12656
* | | [ticket/12685] Add a new lineCarlo2014-07-151-0/+1
| | | | | | | | | | | | PHPBB3-12685
* | | [ticket/12685] Add console collection and fixing CLICarlo2014-07-121-0/+6
| | | | | | | | | | | | | | | | | | Added a commands service collection and removed CLI container PHPBB3-12685
* | | Merge pull request #2671 from Nicofuma/ticket/12775Andreas Fischer2014-07-111-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Update phpBB/install/index.phpTristan Darricau2014-07-071-3/+0
| | | | | | | | | | | | | | | | PHPBB3-12775
| * | | [ticket/12775] Add a config.php class (and service)Tristan Darricau2014-07-071-0/+3
| | | | | | | | | | | | | | | | PHPBB3-12775
* | | | Merge remote-tracking branch 'nickvergessen/ticket/12834' into develop-ascraeusMarc Alexander2014-07-081-0/+2
|\ \ \ \
| * | | | [ticket/12834] Correctly match directories in session pageJoas Schilling2014-07-081-0/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | Also clean path before working with it PHPBB3-12834
* | | | Merge pull request #2676 from Nicofuma/ticket/12787Joas Schilling2014-07-081-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12787] Allow the route to say that the referer has to be used. * Nicofuma/ticket/12787: [ticket/12787] Updates phpbb_mock_controller_helper [ticket/12787] Add controller_helper::get_current_url() [ticket/12787] Remove one app.php when it's both in $path and $web_root_path [ticket/12787] Fix the absolute board url [ticket/12787] Use a parameter (_referer) instead of the Referer header [ticket/12099] Add unit tests for get_web_root_path_from_ajax_referer() [ticket/12099] Remove config again [ticket/12099] Correctly fix the path when performing AJAX requests [ticket/12099] Add request argument to path_helper service
| * | | | [ticket/12787] Add controller_helper::get_current_url()Tristan Darricau2014-07-081-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12787
| * | | | [ticket/12099] Remove config againJoas Schilling2014-06-291-1/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-12099
| * | | | [ticket/12099] Add request argument to path_helper servicePico882014-06-291-0/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12099
* | | | | [ticket/12812] Add a migrator tool for config_text database changesMatt Friedman2014-07-051-0/+7
| |/ / / |/| | | | | | | | | | | PHPBB3-12812
* | | | Merge remote-tracking branch 'github-nicofuma/ticket/12446' into ↵Nils Adermann2014-07-041-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-261-0/+5
| | |/ / | |/| | | | | | | | | | PHPBB3-12446