aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_database.php
Commit message (Expand)AuthorAgeFilesLines
* [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/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
* [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 "store and download" 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
* #9601David M2007-04-041-2/+6
* - PostgreSQL can now use schemas. During install, under database name, enter ...David M2007-04-011-1/+1
* - Avoid creating backups that we can't restore :)David M2007-03-071-22/+88
* adding @package tag which is required for all classes.Meik Sievertsen2007-02-241-0/+21
* forgot to actually commit it :PDavid M2007-02-191-101/+17
* - IE7 should now work tooDavid M2007-02-171-1/+1
* - used wrong heuristic to measure if we were done, using a different one now.David M2007-02-171-9/+9
* - finally fixed this one, IE has a bug that makes puppies cry.David M2007-02-171-3/+22
* - some stupid bugsDavid M2007-02-161-1/+6
* - small mistake :-(David M2007-02-161-1/+1
* #8154David M2007-02-161-17/+16
* #8146David M2007-02-161-7/+45
* #8144David M2007-02-151-1/+8
* #7570David M2007-02-151-1447/+1647
* #8084David M2007-02-131-1/+1
* - should fix some Firebird issues ( can't believe that nobody found this unti...David M2007-02-011-2/+14
* - fix some oddities (doubled spaces for example)Meik Sievertsen2007-01-261-4/+4
* - fixing some bugsMeik Sievertsen2007-01-201-12/+16
* #6502David M2006-12-231-4/+4
* - remove some of my mess :PDavid M2006-12-151-7/+0
* - nobody found this bug :DDavid M2006-12-151-4/+4
* #6192David M2006-12-131-90/+41