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