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
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
Marc Delisle
a1fc83f342
bug was not released, thanks Sebastian
2007-03-21 17:23:42 +00:00
Marc Delisle
6fd4ffda97
test condition has to be reversed for this to work
2007-03-21 17:18:16 +00:00
Marc Delisle
c0032c4930
bug # 1685376 undefined onserver
2007-03-21 17:05:46 +00:00
Marc Delisle
43d0461651
undefined onserver
2007-03-21 16:59:45 +00:00
Sebastian Mendel
758c0b5d03
added some test for PMA_isValid
2007-03-21 16:52:15 +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
338b1dbdc9
use id instead of name for accessing hidden query form in querywindow
2007-03-21 10:40:03 +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
Sebastian Mendel
b6a2ca2646
fixed package and subpackage assignment
2007-03-20 15:15:58 +00:00
Sebastian Mendel
da19f7be80
marked phpMyAdmin Designer as own package (phpMyAdmin-Designer)
2007-03-20 15:11:15 +00:00
Sebastian Mendel
59ba3b0e3b
fixed some function docblocks
2007-03-20 15:03:53 +00:00
Sebastian Mendel
c37b402944
fixed @subpackage tag in page level docblock
2007-03-20 14:54:22 +00:00
Sebastian Mendel
d0facc3d4f
splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php
2007-03-20 14:16:18 +00:00
Sebastian Mendel
505a4c35e7
fixed/added page level docblock
2007-03-20 13:39:12 +00:00
Sebastian Mendel
013eb6a800
backporte some bugfixes from trunk intp QA_2_10:
...
- bug #1567317 [sqp] Syntax highlighter: extra spaces
- bug #1239401 [sqp] table dot numeric field name
- bug #1672789 [sqp] Undefined offset: 4 in sqlparser.lib.php #1674
- bug #1682044 [export] Export file even if file not selected
- bug #1664212 querywindow loses url encoded characters
+ [config] clean cookies on phpMyAdmin upgrade
- bug #1674972 [export] no export with %afm%
- bug #1667887 HTML maxlength
- bug #1679055 #1050 - Table '<table name>' already exists
2007-03-20 11:22:31 +00:00
Sebastian Mendel
aa8557d1a1
typo
2007-03-20 11:20:58 +00:00
Sebastian Mendel
374abd5173
fixed/added page level docblock
2007-03-20 10:32:13 +00:00
Sebastian Mendel
b948e16584
fixed/added svn properties
2007-03-20 08:32:55 +00:00
Sebastian Mendel
6455acea34
forgot some debug code to remove
2007-03-19 18:19:13 +00:00
Sebastian Mendel
4e9043241e
synced/fixed vim line
2007-03-19 18:18:51 +00:00
Sebastian Mendel
817e790762
synced/fixed vim line
2007-03-19 17:55:39 +00:00