Commit Graph

43 Commits

Author SHA1 Message Date
Sebastian Mendel
2833e1537e no name attribute for sup tag 2005-12-06 10:13:26 +00:00
Michal Čihař
75a16f45f8 Use same script tag, use CDATA for scripts (RFE #995065). 2005-12-04 23:14:41 +00:00
Marc Delisle
dc5cd6d778 PDF export 2005-12-03 19:28:22 +00:00
Michal Čihař
f9293a28b3 Better description for filename format (RFE #1362423). 2005-11-23 19:49:16 +00:00
Sebastian Mendel
c9a50c006c use superscript tag for comment 2005-11-18 18:03:43 +00:00
Michal Čihař
2a9f434d87 Support for user specific upload and save directories (RFE #1260039). 2005-10-18 19:55:11 +00:00
Sebastian Mendel
2287fd9927 XHTML compliance, introduced fieldsets 2005-10-13 15:31:22 +00:00
Michal Čihař
4166977846 Add ability to limit maximal size of extended insert query, defaults to 50 KB (RFE #1015378). 2005-10-09 08:16:57 +00:00
Michal Čihař
ce05d7f446 Use same formatting for all options. 2005-10-08 08:49:06 +00:00
Michal Čihař
ea707775d2 Fix auto increment export (bug #1309257). 2005-09-30 18:38:14 +00:00
Michal Čihař
64bd56dfba Support for browsing selected columns (RFE #1275909). 2005-09-26 19:03:11 +00:00
Michal Čihař
39ea0b8557 Default charset for export is now configurable (RFE #1263772). 2005-08-22 21:41:20 +00:00
Michal Čihař
c6f540be72 Configurable file name templates (RFE #1226941). 2005-06-24 12:17:07 +00:00
Michal Čihař
baff8bc0de fix javascript logic controlling checking of structure/data (thanks to rabus) 2005-03-06 21:18:29 +00:00
Michal Čihař
a3d769e73d Word export now can contain table structure and better handles more tables/databases export. 2005-03-06 14:54:15 +00:00
Michal Čihař
d5f9ad07b7 Added Microsoft Word and Excel 2000 export (RFE #1155122). 2005-03-06 12:52:20 +00:00
Marc Delisle
e430651d24 native comments 2005-03-06 12:33:19 +00:00
Michal Čihař
de484bfce1 Do not offer modes not available in current MySQL version, do not fail on error when setting SQL_MODE (bug #1155209). 2005-03-02 21:17:24 +00:00
Michal Čihař
f1f39b8ed1 added infou about UFPDF to documentation 2004-12-29 14:16:51 +00:00
Garvin Hicking
9392a58483 removed superfluous spaces, introduced more CSS ID attributes 2004-10-08 11:14:08 +00:00
Garvin Hicking
9a1b11c82e fix label spacing 2004-09-16 10:59:26 +00:00
Michal Čihař
09a20e6dfc Updated texts to fit Excel 2003 behaviour (bug #1018457). 2004-09-03 11:38:39 +00:00
Michal Čihař
e9f19691b9 No options text should not be bold red (bug #1010759). 2004-08-17 14:58:50 +00:00
Michal Čihař
ca5b16f654 Change look of adding fields into table (bug #991095).
I again did some XHTML validation, so removed few of most obvious errors, but there are still many, mostly missing alt attributtes for images and wrongly nested tags.
2004-08-12 15:13:20 +00:00
Michal Čihař
1cef835c05 Display SQL export after saving file on server (bug #989657). 2004-07-15 14:09:23 +00:00
Marc Delisle
0e8e84d8c0 bug 981359 optional hex for binary 2004-07-01 01:30:37 +00:00
Marc Delisle
a04115157f style alignment for lost option 2004-06-25 11:38:05 +00:00
Michal Čihař
bbfead0066 Add back key checking disabling. 2004-06-25 10:51:20 +00:00
Marc Delisle
919bfd6646 redesign phase 4 2004-06-18 20:02:27 +00:00
Michal Čihař
9b243b2f0d fix export display 2004-06-15 13:25:12 +00:00
Marc Delisle
d9a21610d1 redesign part 3 2004-06-13 21:39:08 +00:00
Michal Čihař
d9cc90927c Add FOREIGN_KEY_CHECKS=0 to export (RFE #966038). 2004-06-08 09:21:48 +00:00
Michal Čihař
3b16b66659 add missing @ 2004-06-07 16:06:08 +00:00
Michal Čihař
08db25e5a6 EXPERIMENTAL native MS Excel export support, using PEAR module Spreadsheet_Excel_Writer (RFE #968110). 2004-06-07 14:11:54 +00:00
Michal Čihař
1aaa89fa54 Little code reorganistaion (RFE #957308), removed some remaining php3 compatibility code in SQL parser. 2004-05-20 16:14:13 +00:00
Michal Čihař
928a8b33db Be valid XHTML 2004-04-27 12:36:12 +00:00
Michal Čihař
7dbba54afd Support for enclosing SQL export in transaction (RFE #930827). 2004-04-14 13:31:26 +00:00
Michal Čihař
fc0c608d82 Add support for IF NOT EXISTS in CREATE TABLE export (RFE #913421). 2004-03-10 13:13:27 +00:00
Michal Čihař
b6f8cbd8e5 Add support for INSERT IGNORE and UPDATE IGNORE. 2004-03-10 11:51:18 +00:00
Michal Čihař
0914c72f15 Can add custom text to SQL export headers (RFE #874361). 2004-03-09 16:21:37 +00:00
Alexander M. Turek
37d50c1822 Huge set of optimizations, please test! 2003-11-26 22:52:25 +00:00
Garvin Hicking
f0da471ec3 /libraries cleanup hopefully done. Double-Checked every change, my installation still works. ;)
Will continue working on remaining files tomorrow and hope to make it to the end of the next day.
2003-11-20 16:31:51 +00:00
Michal Čihař
6884f9701a no more support for php3 2003-11-18 15:20:45 +00:00