This commit is contained in:
Alexander M. Turek
2002-08-13 17:45:23 +00:00
parent 07f8194a2d
commit 9ebd4ee448
3 changed files with 690 additions and 687 deletions

View File

@@ -7,6 +7,7 @@ $Source$
2002-08-13 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/german-*.inc.php3: Updates.
* Documentation.*: Updated credits.
2002-08-13 Marc Delisle <lem9@users.sourceforge.net>
* lang/*, main.php3: new warning strInsecureMySQL, when running with

View File

@@ -2507,22 +2507,23 @@ CREDITS, in chronological order
[at] - Alexander M. Turek &lt;rabus_at_bugfixes.info&gt;
* XML exports
* MySQL 4 related features
* various small features and fixes
* German language file updates
* many bugfixes and improvements
[mb] - Mike Beck &lt;mike.beck_at_ibmiller.de&gt;
* automatic joins in QBE
* links column in printview
* Relation view
[mc] - Michal Cihar &lt;nijel_at_users.sourceforge.net&gt;
* enhanced index creation/display feature
* feature to use a different charset for HTML than for MySQL
Thanks to these guys who have sent us some major improvements to merge into the
code since version 2.1.0:
- Michal Cihar &lt;nijel at users.sourceforge.net&gt; who implemented the
enhanced index creation/display feature, and the mecanism to display
a character set in MySQL different than the one in HTML.
- Christophe Gesch<63> from the "MySQL Form Generator for PHPMyAdmin"
(http://sourceforge.net/projects/phpmysqlformgen/) who suggested the patch
for multiple table printviews.

View File

@@ -1,5 +1,5 @@
phpMyAdmin 2.3.0-dev Documentation
phpMyAdmin 2.3.1-dev Documentation
* Sourceforge phpMyAdmin project page [ http://www.phpmyadmin.net/
]
@@ -7,8 +7,8 @@
+ Version history: ChangeLog
+ General notes: README
+ License: LICENSE
* Documentation version: $Id: Documentation.html,v 1.314 2002/08/11
23:47:45 lem9 Exp $
* Documentation version: $Id: Documentation.html,v 1.317 2002/08/12
07:28:11 rabus Exp $
______________________________________________________________________
Top - Requirements - Introduction - Installation -
@@ -1590,22 +1590,23 @@ CREDITS, in chronological order
[at] - Alexander M. Turek <rabus_at_bugfixes.info>
* XML exports
* MySQL 4 related features
* various small features and fixes
* German language file updates
* many bugfixes and improvements
[mb] - Mike Beck <mike.beck_at_ibmiller.de>
* automatic joins in QBE
* links column in printview
* Relation view
[mc] - Michal Cihar <nijel_at_users.sourceforge.net>
* enhanced index creation/display feature
* feature to use a different charset for HTML than for MySQL
Thanks to these guys who have sent us some major improvements to merge into the
code since version 2.1.0:
- Michal Cihar <nijel at users.sourceforge.net> who implemented the
enhanced index creation/display feature, and the mecanism to display
a character set in MySQL different than the one in HTML.
- Christophe Gesch<63> from the "MySQL Form Generator for PHPMyAdmin"
(http://sourceforge.net/projects/phpmysqlformgen/) who suggested the patch
for multiple table printviews.