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