aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container/services_db.yml
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13777] Deduplicate migration service definitionsMateBartus2015-05-311-63/+0
| | | | PHPBB3-13777
* [ticket/12466] Move classes from acp_database.php to their own filesMateBartus2015-02-271-0/+61
| | | | | | | | | | | | * Moving classes from acp_database.php to phpbb/db/extractor namespace, also into separate files * Adding DocBlocks and property visibility to classes * Removing globals from code * Passing former globals to base_extractor's constructor * Adding DB extractor as a service, also implementing the extractor interface as well as the extractor factory. PHPBB3-12466
* [ticket/10748] Fix class type hintingJoas Schilling2015-02-151-2/+2
| | | | PHPBB3-10748
* Merge pull request #3275 from nickvergessen/ticket/13487Marc Alexander2015-01-221-0/+5
|\ | | | | | | [ticket/13487] Add factory for db tool class
| * [ticket/13487] Add factory for db tool classJoas Schilling2015-01-101-0/+5
| | | | | | | | | | | | This allows us to split up the large file one by one easily. PHPBB3-13487
* | Merge branch 'develop-ascraeus' into developJoas Schilling2015-01-201-0/+1
|/ | | | | | | Conflicts: phpBB/phpbb/db/migration/data/v30x/release_3_0_5_rc1.php phpBB/phpbb/db/migration/profilefield_base_migration.php phpBB/phpbb/db/migrator.php
* [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-061-1/+1
| | | | PHPBB3-13421
* [ticket/12620] Fix rebase (move config file to the right directory)Tristan Darricau2014-11-201-0/+77
PHPBB3-12620