aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12620] Adds a yaml config fileTristan Darricau2014-11-2028-9/+16
* [ticket/12620] Uses a cache directory per environmentTristan Darricau2014-11-201-1/+1
* [ticket/12620] Move the routing file to the environmentsTristan Darricau2014-11-203-0/+4
* [ticket/12620] Rebased on developTristan Darricau2014-11-202-20/+20
* [ticket/12620] Add inheritance between environmentsTristan Darricau2014-11-207-2/+12
* [ticket/12620] Split the environments into differents foldersTristan Darricau2014-11-2029-4/+975
* [ticket/12620] Rename productive to productionTristan Darricau2014-11-201-0/+0
* [ticket/12620] Rename debug to developmentTristan Darricau2014-11-201-0/+0
* [ticket/12620] Display error message when the environment isn't availableTristan Darricau2014-11-202-0/+0
* [ticket/12620] Allow the user to define multiples environmentsTristan Darricau2014-11-2018-15/+19
* [ticket/13063] Fix functional tests errorsTristan Darricau2014-11-201-1/+0
* [ticket/13063] Remove kernel_request_subscriber service definitionTristan Darricau2014-11-201-9/+0
* [ticket/13063] Adds Twig routing extensionTristan Darricau2014-11-201-0/+7
* [ticket/13063] Introduces a new \phpbb\routing\router classTristan Darricau2014-11-201-6/+15
* Merge branch 'develop-ascraeus' into developNils Adermann2014-11-161-0/+3
|\
| * [ticket/13280] Output escaping for the symfony request objectTristan Darricau2014-11-161-0/+3
* | Merge branch 'develop-ascraeus' into developNils Adermann2014-10-251-0/+1
|\ \ | |/
| * [ticket/13211] Also use log wrapper output handler for console migrationsMarc Alexander2014-10-251-0/+1
* | Merge branch 'develop-ascraeus' into developNils Adermann2014-10-221-0/+1
|\ \ | |/
| * [ticket/13203] Use string_compare method in passwords driversMarc Alexander2014-10-221-0/+1
* | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-10-0715-284/+313
|\ \ | |/
| * [ticket/12987] Cleanup the services.yml fileTristan Darricau2014-10-0315-284/+313
* | 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
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-09-171-15/+0
|\ \ | |/
| * Merge pull request #2948 from Nicofuma/ticket/13061Joas Schilling2014-09-171-15/+0
| |\
| | * [ticket/13061] Replace the service event.subscriber_loader by a compiler passTristan Darricau2014-09-131-15/+0
* | | 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] Update the base url to move to the root dirTristan Darricau2014-09-151-0/+1
| | |/
* | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-09-152-0/+4
|\ \ \ | |/ /
| * | [ticket/13056] Move the arguments of the request class to the DITristan Darricau2014-09-132-0/+4
| |/
* | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-08-161-0/+1
|\ \ | |/
| * [ticket/12975] Fix the construction of phpbb\auth\provider\db for OauthTristan Darricau2014-08-121-0/+1
* | Merge branch 'develop-ascraeus' into developMarc Alexander2014-08-113-0/+64
|\ \ | |/
| * [ticket/11854] Use a set_name method instead of overriding get_service_nameTristan Darricau2014-08-111-0/+10
| * [ticket/11854] Fix the factory in \phpbb\auth\provider\dbTristan Darricau2014-08-111-0/+1
| * [ticket/11854] Remove constants and use DI for QA tablesTristan Darricau2014-08-111-6/+15
| * [ticket/11854] Rename captchas.plugins.service_collection serviceTristan Darricau2014-08-111-2/+2
| * [ticket/11854] Rename captchas.factory service to captcha.factoryTristan Darricau2014-08-111-1/+1
| * [ticket/11854] Fix migrationTristan Darricau2014-08-111-5/+5
| * [ticket/11854] Move captcha stuff to phpbb/ and use DI for pluginsTristan Darricau2014-08-112-0/+44
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-102-0/+5
|\ \ | |/
| * [ticket/12932] Add method for getting the datetime class and allow overridingMarc Alexander2014-08-102-0/+5
* | [ticket/11649] Expose Twig through the containerTristan Darricau2014-08-092-0/+40
|/
* Merge pull request #2623 from dhruvgoel92/ticket/12738Tristan Darricau2014-08-071-0/+1
|\
| * [ticket/12738] Inject config object into content_visibility classDhruv2014-06-201-0/+1
* | Merge remote-tracking branch 'github-marc1706/ticket/11148' into develop-ascr...Nils Adermann2014-08-071-0/+1
|\ \
| * | [ticket/11148] Use mimetype guesser for uploaded avatarsMarc Alexander2014-06-231-0/+1
* | | [ticket/12656] Pass user object into all console commands.Andreas Fischer2014-07-171-4/+15