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