aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_database.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-2/+0
* [ticket/16084] Remove redundant backup radio buttonmrgoldy2019-08-261-7/+3
* [ticket/16048] Fix restore backup from ACP3D-I2019-05-071-1/+1
* [ticket/15928] Remove support for downloading backupsMarc Alexander2019-01-061-99/+107
* [ticket/15860] Fix regexpRuben Calvo2018-10-301-2/+2
* [ticket/15860] Limit regexp to expected formatsMarc Alexander2018-10-301-1/+1
* [ticket/15860] Fix format of backup filesRuben Calvo2018-10-301-2/+2
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-6/+6
* [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-2/+0
* Merge branch '3.1.x' into 3.2.xTristan Darricau2016-10-021-5/+5
|\
| * [ticket/14789] Remove obsolete check_form_key() and add missing hashesMarc Alexander2016-09-301-5/+0
| * [ticket/14789] Move form key checks to where they actually do somethingMarc Alexander2016-09-301-5/+10
* | Merge pull request #4265 from Senky/ticket/10809Tristan Darricau2016-09-251-2/+0
|\ \
| * | [ticket/10809] Remove MSSQL supportJakub Senko2016-08-021-2/+0
* | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-09-181-0/+8
|\ \ \ | |/ / |/| / | |/
| * [ticket/14789] Add link hashes and form tokens to all acp links/buttonsMarc Alexander2016-09-181-0/+8
| * [ticket/13930] Add missing spaces to codeMarc Alexander2015-06-081-1/+1
| * [ticket/13819] Add missing sql_freeresult() to files in includes/Marc Alexander2015-05-051-0/+1
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+0
* | [ticket/12466] Move classes from acp_database.php to their own filesMateBartus2015-02-271-1660/+2
* | [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-071-3/+3
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-11/+12
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-4/+4
* | [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-061-1/+1
|/
* [ticket/13045] Remove Pragma headersJakub Senko2014-09-171-2/+2
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-14/+14
* [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-248/+0
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-30/+7
* [feature/sqlite3] Remove unneeded ORDER BY type from sqlite_master queriesJoas Schilling2014-05-021-1/+1
* [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-0/+112
* [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-2/+0
* [ticket/11990] Remove result_mssqlnative usage in acp_database.phpPatrick Webster2013-11-031-8/+9
* [ticket/11981] Fix code sniffer complaintsMarc Alexander2013-10-281-7/+7
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
* [ticket/11696] Rename db_tools.php so it can be autoloadedJoas Schilling2013-07-141-4/+0
* Merge branch 'develop-olympus' into developNils Adermann2012-05-311-3/+9
|\
| * [ticket/10611] Filter out not existing database tables when making a backup.Andreas Fischer2012-05-301-1/+1
| * [ticket/10611] Use phpbb_db_tools::sql_list_tables() instead of get_tables().Andreas Fischer2012-05-301-2/+1
| * [ticket/10611] Generate db_tools instance in acp_database module.Andreas Fischer2012-05-301-0/+7
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-11-191-3/+6
|\ \ | |/
| * [ticket/10239] Correct undefined variable error.Chris Smith2011-11-181-2/+1
| * [ticket/10239] Add confirm box to backup restore.Chris Smith2011-09-211-1/+5
* | [feature/request-class] Add server(), header() and is_ajax() to requestIgor Wiedler2011-07-151-6/+8
* | [ticket/9574] Remove conditional PHP<5.2 codeIgor Wiedler2010-12-281-36/+1
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/
* [ticket/9686] Fix mssqlnative database data exportNils Adermann2010-10-251-23/+31
* [ticket/9582] MSSQL native backups can now be restored.Chris Smith2010-05-031-0/+1
* Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris Puc...Nils Adermann2010-02-111-0/+102
* Fix Bug #57385Andreas Fischer2010-02-061-2/+2