various updates

This commit is contained in:
Loïc Chapeaux
2001-08-19 21:00:49 +00:00
parent 5ebfd2d844
commit d47e003edb

View File

@@ -108,8 +108,9 @@
<ul> <ul>
<li> <li>
PHP3 or PHP4: phpMyAdmin widely uses the 'str_replace()' php function that was added PHP3 or PHP4: phpMyAdmin widely uses the 'str_replace()' php function
in PHP&nbsp;3.0.6, but was buggy up until PHP&nbsp;3.0.8. that was added in PHP&nbsp;3.0.6, but was buggy up until
PHP&nbsp;3.0.8.
Then <font color="#bb0000">you should not run this script with Then <font color="#bb0000">you should not run this script with
PHP3&nbsp;&lt;&nbsp;3.0.8</font>.<br /> PHP3&nbsp;&lt;&nbsp;3.0.8</font>.<br />
PHP also needs to be <font color="#bb0000">compiled with mysql PHP also needs to be <font color="#bb0000">compiled with mysql
@@ -957,7 +958,7 @@ CREDITS, in chronological order
* multi-language improvements, dynamic language selection * multi-language improvements, dynamic language selection
* current project maintainer, with Marc and Loic * current project maintainer, with Marc and Loic
[lc] - Lo<4C>c Chapeaux &lt;lolo_at_phpHeaven.net&gt; [lc] - Lo<4C>c Chapeaux &lt;lolo_at_phpheaven.net&gt;
* rewrote and optimized javascript, DHTML and DOM stuff * rewrote and optimized javascript, DHTML and DOM stuff
* started to rewrite the scripts so they fit the PEAR coding standards * started to rewrite the scripts so they fit the PEAR coding standards
and generate XHTML1.0 and CSS2 compliant codes and generate XHTML1.0 and CSS2 compliant codes
@@ -981,6 +982,7 @@ CREDITS, in chronological order
* "insert as new row" feature * "insert as new row" feature
[pk] - Pete Kelly &lt;webmaster_at_trafficg.com&gt; [pk] - Pete Kelly &lt;webmaster_at_trafficg.com&gt;
* rewrote and fix dump code
* bugfixes * bugfixes
[sa] - Steve Alberty &lt;alberty_at_neptunlabs.de&gt; [sa] - Steve Alberty &lt;alberty_at_neptunlabs.de&gt;
@@ -999,8 +1001,8 @@ Ricardo ?, Sven-Erik Andersen, Alessandro Astarita, Borges Botelho,
Olivier Bussier, Michal Cihar, Neil Darlow, Kristof Hamann, Thomas Kl<4B>ger, Olivier Bussier, Michal Cihar, Neil Darlow, Kristof Hamann, Thomas Kl<4B>ger,
Lubos Klokner, Martin Marconcini, Girish Nair, David Nordenberg, Lubos Klokner, Martin Marconcini, Girish Nair, David Nordenberg,
Bernard M. Piller, Laurent Haas, "Sakamoto", www.securereality.com.au, Bernard M. Piller, Laurent Haas, "Sakamoto", www.securereality.com.au,
Michael Tacelosky, Daniel Villanueva, Vinay, Chee Wai, Jakub Wilk, Michael Tacelosky, Daniel Villanueva, Vinay, Ignacio Vazquez-Abrams,
Thomas Michael Winningham. Chee Wai, Jakub Wilk, Thomas Michael Winningham.
Original Credits of Version 2.1.0 Original Credits of Version 2.1.0
@@ -1009,29 +1011,30 @@ Original Credits of Version 2.1.0
This work is based on Peter Kuppelwieser's MySQL-Webadmin. It was his idea 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 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 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 him. phpMyAdmin was created because Peter told me he wasn't going to
develop his (great) tool. further develop his (great) tool.
Thanks go to Thanks go to
- Amalesh Kempf &lt;ak-lsml_at_living-source.com&gt; who contributed the code for - Amalesh Kempf &lt;ak-lsml_at_living-source.com&gt; who contributed the
the check when dropping a table or database. He also suggested that you code for the check when dropping a table or database. He also suggested
should be able to specify the primary key on tbl_create.php3. To version that you should be able to specify the primary key on tbl_create.php3. To
1.1.1 he contributed the ldi_*.php3-set (Import text-files) as well as version 1.1.1 he contributed the ldi_*.php3-set (Import text-files) as
a bug-report. Plus many smaller improvements. well as a bug-report. Plus many smaller improvements.
- Jan Legenhausen &lt;jan_at_nrw.net&gt;: He made many of the changes that were - Jan Legenhausen &lt;jan_at_nrw.net&gt;: He made many of the changes that
introduced in 1.3.0 (including quite significant ones like the were introduced in 1.3.0 (including quite significant ones like the
authentification). For 1.4.1 he enhanced the table-dump feature. Plus authentification). For 1.4.1 he enhanced the table-dump feature. Plus
bug-fixes and help. bug-fixes and help.
- Marc Delisle &lt;DelislMa_at_CollegeSherbrooke.qc.ca&gt; made phpMyAdmin language- - Marc Delisle &lt;DelislMa_at_CollegeSherbrooke.qc.ca&gt; made phpMyAdmin
independent by outsourcing the strings to a separate file. He also language-independent by outsourcing the strings to a separate file. He
contributed the French translation. also contributed the French translation.
- Alexandr Bravo &lt;abravo_at_hq.admiral.ru&gt; who contributed tbl_select.php3, - Alexandr Bravo &lt;abravo_at_hq.admiral.ru&gt; who contributed
a feature to display only some fields from a table. tbl_select.php3, a feature to display only some fields from a table.
- Chris Jackson &lt;chrisj_at_ctel.net&gt; added support for MySQL functions in - Chris Jackson &lt;chrisj_at_ctel.net&gt; added support for MySQL
tbl_change.php3. He also added the "Query by Example" feature in 2.0. functions in tbl_change.php3. He also added the "Query by Example"
- Dave Walton &lt;walton_at_nordicdms.com&gt; added support for multiple servers and feature in 2.0.
is a regular contributor for bug-fixes. - Dave Walton &lt;walton_at_nordicdms.com&gt; added support for multiple
- Gabriel Ash &lt;ga244_at_is8.nyu.edu&gt; contributed the random access features servers and is a regular contributor for bug-fixes.
for 2.0.6. - Gabriel Ash &lt;ga244_at_is8.nyu.edu&gt; contributed the random access
features for 2.0.6.
The following people have contributed minor changes, enhancements, bugfixes The following people have contributed minor changes, enhancements, bugfixes
or support for a new language: or support for a new language:
Jim Kraai, Jordi Bruguera, Miquel Obrador, Geert Lund, Thomas Kleemann, Jim Kraai, Jordi Bruguera, Miquel Obrador, Geert Lund, Thomas Kleemann,
@@ -1039,8 +1042,8 @@ Original Credits of Version 2.1.0
Sascha Kettler, Joe Pruett, Renato Lins, Mark Kronsbein, Jannis Hermanns, Sascha Kettler, Joe Pruett, Renato Lins, Mark Kronsbein, Jannis Hermanns,
G. Wieggers. G. Wieggers.
And thanks to everyone else who sent me email with suggestions, bug-reports and And thanks to everyone else who sent me email with suggestions, bug-reports
or just some feedback. and or just some feedback.
</pre> </pre>