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