Commit Graph

814 Commits

Author SHA1 Message Date
Garvin Hicking
b2e5dfc23c Should be the fix for Bug #730718. Moved the hashform from the
"nav"-frame to the "queryframe"-frame,      altered the way the form is
submitted in LeftFrameLight mode to      keep the queryframe. Only if
JavaScript is usable, otherwise it's      not necessary to keep the 'opener'
pointer.
2003-05-02 19:56:45 +00:00
Marc Delisle
3177fcc672 bug 731480 2003-05-02 19:38:38 +00:00
Garvin Hicking
40cbb52b7f Bug #728813 2003-05-02 11:52:11 +00:00
Marc Delisle
9af23c8ec5 maybe -rc3 2003-04-27 11:16:53 +00:00
Michal Čihař
5269c1b894 Automatically check "Save as file" when selecting compression. 2003-04-23 09:03:29 +00:00
Garvin Hicking
aed1eff627 Propagate hash value 2003-04-22 19:43:17 +00:00
Garvin Hicking
97f979da4d Propagate hash value 2003-04-22 16:50:43 +00:00
Garvin Hicking
210576b0af Fixed Bug #723955, 723736, 723713 (Query Frame) 2003-04-20 18:09:05 +00:00
Garvin Hicking
092981e02b Bug #723713 2003-04-18 16:11:58 +00:00
Garvin Hicking
b640ff2a96 Bug #662320 2003-04-17 15:48:53 +00:00
Michal Čihař
25f2b35dce Export BLOBs hex quoted. 2003-04-16 16:56:03 +00:00
Michal Čihař
48fb8346c8 added AUTO_INCREMENT to reserved words 2003-04-16 12:50:38 +00:00
Michal Čihař
bfd0a07197 Fix edit link for table without primary key and with BLOB field (bug #708182). 2003-04-15 13:52:14 +00:00
Marc Delisle
5eae86494f bug 721278 2003-04-14 19:13:51 +00:00
Marc Delisle
aa717ef1bf bug 708887 2003-04-14 19:04:32 +00:00
Marc Delisle
3341c9da1f bug 647705 2003-04-14 18:52:07 +00:00
Michal Čihař
870b321052 Fixed bug #720672 - moved headers 2003-04-14 12:59:09 +00:00
Garvin Hicking
3e992a0cb7 Usage: SHOW TABLE STATUS FROM db LIKE 'table'
not  : SHOW TABLE STATUS LIKE 'table' FROM 'db'.
Note absence of '' around "db" and the FROM/LIKE order.
This time right, I hope. ;)
2003-04-14 09:02:54 +00:00
Garvin Hicking
c9ca0dde99 Bug #720846 2003-04-14 08:54:28 +00:00
Marc Delisle
17b1c24a81 going rc2 2003-04-13 23:29:17 +00:00
Marc Delisle
304f2075b8 2.5.0-rc1 2003-04-13 22:56:53 +00:00
Alexander M. Turek
09d0aba07e Better fix against possible "wrong parameter count" errors. 2003-04-12 17:05:11 +00:00
Marc Delisle
bbc10b2dba MaxExactCount backwards compatibility 2003-04-11 17:44:20 +00:00
Michal Čihař
182e06e3f1 SHOW TABLE STATUS / SELECT COUNT (*) fixes continues, now configurable 2003-04-11 11:59:44 +00:00
Michal Čihař
5e95ec6944 Get row count by SHOW TABLE STATUS, and by SELECT COUNT(*) only for small (<20000 rows) tables (RFE #708533). 2003-04-10 16:23:45 +00:00
Michal Čihař
03a6ff4124 Fixed undefined index warnings in XML dump. 2003-04-09 16:34:58 +00:00
Michal Čihař
205a130e58 Added <br /> before charset selection in export. 2003-04-09 16:31:38 +00:00
Michal Čihař
dcb001b46b Fixed undefined index warnings in LaTeX dump. 2003-04-09 16:29:31 +00:00
Marc Delisle
9a8e0e48e0 put back version 1.30 modifications with new strUpdComTab 2003-04-09 13:06:41 +00:00
Garvin Hicking
6d7e4ed82d Patch #705899 from Alexis Soulard 2003-04-06 19:14:36 +00:00
Garvin Hicking
0d39fbcb3f RFE #715914 2003-04-06 18:20:20 +00:00
Alexander M. Turek
2fd8a52da9 Make $HTTP_ACCEPT_LANGUAGE available for machines with register_globals = off. 2003-04-06 15:24:21 +00:00
Garvin Hicking
9fe170d4af Bugfix #714744 2003-04-03 17:04:38 +00:00
Michal Čihař
b4cadaf745 fixes for HTML entities in field/table/db names 2003-03-26 14:02:16 +00:00
Michal Čihař
cbc5cdd706 HTML entities fixes 2003-03-25 10:21:18 +00:00
Michal Čihař
07ca76320b Removed PMA_htmlFormat function as it caused HTML entities to be quoted twice 2003-03-24 16:07:56 +00:00
Marc Delisle
47bcec9934 no disabling of the parser 2003-03-23 11:59:59 +00:00
Alexander M. Turek
68224a9e4e wrong parameter count 2003-03-22 23:54:08 +00:00
Alexander M. Turek
66fb90359e PMA_MYSQL_CLIENT_API 2003-03-22 23:49:46 +00:00
Marc Delisle
933cfe7f77 link was not working here 2003-03-22 11:24:48 +00:00
Marc Delisle
fe5f54ff32 display the image 2003-03-22 11:02:01 +00:00
Marc Delisle
7a2758ac94 replaced by text_plain__imagelink 2003-03-21 18:46:31 +00:00
Marc Delisle
82cb9e8a8a new 2003-03-21 18:45:24 +00:00
Michal Čihař
31c2578c6f fixed copying of table 2003-03-21 14:16:15 +00:00
Michal Čihař
1d73faabe6 fixed selecting table/db filename template 2003-03-21 12:04:30 +00:00
Michal Čihař
a329a2bfb4 Automatic detection of compression for uploaded data. 2003-03-20 23:17:18 +00:00
Michal Čihař
4f6bfb8d3b check for field type before doing charset conversion 2003-03-20 19:50:48 +00:00
Marc Delisle
1df7faa5e9 new font 2003-03-20 18:29:04 +00:00
Garvin Hicking
606369c3f6 New transform functions. 2003-03-18 15:30:25 +00:00
Garvin Hicking
9d1647d364 Fixed variable usage. 2003-03-18 15:29:26 +00:00