Commit Graph

8247 Commits

Author SHA1 Message Date
Sebastian Mendel
711eb76ce3 do not mess with $table 2007-03-30 08:42:41 +00:00
Sebastian Mendel
fe77220226 bug #1690561 Blobs being cleared on Edit of row 2007-03-29 13:52:26 +00:00
Marc Delisle
b84107152d bug #1688053, improvement for latest fix 2007-03-29 13:20:58 +00:00
Sebastian Mendel
02ecd621bb return also works for includes ... so don't mess with intends 2007-03-29 11:45:12 +00:00
Sebastian Mendel
adc43110f6 free memory! 2007-03-29 10:34:20 +00:00
Sebastian Mendel
8e9bc00eab free memory! 2007-03-29 10:22:39 +00:00
Sebastian Mendel
3626acdb24 improved out buffer function handling;
bug #1690064 headers already sent error if OBGzip = 0
2007-03-29 07:10:15 +00:00
Sebastian Mendel
a190872f0a bug #1689931 unnecessary innodb hint when browsing myisam tables 2007-03-29 06:50:12 +00:00
Sebastian Mendel
858a4d1b42 make use of PMA_isValid() and initialize $sql_query 2007-03-29 06:02:22 +00:00
Sebastian Mendel
11dd7b3f5b formating;
XHTML compliance;
improved IE compatibility;
2007-03-28 16:36:12 +00:00
Sebastian Mendel
8314aec9da documentation;
smaller tweaks;
corrected script block tags;
2007-03-28 09:41:45 +00:00
Sebastian Mendel
be630a89fa invalid CSS display property 2007-03-27 16:00:49 +00:00
Sebastian Mendel
29a0fb4fe9 some uninitialized vars 2007-03-27 15:50:28 +00:00
Sebastian Mendel
e67b47daa1 source formating;
some uninitialized vars;
2007-03-27 15:41:28 +00:00
Sebastian Mendel
6d8aefd4d2 background should shine through .. for owner of tab 2007-03-27 15:37:09 +00:00
Sebastian Mendel
267776bb99 formating, and some CSS warnings 2007-03-27 14:36:14 +00:00
Sebastian Mendel
4aa32b31d5 fixed MySQL #1101 - BLOB/TEXT column 'sqlquery' can't have a default value 2007-03-27 13:53:14 +00:00
Sebastian Mendel
ecca20f1c0 PMA_transformation_getOptions(): do not return an element in option array if option string is empty 2007-03-27 13:07:49 +00:00
Sebastian Mendel
2698ea8b26 added test for empty option string 2007-03-27 13:05:53 +00:00
Sebastian Mendel
c28969acbd no need to globalize $_REQUEST['is_js_confirmed'] 2007-03-27 11:29:18 +00:00
Sebastian Mendel
e63059cbaa replaced ctype_digit() with is_numeric() 2007-03-27 11:27:36 +00:00
Marc Delisle
4de60460b3 bug #1688053 [export] Wrong export of binary character fields 2007-03-26 16:48:13 +00:00
Marc Delisle
9f9da6d7ac do not use controllink for this one 2007-03-26 16:13:44 +00:00
Sebastian Mendel
d27b8efab9 removed unnecessary JavaScript code (due to session based history) 2007-03-26 14:50:14 +00:00
Sebastian Mendel
c58cc56041 documentation 2007-03-26 14:48:30 +00:00
Marc Delisle
86c5e9c277 this must have been a typo 2007-03-26 13:27:42 +00:00
Marc Delisle
d298724fd4 Edit next row: do not offer if no unique key on table 2007-03-26 13:23:24 +00:00
Sebastian Mendel
dadcb42f7e documentation;
minor tweaks;
PMA_getMIME(), PMA_setMIME() now checks itself for $cfgRelation;
2007-03-26 12:48:11 +00:00
Sebastian Mendel
b2ded6b4dd added one more testcase 2007-03-26 12:06:21 +00:00
Sebastian Mendel
18c210d548 added testsuite for PMA_transformation_getOptions() 2007-03-26 12:02:35 +00:00
Sebastian Mendel
ae4f0d37dd typos 2007-03-26 09:49:43 +00:00
Sebastian Mendel
c9a7e3040c documentation, backticks in SQL, minor tweaks 2007-03-26 09:34:37 +00:00
Sebastian Mendel
f15108e242 fixed missing check for 'historywork' 2007-03-26 06:45:20 +00:00
Sebastian Mendel
2454f1feff typo in fix for bug #1671813 2007-03-26 06:32:56 +00:00
Marc Delisle
04e26c61a9 bug #1681598 [interface] Edit next row 2007-03-25 13:06:33 +00:00
Marc Delisle
429a428ecd bug #1614004 [relation] foreign key spanning multiple columns are incorrectly displayed 2007-03-25 12:35:04 +00:00
Marc Delisle
e31fd70d78 oops 2007-03-25 11:41:44 +00:00
Marc Delisle
8575706de8 more doc about signon 2007-03-25 11:39:40 +00:00
Marc Delisle
01f16dc6e5 patch #1681620 [interface] support reordering of ['ColumnTypes'] 2007-03-23 16:52:32 +00:00
Sebastian Mendel
2391142941 fixed escaping for JavaScript 2007-03-22 17:30:09 +00:00
Marc Delisle
aaac3066d6 Added FAQ entry about header errors under IIS caused by an end-of-line character 2007-03-22 17:07:06 +00:00
Sebastian Mendel
4b931c351a document changes in querywindow/sql history 2007-03-22 16:44:07 +00:00
Sebastian Mendel
8636d6398b documentation;
reflect changes in sql history code;
variable checking and escaping;
2007-03-22 16:41:46 +00:00
Sebastian Mendel
e8f3519a39 documentation;
better variable checking/sanitizing;
reflect changes in relation code and PMA_getTab();
dropped form based sql history (now done with session in relation code);
display db and/or table in history view only if applicable;
limit display length of sql in history;
2007-03-22 16:34:50 +00:00
Marc Delisle
43882c2968 patch #1685481, undefined var, thanks to Arpad Borsos 2007-03-22 16:32:36 +00:00
Sebastian Mendel
c3c36e67a2 added an init flag when opening new querywindow 2007-03-22 16:26:58 +00:00
Sebastian Mendel
c8cfbaff7a now really store it ... 2007-03-22 15:48:49 +00:00
Sebastian Mendel
2fe8c36bd7 fixed endless cycle (introduced by Revision: 10178) 2007-03-22 15:44:32 +00:00
Sebastian Mendel
e436bafad6 added info about storing sql history in session 2007-03-22 14:58:00 +00:00
Sebastian Mendel
77ba966984 documentation;
make use of session for SQL history;
PMA_getRelationsParam caches result, to speed up multiple calls;
smaller improvements;
all functions are self responsible for getting $cfgRelation and validate it - no need to check before function call;
2007-03-22 14:47:58 +00:00