2.2.6-rc1

This commit is contained in:
Marc Delisle
2002-04-05 17:56:40 +00:00
parent 9633764b35
commit a771486c81
4 changed files with 168 additions and 161 deletions

View File

@@ -5,7 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-03-30 Lo<4C>c Chapeaux <lolo@phpheaven.net>
2002-04-05 Marc Delisle <lem9@users.sourceforge.net>
* release 2.2.6-rc1
2002-04-05 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* Documentation.html: updated the faq entry about maximum upload filesize
and misc. updates.
* tbl_indexes.php3, lines 95-97: better fix for bug #538074 (MySQL alpha or

View File

@@ -5,7 +5,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>phpMyAdmin 2.2.6-dev - Documentation</title>
<title>phpMyAdmin 2.2.6-rc1 - Documentation</title>
<style type="text/css">
<!--
.navigation {
@@ -74,7 +74,7 @@
<body bgcolor="#FFFFFF">
<a name="top"></a>
<h1>phpMyAdmin 2.2.6-dev Documentation</h1>
<h1>phpMyAdmin 2.2.6-rc1 Documentation</h1>
<!-- TOP MENU -->

View File

@@ -1,14 +1,14 @@
phpMyAdmin 2.2.6-dev Documentation
phpMyAdmin 2.2.6-rc1 Documentation
* Sourceforge phpMyAdmin project page [
http://www.phpmyadmin.net/ ]
* Sourceforge phpMyAdmin project page [ http://www.phpmyadmin.net/
]
* Local documents:
+ Version history: ChangeLog
+ General notes: README
+ License: LICENSE
* Documentation version: $Id: Documentation.html,v 1.183 2002/04/03
02:39:25 lem9 Exp $
* Documentation version: $Id: Documentation.html,v 1.187 2002/04/05
08:55:31 loic1 Exp $
______________________________________________________________________
Top - Requirements - Introduction - Installation -
@@ -653,8 +653,11 @@ FAQ - Frequently Asked Questions
standards.
I cannot upload big dump files.
The first thing to check (or ask your host provider to check) is the
value of upload_max_filesize in php.ini.
The first things to check (or ask your host provider to check) are the
values of upload_max_filesize, memory_limit and post_max_size in the
php.ini configuration file.
All of these three settings limit the maximum size of data that can be
submitted and handled by php.
[Configuration]
@@ -864,11 +867,12 @@ FAQ - Frequently Asked Questions
existing language, where do I start?
Always use the current cvs version of your language file. For a new
language, start from english.inc.php3. If you don't know how to get
the cvs version, please ask one of the developers. It would be a good
idea to subscribe to the phpmyadmin-translators discussion list,
because this is where we ask for translations of new messages. You can
then send your translations to the sourceforge.net translation
tracker.
the cvs version, please ask one of the developers.
You can then put your translations, as a zip file to avoid losing
special characters, on the sourceforge.net translation tracker.
It would be a good idea to subscribe to the phpmyadmin-translators
mailing list, because this is where we ask for translations of new
messages.
I would like to help out with the development of phpMyAdmin. How
should I proceed?
@@ -907,9 +911,9 @@ Developers Information
libraries/common.lib.php3 (common functions) and config.inc.php3.
All configuration data belongs in config.inc.php3. Please keep it
free from other code.
Commonly used functions should be added to libraries/lib.inc.php3
and more specific ones may be added within a library stored into
the libraries sub-directory.
Commonly used functions should be added to
libraries/common.lib.php3 and more specific ones may be added
within a library stored into the libraries sub-directory.
* Obviously, you're free to use whatever coding style you want. But
please try to keep your code as simple as possible: beginners are
using phpMyAdmin as an example application.
@@ -1034,7 +1038,7 @@ Kristof Hamann, Thomas Kl
Girish Nair, David Nordenberg, Bernard M. Piller, Laurent Haas,
"Sakamoto", Yuval Sarna, www.securereality.com.au,
Alvar Soome, Peter Svec, Michael Tacelosky, Rachim Tamsjadi,
Lu<EFBFBD>s V., Algis Vainauskas, Daniel Villanueva, Vinay,
Lu<EFBFBD>s V., Martijn W. van der Lee, Algis Vainauskas, Daniel Villanueva, Vinay,
Ignacio Vazquez-Abrams, Chee Wai, Jakub Wilk, Thomas Michael Winningham.

View File

@@ -16,7 +16,7 @@
*/
// phpMyAdmin release
if (!defined('PMA_VERSION')) {
define('PMA_VERSION', '2.2.6-dev');
define('PMA_VERSION', '2.2.6-rc1');
}
// php version