Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -2/+0 |
| | | | | | | This is part 2 of the pr. PHPBB3-13454 | ||||
* | [ticket/13930] Add missing space to mssql_extractor | Marc Alexander | 2015-06-08 | 1 | -1/+1 |
| | | | | PHPBB3-13930 | ||||
* | Merge branch '3.1.x' | Andreas Fischer | 2015-05-06 | 1 | -0/+1 |
| | | | | | | | | * 3.1.x: [ticket/13819] Add missing sql_freeresult() to files in includes/ Conflicts: phpBB/includes/acp/acp_database.php | ||||
* | [ticket/12466] Move classes from acp_database.php to their own files | MateBartus | 2015-02-27 | 11 | -0/+2287 |
* 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 |