Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 1 | -2/+2 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/10809] Remove MSSQL support | Jakub Senko | 2016-08-02 | 1 | -110/+1 |
| | | | | PHPBB3-10809 | ||||
* | [ticket/13930] Add missing space to mssql_extractor | Marc Alexander | 2015-06-08 | 1 | -1/+1 |
| | | | | PHPBB3-13930 | ||||
* | [ticket/12466] Move classes from acp_database.php to their own files | MateBartus | 2015-02-27 | 1 | -0/+524 |
* 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 |