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