diff --git a/CREDITS b/CREDITS index 9b9831b7f..6506d4d7e 100644 --- a/CREDITS +++ b/CREDITS @@ -4,96 +4,6 @@ $Id$ phpMyAdmin - Credits ==================== -CREDITS, in chronological order -------------------------------- + Please have a look to the Documentation.txt or + Documentation.html files. -[tr] - Tobias Ratschiller - * creator of the phpmyadmin project - * maintainer from 1998 to summer 2000 - -[md] - Marc Delisle - * multi-language version - * various fixes - -[om] - Olivier Müller - * started sourceforge phpMyAdmin project - * sync'ed different existing CVS trees with - new features and bugfixes - * current project maintainer, with Marc and Loic - -[lc] - Loïc Chapeaux - * rewrote and optimized javascript, DHTML and DOM stuff - * started to rewrite the scripts so they fit the PEAR coding standards - and generate XHTML1.0 and CSS2 compliant codes - * improved the language detection system - * bugfixes - -[mg] - Mirko Giese - -[rj] - Robin Johnson - * Database maintence controls - * Table type code - -[af] - Armel Fauveau - * Bookmarks feature - * Multiple dump feature - * Gzip dump feature - -[gl] - Geert Lund -[kc] - Korakot Chaovavanich -[pk] - Pete Kelly -[sa] - Steve Alberty - * rewrote dump code for PHP4 - * MySQL Table Statistics - -[bg] - Benjamin Gandon - * main author of the version 2.1.0.1 - -The following people have contributed minor changes, enhancements, bugfixes or -or support for a new language since version 2.1.0: -Ricardo ?, Sven-Erik Andersen, Alessandro Astarita, Borges Botelho, -Olivier Bussier, Michal Cihar, Neil Darlow, Kristof Hamann, Thomas Kläger, -Lubos Klokner, Martin Marconcini, Girish Nair, David Nordenberg, -Bernard M. Piller, Laurent Haas, "Sakamoto", www.securereality.com.au, -Michael Tacelosky, Daniel Villanueva, Vinay, Chee Wai, Jakub Wilk, -Thomas Michael Winningham. - - -Original Credits of Version 2.1.0 ---------------------------------- - - This work is based on Peter Kuppelwieser's MySQL-Webadmin. It was his idea - to create a web-based interface to MySQL using PHP3. Although I have not - used any of his source-code, there are some concepts I've borrowed from - him. phpMyAdmin was created because Peter told me he wasn't going to further - develop his (great) tool. - Thanks go to - - Amalesh Kempf who contributed the code for - the check when dropping a table or database. He also suggested that you - should be able to specify the primary key on tbl_create.php3. To version - 1.1.1 he contributed the ldi_*.php3-set (Import text-files) as well as - a bug-report. Plus many smaller improvements. - - Jan Legenhausen : He made many of the changes that were - introduced in 1.3.0 (including quite significant ones like the - authentification). For 1.4.1 he enhanced the table-dump feature. Plus - bug-fixes and help. - - Marc Delisle made phpMyAdmin language- - independent by outsourcing the strings to a separate file. He also - contributed the French translation. - - Alexandr Bravo who contributed tbl_select.php3, - a feature to display only some fields from a table. - - Chris Jackson added support for MySQL functions in - tbl_change.php3. He also added the "Query by Example" feature in 2.0. - - Dave Walton added support for multiple servers and - is a regular contributor for bug-fixes. - - Gabriel Ash contributed the random access features - for 2.0.6. - The following people have contributed minor changes, enhancements, bugfixes - or support for a new language: - Jim Kraai, Jordi Bruguera, Miquel Obrador, Geert Lund, Thomas Kleemann, - Alexander Leidinger, Kiko Albiol, Daniel C. Chao, Pavel Piankov, - Sascha Kettler, Joe Pruett, Renato Lins, Mark Kronsbein, Jannis Hermanns, - G. Wieggers. - - And thanks to everyone else who sent me email with suggestions, bug-reports and - or just some feedback. diff --git a/ChangeLog b/ChangeLog index aae2ca0f0..0974c111f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ $Source$ textarea) the whole file, which could be problematic with large dumps. * db_details: removed $sql_query_cpy stuff (was used by db_readdump.php3). * lang/*: $strInstructions (used in db_readdump.php3). + * Documentation.html, CREDITS: various updates, removed CREDITS contents 2001-08-19 Loïc Chapeaux * tbl_change.php3: do not modify blob/binaries if $cfgProtectBlob is true, diff --git a/Documentation.html b/Documentation.html index b40273660..8fd3ecfe7 100755 --- a/Documentation.html +++ b/Documentation.html @@ -81,9 +81,7 @@
  • Local documents:
  • @@ -110,7 +108,7 @@
    • - phpMyAdmin widely uses the 'str_replace()' php function that was added + PHP3 or PHP4: phpMyAdmin widely uses the 'str_replace()' php function that was added in PHP 3.0.6, but was buggy up until PHP 3.0.8. Then you should not run this script with PHP3 < 3.0.8.
      @@ -195,7 +193,7 @@

      Quick Install:

        -
      1. Untar or unzip the distribution (be sure to untar the subdirectories): +
      2. Untar or unzip the distribution (be sure to unzip the subdirectories): tar xzvf phpMyAdmin_x.x.x.tar.gz
      3. Open the file config.inc.php3 in your favourite editor and change the values for host, user and password to fit your environment. @@ -211,28 +209,6 @@ and your databases, or a login dialog if using advanced authentication.
      -

      Installation notes:

      -
        -
      • - Be sure to protect the phpMyAdmin-directory. By default, it is not - protected in any way! It shouldn't be readable by anyone and - especially not by search-engines. Although I've added a "nofollow" - directive on every page, there may be search-engines that don't - care about that and still follow the links on the page. - Think of AltaVista following a link named "Drop Database". - You can get an overview of Apache's authentification methods at:
        -           - http://www.apacheweek.com/features/userauth
        -
      • -
      • - If you don't use the extension ".php3" for your scripts, you can use - the bundled script scripts/extchg.sh to modify phpMyAdmin (or - any other script) to work with a different extension. Beware though, - that currently changing the extension from .html to something other - won't work (it'd change all "string".htmlspecialchars() constructs). -
      • -
      -

      Upgrading from an older version:

      • Please do not copy your older config.inc.php3 over the new one: it may offer new configuration variables, and the new version may depend on these for normal behavior. It is suggested instead to insert your site values in the new one.
      • @@ -702,9 +678,7 @@ cvs -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin login
        [Password: simply press the Enter key]
        cvs -z3 -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin checkout phpMyAdmin
        -    or
        - cvs -z3 -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin checkout phpMyAdmin-devel
        - [This will create a new sub-directory named phpMyAdmin or phpMyAdmin-devel] + [This will create a new sub-directory named phpMyAdmin]
      • add your stuff @@ -857,7 +831,7 @@ -
        +

        Top  -  @@ -926,9 +900,7 @@ cvs -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin login
        [Password: simply press the Enter key]
        cvs -z3 -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin checkout phpMyAdmin
        -     or
        - cvs -z3 -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin checkout phpMyAdmin-devel
        - [This will create a new sub-directory named phpMyAdmin or phpMyAdmin-devel] + [This will create a new sub-directory named phpMyAdmin]
      • add your stuff @@ -964,50 +936,62 @@

        Credits

        +
        +phpMyAdmin - Credits
        +====================
        +
         CREDITS, in chronological order
         -------------------------------
         
        -[tr] - Tobias Ratschiller <tobias@phpwizard.net>
        -        * creator of the phpmyadmin project
        -        * maintainer from 1998 to summer 2000
        +[tr] - Tobias Ratschiller <tobias_at_phpwizard.net>
        +	* creator of the phpmyadmin project
        +	* maintainer from 1998 to summer 2000
         
        -[md] - Marc Delisle <DelislMa@CollegeSherbrooke.qc.ca>
        -        * multi-language version
        -        * various fixes
        +[md] - Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca>
        +	* multi-language version
        +	* various fixes and improvements
         
        -[om] - Olivier Müller <om@omnis.ch>
        -        * started sourceforge phpMyAdmin project
        -        * sync'ed different existing CVS trees with new features and bugfixes
        -        * current project maintainer, with Marc and Loic
        +[om] - Olivier Müller <om_at_omnis.ch>
        +	* started SourceForge phpMyAdmin project in March 2001
        +	* sync'ed different existing CVS trees with new features and bugfixes
        +	* multi-language improvements, dynamic language selection
        +	* current project maintainer, with Marc and Loic
         
        -[lc] - Loïc Chapeaux <lolo@phpHeaven.net>
        -        * rewrote and optimized javascript, DHTML and DOM stuff
        -        * started to rewrite the scripts so they fit the PEAR coding standards
        -          and generate XHTML1.0 and CSS2 compliant codes
        -        * improved the language detection system
        -        * bugfixes
        +[lc] - Loïc Chapeaux <lolo_at_phpHeaven.net>
        +	* rewrote and optimized javascript, DHTML and DOM stuff
        +	* started to rewrite the scripts so they fit the PEAR coding standards
        +	  and generate XHTML1.0 and CSS2 compliant codes
        +	* improved the language detection system
        +	* many bugfixes and improvements
         
        -[mg] - Mirko Giese <mgiese@users.sourceforge.net>
        +[rj] - Robin Johnson <robbat2_at_users.sourceforge.net>
        +	* database maintence controls
        +	* table type code
         
        -[rj] - Robin Johnson <robbat2@users.sourceforge.net>
        -        * Database maintence controls
        -        * Table type code
        +[af] - Armel Fauveau <armel.fauveau_at_globalis-ms.com>
        +	* bookmarks feature
        +	* multiple dump feature
        +	* gzip dump feature
         
        -[af] - Armel Fauveau <armel.fauveau@globalis-ms.com>
        -        * Bookmarks feature
        -        * Multiple dump feature
        -        * Gzip dump feature
        +[gl] - Geert Lund <glund_at_silversoft.dk>
        +	* various fixes
        +	* moderator of the phpMyAdmin users forum at phpwizard.net
         
        -[gl] - Geert Lund <glund@silversoft.dk>
        -[kc] - Korakot Chaovavanich <korakot@iname.com>
        -[pk] - Pete Kelly <webmaster@trafficg.com>
        +[kc] - Korakot Chaovavanich <korakot_at_iname.com>
        +	* "insert as new row" feature
         
        -[sa] - Steve Alberty <alberty@neptunlabs.de>
        -        * rewrote dump code for PHP4
        -        * MySQL Table Statistics
        +[pk] - Pete Kelly <webmaster_at_trafficg.com>
        +	* bugfixes
        +
        +[sa] - Steve Alberty <alberty_at_neptunlabs.de>
        +	* rewrote dump code for PHP4
        +	* mySQL table statistics
        +	* bugfixes
        +
        +[bg] - Benjamin Gandon <gandon_at_isia.cma.fr>
        +	* main author of the version 2.1.0.1
        +	* bugfixes
         
        -[bg] - Benjamin Gandon <gandon@isia.cma.fr>
        -        * main author of the version 2.1.0.1
         
         The following people have contributed minor changes, enhancements, bugfixes or
         or support for a new language since version 2.1.0:
        @@ -1025,29 +1009,29 @@ Original Credits of Version 2.1.0
             This work is based on Peter Kuppelwieser's MySQL-Webadmin. It was his idea
             to create a web-based interface to MySQL using PHP3. Although I have not
             used any of his source-code, there are some concepts I've borrowed from
        -    him. phpMyAdmin was created because Peter told me he wasn't going to
        -    further develop his (great) tool.
        +    him. phpMyAdmin was created because Peter told me he wasn't going to further
        +    develop his (great) tool.
             Thanks go to
        -    - Amalesh Kempf <ak-lsml@living-source.com> who contributed the code
        -      for the check when dropping a table or database. He also suggested that
        -      you should be able to specify the primary key on tbl_create.php3. To
        -      version 1.1.1 he contributed the ldi_*.php3-set (Import text-files) as
        -      well as a bug-report. Plus many smaller improvements.
        -    - Jan Legenhausen <jan@nrw.net>: He made many of the changes that
        -      were introduced in 1.3.0 (including quite significant ones like the
        +    - Amalesh Kempf <ak-lsml_at_living-source.com> who contributed the code for  
        +      the check when dropping a table or database. He also suggested that you 
        +      should be able to specify the primary key on tbl_create.php3. To version
        +      1.1.1 he contributed the ldi_*.php3-set (Import text-files) as well as
        +      a bug-report. Plus many smaller improvements.
        +    - Jan Legenhausen <jan_at_nrw.net>: He made many of the changes that were
        +      introduced in 1.3.0 (including quite significant ones like the
               authentification). For 1.4.1 he enhanced the table-dump feature. Plus
               bug-fixes and help.
        -    - Marc Delisle <DelislMa@CollegeSherbrooke.qc.ca> made phpMyAdmin
        -      language-independent by outsourcing the strings to a separate file. He
        -      also contributed the French translation.
        -    - Alexandr Bravo <abravo@hq.admiral.ru> who contributed
        -      tbl_select.php3, a feature to display only some fields from a table.
        -    - Chris Jackson <chrisj@ctel.net> added support for MySQL functions
        -      in tbl_change.php3. He also added the "Query by Example" feature in 2.0.
        -    - Dave Walton <walton@nordicdms.com> added support for multiple
        -      servers and is a regular contributor for bug-fixes.
        -    - Gabriel Ash <ga244@is8.nyu.edu> contributed the random access
        -      features for 2.0.6.
        +    - Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca> made phpMyAdmin language-
        +      independent by outsourcing the strings to a separate file. He also
        +      contributed the French translation.
        +    - Alexandr Bravo <abravo_at_hq.admiral.ru> who contributed tbl_select.php3,
        +      a feature to display only some fields from a table.
        +    - Chris Jackson <chrisj_at_ctel.net> added support for MySQL functions in 
        +      tbl_change.php3. He also added the "Query by Example" feature in 2.0.
        +    - Dave Walton <walton_at_nordicdms.com> added support for multiple servers and
        +      is a regular contributor for bug-fixes.
        +    - Gabriel Ash <ga244_at_is8.nyu.edu> contributed the random access features
        +      for 2.0.6.
             The following people have contributed minor changes, enhancements, bugfixes
             or support for a new language:
             Jim Kraai, Jordi Bruguera, Miquel Obrador, Geert Lund, Thomas Kleemann,