Rewritten to validates xhtml1.0 & css2, added some words about a common socket error and updated credits

This commit is contained in:
Loïc Chapeaux
2001-07-11 19:23:01 +00:00
parent 5e65a017fb
commit 0e6998e15d
3 changed files with 833 additions and 443 deletions

21
CREDITS
View File

@@ -21,6 +21,11 @@ CREDITS, in chronological order
* 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 are XHTML1.0, CSS2 compliant
and fit the PEAR coding standards
* improved the language detection system
* bugfixes
[mg] - Mirko Giese <mgiese@users.sourceforge.net>
@@ -37,6 +42,15 @@ CREDITS, in chronological order
[pk] - Pete Kelly <webmaster@trafficg.com>
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,
Martin Marconcini, David Nordenberg, Bernard M. Piller,Laurent Haas,
"Sakamoto", www.securereality.com.au, Michael Tacelosky, Daniel Villanueva,
Chee Wai, Thomas Michael Winningham,
Original Credits of Version 2.1.0
---------------------------------
@@ -69,9 +83,10 @@ Original Credits of Version 2.1.0
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.
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.

View File

@@ -5,6 +5,16 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-07-11 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* tbl_properties.php3, db_details.php3: fixed some bugs with php3
(0 != empty).
* lib.inc.php3, lines 14-15: fixed bug #440430 with php3.
* grab_globals.inc.php3, tbl_printview.php3: removed the '^M' at the end of
some lines.
* Documentation.html: rewritten to validates xhtml1.0 & css2, added some
words about a common socket error and updated credits.
* french translation updated thanks to Laurent Haas.
2001-07-11 Steve Alberty <alberty@neptunlabs.de>
* tbl_properties.php3: fix division by zero error
* tbl_change.php3: enlarge binary protection to (var)char binary

File diff suppressed because it is too large Load Diff