bug 786710
[phpmyadmin/crack.git] / ChangeLog
blob32dbea9a8ac68da6dcdf851977096f47d5638b1f
1 ----------------------
2 phpMyAdmin - Changelog
3 ----------------------
5 $Id$
6 $Source$
8 2003-08-15 Marc Delisle  <lem9@users.sourceforge.net>
9     * tbl_properties_structure.php3: bug 786710, IE and dropping fields
11 2003-08-15 Garvin Hicking <me@supergarv.de>
12     * tbl_properties_structure.php3: RFE #784900 (show alternate text for
13       multi-submit button)
14     * tbl_properties_structure.php3, db_details_structure.php3: RFE #787810
15       - Enlarge area around the new buttons for better usability
17 2003-08-15 Michal Cihar  <nijel@users.sourceforge.net>
18     * Documentation: Synced export FAQ with export page.
19     * Documentation: Fixed information about transformations.
21 2003-08-14 Michal Cihar  <nijel@users.sourceforge.net>
22     * server_privileges.php3: Fix notice about undefined index (bug #780861).
24 2003-08-13 Marc Delisle  <lem9@users.sourceforge.net>
25     * tbl_change.php3: do not check both radios (confuses Netscape 4.8)
27 2003-08-13 Michal Cihar  <nijel@users.sourceforge.net>
28     * tbl_addfield.php3: Highlight correct tab after changing structure.
29     * libraries/sqlparser.lib.php3: Bug #788097 (add space after
30       alpha_variable).
32 2003-08-12 Michal Cihar  <nijel@users.sourceforge.net>
33     * libraries/export/csv.php3: Don't trim resulting line (bug #782483).
34     * libraries/functions.js: Don't ask for confirmation of query that will
35       not be executed (bug #783667).
36     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
37     * lang/czech: Updated, thanks to me :).
39 2003-08-11 Michal Cihar  <nijel@users.sourceforge.net>
40     * libraries/export/csv.php3, libraries/export/latex.php3,
41       libraries/export/xml.php3: Added some stripslashes to generate correct
42       exports.
44 2003-08-10 Marc Delisle  <lem9@users.sourceforge.net>
45     * server_status.php3: bug 786331, a 100,00% not internationalized, 
46       and align values for "More status variables"
47     * libraries/grab_globals.lib.php3: probable fix for IIS HTTP auth bug
49 2003-08-09 Marc Delisle  <lem9@users.sourceforge.net>
50     * libraries/auth/cookie.auth.lib.php3: Cookies required message 
51       should not look like an error
53 2003-08-08 Marc Delisle  <lem9@users.sourceforge.net>
54     * lang/catalan update, thanks to Xavier Navarro (xavin).
55     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
56     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
57     * lang/english, french: typos about $strDBGMaxTimeMs
59 2003-08-07 Marc Delisle  <lem9@users.sourceforge.net>
60     * lang/serbian update, thanks to Mihailo Stefanovic
61     * lang/romanian: Updated, thanks to Valics Lehel.
62     * lang/galician: Updated, thanks to Xosé Calvo.
63     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
64     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
65     * lang/chinese_gb: Updated, thanks to Wang (fundawang).
66     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
67     * Documentation.html: bug 782597: FAQ 1.30 about Turck MMCache
69 2003-08-06 Marc Delisle  <lem9@users.sourceforge.net>
70     * sql.php3: bug 782925: fix "Showing rows..." message when user has
71       put a LIMIT in the query
72     * libraries/relation.lib.php3: bug 784143: SHOW CREATE TABLE on older
73       MySQL versions
75 2003-08-06 Michal Cihar  <nijel@users.sourceforge.net>
76     * libraries/common.lib.php3: Parse better enum fields (bug #784154).
77    
78 2003-08-05 Garvin Hicking <me@supergarv.de>
79     * libraries/common.lib.php3: Moved docu function (PHP3 compatbility)
80       (Bug #782966)
81     * tbl_change.php3: RFE #772991: Shorten dropdown field using
82       $cfg['LimitChars']
83     * tbl_change.php3: RFE #762221: Swap relational insert key order
85 2003-08-05 Michal Cihar  <nijel@users.sourceforge.net>
86     * sql.php3: Fixed regular expression.
87     * libraries/export/latex.php3: Use "table (field)" instead of 
88       "table -> field" when dumping relations into LaTeX (bug #776957).
89     * libraries/display_export.lib.php3, libraries/export/csv.php3,
90       libraries/config_import.lib.php3, config.inc.php3: Allow column headers
91       for Excel export (bug #771299).
92     * header.inc.php3: Don't allow including this file twice.
93     * db_details.php3, db_details_importdocsql.php3, export.php3,
94       tbl_move_copy.php3, tbl_rename.php3: Added some html quoting.
95     * libraries/tbl_change.js: When ENUM field has just one value, it could
96       not be set to NULL (bug #783533).
97     * tbl_move_copy.php3: Use database we're working on to avoid some problems
98       with replicated databases (bug #780439).
99     * read_dump.php3, sql.php3: Bookmark all SQL queries and not only the last
100       one (bug #780569).
102 2003-08-05 Marc Delisle  <lem9@users.sourceforge.net>
103     * libraries/sqlparser.data.php3: bug 779453, wrong count
104     * lang/turkish update, thanks to Bora Alioglu
105     * lang/romanian: Updated, thanks to Valics Lehel.
106     * lang/ukrainian: update, thanks to Markijan Baran
107     * sql.php3: bug 782828, do not go into confirm dialog if we are coming
108       from "Create PHP Code" or "Without PHP Code"
110 2003-08-04 Michal Cihar  <nijel@users.sourceforge.net>
111     * lang/czech: Updated.
113 2003-08-01 Marc Delisle  <lem9@users.sourceforge.net>
114     * tbl_select.php3: bug 697979, implemented a suggestion by
115       Joerg Klein (j0erch) to do a SELECT * when all fields were selected
116       on the Select page, to avoid (in most cases) a IE limitation
118 2003-08-01 Alexander M. Turek  <rabus@users.sourceforge.net>
119     * main.php3: Added link to charset page.
120     * libraries/mysql_charsets.lib.php3, lang/*.inc.php3: More detailed charset
121       information.
122     * tbl_properties_structure.php3: Tooltips for collations.
124 2003-07-31 Marc Delisle  <lem9@users.sourceforge.net>
125     * tbl_replace_fields: bug 780793: a '+' sign in ENUM (or SET
126       or a foreign key) was wrongly urldecoded to a space
127     * sql.php3: bug 781170, bad check for DROP DATABASE and IF EXISTS
129 2003-07-30 Marc Delisle  <lem9@users.sourceforge.net>
130     * tbl_move_copy.php3: wrong Missing message
132 2003-07-30 Alexander M. Turek  <rabus@users.sourceforge.net>
133     * server_privileges.php3: Implemented some version checks to avoid bugs like
134       #777785.
136 2003-07-29 Marc Delisle  <lem9@users.sourceforge.net>
137     * serbian: big update,
138       thanks to Branislav Jovanovic <branej@users.sourceforge.net> and
139       Mihailo Stefanovic <mst@mikis.org>
140     * sql.php3: bug 779301: MySQL 3 and SELECT DISTINCT
141     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
142     * lang/catalan update, thanks to Xavier Navarro (xavin).
143     ### 2.5.3-rc1 released
145 2003-07-29 Garvin Hicking <me@supergarv.de>
146     * Documentation.html, config.inc.php3, read_dump.php3,
147       css/phpmyadmin.css.php3, libraries/common.lib.php3,
148       libraries/config_import.lib.php3, libraries/sqlparser.lib.php3
149       o Introduced $cfg['IgnoreMultiSubmitErrors'] to let PMA continue
150         execution of a multi-query statement even though single queries
151         may fail
152       o Introduced $cfg['VerboseMultiSubmit'] to let PMA show the result
153         of each query of a multi-query statement (taking some maximum
154         line/pieces amounts into account)
155       o changed formatting of syntax_comment to include some space
156     * libraries/common.lib.php3, libaries/mysql_wrappers.lib.php3:
157       Display MySQL error code and link to the MySQL-Documentation of
158       error codes
160 2003-07-28 Alexander M. Turek  <rabus@users.sourceforge.net>
161     * tbl_properties_structure.php3, css/phpmyadmin.css.php3: Use icons for
162       multi-submit buttons.
164 2003-07-28 Garvin Hicking <me@supergarv.de>
165     * sql.php3, libraries/common.lib.php3 - when $cfg['SQP']['fmtType']
166       is set to 'none', positively retain any user formatting for query
167       output. (RFE #769219)
168     * tbl_properties_structure.php3: fixed strNoDrop to strDrop
170 2003-07-28 Marc Delisle  <lem9@users.sourceforge.net>
171     * sql.php3: bug 778899, could not create a bookmark
172     * ldi_table.php3: Users with register_global=off received some
173       Missing messages, due to a missing "require" in ldi_table.php3
175 2003-07-27 Alexander M. Turek  <rabus@users.sourceforge.net>
176     * server_privileges.php3: A user could not edit his own global privileges.
178 2003-07-25 Garvin Hicking <me@supergarv.de>
179     * Documentation.html: Updated my E-Mail, added latest credits-items
180     * images/*, config.inc.php3, db_details_structure.php3,
181       libraries/common.lib.php3, table_details_structure.php3,
182       libraries/display_tbl.lib.php3, Documentation.html,
183       left.php3:
184       Even more new images on more places: DB properties, Table
185       properties, Table Display (LinkOrButton unified as well),
186       Left frame.
187       Multi-column mode also works for MySQL < 3.23.03 (does anybody even
188       care?)
190 2003-07-25 Marc Delisle  <lem9@users.sourceforge.net>
191     * header.inc.php3: XHTML compatibility
192     * libraries/sqlparser.lib.php3, /relation.lib.php3: bug 776789,
193       unable to insert record with FK in another db
195 2003-07-24 Garvin Hicking <me@supergarv.de>
196     * libraries/sqlparser.lib.php3 - Confirmation is also needed on
197       TRUNCATE statements!
198     * libraries/common.lib.php3 - RFE #758051 (simpler PHPcode generation)
199     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3,
200       libraries/config_import.lib.php3: *EXPERIMENTAL* - implemented buttons
201       for the database properties page and implemented RFE #752062: multi-
202       column display for many tables.
203       (thanks to Kawika Ohumukini [boogie33]).
205 2003-07-24 Marc Delisle  <lem9@users.sourceforge.net>
206     * libraries/sqlparser.lib.php3 /relation.lib.php3 /get_foreign.lib.php3:
207       bug 772765, InnoDB and multi-columns foreign key
208     * tbl_select.php3: LIKE in Select sub-page for non-text fields
210 2003-07-23 Alexander M. Turek  <rabus@users.sourceforge.net>
211     * libraries/mysql_charsets.lib.php3:
212       - better method for retrieving the supported MySQL charsets;
213       - fixed a bug that caused "armascii8" to appear twice in the charsets
214         list (as "armascii8" and "armascii");
215       - added ability to retrieve all collations and related MySQL settings;
216       - added a function to build description strings for given collations
217         (still needs some optimization).
218     * libraries/sqlparser.data.php3: Support for SHOW COLLATION.
219     * server_collations.php3, server_links.inc.php3, lang/*.inc.php3:
220       New status page "Character Sets and Collations" for MySQL 4.1.
222 2003-07-23 Marc Delisle  <lem9@users.sourceforge.net>
223     * libraries/grab_globals.lib.php3: error when $_SERVER does not exist
224     * tbl_printview.php3: wrong validation for path disclosure (bug 776436)
226 2003-07-23 Garvin Hicking <me@supergarv.de>
227     * css/phpmyadmin.css.php3: Removed 'lowercase' transform
228       (Bug #769827)
229     * libraries/display_export.lib.php3, libraries/export/sql.php3
230       Only print Update/Creation/Check time when the checkbox 'Include
231       Comments' is chosen. So it is now also possible to check that
232       box even though the relational features could be deactivated.
233       But all checks to relational comments will only use those if
234       the relation features work.
236 2003-07-22 Marc Delisle  <lem9@users.sourceforge.net>
237     * lang/estonian update, thanks to finsoft@sourceforge.net.
238     ### 2.5.2 released
240 2003-07-20 Marc Delisle  <lem9@users.sourceforge.net>
241     * tbl_properties_operations.php3: Do not display the
242       "Referential integrity check" section for InnoDB tables
243       as this was intended for pmadb relations
245 2003-07-19 Marc Delisle  <lem9@users.sourceforge.net>
246     * (in lots of scripts): checks for paths disclosure
247     * lang/catalan update, thanks to Xavier Navarro (xavin).
249 2003-07-18 Garvin Hicking <me@supergarv.de>
250     * read_dump.php3: When PHP3 < 4.3.0 is detected, try an alternative
251       way of rewriting bookmark variables.
252     * Documentation.html: Bookmark variable expansion only works with PHP
253       4.3.0 and above
254     * tbl_query_box.php3: For the querywindow - if no items are available
255       for the 'file import' tab, hide the 'Go' button and instead display
256       a warning message. Can happen if you don't have $cfg['UploadDir']
257       set and $is_upload is false.
259 2003-07-17 Marc Delisle  <lem9@users.sourceforge.net>
260     * server_status.php3: the percentages of Query types did not add up
261       to 100, because the number of connections is included in the total
262       number of queries, thanks to jht001 ( Jams H Thompson )
264 2003-07-17 Alexander M. Turek  <rabus@users.sourceforge.net>
265     * tbl_change.php3, libraries/common.lib.php3: Fixed a MySQL 4.1 bug that
266       appeared when inserting values into ENUM or SET fields.
268 2003-07-17 Garvin Hicking <me@supergarv.de>
269     * tbl_query_box.php3: Removed onsubmit() attribute of the noscript area.
270       Thanks to andreas_e ;)
272 2003-07-16 Michal Cihar  <nijel@users.sourceforge.net>
273     * lang/galician: Updated, thanks to Xosé Calvo.
275 2003-07-16 Marc Delisle  <lem9@users.sourceforge.net>
276     * libraries/export/sql.php3: bug 771575: wrong quotes for variable expansion
278 2003-07-16 Alexander M. Turek  <rabus@users.sourceforge.net>
279     * libraries/functions.js: Bug #771794 (CHAR length check although field name
280       is empty).
282 2003-07-15 Marc Delisle  <lem9@users.sourceforge.net>
283     * tbl_properties.inc.php3: bug 771523: wrong type displayed for
284       a LONGTEXT with character set latin7
285     * db_details_structure.php3, tbl_properties_structure.php3: missing
286       $err_url for mult_submits
287     * scripts/create-tables.sql: don't use backquotes in USE
289 2003-07-14 Garvin Hicking <me@supergarv.de>
290     * Documentation.html: Link to phpMyAdmin homepage for a 'link section'
292 2003-07-14 Alexander M. Turek  <rabus@users.sourceforge.net>
293     * libraries/sqlparser.data.php3: SHOW BINLOG EVENTS.
295 2003-07-14 Marc Delisle  <lem9@users.sourceforge.net>
296     ### 2.5.2-rc2 released
298 2003-07-12 Marc Delisle  <lem9@users.sourceforge.net>
299     * mult_submit.inc.php3: bug 770095, error in multiple TRUNCATEs
300     * lang/estonian update, thanks to finsoft@sourceforge.net.
302 2003-07-11 Marc Delisle  <lem9@users.sourceforge.net>
303     * lang/turkish update, thanks to Bora Alioglu
304     * lang/slovak update, thanks to Lubos Klokner
306 2003-07-11 Alexander M. Turek  <rabus@users.sourceforge.net>
307     * db_create.php3:
308       - Display CREATE DATABASE query;
309       - Call user-defined default tab instead of hardcoded db_details.php3.
310     * index.php3: Don't display scrollbars in queryframe (Opera fix).
311     * libraries/display_export.lib.php3: Disabled XML export for multiple
312       databases because an XML file must not contain more than one database.
314 2003-07-10 Garvin Hicking <me@supergarv.de>
315     * libraries/display_tbl.lib.php3: Let the default function take
316       the honor to replace special strings, so that a non-default function
317       does not necessary have them introduced. Very convenient for the
318       text/plain->formatted display, which would otherwise get every
319       CR/LF converted to a <br> and introduce nasty skew.
321 2003-07-10 Marc Delisle  <lem9@users.sourceforge.net>
322     * pdf_schema.php3: do not display a foreign table if it's not selected
323       by user to be on the schema
325 2003-07-10 Michal Cihar  <nijel@users.sourceforge.net>
326     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
327     * lang/italian: Updated, thanks to Pietro Danesi (danone).
328     * footer.inc.php3: Fix JS error when in query window is not active SQL
329       tab.
331 2003-07-09 Michal Cihar  <nijel@users.sourceforge.net>
332     * libraries/auth/cookie.auth.lib.php3: Fixed broken login with backslash
333       in password/username (bug #747020).
334     * server_privileges.php3: Fixed escaping when backslash in
335       password/username.
336     * libraries/export/sql.php3: Separate extended inserts by , and not by ;
337       (bug #768351).
338     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
339     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
340     * lang/galician: Updated, thanks to Xosé Calvo.
342 2003-07-09 Garvin Hicking <me@supergarv.de>
343     * tbl_query_box.php3: Fix Bug #768652 (sql history tab submittet to
344       whole frameset)
345     * Documentation.html, config.inc.php3, libraries/common.lib.php3,
346       libraries/config_import.lib.php3, header.inc.php3: Created auto-detection
347       for $cfg['OBGzip'] and set this as default. It will auto-enable OBGzip
348       for all browsers except IE6.x. Created a meta-header to identify which
349       setting is used, to make our debugging of bugreports easier.
351 2003-07-08 Garvin Hicking <me@supergarv.de>
352     * tbl_query_box.php3, footer.inc.php3: Removed any 'top.' DOM reference.
353       This enables phpMyAdmin to be used within a frameset without trying
354       to escape out of the security JS-sandbox zone. Tested with IE6, Mozilla
355       1.4 and IE5.5.
357 2003-07-08 Marc Delisle  <lem9@users.sourceforge.net>
358     * libraries/sqlparser.lib.php3, sql.php3: bug 762213,
359       incorrect row count for MySQL 4.1 subqueries;
360       bug 649665, incorrect row count for UNIONs
362 2003-07-08 Michal Cihar  <nijel@users.sourceforge.net>
363     * config.inc.php3, tbl_properties_operations.php3,
364       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
365       libraries/export/sql.php3, lang/*: Added checkbox for exporting/copying
366       AUTO_INCREMENT value (RFE #763957).
367     * mult_submits.inc.php3: Fixed undefined variable warning (bug #767740).
368     * pdf_schema.php3: Don't use hardcoded sizes of paper (bug #767680).
369     * lang/chinese_gb: Updated, thanks to Wang (fundawang).
370     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
371     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
372     * lang/romanian: Updated, thanks to Valics Lehel.
373     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
374     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
375     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
377 2003-07-08 Alexander M. Turek  <rabus@users.sourceforge.net>
378     * libraries/common.lib.php3: Send headers before exiting because of missing
379       MySQL extension.
380     * lang/german-*.inc.php3: Updates.
382 2003-07-07 Alexander M. Turek  <rabus@users.sourceforge.net>
383     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
384       compatibility.
385     * libraries/common.lib.php3: Dynamic loading of MySQL extension always failed.
387 2003-07-07 Garvin Hicking <me@supergarv.de>
388     * tbl_change.php3: Fix undefined index for disp_query
389       (when inserting a new row with a file uploaded to a column)
390     * libraries/transformations/image_jpeg__inline.inc.php3,
391       libraries/transformations/image_png__inline.inc.php3: Proper escaping
392       of &amp;
393     * libraries/common.lib.php3, libraries/defines.lib.php3: Safari detection,
394       smaller default font size (like OPERA). Bug #752646.
396 2003-07-07 Marc Delisle  <lem9@users.sourceforge.net>
397     * libraries/auth/cookie.auth.lib.php3, config.inc.php3, user_password.php3,
398       Documentation.html: only one blowfish secret is necessary for
399       all servers, thanks to Alexander M. Turek
400     ### 2.5.2-rc1 released
402 2003-07-06 Michal Cihar  <nijel@users.sourceforge.net>
403     * lang/czech: Updated.
404     * css/phpmyadmin.css.php3: url() should not contain quotes.
406 2003-07-06 Alexander M. Turek  <rabus@users.sourceforge.net>
407     * lang/german-*.inc.php3: Updates.
408     * libraries/export/sql.php3: Fixed bug #761956 (timestamp export fails).
410 2003-07-05 Marc Delisle  <lem9@users.sourceforge.net>
411     * libraries/auth/config.auth.lib.php3, lang/*.php3:
412       $strAccessDeniedExplanation
413     * lang/swedish update, thanks to Björn T. Hallberg (bth).
414     * lang/polish update, thanks to Jakub Wilk (ubanus).
416 2003-07-05 Michal Cihar  <nijel@users.sourceforge.net>
417     * lang/czech: Updated.
419 2003-07-04 Marc Delisle  <lem9@users.sourceforge.net>
420     * libraries/auth/cookie.auth.lib.php3: PHP3 compatibility
421     * user_password.php3, libraries/auth/cookie.auth.lib.php3:
422       sometimes, binary contents in cookies is not retrieved properly,
423       so protect it with base64_encode()
424     * lang/ukrainian: update, thanks to Markijan Baran
426 2003-07-03 Marc Delisle  <lem9@users.sourceforge.net>
427     * lang/romanian update, thanks to Valics Lehel
428     * lang/turkish update, thanks to Bora Alioglu
429     * lang/italian update, thanks to Pietro Danesi
431 2003-07-01 Marc Delisle  <lem9@users.sourceforge.net>
432     * Documentation.html: faq 8.1 about security alert of 2003-06-18
433     * tbl_properties_links.php3: fix missing SQL section for exports
434     * libraries/auth/cookie.auth.lib.php3, libraries/blowfish.php3,
435       libraries/common.lib.php3, libraries/config_import.lib.php3,
436       config.inc.php3, user_password.php3, Documentation.html, lang/*:
437       now used the blowfish algorithm to encrypt the password in the
438       temporary cookie
440 2003-06-30 Marc Delisle  <lem9@users.sourceforge.net>
441     * lang/french: update
443 2003-06-30 Michal Cihar  <nijel@users.sourceforge.net>
444     * tbl_properties_operations.php3, lang/*: Reorganised layout a bit, added
445       CHECK link for InnoDB, use correct table type name fo BerkeleyDB.
446     * tbl_query_box.php3: Moved load text files link outside form.
448 2003-06-27 Garvin Hicking <dont_sobic.c_me_please@supergarv.de>
449     * left.php3: Removed debugging code
451 2003-06-27 Michal Cihar  <nijel@users.sourceforge.net>
452     * libraries/display_tbl.lib.php3, libraries/relation.lib.php3: Added some
453       checks to avoid trying to use relations when no table (bug #761835).
455 2003-06-27 Marc Delisle  <lem9@users.sourceforge.net>
456     * sql.php3: bug 760648: incorrect result count on MySQL 3
458 2003-06-26 Marc Delisle  <lem9@users.sourceforge.net>
459     * lang/ukrainian: update, thanks to Markijan Baran
460     * libraries/sqlparser.lib.php3 typo
462 2003-06-26 Michal Cihar  <nijel@users.sourceforge.net>
463     * sql.php3, tbl_properties_links.php3, tbl_properties_structure.php3: Go
464       back to tbl_properties_structure.php3 when not dropping table.
466 2003-06-25 Marc Delisle  <lem9@users.sourceforge.net>
467     * scripts/create-release.sh: typo, bzip should be bzip2
468     * libraries/sqlparser.lib.php3, tbl_properties_export.php3:
469       bug 760648 export SELECT DISTINCT results
471 2003-06-25 Michal Cihar  <nijel@users.sourceforge.net>
472     * libraries/sqlparser.lib.php3: Fixed XSS problem.
473     * tbl_properties.inc.php3, libraries/functions.js: Alert user when not
474       specied length for CHAR/VARCHAR fields.
475     * libraries/export/{csv,latex,xml}.php3: Use correct field names when
476       exporting custom SQL (also saves one SQL query for export) (fixes bug
477       #755386).
478     * lang/italian: Updated, thanks to Pietro Danesi (danone).
479     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
480     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
481     * lang/czech:  Updated.
482     * lang/*: Removed duplicate strReset.
483     * lang/check_lang.sh: Ignore japanese specific messages.
484     * sql.php3, libraries/display_export.lib.php3: Support for exporting any
485       query into CSV/LaTeX/XML (RFE #684804).
487 2003-06-24 Marc Delisle  <lem9@users.sourceforge.net>
488     * sql.php3, bug 759568, row count, DISTINCT and MySQL 4
490 2003-06-23 Marc Delisle  <lem9@users.sourceforge.net>
491     * pdf_pages.php3: automatic layout start at 300,300 for better look
492       on the dom-drag scratchboard
494 2003-06-23 Garvin Hicking <me@supergarv.de>
495     * Documentation.html, config.inc.php3, pdf_pages.php3,
496       css/phpmyadmin.css.php3, libraries/common.lib.php3,
497       libraries/config_import.lib.php3, libraries/dom-drag.js,
498       libraries/functions.js: Added Patch #757907: DHTML WYSIWYG-control
499       for PDF-relation setup. Based on DOM-drag.js, a library provided
500       by Aaron Boodman (youngpup.net).
501     * lang/german*: Updates
502     * lang/*, pdf_pages.php3: Strings for DHTML scratchboard
504 2003-06-23 Alexander M. Turek  <rabus@users.sourceforge.net>
505     * lang/arabic-*.inc.php3, lang/czech-*.inc.php3, lang/finnish-*.inc.php3,
506       lang/french-*.inc.php3, lang/georgian-utf-8.inc.php3,
507       lang/lithuanian-*.inc.php3, lang/malay-*.inc.php3,
508       lang/russian-*.inc.php3, lang/ukrainian-*.inc.php3: Checked all language
509       files for incomplete arrays ($byteUnits, $day_of_week and $month).
510     * libraries/common.lib.php3: Security fix against bad JS code.
511     * translators.html: Removed Loïc from list; he is inactive at the moment.
512     * Documentation.html: Changed my email address.
514 2003-06-22 Robin Johnson <robbat2@users.sourceforge.net>
515     * scripts/updatedocs.sh:
516       - Cleanup scripts/updatedocs.sh (I use it elsewhere as well).
517     * scripts/create-release.sh:
518       - Moved to using updatedocs.sh for updating documentation.
519       - Make tarring faster by re-arranging ops.
521 2003-06-21 Marc Delisle  <lem9@users.sourceforge.net>
522     * sql.php3: typo in call to cleanup columns
524 2003-06-20 Marc Delisle  <lem9@users.sourceforge.net>
525     * pdf_schema.php3: use PMA_getForeigners()
526     * db_details_qbe.php3: undefined variable
528 2003-06-20 Garvin Hicking <me@supergarv.de>
529     * db_details_importdocsql.php3: Will now NEVER reveal any filename
530       the docSQL import isn't able to read. Can now only read contents
531       of the 'docSQL' subdirectory and never be able to go higher than
532       that level.
534 2003-06-19 Marc Delisle  <lem9@users.sourceforge.net>
535     * libraries/sqlparser.lib.php3: analyzer for FOREIGN KEYS
536     * libraries/sqlparser.lib.php3: bug 756861, DEFAULT 0 becomes DEFAULT0
537     * libraries/display_tbl.lib.php3: use PMA_getForeigners()
538     * libraries/relation.lib.php3: now PMA_getForeigners() gets also
539       foreign keys defined in innnodb
540     * tbl_select.php3: use PMA_getForeigners() also for innodb
542 2003-06-17 Michal Cihar  <nijel@users.sourceforge.net>
543     * config.inc.php3: Fixed typo (s/'PMA_pdf_page'/'PMA_pdf_pages'/).
545 2003-06-17 Alexander M. Turek  <rabus@users.sourceforge.net>
546     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
548 2003-06-16 Michal Cihar  <nijel@users.sourceforge.net>
549     * index.php3: Use $cfg['DefaultTabServer'] (bug #754260).
551 2003-06-14 Michal Cihar  <nijel@users.sourceforge.net>
552     * export.php3: Fixed saving compressed dumps on server.
553     * libraries/display_export.lib.php3: Fixed description for line
554       terminating character.
556 2003-06-13 Marc Delisle  <lem9@users.sourceforge.net>
557     * libraries/sqlparser.data.php3: bug 753813, "session" is not
558       a reserved word
560 2003-06-13 Michal Cihar  <nijel@users.sourceforge.net>
561     * libraries/charset_conversion.lib.php3, libraries/common.lib.php3,
562       libraries/defines_php.lib.php3, libraries/dbg/setup.php3: Use new PMA_dl
563       function, that checks true dl availability (fixes #747717). All checks
564       are based on php 4.3.1 source, so if this gets changed, we will need to
565       change checks also.
567 2003-06-12 Marc Delisle  <lem9@users.sourceforge.net>
568     * libraries/relation.lib.php3: bug 751787: should not disable all
569       the features, when the relation feature is broken
571 2003-06-11 Marc Delisle  <lem9@users.sourceforge.net>
572     * libraries/auth/cookie.auth.lib.php3: undefined scheme
573     * main.php3: undefined scheme
575 2003-06-10 Marc Delisle  <lem9@users.sourceforge.net>
576     * db_details_qbe.php3: bug 751787, missing FROM part in query generator
577     * libraries/export/sql.php3: typo largeblob -> longblob
579 2003-06-10 Michal Cihar  <nijel@users.sourceforge.net>
580     * scripts/create-release.sh: Set correct permissions before releasing.
581     * Documentation, config.inc.php3, db_details_export.php3, export.php3,
582       main.php3, server_export.php3, server_links.inc.php3, tbl_dump.php3,
583       tbl_move_copy.php3, tbl_properties_export.php3, lang/*,
584       libraries/build_dump.lib.php3, libraries/config_import.lib.php3,
585       libraries/display_export.lib.php3, libraries/export/*: Reworked export,
586       changes:
587         - support for exporting selected databases
588         - if not needed buffering, output is send directly
589         - unifies all export, so there is now more common code
590         - sql export can contain relations and mime types in comments
591         - configurable defaults for export.
593 2003-06-09 Michal Cihar  <nijel@users.sourceforge.net>
594     * libraries/display_tbl.lib.php3: Display Full/Partial text links for
595       almost every select.
596     * lang/italian: Updated, thanks to Pietro Danesi (danone).
597     * lang/czech: Updated.
599 2003-06-08 Alexander M. Turek  <rabus@users.sourceforge.net>
600     * server_privileges.php3: MySQL 4.1 users could not edit column privileges.
601     * tbl_properties.inc.php3, tbl_properties_structure.inc.php3:
602       SET and ENUM fields may have a character set, too.
604 2003-06-07 Alexander M. Turek  <rabus@users.sourceforge.net>
605     * libraries/common.lib.php3: Incremented required config.inc.php3 revision
606       number.
607     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
608       tbl_properties.inc.php3, tbl_properties_operations.php3,
609       tbl_properties_structure.php3, tbl_properties_table_info.php3,
610       libraries/mysql_charsets.lib.php3: Improved MySQL 4.1 support:
611       - phpMyAdmin is now able to assign / alter table and field charsets;
612       - The table structure page sometimes displayed "Array" in the charset
613         column;
614       - When altering the field type, the input box for the field length
615         sometimes had a strange default value.
617 2003-06-06 Marc Delisle  <lem9@users.sourceforge.net>
618     * Documentation.html, config.inc.php3: new LimitChars behavior
620 2003-06-06 Michal Cihar  <nijel@users.sourceforge.net>
621     * mult_submits.inc.php3: Missing ;.
622     * libraries/relation_cleanup.lib.php3, mult_submits.inc.php3, sql.php3:
623       Cleanup phpMyAdmin tables also after multi submit actions (RFE #749989).
624     * tbl_query_box.php3: Don't add target if not in query window.
625     * libraries/display_tbl.lib.php3: $cfg['LimitChars'] now limits all fields
626       (RFE #742123).
627     * pdf_pages.php3: Fixed undefined index warnings, don't attemt to
628       edit/display deleted page just after deleting.
629     * libraries/config_import.lib.php3, lang/*, config.inc.php3,
630       db_details_structure.php3, pdf_pages.php3, pdf_schema.php3: User can
631       select paper size for pdf (RFE #631551).
632     * read_dump.php3: Fixed undefined variable warning (bug #750070).
633     * libraries/sqlparser.lib.php3: Fixed bad displaying of parser bug report
634       (bug #678289).
636 2003-06-05 Marc Delisle  <lem9@users.sourceforge.net>
637     * Documentation.html: new faq 6.20 about CREATE TEMPORARY TABLES
638     * libraries/sqlparser.lib.php3: bug 716679, parsing of negation operator
639     * tbl_properties_links.php3, tbl_properties_operations.php3: merge
640       the Options tab into Operations
642 2003-06-05 Michal Cihar  <nijel@users.sourceforge.net>
643     * libraries/display_export.lib.php3, libraries/functions.js: Some
644       javascript cleanup.
645     * db_details_links.php3: Display Query tab even with no tables.
646     * libraries/charset_conversion.lib.php3: Default iconv parameters to empty
647       string.
648     * config.inc.php3, left.php3, libraries/config_import.lib.php3: Optional
649       dropdown for server list in left frame (RFE #555978).
650     * tbl_query_box.php3: Possibility to upload SQL file with no database
651       selected (RFE #641760).
652     * lang/czech: Typo.
654 2003-06-04 Marc Delisle  <lem9@users.sourceforge.net>
655     * libraries/sqlparser.lib.php3: bug 592692, pretty printer
656       and GRANT or REVOKE
657     * libraries/sqlparser.lib.php3: bug 683975, various pretty printer bugs
659 2003-06-04 Michal Cihar  <nijel@users.sourceforge.net>
660     * mult_submits.inc.php3: Use TRUNCATE when using MySQL 4 (bug #748792).
662 2003-06-03 Marc Delisle  <lem9@users.sourceforge.net>
663     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
664     * lang/slovak update, thanks to Lubos Klokner
666 2003-06-03 Michal Cihar  <nijel@users.sourceforge.net>
667     * libraries/config_import.lib.php3: Fixed MySQLManualType/MySQLManualBase
668       setting.
670 2003-06-03 Garvin Hicking <me@supergarv.de>
671     * lang/*, tbl_query_box.php3, Documentation.html, footer.inc.php3:
672       (Experimental)
673       New feature - The automatic update of the query window seems to
674       cause some headache for users. They type in their query, want to
675       look in a different table for some fields, want to switch back to
676       their browser window and the changes are lost because the last table
677       is always filled in. Now we have a checkbox to preserve the edited
678       content from any update outside of the window. It is automatically
679       checked by editing the contents of the query textarea and can be
680       unchecked to restore previous behaviour. Thanks to Alexander Meis
681       for this suggestion. Optionally we could build in a config variable
682       to override this 'onChange' effect, but I guess it's not necessary.
683     * libraries/display_tbl.lib.php3: Bug #748084 - Use preg_replace instead
684       of ereg_replace, because it interprets \0, \1 and so on not as strings
685       but as regex-subpatterns and fails to convert those strings correctly.
686       We'll have to see if that can be the case on other usages of
687       preg_replace as well.
689 2003-06-02 Alexander M. Turek  <rabus@users.sourceforge.net>
690     * server_status.php3: RFE #723325 (Move total query statistics).
692 2003-06-02 Michal Cihar  <nijel@users.sourceforge.net>
693     * libraries/display_tbl.lib.php3, lang/*: Better text on button for
694       executing bookmark (bug #745993).
695     * scripts/create-release.sh: Better checking for input, exit when cvs
696       doesn't work, don't include CVS and .cvsignore in tarballs, don't chmod
697       everything to 775.
698     * libraries/build_dump.lib.php3, libraries/display_export.lib.php3,
699       tbl_dump.php3, lang/*: Allow to replace "NULL" with alternative string
700       (RFE #747343).
701     * Documentation.*: Add simple LaTeX document, to show how to use LaTeX
702       export.
703     * main.php3: Add server to phpinfo link to avoid relogin with more
704       servers.
705     * main.php3, tbl_properties.inc.php3: Replace target="_new" with
706       target="_blank" as it should be.
708 2003-06-02 Marc Delisle  <lem9@users.sourceforge.net>
709     ### 2.5.1 released
710     * (not in 2.5.1) sql.php3: bug 747451, incorrect detection of
711       PROCEDURE ANALYSE()
713 2003-06-02 Alexander M. Turek  <rabus@users.sourceforge.net>
714     * Happy Birthday to me :-)
715     * libraries/sqlparser.lib.php3: Correct behavior for "SHOW INNODB STATUS".
717 2003-06-01 Michal Cihar  <nijel@users.sourceforge.net>
718     * config.inc.php3, libraries/config_import.lib.php3: Default iconv
719       parameters to empty string, as older iconv version don't support it
720       (bug #747164).
722 2003-06-01 Alexander M. Turek  <rabus@users.sourceforge.net>
723     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
725 2003-06-01 Marc Delisle  <lem9@users.sourceforge.net>
726     * lang/chinese_gb: Update thanks to Wang (fundawang).
728 2003-05-30 Marc Delisle  <lem9@users.sourceforge.net>
729     * lang/romanian updates, thanks to Valics Lehel
730     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
731     * lang/polish: update, thanks to Jakub Wilk
733 2003-05-30 Alexander M. Turek  <rabus@users.sourceforge.net>
734     * lang/bulgarian-*.inc.php3: Updates, thanks to
735       Stanislav Yordanov (stanprog).
736     * tbl_properties_structure.inc.php3:
737       - Fixed display for tables with few indexes;
738       - BLOBs are always binary;
739       - RFE #623665 (MySQL 4.1 support):
740         - Fixed display of field charsets;
741         - The table charset is now displayed.
742     * libraries/sqlparser.data.php3: Added CHARSET, SQL_CACHE, SQL_NO_CACHE.
743     * tbl_change.php3: binary fields with CHARACTER SET definition were treated
744       as SET fields (again RFE #623665).
745     * Documentation.html:
746       - Declared MySQL 4.1 support as experimental;
747       - Added some notes about MySQL 4.1 / 5.0;
748       - php 5.0.0-dev should work fine with phpMyAdmin - it has been doing so at
749         least on my test machines for a couple of months.
750     * scripts/create-tables.sql: Added some notes about lower_case_table_names.
751     * libraries/sqlparser.lib.php3: Parser treated "CHARACTER" as column type,
752       even if it was used in "CHARACTER SET".
753     * libraries/common.lib.php3:
754       - Removed check for default tab values: They are already checked in
755         config_import.lib.php3;
756       - Corrected config file revison;
757       - XHTML fixes.
758     * server_databases.php3: Small interface fixes.
759     * translators.html: Removed a dublicate message.
761 2003-05-29 Michal Cihar  <nijel@users.sourceforge.net>
762     * lang/czech: Updated.
764 2003-05-29 Marc Delisle  <lem9@users.sourceforge.net>
765     * ldi_check.php3, ldi_table.php3, lang/*: bug 740607, now autodetect
766       the best method (LOCAL or not) in the LOAD dialog, and allow user
767       to override it
769 2003-05-29 Garvin Hicking <me@supergarv.de>
770     * index.php3: Add frameborder to allow resizing. Introduces a 1px
771       bar, but cannot be solved. Note that this is only neccessary
772       for Mozilla, IE5/6 allow resizing with a "0" frameborder
773     * footer.inc.php3: Only update queryframes DB/Table info when
774       no error happened in a query.
775     * ldi_table.php3: Use <label> tags for the new radio buttons as with
776       our other GUI elements.
778 2003-05-28 Alexander M. Turek  <rabus@users.sourceforge.net>
779     * translators.html: Typo.
781 2003-05-28 Marc Delisle  <lem9@users.sourceforge.net>
782     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
783     * lang/chinese_gb: Update thanks to Wang (fundawang).
784     * translators.html: more typos
786 2003-05-28 Garvin Hicking <me@supergarv.de>
787     * libraries/sqlvalidator.class.php3: Fix Bug #739096: Because
788       the PEAR library and PHP changed the way how referenced variables
789       get accessed, we have to pre-initialize the array and submit that
790       to the PEAR call() funktion.
791     * index.php3: Bug #743856. Fixed trinary operator, thanks to Virgile
792       Petit!
793     * tbl_relation.php3: Will now not show a selected display field, if
794       none has been set yet for a table to not let users think, the key
795       is set.
797 2003-05-26 Michal Cihar  <nijel@users.sourceforge.net>
798     * lang/czech: sorted.
800 2003-05-26 Marc Delisle  <lem9@users.sourceforge.net>
801     * lang/chinese_big5: Updated, thanks to Siu Sun
802     ### 2.5.1-rc1 released
804 2003-05-26 Michal Cihar  <nijel@users.sourceforge.net>
805     * documentation, config.inc.php3, tbl_change.php3,
806       tbl_properties.inc.php3, libraries/config_import.lib.php3: possibility
807       to disable ctrl+arrows moving.
809 2003-05-25 Garvin Hicking <me@supergarv.de>
810     * left.php3: Fix #742632 finally: Refresh to main.php3
811       if an empty DB has been selected.
813 2003-05-25 Marc Delisle  <lem9@users.sourceforge.net>
814     * left.php3: new fix for #742632
815     * lang/polish: update, thanks to Jakub Wilk
816     * lang/italian: Updated, thanks to Pietro Danesi (danone).
818 2003-05-24 Marc Delisle  <lem9@users.sourceforge.net>
819     * Documentation.html: talk about left frame levels
820     * lang/galician: update, thanks to Xosé Calvo
821     * lang/turkish: update, thanks to Bora Alioglu
823 2003-05-24 Garvin Hicking <me@supergarv.de>
824     * left.php3: Fix bug #742632, thanks to Kai Butchkau!
825     * read_dump.php3: Bug #741256
826     * footer.inc.php, tbl_query_box.php3: Only focus the mainframe
827       when a query was submitted from the query window
829 2003-05-23 Marc Delisle  <lem9@users.sourceforge.net>
830     * libraries/sqlparser.lib.php3: bug 653964: wrong alias set by
831       the analyzer, bug analyzed thanks to Michal!
833 2003-05-23 Michal Cihar  <nijel@users.sourceforge.net>
834     * read_dump.php3, tbl_alter.php3: Tabs highlighting...
836 2003-05-22 Marc Delisle  <lem9@users.sourceforge.net>
837     * lang/romanian updates, thanks to Valics Lehel
839 2003-05-22 Michal Cihar  <nijel@users.sourceforge.net>
840     * tbl_indexes.php3, libraries/common.lib.php3: Better tabs highlighting
841       when editing indexes.
842     * tbl_replace_fields.php3, libraries/build_dump.lib.php3,
843       libraries/display_tbl.lib.php3: Don't hexify BLOB if it is empty (bug
844       #741599).
845     * Documentation, config.inc.php3, libraries/config_import.lib.php3,
846       libraries/defines_php.lib.php3: Improved GD 2 detection (bugs #736111,
847       #741192).
848     * lang/sync_lang.sh: Removed dropped farsi translation.
849     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
850     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
851     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
853 2003-05-22 Garvin Hicking <me@supergarv.de>
854     * sql.php3, libraries/common.lib.php3: Bug #692854: Never execute
855       a query in (with/without) PHP code views, and display a new
856       "Execute query" link in this mode.
857     * lang/german*: Update.
859 2003-05-20 Garvin Hicking <me@supergarv.de>
860     * index.php3: New rewrite of how the frameset is created
861       (Patch item #738226 plus some <noframes> corrections).
862       This fixes compatibility problems, even though it's not
863       valid XHTML 1.0, because the <script>/<noscript> tags are
864       not allowed in there.
866 2003-05-20 Marc Delisle  <lem9@users.sourceforge.net>
867     * lang/korean update, thanks to WooSuhan
868     * lang/estonian update, thanks to finsoft@sourceforge.net.
869     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
870     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
871     * lang/slovak update, thanks to Lubos Klokner
873 2003-05-20 Michal Cihar  <nijel@users.sourceforge.net>
874     * tbl_change.php3: Fixed table layout when LongtextDoubleTextarea is
875       false.
876     * tbl_select.php3: Fixed problems with empty value in enum (bug #740420).
878 2003-05-18 Marc Delisle  <lem9@users.sourceforge.net>
879     * left.php3, index.php3: bug 739348: because the db name is no longer
880       encoded in left.php3 (to accomodate html entities), we have to stop
881       decoding it, otherwise a db name with a plus sign is not selectable
882     * sql.php3: bug 738508: do a quick count on the rows to avoid
883       a slow SQL_CALC_FOUND_ROWS, when "just browsing" (experimental)
885 2003-05-15 Michal Cihar  <nijel@users.sourceforge.net>
886     * Documentation, config.inc.php3, tbl_change.php3,
887       libraries/config_import.lib.php3: Double sized textarea for LONGTEXT is
888       configurable (RFE #737174).
890 2003-05-14 Michal Cihar  <nijel@users.sourceforge.net>
891     * libraries/display_export.lib.php3, tbl_dump.php3: Support for exporting
892       CSV for multiple tables, it just puts all content into one file, but
893       some people seem to want this (based on patch #735136).
894     * tbl_dump.php3, lang/*: Use other messages (thanks to Marc), replace
895       slashes in filename with underscore to avoid possible problems.
896     * db_details_export.php3: Remember selected tables after exporting to a
897       file.
898     * libraries/common.lib.php3, tbl_dump.php3, sql.php3: Better way for
899       highliting tabs when including files (set $active_page for highliting).
900     * sql.php3, tbl_replace.php3, lang/*: Show insert_id after INSERT (RFE
901       #737660).
903 2003-05-14 Marc Delisle  <lem9@users.sourceforge.net>
904     * libraries/defines_php.lib.php3: bug 736111: better GD2 detection
906 2003-05-14 Garvin Hicking <me@supergarv.de>
907     * lang/german*: Translations.
908     * pdf_schema.php3: Merged patch #736999 (fixes Bug #728789 and
909       better fix for #624712), by Maxime Delorme. Thanks!
910     * tbl_change.php3: RFE #737174 implemented (comments welcome)
911     * tbl_change.php3: RFE #723124 implemented (reset button)
912     * read_dump.php3, tbl_query_box.php3: RFE #641760
913     * Documentation.html: Added FAQ 5.14 (Buggy Opera6)
915 2003-05-13 Marc Delisle  <lem9@users.sourceforge.net>
916     * libraries/sqlparser.data.php3: bug 736793, new reserved
917       word 'DIV' in MySQL 4.1.0 (note: it is classified as a function but
918       follows the syntax of an operator: SELECT 5 DIV 2) so I have put
919       it in the reserved words for now.
921 2003-05-13 Garvin Hicking <me@supergarv.de>
922     * footer.inc.php3, querywindow.php3: Fix bug #736197
923       (clicking on edit link from a sql-query now switches
924        to sql tab of the query window)
925     * left.php3: Improved performance by using str_replace instead
926       of ereg_replace.
927     * lang/german*: Translations.
928     * libraries/common.lib.php3: Fix bug #736609 (Escaping of
929       'Show as PHP')
931 2003-05-13 Michal Cihar  <nijel@users.sourceforge.net>
932     * left.php3: Fixed displaying of tables with quote in name.
933     * main.php3: $pma_uri_parts['scheme'] might be sometimes unset...
934     * tbl_move_copy.php3, lang/*: Check for same table and db name when moving
935       (RFE #734985).
936     * libraries/relation.lib.php3: Fixed warning in PMA_purgeHistory.
937     * ldi_check.php3, lang/*: Behave correctly if no file is given for loading.
938     * read_dump.php3: Correctly checks whether table exists.
939     * libraries/common.lib.php3: Highlight tab also when current page is
940       read_dump.php3 and $goto is link of current tab.
941     * tbl_replace.php3: Display message after updating row.
942     * libraries/common.lib.php3: Fix tab attributes when some specified as
943       parameters.
944     * libraries/build_dump.lib.php3: Fix eporting without backquotes (bug
945       #737023).
946     * .cvsignore, config.inc.php3, db_details_db_info.php3, tbl_dump.php3,
947       lang/*, libraries/common.lib.php3, libraries/display_export.lib.php3,
948       Documentation.html: Support for saving to file on server (part of RFE
949       #730197).
951 2003-05-12 Garvin Hicking <me@supergarv.de>
952     * queryframe.php3: Remove left/bottom margin to better fit the link title
953       in the small frame.
954     * footer.inc.php3: Only update db/table variables if the query was correct.
955       Fixes #735970.
956     * left.php3, config.inc.php3, libraries/config_import.lib.php3, libraries/
957       common.lib.php3: Patch #725839 (Nested display of tables)
958     * ldi_check.php3, ldi_table.php3: Allow CSV import from UploadDir. Needs testing.
960 2003-05-12 Michal Cihar  <nijel@users.sourceforge.net>
961     * index.php3: Better fix for #736003.
962     * libraries/common.lib.php3: Light tabs were displayed wrong, bug #736590.
963     * mult_submits.inc.php3, server_databases.php: Add confirmation when
964       dropping databases (bug #736238).
966 2003-05-11 Michal Cihar  <nijel@users.sourceforge.net>
967     * Documentation.html, config.inc.php3,
968       libraries/charset_conversion.lib.php3, libraries/config_import.lib.php3:
969       Merged patch #729514 - support for iconv parameters.
970     * read_dump.php3, libraries/common.lib.php3: Merged patch #728928 - show
971       multi statement query result. Closes RFE #728833.
972     * tbl_dump.php3, libraries/build_dump.lib.php3,
973       libraries/display_export.lib.php3, lang/*: Merged patch #727027 - LaTeX
974       export improvements. Now can export table structure and some other
975       options. Closes RFE #718942.
976     * tbl_change.php3: Remember state of insert as another row - fixes
977       #736064, show used query.
978     * index.php3: Fixed typo in hash, fixed bad hash propagated with
979       JavaScript. Fixes #736003.
981 2003-05-11 Marc Delisle  <lem9@users.sourceforge.net>
982      ### 2.5.0 released
984 2003-05-10 Marc Delisle  <lem9@users.sourceforge.net>
985      * libraries/display_tbl.lib.php3: bug 735439: if too many page numbers,
986        show just the pages near the current page
988 2003-05-10 Michal Cihar  <nijel@users.sourceforge.net>
989      * libraries/common.lib.php3: Whole tab is now link.
990      * libraries/display_export.lib.php3: Disable CSV export for multiple
991        tables - fixes #734104.
992      * lang/latvian: Update thanks to Sandis Jerics (saaa2002).
993      * lang/chinese: Update thanks to Wang (fundawang).
994      * lang/sync_lang.sh: Fix for POSIX sh.
995      * db_details_structure.php3: Don't display 0 for InnoDB tables as records
996        count - fixes #735441.
997      * libraries/display_tbl.lib.php3: Fix not displaying content of TEXT
998        fields (was treated like BLOB).
999      * libraries/common.lib.php3: $cfg['Server']['AllowDeny']['order'] might
1000        be undefined.
1002 2003-05-09 Marc Delisle  <lem9@users.sourceforge.net>
1003      * libraries/display_tbl.lib.php3: bug 731367: hexifying all
1004        TEXT fields (a if on the type returns "blob") caused
1005        problems
1007 2003-05-05 Marc Delisle  <lem9@users.sourceforge.net>
1008      * libraries/build_dump.lib.php3: bug 731866: text fields were
1009        exported hexified, because mysql_field_type() was used and
1010        it returns 'blob' for 'text' fields, so use a new PMA_fieldTypes()
1012 2003-05-02 Marc Delisle  <lem9@users.sourceforge.net>
1013     * libraries/get_foreign.lib.php3: bug 731480: was not counting
1014       the rows of the foreign, thanks to Stefan Elssner
1016 2003-05-02 Garvin Hicking <me@supergarv.de>
1017     * css/phpmyadmin.css.php3: Small typo, seems to be
1018       solution of support request #728820
1019     * Documentation.html: Enhance FAQ 2.3 (mysql.sock readable,
1020       thanks to Ryan)
1021     * Added scripts/inno2pma (from Ernie Hershey). Please see
1022       Patch Tracker #709383 for further information.
1023     * libraries/display_tbl.lib.php3: Bug #728813 (title for
1024       relations when foreign_db != master_db)
1025     * index.php3, left.php3, tbl_query_box.php3, db_details_common.php3,
1026       main.php3, queryframe.php3, libraries/common.lib.php3: Should be
1027       the fix for Bug #730718.
1028       Moved the hashform from the "nav"-frame to the "queryframe"-frame,
1029       altered the way the form is submitted in LeftFrameLight mode to
1030       keep the queryframe. Only if JavaScript is usable, otherwise it's
1031       not necessary to keep the 'opener' pointer.
1032     * libraries/display_tbl.lib.php3: PHP3 compatibility.
1033     * libraries/common.lib.php3, db_details_common.php3, index.php3,
1034       main.php3: Still have to propagate $hash to the left frame...
1036 2003-04-30 Marc Delisle  <lem9@users.sourceforge.net>
1037     * pdf_schema.php3, bug 729517, better comment output,
1038       thanks to Maxime Delorme
1040 2003-04-30 Michal Cihar  <nijel@users.sourceforge.net>
1041     * tbl_move_copy.php3: Better fix for #729416 (use INSERT IGNORE).
1043 2003-04-29 Michal Cihar  <nijel@users.sourceforge.net>
1044     * server_privileges.php3: No need to escape wild characters here.
1046 2003-04-29 Garvin Hicking <me@supergarv.de>
1047     * tbl_move_copy.php3: Bug #729416
1048     * tbl_query_box.php3, queryframe.php3: Bug #729446, maybe #728571
1049     * index.php3: Typo
1050     * db_details_structure.php3: Prevent uninitialized variable
1052 2003-04-28 Garvin Hicking <me@supergarv.de>
1053     * index.php3, queryframe.php3, tbl_query_box.php3, querywindow.php3:
1054       Even more issues when QueryFrameJS is set to true, but JS is not
1055       activated. Haven't ever thought this would be necessary. ;)
1056       I tested everything with QueryFrame/QueryFrameJS set to true/false
1057       with and without JavaScript enabled, and got everything working.
1058       Please verify for yourselves! :)
1060 2003-04-28 Marc Delisle  <lem9@users.sourceforge.net>
1061     * lang/polish: update, thanks to Jakub Wilk
1063 2003-04-28 Michal Cihar  <nijel@users.sourceforge.net>
1064     * tbl_query_box.php3: Partial fix for #728935 (can not submit SQL without
1065       javascript). But there are still problems without javascript.
1067 2003-04-27 Marc Delisle  <lem9@users.sourceforge.net>
1068     ### 2.5.0-rc2 released
1070 2003-04-25 Michal Cihar  <nijel@users.sourceforge.net>
1071     * lang/estonian: Updated, thanks to finsoft@sourceforge.net.
1072     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
1073     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
1074     * lang/{catalan,english,indonesian,spanish}: Added some missing
1075       translations.
1077 2003-04-23 Michal Cihar  <nijel@users.sourceforge.net>
1078     * tbl_dump.php3: Fixed syntax error with === (#724093, #707538).
1079     * libraries/display_export.lib.php3: Automatically check "Save as file"
1080       when selecting compression.
1082 2003-04-22 Garvin Hicking <me@supergarv.de>
1083     * libraries/common.lib.php3, main.php3, db_details_common.php3:
1084       When reloading the frame, propagate hash value (for querywindow)
1086 2003-04-22 Marc Delisle  <lem9@users.sourceforge.net>
1087     * tbl_indexes.php3: bug 725711: FULLTEXT index type not shown
1088       in the drop-down box
1090 2003-04-20 Garvin Hicking <me@supergarv.de>
1091     * libraries/display_tbl.lib.php3, index.php3, left.php3,
1092       tbl_query_box.php3, queryframe.php3, querywindow.php3:
1093       Fixed Bug #723955, 723736, 723713 (Query Frame). Workaround for
1094       (serious) issues with multiple instances of phpMyAdmin and
1095       the query window. Also made sure that disabling the QueryFrame
1096       is possible without seeing errors. Of course, this is
1097       extremely reduced usability without JS.
1099 2003-04-18 Garvin Hicking <me@supergarv.de>
1100     * left.php3, index.php3, tbl_query_box.php3,
1101       libraries/display_tbl.lib.php3, queryframe.php3:
1102       Fixed Bug #723713
1104 2003-04-18 Marc Delisle  <lem9@users.sourceforge.net>
1105     * Documentation.html: faq about double auth windows
1106     * lang/ukrainian: update, thanks to Markijan Baran
1107     * tbl_relation.php3: bug 696215: can now choose all segments
1108       of the primary key
1110 2003-04-17 Marc Delisle  <lem9@users.sourceforge.net>
1111     * lang/ukrainian: update, thanks to Markijan Baran
1112     * server_common.inc.php3: bug 722791: "USE mysql" is not a good
1113       test in MySQL 4 to check if superuser
1115 2003-04-17 Michal Cihar  <nijel@users.sourceforge.net>
1116     * tbl_replace_fields.php3: Fix typo.
1117     * tbl_replace.php3: Use rather SELECT *, as selecting only BLOB causes
1118       MySQL sometimes problems...
1120 2003-04-17 Garvin Hicking <me@supergarv.de>
1121     * tbl_replace_fields.php3: Use $encoded_key instead of $key to
1122       detect changes in BLOB fields with a special name.
1123     * tbl_replace.php3, tbl_replace_fields.php3: Bug #722629 - Use
1124       original values of a BLOB field when 'Insert as new row' is
1125       chosen on edit.
1126     * libraries/display_tbl.lib.php3: Bug #662320 (highlight fields
1127       crossing DB borders now allowed)
1129 2003-04-16 Garvin Hicking <me@supergarv.de>
1130     * tbl_query_box.php3: Only hide 'go' SQL button, when in files mode
1131       with no $db set
1133 2003-04-16 Marc Delisle  <lem9@users.sourceforge.net>
1134     * badwords.txt: "status" is not a reserved word
1136 2003-04-16 Michal Cihar  <nijel@users.sourceforge.net>
1137     * libraries/sqlparser.data.php3: Added AUTO_INCREMET to reserved words.
1138     * tbl_properties_common.php3: Avoid displaying message twice in some cases
1139       (fixes bug #722378).
1140     * libraries/build_dump.lib.php3: Export BLOBs hex quoted.
1142 2003-04-15 Michal Cihar  <nijel@users.sourceforge.net>
1143     * tbl_query_box.php3: Only display charset selection when a DB is
1144       selected.
1145     * libraries/display_tbl.lib.php3: Fix edit link for table without primary
1146       key and with BLOB field (bug #708182).
1148 2003-04-15 Garvin Hicking <me@supergarv.de>
1149     * footer.inc.php3, queryframe.php3: Changed anchor target
1150       and window name of queryframe as suggested by Armel
1151       Fauveau (thanks!)
1153 2003-04-14 Marc Delisle  <lem9@users.sourceforge.net>
1154     * libraries/sqlparser.data.php3: bug 647705: 'NO' is not
1155       a reserved word in MySQL
1156     * libraries/sqlparser.data.php3: bug 708887: MONTH() and YEAR()
1157       are functions
1158     * libraries/common.lib.php3: bug 721278: Skip Explain SQL
1160 2003-04-14 Michal Cihar  <nijel@users.sourceforge.net>
1161     * lang/some translations: Damn, I didn't commit all empty translations
1162       yesterday...
1163     * lang/sync_lang.sh: Updated to avoid empty translations problems (reports
1164       which translations has failed, now also converts by default only
1165       modified files and is capable to get charset from filename when reading
1166       from file has failed.
1167     * left.php3: More fixes for HTML entities.
1168     * tbl_properties_options.php3: Remove '; InnoDB free:' part from comment
1169       when changing it.
1170     * lang/czech: Updated.
1171     * lang/indonesian: Updted, thanks to Rachim Tamsjadi (tamsy).
1172     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
1173     * lang/italian: Updated, thanks to Pietro Danesi (danone).
1174     * lang/catalan: Updated, thanks to Xavier Navarro.
1175     * footer.inc.php3: Fixed for quotes, HTML entities and other weird
1176       characters in db/table name.
1177     * libraries/display_tbl.lib.php3: Fixed bug #720672 - moved headers.
1178     * db_details.php3, tbl_query_box.php3: Display choice for charset also
1179       when only UploadDir available.
1181 2003-04-14 Garvin Hicking <me@supergarv.de>
1182     * libraries/common.lib.php3: Fixed SHOW TABLE STATUS LIKE ... FROM ...
1183       usage. (Bug #720846)
1184     * footer.inc.php3: Needed \n for some cases.
1185     * tbl_query_box.php3: Only display file import when a DB is selected.
1187 2003-04-13 Marc Delisle  <lem9@users.sourceforge.net>
1188     * lang/french: update
1189     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
1190     * lang/polish: update, thanks to Jakub Wilk
1191     ### 2.5.0-rc1 released
1193 2003-04-13 Alexander M. Turek  <rabus@users.sourceforge.net>
1194     * lang/bulgarian-windows-1251.inc.php3, lang/croatian-windows-1250.inc.php3,
1195       lang/czech-windows-1250.inc.php3, lang/russian-koi8-r.inc.php3:
1196       Added $strCharset.
1198 2003-04-13 Michal Cihar  <nijel@users.sourceforge.net>
1199     * lang/{slovenian,russian,croatian,bulgarian}: We don't
1200       want empty translations...
1202 2003-04-12 Alexander M. Turek  <rabus@users.sourceforge.net>
1203     * libraries/common.lib.php3: Better fix against possible "wrong parameter
1204       count" errors.
1205     * server_privileges.php3:
1206       - Fixed a broken link in the user overview table;
1207       - Fixed bug #539756 again.
1208     * lang/german-*.inc.php3: Updates.
1209     * tbl_properties_structure.php3, lang/*.inc.php3: Nicer output for MySQL 4.1
1210       (Feature #623665, part 1).
1212 2003-04-11 Marc Delisle  <lem9@users.sourceforge.net>
1213     * libraries/common.lib.php3, config_import.lib.php3:
1214       MaxExactCount backwards compatibility
1215     * db_details_structure.php3: undefined $row_count for InnoDB tables
1217 2003-04-11 Michal Cihar  <nijel@users.sourceforge.net>
1218     * db_details_structure.php3: Get row count by SHOW TABLE STATUS, and by
1219       SELECT COUNT(*) only for small (<20000 rows) tables (RFE #708533).
1220     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3:
1221       $cfg['MaxExactCount'] is now used instead of hardcoded 20000 for above.
1222     * Documentation.*: Documented above.
1223     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
1224     * lang/galician: Added missing string.
1225     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
1227 2003-04-10 Michal Cihar  <nijel@users.sourceforge.net>
1228     * pdf_schema.php3, libraries/common.lib.php3,
1229       libraries/display_tbl.lib.php3, libraries/get_foreign.lib.php3: Get row
1230       count by SHOW TABLE STATUS, and by SELECT COUNT(*) only for small
1231       (<20000 rows) tables (RFE #708533).
1232     * tbl_printview.php3: Make javascript work on more browsers than MSIE.
1233     * Documentation.*: Fixed typo and corrected FAQ 1.23 (bug #718569), fixed
1234       XHTML errors, document is again valid XHTML.
1235     * lang/italian: Updated, thanks to Pietro Danesi (danone).
1237 2003-04-09 Michal Cihar  <nijel@users.sourceforge.net>
1238     * libraries/build_dump.lib.php3: Fixed undefined index warnings in LaTeX
1239       and XML dump.
1240     * libraries/display_export.lib.php3: Added <br /> before charset
1241       selection in export.
1243 2003-04-09 Marc Delisle  <lem9@users.sourceforge.net>
1244     * lang/*: $updComTab -> $strUpdComTab
1245     * libraries/relation.lib.php3: put back version 1.30 message
1246       that uses $strUpdComTab
1247     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
1249 2003-04-09 Garvin Hicking <me@supergarv.de>
1250     * pdf_schema.php3: Fix from Doug Suerich (dougsuerich)
1251       to prevent false arrow aligning when using 'same widths'.
1253 2003-04-08 Marc Delisle  <lem9@users.sourceforge.net>
1254     * lang/galician: update, thanks to Xosé Calvo
1255     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
1256     * lang/italian: Updated, thanks to Pietro Danesi.
1257     * lang/chinese_gb: update, thanks to (fundawang)
1258     * lang/swedish: update, thanks to Björn T. Hallberg
1259     * lang/norwegian: update, thanks to Sven-Erik Andersen
1261 2003-04-07 Michal Cihar  <nijel@users.sourceforge.net>
1262     * db_details_structure.php3, mult_submits.inc.php3: Added ANALYZE TABLE to
1263       multi submit actions.
1265 2003-04-06 Garvin Hicking <me@supergarv.de>
1266     * tbl_query_box.php, libraries/functions.js: Patch #705899 included.
1267       Now multiple fields can be inserted at cursor position (Mozilla/IE)
1268       in the sql query textarea. Thanks to Alexis Soulard (alexis_soulard)
1269     * header.inc.php3, footer.inc.php3, libraries/common.lib.php3,
1270       libraries/relation.lib.php3: RFE #715914: Sort query history by
1271       (autoincrement) key instead of timevalue. Only save queries in
1272       history if they were successful. This required the moving of
1273       the JS-stuff in header.inc.php3 to footer.inc.php3. Please
1274       test, if this works for everyone. It does for me.
1276 2003-04-06 Alexander M. Turek  <rabus@users.sourceforge.net>
1277     * db_datadict.php3: The result of SHOW INDEX does not have a 'Comment'
1278       column before MySQL 3.23 (bug #712055).
1279     * libraries/grab_globals.lib.php3: Make $HTTP_ACCEPT_LANGUAGE available for
1280       machines with register_globals = off.
1282 2003-04-05 Marc Delisle  <lem9@users.sourceforge.net>
1283     * lang/romanian updates, thanks to Valics Lehel
1284     * lang/slovenian update, thanks to Kositer Uros
1286 2003-04-03 Garvin Hicking <me@supergarv.de>
1287     * libraries/display_tbl.lib.php3: Bug #714744 fixed. Thanks to poster.
1289 2003-04-02 Garvin Hicking <me@supergarv.de>
1290     * tbl_query_box.php3: RFE #714095. Use backquotes for inserted fields.
1291     * tbl_move_copy.php3: At least one of the PDF integrity checks
1292       on moving/copying a table can safely be enabled.
1293     * tbl_move_copy.php3, tbl_properties_operations.php3: Made 'move to
1294       newly created table' depend on a selected checkbox. State of that
1295       checkbox is saved in a cookie.
1296     * lang/*: Added $strSwitchToTable for the above.
1297     * lang/german-*: Translations
1299 2003-04-02 Michal Cihar  <nijel@users.sourceforge.net>
1300     * tbl_move_copy.php3: Fixed copying/moving to work after some changes in
1301       generated SQL dump, move to newly created table also after copying.
1302     * tbl_properties_operations.php3: Some fixes for html entities in db/table
1303       names.
1304     * db_details_structure.php3, mult_submits.inc.php3,
1305       tbl_properties_structure.php3: Show multi submits result after headers
1306       and tabs from originating place.
1307     * lang/czech: Updated.
1308     * tbl_properties_operations.php3: Not only remember, but also recall state
1309       of checkbox for move to newly created table (see Garvin's entry above).
1311 2003-04-01 Marc Delisle  <lem9@users.sourceforge.net>
1312     * Documentation.html: clarify about wildcard database
1313     * lang/bulgarian, translators.html: big update from the new translator:
1314       Stanislav Yordanov, stan at stud.ru.acad.bg
1315     * lang/italian: Updated, thanks to Pietro Danesi.
1317 2003-03-31 Marc Delisle  <lem9@users.sourceforge.net>
1318     * css/phpmyadmin.css.php3: calls from a css file are relative to itself
1319       thanks to Jose Fandos (jose.fandos at sonnd.com)
1321 2003-03-27 Alexander M. Turek  <rabus@users.sourceforge.net>
1322     * server_privileges.php3, lang/*.inc.php3:
1323       - Fixed bug #708292 (Support for host-based privileges).
1324       - Show SQL query when adding a user.
1325     * server_processlist.php3, lang/*.inc.php3: Feature #707495
1326       (SHOW FULL PROCESSLIST).
1327     * lang/german-*.inc.php3: Updates.
1329 2003-03-27 Marc Delisle  <lem9@users.sourceforge.net>
1330     * sql.php3: avoid long delays when browsing big tables (MySQL 4)
1332 2003-03-26 Michal Cihar  <nijel@users.sourceforge.net>
1333     * db_details.php3, db_details_qbe.php3, left.php3, tbl_change.php3,
1334       tbl_properties_operations.php3, tbl_properties_structure.php3,
1335       tbl_query_box.php3, tbl_select.php3, libraries/common.lib.php3: Even
1336       more fixes for HTML entities in field/table/db name.
1338 2003-03-25 Alexander M. Turek  <rabus@users.sourceforge.net>
1339     * Documentation.html: Fixed GRANT queries for the controluser.
1341 2003-03-25 Marc Delisle  <lem9@users.sourceforge.net>
1342     * main.php3: replace the 'USE mysql' test, as users with a global
1343       priv like CREATE TEMPORARY TABLES can do a 'USE mysql'
1345 2003-03-25 Michal Cihar  <nijel@users.sourceforge.net>
1346     * tbl_query_box.php3, tbl_properties_operations.php3,
1347       libraries/common.lib.php3, tbl_query_box.php3, querywindow.php3: More
1348       HTML entities fixes.
1349     * read_dump.php3: Fixed detection of $goto.
1350     * header.inc.php3: Neated URL generating.
1351     * lang/czech: Updated.
1353 2003-03-24 Michal Cihar  <nijel@users.sourceforge.net>
1354     * db_details_structure.php3, mult_submits.inc.php: Added CHECK TABLE to
1355       multisubmit actions (RFE #622603).
1356     * db_details_structure.php3, mult_submits.inc.php3, tbl_alter.php3,
1357       tbl_properties_structure.php3: Show result of CHECK/OPTIMIZE/REPAIR
1358       queries for multiple tables.
1359     * db_details_structure.php3: Display correctly table names that contain
1360       HTML entities.
1361     * libraries/build_dump.lib.php3: Removed PMA_htmlFormat function as it
1362       caused HTML entities to be quoted twice.
1363     * tbl_indexes.php3: Fixed editing of index with HTML entities.
1364     * lang/czech: Updated.
1365     * tbl_properties_structure.php3: Fix enabling/disabling links to index
1366       creating (it requires type, but there was also MIME type added).
1368 2003-03-23 Marc Delisle  <lem9@users.sourceforge.net>
1369     * libraries/sqlparser.lib.php3, libraries/config_import.lib.php3,
1370       config.inc.php3, Documentation.html: disabling of the parser no
1371       longer possible
1373 2003-03-22 Alexander M. Turek  <rabus@users.sourceforge.net>
1374     * libraries/defines.lib.php3: Small bugfix.
1375     * libraries/defines_php.lib.php3: New constant: PMA_MYSQL_CLIENT_API.
1376     * libraries/common.lib.php3: Possible fix against "wrong parameter count"
1377       errors.
1379 2003-03-22 Marc Delisle  <lem9@users.sourceforge.net>
1380     * libraries/transformations/text_plain__imagelink: display the
1381       image, with width and height options
1382     * libraries/transformations/text_plain__link: the link was not
1383       functional at my site; also, document this transform in lang.
1385 2003-03-21 Marc Delisle  <lem9@users.sourceforge.net>
1386     * server_privileges.php3: typo
1387     * lang/french update
1388     * image_jpeg__plain renamed to text_plain__imagelink, because
1389       the contents is not an image but a filename
1391 2003-03-21 Michal Cihar  <nijel@users.sourceforge.net>
1392     * ldi_check.php3: Use $sql_query instead of $query to put query correctly
1393       to sql.php3.
1394     * libraries/display_export.lib.php3: Again fixed selecting table/db
1395       filename template.
1396     * tbl_move_copy.php3, libraries/sqlparser.lib.php3: Fixed copying of
1397       table.
1399 2003-03-20 Marc Delisle  <lem9@users.sourceforge.net>
1400     * lang/hebrew update, thanks to Yuval Sarna
1402 2003-03-20 Michal Cihar  <nijel@users.sourceforge.net>
1403     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
1404     * libraries/mysql_wrappers.lib.php3: Fix for bug #705531 - check for field
1405       type when doing charset conversion.
1406     * libraries/display_export.lib.php3: Fixed selecting table/db filename
1407       template.
1408     * libraries/read_dump.lib.php3, db_details.php3,
1409       db_details_importdocsql.php3, tbl_dump.php3, tbl_query_box.php3, lang/*:
1410       Automatic detection of compression for uploaded data.
1412 2003-03-19 Garvin Hicking <me@supergarv.de>
1413     * tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3:
1414       Display select box for stored files on Server ($cfg['UploadDir']) in every SQL
1415       input area (SQL window, table properties) AND in the 'Insert/Update field' display
1416       where you can upload files to blob fields. Experimental.
1418 2003-03-19 Alexander M. Turek  <rabus@users.sourceforge.net>
1419     * lang/german-*.inc.php3: Updates.
1421 2003-03-19 Michal Cihar  <nijel@users.sourceforge.net>
1422     * tbl_properties_operations.php3: fixed bad id of option (#706147).
1423     * lang/dutch: Updated, thanks to Gilles van den Hoven.
1424     * lang/thai: Updated.
1425     * lang/italian: Updated, thanks to Pietro Danesi.
1426     * lang/indonesian: Updated, thanks to Rachim Tamsjadi.
1427     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
1428     * lang/chinese: Updated, thanks to Siu Sun.
1430 2003-03-18 Garvin Hicking <me@supergarv.de>
1431     * libraries/display_export.lib.php3: Fixed variable usage.
1432     * lang/*, libraries/transformations/*, libraries/display_tbl.lib.php3,
1433       libraries/common.lib.php3: Added new transforms for a substr()
1434       function, a dateformat() modified and a basic plugin for external
1435       programs. Support for TIDY has been experimentally been built in.
1436       External programs make use of piping and thus cannot be used in
1437       Windows.
1438       Added the ability for transforms to adjust the "nowrap" option of a
1439       cell.
1440       Some german translation.
1442 2003-03-18 Marc Delisle  <lem9@users.sourceforge.net>
1443     * libraries/select_lang.lib.php3: modify order of Russian lang files
1444       because MSIE does not accept cp866 and users do not see anything,
1445       thanks to Volckov Konstantin Michailovich (wolf at sw.ru)
1447 2003-03-18 Michal Cihar  <nijel@users.sourceforge.net>
1448     * libraries/display_tbl.lib.php3: removed &nbsp; from button text, as
1449       Konqueror doesn't like it there and it is not needed.
1450     * lang/czech: updated.
1451     * libraries/display_tbl.lib.php3: Don't show BLOB text instead of content
1452       when using transformations.
1453     * libraries/display_export.lib.php3, db_details_links.php3,
1454       server_common.inc.php3, server_databases.php3, server_links.inc.php3,
1455       server_processlist.php3, server_status.php3, server_variables.php3,
1456       tbl_change.php3 libraries/server_privileges.js: Fixed end of line chars.
1457     * tbl_dump.php3, libraries/display_export.lib.php3, lang/*: User can now
1458       specify how will filename for exported data look like (RFE #678642).
1459     * Documentation.*: Next release seems to be 2.5.0.
1460     * lang/latvian: Updated, thanks to Sandis Jerics.
1462 2003-03-17 Mike Beck  <mikebeck@users.sourceforge.net>
1463     * pdf_pages.php3  will now check if the pdf_pages table has entries
1464       that reference tables that no longer exist. if it does user is prompted
1465       to delete them.
1467 2003-03-17 Marc Delisle  <lem9@users.sourceforge.net>
1468     * user_password.php3, header.inc.php3, libraries/user_password.js:
1469       put back js functions for user password change (= old user_details.js)
1470     * libraries/display_tbl.lib.php3, functions.js: new feature:
1471       browse mode page drop-down, thanks to Alexis Soulard (alexis_soulard)
1473 2003-03-15 Marc Delisle  <lem9@users.sourceforge.net>
1474     * pdf_pages.php3: Automatic layout of tables on the schema
1476 2003-03-15 Garvin Hicking <me@supergarv.de>
1477     * pdf_schema.php3: Fixed typo.
1479 2003-03-14 Garvin Hicking <me@supergarv.de>
1480     * libraries/display_tbl.lib.php3, db_details_importdocsql.php3: Fixed
1481     '../' safety issues, display transformations only if file exists
1482     (Bug #703555)
1484 2003-03-14 Robin Johnson  <robbat2@users.sourceforge.net>
1485     * config.inc.php3, libraries/config_import.lib.php3 tbl_change.php3:
1486         - Typo fixes:
1487         s/RestricColumnTypes/RestrictColumnTypes/
1488         s/RestricFunctions/RestrictFunctions/
1489     * scripts/create_tables.sql:
1490         -  Neaten up SQL, add DROP TABLE/DATABASE cleanness
1492 2003-03-13 Alexander M. Turek  <rabus@users.sourceforge.net>
1493     * server_status.php3: Fixed the Garvin's calculations.
1494     * server_variables.php3: Fixed the display for MySQL <= 4.0.3-beta.
1495     * libraries/header_meta_style.inc.php3,
1496       libraries/transformations/overview.php3: Fixed CSS link.
1497     * tbl_properties.inc.php3: Added tooltips for transformations.
1499 2003-03-13 Marc Delisle  <lem9@users.sourceforge.net>
1500     * libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers
1502 2003-03-13 Garvin Hicking <me@supergarv.de>
1503     * lang/*, server_status.php3: RFE #702485 - display total# queries per hour/minute/second.
1504     * config.inc.php3: Put a note for flipped headers: CSS only works for IE. ('writing-mode')
1505     * libraries/display_tbl.lib.php3: Display fields used for WHERE query highlighted in
1506       results page (1px border in the color of BrowserMarkerColor around the cells).
1507       RFE #638800
1508     * libraries/build_dump.lib.php3, db_details_structure.php3, db_printview.php3,
1509       pdf_schema.php3, tbl_dump.php3, tbl_printview.php3, tbl_properties_structure.php3,
1510       lang/*: RFE #7000385: Export AUTO_INCREMENT field.
1511       Display Create/Update/Check_time in PDF-Pages, printview, DB/Table structure and table
1512       dumps, if information is available (gathered by 'SHOW TABLE STATUS' for MySQL 3.23.XX).
1513     * config.inc.php3 - Altered comments for PMA_* tables for easier integration and more
1514       clarity. Make it easier to enable defaults (RFE #695265)
1516 2003-03-12 Garvin Hicking <me@supergarv.de>
1517     * db_details_structure.php3: When using Alias-Displays for Tables, fix bug when a tablename
1518       was not displayed if it has no comment.
1519     * libraries/display_tbl.lib.php3 RFE #550554 - Execute SQL bookmarks when browsing the
1520       bookmarktable.
1521     * db_details_structure.php, left.php3, tbl_properties_links.php3, libraries/bookmark.lib.php3:
1522       RFE #550552: Change default initial query for browse mode, if a bookmark with the same
1523       label as the tablename is found.
1524     * tbl_properties_options.php3, tbl_properties_table_info.php3: Support changing
1525       auto_increment value. (RFE #639655)
1526     * db_printview.php3, tbl_printview.php3, db_datadict.php3, pdf_schema.php3:
1527       Display DB comments and MIME types, where appropriate.
1528     * header.inc.php3, querywindow.php3, libraries/common.lib.php3: Fixed some bugs for
1529       the querywindow which didn't show the latest querys always.
1530     * Documentation.html, db_details.php3, read_dump.php3, tbl_query_box.php3:
1531       RFE #470000 - Use parameters for bookmarked queries. This is a bit tricky
1532       to do, so please see Documentation.html. I thought it too hard to move the
1533       bookmark-box around where you can store the bookmarks, because there are a couples
1534       of redirections involved. So the major problem is that your to-be-stored bookmark
1535       HAS to yield at least a single result row for you to be able to store that.
1536     * tbl_move_copy.php3, tbl_properties_operations.php3: RFE #571838 :
1537       Add 'DROP TABLE IF EXISTS' checkbox. Will maintain any existing PMA_* entries
1538       for that table.
1539     * tbl_properties_export.php3, db_details_export.php3,
1540       libraries/display_export.lib.php3: Reworked DB/Table export, so that DB
1541       export now is a perfect look-alike except for a multi-tables dropdown.
1542       Put the code to display the export into a seperate file for re-usability.
1543     * tbl_change.php3, config.inc.php3, libraries/config_import.lib.php3,
1544       libraries/common.lib.php3: RFE #422243 - Definition of which MySQL functions
1545       map to which MySQL field type and in the dropdown of the function list first
1546       display the fitting functions, and then for compatibility reasons the rest of
1547       the functions.
1548       TODO: I don't know if I chose the correct mapping for all types. Please correct
1549       config_import.lib.php3 and config.inc.php3 if therer are any mismappings.
1550     * sql.php3, tbl_alter.php3, tbl_move_copy.php3, tbl_properties_structure.php3,
1551       tbl_rename.php3, libraries/relation.lib.php3:
1552       Bugfix #579256 / RFE #577328 : Automatic update of relations,
1553       display fields, comments, bookmarks, ... on update, delete and duplicate.
1554       Automatic duplication/moving of PDF pages does not yet work. Would the
1555       original author please be so kind to have a look at the tbl_move_copy.php
1556       script, search for '[TODO]' and apply necessary fixes? ;)
1557     * tbl_dump.php3: New $sql_structure variable for the new table export
1558       design broke DB export functionality. Fixed this.
1560 2003-03-12 Marc Delisle  <lem9@users.sourceforge.net>
1561     * lang/ukrainian: update, thanks to Markijan Baran
1563 2003-03-11 Garvin Hicking <me@supergarv.de>
1564     * docSQL/*, read_dump.php3, db_details_importdocsql.php3,
1565       libraries/grab_globals.lib.php3, libraries/read_dump.lib.php3:
1566       Improved security of docSQL importer. You now can only access
1567       a subdirectory of phpMyAdmin ('docSQL' proposed) OR upload each
1568       file on its own via File Upload (if $is_upload is true).
1569       Filenames not matching the converter will no more printed out to
1570       maintain security. Permits input of '../'.
1571     * transformation_wrapper.php3 - Remove $err_url, because if a query
1572       fails here, the user won't get to see the error string anyways.
1573       Can happen if you want to display a blob without having an index
1574       key in your query, because the blob cannot be filtered by a content
1575       WHERE-string.
1577 2003-03-11 Marc Delisle  <lem9@users.sourceforge.net>
1578     * libraries/sqlparser.data.php3: bug 700082, support of XOR
1580 2003-03-10 Alexander M. Turek  <rabus@users.sourceforge.net>
1581     * translators.html: Another mechanism against stupid people who use the
1582       translator list as a list of localised support hotlines or try to get a
1583       translation by mail order... :o)
1584     * header_printview.inc.php3, index.php3, left.php3, queryframe.php3,
1585       libraries/common.lib.php3, libraries/header_meta_style.inc.php3: Ensured
1586       that the correct font families are used.
1588 2003-03-10 Garvin Hicking <me@supergarv.de>
1589     * libraries/common.lib.php3: Fixed getElementbyId-Bug #687548,
1590       thanks to Csaba Gabor!
1591     * sql.php3: Fixed another occurence of addslashes() where it no longer
1592       belongs.
1593     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
1594       tbl_properties.inc.php3, libraries/common.lib.php3: Goodie for you all
1595       - when creating/altering/adding table fields you can now change the
1596       wrong form input, instead of losing all your data. Have fun. :-)
1597     * tbl_dump.php3, tbl_properties_export.php3, css/phpmyadmin.css.php3,
1598       lang/*:
1599       Added new table export format by Michal Cihar. db_details_export.php3
1600       should be adapted to the new layout somewhen. Fixed Compression.
1601     * header.inc.php3, header_printview.inc.php3, index.php3,
1602       left.php3, queryframe.php3, querywindow.php3,
1603       transformation_wrapper.php3, css/phpmyadmin.css.php3,
1604       libraries/common.lib.php3, libraries/db_table_exists.lib.php3,
1605       libraries/functions.js, libraries/header_http.inc.php3,
1606       libraries/header_meta_style.inc.php3, libraries/left.js
1607       libraries/sqlparser.lib.php3:
1608       Massive code-cleanup. Put all stylesheets into new central file
1609       css/phpmyadmin.css.php3. To reduce overhead in this file, the
1610       common.lib.php3 has a new variable to determine whether the full
1611       code structure or only those codes needed for the stylesheet class
1612       is parsed. This is to prevent duplicated code, even though it looks
1613       somehow ugly. The stylesheet is now embedded via a <link rel>-
1614       directive and should also be able to be cached by the browser.
1615       See patch #699454.
1616       Also some unneccessary code was removed from querywindow/wrapper.
1617     * tbl_change.php3: Patch #697541 to prevent non-associative MySQL
1618       fieldnames to be mapped to false keys for display.
1620 2003-03-10 Marc Delisle  <lem9@users.sourceforge.net>
1621     * transformation_wrapper.php3, lang/*,
1622       libraries/transformations/image_png__inline.inc.php3:
1623       new transformation for png (inline)
1624       (still issues with PNG's transparency in PHP 4.3.0)
1625     * libraries/common.lib.php3: bug 692652, support for disabled ini_get()
1627 2003-03-09 Garvin Hicking <me@supergarv.de>
1628     * db_printview.php3: Added print button (#700205)
1630 2003-03-08 Marc Delisle  <lem9@users.sourceforge.net>
1631     * libraries/transformations/*.sh: did not work in bash
1633 2003-03-07 Marc Delisle  <lem9@users.sourceforge.net>
1634     * transformation_wrapper.php3, lang/*,
1635       libraries/transformations/image_jpeg__inline.inc.php3:
1636       now 2 options for resize: width, height
1638 2003-03-06 Garvin Hicking <me@supergarv.de>
1639     * libraries/common.lib.php3, libraries/display_tbl.lib.php3:
1640       Fix bug #658668, special escaping of \n, \r and \t characters.
1641       Please test, works fine for me now (both magic_quotes on/off).
1643 2003-03-05 Robin Johnson  <robbat2@users.sourceforge.net>
1644     * Documentation.html, Documentation.txt: Long-withstanding spelling fixes!
1645     * updatedocs.sh: Script to make conversion easier
1647 2003-03-05 Garvin Hicking <me@supergarv.de>
1648     * Documentation.html: Added FAQ 2.6 about localhost-socket connections.
1649     * libraries/relation.lib.php3, libraries/transformations.lib.php3,
1650       tbl_relation.php3, tbl_move_copy.php3: Replace PMA_handleSlashes()
1651       call with PMA_sqlAddslashes() call because of new global s
1652       lashes-handling.
1653     * sql.php3: Fixed querytime bug, when query was only shown for PHP
1654       display.
1655     * read_dump.php3, sql.php3, tbl_alter.php3,
1656       tbl_properties_export.php3: Fixed remaining calls to stripslashes()
1657       where not neccessary, because grab_globals already stripslashed
1658       the data. This fixes the problem of the SQL Pretty printer showing
1659       the data wrongly formatted.
1661 2003-03-05 Michal Cihar  <nijel@users.sourceforge.net>
1662     * libraries/sqlparser.data.php3: TRANSACTION isn't reserved word (fixes
1663      #697961)
1665 2003-03-05 Marc Delisle  <lem9@users.sourceforge.net>
1666     * Documentation.html, faq 1.29 about the "duplicate field names" problem
1667     * transformation_wrapper.php3, libraries/defines_php.lib.php3,
1668       libraries/transformations/image_jpeg__inline.inc.php3:
1669       resized thumbnails
1671 2003-03-03 Alexander M. Turek  <rabus@users.sourceforge.net>
1672     * tbl_replace_fields.php3: Bugfix: User was unable to insert values
1673       containing quotes.
1674     * libraries/common.lib.php3:
1675       - Avoid reloading the left frame twice;
1676       - PHP3 compatibility;
1677       - $cfg['PmaAbsoluteUri'] autodetection did not work as expected if php was
1678         in CGI mode.
1680 2003-03-03 Marc Delisle  <lem9@users.sourceforge.net>
1681     * badwords.txt: bug 692874: "date" is not a reserved word
1683 2003-03-02 Alexander M. Turek  <rabus@users.sourceforge.net>
1684     * db_details.php3, db_details_qbe.php3, db_search.php3, ldi_check.php3,
1685       mult_submits.inc.php3, read_dump.php3, sql.php3, tbl_addfield.php3,
1686       tbl_change.php3, tbl_create.php3, tbl_dump.php3, tbl_indexes.php3,
1687       tbl_move_copy.php3, tbl_properties.inc.php3,
1688       tbl_properties_operations.php3, tbl_properties_options.php3,
1689       tbl_query_box.php3, tbl_rename.php3, tbl_replace.php3,
1690       tbl_replace_fields.php3, tbl_select.php3, transformation_wrapper.php3,
1691       user_password.php3, libraries/build_dump.php3, libraries/common.lib.php3,
1692       libraries/display_tbl.lib.php3, libraries/grab_globals.php3:
1693       If magic_quotes_gpc is enabled, grab_globals calls stripslashes when
1694       extracting the arrays $_GET and $_POST. This should replace a lots of
1695       workarounds and avoid present and future problems with magic_quotes_gpc.
1696     * server_privileges.php3, libraries/common.lib.php3:
1697       - Escape wildcard characters in the database and table dropdown boxes;
1698       - CSS fixes.
1700 2003-03-01 Marc Delisle  <lem9@users.sourceforge.net>
1701     * lang/english: typo
1702     * tbl_dump.php3: undefined variable $use_comments
1703     * tbl_properties_export.php3: bug 692143: now we remove the
1704       LIMIT clause from the original query to use the limits entered
1705       on the export form
1706     * pdf_schema.php3: better header/footer for long pages,
1707       thanks to Maxime Delorme
1709 2003-03-01 Michal Cihar  <nijel@users.sourceforge.net>
1710     * tbl_indexes.php3: Cleaner solution for showing query after changing
1711       index.
1713 2003-03-01 Robin Johnson  <robbat2@users.sourceforge.net>
1714     * libraries/xpath/XPath.class.php, libraries/xpath/:
1715     - Removed (was part of the early DB config prototype)
1716     * lang/translatecount.sh:
1717     - Counts just how out of date the translations are!
1719 2003-02-28 Michal Cihar  <nijel@users.sourceforge.net>
1720     * tbl_indexes.php3: Show SQL query after modifying/creating index (closes
1721       #694800), show structure after modifying index.
1723 2003-02-28 Alexander M. Turek  <rabus@users.sourceforge.net>
1724     * Documentation.html: Fixed a typo.
1725     * server_privileges.php3: Fixed bug #691910.
1726     * server_status.php3, lang/*.inc.php3: Patch #683302: InnoDB status monitor,
1727       thanks to Jason Carlson (jjcarlson).
1729 2003-02-28 Garvin Hicking <me@supergarv.de>
1730     * config.inc.php3, header.inc.php3, queryframe.php3, querywindow.php3,
1731       tbl_query_box.php3, libraries/common.lib.php3, libraries/config_import.lib.php3,
1732       Documentation.html:
1733       - Finetuneing for query window: Only three tabs, if DefaultTab
1734         is not set to 'full'.
1735       - Inserted nobr-Tags to make german translation for 'sql history' fit inside a tab.
1736       - Improved windowsize of the query window (no a *lot* smaller, hope this will suit
1737          Rabus ;).
1738       - Made the textarea smaller (*1.25 instead of *2) for the window only.
1739       - Fixed a bug when you changed from a table to a database on the left frame and the
1740         query window still wants to show the previous table.
1741     * tbl_query_box.php3: Only show fieldlist, when $table is set.
1742     * translators.html: Adjusted to same topmenu as Documentation.html.
1743       With the new 'Transformations' item the bar was too large to fit
1744       on standard 800x600 browser windows.
1746 2003-02-27 Michal Cihar  <nijel@users.sourceforge.net>
1747     * lang/czech: Updated.
1748     * lang/english: Resorted.
1750 2003-02-27 Alexander M. Turek  <rabus@users.sourceforge.net>
1751     * libraries/common.lib.php3, libraries/config_import.lib.php3:
1752       - Backwards compatibility;
1753       - Removed some unnecessary code;
1754       - Added a small HOWTO.
1755     * config.inc.php3: The tab settings don't fit into the 'left frame' part.
1756     * lang/german-*.inc.php3: Grammar.
1757     * Documentation.html: Fixed some dead links.
1758     * scripts/create_tables.sql: Adjusted table comments.
1760 2003-02-27 Garvin Hicking <me@supergarv.de>
1761     * libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.php3,
1762       querywindow.php3: Integrated Manuzhais patch for Lightweight Tabs.
1763     * querywindow.php3, tbl_query_box.php3, config.inc.php3, header.inc.php3, index.php3,
1764       libraries/config_import.lib.php3: Added (optional) DB-based SQL-history with
1765       purging on login, made querywindow tabbed, improved Querywindow-compatibility.
1766     * tbl_properties.inc.php3, config.inc.php, librarires/config_import.lib.php3:
1767       Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display
1768       (optional, default off) of the columns. I didn't like to have to scroll in horizontal
1769       directions, so with this mode you can see about 6 columns at once on a single screen.
1770     * tbl_properties.inc.php3: Fixed bug when certain fields are not
1771       enabled, they threw an undefined offset. [2nd try, now for real :)]
1772     * Documentation.html: Updated for my new features. Should include
1773       everyting, I hope. But seriously needs a proofread.
1774     * config.inc.php3: Inserted new directives for empty
1775       $cfg['Servers'][$i]. (history, verbose_check)
1776     * tbl_create.php3, tbl_addfield.php3, tbl_alter.php3: Added more checks
1777       to suppress Notices/Warnings when MIME-types are not enabled.
1779 2003-02-26 Garvin Hicking <me@supergarv.de>
1780     * lang/german-*: better grammar. ;)
1781     * libraries/display_tbl.lib.php3: Fixed transformation-link variable
1782       usage for special queries like 'SHOW FIELDS', where certain variables are
1783       not set.
1784     * config.inc.php3, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
1785       tbl_move_copy.php3, tbl_properties.inc.php3, tbl_properties_structure.php3,
1786       transformation_wrapper.php3, libraries/config_import.lib.php3,
1787       libraries/display_tbl.lib.php3, libraries/relation.lib.php3,
1788       scripts/create_tables.sql:
1789        Test if MIME-feature are really available. Preparation for PMA_db-based
1790        SQL-History.
1791        Removed a dupe for inserting comments, fixed integrity check when
1792        moving/renaming tables and keeping comments.
1793      * header.inc.php3: Added one more Javascript if-structure to make sure
1794        the frameset is initialized when querying for an active window. Without
1795        this, when starting phpMyAdmin for the first time, IE6 may complain
1796        depending on the order it loads the framesets.
1798 2003-02-25 Marc Delisle  <lem9@users.sourceforge.net>
1799     * db_details_structure.php3: undefined variable $comment
1800     * tbl_move_copy.php3: 'column_info'
1802 2003-02-25 Alexander M. Turek  <rabus@users.sourceforge.net>
1803     * lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3,
1804       lang/swedish-*.inc.php3, lang/thai-*.inc.php3: Removed problematic %e from
1805       $datefmt (translations #692065).
1806     * lang/japanese-*.inc.php3: Fixed some inconsistences.
1807     * config.inc.php3, db_details_importdocsql.php3, Documentation.html,
1808       sql.php3, tbl_move_copy.php3, tbl_rename.php3,
1809       libraries/config_import.lib.php3, libraries/relation.lib.php3,
1810       libraries/transformations.lib.php3: Changed 'column_comments' to
1811       'column_info'.
1812     * ChangeLog: Removed the 2.3.x branch from this ChangeLog; I moved it to
1813       <http://www.phpmyadmin.net/ChangeLogs/>.
1815 2003-02-25 Garvin Hicking <me@supergarv.de>
1816     * tbl_properties.inc.php3: Fixed duped display of comments due to
1817       merging diff conflict.
1818     * lang/german*: German translations, only missing transformation
1819       descriptions. They shouldn't be translated at that early point, I guess.
1820     * libraries/config_import.lib.php3, libraries/relation.lib.php3,
1821       libraries/transformations.lib.php3: 'column_info', they were somehow
1822       not included in rabus' commit?!
1824 2003-02-24 Alexander M. Turek  <rabus@users.sourceforge.net>
1825     * common.lib.php3: Backwards compatibility.
1827 2003-02-24 Garvin Hicking <me@supergarv.de>
1828     Submitted multiple patches from the patch tracker:
1829     * JS rowmarker now works in vertical display mode
1830         Files: libraries/functions.js, display_tbl.lib.php3
1831     * Display nav_bar even when only one row is returned, to enable display in
1832         vertical/horizontal mode (especially for rotated headers)
1833         Files: libraries/display_tbl.lib.php3
1834     * Measures basic query time [#571934]
1835         Files: sql.php3, display_tbl.lib.php3
1836     * New display mode with 90 degree rotated table headers [#544361]. Works
1837         either as CSS or as 'faked' PHP-transformation.
1838         Files: libraries/common.lib.php3, libraries/display_tbl.lib.php3
1839     * Update and display column comments in Add/Edit Fieldmode and CREATE table
1840         mode. Display comments in table structure (optional) with underlined
1841         CSS-mouseovers. Display comments in browser mode (optional), both in
1842         vertical and horizontal display mode. Keep column comments in synch, when
1843         DROPping/ALTERing and moving/copying tables.
1844         Files: tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
1845         tbl_properties.inc.php3, tbl_properties_structure.php3, db_details_links,
1846         tbl_relation.php3,tbl_move_copy.php3, tbl_properties_links.php3,
1847         tbl_rename.php3, sql.php3, db_details_structure.php3, db_details_links.php3,
1848         libraries/relation.lib.php3
1849     * Display and enter DB/table comments for navigation, stored in pma comments table.
1850         May be displayed as Alias-Tooltips in left frame. [#650064]
1851         Files: db_details_structure.php3, left.php3, relation.lib.php3
1852     * Display column comments in table/database dumps, as inline SQL-Comments
1853         Files: tbl_dump.php3, tbl_properties_export.php3, build_dump.lib.php3
1854     * Display MIME types to transform any table cell. You can only choose from a
1855         list of pre-defined MIME-types. The list gets built by a function searching
1856         a directory for valid transforms. For further information see
1857         libraries/transformations/README-file and soon in documentation. ;)
1858         Files: tbl_properties.inc.php3, transformations.lib.php3, relation.lib.php3,
1859         create_tables.sql, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
1860         tbl_move_copy.php3, transformation_wrapper.php3,
1861         libraries/display_tbl.lib.php3, libraries/transformations/*
1862         TODO: Add predefined functions!
1863     * Display a (javascript) based query window as a new frame below the left
1864         frame with query history [#526008]. Currently a bit experimental, works with
1865         IE6 and Mozilla 1.2. Utilizes pretty basic JavaScript functions which *should*
1866         work with any browser.
1867         Files: queryframe.php3, querywindow.php3, header.inc.php3,
1868         tbl_query_box.php3, common.lib.php3
1870 2003-02-24 Olivier L. Müller  <om@omnis.ch>
1871     * libraries/common.lib.php3: if $cfg['PmaAbsoluteUri'] is empty and
1872       port == 80 or port == 443, do not add ":80" or ":443" anymore to the
1873       generated URL -> prevents a double password query with some browsers
1874       (Safari) in case of http authentication.  (tested with https, http and
1875       http running on port 8080)
1877 2003-02-24 Michal Cihar  <nijel@users.sourceforge.net>
1878     * tbl_change.php3, tbl_replace_fields.php3: Move magic words used for
1879       fields type into special variable. Fixes #647689.
1880     * db_details_structure.php3: Removed extra /. Fixes #692171.
1882 2003-02-23 Marc Delisle  <lem9@users.sourceforge.net>
1883     ### 2.4.0 released
1885 2003-02-23 Olivier L. Müller  <om@omnis.ch>
1886     * docs.css: highlight FAQ questions in blue -> more readble.
1888 2003-02-23 Alexander M. Turek  <rabus@users.sourceforge.net>
1889     * server_privileges: Better code for "check privileges"; This should fix
1890       bug #687808 and a few other problems.
1891     * ANNOUNCE.txt: Updated list of known bugs.
1892     * server_variables.php3: Modified generated XHTML code.
1894 2003-02-22 Marc Delisle  <lem9@users.sourceforge.net>
1895     * lang/italian update, thanks to Pietro Danesi
1896     * lang/slovak update, thanks to Lubos Klokner
1897     * lang/polish: update, thanks to Jakub Wilk
1898     * lang/thai: update, thanks to Arthit Suriyawongkul
1899     * tbl_change.php3: do not use enctype="multipart/form-data"
1900       if !$is_upload (possible solution for bug 689215)
1901     * lang/swedish: update, thanks to Björn T. Hallberg
1903 2003-02-19 Alexander M. Turek  <rabus@users.sourceforge.net>
1904     * libraries/display_tbl.lib.php3: Coding standards.
1905     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
1906     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
1907     * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
1908     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro.
1910 2003-02-18 Marc Delisle  <lem9@users.sourceforge.net>
1911     * sql.php3: bug 649665: undefined variables with UNION, and
1912       also get the correct row count
1913     * lang/norwegian: update, thanks to Sven-Erik Andersen
1915 2003-02-18 Alexander M. Turek  <rabus@users.sourceforge.net>
1916     * server_databases.php3:
1917       - Fixed bug #688360 (Database privileges and AllowUserDropDatabase);
1918       - The link "check privileges" is now only displayed to superusers.
1920 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
1921     * lang/czech: Updated.
1922     * Documentation.html: Removed obsolete FAQ 6.17 about binary upload.
1924 2003-02-17 Alexander M. Turek  <rabus@users.sourceforge.net>
1925     * server_privileges.php3: Fixed edit link.
1926     * Documentation.html:
1927       - Reformulated some passages;
1928       - FAQ 1.28.
1929     * ANNOUNCE.txt: Synchronized features list with documentation.
1930     * server_databases.php3: Fixed bug #688271 (missing "?").
1932 2003-02-17 Garvin Hicking <me@supergarv.de>
1933     * tbl_replace_fields.php3, read_dump.php3, libraries/common.lib.php3:
1934       Reworked blob file upload. More security cautions, and preserve
1935       fields contents, if no new file was uploaded. Moved is_uploaded_file
1936       function from read_dump.php3 to common.lib.php3 for reusability.
1938 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
1939     * tbl_change.php3, tbl_replace_fields.php3: Removed checkbox for binary
1940       upload, upload field moved into table.
1942 2003-02-17 Marc Delisle  <lem9@users.sourceforge.net>
1943     ### 2.4.0-rc2 released
1944     * sql.php3: use SQL_CALC_FOUND_ROWS on MySQL 4 to find the
1945       correct number of rows
1947 2003-02-16 Alexander M. Turek  <rabus@users.sourceforge.net>
1948     * server_privileges.php3, lang/*.inc.php3, lang/server_privileges.js:
1949       - Reimplemented ability to change a user's login information
1950         (bug #684984);
1951       - Feature: copy user profiles;
1952       - "Check privileges" should now also check for wildcards;
1953       - The revoke mode for deleting users did not always produce valid MySQL.
1954     * lang/chinese-*.inc.php3: Fixed bug #682161 by removing some errornous strings.
1955     * ANNOUNCE.txt: synchronized list of features and fixes.
1957 2003-02-16 Michal Cihar  <nijel@users.sourceforge.net>
1958     * lang/czech: Updated.
1959     * docs.css: Fixed URL.
1961 2003-02-16 Marc Delisle  <lem9@users.sourceforge.net>
1962     * sql.php3, libraries/sqlparser.lib.php3: new analyzer logic
1963       for splitting the SELECT clauses, to solve almost all records
1964       counting bugs
1965     * pdf_schema.php3: improved alignment, thanks to Maxime Delorme
1966     * lang/japanese: update, thanks to Yukihiro Kawada
1968 2003-02-15 Alexander M. Turek  <rabus@users.sourceforge.net>
1969     * ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct
1970       it if necessary.
1971     * libraries/common.lib.php3: Don't display edit link for
1972       database-independant queries.
1973     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
1974     * docs.css:
1975       - Wrong URI;
1976       - Typo.
1978 2003-02-14 Alexander M. Turek  <rabus@users.sourceforge.net>
1979     * server_databases.php3, server_privileges.php3, lang/*.inc.php3:
1980       Reimplemented "check privileges" feature.
1982 2003-02-13 Robin Johnson  <robbat2@users.sourceforge.net>
1983     * sql.php3: Fix simple little bug #685082
1985 2003-02-12 Alexander M. Turek  <rabus@users.sourceforge.net>
1986     * server_privileges.php3: Fixed bug #684947 ('uncheck all' of 'privileges'
1987       is broken), thanks to Alexander Schuch (ci-dev).
1989 2003-02-12 Marc Delisle  <lem9@users.sourceforge.net>
1990     * lang/indonesian update, thanks to Rachim Tamsjadi
1991     * lang/italian update, thanks to Pietro Danesi
1992     * lang/lithuanian update, thanks to Vilius Zigmantas
1993     * lang/slovenian update, thanks to Kositer Uros
1994     * lang/swedish: update, thanks to Björn T. Hallberg
1995     * tbl_change.php3: upload field only to BLOBs
1996     * libraries/defines.lib.php3, libraries/common.lib.php3: adjust Konqueror
1997       font size
1999 2003-02-11 Marc Delisle  <lem9@users.sourceforge.net>
2000     * tbl_replace_fields.php3: sometimes we receive "none" as the file
2001       name when there is no field upload for some field
2002     * sql.php3: bug 684712, undefined variable $table (js disabled
2003       and confirmation for drop database)
2005 2003-02-11 Alexander M. Turek  <rabus@users.sourceforge.net>
2006     * server_databases.php3: Wrong link title.
2008 2003-02-10 Alexander M. Turek  <rabus@users.sourceforge.net>
2009     * server_databases.php3: Ensured that the database list is built.
2011 2003-02-10 Marc Delisle  <lem9@users.sourceforge.net>
2012     * lang/catalan: update, thanks to Xavier Navarro
2014 2003-02-09 Robin Johnson  <robbat2@users.sourceforge.net>
2015     * lang/Galician*: Updates thanks to xosecalvo
2017 2003-02-09 Michal Cihar  <nijel@users.sourceforge.net>
2018     * lang/czech: Updated again.
2020 2003-02-09 Alexander M. Turek  <rabus@users.sourceforge.net>
2021     * server_databases.php3, lang/*.inc.php3:
2022       - Bugfixes & interface cosmetic;
2023       - Drop multiple databases.
2024     * db_stats.php3: Removed, the file is replaced by server_databases.php3.
2025     * lang/german-*.inc.php3: Updates.
2026     * config.inc.php3: Added a note about another possible setting.
2027     * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
2028     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
2029     * translators.html: Fixed a typo.
2030     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
2031     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
2033 2003-02-08 Alexander M. Turek  <rabus@users.sourceforge.net>
2034     * config.inc.php3, lang/add_message.sh: Typos.
2035     * lang/italian.inc.php3: Updates, thanks to Pietro Danesi (danone).
2036     * server_databases.php3, server_links.inc.php3, lang/*.inc.php3:
2037       Reworte db_stats.php3 to be conform with the new server_ pages.
2039 2003-02-07 Michal Cihar  <nijel@users.sourceforge.net>
2040     * lang/czech: Updated.
2042 2003-02-07 Marc Delisle  <lem9@users.sourceforge.net>
2043     * lang/italian: update, thanks to Pietro Danesi
2044     * lang/norwegian: update, thanks to Sven-Erik Andersen
2045     * lang/polish: update, thanks to Jakub Wilk
2046     * lang/swedish: update, thanks to Björn T. Hallberg
2047     * lang/slovak: remove duplicates
2048     * lang/*, tbl_properties.inc.php3: new $strDefaultValueHelp
2050 2003-02-06 Robin Johnson  <robbat2@users.sourceforge.net>
2051     * lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
2052     * lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
2053       be '$strDBGMax'
2054     * translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
2056 2003-02-06 Marc Delisle  <lem9@users.sourceforge.net>
2057     * libraries/sqlparser.lib.php3: PHP3 parse error
2058     * Documentation.html, db_details_importdocsql.php3, tbl_relation.php3,
2059       libraries/relation.lib.php3: bug 681298, we should always backquote
2060       a restricted word like "comment" when used as an identifier
2061     * Documentation.html, bug 681776, wrong command for my.ini file
2062     * libraries/left.js: png files
2064 2003-02-05 Alexander M. Turek  <rabus@users.sourceforge.net>
2065     * db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
2066       the SQL query box for Opera 7 for Windows in order to avoid trouble here.
2067     * Documentation.html: Removed FAQ entry about Opera 7.
2068     * db_stats.php3: One <img> tag still pointed to a GIF file.
2070 2003-02-05 Marc Delisle  <lem9@users.sourceforge.net>
2071     * tbl_replace.php3, tbl_replace_fields.php3: do not display the
2072       UPDATE query if there was some binary upload in it, otherwise
2073       display it
2075 2003-02-04 Alexander M. Turek  <rabus@users.sourceforge.net>
2076     * common.lib.php3:
2077       - Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks to Charles
2078         Bailey (charles_bailey);
2079       - Don't use small fonts for Opera 7.
2080     * ldi_check.php3: Backslahes should be escaped.
2081     * Documentation.html: Added a note about Opera 7.
2083 2003-02-04 Michal Cihar  <nijel@users.sourceforge.net>
2084     * Documentation.*: Added information about binary checkbox when uploading
2085       files.
2087 2003-02-04 Garvin Hicking  <me@supergarv.de>
2088     * common.lib.php3: Fixed a possible 'undefined index' error.
2090 2003-02-04 Marc Delisle  <lem9@users.sourceforge.net>
2091     * Documentation.html: new faq entry about IE bug with http auth,
2092       switching from one server to the other
2093     * db_details_qbe.php3: bug 661758 (undefined offset when doing a qbe
2094       and only table selected)
2095     * ldi_check.php3: check local_infile on recent MySQL versions,
2096       thanks to Alexander
2098 2003-02-03 Michal Cihar  <nijel@users.sourceforge.net>
2099     * libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE
2100       #678729).
2101     * tbl_replace_fields.php3, tbl_change.php3: Allow binary uploads.
2102     * tbl_dump.php3: Fix bug #679699 (export to XML, save to file - Undefined
2103       variable: charset_of_file).
2105 2003-02-03 Garvin Hicking  <me@supergarv.de>
2106     * pdf_schema.php3, libraries/dbg/profiling.php3,
2107       libraries/xpath/XPath.class.php: Backwards compatibility (foreach loops).
2109 2003-02-03 Marc Delisle  <lem9@users.sourceforge.net>
2110     ### 2.4.0-rc1 released
2111     and after the release:
2112     * lang/romanian: update, thanks to Valics Lehel
2113     * lang/spanish: update, thanks to Daniel Hinostroza C.
2114     * lang/catalan: update, thanks to Xavier Navarro
2115     * lang/dutch update, thanks to Ivo Teel
2117 2003-02-02 Olivier L. Müller  <om@omnis.ch>
2118     * tbl_addfield.php3: ignore empty fields on alter table
2120 2003-02-02 Alexander M. Turek  <rabus@users.sourceforge.net>
2121     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
2122       compatibility.
2123     * lang/german-*.inc.php3: Updates.
2124     * server_privileges.php3: Remove column privileges.
2125     * config.inc.php3: Added $cfg['DefaultTabServer'].
2126     * header.inc.php3: Link the default tabs.
2127     * libraries/common.lib.php3: PHP3 compatibility.
2129 2003-02-02 Michal Cihar  <nijel@users.sourceforge.net>
2130     * lang/czech: Updated.
2131     * lang/sort_lang.sh: This needs bash.
2133 2003-02-02 Marc Delisle  <lem9@users.sourceforge.net>
2134     * lang/indonesian: update, thanks to Rachim Tamsjadi (tamsy).
2135     * lang/norwegian: update, thanks to Sven-Erik Andersen
2136     * libraries/kanji-encoding.lib.php3 bug fix, thanks to Yukihiro Kawada
2137     * libraries/dbg/setup.php3, lang/*: generic $strCantLoad
2138       (later when we get enough translations,
2139        we can use it instead of $strCandLoadMySQL)
2140     * lang/romanian: update, thanks to Valics Lehel
2141     * lang/galician: update, thanks to Xosé Calvo
2142     * lang/lithuanian: update, thanks to Vilius Zigmantas
2143     * lang/japanese: update, thanks to Yukihiro Kawada
2144     * lang/*, libraries/dbg/profiling.php3: strDBGMaxTimeMs,
2145       thanks to Alexander
2147 2003-02-01 Robin Johnson  <robbat2@users.sourceforge.net>
2148     * R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its
2149     re-entry into Earth's atmosphere. In memory of the brave men and women who
2150     gave their lives for the people of Earth. ---
2151     * Documentation.html: Removed a bit of duplication in [7.4] and the
2152     Developers section
2153     * libraries/dbg: New directory for DBG code
2154     * libraries/dbg/setup.php3:
2155        - DBG initialization code, including module support
2156     * libraries/dbg/profiling.php3: Profiling code
2157     * lang/*: New strings added for DBG extension
2158     * config.inc.php3: config options for DBG, off by default
2159     * footer.inc.php3: DBG profiling output
2161 2003-02-01 Michal Cihar  <nijel@users.sourceforge.net>
2162     * Documentation.*, translators.html, docs.css: New documentation layout.
2163     * scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters.
2165 2003-02-01 Marc Delisle  <lem9@users.sourceforge.net>
2166     * tbl_change.php3, tbl_replace.php3, (new)tbl_replace_fields.php3,
2167       db_details.php3, tbl_query_box.php3, libraries/common.lib.php3:
2168       new Feature: BLOB field upload
2169       (TODO: handle open_basedir restrictions)
2171 2003-01-31 Alexander M. Turek  <rabus@users.sourceforge.net>
2172     * config.inc.php3, Documentation.html, libraries/common.lib.php3,
2173       libraries/config_import.lib.php3: Added experimental support for
2174       compressed connections to the MySQL server.
2176 2003-01-30 Marc Delisle  <lem9@users.sourceforge.net>
2177     * db_details_structure.php3, libraries/fpdf/fpdf.php3: better browser
2178       support, thanks to Jose Fandos (jose.fandos at sonnd.com)
2180 2003-01-30 Michal Cihar  <nijel@users.sourceforge.net>
2181     * Documentation*: Added faq 1.27 about GZIP output buffering problem.
2182     * Documentation.html, translators.html: Unified using of font sizes.
2184 2003-01-30 Alexander M. Turek  <rabus@users.sourceforge.net>
2185     * main.php3, user_details.php3, libraries/user_details.js: Removed the old
2186       user management.
2187     * server_processlist.php3: Fixed a bug the denied the access to the
2188       process list for normal users.
2189     * config.inc.php3: Removed note about buggy setting.
2190     * lang/german-*.inc.php3: Updates.
2191     * Documentation.html: There won't be a PHP 4.5.0; typos.
2193 2003-01-29 Marc Delisle  <lem9@users.sourceforge.net>
2194     * tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)
2196 2003-01-28 Marc Delisle  <lem9@users.sourceforge.net>
2197     * sql.php3, tbl_replace.php3: display UPDATE statement after row edit
2199 2003-01-27 Marc Delisle  <lem9@users.sourceforge.net>
2200     * lang/slovenian update: thanks to Kositer Uros (urosh)
2201     * lang/albanian: update, thanks to Laurent Dhima
2202     * lang/slovak update, thanks to Lubos Klokner
2204 2003-01-25 Marc Delisle  <lem9@users.sourceforge.net>
2205     * libraries/relation.lib.php3: improve messages
2207 2003-01-23 Marc Delisle  <lem9@users.sourceforge.net>
2208     * tbl_relation.php3, bug 659227: in Relation View, cannot enter comments
2210 2003-01-22 Robin Johnson  <robbat2@users.sourceforge.net>
2211     * lang/swedish*: Updates, thanks to Björn T. Hallberg (bth)
2212     * lang/italian*: Updates, thanks to Pietro Danesi (danone)
2213     * lang/english*: Resorted and Resynced.
2214     * lang/farsi*: Added ready for Farsi translation
2215     * lang/sync_lang.sh, libraries/select_lang.lib.php3:
2216         - Updates ready for Farsi translation
2217     * lang/polish*: Updates, thanks to Jakub Wilk (ubanus)
2218     * fulltext.png, partialtext.png, pma_logo.png:
2219         - Ran PNGCRUSH on files to reduce size optimially.
2220     * plus.gif, browse.gif, desc_order.gif, asc_order.gif, minus.gif,
2221     vertical_line.gif, item_rtl.gif, item_ltr.gif:
2222         - Old image files removed and replaced with PNG files (feature
2223         #458895)
2224     * plus.png, browse.png, desc_order.png, asc_order.png, minus.png,
2225     vertical_line.png, item_rtl.png, item_ltr.png:
2226         - New PNG image files (feature #458895)
2227     * header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3:
2228         - Code changes for PNG images (feature #458895)
2230 2003-01-21 Robin Johnson  <robbat2@users.sourceforge.net>
2231     * libraries/sqlparser.lib.php3: checkType function
2233 2003-01-21 Alexander M. Turek  <rabus@users.sourceforge.net>
2234     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
2236 2003-01-21 Marc Delisle  <lem9@users.sourceforge.net>
2237     * sql.php3, tbl_properties_export.php3, libraries/build_dump.lib.php3:
2238       row limiting for exported results
2240 2003-01-21 Michal Cihar  <nijel@users.sourceforge.net>
2241     * db_datadict.php3, pdf_schema.php3, tbl_printview.php3,
2242       tbl_properties.inc.php3, tbl_properties_structure.php3, tbl_select.php3:
2243       Fixed bug #667682 ("UNSIGNED" option in SET or ENUM), SET and ENUM can't
2244       be SIGNED/UNSIGNED/ZEROFILL.
2246 2003-01-19 Alexander M. Turek  <rabus@users.sourceforge.net>
2247     * server_privileges.php3: Added column privileges editor.
2249 2003-01-19 Marc Delisle  <lem9@users.sourceforge.net>
2250     * sql.php3, tbl_properties_export.php3, tbl_dump.php3,
2251       tbl_move_copy.php3, libraries/build_dump.lib.php3:
2252       Feature: Export results of SELECTs
2254 2003-01-17 Marc Delisle  <lem9@users.sourceforge.net>
2255     * Documentation.html: faq 5.12 about OS X Safari problem
2256     * tbl_move_copy.php3: typo (wrong back link)
2258 2003-01-17 Robin Johnson  <robbat2@users.sourceforge.net>
2259     * lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
2260     * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
2262 2003-01-17 Alexander M. Turek  <rabus@users.sourceforge.net>
2263     * server_privileges.php3: Wrong label.
2264     * scripts/create-release.sh: Changed the CVS hostname to cvs1 because
2265       cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
2266       The script now works on the SF shell servers ONLY!
2268 2003-01-16 Michal Cihar  <nijel@users.sourceforge.net>
2269     * lang/czech: Updated.
2270     * libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
2271       field editing.
2273 2003-01-15 Robin Johnson  <robbat2@users.sourceforge.net>
2274     * lang/sort_lang.sh: Fix status output bug '\n'
2275     * db_details_importdocsql.php3: Move hardcoded strings to language files
2276     * lang/*.php3: Add new strings for docSQL importer
2277     * libraries/sqlvalidator.*.php3: Finish fixing bug #644709
2278     * Documentation.html: Revised FAQ entry about SQL Validator
2280 2003-01-15 Alexander M. Turek  <rabus@users.sourceforge.net>
2281     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
2282     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
2283     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
2284     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
2285     * lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac).
2287 2003-01-15 Marc Delisle  <lem9@users.sourceforge.net>
2288     * pdf_pages.php3: feature: deleting a pdf page
2289     * libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR)
2290       , bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 )
2292 2003-01-14 Alexander M. Turek  <rabus@users.sourceforge.net>
2293     * server_privileges.php3:
2294       - Lookup database / table lists if possible;
2295       - The database name was displayed instead of the table name in the sub
2296         page heading.
2297     * lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh).
2298     * lang/norwegian-*.inc.php3: Updates, thanks to
2299       Sven-Erik Andersen (sven-erik).
2300     * lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti).
2301     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
2303 2003-01-14 Marc Delisle  <lem9@users.sourceforge.net>
2304     * lang/galician: update, thanks to Xosé Calvo
2305     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
2307 2003-01-14 Michal Cihar  <nijel@users.sourceforge.net>
2308     * tbl_properties_structure.php3, libraries/functions.js: Added (un)check
2309       all for fields selection.
2310     * tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439
2311       (Jumping cursor using keyboard).
2312     * tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include
2313       functions.js to allow jumping using keyboard.
2314     * tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows
2315       works also for row editing.
2316     * Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16).
2318 2003-01-13 Robin Johnson  <robbat2@users.sourceforge.net>
2319     * libraries/sqlvalidator.class.php3:
2320       - Removed dependency on overload extension
2321       - Started to fix bug #644709
2322     * sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3:
2323       - Revert line 88 of sql.php3, and fix it a different way...
2325 2003-01-12 Robin Johnson  <robbat2@users.sourceforge.net>
2326     * read_dump.php3, sql.php3, libraries/common.lib.php3,
2327     libraries/sqlparser.lib.php3:
2328       - Fixed bug #641765, see mailing list post
2330 2003-01-11 Alexander M. Turek  <rabus@users.sourceforge.net>
2331     * server_*.php3:
2332       - The messages are now displayed by server_links.inc.php3, so
2333         server_common.inc.php3 may be included earlier;
2334       - Beautified code.
2335     * server_privileges.php3:
2336       - Wrong GRANT syntax;
2337       - Changed the default behavior of the for fields "pred_username" and
2338         "pred_password".
2340 2003-01-10 Marc Delisle  <lem9@users.sourceforge.net>
2341     * tbl_change.php3: bug 665885, wrong back link after sql error
2342     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
2343     * lang/ukrainian: update, thanks to Markijan Baran
2344     * lang/romanian: update, thanks to Valics Lehel
2345     * lang/japanese: update, thanks to Yukihiro Kawada
2347 2003-01-10 Michal Cihar  <nijel@users.sourceforge.net>
2348     * lang/czech*: Updated.
2350 2003-01-09 Marc Delisle  <lem9@users.sourceforge.net>
2351     * sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
2352       support for the EXTRACT ... FROM syntax which is not a real
2353       SELECT ... FROM
2355 2003-01-09 Alexander M. Turek  <rabus@users.sourceforge.net>
2356     * server_privileges.php3, lang/*.inc.php3:
2357       - Forgot to implement "This host";
2358       - Drop the users' databases;
2359       - Don't send comments to the MySQL server;
2360       - When trying to delete multiple users, display an error message if none
2361         have been selected.
2363 2003-01-08 Marc Delisle  <lem9@users.sourceforge.net>
2364     * libraries/sqlparser.lib.php3, libraries/functions.js,
2365       sql.php3: - use the parser for confirmation requests
2366                 - better check before appending LIMIT
2367     * lang/galician: update, thanks to Xosé Calvo
2368     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
2369     * lang/indonesian: missing semicolon
2370     * lang/japanese: update, thanks to Yukihiro Kawada
2371     * lang/romanian: update, thanks to Valics Lehel
2373 2003-01-08 Michal Cihar  <nijel@users.sourceforge.net>
2374     * libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL
2375       and hidden input generating stuff.
2376     * almost all php3 files: Use new URL and hidden input generation stuff.
2377     * libraries/common.lib.php3: Addded extra check for MySQL even when in
2378       safe mode (could fix #661949).
2380 2003-01-08 Alexander M. Turek  <rabus@users.sourceforge.net>
2381     * lang/english-*.inc.php3: Fixed a typo.
2382     * server_privileges.php3, libraries/url_generating.lib.php3:
2383       - Beautified generated XHTML code;
2384       - Coding standards;
2385       - Added a missing @param comment.
2387 2003-01-07 Michal Cihar  <nijel@users.sourceforge.net>
2388     * lang/czech: Updated.
2390 2003-01-07 Alexander M. Turek  <rabus@users.sourceforge.net>
2391     * server_privileges.php3: Sorting user list.
2392     * translators.html: Typo.
2393     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
2394     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
2395     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
2396     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
2397     * lang/norwegian-*.inc.php3: Updates, thanks to
2398       Sven-Erik Andersen (sven-erik).
2399     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
2401 2003-01-07 Marc Delisle  <lem9@users.sourceforge.net>
2402     * Documentation.html: clarification about cookie/http modes
2403     * lang/dutch update, thanks to Ivo Teel
2404     * lang/japanese: update, thanks to Yukihiro Kawada
2405     * lang/ukrainian: remove duplicate messages
2407 2003-01-06 Alexander M. Turek  <rabus@users.sourceforge.net>
2408     * server_privileges.php3:
2409       - Interface cosmetic;
2410       - Smaller bugfixes;
2411       - Added a db / table privileges editor.
2412     * server_privileges.php3, server_links.inc.php3: XHTML fixes.
2413     * server_privileges.php3, libraries/server_privileges.js:
2414       - Optimized some JS functions for the new interface;
2415       - Added ability to create new MySQL users via GRANT (feature #502465).
2416     * Documentation.html, translators.html, libraries/defines_php.lib.php3:
2417       Incremented version number to 2.4.0-dev.
2419 2003-01-05 Alexander M. Turek  <rabus@users.sourceforge.net>
2420     * Documentation.html: Added a note about "bug" #662602 (FAQ 3.4).
2422 2003-01-03 Marc Delisle  <lem9@users.sourceforge.net>
2423     * lang/estonian*, malay*: remove control M
2424     * lang/romanian: update, thanks to Valics Lehel
2425     * lang/galician: update, thanks to Xosé Calvo
2426     * lang/english: typos fix, thanks to Björn T. Hallberg (bth)
2428 2003-01-01 Alexander M. Turek  <rabus@users.sourceforge.net>
2429     * lang/german*: Updated.
2431 2003-01-01 Michal Cihar  <nijel@users.sourceforge.net>
2432     * lang/czech*: Updated.
2433     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
2434     * lang/sort_lang.sh: Made POSIX sh compatible.
2435     * lang/check_lang.sh: Made require bash.
2436     * lang/swedish*: Updated.
2437     * lang/*: For many translations fixed missing/duplicate strings.
2439 2002-12-28 Marc Delisle  <lem9@users.sourceforge.net>
2440     * lang/ukrainian: update, thanks to Markijan Baran
2441     * user_details.php3: add $strGrantOption
2442     * lang/french update
2443     * main.php3, lang/*.php3: $strOriginalInterface
2445 2002-12-25 Alexander M. Turek  <rabus@users.sourceforge.net>
2446     * server_privileges.php3:
2447       - Made the script compatible to MySQL < 3.22.11;
2448       - Fixed the missing "LOCK TABLES" option in the privilege editor.
2449       - Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even
2450         if all privileges have been selected.
2451     * libraries/sqlparser.data.php3:
2452       - Fixed bug #655817 (New privileges are not detected correctly).
2453       - Updated function list.
2455 2002-12-23 Alexander M. Turek  <rabus@users.sourceforge.net>
2456     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
2458 2002-12-22 Alexander M. Turek  <rabus@users.sourceforge.net>
2459     * server_privileges.php3, lang/*.inc.php3, libraries/user_details.js:
2460       Added ability to delete users.
2462 2002-12-21 Alexander M. Turek  <rabus@users.sourceforge.net>
2463     * tbl_dump.php3:
2464       - Fixed wrong charset information in XML exports.
2465       - Beautified the output of the MySQL version number, e.g. '4.0.5' instead
2466         of '4.00.05'.
2468 2002-12-20 Alexander M. Turek  <rabus@users.sourceforge.net>
2469     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
2471 2002-12-19 Michal Cihar  <nijel@users.sourceforge.net>
2472     * server_privileges.php3: Fixed undefined variable warning.
2473     * lang/czech*: Updated.
2474     * lang/*: Fixed a typo.
2476 2002-12-19 Marc Delisle  <lem9@users.sourceforge.net>
2477     * lang/romanian: update, thanks to Valics Lehel
2478     * lang/dutch update, thanks to Ivo Teel
2480 2002-12-19 Alexander M. Turek  <rabus@users.sourceforge.net>
2481     * lang/norwegian-*.inc.php3:
2482       - Corrections, thanks to Tore Longva <longva at stud.ntnu.no>.
2483       - Updates, thanks again to Sven-Erik Andersen (sven-erik).
2484     * lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand).
2485     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
2486     * lang/german-*.inc.php3: Updates.
2487     * lang/*.inc.php3: Fixed a typo.
2488     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
2489     * lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings.
2490     * server_privileges.php3, lang/*.inc.php3:
2491       - Bugfixes;
2492       - Small design modification;
2493       - Added ability to change passwords via SET PASSWORD FOR user.
2495 2002-12-18 Alexander M. Turek  <rabus@users.sourceforge.net>
2496     * main.php3, header.inc.php3, server_privileges.php3, server_links.php3,
2497       lang/*.inc.php3: Started rewriting the user administration; changes:
2498       - Use GRANT / REVOKE for privilege changes (feature #502465);
2499       - Support for the new privilege system introduced with MySQL 4.0.2-beta;
2500       - Support for user resource limits;
2501       - Improved user friendliness.
2502       Currently, it can only display and edit global privileges.
2503     * libraries/common.lib.php3: Undefined index.
2504     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
2505     * lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft).
2507 2002-12-18 Michal Cihar  <nijel@users.sourceforge.net>
2508     * main.php3: Since every user has access to his processlist, set
2509       is_process_priv to TRUE as default (fixes undefined variable warning).
2511 2002-12-18 Marc Delisle  <lem9@users.sourceforge.net>
2512     * tbl_select.php3, bug 648263
2513     * libraries/common.lib.php3, bug 653764
2514     * tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564,
2515       append data only to a table
2517 2002-12-17 Marc Delisle  <lem9@users.sourceforge.net>
2518     * lang/russian: update, thanks to Nicolay Zakharov
2520 2002-12-16 Michal Cihar  <nijel@users.sourceforge.net>
2521     * lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh.
2522     * lang/czech: fixed typos, thanks to Vojta Beran <xmamut at email dot cz>
2524 2002-12-16 Marc Delisle  <lem9@users.sourceforge.net>
2525     * lang/russian: update, thanks to Nicolay Zakharov
2526     * lang/galician: update, thanks to Xosé Calvo
2528 2002-12-15 Marc Delisle  <lem9@users.sourceforge.net>
2529     * libraries/get_foreign.lib.php3: bug 646263,
2530       bad drop-down in select sub-page
2532 2002-12-14 Alexander M. Turek  <rabus@users.sourceforge.net>
2533     * libraries/common.lib.php3: Removed a comment.
2535 2002-12-14 Marc Delisle  <lem9@users.sourceforge.net>
2536     * ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)
2538 2002-12-13 Michal Cihar  <nijel@users.sourceforge.net>
2539     * tbl_dump.php3: Fix output order of inserts/creates, generate file
2540       extension to include also file type, not only compression (now it
2541       generates something like dump.sql.gz).
2543 2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
2544     * pdf_schema.php3: Change generated filename to
2545       db_pdfname.pdf instead of db_pdfnumber.pdf
2547 2002-12-12 Alexander M. Turek  <rabus@users.sourceforge.net>
2548     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
2549     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
2550     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
2551     * lang/norwegian-*.inc.php3: Updates, thanks again to
2552       Sven-Erik Andersen (sven-erik).
2553     * lang/german-*.inc.php3: Small grammar fix.
2555 2002-12-11 Alexander M. Turek  <rabus@users.sourceforge.net>
2556     * lang/german-*.inc.php3: Updates.
2557     * lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
2558     * libraries/build_dump.php3:
2559       - Fixed part 2 of bug #652311 (Undefined variables);
2560       - Coding standards.
2562 2002-12-11 Michal Cihar  <nijel@users.sourceforge.net>
2563     * tbl_dump.php3: Fix exporting of structure and data to file, fix and make
2564       cleaner charset conversion for export.
2565     * db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
2566       lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
2567       thanks to Valentine for creating the patch #627496.
2569 2002-12-11 Marc Delisle  <lem9@users.sourceforge.net>
2570     * lang/galician: update, thanks to Xosé Calvo
2571     * libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
2572       but there is still some work to do about how to split a UNION
2573     * tbl_properties_options.php3, bug 651522 wrong back-link,
2574       thanks to Mischka ( stollner at uni-muenster dot de )
2576 2002-12-10 Michal Cihar  <nijel@users.sourceforge.net>
2577     * lang/czech*.php3: Updated translation.
2578     * tbl_dump.php3: Fix Alexanders fix for bug #651414.
2580 2002-12-10 Alexander M. Turek  <rabus@users.sourceforge.net>
2581     * server_*.php3, lang/*.inc.php3, main.php3:
2582       - Added 'SHOW PROCESSLIST' interface;
2583       - Small bugfixes.
2584       - XHTML fixes.
2585     * lang/spanish-*.inc.php3: Updates, thanks again to
2586       Dr. med. Daniel Hinostroza C.
2587     * tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414.
2589 2002-12-09 Alexander M. Turek  <rabus@users.sourceforge.net>
2590     * lang/norwegian-*.inc.php3: Updates, thanks again to
2591       Sven-Erik Andersen (sven-erik).
2592     * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
2593     * lang/spanish-*.inc.php3: Updates, thanks again to
2594       Dr. med. Daniel Hinostroza C.
2596 2002-12-08 Alexander M. Turek  <rabus@users.sourceforge.net>
2597     * Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3,
2598       server_common.inc.php3, server_links.inc.php3, server_status.php3,
2599       server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3:
2600       Started working on a new interface to server related pages.
2601     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
2602     * lang/german-*.inc.php3: Updates.
2603     * lang/english-*.inc.php3: Reordered strings.
2605 2002-12-07 Marc Delisle  <lem9@users.sourceforge.net>
2606     * db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3
2607       bug 633422, use a button if search result would generate a too big URL
2609 2002-12-06 Mike Beck <mikebeck@users.sourceforge.net>
2610     * pdf_pages.php3,pdf_schema.php3,db_details_structure.php3:
2611       Choose between Landscape and Portrait for the
2612       Datadictionary in PDF Pages
2613     * pdf_schema.php3: lineheight for Textrows in Datadictionary
2614       was equal to textheight, i added one mm above and below text
2615       (hope your tables are not too big not to fit on a page now ;)
2617 2002-12-06 Alexander M. Turek  <rabus@users.sourceforge.net>
2618     * lang/german.inc.php3: Updates.
2619     * main.php3: Fixed bug #649641 (usernames containing '@' character).
2620     * libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler
2621       warning / php >= 4.3.0) by Mats Engstrom (matseng).
2622     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
2623     * lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
2624       (sven-erik).
2625     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
2626     * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
2627     * lang/italian-*.inc.php3:
2628       - Updates, thanks to Pietro Danesi (danone).
2629       - Coding standards.
2631 2002-12-06 Marc Delisle  <lem9@users.sourceforge.net>
2632     * lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
2633       new data dict feature for PDF pages, thanks to Maxime Delorme
2634     * lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message,
2635       thanks to Piotr Roszatycki (d3xter)
2637 2002-12-05 Alexander M. Turek  <rabus@users.sourceforge.net>
2638     * lang/swedish.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
2640 2002-12-05 Marc Delisle  <lem9@users.sourceforge.net>
2641     * pdf_schema.php3: remove control M
2642     * lang/dutch update, thanks to Ivo Teel
2644 2002-12-04 Marc Delisle  <lem9@users.sourceforge.net>
2645     ### 2.3.3pl1 released
2648          --- Older ChangeLogs can be found on our project website ---
2649                      http://www.phpmyadmin.net/old-stuff/ChangeLogs/
2651 # vim: ft=changelog
2652 # vim: expandtab ts=4 sw=4 sts=4
2653 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
2654 # vim: fdn=1 fdm=expr