Commit Graph

66 Commits

Author SHA1 Message Date
Alexander M. Turek
7184bb81c8 For Lo�c: Coding standards 2002-08-21 09:30:53 +00:00
Olivier Müller
7d82a2c31d updated mail address of Tobias Ratschiller (exit phpwizard) 2002-08-14 21:24:28 +00:00
Michal Čihař
383f6b6949 Improvements to importing/exporting when utf-8 translation is being used:
* Improved detection of used recoding function, now can be configured
      which function should be preffered ($cfg['RecodingEngine']).
    * read_dump.php3 uses new fuction PMA_convert_string instead of hardcoded
      iconv.
    * Support for converting charset of loaded files, used new function
      PMA_convert_file.
    * Support for exporting in custom charset.
2002-08-14 16:18:51 +00:00
Marc Delisle
9bd9a44a67 charset patch 2002-06-14 12:07:18 +00:00
Loïc Chapeaux
9b1d989602 Enabled the ability to export only some records in xml format 2002-05-05 13:07:38 +00:00
Alexander M. Turek
13ba848e1e Worked on the XML export feature. 2002-05-05 10:26:52 +00:00
Loïc Chapeaux
29810938f0 Wrong condition... 2002-05-01 20:53:55 +00:00
Loïc Chapeaux
17bf92a512 Exporting a database with one table from the "database details" page doesn't export the table 2002-05-01 20:49:43 +00:00
Loïc Chapeaux
2e28add87b Optimization - do not call "mysql_numrows", "mysql_results" and "mysql_fetch_array" on invalid queries 2002-05-01 12:03:21 +00:00
Alexander M. Turek
7ae0a1262b Fixed a bug concerning the file extensions of XML files in ZIP archives. 2002-04-29 16:30:31 +00:00
Alexander M. Turek
b10854b8b9 PHP3 compatibility 2002-04-28 20:45:11 +00:00
Alexander M. Turek
aea7d627c0 worked around a PHP3 problem 2002-04-28 20:12:50 +00:00
Alexander M. Turek
32a66302d8 back to previous version 2002-04-28 19:13:37 +00:00
Loïc Chapeaux
853dc338ac ">= 0 " added in previous version breaks the code 2002-04-28 18:43:03 +00:00
Alexander M. Turek
d0040a347f some small fixes concerning the XML feature 2002-04-28 18:10:09 +00:00
Loïc Chapeaux
d22c273acc PHP3 compatibility 2002-04-28 16:41:09 +00:00
Alexander M. Turek
1527b9dd06 XML exports (experimental) 2002-04-28 16:01:03 +00:00
Alexander M. Turek
ced0a3e40b prepared language files for XML exports (feature does not work yet!) 2002-04-28 12:23:31 +00:00
Robin Johnson
dd0833bb21 tbl_dump.php3:121: renamed $cfgServer_backup to $backup_cfgServer 2002-04-25 01:41:31 +00:00
Marc Delisle
6f0b4024d6 new cfg 2002-04-25 01:21:27 +00:00
Marc Delisle
c2110be0af new cfg 2002-04-24 20:38:38 +00:00
Loïc Chapeaux
6ca06e16fb updated url 2002-04-12 14:35:27 +00:00
Loïc Chapeaux
d7b17b392f fixed warnings 2002-02-24 19:17:02 +00:00
Loïc Chapeaux
b106eb60d1 Japanese kanji encoding conversion feature thanks to Yukihiro Kawada 2002-02-24 18:46:40 +00:00
Loïc Chapeaux
7f919e6a86 removed tabs and/or trailing spaces 2002-02-10 09:31:41 +00:00
Loïc Chapeaux
b0cdfeaf2f While building dumps, data are no long bufferized by the script if the user wants it to be displayed on screen or saved as a text file. This may be helpfull for bug #448223 - Dump hangs 2001-12-15 16:38:46 +00:00
Loïc Chapeaux
05fefd4211 PEAR codding standards 2001-11-23 01:04:57 +00:00
Loïc Chapeaux
690d914380 fixed IE downloading bug with SSL 2001-11-15 18:52:32 +00:00
Loïc Chapeaux
7a6ff28037 Prepare the use of an Arabic translation (right to left text direction) 2001-11-10 13:17:18 +00:00
Loïc Chapeaux
aa245fe53a feature #443134 - unlimited set_time_limit() 2001-11-09 22:35:46 +00:00
Loïc Chapeaux
4faa013df5 * fixed bug #468749 (Left Frame not expanding in iCab) 2001-10-11 22:25:28 +00:00
Loïc Chapeaux
e726fe785d Fixed bug #444352 (Data Missing/POST Error) 2001-09-23 15:31:50 +00:00
Loïc Chapeaux
55963749db improved the zip dump feature 2001-09-23 09:06:29 +00:00
Armel Fauveau
50c734d0bb Zip dump support 2001-09-22 23:02:40 +00:00
Loïc Chapeaux
08c353d467 Splitted the big "lib.inc.php3" into smaller libraries 2001-09-08 12:59:45 +00:00
Loïc Chapeaux
970465862c fixed possible bug 2001-09-06 20:37:34 +00:00
Loïc Chapeaux
bff031d299 improved the patch Marc commited about headers send to enforce download of dump files 2001-09-06 07:15:33 +00:00
Marc Delisle
0eaf521951 bug 458054 2001-09-06 00:04:36 +00:00
Loïc Chapeaux
6b93b2c991 Merged patch #457984 (Localised dates in dump and db stats) thanks to Michal Cihar 2001-09-05 21:00:25 +00:00
Loïc Chapeaux
6d4ba8b40a added the "escaped by" option for exporting CSV files so default values for importing/exporting dumps are the same. 2001-08-29 18:57:34 +00:00
Loïc Chapeaux
d99ac01040 improved mime types and http headers used when exporting dumps to files 2001-08-28 10:45:23 +00:00
Loïc Chapeaux
239d13d1b3 if a field value contains the "end of record" sequence, enclosed it in dump exportation 2001-08-22 00:21:11 +00:00
Loïc Chapeaux
8fafafb823 replaced MYSQL_MAJOR_VERSION and MYSQL_MINOR_VERSION constants by MYSQL_INT_VERSION 2001-08-21 16:28:36 +00:00
Loïc Chapeaux
a4d05729f1 added an extended inserts option for dumps of data 2001-08-20 11:40:07 +00:00
Loïc Chapeaux
d8cd66c506 fixed some bugs with CSV exportations 2001-08-20 10:22:33 +00:00
Marc Delisle
0ab0ad63b1 merge Loic's version 2001-07-30 21:21:19 +00:00
Marc Delisle
d9901f2f91 add @ 2001-07-20 20:14:43 +00:00
Loïc Chapeaux
a3e9dd451b Fixed bug #441571 (Gzipped dumps have wrong extension) 2001-07-16 17:29:38 +00:00
Loïc Chapeaux
81d95fa3af Added bzip support for dump files 2001-07-15 00:31:36 +00:00
Loïc Chapeaux
5d466b7439 Limitation feature for data dumps wasn't working with CSV exports 2001-07-14 01:11:16 +00:00