aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
Commit message (Collapse)AuthorAgeFilesLines
...
* | [ticket/12620] Fix testsTristan Darricau2014-11-203-3/+3
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Move the routing.yml file to routing/environment.ymlTristan Darricau2014-11-204-0/+0
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Use the test environment for the testsTristan Darricau2014-11-205-0/+14
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Fix rebase (move config file to the right directory)Tristan Darricau2014-11-2018-911/+0
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Adds a yaml config fileTristan Darricau2014-11-2028-9/+16
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Uses a cache directory per environmentTristan Darricau2014-11-201-1/+1
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Move the routing file to the environmentsTristan Darricau2014-11-203-0/+4
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Rebased on developTristan Darricau2014-11-202-20/+20
| | | | | | | | PHPBB3-12620
* | [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