Commit Graph

94 Commits

Author SHA1 Message Date
Michal Čihař
f736050896 Better way for highliting tabs when including files (set $active_page for highliting). 2003-05-14 15:52:34 +00:00
Michal Čihař
0c867d815f Use other messages (thanks to Marc), replace slashes in filename with underscore to avoid possible problems. 2003-05-14 14:15:58 +00:00
Michal Čihař
ca05ded981 Support for exporting CSV for multiple tables, it just puts all content into one file, but some people seem to want this (based on patch #735136). 2003-05-14 13:22:04 +00:00
Michal Čihař
bf88b4e077 Support for saving to file on server (part of RFE #730197). 2003-05-13 16:27:16 +00:00
Michal Čihař
ec3211e889 LaTeX export improvements. 2003-05-11 17:55:31 +00:00
Michal Čihař
bfff15d10a fixed === syntax error 2003-04-23 09:01:58 +00:00
Michal Čihař
a329a2bfb4 Automatic detection of compression for uploaded data. 2003-03-20 23:17:18 +00:00
Michal Čihař
26bcf8ef84 support for user defined templates for export filename 2003-03-18 13:27:55 +00:00
Garvin Hicking
14a427263b RFE #7000385: Export AUTO_INCREMENT field.
Display Create/Update/Check_time in PDF-Pages, printview, DB/Table structure
and table dumps, if information is available (gathered by 'SHOW TABLE
STATUS' for MySQL 3.23.XX).
2003-03-13 16:46:54 +00:00
Garvin Hicking
a8c0e0092c Fixed DB export 2003-03-12 11:28:15 +00:00
Garvin Hicking
2dd72bc5e3 Fixed compression bug. 2003-03-10 18:12:27 +00:00
Garvin Hicking
1dabf69496 Redesign of tbl_properties_export. 2003-03-10 15:14:00 +00:00
Alexander M. Turek
2183740b05 If magic_quotes_gpc is enabled, grab_globals calls stripslashes when extracting the arrays $_GET and $_POST. 2003-03-02 17:26:41 +00:00
Marc Delisle
6317bb840d undefined use_comments 2003-03-02 01:42:57 +00:00
Garvin Hicking
3e31d888ba Display column comments in table/database dumps, as inline SQL-Comments 2003-02-24 17:04:34 +00:00
Michal Čihař
18fc8cbec2 Fix bug #679699 2003-02-03 21:02:11 +00:00
Marc Delisle
a5c02eb41f export results of SELECTs 2003-01-19 13:48:15 +00:00
Michal Čihař
1e8447e111 New URL and hidden input generating stuff. 2003-01-08 13:50:30 +00:00
Alexander M. Turek
8d50c33083 fixed a followup bug of my last fix :o) 2002-12-21 22:15:01 +00:00
Alexander M. Turek
1a54fa69f2 wrong charset information in XML exports 2002-12-21 22:05:49 +00:00
Michal Čihař
ba91683a8a Fix output order of inserts/creates, generate file extension to include also file type. 2002-12-13 14:59:48 +00:00
Michal Čihař
9eac77903c support for exporting to LaTeX 2002-12-11 16:42:21 +00:00
Michal Čihař
4b8e6102b2 fix exporting of structure and data to file and cleanup in export charset conversion 2002-12-11 14:28:00 +00:00
Michal Čihař
635d87e10a fixed Alexanders fir for 651414 2002-12-10 15:08:05 +00:00
Alexander M. Turek
1080b5c040 bug #651414 2002-12-10 14:48:41 +00:00
Alexander M. Turek
e2515922f3 Merged nijel's fix against bug #632310. 2002-11-05 15:12:00 +00:00
Robin Johnson
e4743fd18e find -name '*.php3': Added vim modelines for PEAR style indentation 2002-10-23 04:17:43 +00:00
Alexander M. Turek
e24b4abce0 bug #607896 2002-10-03 17:29:39 +00:00
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