docs fixes, removed contents of CREDITS (is in Documentation.html)
This commit is contained in:
94
CREDITS
94
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 <tobias@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
|
||||
|
||||
[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
|
||||
|
||||
[lc] - Lo<4C>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
|
||||
|
||||
[mg] - Mirko Giese <mgiese@users.sourceforge.net>
|
||||
|
||||
[rj] - Robin Johnson <robbat2@users.sourceforge.net>
|
||||
* Database maintence controls
|
||||
* Table type code
|
||||
|
||||
[af] - Armel Fauveau <armel.fauveau@globalis-ms.com>
|
||||
* Bookmarks feature
|
||||
* Multiple dump feature
|
||||
* Gzip dump feature
|
||||
|
||||
[gl] - Geert Lund <glund@silversoft.dk>
|
||||
[kc] - Korakot Chaovavanich <korakot@iname.com>
|
||||
[pk] - Pete Kelly <webmaster@trafficg.com>
|
||||
[sa] - Steve Alberty <alberty@neptunlabs.de>
|
||||
* rewrote dump code for PHP4
|
||||
* MySQL Table Statistics
|
||||
|
||||
[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:
|
||||
Ricardo ?, Sven-Erik Andersen, Alessandro Astarita, Borges Botelho,
|
||||
Olivier Bussier, Michal Cihar, Neil Darlow, Kristof Hamann, Thomas Kl<4B>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 <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
|
||||
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.
|
||||
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.
|
||||
|
@@ -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<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* tbl_change.php3: do not modify blob/binaries if $cfgProtectBlob is true,
|
||||
|
@@ -81,9 +81,7 @@
|
||||
<li>Local documents:
|
||||
<ul>
|
||||
<li>Version history: <a class="navigation" href="ChangeLog">ChangeLog</a></li>
|
||||
<li>Installation instructions: <a class="navigation" href="INSTALL">INSTALL</a></li>
|
||||
<li>General notes: <a class="navigation" href="README">README</a></li>
|
||||
<li>Credits information: <a class="navigation" href="CREDITS">CREDITS</a></li>
|
||||
<li>License: <a class="navigation" href="LICENSE">LICENSE</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -110,7 +108,7 @@
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
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 <font color="#bb0000">you should not run this script with
|
||||
PHP3 < 3.0.8</font>.<br />
|
||||
@@ -195,7 +193,7 @@
|
||||
|
||||
<p>Quick Install:</p>
|
||||
<ol>
|
||||
<li> Untar or unzip the distribution (be sure to untar the subdirectories):
|
||||
<li> Untar or unzip the distribution (be sure to unzip the subdirectories):
|
||||
<tt>tar xzvf phpMyAdmin_x.x.x.tar.gz</tt></li>
|
||||
<li> 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.</li>
|
||||
</ol>
|
||||
|
||||
<p>Installation notes:</p>
|
||||
<ul>
|
||||
<li>
|
||||
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:<br />
|
||||
|
||||
<a class="navigation" href="http://www.apacheweek.com/features/userauth">http://www.apacheweek.com/features/userauth</a><br />
|
||||
</li>
|
||||
<li>
|
||||
If you don't use the extension ".php3" for your scripts, you can use
|
||||
the bundled script <i>scripts/extchg.sh</i> 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).
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>Upgrading from an older version:</p>
|
||||
<ul>
|
||||
<li> 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.</li>
|
||||
@@ -702,9 +678,7 @@
|
||||
<tt>cvs -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin login</tt><br />
|
||||
[Password: simply press the Enter key]<br />
|
||||
<tt>cvs -z3 -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin checkout phpMyAdmin</tt><br />
|
||||
or<br />
|
||||
<tt>cvs -z3 -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin checkout phpMyAdmin-devel</tt><br />
|
||||
[This will create a new sub-directory named phpMyAdmin or phpMyAdmin-devel]
|
||||
[This will create a new sub-directory named phpMyAdmin]
|
||||
</li>
|
||||
<li>
|
||||
add your stuff
|
||||
@@ -857,7 +831,7 @@
|
||||
|
||||
|
||||
<!-- DEVELOPERS -->
|
||||
<a name="Developers"></a><br />
|
||||
<a name="developers"></a><br />
|
||||
<hr noshade="noshade" width="100%" />
|
||||
<font size="+1">
|
||||
<a class="navigation2" href="#top">Top</a> -
|
||||
@@ -926,9 +900,7 @@
|
||||
<tt>cvs -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin login</tt><br />
|
||||
[Password: simply press the Enter key]<br />
|
||||
<tt>cvs -z3 -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin checkout phpMyAdmin</tt><br />
|
||||
or<br />
|
||||
<tt>cvs -z3 -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin checkout phpMyAdmin-devel</tt><br />
|
||||
[This will create a new sub-directory named phpMyAdmin or phpMyAdmin-devel]
|
||||
[This will create a new sub-directory named phpMyAdmin]
|
||||
</li>
|
||||
<li>
|
||||
add your stuff
|
||||
@@ -964,50 +936,62 @@
|
||||
<h2>Credits</h2>
|
||||
|
||||
<pre>
|
||||
|
||||
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<4C>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<4C>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,
|
||||
|
Reference in New Issue
Block a user