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