Commit Graph

2763 Commits

Author SHA1 Message Date
Marc Delisle
c464754478 bug #1814679 [display] Database selection pagination when switching servers 2008-01-01 13:39:49 +00:00
Marc Delisle
5c90ac9678 remove older comments 2008-01-01 13:14:34 +00:00
Marc Delisle
114fd9df7c Avoid a No tables found when deleting the last table of a db and the table limit offset becomes greater than the number of tables 2007-12-29 20:38:27 +00:00
Marc Delisle
13538ae78d bug #1821264 [display] MaxTableList and INFORMATION_SCHEMA 2007-12-27 23:50:45 +00:00
Marc Delisle
bbc552d728 bug #1783620 [parser] Subquery results without "as" are ignored 2007-12-21 18:18:44 +00:00
Marc Delisle
e4bcbb0d63 bug #1710144 [parser] space after COUNT breaks Export but not Query 2007-12-20 12:47:43 +00:00
Marc Delisle
82e7384223 bug #1813508 [login] Missing parameter: field after re-login 2007-12-18 18:13:24 +00:00
Sebastian Mendel
49a5ac6f5a bug #1798786 [import] Wrong error when a string contains semicolon 2007-12-18 09:27:12 +00:00
Sebastian Mendel
de356ffb79 bug #1764182 [cookies] Suhosin cookie encryption breaks phpMyAdmin 2007-12-18 08:02:41 +00:00
Marc Delisle
2d8046d94e bug #1851833 [display] Sorting forgets an explicit LIMIT (fix for sorting on column headers) 2007-12-16 15:57:09 +00:00
Marc Delisle
58484ab7c1 parser (analyzer) the section_before_limit should not contain the LIMIT clause itself; and extract the limit_clause 2007-12-16 15:18:23 +00:00
Marc Delisle
d74b0c31e7 avoid a warning on opendir 2007-12-15 14:30:37 +00:00
Marc Delisle
cd05940c9b bug #1848889 [export] export trigger should use DROP TRIGGER IF EXISTS 2007-12-14 17:48:39 +00:00
Marc Delisle
b5fadf8034 bug #1817612 [cookies] Wrong cookie path on IIS with PHP-CGI 2007-12-13 18:48:53 +00:00
Marc Delisle
8ba1db9adc bug #1835654 [core] wrong escaping when using double quotes 2007-12-09 13:40:51 +00:00
Marc Delisle
600634b3ff 2.11.3-rc1, 2.11.4-dev 2007-12-02 18:02:04 +00:00
Marc Delisle
00374abf2a bug #1763343 [session] Behavior with session.auto_start enabled 2007-11-25 13:33:54 +00:00
Marc Delisle
25e67b1935 undefined PMA_MYSQL_INT_VERSION when no default server is set 2007-11-25 12:58:41 +00:00
Marc Delisle
e15255dd48 bug #1793948 [parser] ROW_FORMAT incorrectly parsed 2007-11-23 18:24:19 +00:00
Marc Delisle
2948420444 another case for bug 1759194 2007-11-21 13:58:40 +00:00
Marc Delisle
960064b55f bug #1835123 [security] fixed XSS vulnerability on login page, thanks to Tim Brown (Nth Dimension) for the advisory and to Sebastian for the fix 2007-11-20 12:55:14 +00:00
Marc Delisle
b8b542e45c bug #1759194 [import] open_basedir warning 2007-11-18 14:18:00 +00:00
Marc Delisle
527dbb0c5c [display] Division by zero when showing all records (page selector) 2007-11-15 13:33:35 +00:00
Marc Delisle
19721fd519 bug #1831646 [table creation] Error in CREATE TABLE with multiple primary keys and AUTO_INCREMENT 2007-11-14 18:42:47 +00:00
Sebastian Mendel
1f4db0aff0 fix for fixed possible XSS in database name - thanks to Omer Singer, The DigiTrust Group
sorry ... should more test ... ;-)
2007-11-09 21:24:40 +00:00
Sebastian Mendel
0aa505cff7 fixed possible XSS in database name - thanks to Omer Singer, The DigiTrust Group 2007-11-09 19:27:37 +00:00
Marc Delisle
a6dac0a992 stripos() not present in PHP4, thanks to Sebastian 2007-11-09 11:30:28 +00:00
Marc Delisle
1701c0c922 bug #1823045 [import] Error importing file with lowercase "delimiter" 2007-11-07 18:08:29 +00:00
Marc Delisle
18a9fe81c1 bug #1826022 [privileges] unable to add user (MySQL 3.23) since PMA 2.11.2 2007-11-07 12:46:56 +00:00
Marc Delisle
941667812f bug #1817224 [import] Incorrect detection of file_uploads in some cases 2007-11-05 12:24:13 +00:00
Marc Delisle
0951372793 bug #1825172 [export] Exporting and functions 2007-11-03 14:52:05 +00:00
Marc Delisle
4f0a4c1c26 bug #1824506 [profiling] Profile command repeated on older MySQL servers 2007-11-02 17:34:58 +00:00
Marc Delisle
ccc6ee8564 wrong default charset in case of broken session 2007-11-02 16:45:49 +00:00
Marc Delisle
d12c01fd59 patch #1821154, HTTP authentication: fix auth working with php/mod_fastcgi 2007-11-01 20:59:48 +00:00
Marc Delisle
3bb64c78ea patch #1818389 to remove a notice (failed to flush buffer) 2007-11-01 20:48:43 +00:00
Marc Delisle
20df070493 2.11.3-dev 2007-10-23 11:57:53 +00:00
Marc Delisle
c0017d0f42 patch #1817529 [auth] Incorrect login via URL when AllowArbitraryServer is true, thanks to Juergen Wind 2007-10-22 16:47:52 +00:00
Marc Delisle
19d4a1d488 bug #1814463 Wrong database size 2007-10-20 18:58:04 +00:00
Marc Delisle
74363e764d bug #1805102, TextareaAutoSelect issues 2007-10-20 17:54:15 +00:00
Marc Delisle
2806da7b7f bug #1777249 [display] Remove horizontal lines in navigation panel 2007-10-20 17:19:39 +00:00
Sebastian Mendel
71e40e7144 for last XSS fix: forgot to whitelist PMA_PHP_SELF 2007-10-16 07:24:29 +00:00
Sebastian Mendel
c32d999eb1 - fixed XSS in server_status.php, thanks to Omer Singer, The DigiTrust Group
- fixed some possible XSS with PHP_SELF (PATH_INFO)
2007-10-16 07:09:50 +00:00
Marc Delisle
b99b77cb64 it should not be possible to move or copy a table to information_schema 2007-10-14 12:23:22 +00:00
Marc Delisle
0f4658f40e Font size detection was no longer working 2007-10-10 16:56:22 +00:00
Marc Delisle
a915e18bd1 revert bad fix (revision 10720) 2007-10-08 20:52:25 +00:00
Marc Delisle
efa1b7f6aa undefined variable when creating a table that exists 2007-10-06 20:03:52 +00:00
Marc Delisle
c52481b5f9 avoid undefined variable next_quote 2007-10-05 16:54:00 +00:00
Sebastian Mendel
113b4fbcf7 bug #1807923 [login] Login with html entities in password fails 2007-10-05 09:46:30 +00:00
Marc Delisle
e2d2946a06 bug #1798786 [import] Wrong error message when a string contains semicolon 2007-10-04 17:29:15 +00:00
Marc Delisle
5cdbdaf8f8 bug #1764195 [views] DROP button does not work on defective views 2007-09-27 16:56:09 +00:00