bug #1722502 DROP TABLE in export view structure
[phpmyadmin/crack.git] / ChangeLog
bloba69d387f397fc24272c8906ca45ca72dac93470a
1 ----------------------
2 phpMyAdmin - ChangeLog
3 ----------------------
5 $Id$
6 $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $
8 + [import] support handling of DELIMITER to mimic mysql CLI, thanks to fb1
9 + improved PHP 6 compatibility
10 - bug #1674914 [structure] changing definition of a TIMESTAMP field
11 - bug #1615530 [upload] added more specific error message if field upload fails
12 - bug #1627210, #1083301, #1482401 [data] warning on duplicate indexes
13 - bug #1668724 JavaScript focus login Opera
14 - bug #1666657 [auth] Cookie password delete on timeout / inactivity
15 - bug #1648802 different mysql library and server version
16 - bug #1662976 [auth] Authentication fails when controluser/pass is set
17 - bug #1643758 [import] Error #1264 importing NULL values in MySQL 5.0
18 - bug #1523747 [innodb] make warning about row count more visible
19 - bug #1676012 [auth] strip non-US-ASCII characters (RFC2616)
20 - bug #1679440 Added FAQ entry about header errors under IIS caused by
21   an end-of-line character
22 - [gui] avoid displaying a wide selector in server selection
23 - bug #1614004 [relation] foreign key spanning multiple columns are
24   incorrectly displayed
25 - bug #1681598 [interface] Edit next row
26 - bug #1688053 [export] Wrong export of binary character fields
27 - bug #1498281 [parser] Wrong primary key used for displaying results
28   with subquery
29 - bug #1699772 Visual space bug in table name (in browser)
30 - bug #1699532 Cause of data manipulation issues: implemented changes
31   as suggested by crisp_; still have to work on updating an ENUM value
32 + [core] added PMA_fatalError() and made use of it
33 . [core] added PMA_isValid() and PMA_ifSetOr() for variable handling
34 . [i18n] use generic $strOptions
35 . [core] get rid of $propicon
36 . [core] globalized variables to be includable inside function in
37   libraries/select_lang.lib.php
38 + [doc] changed all documentation in config.inc.php to phpDocumentor style
39 + [data] support for CREATE VIEW from query results
40 + [gui] dropped css/ folder and moved into root of PMA
41 + [l10n] new: sinhala
42 + [export] YAML export (see yaml.org), thanks to Bryce Thornton
43 + [upload] moved file upload functionality into own class
44 + [upload] make use of $cfg['TempDir'] for file uploads
45 + [server] improved display of binary logs
46 + [data] better error handling in tbl_create.php
47 + [routines] from Patch #1649881, thanks to Mike Beck
48 + [querywindow] store sql history in session
49 + [querywindow] sql history now without db too
50 + [querywindow] tweaks in sql history view
51 + [export] Native Excel (Spreadsheet_Excel_Writer) improvements,
52    thanks to Christian Schmidt
53 + [doc] requirement of mcrypt on 64-bit, thanks to Isaac Bennetch
54 + [lang] danish update, thanks to Finn Sorensen
55 + RFE #1435922 [gui] navigation frame shows listing of databases when none selected
56 + [data] support BIT datatype (under mysqli), thanks to Christian Schmidt
57 + [display] automatic confirmation for sort by key, thanks to Juergen Wind
58 + [data] can now choose the number of insert rows
59 + RFE #1704779 [gui] link documentation from login page
60 + RFE #1513345 [setup] check control user connection during setup
61 + [structure] TRIGGERS: display/edit/drop/SQL export
62 + [browse] store browse state in session per query
63 + [lang] turkish update, thanks to Burak Yavuz
65 2.10.2.0 (not yet released)
67 + [data] display all warnings, not only last one
68 - typo in fix for bug #1671813
69 - bug #1714908 Inserted Row Count is wrong
70 - bug #1712570 Deleting last record freezes
71 - bug #1717339 Missing header when deleting a checked column,
72   thanks to Michael Keck
73 - bug #1717477 Warning on Query page when db is empty
74 - bug #1721002 db rename -> undefined cfgRelation, thanks to Juergen Wind
75 - bug #1721571 CREATE database privilege not always detected,
76   thanks to Gordon McNaughton
77 - bug #1715709 export in SQL format always includes procedures and functions
78 - bug #1722502 DROP TABLE in export view structure
80 2.10.1.0 (2007-04-23)
81 =====================
83 - bug #1541147 [js] '#' in database names not correctly handled by queywindow.js
84 - bug #1671403 [parser] using "client" as table name
85 - bug #1672379 [core] Call to undefined function PMA_removeCookie()
86 - bug [core] undefined variable in libraries/tbl_replace_fields.inc.php
87 - bug [gui] query window icon did not work, thanks to Jürgen Wind - windkiel
88 . [general] use PMA_getenv('PHP_SELF')
89 - bug #1676033 [core] pow(int,int) causes overflow
90 - bug #1680952 [core] undefined function PMA_getUvaCondition()
91 - bug #1596328 [export] drop support for POSTGRESQL compatibility mode
92 - bug #1609443 [privileges] Grant all priv. on wildcard name (fix message)
93 - bug #1567317 [sqp] Syntax highlighter: extra spaces
94 - bug #1239401 [sqp] table dot numeric field name
95 - bug #1672789 [sqp] Undefined offset: 4 in sqlparser.lib.php #1674
96 - bug #1682044 [export] Export file even if file not selected
97 - bug #1664212 querywindow loses url encoded characters
98 - replaced ctype_digit() with is_numeric()
99 + [config] clean cookies on phpMyAdmin upgrade
100 - bug #1674972 [export] no export with %afm%
101 - bug #1667887 HTML maxlength
102 - bug #1679055 #1050 - Table '<table name>' already exists
103 - patch #1681620 [interface] support reordering of $cfg['ColumnTypes'],
104   thanks to Leonard den Ottolander
105 - bug #1690718 Can't edit if BLOB and no PK
106 - bug #1672636 [export] PDF export too wide
107 + [lang] brazilian-portuguese update, thanks to Airon Luis Pereira
108 - patch #1698964 javascript typo, thanks to Corey Hollaway
109 - bug #1703897 [css] undefined index 'js_frame'
110 - bug #1690561 Blobs being cleared on Edit of row
111 - bug #1679801 [core] XSS vulnerability in PMA_sanitize(), thanks to sp3x SecurityReason
112 - bug #1704467 XSS vulnerability in browse_foreigners.php, thanks to sp3x SecurityReason
114 2.10.0.2 (2007-03-02)
115 =====================
117 + bug #1671813 CVE-2006-1549 deep recursion crash
119 2.10.0.1 (2007-03-01)
120 =====================
122 . [config] set $cfg['Servers'][$i]['ssl'] default value to false,
123    we got reports from some users having problems with the default value of true
125 2.10.0.0 (2007-02-28)
126 =====================
128 - bug #1659176 [general] memory error displaying a table with large BLOBs
129 - bug #1668662 [install] can create the new pma_designer_coords table
130 + [gui] navi logo now links to main page by default, with still the possibility
131   of having an external URL
133 2007-02-25 Marc Delisle  <lem9@users.sourceforge.net>
134     * libraries/common.lib.php: bug #1667466, undefined variable when
135       export + save on server
136     * server_status.php: bug #1665930, undefined PHP_SELF
138 2007-02-24 Marc Delisle  <lem9@users.sourceforge.net>
139     * libraries/config.default.php: RFE #1621437, HEX and UNHEX were not
140       available for a BINARY field
142 2007-02-21 Marc Delisle  <lem9@users.sourceforge.net>
143     * pmd/scripts/move.js: bug #1650770, Designer and Mac OSX,
144       thanks to Ivan Kirillov
146 2007-02-17 Marc Delisle  <lem9@users.sourceforge.net>
147     * Documentation.html: patch #1659347, missing doc for some config,
148       thanks to Isaac Bennetch
149     * libraries/export/sql.php: bug #1663336, undefined variable
151 2007-02-16 Marc Delisle  <lem9@users.sourceforge.net>
152     * libraries/common.lib.php, footer.inc.php: avoid generating big links
153       after an upload into a BLOB
155 2007-02-14 Marc Delisle  <lem9@users.sourceforge.net>
156     * libraries/common.lib.php: white page after uploading a 700 Kio BLOB
157     * add a warning on main page if mcrypt can't be loaded (bug 1658160)
159 2007-02-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
160     * libraries/database_interface.lib.php: bug #1616486 server_databases does
161       not show all databases
162     * libraries/sqlparser.data.php: MySQL function and column names, reserved
163       and forbidden words updated,
164       bug #1657045 Spatial functions not supported
165       bug #1657037 Missing column type "geometry"
167 2007-02-09 Marc Delisle  <lem9@users.sourceforge.net>
168     * main.php: some links should open a new page
169     * Documentation.html, libraries/navigation_header.inc.php,
170       libraries/config.default.php: $cfg['LeftLogoLinkWindow'] to decide
171       in which window the logo-linked page will appear
173 2007-02-09 Michal Čihař  <michal@cihar.com>
174     * lang/czech: Fix syntax error (sorry for that).
176 2007-02-08 Marc Delisle  <lem9@users.sourceforge.net>
177     * themes/darkblue_orange/img/logo_left.png,
178       themes/original/img/logo_left.png: smaller PMA logo for navi
180 2007-02-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
181     * themes/*/css/theme_right.css.php: bug #1653769 browsing highlight disabling
182       doesn't work
184 2007-02-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
185     * pmd_general.php, pmd_pdf.php, pmd_save_pos.php: fixed short open tags
186       patch #1652886 thanks to Martin Thielecke - mthie
187     * tbl_change.php: fixed escaping of field names in HTML and JavaScript
188     * libraries/common.lib.php: PMA_backquote() did not quote 0
189     * tbl_change.php: bug #1652810 - slashes are not escaped properly
191 2007-02-05 Marc Delisle  <lem9@users.sourceforge.net>
192     * lang/japanese: Update, thanks to Ishigaki Kenichi - tcool.
194 2007-02-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
195     * lang/german: updated
197 2007-02-03 Marc Delisle  <lem9@users.sourceforge.net>
198     * pmd/scripts/move.js: display problems in Opera, thanks to Maxim Bulygin
200 2007-02-02 Marc Delisle  <lem9@users.sourceforge.net>
201     * tbl_replace.php: Calendar icon does not work on "Insert another new row"
203 2007-02-01 Marc Delisle  <lem9@users.sourceforge.net>
204     * libraries/import.lib.php: bug #1626064, too much quoting on import
206 2007-02-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
207     * libraries/display_tbl.lib.php: bug #1644740 - $cfg['Order'] = 'SMART'
208       overwritten
209     * libraries/Theme.class.php: removed __wakeup() due to some requirements are
210       not fulfilled at this point - also thanks to Jürgen Wind - windkiel
212 2007-01-31 Sebastian Mendel <cybot_tm@users.sourceforge.net>
213     * libraries/session.inc.php:
214       bug #1630871 - Detecting a missing write permission on sessions directory
216 2007-01-30 Sebastian Mendel <cybot_tm@users.sourceforge.net>
217     * libraries/sqlparser.lib.php PMA_SQP_analyze():
218       bug #1647785 - do not pass variables by reference
220 2007-01-29 Marc Delisle  <lem9@users.sourceforge.net>
221     * lang/catalan update, thanks to Xavier Navarro (xavin)
222     * pmd_general.php: possibility of quotes in Designer messages,
223       thanks to Ivan Kirillov
225 2007-01-26 Michal Čihař  <michal@cihar.com>
226     * libraries/common.lib.php, libraries/js_escape.lib.php,
227       test/escape_js_string.php, test/core.lib.php: Move java script escaping
228       to separate library, make it safer on </script> escaping and add
229       testcase for it.
230     * test/theme.php: Move to test package.
232 2007-01-22 Marc Delisle  <lem9@users.sourceforge.net>
233     * pmd/*: button for direct/angular links, thanks to Ivan Kirillov
235 2007-01-22 Michal Čihař  <michal@cihar.com>
236     * lang/czech: Updated.
238 2007-01-21 Marc Delisle  <lem9@users.sourceforge.net>
239     * libraries/Table.class.php: on a MySQL 5.0.33 server with 4400 databases,
240       one of which having 400 tables, it took more than 3 minutes just to
241       see the database structure (some accesses to INFORMATION_SCHEMA are
242       just too slow) so I changed PMA_Table::isView() to avoid calling
243       INFORMATION_SCHEMA
245 2007-01-20 Marc Delisle  <lem9@users.sourceforge.net>
246     * libraries/sqlparser.lib.php: bug #1638267, wrong reserved word
247       recognition
248     * server_privileges.php: bug #1635377, superfluous backslash,
249       thanks to Hanut
251 2007-01-19 Marc Delisle  <lem9@users.sourceforge.net>
252     * pmd*, lang/*: Designer now supports set/unset of the display field,
253       thanks to Ivan Kirillov
255 2007-01-18 Michal Čihař  <michal@cihar.com>
256     * lang/czech: Updated.
257     * libraries/auth/cookie.auth.lib.php: Make server switching honour more
258       server settings (patch #1630104).
260 2007-01-17 Marc Delisle  <lem9@users.sourceforge.net>
261     * lang/turkish: update, thanks to Burak Yavuz - bourock
263 2007-01-16 Marc Delisle  <lem9@users.sourceforge.net>
264     ### 2.9.2 released from QA_2_9
266 2007-01-12 Marc Delisle  <lem9@users.sourceforge.net>
267     * (many files): Designer, two features (snap to grid / display field)
268       thanks to Ivan Kirillov
269     * libraries/Theme_Manager.class.php: patch #1611684, force a change
270       of a session variable to avoid phpmyadmin.css.php caching problems,
271       thanks to Christian Schmidt
273 2007-01-11 Marc Delisle  <lem9@users.sourceforge.net>
274     * lang/estonian: Update, thanks to Marko Ellermaa - uhuu
276 2007-01-09 Michal Čihař  <michal@cihar.com>
277     * index.php: Properly escape strings written in JS code.
278     * libraries/Theme_Manager.class.php: Avoid trigger error here, parameter
279       comes from user and it might lead to path disclossure.
280     * libraries/common.lib.php:
281         - Properly escape </script> in JS code.
282         - Check db, table and sql_query params to be string.
284 2007-01-08 Marc Delisle  <lem9@users.sourceforge.net>
285     * libraries/session.inc.php: prevent attack on session name cookie
287 2007-01-05 Marc Delisle  <lem9@users.sourceforge.net>
288     * libraries/session.inc.php: bug #1538132, remove the setting of
289       session.save_handler to 'files'
290     * pmd_general.php: patch #1627831,
291       English language improvements, thanks to Isaac Bennetch
292     * pmd_general.php, pmd_relation_new.php, lang/*: abstract messages
294 2007-01-04 Marc Delisle  <lem9@users.sourceforge.net>
295     * pmd/scripts/move.js: avoid text selection when moving a table object
296       under MSIE 6, thanks to Ivan Kirillov
297     * libraries/db_links.inc.php: better icon for Designer, thanks to I.K.
299 2007-01-02 Marc Delisle  <lem9@users.sourceforge.net>
300     * Designer: various fixes and improvements (for example support
301       for MSIE 6), thanks to Ivan Kirillov
302     * pdf_pages.php: undefined $pdf_page_number when no auto layout
303     * server_privileges.php: bug #1614087, deleting a user having a
304       global GRANT privilege fails under MySQL 4.1.x
306 2007-01-02 Michal Čihař  <michal@cihar.com>
307     * libraries/common.lib.php: Add <div> to allow selecting whole SQL by
308       tripple click (patch #1611591).
309     * libraries/export/sql.php: DELIMITER should not be commented out (bug
310       #1612870).
312          --- Older ChangeLogs can be found on our project website ---
313                      http://www.phpmyadmin.net/old-stuff/ChangeLogs/
315 # vim: et ts=4 sw=4 sts=4
316 # vim: ft=changelog fenc=utf-8 encoding=utf-8
317 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
318 # vim: fdn=1 fdm=expr