Commit Graph

2459 Commits

Author SHA1 Message Date
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
Sebastian Mendel
59ba3b0e3b fixed some function docblocks 2007-03-20 15:03:53 +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
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
Marc Delisle
b800466c91 avoid vim error on loading 2007-03-19 16:55:30 +00:00
Sebastian Mendel
a7568078af bug #1567317 [sqp] Syntax highlighter: extra spaces 2007-03-19 16:12:17 +00:00
Sebastian Mendel
8878baf7b1 #1643758 Error #1264 importing NULL values in MySQL 5.0 2007-03-19 15:41:35 +00:00
Sebastian Mendel
420a9d58e7 bug #1662976 Authentication fails when controluser/pass is set 2007-03-19 15:06:53 +00:00
Sebastian Mendel
d0f31e2091 bug #1672789 Undefined offset: 4 in sqlparser.lib.php #1674 2007-03-19 14:19:22 +00:00
Sebastian Mendel
e153586543 some doc and globals 2007-03-19 13:09:33 +00:00
Sebastian Mendel
3ab281b786 fixed display of timeout message 2007-03-19 13:06:23 +00:00
Marc Delisle
c8c96a2d52 from patch 1649881, forgot this one 2007-03-17 15:16:09 +00:00
Marc Delisle
1f388161f4 from patch 1649881, support procedures and functions (work in progress) 2007-03-17 15:09:37 +00:00
Marc Delisle
b61b210703 with the "set" command vim no longer complains 2007-03-16 17:12:25 +00:00
Sebastian Mendel
c29b8627f9 hopefully cookie login is now working again as expected ... 2007-03-16 16:55:45 +00:00
Sebastian Mendel
aba1268619 [config] clean cookies on phpMyAdmin upgrade 2007-03-16 16:48:40 +00:00
Marc Delisle
e190478d01 vim complains with a */ at the end of options 2007-03-16 16:38:42 +00:00
Marc Delisle
55cecc1e61 fit with new logic of revision 10078 2007-03-15 21:29:21 +00:00
Marc Delisle
76eda3dd55 bug #1596328 [export] drop support for POSTGRESQL compatibility mode 2007-03-15 20:35:47 +00:00
Sebastian Mendel
319947b3fb fixed last fix of fix 2007-03-15 17:38:51 +00:00
Sebastian Mendel
cf6de45646 second try ... in fixing this XSS in sanitizing.lib.php 2007-03-15 16:01:20 +00:00
Sebastian Mendel
82a014ca7a fixed Notice: Undefined index (thanks to Marc Delisle) 2007-03-15 15:19:58 +00:00
Sebastian Mendel
235adc812b bug #1239401 table dot numeric field name 2007-03-15 15:01:23 +00:00
Sebastian Mendel
d2b12f612c bug #1666657 Cookie password delete on timeout / inactivity 2007-03-15 11:49:12 +00:00
Sebastian Mendel
3e9a417afa bug #1668724 JavaScript focus login Opera 2007-03-15 10:16:15 +00:00
Sebastian Mendel
3dfc50d600 missing space in GUI message 2007-03-14 16:29:26 +00:00
Sebastian Mendel
71d4904b71 bug #1627210, #1083301, #1482401 [data] warning on duplicate indexes 2007-03-14 16:16:47 +00:00
Sebastian Mendel
af7691a469 bug #1676033 [core] pow(int,int) causes overflow 2007-03-14 12:47:37 +00:00
Sebastian Mendel
3759bdc56d bug #1679801 [core] XSS vulnerability in PMA_sanitize() 2007-03-13 14:21:31 +00:00
Sebastian Mendel
a56222d99a improved displaying of binary logs:
- limit displayed rows to $cfg[MaxRows]
 - show single and summary log file size (MySQL >= 5.0.7)
cleaned up the code
added some more sanity checks
source documentation
2007-03-13 09:55:19 +00:00
Marc Delisle
2b54018416 INSERT non-uploaded values no longer working 2007-03-11 12:35:30 +00:00
Marc Delisle
b9951e8c44 patch 1647868, support handling of DELIMITER to mimic mysql CLI 2007-03-09 13:18:25 +00:00
Marc Delisle
be23ee35d1 bug #1674914 [structure] changing definition of a TIMESTAMP field 2007-03-08 18:14:37 +00:00