Commit Graph

1668 Commits

Author SHA1 Message Date
Michal Čihař
acf06caecc Free temporary query result. 2005-10-13 15:42:52 +00:00
Sebastian Mendel
2287fd9927 XHTML compliance, introduced fieldsets 2005-10-13 15:31:22 +00:00
Sebastian Mendel
265bfe861a small CSS fixes 2005-10-13 15:25:06 +00:00
Michal Čihař
65b357e886 Move browser detection to only place where it is currently used. 2005-10-13 15:06:46 +00:00
Michal Čihař
52bb3fd79b Use common header. 2005-10-13 15:01:19 +00:00
Michal Čihař
f78aa1b2ef Use common header. 2005-10-13 14:48:16 +00:00
Sebastian Mendel
efa10c4bb8 JavaScript errors, layout errors 2005-10-13 10:43:35 +00:00
Sebastian Mendel
7dd2e62d3d XHTML compl. 2005-10-13 09:34:56 +00:00
Sebastian Mendel
28e567c869 XHTML compl. 2005-10-12 12:40:37 +00:00
Michal Čihař
e70801d40c Use normal font sizes for Mozilla browsers. 2005-10-12 12:11:04 +00:00
Sebastian Mendel
2600d3c29b fixed rowcount in left frame for tables in information_schema 2005-10-12 12:02:00 +00:00
Sebastian Mendel
9df9bcd23a dont use 6-bit chars on windows 2005-10-12 11:15:07 +00:00
Sebastian Mendel
1e2ebddf7c revert icon size to fixed width and height 2005-10-12 10:30:27 +00:00
Sebastian Mendel
e052827c74 use list for navigation tabs RFE #1290423 2005-10-12 09:28:38 +00:00
Michal Čihař
07adb8da8e Fix paging. 2005-10-12 09:01:04 +00:00
Sebastian Mendel
96d1b5cc8b XHTML 1.0 trans. compliance 2005-10-11 16:07:27 +00:00
Marc Delisle
694f7ef519 bug #1322871, local file inclusion 2005-10-11 13:36:37 +00:00
Sebastian Mendel
3143135a5c XHTML 1.0 trans. compliance and more semantic XHTML output 2005-10-11 11:49:17 +00:00
Michal Čihař
b4928863ff Add more useful shortcuts for IP rules (RFE #1022831). 2005-10-09 13:25:02 +00:00
Michal Čihař
747e354d69 Ability to replace existing bookmark (RFE #907438). 2005-10-09 13:12:42 +00:00
Michal Čihař
f25a50a9be Support for searching in foreign keys (RFE #871091). 2005-10-09 12:49:22 +00:00
Michal Čihař
32496981c9 Show message when bookmark has been created (RFE #477472), show deleted bookmark query. 2005-10-09 08:31:44 +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ř
6429a239da Parse query before inserting LIMIT to know where to place it. 2005-10-08 20:10:01 +00:00
Michal Čihař
bdbe747f8f Fix query parsing when there is comment or string at the end. 2005-10-08 19:51:41 +00:00
Marc Delisle
20c9f89683 support MAX_USER_CONNECTIONS 2005-10-08 19:42:39 +00:00
Marc Delisle
5c981c774f workaround for warning on sf.net 2005-10-08 18:45:35 +00:00
Michal Čihař
a841d13500 Do not try to restore database as control user, it has to fail. 2005-10-08 18:27:48 +00:00
Michal Čihař
96722c24f4 fix undefined variable warning 2005-10-08 17:53:31 +00:00
Michal Čihař
ae6aa68843 Fix reading native MySQL comments when no phpMyAdmin one defined (bug #1312758). 2005-10-08 17:41:23 +00:00
Michal Čihař
c62f975a47 Use common code for CREATE/ALTER TABLE, set comments on creating table, so that user can see it in the query. 2005-10-08 17:28:31 +00:00
Michal Čihař
ee4ca2cc4f Removed unused code. 2005-10-08 15:17:42 +00:00
Michal Čihař
b64dccc2ae Removed unused code parts. 2005-10-08 14:59:56 +00:00
Michal Čihař
205a4da9f7 Use defined messages. 2005-10-08 14:55:08 +00:00
Michal Čihař
db40959fd2 Fix execution of single large queries. 2005-10-08 13:28:07 +00:00
Michal Čihař
81d01ac2ce Keep database and table selection over login, needed for RFE #1278312. 2005-10-08 13:07:27 +00:00
Marc Delisle
90f8f6b1fe typo 2005-10-08 11:38:29 +00:00
Michal Čihař
6a093d4283 Switch all SQL from read_dump.php to import.php. 2005-10-08 11:24:21 +00:00
Michal Čihař
e3567e49f3 Do not show error on empty query. 2005-10-08 10:53:55 +00:00
Michal Čihař
9207ca3885 Fix import of queries containing `, fix import of queries not terminated by ;. 2005-10-08 10:01:25 +00:00
Michal Čihař
6c09b4bd58 This one does not handle charset conversion. 2005-10-08 09:14:36 +00:00
Michal Čihař
ce05d7f446 Use same formatting for all options. 2005-10-08 08:49:06 +00:00
Marc Delisle
5eb57a9f06 bug #1313821, dbname containing a hyphen was not detected as being already created 2005-10-07 17:47:32 +00:00
Michal Čihař
589ee102f6 Drop some old code. 2005-10-07 15:23:55 +00:00
Michal Čihař
102066c088 Calendar improvements: add submit button (bug# 1312373) and fix entering time begining with 0 (bug #1312373). 2005-10-06 09:23:58 +00:00
Michal Čihař
f58e0ae0ff Fix handling of whitespace at the end of imported file. 2005-10-06 08:41:22 +00:00
Marc Delisle
bd59eb6f3c bug #1311384, Create table dialog on escaped wildcard privileges 2005-10-05 19:40:12 +00:00
Marc Delisle
1d33bd372b undefined constant at login time 2005-10-05 13:19:46 +00:00
Marc Delisle
f2d4f28e2a bug #1306833, full text link is broken 2005-10-05 12:41:22 +00:00
Sebastian Mendel
f54b83132c fixed JavaScript malfunction in querybox textarea with Opera 2005-10-04 09:18:33 +00:00