Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-26bug #1621280, support VIEW dependencies during exportMarc Delisle
2006-12-26set local_query only if we are exporting dataMarc Delisle
2006-11-17Check before commit!Michal Čihař
2006-10-25Rename db_* files to drop useless _details part.Michal Čihař
2006-10-25Rename tbl_* files to drop useless _properties part.Michal Čihař
2006-10-17export nothing if no tables are selectedMarc Delisle
2006-10-15bug #1541189, views not displayed in export listMarc Delisle
2006-09-20replaced $dblist with new PMA_List_Database classSebastian Mendel
2006-05-16Increase magic contstant to avoid problems with compression of some specific ...Michal Čihař
2006-04-26better error message for userMichal Čihař
2006-04-26Allow forcing of export to file, it makes no sense to display PDF in textarea...Michal Čihař
2006-04-26Use plugins for extension and MIME type.Michal Čihař
2006-04-13bug #1443004, VIEW and exportMarc Delisle
2006-04-13correct function callMarc Delisle
2006-04-13bug 1443004 part 1: do not generate INSERT for an exported VIEWMarc Delisle
2006-01-20bug #1410078, error exporting query ending with semicolonMarc Delisle
2006-01-17(not complete) PEAR coding standardSebastian Mendel
2006-01-15allow 0 as name for database, table collumn, alias and indexSebastian Mendel
2005-12-16Configurable memory limit (RFE #1373904).Michal Čihař
2005-12-05Check for correct parameters.Michal Čihař
2005-12-05Use same script tag, use CDATA for scripts (RFE #995065).Michal Čihař
2005-12-03PDF exportMarc Delisle
2005-11-24Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries...Michal Čihař
2005-11-18common.lib.php should REALLY REALLY and ALWAYS be the first includeSebastian Mendel
2005-10-18Support for user specific upload and save directories (RFE #1260039).Michal Čihař
2005-09-26Support for browsing selected columns (RFE #1275909).Michal Čihař
2005-08-04Show error header on error to make clear that something bad has happened.Michal Čihař
2005-07-26Use actual MIME type for CSV.Michal Čihař
2005-07-13bug #1116026, export under IE 6 (XP SP2)Marc Delisle
2005-05-18bug #1193442, 8 extra spaces at end of export areaMarc Delisle
2005-05-02bug #1123284, avoid double compression when zlib.output_compression is OnMarc Delisle
2005-03-07Unified cookie path handling, added / to end of path (bug #1155373).Michal Čihař
2005-03-06Added Microsoft Word and Excel 2000 export (RFE #1155122).Michal Čihař
2005-02-08Fix export of SQL for Safari (bug #1113015).Michal Čihař
2005-01-24Back to Content-Type application/x-bzip2 on bzip2 export (bug #1106652).Michal Čihař
2005-01-03Use standardised mime types and use content encoding for gzip/bzip2. I hope t...Michal Čihař
2004-10-19Use just \n for SQL exports (bug #1042521).Michal Čihař
2004-10-02bug 1038804 - insufficient space to saveMarc Delisle
2004-06-25remove auto-select of exported textareaMarc Delisle
2004-06-15PMA_securePathMarc Delisle
2004-06-14redesign part 3Marc Delisle
2004-06-07EXPERIMENTAL native MS Excel export support, using PEAR module Spreadsheet_Ex...Michal Čihař
2004-05-20Little code reorganistaion (RFE #957308), removed some remaining php3 compati...Michal Čihař
2004-04-14Support for enclosing SQL export in transaction (RFE #930827).Michal Čihař
2004-03-10Correctly report error when export fails.Michal Čihař
2004-03-09minor export fixesMichal Čihař
2004-02-18bug 899610Marc Delisle
2004-02-02security fixMarc Delisle
2004-01-22Added MySQLi library; Removed calls to old mysql_wrappers library.Alexander M. Turek
2004-01-20use PMA_DBI functionMarc Delisle