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$ $Id$
$Source$ $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 * Documentation.html: updated the faq entry about maximum upload filesize
and misc. updates. and misc. updates.
* tbl_indexes.php3, lines 95-97: better fix for bug #538074 (MySQL alpha or * tbl_indexes.php3, lines 95-97: better fix for bug #538074 (MySQL alpha or

View File

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

View File

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

View File

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