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