| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-13777
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
| |
PHPBB3-10748
|
| |\
| |
| |
| | |
[ticket/13487] Add factory for db tool class
|
| | |
| |
| |
| |
| |
| | |
This allows us to split up the large file one by one easily.
PHPBB3-13487
|
| |/
|
|
|
|
|
| |
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
|
| |
|
|
| |
PHPBB3-13421
|
|
|
PHPBB3-12620
|