Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0 | Marc Alexander | 2019-10-06 | 1 | -103/+1 |
| | | | | PHPBB3-16051 | ||||
* | [ticket/15424] Multiple typo fixes in docs & comments | luzpaz | 2019-05-08 | 1 | -1/+1 |
| | | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424 | ||||
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 2 | -4/+4 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/15319] Add IF EXISTS to Postgres DROP SEQUENCE query | Serge Skripchuk | 2017-08-13 | 1 | -1/+1 |
| | |||||
* | [ticket/14739] Remove SQLite 2.8.x database driver | Jakub Senko | 2016-11-16 | 2 | -153/+0 |
| | | | | PHPBB3-14739 | ||||
* | [ticket/10809] Remove MSSQL support | Jakub Senko | 2016-08-02 | 2 | -111/+2 |
| | | | | PHPBB3-10809 | ||||
* | [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 |