1 ----------------------
8 2007-01-09 Marc Delisle <lem9@users.sourceforge.net>
9 ### 2.9.2-rc1 released from QA_2_9
11 2007-01-09 Michal Čihař <michal@cihar.com>
12 * index.php: Properly escape strings written in JS code.
13 * libraries/Theme_Manager.class.php: Avoid trigger error here, parameter
14 comes from user and it might lead to path disclossure.
15 * libraries/common.lib.php:
16 - Properly escape </script> in JS code.
17 - Check db, table and sql_query params to be string.
19 2007-01-08 Marc Delisle <lem9@users.sourceforge.net>
20 * libraries/session.inc.php: prevent attack on session name cookie
22 2007-01-05 Marc Delisle <lem9@users.sourceforge.net>
23 * libraries/session.inc.php: bug #1538132, remove the setting of
24 session.save_handler to 'files'
26 2007-01-02 Marc Delisle <lem9@users.sourceforge.net>
27 * pdf_pages.php: undefined $pdf_page_number when no auto layout
28 * server_privileges.php: bug #1614087, deleting a user having a
29 global GRANT privilege fails under MySQL 4.1.x
31 2007-01-02 Michal Čihař <michal@cihar.com>
32 * libraries/export/sql.php: DELIMITER should not be commented out (bug
35 2006-12-20 Marc Delisle <lem9@users.sourceforge.net>
36 * libraries/export/sql.php: bug #1619647, export of query results
37 should not contain procedure definitions
39 2006-12-15 Marc Delisle <lem9@users.sourceforge.net>
40 * Documentation.html, libraries/common.lib.php, config.default.php:
41 bug #1615313, doc referred to HTTP so enable the code to accept
42 either HTTP or http as auth_type
44 2006-12-12 Marc Delisle <lem9@users.sourceforge.net>
45 * libraries/Table.class.php: problem changing a TIMESTAMP to DEFAULT 0
46 * tbl_change.php: bug #1610314, detection of binary column
48 2006-12-07 Marc Delisle <lem9@users.sourceforge.net>
49 * libraries/ip_allow_deny.lib.php: checks that the header contains
50 only one IP address, thanks to Christian Schmidt
52 2006-12-06 Marc Delisle <lem9@users.sourceforge.net>
53 * libraries/import.lib.php, /common.lib.php: bug #1603660,
54 incorrect escaping of ">"
55 * server_variables.php: bug #1589611, problem on 64-bit systems
57 2006-12-05 Marc Delisle <lem9@users.sourceforge.net>
58 * server_privileges.php: Grant all privileges on wildcard name: we should
59 really grant on username\_ instead of username_
61 2006-12-05 Michal Čihař <michal@cihar.com>
62 * server_privileges.php: Add IF NOT EXISTS to CREATE DATABASE query (RFE
63 #1608372), reload navigation after creating database.
64 * server_privileges.php: Use correct links (patch #1607236).
66 2006-12-04 Marc Delisle <lem9@users.sourceforge.net>
67 * db_details_structure.php, bug #1605985, missing HTML tag
69 2006-11-29 Marc Delisle <lem9@users.sourceforge.net>
70 * lang/spanish update, thanks to Daniel Hinostroza
71 * sql.php, libraries/display_tbl.lib.php: patch #1605032, checks for
72 undefined index, thanks to Arpad Borsos
74 2006-11-26 Marc Delisle <lem9@users.sourceforge.net>
75 * tbl_properties_structure.php: bug #1602335, browse distinct values
76 and name containing a quote
77 * libraries/bookmark.lib.php: bug #1579701: error listing bookmarks
78 when dropping a table and no pmadb
80 2006-11-19 Michal Čihař <michal@cihar.com>
81 * libraries/unzip.lib.php: Fix check for encrypted file (bug #1596304).
83 2006-11-19 Marc Delisle <lem9@users.sourceforge.net>
84 * scripts/upgrade.pl: bug #1599173, adapt for new filename structure,
85 thanks to Linas Gricius
87 2006-11-18 Marc Delisle <lem9@users.sourceforge.net>
88 * index.php, libraries/common.lib.php: undefined index
89 ### 2.9.1.1 released from MAINT_2_9_1
91 2006-11-18 Michal Čihař <michal@cihar.com>
92 * Documentation.html, libraries/ip_allow_deny.lib.php: Define headers
93 which to trust in configuration, thanks for help with this to Christian
95 * libraries/common.lib.php: Fix XSS on database comment, thanks to laurent
98 2006-11-17 Michal Čihař <michal@cihar.com>
99 * sql.php, libraries/display_tbl.lib.php: Force pos to be integer to avoid
101 * left.php: Fix XSS on table comment.
102 * index.php, libraries/url_generating.lib.php, libraries/common.lib.php,
103 libraries/select_lang.lib.php: Fix path disclossure while passing array
105 * Documentation.html, libraries/ip_allow_deny.lib.php,
106 libraries/config.default.php: Trust only listed proxies for IP
109 2006-11-09 Marc Delisle <lem9@users.sourceforge.net>
110 ### 2.9.1 released from MAINT_2_9_1
112 2006-11-03 Michal Čihař <michal@cihar.com>
113 * config.sample.inc.php: Make it use CRLF to make Windows users happy.
115 2006-11-02 Michal Čihař <michal@cihar.com>
116 * Documentation.html: Mention problems with Hardened-PHP.
117 * lang/dutch: Fix typo, thanks to Thijs Kinkhorst - kink.
119 2006-11-01 Marc Delisle <lem9@users.sourceforge.net>
120 ### 2.9.1-rc2 released from QA_2_9
122 2006-10-27 Marc Delisle <lem9@users.sourceforge.net>
123 * libraries/fpdf/font: replace broken binary files
125 2006-10-26 Marc Delisle <lem9@users.sourceforge.net>
126 * error.php, libraries/common.lib.php, /database_interface.lib.php,
127 /session.inc.php: force utf-8 charset to avoid XSS with crafted URL
128 and utf-7 in charset; error messages won't display correctly
129 if the chosen lang is not utf-8
131 2006-10-26 Michal Čihař <michal@cihar.com>
132 * libraries/import/csv.php: Fix wrong import when ;; is at buffer boundary
134 * tbl_properties_operations.php: Fix duplicate ID for checkbox (bug
136 * libraries/tbl_properties.inc.php: Check form only when saving table
137 fields (bug #1566222).
139 2006-10-25 Michal Čihař <michal@cihar.com>
140 * libraries/export/csv.php: Fix cvs/csv typo (bug #1583509).
142 2006-10-19 Marc Delisle <lem9@users.sourceforge.net>
143 * libraries/common.lib.php, /database_interface.lib.php,/session.inc.php:
144 wrong parameter "char" when calling error.php, should be "charset"
146 2006-10-19 Michal Čihař <michal@cihar.com>
147 * libraries/common.lib.php: Fix escaping of long query with js (thanks to
150 2006-10-18 Marc Delisle <lem9@users.sourceforge.net>
151 * db_operations.php, libraries/Table.class.php: bug #1567316,
152 renaming a db containing a view
154 2006-10-10 Michal Čihař <michal@cihar.com>
155 * Documentation.html: Sync with trunk.
157 2006-10-14 Marc Delisle <lem9@users.sourceforge.net>
158 * libraries/Table.class.php: bug #1567316, renaming a db containing view
159 (but still some work to ensure proper sequence of renaming)
161 2006-10-13 Marc Delisle <lem9@users.sourceforge.net>
162 * css/phpmyadmin.css.php: bug #1517428, some IE 6 versions have
163 problems loading CSS when zlip.output_compression is on,
164 thanks to Juergen Wind
165 * db_details_export.php: select all tables by default to reflect
166 the default export behavior
168 2006-10-12 Marc Delisle <lem9@users.sourceforge.net>
169 * tbl_change.php: bug #1566219, automated timestamp values
171 2006-10-10 Michal Čihař <michal@cihar.com>
172 * lang/german: Fix typo (translation #1467138).
173 * libraries/import.lib.php: Correctly fail if file is too short (bug
175 * libraries/export/excel.php: Fix MIME type and extension to state before
176 plugins were introduced (patch #1570742, thanks to ssevennm - ssevennm).
178 2006-10-09 Michal Čihař <michal@cihar.com>
179 * lang/german: Fix typo (translation #1570611).
181 2006-10-09 Marc Delisle <lem9@users.sourceforge.net>
182 * libraries/export/sql.php: bug #1562533, problems with unbuffered queries
183 * Documentation.html: FontFamily, FontFamilyFixed
184 * themes/original/layout.inc.php: bug #1564409, default FontFamily
186 2006-10-07 Marc Delisle <lem9@users.sourceforge.net>
187 * scripts/create-release.sh: use lang-cleanup.sh from the kit,
188 list all files, and allow non-anonymous access
190 2006-10-06 Michal Čihař <michal@cihar.com>
191 * scripts/lang-cleanup.sh: Script for removing not installed languages
192 from libraries/select_lang.lib.php.
193 * scripts/create-release.sh: Make it better :-):
195 - Make compression list configurable
196 - Allow to define which kits to build
197 - Call scripts/lang-cleanup.sh to remove not wanted languages
198 - Do not login to cvs if already logged in
200 2006-10-06 Marc Delisle <lem9@users.sourceforge.net>
201 * libraries/database_interface.lib.php, bug #1568341, last part of
202 the fix to avoid problems on Windows servers, thanks to Juergen Wind
204 2006-10-05 Marc Delisle <lem9@users.sourceforge.net>
205 * scripts/create-release.sh: starting changes for new kits
206 TODO: - trimming of libraries/select_lang.lib.php in the kit
210 2006-10-04 Michal Čihař <michal@cihar.com>
211 * Documentation.html: Fixes thanks to Matt LaPlante - cyberdog3k.
212 - Fix Wikipedia URLs (patch #1568498).
213 - Fix duplicate ids (patch #1568504).
214 * tbl_replace.php, libraries/config.default.php: Add support for UTC_DATE,
215 UTC_TIME and UTC_TIMESTAMP functions, based on patch #1563585, thanks to
216 Alexander Schuch - ci-dev.
217 * tbl_alter.php: Fix order of includes (bug #1569277).
219 2006-10-03 Marc Delisle <lem9@users.sourceforge.net>
220 ### 2.9.0.2 released from MAINT_2_9_0
222 2006-10-03 Michal Čihař <michal@cihar.com>
223 * scripts/setup.php: Sync token name, move it's definition to one place
226 2006-10-01 Marc Delisle <lem9@users.sourceforge.net>
227 ### 2.9.0.1 released from MAINT_2_9_0
228 * libraries/database_interface.lib.php: bug #1568341,
229 case sensitivity in database names
230 * tbl_relation.php: trap error 1452 when adding a foreign key
231 and a constraint fails
232 * libraries/export/sql.php: bug #1550690, wrong export of constraints,
233 thanks to Robert Vock
235 2006-09-29 Marc Delisle <lem9@users.sourceforge.net>
236 * libraries/grab_globals.lib.php: fix attack via _FILES,
237 thanks to Stefan Esser
238 * libraries/database_interface.lib.php, bug #1566904, typo in require,
239 thanks to Björn Wiberg - bwiberg.
240 * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
242 2006-09-27 Marc Delisle <lem9@users.sourceforge.net>
243 * libraries/common.lib.php, /session.inc.php, /url_generating.lib.php:
244 security fixes (announcement will come later),
245 thanks to Sebastian Mendel and Stefan Esser
246 * libraries/.htaccess: remove potential vulnerability (allow from none),
247 thanks to Michael Heimpold
248 ### 2.9.1-rc1 released from QA_2_9
250 2006-09-22 Marc Delisle <lem9@users.sourceforge.net>
251 * libraries/tbl_properties_links.inc.php: bug #1560152,
252 after renaming a table the navigation does not work
254 2006-09-20 Marc Delisle <lem9@users.sourceforge.net>
255 ### 2.9.0 released from QA_2_9
257 2006-09-19 Marc Delisle <lem9@users.sourceforge.net>
258 * Documentation.html, libraries/footer.inc.php,
259 libraries/dbg/profiling.php: remove profiling feature
260 due to licensing issues (non GPL code)
262 2006-09-15 Marc Delisle <lem9@users.sourceforge.net>
263 * lang/finnish: Update, thanks to Yoneh - yoneh.
264 * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
266 2006-09-14 Michal Čihař <michal@cihar.com>
267 * db_details_structure.php: Fix table footer when MySQL does not support
268 collations (bug #1554885, patch #1557269, thanks to Isaac Bennetch -
271 2006-09-12 Marc Delisle <lem9@users.sourceforge.net>
272 * libraries/config.default.php, libraries/export/sql.php:
273 bug #1556934, sql compatibility mode on export
275 2006-09-08 Marc Delisle <lem9@users.sourceforge.net>
276 * lang/check_lang.sh: ignore differences in doc_lang
277 * lang/italian: Update, thanks to Rebe - rebeluca.
278 ### 2.9.0-rc1 released from QA_2_9
280 2006-09-07 Marc Delisle <lem9@users.sourceforge.net>
281 * lang/turkish: update, thanks to Burak Yavuz - bourock
283 2006-08-30 Michal Čihař <michal@cihar.com>
284 * libraries/common.lib.php, lang/*: Internationalise link to MySQL
285 documentation when translation exists, this needs to be defined in
286 language file (RFE #1547130).
287 * lang/belarusian_latin-utf-8.inc.php: Fix charset information.
289 2006-08-29 Michal Čihař <michal@cihar.com>
290 * lang/croatian: Updated, thanks to Renato Pavicic - babalui.
292 2006-08-28 Michal Čihař <michal@cihar.com>
293 * config.sample.inc.php, Documentation.html: Add minimal sample
294 configuration, so that lazy people won't copy
295 libraries/config.default.php (RFE #1544570).
297 2006-08-27 Marc Delisle <lem9@users.sourceforge.net>
298 * themes/*/layout.inc.php: patch #1523543, possibility of vertical
299 solid line between frames, thanks to Juergen Wind
301 2006-08-26 Marc Delisle <lem9@users.sourceforge.net>
302 * db_operations.php: bug #1544799, undefined variable on db copy
303 * libraries/common.lib.php: bug #1544734, error messages link outdated,
304 thanks to René Leonhardt
305 * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
306 * libraries/tbl_properties.inc.php: bug #1543996, wrong link for message,
309 2006-08-24 Marc Delisle <lem9@users.sourceforge.net>
310 ### 2.9.0-beta1 released from QA_2_9
312 2006-08-22 Marc Delisle <lem9@users.sourceforge.net>
313 * scripts/setup.php: bug #1536112, better fix (in case of
314 register_globals enabled), thanks to Michal
315 ### 2.8.2.3 released from MAINT_2_8_2
316 * scripts/setup.php: bug #1544692, version 2.8.2.3 breaks setup.php
317 on a server with register_globals enabled, thanks to Juergen Wind
318 ### 2.8.2.4 released from MAINT_2_8_2
320 2006-08-21 Marc Delisle <lem9@users.sourceforge.net>
321 * libraries/common.lib.php, libraries/auth/cookie.auth.lib.php:
322 bug #1542875, Cookie auth on IIS
324 2006-08-20 Marc Delisle <lem9@users.sourceforge.net>
325 * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
327 2006-08-18 Marc Delisle <lem9@users.sourceforge.net>
328 * libraries/export/pdf.php: do not display BLOBs on PDF export
329 * lang/brazilian-portuguese: update, thanks to thedarkness
330 * lang/catalan update, thanks to Xavier Navarro (xavin)
332 2006-08-16 Marc Delisle <lem9@users.sourceforge.net>
333 * libraries/sqlparser.lib.php: sorting on column header
335 2006-08-16 Michal Čihař <michal@cihar.com>
336 * libraries/export/htmlexcel.php: Fix charset header of exported HTML/XLS
339 2006-08-15 Sebastian Mendel <cybot_tm@users.sourceforge.net>
340 * lang/german: Updated
342 2006-08-14 Marc Delisle <lem9@users.sourceforge.net>
343 ### 2.8.2.2 released from MAINT_2_8_2
345 2006-08-14 Michal Čihař <michal@cihar.com>
346 * scripts/setup.php: Improve readibility (patch #1539976), thanks to Isaac
347 Bennetch - ibennetch.
348 * lang/czech: Updated.
350 2006-08-13 Marc Delisle <lem9@users.sourceforge.net>
351 * libraries/display_tbl.lib.php: bug #1519799, imagelink error
353 2006-08-12 Marc Delisle <lem9@users.sourceforge.net>
354 * libraries/sqlparser.data.php: bug #1492772, parsing EXTRACT YEAR_MONTH
355 (there were sorting errors in the function names array)
356 also bug #1534007, STD function not working
357 * lang/polish: updates, thanks to Jakub Wilk - ubanus
358 * lang/swedish: Update, thanks to Björn T. Hallberg - bjornth.
359 * lang/italian: Update, thanks to Rebe - rebeluca.
360 * lang/japanese: Update, thanks to Ishigaki Kenichi - tcool.
361 * lang/belarusian updates, thanks to Jaska Zedlik
363 2006-08-11 Marc Delisle <lem9@users.sourceforge.net>
364 * libraries/auth/config.auth.lib.php: bug #1536112, config not loaded
365 (MySQL error 2002 or 2003)
367 2006-08-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
368 * css\phpmyadmin.css.php, themes\*:
369 updated themes to 2.9 and some minor fixes
370 thanks to Juergen Wind - windkiel for hinting this (patch #1535169)
372 2006-08-10 Marc Delisle <lem9@users.sourceforge.net>
373 * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
374 * lang/catalan update, thanks to Xavier Navarro (xavin)
375 * lang/galician: Update, thanks to Xosé Calvo - xosecalvo.
376 * lang/estonian: Update, thanks to Marko Ellermaa - uhuu
377 * lang/russian: update, thanks to Gosha Sakovich - gt2
378 * libraries/common.lib.php: bug #1534475, arbitrary server
380 2006-08-09 Marc Delisle <lem9@users.sourceforge.net>
381 * libraries/mysql_charsets.lib.php: bug #1530574:
382 MySQL 4.1.13 and double quotes in SHOW VARIABLES,
383 thanks to Herve Pages
384 * docs.css, Documentation.html: bug #1446538, FAQ numbers missing
385 * libraries/display_select_lang.lib.php, lang/*: $strLanguage
387 2006-08-08 Marc Delisle <lem9@users.sourceforge.net>
388 * db_operations.php: added a FIXME for db copy with Add Constraints
391 2006-08-05 Marc Delisle <lem9@users.sourceforge.net>
392 * libraries/export/sql.php: bug #1527862, export foreign keys is broken
395 2006-08-04 Marc Delisle <lem9@users.sourceforge.net>
396 * tbl_properties_operations.php, libraries/export/sql.php:
397 bug #1526000, copying table to another db (MYSQL 5.0.24)
398 * db_details_structure.php: bug #1530574, misaligned HTML
399 when db_collation is empty
401 2006-08-03 Sebastian Mendel <cybot_tm@users.sourceforge.net>
402 * libraries/dbi/mysqli.dbi.lib.php PMA_DBI_try_query(): do not force
403 MYSQLI_USE_RESULT if not requested, makes PMA_DBI_num_rows() not to work
405 2006-08-02 Marc Delisle <lem9@users.sourceforge.net>
406 ### 2.8.2.1 released from MAINT_2_8_2
408 2006-08-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
409 * css\phpmyadmin.css.php, themes\darkblue_orange\css\theme_right.css.php
410 themes\darkblue_orange\layout.inc.php, themes\original\layout.inc.php
411 themes\original\css\theme_left.css.php,
412 themes\original\css\theme_right.css.php:
413 added variables to define (text) color for marked and hovered objects
414 thanks to Juergen Wind - windkiel for hinting this bug (patch #1503529)
415 * Documentation.html: updated style config option descriptions
416 * libraries/common.lib.php:
417 - added PMA_escapeJsString() to escape strings for JavaScript inside CDATA blocks
418 - added PMA_unQuote() to remove quotes from strings
419 * libraries/footer.inc.php: correctly escape strings inside JavaScript
420 (part of bug #1532721)
421 * libraries/sqlparser.lib.php: correctly unquote identifiers
422 (part of bug #1532721)
423 * libraries/display_tbl.lib.php:
424 bug #1524387 incorrectly detects table name for result field
426 2006-08-01 Marc Delisle <lem9@users.sourceforge.net>
427 * Documentation.html: patch #1532493 + light editing from me,
428 thanks to Isaac Bennetch
430 2006-08-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
431 * left.php, libraries/header.inc.php:
432 do not apply 'vertical scrollbar bug'-fix to IE 7
433 * changelog.php: updatet CVS URL
434 * libraries/dbi/mysqli.dbi.lib.php:
435 bug #1532111 dbi/mysqli: MYSQLI_* constants thanks to Lierduh - lierduh
437 2006-07-31 Michal Čihař <michal@cihar.com>
438 * lang/czech: Updated.
440 2006-07-31 Sebastian Mendel <cybot_tm@users.sourceforge.net>
441 * lang/german: Updated.
442 * libraries/common.lib.php: use PMA_Config class for cookie needs,
443 do not unset not set cookie
444 * css\phpmyadmin.css.php, libraries\Config.class.php, main.php,
445 themes\*: make font size user configurable
447 2006-07-30 Marc Delisle <lem9@users.sourceforge.net>
448 * libraries/sqlparser.lib.php: bug #1526000, copy table on MySQL 5.0.23+,
449 thanks to Rapsys Phoenix - rapsys
451 2006-07-28 Michal Čihař <michal@cihar.com>
452 * scripts/setup.php: Protect against php code input from user (bug
455 2006-07-27 Marc Delisle <lem9@users.sourceforge.net>
456 * pdf_pages.php: automatic layout for InnoDB tables
457 * tbl_properties_operations.php: problem switching from InnoDB to MyISAM
458 * tbl_printview.php, libraries/mult_submits.inc.php,
459 libraries/db_table_exists.lib.php:
460 bug #1521910, with selected ... print view
462 2006-07-26 Marc Delisle <lem9@users.sourceforge.net>
463 * server_privileges.php: bug #1526557, display error when admin
464 lacks some privileges and tries to do a privilege change
465 * libraries/common.lib.php: bug #1523784, blank page after Edit
468 2006-07-22 Marc Delisle <lem9@users.sourceforge.net>
469 * libraries/display_import.lib.php: the Character set of the file
471 * tbl_properties_operations.php: handling of AUTO_INCREMENT when moving a
474 2006-07-20 Michal Čihař <michal@cihar.com>
475 * libraries/compat/var_export.php: Dropped due to license problems.
476 * scripts/setup.php: Implement own var_export.
478 2006-07-19 Marc Delisle <lem9@users.sourceforge.net>
479 * browse_foreigners.php: bug #1525393, no page selector in foreign key
482 2006-07-19 Michal Čihař <michal@cihar.com>
483 * libraries/compat/var_export.php: Update to fixed version.
485 2006-07-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
486 * lang/german: updated, typos
488 2006-07-18 Michal Čihař <michal@cihar.com>
489 * libraries/common.lib.php: Fix extension loading on HP-UX (bug #1524776),
490 thanks to Francois Laupretre - flp1.
492 2006-07-17 Marc Delisle <lem9@users.sourceforge.net>
493 * libraries/dbi/mysql.dbi.lib.php:
494 bug #1523623, BIGINT auto_increment and mysql extension
496 2006-07-16 Marc Delisle <lem9@users.sourceforge.net>
497 * tbl_change.php: Edit next row did not work in 2.9.0-dev
499 2006-07-13 Marc Delisle <lem9@users.sourceforge.net>
500 * main.php: put emphasis on server name
502 2006-07-12 Marc Delisle <lem9@users.sourceforge.net>
503 * Documentation.html: patch #1519351, security alerts,
504 thanks to Juergen Wind - windkiel
506 2006-07-09 Michal Čihař <michal@cihar.com>
507 * Documentation.html: Readd accidentally removed quotes.
509 2006-07-09 Marc Delisle <lem9@users.sourceforge.net>
510 * tbl_printview.php, db_datadict.php:
511 bug #1398748, print view and TIMESTAMP NULL
513 2006-07-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
514 * libraries/select_server.lib.php, main.php, libraries/left_header.inc.php:
515 move server selection in main to the 'right' (below 'phpMyAdmin')
517 2006-07-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
518 * left.php, libraries/header_meta_style.inc.php, libraries/header.inc.php:
519 fix to remove scrollbar bug in IE without quirks mode
521 2006-07-07 Marc Delisle <lem9@users.sourceforge.net>
522 * db_details_qbe.php: deactivated some work in progress
524 2006-07-06 Marc Delisle <lem9@users.sourceforge.net>
525 * db_details_structure.php, libraries/db_details_common.inc.php
526 libraries/db_details_db_info.inc.php:
527 bug #1518147, after displaying information_schema, displaying other
528 dbs does not show size
529 * libraries/auth/config.auth.lib.php: bug #1477402, if default server fails
530 you cannot switch in config auth
532 2006-07-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
533 * libraries/select_server.lib.php, css/phpmyadmin.css.php:
534 make serverlist a real html-list
535 * main.php: move server selection above server
536 details (more logical)
538 2006-07-04 Marc Delisle <lem9@users.sourceforge.net>
539 * db_operations.php, tbl_properties_operations.php,
540 libraries/Table.class.php, libraries/export/sql.php,
542 a single-table copy did not copy the constraints;
543 also bug #1388048, constraints copied too early when copying a db
545 2006-07-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
546 * js\querywindow.js, libraries\footer.inc.php: renamed JavaScript function
547 refreshLeft() to refreshNavigation()
548 * libraries/Config.class.php: reload default configuration if config.inc.php
551 2006-07-03 Sebastian Mendel <cybot_tm@users.sourceforge.net>
552 * index.php, js\querywindow.js, querywindow.php, libraries\common.lib.php,
553 libraries\footer.inc.php, libraries\sql_query_form.lib.php:
554 bug #1477576 with rtl langs, navi links open in wrong frame
556 2006-07-02 Marc Delisle <lem9@users.sourceforge.net>
557 * db_operations.php: undefined $table when copying a db
559 2006-06-30 Marc Delisle <lem9@users.sourceforge.net>
560 * libraries/common.lib.php: escape also single quotes
561 ### 2.8.2 released from QA_2_8
563 2006-06-28 Marc Delisle <lem9@users.sourceforge.net>
564 * libraries/Config.class.php: remove debug code
565 * libraries/common.lib.php: escape allowed parameters from non-token
568 2006-06-27 Michal Čihař <michal@cihar.com>
569 * libraries/import/csv.php: Fix special case of Excel export with ; at the
571 * scripts/setup.php, libraries/compat/var_export.php: Add var_export
572 compatibility wrapper from PEAR PHP_Compat to make setup.php work on PHP
574 * libraries/Config.class.php: Recalculate URL only if needed not all times
576 * lang/slovak: Updated, thanks to Tomas Tatransky - droopytsf.
577 * lang/czech: Translated missing strings.
579 2006-06-25 Marc Delisle <lem9@users.sourceforge.net>
580 * libraries/export/pdf.php, libraries/plugin_interface.lib.php, lang/*:
581 bug #1504218: display an explanation for what is a PDF export
582 * libraries/database_interface.lib.php: when a db directory has
583 wrong permissions/ownership, information_shema does not work
584 for all databases so we revert to SHOW TABLE STATUS
586 2006-06-23 Marc Delisle <lem9@users.sourceforge.net>
587 * libraries/Config.class.php: bug #1501027, possible user/password
588 disclosure when switching from http to https
590 2006-06-22 Marc Delisle <lem9@users.sourceforge.net>
591 * libraries/database_interface.lib.php, /export/sql.php, lang/*:
592 export of procedures and functions. Note: this needs improvement
593 because currently the DELIMITER for procedures is exported as a
594 comment. Users could remove the comment marker and feed this
595 to command-line mysql but it would be better to generate DELIMITER
596 not as a comment and parse it while importing.
598 2006-06-21 Marc Delisle <lem9@users.sourceforge.net>
599 * lang/french: update
600 * lang/slovak: update, thanks to Tomas Tatransky - droopytsf
601 * lang/tatarish: update, thanks to Albert Fazlí
602 * libraries/auth/http.auth.lib.php: bug #1504662, display server message
604 2006-06-20 Marc Delisle <lem9@users.sourceforge.net>
605 * libraries/Table.class.php: a typo disabled table copy operation
607 2006-06-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
608 * themes/*/css/theme_right.css.php: bug #1449845 Nowrap in character sets
609 * libraries/common.lib.php::PMA_linkOrButton():
610 did not recognize hard coded & when ; is set as url separator in php
611 * js/querywindow.js, libraries/common.lib.php,
612 libraries/sql_query_form.lib.php: bug #1490556 Request-URI Too Large
614 2006-06-15 Marc Delisle <lem9@users.sourceforge.net>
615 * libraries/sql_query_form.lib.php: Delimiter only if MySQL supports it
617 2006-06-13 Marc Delisle <lem9@users.sourceforge.net>
618 * libraries/sql_query_form.lib.php, libraries/import/sql.php, lang/*:
619 bug # 1469699, can't create a stored procedure
620 Experimental, please test! I added a Delimiter field in the query form
621 so user can specify his special delimiter;
622 TODO: fix the display of the query which has a special delimiter
623 because for now it's empty
625 2006-06-09 Marc Delisle <lem9@users.sourceforge.net>
626 * tbl_select.php: bug #1490569, search with LIKE on numeric fields
627 * libraries/import.lib.php: support display of HANDLER statement results
628 * libraries/header.inc.php, libraries/auth/http.auth.lib.php,
629 /cookie.auth.lib.php, removed header_custom.inc.php:
630 patch #1502453, unnecessary disk access,
631 thanks to Juergen Wind (windkiel)
632 * libraries/footer.inc.php, libraries/auth/http.auth.lib.php,
633 /cookie.auth.lib.php, removed footer_custom.inc.php:
634 applied the same optimization
636 2006-06-08 Marc Delisle <lem9@users.sourceforge.net>
637 * libraries/header.inc.php: bug #1501891, undefined PMA_isSuperuser() when
638 the default server is 0
640 2006-06-06 Marc Delisle <lem9@users.sourceforge.net>
641 * Documentation.html: various fixes, thanks to Cedric Corazza
643 2006-06-02 Marc Delisle <lem9@users.sourceforge.net>
644 * libraries/auth/cookie.auth.lib.php: for auth_type='cookie', avoid
645 showing the "cookies must be enabled" message if they are enabled
646 * Documentation.html: requirements: web browser with cookies enabled
647 * libraries/header.inc.php: show message about cookies also
648 when auth_type = http or config
650 2006-05-31 Marc Delisle <lem9@users.sourceforge.net>
651 * libraries/common.lib.php: bug #1498108, support twice the separator
652 in db name, thanks to Sylvain Derosiaux
654 2006-05-30 Marc Delisle <lem9@users.sourceforge.net>
655 * lang/french*: updates
656 * querywindow.php: $is_superuser was not defined
657 * sql.php: bug #1490422, lost connection to MySQL server (SELECT DISTINCT)
659 2006-05-30 Michal Čihař <michal@cihar.com>
660 * libraries/export/sql.php: Fix handling of backquotes (bug #1497239).
661 * libraries/export/xml.php: Fix export to XML (bug #1497239).
662 * libraries/plugin_interface.lib.php: Show that plugin has no option if it
663 has only hidden inputs.
664 * sql.php: Do not compare db if not defined.
665 * server_binlog.php, server_processlist.php: No need to grab all results
667 * libraries/export/htmlexcel.php: Fix extension (bug #1497239).
668 * libraries/export/csv.php: Handle correctly AUTO (bug #1497239).
669 * lang/*: Remove obsolete messages, add missing ones.
670 * lang/czech: Updated.
671 * libraries/session.inc.php: Remove unused code.
672 * libraries/Table.class.php, libraries/select_lang.lib.php, lang/*: Add
673 todo translations (bug #1436564).
675 2006-05-29 Michal Čihař <michal@cihar.com>
676 * lang/galician: Update, thanks to Xosé Calvo - xosecalvo.
677 * lang/japanese: Update, thanks to Ishigaki Kenichi - tcool.
678 * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
679 * lang/italian: Update, thanks to Rebe - rebeluca.
680 * lang/estonian: Update, thanks to Marko Ellermaa - uhuu.
681 * lang/finnish: Update, thanks to Yoneh - yoneh.
682 * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
683 * lang/czech: Update.
685 2006-05-29 Marc Delisle <lem9@users.sourceforge.net>
686 * main.php: bug #1496881, CVS link broken in main.php
688 2006-05-26 Marc Delisle <lem9@users.sourceforge.net>
689 * tbl_change.php: bug #1451426, edit breaks protected BLOB field,
690 changes it from NULL to empty string
692 2006-05-23 Marc Delisle <lem9@users.sourceforge.net>
693 * tbl_change.php, tbl_replace.php: bug #1438999, updating a multi-table
696 2006-05-21 Marc Delisle <lem9@users.sourceforge.net>
697 * import.php, lang/*: bug #1467804, replaced strNothingToImport
700 2006-05-20 Marc Delisle <lem9@users.sourceforge.net>
701 ### 2.8.1 released from MAINT_2_8_1
703 2006-05-19 Marc Delisle <lem9@users.sourceforge.net>
704 * db_details_structure.php: indicate on the Sum line that storage type and
705 collation are the default values
707 2006-05-18 Marc Delisle <lem9@users.sourceforge.net>
708 * libraries/check_user_privileges.lib.php, /database_interface.lib.php, /db_details_links.inc.php,
709 /server_common.inc.php, /header.inc.php: bug #1490193 and code simplification
711 2006-05-17 Marc Delisle <lem9@users.sourceforge.net>
712 * server_privileges.php: bug #1478812, Add user (password containing
713 a backslash); also minor optimization
715 2006-05-15 Marc Delisle <lem9@users.sourceforge.net>
716 * libraries/Table.class.php: bug #1475949, removing the default value
718 2006-05-15 Michal Čihař <michal@cihar.com>
719 * scripts/setup.php: Compatibility with security tokens (bug #1488453).
720 * scripts/setup.php: Fix detection of writable config (bug #1488447).
721 * css/phpmyadmin.css.php, libraries/auth/cookie.auth.lib.php,
722 themes/darkblue_orange/css/theme_right.css.php,
723 themes/original/css/theme_right.css.php: Not so wide login form (RFE
725 * import.php, export.php: Increase magic contstant to avoid problems with
726 compression of some specific data (bug #1477029).
728 2006-05-14 Michal Čihař <michal@cihar.com>
729 * libraries/common.lib.php: Fix reading database list with MySQL wildcards
731 * changelog.php: There is no reason to make bug uppercase.
733 2006-05-14 Marc Delisle <lem9@users.sourceforge.net>
734 * libraries/import.lib.php: bug #1482841, support USE statement in the import file
736 2006-05-12 Marc Delisle <lem9@users.sourceforge.net>
737 ### 2.8.0.4 released from MAINT_2_8_0
739 2006-05-12 Michal Čihař <michal@cihar.com>
740 * libraries/footer.inc.php: Escape user input to avoid XSS.
741 * libraries/common.lib.php, libraries/url_generating.lib.php: Better
742 handle other URL separator than & (bug #1487365).
744 2006-05-06 Michal Čihař <michal@cihar.com>
745 * Documentation.html: Describe better regullar expressions in hide_db
746 (patch #1482049, thanks to Isaac Bennetch - ibennetch).
748 2006-05-05 Michal Čihař <michal@cihar.com>
749 * libraries/export/sql.php: Fix UPDATE export with extended inserts
750 enabled (bug #1482103), fix export type selection.
751 * libraries/select_lang.lib.php: Use GET and POST explicitely as cookies
752 can override values in REQUEST (bug #1481584).
753 * lang/czech: Updated.
755 2006-05-03 Michal Čihař <michal@cihar.com>
756 * Documentation.html: Document OpenDocument export and various fixes.
758 2006-05-02 Michal Čihař <michal@cihar.com>
759 * libraries/select_lang.lib.php, libraries/Theme_Manager.class.php: Escape
760 user input (CVE-2006-2031).
761 * server_databases.php: Fix path to image (needs to be lower case).
762 * libraries/common.lib.php: Use htmlspecialchars instead of htmlentities,
763 it doesn't break utf-8.
765 2006-04-28 Michal Čihař <michal@cihar.com>
766 * Documentation.html, main.php, libraries/config.default.php: Possibility
767 to hide creating of database from main (RFE #1370100).
768 * Documentation.html, main.php, libraries/left_header.inc.php:
769 Customizable link under left logo (RFE #1111599).
770 * libraries/export/htmlword.php: Fix including column names.
771 * libraries/export/latex.php: Add missing crlf, remove unused code.
772 * libraries/export/ods.php: Use correct charset.
773 * libraries/export/odt.php, lang/*, libraries/config.default.php: Add Open
774 Document Text export (RFE #1068007).
775 * libraries/opendocument.lib.php: Add document metainformation.
776 * libraries/opendocument.lib.php, libraries/export/ods.php,
777 libraries/export/odt.php: Include styles.xml in Open Document, now it
778 can be opened in KOffice, Gnumeric and OpenOffice.org.
780 2006-04-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
781 * db_printview.php: fixed bug 'no tables found', refactored
782 * tbl_change.php, tbl_indexes.php: removed table formating, done in css
784 2006-04-27 Michal Čihař <michal@cihar.com>
785 * Documentation.html, libraries/config.default.php,
786 libraries/auth/cookie.auth.lib.php: Logout from all servers by default
788 * sql.php: Show results of REPLACE as affected as it contains both deleted
789 and inserted rows count (bug #1475765).
790 * libraries/common.lib.php: Better detection of duplicate rows (bug
792 * libraries/display_tbl.lib.php: Do not check for VIEW if no table name
793 (eg. SELECT 1) (bug #1473484).
794 * libraries/import/sql.php: Do not strip MySQL conditional statements in
795 comments (patch #1459782, thanks to unconed - unconed).
796 * Documentation.html: Various fixes in documentation, mostly grammmar
797 (patch #1453198, thanks to Isaac Bennetch - ibennetch).
798 * lang/*: Remove *font_family.
799 * Documentation.html, import.php, querywindow.php, js/functions.js,
800 libraries/header.inc.php, libraries/import.lib.php: Improve
801 functionality of limiting DROP DATABASE (bug #1456082).
802 * libraries/language.lib.php, libraries/common.lib.php,
803 libraries/database_interface.lib.php, libraries/select_lang.lib.php:
804 Reload language file after switch to utf-8 translation (bug #1442605).
805 * tbl_properties_operations.php,
806 libraries/tbl_properties_table_info.inc.php: Allow to set PACK_KEYS to
807 DEFAULT (bug #1440966).
809 2006-04-26 Michal Čihař <michal@cihar.com>
810 * libraries/plugin_interface.lib.php:
811 - Display information that there are no settings.
812 - Be more verbose on error.
813 - Drop tables used for layout.
814 - Add support for groupping options.
815 - Support for forcing one of two bool/bgroups.
817 - Support for localised texts in defaults.
818 * css/phpmyadmin.css.php, themes/darkblue_orange/css/theme_right.css.php,
819 themes/original/css/theme_right.css.php: New style for non table forms
821 * libraries/config.default.php, libraries/display_export.lib.php,
822 libraries/export/*: Convert export to plugin architecture, so that
823 plugins are independant piece of code (RFE #1325937).
824 * db_operations.php, tbl_properties_operations.php,
825 libraries/Table.class.php: Adapt to changes in export.
826 * export.php, libraries/export/*: Use plugins for extension and MIME type.
827 * libraries/export/ods.php, libraries/opendocument.lib.php,
828 libraries/config.default.php, lang/*: Export to OASIS OpenDocument
829 Spreadsheet (RFE #1068007).
830 * lang/czech: Update.
831 * export.php, libraries/plugin_interface.lib.php, libraries/export/*:
832 Allow forcing of export to file, it makes no sense to display PDF in
834 * libraries/display_export.lib.php: Reinclude table selection (bug
836 * libraries/auth/cookie.auth.lib.php: Remove unused function.
837 * libraries/auth/cookie.auth.lib.php, Documentation.html,
838 libraries/config.default.php: Allow configuration of cookie storage on
839 client (RFE #1095227).
840 * server_privileges.php, lang/*: Create database for newly created user
843 2006-04-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
846 fixed bug #1452131 Fonts too large;
847 fixed bug #1446211 Colors hardcoded in theme css files;
848 * libraries/Theme_Manager.class.php: search themes on every script start
849 * libraries/Theme_Manager.class.php, libraries/Theme.class.php:
850 use fallback (original) css file if not found in current theme
851 (no need to include unchanged files into theme, f. e. print.css)
853 2006-04-25 Michal Čihař <michal@cihar.com>
854 * libraries/common.lib.php: Make cookie login form work with token
856 * libraries/auth/cookie.auth.lib.php: Do not include empty values.
857 * changelog.php: Generate proper XHTML, make URLs clickable.
859 2006-04-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
860 * db_details_qbe.php, db_printview.php, libraries/display_tbl.lib.php,
861 css/phpmyadmin.css.php, js/functions.js, pdf_pages.php, pdf_schema.php,
862 server_binlog.php, server_variables.php, tbl_change.php,
863 transformation_overview.php:
865 * changelog.php: replaced php short open tag
867 2006-04-24 Michal Čihař <michal@cihar.com>
868 * main.php: Fix logout link (bug #1474694).
870 2006-04-21 Michal Čihař <michal@cihar.com>
871 * libraries/import/csv.php: Fix importing files without trailing new line
873 * Documentation.html: Document problems with PMA_blowfish on clusters of
874 different architectures (bug #1470912).
875 * Documentation.html: Document LoginCookieValidity (bug #1473357).
877 2006-04-20 Michal Čihař <michal@cihar.com>
878 * index.php: Check target against goto_whitelist.
879 * libraries/url_generating.lib.php, libraries/session.inc.php,
880 libraries/common.lib.php: Protect against external links which could
881 perform any action (CVE-2006-1804).
882 * changelog.php: Link to CAN/CVE security issues, highlight releases, fix
883 email links, link releases to tags in CVS.
885 2006-04-13 Marc Delisle <lem9@users.sourceforge.net>
886 * server_databases.php: need brackets for correct calculation of page
888 2006-04-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
889 * server_databases.php, libraries/database_interface.lib.php:
890 disable table stats for MySQL 5 by default
891 * server_databases.php:
892 use new functionality of PMA_DBI_get_databases_full() to limit display
893 * libraries/database_interface.lib.php:
894 - extended PMA_DBI_get_databases_full() to allow limiting and sorting
895 - added new function PMA_DBI_get_databases_count()
896 * libraries/config.default.php:
897 added new paramter to limit maximum displayed databases
899 - fixed bug #1469469 cyclic redirect with sql.php as default table-page
900 - re-use already existing code
902 link also js, html, pl, and sh files, FAQ entries
903 and contributors to their sf.net user page, smaller regex fixes
905 2006-04-13 Marc Delisle <lem9@users.sourceforge.net>
906 * export.php: bug #1443004 part 2: export views after the tables
908 2006-04-12 Marc Delisle <lem9@users.sourceforge.net>
909 * export.php: bug #1443004 part 1: do not generate INSERT statements
912 2006-04-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
913 * css/phpmyadmin.css.php:
914 fixed bug #1446017 red border in outdated themes
915 * libraries/common.lib.php:
916 - added option to PMA_arrayWalkRecursive() to use function also on keys
917 - un-magic_quotes_gpc also keys in GPC arrays
918 * libraries/db_table_exists.lib.php:
919 cleanup - what a mess; fixed several undefined variables
921 fixed undefined variable by including libraries/tbl_properties_common.php
923 link users, files, bugs, rfes and patches
924 * libraries/footer.inc.php:
925 fixed bug #1454874 Javascript error in new (not framed) print window
926 * css/phpmyadmin.css.php, scripts/setup.php, test/theme.php
927 themes/darkblue_orange/css/theme_right.css.php,
928 themes/original/css/theme_right.css.php:
929 fixed bug #1444466 theme directory not being processed correctly
930 * libraries/common.lib.php, libraries/Theme_Manager.class.php:
931 fixed bug #1469174 configuration changes not accepted in theme manager
932 * libraries/Theme_Manager.class.php:
933 fixed bug #1469120 missing property in Theme_Manager class
934 * libraries/common.lib.php:
935 fixed bug #1469109 PMA_backquote() issues
937 2006-04-11 Marc Delisle <lem9@users.sourceforge.net>
938 * Documentation.html: clarification about config.default.php
940 2006-04-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
942 fixed bug #1459418 Add foreign key fail on column with ' in name
943 * index.php, libraries/auth/cookie.auth.lib.php,
944 libraries/auth/http.auth.lib.php, libraries/common.lib.php,
945 libraries/footer.inc.php, libraries/fpdf/fpdf.php,
946 libraries/grab_globals.lib.php, libraries/header.inc.php,
947 libraries/ip_allow_deny.lib.php, libraries/select_lang.lib.php,
948 libraries/Config.class.php:
950 * libraries/Config.class.php:
951 fixed not initilized variable in getCookiePath();
952 * libraries/common.lib.php:
953 added PMA_getenv() as a wrapper to $_SERVER, $_ENV, getenv() and apache_getenv()
955 2006-04-11 Michal Čihař <michal@cihar.com>
956 * lang/galician: Fix missing ; (bug #1468439).
957 * libraries/Config.class.php: Fix parsing of paths containing : (patch
960 2006-04-10 Michal Čihař <michal@cihar.com>
961 * libraries/Config.class.php: Check also default config mtime (bug
963 * libraries/Config.class.php: Better check for server system (patch
965 * libraries/import/csv.php: Fix parsing of large CSV files (bug #1456331).
967 2006-04-09 Marc Delisle <lem9@users.sourceforge.net>
968 * tbl_replace.php, libraries/dbi/mysqli.dbi.lib.php: bug #1255923,
969 detect and report silent truncation (mysqli only)
971 2006-04-08 Marc Delisle <lem9@users.sourceforge.net>
972 * libraries/display_import.lib.php, lang/*: bug #1449793,
973 respect file_uploads = Off
975 2006-04-07 Michal Čihař <michal@cihar.com>
976 * scripts/setup.php: Parse correctly new version numbers.
978 2006-04-06 Marc Delisle <lem9@users.sourceforge.net>
979 ### 2.8.0.3 released from branch MAINT_2_8_0
980 * themes/*/css/theme_left.css.php, /theme_right.css.php:
981 protection from unplanned execution path
983 2006-03-28 Marc Delisle <lem9@users.sourceforge.net>
984 * libraries/Table_class.php, /sqlparser.lib.php: bug #1458245,
985 copy a db containing a VIEW
987 2006-03-26 Marc Delisle <lem9@users.sourceforge.net>
988 * sql.php: bug #1448890 Column expander doesn't work
989 * libraries/tbl_properties.inc.php: bug #1458334, undefined offset
990 * libraries/sqlparser.data.php: bug #1455373, CONVERT in reserved words
992 2006-03-25 Marc Delisle <lem9@users.sourceforge.net>
993 * db_operations.php, libraries/Table.class.php,
994 libraries/display_export.lib.php libraries/export/sql.php:
995 bug #1401864, DROP VIEW instead of DROP TABLE
997 2006-03-23 Marc Delisle <lem9@users.sourceforge.net>
998 * db_operations.php, tbl_properties_operations.php,
999 libraries/display_export.lib.php, lang/*: start work for bug #1401864,
1000 generation of DROP VIEW statements where appropriate
1002 2006-03-23 Michal Čihař <michal@cihar.com>
1003 * libraries/import/sql.php: Fix handling of -- (bug #1453430).
1005 2006-03-23 Alexander M. Turek <me@derrabus.de>
1006 * lang/german-*.inc.php: Updates, sync'ed some technical terms with the
1007 German MySQL manual.
1009 2006-03-23 Marc Delisle <lem9@users.sourceforge.net>
1010 * libraries/display_tbl.lib.php: bug #1444417 blobs are centered
1011 * libraries/common.lib.php: patch #1455286, catch 'permission denied'
1012 error on SHOW DATABASES, thanks to Bernard Dautrevaux - b-dautrevaux
1014 2006-03-22 Alexander M. Turek <me@derrabus.de>
1015 * lang/spanish-*.inc.php: Updates, thanks to Daniel Hinostroza.
1016 * lang/galician-*.inc.php: Updates, thanks to Xosé Calvo.
1018 2006-03-21 Alexander M. Turek <me@derrabus.de>
1019 * libraries/german-*.inc.php:
1020 - Reviewed recently translated strings;
1021 - updated some untranslated messages.
1023 2006-03-21 Marc Delisle <lem9@users.sourceforge.net>
1024 * server_privileges.php: bug #1427707 Priv->user->pass radio buttons
1025 unselectable: Sebastian's fix was not in HEAD
1026 * libraries/Table.class.php: bug #1439002, drop basetable of a view gives
1027 error on overview Table.class.php
1029 2006-03-20 Alexander M. Turek <me@derrabus.de>
1030 * Documentation.html: Added a note about Connector/PHP to FAQ 1.17.
1032 2006-03-19 Marc Delisle <lem9@users.sourceforge.net>
1033 * db_details_structure.php: bug #1445853, overhead should use the
1035 * lang/english*, /french*: use IEC binary units; use "B" for Bytes
1036 and "o" for "Octets" in French
1037 * db_details_importdocsql.php: bug #1444025, dead code about DOCUMENT_ROOT
1039 2006-03-17 Marc Delisle <lem9@users.sourceforge.net>
1040 * libraries/dbi/mysqli.dbi.lib.php: if $cfg['Servers'][$i]['nopassword']
1041 is not defined (using an older config.inc.php), an error is displayed
1044 2006-03-17 Michal Čihař <michal@cihar.com>
1045 * scripts/setup.php: Allow empty socket (bug #1452142).
1047 2006-03-16 Marc Delisle <lem9@users.sourceforge.net>
1048 * libraries/display_tbl.lib.php: undefined variable when a BLOB is NULL
1049 * libraries/Theme_Manager.class.php: XSS vulnerability
1050 * libraries/common.lib.php: bug #1392554, turn off
1051 zend.ze1_compatibility_mode due to mysqli problems
1052 ### 2.8.0.2 released from branch MAINT_2_8_0
1054 2006-03-16 Michal Čihař <michal@cihar.com>
1055 * libraries/select_server.lib.php: Move end of fieldset to correct place
1056 after button (patch #1450559).
1057 * libraries/plugin_interface.lib.php: Add support for hidden inputs.
1058 * libraries/common.lib.php: Do not forget wrongly configured servers,
1059 otherwise user gets warning only on first access (RFE #1451521).
1060 * libraries/auth/config.auth.lib.php: Show possible error messages.
1061 * show_config_errors.php, libraries/common.lib.php: Add wrapper to show
1062 config errors even with no error reporting (RFE #1447173).
1063 * scripts/create-release.sh: Use w3m instead of lynx (bug #1451635).
1065 2006-03-15 Michal Čihař <michal@cihar.com>
1066 * libraries/export/htmlexcel.php: Fix output handling (bug #1450555).
1068 2006-03-14 Michal Čihař <michal@cihar.com>
1069 * lang/czech: Update, use binary prefixes.
1070 * lang/english: Nothing to translate here.
1071 * scripts/setup.php: Fix config loading (bug #1449821).
1073 2006-03-14 Alexander M. Turek <me@derrabus.de>
1074 * lang/german-*.inc.php: Use correct binary prefixes for byte units.
1076 2006-03-14 Marc Delisle <lem9@users.sourceforge.net>
1077 * libraries/common.lib.php: bug #1449715, loading of binary data very slow
1078 * server_privileges.php: compatibility with MySQL < 4.0.2
1079 * server_databases.php: bug #1445991, compatibility with MySQL 3.23.52
1081 2006-03-13 Marc Delisle <lem9@users.sourceforge.net>
1082 * libraries/Config.class.php, /common.lib.php: bug #1445120,
1083 cookie login not working on IIS
1085 2006-03-10 Marc Delisle <lem9@users.sourceforge.net>
1086 * libraries/display_tbl.lib.php: reactivate in-line image display
1087 * transformation_wrapper.php: bug #1444121, octetstream download fails
1088 on versions of PHP accepting only one line per header,
1089 thanks to Ryan Schmidt
1091 2006-03-08 Marc Delisle <lem9@users.sourceforge.net>
1092 * libraries/database_interface.lib.php, tbl_create.php,
1093 tbl_properties_operations.php: bug #1444892, TYPE deprecated in
1095 ### 2.8.0.1 released from branch MAINT_2_8_0
1097 2006-03-07 Marc Delisle <lem9@users.sourceforge.net>
1098 * libraries/Config.class.php: bug #1444867, does not load config.inc.php
1099 under PHP < 4.3.0, thanks to Julian Ladisch - julianladisch
1101 2006-03-06 Marc Delisle <lem9@users.sourceforge.net>
1102 * main.php: bug #1443337, homepage link
1103 ### 2.8.0 released from branch MAINT_2_8_0
1105 2006-03-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1106 * libraries/Config.class.php, libraries/select_lang.lib.php,
1107 libraries/footer.inc.php, libraries/ip_allow_deny.lib.php,
1108 libraries/common.lib.php, libraries/header.inc.php,
1109 libraries/grab_globals.lib.php, libraries/auth/cookie.auth.lib.php,
1110 libraries/auth/http.auth.lib.php, libraries/fpdf/fdpf.php, index.php:
1111 replaced $_SERVER and $_ENV with getenv()
1112 PMA should now work without registered $_ENV and $_SERVER variables
1114 2006-03-04 Marc Delisle <lem9@users.sourceforge.net>
1115 * lang/swedish: Update, thanks to Björn T. Hallberg - bjornth.
1116 * import.php, libraries/common.lib.php: bug #1413880, page status not
1117 preserved on Refresh
1118 * lang/chinese_traditional: Updates, thanks to Siu Sun.
1120 2006-03-03 Michal Čihař <michal@cihar.com>
1121 * libraries/Theme_Manager.class.php: Fix include path (bug #1442008).
1123 2006-03-02 Marc Delisle <lem9@users.sourceforge.net>
1124 * libraries/session.inc.php and removed .htaccess:
1125 bug #1411996: now we destroy an auto-started session
1126 ### 2.8.0-rc2 released from MAINT_2_8_0 branch
1128 2006-03-02 Michal Čihař <michal@cihar.com>
1129 * libraries/display_tbl.lib.php: Fix parameter to transformation (bug
1131 * libraries/transformations/application_octetstream__hex.inc.php, lang/*:
1132 Allow to configure how often space is added (RFE #1440384).
1134 2006-02-24 Marc Delisle <lem9@users.sourceforge.net>
1135 * libraries/relation.lib.php: bug #1437754, search combos default to
1137 * lang/swedish: Update, thanks to Björn T. Hallberg - bjornth.
1139 2006-02-23 Michal Čihař <michal@cihar.com>
1140 * libraries/config.default.php, libraries/header.inc.php,
1141 Documentation.html: More replacements for page title (RFE #1408241).
1142 * contrib/packaging/Fedora/phpMyAdmin.spec: Update.
1144 2006-02-23 Marc Delisle <lem9@users.sourceforge.net>
1145 * libraries/Config.class.php: bug #1418769 part 1: stat failed for
1146 ./config.inc.php (under PHP 4)
1147 * sql.php: bug #1437499, LIMIT clause when query ends with semicolon
1149 2006-02-22 Marc Delisle <lem9@users.sourceforge.net>
1150 * libraries/display_tbl.lib.php: bug #1435303, error on empty BLOB transf.
1151 * .htaccess: added a reference to FAQ 1.36
1153 2006-02-22 Michal Čihař <michal@cihar.com>
1154 * libraries/iconv_wrapper.lib.php, libraries/charset_conversion.lib.php:
1155 Fixes for AIX wrapper, thanks to Björn Wiberg - bwiberg.
1156 * libraries/database_interface.lib.php: New function for getting available
1157 SQL compatibility modes.
1158 * libraries/plugin_interface.lib.php: Add support for select options and
1160 * libraries/display_export.lib.php: Use new function for SQL compatibility
1162 * libraries/import/sql.php, lang/*, libraries/config.default.php:
1163 Possibility to select SQL compatibility on import (RFE #1386132).
1164 * main.php, lang/*: Better message for reloading privileges (RFE
1166 * Documentation.html, libraries/config.default.php,
1167 libraries/header.inc.php: Customizable window title (RFE #1408241).
1168 * main.php, libraries/server_links.inc.php, lang/*: Same title for
1169 processes link (RFE #1350356).
1170 * lang/*: Remove unused strTableType, resorted, added missing strings to
1171 various translations (timespanfmt was most often missing).
1172 * lang/czech: Update.
1173 * sql.php, libraries/display_tbl.lib.php, lang/*: Better message for query
1174 export, move operation above query results into one fieldset (bug
1176 * tbl_properties_operations.php: Enable optimize for InnoDB (bug
1178 * contrib/packaging/Fedora: Add spec file for Fedora (patch #1388224,
1179 thanks to Patrick MONNERAT - monnerat).
1180 * Documentation.html, libraries/config.default.php,
1181 libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php: Allow
1182 to use external authentication and use empty MySQL passwords (path
1183 #1388210, thanks to Patrick MONNERAT - monnerat).
1184 * .cvsignore: Do not ignore .htaccess.
1186 2006-02-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1187 * libraries/footer.inc.php:
1188 bug #1436279 Left frame links open in new windows in Safari
1189 * libraries/footer.inc.php, themes/*/img/window-new.png *NEW*:
1190 added icon for new window
1191 * libraries/dbi/mysqli.dbi.lib.php: workaround for http://bugs.php.net/36007
1192 * libraries/database_interface.lib.php PMA_DBI_get_tables_full(), left.php:
1193 added workaround for bug #1436171 Cannot display Capitalised Databases
1194 * js/querywindow.js: fixed 'mad' db slector
1196 2006-02-21 Michal Čihař <michal@cihar.com>
1197 * scripts/setup.php:
1198 - Various bug fixes (bug #1435700, bug #1435806, undefined indexes).
1199 - XHTML fixes (patch #1435772, thanks to Matt LaPlante - cyberdog3k).
1200 * libraries/export/sql.php: New line before values (RFE #1435919).
1201 * libraries/Config.class.php: Trim spaces from config file to avoid
1202 unwanted outpu (patch #1431566, thanks to Piotr_Skowronek -
1204 * libraries/iconv_wrapper.lib.php, libraries/charset_conversion.lib.php,
1205 libraries/database_interface.lib.php: Compatibility with iconv charset
1206 names on AIX (patch #1420704, thanks to Björn Wiberg - bwiberg).
1207 * libraries/import.lib.php: Skip byte order marks (bug #1423362).
1209 2006-02-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1210 * libraries/common.lib.php PMA_getUvaCondition():
1211 do not test for isset but strlen on orgname of table
1212 * libraries/Table.class.php: *NEW* class PMA_Table
1213 * tbl_addfield.php, tbl_create.php:
1215 * db_details_qbe.php, db_details_structure.php, tbl_alter.php, sql.php,
1216 libraries/common.lib.php, libraries/tbl_properties_table_info.inc.php,
1217 libraries/display_export.lib.php, libraries/display_tbl.lib.php,
1218 libraries/get_foreign.lib.php, libraries/relation.lib.php:
1219 moved PMA_generateFieldSpec(), PMA_tableIsView(), PMA_countRecords(),
1220 PMA_generateAlterTable() into class PMA_Table
1221 * db_operations.php, tbl_move_copy.php, tbl_properties_operations.php,
1222 libraries/Table.class.php, libraries/tbl_move_copy.php:
1223 merged libraries/tbl_move_copy.php in class PMA_Table
1224 * libraries/Table.class.php:
1225 minor fixes and improvements, formating, documentation
1226 * libraries/relation.lib.php:
1227 check if $cfg['Server']['pmadb'] really exists and is selectable,
1228 minor tweaks and formating
1229 * libraries/common.lib.php PMA_getUvaCondition():
1230 fixed bug #1436058 Notices while browsing table
1231 * tbl_properties_operations.php, libraries/Table.class.php:
1232 make use of PMA_Table object for renaming tables
1233 (added also some required functionality to PMA_Table class)
1235 2006-02-20 Marc Delisle <lem9@users.sourceforge.net>
1236 ### 2.8.0-rc1 released from QA_2_8 branch
1238 2006-02-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1239 * libraries/dbi/mysqli.dbi.lib.php:
1240 - fixed undefined MYSQLI_BINARY_FLAG constant
1242 * server_status.php:
1243 - RFE #1434196 More significant digits in /status
1244 - replaced number_format() with PMA_formatNumber()
1246 * js/querywindow.js, css/phpmyadmin.css.php:
1247 - RFE #1433382 visulal feat. request for left bar
1249 - fixed bug #1431422 Safari: Print view prints blank page
1251 2006-02-19 Marc Delisle <lem9@users.sourceforge.net>
1252 * libraries/common.lib.php: re-establish previous error reporting mode
1253 * sql.php: bug #1434576, undefined variable $db
1254 * libraries/storage_engines.lib.php: bug #1434578, missing argument
1256 * Documentation.html: bug #1433633, document consequences of having
1257 a .htaccess file, thanks to Isaac Bennetch
1259 2006-02-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1260 * libraries/common.lib.php PMA_getUvaCondition():
1261 - fixed missing $analyzed_sql (partly bug #1431615)
1262 - added table names to column names (partly bug #1431615)
1263 - simplified search for alias
1264 * libraries/dbi/mysqli.dbi.lib.php:
1265 - make use of MYSQLI_* constants
1266 - added column types newdecimal and bit
1268 2006-02-18 Marc Delisle <lem9@users.sourceforge.net>
1269 * tbl_change.php: bug #1415465, undefined $sql_query
1270 * libraries/common.lib.php: bug #1377215, errors with E_STRICT
1272 2006-02-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1273 * libraries/sql_query_form.lib.php:
1274 fixed bug #1433882 html special chars not escaped in query in querybox
1276 2006-02-17 Marc Delisle <lem9@users.sourceforge.net>
1277 * lang/*, db_details_structure.php:
1278 bug #1431352, no %d in strViewMaxExactCount
1279 * db_details_structure.php: bug #1431340, rowcount for views and
1280 unneeded $strViewMaxExactCount
1281 * libraries/common.lib.php: array to string conversion
1282 * libraries/display_tbl.lib.php: bug #1396998, added $strViewMaxExactCount
1285 2006-02-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1286 * docs.css, Documentation.html, translators.html:
1287 - XHTML 1.1, more semantic, formating
1289 - linked all references
1290 * libraries/common.lib.php:
1291 - fixed bug #1432626 'bad url error after select "(Databases)..."'
1292 * libraries/select_server.lib.php:
1293 - fixed pre-select for current server (fixed type missmatch)
1294 - do not autosubmit on '(Server) ...'
1295 * css/print.css: fixed bug #1419696 'print css results in blank table output'
1296 * tbl_printview.php, css/print.css, themes/*/css/theme_print.css.php:
1297 fixed/cleaned printer output
1298 * libraries/footer.inc.php: do not print selflink
1300 2006-02-16 Marc Delisle <lem9@users.sourceforge.net>
1301 * lang/italian: update, thanks to Luca Rebellato
1302 * lang/german: remove duplicates
1303 * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
1304 * lang/finnish: update, thanks to Jouni Kahkonen
1306 2006-02-15 Marc Delisle <lem9@users.sourceforge.net>
1307 * bug #1406378, default value and auto_increment, thanks to Nuvo - nyvsld
1309 2006-02-14 Marc Delisle <lem9@users.sourceforge.net>
1310 * Documentation.html: XHTML error, thanks to Cédric Corazza
1311 * Documentation.html: remove experimental status for MySQL 4.1 support
1313 2006-02-14 Alexander M. Turek <me@derrabus.de>
1314 * lang/german-*.inc.php: Updates.
1316 2006-02-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1317 * db_details_structure.php, tbl_properties_structure.php:
1318 - fixed bug #1420474 'Consistency (order of truncate/drop)'
1319 - some PEAR coding standard
1321 2006-02-13 Marc Delisle <lem9@users.sourceforge.net>
1322 * libraries/display_tbl.lib.php: bug #1425522, warning when calling
1323 a stored procedure, thanks to JTC - jcqns
1325 2006-02-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1326 * libraries/common.lib.php:
1327 - fixed bug #1416848 'Insert new row from Browse page'
1328 * libraries/common.lib.php:
1329 - fixed bug #1409893 - links in navigation frame opens new window
1330 * libraries/select_server.lib.php:
1331 - fixed bug #1425688 'Server Select quirk'
1334 * server_privileges.php:
1335 - fixed bug #1427707 Priv->user->pass radio buttons unselectable
1337 2006-02-12 Marc Delisle <lem9@users.sourceforge.net>
1338 * lang/english and hebrew: bug #1429769, typo
1339 * tbl_change.php, tbl_replace.php: bug #1429074, "go back to this page"
1340 choice should be sticky
1342 2006-02-10 Marc Delisle <lem9@users.sourceforge.net>
1343 * .htaccess added to main directory for bug #1411996; at least on
1344 servers supporting .htaccess we can run even if session.auto_start
1346 * lang/belarusian updates, thanks to Jaska Zedlik
1347 * lang/catalan update, thanks to Xavier Navarro (xavin).
1349 2006-02-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1350 * libararies/session.inc.php:
1351 stop execution and ommit warning on session.auto_start enabled
1353 2006-02-09 Marc Delisle <lem9@users.sourceforge.net>
1354 * libraries/mult_submit.inc.php: bug #1404565, left frame refresh on
1355 db drop from Databases link in main page
1357 2006-02-08 Marc Delisle <lem9@users.sourceforge.net>
1358 * libraries/Config.class.php: leave the possibility of having a
1359 backslash in the path on non-Windows system, thanks to Michal;
1360 and bug #1418769, part 2: missing argument (PHP 4 constructor)
1362 2006-02-06 Michal Čihař <michal@cihar.com>
1363 * scripts/setup.php: Fix typos (bug #1424923).
1365 2006-02-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1366 * libraries/mult_submits.inc.php, server_databases.php: array to string
1367 conversion (sorry to late :-( ), use of $_REQUEST
1368 * sql.php: fixed some 'not refreshing left frame'
1369 * import.php: refresh left frame also on multiqueries and bookmarks
1370 * libraries/common.lib.php:
1371 - fixed bug #1416848 'Insert new row from Browse page'
1372 - PMA_checkPageValidity() [bug #1416848]
1373 - added PMA_getIcon()
1374 - PMA_getDbLink(): unescape names
1375 * scripts/setup.php:
1376 fixed bug #1424274 'Found a problem in the setup script'
1377 (ShowPHPInfo -> ShowPhpInfo)
1379 2006-02-04 Marc Delisle <lem9@users.sourceforge.net>
1380 * libraries/Config.class.php: bug #1409770 auto-detection and dirname on
1381 Windows, thanks to Alex - nixniemand
1382 * libraries/mult_submits.inc.php, server_databases.php: array to string
1384 * tbl_properties_operations.php, tbl_properties.php, tbl_import.php,
1385 tbl_change.php: bug #1415465, undefined $sql_query
1387 2006-01-31 Marc Delisle <lem9@users.sourceforge.net>
1388 * db_details_structure.php: bug #1412058, damaged table reporting
1389 * import.php: bug #1418382, CSV import does not work
1391 2006-01-30 Marc Delisle <lem9@users.sourceforge.net>
1392 * libraries/common.lib.php: bug #1418145, missing global,
1393 thanks to Bananeweizen
1395 2006-01-29 Marc Delisle <lem9@users.sourceforge.net>
1396 * lang/estonian updates, thanks to Marko Ellermaa - uhuu
1397 * lang/polish: updates, thanks to Jakub Wilk - ubanus
1398 * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
1399 * lang/italian: update, thanks to Luca Rebellato
1400 * lang/norwegian: Update, thanks to Sven-Erik Andersen
1401 * db_details_structure.php: bug #1396998, notice for view row count
1403 * libraries/session.inc.php: bug #1414628, session.save_handler might
1404 be set to something different than "files". Thanks to Nicola Asuni
1405 ### 2.8.0-beta1 released
1407 2006-01-28 Marc Delisle <lem9@users.sourceforge.net>
1408 * libraries/common.lib.php: bug #1396998, avoid displaying exact row
1409 count for views, work in progress
1411 2006-01-26 Michal Čihař <michal@cihar.com>
1412 * lang/czech: Translation update.
1414 2006-01-25 Marc Delisle <lem9@users.sourceforge.net>
1415 * db_details_qbe.php: use PMA_countRecords() when possible, to be able
1416 to centralise into it the VIEW detection logic
1417 * sql.php: affected rows are returned in case of DELETE with no WHERE
1418 clause, at least since MySQL 4.0.x, so no need to pre-count
1420 2006-01-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1421 * server_status.php:
1422 fixed bug: high ascii char in preg_match
1423 * lang/german-*: update
1425 2006-01-24 Marc Delisle <lem9@users.sourceforge.net>
1426 * lang/*: strViewMaxExactCount for the VIEW row count detection
1429 2006-01-23 Michal Čihař <michal@cihar.com>
1430 * lang/czech: Translation update.
1432 2006-01-22 Marc Delisle <lem9@users.sourceforge.net>
1433 * libraries/common.lib.php: bug #1410787, incorrect merging of parameters
1434 contained in an array
1436 2006-01-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1437 * tbl_printview.php: typo
1439 2006-01-20 Marc Delisle <lem9@users.sourceforge.net>
1440 * export.php: bug #1410078, error exporting query ending with semicolon,
1441 thanks to Ryan Schmidt
1443 2006-01-19 Marc Delisle <lem9@users.sourceforge.net>
1444 * main.php: already defined constant
1445 * libraries/display_create_table.lib.php: bug #1376314, I remove
1446 the check to detect the privilege to create a table (see comments
1449 2006-01-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1450 * pdf_schema.php, db_details_qbe.php, libraries/display_tbl.lib.php,
1451 libraries/export/htmlword.php, libraries/export/latex.php,
1452 libraries/import.lib.php, libraries/ip_allow_deny.lib.php,
1453 libraries/transformations.lib.php,
1454 libraries/transformations/text_plain__external.inc.php:
1455 fixed bug #1409972 PHP 5.1.2 compatibility
1456 * libraries/url_generating.lib.php:
1457 fixed bug: undefined index server ($GLOBALS['server'])
1459 2006-01-18 Michal Čihař <michal@cihar.com>
1460 * Documentation.html: Add info about Apache CGI and http auth (patch
1463 2006-01-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1464 * libraries/database_interface.lib.php:
1465 fixed bug: undefined index with empty database in db structure view
1466 * libraries/display_import.lib.php:
1467 fixed bug: display issues with Opera (and Safari?)
1468 * libraries/plugin_interface.lib.php:
1469 - fixed bug: display issues with Opera (and Safari?)
1470 - added source documentation
1471 - PEAR coding standard
1472 - clarified some variable names
1474 fixed bug: Undefined variable: num_tables
1475 * [really much files]: (not complete) PEAR coding standard
1477 2006-01-16 Marc Delisle <lem9@users.sourceforge.net>
1478 * server_privileges.php: typo
1479 * libraries/check_user_privileges.lib.php: bug #1406499,
1480 a username containing an hyphen could not create a db under
1481 MySQL 4.0.x, thanks to "timeout-"
1482 * libraries/common.lib.php: bug #1405956, uninitialized variable $link,
1483 thanks to Sebastian Mendel
1485 2006-01-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1486 * libraries/sql_query_form.lib.php: undefined js variable
1487 * libraries/database_interface.lib.php: PMA_DBI_get_tables_full() first parameter
1488 now also accepts an array of database names not only a single name
1489 * libraries/common.lib.php: PMA_getTableList():
1490 added second parameter to pass tables (if already fetched from db)
1491 * left.php: make use of new functionality in PMA_getTableList() and
1492 PMA_DBI_get_tables_full(): reduce db server traffic (MySQL >=5.0)
1493 * libraries/common.lib.php:
1494 removed aditional check for table row count for left frame tree
1495 (bug #1397061 Left frame not loaded correct on MySQL error)
1496 * libraries/common.lib.php, left.php:
1497 bug #1392924 undefined index: tab_count
1498 * libraries/display_export.lib.php, css/phpmyadmin.css.php,
1499 themes/*/css/theme_right.css.php:
1500 'fixed' layout of export screen for buggy safari and opera
1501 * db_operations.php, export.php, index.php, left.php,
1502 libraries/auth/cookie.auth.lib.php, libraries/common.lib.php,
1503 libraries/db_details_common.inc.php, libraries/db_table_exists.lib.php,
1504 libraries/display_export.lib.php, libraries/display_tbl.lib.php,
1505 libraries/export/sql.php, libraries/footer.inc.php,
1506 libraries/header.inc.php, libraries/left_header.inc.php,
1507 libraries/mult_submits.inc.php, libraries/mysql_charsets.lib.php,
1508 libraries/relation.lib.php, libraries/server_common.inc.php,
1509 libraries/sql_query_form.lib.php, libraries/sqlparser.lib.php,
1510 libraries/tbl_indexes.lib.php, libraries/tbl_move_copy.php,
1511 libraries/url_generating.lib.php, querywindow.php, scripts/setup.php,
1512 server_databases.php, server_privileges.php, server_processlist.php,
1513 sql.php, tbl_addfield.php, tbl_alter.php, tbl_change.php, tbl_create.php,
1514 tbl_indexes.php, tbl_replace.php:
1515 allow 0 as name for database, table collumn, alias and index
1517 2006-01-12 Marc Delisle <lem9@users.sourceforge.net>
1518 * Documentation.html: typo, thanks to Cédric Corazza
1519 * libraries/common.lib.php: remove high-ascii characters, and an
1520 assignment syntax that does not work on PHP 5.1.2
1521 * libraries/database_interface.lib.php: PHP 5.1.2 compatibility
1523 2006-01-11 Marc Delisle <lem9@users.sourceforge.net>
1524 * sql.php, libraries/sqlparser.lib.php: other fixes for bug #1394479
1526 2006-01-11 Michal Čihař <michal@cihar.com>
1527 * main.php: Do not fail if no server is defined.
1528 * main.php, libraries/left_header.inc.php,
1529 libraries/select_server.lib.php: Show server selection if no server set
1530 and we have one server configuration (bug #1399880).
1531 * libraries/import/sql.php: Fix hang on unclosed quoted string (bug
1534 2006-01-10 Marc Delisle <lem9@users.sourceforge.net>
1535 * libraries/sqlparser.lib.php: bug #1394479, problem detecting ending
1536 semi-colon, generates a SHOW KEYS FROM no table name
1538 2006-01-09 Michal Čihař <michal@cihar.com>
1539 * import.php: Work on 10MB chunks if no memory limit is set (bug
1542 2006-01-07 Marc Delisle <lem9@users.sourceforge.net>
1543 * sql.php: bug #1395590 Safari Bookmark query fieldset float problem,
1544 thanks to Ryan Schmidt
1545 * libraries/common.lib.php: bug #1397749, Safari: space before
1546 PMA_linkOrButton link is part of the link, thanks to Ryan Schmidt
1547 * server_privileges.php: bug #1398018, Safari fieldset float issue in
1548 privileges screens, thanks to Ryan Schmidt
1549 * libraries/Config.class.php: bug #1398931, incorrect detection of
1550 PmaAbsoluteUri in vhost situations, thanks to Ryan Schmidt
1552 2006-01-06 Marc Delisle <lem9@users.sourceforge.net>
1553 * db_datadict.php, pdf_schema.php: bug #1389165, data dict shows all
1555 * pdf_schema.php: display PDF schema did not work (missing dot)
1557 2006-01-04 Marc Delisle <lem9@users.sourceforge.net>
1558 * server_privileges.php: since we use DROP USER, some options to
1559 remove a user did not work under MySQL 4.1.x (only mode 2 worked),
1560 so I remove them from the dialog. Thanks to Ken Stanley for
1562 * server_status.php: patch #1395031, not proper URL encoding,
1563 adapted from proposed solution by Matt LaPlante, thanks
1565 2006-01-02 Marc Delisle <lem9@users.sourceforge.net>
1566 * libraries/display_create_table.lib.php: bug #1389868,
1567 Safari's rendering of "Create table" fieldset, thanks to Ryan Schmidt
1569 2006-01-01 Michal Čihař <michal@cihar.com>
1570 * libraries/Config.class.php: Do not check permissions on Windows, it
1571 seems to be broken anyway.
1573 2006-01-01 Marc Delisle <lem9@users.sourceforge.net>
1574 * libraries/transformations.lib.php: remove some PHP3 compatibility code
1576 2005-12-31 Marc Delisle <lem9@users.sourceforge.net>
1577 * libraries/common.lib.php: bug #1388167, deleting a row in a table
1578 without a primary key, handle correctly is_js_confirmed
1580 2005-12-30 Marc Delisle <lem9@users.sourceforge.net>
1581 * server_databases.php: bug #1388135, IE and dropping databases
1582 * librairies/mult_submits.inc.php: strong warning for DROP DATABASE
1583 * tbl_printview.php: bug #1389165, Print view shows all columns as Null Yes
1585 * libraries/Config.class.php: patch #1392181, typo,
1586 thanks to Luis Mirabal - normannormal
1588 2005-12-27 Marc Delisle <lem9@users.sourceforge.net>
1589 * main.php, libraries/check_user_privileges.lib.php:
1590 - reenable a non-privileged user to change his password
1591 - display the Reload MySQL link only if user has proper rights
1592 * Documentation.html: bug #1389582, unclosed code tag,
1593 thanks to Isaac Bennetch
1595 2005-12-25 Michal Čihař <michal@cihar.com>
1596 * libraries/import.lib.php, libraries/import/sql.php: Handle correctly
1597 dumps with commented out commands (eg. from mysqldump).
1599 2005-12-22 Marc Delisle <lem9@users.sourceforge.net>
1600 * tbl_change.php, libraries/common.lib.php: bug #1381856,
1601 Cannot edit a table having 40 columns
1602 * libraries/common.lib.php: bug #1388116, cannot pass TRUE by reference
1603 to PMA_setCookie, thanks to Isaac Bennetch
1604 * libraries/tbl_replace_fields.inc.php: recent fix introduced a bug:
1605 cannot change a value for a nullable field
1607 2005-12-21 Marc Delisle <lem9@users.sourceforge.net>
1608 * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
1609 * lang/hungarian update, thanks to Mihály Mészáros <necronix@freemail.hu>
1610 * tbl_properties_operations.php, libraries/tbl_properties.inc.php:
1611 bug #1349262, mismatch between PMA and MySQL about Storage Engine
1613 * server_status.php, lang/*: bug #1348249, add a warning hint about
1614 the possibility of some counters being overrun (stats from MySQL server)
1616 2005-12-20 Marc Delisle <lem9@users.sourceforge.net>
1617 * libraries/common.lib.php: does not return to correct page after
1618 the creation of a bookmark
1619 * libraries/display_create_table.lib.php: bug #1376314, detection of
1620 privileges to create a table (fix for MySQL 4.0.x case)
1621 * tbl_change.php, tbl_replace.php, libraries/tbl_replace_fields.inc.php:
1622 bug #1385974, cannot un-null a value
1624 2005-12-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1625 * db_details_importdocsql.php, db_operations.php,
1626 libraries/relation.lib.php, libraries/relation_cleanup.lib.php
1627 libraries/tbl_move_copy.php, libraries/transformations.lib.php
1628 pdf_pages.php, pdf_schema.php, tbl_alter.php, tbl_relation.php:
1629 added database name to relation querys
1631 2005-12-17 Marc Delisle <lem9@users.sourceforge.net>
1632 * libraries/url_generating.lib.php: problem with accented table names
1634 2005-12-16 Michal Čihař <michal@cihar.com>
1635 * Documentation.html, libraries/common.lib.php,
1636 libraries/config.default.php, libraries/database_interface.lib.php: Add
1637 support for hiding databases (RFE #1372865).
1638 * Documentation.html, export.php, import.php,
1639 libraries/config.default.php: Configurable memory limit (RFE #1373904).
1641 2005-12-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1642 * libraries/Config.class.php:
1643 - added check is_readable for user config file
1644 - check config file also on wakeup (bug #1376522)
1645 * libraries/Config.class.php, libraries/common.lib.php:
1646 fixed handling of https and $cfg['ForceSSL'] (bug #1379491)
1647 * left.php, js/function.js: fixed undeclared javascript variables
1648 * js/keyhandler.js: fixed wrong spellt 'aplewebkit' (bug #1379034)
1650 2005-12-14 Michal Čihař <michal@cihar.com>
1651 * libraries/config.default.php, Documentation.html: Transliterate invalid
1652 chars by default (RFE #1380255).
1653 * left.php: Resurrect database link in light frame (bug #1373804).
1654 * index.php, js/querywindow.js: Move navigation frame to right for rtl
1657 2005-12-13 Michal Čihař <michal@cihar.com>
1658 * querywindow.php: Fix query history displaying (bug #1374639).
1660 2005-12-12 Michal Čihař <michal@cihar.com>
1661 * scripts/setup.php: Use same format of version file as in upgrade.pl.
1663 2005-12-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1664 * libraries/common.inc.php, libraries/grab_globals.inc.php:
1665 preprare removal of grab_globals:
1666 - moved stuff from grab_globals into common.inc.php
1667 - check/init global required variables like: $lang, $server, $db, $table,
1668 $convcharset, $goto, $back, $sql_query
1669 - introduced $goto-whitelist
1670 - PEAR coding standard
1671 * libraries/common.inc.php, libraries/auth/cookie.auth.lib.php,
1672 libraries/auth/http.auth.lib.php, libraries/grab_globals.lib.php,
1673 libraries/relation.lib.php, scripts/setup.php:
1674 - check magic_quotes only once in common.inc.php
1675 * css/phpmyadmin.css.php, tbl_properties_operations.php:
1676 styled table operations dialog
1677 * db_search.php: revised
1678 * libraries/common.inc.php: fixed high ascii char
1680 2005-12-11 Marc Delisle <lem9@users.sourceforge.net>
1681 * libraries/tbl_properties_links.inc.php: bug #1375752,
1682 wrong page after insert (losing many URL parameters)
1684 2005-12-11 Michal Čihař <michal@cihar.com>
1685 * scripts/create-release.sh, scripts/upgrade.pl: Use same URL for updating
1686 as for setup.php, this one is autogenerated so there is no need for more
1688 * browse_foreigners.php, left.php, libraries/header_meta_style.inc.php:
1689 Drop <base href=".." />, it should not be needed at all.
1690 * lang/czech: Update.
1692 2005-12-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1693 * libraries/database_interface.lib.php::PMA_DBI_get_columns_full():
1695 - correct result for non MySQL 5
1697 2005-12-10 Marc Delisle <lem9@users.sourceforge.net>
1698 * tbl_properties_structure.php, lang/*: new $strBrowseDistinctValues
1699 * Documentation.html: anchors and formatting cleanup,
1700 thanks to Cédric Corazza
1701 * libraries/relation.lib.php: bug #1370785, error browsing a table under
1702 PHP 4 when no controluser is defined but a pmadb is defined
1704 2005-12-09 Michal Čihař <michal@cihar.com>
1705 * libraries/auth/http.auth.lib.php: Simplify code, use getenv, support for
1706 CGI (inspired by patch #1375495).
1707 * Documentation.html: Clarify http auth description.
1708 * scripts/setup.php: Show available version information even when using
1710 * libraries/dbi/mysql.dbi.lib.php: This is mysql extension.
1712 2005-12-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1714 PMA_DBI_free_result() now accepts more than one resource to be freed
1715 * libraries/database_interface.lib.php:
1716 - some comments, PEAR coding standard
1717 - PMA_DBI_get_tables(), PMA_DBI_get_fields(): use PMA_DBI_fetch_result();
1718 - added PMA_DBI_get_columns_full()
1719 - PMA_DBI_fetch_result() now accepts an array as $key parameter
1720 for multidimensional arrays (returns: $result[key1][key2][key3] = $row)
1721 - PMA_DBI_get_variable(): use PMA_DBI_fetch_value()
1723 2005-12-08 Marc Delisle <lem9@users.sourceforge.net>
1724 * scripts/setup.php: Typos
1725 * libraries/common.lib.php: unneeded parameter in PMA_safe_db_list()
1727 2005-12-08 Michal Čihař <michal@cihar.com>
1728 * tbl_change.php: Fix XHTML and thus action selection behavior (bug
1730 * lang/czech: Fix typo.
1731 * tbl_select.php, libraries/display_tbl.lib.php,
1732 tbl_properties_operations.php, tbl_indexes.php, db_operations.php,
1733 server_privileges.php, server_binlog.php: Fix XHTML.
1734 * tbl_properties_export.php: Fix output before headers.
1735 * Documentation.html: Add commands how to setup config dir, note about
1736 changing permissions.
1737 * scripts/setup.php: Show Save and Load buttons disabled if saving not
1739 * libraries/Config.class.php: Refuse to load config file with world
1740 writable permissions, refuse to work with existing config dir.
1741 * lang/*, libraries/auth/config.auth.lib.php: Suggest to run setup script
1742 if auth with default values fails.
1743 * libraries/grab_globals.lib.php: Do not choke on arrays in $_SERVER
1744 array (bug #1370414).
1745 * libraries/sql_query_form.lib.php: Require bookmark code when we use it.
1746 * libraries/export/sql.php: Backquote database name (RFE#1376336).
1747 * libraries/plugin_interface.lib.php, import.php,
1748 libraries/display_import.lib.php, libraries/import/*: Generic plugin
1749 infrastructure and use it in import (needed for RFE#1325937), work in
1752 2005-12-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1753 * libraries/tbl_move_copy.php: added PMA_table_rename()
1754 * tbl_properties_common.php, libraries/tbl_properties_links.inc.php:
1755 moved table related output after possible table changes
1756 * libraries/tbl_properties_table_info.inc.php:
1757 added some comments and made some code more readable
1758 * tbl_properties_operations.php:
1759 complete revise (xhtml output, fieldsets, forms merged)
1760 * tbl_rename.php: removed, deprecated by function PMA_table_rename()
1761 * db_search.php, libraries/common.lib.php, libraries/tbl_move_copy.php,
1762 pdf_schema.php: removed PMA_isInto(), deprecated by in_array()
1763 * libraries/mult_submits.inc.php, sql.php, tbl_addfield.php, tbl_alter.php,
1764 tbl_import.php, tbl_properties.php, tbl_properties_structure.php,
1765 tbl_properties_operations.php, tbl_properties_export.php, tbl_select.php
1766 tbl_relation.php: moved tbl_properties_common.php into libraries
1767 * libraries/common.lib.php, libraries/tbl_properties_common.php,
1768 libraries/tbl_properties_links.inc.php, tbl_properties_operations.php:
1769 global init of $GLOBALS['url_params']
1771 2005-12-07 Michal Čihař <michal@cihar.com>
1772 * lang/*: Unused messages cleanup, add missing ones.
1773 * lang/sync_lang.sh: Less verbose output to allow quick overview.
1774 * lang/czech: Update.
1775 * lang/galician: Update, thanks to Xose Calvo - xosecalvo.
1777 2005-12-07 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1778 * libraries/Config.class.php: clear old config values
1779 * libraries/engines/memory|ndbcluster|merge|mrg_myisam|binlog.lib.php: new
1780 * libraries/engines/myisam|bdb|berkeleydb.lib.php:
1781 - PEAR coding standard
1783 - added more status variables
1784 * libraries/storage_engines.lib.php, libraries/engines/innodb.lib.php:
1785 - added PMA_StorageEngine::getMysqlHelpPage()
1786 * server_engines.php:
1787 - display link to mysql manual for specific engine
1788 * css/phpmyadmin.css.php, libraries/engines/innodb.lib.php:
1789 arrange innodb buffer pool tables side by side
1790 * css/phpmyadmin.css.php, server_collations.php:
1792 - PMA_NO_VARIABLES_IMPORT
1793 * server_variables.php:
1796 - display only global variables that differs from local/session
1797 - use PMA_DBI_fetch_result()
1798 - PMA_NO_VARIABLES_IMPORT
1799 * js/querywindows.js:
1801 - set empty table on db change (bug #1375387)
1802 * left.php: removed unsused javascript event
1803 * index.php, left.php, libraries/sql_query_form.lib.php:
1804 syncronize id and name attribute for frame tags but keep IE sending
1805 querywindow form to the correct window (bug #1374757, #1364470, #1297985)
1807 2005-12-06 Marc Delisle <lem9@users.sourceforge.net>
1808 * libraries/common.lib.php: bug #1374236, sorting order
1809 * libraries/auth/cookie.auth.lib.php: bug #1374753, Language change on
1810 login panel not propagated
1812 2005-12-06 Michal Čihař <michal@cihar.com>
1813 * libraries/config.default.php: Modify default export configuration (RFE
1815 * libraries/database_interface.lib.php: Do not add BINARY types multiple
1816 times (bug #1374457).
1817 * libraries/common.lib.php, libraries/config.default.php: Variable name
1818 should be ForceSSL and not ForceSLL (bug #1374452).
1820 2005-12-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1821 * libraries/common.lib.php:
1822 - wrong quote, thanks to Matt "Cyber Dog" LaPlante
1823 - PMA_getTab(): use $_SERVER['PHP_SELF']
1824 * libraries/display_import.lib.php: missing '/' for closing div tag
1825 * libraries/display_export.lib.php: no name attribute for sup tag
1826 * server_engines.php:
1827 - revised (style, code, xhtml output)
1828 - use variable name as title if title is empty
1829 - make use of PMA_formatNumber() for non byte numeric values
1830 - set PMA_NO_VARIABLES_IMPORT
1831 * libraries/storage_engines.lib.php: revised
1832 - added PHP 5 constructor
1834 - PEAR coding standard
1835 * libraries/engines/innodb.lib.php:
1836 - revised (style, code, xhtml output)
1837 - added more status variables
1838 - PEAR coding standard
1839 - make use of PMA_formatNumber()
1841 * libraries/grab_globals.lib.php: protect $import_blacklist from overwriting
1843 2005-12-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1844 * libraries/common.lib.php: added PMA_array_merge_recursive()
1845 * libraries/Config.class.php:
1846 - make use of PMA_array_merge_recursive()
1847 - correctly reset config variables on changes in config.inc.php
1848 * sql.php: hide edit/delete links for information_schema (bug #1373201)
1849 * db_operations.php: revised (style, code, xhtml output)
1851 2005-12-05 Michal Čihař <michal@cihar.com>
1852 * many files: Use same script tag, use CDATA for scripts (RFE #995065).
1853 * export.php: Check for correct parameters.
1854 * import.php, lang/*, libraries/import/csv.php, libraries/import/ldi.php:
1855 Fix import of some CSV files (bug #1373731), provide better error
1857 * lang/czech: Update.
1858 * import.php, libraries/display_import.lib.php: Fix import layout (bug
1859 #1370416), prefer recoding of strings over changing MySQL charset as in
1860 this case we can show resulting queries.
1862 2005-12-04 Marc Delisle <lem9@users.sourceforge.net>
1863 * lang/catalan update, thanks to Xavier Navarro (xavin).
1864 * server_privileges.php: do not use UNION DISTINCT, as it's not allowed
1865 before MySQL 4.0.17, and because "it does nothing" (cf manual)
1868 2005-12-04 Michal Čihař <michal@cihar.com>
1869 * pdf_schema.php: Bad copy and paste, here should be iso-8859-2 (thanks
1871 * libraries/import/csv.php: Fix use of escaped chars (bug #1371249).
1872 * lang/czech: Update.
1874 2005-12-03 Marc Delisle <lem9@users.sourceforge.net>
1875 * export.php, libraries/config.default.php, libraries/export/pdf.php,
1876 libraries/display_export.php, lang/*.php: experimental PDF export
1878 2005-12-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1879 * libraries/header.inc.php: missing ; for html entity,
1880 thanks to Matt "Cyber Dog"
1881 * tbl_properties_structure.php: fixed bdo tag and id names
1882 thanks to Matt "Cyber Dog"
1883 * libraries/tbl_indexes.lib.php: fixed missing quote
1884 thanks to Matt "Cyber Dog"
1885 * libraries/tbl_indexes.lib.php, tbl_properties_structure.php,
1886 tbl_indexes.php: revised XHTML output
1887 * themes/original/css/theme_left|right_css.php: use $GLOBALS
1889 2005-12-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1890 * libraries/common.lib.php, Theme.class.php:
1891 missing '/' in img path (bug #1370437)
1892 * libraries/Config.class.php:
1893 no error for missing config file (bug #1370269)
1894 * libraries/session.inc.php: session cookie path (bug #1370294)
1895 * libraries/Theme_Manager.class.php: update theme list on wakeup
1897 2005-11-30 Michal Čihař <michal@cihar.com>
1898 * lang/*: Messages for Sebastian.
1899 * libraries/Config.class.php: Actually load configuration.
1900 * Documentation.html, config.default.php (deleted),
1901 libraries/Config.class.php, libraries/config.default.php: Move
1902 config.default.php to librarires (bug #1365759).
1903 * scripts/setup.php: Adapted to new Config class, fix code generation.
1905 2005-11-30 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1906 * libraries/Config.class.php:
1907 - merged code from common.inc.php and defines.lib.php
1908 - allow to load without user config
1909 * libraries/common.inc.php:
1910 - make use of new PMA_Config class
1911 - merged PMA_dl() from libraries/defines.lib.php
1912 * libraries/defines.lib.php: removed
1913 * scripts/setup.php, scripts/upgrade.pl: use class PMA_Config
1914 * scripts/create-release.sh: removed references to defines.lib.php
1916 2005-11-29 Michal Čihař <michal@cihar.com>
1917 * lang/sync_lang.sh: Add workaround for multibyte chars that can contain \
1919 * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
1920 * lang/czech: Update.
1921 * scripts/setup.php: Added check for latest version and links to homepage
1924 2005-11-29 Marc Delisle <lem9@users.sourceforge.net>
1925 * tbl_change.php, libraries/tbl_replace_fields.inc.php:
1926 bug #1367549, handling of CURRENT_TIMESTAMP
1928 2005-11-29 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1929 * libraries/common.lib.php
1930 - added PMA_setCookie() and PMA_removeCookie()
1931 * index.php, libraries/common.lib.php:
1932 - moved setting of cookies from index.php into common.lib.php
1934 - revised the parameter passing code
1935 - make use of new functionality of PMA_generate_common_url()
1936 * css/phpmyAdmin.css.php:
1937 - removed some unused deprecated elements
1938 * libraries/Theme.class.php, libraries/Theme_Manager.class.php:
1939 - added some functionality
1940 - added PMA_Theme_Manager::printPreviews() and PMA_Theme::printPreview()
1941 * main.php, css/phpmyAdmin.css.php, libraries/common.lib.php,
1942 index.php, libraries/auth/config.auth.lib.php,
1943 libraries/auth/cookie.auth.lib.php, themes.php, test/theme.php:
1944 - make use of new PMA_Theme and PMA_Theme_Manager classes
1945 - remove libraries/select_theme.lib.php
1946 * libraries/Config.class.php:
1947 new class for handling config
1949 2005-11-28 Marc Delisle <lem9@users.sourceforge.net>
1950 * lang/italian: update, thanks to Luca Rebellato
1952 2005-11-28 Michal Čihař <michal@cihar.com>
1953 * scripts/setup.php:
1954 - Don't allow loading of configuration if there is no write permission
1956 - Add links to documentation.
1957 - Document all functions.
1958 - Warn about missing mbstring and old PHP version.
1959 - Display all warnings in one place.
1960 * libraries/auth/cookie.auth.lib.php: Display PMA_errors on login form.
1961 * Documentation.html: Add anchors to configuration directives.
1962 * libraries/sqlparser.lib.php: Do not use functions not supported by older
1964 * libraries/string.lib.php: This line should not be commented out.
1966 2005-11-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1967 * libraries/Theme.class.php, libraries/Theme_Manager.class.php:
1968 new classes for handling themes
1969 * libraries/select_lang.lib.php:
1971 - added check for lang directory (./lang/)
1972 - check files for languages
1973 - use PMA_sendHeaderLocation()
1974 * libraries/common.lib.php: moved all function to top, to make this as
1975 early as possible available
1977 2005-11-27 Michal Čihař <michal@cihar.com>
1978 * Documentation.html, scripts/setup.php: Many new features to setup
1980 * pdf_schema.php: Do not use right_font_family.
1981 * lang/czech: Update.
1982 * libraries/auth/cookie.auth.lib.php: Fix undefined indexes.
1983 * libraries/display_select_lang.lib.php, libraries/select_lang.lib.php:
1984 Store HTML entities rather than relying on php functions to create them.
1986 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1987 * libraries/grab_globals.lib.php: allow scripts to bypass importing vars
1988 * libraries/common.lib.php, libraries/export/sql.php,
1989 libraries/display_tbl.lib.php, libraries/mult_submits.inc.php, sql.php,
1990 tbl_replace.php, tbl_row_action.php:
1991 define variables only where needed, and use NULL to define them
1992 if some places test only for isset and not for content
1993 * libraries/select_lang.lib.php:
1994 - fixed unchecked variables as it was originaly in my mind
1995 - added error message if requested lang could not be set
1996 - set fallback to en-utf-8
1999 2005-11-25 Marc Delisle <lem9@users.sourceforge.net>
2000 * main.php: move server choice into MySQL container
2001 * libraries/select_server.lib.php: show currently selected server
2002 * libraries/select_lang.lib.php: undefined pma_lang the first time (cookie
2005 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2006 * libraries/url_generating.lib.php:
2007 - do not htmlentities on whole string
2008 - respect arg_separator.input from php.ini
2009 * libraries/common.lib.php:
2010 - make PMA_sendHeaderLocation() earlier available
2011 - add SID only if set
2012 - check for url params already exist or not (wether & . SID or ? . SID)
2013 - respect arg_separator.input from php.ini
2014 * libraries/auth/cookie.auth.lib.php: use PMA_sendHeaderLocation()
2015 and new functionality of PMA_generate_common_url()
2016 * themes/original: revised
2017 * themes/darkblue_orange: revised
2019 2005-11-25 Michal Čihař <michal@cihar.com>
2020 * Documentation.html, config.footer.inc.php(deleted),
2021 config.header.inc.php(deleted), libraries/common.lib.php,
2022 libraries/footer.inc.php, libraries/footer_custom.inc.php,
2023 libraries/header.inc.php, libraries/header_custom.inc.php,
2024 libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php:
2025 Header and footer per themes (RFE #984152) [this part removed later],
2026 config.{header,footer}.inc.php files are now optional.
2027 * libraries/select_lang.lib.php: Fix undefined indexes.
2028 * */.cvsignore: Ignore custom headers and temporary files from Vim.
2029 * libraries/footer.inc.php, lang/*: Better message for new window, thanks
2030 to Sebastian and Marc.
2031 * libraries/auth/cookie.auth.lib.php: Do not create URLs like index.php?&.
2032 * scripts/setup.php, Documentation.html, .cvsignore: Setup script (RFE
2035 2005-11-24 Marc Delisle <lem9@users.sourceforge.net>
2036 * js/querywindow.js: bug #1365503, "do not overwrite this query"
2038 2005-11-24 Michal Čihař <michal@cihar.com>
2039 * libraries/header_http.inc.php, libraries/header_meta_style.inc.php: Fix
2040 XSS on some libraries (CVE-2005-3665).
2041 * *.php, libraries/*.php: Move scritps that don't need direct access to
2043 * Documentation.html: Up to date information about relation stuff.
2044 * tbl_query_box.php: Remove unused file.
2045 * libraries/tbl_properties.inc.php: Disable clicking events on table
2046 creation (bug #1358896).
2047 * js/functions.js: Better support for noclickable rows (see above).
2048 * lang/swedish: Update, thanks to Björn T. Hallberg - bjornth.
2049 * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
2050 * lang/czech: Updated.
2052 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2053 * themes/original/*, css/phpmyadmin.css.php:
2055 - added version, to include only needed styles
2056 * libraries/dbi/*: added PMA_DBI_get_client_info(), PMA_DBI_get_proto_info()
2057 PMA_DBI_get_host_info()
2058 * main.php, css/phpmyadmin.css.php:
2059 - replaced table layout
2060 - added some more infos
2061 * themes/original/css/theme_left.cs..php: fixed font size
2062 * libraries/url_generating.lib.php:
2063 - dont add variables already in cookie (reduces html output up to 30%)
2064 - can pass all url variables as array to function
2065 * main.php, index.php: moved setting of cookies into index.php
2066 * libraries/select_lang.lib.php: made code more reliable
2067 * index.php: wrong check for safari
2069 2005-11-23 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2070 * *REVERTED* libraries/display_select_lang.lib.php: correct lang definition
2071 * themes/original/*, libraries/auth/*.auth.lib.php, server_privilegs.php,
2072 db_printview.php, tbl_properties_structure.php, tbl_properties.inc.php,
2073 tbl_relation.php, browse_foreigners.php, css/phpmyadmin.css.php,
2074 header_printview.inc.php, header_meta_style.inc.php, themes.php:
2075 - drop PMA_setFontSizes()
2076 * browse_foreigners.php, css/phpmyadmin.css.php, querywindow.php, themes.php
2077 header.inc.php, libraries/auth/config.auth.lib.php, db_details_qbe.php
2078 libraries/auth/cookie.auth.lib.php, server_collations.php
2079 - moved styles into css
2080 * themes.php, css/phpmyadmin.css.php:
2081 - moved styles into css
2082 - no need for javascript
2083 * relation.lib.php: uninitialized variable
2084 * tbl_select.php, css/phpmyadmin.css.php:
2085 - moved styles into css
2086 - minor code improvements
2088 2005-11-23 Michal Čihař <michal@cihar.com>
2089 * config.default.php, libraries/import/csv.php, libraries/import/ldi.php:
2090 Drop optional escaping as this should not have any real functionality.
2091 * libraries/import.lib.php: Do not overwrite error message from import in
2092 case of single SQL query is being executed.
2093 * libraries/import/csv.php: Make enclosing behaviour same as in MySQL LOAD
2094 DATA (bug #1363532).
2095 * lang/*: Remove unused messages.
2096 * main.php, libraries/display_select_lang.lib.php,
2097 libraries/auth/cookie.auth.lib.php: Common code for language selection
2099 * libraries/display_select_lang.lib.php, libraries/select_lang.lib.php:
2100 Show native names of languages (RFE #1342726).
2101 * libraries/auth/cookie.auth.lib.php: Try to load mcrypt extension.
2102 * Documentation.html, config.default.php, libraries/common.lib.php:
2103 Configurable default connection collation (RFE #1025969).
2104 * css/phpmyadmin.css.php, libraries/auth/cookie.auth.lib.php: Use
2105 fieldsets on login form (RFE #1364546), use notice box for cookie
2107 * libraries/display_select_lang.lib.php,
2108 libraries/auth/cookie.auth.lib.php: Use fieldset for language selection.
2109 * main.php, libraries/left_header.inc.php,
2110 libraries/select_server.lib.php, libraries/auth/cookie.auth.lib.php:
2111 Functionalised server selection and use it in cookie auth (RFE
2113 * libraries/common.lib.php: Do not complain if config file is not present,
2114 as we can still work in this case (bug #1364647).
2115 * lang/*: Added missing $strInvalidServerHostname.
2116 * libraries/auth/cookie.auth.lib.php: Move error message on top of page.
2117 * lang/swedish: Update, thanks to Bjorn T. Hallberg - bjornth.
2118 * header.inc.php: Remove unused code.
2119 * Documentation.html, tbl_properties.inc.php,
2120 transformation_overview.php, libraries/transformations/overview.php
2121 (deleted): Move transformation overview out of libraries folder.
2122 * js/*.js, libraries/*.js (deleted), browse_foreigners.php, calendar.php,
2123 header.inc.php, index.php, pdf_pages.php, querywindow.php,
2124 tbl_change.php, tbl_properties.inc.php,
2125 libraries/display_tbl_links.lib.php, test/theme.php: Move javascript
2126 stuff out of libraries folder.
2127 * libraries/.htaccess: Deny access to libraries folder over HTTP.
2128 * Documentation.html: Recommend disabling access to libraries folder.
2129 * libraries/display_export.lib.php, lang/*: Better description for
2130 filename format (RFE #1362423).
2131 * Documentation.html, index.php: Add target parameter to index.php to
2132 allow direct jump to any script.
2133 * libraries/auth/cookie.auth.lib.php: Remember selected page when login
2135 * footer.inc.php, server_links.inc.php, css/phpmyadmin.css.php, lang/*,
2136 libraries/common.lib.php: Add link for duplicating current frameset (RFE
2138 * config.default.php, sql.php, Documentation.html: Allow browse page to be
2139 default (RFE #1228013).
2140 * db_details_structure.php, left.php, tbl_properties_links.php: Do not
2141 pass default query to sql.php as it is not needed right now.
2142 * tbl_change.php, tbl_printview.php, tbl_properties.inc.php,
2143 tbl_properties_structure.php, libraries/display_tbl.lib.php,
2144 libraries/export/htmlword.php, libraries/export/latex.php: Use native
2145 MySQL comments when applicable (RFE #1362923).
2147 2005-11-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2148 * added test/theme.php: for testing themes
2150 - respect only $GLOBALS['cfg']['ShowPhpInfo']
2152 * libraries/common.lib.php
2153 - merged two server array checks
2154 - dont exit if user config loading failed
2155 - dont exit with invalid server index
2156 - use file_get_contents() or file() if not present
2157 - removed wrong error message
2158 - check if $cfg['ServerDefault'] is in $cfg['Servers'] before usning it
2160 2005-11-21 Michal Čihař <michal@cihar.com>
2161 * libraries/import/sql.php: Fix query splitting in some cases (reported by
2163 * libraries/common.lib.php, lang/*: Translate message that has been
2164 ignored for 2.7.0 release.
2165 * libraries/common.lib.php: Make code more redable, default to MySQL 5.0
2166 documentation as it is latest stable version.
2167 * main.php, libraries/select_server.lib.php,
2168 libraries/auth/cookie.auth.lib.php: Escape verbose server name (bug
2170 * index.php: Avoid XSS on HTTP_HOST.
2172 2005-11-20 Marc Delisle <lem9@users.sourceforge.net>
2173 ### 2.7.0-rc1 released
2174 * many files: $dbh becomes $controllink for better contrast with $userlink
2176 2005-11-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2177 * libraries/common.lib.php::PMA_showMySQLDocu()
2178 - undefined constant (if server connection fails)
2179 * libraries/select_theme.lib.php
2180 - undefined variable (if server connection fails)
2182 2005-11-18 Marc Delisle <lem9@users.sourceforge.net>
2183 * libraries/database_interface.lib.php: initialize in case there are
2184 no databases (MySQL < 5.0)
2186 2005-11-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2187 * server_databases.php:
2188 - require_once common.lib.php BEFORE ANYTHING else
2189 - unified style, removed tables
2190 - removed superuser check for dbstats
2191 * css/phpmyadmin.css.php:
2192 - small improvements
2193 * themes/darkblue_orange/css/*
2195 * lang/english-*: small improvements
2196 * tbl_properties_structure.php
2197 - do not truncate rowcount and next autoindex
2199 - common.lib.php should REALLY REALLY and ALWAYS be the first include
2200 - no other calls to grab_gloabls.lib.php
2201 * fixed minimum_common for css files
2202 * header.inc.php: missing ; after "
2203 * libraries/function.js::pdfPaperSize()
2204 - function does not always return a vlaue
2205 - undeclared variables
2206 * libraries/display_export.lib.php
2207 - use superscript tag for comment
2208 * server_links.inc.php
2209 - require_once server_common.inc.php
2211 2005-11-17 Marc Delisle <lem9@users.sourceforge.net>
2212 * Documentation.html: patch #1353283, thanks to Isaac Bennetch
2213 * lang/finnish: update, thanks to Jouni Kahkonen
2214 * lang/belarusian updates, thanks to Jaska Zedlik
2216 2005-11-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2217 * libraries/grab_globals.lib.php: just to be sure:
2218 - clean/empty $GLOBALS with $variables_whitelist
2219 - unset some vars after use
2220 - check all superglobals that could be imported by register_globals=on
2221 for GLOBALS key (not only _REQUEST and _FILES )
2222 - added $import_blacklist
2223 - added variables starting with pma_, numeric or containing spaces
2224 - *REVERT* do not prevent import pma_*
2225 - rewrote PMA_gpc_extract()
2226 - use $import_blacklist
2228 * libraries/common.lib.php, libraries/mysql_charsets.lib.php,
2229 libraries/select_lang.php: keep the global space clean
2230 - unset variables after use
2231 - commented out some never used variables
2232 * main.php, libraries/common.lib.php, libraries/dbi/*:
2233 - added $GLOBALS['PMA_errors'] array
2234 * libraries/database_interface.lib.php, libraries/dbi/*:
2235 fall back to alternative mysql extension if selected fails and switch to
2236 error.php if this fails too
2237 - moved loading of extension out of libraries/dbi/* into
2238 libraries/database_interface.lib.php
2239 * libraries/sanitizing.lib.php: dont use deprecated tags
2240 * lang/german-*: fixed $strCantLoad
2242 2005-11-16 Marc Delisle <lem9@users.sourceforge.net>
2243 * tbl_properties_links.php: missing menu tabs
2244 * Documentation.html, config.default.php, footer.inc.php,
2245 querywindow.php, tbl_query_box.php, libraries/common.lib.php,
2246 libraries/left_header.inc.php, libraries/sql_query_form.lib.php:
2247 new Query Window behavior
2249 2005-11-16 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2250 * added missing themes/darkblue_orange/img/error.ico
2251 * themes/darkblue_orange/css/theme_right.css.php
2253 * themes/*/img/tbl_error.png, themes/original/img/tbl_*, themes/*/img/dot_*,
2254 themes/*/img/frm_linevrlt.png
2257 2005-11-15 Michal Čihař <michal@cihar.com>
2258 * css/phpmyadmin.css.php: Do not use common header file, as there is
2259 nothing common at all.
2260 * libraries/header_http.inc.php: Allways send text/html content type.
2261 * libraries/db_table_exists.lib.php, libraries/header_http.inc.php,
2262 transformation_wrapper.php: Use define rather than variable for
2264 * libraries/display_create_database.lib.php: Add label for create database
2267 2005-11-14 Michal Čihař <michal@cihar.com>
2268 * libraries/sql_query_form.lib.php: Fix %f expansion (bug #1355776).
2270 2005-11-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2271 * themes/*/css/theme_right.css.php, css/phpmyadmin.css.php:
2272 bug #1342683 Wrong URL to error.ico
2273 * libraries/tooltip.js::pmaTooltip():
2274 - no return value (not always returns a value)
2276 - undefined variable docY
2277 * libraries/left_header.inc.php
2279 * display_tbl.lib.php, libraries/display_tbl_links.lib.php:
2280 - added class icon to images
2281 - fixed select all rows
2282 - removed arrow_ltr/rtl.png for vertical display
2283 - cleaned up php code and html output
2284 * css/phpmyadmin.css.php:
2285 - removed space arround form elements
2287 2005-11-13 Michal Čihař <michal@cihar.com>
2288 * Documentation.html, config.default.php, main.php, server_links.inc.php,
2289 server_variables.php, server_status.php: Drop $cfg['ShowMysqlInfo'] and
2290 $cfg['ShowMysqlVars'] and show info in all cases. Drop $is_superuser
2291 condition from showing php info.
2292 * lang/czech: Small improvements.
2294 2005-11-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2295 * db_details_structure.php: wrong js function call
2296 * libraries/functions.js
2297 - removed deprecated function setCheckboxesRange()
2298 - rewrote setCheckboxes()
2299 libraries/server_privilegs.js
2300 - removed setCheckboxes()
2301 header.inc.php: include functions.js for server_privilegs.php
2302 server_privilegs.php
2303 - bug #1353437 Table/Column privileges brokeness new in HEAD
2304 - fixed proper display fo yes/no for column/table specific rights
2305 - fixed row selection
2306 - make use of javascript:un/markAllRows()
2307 - adapted layout like db, table and row lists
2308 * lang/german: fixed translation
2310 2005-11-11 Marc Delisle <lem9@users.sourceforge.net>
2311 * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
2312 * lang/finnish: update, thanks to Jouni Kahkonen
2314 2005-11-10 Marc Delisle <lem9@users.sourceforge.net>
2315 * libraries/session.inc.php, Documentation.html: bug #1352479, warn
2316 if PHP does not support session
2317 * server_privileges.php: bug #1353435, selecting users to drop is broken
2318 and bug #1353437, undefined index while editing a user
2320 2005-11-10 Michal Čihař <michal@cihar.com>
2321 * scripts/create-release.sh: = is correct for comparsion in shell.
2322 * server_privileges.php: Revert fix for #1353437, there are wrong data and
2323 not displaying of it, fix bad display of table privileges.
2325 2005-11-09 Marc Delisle <lem9@users.sourceforge.net>
2326 * pdf_pages.php: bug #1245891, too large scaling in PDF schema
2327 * libraries/bookmark.lib.php: bug #1339184 (for bookmark insertion)
2328 * tbl_properties.inc.php: superscript 1 for Length/Values
2330 2005-11-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2331 * server_databases.php, mysql_charsets-lib.php:
2332 bug #1351743 undefined function: pma_getservercollation()
2333 * database_interface.lib.php: added PMA_DBI_get_default_engine()
2334 * db_details_structure.php:
2335 - fixed display issues
2336 - display default engine in footer
2337 * libraries/common.lib.php: added PMA_getDbLink
2338 * libraries/display_create_table.lib.php: use fieldset
2339 * server_privilegs.php, libraries/server_privilegs.js:
2340 - db with only table specific rights where not displayed if there was not
2341 at least one db with db specfic rights
2343 * function.js, db_details_structure.php, tbl_properties_structure.php,
2344 display_tbl.lib.php, server_databases.php:
2345 - added js:markAllRows(), js:unMarkAllRows()
2346 - check/uncheck all rows now sets mark color for this rows
2348 2005-11-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2349 * Documentation.html, browse_foreigners.php, error.php,
2350 header_printview.inc.php, index.php, left.php, translators.html,
2351 libraries/header_meta_style.inc.php, scripts/decode_bug.php:
2353 * tbl_indexes.php: bug #1350872 Broken Link in Structure Tab
2355 2005-11-07 Marc Delisle <lem9@users.sourceforge.net>
2356 * tbl_properties_links.php: undefined variable $db_is_information_schema
2357 ### 2.7.0-beta1 released
2359 2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2360 * libraries/display_tbl.lib.php:
2361 bug #985399 MIME-based in print view / need to select the pk
2362 * db_details_db_info.php: Undefined variable: db_is_information_schema
2363 * tbl_properties.inc.php: bug #1305585 Add field(s) -> type ENTER
2365 2005-11-06 Marc Delisle <lem9@users.sourceforge.net>
2366 * lang/norwegian: Update, thanks to Sven-Erik Andersen
2368 2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2369 * libraries/database_interface.lib.php,
2370 libraries/dbi/*.dbi.lib.php:
2371 - added PMA_DBI_convert_message()
2372 - bug #1344654 Not converted mysql error message to chosen user language
2373 * sql.php: use fieldset for 'bookmark this'
2375 2005-11-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2376 * themes/*/css/theme_right.css.php:
2377 dropped deprecated style classes
2378 * server_databases, libraries/databases_interface.lib.php,
2379 libraries/mysql_charsets.lib.php:
2380 updated database list:
2381 - added PMA_getServerCollation()
2382 - display server collation in db list footer
2383 - added PMA_DBI_get_databases_full()
2384 - make use of info_schema on MySQL 5
2385 - always display db stats for MySQL 5
2387 - replaced " with ' in some queries
2388 * tbl_properties_structure.php, tbl_properties_common.php
2389 tbl_properties_links.php:
2390 - no drop, empty, operation, insert, import for information_schema tables
2391 - enabled export for views
2392 * db_details_common.php, db_details_structure.php, db_details_links.php:
2393 - no import, drop, rights, operation for information_schema
2395 2005-11-04 Marc Delisle <lem9@users.sourceforge.net>
2396 * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
2398 2005-11-04 Michal Čihař <michal@cihar.com>
2399 * db_details_structure.php: Read InnoDB exact count before rendering icons
2400 for truncating (bug #1337744).
2402 2005-11-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2403 * db_details_structure.php:
2404 fixed display of stats for InnoDB and information_schema
2406 - bug #1348089 SQL and actions bellow should be same width
2407 - removed nowrap, vertical srcolling is really annoying
2408 * main.php, libraries/check_user_privileges.lib.php:
2409 - bug #1348189 after droping db some links in main.php are missing
2410 * header.inc.php, libraries/common.lib.php:
2411 - added class icon to img-tags
2412 * libraries/header_meta_style.inc.php:
2413 fixed position of link meta tag
2414 * libraries/select_server.lib.php
2417 2005-11-03 Marc Delisle <lem9@users.sourceforge.net>
2418 * tbl_change.php, tbl_replace.php, tbl_replace_fields.php:
2419 bug #1339184, problems in strict mode inserting auto-increment fields
2420 * libraries/header_meta_style.inc.php: favicon on login panel
2421 * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
2423 2005-11-03 Michal Čihař <michal@cihar.com>
2424 * libraries/common.lib.php: Incorrect message for validate links (bug
2427 2005-11-03 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2428 * themes/dakrblue_orange/theme_right.css.php, css/phpmyadmin.css.php:
2429 fixed different font sizes
2430 * footer.inc.php, libraries/dbg/*:
2431 use $GLOBALS as this scripts can be included from inside a function
2432 * left.php, libraries/common.lib.php:
2433 fixed some rtl lang issues
2435 2005-11-02 Michal Čihař <michal@cihar.com>
2436 * config.default.php: This is not a configuration file.
2437 * config.default.php, Documentation.html, libraries/common.lib.php: Use
2438 $cfg['Servers'][1] from config.default.php as defaults for settings in
2439 config.inc.php (bug #1330847).
2441 2005-11-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2442 * libraries/dbg/setup.php:
2443 - display error in error box
2444 - fixed 'not defined function'
2445 * libraries/dbg/profiling.php:
2446 - minor fixes: html output, speed, rtl lang
2448 - fixed html output of table
2449 - used fieldset for forms
2450 * libraries/common.lib.php, browse_foreigners.php:
2451 - replaced $cfg['Bgcolor*'] with classes
2452 - make use of fieldset
2453 * css/print.css, dbv_datadict.php:
2454 - replaced $cfg['Bgcolor*'] with classes
2455 - reduced output size by 40%
2456 * libraries/display_create_tbl.php
2460 2005-11-01 Marc Delisle <lem9@users.sourceforge.net>
2461 * server_privileges.php: undefined variable when changing a password
2463 2005-11-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2464 * libraries/common.lib.php:
2465 bug #1342332 Error messages wrongly formatted.
2466 * themes/*/css/theme_right.css.php:
2467 - fixed some rtl languages issues
2468 - added style for notice box (server_export.php)
2470 2005-10-31 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2471 * themes/*/css/theme_right.css.php:
2472 - use right image path
2473 - fixed icon alignment for rtl languages
2474 * main.php, phpmyadmin.css.php, libraries/mysql_charsets.lib.php:
2475 - fixed some rtl language issues
2476 * favicon.ico: changed icon
2478 2005-10-31 Marc Delisle <lem9@users.sourceforge.net>
2479 * server_privileges.php: do not display No under the Password column
2480 if this is not a "real user" definition
2482 2005-10-31 Michal Čihař <michal@cihar.com>
2483 * libraries/select_lang.lib.php: Simplify code.
2484 * libraries/common.lib.php: Allow collation change for ENUM and SET
2485 columns (bug #1343627).
2486 * main.php: Use normal message on reload, not just plain text.
2487 * themes/darkblue_orange/css/theme_right.css.php,
2488 themes/original/css/theme_right.css.php: Fix URL for cursor (bug
2491 2005-10-30 Michal Čihař <michal@cihar.com>
2492 * lang/slovak: Update, thanks to Ivan Kuriscak - shylauda69.
2493 * lang/*: Remove duplicite message.
2494 * lang/sync_lang.sh: Sync japanese also, it works now (at least for me).
2495 * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
2496 * libraries/display_tbl.lib.php: Do not break on special chars in column
2497 name (bug #1180668).
2498 * libraries/common.lib.php: Do not escape SQL query twice while showing it
2499 in error message (bug #1336452).
2500 * left.php, querywindow.php, tbl_query_box.php: Fix including of files
2501 when search path does not contain current directory.
2502 * libraries/common.lib.php, libraries/left_header.inc.php: Use common code
2503 for generating links to documentation, fixes link to new style docs.
2505 2005-10-29 Michal Čihař <michal@cihar.com>
2506 * Documentation.html, config.default.php, libraries/common.lib.php: Link
2507 documentation to version we run (RFE #1334292), fix links for chapter
2508 documentation (bug #1341676), drop support for old links.
2509 * tbl_indexes.php, tbl_properties.inc.php, tbl_select.php,
2510 libraries/display_create_database.lib.php,
2511 libraries/sql_query_form.lib.php: Fix documentation links (bug
2514 2005-10-29 Olivier Mueller <om@omnis.ch>
2515 * scripts/upgrade.pl: various fixes (was not handling rc/pl correctely),
2516 and improvements (--force option, installation summary, backup
2517 directory timestamp)
2519 2005-10-29 Marc Delisle <lem9@users.sourceforge.net>
2520 * Documentation.html: clarification on FAQ 6.20
2521 * server_privileges.php: respect the chosen initial
2522 * libraries/display_tbl.lib.php: patch 1328902 (adapted), format row count
2523 in the Browse header, thanks to Cal Henderson
2525 2005-10-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2526 * server_privilegs.php, libraries/common.lib.php,
2527 themes/*/theme_right.css.php:
2528 - minor tweak in display
2529 - added PMA_unescape_mysql_wildcards()
2530 - bug #1144110 Unable to escape "_"
2531 - now every user from every mysql table is displayed
2532 - no table specific rights for db wildcards
2533 * index.php, favicon.ico: added favicon.ico
2535 2005-10-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2536 * libraries/common.lib.php::PMA_formatNumber(),
2537 db_details_structure.php: do not truncate rowcount
2538 * libraries/mysql_charsets.lib.php::PMA_getDbCollation():
2539 - preserve selected db
2540 - make use of PMA_DBI_select_db()
2542 * tbl_properties_structure.php:
2543 - added browser icon for each field (count unique values)
2545 - make use of global row highlighting/marking
2546 - display 'print table' and row stats for views
2547 - no actions for info_schema tables
2548 * css/phpmyadmin.css.php:
2549 - added style for class selectallarrow
2550 - added extra space between icons and text
2551 * browse_foreigners.php, header_printview.inc.php, left.php:
2552 bug #1334963 Per-server themes - left frame colors unthemed
2553 * server_privileges.php:
2554 - bug #1274032 Field privileges with database names containing underscores
2556 - use db_name LIKE REPLACE( mysql.db.Db, \_, _ )
2557 * libraries/grab_globals.lib.php: [XSS] clean $_SERVER variables
2558 * left.php, libraries/common.lib.php: format rowcount in left frame
2559 * server_privileges.php:
2560 bug #688255 Can't edit priv. when different host in db and user
2562 2005-10-26 Marc Delisle <lem9@users.sourceforge.net>
2563 * lang/french* updates
2565 2005-10-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2566 * themes/*/theme_right.css.php, libraries/auth/http.auth.lib.php,
2567 db_operations.php, mult_submits.inc.php, server_privileges.php,
2568 css/phpmyadmin.css.php, libraries/common.lib.php, sql.php,
2569 libraries/auth/cookie.auth.lib.php:
2570 unified message boxes (error, warning, confirmation)
2571 * server_privilegs.php: MySQL 5 requires CREATE USER before GRANT
2573 2005-10-25 Michal Čihař <michal@cihar.com>
2574 * lang/english: "Log in" is correct naming for action (RFE #945440).
2575 * tbl_properties_operations.php: Allow to change auto_increment for
2576 InnoDB (bug #1337873).
2577 * tbl_properties_operations.php: Reread table information after change, so
2578 that rendered page contains change, that has been just done.
2580 2005-10-24 Michal Čihař <michal@cihar.com>
2581 * tbl_properties_operations.php: Fix changing table attributes, reread new
2582 parameters after changing them (bug #1290413).
2583 * main.php: Remove useless isset.
2584 * lang/czech: Update.
2586 2005-10-23 Marc Delisle <lem9@users.sourceforge.net>
2587 * libraries/relation.lib.php: there is already a function to do this
2588 sort (thanks to Sebastian)
2589 * tbl_change.php: bug #1334627, do not set NOW() as default function
2590 when the TIMESTAMP has a default value and does not have the
2591 ON UPDATE CURRENT TIMESTAMP attribute (phew! repeat this 3 times)
2593 2005-10-21 Marc Delisle <lem9@users.sourceforge.net>
2594 * libraries/relation.lib.php: foreign dropdowns: sort id-content by id
2595 and content-id by content
2596 * libraries/common.lib.php: bug #1330847, undefined index connect_type
2598 2005-10-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2599 * db_details_export.php:
2600 - replaced for() with foreach()
2601 - dont pollute $GLOBALS['table']
2602 * libraries/mysql_charsets.lib.php:
2603 - make use of mysql variable collation_database
2604 - fixed call to PMA_DBI_fetch_value() (return second field, not first)
2605 * libraries/database_interface.lib.php:
2606 extended function PMA_DBI_get_tables_full():
2607 - make use of information_schema
2608 - always fill fields for information_schema and show table status
2609 * db_details_db_info.php: make use of function PMA_DBI_get_tables_full()
2611 2005-10-20 Marc Delisle <lem9@users.sourceforge.net>
2612 * server_databases.php: security fix
2613 * libraries/common.lib.php, /grab_globals.lib.php: security fix
2615 2005-10-20 Alexander M. Turek <me@derrabus.de>
2616 * libraries/mysql_charsets.lib.php:
2617 - On MySQL 5.0.6, we don't have to parse SHOW CREATE DATABASE anymore,
2618 if we just want to get to know a database's default collation;
2619 - Make use of this fancy new function PMA_DBI_fetch_value().
2621 2005-10-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2622 * sql.php, footer.inc.php: refresh left frame on view creation
2623 * left.php: view icon for views
2624 * libraries/left.js: dropped
2625 * libraries/function.js: tuned PMA_merkRowsInit():
2626 every table with class data now has mark and hover effect
2627 * css/phpmyadmin.css.php: nowrap for IE and pre for the rest
2628 * css/phpmyadmin.css.php, server_status.php: css cleanup
2629 * db_details_structure.php, db_details_db_info.php:
2630 - XHTML compliance, styling outsourced, row marker outsourced
2631 - do not too much if there is no table
2633 2005-10-19 Alexander M. Turek <me@derrabus.de>
2634 * lang/*.inc.php, libraries/mysql_charsets.lib.php: Correct description
2635 for collations utf8_esperanto_ci, ucs2_esperanto_ci.
2636 * lang/german-*.inc.php: Updated some untranslated strings.
2638 2005-10-19 Marc Delisle <lem9@users.sourceforge.net>
2639 * libraries/bookmark.lib.php: PHP 5.1.0-dev compatibility
2641 2005-10-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2642 * footer.inc.php, index.php, server_databases.php, libraries/querywindow.js:
2643 fix problem not remembering selected server
2644 * libraries/tooltip.js, themes/*/theme_right.css.php:
2645 moved not always needed code out of event handler, fixed display with larger font
2646 * libraries/function.js, css/phpmyadmin.css.php:
2647 added mark and hover effect to every table of class data
2648 * libraries/sql_query_form.lib.php: open db link from querywindow in main frame
2649 * footer.inc.php, header.inc.php, libraries/tooltip.js:
2650 moved tooltip javascript include into header
2652 2005-10-18 Michal Čihař <michal@cihar.com>
2653 * libraries/relation.lib.php: Do not set database if not needed.
2654 * libraries/common.lib.php: Use common infrastructure for getting tables.
2655 * Documentation.html, config.default.php, libraries/select_lang.lib.php:
2656 Allow to limit list of shown languages (RFE #1328003).
2657 * libraries/common.lib.php: Fix URL detection when not called from top
2658 level directory (eg. transformations overview).
2659 * Documentation.html, config.default.php, export.php, import.php,
2660 tbl_change.php, tbl_replace_fields.php, libraries/common.lib.php,
2661 libraries/display_export.lib.php, libraries/display_import.lib.php,
2662 libraries/sql_query_form.lib.php: Support for user specific upload and
2663 save directories (RFE #1260039).
2665 2005-10-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2666 * querywindow.php: wrong handling of linebreaks in query: bug #1243888
2667 * left.php, sql.php, tbl_change.php, libraries/common.lib.php,
2668 libraries/querywindow.js: update row count in left frame bug #1243908
2669 * libraries/common.lib.php:
2670 bug #1216521: display duplicate rows for failed unique key creation
2672 2005-10-17 Michal Čihař <michal@cihar.com>
2673 * lang/czech: Translation fixes.
2674 * libraries/common.lib.php: Group databases by rightmost separator (bug
2676 * libraries/string.lib.php: Fix escaping detection on multi byte strings.
2677 * libraries/sql_query_form.lib.php: No warning if no db defined.
2678 * libraries/sqlparser.lib.php: Avoid warning if analyzing failed.
2680 2005-10-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2681 * css/phpmyadmin.css.php: border around tabs bug #1326730
2682 * libraries/header_meta_style.inc.php, themes/*: removed unused 'js_isDOM'
2683 * queryframe.php, db_operations.php, footer.inc.php, header.inc.php,
2684 header_printview.inc.php, left.php, querywindow.php,
2685 transformation_wrapper.php, left_header.inc.php:
2686 removed queryframe.php and references to it
2687 * index.php, footer.inc.php, left.php, querywindow.php, server_databases.php
2688 libraries/common.lib.php, libraries/left_header.inc.php,
2689 libraries/sql_query_form.lib.php, libraries/querywindow.js:
2690 code cleanup whole querywindow js stuff, moved all in one new js file,
2691 now included in index.php, bug #1327055
2693 2005-10-16 Michal Čihař <michal@cihar.com>
2694 * db_details_links.php: Disable drop tab on mysql database (RFE #1327514).
2695 * server_databases.php: Don't allow to check mysql database for dropping
2697 * lang/*, libraries/transformations/text_plain__sql.inc.php:
2698 Transformation for SQL pretty printing (RFE #1327648).
2700 2005-10-16 Marc Delisle <lem9@users.sourceforge.net>
2701 * tbl_create.php, tbl_alter.php: undefined $field_collation under MySQL < 4.1.x
2702 * tbl_properties_structure.php, tbl_alter.php, libraries/sqlparser.lib.php:
2703 bug #1320470, timestamp is not shown as being NULL under MySQL < 4.1.x
2705 2005-10-14 Marc Delisle <lem9@users.sourceforge.net>
2706 * libraries/dbi/mysqli.dbi.lib.php: problem under MySQL 4.0.x
2707 * libraries/sql_query_form.lib.php: support MySQL < 4.1.x
2709 2005-10-14 Michal Čihař <michal@cihar.com>
2710 * libraries/sql_query_form.lib.php: Do not attempt to read upload dir when
2712 * libraries/sqlparser.lib.php: Do not walk chars for hex and numbers one
2713 by one, this boosts performance while inserting huge blobs (bug
2715 * libraries/sqlparser.lib.php: Handle correctly float like .01 (bug
2718 2005-10-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2719 * lang/*: typo 'unser' -> 'user'
2720 * lang/german: partial Update
2721 * libraries/import.lib.php: uninitialized variables
2723 2005-10-13 Marc Delisle <lem9@users.sourceforge.net>
2724 * tbl_addfield.php: undefined $field_collation under MySQL < 4.1.x
2726 2005-10-13 Michal Čihař <michal@cihar.com>
2727 * Documentation.html: Fix URL rewriting not to match empty parts.
2728 * calendar.php, themes.php, libraries/auth/config.auth.lib.php,
2729 libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php:
2731 * libraries/header_meta_style.inc.php: Add support for defining page
2733 * libraries/left.js, libraries/header_meta_style.inc.php: Move browser
2734 detection to only place where it is currently used.
2735 * header.inc.php, css/phpmyadmin.css.php: Define CSS normal way and not
2736 by writing through JavaScript.
2737 * libraries/get_foreign.lib.php: Free temporary query result.
2738 * lang/czech: Improve some translations.
2739 * sql.php: We need bookmark code to be included everytime.
2740 * libraries/common.lib.php: Allow editing of query without database.
2742 2005-10-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2743 * left.php: preselect db if only one db
2744 * server_privileges.php:
2745 XHTML compl., NOTICE, Icons for Edit/Revoke Links
2746 * server_processlist.php, libraries/display_import.lib.php,
2747 css/phpmyadmin.css.php: XHTML compl.
2748 * libraries/display_import.lib.php, css/phpmyadmin.css.php:
2749 JavaScript errors, layout errors
2750 * libraries/display_import.lib.php, css/phpmyadmin.css.php:
2752 * libraries/display_export.lib.php, server_export.php:
2753 XHTML compliance, introduced fieldsets
2755 2005-10-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2756 * css/phpmyadmin.css.php, libraries/common.lib.php,
2757 themes/darkblue_orange/css/theme_right.css.php,
2758 themes/original/css/theme_right.css.php:
2759 use list for navigation tabs RFE #1290423
2760 * db_details_structure.php: fixed NOTICE
2761 * css/phpmyadmin.css.php, themes/*/css/theme_*.css.php:
2762 revert icon size to fixed width and height
2763 * libraries/session.inc.php:
2764 dont use 6-bit chars on windows
2765 * css/phpmyadmin.css.php:
2766 display bug in FF with tabs in querywindow
2767 * libraries/common.lib.php:
2768 fixed rowcount in left frame for tables in information_schema
2769 * libraries/sql_query_form.lib.php:
2771 * css/phpmyadmin.css.php, server_status.php, server_databases.php
2772 server_collations.php, server_engines.php, server_privileges.php
2773 server_variables.php: XHTML compl.
2775 2005-10-12 Michal Čihař <michal@cihar.com>
2776 * libraries/get_foreign.lib.php: Fix paging.
2777 * tbl_properties_links.php: Make drop and empty tabs lead to structure
2779 * libraries/common.lib.php: Use normal font sizes for Mozilla browsers.
2780 * querywindow.php: Add icon for history tab.
2782 2005-10-11 Marc Delisle <lem9@users.sourceforge.net>
2783 * libraries/grab_globals.lib.php: bug #1322871, local file inclusion
2785 2005-10-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2786 * footer.inc.php, index.php, left.php, queryframe.php, querywindow.php
2787 server_databases.php, css/phpmyadmin.css.php, libraries/common.lib.php
2788 libraries/left_header.inc.php, libraries/sql_query_form.lib.php
2789 themes/darkblue_orange/css/theme_left.css.php
2790 themes/original/css/theme_left.css.php:
2791 XHTML 1.0 trans. compliance and more semantic XHTML output
2792 * tbl_printview.php, tbl_properties_structure.php:
2793 no table statistics for information_schema
2794 * tbl_properties_table_info.php:
2795 bug #1317655 information_schema browsing
2796 * db_details_db_info.php, db_details_structure.php:
2797 fixed display table statistics for information_schema
2798 * db_details_links.php, header.inc.php:
2799 moved database comment into header (serverinfo) after database name
2800 * header.inc.php, main.php, libraries/header_meta_style.inc.php:
2801 XHTML 1.0 trans. compliance
2803 2005-10-09 Marc Delisle <lem9@users.sourceforge.net>
2804 * tbl_properties_links.php: invalid js confirmation and operation feedback
2805 when dropping a view
2806 * server_privileges.php: bug #1226819, Accepting Negative values in
2807 Resource Limits in Privileges
2809 2005-10-09 Michal Čihař <michal@cihar.com>
2810 * libraries/display_export.lib.php, libraries/export/sql.php, lang/*,
2811 config.default.php: Add ability to limit maximal size of extended insert
2812 query, defaults to 50 KB (RFE #1015378).
2813 * import.php, libraries/common.lib.php, lang/*: Show message when
2814 bookmark has been created (RFE #477472), show deleted bookmark query.
2815 * server_privileges.php: Limit username and hostname to actual limits of
2816 MySQL (RFE #1178071).
2817 * config.default.php: Add COMPRESS and UNCOMPRESS functions.
2818 * tbl_change.php: Show functions for blobs when upload is enabled (RFE
2820 * tbl_properties.inc.php: Remove unused code, show only available engines,
2821 remember value of seleted engine (bug #1239580).
2822 * browse_foreigners.php, libraries/get_foreign.lib.php: Support for
2823 searching in foreign keys (RFE #871091).
2824 * import.php, libraries/sql_query_form.lib.php, lang/*: Ability to replace
2825 existing bookmark (RFE #907438).
2826 * Documentation.html, libraries/ip_allow_deny.lib.php: Add more useful
2827 shortcuts for IP rules (RFE #1022831).
2829 2005-10-08 Marc Delisle <lem9@users.sourceforge.net>
2830 * libraries/session.inc.php: workaround for warnings on session_start()
2831 displayed on sf.net server
2832 * sql.php: remove old code
2833 * server_privileges.php, lang/*.php, libraries/sqlparser.data.php:
2834 support MAX_USER_CONNECTIONS
2836 2005-10-08 Michal Čihař <michal@cihar.com>
2837 * libraries/display_export.lib.php: Use same formatting for all options.
2838 * libraries/import/ldi.php: This one does not handle charset conversion.
2839 * sql.php: Work even if no db set.
2840 * server_status.php: Call sql.php directly, we don't need to care about
2841 query splitting done im read_dump.
2842 * libraries/import/sql.php: Fix import of queries containing `, fix import
2843 of queries not terminated by ;.
2844 * libraries/sqlparser.lib.php: Do not show error on empty query.
2845 * libraries/import.lib.php: Add support for DROP DATABASE checking.
2846 * libraries/display_tbl.lib.php, libraries/sql_query_form.lib.php,
2847 libraries/common.lib.php: Use import.php.
2848 * lang/*: New message for deleting bookmark.
2849 * import.php: Add support for bookmarks, support for goto URL, fail
2850 correctly if import plugin not found, commented some code.
2851 * sql.php, config.default.php: Remove references to read_dump.php.
2852 * read_dump.php: Remove unused code.
2853 * ldi_check.php, ldi_table.php: Remove unused code.
2854 * tbl_change.php: Remove references to ldi_*.
2855 * scripts/find_unused_messages.sh: Simplify and addapt to current
2857 * import.php: Do not show query in different charset (bug #1028634).
2858 * libraries/auth/cookie.auth.lib.php: Keep database and table selection
2859 over login, needed for RFE #1278312.
2860 * Documentation.html: Add example for redirects like
2861 /phpMyAdmin/database/table (RFE #1278312).
2862 * libraries/import.lib.php: Fix execution of single large queries.
2863 * import.php, lang/*: Try to detect that upload failed because of limits
2865 * libraries/storage_engines.lib.php: Use defined messages.
2866 * libraries/auth/cookie.auth.lib.php: Removed unused code parts.
2867 * libraries/sqlvalidator.lib.php: Removed unused code.
2868 * server_privileges.php, lang/*: Better show error, define used message
2869 strDeleteNoUsersSelected.
2870 * tbl_properties_operations.php: Use strError instead of non existing
2872 * lang/*: Remove unused messages.
2873 * sql.php: Use common code for superuser detection.
2874 * tbl_addfield.php, tbl_alter.php, tbl_create.php,
2875 libraries/common.lib.php, libraries/relation.lib.php: Use common code
2876 for CREATE/ALTER TABLE, set comments on creating table, so that user can
2877 see it in the query.
2878 * tbl_addfield.php, tbl_alter.php, tbl_create.php: Do not try to set
2879 comment and MIME transformation if field not named.
2880 * libraries/relation.lib.php: Fix reading native MySQL comments when no
2881 phpMyAdmin one defined (bug #1312758).
2882 * tbl_properties_structure.php: Removed query box as discussed on mailing
2884 * tbl_*: Use more require_once to avoid acquiring table info several
2886 * libraries/relation.lib.php: Do not try to restore database as control
2887 user, it has to fail.
2888 * libraries/import/sql.php: Fix query parsing when there is comment or
2890 * import.php: Reenable LIMIT appending (bug #1318624).
2891 * sql.php: Fix appending LIMIT when there are comments.
2892 * libraries/common.lib.php: Parse query before inserting LIMIT to know
2894 * lsng/czech: Update.
2896 2005-10-07 Marc Delisle <lem9@users.sourceforge.net>
2897 * libraries/check_user_privileges.lib.php: bug #1313821, dbname containing a
2898 hyphen was not detected as being already created
2900 2005-10-07 Michal Čihař <michal@cihar.com>
2901 * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
2902 * libraries/common.lib.php: Drop some old code.
2904 2005-10-06 Michal Čihař <michal@cihar.com>
2905 * import.php: Correctly report that file could not be read.
2906 * libraries/import/sql.php: Fix handling of whitespace at the end of
2908 * calendar.php, libraries/tbl_change.js: Calendar improvements: add submit
2909 button (bug# 1312373) and fix entering time begining with 0 (bug
2912 2005-10-05 Marc Delisle <lem9@users.sourceforge.net>
2913 * db_details_structure.php, tbl_properties_table_info.php: detect
2915 * libraries/display_tbl.lib.php: bug #1306833, full text link broken,
2916 thanks to Vernon Lyon - vlyon
2917 * libraries/charset_conversion.lib.php: PMA_MYSQL_INT_VERSION is not
2918 defined at login time but what tested
2919 * libraries/display_create_table.lib.php, bug #1311384, Create table
2920 dialog on escaped wildcard privileges
2922 2005-10-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2923 * libraries/functions.js, libraries/sql_query_form.lib.php:
2924 fixed JavaScript malfunction in querybox textarea with Opera
2926 2005-10-03 Marc Delisle <lem9@users.sourceforge.net>
2927 * server_privileges.php: support for Execute_priv
2929 2005-10-01 Michal Čihař <michal@cihar.com>
2930 * lang/czech: Update.
2932 2005-09-30 Marc Delisle <lem9@users.sourceforge.net>
2933 * main.php, db_details_structure.php, db_operations.php,
2934 libraries/check_user_privileges.php, /display_create_database.lib.php,
2935 /display_create_table.lib.php: bug #1307208, detect lack of privileges
2936 before showing the "Create new table" dialog. Please test.
2937 TODO: detect escaped wildcard privileges
2939 2005-09-30 Michal Čihař <michal@cihar.com>
2940 * libraries/display_export.lib.php, libraries/export/sql.php,
2941 db_operations.php, tbl_properties_operations.php: Fix auto increment
2942 export (bug #1309257).
2944 2005-09-28 Marc Delisle <lem9@users.sourceforge.net>
2945 * tbl_alter.php, libraries/common.lib.php, /relation.lib.php:
2946 bug #1262250, cannot change ENUM default value to empty
2948 2005-09-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2949 * libraries/sql_query_form.lib.php: removed unneeded variable,
2950 dont display bookmark selection fieldset if no bookmark exists
2951 * libraries/session.inc.php: introduced PMA_secureSession()
2952 * sql.php: bug #1305830 wrong db choosen
2954 2005-09-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2955 * libraries/sql_query_form.lib.php, db_details.php, server_sql.php
2956 tbl_properties.php, tbl_properties_structure.php, sql.php,
2957 querywindow.php, read_dump.php: moved all code for queryboxes into
2958 libraries/sql_query_form.lib.php, replaced table with fieldsets, moved
2959 styles into css, minor interface changes related to queryboxes
2960 * libraries/sql_query_form.lib.php: completed function docblocks
2961 * css/phpmyadmin.css.php:
2962 partially fixed bug: odd display of navtabs in Gecko-Browsers
2963 * libraries/session.inc.php, libraries/grab_globals.lib.php,
2964 libraries/common.lib.php, libraries/auth/cookie.auth.lib.php:
2965 introducing sessions
2967 2005-09-27 Michal Čihař <michal@cihar.com>
2968 * lang/czech: Update.
2969 * server_status.php, lang/*: Separate some new information on MySQL 5.
2970 * lang/hebrew, translators.html: New Hebrew translation, thanks to Hadar
2972 * lang/*: Add missing messages, remove duplicates and no longer used.
2973 * libraries/sql_query_form.lib.php: Do not use strOr, drop file upload
2974 from normal SQL dialogs.
2975 * libraries/display_import.lib.php, libraries/file_listing.php: Sort file
2976 list on import tab, prepare generic framework to be used elsewhere (RFE
2978 * tbl_change.php: Use file common file listing.
2979 * libraries/common.lib.php, libraries/display_import.lib.php,
2980 libraries/file_listing.php, libraries/sql_query_form.lib.php: Use common
2981 file listing in query window, remove no more used functions. Please note
2982 that file import from query windows is currently half rewritten, so
2983 compressed imports will not work.
2985 2005-09-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2986 * libraries/database_interface.lib.php: fixed bug in PMA_DBI_fetch_*()
2987 using PMA_DBI_num_rows() on unbuffered queries
2989 2005-09-26 Michal Čihař <michal@cihar.com>
2990 * libraries/export/sql.php: Fix constraint parsing (bug #1304600).
2991 * libraries/display_import.lib.php, libraries/import/csv.php: Rename
2992 plugin parameters to allow using same parameter by multiple plugins.
2993 * config.default.php, lang/*, libraries/import/ldi.php: Alternate LOAD
2994 DATA import plugin for CSV.
2995 * libraries/display_import.lib.php: Sort list of import plugins.
2996 * mult_submits.inc.php, tbl_properties_structure.php: Support for browsing
2997 selected columns (RFE #1275909).
2998 * libraries/common.lib.php: Do no try to parse empty SQL query (bug
3000 * tbl_create.php, lang/*: Do not allow to create table that already exists
3003 2005-09-25 Marc Delisle <lem9@users.sourceforge.net>
3004 * server_privileges.php: support MySQL 5 privileges
3006 2005-09-25 Michal Čihař <michal@cihar.com>
3007 * lang/*: Messages for Sebastian.
3008 * lang/czech: Partial update.
3010 2005-09-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
3011 * left.php, queryframe.php, libraries/common.lib.php,
3012 libraries/left_header.inc.php, css/phpmyadmin.css.php:
3013 grouping databases (bug #1281262)
3014 * server_status.php, libraries/common.lib.php, css/phpmyadmin.css.php:
3015 extended server status information with description and warnings,
3016 added PMA_formatNumber()
3017 * server_privilegs.php: fixed bug table not found
3018 * tbl_properties_structure.php, css/phpmyadmin.css.php:
3019 made statistic tables floating, moved styles into css
3020 * css/phpmyadmin.css.php: set font-size in caption to normal
3022 2005-09-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
3023 * querywindow.php, css/phpmyadmin.css.php:
3024 resize querywindow to content (bug #1277375)
3026 2005-09-24 Marc Delisle <lem9@users.sourceforge.net>
3027 * db_details_links.php, server_privileges.php, server_common.inc.php:
3028 bug #1302985, Privileges tab on database
3029 * tbl_change.php: bug #1272290, multiple MAX_FILE_SIZE limits BLOB
3032 2005-09-24 Michal Čihař <michal@cihar.com>
3033 * lang/add_message_file.sh: Make it deal with regullar php file, do not
3034 mark english text as to translate.
3035 * lang/add_message.sh: Do not mark english text as to translate.
3036 * *import*, Documentation.html, lang/*, main.php, *links*,
3037 css/phpmyadmin.css.php, libraries/unzip.lib.php: New import system,
3038 please test it (patch #1288933, RFEs: 618255, 780754, 1017598, 1097670,
3040 * libraries/import.lib.php, libraries/import/csv.php,
3041 libraries/import/sql.php, libraries/import/README: Fix possible data
3042 leak when reading large buffer.
3044 2005-09-23 Michal Čihař <michal@cihar.com>
3045 * libraries/auth/cookie.auth.lib.php: Do not pass empty variables as
3046 haystack to strpos (bug #1299422).
3047 * server_privileges.php: Reload left frame if dropping database (bug
3049 * libraries/fpdf/fpdf.php: Fix filename for PDF pages containing space in
3050 name (bug #1300837).
3052 2005-09-23 Marc Delisle <lem9@users.sourceforge.net>
3053 * libraries/display_export.lib.php, libraries/export/csv.php:
3054 bug #1301374, csv on-screen export broken
3056 2005-09-20 Michal Čihař <michal@cihar.com>
3057 * libraries/database_interface.lib.php: Added some useful functions to DBI
3058 layer (patch #1286451), thanks to Sebastian Mendel.
3059 * Documentation.html, config.default.php, libraries/common.lib.php: Add
3060 support for forcing https access to phpMyAdmin (RFE #1111333).
3062 2005-09-20 Marc Delisle <lem9@users.sourceforge.net>
3063 * libraries/sqlparser.data.php: patch #1295365, missing function
3064 definitions in parser, thanks to Sebastian Mendel
3065 * db_details_links.php: patch #1196806, Privileges link on db page
3067 2005-09-18 Marc Delisle <lem9@users.sourceforge.net>
3068 * libraries/display_export.lib.php: bug #1293937 Export compression
3069 default: bzip instead of bzip2, thanks to Rene Leonhardt
3071 2005-09-15 Michal Čihař <michal@cihar.com>
3072 * config.default.php, libraries/common.lib.php: Simplify loading of
3073 defaults, why did I write such crap before?
3074 * libraries/common.lib.php: Fail if pcre support is missing.
3076 2005-09-14 Marc Delisle <lem9@users.sourceforge.net>
3077 * export.php: bug #1290730, https export under MSIE fails
3079 2005-09-14 Michal Čihař <michal@cihar.com>
3080 * css/phpmyadmin.css.php: Do not wrap tabs (patch #1282247), thanks to
3082 * config.default.php: Do not set blowfish_secret here at all, this needs
3083 to be done by user (bug #1290990).
3084 * libraries/auth/cookie.auth.lib.php: Fix undefined variable warnings.
3085 * libraries/common.lib.php, lang/*: Detect wrong authentication method and
3086 warn user using error.php (bug #1290888).
3087 * tbl_properties_operations.php: Update auto_increment value (bug
3089 * read_dump.php, server_links.inc.php, server_sql.php, sql.php, lang/*:
3090 Add SQL tab for server (patch #1291084), (RFE #1048090).
3091 * Documentation.html: We dropped support for PHP 3 some time ago, so let's
3092 drop mentions about it from documentation.
3094 2005-09-13 Marc Delisle <lem9@users.sourceforge.net>
3095 * scripts/create-release.sh: no longer copy config.inc.php to
3096 config.default.php to keep a backup of the previous version
3098 2005-09-13 Michal Čihař <michal@cihar.com>
3099 * libraries/common.lib.php: Add support for lang/added_messages.php
3100 (mostly as feature for developer, to allow easilly adding messages
3101 while working on some features).
3102 * .cvsignore, Documentation.html, config.default.php,
3103 config.inc.php[removed], libraries/common.lib.php,
3104 libraries/config_import.lib.php[removed]: New configuration handling,
3105 use config.inc.php for configuration, default values are stored in
3107 * config.default.php: Remove non configuration stuff.
3108 * lang/.cvsignore: Ignore lang/added_messages.php.
3110 2005-09-12 Marc Delisle <lem9@users.sourceforge.net>
3111 * tbl_relation.php: bug #1287611, no Save button in Relation view
3112 when pmadb is not defined
3114 2005-09-10 Marc Delisle <lem9@users.sourceforge.net>
3117 2005-09-09 Marc Delisle <lem9@users.sourceforge.net>
3118 * libraries/display_tbl.lib.php: bug #1283813, SHOW STATUS typed in a
3119 query box produces a SHOW CREATE TABLE STATUS under MySQL 5.0.x
3120 * lang/mongolian* update, thanks to Bayarsaikhan Enkhtaivan
3122 2005-09-07 Michal Čihař <michal@cihar.com>
3123 * main.php, libraries/auth/cookie.auth.lib.php: XSS on username (bug
3125 * ChangeLog: Move vim modelines to correctly interpret et after setting
3126 file type (otherwise tabs were not expanded as changelog ft sets noet).
3128 2005-09-06 Marc Delisle <lem9@users.sourceforge.net>
3129 * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
3131 2005-09-05 Marc Delisle <lem9@users.sourceforge.net>
3132 * libraries/defines.lib.php, themes/*/info.inc.php: about themes version,
3133 phpMyAdmin 2.6.4 needs generation 2, version 1;
3134 phpMyAdmin 2.6.5 (currently) needs generation 2, version 2
3135 * header.inc.php: XSS on $title, thanks to Christian Wenz
3137 2005-09-05 Michal Čihař <michal@cihar.com>
3138 * libraries/export/sql.php: Do not treat BLOBs as number (bug #1277309).
3140 2005-09-04 Marc Delisle <lem9@users.sourceforge.net>
3141 * tbl_properties.inc.php: bug #1281533, collation not kept while
3142 changing table field count
3144 2005-09-02 Marc Delisle <lem9@users.sourceforge.net>
3145 * lang/turkish update, thanks to boralioglu.
3147 2005-08-28 Marc Delisle <lem9@users.sourceforge.net>
3148 * lang/belarusian updates, thanks to Jaska Zedlik
3149 ### 2.6.4-rc1 released
3150 * server_privileges, themes/*/css/theme_right.css.php: patch #1251692,
3151 fieldsets for privileges interface, thanks to Sebastian Mendel
3153 2005-08-26 Marc Delisle <lem9@users.sourceforge.net>
3154 * lang/indonesian: update thanks to Rachim Tamsjadi - tamsy
3155 * lang/polish: update thanks to Jakub Wilk - ubanus
3157 2005-08-23 Marc Delisle <lem9@users.sourceforge.net>
3158 * libraries/display_tbl.lib.php: bug #1267177, wrong return page
3159 * main.php, libraries/common.lib.php, Documentation.html,
3160 config.inc.php: patch #1257134, removed code to display the warning if
3161 PmaAbsoluteUri is not set. A notice will still display if the autodetect
3162 code is unable to figure out the proper URI. Thanks to Isaac Bennetch
3164 2005-08-23 Michal Čihař <michal@cihar.com>
3165 * libraries/database_interface.lib.php: Abide cfg['Lang'] settings even if
3166 using MySQL > 4.1.x (bug #1266626).
3167 * libraries/display_tbl.lib.php: Do not get TABLES as table name, it's
3168 used on some queries by MySQL 5.0.x (bug #1266623).
3170 2005-08-22 Michal Čihař <michal@cihar.com>
3171 * error.php, libraries/common.lib.php, libraries/sanitizing.lib.php:
3172 Protect against possible XSS (bug #1265740), move input sanitizing to
3174 * config.inc.php, libraries/common.lib.php,
3175 libraries/config_import.lib.php, libraries/display_export.lib.php:
3176 Default charset for export is now configurable (RFE #1263772).
3178 2005-08-20 Marc Delisle <lem9@users.sourceforge.net>
3179 * libraries/common.lib.php, new error.php: patch #1258978, move common
3180 code for error pages out of common.lib.php, thanks to Sebastian Mendel
3181 * lang/german*: bug #1258956, typo
3182 * libraries/defines.lib.php, themes/original/info.inc.php,
3183 themes/darkblue_orange/info.inc.php: PMA 2.6.4 needs theme version 3
3185 2005-08-19 Marc Delisle <lem9@users.sourceforge.net>
3186 * lang/chinese_traditional: Updates, thanks to Siu Sun.
3187 * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
3189 2005-08-18 Marc Delisle <lem9@users.sourceforge.net>
3190 * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
3191 * lang/galician: Updates, thanks to Xosé Calvo.
3192 * lang/brazilian-portuguese: update, thanks to Airon Luis Pereira
3193 * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
3194 * lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog).
3195 * lang/estonian: Update thanks to Alvar Soome - finsoft.
3196 * lang/slovak: update, thanks to Ivan Kuriscak - shylauda69
3197 * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
3198 * lang/catalan update, thanks to Xavier Navarro (xavin).
3199 * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
3200 * lang/norwegian: Update, thanks to Sven-Erik Andersen
3201 * lang/azerbaijani: update, thanks to Shehriyar Imanov (sheki).
3203 2005-08-16 Marc Delisle <lem9@users.sourceforge.net>
3204 * css/phpmyadmin.css.php, db_details_links.php, querywindow.php,
3205 server_links.inc.php, tbl_properties_links.php, libraries/common.lib.php
3206 themes/*/css/theme_right.css.php, themes/original/img/error.ico:
3207 patch #1252031, CSS for navigation tabs, thanks to Sebastian Mendel
3209 2005-08-15 Marc Delisle <lem9@users.sourceforge.net>
3210 * libraries/common.lib.php: bug #1259951, invalid argument for foreach()
3212 2005-08-14 Marc Delisle <lem9@users.sourceforge.net>
3213 * tbl_change.php: $goto was not encoded in the form, resulting in a
3214 problem after editing/saving a row (seen in IE6)
3215 * libraries/common.lib.php, /display_tbl.lib.php, /functions.js, /grab_globals.lib.php:
3216 patch #1257955 for bug #1248577 (incorrect message "you should define a primary key")
3217 and bug #1253125 (request URI too large), thanks to Sebastian Mendel
3218 * (many files): patch #1253465, avoid error messages for unset variables
3219 in PHP functions that require a parameter passed by reference,
3220 thanks to Sebastian Mendel
3222 2005-08-12 Marc Delisle <lem9@users.sourceforge.net>
3223 * header.inc.php: remove the 'InnoDB free' segment from table comments
3224 * footer.inc.php: bug #1257106, display problem in the left frame (IE)
3226 2005-08-11 Marc Delisle <lem9@users.sourceforge.net>
3227 * queryframe.php: shorten the path of db subtree items,
3228 thanks to Edward Rudd - urkle
3229 * config.inc.php, header.inc.php, tbl_properties_links.php,
3230 themes/*/css/theme_right.css.php, tbl_properties_table_info.php,
3231 Documentation.html, libraries/config_import.lib.php: patch #1249528,
3232 move table comments to header and enable configuration of header for
3233 TRUE/FALSE/'both', thanks to Sebastian Mendel - cybot_tm
3234 * db_details.php: undefined $header_url_qry
3235 * sql.php: bug #1255869, "MySQL returned an empty result set" not
3236 displayed in all cases
3238 2005-08-09 Marc Delisle <lem9@users.sourceforge.net>
3239 * read_dump.php: add unique numbers to $strFileCouldNotBeRead to
3240 improve support when someone gets this error
3241 * Documentation.html: patch #1253248, links and anchors to every FAQ
3242 item, thanks to Alexander Schuch - ci-dev
3244 2005-08-08 Michal Čihař <michal@cihar.com>
3245 * libraries/export/htmlword.php: Fix undefined variable when exporting
3246 relations (bug #1253457).
3248 2005-08-08 Marc Delisle <lem9@users.sourceforge.net>
3249 * libraries/dbi/mysqli.dbi.lib.php: bug #1253453, using mysqli extension
3251 * libraries/mysql_charsets.lib.php, /relation_cleanup.lib.php,
3252 /tbl_move_copy.php: patch #1253461 (code cleanup),
3253 thanks to Sebastian Mendel
3254 * libraries/sqlparser.lib.php: patch #1253478, variable initialization
3255 and code cleanup, thanks to Sebastian Mendel
3257 2005-08-07 Marc Delisle <lem9@users.sourceforge.net>
3258 * Documentation.html: Save button for PDF schema coordinates,
3259 thanks to Ryan Schmidt
3260 * server_privileges.php: undefined index $GLOBALS[''],
3261 thanks to Ryan Schmidt
3262 * queryframe.php: need at least 2 items to display a group in the
3263 database selector, thanks to Ryan Schmidt
3265 2005-08-06 Marc Delisle <lem9@users.sourceforge.net>
3266 * queryframe.php: fixes for tree subgroups in databases selector:
3267 escaping of special characters, display a db name inside its own
3268 group, and proper closing of optgroup, thanks to Ryan Schmidt
3270 2005-08-05 Marc Delisle <lem9@users.sourceforge.net>
3271 * Documentation.html, readme.php, license.php:
3272 bug #965548, displaying README and LICENSE, thanks to Ryan Schmidt
3274 2005-08-04 Michal Čihař <michal@cihar.com>
3275 * libraries/common.lib.php, export.php: Show error header on error to make
3276 clear that something bad has happened.
3278 2005-08-04 Marc Delisle <lem9@users.sourceforge.net>
3279 * queryframe.php: patch #1250899:
3280 - unified spaces between icons
3281 - cleaned html and php code
3282 - display of querywindow-icon now follows
3284 - always use no_js=1 if $cfg['QueryFrameJS'] == true
3285 thanks to Sebastian Mendel
3286 * Documentation.html: patch #1169308, FAQ 1.17a improved,
3287 thanks to Isaac Bennetch
3288 * queryframe.php, footer.inc.php, config.inc.php, Documentation.html,
3289 libraries/common.lib.php, /config_import.lib.php:
3290 patch #1246245, tree subgroups for databases (in selector),
3291 thanks to Edward Rudd - urkle
3292 * db_details.php, tbl_query_box.php: patch #1250935, interface
3293 improvements, thanks to Sebastian Mendel
3294 * tbl_create.php: bug #1252124, XSS on table creation page
3296 2005-08-02 Marc Delisle <lem9@users.sourceforge.net>
3297 * server_privileges.php: patch #1249363, remove unneeded wordwrap(),
3298 table width should be limited by template if necessary,
3299 thanks to Sebastian Mendel - cybot_tm
3300 * server_databases.php: patch #1249371, correct calculation of colspan,
3301 and patch #1249414, display improvements, thanks to Sebastian Mendel;
3302 also, $dbstats should contain 0 or 1, not the colspan
3303 * sql.php: patch #1249451, display improvement for bookmark dialog,
3304 thanks to Sebastian Mendel
3305 * libraries/common.lib.php: patch #1249457, display improvements for Edit
3306 Explain etc dialog, thanks to Sebastian Mendel
3308 2005-08-01 Michal Čihař <michal@cihar.com>
3309 * lang/czech: Fix bad translation (is was translated to is not :-)),
3312 2005-08-01 Marc Delisle <lem9@users.sourceforge.net>
3313 * libraries/common.lib.php: bug #1249239, XSS vulnerability on Create page
3314 * Documentation.html: "bug #1248598, explain another cause of the Missing
3317 2005-07-29 Marc Delisle <lem9@users.sourceforge.net>
3318 * tbl_change.php, lang/*: new message $strAndThen
3319 * libraries/dbg/profiling.php: patch #1160439, improvements,
3320 thanks to Glen Arason
3321 * scripts/upgrade.pl: patch #1198492, current version check,
3322 thanks to Herman van Rink - helmo
3324 2005-07-28 Marc Delisle <lem9@users.sourceforge.net>
3325 * pdf_pages.php: Go button renamed to Save because it's really used to save coordinates
3327 2005-07-26 Marc Delisle <lem9@users.sourceforge.net>
3328 * tbl_change.php: bug #1243908, left panel browse icon alt tag not updated
3329 after inserting a row
3330 * config.inc.php, libraries/config_import.lib.php, /common.lib.php:
3331 RFE #1177459, BOOL column type
3333 2005-07-26 Michal Čihař <michal@cihar.com>
3334 * export.php: Use actual MIME type for CSV.
3336 2005-07-25 Marc Delisle <lem9@users.sourceforge.net>
3337 * tbl_change.php: insert another new row: dropdown choice should be sticky
3339 2005-07-24 Michal Čihař <michal@cihar.com>
3340 * libraries/check_user_privileges.lib.php: Undefined variable (bug
3342 * libraries/config_import.lib.php: Do not override theme properties when
3344 * libraries/select_theme.lib.php: Do not attempt to sort themes when
3345 themes are disabled (bug #1243883).
3347 2005-07-23 Marc Delisle <lem9@users.sourceforge.net>
3348 * tbl_properties_structure.php, tbl_properties.inc.php:
3349 bug #1157230, escape special chars in ENUM or SET
3351 2005-07-22 Marc Delisle <lem9@users.sourceforge.net>
3352 * db_details_structure.php: table creation should not be possible
3353 in information_schema
3354 * db_operations.php: those operations do not make sense on
3356 * browse_foreigners.php: bug #1242805, Show All does not work while
3357 browsing foreign values
3358 * libraries/relation.lib.php: for the new ForeignKeyDropdownOrder, id and
3359 content were reversed (id-content showed content then id)
3361 2005-07-21 Marc Delisle <lem9@users.sourceforge.net>
3362 * libraries/auth/cookie.auth.lib.php: bug #1240880, XSS on the
3363 cookie-based login panel
3365 2005-07-20 Marc Delisle <lem9@users.sourceforge.net>
3366 * ChangeLog: automatic utf-8 encoding modeline, thanks to Michal
3368 2005-07-19 Marc Delisle <lem9@users.sourceforge.net>
3369 * translators.html: message about French translation will be in French
3371 2005-07-16 Marc Delisle <lem9@users.sourceforge.net>
3372 * libraries/string.lib.php: typo
3373 * libraries/sqlparser.data.php: bug #1238222, parsing of ISNULL()
3375 2005-07-14 Marc Delisle <lem9@users.sourceforge.net>
3376 * lang/*: removed unused strInvalidRowCount
3378 2005-07-13 Marc Delisle <lem9@users.sourceforge.net>
3379 * Documentation.html: how to enable the charset choice for exported file
3381 2005-07-13 Michal Čihař <michal@cihar.com>
3382 * libraries/common.lib.php: Use eval for config file including to catch
3383 parse errors (bug #1223319), on error page display config file that
3385 * main.php, server_databases.php, libraries/check_user_privileges.lib.php,
3386 libraries/display_create_database.lib.php: Show box for creating
3387 database only if user has privileges to do so (bug #1167892).
3388 * libraries/display_tbl.lib.php: Use better message, thanks to Marc for
3391 2005-07-12 Marc Delisle <lem9@users.sourceforge.net>
3392 * sql.php: for Insert row and Export, use post when the query is too big
3393 * export.php: bug #1116026, export under IE 6 (XP SP2)
3395 2005-07-11 Marc Delisle <lem9@users.sourceforge.net>
3396 * tbl_relations.php: bug #1227710, unsaved relations lost when changing
3399 2005-07-11 Michal Čihař <michal@cihar.com>
3400 * db_operations.php: Allow adding DROP TABLE when copying database (RFE
3403 2005-07-10 Robin Johnson <robbat2@users.sourceforge.net>
3404 * config.inc.php, Documentation.html, libraries/common.lib.php,
3405 libraries/config_import.lib.php:
3406 Document previous foreign-key dropdown work, and also ensure that the
3407 configuration import code works properly with it.
3409 2005-07-10 Michal Čihař <michal@cihar.com>
3410 * libraries/auth/http.auth.lib.php: Support FastGCI in http auth (patch
3412 * Documentation.html, config.inc.php, left.php, queryframe.php,
3413 libraries/common.lib.php, libraries/config_import.lib.php,
3414 libraries/header_meta_style.inc.php, libraries/select_theme.lib.php:
3415 User can now have different theme per server (RFE #1231599).
3416 * config.inc.php: Add OLD_PASSWORD (bug #1216178).
3417 * main.php: Correct ALT attribute for image (bug #1232124).
3418 * mult_submits.inc.php, libraries/display_tbl.lib.php: Don't forget
3419 browsing state while deleting multiple rows (bug #1232624).
3420 * tbl_row_action.php: Fix undefined variable warning.
3421 * db_details_structure.php, db_operations.php, header.inc.php,
3422 querywindow.php, tbl_indexes.php, tbl_properties.inc.php,
3423 tbl_properties_structure.php, lang/*, libraries/display_tbl.lib.php,
3424 libraries/functions.js, libraries/indexes.js: Show better error messages
3425 when checking numerical inputs (bug #1207402).
3426 * sql.php, libraries/common.lib.php: Use post for print view when query is
3427 too big (bug #1203692).
3429 2005-07-10 Marc Delisle <lem9@users.sourceforge.net>
3430 * libraries/display_tbl.lib.php: bug #1235473 display_tbl.lib.php,
3431 Undefined variable order_img
3432 * libraries/functions.js: bug #1234098, invalid "normal" cursor style
3433 * queryframe.php: bug #1231804, query windows does not open in new window,
3434 thanks to Michael Keck
3435 * db_details_qbe.php: bug #1234616, minor theme text color issue
3437 2005-07-06 Marc Delisle <lem9@users.sourceforge.net>
3438 * db_search.php: bug #1233349, db search in MySQL 5.0.x on fields
3441 2005-07-04 Marc Delisle <lem9@users.sourceforge.net>
3442 * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
3443 and Mastermnd for the 2.6.2 translation cleanup
3444 * tbl_properties_table_info.php: bug #1231917, commands out of sync
3446 2005-07-03 Marc Delisle <lem9@users.sourceforge.net>
3447 * Documentation.html: link in doc, thanks to Cedric Corazza
3450 2005-07-02 Marc Delisle <lem9@users.sourceforge.net>
3451 * db_operations.php: bug #1230224, db rename and old pmadb information
3453 2005-07-01 Marc Delisle <lem9@users.sourceforge.net>
3454 * Documentation.html: patch #1229673, improvement to big-file-import
3455 instructions, thanks to Isaac Bennetch - ibennetch
3457 2005-06-30 Marc Delisle <lem9@users.sourceforge.net>
3458 * lang/hungarian update, thanks to Mihály Mészáros <necronix@freemail.hu>
3459 * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
3460 * lang/chinese_traditional: Updates, thanks to Siu Sun
3461 * lang/catalan update, thanks to Xavier Navarro (xavin).
3462 * lang/lithuanian: Updated, thanks to Vilius Simonaitis - maumas98
3463 * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
3464 * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
3466 2005-06-29 Marc Delisle <lem9@users.sourceforge.net>
3467 * tbl_properties_table_info.php: bug #1228862, creating a table under
3468 MySQL 5.x with wrong table type
3470 2005-06-28 Marc Delisle <lem9@users.sourceforge.net>
3471 * tbl_properties_operations.php: bug #1225635,
3472 cannot change table's collation under MySQL 5.0.4
3474 2005-06-27 Michal Čihař <michal@cihar.com>
3475 * config.inc.php: Better comments describing multi server setup (patch
3477 * db_details_links.php: Place export tab on same place as on table page
3479 * tbl_properties_links.php: Switch browse and properties tabs
3480 * db_details_structure.php: Make order of icons same as on table view (RFE
3483 2005-06-24 Michal Čihař <michal@cihar.com>
3484 * tbl_change.php, tbl_properties_links.php, libraries/export/sql.php:
3485 Remove error reporting.
3486 * config.inc.php, libraries/common.lib.php,
3487 libraries/config_import.lib.php, libraries/display_export.lib.php:
3488 Configurable file name templates (RFE #1226941).
3489 * themes.php, libraries/select_theme.lib.php: Sort themes, use only one
3490 code for browsing directory with themes (RFE #1184251).
3491 * tbl_change.php: Use select instead of input, this saves some place and
3492 looks better (RFE #1169931).
3493 * tbl_change.php: Display column comment while editing data (RFE #860912).
3494 * lang/sync_lang.sh: Fix belarusian name.
3495 * libraries/transformations/application_octetstream__hex.inc.php, lang/*:
3496 Add hex transformation (RFE #1100068).
3498 2005-06-24 Marc Delisle <lem9@users.sourceforge.net>
3499 * db_operations.php: problem renaming a db
3501 2005-06-24 Alexander M. Turek <me@derrabus.de>
3502 * lang/german-*.inc.php: Updates.
3503 * db_operations.php: Cleaning up Marc's code... ;-p
3505 2005-06-23 Robin Johnson <robbat2@users.sourceforge.net>
3506 * config.inc.php, libraries/relation.lib.php,
3507 libraries/get_foreign.lib.php, tbl_select.php, tbl_change.php: Support for
3508 customizing foreign-key dropdown, take #2, now very customizable, incl max
3511 2005-06-23 Michal Čihař <michal@cihar.com>
3512 * lang/czech: Update.
3514 2005-06-22 Alexander M. Turek <me@derrabus.de>
3515 * tbl_properties_structure.php: Undefined index.
3517 2005-06-22 Robin Johnson <robbat2@users.sourceforge.net>
3518 * config.inc.php, libraries/relation.lib.php: Support for customizing
3519 foreign-key dropdown, take #1.
3521 2005-06-22 Garvin Hicking <rabustoldmethatiforgotmyemailaddress@supergarv.de>
3522 * server_databases.php: Bug #1225315, wrong message displayed
3523 when no databases were dropped.
3524 * tbl_properties.inc.php: Patch #1225452, JS error for
3525 getting the value of a select field in certain browsers.
3527 2005-06-19 Marc Delisle <lem9@users.sourceforge.net>
3528 * lang/chinese_traditional: Updates, thanks to Siu Sun
3529 * lang/italian: Updates, thanks to Pietro Danesi
3530 * lang/finnish: update, thanks to Jouni Kahkonen
3531 * lang/norwegian: Update, thanks to Sven-Erik Andersen
3532 * lang/mongolian update, thanks to Bayarsaikhan Enkhtaivan
3533 * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
3534 * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
3536 2005-06-18 Marc Delisle <lem9@users.sourceforge.net>
3537 * libraries/sqlparser.lib.php: bug 1221602, undefined variable when trying
3538 to use a reserved word as an identifier
3539 * db_operations.php, libraries/database_interface.lib.php:
3540 bug #1221359, Copying a db containing a MERGE table
3542 2005-06-12 Marc Delisle <lem9@users.sourceforge.net>
3543 * tbl_properties.inc.php: visually bind the Add x fields dialog to its
3545 * db_operations.php: bug #1215688, Copying database does not preserve
3546 default charset and collation
3547 ### 2.6.3-rc1 released
3549 2005-06-12 Olivier Mueller <om@omnis.ch>
3550 * lang/*, server_privileges.php: added strings for RFE #1197482:
3551 $strGeneratePassword, $strGenerate and $strCopy
3553 2005-06-11 Marc Delisle <lem9@users.sourceforge.net>
3554 * tbl_properties_export.php: bug #1169791, exporting results from queries
3556 * lang/mongolian* update, thanks to Bayarsaikhan Enkhtaivan
3557 * lang/finnish: update, thanks to Jouni Kahkonen
3558 * lang/norwegian: Update, thanks to Sven-Erik Andersen
3559 * lang/galician: Updates, thanks to Xosé Calvo.
3560 * lang/belarusian, libraries/select_lang.lib.php:
3561 belarusian is now belarusian_cyrillic; added belarusian_latin,
3562 thanks to Jaska Zedlik
3564 2005-06-08 Marc Delisle <lem9@users.sourceforge.net>
3565 * libraries/common.lib.php: bug #1216901, missing backquotes on the Browse
3566 feature in case of duplicate entry
3568 2005-06-07 Marc Delisle <lem9@users.sourceforge.net>
3569 * lang/tatarish*: updates, thanks to Albert Fazlí
3570 * config.inc.php: bug #1215950, typo in comment
3572 2005-06-06 Marc Delisle <lem9@users.sourceforge.net>
3573 * lang/tatarish*, /sync_lang.sh, libraries/select_lang.lib.php,
3574 translators.html: renamed "tatar" to "tatarish" (tatar is
3575 a different language and this translation is really tatarish)
3576 * lang/mongolian*, libraries/select_lang.lib.php,
3577 translators.html, Documentation.html, README:
3578 new language (mongolian), thanks to Bayarsaikhan Enkhtaivan
3580 2005-06-05 Marc Delisle <lem9@users.sourceforge.net>
3581 * libraries/functions.js: bug #1207405, invalid SQL when creating
3582 table with zero fields
3583 * sql.php: bug #1204951, left frame browse icon alt tag
3584 not updated on emptying table
3586 2005-06-05 Michal Čihař <michal@cihar.com>
3587 * lang/czech: Update.
3589 2005-06-04 Marc Delisle <lem9@users.sourceforge.net>
3590 * lang/chinese_traditional: Updates, thanks to Siu Sun.
3591 * lang/finnish: update, thanks to Jouni Kahkonen
3592 * lang/norwegian: Update, thanks to Sven-Erik Andersen
3593 * db_details_structure.php: optional message $strNumberOfFields,
3594 will use $strFields if not defined
3595 * db_operations.php, lang/*: bug #1212997, db copy should not
3596 always perform CREATE DATABASE
3598 2005-06-03 Marc Delisle <lem9@users.sourceforge.net>
3599 * lang/tatar*, /sync_lang.sh, libraries/select_lang.lib.php,
3600 translators.html, Documentation.html, README:
3601 new language (tatar), thanks to Albert Fazlí
3603 2005-06-01 Marc Delisle <lem9@users.sourceforge.net>
3604 * Documentation.html: bug #1213761, hint about Hardened PHP
3605 and the Missing parameters problem, thanks to Klaus Dorninger
3607 2005-05-31 Marc Delisle <lem9@users.sourceforge.net>
3608 * db_details_structure.php: patch 1209863, XHTML validity,
3609 thanks to Ryan Schmidt
3611 2005-05-29 Marc Delisle <lem9@users.sourceforge.net>
3612 * tbl_change.php: bug #1184325, Label IDs mismatch for ENUM type,
3613 thanks to Ryan Schmidt
3614 * footer.inc.php: bug #1209891, db list not refreshed when the left
3615 frame is positionned on a db, then a manual DROP DATABASE it done
3617 * db_operations.php, footer.inc.php: bug #1170227, copying a db does not
3618 refresh the queryframe
3620 2005-05-27 Marc Delisle <lem9@users.sourceforge.net>
3621 * tbl_properties.inc.php: bug #1205940, current timestamp checkbox
3622 when field type changes
3624 2005-05-26 Marc Delisle <lem9@users.sourceforge.net>
3625 * tbl_create.php: bug #1207406, undefined index from PMA_setComment()
3626 * sql.php: bug #1204913, left frame update on manual table rename
3628 2005-05-25 Marc Delisle <lem9@users.sourceforge.net>
3629 * tbl_properties.inc.php: bug #1207404, undefined variables
3631 2005-05-24 Marc Delisle <lem9@users.sourceforge.net>
3632 * libraries/common.lib.php: bug #1207395, undefined theme_generation
3633 and theme_version, thanks to Ryan Schmidt
3634 * tbl_properties_operations.php: bug #1207212, changing table type
3637 2005-05-22 Marc Delisle <lem9@users.sourceforge.net>
3638 * libraries/charset_conversion.lib.php: diacritics wrongly converted
3639 in Browse mode under MySQL 4.1.x if AllowAnywhereRecoding set to TRUE
3640 * tbl_properties_structure.php, tbl_properties.inc.php,
3641 libraries/sqlparser.lib.php: bug #1163595, NULL detection of TIMESTAMP
3642 * many files: bug #1193250, XHTML compliance, thanks to Ryan Schmidt
3643 * themes/[darkblue_orange|original]/css/theme_print.css.php:
3644 spelling error Hevetica -> Helvetica, thanks to Castorius and
3645 Isaac Bennetch - ibennetch
3647 2005-05-19 Marc Delisle <lem9@users.sourceforge.net>
3648 * tbl_select.php: bug #1204235, searching on a VARBINARY field
3650 2005-05-18 Marc Delisle <lem9@users.sourceforge.net>
3651 * export.php: bug #1193442, 8 extra spaces at end of export area,
3652 thanks to Ryan Schmidt
3653 * db_details_structure.php: bug #1193430, zero_rows parameter
3654 not url-encoded, thanks to Ryan Schmidt
3656 2005-05-17 Marc Delisle <lem9@users.sourceforge.net>
3657 * server_privileges.php, libraries/server_privileges.js:
3658 make the password generator work also on user account editing
3660 2005-05-17 Olivier Mueller <om@omnis.ch>
3661 * server_privileges.php, libraries/server_privileges.js: RFE #1197482,
3662 password generator on user creation. RFC: ok like that? TODO: add strings.
3664 2005-05-15 Marc Delisle <lem9@users.sourceforge.net>
3665 * sql.php, libraries/sqlparser.lib.php: bug #1120434, comment at the end
3666 of query is applied to appended LIMIT as well
3668 2005-05-13 Marc Delisle <lem9@users.sourceforge.net>
3669 * tbl_printview.php: bug #1178760, header not sent when displaying
3670 print view of multi tables, thanks to Hrvoje Novosel - interghost
3671 * libraries/functions.js: Patch #1191447, hand pointer on mouseover and
3672 mousedown, thanks to Ken Stanley - eclipsboi
3674 2005-05-11 Marc Delisle <lem9@users.sourceforge.net>
3675 * tbl_properties.inc.php: bug #1069012, table collation forgotten
3677 * libraries/storage_engines.lib.php: bug 1180119, undefined variable when
3678 showing the details of a storage engine under MySQL 4.0.x
3680 2005-05-10 Marc Delisle <lem9@users.sourceforge.net>
3681 * libraries/sqlparser.lib.php: bug #1198156, undefined variable
3682 when exporting without enclosing with backquotes
3684 2005-05-08 Marc Delisle <lem9@users.sourceforge.net>
3685 * db_details_links.php: patch #1196806, add a Privileges tab
3686 in db view, thanks to Herman van Rink - helmo
3687 * server_privileges.php: add a back link to the db on which
3688 we are checking privileges
3689 * Documentation.html: FAQ 3.13 about the MySQL API having problem dealing
3690 with USE followed with a db name containing an hyphen
3691 * read_dump.php: bug #1189664, js error when 2 queries submitted at once
3693 2005-05-08 Olivier Mueller <om@omnis.ch>
3694 * scripts/upgrade.pl: new script to let unix admins upgrade phpMyadmin
3695 with one command and 5 seconds. To be improved, but is working fine
3696 here (tm). Based on: http://www.phpmyadmin.net/latest.txt
3697 * server_privileges.php: always display the "Add a new user" link
3698 on the User overview page (no more need to click on [show all] or
3701 2005-05-05 Marc Delisle <lem9@users.sourceforge.net>
3702 * libraries/mysql_charsets.lib.php: bug #1186983, missing character
3703 sets and collations (temporary workaround)
3704 * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
3706 2005-05-04 Marc Delisle <lem9@users.sourceforge.net>
3707 * Documentation.html: improvement about PmaAbsoluteUri,
3708 thanks to Isaac Bennetch - ibennetch
3710 2005-05-03 Marc Delisle <lem9@users.sourceforge.net>
3711 * libraries/common.lib.php: bug #1185152, setting collation for a field,
3712 thanks to Ryan Schmidt - ryandesign
3714 2005-05-02 Marc Delisle <lem9@users.sourceforge.net>
3715 * export.php: bug #1123284, avoid double compression when
3716 zlib.output_compression is On, thanks to unclef at users.sourceforge.net
3717 * libraries/common.lib.php: bug #1193223, undefined index htmlexcel_null,
3718 thanks to Ryan Schmidt - ryandesign
3720 2005-05-01 Marc Delisle <lem9@users.sourceforge.net>
3721 * server_status.php: bug #1193225, missing </ul>
3722 * tbl_properties.inc.php: bug #1193353, js error on creating table
3724 2005-04-30 Marc Delisle <lem9@users.sourceforge.net>
3725 * db_operations.php, libraries/tbl_move_copy.php:
3726 bug #1192468, bookmarks copied too many times
3728 2005-04-27 Marc Delisle <lem9@users.sourceforge.net>
3729 * lang/finnish: update, thanks to Jouni Kahkonen
3730 * lang/russian: update, thanks to lobovich
3731 * libraries/sqlparser.lib.php: bug #1179887, ordering by count(*)
3733 2005-04-26 Marc Delisle <lem9@users.sourceforge.net>
3734 * tbl_properties_structure.php, tbl_properties.inc.php:
3735 bug #1190092, wrong detection of NULL fields with MySQL 5.0.x
3736 * lang/finnish: big update, thanks to Jouni Kahkonen
3738 2005-04-25 Marc Delisle <lem9@users.sourceforge.net>
3739 * libraries/sqlparser*: bug #1185173. A query using the Storage
3740 table name and an alias, returned no result. I changed the
3741 parser to add a list of "forbidden" reserved words, as listed
3742 in the MySQL manual (reserved words). Those are not allowed
3743 as a table/column name, but others (like Storage) are allowed.
3744 Now the query works. TODO: do not pretty print in color,
3746 * libraries/common.lib.php: bug #1179241, wrong escaping of
3747 apostrophe in generated PHP code
3749 2005-04-25 Michal Čihař <michal@cihar.com>
3750 * lang/czech: Update.
3751 * lang/english: Fix typo.
3753 2005-04-24 Marc Delisle <lem9@users.sourceforge.net>
3754 * left.php, queryframe.php: bug #1168784, please respect the db order
3757 2005-04-16 Marc Delisle <lem9@users.sourceforge.net>
3758 * lang/chinese_simplified: Updates, thanks to mysf at etang.com
3759 * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
3760 * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
3761 * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
3762 * lang/galician: Updates, thanks to Xosé Calvo.
3763 * new language: belarusian, thanks to Jaska Zedlik <jz53 at zedlik.com>
3764 * tbl_properties_export.php: bug #1180860, error going from Export
3768 2005-04-14 Marc Delisle <lem9@users.sourceforge.net>
3769 * db_details_structure.php: Search icon centering
3771 2005-04-13 Marc Delisle <lem9@users.sourceforge.net>
3772 * tbl_alter.php: undefined $field_comments
3774 2005-04-10 Alexander M. Turek <me@derrabus.de>
3775 * lang/*.inc.php: New messages for MySQL 5.0 privileges.
3777 2005-04-10 Marc Delisle <lem9@users.sourceforge.net>
3778 * lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog).
3779 * server_privileges.php: bug #1179969, problem editing a user's profile
3780 (and there was a problem also with the detection of
3781 an already existing user)
3783 2005-04-09 Alexander M. Turek <me@derrabus.de>
3784 * libraries/sqlparser.data.php: Added keyword ROUTINE.
3786 2005-04-08 Marc Delisle <lem9@users.sourceforge.net>
3787 * lang/catalan update, thanks to Xavier Navarro (xavin).
3789 2005-04-07 Alexander M. Turek <me@derrabus.de>
3790 * libraries/select_lang.lib.php, lang/english-iso-8859-15.inc.php:
3792 * lang/*.inc.php: New messages for MySQL 5.0 privileges.
3794 2005-04-07 Marc Delisle <lem9@users.sourceforge.net>
3795 * tbl_properties.inc.php, tbl_alter.php: bug #1176896, undefined variable
3796 * libraries/common.lib.php: wrong test when the field's type is
3797 TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
3799 2005-04-03 Marc Delisle <lem9@users.sourceforge.net>
3800 ### 2.6.2-rc1 released
3802 2005-04-01 Marc Delisle <lem9@users.sourceforge.net>
3803 * tbl_addfield.php: TIMESTAMP options support
3804 * libraries/common.lib.php: DEFAULT CURRENT_TIMESTAMP is only
3805 for TIMESTAMP (bug when changing from a TIMESTAMP to a non-TIMESTAMP type) * (same): bug #1163595, problem 4: a TIMESTAMP must be explicitely
3806 set to NULL to have the NULL attribute
3807 * libraries/tbl_move_copy.php: bug #1168996, error copying InnoDB table
3808 with FK constraints to a table in the same db
3810 2005-03-31 Alexander M. Turek <me@derrabus.de>
3811 * left.php: Undefined offset (Bug #1174045).
3813 2005-03-31 Marc Delisle <lem9@users.sourceforge.net>
3814 * Documentation.html: added FAQ 5.17 about problem with
3815 Firefox when the Tabbrowser Extensions plugin is installed
3816 * tbl_properties.inc.php: TIMESTAMP options improved looks, thanks to Garvin
3817 * tbl_properties.inc.php: TIMESTAMP default CURRENT_TIMESTAMP checkbox
3818 made dynamic, depending on the field's type
3819 * tbl_create.php, libraries/relation.lib.php: TIMESTAMP options support
3821 2005-03-30 Alexander M. Turek <me@derrabus.de>
3822 * server_databases.php: Bug #1172782 (Don't allow to drop
3823 information_schema).
3824 * libraries/mysql_charsets.lib.php: Typo.
3825 * lang/german-*.inc.php: Better translation.
3827 2005-03-30 Marc Delisle <lem9@users.sourceforge.net>
3828 * Documentation.html: Patch #1164699, clarification about PmaAbsoluteURI,
3829 thanks to Isaac Bennetch - ibennetch
3830 * lang/english: improvements, thanks to Ryan Schmidt - ryandesign
3831 * lang/*: removed unused message and modified strCheckOverhead
3832 where still untranslated
3833 * tbl_properties.inc.php: bug #1163595 (problem #5): after an error
3834 modifying TIMESTAMP options, the table structure editing form
3835 was shown without the new options.
3837 2005-03-29 Marc Delisle <lem9@users.sourceforge.net>
3838 * libraries/common.lib.php: XSS vulnerability on convcharset
3840 2005-03-29 Alexander M. Turek <me@derrabus.de>
3841 * server_collations.php, libraries/mysql_charsets.lib.php: Don't offer
3842 unavailable collations (bug #1172517).
3844 2005-03-28 Alexander M. Turek <me@derrabus.de>
3845 * left.php: Implemented the forgotten view icon.
3847 2005-03-27 Marc Delisle <lem9@users.sourceforge.net>
3848 * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
3849 * libraries/relation.lib.php: bug #1170549, adding fields NOT NULL
3851 ### 2.6.2-beta1 released
3853 2005-03-27 Alexander M. Turek <me@derrabus.de>
3854 * libraries/defines.lib.php, themes/*/info.inc.php: Marked 2.6.0 / 2.6.1
3855 themes as imcompatible because of recent changes.
3856 * libraries/information_schema_relations.lib.php,
3857 libraries/relation.lib.php: information_schema relations.
3859 2005-03-26 Alexander M. Turek <me@derrabus.de>
3860 * libraries/engines/innodb.lib.php: Caught possible devision by zero.
3861 * lang/dutch-iso-8859-15.inc.php, lang/finnish-iso-8859-15.inc.php,
3862 lang/italian-iso-8859-15.inc.php, lang/portoguese-iso-8859-15.inc.php,
3863 lang/spanish-iso-8859-15.inc.php, libraries/select_lang.lib.php:
3864 Added more Latin9 language files.
3866 2005-03-25 Marc Delisle <lem9@users.sourceforge.net>
3867 * tbl_properties.inc.php: bug #1170255, undefined index: Field
3869 2005-03-25 Alexander M. Turek <me@derrabus.de>
3870 * db_details_structure.php: Let's prefer separate icons over CSS 3 hacks
3871 for marking a functionality as unavailable.
3872 * libraries/relation.lib.php:
3873 - Removed recoding function calls from controluser queries as they do
3874 not depend on the connection charset anymore;
3875 - Added emulated relations for some information_schema tables. To be
3878 2005-03-24 Alexander M. Turek <me@derrabus.de>
3879 * libraries/dbi/*.dbi.lib.php, libraries/common.lib.php,
3880 libraries/database_interface.lib.php:
3881 - Force separate connection for controluser queries;
3882 - Don't apply collation_connection settings to controluser connections.
3883 * lang/galician-*.inc.php: Updates, thanks to Xosé Calvo.
3884 * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
3886 2005-03-22 Marc Delisle <lem9@users.sourceforge.net>
3887 * header.inc.php: undefined index tbl_is_view when copying a table
3888 with constraints and an error occurs
3890 2005-03-20 Marc Delisle <lem9@users.sourceforge.net>
3891 * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
3892 * tbl_properties.inc.php: do not add ON UPDATE CURRENT_TIMESTAMP twice
3894 2005-03-19 Alexander M. Turek <me@derrabus.de>
3895 * lang/german-*.inc.php: Translations #1120157 (bad translation of
3896 $strAddSearchConditions).
3897 * libraries/select_lang.lib.php, lang/polish-windows-1250.inc.php:
3898 Translations #1161402 (added pl-win1250), thanks to Jakub Wilk (ubanus).
3899 * libraries/select_lang.lib.php, lang/german-iso-8859-15.inc.php,
3900 lang/french-iso-8859-15.inc.php: Added ISO-8859-15 (Latin9) editions of
3901 the German and French language files for testing.
3903 2005-03-19 Marc Delisle <lem9@users.sourceforge.net>
3904 * lang/catalan update, thanks to Xavier Navarro (xavin).
3905 * lang/russian update, thanks to gunsky
3906 * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
3908 2005-03-18 Marc Delisle <lem9@users.sourceforge.net>
3909 * lang/estonian: Update thanks to Alvar Soome - finsoft.
3910 * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
3911 * lang/brazilian-portuguese: big update, thanks to Airon Luis Pereira
3913 * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
3914 * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
3916 2005-03-18 Alexander M. Turek <me@derrabus.de>
3917 * lang/german-*.inc.php: Updates.
3919 2005-03-17 Marc Delisle <lem9@users.sourceforge.net>
3920 * Documentation.html: bug #1165148, typo in Documentation.html
3921 * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
3922 * lang/galician: Updated, thanks to Xosé Calvo.
3924 2005-03-16 Marc Delisle <lem9@users.sourceforge.net>
3925 * tbl_properties_structure.php, tbl_alter.php, tbl_properties.inc.php,
3926 config.inc.php (comment only), libraries/common.lib.php:
3927 experimental support for table structure editing with MySQL 4.1.2+
3930 2005-03-13 Marc Delisle <lem9@users.sourceforge.net>
3931 * tbl_row_delete.php renamed to tbl_row_action.php (RFE 1097729)
3933 2005-03-12 Marc Delisle <lem9@users.sourceforge.net>
3934 * tbl_properties_structure.php, libraries/sqlparser.lib.php:
3935 start merging code for MySQL 4.1.2 TIMESTAMP options support
3937 2005-03-10 Alexander M. Turek <me@derrabus.de>
3938 * libraries/relation.lib.php: Bug #1159415.
3940 2005-03-10 Marc Delisle <lem9@users.sourceforge.net>
3941 * libraries/database_interface.lib.php, libraries/relation.lib.php:
3942 problem with getting comments when creating a new table under MySQL 4.1.x
3943 with mysql extension
3945 2005-03-09 Marc Delisle <lem9@users.sourceforge.net>
3946 * db_operations.php: db comments updating broken
3947 * libraries/relation.lib.php: bug #1159415, data dictionary broken
3949 2005-03-08 Michael Keck <mkkeck@users.sourceforge.net>
3950 * themes/*/img/bd_insrow.png, themes/*/bd_insrow.png: Added disabled
3951 versions of insert-row icons.
3953 2005-03-08 Marc Delisle <lem9@users.sourceforge.net>
3954 * lang/french update
3956 2005-03-07 Marc Delisle <lem9@users.sourceforge.net>
3957 * libraries/relation.lib.php: db comments broken
3958 * libraries/dbi/*.php, lang/*: new $strSocketProblem message
3959 * db_details.php, tbl_query_box.php, libraries/bookmark.lib.php:
3960 bookmark improvement,
3961 based on patch #1034161 by Ryan Schmidt - ryandesign:
3962 sort bookmarks by label, remove the number before each bookmark
3963 in the drop-down choice. For this I had to change some logic in the
3964 calling scripts. It's still possible to have the same label more
3967 2005-03-07 Michal Čihař <michal@cihar.com>
3968 * db_printview.php, tbl_printview.php, css/phpmyadmin.css.php,
3969 libraries/header_meta_style.inc.php: Actually use print style in themes,
3970 also fixes RFE #1120880.
3971 * sql.php: Better calculate inserted row id (bug #1156963).
3972 * db_details_links.php, db_details_structure.php: Show database comment on
3973 each tab (same as we do with table comments).
3975 2005-03-06 Michael Keck <mkkeck@users.sourceforge.net>
3976 * themes/*/img/bd_deltbl.png, themes/*/bd_drop.png: Added disabled
3977 versions of drop icons.
3979 2005-03-06 Michal Čihař <michal@cihar.com>
3980 * export.php, libraries/display_export.lib.php, config.inc.php,
3981 libraries/config_import.lib.php, libraries/export/htmlexcel.php,
3982 libraries/export/htmlword.php, lang/*: Added Microsoft Word and Excel
3983 2000 export (RFE #1155122).
3984 * lang/czech: Updated, thanks to Michal Marek (twofish) for "storage
3985 engine" translation.
3986 * lang/english: Nothing to translate here.
3987 * Documentation.html: Document new Excel export.
3988 * config.inc.php, libraries/config_import.lib.php,
3989 libraries/display_export.lib.php, libraries/export/htmlword.php: Word
3990 export now can contain table structure and better handles more
3991 tables/databases export.
3992 * db_operations.php, export.php, main.php, tbl_move_copy.php,
3993 libraries/common.lib.php, libraries/select_theme.lib.php,
3994 libraries/auth/cookie.auth.lib.php: Unified cookie path handling, added
3995 / to end of path (bug #1155373).
3997 2005-03-06 Marc Delisle <lem9@users.sourceforge.net>
3998 * libraries/relation.lib.php, /display_export.lib.php,
3999 /export/sql.php: native comments. For MySQL 4.1.x+ I do not display
4000 the "Add into comments ... Comments" choice, since they are
4001 part of the structure
4003 2005-03-06 Alexander M. Turek <me@derrabus.de>
4004 * lang/*.inc.php, libraries/engines/innodb.lib.php: InnoDB buffer pool
4005 activity statistics.
4006 * server_status.php: Removed InnoDB Status sub-page. It is now part of
4008 * lang/*.inc.php, libraries/engines/innodb.lib.php: Buffer pool size
4010 * libraries/mysql_charsets.lib.php: Don't check the character set of the
4011 virtual database "information_schema" (MySQL 5.0).
4012 * db_details_links.php, db_details_structure.php: Don't allow the user to
4013 change anything in MySQL 5.0's information_schema database.
4015 2005-03-05 Marc Delisle <lem9@users.sourceforge.net>
4016 * tbl_alter.php, tbl_addfield.php, db_datadict.php, pdf_schema.php,
4017 tbl_create.php, libraries/common.lib.php, /relation.lib.php,
4018 /database_interface.lib.php: MySQL 4.1.x native comments
4020 2005-03-05 Alexander M. Turek <me@derrabus.de>
4021 * server_engines.php, lang/*.inc.php, libraries/storage_engines.lib.php
4022 libraries/engines/berkeleydb.lib.php, libraries/engines/bdb.lib.php,
4023 libraries/engines/innobase.lib.php, libraries/innodb.lib.php,
4024 libraries/engines/myisam.lib.php:
4025 - Moved engine-specific settings into plugins;
4026 - Added ability to create multiple sub-pages in server_engines.php for
4028 - Added a few InnoDB variables. To be continued. :-)
4029 - New InnoDB buffer pool monitor for MySQL >= 5.0.2.
4031 2005-03-04 Marc Delisle <lem9@users.sourceforge.net>
4032 * Documentation.html, libraries/common.lib.php: new FAQ 2.8 about
4033 Missing parameters, and when the error happens, show a link to FAQ
4035 2005-03-03 Alexander M. Turek <me@derrabus.de>
4036 * libraries/grab_globals.lib.php: Bug #1153079 (Updating columns starting
4038 * header.inc.php: Wrong icon for views.
4039 * libraries/sqlparser.data.php: Added more missing date / time functions.
4041 2005-03-02 Michal Čihař <michal@cihar.com>
4042 * libraries/export/sql.php, libraries/display_export.lib.php: Do not offer
4043 modes not available in current MySQL version, do not fail on error when
4044 setting SQL_MODE (bug #1155209).
4046 2005-03-02 Marc Delisle <lem9@users.sourceforge.net>
4047 * main.php: bug #1154307, wrong text for alt,
4048 thanks to Isaac Bennetch - ibennetch
4049 * Documentation.html: bug #1126156, FAQ 6.12 reworked,
4050 thanks to Isaac Bennetch - ibennetch
4052 2005-03-01 Marc Delisle <lem9@users.sourceforge.net>
4053 * Documentation.html: bug #1153684, wrong doc for PDF pages generation,
4054 thanks to Ryan Schmidt
4055 * libraries/auth/config.auth.lib.php: bug #1149565, tooltip.js undefined
4058 2005-02-27 Alexander M. Turek <me@derrab.us>
4059 * libraries/sqlparser.data.php: Added missing MySQL functions STR_TO_DATE
4060 and GET_FORMAT (bug #1152310).
4062 2005-02-27 Michal Čihař <michal@cihar.com>
4063 * server_binlog.php: MySQL 5 compatibility (bug #1151960).
4065 2005-02-26 Marc Delisle <lem9@users.sourceforge.net>
4066 * Documentation.html: added FAQ 5.16 about various IE and Windows
4067 problems. Thanks to Michael Keck.
4068 * main.php: bug #1143528, Reload MySQL not seen on MySQL 4.1.2
4070 2005-02-24 Alexander M. Turek <me@derrabus.de>
4071 * libraries/grab_globals.lib.php: Fixed the fix, thanks to Marc. :-)
4073 2005-02-23 Marc Delisle <lem9@users.sourceforge.net>
4074 * libraries/auth/cookie.auth.lib.php: bug #1149373, error when
4075 blowfish_secret is empty
4077 2005-02-23 Alexander M. Turek <me@derrabus.de>
4078 * libraries/grab_globals.lib.php: More hotfixes against bug #1149381.
4079 * libraries/mysql_charsets.lib.php: Detection for new Japanese charsets
4080 (cp932 and eucjpms) that will be introduced with MySQL 5.0.3.
4081 * libraries/select_lang.lib.php: Removed the UTF-8 deactivation code that
4082 we had already commented out a long time ago.
4084 2005-02-22 Alexander M. Turek <me@derrabus.de>
4085 * libraries/grab_globals.lib.php: Hotfix against bug #1149381 and parts
4088 2005-02-21 Marc Delisle <lem9@users.sourceforge.net>
4089 * pdf_pages.php: patch #1120466 (modified): optional column names
4090 in visual scratchboard, thanks to Remco Aalbers - remcoa
4092 2005-02-17 Marc Delisle <lem9@users.sourceforge.net>
4093 * header.inc.php, queryframe.php: HTML improvement,
4094 thanks to Armel Fauveau
4095 * server_privileges.php: bug #1113788, escaping character removed by error
4097 2005-02-16 Alexander M. Turek <me@derrabus.de>
4098 * db_details_export.php: Views are not exportable yet.
4099 * themes/*/css/theme_right.css.php: Allow to mark a whole row as disabled.
4100 * server_engines.php: Use new CSS class 'disabled' for unavailable
4103 2005-02-14 Michal Čihař <michal@cihar.com>
4104 * tbl_printview.php, libraries/tbl_indexes.lib.php: Fix displaying
4105 indexes for print view, use same function as for normal view (bug
4107 * css/print.css, libraries/tbl_indexes.lib.php,
4108 libraries/header_meta_style.inc.php: Use CSS for hiding print button
4109 rather than javascript.
4111 2005-02-14 Marc Delisle <lem9@users.sourceforge.net>
4112 * tbl_properties_table_info.php: avoid errors #1046, no database selected
4114 * lang/romanian: Updated, thanks to Valics Lehel.
4116 2005-02-13 Marc Delisle <lem9@users.sourceforge.net>
4117 * lang/french update
4118 * server_privileges.php: bug #1118137, host not changing when editing user
4120 2005-02-10 Marc Delisle <lem9@users.sourceforge.net>
4121 * Documentation.html: new FAQ 1.32 about using HTTP auth under IIS
4123 2005-02-09 Marc Delisle <lem9@users.sourceforge.net>
4124 * config.inc.php, Documentation.html: bug #1115327, document the
4125 maximum number of characters for blowfish_secret
4127 2005-02-09 Alexander M. Turek <me@derrabus.de>
4128 * lang/italian-*.inc.php: Updates, thanks to Pietro Danesi.
4130 2005-02-08 Michal Čihař <michal@cihar.com>
4131 * export.php: Fix export of SQL for Safari (bug #1113015).
4133 2005-02-07 Marc Delisle <lem9@users.sourceforge.net>
4134 * libraries/dbi/*: bug #1116933, PMA_DBI_free_result():
4135 do not send a boolean to mysqli_free_result() or mysql_free_result(),
4136 it expects a result resource
4137 * libraries/tbl_move_copy.php: bug #1117112, commands out of sync when
4138 using "copy table" operation
4139 * libraries/common.lib.php: bug #1114363, error when SHOW DATABASES is
4142 2005-02-07 Alexander M. Turek <me@derrabus.de>
4143 * libraries/mcrypt.lib.php: Bug #1117907 ("wrong parameter count" with
4146 2005-02-06 Alexander M. Turek <me@derrabus.de>
4147 * header.inc.php, tbl_properties_table_info.php: View detection for
4149 * tbl_properties_links.php: Adjusted tab bar for views.
4151 2005-02-05 Marc Delisle <lem9@users.sourceforge.net>
4152 * tbl_relation.php: removed comments handling (pmadb-style) from relation view
4154 2005-02-04 Michal Čihař <michal@cihar.com>
4155 * tbl_change.php: Fix TIMESTAMP editing on MySQL 4.1 (bug #1114120).
4157 2005-02-03 Alexander M. Turek <me@derrabus.de>
4158 * tbl_addfield.php: Bug #1040682 (adding field with collation).
4160 2005-02-02 Marc Delisle <lem9@users.sourceforge.net>
4161 * libraries/dbi/*: PMA_DBI_num_rows(): do not send a boolean
4162 to mysqli_num_rows() or mysql_num_row(), it expects a result resource
4163 * tbl_properties.inc.php: bug #1114550, changing the type of
4164 a float unsigned column
4166 2005-01-30 Marc Delisle <lem9@users.sourceforge.net>
4167 * libraries/export/sql.php: bug #1108521, part 2: mysqli_num_rows
4168 cannot be used with MYSQL_USE_RESULT
4170 2005-01-29 Alexander M. Turek <me@derrabus.de>
4171 * lang/japanese-utf-8.inc.php: Bug #1111855 ("Undefined index" when using
4172 the Janapese language file under MySQL 4.1.
4174 2005-01-28 Marc Delisle <lem9@users.sourceforge.net>
4175 * libraries/dbi/mysqli.dbi.lib.php: bug #1111706, call to undefined
4176 function PMA_reloadNavigation(). A failed connection was not properly
4178 * libraries/export/sql.php: bug #1108521, mysqli_free_result() expects
4179 parameter 1 to be a result
4181 2005-01-27 Marc Delisle <lem9@users.sourceforge.net>
4182 * libraries/fpdf/fpdf.php: bug #1106146, missing header for PDF,
4184 * libraries/display_tbl.lib.php: the LongOperation message should
4187 2005-01-27 Michal Čihař <michal@cihar.com>
4188 * read_dump.php: Fix detection of SELECT query to display on multiple
4189 submits (bug #1110727).
4191 2005-01-23 Marc Delisle <lem9@users.sourceforge.net>
4192 * tbl_query_box.php: bug #1107937, undefined $fields_list
4193 * lang/estonian: Update thanks to Alvar Soome - finsoft.
4196 2005-01-23 Michal Čihař <michal@cihar.com>
4197 * export.php: Back to Content-Type application/x-bzip2 on bzip2 export
4200 2005-01-23 Alexander M. Turek <me@derrabus.de>
4201 * libraries/sqlparser.data.php: Added some keywords.
4203 2005-01-22 Marc Delisle <lem9@users.sourceforge.net>
4204 * libraries/bookmark.lib.php: bug #1103289: num_rows and MYSQL_USE_RESULT,
4205 and fix a typo "boommark"
4206 * lang/galician: Updated, thanks to Xosé Calvo.
4207 * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
4209 2005-01-20 Michael Keck <mkkeck@users.sourceforge.net>
4210 * libraries/tooltip.js: new JS library for tooltips (hints)
4211 * libraries/common.lib.php: img tag modified for mouseover / mouseout
4213 * header.inc.php: needed div-container for tooltips
4214 * footer.inc.php: linking to js-file tooltip.js
4215 * themes/.../theme_right.css.php: tooltip class
4216 * querywindow.php / tbl_query_box.php: resizing the querywindow if it
4218 * themes/.../layout.inc.php: increased QueryWindowHeight / QueryWindowWidth
4219 * themes/.../theme_right.css.php: new class for disabled (not available)
4220 text / values / messages
4221 * libraries/tooltip.js: removed wrong typos (sorry)
4223 2005-01-20 Alexander M. Turek <me@derrabus.de>
4224 * server_engines.php, server_links.inc.php: Use Michael's new icon for
4226 * main.php: Added link to storage engines sub-page.
4228 2005-01-18 Marc Delisle <lem9@users.sourceforge.net>
4229 * sql.php, libraries/common.lib.php, /display_tbl.lib.php, /functions.js,
4230 lang/*.php: bug #1084820: ask a confirmation when a user wants to
4231 reach the End of rows, and count the exact number of rows to
4233 TODO: page number selector
4234 * common.lib.php: PMA_showHint(): now the lightbulb is clickable,
4235 to reveal the full message for browsers who truncate it,
4236 thanks to Alexander for the suggestion
4238 2005-01-18 Alexander M. Turek <me@derrabus.de>
4239 * server_engines.php, server_links.php libraries/storage_engines.lib.php:
4240 - Emulation for < MySQL 4.1.2;
4241 - BerkeleyDB version information.
4242 * tbl_properties.inc.php, tbl_properties_operations.php,
4243 libraries/storage_engines.lib.php: Auto-generated engine selection
4245 * header.inc.php, libraries/common.lib.php: Finger pointer for lightbulbs.
4247 2005-01-17 Michael Keck <mkkeck@users.sourceforge.net>
4248 * libraries/common.lib.php: modified function for
4249 Add a link by MySQL-Error #1062 - Duplicate entry
4250 (feature request #1036254)
4252 2005-01-17 Michal Čihař <michal@cihar.com>
4253 * lang/czech: Fix typos (translation #1103785).
4255 2005-01-17 Alexander M. Turek <me@derrabus.de>
4256 * server_engines.php, lang/*.inc.php: Nice output for some MyISAM
4259 2005-01-16 Marc Delisle <lem9@users.sourceforge.net>
4260 * libraries/common.lib.php: bug #1103201, wrong treatment of MySQL error
4261 #1060 in the logic for error #1062
4263 2005-01-15 Alexander M. Turek <me@derrabus.de>
4264 * server_engines.php, server_links.inc.php, lang/*.inc.php,
4265 libraries/storage_engines.php: Detailed storage engines status
4268 2005-01-12 Alexander M. Turek <me@derrabus.de>
4269 * tbl_properties_table_info.inc.php: Basic view detection.
4270 * tbl_properties_structure.php: Disabled table-specific interface elements
4273 2005-01-11 Alexander M. Turek <me@derrabus.de>
4274 * libraries/relation.lib.php:
4275 - Removed redundant code;
4276 - Fixed some comments.
4277 * tbl_properties_structure.php: Corrected TH numbering.
4278 * db_details_structure.php: Small design glitch with "in use" tables.
4279 * db_details_structure.php, mult_submits.inc.php, lang/*.inc.php:
4280 - Views are now displayed correctly within the table list;
4281 - Added ability to drop views from the db structure page.
4282 TODO: It is not yet possible to drop a view from the table sub pages.
4284 2005-01-11 Marc Delisle <lem9@users.sourceforge.net>
4285 * libraries/dbi/mysqli.dbi.lib.php: bug #1076213, headers sent
4288 2005-01-10 Michal Čihař <michal@cihar.com>
4289 * lang/czech: Fix typo (translation #1099459).
4291 2005-01-10 Olivier Mueller <om@omnis.ch>
4292 * README: copyright, we're in 2005
4294 2005-01-09 Marc Delisle <lem9@users.sourceforge.net>
4295 * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
4296 * lang/catalan update, thanks to Xavier Navarro (xavin).
4297 * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
4298 * lang/dutch: Updates, thanks to Ivo Teel.
4299 * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
4300 * lang/galician: Updated, thanks to Xosé Calvo.
4301 * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
4302 ### 2.6.1-rc2 released
4304 2005-01-07 Marc Delisle <lem9@users.sourceforge.net>
4305 * tbl_addfield.php: bug #1082680, undefined $field_charset when adding
4306 a FLOAT field in MySQL 4.1.x
4308 2005-01-07 Michal Čihař <michal@cihar.com>
4309 * Documentation.html, tbl_change.php, tbl_properties.inc.php,
4310 libraries/functions.js, libraries/tbl_change.js,
4311 libraries/keyhandler.js: Use Option key for Safari for moving (bug
4312 #1094137), move key handler function to separate file so we have only
4313 one, make movement work correctly in vertical display of properties.
4314 * libraries/common.lib.php: Fix timestamp in uva condition with MySQL 4.1
4317 2005-01-06 Marc Delisle <lem9@users.sourceforge.net>
4318 * tbl_change.php: removed old PHP3-workaround that caused problems
4319 with field names like '000'
4321 2005-01-05 Michal Čihař <michal@cihar.com>
4322 * tbl_properties_operations.php: Fix changning table parameters if it has
4323 no auto increment (bug #1096246).
4325 2005-01-04 Alexander M. Turek <me@derrabus.de>
4326 * lang/german-*.inc.php:
4327 - Updates and small corrections;
4328 - Synchronized translation with the German MySQL documentation.
4330 2005-01-03 Michal Čihař <michal@cihar.com>
4331 * export.php: Use standardised mime types and use content encoding for
4332 gzip/bzip2. I hope this will fix double gzip compression as in bug
4335 2005-01-01 Michal Čihař <michal@cihar.com>
4336 * tbl_alter.php: Don't try to set collation for non text fields (bug
4338 * sql.php: Do not forget reloading when launching multiple queries (bug
4341 --- Older ChangeLogs can be found on our project website ---
4342 http://www.phpmyadmin.net/old-stuff/ChangeLogs/
4344 # vim: et ts=4 sw=4 sts=4
4345 # vim: ft=changelog fenc=utf-8 encoding=utf-8
4346 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
4347 # vim: fdn=1 fdm=expr