aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
Commit message (Collapse)AuthorAgeFilesLines
...
* | [ticket/12620] Add inheritance between environmentsTristan Darricau2014-11-207-2/+12
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Split the environments into differents foldersTristan Darricau2014-11-2029-4/+975
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Rename productive to productionTristan Darricau2014-11-201-0/+0
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Rename debug to developmentTristan Darricau2014-11-201-0/+0
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Display error message when the environment isn't availableTristan Darricau2014-11-202-0/+0
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Allow the user to define multiples environmentsTristan Darricau2014-11-2018-15/+19
| | | | | | | | PHPBB3-12620
* | [ticket/13063] Fix functional tests errorsTristan Darricau2014-11-201-1/+0
| | | | | | | | PHPBB3-13063
* | [ticket/13063] Remove kernel_request_subscriber service definitionTristan Darricau2014-11-201-9/+0
| | | | | | | | PHPBB3-13063
* | [ticket/13063] Adds Twig routing extensionTristan Darricau2014-11-201-0/+7
| | | | | | | | PHPBB3-13063
* | [ticket/13063] Introduces a new \phpbb\routing\router classTristan Darricau2014-11-201-6/+15
| | | | | | | | PHPBB3-13063
* | Merge branch 'develop-ascraeus' into developNils Adermann2014-11-161-0/+3
|\ \ | |/ | | | | | | | | | | | | * develop-ascraeus: [ticket/13280] Output escaping for the symfony request object [ticket/13280] Add new tests [ticket/13280] Make the tests failing [ticket/13280] Revert "Merge pull request #3107 from marc1706/ticket/13280"
| * [ticket/13280] Output escaping for the symfony request objectTristan Darricau2014-11-161-0/+3
| | | | | | | | PHPBB3-13280
* | Merge branch 'develop-ascraeus' into developNils Adermann2014-10-251-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13211] Move console migrator output handler back to console folder [ticket/13211] Also use log wrapper output handler for console migrations [ticket/13211] Move console migrator output handler to db folder [ticket/13211] Add log wrapper for writing database updater to log file [ticket/13126] Add missing use statement [ticket/13126] Fix tests [ticket/13126] Change messages verbosity levels [ticket/13126] Move migrator_output_handler to an interface [ticket/13126] Extends migrator_output_handler instead of using a closure [ticket/13126] Improve the feedback when running the migrations
| * [ticket/13211] Also use log wrapper output handler for console migrationsMarc Alexander2014-10-251-0/+1
| | | | | | | | PHPBB3-13211
* | Merge branch 'develop-ascraeus' into developNils Adermann2014-10-221-0/+1
|\ \ | |/ | | | | | | | | | | * develop-ascraeus: [ticket/13203] Fix passwords manager tests [ticket/13203] Use string_compare method in passwords drivers [ticket/13203] Add method for byte by byte comparison to drivers helper
| * [ticket/13203] Use string_compare method in passwords driversMarc Alexander2014-10-221-0/+1
| | | | | | | | PHPBB3-13203
* | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-10-0715-284/+313
|\ \ | |/ | | | | | | | | | | | | * develop-ascraeus: [ticket/12987] Cleanup the services.yml file Conflicts: phpBB/config/services.yml
| * [ticket/12987] Cleanup the services.yml fileTristan Darricau2014-10-0315-284/+313
| | | | | | | | PHPBB3-12987
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-021-0/+1
|\ \ | |/
| * [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 branch 'develop-ascraeus' into developJoas Schilling2014-09-171-15/+0
|\ \ | |/ | | | | | | * develop-ascraeus: [ticket/13061] Replace the service event.subscriber_loader by a compiler pass
| * 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 branch 'develop-ascraeus' into developMarc Alexander2014-09-161-0/+1
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-09-152-0/+4
|\ \ \ | |/ / | | | | | | | | | * develop-ascraeus: [ticket/13056] Move the arguments of the request class to the DI
| * | [ticket/13056] Move the arguments of the request class to the DITristan Darricau2014-09-132-0/+4
| |/ | | | | | | PHPBB3-13056
* | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-08-161-0/+1
|\ \ | |/ | | | | | | * develop-ascraeus: [ticket/12975] Fix the construction of phpbb\auth\provider\db for Oauth
| * [ticket/12975] Fix the construction of phpbb\auth\provider\db for OauthTristan Darricau2014-08-121-0/+1
| | | | | | | | PHPBB3-12975
* | Merge branch 'develop-ascraeus' into developMarc Alexander2014-08-113-0/+64
|\ \ | |/ | | | | | | Conflicts: phpBB/config/services.yml
| * [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
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-102-0/+5
|\ \ | |/ | | | | | | | | | | | | | | | | * 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 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
* | [ticket/11649] Expose Twig through the containerTristan Darricau2014-08-092-0/+40
|/ | | | PHPBB3-11649
* 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