Commit Graph

6546 Commits

Author SHA1 Message Date
Michal Čihař
04a69209ad Fix escaping detection on multi byte strings. 2005-10-17 12:15:30 +00:00
Michal Čihař
a47cd322ab I didn't do this :-) 2005-10-17 12:14:36 +00:00
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
Michal Čihař
b38e264afd Translation fixes. 2005-10-17 11:35:14 +00:00
Sebastian Mendel
222f50220c removed unused 'js_isDOM' 2005-10-17 11:32:15 +00:00
Sebastian Mendel
8f29d32741 border around tabs bug #1326730 2005-10-17 10:55:52 +00:00
Marc Delisle
5760c8fa5b no need to check the version 2005-10-16 19:24:47 +00:00
Marc Delisle
72f452205e bug #1320470, timestamp is not shown as being NULL under MySQL < 4.1.x 2005-10-16 18:48:10 +00:00
Michal Čihař
e6d84d6795 Transformation for SQL pretty printing (RFE #1327648). 2005-10-16 16:16:36 +00:00
Michal Čihař
c694ea42b4 Don't allow to check mysql database for dropping (RFE #1327514). 2005-10-16 15:31:03 +00:00
Michal Čihař
aaefb8c518 Disable drop tab on mysql database (RFE #1327514). 2005-10-16 15:27:43 +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
Marc Delisle
40fa1965be undefined field_collation 2005-10-16 12:09:31 +00:00
Marc Delisle
f5e5b41666 update 2005-10-14 20:01:59 +00:00
Michal Čihař
e6077a388a Handle correctly float like .01 (bug #1252713). 2005-10-14 18:50:45 +00:00
Marc Delisle
dae1a44d59 support MySQL < 4.1.x 2005-10-14 14:50:54 +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
Sebastian Mendel
12670d72b9 lang/german: partial Update 2005-10-14 11:44:25 +00:00
Michal Čihař
4559cf5373 Do not attempt to read upload dir when not configured. 2005-10-14 08:34:04 +00:00
Sebastian Mendel
09badf9bd4 typo 'unser' -> 'user' 2005-10-14 07:02:53 +00:00
Michal Čihař
2a2e891c8f another translation improvements 2005-10-13 18:23:49 +00:00
Michal Čihař
a13fadb644 Allow editing of query without database. 2005-10-13 17:26:08 +00:00
Michal Čihař
1819599e53 We need bookmark code to be included everytime. 2005-10-13 17:25:15 +00:00
Marc Delisle
07b5c799cf undefined field_collation under MySQL 4.0.x 2005-10-13 17:17:12 +00:00
Michal Čihař
bb48c5095f translation 2005-10-13 16:00:39 +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ř
a713ed4d80 Really test before commiting and not only thing you've tested... Undo. 2005-10-13 15:24:08 +00:00
Michal Čihař
610ef32714 Include JavaScript in header and not in footer. 2005-10-13 15:21:17 +00:00
Michal Čihař
688144cd52 Define CSS normal way and not by writing through JavaScript. 2005-10-13 15:11:49 +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
Michal Čihař
a736fdd365 Fix URL rewriting not to match empty parts. 2005-10-13 14:14:59 +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
d1346a3c2d XHTML compl., NOTICE, Icons for Edit/Revoke Links 2005-10-13 08:47:09 +00:00
Sebastian Mendel
bce60be31c preselect db if only one db 2005-10-13 06:59:32 +00:00
Michal Čihař
0be9c380d1 Make drop and empty tabs lead to structure instead of SQL. 2005-10-12 17:51:44 +00:00
Sebastian Mendel
bea48c6e6d XHTML compl. 2005-10-12 16:09:44 +00:00
Sebastian Mendel
9a4b880705 XHTML compl. 2005-10-12 15:10:34 +00:00
Sebastian Mendel
f361a16b0b XHTML compl. 2005-10-12 15:02:30 +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