Commit Graph

1253 Commits

Author SHA1 Message Date
Michal Čihař
092769a727 Support for SHA1 function (RFE #971703). 2004-06-15 10:37:39 +00:00
Marc Delisle
0123495cb7 errors when invalid login 2004-06-15 00:16:59 +00:00
Marc Delisle
567f7f1815 undefined PHP_SELF 2004-06-15 00:04:17 +00:00
Marc Delisle
714d15110e unneeded variable 2004-06-14 23:17:44 +00:00
Marc Delisle
bdaf8242e4 make it work with older config file 2004-06-14 23:16:37 +00:00
Alexander M. Turek
7a30c07bec config_import.lib should merge default settings 2004-06-14 23:14:21 +00:00
Marc Delisle
b1a600d1d4 forgot this one for redesign 2004-06-14 12:32:05 +00:00
Marc Delisle
6045031c16 help select_theme living in a developer tree 2004-06-13 21:47:49 +00:00
Marc Delisle
d9a21610d1 redesign part 3 2004-06-13 21:39:08 +00:00
Marc Delisle
041245c24d bug 968089 mysqli fix 2004-06-10 17:17:58 +00:00
Marc Delisle
edf1b10063 bug 968089, catch when server is not responding 2004-06-10 14:19:23 +00:00
Marc Delisle
478fccda5e bug 968089, catch when server is not responding 2004-06-10 14:11:45 +00:00
Michal Čihař
d9cc90927c Add FOREIGN_KEY_CHECKS=0 to export (RFE #966038). 2004-06-08 09:21:48 +00:00
Alexander M. Turek
e10e729b96 backwards compatibility 2004-06-08 05:50:02 +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ř
30c6f6f58b Do not convert, if charsets are same. 2004-06-07 13:24:35 +00:00
Marc Delisle
acbee620e0 mysqli and default socket 2004-06-07 10:58:51 +00:00
Alexander M. Turek
de51ac5a28 latin1_spanish_ci 2004-06-07 08:35:13 +00:00
Garvin Hicking
8c2512b3ba last fix to broken vertical highlight: repeated headers. Repeated headers were not inside <th> but inside <td> cells. 2004-06-06 22:04:21 +00:00
Garvin Hicking
e3ef7df162 better rewrite of verticalpointer function 2004-06-04 16:15:11 +00:00
Garvin Hicking
4d767eb97a more compatible unset of row marker 2004-06-04 14:45:29 +00:00
Michal Čihař
f63a765279 Handle correctly all MySQL comments (-- can be followed with any control char) (patch #965106). 2004-06-04 10:20:33 +00:00
Garvin Hicking
68ca109fe0 bug #959320, broken vertical row highlighting. major rework of
setvertical pointer-function; should hopefully be still cross-browser.
Confirmed working in MSIE6 and Firefox 0.8.
2004-06-04 08:04:38 +00:00
Michal Čihař
9dcfce8bb8 Can disable main page icons (bug #965550). 2004-06-03 10:53:08 +00:00
Michal Čihař
1535804302 Do not override $cfg['ShowHttpHostTitle']. 2004-06-03 10:33:22 +00:00
Michal Čihař
6ecfb039fc Remove spaces from strServer, strDatabase 2004-06-03 10:20:28 +00:00
Michal Čihař
a32dc0b397 css improvements (design should not be changed by this, just the way how it is done) 2004-06-03 09:31:39 +00:00
Michal Čihař
1db58c765b Return back to browsing after editing row. 2004-05-31 09:59:35 +00:00
Michal Čihař
8ed5e573fc Decrease limit for query truncating (see comments in bug #951744). 2004-05-28 08:02:51 +00:00
Michal Čihař
40844c8169 language detection improvements 2004-05-25 14:57:10 +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ř
7ddc4f69bb Show login form in top frame. 2004-05-19 12:57:17 +00:00
Alexander M. Turek
0b6975f8bd Patch #947190 2004-05-16 17:32:15 +00:00
Michal Čihař
22b5117239 Use one cookie set for each server, not just one global (patch #952917, bug #687009). 2004-05-14 10:05:15 +00:00
Michal Čihař
9ef6f98cb1 Report syntax error when there is a broken comment (bug #905066). 2004-05-13 19:35:53 +00:00
Michal Čihař
ea63ab24c5 Show refresh link only for SELECT and SHOW queries. 2004-05-13 17:59:56 +00:00
Michal Čihař
914538b5c2 Uncheck Ignore checkbox for inserting when multiple inserts after changing value (RFE #749733). 2004-05-13 15:21:41 +00:00
Michal Čihař
72b3f91917 Use same code for generating INSERT and UPDATE queries (also fixes bug #953250). 2004-05-13 14:41:28 +00:00
Michal Čihař
401fd5bafa Minor optimalisations. 2004-05-13 10:43:15 +00:00
Marc Delisle
ac10dc4aff about PMA_sendHeaderLocation 2004-05-11 14:38:02 +00:00
Marc Delisle
6101163a66 use PMA_sendHeaderLocation 2004-05-11 14:25:22 +00:00
Michal Čihař
941c3d2676 Use shorter query for edit/delete if original one is too long (bug #951744). 2004-05-11 10:03:37 +00:00
Michal Čihař
fe962c55fc Modified pretty printer to display nicer queries generated by our db search. 2004-05-11 09:42:37 +00:00
Michal Čihař
d2bfaa1c0e Fix PMA_DBI_field_name, fixes also bug #951226. 2004-05-10 13:44:14 +00:00
Alexander M. Turek
1856f02c20 patch #947190 (Redesign) 2004-05-08 14:20:25 +00:00
Marc Delisle
0aef3ca70d maybe alpha3 2004-05-07 17:34:47 +00:00
Garvin Hicking
370e80b838 RFE #856208 - Show (un)check all boxes for query results. 2004-05-07 09:35:01 +00:00
Garvin Hicking
bada833326 Bug #949087 - js error 2004-05-06 12:11:15 +00:00
Michal Čihař
0b9bdd62a7 Support for insert multiple rows at once (RFE #749733). 2004-05-05 10:05:30 +00:00