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