Sebastian Mendel
b2f3ae5fcf
make $sql_query persistent (init it, never unset it, always assume it is set)
2007-04-01 09:26:14 +00:00
Marc Delisle
8da1b5a730
bug #1690718 Can't edit if BLOB and no PK
2007-03-31 13:08:50 +00:00
Marc Delisle
f124554ab1
unneeded test, thanks to Juergen Wind
2007-03-31 12:29:05 +00:00
Marc Delisle
e3012401d4
insert a row if BLOB is empty
2007-03-31 12:19:02 +00:00
Marc Delisle
f7d9e324a1
undefined index when creating a table
2007-03-31 11:15:24 +00:00
Sebastian Mendel
306b1b65c6
do NEVER unset $table or $db;
2007-03-30 10:23:01 +00:00
Sebastian Mendel
008734f8b0
do NEVER unset $table or $db;
...
no need to test for isset() on $db and $table;
always test with strlen() for valid $table or $db;
2007-03-30 09:12:05 +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
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
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
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
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
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
8636d6398b
documentation;
...
reflect changes in sql history code;
variable checking and escaping;
2007-03-22 16:41:46 +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
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
Sebastian Mendel
30fd7ae035
use CDATA block for JavaScript code
2007-03-22 09:42:35 +00:00
Sebastian Mendel
fe892e763e
PMA_Table::isView(): check context before using $this
2007-03-22 09:36:50 +00:00
Sebastian Mendel
e92d08fbc6
fixed undefined property in JavaScript
2007-03-21 17:46:43 +00:00
Sebastian Mendel
dd5d1163b1
typo (i really should have written this phpunit test before as suggested ...)
2007-03-21 16:35:11 +00:00
Sebastian Mendel
d0f53268c6
added explanation/notice about unset variable behavior
2007-03-21 14:17:20 +00:00
Sebastian Mendel
6b47ec1252
PMA_isValid(): typo
2007-03-21 13:26:55 +00:00
Marc Delisle
b949c7459a
bug #1676012 [auth] strip non-US-ASCII characters (RFC2616)
2007-03-21 13:16:31 +00:00
Sebastian Mendel
510fbcd605
querywindow link: do not always return false from onclick, only if open of querywindow succeeds
2007-03-21 13:00:28 +00:00
Sebastian Mendel
75fe2cfa9e
PMA_getTab(): added support for fragments in link
2007-03-21 12:36:49 +00:00
Sebastian Mendel
71075dac88
PMA_isValid(): added 'identical' as $type option
2007-03-21 11:36:40 +00:00
Sebastian Mendel
042f0c11f3
source-documentation, -format, -cleanup
2007-03-21 09:35:42 +00:00
Sebastian Mendel
47201daf61
PMA_isValid(): typo, todo and changed default from 'scalar' to 'length'
2007-03-21 09:22:23 +00:00
Sebastian Mendel
ccbd760b11
[core] added PMA_isValid() and PMA_ifSetOr() for variable handling
2007-03-21 08:56:42 +00:00
Marc Delisle
4d6b70a52a
deactivate the calling of a procedure (for now), needs more research
2007-03-20 23:19:14 +00:00
Sebastian Mendel
c2d495c530
bug #1523747 [innodb] make warning about row count more visible
2007-03-20 18:10:53 +00:00
Sebastian Mendel
ece0203186
allow superscript in messages
2007-03-20 18:07:51 +00:00