Commit Graph

1680 Commits

Author SHA1 Message Date
Sebastian Mendel
ac4d335c25 removed queryframe.php and references to it 2005-10-17 12:04:39 +00:00
Michal Čihař
a9f87975ce Group databases by rightmost separator (bug #1325651). 2005-10-17 11:46:08 +00:00
Sebastian Mendel
222f50220c removed unused 'js_isDOM' 2005-10-17 11:32:15 +00:00
Michal Čihař
e6d84d6795 Transformation for SQL pretty printing (RFE #1327648). 2005-10-16 16:16:36 +00:00
Marc Delisle
6d4db4249d bug #1320470, timestamp is not shown as being NULL under MySQL < 4.1.x 2005-10-16 13:00:23 +00:00
Michal Čihař
e6077a388a Handle correctly float like .01 (bug #1252713). 2005-10-14 18:50:45 +00:00
Marc Delisle
ec6fd52bfb support MySQL 4.0.x 2005-10-14 14:49:43 +00:00
Marc Delisle
1cda03955b problem under MySQL 4.0.x with mysqli 2005-10-14 14:36:15 +00:00
Sebastian Mendel
1db66739f8 fixed uninitialized variables 2005-10-14 14:15:06 +00:00
Michal Čihař
087751483b Do not walk chars for hex and numbers one by one, this boosts performance while inserting huge blobs (bug #1315232). 2005-10-14 12:36:50 +00:00
Michal Čihař
4559cf5373 Do not attempt to read upload dir when not configured. 2005-10-14 08:34:04 +00:00
Michal Čihař
a13fadb644 Allow editing of query without database. 2005-10-13 17:26:08 +00:00
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