lang
[phpmyadmin/crack.git] / ChangeLog
blob835490a00454bfcf51ce9139380fedb2224913a2
1 ----------------------
2 phpMyAdmin - Changelog
3 ----------------------
5 $Id$
6 $Source$
8 2003-04-08 Marc Delisle  <lem9@users.sourceforge.net>
9     * lang/galician: update, thanks to Xosé Calvo
10     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
12 2003-04-07 Michal Cihar  <nijel@users.sourceforge.net>
13     * db_details_structure.php3, mult_submits.inc.php3: Added ANALYZE TABLE to
14       multi submit actions.
16 2003-04-06 Garvin Hicking <me@supergarv.de>
17     * tbl_query_box.php, libraries/functions.js: Patch #705899 included.
18       Now multiple fields can be inserted at cursor position (Mozilla/IE)
19       in the sql query textarea. Thanks to Alexis Soulard (alexis_soulard)
20     * header.inc.php3, footer.inc.php3, libraries/common.lib.php3,
21       libraries/relation.lib.php3: RFE #715914: Sort query history by
22       (autoincrement) key instead of timevalue. Only save queries in
23       history if they were successful. This required the moving of
24       the JS-stuff in header.inc.php3 to footer.inc.php3. Please
25       test, if this works for everyone. It does for me.
27 2003-04-06 Alexander M. Turek  <rabus@users.sourceforge.net>
28     * db_datadict.php3: The result of SHOW INDEX does not have a 'Comment'
29       column before MySQL 3.23 (bug #712055).
30     * libraries/grab_globals.lib.php3: Make $HTTP_ACCEPT_LANGUAGE available for
31       machines with register_globals = off.
33 2003-04-05 Marc Delisle  <lem9@users.sourceforge.net>
34     * lang/romanian updates, thanks to Valics Lehel
35     * lang/slovenian update, thanks to Kositer Uros
37 2003-04-03 Garvin Hicking <me@supergarv.de>
38     * libraries/display_tbl.lib.php3: Bug #714744 fixed. Thanks to poster.
40 2003-04-02 Garvin Hicking <me@supergarv.de>
41     * tbl_query_box.php3: RFE #714095. Use backquotes for inserted fields.
42     * tbl_move_copy.php3: At least one of the PDF integrity checks
43       on moving/copying a table can safely be enabled.
44     * tbl_move_copy.php3, tbl_properties_operations.php3: Made 'move to
45       newly created table' depend on a selected checkbox. State of that
46       checkbox is saved in a cookie.
47     * lang/*: Added $strSwitchToTable for the above.
48     * lang/german-*: Translations
50 2003-04-02 Michal Cihar  <nijel@users.sourceforge.net>
51     * tbl_move_copy.php3: Fixed copying/moving to work after some changes in
52       generated SQL dump, move to newly created table also after copying.
53     * tbl_properties_operations.php3: Some fixes for html entities in db/table
54       names.
55     * db_details_structure.php3, mult_submits.inc.php3,
56       tbl_properties_structure.php3: Show multi submits result after headers
57       and tabs from originating place.
58     * lang/czech: Updated.
59     * tbl_properties_operations.php3: Not only remember, but also recall state
60       of checkbox for move to newly created table (see Garvin's entry above).
62 2003-04-01 Marc Delisle  <lem9@users.sourceforge.net>
63     * Documentation.html: clarify about wildcard database
64     * lang/bulgarian, translators.html: big update from the new translator:
65       Stanislav Yordanov, stan at stud.ru.acad.bg
66     * lang/italian: Updated, thanks to Pietro Danesi.
68 2003-03-31 Marc Delisle  <lem9@users.sourceforge.net>
69     * css/phpmyadmin.css.php3: calls from a css file are relative to itself
70       thanks to Jose Fandos (jose.fandos at sonnd.com)
72 2003-03-27 Alexander M. Turek  <rabus@users.sourceforge.net>
73     * server_privileges.php3, lang/*.inc.php3:
74       - Fixed bug #708292 (Support for host-based privileges).
75       - Show SQL query when adding a user.
76     * server_processlist.php3, lang/*.inc.php3: Feature #707495
77       (SHOW FULL PROCESSLIST).
78     * lang/german-*.inc.php3: Updates.
80 2003-03-27 Marc Delisle  <lem9@users.sourceforge.net>
81     * sql.php3: avoid long delays when browsing big tables (MySQL 4)
83 2003-03-26 Michal Cihar  <nijel@users.sourceforge.net>
84     * db_details.php3, db_details_qbe.php3, left.php3, tbl_change.php3,
85       tbl_properties_operations.php3, tbl_properties_structure.php3,
86       tbl_query_box.php3, tbl_select.php3, libraries/common.lib.php3: Even
87       more fixes for HTML entities in field/table/db name.
89 2003-03-25 Alexander M. Turek  <rabus@users.sourceforge.net>
90     * Documentation.html: Fixed GRANT queries for the controluser.
92 2003-03-25 Marc Delisle  <lem9@users.sourceforge.net>
93     * main.php3: replace the 'USE mysql' test, as users with a global
94       priv like CREATE TEMPORARY TABLES can do a 'USE mysql'
96 2003-03-25 Michal Cihar  <nijel@users.sourceforge.net>
97     * tbl_query_box.php3, tbl_properties_operations.php3,
98       libraries/common.lib.php3, tbl_query_box.php3, querywindow.php3: More
99       HTML entities fixes.
100     * read_dump.php3: Fixed detection of $goto.
101     * header.inc.php3: Neated URL generating.
102     * lang/czech: Updated.
104 2003-03-24 Michal Cihar  <nijel@users.sourceforge.net>
105     * db_details_structure.php3, mult_submits.inc.php: Added CHECK TABLE to
106       multisubmit actions (RFE #622603).
107     * db_details_structure.php3, mult_submits.inc.php3, tbl_alter.php3,
108       tbl_properties_structure.php3: Show result of CHECK/OPTIMIZE/REPAIR
109       queries for multiple tables.
110     * db_details_structure.php3: Display correctly table names that contain
111       HTML entities.
112     * libraries/build_dump.lib.php3: Removed PMA_htmlFormat function as it
113       caused HTML entities to be quoted twice.
114     * tbl_indexes.php3: Fixed editing of index with HTML entities.
115     * lang/czech: Updated.
116     * tbl_properties_structure.php3: Fix enabling/disabling links to index
117       creating (it requires type, but there was also MIME type added).
119 2003-03-23 Marc Delisle  <lem9@users.sourceforge.net>
120     * libraries/sqlparser.lib.php3, libraries/config_import.lib.php3,
121       config.inc.php3, Documentation.html: disabling of the parser no
122       longer possible
124 2003-03-22 Alexander M. Turek  <rabus@users.sourceforge.net>
125     * libraries/defines.lib.php3: Small bugfix.
126     * libraries/defines_php.lib.php3: New constant: PMA_MYSQL_CLIENT_API.
127     * libraries/common.lib.php3: Possible fix against "wrong parameter count"
128       errors.
130 2003-03-22 Marc Delisle  <lem9@users.sourceforge.net>
131     * libraries/transformations/text_plain__imagelink: display the
132       image, with width and height options
133     * libraries/transformations/text_plain__link: the link was not
134       functional at my site; also, document this transform in lang.
136 2003-03-21 Marc Delisle  <lem9@users.sourceforge.net>
137     * server_privileges.php3: typo
138     * lang/french update
139     * image_jpeg__plain renamed to text_plain__imagelink, because
140       the contents is not an image but a filename
142 2003-03-21 Michal Cihar  <nijel@users.sourceforge.net>
143     * ldi_check.php3: Use $sql_query instead of $query to put query correctly
144       to sql.php3.
145     * libraries/display_export.lib.php3: Again fixed selecting table/db
146       filename template.
147     * tbl_move_copy.php3, libraries/sqlparser.lib.php3: Fixed copying of
148       table.
150 2003-03-20 Marc Delisle  <lem9@users.sourceforge.net>
151     * lang/hebrew update, thanks to Yuval Sarna
153 2003-03-20 Michal Cihar  <nijel@users.sourceforge.net>
154     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
155     * libraries/mysql_wrappers.lib.php3: Fix for bug #705531 - check for field
156       type when doing charset conversion.
157     * libraries/display_export.lib.php3: Fixed selecting table/db filename
158       template.
159     * libraries/read_dump.lib.php3, db_details.php3,
160       db_details_importdocsql.php3, tbl_dump.php3, tbl_query_box.php3, lang/*:
161       Automatic detection of compression for uploaded data.
163 2003-03-19 Garvin Hicking <me@supergarv.de>
164     * tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3:
165       Display select box for stored files on Server ($cfg['UploadDir']) in every SQL
166       input area (SQL window, table properties) AND in the 'Insert/Update field' display
167       where you can upload files to blob fields. Experimental.
169 2003-03-19 Alexander M. Turek  <rabus@users.sourceforge.net>
170     * lang/german-*.inc.php3: Updates.
172 2003-03-19 Michal Cihar  <nijel@users.sourceforge.net>
173     * tbl_properties_operations.php3: fixed bad id of option (#706147).
174     * lang/dutch: Updated, thanks to Gilles van den Hoven.
175     * lang/thai: Updated.
176     * lang/italian: Updated, thanks to Pietro Danesi.
177     * lang/indonesian: Updated, thanks to Rachim Tamsjadi.
178     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
179     * lang/chinese: Updated, thanks to Siu Sun.
181 2003-03-18 Garvin Hicking <me@supergarv.de>
182     * libraries/display_export.lib.php3: Fixed variable usage.
183     * lang/*, libraries/transformations/*, libraries/display_tbl.lib.php3,
184       libraries/common.lib.php3: Added new transforms for a substr()
185       function, a dateformat() modified and a basic plugin for external
186       programs. Support for TIDY has been experimentally been built in.
187       External programs make use of piping and thus cannot be used in
188       Windows.
189       Added the ability for transforms to adjust the "nowrap" option of a
190       cell.
191       Some german translation.
193 2003-03-18 Marc Delisle  <lem9@users.sourceforge.net>
194     * libraries/select_lang.lib.php3: modify order of Russian lang files
195       because MSIE does not accept cp866 and users do not see anything,
196       thanks to Volckov Konstantin Michailovich (wolf at sw.ru)
198 2003-03-18 Michal Cihar  <nijel@users.sourceforge.net>
199     * libraries/display_tbl.lib.php3: removed &nbsp; from button text, as
200       Konqueror doesn't like it there and it is not needed.
201     * lang/czech: updated.
202     * libraries/display_tbl.lib.php3: Don't show BLOB text instead of content
203       when using transformations.
204     * libraries/display_export.lib.php3, db_details_links.php3,
205       server_common.inc.php3, server_databases.php3, server_links.inc.php3,
206       server_processlist.php3, server_status.php3, server_variables.php3,
207       tbl_change.php3 libraries/server_privileges.js: Fixed end of line chars.
208     * tbl_dump.php3, libraries/display_export.lib.php3, lang/*: User can now
209       specify how will filename for exported data look like (RFE #678642).
210     * Documentation.*: Next release seems to be 2.5.0.
211     * lang/latvian: Updated, thanks to Sandis Jerics.
213 2003-03-17 Mike Beck  <mikebeck@users.sourceforge.net>
214     * pdf_pages.php3  will now check if the pdf_pages table has entries
215       that reference tables that no longer exist. if it does user is prompted
216       to delete them.
218 2003-03-17 Marc Delisle  <lem9@users.sourceforge.net>
219     * user_password.php3, header.inc.php3, libraries/user_password.js:
220       put back js functions for user password change (= old user_details.js)
221     * libraries/display_tbl.lib.php3, functions.js: new feature:
222       browse mode page drop-down, thanks to Alexis Soulard (alexis_soulard)
224 2003-03-15 Marc Delisle  <lem9@users.sourceforge.net>
225     * pdf_pages.php3: Automatic layout of tables on the schema
227 2003-03-15 Garvin Hicking <me@supergarv.de>
228     * pdf_schema.php3: Fixed typo.
230 2003-03-14 Garvin Hicking <me@supergarv.de>
231     * libraries/display_tbl.lib.php3, db_details_importdocsql.php3: Fixed
232     '../' safety issues, display transformations only if file exists
233     (Bug #703555)
235 2003-03-14 Robin Johnson  <robbat2@users.sourceforge.net>
236     * config.inc.php3, libraries/config_import.lib.php3 tbl_change.php3:
237         - Typo fixes:
238         s/RestricColumnTypes/RestrictColumnTypes/
239         s/RestricFunctions/RestrictFunctions/
240     * scripts/create_tables.sql:
241         -  Neaten up SQL, add DROP TABLE/DATABASE cleanness
243 2003-03-13 Alexander M. Turek  <rabus@users.sourceforge.net>
244     * server_status.php3: Fixed the Garvin's calculations.
245     * server_variables.php3: Fixed the display for MySQL <= 4.0.3-beta.
246     * libraries/header_meta_style.inc.php3,
247       libraries/transformations/overview.php3: Fixed CSS link.
248     * tbl_properties.inc.php3: Added tooltips for transformations.
250 2003-03-13 Marc Delisle  <lem9@users.sourceforge.net>
251     * libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers
253 2003-03-13 Garvin Hicking <me@supergarv.de>
254     * lang/*, server_status.php3: RFE #702485 - display total# queries per hour/minute/second.
255     * config.inc.php3: Put a note for flipped headers: CSS only works for IE. ('writing-mode')
256     * libraries/display_tbl.lib.php3: Display fields used for WHERE query highlighted in
257       results page (1px border in the color of BrowserMarkerColor around the cells).
258       RFE #638800
259     * libraries/build_dump.lib.php3, db_details_structure.php3, db_printview.php3,
260       pdf_schema.php3, tbl_dump.php3, tbl_printview.php3, tbl_properties_structure.php3,
261       lang/*: RFE #7000385: Export AUTO_INCREMENT field.
262       Display Create/Update/Check_time in PDF-Pages, printview, DB/Table structure and table
263       dumps, if information is available (gathered by 'SHOW TABLE STATUS' for MySQL 3.23.XX).
264     * config.inc.php3 - Altered comments for PMA_* tables for easier integration and more
265       clarity. Make it easier to enable defaults (RFE #695265)
267 2003-03-12 Garvin Hicking <me@supergarv.de>
268     * db_details_structure.php3: When using Alias-Displays for Tables, fix bug when a tablename
269       was not displayed if it has no comment.
270     * libraries/display_tbl.lib.php3 RFE #550554 - Execute SQL bookmarks when browsing the
271       bookmarktable.
272     * db_details_structure.php, left.php3, tbl_properties_links.php3, libraries/bookmark.lib.php3:
273       RFE #550552: Change default initial query for browse mode, if a bookmark with the same
274       label as the tablename is found.
275     * tbl_properties_options.php3, tbl_properties_table_info.php3: Support changing
276       auto_increment value. (RFE #639655)
277     * db_printview.php3, tbl_printview.php3, db_datadict.php3, pdf_schema.php3:
278       Display DB comments and MIME types, where appropriate.
279     * header.inc.php3, querywindow.php3, libraries/common.lib.php3: Fixed some bugs for
280       the querywindow which didn't show the latest querys always.
281     * Documentation.html, db_details.php3, read_dump.php3, tbl_query_box.php3:
282       RFE #470000 - Use parameters for bookmarked queries. This is a bit tricky
283       to do, so please see Documentation.html. I thought it too hard to move the
284       bookmark-box around where you can store the bookmarks, because there are a couples
285       of redirections involved. So the major problem is that your to-be-stored bookmark
286       HAS to yield at least a single result row for you to be able to store that.
287     * tbl_move_copy.php3, tbl_properties_operations.php3: RFE #571838 :
288       Add 'DROP TABLE IF EXISTS' checkbox. Will maintain any existing PMA_* entries
289       for that table.
290     * tbl_properties_export.php3, db_details_export.php3,
291       libraries/display_export.lib.php3: Reworked DB/Table export, so that DB
292       export now is a perfect look-alike except for a multi-tables dropdown.
293       Put the code to display the export into a seperate file for re-usability.
294     * tbl_change.php3, config.inc.php3, libraries/config_import.lib.php3,
295       libraries/common.lib.php3: RFE #422243 - Definition of which MySQL functions
296       map to which MySQL field type and in the dropdown of the function list first
297       display the fitting functions, and then for compatibility reasons the rest of
298       the functions.
299       TODO: I don't know if I chose the correct mapping for all types. Please correct
300       config_import.lib.php3 and config.inc.php3 if therer are any mismappings.
301     * sql.php3, tbl_alter.php3, tbl_move_copy.php3, tbl_properties_structure.php3,
302       tbl_rename.php3, libraries/relation.lib.php3:
303       Bugfix #579256 / RFE #577328 : Automatic update of relations,
304       display fields, comments, bookmarks, ... on update, delete and duplicate.
305       Automatic duplication/moving of PDF pages does not yet work. Would the
306       original author please be so kind to have a look at the tbl_move_copy.php
307       script, search for '[TODO]' and apply necessary fixes? ;)
308     * tbl_dump.php3: New $sql_structure variable for the new table export
309       design broke DB export functionality. Fixed this.
311 2003-03-12 Marc Delisle  <lem9@users.sourceforge.net>
312     * lang/ukrainian: update, thanks to Markijan Baran
314 2003-03-11 Garvin Hicking <me@supergarv.de>
315     * docSQL/*, read_dump.php3, db_details_importdocsql.php3,
316       libraries/grab_globals.lib.php3, libraries/read_dump.lib.php3:
317       Improved security of docSQL importer. You now can only access
318       a subdirectory of phpMyAdmin ('docSQL' proposed) OR upload each
319       file on its own via File Upload (if $is_upload is true).
320       Filenames not matching the converter will no more printed out to
321       maintain security. Permits input of '../'.
322     * transformation_wrapper.php3 - Remove $err_url, because if a query
323       fails here, the user won't get to see the error string anyways.
324       Can happen if you want to display a blob without having an index
325       key in your query, because the blob cannot be filtered by a content
326       WHERE-string.
328 2003-03-11 Marc Delisle  <lem9@users.sourceforge.net>
329     * libraries/sqlparser.data.php3: bug 700082, support of XOR
331 2003-03-10 Alexander M. Turek  <rabus@users.sourceforge.net>
332     * translators.html: Another mechanism against stupid people who use the
333       translator list as a list of localised support hotlines or try to get a
334       translation by mail order... :o)
335     * header_printview.inc.php3, index.php3, left.php3, queryframe.php3,
336       libraries/common.lib.php3, libraries/header_meta_style.inc.php3: Ensured
337       that the correct font families are used.
339 2003-03-10 Garvin Hicking <me@supergarv.de>
340     * libraries/common.lib.php3: Fixed getElementbyId-Bug #687548,
341       thanks to Csaba Gabor!
342     * sql.php3: Fixed another occurence of addslashes() where it no longer
343       belongs.
344     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
345       tbl_properties.inc.php3, libraries/common.lib.php3: Goodie for you all
346       - when creating/altering/adding table fields you can now change the
347       wrong form input, instead of losing all your data. Have fun. :-)
348     * tbl_dump.php3, tbl_properties_export.php3, css/phpmyadmin.css.php3,
349       lang/*:
350       Added new table export format by Michal Cihar. db_details_export.php3
351       should be adapted to the new layout somewhen. Fixed Compression.
352     * header.inc.php3, header_printview.inc.php3, index.php3,
353       left.php3, queryframe.php3, querywindow.php3,
354       transformation_wrapper.php3, css/phpmyadmin.css.php3,
355       libraries/common.lib.php3, libraries/db_table_exists.lib.php3,
356       libraries/functions.js, libraries/header_http.inc.php3,
357       libraries/header_meta_style.inc.php3, libraries/left.js
358       libraries/sqlparser.lib.php3:
359       Massive code-cleanup. Put all stylesheets into new central file
360       css/phpmyadmin.css.php3. To reduce overhead in this file, the
361       common.lib.php3 has a new variable to determine whether the full
362       code structure or only those codes needed for the stylesheet class
363       is parsed. This is to prevent duplicated code, even though it looks
364       somehow ugly. The stylesheet is now embedded via a <link rel>-
365       directive and should also be able to be cached by the browser.
366       See patch #699454.
367       Also some unneccessary code was removed from querywindow/wrapper.
368     * tbl_change.php3: Patch #697541 to prevent non-associative MySQL
369       fieldnames to be mapped to false keys for display.
371 2003-03-10 Marc Delisle  <lem9@users.sourceforge.net>
372     * transformation_wrapper.php3, lang/*,
373       libraries/transformations/image_png__inline.inc.php3:
374       new transformation for png (inline)
375       (still issues with PNG's transparency in PHP 4.3.0)
376     * libraries/common.lib.php3: bug 692652, support for disabled ini_get()
378 2003-03-09 Garvin Hicking <me@supergarv.de>
379     * db_printview.php3: Added print button (#700205)
381 2003-03-08 Marc Delisle  <lem9@users.sourceforge.net>
382     * libraries/transformations/*.sh: did not work in bash
384 2003-03-07 Marc Delisle  <lem9@users.sourceforge.net>
385     * transformation_wrapper.php3, lang/*,
386       libraries/transformations/image_jpeg__inline.inc.php3:
387       now 2 options for resize: width, height
389 2003-03-06 Garvin Hicking <me@supergarv.de>
390     * libraries/common.lib.php3, libraries/display_tbl.lib.php3:
391       Fix bug #658668, special escaping of \n, \r and \t characters.
392       Please test, works fine for me now (both magic_quotes on/off).
394 2003-03-05 Robin Johnson  <robbat2@users.sourceforge.net>
395     * Documentation.html, Documentation.txt: Long-withstanding spelling fixes!
396     * updatedocs.sh: Script to make conversion easier
398 2003-03-05 Garvin Hicking <me@supergarv.de>
399     * Documentation.html: Added FAQ 2.6 about localhost-socket connections.
400     * libraries/relation.lib.php3, libraries/transformations.lib.php3,
401       tbl_relation.php3, tbl_move_copy.php3: Replace PMA_handleSlashes()
402       call with PMA_sqlAddslashes() call because of new global s
403       lashes-handling.
404     * sql.php3: Fixed querytime bug, when query was only shown for PHP
405       display.
406     * read_dump.php3, sql.php3, tbl_alter.php3,
407       tbl_properties_export.php3: Fixed remaining calls to stripslashes()
408       where not neccessary, because grab_globals already stripslashed
409       the data. This fixes the problem of the SQL Pretty printer showing
410       the data wrongly formatted.
412 2003-03-05 Michal Cihar  <nijel@users.sourceforge.net>
413     * libraries/sqlparser.data.php3: TRANSACTION isn't reserved word (fixes
414      #697961)
416 2003-03-05 Marc Delisle  <lem9@users.sourceforge.net>
417     * Documentation.html, faq 1.29 about the "duplicate field names" problem
418     * transformation_wrapper.php3, libraries/defines_php.lib.php3,
419       libraries/transformations/image_jpeg__inline.inc.php3:
420       resized thumbnails
422 2003-03-03 Alexander M. Turek  <rabus@users.sourceforge.net>
423     * tbl_replace_fields.php3: Bugfix: User was unable to insert values
424       containing quotes.
425     * libraries/common.lib.php3:
426       - Avoid reloading the left frame twice;
427       - PHP3 compatibility;
428       - $cfg['PmaAbsoluteUri'] autodetection did not work as expected if php was
429         in CGI mode.
431 2003-03-03 Marc Delisle  <lem9@users.sourceforge.net>
432     * badwords.txt: bug 692874: "date" is not a reserved word
434 2003-03-02 Alexander M. Turek  <rabus@users.sourceforge.net>
435     * db_details.php3, db_details_qbe.php3, db_search.php3, ldi_check.php3,
436       mult_submits.inc.php3, read_dump.php3, sql.php3, tbl_addfield.php3,
437       tbl_change.php3, tbl_create.php3, tbl_dump.php3, tbl_indexes.php3,
438       tbl_move_copy.php3, tbl_properties.inc.php3,
439       tbl_properties_operations.php3, tbl_properties_options.php3,
440       tbl_query_box.php3, tbl_rename.php3, tbl_replace.php3,
441       tbl_replace_fields.php3, tbl_select.php3, transformation_wrapper.php3,
442       user_password.php3, libraries/build_dump.php3, libraries/common.lib.php3,
443       libraries/display_tbl.lib.php3, libraries/grab_globals.php3:
444       If magic_quotes_gpc is enabled, grab_globals calls stripslashes when
445       extracting the arrays $_GET and $_POST. This should replace a lots of
446       workarounds and avoid present and future problems with magic_quotes_gpc.
447     * server_privileges.php3, libraries/common.lib.php3:
448       - Escape wildcard characters in the database and table dropdown boxes;
449       - CSS fixes.
451 2003-03-01 Marc Delisle  <lem9@users.sourceforge.net>
452     * lang/english: typo
453     * tbl_dump.php3: undefined variable $use_comments
454     * tbl_properties_export.php3: bug 692143: now we remove the
455       LIMIT clause from the original query to use the limits entered
456       on the export form
457     * pdf_schema.php3: better header/footer for long pages,
458       thanks to Maxime Delorme
460 2003-03-01 Michal Cihar  <nijel@users.sourceforge.net>
461     * tbl_indexes.php3: Cleaner solution for showing query after changing
462       index.
464 2003-03-01 Robin Johnson  <robbat2@users.sourceforge.net>
465     * libraries/xpath/XPath.class.php, libraries/xpath/:
466     - Removed (was part of the early DB config prototype)
467     * lang/translatecount.sh:
468     - Counts just how out of date the translations are!
470 2003-02-28 Michal Cihar  <nijel@users.sourceforge.net>
471     * tbl_indexes.php3: Show SQL query after modifying/creating index (closes
472       #694800), show structure after modifying index.
474 2003-02-28 Alexander M. Turek  <rabus@users.sourceforge.net>
475     * Documentation.html: Fixed a typo.
476     * server_privileges.php3: Fixed bug #691910.
477     * server_status.php3, lang/*.inc.php3: Patch #683302: InnoDB status monitor,
478       thanks to Jason Carlson (jjcarlson).
480 2003-02-28 Garvin Hicking <me@supergarv.de>
481     * config.inc.php3, header.inc.php3, queryframe.php3, querywindow.php3,
482       tbl_query_box.php3, libraries/common.lib.php3, libraries/config_import.lib.php3,
483       Documentation.html:
484       - Finetuneing for query window: Only three tabs, if DefaultTab
485         is not set to 'full'.
486       - Inserted nobr-Tags to make german translation for 'sql history' fit inside a tab.
487       - Improved windowsize of the query window (no a *lot* smaller, hope this will suit
488          Rabus ;).
489       - Made the textarea smaller (*1.25 instead of *2) for the window only.
490       - Fixed a bug when you changed from a table to a database on the left frame and the
491         query window still wants to show the previous table.
492     * tbl_query_box.php3: Only show fieldlist, when $table is set.
493     * translators.html: Adjusted to same topmenu as Documentation.html.
494       With the new 'Transformations' item the bar was too large to fit
495       on standard 800x600 browser windows.
497 2003-02-27 Michal Cihar  <nijel@users.sourceforge.net>
498     * lang/czech: Updated.
499     * lang/english: Resorted.
501 2003-02-27 Alexander M. Turek  <rabus@users.sourceforge.net>
502     * libraries/common.lib.php3, libraries/config_import.lib.php3:
503       - Backwards compatibility;
504       - Removed some unnecessary code;
505       - Added a small HOWTO.
506     * config.inc.php3: The tab settings don't fit into the 'left frame' part.
507     * lang/german-*.inc.php3: Grammar.
508     * Documentation.html: Fixed some dead links.
509     * scripts/create_tables.sql: Adjusted table comments.
511 2003-02-27 Garvin Hicking <me@supergarv.de>
512     * libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.php3,
513       querywindow.php3: Integrated Manuzhais patch for Lightweight Tabs.
514     * querywindow.php3, tbl_query_box.php3, config.inc.php3, header.inc.php3, index.php3,
515       libraries/config_import.lib.php3: Added (optional) DB-based SQL-history with
516       purging on login, made querywindow tabbed, improved Querywindow-compatibility.
517     * tbl_properties.inc.php3, config.inc.php, librarires/config_import.lib.php3:
518       Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display
519       (optional, default off) of the columns. I didn't like to have to scroll in horizontal
520       directions, so with this mode you can see about 6 columns at once on a single screen.
521     * tbl_properties.inc.php3: Fixed bug when certain fields are not
522       enabled, they threw an undefined offset. [2nd try, now for real :)]
523     * Documentation.html: Updated for my new features. Should include
524       everyting, I hope. But seriously needs a proofread.
525     * config.inc.php3: Inserted new directives for empty
526       $cfg['Servers'][$i]. (history, verbose_check)
527     * tbl_create.php3, tbl_addfield.php3, tbl_alter.php3: Added more checks
528       to suppress Notices/Warnings when MIME-types are not enabled.
530 2003-02-26 Garvin Hicking <me@supergarv.de>
531     * lang/german-*: better grammar. ;)
532     * libraries/display_tbl.lib.php3: Fixed transformation-link variable
533       usage for special queries like 'SHOW FIELDS', where certain variables are
534       not set.
535     * config.inc.php3, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
536       tbl_move_copy.php3, tbl_properties.inc.php3, tbl_properties_structure.php3,
537       transformation_wrapper.php3, libraries/config_import.lib.php3,
538       libraries/display_tbl.lib.php3, libraries/relation.lib.php3,
539       scripts/create_tables.sql:
540        Test if MIME-feature are really available. Preparation for PMA_db-based
541        SQL-History.
542        Removed a dupe for inserting comments, fixed integrity check when
543        moving/renaming tables and keeping comments.
544      * header.inc.php3: Added one more Javascript if-structure to make sure
545        the frameset is initialized when querying for an active window. Without
546        this, when starting phpMyAdmin for the first time, IE6 may complain
547        depending on the order it loads the framesets.
549 2003-02-25 Marc Delisle  <lem9@users.sourceforge.net>
550     * db_details_structure.php3: undefined variable $comment
551     * tbl_move_copy.php3: 'column_info'
553 2003-02-25 Alexander M. Turek  <rabus@users.sourceforge.net>
554     * lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3,
555       lang/swedish-*.inc.php3, lang/thai-*.inc.php3: Removed problematic %e from
556       $datefmt (translations #692065).
557     * lang/japanese-*.inc.php3: Fixed some inconsistences.
558     * config.inc.php3, db_details_importdocsql.php3, Documentation.html,
559       sql.php3, tbl_move_copy.php3, tbl_rename.php3,
560       libraries/config_import.lib.php3, libraries/relation.lib.php3,
561       libraries/transformations.lib.php3: Changed 'column_comments' to
562       'column_info'.
563     * ChangeLog: Removed the 2.3.x branch from this ChangeLog; I moved it to
564       <http://www.phpmyadmin.net/ChangeLogs/>.
566 2003-02-25 Garvin Hicking <me@supergarv.de>
567     * tbl_properties.inc.php3: Fixed duped display of comments due to
568       merging diff conflict.
569     * lang/german*: German translations, only missing transformation
570       descriptions. They shouldn't be translated at that early point, I guess.
571     * libraries/config_import.lib.php3, libraries/relation.lib.php3,
572       libraries/transformations.lib.php3: 'column_info', they were somehow
573       not included in rabus' commit?!
575 2003-02-24 Alexander M. Turek  <rabus@users.sourceforge.net>
576     * common.lib.php3: Backwards compatibility.
578 2003-02-24 Garvin Hicking <me@supergarv.de>
579     Submitted multiple patches from the patch tracker:
580     * JS rowmarker now works in vertical display mode
581         Files: libraries/functions.js, display_tbl.lib.php3
582     * Display nav_bar even when only one row is returned, to enable display in
583         vertical/horizontal mode (especially for rotated headers)
584         Files: libraries/display_tbl.lib.php3
585     * Measures basic query time [#571934]
586         Files: sql.php3, display_tbl.lib.php3
587     * New display mode with 90 degree rotated table headers [#544361]. Works
588         either as CSS or as 'faked' PHP-transformation.
589         Files: libraries/common.lib.php3, libraries/display_tbl.lib.php3
590     * Update and display column comments in Add/Edit Fieldmode and CREATE table
591         mode. Display comments in table structure (optional) with underlined
592         CSS-mouseovers. Display comments in browser mode (optional), both in
593         vertical and horizontal display mode. Keep column comments in synch, when
594         DROPping/ALTERing and moving/copying tables.
595         Files: tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
596         tbl_properties.inc.php3, tbl_properties_structure.php3, db_details_links,
597         tbl_relation.php3,tbl_move_copy.php3, tbl_properties_links.php3,
598         tbl_rename.php3, sql.php3, db_details_structure.php3, db_details_links.php3,
599         libraries/relation.lib.php3
600     * Display and enter DB/table comments for navigation, stored in pma comments table.
601         May be displayed as Alias-Tooltips in left frame. [#650064]
602         Files: db_details_structure.php3, left.php3, relation.lib.php3
603     * Display column comments in table/database dumps, as inline SQL-Comments
604         Files: tbl_dump.php3, tbl_properties_export.php3, build_dump.lib.php3
605     * Display MIME types to transform any table cell. You can only choose from a
606         list of pre-defined MIME-types. The list gets built by a function searching
607         a directory for valid transforms. For further information see
608         libraries/transformations/README-file and soon in documentation. ;)
609         Files: tbl_properties.inc.php3, transformations.lib.php3, relation.lib.php3,
610         create_tables.sql, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
611         tbl_move_copy.php3, transformation_wrapper.php3,
612         libraries/display_tbl.lib.php3, libraries/transformations/*
613         TODO: Add predefined functions!
614     * Display a (javascript) based query window as a new frame below the left
615         frame with query history [#526008]. Currently a bit experimental, works with
616         IE6 and Mozilla 1.2. Utilizes pretty basic JavaScript functions which *should*
617         work with any browser.
618         Files: queryframe.php3, querywindow.php3, header.inc.php3,
619         tbl_query_box.php3, common.lib.php3
621 2003-02-24 Olivier L. Müller  <om@omnis.ch>
622     * libraries/common.lib.php3: if $cfg['PmaAbsoluteUri'] is empty and
623       port == 80 or port == 443, do not add ":80" or ":443" anymore to the
624       generated URL -> prevents a double password query with some browsers
625       (Safari) in case of http authentication.  (tested with https, http and
626       http running on port 8080)
628 2003-02-24 Michal Cihar  <nijel@users.sourceforge.net>
629     * tbl_change.php3, tbl_replace_fields.php3: Move magic words used for
630       fields type into special variable. Fixes #647689.
631     * db_details_structure.php3: Removed extra /. Fixes #692171.
633 2003-02-23 Marc Delisle  <lem9@users.sourceforge.net>
634     ### 2.4.0 released
636 2003-02-23 Olivier L. Müller  <om@omnis.ch>
637     * docs.css: highlight FAQ questions in blue -> more readble.
639 2003-02-23 Alexander M. Turek  <rabus@users.sourceforge.net>
640     * server_privileges: Better code for "check privileges"; This should fix
641       bug #687808 and a few other problems.
642     * ANNOUNCE.txt: Updated list of known bugs.
643     * server_variables.php3: Modified generated XHTML code.
645 2003-02-22 Marc Delisle  <lem9@users.sourceforge.net>
646     * lang/italian update, thanks to Pietro Danesi
647     * lang/slovak update, thanks to Lubos Klokner
648     * lang/polish: update, thanks to Jakub Wilk
649     * lang/thai: update, thanks to Arthit Suriyawongkul
650     * tbl_change.php3: do not use enctype="multipart/form-data"
651       if !$is_upload (possible solution for bug 689215)
652     * lang/swedish: update, thanks to Björn T. Hallberg
654 2003-02-19 Alexander M. Turek  <rabus@users.sourceforge.net>
655     * libraries/display_tbl.lib.php3: Coding standards.
656     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
657     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
658     * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
659     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro.
661 2003-02-18 Marc Delisle  <lem9@users.sourceforge.net>
662     * sql.php3: bug 649665: undefined variables with UNION, and
663       also get the correct row count
664     * lang/norwegian: update, thanks to Sven-Erik Andersen
666 2003-02-18 Alexander M. Turek  <rabus@users.sourceforge.net>
667     * server_databases.php3:
668       - Fixed bug #688360 (Database privileges and AllowUserDropDatabase);
669       - The link "check privileges" is now only displayed to superusers.
671 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
672     * lang/czech: Updated.
673     * Documentation.html: Removed obsolete FAQ 6.17 about binary upload.
675 2003-02-17 Alexander M. Turek  <rabus@users.sourceforge.net>
676     * server_privileges.php3: Fixed edit link.
677     * Documentation.html:
678       - Reformulated some passages;
679       - FAQ 1.28.
680     * ANNOUNCE.txt: Synchronized features list with documentation.
681     * server_databases.php3: Fixed bug #688271 (missing "?").
683 2003-02-17 Garvin Hicking <me@supergarv.de>
684     * tbl_replace_fields.php3, read_dump.php3, libraries/common.lib.php3:
685       Reworked blob file upload. More security cautions, and preserve
686       fields contents, if no new file was uploaded. Moved is_uploaded_file
687       function from read_dump.php3 to common.lib.php3 for reusability.
689 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
690     * tbl_change.php3, tbl_replace_fields.php3: Removed checkbox for binary
691       upload, upload field moved into table.
693 2003-02-17 Marc Delisle  <lem9@users.sourceforge.net>
694     ### 2.4.0-rc2 released
695     * sql.php3: use SQL_CALC_FOUND_ROWS on MySQL 4 to find the
696       correct number of rows
698 2003-02-16 Alexander M. Turek  <rabus@users.sourceforge.net>
699     * server_privileges.php3, lang/*.inc.php3, lang/server_privileges.js:
700       - Reimplemented ability to change a user's login information
701         (bug #684984);
702       - Feature: copy user profiles;
703       - "Check privileges" should now also check for wildcards;
704       - The revoke mode for deleting users did not always produce valid MySQL.
705     * lang/chinese-*.inc.php3: Fixed bug #682161 by removing some errornous strings.
706     * ANNOUNCE.txt: synchronized list of features and fixes.
708 2003-02-16 Michal Cihar  <nijel@users.sourceforge.net>
709     * lang/czech: Updated.
710     * docs.css: Fixed URL.
712 2003-02-16 Marc Delisle  <lem9@users.sourceforge.net>
713     * sql.php3, libraries/sqlparser.lib.php3: new analyzer logic
714       for splitting the SELECT clauses, to solve almost all records
715       counting bugs
716     * pdf_schema.php3: improved alignment, thanks to Maxime Delorme
717     * lang/japanese: update, thanks to Yukihiro Kawada
719 2003-02-15 Alexander M. Turek  <rabus@users.sourceforge.net>
720     * ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct
721       it if necessary.
722     * libraries/common.lib.php3: Don't display edit link for
723       database-independant queries.
724     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
725     * docs.css:
726       - Wrong URI;
727       - Typo.
729 2003-02-14 Alexander M. Turek  <rabus@users.sourceforge.net>
730     * server_databases.php3, server_privileges.php3, lang/*.inc.php3:
731       Reimplemented "check privileges" feature.
733 2003-02-13 Robin Johnson  <robbat2@users.sourceforge.net>
734     * sql.php3: Fix simple little bug #685082
736 2003-02-12 Alexander M. Turek  <rabus@users.sourceforge.net>
737     * server_privileges.php3: Fixed bug #684947 ('uncheck all' of 'privileges'
738       is broken), thanks to Alexander Schuch (ci-dev).
740 2003-02-12 Marc Delisle  <lem9@users.sourceforge.net>
741     * lang/indonesian update, thanks to Rachim Tamsjadi
742     * lang/italian update, thanks to Pietro Danesi
743     * lang/lithuanian update, thanks to Vilius Zigmantas
744     * lang/slovenian update, thanks to Kositer Uros
745     * lang/swedish: update, thanks to Björn T. Hallberg
746     * tbl_change.php3: upload field only to BLOBs
747     * libraries/defines.lib.php3, libraries/common.lib.php3: adjust Konqueror
748       font size
750 2003-02-11 Marc Delisle  <lem9@users.sourceforge.net>
751     * tbl_replace_fields.php3: sometimes we receive "none" as the file
752       name when there is no field upload for some field
753     * sql.php3: bug 684712, undefined variable $table (js disabled
754       and confirmation for drop database)
756 2003-02-11 Alexander M. Turek  <rabus@users.sourceforge.net>
757     * server_databases.php3: Wrong link title.
759 2003-02-10 Alexander M. Turek  <rabus@users.sourceforge.net>
760     * server_databases.php3: Ensured that the database list is built.
762 2003-02-10 Marc Delisle  <lem9@users.sourceforge.net>
763     * lang/catalan: update, thanks to Xavier Navarro
765 2003-02-09 Robin Johnson  <robbat2@users.sourceforge.net>
766     * lang/Galician*: Updates thanks to xosecalvo
768 2003-02-09 Michal Cihar  <nijel@users.sourceforge.net>
769     * lang/czech: Updated again.
771 2003-02-09 Alexander M. Turek  <rabus@users.sourceforge.net>
772     * server_databases.php3, lang/*.inc.php3:
773       - Bugfixes & interface cosmetic;
774       - Drop multiple databases.
775     * db_stats.php3: Removed, the file is replaced by server_databases.php3.
776     * lang/german-*.inc.php3: Updates.
777     * config.inc.php3: Added a note about another possible setting.
778     * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
779     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
780     * translators.html: Fixed a typo.
781     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
782     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
784 2003-02-08 Alexander M. Turek  <rabus@users.sourceforge.net>
785     * config.inc.php3, lang/add_message.sh: Typos.
786     * lang/italian.inc.php3: Updates, thanks to Pietro Danesi (danone).
787     * server_databases.php3, server_links.inc.php3, lang/*.inc.php3:
788       Reworte db_stats.php3 to be conform with the new server_ pages.
790 2003-02-07 Michal Cihar  <nijel@users.sourceforge.net>
791     * lang/czech: Updated.
793 2003-02-07 Marc Delisle  <lem9@users.sourceforge.net>
794     * lang/italian: update, thanks to Pietro Danesi
795     * lang/norwegian: update, thanks to Sven-Erik Andersen
796     * lang/polish: update, thanks to Jakub Wilk
797     * lang/swedish: update, thanks to Björn T. Hallberg
798     * lang/slovak: remove duplicates
799     * lang/*, tbl_properties.inc.php3: new $strDefaultValueHelp
801 2003-02-06 Robin Johnson  <robbat2@users.sourceforge.net>
802     * lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
803     * lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
804       be '$strDBGMax'
805     * translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
807 2003-02-06 Marc Delisle  <lem9@users.sourceforge.net>
808     * libraries/sqlparser.lib.php3: PHP3 parse error
809     * Documentation.html, db_details_importdocsql.php3, tbl_relation.php3,
810       libraries/relation.lib.php3: bug 681298, we should always backquote
811       a restricted word like "comment" when used as an identifier
812     * Documentation.html, bug 681776, wrong command for my.ini file
813     * libraries/left.js: png files
815 2003-02-05 Alexander M. Turek  <rabus@users.sourceforge.net>
816     * db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
817       the SQL query box for Opera 7 for Windows in order to avoid trouble here.
818     * Documentation.html: Removed FAQ entry about Opera 7.
819     * db_stats.php3: One <img> tag still pointed to a GIF file.
821 2003-02-05 Marc Delisle  <lem9@users.sourceforge.net>
822     * tbl_replace.php3, tbl_replace_fields.php3: do not display the
823       UPDATE query if there was some binary upload in it, otherwise
824       display it
826 2003-02-04 Alexander M. Turek  <rabus@users.sourceforge.net>
827     * common.lib.php3:
828       - Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks to Charles
829         Bailey (charles_bailey);
830       - Don't use small fonts for Opera 7.
831     * ldi_check.php3: Backslahes should be escaped.
832     * Documentation.html: Added a note about Opera 7.
834 2003-02-04 Michal Cihar  <nijel@users.sourceforge.net>
835     * Documentation.*: Added information about binary checkbox when uploading
836       files.
838 2003-02-04 Garvin Hicking  <me@supergarv.de>
839     * common.lib.php3: Fixed a possible 'undefined index' error.
841 2003-02-04 Marc Delisle  <lem9@users.sourceforge.net>
842     * Documentation.html: new faq entry about IE bug with http auth,
843       switching from one server to the other
844     * db_details_qbe.php3: bug 661758 (undefined offset when doing a qbe
845       and only table selected)
846     * ldi_check.php3: check local_infile on recent MySQL versions,
847       thanks to Alexander
849 2003-02-03 Michal Cihar  <nijel@users.sourceforge.net>
850     * libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE
851       #678729).
852     * tbl_replace_fields.php3, tbl_change.php3: Allow binary uploads.
853     * tbl_dump.php3: Fix bug #679699 (export to XML, save to file - Undefined
854       variable: charset_of_file).
856 2003-02-03 Garvin Hicking  <me@supergarv.de>
857     * pdf_schema.php3, libraries/dbg/profiling.php3,
858       libraries/xpath/XPath.class.php: Backwards compatibility (foreach loops).
860 2003-02-03 Marc Delisle  <lem9@users.sourceforge.net>
861     ### 2.4.0-rc1 released
862     and after the release:
863     * lang/romanian: update, thanks to Valics Lehel
864     * lang/spanish: update, thanks to Daniel Hinostroza C.
865     * lang/catalan: update, thanks to Xavier Navarro
866     * lang/dutch update, thanks to Ivo Teel
868 2003-02-02 Olivier L. Müller  <om@omnis.ch>
869     * tbl_addfield.php3: ignore empty fields on alter table
871 2003-02-02 Alexander M. Turek  <rabus@users.sourceforge.net>
872     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
873       compatibility.
874     * lang/german-*.inc.php3: Updates.
875     * server_privileges.php3: Remove column privileges.
876     * config.inc.php3: Added $cfg['DefaultTabServer'].
877     * header.inc.php3: Link the default tabs.
878     * libraries/common.lib.php3: PHP3 compatibility.
880 2003-02-02 Michal Cihar  <nijel@users.sourceforge.net>
881     * lang/czech: Updated.
882     * lang/sort_lang.sh: This needs bash.
884 2003-02-02 Marc Delisle  <lem9@users.sourceforge.net>
885     * lang/indonesian: update, thanks to Rachim Tamsjadi (tamsy).
886     * lang/norwegian: update, thanks to Sven-Erik Andersen
887     * libraries/kanji-encoding.lib.php3 bug fix, thanks to Yukihiro Kawada
888     * libraries/dbg/setup.php3, lang/*: generic $strCantLoad
889       (later when we get enough translations,
890        we can use it instead of $strCandLoadMySQL)
891     * lang/romanian: update, thanks to Valics Lehel
892     * lang/galician: update, thanks to Xosé Calvo
893     * lang/lithuanian: update, thanks to Vilius Zigmantas
894     * lang/japanese: update, thanks to Yukihiro Kawada
895     * lang/*, libraries/dbg/profiling.php3: strDBGMaxTimeMs,
896       thanks to Alexander
898 2003-02-01 Robin Johnson  <robbat2@users.sourceforge.net>
899     * R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its
900     re-entry into Earth's atmosphere. In memory of the brave men and women who
901     gave their lives for the people of Earth. ---
902     * Documentation.html: Removed a bit of duplication in [7.4] and the
903     Developers section
904     * libraries/dbg: New directory for DBG code
905     * libraries/dbg/setup.php3:
906        - DBG initialization code, including module support
907     * libraries/dbg/profiling.php3: Profiling code
908     * lang/*: New strings added for DBG extension
909     * config.inc.php3: config options for DBG, off by default
910     * footer.inc.php3: DBG profiling output
912 2003-02-01 Michal Cihar  <nijel@users.sourceforge.net>
913     * Documentation.*, translators.html, docs.css: New documentation layout.
914     * scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters.
916 2003-02-01 Marc Delisle  <lem9@users.sourceforge.net>
917     * tbl_change.php3, tbl_replace.php3, (new)tbl_replace_fields.php3,
918       db_details.php3, tbl_query_box.php3, libraries/common.lib.php3:
919       new Feature: BLOB field upload
920       (TODO: handle open_basedir restrictions)
922 2003-01-31 Alexander M. Turek  <rabus@users.sourceforge.net>
923     * config.inc.php3, Documentation.html, libraries/common.lib.php3,
924       libraries/config_import.lib.php3: Added experimental support for
925       compressed connections to the MySQL server.
927 2003-01-30 Marc Delisle  <lem9@users.sourceforge.net>
928     * db_details_structure.php3, libraries/fpdf/fpdf.php3: better browser
929       support, thanks to Jose Fandos (jose.fandos at sonnd.com)
931 2003-01-30 Michal Cihar  <nijel@users.sourceforge.net>
932     * Documentation*: Added faq 1.27 about GZIP output buffering problem.
933     * Documentation.html, translators.html: Unified using of font sizes.
935 2003-01-30 Alexander M. Turek  <rabus@users.sourceforge.net>
936     * main.php3, user_details.php3, libraries/user_details.js: Removed the old
937       user management.
938     * server_processlist.php3: Fixed a bug the denied the access to the
939       process list for normal users.
940     * config.inc.php3: Removed note about buggy setting.
941     * lang/german-*.inc.php3: Updates.
942     * Documentation.html: There won't be a PHP 4.5.0; typos.
944 2003-01-29 Marc Delisle  <lem9@users.sourceforge.net>
945     * tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)
947 2003-01-28 Marc Delisle  <lem9@users.sourceforge.net>
948     * sql.php3, tbl_replace.php3: display UPDATE statement after row edit
950 2003-01-27 Marc Delisle  <lem9@users.sourceforge.net>
951     * lang/slovenian update: thanks to Kositer Uros (urosh)
952     * lang/albanian: update, thanks to Laurent Dhima
953     * lang/slovak update, thanks to Lubos Klokner
955 2003-01-25 Marc Delisle  <lem9@users.sourceforge.net>
956     * libraries/relation.lib.php3: improve messages
958 2003-01-23 Marc Delisle  <lem9@users.sourceforge.net>
959     * tbl_relation.php3, bug 659227: in Relation View, cannot enter comments
961 2003-01-22 Robin Johnson  <robbat2@users.sourceforge.net>
962     * lang/swedish*: Updates, thanks to Björn T. Hallberg (bth)
963     * lang/italian*: Updates, thanks to Pietro Danesi (danone)
964     * lang/english*: Resorted and Resynced.
965     * lang/farsi*: Added ready for Farsi translation
966     * lang/sync_lang.sh, libraries/select_lang.lib.php3:
967         - Updates ready for Farsi translation
968     * lang/polish*: Updates, thanks to Jakub Wilk (ubanus)
969     * fulltext.png, partialtext.png, pma_logo.png:
970         - Ran PNGCRUSH on files to reduce size optimially.
971     * plus.gif, browse.gif, desc_order.gif, asc_order.gif, minus.gif,
972     vertical_line.gif, item_rtl.gif, item_ltr.gif:
973         - Old image files removed and replaced with PNG files (feature
974         #458895)
975     * plus.png, browse.png, desc_order.png, asc_order.png, minus.png,
976     vertical_line.png, item_rtl.png, item_ltr.png:
977         - New PNG image files (feature #458895)
978     * header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3:
979         - Code changes for PNG images (feature #458895)
981 2003-01-21 Robin Johnson  <robbat2@users.sourceforge.net>
982     * libraries/sqlparser.lib.php3: checkType function
984 2003-01-21 Alexander M. Turek  <rabus@users.sourceforge.net>
985     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
987 2003-01-21 Marc Delisle  <lem9@users.sourceforge.net>
988     * sql.php3, tbl_properties_export.php3, libraries/build_dump.lib.php3:
989       row limiting for exported results
991 2003-01-21 Michal Cihar  <nijel@users.sourceforge.net>
992     * db_datadict.php3, pdf_schema.php3, tbl_printview.php3,
993       tbl_properties.inc.php3, tbl_properties_structure.php3, tbl_select.php3:
994       Fixed bug #667682 ("UNSIGNED" option in SET or ENUM), SET and ENUM can't
995       be SIGNED/UNSIGNED/ZEROFILL.
997 2003-01-19 Alexander M. Turek  <rabus@users.sourceforge.net>
998     * server_privileges.php3: Added column privileges editor.
1000 2003-01-19 Marc Delisle  <lem9@users.sourceforge.net>
1001     * sql.php3, tbl_properties_export.php3, tbl_dump.php3,
1002       tbl_move_copy.php3, libraries/build_dump.lib.php3:
1003       Feature: Export results of SELECTs
1005 2003-01-17 Marc Delisle  <lem9@users.sourceforge.net>
1006     * Documentation.html: faq 5.12 about OS X Safari problem
1007     * tbl_move_copy.php3: typo (wrong back link)
1009 2003-01-17 Robin Johnson  <robbat2@users.sourceforge.net>
1010     * lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
1011     * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
1013 2003-01-17 Alexander M. Turek  <rabus@users.sourceforge.net>
1014     * server_privileges.php3: Wrong label.
1015     * scripts/create-release.sh: Changed the CVS hostname to cvs1 because
1016       cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
1017       The script now works on the SF shell servers ONLY!
1019 2003-01-16 Michal Cihar  <nijel@users.sourceforge.net>
1020     * lang/czech: Updated.
1021     * libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
1022       field editing.
1024 2003-01-15 Robin Johnson  <robbat2@users.sourceforge.net>
1025     * lang/sort_lang.sh: Fix status output bug '\n'
1026     * db_details_importdocsql.php3: Move hardcoded strings to language files
1027     * lang/*.php3: Add new strings for docSQL importer
1028     * libraries/sqlvalidator.*.php3: Finish fixing bug #644709
1029     * Documentation.html: Revised FAQ entry about SQL Validator
1031 2003-01-15 Alexander M. Turek  <rabus@users.sourceforge.net>
1032     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1033     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
1034     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
1035     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
1036     * lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac).
1038 2003-01-15 Marc Delisle  <lem9@users.sourceforge.net>
1039     * pdf_pages.php3: feature: deleting a pdf page
1040     * libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR)
1041       , bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 )
1043 2003-01-14 Alexander M. Turek  <rabus@users.sourceforge.net>
1044     * server_privileges.php3:
1045       - Lookup database / table lists if possible;
1046       - The database name was displayed instead of the table name in the sub
1047         page heading.
1048     * lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh).
1049     * lang/norwegian-*.inc.php3: Updates, thanks to
1050       Sven-Erik Andersen (sven-erik).
1051     * lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti).
1052     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
1054 2003-01-14 Marc Delisle  <lem9@users.sourceforge.net>
1055     * lang/galician: update, thanks to Xosé Calvo
1056     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
1058 2003-01-14 Michal Cihar  <nijel@users.sourceforge.net>
1059     * tbl_properties_structure.php3, libraries/functions.js: Added (un)check
1060       all for fields selection.
1061     * tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439
1062       (Jumping cursor using keyboard).
1063     * tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include
1064       functions.js to allow jumping using keyboard.
1065     * tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows
1066       works also for row editing.
1067     * Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16).
1069 2003-01-13 Robin Johnson  <robbat2@users.sourceforge.net>
1070     * libraries/sqlvalidator.class.php3:
1071       - Removed dependency on overload extension
1072       - Started to fix bug #644709
1073     * sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3:
1074       - Revert line 88 of sql.php3, and fix it a different way...
1076 2003-01-12 Robin Johnson  <robbat2@users.sourceforge.net>
1077     * read_dump.php3, sql.php3, libraries/common.lib.php3,
1078     libraries/sqlparser.lib.php3:
1079       - Fixed bug #641765, see mailing list post
1081 2003-01-11 Alexander M. Turek  <rabus@users.sourceforge.net>
1082     * server_*.php3:
1083       - The messages are now displayed by server_links.inc.php3, so
1084         server_common.inc.php3 may be included earlier;
1085       - Beautified code.
1086     * server_privileges.php3:
1087       - Wrong GRANT syntax;
1088       - Changed the default behavior of the for fields "pred_username" and
1089         "pred_password".
1091 2003-01-10 Marc Delisle  <lem9@users.sourceforge.net>
1092     * tbl_change.php3: bug 665885, wrong back link after sql error
1093     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
1094     * lang/ukrainian: update, thanks to Markijan Baran
1095     * lang/romanian: update, thanks to Valics Lehel
1096     * lang/japanese: update, thanks to Yukihiro Kawada
1098 2003-01-10 Michal Cihar  <nijel@users.sourceforge.net>
1099     * lang/czech*: Updated.
1101 2003-01-09 Marc Delisle  <lem9@users.sourceforge.net>
1102     * sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
1103       support for the EXTRACT ... FROM syntax which is not a real
1104       SELECT ... FROM
1106 2003-01-09 Alexander M. Turek  <rabus@users.sourceforge.net>
1107     * server_privileges.php3, lang/*.inc.php3:
1108       - Forgot to implement "This host";
1109       - Drop the users' databases;
1110       - Don't send comments to the MySQL server;
1111       - When trying to delete multiple users, display an error message if none
1112         have been selected.
1114 2003-01-08 Marc Delisle  <lem9@users.sourceforge.net>
1115     * libraries/sqlparser.lib.php3, libraries/functions.js,
1116       sql.php3: - use the parser for confirmation requests
1117                 - better check before appending LIMIT
1118     * lang/galician: update, thanks to Xosé Calvo
1119     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
1120     * lang/indonesian: missing semicolon
1121     * lang/japanese: update, thanks to Yukihiro Kawada
1122     * lang/romanian: update, thanks to Valics Lehel
1124 2003-01-08 Michal Cihar  <nijel@users.sourceforge.net>
1125     * libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL
1126       and hidden input generating stuff.
1127     * almost all php3 files: Use new URL and hidden input generation stuff.
1128     * libraries/common.lib.php3: Addded extra check for MySQL even when in
1129       safe mode (could fix #661949).
1131 2003-01-08 Alexander M. Turek  <rabus@users.sourceforge.net>
1132     * lang/english-*.inc.php3: Fixed a typo.
1133     * server_privileges.php3, libraries/url_generating.lib.php3:
1134       - Beautified generated XHTML code;
1135       - Coding standards;
1136       - Added a missing @param comment.
1138 2003-01-07 Michal Cihar  <nijel@users.sourceforge.net>
1139     * lang/czech: Updated.
1141 2003-01-07 Alexander M. Turek  <rabus@users.sourceforge.net>
1142     * server_privileges.php3: Sorting user list.
1143     * translators.html: Typo.
1144     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
1145     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
1146     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
1147     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1148     * lang/norwegian-*.inc.php3: Updates, thanks to
1149       Sven-Erik Andersen (sven-erik).
1150     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
1152 2003-01-07 Marc Delisle  <lem9@users.sourceforge.net>
1153     * Documentation.html: clarification about cookie/http modes
1154     * lang/dutch update, thanks to Ivo Teel
1155     * lang/japanese: update, thanks to Yukihiro Kawada
1156     * lang/ukrainian: remove duplicate messages
1158 2003-01-06 Alexander M. Turek  <rabus@users.sourceforge.net>
1159     * server_privileges.php3:
1160       - Interface cosmetic;
1161       - Smaller bugfixes;
1162       - Added a db / table privileges editor.
1163     * server_privileges.php3, server_links.inc.php3: XHTML fixes.
1164     * server_privileges.php3, libraries/server_privileges.js:
1165       - Optimized some JS functions for the new interface;
1166       - Added ability to create new MySQL users via GRANT (feature #502465).
1167     * Documentation.html, translators.html, libraries/defines_php.lib.php3:
1168       Incremented version number to 2.4.0-dev.
1170 2003-01-05 Alexander M. Turek  <rabus@users.sourceforge.net>
1171     * Documentation.html: Added a note about "bug" #662602 (FAQ 3.4).
1173 2003-01-03 Marc Delisle  <lem9@users.sourceforge.net>
1174     * lang/estonian*, malay*: remove control M
1175     * lang/romanian: update, thanks to Valics Lehel
1176     * lang/galician: update, thanks to Xosé Calvo
1177     * lang/english: typos fix, thanks to Björn T. Hallberg (bth)
1179 2003-01-01 Alexander M. Turek  <rabus@users.sourceforge.net>
1180     * lang/german*: Updated.
1182 2003-01-01 Michal Cihar  <nijel@users.sourceforge.net>
1183     * lang/czech*: Updated.
1184     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1185     * lang/sort_lang.sh: Made POSIX sh compatible.
1186     * lang/check_lang.sh: Made require bash.
1187     * lang/swedish*: Updated.
1188     * lang/*: For many translations fixed missing/duplicate strings.
1190 2002-12-28 Marc Delisle  <lem9@users.sourceforge.net>
1191     * lang/ukrainian: update, thanks to Markijan Baran
1192     * user_details.php3: add $strGrantOption
1193     * lang/french update
1194     * main.php3, lang/*.php3: $strOriginalInterface
1196 2002-12-25 Alexander M. Turek  <rabus@users.sourceforge.net>
1197     * server_privileges.php3:
1198       - Made the script compatible to MySQL < 3.22.11;
1199       - Fixed the missing "LOCK TABLES" option in the privilege editor.
1200       - Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even
1201         if all privileges have been selected.
1202     * libraries/sqlparser.data.php3:
1203       - Fixed bug #655817 (New privileges are not detected correctly).
1204       - Updated function list.
1206 2002-12-23 Alexander M. Turek  <rabus@users.sourceforge.net>
1207     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1209 2002-12-22 Alexander M. Turek  <rabus@users.sourceforge.net>
1210     * server_privileges.php3, lang/*.inc.php3, libraries/user_details.js:
1211       Added ability to delete users.
1213 2002-12-21 Alexander M. Turek  <rabus@users.sourceforge.net>
1214     * tbl_dump.php3:
1215       - Fixed wrong charset information in XML exports.
1216       - Beautified the output of the MySQL version number, e.g. '4.0.5' instead
1217         of '4.00.05'.
1219 2002-12-20 Alexander M. Turek  <rabus@users.sourceforge.net>
1220     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1222 2002-12-19 Michal Cihar  <nijel@users.sourceforge.net>
1223     * server_privileges.php3: Fixed undefined variable warning.
1224     * lang/czech*: Updated.
1225     * lang/*: Fixed a typo.
1227 2002-12-19 Marc Delisle  <lem9@users.sourceforge.net>
1228     * lang/romanian: update, thanks to Valics Lehel
1229     * lang/dutch update, thanks to Ivo Teel
1231 2002-12-19 Alexander M. Turek  <rabus@users.sourceforge.net>
1232     * lang/norwegian-*.inc.php3:
1233       - Corrections, thanks to Tore Longva <longva at stud.ntnu.no>.
1234       - Updates, thanks again to Sven-Erik Andersen (sven-erik).
1235     * lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand).
1236     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1237     * lang/german-*.inc.php3: Updates.
1238     * lang/*.inc.php3: Fixed a typo.
1239     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1240     * lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings.
1241     * server_privileges.php3, lang/*.inc.php3:
1242       - Bugfixes;
1243       - Small design modification;
1244       - Added ability to change passwords via SET PASSWORD FOR user.
1246 2002-12-18 Alexander M. Turek  <rabus@users.sourceforge.net>
1247     * main.php3, header.inc.php3, server_privileges.php3, server_links.php3,
1248       lang/*.inc.php3: Started rewriting the user administration; changes:
1249       - Use GRANT / REVOKE for privilege changes (feature #502465);
1250       - Support for the new privilege system introduced with MySQL 4.0.2-beta;
1251       - Support for user resource limits;
1252       - Improved user friendliness.
1253       Currently, it can only display and edit global privileges.
1254     * libraries/common.lib.php3: Undefined index.
1255     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
1256     * lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft).
1258 2002-12-18 Michal Cihar  <nijel@users.sourceforge.net>
1259     * main.php3: Since every user has access to his processlist, set
1260       is_process_priv to TRUE as default (fixes undefined variable warning).
1262 2002-12-18 Marc Delisle  <lem9@users.sourceforge.net>
1263     * tbl_select.php3, bug 648263
1264     * libraries/common.lib.php3, bug 653764
1265     * tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564,
1266       append data only to a table
1268 2002-12-17 Marc Delisle  <lem9@users.sourceforge.net>
1269     * lang/russian: update, thanks to Nicolay Zakharov
1271 2002-12-16 Michal Cihar  <nijel@users.sourceforge.net>
1272     * lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh.
1273     * lang/czech: fixed typos, thanks to Vojta Beran <xmamut at email dot cz>
1275 2002-12-16 Marc Delisle  <lem9@users.sourceforge.net>
1276     * lang/russian: update, thanks to Nicolay Zakharov
1277     * lang/galician: update, thanks to Xosé Calvo
1279 2002-12-15 Marc Delisle  <lem9@users.sourceforge.net>
1280     * libraries/get_foreign.lib.php3: bug 646263,
1281       bad drop-down in select sub-page
1283 2002-12-14 Alexander M. Turek  <rabus@users.sourceforge.net>
1284     * libraries/common.lib.php3: Removed a comment.
1286 2002-12-14 Marc Delisle  <lem9@users.sourceforge.net>
1287     * ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)
1289 2002-12-13 Michal Cihar  <nijel@users.sourceforge.net>
1290     * tbl_dump.php3: Fix output order of inserts/creates, generate file
1291       extension to include also file type, not only compression (now it
1292       generates something like dump.sql.gz).
1294 2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
1295     * pdf_schema.php3: Change generated filename to
1296       db_pdfname.pdf instead of db_pdfnumber.pdf
1298 2002-12-12 Alexander M. Turek  <rabus@users.sourceforge.net>
1299     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1300     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
1301     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
1302     * lang/norwegian-*.inc.php3: Updates, thanks again to
1303       Sven-Erik Andersen (sven-erik).
1304     * lang/german-*.inc.php3: Small grammar fix.
1306 2002-12-11 Alexander M. Turek  <rabus@users.sourceforge.net>
1307     * lang/german-*.inc.php3: Updates.
1308     * lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
1309     * libraries/build_dump.php3:
1310       - Fixed part 2 of bug #652311 (Undefined variables);
1311       - Coding standards.
1313 2002-12-11 Michal Cihar  <nijel@users.sourceforge.net>
1314     * tbl_dump.php3: Fix exporting of structure and data to file, fix and make
1315       cleaner charset conversion for export.
1316     * db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
1317       lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
1318       thanks to Valentine for creating the patch #627496.
1320 2002-12-11 Marc Delisle  <lem9@users.sourceforge.net>
1321     * lang/galician: update, thanks to Xosé Calvo
1322     * libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
1323       but there is still some work to do about how to split a UNION
1324     * tbl_properties_options.php3, bug 651522 wrong back-link,
1325       thanks to Mischka ( stollner at uni-muenster dot de )
1327 2002-12-10 Michal Cihar  <nijel@users.sourceforge.net>
1328     * lang/czech*.php3: Updated translation.
1329     * tbl_dump.php3: Fix Alexanders fix for bug #651414.
1331 2002-12-10 Alexander M. Turek  <rabus@users.sourceforge.net>
1332     * server_*.php3, lang/*.inc.php3, main.php3:
1333       - Added 'SHOW PROCESSLIST' interface;
1334       - Small bugfixes.
1335       - XHTML fixes.
1336     * lang/spanish-*.inc.php3: Updates, thanks again to
1337       Dr. med. Daniel Hinostroza C.
1338     * tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414.
1340 2002-12-09 Alexander M. Turek  <rabus@users.sourceforge.net>
1341     * lang/norwegian-*.inc.php3: Updates, thanks again to
1342       Sven-Erik Andersen (sven-erik).
1343     * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
1344     * lang/spanish-*.inc.php3: Updates, thanks again to
1345       Dr. med. Daniel Hinostroza C.
1347 2002-12-08 Alexander M. Turek  <rabus@users.sourceforge.net>
1348     * Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3,
1349       server_common.inc.php3, server_links.inc.php3, server_status.php3,
1350       server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3:
1351       Started working on a new interface to server related pages.
1352     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
1353     * lang/german-*.inc.php3: Updates.
1354     * lang/english-*.inc.php3: Reordered strings.
1356 2002-12-07 Marc Delisle  <lem9@users.sourceforge.net>
1357     * db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3
1358       bug 633422, use a button if search result would generate a too big URL
1360 2002-12-06 Mike Beck <mikebeck@users.sourceforge.net>
1361     * pdf_pages.php3,pdf_schema.php3,db_details_structure.php3:
1362       Choose between Landscape and Portrait for the
1363       Datadictionary in PDF Pages
1364     * pdf_schema.php3: lineheight for Textrows in Datadictionary
1365       was equal to textheight, i added one mm above and below text
1366       (hope your tables are not too big not to fit on a page now ;)
1368 2002-12-06 Alexander M. Turek  <rabus@users.sourceforge.net>
1369     * lang/german.inc.php3: Updates.
1370     * main.php3: Fixed bug #649641 (usernames containing '@' character).
1371     * libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler
1372       warning / php >= 4.3.0) by Mats Engstrom (matseng).
1373     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
1374     * lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
1375       (sven-erik).
1376     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1377     * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
1378     * lang/italian-*.inc.php3:
1379       - Updates, thanks to Pietro Danesi (danone).
1380       - Coding standards.
1382 2002-12-06 Marc Delisle  <lem9@users.sourceforge.net>
1383     * lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
1384       new data dict feature for PDF pages, thanks to Maxime Delorme
1385     * lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message,
1386       thanks to Piotr Roszatycki (d3xter)
1388 2002-12-05 Alexander M. Turek  <rabus@users.sourceforge.net>
1389     * lang/swedish.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
1391 2002-12-05 Marc Delisle  <lem9@users.sourceforge.net>
1392     * pdf_schema.php3: remove control M
1393     * lang/dutch update, thanks to Ivo Teel
1395 2002-12-04 Marc Delisle  <lem9@users.sourceforge.net>
1396     ### 2.3.3pl1 released
1399          --- Older ChangeLogs can be found on our project website ---
1400                      http://www.phpmyadmin.net/ChangeLogs/
1402 # vim: ft=changelog
1403 # vim: expandtab ts=4 sw=4 sts=4
1404 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
1405 # vim: fdn=1 fdm=expr