aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_database.php
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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/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
* Ok, the oracle database backup never actually worked at all. We used the wron...Meik Sievertsen2009-09-211-17/+46
* Fix Bug #48955 - Correctly extract column default value when exporting Postgr...Andreas Fischer2009-08-051-3/+4
* Small change to r9765, Bug #47495Andreas Fischer2009-07-171-3/+1
* Fix bug #47495 - Move hardcoded language string to language file.Andreas Fischer2009-07-171-1/+3
* Fix Oracle database backup (Bug #46715)Meik Sievertsen2009-06-161-2/+3
* Prevent incomplete backups stored if option &quot;store and download&quot; is...Meik Sievertsen2009-03-301-0/+2
* Sort backups by date, newest first (Bug #14818)Meik Sievertsen2009-03-301-42/+52
* Ok, story real database server info, as well as caching itMeik Sievertsen2008-09-041-1/+1
* hmmMeik Sievertsen2008-06-111-1/+1
* #24245Meik Sievertsen2008-04-211-2/+6
* #22385David M2008-04-201-4/+23
* #22385 - David told me to ci thisHenry Sudhof2008-03-261-0/+1
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-8/+16
* #13463David M2007-07-161-3/+3
* #10785David M2007-05-111-0/+1
* #10715David M2007-05-111-21/+21
* I *knew* I forgot something :PDavid M2007-05-051-112/+114
* #10495David M2007-05-051-2/+9
* #9662David M2007-04-071-1/+1