Commit Graph

2442 Commits

Author SHA1 Message Date
Marc Delisle
37c0fd0364 2.10.3-rc1 2007-07-16 15:33:02 +00:00
Marc Delisle
db8157a76f bug #1748633 Incorrect parameter validation for VIEWs 2007-07-10 15:01:45 +00:00
Marc Delisle
e960142185 previous fix was incompatible with mysql extension 2007-07-05 12:26:42 +00:00
Marc Delisle
4db7d86327 this comment is no longer true 2007-07-03 00:28:32 +00:00
Marc Delisle
7dbb4e7a82 bug #1736405 Pretty printer and HTML line breaks 2007-06-26 12:52:36 +00:00
Marc Delisle
1a083a80e8 bug #1733012 Unwanted table alias in delete button 2007-06-26 11:53:09 +00:00
Marc Delisle
0588579a3f bug #1727138 HTML not encoded (more than 1000 characters) 2007-06-24 10:42:02 +00:00
Marc Delisle
083d7980e2 when saving an edit with a field of more than 1000 characters, constant PMA_QUERY_TOO_BIG is already defined 2007-06-24 10:14:08 +00:00
Marc Delisle
6b8d74cb88 bug #1729027 Sorting results of VIEW browsing 2007-06-22 19:17:56 +00:00
Marc Delisle
90f4b198e4 remove dead messages 2007-06-15 17:13:29 +00:00
Marc Delisle
bee991f7ef bug #1722502 DROP TABLE in export VIEW 2007-06-14 17:10:25 +00:00
Marc Delisle
416e4c8d89 bug #1734285 Copy database with VIEWs 2007-06-11 17:00:56 +00:00
Marc Delisle
d4c281e91e patch #1731280 Avoid negative exponent in gmp_pow(), thanks to anosek 2007-06-10 19:47:14 +00:00
Marc Delisle
2f7eeba069 patch #1730171 Dead message strLanguageFileNotFound, thanks to Victor Volkov 2007-06-10 19:28:56 +00:00
Marc Delisle
8209703e5c 2.10.2-rc1 and 2.10.3-dev 2007-06-08 18:37:07 +00:00
Marc Delisle
95a0decab2 bug #1728590, last part of the fix 2007-06-05 16:32:49 +00:00
Marc Delisle
6416ba9987 bug #1728590 Detected failing session_start fails 2007-06-03 23:30:40 +00:00
Marc Delisle
f0dfa7b130 patch #1726500 Wrong position of </tbody> 2007-05-28 16:48:39 +00:00
Marc Delisle
ff08fdd633 bug #1724401 Column truncation in repair table output 2007-05-27 12:34:30 +00:00
Marc Delisle
baaaa7eaad do not unset $total (and remove dead code in trunk) 2007-05-23 12:38:41 +00:00
Marc Delisle
b864ca99ed bug #1722502 DROP TABLE in export view structure 2007-05-21 17:13:49 +00:00
Marc Delisle
0305d314e2 bug #1715709 export in SQL format always includes procedures and functions 2007-05-20 19:00:38 +00:00
Marc Delisle
646d6c0875 bug #1721571 CREATE database privilege not always detected 2007-05-19 18:08:38 +00:00
Marc Delisle
d16da0e73c bug #1721002 db rename -> undefined cfgRelation 2007-05-17 21:57:15 +00:00
Marc Delisle
8dbdd7a935 in 2.10, strOptions does not yet exist 2007-05-10 00:04:29 +00:00
Marc Delisle
ca77057c21 bug #1712570 Deleting last record freezes 2007-05-09 12:55:29 +00:00
Marc Delisle
e51272900f 2.10.1-rc1 2007-04-14 23:09:25 +00:00
Marc Delisle
6c90a816fb bug #1672636 [export] PDF export too wide 2007-04-13 17:25:48 +00:00
Marc Delisle
8b21bac2bd undefined index when deleting a bookmark 2007-04-06 13:43:04 +00:00
Marc Delisle
0c5cba1973 fix this kind of queries: select * from mytable where myid >= 1 2007-04-03 10:23:49 +00:00
Marc Delisle
a91f4762e4 bug #1690718 Can't edit if BLOB and no PK 2007-03-31 13:07:59 +00:00
Marc Delisle
b2bdcbc35a insert a row if BLOB is empty 2007-03-31 12:18:40 +00:00
Sebastian Mendel
120f91ff6f bug #1690561 Blobs being cleared on Edit of row 2007-03-29 13:52:26 +00:00
Sebastian Mendel
c12e5d2208 replaced ctype_digit() with is_numeric() 2007-03-27 11:27:36 +00:00
Marc Delisle
56528d26b6 patch #1681620 [interface] support reordering of ['ColumnTypes'] 2007-03-23 16:45:44 +00:00
Sebastian Mendel
f1378fcbf1 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
Marc Delisle
c1d2b61090 bug #1596328 [export] drop support for POSTGRESQL compatibility mode 2007-03-15 20:38:23 +00:00
Sebastian Mendel
414aa4fbc2 bug #1676033 [core] pow(int,int) causes overflow 2007-03-14 12:47:37 +00:00
Sebastian Mendel
b528a6d646 bug #1679801 [core] XSS vulnerability in PMA_sanitize() 2007-03-13 14:21:31 +00:00
Marc Delisle
71f554728e bug #1671403 [parser] using "client" as table name 2007-03-04 14:07:42 +00:00
Sebastian Mendel
331c04b3df changed message for possible exploit detection 2007-03-02 16:07:54 +00:00
Sebastian Mendel
1f7afb504f merge fixes from trunk (bugs #1672379. #1671813, #1541147) 2007-03-02 14:13:13 +00:00
Marc Delisle
81f6ea7f9f set default value for ssl connection to MYSQL to FALSE 2007-03-01 15:36:20 +00:00
Marc Delisle
5ced8c473e 2.10.1-dev 2007-02-28 02:03:15 +00:00
Marc Delisle
faf2b09949 2.10.0 release 2007-02-28 00:50:11 +00:00
Marc Delisle
a6acfb641b bug #1659176, memory error displaying a table with large BLOBs 2007-02-27 22:54:11 +00:00
Marc Delisle
cff19a334a bug 1667466, undefined variable when export + save on server 2007-02-25 12:39:38 +00:00
Marc Delisle
4580f48e8d HEX and UNHEX were not available for a BINARY field 2007-02-24 16:19:56 +00:00
Marc Delisle
e0765c51d9 undefined variable if AllowAnywhereRecoding is false 2007-02-17 18:06:11 +00:00
Marc Delisle
0e6119e9d1 avoid generating big links after an upload into a BLOB 2007-02-16 18:00:34 +00:00