Commit Graph

5298 Commits

Author SHA1 Message Date
Michal Čihař
b3f0385960 PMA_DBI_num_rows is not needed and does not work with MYSQL_USE_RESULT (bug #952162). 2004-05-26 11:44:10 +00:00
Michal Čihař
7fb0bfb121 translations update 2004-05-26 09:29:05 +00:00
Alexander M. Turek
7f61b775ba Linked to Indonesian translator's SF page instead of his email address. 2004-05-26 08:46:23 +00:00
Michal Čihař
40844c8169 language detection improvements 2004-05-25 14:57:10 +00:00
Garvin Hicking
e727bb668e fixed broken file upload from db details pane 2004-05-23 18:48:00 +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
Marc Delisle
f5371237aa contents page orientation 2004-05-20 14:49:04 +00:00
Michal Čihař
fe0020973c agrh, why do I still forget to update date in ChangeLog entries? 2004-05-19 15:14:09 +00:00
Marc Delisle
4aaaca64bb bug 956137 2004-05-19 13:36:13 +00:00
Michal Čihař
7ddc4f69bb Show login form in top frame. 2004-05-19 12:57:17 +00:00
Marc Delisle
cf1f6a9465 typo 2004-05-17 16:58:19 +00:00
Alexander M. Turek
5611cb7d3b The miracle of hyperlinking. 2004-05-16 17:42:49 +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
Marc Delisle
ad8470c4ba MySQL manual has changed 2004-05-13 20:41:06 +00:00
Marc Delisle
2aa1c9fc2b update 2004-05-13 20:04:50 +00:00
Michal Čihař
28a220fb3c Do not fail on broken table. 2004-05-13 19:54:42 +00:00
Michal Čihař
7c0ae0b17b Fixed colspan. 2004-05-13 19:54:02 +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ř
9f07dee9a7 Let's get rid of some tables. 2004-05-13 18:35:29 +00:00
Michal Čihař
ea63ab24c5 Show refresh link only for SELECT and SHOW queries. 2004-05-13 17:59:56 +00:00
Michal Čihař
a48c49d701 Handle situation, where user didn't select anything, display DROP query on better place (bellow tabs). 2004-05-13 17:47:40 +00:00
Michal Čihař
78d646e4ee Generate better query for multi row export. 2004-05-13 17:32:34 +00:00
Michal Čihař
f3b23709e9 Highlight correct tab for multi row editing/export. 2004-05-13 17:14:13 +00:00
Michal Čihař
cbc4659d30 even more wording change 2004-05-13 17:08:36 +00:00
Michal Čihař
672bb28056 Cleaned up description, regenerated dump. 2004-05-13 17:05:05 +00:00
Michal Čihař
5f5ca5e701 Fixed untranslated word (translation #952551). 2004-05-13 16:42:27 +00:00
Michal Čihař
c6f46b6d52 Simplified title generating. 2004-05-13 15:52:41 +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ř
b51b6a1f8a Repeat Go button every 15 rows globally and not per record. 2004-05-13 15:08:39 +00:00
Michal Čihař
c1107d6006 When field is not set, it is not set :-) (bug #953295). 2004-05-13 14:56:18 +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
58a47f3fb6 bug 951143 2004-05-12 13:35:45 +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
Marc Delisle
4276852c82 use PMA_sendHeaderLocation 2004-05-11 12:57:49 +00:00
Marc Delisle
83615ea838 use PMA_sendHeaderLocation 2004-05-11 12:49:05 +00:00
Marc Delisle
c9bbf1e03f use PMA_sendHeaderLocation 2004-05-11 12:41:12 +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ř
d2b2e1eae3 Do not generate search query to include all fields, just SELECT * is enough. 2004-05-11 09:45:13 +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
Marc Delisle
06b78de508 Garvin fix for special characters in left panel 2004-05-10 17:29:04 +00:00
Marc Delisle
25536f933f email 2004-05-10 13:54:40 +00:00
Marc Delisle
502c9fba0e lang 2004-05-10 13:53:07 +00:00
Marc Delisle
1a4c2fa6d8 update 2004-05-10 13:49:55 +00:00
Michal Čihař
d2bfaa1c0e Fix PMA_DBI_field_name, fixes also bug #951226. 2004-05-10 13:44:14 +00:00
Garvin Hicking
05f4ca30b2 fix IE row-selection borkage 2004-05-10 13:24:22 +00:00
Garvin Hicking
e83c817239 xhtml compliance 2004-05-09 19:14:38 +00:00
Alexander M. Turek
6aa1cf45c8 removed debug code 2004-05-09 19:01:05 +00:00