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