Commit Graph

4808 Commits

Author SHA1 Message Date
Marc Delisle
b939d1048e 3.4.7-dev is starting 2011-10-03 12:41:20 -04:00
Marc Delisle
46a1afb372 Preparing for 3.4.6-rc1 2011-10-03 12:34:18 -04:00
Madhura Jayaratne
a9f2c38942 bug #3414744 [core] External link fails in 3.4.5 2011-09-29 19:43:28 +05:30
Marc Delisle
acbbd8fc56 bug #3392150 [schema] PMA_User_Schema::processUserChoice() is broken 2011-09-29 06:41:06 -04:00
Marc Delisle
789ed0d3d1 A table has been dropped from outside phpMyAdmin 2011-09-29 06:08:30 -04:00
Piotr Przybylski
29a41fc991 "javascript:" is not needed here 2011-09-25 17:26:21 +02:00
Marc Delisle
158ce0657a Undefined variables when no server has been selected and no default server is defined 2011-09-24 06:17:34 -04:00
Madhura Jayaratne
a211b8ba0e bug #3411224 [display] Broken binary column when 'Show binary contents' not set 2011-09-19 23:17:13 +05:30
Madhura Jayaratne
63d164ca99 bug #3411535 [display] Full text button unchecks results display options 2011-09-19 23:07:42 +05:30
Marc Delisle
6ac29b4791 bug #3383572 [interface] Cannot execute saved query
When the Go button related to the "Run SQL query" section is pressed,
avoid transmitting the value of id_bookmark from the "Bookmarked SQL
query" section; otherwise import.php would think that it needs to
do a bookmark action instead of executing the query.
2011-09-18 08:11:15 -04:00
Madhura Jayaratne
5511ae8fbc bug #3410604 [config] Configuration storage incorrect suggested table name 2011-09-16 23:45:36 +05:30
Marc Delisle
03a75ab9e0 bug #3399951 [export] Config for export compression not used 2011-09-11 06:51:09 -04:00
Madhura Jayaratne
7e7e55b953 bug #3404886 [navi] Edit SQL statement after error 2011-09-10 08:43:13 +05:30
Isaac Bennetch
0bdbde8c90 Patch #3404173 InnoDB comment display with tooltips/aliases 2011-09-07 07:36:00 -04:00
Marc Delisle
1b5461dc75 3.4.6-dev 2011-09-02 12:42:55 -04:00
Michal Čihař
15f887a979 Avoid loading themes from non directories, . and .. 2011-08-31 08:07:47 -04:00
Marc Delisle
3b75f549f4 Merge branch 'MAINT_3_4_4' into QA_3_4 2011-08-24 12:29:30 -04:00
Marc Delisle
29b694c225 bug #3392920 [edit] BLOB emptied after editing another column 2011-08-19 16:16:51 -04:00
Dieter Adriaenssens
556636457a Remove library PHPExcel, due to license issues
Remove native Excel exportand import modules (xls and xlsx formats)
2011-08-10 20:53:51 +02:00
Herman van Rink
c547703b10 Sanitize filenames before using in Content-Disposition header 2011-08-08 20:07:09 +02:00
Madhura Jayaratne
68e21b05e4 Changelog entry for bug #3383711. Some formatting 2011-08-04 00:04:16 +05:30
Sven Strickroth
7909da2ea0 quick fix for issue #3383711
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-08-03 23:48:42 +05:30
Madhura Jayaratne
11ad4fd992 bug #3313235 [interface] Error div misplaced 2011-07-29 06:38:07 +05:30
Marc Delisle
09b30b8b6e 3.4.4-rc1 2011-07-25 10:15:14 -04:00
Marc Delisle
871aaa9b64 3.4.5-dev 2011-07-25 10:12:37 -04:00
Marc Delisle
08ee54d4a4 bug #3358750 [core] With Suhosin, urls are too long in edit links 2011-07-24 08:08:38 -04:00
Marc Delisle
3534dda30a Fix merge conflicts 2011-07-23 08:16:00 -04:00
Sven Strickroth
201ad07ea8 Do not add backquotes for normal displayed text
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-07-22 09:33:30 -04:00
Sven Strickroth
54398f8a12 Do not call PMA_showHint with bbcode=true in display_tbl.lib.php
This fixes an issue with an InnoDB-table on sql.php with "select * from tbl" showing that "total ~ N <sup>1</sup>" rows are displayed and with a JavaScript enabled browser the footnote gets hidden and it's impossible to find out what the <sup>1</sup> means.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-07-22 15:16:13 +02:00
Madhura Jayaratne
58b48a3d45 bug #3367986 [navi] Drop field -> lost active table 2011-07-21 08:55:57 +05:30
Rouslan Placella
40d7c3b8ba tabs -> spaces 2011-07-15 16:02:37 +01:00
Piotr Przybylski
2cc22c8aba Fix CodeGen export 2011-07-14 23:48:17 +02:00
Piotr Przybylski
70083ad583 Fix XML export so it actually can export table structure
More escaping fixes
2011-07-14 23:43:56 +02:00
Piotr Przybylski
65d962d397 Better escaping in XML export
Note: it's still incorrect
2011-07-14 23:40:58 +02:00
Piotr Przybylski
6d0f28b425 Improve readability of XML export code 2011-07-14 23:38:09 +02:00
Michal Čihař
571cdc6ff4 Pass token along with swekey auth requests 2011-07-11 14:50:44 +02:00
Michal Čihař
ed88c4a7b6 Fix error when gettext is not yet loaded and we want to warn.
This happens when PHP is compiled without session support, which is
checked before gettext is loaded.
2011-07-10 22:46:46 +02:00
Herman van Rink
e7bb42c002 [security] Fixed possible session manipulation in swekey authentication, see PMASA-2011-12 2011-07-09 23:10:23 +02:00
Herman van Rink
3ae58f0cd6 [security] Fixed local file inclusion vulnerability and code execution, see PMASA-2011-11 2011-07-08 21:43:38 +02:00
Michal Čihař
90a232d8fb Add definition for Breton 2011-07-07 13:46:15 +02:00
Marc Delisle
58d86350c4 Merge branch 'MAINT_3_4_3' into QA_3_4 2011-07-02 20:49:29 -04:00
Marc Delisle
e214683f9f 3.4.3.1 release 2011-07-02 20:49:01 -04:00
Madhura Jayaratne
5217946601 bug #3340151 [export] Working SQL query exports error page 2011-07-02 07:05:54 +05:30
Madhura Jayaratne
4d1540cc1c bug #3348995 [config] $cfg['Export']['asfile'] set to false does not select asText option 2011-07-01 22:58:35 +05:30
Herman van Rink
b434320eff Fixed filtering of a file path, which allowed for directory traversal, see PMASA-2011-8 2011-06-30 20:26:08 +02:00
Herman van Rink
69fb0f8e7d Fixed regexp quoting issue in Synchronize code, see PMASA-2011-7 2011-06-30 13:26:29 +02:00
Herman van Rink
7ebd958b2b Fixed possible session manipulation in swekey authentication, see PMASA-2011-5 2011-06-30 12:30:58 +02:00
Marc Delisle
e21d6073e4 3.4.3 release 2011-06-27 08:20:21 -04:00
Rouslan Placella
9e224184d7 Fixed bug #3323101 - Invalid escape sequence in SQL parser 2011-06-21 20:38:42 +01:00
Rouslan Placella
c2dd99965d Fixed bug #3323060 - SQL parser breaks AJAX requests if query has unclosed quotes 2011-06-21 20:33:32 +01:00