Commit Graph

5316 Commits

Author SHA1 Message Date
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
01f16dc6e5 patch #1681620 [interface] support reordering of ['ColumnTypes'] 2007-03-23 16:52:32 +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
e436bafad6 added info about storing sql history in session 2007-03-22 14:58:00 +00:00
Marc Delisle
a1fc83f342 bug was not released, thanks Sebastian 2007-03-21 17:23:42 +00:00
Marc Delisle
c0032c4930 bug # 1685376 undefined onserver 2007-03-21 17:05:46 +00:00
Marc Delisle
b949c7459a bug #1676012 [auth] strip non-US-ASCII characters (RFC2616) 2007-03-21 13:16:31 +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
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
b948e16584 fixed/added svn properties 2007-03-20 08:32:55 +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
5d3c12c5bd bug #1682044 Export file even if file not selected 2007-03-19 13:43:57 +00:00
Sebastian Mendel
03f2245312 bug #1664212 querywindow loses url encoded characters 2007-03-19 09:03:27 +00:00
Marc Delisle
1f388161f4 from patch 1649881, support procedures and functions (work in progress) 2007-03-17 15:09:37 +00:00
Sebastian Mendel
3707f0d8e6 [config] clean cookies on phpMyAdmin upgrade 2007-03-16 16:55:13 +00:00
Marc Delisle
d543923b5b put back Byte Order Mark 2007-03-16 12:20:13 +00:00
Marc Delisle
2c8756fb2d bug #1609443 [privileges] Grant all priv. on wildcard name (fix message) 2007-03-15 21:12:31 +00:00
Marc Delisle
76eda3dd55 bug #1596328 [export] drop support for POSTGRESQL compatibility mode 2007-03-15 20:35:47 +00:00
Marc Delisle
91093f0b25 bug #1680952 [core] undefined function PMA_getUvaCondition() 2007-03-15 17:22:18 +00:00
Sebastian Mendel
d4164091ff bug #1674972 no export with %afm% 2007-03-15 17:15:59 +00:00
Sebastian Mendel
235adc812b bug #1239401 table dot numeric field name 2007-03-15 15:01:23 +00:00
Sebastian Mendel
e016d0a5c0 bug #1648802 different mysql library and server version 2007-03-15 12:13:04 +00:00
Sebastian Mendel
d2b12f612c bug #1666657 Cookie password delete on timeout / inactivity 2007-03-15 11:49:12 +00:00
Sebastian Mendel
05f4c05a56 bug #1667887 HTML maxlength 2007-03-15 10:32:34 +00:00
Sebastian Mendel
3e9a417afa bug #1668724 JavaScript focus login Opera 2007-03-15 10:16:15 +00:00
Sebastian Mendel
02ca5e9e51 - bug #1679055 #1050 - Table '<table name>' already exists
+ [data] better error handling in tbl_create.php
some smaller tweaks and source documentation
2007-03-15 09:12:33 +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
81cbcba1ca removed re-added change by accident 2007-03-14 12:43:47 +00:00
Sebastian Mendel
3759bdc56d bug #1679801 [core] XSS vulnerability in PMA_sanitize() 2007-03-13 14:21:31 +00:00
Marc Delisle
5b3ed5f3e7 bug not present in a release 2007-03-13 12:38:11 +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
177d054d2a bug #1673599 [core] Call to undefined function PMA_isSuperuser() 2007-03-12 16:49:51 +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
Sebastian Mendel
f49b5d24cf move file upload functionality into own class;
make use of $cfg['TempDir'] for file uploads;
2007-03-08 14:08:49 +00:00
Sebastian Mendel
7cd507c083 sorry for messing the UTF-8 chars 2007-03-06 14:03:44 +00:00
Sebastian Mendel
60f0bf530d corrected changelog 2007-03-06 13:36:10 +00:00
Sebastian Mendel
8b7e21a058 new format 2007-03-06 12:02:33 +00:00
Marc Delisle
e8c26a190c 2006 ChangeLog now kept apart 2007-03-04 14:26:14 +00:00
Marc Delisle
460a3c9f2f bug #1671403 [parser] using "client" as table name 2007-03-04 14:02:52 +00:00
Marc Delisle
4a4b02b12e use PMA_getenv('PHP_SELF') 2007-03-02 15:10:40 +00:00