1 | ----------------------
|
---|
2 | phpMyAdmin - ChangeLog
|
---|
3 | ----------------------
|
---|
4 |
|
---|
5 | $Id: ChangeLog 10440 2007-06-15 17:25:23Z lem9 $
|
---|
6 | $HeadURL: https://svn.sourceforge.net/svnroot/phpmyadmin/branches/MAINT_2_10_2/phpMyAdmin/ChangeLog $
|
---|
7 |
|
---|
8 | 2.10.2.0 (2007-06-15)
|
---|
9 |
|
---|
10 | + [data] display all warnings, not only last one
|
---|
11 | - typo in fix for bug #1671813
|
---|
12 | - bug #1714908 Inserted Row Count is wrong
|
---|
13 | - bug #1712570 Deleting last record freezes
|
---|
14 | - bug #1717339 Missing header when deleting a checked column,
|
---|
15 | thanks to Michael Keck
|
---|
16 | - bug #1717477 Warning on Query page when db is empty
|
---|
17 | - bug #1721002 db rename -> undefined cfgRelation, thanks to Jürgen Wind
|
---|
18 | - bug #1721571 CREATE database privilege not always detected,
|
---|
19 | thanks to Gordon McNaughton
|
---|
20 | - bug #1715709 export in SQL format always includes procedures and functions
|
---|
21 | - bug #1722502 DROP TABLE in export view structure
|
---|
22 | - bug #1718787 Multi-server setup breaks Designer
|
---|
23 | - bug #1724401 Column truncation in repair table output
|
---|
24 | - patch #1726500 Wrong position of </tbody>, thanks to Jürgen Wind
|
---|
25 | - bug #1728590 Detected failing session_start fails, thanks to Jürgen Wind
|
---|
26 | - RFE #1714760 Obey ShowCreateDb on the Databases tab
|
---|
27 | - patch #1733762 Typo in message "INSERT DELAY", thanks to Victor Volkov
|
---|
28 | - patch #1730171 Dead message strLanguageFileNotFound, thanks to Victor Volkov
|
---|
29 | - patch #1731280 Avoid negative exponent in gmp_pow(), thanks to anosek
|
---|
30 |
|
---|
31 | 2.10.1.0 (2007-04-23)
|
---|
32 | =====================
|
---|
33 |
|
---|
34 | - bug #1541147 [js] '#' in database names not correctly handled by queywindow.js
|
---|
35 | - bug #1671403 [parser] using "client" as table name
|
---|
36 | - bug #1672379 [core] Call to undefined function PMA_removeCookie()
|
---|
37 | - bug [core] undefined variable in libraries/tbl_replace_fields.inc.php
|
---|
38 | - bug [gui] query window icon did not work, thanks to Jürgen Wind - windkiel
|
---|
39 | . [general] use PMA_getenv('PHP_SELF')
|
---|
40 | - bug #1676033 [core] pow(int,int) causes overflow
|
---|
41 | - bug #1680952 [core] undefined function PMA_getUvaCondition()
|
---|
42 | - bug #1596328 [export] drop support for POSTGRESQL compatibility mode
|
---|
43 | - bug #1609443 [privileges] Grant all priv. on wildcard name (fix message)
|
---|
44 | - bug #1567317 [sqp] Syntax highlighter: extra spaces
|
---|
45 | - bug #1239401 [sqp] table dot numeric field name
|
---|
46 | - bug #1672789 [sqp] Undefined offset: 4 in sqlparser.lib.php #1674
|
---|
47 | - bug #1682044 [export] Export file even if file not selected
|
---|
48 | - bug #1664212 querywindow loses url encoded characters
|
---|
49 | - replaced ctype_digit() with is_numeric()
|
---|
50 | + [config] clean cookies on phpMyAdmin upgrade
|
---|
51 | - bug #1674972 [export] no export with %afm%
|
---|
52 | - bug #1667887 HTML maxlength
|
---|
53 | - bug #1679055 #1050 - Table '<table name>' already exists
|
---|
54 | - patch #1681620 [interface] support reordering of $cfg['ColumnTypes'],
|
---|
55 | thanks to Leonard den Ottolander
|
---|
56 | - bug #1690718 Can't edit if BLOB and no PK
|
---|
57 | - bug #1672636 [export] PDF export too wide
|
---|
58 | + [lang] brazilian-portuguese update, thanks to Airon Luis Pereira
|
---|
59 | - patch #1698964 javascript typo, thanks to Corey Hollaway
|
---|
60 | - bug #1703897 [css] undefined index 'js_frame'
|
---|
61 | - bug #1690561 Blobs being cleared on Edit of row
|
---|
62 | - bug #1679801 [core] XSS vulnerability in PMA_sanitize(), thanks to sp3x SecurityReason
|
---|
63 | - bug #1704467 XSS vulnerability in browse_foreigners.php, thanks to sp3x SecurityReason
|
---|
64 |
|
---|
65 | 2.10.0.2 (2007-03-02)
|
---|
66 | =====================
|
---|
67 |
|
---|
68 | + bug #1671813 CVE-2006-1549 deep recursion crash
|
---|
69 |
|
---|
70 | 2.10.0.1 (2007-03-01)
|
---|
71 | =====================
|
---|
72 |
|
---|
73 | . [config] set $cfg['Servers'][$i]['ssl'] default value to false,
|
---|
74 | we got reports from some users having problems with the default value of true
|
---|
75 |
|
---|
76 | 2.10.0.0 (2007-02-28)
|
---|
77 | =====================
|
---|
78 |
|
---|
79 | - bug #1659176 [general] memory error displaying a table with large BLOBs
|
---|
80 | - bug #1668662 [install] can create the new pma_designer_coords table
|
---|
81 | + [gui] navi logo now links to main page by default, with still the possibility
|
---|
82 | of having an external URL
|
---|
83 |
|
---|
84 | 2007-02-25 Marc Delisle <lem9@users.sourceforge.net>
|
---|
85 | * libraries/common.lib.php: bug #1667466, undefined variable when
|
---|
86 | export + save on server
|
---|
87 | * server_status.php: bug #1665930, undefined PHP_SELF
|
---|
88 |
|
---|
89 | 2007-02-24 Marc Delisle <lem9@users.sourceforge.net>
|
---|
90 | * libraries/config.default.php: RFE #1621437, HEX and UNHEX were not
|
---|
91 | available for a BINARY field
|
---|
92 |
|
---|
93 | 2007-02-21 Marc Delisle <lem9@users.sourceforge.net>
|
---|
94 | * pmd/scripts/move.js: bug #1650770, Designer and Mac OSX,
|
---|
95 | thanks to Ivan Kirillov
|
---|
96 |
|
---|
97 | 2007-02-17 Marc Delisle <lem9@users.sourceforge.net>
|
---|
98 | * Documentation.html: patch #1659347, missing doc for some config,
|
---|
99 | thanks to Isaac Bennetch
|
---|
100 | * libraries/export/sql.php: bug #1663336, undefined variable
|
---|
101 |
|
---|
102 | 2007-02-16 Marc Delisle <lem9@users.sourceforge.net>
|
---|
103 | * libraries/common.lib.php, footer.inc.php: avoid generating big links
|
---|
104 | after an upload into a BLOB
|
---|
105 |
|
---|
106 | 2007-02-14 Marc Delisle <lem9@users.sourceforge.net>
|
---|
107 | * libraries/common.lib.php: white page after uploading a 700 Kio BLOB
|
---|
108 | * add a warning on main page if mcrypt can't be loaded (bug 1658160)
|
---|
109 |
|
---|
110 | 2007-02-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
---|
111 | * libraries/database_interface.lib.php: bug #1616486 server_databases does
|
---|
112 | not show all databases
|
---|
113 | * libraries/sqlparser.data.php: MySQL function and column names, reserved
|
---|
114 | and forbidden words updated,
|
---|
115 | bug #1657045 Spatial functions not supported
|
---|
116 | bug #1657037 Missing column type "geometry"
|
---|
117 |
|
---|
118 | 2007-02-11 Marc Delisle <lem9@users.sourceforge.net>
|
---|
119 | * main.php: some links should open a new page
|
---|
120 | * Documentation.html, libraries/navigation_header.inc.php,
|
---|
121 | libraries/config.default.php: $cfg['LeftLogoLinkWindow'] to decide
|
---|
122 | in which window the logo-linked page will appear
|
---|
123 | ### 2.10.0-rc1 released
|
---|
124 |
|
---|
125 | 2007-02-10 Marc Delisle <lem9@users.sourceforge.net>
|
---|
126 | * lang/spanish update, thanks to Daniel Hinostroza
|
---|
127 |
|
---|
128 | 2007-02-09 Marc Delisle <lem9@users.sourceforge.net>
|
---|
129 | * themes/darkblue_orange/img/logo_left.png,
|
---|
130 | themes/original/img/logo_left.png: smaller PMA logo for navi
|
---|
131 |
|
---|
132 | 2007-02-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
---|
133 | * themes/*/css/theme_right.css.php: bug #1653769 browsing highlight disabling
|
---|
134 | doesn't work
|
---|
135 |
|
---|
136 | 2007-02-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
---|
137 | * pmd_general.php, pmd_pdf.php, pmd_save_pos.php: fixed short open tags
|
---|
138 | patch #1652886 thanks to Martin Thielecke - mthie
|
---|
139 | * tbl_change.php: fixed escaping of field names in HTML and JavaScript
|
---|
140 | * libraries/common.lib.php: PMA_backquote() did not quote 0
|
---|
141 | * tbl_change.php: bug #1652810 - slashes are not escaped properly
|
---|
142 |
|
---|
143 | 2007-02-05 Marc Delisle <lem9@users.sourceforge.net>
|
---|
144 | * lang/japanese: Update, thanks to Ishigaki Kenichi - tcool.
|
---|
145 |
|
---|
146 | 2007-02-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
---|
147 | * lang/german: updated
|
---|
148 |
|
---|
149 | 2007-02-03 Marc Delisle <lem9@users.sourceforge.net>
|
---|
150 | * pmd/scripts/move.js: display problems in Opera, thanks to Maxim Bulygin
|
---|
151 |
|
---|
152 | 2007-02-02 Marc Delisle <lem9@users.sourceforge.net>
|
---|
153 | * tbl_replace.php: Calendar icon does not work on "Insert another new row"
|
---|
154 |
|
---|
155 | 2007-02-01 Marc Delisle <lem9@users.sourceforge.net>
|
---|
156 | * libraries/import.lib.php: bug #1626064, too much quoting on import
|
---|
157 |
|
---|
158 | 2007-02-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
---|
159 | * libraries/display_tbl.lib.php: bug #1644740 - $cfg['Order'] = 'SMART'
|
---|
160 | overwritten
|
---|
161 | * libraries/Theme.class.php: removed __wakeup() due to some requirements are
|
---|
162 | not fulfilled at this point - also thanks to Jürgen Wind - windkiel
|
---|
163 |
|
---|
164 | 2007-01-31 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
---|
165 | * libraries/session.inc.php:
|
---|
166 | bug #1630871 - Detecting a missing write permission on sessions directory
|
---|
167 |
|
---|
168 | 2007-01-30 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
---|
169 | * libraries/sqlparser.lib.php PMA_SQP_analyze():
|
---|
170 | bug #1647785 - do not pass variables by reference
|
---|
171 |
|
---|
172 | 2007-01-29 Marc Delisle <lem9@users.sourceforge.net>
|
---|
173 | * lang/catalan update, thanks to Xavier Navarro (xavin)
|
---|
174 | * pmd_general.php: possibility of quotes in Designer messages,
|
---|
175 | thanks to Ivan Kirillov
|
---|
176 | ### 2.10.0-beta1 released from QA_2_10
|
---|
177 |
|
---|
178 | 2007-01-26 Michal Čihař <michal@cihar.com>
|
---|
179 | * libraries/common.lib.php, libraries/js_escape.lib.php,
|
---|
180 | test/escape_js_string.php, test/core.lib.php: Move java script escaping
|
---|
181 | to separate library, make it safer on </script> escaping and add
|
---|
182 | testcase for it.
|
---|
183 | * test/theme.php: Move to test package.
|
---|
184 |
|
---|
185 | 2007-01-22 Marc Delisle <lem9@users.sourceforge.net>
|
---|
186 | * pmd/*: button for direct/angular links, thanks to Ivan Kirillov
|
---|
187 |
|
---|
188 | 2007-01-22 Michal Čihař <michal@cihar.com>
|
---|
189 | * lang/czech: Updated.
|
---|
190 |
|
---|
191 | 2007-01-21 Marc Delisle <lem9@users.sourceforge.net>
|
---|
192 | * libraries/Table.class.php: on a MySQL 5.0.33 server with 4400 databases,
|
---|
193 | one of which having 400 tables, it took more than 3 minutes just to
|
---|
194 | see the database structure (some accesses to INFORMATION_SCHEMA are
|
---|
195 | just too slow) so I changed PMA_Table::isView() to avoid calling
|
---|
196 | INFORMATION_SCHEMA
|
---|
197 |
|
---|
198 | 2007-01-20 Marc Delisle <lem9@users.sourceforge.net>
|
---|
199 | * libraries/sqlparser.lib.php: bug #1638267, wrong reserved word
|
---|
200 | recognition
|
---|
201 | * server_privileges.php: bug #1635377, superfluous backslash,
|
---|
202 | thanks to Hanut
|
---|
203 |
|
---|
204 | 2007-01-19 Marc Delisle <lem9@users.sourceforge.net>
|
---|
205 | * pmd*, lang/*: Designer now supports set/unset of the display field,
|
---|
206 | thanks to Ivan Kirillov
|
---|
207 |
|
---|
208 | 2007-01-18 Michal Čihař <michal@cihar.com>
|
---|
209 | * lang/czech: Updated.
|
---|
210 | * libraries/auth/cookie.auth.lib.php: Make server switching honour more
|
---|
211 | server settings (patch #1630104).
|
---|
212 |
|
---|
213 | 2007-01-17 Marc Delisle <lem9@users.sourceforge.net>
|
---|
214 | * lang/turkish: update, thanks to Burak Yavuz - bourock
|
---|
215 |
|
---|
216 | 2007-01-16 Marc Delisle <lem9@users.sourceforge.net>
|
---|
217 | ### 2.9.2 released from QA_2_9
|
---|
218 |
|
---|
219 | 2007-01-12 Marc Delisle <lem9@users.sourceforge.net>
|
---|
220 | * (many files): Designer, two features (snap to grid / display field)
|
---|
221 | thanks to Ivan Kirillov
|
---|
222 | * libraries/Theme_Manager.class.php: patch #1611684, force a change
|
---|
223 | of a session variable to avoid phpmyadmin.css.php caching problems,
|
---|
224 | thanks to Christian Schmidt
|
---|
225 |
|
---|
226 | 2007-01-11 Marc Delisle <lem9@users.sourceforge.net>
|
---|
227 | * lang/estonian: Update, thanks to Marko Ellermaa - uhuu
|
---|
228 |
|
---|
229 | 2007-01-09 Michal Čihař <michal@cihar.com>
|
---|
230 | * index.php: Properly escape strings written in JS code.
|
---|
231 | * libraries/Theme_Manager.class.php: Avoid trigger error here, parameter
|
---|
232 | comes from user and it might lead to path disclossure.
|
---|
233 | * libraries/common.lib.php:
|
---|
234 | - Properly escape </script> in JS code.
|
---|
235 | - Check db, table and sql_query params to be string.
|
---|
236 |
|
---|
237 | 2007-01-08 Marc Delisle <lem9@users.sourceforge.net>
|
---|
238 | * libraries/session.inc.php: prevent attack on session name cookie
|
---|
239 |
|
---|
240 | 2007-01-05 Marc Delisle <lem9@users.sourceforge.net>
|
---|
241 | * libraries/session.inc.php: bug #1538132, remove the setting of
|
---|
242 | session.save_handler to 'files'
|
---|
243 | * pmd_general.php: patch #1627831,
|
---|
244 | English language improvements, thanks to Isaac Bennetch
|
---|
245 | * pmd_general.php, pmd_relation_new.php, lang/*: abstract messages
|
---|
246 |
|
---|
247 | 2007-01-04 Marc Delisle <lem9@users.sourceforge.net>
|
---|
248 | * pmd/scripts/move.js: avoid text selection when moving a table object
|
---|
249 | under MSIE 6, thanks to Ivan Kirillov
|
---|
250 | * libraries/db_links.inc.php: better icon for Designer, thanks to I.K.
|
---|
251 |
|
---|
252 | 2007-01-02 Marc Delisle <lem9@users.sourceforge.net>
|
---|
253 | * Designer: various fixes and improvements (for example support
|
---|
254 | for MSIE 6), thanks to Ivan Kirillov
|
---|
255 | * pdf_pages.php: undefined $pdf_page_number when no auto layout
|
---|
256 | * server_privileges.php: bug #1614087, deleting a user having a
|
---|
257 | global GRANT privilege fails under MySQL 4.1.x
|
---|
258 |
|
---|
259 | 2007-01-02 Michal Čihař <michal@cihar.com>
|
---|
260 | * libraries/common.lib.php: Add <div> to allow selecting whole SQL by
|
---|
261 | tripple click (patch #1611591).
|
---|
262 | * libraries/export/sql.php: DELIMITER should not be commented out (bug
|
---|
263 | #1612870).
|
---|
264 |
|
---|
265 | --- Older ChangeLogs can be found on our project website ---
|
---|
266 | http://www.phpmyadmin.net/old-stuff/ChangeLogs/
|
---|
267 |
|
---|
268 | # vim: et ts=4 sw=4 sts=4
|
---|
269 | # vim: ft=changelog fenc=utf-8 encoding=utf-8
|
---|
270 | # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
|
---|
271 | # vim: fdn=1 fdm=expr
|
---|