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