1166 lines
53 KiB
Plaintext
Executable File
1166 lines
53 KiB
Plaintext
Executable File
----------------------
|
|
phpMyAdmin - Changelog
|
|
----------------------
|
|
|
|
$Id$
|
|
$Source$
|
|
|
|
2002-07-22 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/dutch update, thanks to Ivo Teel.
|
|
|
|
2002-07-22 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* libraries/common.lib.php3, lines 198-200: open the documentation
|
|
link in the "documentation" window.
|
|
* libraries/charset_conversion.lib.php3; libraries/select_lang.lib.php3:
|
|
PHP3 fixes (don't use "require" inside a conditional statement).
|
|
* Documentation.html: XHTML fixes.
|
|
* db_details_structure.php3; tbl_properties.php3;
|
|
tbl_change.php3, line 336; tbl_properties_structure.php3;
|
|
tbl_select.php3, lines 122 & 127; tbl_query_box.php3: XHTML fixes.
|
|
* db_details.php3; db_details_links.php3;
|
|
tbl_properties_export.php3, lines 156-158: beautified generated
|
|
XHTML code.
|
|
|
|
2002-07-21 Marc Delisle <lem9@users.sourceforge.net>
|
|
* Documentation.html, libraries/common.lib.php3: added a faq about
|
|
mysql extension, and a link to it when the error occurs
|
|
|
|
2002-07-20 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_properties*: missing $sub_part for back links (bug 584069)
|
|
|
|
2002-07-19 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* tbl_properties_links.php3: Fixed bug #583969.
|
|
* lang/german-*.inc.php3: Updates.
|
|
|
|
2002-07-19 Marc Delisle <lem9@users.sourceforge.net>
|
|
* pdf_schema.php3, bug 583833: should not complain if some tables
|
|
are missing
|
|
* lang/hungarian update, thanks to Peter Bakondy
|
|
* lang/thai updates: thanks to Arthit Suriyawongkul.
|
|
* lang/norwegian updates: thanks to Sven-Erik Andersen
|
|
|
|
2002-07-19 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* pdf_schema.php3; pdf_page.php3; libraries/common.lib.php3: PHP3 fixes.
|
|
* tbl_properties_structure.php3: coding standards.
|
|
|
|
2002-07-18 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/common.lib.php3, libraries/select_lang.lib.php3: Don't include
|
|
the "real" config file if a developer edition exists.
|
|
* libraries/charset_conversion.lib.php3: Exit the script if iconv cannot be
|
|
used.
|
|
|
|
2002-07-18 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/display_tbl.lib.php3: bug 579785, Edit links URLs too long
|
|
for some browsers
|
|
* lang/italian update, thanks to Pietro Danesi
|
|
* lang/chinese update, thanks to Siu Sun
|
|
* lang/albanian update, thanks to Laurent Dhima.
|
|
* lang/czech update, thanks to Michal Cihar
|
|
* lang/sync_lang.sh, can exclude some languages from conversion,
|
|
thanks to Michal Cihar
|
|
* lang/turkish update, thanks to Bora Alioglu
|
|
* lang/polish update, thanks to Jakub Wilk
|
|
* lang/galician update, thanks to Xosé Calvo
|
|
* lang/romanian update, thanks to Valics Lehel
|
|
* sql.php3, bug 582356, Propose table structure was not working when
|
|
$cfg['ShowAll'] was FALSE
|
|
|
|
2002-07-18 Steve Alberty <staybyte@users.sourceforge.net>
|
|
* It is now possible to print stats for more than 2 GB (up to exa byte)
|
|
* db_details_structure.php3: correct wrong link from table size to stats
|
|
* tbl_printview.php3: fixed warnings if relation is not defined
|
|
* db_printview.php3: fixed warnings and faults
|
|
|
|
2002-07-17 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/sync_lang.sh: support for multiple convertors (recode added),
|
|
thanks to Michal Cihar
|
|
* lang/spanish update, thanks to Daniel Hinostroza
|
|
(Daniel.Hinostroza at grunenthal.com.ec)
|
|
* lang/swedish updates: thanks to Björn T. Hallberg
|
|
* lang/indonesian updates, thanks to Rachim Tamsjadi.
|
|
* lang/japanese* updates, thanks to Yukihiro Kawada
|
|
* lang/french updates
|
|
* lang/lithuanian updates, thanks to Vilius Zigmantas
|
|
* chk_rel.php3, db_details_structure.php3, Documentation.html,
|
|
pdf_pages.php3, pdf_shema.php3, libraries/select_lang.lib.php3:
|
|
commits for Loic
|
|
* tbl_properties.php3, tbl_properties_structure.php3,
|
|
new tbl_query_box.php3: query box at the bottom of the structure page
|
|
|
|
2002-07-17 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/common.lib.php3, libraries/config_import.lib.php3: Added
|
|
$cfg['PmaNoRelation_DisableWarning'] to the backwards compatibility code.
|
|
* config.inc.php3, Documentation.html: Remerged the changes that were
|
|
removed in the previous revision, thanks to Björn T. Hallberg (bth).
|
|
* libraries/select_lang.lib.php3: Disable UTF-8 if
|
|
$cfg['AllowAnywhereRecoding'] has been set to FALSE.
|
|
|
|
2002-07-17 Mike Beck <mikebeck@users.sourceforge.net>
|
|
* pdf_pages.php3: if a page is edit it can also be shown
|
|
* pdf_schema.php3: now it is possible to have all tables
|
|
displayed with the same (maximum) width
|
|
(feature request 576537)
|
|
|
|
2002-07-16 Mike Beck <mikebeck@users.sourceforge.net>
|
|
* libraries/relation.lib.php3: verbose mode
|
|
* db_details_structure.php3: show message if relation doesn't work
|
|
* chk_rel.php3: new file to show what is wrong with relation
|
|
|
|
2002-07-16 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* header.inc.php3: Use include() instead of require().
|
|
|
|
2002-07-16 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries: charset_conversion.lib.php3, common.lib.php3: bug 581577:
|
|
a better if, because sometimes the test for PHP3 succeeds even
|
|
for PHP4, thanks to Neil Darlow
|
|
* libraries/relation.lib.php3: undefined variable
|
|
|
|
2002-07-15 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/config_import.lib.php3:
|
|
- Removed a comment and
|
|
- Changed the default value for $cfg['AllowAnywhereRecoding'] into FALSE.
|
|
* header.inc.php3: Better fix against bug #571409, thanks to Loïc.
|
|
* libraries/common.lib.php3: Coding standards.
|
|
|
|
2002-07-15 Marc Delisle <lem9@users.sourceforge.net>
|
|
* db_details_export.php3, db_details_links.php3, Documentation.html,
|
|
sql.php3, tbl_properties_export.php3, libraries/common.lib.php3,
|
|
libraries/select_lang.lib.php3: fixes from Loic
|
|
* config.inc.php3: default value for $cfg['AllowAnywhereRecoding'] = FALSE;
|
|
to avoid problems on multithreaded servers, thanks to Neil Darlow
|
|
(ndarlow)
|
|
* libraries/charset_conversion.lib.php3: remove the "@" before dl()
|
|
because multithreaded servers don't support dl(), and we want
|
|
to see the error message, thanks to /Leblanc
|
|
* header.inc.php3: js error with OmniWeb, thanks to Loïc
|
|
|
|
2002-07-14 Marc Delisle <lem9@users.sourceforge.net>
|
|
* Documentation.html, db_details_exports.php3, tbl_properties_export.php3:
|
|
add a link to a new faq entry explaining some dump options
|
|
* libraries/relation.lib.php3: bug 575868 Unitialized string offset
|
|
* 2.3.0-rc3 released
|
|
|
|
2002-07-14 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* config.inc.php3, libraries/common.lib.php3: Fixed bug #576018.
|
|
* lang/german-*.inc.php3: Clarification.
|
|
|
|
2002-07-13 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/common.lib.php3: bug 580929: do not EXPLAIN if this is
|
|
not a SELECT
|
|
* sql.php3: better way to show php code
|
|
* sql.php3: bug 580920: do not display the confirm dialog
|
|
* db_details_links.php3: undefined variable if coming from a Show MySQL
|
|
link on the home page
|
|
|
|
2002-07-13 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* Documentation.html: News about bug #540671.
|
|
|
|
2002-07-12 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* main.php3: Fixed a bug of the SHOW GRANTS patch (bug #568174: Wildcards
|
|
escaped in db name), thanks to Björn T. Hallberg (bth).
|
|
|
|
2002-07-12 Mike Beck <mikebeck@users.sourceforge.net>
|
|
* sql.php3: only run query if we didn't ask for phpcode of sql.
|
|
|
|
2002-07-12 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/select_lang.lib.php3: add -utf-8 choices.
|
|
* lang/indonesian updates, thanks to Rachim Tamsjadi.
|
|
* libraries/relation.lib.php3: better initialization for a variable,
|
|
thanks to Jurgen Schwietering <jurgen at schwietering.com>.
|
|
|
|
2002-07-11 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* pdf_schema.php3; tbl_printview.php3; tbl_properties_links.php3;
|
|
tbl_properties_operations.php3; tbl_relation.php3;
|
|
libraries/charset_conversion.lib.php3; libraries/display_tbl.lib.php3;
|
|
libraries/relation.lib.php3: coding standards.
|
|
* libraries/common.lib.php3: coding standards and a little display bug.
|
|
|
|
2002-07-11 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/common.lib.php3: PHP3 compatibility.
|
|
* read_dump.php3: Fixed bug #579968, thanks to Alvar Soome (finsoft).
|
|
|
|
2002-07-11 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* libraries/common.lib.php3: Fix for case where HTTP_HOST contains
|
|
the port already, as adding HTTP_PORT is wrong then.
|
|
|
|
2002-07-10 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/charset_conversion.lib.php3: wrong function called,
|
|
thanks to Michal Cihar
|
|
* lang/*: cleanup of file names to include charset
|
|
|
|
2002-07-09 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/common.lib.php3: fix from Loïc for bug 579017
|
|
|
|
2002-07-08 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* tbl_create.php3: Fixed bug #578321 (Wrong page after table creation).
|
|
* libraries/common.lib.php3: Fixed bug #578404 (js error in no-frame mode).
|
|
|
|
2002-07-08 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/display_tbl.lib.php3: bug 577645: extra space in the cell
|
|
* libraries/common.lib.php3, defines.lib.php3, defines_php.lib.php3,
|
|
scripts/create-release.sh: split defines.lib.php3 because
|
|
of charset_conversion needs (thanks to Michal Cihar)
|
|
* slovak: with permission from Peter Svek, now the windows-1250
|
|
is generated from the -iso-8859-2 file.
|
|
|
|
2002-07-07 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/common.lib.php3: Forgot a <meta /> tag in the config file error
|
|
message.
|
|
|
|
2002-07-06 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/charset_conversion.lib.php3: $strCantUseRecodeIconv has to be
|
|
accessed via the $GLOBALS[] array.
|
|
|
|
2002-07-06 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_properties_structure.php3: undefined variable
|
|
* pdf_pages.php3: bug 574637 undefined index
|
|
* db_details_structure.php3: remove a PMA_backquote added today that
|
|
introduces a bug
|
|
* pdf_schema.php3: undefined variables
|
|
|
|
2002-07-05 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* header.inc.php3: Tried to fix bug #571409 (Zend Accelerator problems).
|
|
|
|
2002-07-05 Marc Delisle <lem9@users.sourceforge.net>
|
|
* Documentation.html: about html entities in translations
|
|
* libraries/common.lib.php3: charset_conversion needs the constants
|
|
* libraries/select_lang.lib.php3, /lang: -utf8 files renamed -utf-8
|
|
* bug 576510: tbl_qbe.php3 renamed db_details_qbe.php3
|
|
(affects also db_details_links.php3)
|
|
|
|
2002-07-01 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* Documentation.html: coding standards and xhtml fixes.
|
|
|
|
2002-07-01 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
|
|
compatibility for $cfg['PmaAbsoluteUri_DisableWarning'].
|
|
|
|
2002-07-04 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* config.inc.php3, libraries/common.lib.php3:
|
|
Code for $cfg['PmaAbsoluteUri_DisableWarning']
|
|
|
|
2002-07-03 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/japanese* updates:, thanks to Yukihiro Kawada
|
|
* Documentation.html: explain the oslash symbol in the statistics
|
|
* left.php3: the - as first choice is not clear
|
|
* tbl_properties_table_info.php3, tbl_properties_links.php3: bug
|
|
576776: ShowAll never displayed
|
|
* display_tbl.lib.php3: bug 576786: printview and ModifyDeleteAtRight
|
|
|
|
2002-07-01 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* sql.php3: Completed fix against bug #575867 (Error with limit or load in
|
|
the table name).
|
|
|
|
2002-07-01 Olivier L. Müller <om@omnis.ch>
|
|
* header.inc.php3: nicer CSS for Tabs (J.Fornallaz)
|
|
* tbl_properties.php3: added insert button to Marc's <select> :)
|
|
|
|
2002-07-01 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_properties_links.php3, db_details_links.php3: better vertical spacing
|
|
* tbl_properties.php3, db_details.php3: misplaced bullet
|
|
* tbl_properties.php3: add field list on the query page
|
|
* pdf_schema.php3: color for all segments of primary key, thanks to
|
|
Joshua Eichorn (jeichorn at joshuaeichorn.com)
|
|
|
|
2002-07-01 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* sql.php3: Fixed bug #575867 (Error with limit or load in the table name)
|
|
partly.
|
|
|
|
2002-06-30 Marc Delisle <lem9@users.sourceforge.net>
|
|
* user_details.php3: fix the tooltip
|
|
* 2.3.0-rc2 released
|
|
|
|
2002-06-30 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* user_details.php3: Added a tooltip for the new documenation link.
|
|
* sql.php3: Fixed bug #574855 (wrong counted rows with many functions)
|
|
thanks to Svetlozar Kovachev (svetlio).
|
|
* db_details_export.php3: Fixed bug #575591 ('select all' doesn't work
|
|
without javascript).
|
|
|
|
2002-06-29 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_qbe.php3: show upper links
|
|
* Documentation.html, user_details.php3: link to document what happens
|
|
with grants and underscores.
|
|
|
|
2002-06-29 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/config_import.lib.php3, libraries/common.lib.php3:
|
|
Backwards compatibility for config files < rev. 1.113.
|
|
* lang/german*.inc.php3: Better translation for $strQBE.
|
|
|
|
2002-06-29 Olivier L. Müller <om@omnis.ch>
|
|
* Documentation.html: docs about $cfg['DefaultTabDatabase']
|
|
and $cfg['DefaultTabTable']
|
|
* config.inc.php3, index.php3, left.php3, libraries/common.lib.php3:
|
|
default tab selection is now customizable from config.inc.php3.
|
|
|
|
2002-06-28 Olivier L. Müller <om@omnis.ch>
|
|
* ANNOUNCE.txt: preparing 2.3.0 announcement... Feel free
|
|
to improve and check
|
|
|
|
2002-06-28 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_change.php3, tbl_properties_common.php3,
|
|
new libraries/db_table_exists.lib.php3: menu on insert/edit
|
|
|
|
2002-06-27 Marc Delisle <lem9@users.sourceforge.net>
|
|
* sql.php3, db_details_db_info.php3, db_details_links.php3: bug with a
|
|
Select and no table
|
|
* lang/slovak-iso updates, thanks to Lubos Klokner
|
|
* Documentation.html: faq about silent column type changing
|
|
|
|
2002-06-26 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/czech-*.inc.php3: Shorter term for QBE, thanks again to
|
|
Michal Cihar (nijel).
|
|
* index.php3, header.inc.php3, header_printview.php3, left.php3,
|
|
libraries/auth/*.auth.lib.php3: Fixed bug #574025 (W3C validator didn't
|
|
detect character encoding).
|
|
|
|
2002-06-26 Marc Delisle <lem9@users.sourceforge.net>
|
|
* Documentation.html: update the persons/towns/countries example
|
|
* sql.php3, tbl_properties_table_info.php3: sub-page links on browse
|
|
* lang/japanese* updates: thanks to Yukihiro Kawada
|
|
* libraries/mysql_wrappers.lib.php3: patch #574009, charset
|
|
conversion for db names, thanks to Michal Cihar_
|
|
|
|
2002-06-26 Olivier L. Müller <om@omnis.ch>
|
|
* tbl_change.php3: display the submit button every 15 lines:
|
|
may be useful for tables with 200 fields...
|
|
* db_details_structure.php3: fixed a wrong link: [Properties]
|
|
was opening the tbl_properties.php3 instead of
|
|
tbl_properties_structure.php3
|
|
|
|
2002-06-25 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/german-utf8.inc.php3: Synchronization.
|
|
* ChangeLog: Added a note about the older ChangeLogs at EoF.
|
|
|
|
2002-06-25 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/georgian-utf-8 updates: thanks to Kakha Mchedlidze
|
|
* lang/ukrainian-win1251 updates: thanks to Markijan Baran
|
|
|
|
2002-06-25 Olivier L. Müller <om@omnis.ch>
|
|
* lang/german.inc.php3: Du -> Sie
|
|
|
|
2002-06-24 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/lithuanian.inc.php3: Removed line feed at EoF.
|
|
|
|
2002-06-23 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* lang/portuguese.inc.php3 updates: thanks to Lopo Pizarro
|
|
|
|
2002-06-23 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* Revised some files in /lang/:
|
|
- chinese_*.inc.php3, estonian.inc.php3, finnish.inc.php3:
|
|
Reordered Strings.
|
|
- arabic.inc.php3, brazilian_portuguese.inc.php3, bulgarian_*.php3,
|
|
croatian-*.php3, danish.inc.php3, korean.inc.php3, russian_*.inc.php3,
|
|
serbian-win1250.inc.php3: Synchronized the untranslated string
|
|
$strSplitWordsWithSpace with the English translation.
|
|
|
|
2002-06-23 Olivier L. Müller <om@omnis.ch>
|
|
* db_stats.php3: Fixed warning from mysql_free_result.
|
|
|
|
2002-06-22 Olivier L. Müller <om@omnis.ch>
|
|
* lang/english-utf8.inc.php3, lang/english.inc.php3, lang/french.inc.php3:
|
|
shorter term for QBE
|
|
* config.inc.php3: added configuration variables for default tabs
|
|
* tbl_properties_links.php3: 'Empty' tab is now red as well
|
|
* db_details_links.php3, index.php3, left.php3, tbl_properties_links.php3:
|
|
moved 'Structure' to the front and use it as default value.
|
|
TODO: make that customizable.
|
|
* config.inc.php3, main.php3, docs: added cfg['SuggestDBName'] flag
|
|
|
|
2002-06-22 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* sql.php3:
|
|
- Fix warning and error from mysql_free_result($cna_all_result);
|
|
* tbl_printview.php3:
|
|
- Fixed style="PAGE-BREAK-AFTER: always" from appearing on the
|
|
last <div>, to stop a blank page being printed
|
|
- Moved <hr /> to just inside </div> - gets line on the same page
|
|
* lang/portuguese.inc.php3 updates: thanks to Lopo Pizarro
|
|
* lang/chinese*.inc.php3 updates: thanks to Siu Sun
|
|
* lang/english*: $strSplitWordsWithSpace
|
|
- Fix spelling 'seperated' -> 'separated'
|
|
|
|
2002-06-21 Olivier L. Müller <om@omnis.ch>
|
|
* libraries/common.lib.php3, main.php3: be more tolerant with lazy
|
|
sysadmins or users by letting them having an empty
|
|
$cfg['PmaAbsoluteUri']. A default value (which should work according
|
|
to the docs...) will be set and a warning displayed on main.php3.
|
|
|
|
2002-06-21 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* lang/english*: $strSplitWordsWithSpace
|
|
- 'splitted' changed to 'seperated'
|
|
* lang/portuguese.inc.php3 updates: thanks to Lopo Pizarro
|
|
* lang/polish.inc.php3 updates: thanks to Jakub Wilk
|
|
* db_details_links.php3, header.inc.php3,
|
|
tbl_properties_links.php3, libraries/common.lib.php3:
|
|
- Neater tab code by Michal Cihar (Patch #571837)
|
|
|
|
2002-06-21 Marc Delisle <lem9@users.sourceforge.net>
|
|
* sql.php3: patch 565627 for the old bug 461192: wrong query count
|
|
for groups, thanks to Svetlozar Kovachev
|
|
* lang/czech* updates: thanks to Michal Cihar
|
|
* lang/greek updates: thanks to Kyriakos Xagoraris
|
|
* lang/norwegian updates: thanks to Sven-Erik Andersen
|
|
* tbl_properties_structure.php3, bug 572127: wrong back link, thanks
|
|
to "nobody"
|
|
* tbl_addfield.php3: goback to the structure sub-page
|
|
|
|
2002-06-20 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* tbl_qbe.php3: Using * for tables fields disables
|
|
sorting for that field (Fix for bug #570698)
|
|
* db_details_links.php3: Added $args3, $args4 = '', for no tables case
|
|
|
|
2002-06-20 Marc Delisle <lem9@users.sourceforge.net>
|
|
* ChangeLog_till_2.2.6.gz: removed from the distribution and copied
|
|
to home page
|
|
* lang/georgian-utf-8: thanks to Kakha Mchedlidze <kakha at qartuli.com>
|
|
* lang/polish updates: thanks to Jakub Wilk
|
|
* lang/galician updates: thanks to Xosé Calvo
|
|
|
|
2002-06-20 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* header.inc.php3, *_links.php3, libraries/common.lib.php3: Implemented
|
|
Patch #571426 (Tabbed navigation), thanks to Joachim Fornallaz (jfornall).
|
|
|
|
2002-06-19 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/common.lib.php3, libraries/config_import.lib.php3,
|
|
config.inc.php3: Rewrote the whole backwards compatibility code for old
|
|
config files.
|
|
* config.inc.php3: Beautified code.
|
|
* header.inc.php3, footer.inc.php3, libraries/common.lib.php3:
|
|
Header and footer may now be included inside a function as well
|
|
(Better fix against bug #549570).
|
|
|
|
2002-06-19 Marc Delisle <lem9@users.sourceforge.net>
|
|
* index.php3: missing header, thanks to Michal Cihar
|
|
* lang/japanese* updates: thanks to Yukihiro Kawada
|
|
* lang/spanish, catala updates: thanks to Xavier Navarro
|
|
* lang/dutch updates: thanks to Ivo Teel.
|
|
* lang/swedish updates: thanks to Björn T. Hallberg
|
|
* lang/galician updates: thanks to Xosé Calvo
|
|
* libraries/config_import.lib.php3, fixed 3 parse errors
|
|
* common.lib.php3: due to formatting problems, bypass PMA_format_sql
|
|
for 2.3.0-rc1
|
|
* 2.3.0-rc1 release
|
|
|
|
2002-06-19 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* libraries/charset_conversion.lib.php3,
|
|
libraries/common.lib.php3,
|
|
main.php3:
|
|
- added isset() before some configuration variables
|
|
|
|
2002-06-18 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/chinese* updates: thanks to Siu Sun
|
|
* lang/lithuanian updates: thanks to Vilius Zigmantas
|
|
* lang/romanian updates: thanks to Valics Lehel
|
|
* lang/thai updates: thanks to Arthit Suriyawongkul.
|
|
* lang/turkish updates: thanks to Bora Alioglu
|
|
* tbl_relation.php3, bug 570691: query was executed too many times
|
|
|
|
2002-06-18 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/arabic.inc.php3: Changed $cfgPmaAbsoluteUri into $cfg['...'].
|
|
|
|
2002-06-18 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* libraries/relation.lib.php3:83
|
|
- Fixed $cfg['Servers']['Server'] -> $cfg['Server']
|
|
* libraries/relation.lib.php3:144,190
|
|
- Cleaned up is_array() to isset() && is_array()
|
|
* tbl_change.php3:204
|
|
- $type_nowrap added to case 'timestamp'
|
|
* lang/estonian.inc.php3 updates, thanks to Alvar Soome (#570330)
|
|
- Last fix for $strConfigFileError done as well
|
|
|
|
2002-06-17 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* lang/finnish.inc.php3 updates: thanks to Visa Kopu (#569317)
|
|
* lang/italian.inc.php3 update: thanks to Pietro Danesi (#569424)
|
|
|
|
2002-06-17 Marc Delisle <lem9@users.sourceforge.net>
|
|
* scripts/create-release.sh: the I option in tar for bzip output
|
|
is deprecated and no longer works on sourceforge, use j
|
|
* lang/french.inc.php3: updates
|
|
* user_password.php3: parse error as reported by Olivier
|
|
* libraries/relation.lib.php3: pmadb can be left blank
|
|
|
|
2002-06-16 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/sync_lang.sh: new script thanks to Michal Cihar
|
|
* Documentation.html: typos
|
|
* lang/hebrew.inc.php3 updates: thanks to Yuval Sarna
|
|
* lang/turkish.inc.php3 updates: thanks to Bora Alioglu
|
|
|
|
2002-06-15 Mike Beck <mikebeck@users.sourceforge.net>
|
|
more changes because of new centralized db for pma
|
|
* db_details_structure.php3
|
|
* pdf_pages.php3
|
|
* pdf_schema.php3
|
|
* libraries/display_tbl.lib.php3
|
|
now also honour new place of relationtables
|
|
* Documentation.html
|
|
* Documentation.txt
|
|
described new db and tables
|
|
* db_details_links.php3
|
|
- put the link to tbl_qbe in topnavigation
|
|
* tbl_relation.php3
|
|
writing of column_comments possible
|
|
* tbl_printview.php3
|
|
column_comments will be displayed
|
|
* relation.lib.php3
|
|
new function: getComments($db,$table)
|
|
|
|
2002-06-15 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/romanian.inc.php3 updates, thanks to Valics Lehel
|
|
* lang/lithuanian.inc.php3 updates, thanks to Vilius Zigmantas
|
|
* lang/polish.inc.php3 updates, thanks to Jakub Wilk
|
|
* lang/ukrainian.inc.php3 updates, thanks to Markijan Baran
|
|
* lang/spanish.inc.php3, catala.inc.php3 updates, thanks to Xavier Navarro
|
|
* lang/czech* updates, thanks to Michal Cihar
|
|
* lang/norwegian.inc.php3 updates, thanks to Sven-Erik Andersen
|
|
* lang/swedish.inc.php3 updates, thanks to Björn T. Hallberg
|
|
|
|
2002-06-15 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/thai.inc.php3: Updates, thanks again to Arthit Suriyawongkul.
|
|
* lang/albanian.inc.php3: Updates, thanks again to Laurent Dhima.
|
|
* lang/german*.inc.php3: Translated $strComments.
|
|
* config.inc.php3: Changed default values of some directives.
|
|
|
|
2002-06-15 Mike Beck <mikebeck@users.sourceforge.net>
|
|
started putting the relationtables in a central db
|
|
with the bookmarktable
|
|
* config.inc.php3
|
|
- renamed $cfg['Servers'][$i]['bookmarkdb'] to
|
|
$cfg['Servers'][$i]['pmadb']
|
|
- allready added $cfg['Servers'][$i]['column_comments']
|
|
* tbl_relation.lib.php3 new file
|
|
- PMA_getRelationsParam(): get and test config
|
|
- getForeigners() get an array of tables/fields
|
|
related to the one you supply
|
|
- getDisplayField() get the tables display column
|
|
- PMA_query_as_cu() query the pmadb using the controluser
|
|
if possible, otherwise normal user
|
|
changes to use new place of tables are allready finished for
|
|
those files:
|
|
* tbl_relation.php3
|
|
* db_details_structure.php3
|
|
* pdf_pages.php3
|
|
* tbl_qbe.php3
|
|
|
|
2002-06-14 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/german.inc.php3: Updates.
|
|
* libraries/select_lang.lib.php3, lang/german-utf8.inc.php3:
|
|
Added German UTF-8 file.
|
|
* lang/italian.inc.php3: Updates, thanks again to
|
|
Pietro Danesi <danone at users.sourceforge.net>.
|
|
* libraries/user_details.js: Fixed a sytax error.
|
|
|
|
2002-06-14 Marc Delisle <lem9@users.sourceforge.net>
|
|
* big patch for charset support, all files that call mysql have been
|
|
modified; thanks to Michal Cihar.
|
|
|
|
2002-06-14 Mike Beck <mikebeck@users.sourceforge.net>
|
|
* tbl_qbe: Bugfixing
|
|
- Don't try to use a generated SQL Statement without
|
|
a SELECT (if none of the Columns is marked as display
|
|
this could happen)
|
|
- if no LEFT JOINS are generated make sure that the
|
|
array containing tablenames is unique
|
|
|
|
2002-06-12 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/turkish.inc.php3: Updates, thanks again to
|
|
Bora Alioglu <bora@risc01.ktu.edu.tr>.
|
|
* lang/german.inc.php3: Translated $strMissingBracket.
|
|
* lang/english.inc.php3: Reordered strings.
|
|
* config.inc.php3:
|
|
- Use hex codes for colors;
|
|
- Removed a dublicate.
|
|
|
|
2002-06-12 Mike Beck <mikebeck@users.sourceforge.net>
|
|
Syntaxcoloring for SQL - Statements
|
|
* config.inc.php3 lines 226-,302-
|
|
* libraries/common.lib.php3 lines 34,43,192-,312-,987,1062
|
|
|
|
2002-06-12 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/dutch.inc.php3 updates, thanks to Ivo Teel.
|
|
* lang/slovak-iso.inc.php3 updates, thanks to Lubos Klokner
|
|
|
|
2002-06-11 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/display_tbl.lib.php3: JS fixes, thanks to
|
|
Richard Hornsby <rhornsby at users.sourceforge.net>.
|
|
* Documentation.html: Fixed a typo.
|
|
* lang/german.inc.php3: Updates.
|
|
* lang/italian.inc.php3:
|
|
- Updates, thanks again to
|
|
Pietro Danesi <danone at users.sourceforge.net>.
|
|
- Removed HTML entities.
|
|
|
|
2002-06-11 Marc Delisle <lem9@users.sourceforge.net>
|
|
* pdf_pages.php3, lang/*, Documentation.html: new message with doc
|
|
* lang/hungarian.inc.php3 updates, thanks to Peter Bakondy
|
|
* lang/japanese*.php3 updates, thanks to Yukihiro Kawada
|
|
* lang/lithuanian.inc.php3 updates, thanks to Vilius Zigmantas
|
|
|
|
2002-06-10 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_select.php3, bug with end of lines
|
|
|
|
2002-06-10 Mike Beck <mikebeck@users.sourceforge.net>
|
|
* tbl_select.php3: lines 12-16,111-123,194-199
|
|
- now you can use >= etc.
|
|
|
|
2002-06-09 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/french.inc.php3 updates
|
|
|
|
2002-06-09 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/common.lib.php3: Corrected path to config_import.lib.php3.
|
|
* libraries/common.lib.php3, lang/*.inc.php3, config.inc.php3:
|
|
Catch parse errors in the config file.
|
|
* lang/chinese_*.inc.php3: Converted to Unix line feed format.
|
|
* lang/english.inc.php3: Reordered strings.
|
|
|
|
2002-06-09 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* Initial checkin of base DB-Config code
|
|
|
|
2002-06-08 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/dutch.inc.php3: Updates, thanks to "CaliMonk" <calimonk at gmx.net>.
|
|
* translators.html:
|
|
- Changed Dutch translator.
|
|
- Changed special characters into HTML entities.
|
|
* lang/norwegian.inc.php3: Updates, thanks again to
|
|
Sven-Erik Andersen <sven-erik at users.sourceforge.net>.
|
|
* lang/polish.inc.php3: Small corrections, thanks again to
|
|
Jakub Wilk <ubanus at users.sourceforge.net>.
|
|
* tbl_replace.php3: Fixed bug #564741 (CURDATE doesn't need any arguments).
|
|
|
|
2002-06-07 Marc Delisle <lem9@users.sourceforge.net>
|
|
* translators.html: updates (try to have only one official translator,
|
|
probably the original author, or the one who now sends updates)
|
|
* lang/czech* updates, thanks to Michal Cihar
|
|
* lang/chinese* updates, thanks to Siu Sun
|
|
|
|
2002-06-06 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* Documentation.*:
|
|
- The textarea bug still appears in Mozilla 1.0-final;
|
|
- Fixed a typo;
|
|
- Updated credits.
|
|
* lang/albanian.inc.php3: Updates, thanks again to
|
|
Laurent Dhima <laurent at users.sourceforge.net>.
|
|
* lang/german.inc.php3: Updates, added feedback link.
|
|
|
|
2002-06-05 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/dutch.inc.php3: Updates, thanks to "CaliMonk" <calimonk at gmx.net>.
|
|
* lang/thai.inc.php3: Updates, thanks again to Arthit Suriyawongkul.
|
|
* lang/italian.inc.php3: Updates, thanks again to
|
|
Pietro Danesi <danone at users.sourceforge.net>.
|
|
|
|
2002-06-05 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/polish.inc.php3 updates, thanks to Jakub Wilk
|
|
* lang/ukrainian.inc.php3 updates, thanks to Markijan Baran
|
|
* lang/romanian.inc.php3 updates, thanks to Valics Lehel
|
|
|
|
2002-06-03 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/romanian.inc.php3 updates, thanks to Valics Lehel
|
|
* lang/indonesian.inc.php3 updates, thanks to Rachim Tamsjadi
|
|
|
|
2002-06-03 Mike Beck <mike.beck@ibmiller.de>
|
|
* pdf_pages.php3
|
|
- new page to add and edit pdf pages
|
|
* db_details_structure.php3 lines 452-482
|
|
- added a link to pdf_pages
|
|
- if pdf_pages exist offer to create pdfs
|
|
* pdf_schema.pdf lines lines 374-380,422-455,805-820
|
|
- changed to work with the table_coords table
|
|
- show primary_key and display_field in different color
|
|
* config.inc.php3 lines 55,80,103
|
|
- added a new servervariable $cfg['Servers'][$i]['table_coords']
|
|
* Documentation.html line 593-770,1884-1920
|
|
- added and changed Doku for Creating PDFs
|
|
|
|
|
|
2002-06-02 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* libraries/display_tbl.inc.php3, line 1413: xhtml fix.
|
|
* libraries/fpdf/fpdf.php3: light optimizations and fixes.
|
|
* sql.php3, lines 509-522: do print the page in "printview" mode.
|
|
* scripts/check_lang.php3: added this script which goal is to ensure
|
|
all languages files are valid.
|
|
* Documentation.html; main.php3; translators.html: feature request #539644
|
|
(Translation feedback link).
|
|
|
|
2002-06-01 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* db_details_structure.php3, lines 440-441; Documentation.html;
|
|
pdf_schema.php3; libraries/fpdf/*:
|
|
- updated the FPDF library to the 1.5 revision;
|
|
- rewrote it to make it PHP3 and xhtml compliant;
|
|
- coding standards.
|
|
* read_dump.php3, lines 245-252: improved the "open_basedir" handling.
|
|
|
|
2002-06-01 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/indonesian.inc.php3: Updates, thanks to Rachim Tamsjadi.
|
|
* lang/italian.inc.php3: Updates, thanks again to
|
|
Pietro Danesi <danone at users.sourceforge.net>.
|
|
* lang/german.inc.php3: Small corrections.
|
|
* lang/polish.inc.php3: Updates, thanks to
|
|
Jakub Wilk <ubanus at users.sourcefore.net>.
|
|
* header_printview.inc.php3, libraries/display_tbl.inc.php3:
|
|
- Beautified generated code;
|
|
- XHTML / CSS fixes.
|
|
|
|
2002-05-31 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/german.inc.php3: Small corrections.
|
|
* sql.php3, header_printview.inc.php3, libraries/display_tbl.inc.php3,
|
|
lang/*.inc.php3: Implemented one part of feature #472038:
|
|
Print view for SQL results (features #523325, #562505).
|
|
|
|
2002-05-30 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/albanian.inc.php3: Updates, thanks again to
|
|
Laurent Dhima <laurent at users.sourceforge.net>.
|
|
|
|
2002-05-29 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/german.inc.php3: Translated $strPdfDbSchema.
|
|
* lang/italian.inc.php3: Updates, thanks again to
|
|
Pietro Danesi <danone@users.sourceforge.net>.
|
|
|
|
2002-05-28 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* pdf_schema.php3; lang/*.inc.php3: beautified the generated page.
|
|
|
|
2002-05-27 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* lang/czech*.inc.php3: Updated, thanks to Michal Cihaø.
|
|
|
|
2002-05-27 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/estonian.inc.php3: Updates, thanks to
|
|
Alvar Soome <finsoft at users.sourceforge.net>.
|
|
* README: Updated requirements.
|
|
|
|
2002-05-26 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* header.inc.php3, config.inc.php3, Documentation.html, images/bkg.gif,
|
|
images/vertical_line.gif:
|
|
- Made it possible to specify a background image for the right frame.
|
|
- Renamed 'images/bkg.gif' to 'images/vertical_line.gif'.
|
|
* Documentation.html: The external global variables don't exist anymore
|
|
since PHP 4.2.0!
|
|
|
|
2002-05-26 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* scripts/create-release.sh, line 60: added the "-P" option (prune empty
|
|
directory) for the cvs checkout.
|
|
* sql.php3:
|
|
- fixed a warning thanks to
|
|
Svetlio Kovachev <svetlio at users.sourceforge.net>;
|
|
- coding standards.
|
|
* libraries/auth/cookies.auth.php3: improved a bit the detection mechanism.
|
|
|
|
2002-05-25 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* libraries/common.lib.php3:
|
|
- fixed a PHP3 bug and warnings;
|
|
- optimized a bit;
|
|
- coding standards.
|
|
* lang/english.inc.php3; lang/french.inc.php3: sorted.
|
|
* header.inc.php3: enforce relative url in CSS.
|
|
* tbl_relation.php3:
|
|
- fixed an error when $cfg['Server']['table_info'] is not valid;
|
|
- optimized a bit;
|
|
- removed an "onchange" js handler to lower server charge.
|
|
* pdf_schema.php3; fpdf/*; libraries/fpdf/*: moved the "fpdf" directory in
|
|
the "libraries" one.
|
|
* read_dump.php3, lines 255-256: path must use "\" under winwin.
|
|
|
|
2002-05-25 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/italian.inc.php3: Updates, thanks again to
|
|
Pietro Danesi <danone@users.sourceforge.net>.
|
|
* lang/german.inc.php3: Updates.
|
|
|
|
2002-05-24 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* header.inc.php3, images/bkg.gif: Tried to "fix" bug (?) #558155.
|
|
* Documentation.*: The Mozilla textarea bug also appears in Mozilla 1.0-RC3.
|
|
|
|
2002-05-24 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/*.php3, libraries/common.lib.php3: new features EXPLAIN
|
|
and "Create PHP Code", thanks to Mike Beck
|
|
(TODO: avoid executing the query again)
|
|
* sql.php3: $is_analyse was sometimes undefined
|
|
* tbl_alter.php3: go back to structure sub-page
|
|
|
|
2002-05-24 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* config.inc.php3; db_details_links.php3; db_search.php3;
|
|
Documentation.html; lang/*; libraries/common.lib.php3: patch #554925
|
|
- Search into database, thanks to Thomas Chaumeny <chaume92 at aol.com>.
|
|
* libraries/functions.js, lines 15-17: fixed bug #559815 - Javascript
|
|
problem with Opera.
|
|
* sql.php3, line 213; tbl_properties_structure.php3, lines 541-549; lang/*;
|
|
libraries/display_tbl.lib.php3, lines 71-74: patch #559618 - procedure
|
|
analyse(), thanks to Mike Beck.
|
|
|
|
2002-05-23 Marc Delisle <lem9@users.sourceforge.net>
|
|
* Documentation.html, config.inc.php3, db_details_structure.php3,
|
|
pdf_schema.php3: new 'table_coords' because a table can appear
|
|
on more than one PDF page
|
|
* tbl_relation.php3, lang/*.php3: strChangeDisplay for display
|
|
field maintenance, thanks to Mike Beck
|
|
|
|
2002-05-23 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* Documentation.*: The Mozilla textarea bug also appears in
|
|
Mozilla 1.0-RC2 and Netscape 7.0-PR1.
|
|
|
|
2002-05-22 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* libraries/display_tbl.lib.php3: fixed possible errors with special
|
|
characters in tables names.
|
|
* header.inc.php3, lines 25-26; left.php3, lines 47-48: fixed Apache 2+
|
|
& PHP 4.2+ HTTP header bug.
|
|
|
|
2002-05-22 Marc Delisle <lem9@users.sourceforge.net>
|
|
* Documentation.html, config.inc.php3, db_details_structure.php3,
|
|
pdf_schema.php3, libraries/display_tbl.lib.php3: PMA_pdf_table_position
|
|
renamed to PMA_table_info, "foreign_display_field" moved from
|
|
PMA_relation to PMA_table_info (once per table)
|
|
* lang/indonesian.inc.php3 updates thanks to Rachim Tamsjadi
|
|
(tamsjadi at icqmail.com)
|
|
|
|
2002-05-21 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* ldi_table.php3, line 44: beautified generated html.
|
|
* tbl_properties_options.php3: fixed display errors with IE5.
|
|
* lang/portuguese.inc.php3; lang/italian.inc.php3: updated thanks to usual
|
|
translators.
|
|
|
|
2002-05-21 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/chinese*: updated thanks to Siu Sun
|
|
|
|
2002-05-19 Marc Delisle <lem9@users.sourceforge.net>
|
|
* read_dump.php3, bug 556105: do not execute a bookmark if asked to
|
|
only view it
|
|
|
|
2002-05-19 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/german.inc.php3:
|
|
- Updated serveral untranslated strings.
|
|
- Better translation.
|
|
* lang/albanian.inc.php3, libraries/select_lang.lib.php3:
|
|
New translation, thanks to Laurent Dhima <laurenti@users.sourceforge.net>.
|
|
* ldi_table.php3: Added labels for checkboxes.
|
|
|
|
2002-05-18 Marc Delisle <lem9@users.sourceforge.net>
|
|
* pdf_schema.php3: corrections by Loïc; and I fix the undefined variables
|
|
* Documentation.html: PMA_relation, PMA_pdf_table_position, varchar(64)
|
|
|
|
2002-05-18 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/display_tbl.lib.php3, line 1006: if a binary record contains
|
|
some html special characters, display was not xhtml compilant.
|
|
|
|
2002-05-18 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* libraries/common.lib.php3; libraries/ip_allow_deny.lib.php3:
|
|
- exported the "IP-based Allow/Deny" code in a distinct library;
|
|
- coding standards;
|
|
- improved PHP3 compliance;
|
|
- better ip checking.
|
|
* Documentation.html: typos and line sizes.
|
|
* tbl_qbe.php3: cleanup.
|
|
* fpdf/*: removed ^M.
|
|
* fpdf/fpdf.php3, lines 1205+: ensure user agent is detected whatever are
|
|
the PHP version and the "register globals" value.
|
|
* pdf_schema.php3; lang/*: coding standards and PDF error handling.
|
|
* config_import.lib.php3: fixed a parse error.
|
|
|
|
2002-05-17 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* config.inc.php3, libraries/common.lib.php3: IP-based Allow/Deny code
|
|
from feature #484158
|
|
* Documentation.*: feature #484158 documented
|
|
|
|
2002-05-17 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_change.php3, bug 556296: field size for int
|
|
* tbl_qbe.php3, adjust drop-down width, thanks to Mike Beck
|
|
|
|
2002-05-17 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* db_details_structure.php3, lines 442: does not display the "data scheme"
|
|
form if there is no table in the database.
|
|
* db_details_structure.php3, lines 446-458;
|
|
tbl_properties_options.php3, lines 119-143: beautified generated code.
|
|
* libraries/build_dump.php3, lines 70-75: fixed bug #551682 - PMA ignores
|
|
case of table names under winwin, thanks to
|
|
Pawe³ Szczepañski <pauluz at users.sourceforge.net>.
|
|
* libraries/display_tbl.lib.php3, line 1006: if a binary record contains
|
|
some html tags, display was broken. Thanks to
|
|
SailorMax <max at elcor.lv>.
|
|
* lang/italian.inc.php3: updated, thanks to Pietro Danesi.
|
|
|
|
2002-05-16 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* db_details_structure.php3; Documentation.html: coding standards.
|
|
|
|
2002-05-14 Marc Delisle <lem9@users.sourceforge.net>
|
|
* pdf_schema.php3, db_details_structure.php3, lang/*, fpdf/*,
|
|
Documentation.html: new feature: pdf schema output,
|
|
thanks to Maxime Delorme (delorme.maxime at free.fr)
|
|
and to Olivier Plathey (www.fpdf.org)
|
|
(todo: scaling choice)
|
|
|
|
2002-05-13 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* left.php3, libraries/common.lib.php3: fixed xhtml bugs and optimized the
|
|
fix against bug #546011 (Navigation tooltips).
|
|
* lang/arabic.inc.php3: updated thanks to Tarik kallida.
|
|
|
|
2002-05-13 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/hungarian.inc.php3 updates, thanks to Péter Bakondy
|
|
|
|
2002-05-09 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* .cvsignore, libraries/common.lib.php3: Feature to stop developers
|
|
commiting their config.inc.php3 so easily.
|
|
|
|
2002-05-09 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* left.php3, libraries/common.lib.php3:
|
|
Fixed bug #546011 (Navigation tooltips).
|
|
* lang/german.inc.php3: Updates.
|
|
|
|
2002-05-08 Marc Delisle <lem9@users.sourceforge.net>
|
|
* Documentation.html: update example for foreign_display_field
|
|
* display_tbl.lib.php3: more room for record number
|
|
|
|
2002-05-08 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* lang/english.inc.php3; lang/french.inc.php3;
|
|
libraries/build_dump.lib.php3: fixed bug #552486 - row count starts at 1?
|
|
|
|
2002-05-07 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* tbl_relation.php3; libraries/display_tbl.lib.php3: added backquotes and
|
|
slashed some values.
|
|
* lang/italian.inc.php3: updated, thanks to Pietro Danesi.
|
|
|
|
2002-05-06 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/romanian.inc.php3 updates thanks to Valics Lehel
|
|
* lang/*, tbl_relation.php3, Documentation.html,
|
|
libraries/display_tbl.lib.php3: foreign_display_field
|
|
|
|
2002-05-05 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* lang/thai.inc.php3: completed thanks to Arthit Suriyawongkul &
|
|
Warit Wanasathian.
|
|
* tbl_dump.php3; libraries/build_dump.lib.php3: enabled the ability to
|
|
export only some records in xml format.
|
|
* tbl_properties_export.php3: nicer display.
|
|
* ldi_table.php3; tbl_select.php3: added top menu.
|
|
|
|
2002-05-05 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* db_details_links.php3, tbl_properties_links.php3, lang/*.inc.php3:
|
|
Use "SQL" instead of "home" as link name.
|
|
* tbl_properties_export.php3: Added XML export option.
|
|
* tbl_dump.php3: Beautified XML output.
|
|
* lang/german.inc.php3: Better translation for $strDumpXRows.
|
|
|
|
2002-05-04 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* user_details.php3, line 984: do not use "mysql_result" if the query
|
|
fails.
|
|
* libraries/auth/cookie.auth.lib.php3: fixed an infinite loop problem.
|
|
* tbl_qbe.php3: cleaned up a bit.
|
|
* lang/chinese-*: updated thanks to Siu Sun.
|
|
|
|
2002-05-03 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* lang/italian.inc.php3: updated, thanks to Pietro Danesi.
|
|
* tbl_properties.php3; tbl_properties_export.php3;
|
|
tbl_properties_operations.php3; tbl_properties_options.php3;
|
|
tbl_properties_strucuture.php3:
|
|
- messages are now displayed if a query had been submitted to change some
|
|
options or to sort the table;
|
|
- pursuit the "stay on the sub-pages as long as needed" work.
|
|
* db_details.php3; db_details_export.php3; db_details_strucuture.php3:
|
|
pursuit the "stay on the sub-pages as long as needed" work.
|
|
* libraries/auth/cookie.auth.lib.php3, lines 386-392: fixed bug #551898 -
|
|
Cookie auth and cookies refused.
|
|
|
|
2002-05-02 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* lang/*.inc.php3: cleanup.
|
|
* db_details.php3, line 38; db_details_links.php3, line 41: the start db
|
|
details page couldn't be reached with an empty database.
|
|
|
|
2002-05-02 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* tbl_properties_export.php3, lang/*.inc.php3: Clarified the interface.
|
|
* lang/italian.inc.php3: Updates, thanks again to
|
|
Pietro Danesi <danone@users.sourceforge.net>.
|
|
* lang/german.inc.php3: Updates.
|
|
|
|
2002-05-01 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_properties.php3, tbl_properties_links.php3,
|
|
new tbl_properties_structure, lang/*.php3: Structure page
|
|
(todo: - stay on the sub-pages as long as needed)
|
|
* tbl_qbe.php3: last changes from Mike Beck
|
|
* new tbl_relation.php3 (relation management), thanks to Mike Beck
|
|
|
|
2002-05-01 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* tbl_properties.php3; tbl_properties_table_info.php3: comments.
|
|
* tbl_properties_options.php3: added labels and beautified display.
|
|
* db_stats.php3, lines 12-22: ensure this script can only be ran by a
|
|
super-user.
|
|
* libraries/grab_globals.lib.php3: fixed a bug with the "extact()" function
|
|
under php 3.0.12 thanks to Kris Wood <kris at navi.net>.
|
|
* libraries/common.lib.php3, line 791: fixed a warning thanks to
|
|
Kris Wood <kris at navi.net>.
|
|
* mosts scripts: optimization - do not call "mysql_numrows",
|
|
"mysql_results" and "mysql_fetch_array" on invalid queries.
|
|
* db_details*.php3; mult_submits.inc.php3; sql.php3: splitted the large
|
|
"database details" page in parts.
|
|
* tbl_properties_links.php3: optimized (less server work).
|
|
* tbl_dump.php3, lines 308-309: exporting a database with one table from
|
|
the "database details" page doesn't export the table.
|
|
|
|
2002-04-30 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* lang/italian.inc.php3: updated thanks to Pietro Danesi.
|
|
|
|
2002-04-30 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_qbe.php3, try to make it work again
|
|
* tbl_properties.php3, tbl_properties_table_info.php3,
|
|
tbl_properties_options.php3: support for 3 MyISAM table options
|
|
|
|
2002-04-30 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/german.inc.php3: Clarification ($strFlushTable).
|
|
|
|
2002-04-29 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* lang/italian.inc.php3; lang/portuguese.inc.php3: updated thanks to
|
|
usual translators.
|
|
* tbl_qbe.php3: code was broken and warnings.
|
|
* user_details.php3, line 1343: fixed bug #549887 - Db name with "\_"
|
|
changed when granting.
|
|
|
|
2002-04-29 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* tbl_dump.php3, lines 347, 348: Fixed a bug concerning the
|
|
file extensions of XML files in ZIP archives.
|
|
* lang/german.inc.php3: Translated $strOptions.
|
|
* tbl_properties_operations.php3: Added documentation link for 'FLUSH'.
|
|
* header.inc.php3, tbl_properties_links.php3: New link design.
|
|
* header.inc.php3: removed db_stats link.
|
|
|
|
2002-04-29 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_qbe.php3: corrections from Mike Beck for better joins
|
|
when more than one table is the master in a relation
|
|
* tbl_properties_links.php3, tbl_properties_operations.php3,
|
|
new tbl_properties_options.php3, lang/*: new Options page
|
|
(will grow when Feature request 441716 is done)
|
|
|
|
2002-04-28 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_properties.php3, new tbl_properties_common.php3:
|
|
start the split
|
|
* tbl_properties.php3, new tbl_properties_export.php3,
|
|
tbl_properties_links.php3, lang/*.php3: export is splitted
|
|
* new tbl_properties_table_info, to be able to display links
|
|
on the export page
|
|
* new tbl_properties_operations.php3
|
|
|
|
2002-04-28 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* header.inc.php3, lines 162-170: Improved patch #548696.
|
|
* db_details.php3, tbl_dump.php3, lang/*.php3,
|
|
libraries/build_dump.lib.php3: XML exports (experimental).
|
|
* tbl_dump.php3: improved PHP3 compatibility.
|
|
|
|
2002-04-28 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* tbl_properties.php3, line 395: replaced a "require" by an include.
|
|
* tbl_properties_links.php3: beautified code.
|
|
* db_details.php3, tbl_change.php3, tbl_properties.php3, user_details.php3:
|
|
xhtml fixes.
|
|
* lang/slovak-win1250.inc.php3: updated thanks to Peter Svec.
|
|
* tbl_qbe.php3, line 732: fixed again a warning.
|
|
* tbl_addfield.php3; tbl_alter.php3: fixed bug #548495 - Alter table not
|
|
replicate.
|
|
* db_stats.php3; libraries/functions.js: added a check/uncheck all feature.
|
|
* tbl_properties.php3; tbl_properties_operations.php3: moved tables
|
|
comments and type features and referential integrity checkings to the
|
|
"table operations" page.
|
|
* config.inc.php3, lines 184-185; db_details.php3, line 572;
|
|
Documentation.html, lines 916-917; tbl_properties.php3, line 556:
|
|
emphasized the sql query texteareas.
|
|
|
|
2002-04-27 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_properties.php3, new tbl_properties_links.php3:
|
|
remove duplicate links code.
|
|
|
|
2002-04-27 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* Recompressed old ChangeLog without saving its path in the archive.
|
|
* header.inc.php3:
|
|
- Patch #548696 (DB/Table titles should be links), thanks to
|
|
Ray Black <allah03@users.sourceforge.net>.
|
|
- lines: 161-164: Undefined variable.
|
|
* common.lib.php3, lines 162, 163, 435-437: Fixed bug #549570
|
|
(Strange error if controluser is invalid).
|
|
|
|
2002-04-27 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* Documentation.html:
|
|
- xhtml fixes;
|
|
- added a faq entry about bug #547064 (JS error with textareas under
|
|
Mozilla).
|
|
* libraries/display_tbl.lib.php3; libraries/functions.js: better fix
|
|
against bug #547384 (Marker Color can't equal Pointer Color).
|
|
* libraries/auth/config.auth.lib.php3, line 111: fixed a header problem.
|
|
* scripts/create-release.sh: improved so a CVS branch tag may be used.
|
|
* lang/croatian-*; libraries/select_lang.lib.php3: new Croatian
|
|
translations thanks to Sime Essert <sime@nofrx.org>.
|
|
* tbl_properties.php3, lines 1238-1240: fix new fields names in the
|
|
relation table.
|
|
* tbl_printview.php3; tbl_qbe.php3: optimization, warnings and coding
|
|
standards.
|
|
* header.inc.php3, lines 166-172: xhtml fixes.
|
|
* Compressed ChangeLog till the 2.2.6 release.
|
|
|
|
2002-04-26 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* ## created 2.2.7 branch into the CVS tree ##
|
|
* lang/nowegian.inc.php: updated thanks to Sven-Erik Andersen.
|
|
* lang/brazilian_portuguese.inc.php3: updated thanks to Renato Lins.
|
|
* sql.php3; tbl_replace.php3: patch #547030 - file_exists $goto thanks to
|
|
Melvyn Sopacua <nyvlem at users.sourceforge.net>.
|
|
* libraries/common.lib.php3, line 70: "invalid" path.
|
|
* tbl_printview.php3; tbl_qbe.php3: coding standards and warnings.
|
|
|
|
2002-04-26 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_qbe.php3: automatic joins from Relation table, thanks
|
|
to Mike Beck (mike.beck at ibmiller.de)
|
|
(experimental: some things remain to be tested)
|
|
* Documentation.html: example for automatic joins
|
|
* tbl_qbe.php3, tbl_printview.php3, libraries/display_tbl.lib.php3,
|
|
Documentation.html: rename fields in the relation table
|
|
|
|
2002-04-26 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/common.lib.php3: fixed a controluser bug.
|
|
* libraries/display_tbl.lib.php3: fixed bug #547384 (Marker Color can't
|
|
equal Pointer Color)
|
|
|
|
2002-04-25 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/italian.inc.php3: updated, thanks again to Pietro Danesi.
|
|
|
|
2002-04-24 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_*.php3: $cfg system changes
|
|
|
|
2002-04-24 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/*, lang/*: $cfg system changes.
|
|
* libraries/common.lib.php3, libraries/select_lang.lib.php3,
|
|
libraries/config_import.lib.php3: Config file backwards compatibility.
|
|
|
|
2002-04-24 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* *.php3 NOT tbl_*.php, Documentation.*: $cfg system changes.
|
|
* scripts/extchg.sh: Updated URL
|
|
* scripts/convertcfg.pl: Conversion between old config files and new ones.
|
|
* scripts/*: Updated comments somewhat
|
|
* tbl_dump.php3:121: renamed $cfgServer_backup to $backup_cfgServer
|
|
* user_details.php3: forgot to change $GLOBALS['cfgXYZ'] to $GLOBALS['cfg']['XYZ']
|
|
* libraries/common.lib.php3: a single $cfgServer instance was forgotten
|
|
|
|
2002-04-23 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_printview.php3, lang/*.php3: Relation links in printview,
|
|
thanks to Mike Beck (mike.beck at ibmiller.de)
|
|
|
|
2002-04-23 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/common.lib.php3: fixed bug #547605 using Loïc's patch.
|
|
* tbl_printview.php3: Fixed a small bug, some php and XHTML 1.0 errors and
|
|
beautified the generated code.
|
|
* lang/german.inc.php3: Translated the new string.
|
|
* Documentation.html: Changed notes concerning php 4.2.0.
|
|
|
|
2002-04-22 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* lang/slovak-win1250.inc.php3: completed, thanks to Peter Svec.
|
|
|
|
2002-04-22 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/japanese* updates, thanks to Yukihiro Kawada
|
|
|
|
2002-04-22 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/russian-koi8.inc.php3: fixed a typo (bug #546981).
|
|
* lang/german.inc.php3: better syntax.
|
|
* db_details.php3, mult_submits.inx.php3, tbl_properties.php3:
|
|
Use TRUNCATE instead of DELETE when using MySQL 4.
|
|
|
|
2002-04-21 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* main.php3: Restarted work on patch #538740 (get users priv. with
|
|
SHOW GRANTS).
|
|
|
|
2002-04-21 Loïc Chapeaux <lolo@phpheaven.net>
|
|
* libraries/auth/http.auth.lib.php3: tried a fix to allow the use of http
|
|
authentication mode with IIS.
|
|
|
|
2002-04-21 Marc Delisle <lem9@users.sourceforge.net>
|
|
* ### 2.2.6 released ###
|
|
|
|
|
|
--- Older ChangeLogs can be found on our project website ---
|
|
http://www.phpmyadmin.net/ChangeLogs/
|