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