innodb and pdf schema
[phpmyadmin/crack.git] / ChangeLog
blob176564f490e1a666a82800bea848fa8031dac07b
1 ----------------------
2 phpMyAdmin - Changelog
3 ----------------------
5 $Id$
6 $Source$
8 2003-06-20 Marc Delisle  <lem9@users.sourceforge.net>
9     * pdf_schema.php3: use PMA_getForeigners()
11 2003-06-20 Garvin Hicking <me@supergarv.de>
12     * db_details_importdocsql.php3: Will now NEVER reveal any filename
13       the docSQL import isn't able to read. Can now only read contents
14       of the 'docSQL' subdirectory and never be able to go higher than
15       that level.
17 2003-06-19 Marc Delisle  <lem9@users.sourceforge.net>
18     * libraries/sqlparser.lib.php3: analyzer for FOREIGN KEYS
19     * libraries/sqlparser.lib.php3: bug 756861, DEFAULT 0 becomes DEFAULT0
20     * libraries/display_tbl.lib.php3: use PMA_getForeigners()
21     * libraries/relation.lib.php3: now PMA_getForeigners() gets also
22       foreign keys defined in innnodb
23     * tbl_select.php3: use PMA_getForeigners() also for innodb
25 2003-06-17 Michal Cihar  <nijel@users.sourceforge.net>
26     * config.inc.php3: Fixed typo (s/'PMA_pdf_page'/'PMA_pdf_pages'/).
28 2003-06-17 Alexander M. Turek  <rabus@users.sourceforge.net>
29     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
31 2003-06-16 Michal Cihar  <nijel@users.sourceforge.net>
32     * index.php3: Use $cfg['DefaultTabServer'] (bug #754260).
34 2003-06-14 Michal Cihar  <nijel@users.sourceforge.net>
35     * export.php3: Fixed saving compressed dumps on server.
36     * libraries/display_export.lib.php3: Fixed description for line
37       terminating character.
39 2003-06-13 Marc Delisle  <lem9@users.sourceforge.net>
40     * libraries/sqlparser.data.php3: bug 753813, "session" is not
41       a reserved word
43 2003-06-13 Michal Cihar  <nijel@users.sourceforge.net>
44     * libraries/charset_conversion.lib.php3, libraries/common.lib.php3,
45       libraries/defines_php.lib.php3, libraries/dbg/setup.php3: Use new PMA_dl
46       function, that checks true dl availability (fixes #747717). All checks
47       are based on php 4.3.1 source, so if this gets changed, we will need to
48       change checks also.
50 2003-06-12 Marc Delisle  <lem9@users.sourceforge.net>
51     * libraries/relation.lib.php3: bug 751787: should not disable all
52       the features, when the relation feature is broken
54 2003-06-11 Marc Delisle  <lem9@users.sourceforge.net>
55     * libraries/auth/cookie.auth.lib.php3: undefined scheme
56     * main.php3: undefined scheme
58 2003-06-10 Marc Delisle  <lem9@users.sourceforge.net>
59     * db_details_qbe.php3: bug 751787, missing FROM part in query generator
60     * libraries/export/sql.php3: typo largeblob -> longblob
62 2003-06-10 Michal Cihar  <nijel@users.sourceforge.net>
63     * scripts/create-release.sh: Set correct permissions before releasing.
64     * Documentation, config.inc.php3, db_details_export.php3, export.php3,
65       main.php3, server_export.php3, server_links.inc.php3, tbl_dump.php3,
66       tbl_move_copy.php3, tbl_properties_export.php3, lang/*,
67       libraries/build_dump.lib.php3, libraries/config_import.lib.php3,
68       libraries/display_export.lib.php3, libraries/export/*: Reworked export,
69       changes:
70         - support for exporting selected databases
71         - if not needed buffering, output is send directly
72         - unifies all export, so there is now more common code
73         - sql export can contain relations and mime types in comments
74         - configurable defaults for export.
76 2003-06-09 Michal Cihar  <nijel@users.sourceforge.net>
77     * libraries/display_tbl.lib.php3: Display Full/Partial text links for
78       almost every select.
79     * lang/italian: Updated, thanks to Pietro Danesi (danone).
80     * lang/czech: Updated.
82 2003-06-08 Alexander M. Turek  <rabus@users.sourceforge.net>
83     * server_privileges.php3: MySQL 4.1 users could not edit column privileges.
84     * tbl_properties.inc.php3, tbl_properties_structure.inc.php3:
85       SET and ENUM fields may have a character set, too.
87 2003-06-07 Alexander M. Turek  <rabus@users.sourceforge.net>
88     * libraries/common.lib.php3: Incremented required config.inc.php3 revision
89       number.
90     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
91       tbl_properties.inc.php3, tbl_properties_operations.php3,
92       tbl_properties_structure.php3, tbl_properties_table_info.php3,
93       libraries/mysql_charsets.lib.php3: Improved MySQL 4.1 support:
94       - phpMyAdmin is now able to assign / alter table and field charsets;
95       - The table structure page sometimes displayed "Array" in the charset
96         column;
97       - When altering the field type, the input box for the field length
98         sometimes had a strange default value.
100 2003-06-06 Marc Delisle  <lem9@users.sourceforge.net>
101     * Documentation.html, config.inc.php3: new LimitChars behavior
103 2003-06-06 Michal Cihar  <nijel@users.sourceforge.net>
104     * mult_submits.inc.php3: Missing ;.
105     * libraries/relation_cleanup.lib.php3, mult_submits.inc.php3, sql.php3:
106       Cleanup phpMyAdmin tables also after multi submit actions (RFE #749989).
107     * tbl_query_box.php3: Don't add target if not in query window.
108     * libraries/display_tbl.lib.php3: $cfg['LimitChars'] now limits all fields
109       (RFE #742123).
110     * pdf_pages.php3: Fixed undefined index warnings, don't attemt to
111       edit/display deleted page just after deleting.
112     * libraries/config_import.lib.php3, lang/*, config.inc.php3,
113       db_details_structure.php3, pdf_pages.php3, pdf_schema.php3: User can
114       select paper size for pdf (RFE #631551).
115     * read_dump.php3: Fixed undefined variable warning (bug #750070).
116     * libraries/sqlparser.lib.php3: Fixed bad displaying of parser bug report
117       (bug #678289).
119 2003-06-05 Marc Delisle  <lem9@users.sourceforge.net>
120     * Documentation.html: new faq 6.20 about CREATE TEMPORARY TABLES
121     * libraries/sqlparser.lib.php3: bug 716679, parsing of negation operator
122     * tbl_properties_links.php3, tbl_properties_operations.php3: merge
123       the Options tab into Operations
125 2003-06-05 Michal Cihar  <nijel@users.sourceforge.net>
126     * libraries/display_export.lib.php3, libraries/functions.js: Some
127       javascript cleanup.
128     * db_details_links.php3: Display Query tab even with no tables.
129     * libraries/charset_conversion.lib.php3: Default iconv parameters to empty
130       string.
131     * config.inc.php3, left.php3, libraries/config_import.lib.php3: Optional
132       dropdown for server list in left frame (RFE #555978).
133     * tbl_query_box.php3: Possibility to upload SQL file with no database
134       selected (RFE #641760).
135     * lang/czech: Typo.
137 2003-06-04 Marc Delisle  <lem9@users.sourceforge.net>
138     * libraries/sqlparser.lib.php3: bug 592692, pretty printer
139       and GRANT or REVOKE
140     * libraries/sqlparser.lib.php3: bug 683975, various pretty printer bugs
142 2003-06-04 Michal Cihar  <nijel@users.sourceforge.net>
143     * mult_submits.inc.php3: Use TRUNCATE when using MySQL 4 (bug #748792).
145 2003-06-03 Marc Delisle  <lem9@users.sourceforge.net>
146     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
147     * lang/slovak update, thanks to Lubos Klokner
149 2003-06-03 Michal Cihar  <nijel@users.sourceforge.net>
150     * libraries/config_import.lib.php3: Fixed MySQLManualType/MySQLManualBase
151       setting.
153 2003-06-03 Garvin Hicking <me@supergarv.de>
154     * lang/*, tbl_query_box.php3, Documentation.html, footer.inc.php3:
155       (Experimental)
156       New feature - The automatic update of the query window seems to
157       cause some headache for users. They type in their query, want to
158       look in a different table for some fields, want to switch back to
159       their browser window and the changes are lost because the last table
160       is always filled in. Now we have a checkbox to preserve the edited
161       content from any update outside of the window. It is automatically
162       checked by editing the contents of the query textarea and can be
163       unchecked to restore previous behaviour. Thanks to Alexander Meis
164       for this suggestion. Optionally we could build in a config variable
165       to override this 'onChange' effect, but I guess it's not necessary.
166     * libraries/display_tbl.lib.php3: Bug #748084 - Use preg_replace instead
167       of ereg_replace, because it interprets \0, \1 and so on not as strings
168       but as regex-subpatterns and fails to convert those strings correctly.
169       We'll have to see if that can be the case on other usages of
170       preg_replace as well.
172 2003-06-02 Alexander M. Turek  <rabus@users.sourceforge.net>
173     * server_status.php3: RFE #723325 (Move total query statistics).
175 2003-06-02 Michal Cihar  <nijel@users.sourceforge.net>
176     * libraries/display_tbl.lib.php3, lang/*: Better text on button for
177       executing bookmark (bug #745993).
178     * scripts/create-release.sh: Better checking for input, exit when cvs
179       doesn't work, don't include CVS and .cvsignore in tarballs, don't chmod
180       everything to 775.
181     * libraries/build_dump.lib.php3, libraries/display_export.lib.php3,
182       tbl_dump.php3, lang/*: Allow to replace "NULL" with alternative string
183       (RFE #747343).
184     * Documentation.*: Add simple LaTeX document, to show how to use LaTeX
185       export.
186     * main.php3: Add server to phpinfo link to avoid relogin with more
187       servers.
188     * main.php3, tbl_properties.inc.php3: Replace target="_new" with
189       target="_blank" as it should be.
191 2003-06-02 Marc Delisle  <lem9@users.sourceforge.net>
192     ### 2.5.1 released
193     * (not in 2.5.1) sql.php3: bug 747451, incorrect detection of
194       PROCEDURE ANALYSE()
196 2003-06-02 Alexander M. Turek  <rabus@users.sourceforge.net>
197     * Happy Birthday to me :-)
198     * libraries/sqlparser.lib.php3: Correct behavior for "SHOW INNODB STATUS".
200 2003-06-01 Michal Cihar  <nijel@users.sourceforge.net>
201     * config.inc.php3, libraries/config_import.lib.php3: Default iconv
202       parameters to empty string, as older iconv version don't support it
203       (bug #747164).
205 2003-06-01 Alexander M. Turek  <rabus@users.sourceforge.net>
206     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
208 2003-06-01 Marc Delisle  <lem9@users.sourceforge.net>
209     * lang/chinese_gb: Update thanks to Wang (fundawang).
211 2003-05-30 Marc Delisle  <lem9@users.sourceforge.net>
212     * lang/romanian updates, thanks to Valics Lehel
213     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
214     * lang/polish: update, thanks to Jakub Wilk
216 2003-05-30 Alexander M. Turek  <rabus@users.sourceforge.net>
217     * lang/bulgarian-*.inc.php3: Updates, thanks to
218       Stanislav Yordanov (stanprog).
219     * tbl_properties_structure.inc.php3:
220       - Fixed display for tables with few indexes;
221       - BLOBs are always binary;
222       - RFE #623665 (MySQL 4.1 support):
223         - Fixed display of field charsets;
224         - The table charset is now displayed.
225     * libraries/sqlparser.data.php3: Added CHARSET, SQL_CACHE, SQL_NO_CACHE.
226     * tbl_change.php3: binary fields with CHARACTER SET definition were treated
227       as SET fields (again RFE #623665).
228     * Documentation.html:
229       - Declared MySQL 4.1 support as experimental;
230       - Added some notes about MySQL 4.1 / 5.0;
231       - php 5.0.0-dev should work fine with phpMyAdmin - it has been doing so at
232         least on my test machines for a couple of months.
233     * scripts/create-tables.sql: Added some notes about lower_case_table_names.
234     * libraries/sqlparser.lib.php3: Parser treated "CHARACTER" as column type,
235       even if it was used in "CHARACTER SET".
236     * libraries/common.lib.php3:
237       - Removed check for default tab values: They are already checked in
238         config_import.lib.php3;
239       - Corrected config file revison;
240       - XHTML fixes.
241     * server_databases.php3: Small interface fixes.
242     * translators.html: Removed a dublicate message.
244 2003-05-29 Michal Cihar  <nijel@users.sourceforge.net>
245     * lang/czech: Updated.
247 2003-05-29 Marc Delisle  <lem9@users.sourceforge.net>
248     * ldi_check.php3, ldi_table.php3, lang/*: bug 740607, now autodetect
249       the best method (LOCAL or not) in the LOAD dialog, and allow user
250       to override it
252 2003-05-29 Garvin Hicking <me@supergarv.de>
253     * index.php3: Add frameborder to allow resizing. Introduces a 1px
254       bar, but cannot be solved. Note that this is only neccessary
255       for Mozilla, IE5/6 allow resizing with a "0" frameborder
256     * footer.inc.php3: Only update queryframes DB/Table info when
257       no error happened in a query.
258     * ldi_table.php3: Use <label> tags for the new radio buttons as with
259       our other GUI elements.
261 2003-05-28 Alexander M. Turek  <rabus@users.sourceforge.net>
262     * translators.html: Typo.
264 2003-05-28 Marc Delisle  <lem9@users.sourceforge.net>
265     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
266     * lang/chinese_gb: Update thanks to Wang (fundawang).
267     * translators.html: more typos
269 2003-05-28 Garvin Hicking <me@supergarv.de>
270     * libraries/sqlvalidator.class.php3: Fix Bug #739096: Because
271       the PEAR library and PHP changed the way how referenced variables
272       get accessed, we have to pre-initialize the array and submit that
273       to the PEAR call() funktion.
274     * index.php3: Bug #743856. Fixed trinary operator, thanks to Virgile
275       Petit!
276     * tbl_relation.php3: Will now not show a selected display field, if
277       none has been set yet for a table to not let users think, the key
278       is set.
280 2003-05-26 Michal Cihar  <nijel@users.sourceforge.net>
281     * lang/czech: sorted.
283 2003-05-26 Marc Delisle  <lem9@users.sourceforge.net>
284     * lang/chinese_big5: Updated, thanks to Siu Sun
285     ### 2.5.1-rc1 released
287 2003-05-26 michal cihar  <nijel@users.sourceforge.net>
288     * documentation, config.inc.php3, tbl_change.php3,
289       tbl_properties.inc.php3, libraries/config_import.lib.php3: possibility
290       to disable ctrl+arrows moving.
292 2003-05-25 Garvin Hicking <me@supergarv.de>
293     * left.php3: Fix #742632 finally: Refresh to main.php3
294       if an empty DB has been selected.
296 2003-05-25 Marc Delisle  <lem9@users.sourceforge.net>
297     * left.php3: new fix for #742632
298     * lang/polish: update, thanks to Jakub Wilk
299     * lang/italian: Updated, thanks to Pietro Danesi (danone).
301 2003-05-24 Marc Delisle  <lem9@users.sourceforge.net>
302     * Documentation.html: talk about left frame levels
303     * lang/galician: update, thanks to Xosé Calvo
304     * lang/turkish: update, thanks to Bora Alioglu
306 2003-05-24 Garvin Hicking <me@supergarv.de>
307     * left.php3: Fix bug #742632, thanks to Kai Butchkau!
308     * read_dump.php3: Bug #741256
309     * footer.inc.php, tbl_query_box.php3: Only focus the mainframe
310       when a query was submitted from the query window
312 2003-05-23 Marc Delisle  <lem9@users.sourceforge.net>
313     * libraries/sqlparser.lib.php3: bug 653964: wrong alias set by
314       the analyzer, bug analyzed thanks to Michal!
316 2003-05-23 Michal Cihar  <nijel@users.sourceforge.net>
317     * read_dump.php3, tbl_alter.php3: Tabs highlighting...
319 2003-05-22 Marc Delisle  <lem9@users.sourceforge.net>
320     * lang/romanian updates, thanks to Valics Lehel
322 2003-05-22 Michal Cihar  <nijel@users.sourceforge.net>
323     * tbl_indexes.php3, libraries/common.lib.php3: Better tabs highlighting
324       when editing indexes.
325     * tbl_replace_fields.php3, libraries/build_dump.lib.php3,
326       libraries/display_tbl.lib.php3: Don't hexify BLOB if it is empty (bug
327       #741599).
328     * Documentation, config.inc.php3, libraries/config_import.lib.php3,
329       libraries/defines_php.lib.php3: Improved GD 2 detection (bugs #736111,
330       #741192).
331     * lang/sync_lang.sh: Removed dropped farsi translation.
332     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
333     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
334     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
336 2003-05-22 Garvin Hicking <me@supergarv.de>
337     * sql.php3, libraries/common.lib.php3: Bug #692854: Never execute
338       a query in (with/without) PHP code views, and display a new
339       "Execute query" link in this mode.
340     * lang/german*: Update.
342 2003-05-20 Garvin Hicking <me@supergarv.de>
343     * index.php3: New rewrite of how the frameset is created
344       (Patch item #738226 plus some <noframes> corrections).
345       This fixes compatibility problems, even though it's not
346       valid XHTML 1.0, because the <script>/<noscript> tags are
347       not allowed in there.
349 2003-05-20 Marc Delisle  <lem9@users.sourceforge.net>
350     * lang/korean update, thanks to WooSuhan
351     * lang/estonian update, thanks to finsoft@sourceforge.net.
352     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
353     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
354     * lang/slovak update, thanks to Lubos Klokner
356 2003-05-20 Michal Cihar  <nijel@users.sourceforge.net>
357     * tbl_change.php3: Fixed table layout when LongtextDoubleTextarea is
358       false.
359     * tbl_select.php3: Fixed problems with empty value in enum (bug #740420).
361 2003-05-18 Marc Delisle  <lem9@users.sourceforge.net>
362     * left.php3, index.php3: bug 739348: because the db name is no longer
363       encoded in left.php3 (to accomodate html entities), we have to stop
364       decoding it, otherwise a db name with a plus sign is not selectable
365     * sql.php3: bug 738508: do a quick count on the rows to avoid
366       a slow SQL_CALC_FOUND_ROWS, when "just browsing" (experimental)
368 2003-05-15 Michal Cihar  <nijel@users.sourceforge.net>
369     * Documentation, config.inc.php3, tbl_change.php3,
370       libraries/config_import.lib.php3: Double sized textarea for LONGTEXT is
371       configurable (RFE #737174).
373 2003-05-14 Michal Cihar  <nijel@users.sourceforge.net>
374     * libraries/display_export.lib.php3, tbl_dump.php3: Support for exporting
375       CSV for multiple tables, it just puts all content into one file, but
376       some people seem to want this (based on patch #735136).
377     * tbl_dump.php3, lang/*: Use other messages (thanks to Marc), replace
378       slashes in filename with underscore to avoid possible problems.
379     * db_details_export.php3: Remember selected tables after exporting to a
380       file.
381     * libraries/common.lib.php3, tbl_dump.php3, sql.php3: Better way for
382       highliting tabs when including files (set $active_page for highliting).
383     * sql.php3, tbl_replace.php3, lang/*: Show insert_id after INSERT (RFE
384       #737660).
386 2003-05-14 Marc Delisle  <lem9@users.sourceforge.net>
387     * libraries/defines_php.lib.php3: bug 736111: better GD2 detection
389 2003-05-14 Garvin Hicking <me@supergarv.de>
390     * lang/german*: Translations.
391     * pdf_schema.php3: Merged patch #736999 (fixes Bug #728789 and
392       better fix for #624712), by Maxime Delorme. Thanks!
393     * tbl_change.php3: RFE #737174 implemented (comments welcome)
394     * tbl_change.php3: RFE #723124 implemented (reset button)
395     * read_dump.php3, tbl_query_box.php3: RFE #641760
396     * Documentation.html: Added FAQ 5.14 (Buggy Opera6)
398 2003-05-13 Marc Delisle  <lem9@users.sourceforge.net>
399     * libraries/sqlparser.data.php3: bug 736793, new reserved
400       word 'DIV' in MySQL 4.1.0 (note: it is classified as a function but
401       follows the syntax of an operator: SELECT 5 DIV 2) so I have put
402       it in the reserved words for now.
404 2003-05-13 Garvin Hicking <me@supergarv.de>
405     * footer.inc.php3, querywindow.php3: Fix bug #736197
406       (clicking on edit link from a sql-query now switches
407        to sql tab of the query window)
408     * left.php3: Improved performance by using str_replace instead
409       of ereg_replace.
410     * lang/german*: Translations.
411     * libraries/common.lib.php3: Fix bug #736609 (Escaping of
412       'Show as PHP')
414 2003-05-13 Michal Cihar  <nijel@users.sourceforge.net>
415     * left.php3: Fixed displaying of tables with quote in name.
416     * main.php3: $pma_uri_parts['scheme'] might be sometimes unset...
417     * tbl_move_copy.php3, lang/*: Check for same table and db name when moving
418       (RFE #734985).
419     * libraries/relation.lib.php3: Fixed warning in PMA_purgeHistory.
420     * ldi_check.php3, lang/*: Behave correctly if no file is given for loading.
421     * read_dump.php3: Correctly checks whether table exists.
422     * libraries/common.lib.php3: Highlight tab also when current page is
423       read_dump.php3 and $goto is link of current tab.
424     * tbl_replace.php3: Display message after updating row.
425     * libraries/common.lib.php3: Fix tab attributes when some specified as
426       parameters.
427     * libraries/build_dump.lib.php3: Fix eporting without backquotes (bug
428       #737023).
429     * .cvsignore, config.inc.php3, db_details_db_info.php3, tbl_dump.php3,
430       lang/*, libraries/common.lib.php3, libraries/display_export.lib.php3,
431       Documentation.html: Support for saving to file on server (part of RFE
432       #730197).
434 2003-05-12 Garvin Hicking <me@supergarv.de>
435     * queryframe.php3: Remove left/bottom margin to better fit the link title
436       in the small frame.
437     * footer.inc.php3: Only update db/table variables if the query was correct.
438       Fixes #735970.
439     * left.php3, config.inc.php3, libraries/config_import.lib.php3, libraries/
440       common.lib.php3: Patch #725839 (Nested display of tables)
441     * ldi_check.php3, ldi_table.php3: Allow CSV import from UploadDir. Needs testing.
443 2003-05-12 Michal Cihar  <nijel@users.sourceforge.net>
444     * index.php3: Better fix for #736003.
445     * libraries/common.lib.php3: Light tabs were displayed wrong, bug #736590.
446     * mult_submits.inc.php3, server_databases.php: Add confirmation when
447       dropping databases (bug #736238).
449 2003-05-11 Michal Cihar  <nijel@users.sourceforge.net>
450     * Documentation.html, config.inc.php3,
451       libraries/charset_conversion.lib.php3, libraries/config_import.lib.php3:
452       Merged patch #729514 - support for iconv parameters.
453     * read_dump.php3, libraries/common.lib.php3: Merged patch #728928 - show
454       multi statement query result. Closes RFE #728833.
455     * tbl_dump.php3, libraries/build_dump.lib.php3,
456       libraries/display_export.lib.php3, lang/*: Merged patch #727027 - LaTeX
457       export improvements. Now can export table structure and some other
458       options. Closes RFE #718942.
459     * tbl_change.php3: Remember state of insert as another row - fixes
460       #736064, show used query.
461     * index.php3: Fixed typo in hash, fixed bad hash propagated with
462       JavaScript. Fixes #736003.
464 2003-05-11 Marc Delisle  <lem9@users.sourceforge.net>
465      ### 2.5.0 released
467 2003-05-10 Marc Delisle  <lem9@users.sourceforge.net>
468      * libraries/display_tbl.lib.php3: bug 735439: if too many page numbers,
469        show just the pages near the current page
471 2003-05-10 Michal Cihar  <nijel@users.sourceforge.net>
472      * libraries/common.lib.php3: Whole tab is now link.
473      * libraries/display_export.lib.php3: Disable CSV export for multiple
474        tables - fixes #734104.
475      * lang/latvian: Update thanks to Sandis Jerics (saaa2002).
476      * lang/chinese: Update thanks to Wang (fundawang).
477      * lang/sync_lang.sh: Fix for POSIX sh.
478      * db_details_structure.php3: Don't display 0 for InnoDB tables as records
479        count - fixes #735441.
480      * libraries/display_tbl.lib.php3: Fix not displaying content of TEXT
481        fields (was treated like BLOB).
482      * libraries/common.lib.php3: $cfg['Server']['AllowDeny']['order'] might
483        be undefined.
485 2003-05-09 Marc Delisle  <lem9@users.sourceforge.net>
486      * libraries/display_tbl.lib.php3: bug 731367: hexifying all
487        TEXT fields (a if on the type returns "blob") caused
488        problems
490 2003-05-05 Marc Delisle  <lem9@users.sourceforge.net>
491      * libraries/build_dump.lib.php3: bug 731866: text fields were
492        exported hexified, because mysql_field_type() was used and
493        it returns 'blob' for 'text' fields, so use a new PMA_fieldTypes()
495 2003-05-02 Marc Delisle  <lem9@users.sourceforge.net>
496     * libraries/get_foreign.lib.php3: bug 731480: was not counting
497       the rows of the foreign, thanks to Stefan Elssner
499 2003-05-02 Garvin Hicking <me@supergarv.de>
500     * css/phpmyadmin.css.php3: Small typo, seems to be
501       solution of support request #728820
502     * Documentation.html: Enhance FAQ 2.3 (mysql.sock readable,
503       thanks to Ryan)
504     * Added scripts/inno2pma (from Ernie Hershey). Please see
505       Patch Tracker #709383 for further information.
506     * libraries/display_tbl.lib.php3: Bug #728813 (title for
507       relations when foreign_db != master_db)
508     * index.php3, left.php3, tbl_query_box.php3, db_details_common.php3,
509       main.php3, queryframe.php3, libraries/common.lib.php3: Should be
510       the fix for Bug #730718.
511       Moved the hashform from the "nav"-frame to the "queryframe"-frame,
512       altered the way the form is submitted in LeftFrameLight mode to
513       keep the queryframe. Only if JavaScript is usable, otherwise it's
514       not necessary to keep the 'opener' pointer.
515     * libraries/display_tbl.lib.php3: PHP3 compatibility.
516     * libraries/common.lib.php3, db_details_common.php3, index.php3,
517       main.php3: Still have to propagate $hash to the left frame...
519 2003-04-30 Marc Delisle  <lem9@users.sourceforge.net>
520     * pdf_schema.php3, bug 729517, better comment output,
521       thanks to Maxime Delorme
523 2003-04-30 Michal Cihar  <nijel@users.sourceforge.net>
524     * tbl_move_copy.php3: Better fix for #729416 (use INSERT IGNORE).
526 2003-04-29 Michal Cihar  <nijel@users.sourceforge.net>
527     * server_privileges.php3: No need to escape wild characters here.
529 2003-04-29 Garvin Hicking <me@supergarv.de>
530     * tbl_move_copy.php3: Bug #729416
531     * tbl_query_box.php3, queryframe.php3: Bug #729446, maybe #728571
532     * index.php3: Typo
533     * db_details_structure.php3: Prevent uninitialized variable
535 2003-04-28 Garvin Hicking <me@supergarv.de>
536     * index.php3, queryframe.php3, tbl_query_box.php3, querywindow.php3:
537       Even more issues when QueryFrameJS is set to true, but JS is not
538       activated. Haven't ever thought this would be necessary. ;)
539       I tested everything with QueryFrame/QueryFrameJS set to true/false
540       with and without JavaScript enabled, and got everything working.
541       Please verify for yourselves! :)
543 2003-04-28 Marc Delisle  <lem9@users.sourceforge.net>
544     * lang/polish: update, thanks to Jakub Wilk
546 2003-04-28 Michal Cihar  <nijel@users.sourceforge.net>
547     * tbl_query_box.php3: Partial fix for #728935 (can not submit SQL without
548       javascript). But there are still problems without javascript.
550 2003-04-27 Marc Delisle  <lem9@users.sourceforge.net>
551     ### 2.5.0-rc2 released
553 2003-04-25 Michal Cihar  <nijel@users.sourceforge.net>
554     * lang/estonian: Updated, thanks to finsoft@sourceforge.net.
555     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
556     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
557     * lang/{catalan,english,indonesian,spanish}: Added some missing
558       translations.
560 2003-04-23 Michal Cihar  <nijel@users.sourceforge.net>
561     * tbl_dump.php3: Fixed syntax error with === (#724093, #707538).
562     * libraries/display_export.lib.php3: Automatically check "Save as file"
563       when selecting compression.
565 2003-04-22 Garvin Hicking <me@supergarv.de>
566     * libraries/common.lib.php3, main.php3, db_details_common.php3:
567       When reloading the frame, propagate hash value (for querywindow)
569 2003-04-22 Marc Delisle  <lem9@users.sourceforge.net>
570     * tbl_indexes.php3: bug 725711: FULLTEXT index type not shown
571       in the drop-down box
573 2003-04-20 Garvin Hicking <me@supergarv.de>
574     * libraries/display_tbl.lib.php3, index.php3, left.php3,
575       tbl_query_box.php3, queryframe.php3, querywindow.php3:
576       Fixed Bug #723955, 723736, 723713 (Query Frame). Workaround for
577       (serious) issues with multiple instances of phpMyAdmin and
578       the query window. Also made sure that disabling the QueryFrame
579       is possible without seeing errors. Of course, this is
580       extremely reduced usability without JS.
582 2003-04-18 Garvin Hicking <me@supergarv.de>
583     * left.php3, index.php3, tbl_query_box.php3,
584       libraries/display_tbl.lib.php3, queryframe.php3:
585       Fixed Bug #723713
587 2003-04-18 Marc Delisle  <lem9@users.sourceforge.net>
588     * Documentation.html: faq about double auth windows
589     * lang/ukrainian: update, thanks to Markijan Baran
590     * tbl_relation.php3: bug 696215: can now choose all segments
591       of the primary key
593 2003-04-17 Marc Delisle  <lem9@users.sourceforge.net>
594     * lang/ukrainian: update, thanks to Markijan Baran
595     * server_common.inc.php3: bug 722791: "USE mysql" is not a good
596       test in MySQL 4 to check if superuser
598 2003-04-17 Michal Cihar  <nijel@users.sourceforge.net>
599     * tbl_replace_fields.php3: Fix typo.
600     * tbl_replace.php3: Use rather SELECT *, as selecting only BLOB causes
601       MySQL sometimes problems...
603 2003-04-17 Garvin Hicking <me@supergarv.de>
604     * tbl_replace_fields.php3: Use $encoded_key instead of $key to
605       detect changes in BLOB fields with a special name.
606     * tbl_replace.php3, tbl_replace_fields.php3: Bug #722629 - Use
607       original values of a BLOB field when 'Insert as new row' is
608       chosen on edit.
609     * libraries/display_tbl.lib.php3: Bug #662320 (highlight fields
610       crossing DB borders now allowed)
612 2003-04-16 Garvin Hicking <me@supergarv.de>
613     * tbl_query_box.php3: Only hide 'go' SQL button, when in files mode
614       with no $db set
616 2003-04-16 Marc Delisle  <lem9@users.sourceforge.net>
617     * badwords.txt: "status" is not a reserved word
619 2003-04-16 Michal Cihar  <nijel@users.sourceforge.net>
620     * libraries/sqlparser.data.php3: Added AUTO_INCREMET to reserved words.
621     * tbl_properties_common.php3: Avoid displaying message twice in some cases
622       (fixes bug #722378).
623     * libraries/build_dump.lib.php3: Export BLOBs hex quoted.
625 2003-04-15 Michal Cihar  <nijel@users.sourceforge.net>
626     * tbl_query_box.php3: Only display charset selection when a DB is
627       selected.
628     * libraries/display_tbl.lib.php3: Fix edit link for table without primary
629       key and with BLOB field (bug #708182).
631 2003-04-15 Garvin Hicking <me@supergarv.de>
632     * footer.inc.php3, queryframe.php3: Changed anchor target
633       and window name of queryframe as suggested by Armel
634       Fauveau (thanks!)
636 2003-04-14 Marc Delisle  <lem9@users.sourceforge.net>
637     * libraries/sqlparser.data.php3: bug 647705: 'NO' is not
638       a reserved word in MySQL
639     * libraries/sqlparser.data.php3: bug 708887: MONTH() and YEAR()
640       are functions
641     * libraries/common.lib.php3: bug 721278: Skip Explain SQL
643 2003-04-14 Michal Cihar  <nijel@users.sourceforge.net>
644     * lang/some translations: Damn, I didn't commit all empty translations
645       yesterday...
646     * lang/sync_lang.sh: Updated to avoid empty translations problems (reports
647       which translations has failed, now also converts by default only
648       modified files and is capable to get charset from filename when reading
649       from file has failed.
650     * left.php3: More fixes for HTML entities.
651     * tbl_properties_options.php3: Remove '; InnoDB free:' part from comment
652       when changing it.
653     * lang/czech: Updated.
654     * lang/indonesian: Updted, thanks to Rachim Tamsjadi (tamsy).
655     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
656     * lang/italian: Updated, thanks to Pietro Danesi (danone).
657     * lang/catalan: Updated, thanks to Xavier Navarro.
658     * footer.inc.php3: Fixed for quotes, HTML entities and other weird
659       characters in db/table name.
660     * libraries/display_tbl.lib.php3: Fixed bug #720672 - moved headers.
661     * db_details.php3, tbl_query_box.php3: Display choice for charset also
662       when only UploadDir available.
664 2003-04-14 Garvin Hicking <me@supergarv.de>
665     * libraries/common.lib.php3: Fixed SHOW TABLE STATUS LIKE ... FROM ...
666       usage. (Bug #720846)
667     * footer.inc.php3: Needed \n for some cases.
668     * tbl_query_box.php3: Only display file import when a DB is selected.
670 2003-04-13 Marc Delisle  <lem9@users.sourceforge.net>
671     * lang/french: update
672     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
673     * lang/polish: update, thanks to Jakub Wilk
674     ### 2.5.0-rc1 released
676 2003-04-13 Alexander M. Turek  <rabus@users.sourceforge.net>
677     * lang/bulgarian-windows-1251.inc.php3, lang/croatian-windows-1250.inc.php3,
678       lang/czech-windows-1250.inc.php3, lang/russian-koi8-r.inc.php3:
679       Added $strCharset.
681 2003-04-13 Michal Cihar  <nijel@users.sourceforge.net>
682     * lang/{slovenian,russian,croatian,bulgarian}: We don't
683       want empty translations...
685 2003-04-12 Alexander M. Turek  <rabus@users.sourceforge.net>
686     * libraries/common.lib.php3: Better fix against possible "wrong parameter
687       count" errors.
688     * server_privileges.php3:
689       - Fixed a broken link in the user overview table;
690       - Fixed bug #539756 again.
691     * lang/german-*.inc.php3: Updates.
692     * tbl_properties_structure.php3, lang/*.inc.php3: Nicer output for MySQL 4.1
693       (Feature #623665, part 1).
695 2003-04-11 Marc Delisle  <lem9@users.sourceforge.net>
696     * libraries/common.lib.php3, config_import.lib.php3:
697       MaxExactCount backwards compatibility
698     * db_details_structure.php3: undefined $row_count for InnoDB tables
700 2003-04-11 Michal Cihar  <nijel@users.sourceforge.net>
701     * db_details_structure.php3: Get row count by SHOW TABLE STATUS, and by
702       SELECT COUNT(*) only for small (<20000 rows) tables (RFE #708533).
703     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3:
704       $cfg['MaxExactCount'] is now used instead of hardcoded 20000 for above.
705     * Documentation.*: Documented above.
706     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
707     * lang/galician: Added missing string.
708     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
710 2003-04-10 Michal Cihar  <nijel@users.sourceforge.net>
711     * pdf_schema.php3, libraries/common.lib.php3,
712       libraries/display_tbl.lib.php3, libraries/get_foreign.lib.php3: Get row
713       count by SHOW TABLE STATUS, and by SELECT COUNT(*) only for small
714       (<20000 rows) tables (RFE #708533).
715     * tbl_printview.php3: Make javascript work on more browsers than MSIE.
716     * Documentation.*: Fixed typo and corrected FAQ 1.23 (bug #718569), fixed
717       XHTML errors, document is again valid XHTML.
718     * lang/italian: Updated, thanks to Pietro Danesi (danone).
720 2003-04-09 Michal Cihar  <nijel@users.sourceforge.net>
721     * libraries/build_dump.lib.php3: Fixed undefined index warnings in LaTeX
722       and XML dump.
723     * libraries/display_export.lib.php3: Added <br /> before charset
724       selection in export.
726 2003-04-09 Marc Delisle  <lem9@users.sourceforge.net>
727     * lang/*: $updComTab -> $strUpdComTab
728     * libraries/relation.lib.php3: put back version 1.30 message
729       that uses $strUpdComTab
730     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
732 2003-04-09 Garvin Hicking <me@supergarv.de>
733     * pdf_schema.php3: Fix from Doug Suerich (dougsuerich)
734       to prevent false arrow aligning when using 'same widths'.
736 2003-04-08 Marc Delisle  <lem9@users.sourceforge.net>
737     * lang/galician: update, thanks to Xosé Calvo
738     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
739     * lang/italian: Updated, thanks to Pietro Danesi.
740     * lang/chinese_gb: update, thanks to (fundawang)
741     * lang/swedish: update, thanks to Björn T. Hallberg
742     * lang/norwegian: update, thanks to Sven-Erik Andersen
744 2003-04-07 Michal Cihar  <nijel@users.sourceforge.net>
745     * db_details_structure.php3, mult_submits.inc.php3: Added ANALYZE TABLE to
746       multi submit actions.
748 2003-04-06 Garvin Hicking <me@supergarv.de>
749     * tbl_query_box.php, libraries/functions.js: Patch #705899 included.
750       Now multiple fields can be inserted at cursor position (Mozilla/IE)
751       in the sql query textarea. Thanks to Alexis Soulard (alexis_soulard)
752     * header.inc.php3, footer.inc.php3, libraries/common.lib.php3,
753       libraries/relation.lib.php3: RFE #715914: Sort query history by
754       (autoincrement) key instead of timevalue. Only save queries in
755       history if they were successful. This required the moving of
756       the JS-stuff in header.inc.php3 to footer.inc.php3. Please
757       test, if this works for everyone. It does for me.
759 2003-04-06 Alexander M. Turek  <rabus@users.sourceforge.net>
760     * db_datadict.php3: The result of SHOW INDEX does not have a 'Comment'
761       column before MySQL 3.23 (bug #712055).
762     * libraries/grab_globals.lib.php3: Make $HTTP_ACCEPT_LANGUAGE available for
763       machines with register_globals = off.
765 2003-04-05 Marc Delisle  <lem9@users.sourceforge.net>
766     * lang/romanian updates, thanks to Valics Lehel
767     * lang/slovenian update, thanks to Kositer Uros
769 2003-04-03 Garvin Hicking <me@supergarv.de>
770     * libraries/display_tbl.lib.php3: Bug #714744 fixed. Thanks to poster.
772 2003-04-02 Garvin Hicking <me@supergarv.de>
773     * tbl_query_box.php3: RFE #714095. Use backquotes for inserted fields.
774     * tbl_move_copy.php3: At least one of the PDF integrity checks
775       on moving/copying a table can safely be enabled.
776     * tbl_move_copy.php3, tbl_properties_operations.php3: Made 'move to
777       newly created table' depend on a selected checkbox. State of that
778       checkbox is saved in a cookie.
779     * lang/*: Added $strSwitchToTable for the above.
780     * lang/german-*: Translations
782 2003-04-02 Michal Cihar  <nijel@users.sourceforge.net>
783     * tbl_move_copy.php3: Fixed copying/moving to work after some changes in
784       generated SQL dump, move to newly created table also after copying.
785     * tbl_properties_operations.php3: Some fixes for html entities in db/table
786       names.
787     * db_details_structure.php3, mult_submits.inc.php3,
788       tbl_properties_structure.php3: Show multi submits result after headers
789       and tabs from originating place.
790     * lang/czech: Updated.
791     * tbl_properties_operations.php3: Not only remember, but also recall state
792       of checkbox for move to newly created table (see Garvin's entry above).
794 2003-04-01 Marc Delisle  <lem9@users.sourceforge.net>
795     * Documentation.html: clarify about wildcard database
796     * lang/bulgarian, translators.html: big update from the new translator:
797       Stanislav Yordanov, stan at stud.ru.acad.bg
798     * lang/italian: Updated, thanks to Pietro Danesi.
800 2003-03-31 Marc Delisle  <lem9@users.sourceforge.net>
801     * css/phpmyadmin.css.php3: calls from a css file are relative to itself
802       thanks to Jose Fandos (jose.fandos at sonnd.com)
804 2003-03-27 Alexander M. Turek  <rabus@users.sourceforge.net>
805     * server_privileges.php3, lang/*.inc.php3:
806       - Fixed bug #708292 (Support for host-based privileges).
807       - Show SQL query when adding a user.
808     * server_processlist.php3, lang/*.inc.php3: Feature #707495
809       (SHOW FULL PROCESSLIST).
810     * lang/german-*.inc.php3: Updates.
812 2003-03-27 Marc Delisle  <lem9@users.sourceforge.net>
813     * sql.php3: avoid long delays when browsing big tables (MySQL 4)
815 2003-03-26 Michal Cihar  <nijel@users.sourceforge.net>
816     * db_details.php3, db_details_qbe.php3, left.php3, tbl_change.php3,
817       tbl_properties_operations.php3, tbl_properties_structure.php3,
818       tbl_query_box.php3, tbl_select.php3, libraries/common.lib.php3: Even
819       more fixes for HTML entities in field/table/db name.
821 2003-03-25 Alexander M. Turek  <rabus@users.sourceforge.net>
822     * Documentation.html: Fixed GRANT queries for the controluser.
824 2003-03-25 Marc Delisle  <lem9@users.sourceforge.net>
825     * main.php3: replace the 'USE mysql' test, as users with a global
826       priv like CREATE TEMPORARY TABLES can do a 'USE mysql'
828 2003-03-25 Michal Cihar  <nijel@users.sourceforge.net>
829     * tbl_query_box.php3, tbl_properties_operations.php3,
830       libraries/common.lib.php3, tbl_query_box.php3, querywindow.php3: More
831       HTML entities fixes.
832     * read_dump.php3: Fixed detection of $goto.
833     * header.inc.php3: Neated URL generating.
834     * lang/czech: Updated.
836 2003-03-24 Michal Cihar  <nijel@users.sourceforge.net>
837     * db_details_structure.php3, mult_submits.inc.php: Added CHECK TABLE to
838       multisubmit actions (RFE #622603).
839     * db_details_structure.php3, mult_submits.inc.php3, tbl_alter.php3,
840       tbl_properties_structure.php3: Show result of CHECK/OPTIMIZE/REPAIR
841       queries for multiple tables.
842     * db_details_structure.php3: Display correctly table names that contain
843       HTML entities.
844     * libraries/build_dump.lib.php3: Removed PMA_htmlFormat function as it
845       caused HTML entities to be quoted twice.
846     * tbl_indexes.php3: Fixed editing of index with HTML entities.
847     * lang/czech: Updated.
848     * tbl_properties_structure.php3: Fix enabling/disabling links to index
849       creating (it requires type, but there was also MIME type added).
851 2003-03-23 Marc Delisle  <lem9@users.sourceforge.net>
852     * libraries/sqlparser.lib.php3, libraries/config_import.lib.php3,
853       config.inc.php3, Documentation.html: disabling of the parser no
854       longer possible
856 2003-03-22 Alexander M. Turek  <rabus@users.sourceforge.net>
857     * libraries/defines.lib.php3: Small bugfix.
858     * libraries/defines_php.lib.php3: New constant: PMA_MYSQL_CLIENT_API.
859     * libraries/common.lib.php3: Possible fix against "wrong parameter count"
860       errors.
862 2003-03-22 Marc Delisle  <lem9@users.sourceforge.net>
863     * libraries/transformations/text_plain__imagelink: display the
864       image, with width and height options
865     * libraries/transformations/text_plain__link: the link was not
866       functional at my site; also, document this transform in lang.
868 2003-03-21 Marc Delisle  <lem9@users.sourceforge.net>
869     * server_privileges.php3: typo
870     * lang/french update
871     * image_jpeg__plain renamed to text_plain__imagelink, because
872       the contents is not an image but a filename
874 2003-03-21 Michal Cihar  <nijel@users.sourceforge.net>
875     * ldi_check.php3: Use $sql_query instead of $query to put query correctly
876       to sql.php3.
877     * libraries/display_export.lib.php3: Again fixed selecting table/db
878       filename template.
879     * tbl_move_copy.php3, libraries/sqlparser.lib.php3: Fixed copying of
880       table.
882 2003-03-20 Marc Delisle  <lem9@users.sourceforge.net>
883     * lang/hebrew update, thanks to Yuval Sarna
885 2003-03-20 Michal Cihar  <nijel@users.sourceforge.net>
886     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
887     * libraries/mysql_wrappers.lib.php3: Fix for bug #705531 - check for field
888       type when doing charset conversion.
889     * libraries/display_export.lib.php3: Fixed selecting table/db filename
890       template.
891     * libraries/read_dump.lib.php3, db_details.php3,
892       db_details_importdocsql.php3, tbl_dump.php3, tbl_query_box.php3, lang/*:
893       Automatic detection of compression for uploaded data.
895 2003-03-19 Garvin Hicking <me@supergarv.de>
896     * tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3:
897       Display select box for stored files on Server ($cfg['UploadDir']) in every SQL
898       input area (SQL window, table properties) AND in the 'Insert/Update field' display
899       where you can upload files to blob fields. Experimental.
901 2003-03-19 Alexander M. Turek  <rabus@users.sourceforge.net>
902     * lang/german-*.inc.php3: Updates.
904 2003-03-19 Michal Cihar  <nijel@users.sourceforge.net>
905     * tbl_properties_operations.php3: fixed bad id of option (#706147).
906     * lang/dutch: Updated, thanks to Gilles van den Hoven.
907     * lang/thai: Updated.
908     * lang/italian: Updated, thanks to Pietro Danesi.
909     * lang/indonesian: Updated, thanks to Rachim Tamsjadi.
910     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
911     * lang/chinese: Updated, thanks to Siu Sun.
913 2003-03-18 Garvin Hicking <me@supergarv.de>
914     * libraries/display_export.lib.php3: Fixed variable usage.
915     * lang/*, libraries/transformations/*, libraries/display_tbl.lib.php3,
916       libraries/common.lib.php3: Added new transforms for a substr()
917       function, a dateformat() modified and a basic plugin for external
918       programs. Support for TIDY has been experimentally been built in.
919       External programs make use of piping and thus cannot be used in
920       Windows.
921       Added the ability for transforms to adjust the "nowrap" option of a
922       cell.
923       Some german translation.
925 2003-03-18 Marc Delisle  <lem9@users.sourceforge.net>
926     * libraries/select_lang.lib.php3: modify order of Russian lang files
927       because MSIE does not accept cp866 and users do not see anything,
928       thanks to Volckov Konstantin Michailovich (wolf at sw.ru)
930 2003-03-18 Michal Cihar  <nijel@users.sourceforge.net>
931     * libraries/display_tbl.lib.php3: removed &nbsp; from button text, as
932       Konqueror doesn't like it there and it is not needed.
933     * lang/czech: updated.
934     * libraries/display_tbl.lib.php3: Don't show BLOB text instead of content
935       when using transformations.
936     * libraries/display_export.lib.php3, db_details_links.php3,
937       server_common.inc.php3, server_databases.php3, server_links.inc.php3,
938       server_processlist.php3, server_status.php3, server_variables.php3,
939       tbl_change.php3 libraries/server_privileges.js: Fixed end of line chars.
940     * tbl_dump.php3, libraries/display_export.lib.php3, lang/*: User can now
941       specify how will filename for exported data look like (RFE #678642).
942     * Documentation.*: Next release seems to be 2.5.0.
943     * lang/latvian: Updated, thanks to Sandis Jerics.
945 2003-03-17 Mike Beck  <mikebeck@users.sourceforge.net>
946     * pdf_pages.php3  will now check if the pdf_pages table has entries
947       that reference tables that no longer exist. if it does user is prompted
948       to delete them.
950 2003-03-17 Marc Delisle  <lem9@users.sourceforge.net>
951     * user_password.php3, header.inc.php3, libraries/user_password.js:
952       put back js functions for user password change (= old user_details.js)
953     * libraries/display_tbl.lib.php3, functions.js: new feature:
954       browse mode page drop-down, thanks to Alexis Soulard (alexis_soulard)
956 2003-03-15 Marc Delisle  <lem9@users.sourceforge.net>
957     * pdf_pages.php3: Automatic layout of tables on the schema
959 2003-03-15 Garvin Hicking <me@supergarv.de>
960     * pdf_schema.php3: Fixed typo.
962 2003-03-14 Garvin Hicking <me@supergarv.de>
963     * libraries/display_tbl.lib.php3, db_details_importdocsql.php3: Fixed
964     '../' safety issues, display transformations only if file exists
965     (Bug #703555)
967 2003-03-14 Robin Johnson  <robbat2@users.sourceforge.net>
968     * config.inc.php3, libraries/config_import.lib.php3 tbl_change.php3:
969         - Typo fixes:
970         s/RestricColumnTypes/RestrictColumnTypes/
971         s/RestricFunctions/RestrictFunctions/
972     * scripts/create_tables.sql:
973         -  Neaten up SQL, add DROP TABLE/DATABASE cleanness
975 2003-03-13 Alexander M. Turek  <rabus@users.sourceforge.net>
976     * server_status.php3: Fixed the Garvin's calculations.
977     * server_variables.php3: Fixed the display for MySQL <= 4.0.3-beta.
978     * libraries/header_meta_style.inc.php3,
979       libraries/transformations/overview.php3: Fixed CSS link.
980     * tbl_properties.inc.php3: Added tooltips for transformations.
982 2003-03-13 Marc Delisle  <lem9@users.sourceforge.net>
983     * libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers
985 2003-03-13 Garvin Hicking <me@supergarv.de>
986     * lang/*, server_status.php3: RFE #702485 - display total# queries per hour/minute/second.
987     * config.inc.php3: Put a note for flipped headers: CSS only works for IE. ('writing-mode')
988     * libraries/display_tbl.lib.php3: Display fields used for WHERE query highlighted in
989       results page (1px border in the color of BrowserMarkerColor around the cells).
990       RFE #638800
991     * libraries/build_dump.lib.php3, db_details_structure.php3, db_printview.php3,
992       pdf_schema.php3, tbl_dump.php3, tbl_printview.php3, tbl_properties_structure.php3,
993       lang/*: RFE #7000385: Export AUTO_INCREMENT field.
994       Display Create/Update/Check_time in PDF-Pages, printview, DB/Table structure and table
995       dumps, if information is available (gathered by 'SHOW TABLE STATUS' for MySQL 3.23.XX).
996     * config.inc.php3 - Altered comments for PMA_* tables for easier integration and more
997       clarity. Make it easier to enable defaults (RFE #695265)
999 2003-03-12 Garvin Hicking <me@supergarv.de>
1000     * db_details_structure.php3: When using Alias-Displays for Tables, fix bug when a tablename
1001       was not displayed if it has no comment.
1002     * libraries/display_tbl.lib.php3 RFE #550554 - Execute SQL bookmarks when browsing the
1003       bookmarktable.
1004     * db_details_structure.php, left.php3, tbl_properties_links.php3, libraries/bookmark.lib.php3:
1005       RFE #550552: Change default initial query for browse mode, if a bookmark with the same
1006       label as the tablename is found.
1007     * tbl_properties_options.php3, tbl_properties_table_info.php3: Support changing
1008       auto_increment value. (RFE #639655)
1009     * db_printview.php3, tbl_printview.php3, db_datadict.php3, pdf_schema.php3:
1010       Display DB comments and MIME types, where appropriate.
1011     * header.inc.php3, querywindow.php3, libraries/common.lib.php3: Fixed some bugs for
1012       the querywindow which didn't show the latest querys always.
1013     * Documentation.html, db_details.php3, read_dump.php3, tbl_query_box.php3:
1014       RFE #470000 - Use parameters for bookmarked queries. This is a bit tricky
1015       to do, so please see Documentation.html. I thought it too hard to move the
1016       bookmark-box around where you can store the bookmarks, because there are a couples
1017       of redirections involved. So the major problem is that your to-be-stored bookmark
1018       HAS to yield at least a single result row for you to be able to store that.
1019     * tbl_move_copy.php3, tbl_properties_operations.php3: RFE #571838 :
1020       Add 'DROP TABLE IF EXISTS' checkbox. Will maintain any existing PMA_* entries
1021       for that table.
1022     * tbl_properties_export.php3, db_details_export.php3,
1023       libraries/display_export.lib.php3: Reworked DB/Table export, so that DB
1024       export now is a perfect look-alike except for a multi-tables dropdown.
1025       Put the code to display the export into a seperate file for re-usability.
1026     * tbl_change.php3, config.inc.php3, libraries/config_import.lib.php3,
1027       libraries/common.lib.php3: RFE #422243 - Definition of which MySQL functions
1028       map to which MySQL field type and in the dropdown of the function list first
1029       display the fitting functions, and then for compatibility reasons the rest of
1030       the functions.
1031       TODO: I don't know if I chose the correct mapping for all types. Please correct
1032       config_import.lib.php3 and config.inc.php3 if therer are any mismappings.
1033     * sql.php3, tbl_alter.php3, tbl_move_copy.php3, tbl_properties_structure.php3,
1034       tbl_rename.php3, libraries/relation.lib.php3:
1035       Bugfix #579256 / RFE #577328 : Automatic update of relations,
1036       display fields, comments, bookmarks, ... on update, delete and duplicate.
1037       Automatic duplication/moving of PDF pages does not yet work. Would the
1038       original author please be so kind to have a look at the tbl_move_copy.php
1039       script, search for '[TODO]' and apply necessary fixes? ;)
1040     * tbl_dump.php3: New $sql_structure variable for the new table export
1041       design broke DB export functionality. Fixed this.
1043 2003-03-12 Marc Delisle  <lem9@users.sourceforge.net>
1044     * lang/ukrainian: update, thanks to Markijan Baran
1046 2003-03-11 Garvin Hicking <me@supergarv.de>
1047     * docSQL/*, read_dump.php3, db_details_importdocsql.php3,
1048       libraries/grab_globals.lib.php3, libraries/read_dump.lib.php3:
1049       Improved security of docSQL importer. You now can only access
1050       a subdirectory of phpMyAdmin ('docSQL' proposed) OR upload each
1051       file on its own via File Upload (if $is_upload is true).
1052       Filenames not matching the converter will no more printed out to
1053       maintain security. Permits input of '../'.
1054     * transformation_wrapper.php3 - Remove $err_url, because if a query
1055       fails here, the user won't get to see the error string anyways.
1056       Can happen if you want to display a blob without having an index
1057       key in your query, because the blob cannot be filtered by a content
1058       WHERE-string.
1060 2003-03-11 Marc Delisle  <lem9@users.sourceforge.net>
1061     * libraries/sqlparser.data.php3: bug 700082, support of XOR
1063 2003-03-10 Alexander M. Turek  <rabus@users.sourceforge.net>
1064     * translators.html: Another mechanism against stupid people who use the
1065       translator list as a list of localised support hotlines or try to get a
1066       translation by mail order... :o)
1067     * header_printview.inc.php3, index.php3, left.php3, queryframe.php3,
1068       libraries/common.lib.php3, libraries/header_meta_style.inc.php3: Ensured
1069       that the correct font families are used.
1071 2003-03-10 Garvin Hicking <me@supergarv.de>
1072     * libraries/common.lib.php3: Fixed getElementbyId-Bug #687548,
1073       thanks to Csaba Gabor!
1074     * sql.php3: Fixed another occurence of addslashes() where it no longer
1075       belongs.
1076     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
1077       tbl_properties.inc.php3, libraries/common.lib.php3: Goodie for you all
1078       - when creating/altering/adding table fields you can now change the
1079       wrong form input, instead of losing all your data. Have fun. :-)
1080     * tbl_dump.php3, tbl_properties_export.php3, css/phpmyadmin.css.php3,
1081       lang/*:
1082       Added new table export format by Michal Cihar. db_details_export.php3
1083       should be adapted to the new layout somewhen. Fixed Compression.
1084     * header.inc.php3, header_printview.inc.php3, index.php3,
1085       left.php3, queryframe.php3, querywindow.php3,
1086       transformation_wrapper.php3, css/phpmyadmin.css.php3,
1087       libraries/common.lib.php3, libraries/db_table_exists.lib.php3,
1088       libraries/functions.js, libraries/header_http.inc.php3,
1089       libraries/header_meta_style.inc.php3, libraries/left.js
1090       libraries/sqlparser.lib.php3:
1091       Massive code-cleanup. Put all stylesheets into new central file
1092       css/phpmyadmin.css.php3. To reduce overhead in this file, the
1093       common.lib.php3 has a new variable to determine whether the full
1094       code structure or only those codes needed for the stylesheet class
1095       is parsed. This is to prevent duplicated code, even though it looks
1096       somehow ugly. The stylesheet is now embedded via a <link rel>-
1097       directive and should also be able to be cached by the browser.
1098       See patch #699454.
1099       Also some unneccessary code was removed from querywindow/wrapper.
1100     * tbl_change.php3: Patch #697541 to prevent non-associative MySQL
1101       fieldnames to be mapped to false keys for display.
1103 2003-03-10 Marc Delisle  <lem9@users.sourceforge.net>
1104     * transformation_wrapper.php3, lang/*,
1105       libraries/transformations/image_png__inline.inc.php3:
1106       new transformation for png (inline)
1107       (still issues with PNG's transparency in PHP 4.3.0)
1108     * libraries/common.lib.php3: bug 692652, support for disabled ini_get()
1110 2003-03-09 Garvin Hicking <me@supergarv.de>
1111     * db_printview.php3: Added print button (#700205)
1113 2003-03-08 Marc Delisle  <lem9@users.sourceforge.net>
1114     * libraries/transformations/*.sh: did not work in bash
1116 2003-03-07 Marc Delisle  <lem9@users.sourceforge.net>
1117     * transformation_wrapper.php3, lang/*,
1118       libraries/transformations/image_jpeg__inline.inc.php3:
1119       now 2 options for resize: width, height
1121 2003-03-06 Garvin Hicking <me@supergarv.de>
1122     * libraries/common.lib.php3, libraries/display_tbl.lib.php3:
1123       Fix bug #658668, special escaping of \n, \r and \t characters.
1124       Please test, works fine for me now (both magic_quotes on/off).
1126 2003-03-05 Robin Johnson  <robbat2@users.sourceforge.net>
1127     * Documentation.html, Documentation.txt: Long-withstanding spelling fixes!
1128     * updatedocs.sh: Script to make conversion easier
1130 2003-03-05 Garvin Hicking <me@supergarv.de>
1131     * Documentation.html: Added FAQ 2.6 about localhost-socket connections.
1132     * libraries/relation.lib.php3, libraries/transformations.lib.php3,
1133       tbl_relation.php3, tbl_move_copy.php3: Replace PMA_handleSlashes()
1134       call with PMA_sqlAddslashes() call because of new global s
1135       lashes-handling.
1136     * sql.php3: Fixed querytime bug, when query was only shown for PHP
1137       display.
1138     * read_dump.php3, sql.php3, tbl_alter.php3,
1139       tbl_properties_export.php3: Fixed remaining calls to stripslashes()
1140       where not neccessary, because grab_globals already stripslashed
1141       the data. This fixes the problem of the SQL Pretty printer showing
1142       the data wrongly formatted.
1144 2003-03-05 Michal Cihar  <nijel@users.sourceforge.net>
1145     * libraries/sqlparser.data.php3: TRANSACTION isn't reserved word (fixes
1146      #697961)
1148 2003-03-05 Marc Delisle  <lem9@users.sourceforge.net>
1149     * Documentation.html, faq 1.29 about the "duplicate field names" problem
1150     * transformation_wrapper.php3, libraries/defines_php.lib.php3,
1151       libraries/transformations/image_jpeg__inline.inc.php3:
1152       resized thumbnails
1154 2003-03-03 Alexander M. Turek  <rabus@users.sourceforge.net>
1155     * tbl_replace_fields.php3: Bugfix: User was unable to insert values
1156       containing quotes.
1157     * libraries/common.lib.php3:
1158       - Avoid reloading the left frame twice;
1159       - PHP3 compatibility;
1160       - $cfg['PmaAbsoluteUri'] autodetection did not work as expected if php was
1161         in CGI mode.
1163 2003-03-03 Marc Delisle  <lem9@users.sourceforge.net>
1164     * badwords.txt: bug 692874: "date" is not a reserved word
1166 2003-03-02 Alexander M. Turek  <rabus@users.sourceforge.net>
1167     * db_details.php3, db_details_qbe.php3, db_search.php3, ldi_check.php3,
1168       mult_submits.inc.php3, read_dump.php3, sql.php3, tbl_addfield.php3,
1169       tbl_change.php3, tbl_create.php3, tbl_dump.php3, tbl_indexes.php3,
1170       tbl_move_copy.php3, tbl_properties.inc.php3,
1171       tbl_properties_operations.php3, tbl_properties_options.php3,
1172       tbl_query_box.php3, tbl_rename.php3, tbl_replace.php3,
1173       tbl_replace_fields.php3, tbl_select.php3, transformation_wrapper.php3,
1174       user_password.php3, libraries/build_dump.php3, libraries/common.lib.php3,
1175       libraries/display_tbl.lib.php3, libraries/grab_globals.php3:
1176       If magic_quotes_gpc is enabled, grab_globals calls stripslashes when
1177       extracting the arrays $_GET and $_POST. This should replace a lots of
1178       workarounds and avoid present and future problems with magic_quotes_gpc.
1179     * server_privileges.php3, libraries/common.lib.php3:
1180       - Escape wildcard characters in the database and table dropdown boxes;
1181       - CSS fixes.
1183 2003-03-01 Marc Delisle  <lem9@users.sourceforge.net>
1184     * lang/english: typo
1185     * tbl_dump.php3: undefined variable $use_comments
1186     * tbl_properties_export.php3: bug 692143: now we remove the
1187       LIMIT clause from the original query to use the limits entered
1188       on the export form
1189     * pdf_schema.php3: better header/footer for long pages,
1190       thanks to Maxime Delorme
1192 2003-03-01 Michal Cihar  <nijel@users.sourceforge.net>
1193     * tbl_indexes.php3: Cleaner solution for showing query after changing
1194       index.
1196 2003-03-01 Robin Johnson  <robbat2@users.sourceforge.net>
1197     * libraries/xpath/XPath.class.php, libraries/xpath/:
1198     - Removed (was part of the early DB config prototype)
1199     * lang/translatecount.sh:
1200     - Counts just how out of date the translations are!
1202 2003-02-28 Michal Cihar  <nijel@users.sourceforge.net>
1203     * tbl_indexes.php3: Show SQL query after modifying/creating index (closes
1204       #694800), show structure after modifying index.
1206 2003-02-28 Alexander M. Turek  <rabus@users.sourceforge.net>
1207     * Documentation.html: Fixed a typo.
1208     * server_privileges.php3: Fixed bug #691910.
1209     * server_status.php3, lang/*.inc.php3: Patch #683302: InnoDB status monitor,
1210       thanks to Jason Carlson (jjcarlson).
1212 2003-02-28 Garvin Hicking <me@supergarv.de>
1213     * config.inc.php3, header.inc.php3, queryframe.php3, querywindow.php3,
1214       tbl_query_box.php3, libraries/common.lib.php3, libraries/config_import.lib.php3,
1215       Documentation.html:
1216       - Finetuneing for query window: Only three tabs, if DefaultTab
1217         is not set to 'full'.
1218       - Inserted nobr-Tags to make german translation for 'sql history' fit inside a tab.
1219       - Improved windowsize of the query window (no a *lot* smaller, hope this will suit
1220          Rabus ;).
1221       - Made the textarea smaller (*1.25 instead of *2) for the window only.
1222       - Fixed a bug when you changed from a table to a database on the left frame and the
1223         query window still wants to show the previous table.
1224     * tbl_query_box.php3: Only show fieldlist, when $table is set.
1225     * translators.html: Adjusted to same topmenu as Documentation.html.
1226       With the new 'Transformations' item the bar was too large to fit
1227       on standard 800x600 browser windows.
1229 2003-02-27 Michal Cihar  <nijel@users.sourceforge.net>
1230     * lang/czech: Updated.
1231     * lang/english: Resorted.
1233 2003-02-27 Alexander M. Turek  <rabus@users.sourceforge.net>
1234     * libraries/common.lib.php3, libraries/config_import.lib.php3:
1235       - Backwards compatibility;
1236       - Removed some unnecessary code;
1237       - Added a small HOWTO.
1238     * config.inc.php3: The tab settings don't fit into the 'left frame' part.
1239     * lang/german-*.inc.php3: Grammar.
1240     * Documentation.html: Fixed some dead links.
1241     * scripts/create_tables.sql: Adjusted table comments.
1243 2003-02-27 Garvin Hicking <me@supergarv.de>
1244     * libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.php3,
1245       querywindow.php3: Integrated Manuzhais patch for Lightweight Tabs.
1246     * querywindow.php3, tbl_query_box.php3, config.inc.php3, header.inc.php3, index.php3,
1247       libraries/config_import.lib.php3: Added (optional) DB-based SQL-history with
1248       purging on login, made querywindow tabbed, improved Querywindow-compatibility.
1249     * tbl_properties.inc.php3, config.inc.php, librarires/config_import.lib.php3:
1250       Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display
1251       (optional, default off) of the columns. I didn't like to have to scroll in horizontal
1252       directions, so with this mode you can see about 6 columns at once on a single screen.
1253     * tbl_properties.inc.php3: Fixed bug when certain fields are not
1254       enabled, they threw an undefined offset. [2nd try, now for real :)]
1255     * Documentation.html: Updated for my new features. Should include
1256       everyting, I hope. But seriously needs a proofread.
1257     * config.inc.php3: Inserted new directives for empty
1258       $cfg['Servers'][$i]. (history, verbose_check)
1259     * tbl_create.php3, tbl_addfield.php3, tbl_alter.php3: Added more checks
1260       to suppress Notices/Warnings when MIME-types are not enabled.
1262 2003-02-26 Garvin Hicking <me@supergarv.de>
1263     * lang/german-*: better grammar. ;)
1264     * libraries/display_tbl.lib.php3: Fixed transformation-link variable
1265       usage for special queries like 'SHOW FIELDS', where certain variables are
1266       not set.
1267     * config.inc.php3, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
1268       tbl_move_copy.php3, tbl_properties.inc.php3, tbl_properties_structure.php3,
1269       transformation_wrapper.php3, libraries/config_import.lib.php3,
1270       libraries/display_tbl.lib.php3, libraries/relation.lib.php3,
1271       scripts/create_tables.sql:
1272        Test if MIME-feature are really available. Preparation for PMA_db-based
1273        SQL-History.
1274        Removed a dupe for inserting comments, fixed integrity check when
1275        moving/renaming tables and keeping comments.
1276      * header.inc.php3: Added one more Javascript if-structure to make sure
1277        the frameset is initialized when querying for an active window. Without
1278        this, when starting phpMyAdmin for the first time, IE6 may complain
1279        depending on the order it loads the framesets.
1281 2003-02-25 Marc Delisle  <lem9@users.sourceforge.net>
1282     * db_details_structure.php3: undefined variable $comment
1283     * tbl_move_copy.php3: 'column_info'
1285 2003-02-25 Alexander M. Turek  <rabus@users.sourceforge.net>
1286     * lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3,
1287       lang/swedish-*.inc.php3, lang/thai-*.inc.php3: Removed problematic %e from
1288       $datefmt (translations #692065).
1289     * lang/japanese-*.inc.php3: Fixed some inconsistences.
1290     * config.inc.php3, db_details_importdocsql.php3, Documentation.html,
1291       sql.php3, tbl_move_copy.php3, tbl_rename.php3,
1292       libraries/config_import.lib.php3, libraries/relation.lib.php3,
1293       libraries/transformations.lib.php3: Changed 'column_comments' to
1294       'column_info'.
1295     * ChangeLog: Removed the 2.3.x branch from this ChangeLog; I moved it to
1296       <http://www.phpmyadmin.net/ChangeLogs/>.
1298 2003-02-25 Garvin Hicking <me@supergarv.de>
1299     * tbl_properties.inc.php3: Fixed duped display of comments due to
1300       merging diff conflict.
1301     * lang/german*: German translations, only missing transformation
1302       descriptions. They shouldn't be translated at that early point, I guess.
1303     * libraries/config_import.lib.php3, libraries/relation.lib.php3,
1304       libraries/transformations.lib.php3: 'column_info', they were somehow
1305       not included in rabus' commit?!
1307 2003-02-24 Alexander M. Turek  <rabus@users.sourceforge.net>
1308     * common.lib.php3: Backwards compatibility.
1310 2003-02-24 Garvin Hicking <me@supergarv.de>
1311     Submitted multiple patches from the patch tracker:
1312     * JS rowmarker now works in vertical display mode
1313         Files: libraries/functions.js, display_tbl.lib.php3
1314     * Display nav_bar even when only one row is returned, to enable display in
1315         vertical/horizontal mode (especially for rotated headers)
1316         Files: libraries/display_tbl.lib.php3
1317     * Measures basic query time [#571934]
1318         Files: sql.php3, display_tbl.lib.php3
1319     * New display mode with 90 degree rotated table headers [#544361]. Works
1320         either as CSS or as 'faked' PHP-transformation.
1321         Files: libraries/common.lib.php3, libraries/display_tbl.lib.php3
1322     * Update and display column comments in Add/Edit Fieldmode and CREATE table
1323         mode. Display comments in table structure (optional) with underlined
1324         CSS-mouseovers. Display comments in browser mode (optional), both in
1325         vertical and horizontal display mode. Keep column comments in synch, when
1326         DROPping/ALTERing and moving/copying tables.
1327         Files: tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
1328         tbl_properties.inc.php3, tbl_properties_structure.php3, db_details_links,
1329         tbl_relation.php3,tbl_move_copy.php3, tbl_properties_links.php3,
1330         tbl_rename.php3, sql.php3, db_details_structure.php3, db_details_links.php3,
1331         libraries/relation.lib.php3
1332     * Display and enter DB/table comments for navigation, stored in pma comments table.
1333         May be displayed as Alias-Tooltips in left frame. [#650064]
1334         Files: db_details_structure.php3, left.php3, relation.lib.php3
1335     * Display column comments in table/database dumps, as inline SQL-Comments
1336         Files: tbl_dump.php3, tbl_properties_export.php3, build_dump.lib.php3
1337     * Display MIME types to transform any table cell. You can only choose from a
1338         list of pre-defined MIME-types. The list gets built by a function searching
1339         a directory for valid transforms. For further information see
1340         libraries/transformations/README-file and soon in documentation. ;)
1341         Files: tbl_properties.inc.php3, transformations.lib.php3, relation.lib.php3,
1342         create_tables.sql, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
1343         tbl_move_copy.php3, transformation_wrapper.php3,
1344         libraries/display_tbl.lib.php3, libraries/transformations/*
1345         TODO: Add predefined functions!
1346     * Display a (javascript) based query window as a new frame below the left
1347         frame with query history [#526008]. Currently a bit experimental, works with
1348         IE6 and Mozilla 1.2. Utilizes pretty basic JavaScript functions which *should*
1349         work with any browser.
1350         Files: queryframe.php3, querywindow.php3, header.inc.php3,
1351         tbl_query_box.php3, common.lib.php3
1353 2003-02-24 Olivier L. Müller  <om@omnis.ch>
1354     * libraries/common.lib.php3: if $cfg['PmaAbsoluteUri'] is empty and
1355       port == 80 or port == 443, do not add ":80" or ":443" anymore to the
1356       generated URL -> prevents a double password query with some browsers
1357       (Safari) in case of http authentication.  (tested with https, http and
1358       http running on port 8080)
1360 2003-02-24 Michal Cihar  <nijel@users.sourceforge.net>
1361     * tbl_change.php3, tbl_replace_fields.php3: Move magic words used for
1362       fields type into special variable. Fixes #647689.
1363     * db_details_structure.php3: Removed extra /. Fixes #692171.
1365 2003-02-23 Marc Delisle  <lem9@users.sourceforge.net>
1366     ### 2.4.0 released
1368 2003-02-23 Olivier L. Müller  <om@omnis.ch>
1369     * docs.css: highlight FAQ questions in blue -> more readble.
1371 2003-02-23 Alexander M. Turek  <rabus@users.sourceforge.net>
1372     * server_privileges: Better code for "check privileges"; This should fix
1373       bug #687808 and a few other problems.
1374     * ANNOUNCE.txt: Updated list of known bugs.
1375     * server_variables.php3: Modified generated XHTML code.
1377 2003-02-22 Marc Delisle  <lem9@users.sourceforge.net>
1378     * lang/italian update, thanks to Pietro Danesi
1379     * lang/slovak update, thanks to Lubos Klokner
1380     * lang/polish: update, thanks to Jakub Wilk
1381     * lang/thai: update, thanks to Arthit Suriyawongkul
1382     * tbl_change.php3: do not use enctype="multipart/form-data"
1383       if !$is_upload (possible solution for bug 689215)
1384     * lang/swedish: update, thanks to Björn T. Hallberg
1386 2003-02-19 Alexander M. Turek  <rabus@users.sourceforge.net>
1387     * libraries/display_tbl.lib.php3: Coding standards.
1388     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
1389     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
1390     * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
1391     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro.
1393 2003-02-18 Marc Delisle  <lem9@users.sourceforge.net>
1394     * sql.php3: bug 649665: undefined variables with UNION, and
1395       also get the correct row count
1396     * lang/norwegian: update, thanks to Sven-Erik Andersen
1398 2003-02-18 Alexander M. Turek  <rabus@users.sourceforge.net>
1399     * server_databases.php3:
1400       - Fixed bug #688360 (Database privileges and AllowUserDropDatabase);
1401       - The link "check privileges" is now only displayed to superusers.
1403 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
1404     * lang/czech: Updated.
1405     * Documentation.html: Removed obsolete FAQ 6.17 about binary upload.
1407 2003-02-17 Alexander M. Turek  <rabus@users.sourceforge.net>
1408     * server_privileges.php3: Fixed edit link.
1409     * Documentation.html:
1410       - Reformulated some passages;
1411       - FAQ 1.28.
1412     * ANNOUNCE.txt: Synchronized features list with documentation.
1413     * server_databases.php3: Fixed bug #688271 (missing "?").
1415 2003-02-17 Garvin Hicking <me@supergarv.de>
1416     * tbl_replace_fields.php3, read_dump.php3, libraries/common.lib.php3:
1417       Reworked blob file upload. More security cautions, and preserve
1418       fields contents, if no new file was uploaded. Moved is_uploaded_file
1419       function from read_dump.php3 to common.lib.php3 for reusability.
1421 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
1422     * tbl_change.php3, tbl_replace_fields.php3: Removed checkbox for binary
1423       upload, upload field moved into table.
1425 2003-02-17 Marc Delisle  <lem9@users.sourceforge.net>
1426     ### 2.4.0-rc2 released
1427     * sql.php3: use SQL_CALC_FOUND_ROWS on MySQL 4 to find the
1428       correct number of rows
1430 2003-02-16 Alexander M. Turek  <rabus@users.sourceforge.net>
1431     * server_privileges.php3, lang/*.inc.php3, lang/server_privileges.js:
1432       - Reimplemented ability to change a user's login information
1433         (bug #684984);
1434       - Feature: copy user profiles;
1435       - "Check privileges" should now also check for wildcards;
1436       - The revoke mode for deleting users did not always produce valid MySQL.
1437     * lang/chinese-*.inc.php3: Fixed bug #682161 by removing some errornous strings.
1438     * ANNOUNCE.txt: synchronized list of features and fixes.
1440 2003-02-16 Michal Cihar  <nijel@users.sourceforge.net>
1441     * lang/czech: Updated.
1442     * docs.css: Fixed URL.
1444 2003-02-16 Marc Delisle  <lem9@users.sourceforge.net>
1445     * sql.php3, libraries/sqlparser.lib.php3: new analyzer logic
1446       for splitting the SELECT clauses, to solve almost all records
1447       counting bugs
1448     * pdf_schema.php3: improved alignment, thanks to Maxime Delorme
1449     * lang/japanese: update, thanks to Yukihiro Kawada
1451 2003-02-15 Alexander M. Turek  <rabus@users.sourceforge.net>
1452     * ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct
1453       it if necessary.
1454     * libraries/common.lib.php3: Don't display edit link for
1455       database-independant queries.
1456     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
1457     * docs.css:
1458       - Wrong URI;
1459       - Typo.
1461 2003-02-14 Alexander M. Turek  <rabus@users.sourceforge.net>
1462     * server_databases.php3, server_privileges.php3, lang/*.inc.php3:
1463       Reimplemented "check privileges" feature.
1465 2003-02-13 Robin Johnson  <robbat2@users.sourceforge.net>
1466     * sql.php3: Fix simple little bug #685082
1468 2003-02-12 Alexander M. Turek  <rabus@users.sourceforge.net>
1469     * server_privileges.php3: Fixed bug #684947 ('uncheck all' of 'privileges'
1470       is broken), thanks to Alexander Schuch (ci-dev).
1472 2003-02-12 Marc Delisle  <lem9@users.sourceforge.net>
1473     * lang/indonesian update, thanks to Rachim Tamsjadi
1474     * lang/italian update, thanks to Pietro Danesi
1475     * lang/lithuanian update, thanks to Vilius Zigmantas
1476     * lang/slovenian update, thanks to Kositer Uros
1477     * lang/swedish: update, thanks to Björn T. Hallberg
1478     * tbl_change.php3: upload field only to BLOBs
1479     * libraries/defines.lib.php3, libraries/common.lib.php3: adjust Konqueror
1480       font size
1482 2003-02-11 Marc Delisle  <lem9@users.sourceforge.net>
1483     * tbl_replace_fields.php3: sometimes we receive "none" as the file
1484       name when there is no field upload for some field
1485     * sql.php3: bug 684712, undefined variable $table (js disabled
1486       and confirmation for drop database)
1488 2003-02-11 Alexander M. Turek  <rabus@users.sourceforge.net>
1489     * server_databases.php3: Wrong link title.
1491 2003-02-10 Alexander M. Turek  <rabus@users.sourceforge.net>
1492     * server_databases.php3: Ensured that the database list is built.
1494 2003-02-10 Marc Delisle  <lem9@users.sourceforge.net>
1495     * lang/catalan: update, thanks to Xavier Navarro
1497 2003-02-09 Robin Johnson  <robbat2@users.sourceforge.net>
1498     * lang/Galician*: Updates thanks to xosecalvo
1500 2003-02-09 Michal Cihar  <nijel@users.sourceforge.net>
1501     * lang/czech: Updated again.
1503 2003-02-09 Alexander M. Turek  <rabus@users.sourceforge.net>
1504     * server_databases.php3, lang/*.inc.php3:
1505       - Bugfixes & interface cosmetic;
1506       - Drop multiple databases.
1507     * db_stats.php3: Removed, the file is replaced by server_databases.php3.
1508     * lang/german-*.inc.php3: Updates.
1509     * config.inc.php3: Added a note about another possible setting.
1510     * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
1511     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
1512     * translators.html: Fixed a typo.
1513     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
1514     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1516 2003-02-08 Alexander M. Turek  <rabus@users.sourceforge.net>
1517     * config.inc.php3, lang/add_message.sh: Typos.
1518     * lang/italian.inc.php3: Updates, thanks to Pietro Danesi (danone).
1519     * server_databases.php3, server_links.inc.php3, lang/*.inc.php3:
1520       Reworte db_stats.php3 to be conform with the new server_ pages.
1522 2003-02-07 Michal Cihar  <nijel@users.sourceforge.net>
1523     * lang/czech: Updated.
1525 2003-02-07 Marc Delisle  <lem9@users.sourceforge.net>
1526     * lang/italian: update, thanks to Pietro Danesi
1527     * lang/norwegian: update, thanks to Sven-Erik Andersen
1528     * lang/polish: update, thanks to Jakub Wilk
1529     * lang/swedish: update, thanks to Björn T. Hallberg
1530     * lang/slovak: remove duplicates
1531     * lang/*, tbl_properties.inc.php3: new $strDefaultValueHelp
1533 2003-02-06 Robin Johnson  <robbat2@users.sourceforge.net>
1534     * lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
1535     * lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
1536       be '$strDBGMax'
1537     * translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
1539 2003-02-06 Marc Delisle  <lem9@users.sourceforge.net>
1540     * libraries/sqlparser.lib.php3: PHP3 parse error
1541     * Documentation.html, db_details_importdocsql.php3, tbl_relation.php3,
1542       libraries/relation.lib.php3: bug 681298, we should always backquote
1543       a restricted word like "comment" when used as an identifier
1544     * Documentation.html, bug 681776, wrong command for my.ini file
1545     * libraries/left.js: png files
1547 2003-02-05 Alexander M. Turek  <rabus@users.sourceforge.net>
1548     * db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
1549       the SQL query box for Opera 7 for Windows in order to avoid trouble here.
1550     * Documentation.html: Removed FAQ entry about Opera 7.
1551     * db_stats.php3: One <img> tag still pointed to a GIF file.
1553 2003-02-05 Marc Delisle  <lem9@users.sourceforge.net>
1554     * tbl_replace.php3, tbl_replace_fields.php3: do not display the
1555       UPDATE query if there was some binary upload in it, otherwise
1556       display it
1558 2003-02-04 Alexander M. Turek  <rabus@users.sourceforge.net>
1559     * common.lib.php3:
1560       - Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks to Charles
1561         Bailey (charles_bailey);
1562       - Don't use small fonts for Opera 7.
1563     * ldi_check.php3: Backslahes should be escaped.
1564     * Documentation.html: Added a note about Opera 7.
1566 2003-02-04 Michal Cihar  <nijel@users.sourceforge.net>
1567     * Documentation.*: Added information about binary checkbox when uploading
1568       files.
1570 2003-02-04 Garvin Hicking  <me@supergarv.de>
1571     * common.lib.php3: Fixed a possible 'undefined index' error.
1573 2003-02-04 Marc Delisle  <lem9@users.sourceforge.net>
1574     * Documentation.html: new faq entry about IE bug with http auth,
1575       switching from one server to the other
1576     * db_details_qbe.php3: bug 661758 (undefined offset when doing a qbe
1577       and only table selected)
1578     * ldi_check.php3: check local_infile on recent MySQL versions,
1579       thanks to Alexander
1581 2003-02-03 Michal Cihar  <nijel@users.sourceforge.net>
1582     * libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE
1583       #678729).
1584     * tbl_replace_fields.php3, tbl_change.php3: Allow binary uploads.
1585     * tbl_dump.php3: Fix bug #679699 (export to XML, save to file - Undefined
1586       variable: charset_of_file).
1588 2003-02-03 Garvin Hicking  <me@supergarv.de>
1589     * pdf_schema.php3, libraries/dbg/profiling.php3,
1590       libraries/xpath/XPath.class.php: Backwards compatibility (foreach loops).
1592 2003-02-03 Marc Delisle  <lem9@users.sourceforge.net>
1593     ### 2.4.0-rc1 released
1594     and after the release:
1595     * lang/romanian: update, thanks to Valics Lehel
1596     * lang/spanish: update, thanks to Daniel Hinostroza C.
1597     * lang/catalan: update, thanks to Xavier Navarro
1598     * lang/dutch update, thanks to Ivo Teel
1600 2003-02-02 Olivier L. Müller  <om@omnis.ch>
1601     * tbl_addfield.php3: ignore empty fields on alter table
1603 2003-02-02 Alexander M. Turek  <rabus@users.sourceforge.net>
1604     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
1605       compatibility.
1606     * lang/german-*.inc.php3: Updates.
1607     * server_privileges.php3: Remove column privileges.
1608     * config.inc.php3: Added $cfg['DefaultTabServer'].
1609     * header.inc.php3: Link the default tabs.
1610     * libraries/common.lib.php3: PHP3 compatibility.
1612 2003-02-02 Michal Cihar  <nijel@users.sourceforge.net>
1613     * lang/czech: Updated.
1614     * lang/sort_lang.sh: This needs bash.
1616 2003-02-02 Marc Delisle  <lem9@users.sourceforge.net>
1617     * lang/indonesian: update, thanks to Rachim Tamsjadi (tamsy).
1618     * lang/norwegian: update, thanks to Sven-Erik Andersen
1619     * libraries/kanji-encoding.lib.php3 bug fix, thanks to Yukihiro Kawada
1620     * libraries/dbg/setup.php3, lang/*: generic $strCantLoad
1621       (later when we get enough translations,
1622        we can use it instead of $strCandLoadMySQL)
1623     * lang/romanian: update, thanks to Valics Lehel
1624     * lang/galician: update, thanks to Xosé Calvo
1625     * lang/lithuanian: update, thanks to Vilius Zigmantas
1626     * lang/japanese: update, thanks to Yukihiro Kawada
1627     * lang/*, libraries/dbg/profiling.php3: strDBGMaxTimeMs,
1628       thanks to Alexander
1630 2003-02-01 Robin Johnson  <robbat2@users.sourceforge.net>
1631     * R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its
1632     re-entry into Earth's atmosphere. In memory of the brave men and women who
1633     gave their lives for the people of Earth. ---
1634     * Documentation.html: Removed a bit of duplication in [7.4] and the
1635     Developers section
1636     * libraries/dbg: New directory for DBG code
1637     * libraries/dbg/setup.php3:
1638        - DBG initialization code, including module support
1639     * libraries/dbg/profiling.php3: Profiling code
1640     * lang/*: New strings added for DBG extension
1641     * config.inc.php3: config options for DBG, off by default
1642     * footer.inc.php3: DBG profiling output
1644 2003-02-01 Michal Cihar  <nijel@users.sourceforge.net>
1645     * Documentation.*, translators.html, docs.css: New documentation layout.
1646     * scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters.
1648 2003-02-01 Marc Delisle  <lem9@users.sourceforge.net>
1649     * tbl_change.php3, tbl_replace.php3, (new)tbl_replace_fields.php3,
1650       db_details.php3, tbl_query_box.php3, libraries/common.lib.php3:
1651       new Feature: BLOB field upload
1652       (TODO: handle open_basedir restrictions)
1654 2003-01-31 Alexander M. Turek  <rabus@users.sourceforge.net>
1655     * config.inc.php3, Documentation.html, libraries/common.lib.php3,
1656       libraries/config_import.lib.php3: Added experimental support for
1657       compressed connections to the MySQL server.
1659 2003-01-30 Marc Delisle  <lem9@users.sourceforge.net>
1660     * db_details_structure.php3, libraries/fpdf/fpdf.php3: better browser
1661       support, thanks to Jose Fandos (jose.fandos at sonnd.com)
1663 2003-01-30 Michal Cihar  <nijel@users.sourceforge.net>
1664     * Documentation*: Added faq 1.27 about GZIP output buffering problem.
1665     * Documentation.html, translators.html: Unified using of font sizes.
1667 2003-01-30 Alexander M. Turek  <rabus@users.sourceforge.net>
1668     * main.php3, user_details.php3, libraries/user_details.js: Removed the old
1669       user management.
1670     * server_processlist.php3: Fixed a bug the denied the access to the
1671       process list for normal users.
1672     * config.inc.php3: Removed note about buggy setting.
1673     * lang/german-*.inc.php3: Updates.
1674     * Documentation.html: There won't be a PHP 4.5.0; typos.
1676 2003-01-29 Marc Delisle  <lem9@users.sourceforge.net>
1677     * tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)
1679 2003-01-28 Marc Delisle  <lem9@users.sourceforge.net>
1680     * sql.php3, tbl_replace.php3: display UPDATE statement after row edit
1682 2003-01-27 Marc Delisle  <lem9@users.sourceforge.net>
1683     * lang/slovenian update: thanks to Kositer Uros (urosh)
1684     * lang/albanian: update, thanks to Laurent Dhima
1685     * lang/slovak update, thanks to Lubos Klokner
1687 2003-01-25 Marc Delisle  <lem9@users.sourceforge.net>
1688     * libraries/relation.lib.php3: improve messages
1690 2003-01-23 Marc Delisle  <lem9@users.sourceforge.net>
1691     * tbl_relation.php3, bug 659227: in Relation View, cannot enter comments
1693 2003-01-22 Robin Johnson  <robbat2@users.sourceforge.net>
1694     * lang/swedish*: Updates, thanks to Björn T. Hallberg (bth)
1695     * lang/italian*: Updates, thanks to Pietro Danesi (danone)
1696     * lang/english*: Resorted and Resynced.
1697     * lang/farsi*: Added ready for Farsi translation
1698     * lang/sync_lang.sh, libraries/select_lang.lib.php3:
1699         - Updates ready for Farsi translation
1700     * lang/polish*: Updates, thanks to Jakub Wilk (ubanus)
1701     * fulltext.png, partialtext.png, pma_logo.png:
1702         - Ran PNGCRUSH on files to reduce size optimially.
1703     * plus.gif, browse.gif, desc_order.gif, asc_order.gif, minus.gif,
1704     vertical_line.gif, item_rtl.gif, item_ltr.gif:
1705         - Old image files removed and replaced with PNG files (feature
1706         #458895)
1707     * plus.png, browse.png, desc_order.png, asc_order.png, minus.png,
1708     vertical_line.png, item_rtl.png, item_ltr.png:
1709         - New PNG image files (feature #458895)
1710     * header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3:
1711         - Code changes for PNG images (feature #458895)
1713 2003-01-21 Robin Johnson  <robbat2@users.sourceforge.net>
1714     * libraries/sqlparser.lib.php3: checkType function
1716 2003-01-21 Alexander M. Turek  <rabus@users.sourceforge.net>
1717     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
1719 2003-01-21 Marc Delisle  <lem9@users.sourceforge.net>
1720     * sql.php3, tbl_properties_export.php3, libraries/build_dump.lib.php3:
1721       row limiting for exported results
1723 2003-01-21 Michal Cihar  <nijel@users.sourceforge.net>
1724     * db_datadict.php3, pdf_schema.php3, tbl_printview.php3,
1725       tbl_properties.inc.php3, tbl_properties_structure.php3, tbl_select.php3:
1726       Fixed bug #667682 ("UNSIGNED" option in SET or ENUM), SET and ENUM can't
1727       be SIGNED/UNSIGNED/ZEROFILL.
1729 2003-01-19 Alexander M. Turek  <rabus@users.sourceforge.net>
1730     * server_privileges.php3: Added column privileges editor.
1732 2003-01-19 Marc Delisle  <lem9@users.sourceforge.net>
1733     * sql.php3, tbl_properties_export.php3, tbl_dump.php3,
1734       tbl_move_copy.php3, libraries/build_dump.lib.php3:
1735       Feature: Export results of SELECTs
1737 2003-01-17 Marc Delisle  <lem9@users.sourceforge.net>
1738     * Documentation.html: faq 5.12 about OS X Safari problem
1739     * tbl_move_copy.php3: typo (wrong back link)
1741 2003-01-17 Robin Johnson  <robbat2@users.sourceforge.net>
1742     * lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
1743     * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
1745 2003-01-17 Alexander M. Turek  <rabus@users.sourceforge.net>
1746     * server_privileges.php3: Wrong label.
1747     * scripts/create-release.sh: Changed the CVS hostname to cvs1 because
1748       cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
1749       The script now works on the SF shell servers ONLY!
1751 2003-01-16 Michal Cihar  <nijel@users.sourceforge.net>
1752     * lang/czech: Updated.
1753     * libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
1754       field editing.
1756 2003-01-15 Robin Johnson  <robbat2@users.sourceforge.net>
1757     * lang/sort_lang.sh: Fix status output bug '\n'
1758     * db_details_importdocsql.php3: Move hardcoded strings to language files
1759     * lang/*.php3: Add new strings for docSQL importer
1760     * libraries/sqlvalidator.*.php3: Finish fixing bug #644709
1761     * Documentation.html: Revised FAQ entry about SQL Validator
1763 2003-01-15 Alexander M. Turek  <rabus@users.sourceforge.net>
1764     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1765     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
1766     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
1767     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
1768     * lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac).
1770 2003-01-15 Marc Delisle  <lem9@users.sourceforge.net>
1771     * pdf_pages.php3: feature: deleting a pdf page
1772     * libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR)
1773       , bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 )
1775 2003-01-14 Alexander M. Turek  <rabus@users.sourceforge.net>
1776     * server_privileges.php3:
1777       - Lookup database / table lists if possible;
1778       - The database name was displayed instead of the table name in the sub
1779         page heading.
1780     * lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh).
1781     * lang/norwegian-*.inc.php3: Updates, thanks to
1782       Sven-Erik Andersen (sven-erik).
1783     * lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti).
1784     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
1786 2003-01-14 Marc Delisle  <lem9@users.sourceforge.net>
1787     * lang/galician: update, thanks to Xosé Calvo
1788     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
1790 2003-01-14 Michal Cihar  <nijel@users.sourceforge.net>
1791     * tbl_properties_structure.php3, libraries/functions.js: Added (un)check
1792       all for fields selection.
1793     * tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439
1794       (Jumping cursor using keyboard).
1795     * tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include
1796       functions.js to allow jumping using keyboard.
1797     * tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows
1798       works also for row editing.
1799     * Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16).
1801 2003-01-13 Robin Johnson  <robbat2@users.sourceforge.net>
1802     * libraries/sqlvalidator.class.php3:
1803       - Removed dependency on overload extension
1804       - Started to fix bug #644709
1805     * sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3:
1806       - Revert line 88 of sql.php3, and fix it a different way...
1808 2003-01-12 Robin Johnson  <robbat2@users.sourceforge.net>
1809     * read_dump.php3, sql.php3, libraries/common.lib.php3,
1810     libraries/sqlparser.lib.php3:
1811       - Fixed bug #641765, see mailing list post
1813 2003-01-11 Alexander M. Turek  <rabus@users.sourceforge.net>
1814     * server_*.php3:
1815       - The messages are now displayed by server_links.inc.php3, so
1816         server_common.inc.php3 may be included earlier;
1817       - Beautified code.
1818     * server_privileges.php3:
1819       - Wrong GRANT syntax;
1820       - Changed the default behavior of the for fields "pred_username" and
1821         "pred_password".
1823 2003-01-10 Marc Delisle  <lem9@users.sourceforge.net>
1824     * tbl_change.php3: bug 665885, wrong back link after sql error
1825     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
1826     * lang/ukrainian: update, thanks to Markijan Baran
1827     * lang/romanian: update, thanks to Valics Lehel
1828     * lang/japanese: update, thanks to Yukihiro Kawada
1830 2003-01-10 Michal Cihar  <nijel@users.sourceforge.net>
1831     * lang/czech*: Updated.
1833 2003-01-09 Marc Delisle  <lem9@users.sourceforge.net>
1834     * sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
1835       support for the EXTRACT ... FROM syntax which is not a real
1836       SELECT ... FROM
1838 2003-01-09 Alexander M. Turek  <rabus@users.sourceforge.net>
1839     * server_privileges.php3, lang/*.inc.php3:
1840       - Forgot to implement "This host";
1841       - Drop the users' databases;
1842       - Don't send comments to the MySQL server;
1843       - When trying to delete multiple users, display an error message if none
1844         have been selected.
1846 2003-01-08 Marc Delisle  <lem9@users.sourceforge.net>
1847     * libraries/sqlparser.lib.php3, libraries/functions.js,
1848       sql.php3: - use the parser for confirmation requests
1849                 - better check before appending LIMIT
1850     * lang/galician: update, thanks to Xosé Calvo
1851     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
1852     * lang/indonesian: missing semicolon
1853     * lang/japanese: update, thanks to Yukihiro Kawada
1854     * lang/romanian: update, thanks to Valics Lehel
1856 2003-01-08 Michal Cihar  <nijel@users.sourceforge.net>
1857     * libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL
1858       and hidden input generating stuff.
1859     * almost all php3 files: Use new URL and hidden input generation stuff.
1860     * libraries/common.lib.php3: Addded extra check for MySQL even when in
1861       safe mode (could fix #661949).
1863 2003-01-08 Alexander M. Turek  <rabus@users.sourceforge.net>
1864     * lang/english-*.inc.php3: Fixed a typo.
1865     * server_privileges.php3, libraries/url_generating.lib.php3:
1866       - Beautified generated XHTML code;
1867       - Coding standards;
1868       - Added a missing @param comment.
1870 2003-01-07 Michal Cihar  <nijel@users.sourceforge.net>
1871     * lang/czech: Updated.
1873 2003-01-07 Alexander M. Turek  <rabus@users.sourceforge.net>
1874     * server_privileges.php3: Sorting user list.
1875     * translators.html: Typo.
1876     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
1877     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
1878     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
1879     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1880     * lang/norwegian-*.inc.php3: Updates, thanks to
1881       Sven-Erik Andersen (sven-erik).
1882     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
1884 2003-01-07 Marc Delisle  <lem9@users.sourceforge.net>
1885     * Documentation.html: clarification about cookie/http modes
1886     * lang/dutch update, thanks to Ivo Teel
1887     * lang/japanese: update, thanks to Yukihiro Kawada
1888     * lang/ukrainian: remove duplicate messages
1890 2003-01-06 Alexander M. Turek  <rabus@users.sourceforge.net>
1891     * server_privileges.php3:
1892       - Interface cosmetic;
1893       - Smaller bugfixes;
1894       - Added a db / table privileges editor.
1895     * server_privileges.php3, server_links.inc.php3: XHTML fixes.
1896     * server_privileges.php3, libraries/server_privileges.js:
1897       - Optimized some JS functions for the new interface;
1898       - Added ability to create new MySQL users via GRANT (feature #502465).
1899     * Documentation.html, translators.html, libraries/defines_php.lib.php3:
1900       Incremented version number to 2.4.0-dev.
1902 2003-01-05 Alexander M. Turek  <rabus@users.sourceforge.net>
1903     * Documentation.html: Added a note about "bug" #662602 (FAQ 3.4).
1905 2003-01-03 Marc Delisle  <lem9@users.sourceforge.net>
1906     * lang/estonian*, malay*: remove control M
1907     * lang/romanian: update, thanks to Valics Lehel
1908     * lang/galician: update, thanks to Xosé Calvo
1909     * lang/english: typos fix, thanks to Björn T. Hallberg (bth)
1911 2003-01-01 Alexander M. Turek  <rabus@users.sourceforge.net>
1912     * lang/german*: Updated.
1914 2003-01-01 Michal Cihar  <nijel@users.sourceforge.net>
1915     * lang/czech*: Updated.
1916     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1917     * lang/sort_lang.sh: Made POSIX sh compatible.
1918     * lang/check_lang.sh: Made require bash.
1919     * lang/swedish*: Updated.
1920     * lang/*: For many translations fixed missing/duplicate strings.
1922 2002-12-28 Marc Delisle  <lem9@users.sourceforge.net>
1923     * lang/ukrainian: update, thanks to Markijan Baran
1924     * user_details.php3: add $strGrantOption
1925     * lang/french update
1926     * main.php3, lang/*.php3: $strOriginalInterface
1928 2002-12-25 Alexander M. Turek  <rabus@users.sourceforge.net>
1929     * server_privileges.php3:
1930       - Made the script compatible to MySQL < 3.22.11;
1931       - Fixed the missing "LOCK TABLES" option in the privilege editor.
1932       - Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even
1933         if all privileges have been selected.
1934     * libraries/sqlparser.data.php3:
1935       - Fixed bug #655817 (New privileges are not detected correctly).
1936       - Updated function list.
1938 2002-12-23 Alexander M. Turek  <rabus@users.sourceforge.net>
1939     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1941 2002-12-22 Alexander M. Turek  <rabus@users.sourceforge.net>
1942     * server_privileges.php3, lang/*.inc.php3, libraries/user_details.js:
1943       Added ability to delete users.
1945 2002-12-21 Alexander M. Turek  <rabus@users.sourceforge.net>
1946     * tbl_dump.php3:
1947       - Fixed wrong charset information in XML exports.
1948       - Beautified the output of the MySQL version number, e.g. '4.0.5' instead
1949         of '4.00.05'.
1951 2002-12-20 Alexander M. Turek  <rabus@users.sourceforge.net>
1952     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1954 2002-12-19 Michal Cihar  <nijel@users.sourceforge.net>
1955     * server_privileges.php3: Fixed undefined variable warning.
1956     * lang/czech*: Updated.
1957     * lang/*: Fixed a typo.
1959 2002-12-19 Marc Delisle  <lem9@users.sourceforge.net>
1960     * lang/romanian: update, thanks to Valics Lehel
1961     * lang/dutch update, thanks to Ivo Teel
1963 2002-12-19 Alexander M. Turek  <rabus@users.sourceforge.net>
1964     * lang/norwegian-*.inc.php3:
1965       - Corrections, thanks to Tore Longva <longva at stud.ntnu.no>.
1966       - Updates, thanks again to Sven-Erik Andersen (sven-erik).
1967     * lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand).
1968     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1969     * lang/german-*.inc.php3: Updates.
1970     * lang/*.inc.php3: Fixed a typo.
1971     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1972     * lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings.
1973     * server_privileges.php3, lang/*.inc.php3:
1974       - Bugfixes;
1975       - Small design modification;
1976       - Added ability to change passwords via SET PASSWORD FOR user.
1978 2002-12-18 Alexander M. Turek  <rabus@users.sourceforge.net>
1979     * main.php3, header.inc.php3, server_privileges.php3, server_links.php3,
1980       lang/*.inc.php3: Started rewriting the user administration; changes:
1981       - Use GRANT / REVOKE for privilege changes (feature #502465);
1982       - Support for the new privilege system introduced with MySQL 4.0.2-beta;
1983       - Support for user resource limits;
1984       - Improved user friendliness.
1985       Currently, it can only display and edit global privileges.
1986     * libraries/common.lib.php3: Undefined index.
1987     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
1988     * lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft).
1990 2002-12-18 Michal Cihar  <nijel@users.sourceforge.net>
1991     * main.php3: Since every user has access to his processlist, set
1992       is_process_priv to TRUE as default (fixes undefined variable warning).
1994 2002-12-18 Marc Delisle  <lem9@users.sourceforge.net>
1995     * tbl_select.php3, bug 648263
1996     * libraries/common.lib.php3, bug 653764
1997     * tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564,
1998       append data only to a table
2000 2002-12-17 Marc Delisle  <lem9@users.sourceforge.net>
2001     * lang/russian: update, thanks to Nicolay Zakharov
2003 2002-12-16 Michal Cihar  <nijel@users.sourceforge.net>
2004     * lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh.
2005     * lang/czech: fixed typos, thanks to Vojta Beran <xmamut at email dot cz>
2007 2002-12-16 Marc Delisle  <lem9@users.sourceforge.net>
2008     * lang/russian: update, thanks to Nicolay Zakharov
2009     * lang/galician: update, thanks to Xosé Calvo
2011 2002-12-15 Marc Delisle  <lem9@users.sourceforge.net>
2012     * libraries/get_foreign.lib.php3: bug 646263,
2013       bad drop-down in select sub-page
2015 2002-12-14 Alexander M. Turek  <rabus@users.sourceforge.net>
2016     * libraries/common.lib.php3: Removed a comment.
2018 2002-12-14 Marc Delisle  <lem9@users.sourceforge.net>
2019     * ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)
2021 2002-12-13 Michal Cihar  <nijel@users.sourceforge.net>
2022     * tbl_dump.php3: Fix output order of inserts/creates, generate file
2023       extension to include also file type, not only compression (now it
2024       generates something like dump.sql.gz).
2026 2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
2027     * pdf_schema.php3: Change generated filename to
2028       db_pdfname.pdf instead of db_pdfnumber.pdf
2030 2002-12-12 Alexander M. Turek  <rabus@users.sourceforge.net>
2031     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
2032     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
2033     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
2034     * lang/norwegian-*.inc.php3: Updates, thanks again to
2035       Sven-Erik Andersen (sven-erik).
2036     * lang/german-*.inc.php3: Small grammar fix.
2038 2002-12-11 Alexander M. Turek  <rabus@users.sourceforge.net>
2039     * lang/german-*.inc.php3: Updates.
2040     * lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
2041     * libraries/build_dump.php3:
2042       - Fixed part 2 of bug #652311 (Undefined variables);
2043       - Coding standards.
2045 2002-12-11 Michal Cihar  <nijel@users.sourceforge.net>
2046     * tbl_dump.php3: Fix exporting of structure and data to file, fix and make
2047       cleaner charset conversion for export.
2048     * db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
2049       lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
2050       thanks to Valentine for creating the patch #627496.
2052 2002-12-11 Marc Delisle  <lem9@users.sourceforge.net>
2053     * lang/galician: update, thanks to Xosé Calvo
2054     * libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
2055       but there is still some work to do about how to split a UNION
2056     * tbl_properties_options.php3, bug 651522 wrong back-link,
2057       thanks to Mischka ( stollner at uni-muenster dot de )
2059 2002-12-10 Michal Cihar  <nijel@users.sourceforge.net>
2060     * lang/czech*.php3: Updated translation.
2061     * tbl_dump.php3: Fix Alexanders fix for bug #651414.
2063 2002-12-10 Alexander M. Turek  <rabus@users.sourceforge.net>
2064     * server_*.php3, lang/*.inc.php3, main.php3:
2065       - Added 'SHOW PROCESSLIST' interface;
2066       - Small bugfixes.
2067       - XHTML fixes.
2068     * lang/spanish-*.inc.php3: Updates, thanks again to
2069       Dr. med. Daniel Hinostroza C.
2070     * tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414.
2072 2002-12-09 Alexander M. Turek  <rabus@users.sourceforge.net>
2073     * lang/norwegian-*.inc.php3: Updates, thanks again to
2074       Sven-Erik Andersen (sven-erik).
2075     * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
2076     * lang/spanish-*.inc.php3: Updates, thanks again to
2077       Dr. med. Daniel Hinostroza C.
2079 2002-12-08 Alexander M. Turek  <rabus@users.sourceforge.net>
2080     * Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3,
2081       server_common.inc.php3, server_links.inc.php3, server_status.php3,
2082       server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3:
2083       Started working on a new interface to server related pages.
2084     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
2085     * lang/german-*.inc.php3: Updates.
2086     * lang/english-*.inc.php3: Reordered strings.
2088 2002-12-07 Marc Delisle  <lem9@users.sourceforge.net>
2089     * db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3
2090       bug 633422, use a button if search result would generate a too big URL
2092 2002-12-06 Mike Beck <mikebeck@users.sourceforge.net>
2093     * pdf_pages.php3,pdf_schema.php3,db_details_structure.php3:
2094       Choose between Landscape and Portrait for the
2095       Datadictionary in PDF Pages
2096     * pdf_schema.php3: lineheight for Textrows in Datadictionary
2097       was equal to textheight, i added one mm above and below text
2098       (hope your tables are not too big not to fit on a page now ;)
2100 2002-12-06 Alexander M. Turek  <rabus@users.sourceforge.net>
2101     * lang/german.inc.php3: Updates.
2102     * main.php3: Fixed bug #649641 (usernames containing '@' character).
2103     * libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler
2104       warning / php >= 4.3.0) by Mats Engstrom (matseng).
2105     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
2106     * lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
2107       (sven-erik).
2108     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
2109     * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
2110     * lang/italian-*.inc.php3:
2111       - Updates, thanks to Pietro Danesi (danone).
2112       - Coding standards.
2114 2002-12-06 Marc Delisle  <lem9@users.sourceforge.net>
2115     * lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
2116       new data dict feature for PDF pages, thanks to Maxime Delorme
2117     * lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message,
2118       thanks to Piotr Roszatycki (d3xter)
2120 2002-12-05 Alexander M. Turek  <rabus@users.sourceforge.net>
2121     * lang/swedish.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
2123 2002-12-05 Marc Delisle  <lem9@users.sourceforge.net>
2124     * pdf_schema.php3: remove control M
2125     * lang/dutch update, thanks to Ivo Teel
2127 2002-12-04 Marc Delisle  <lem9@users.sourceforge.net>
2128     ### 2.3.3pl1 released
2131          --- Older ChangeLogs can be found on our project website ---
2132                      http://www.phpmyadmin.net/old-stuff/ChangeLogs/
2134 # vim: ft=changelog
2135 # vim: expandtab ts=4 sw=4 sts=4
2136 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
2137 # vim: fdn=1 fdm=expr