From da8c737feb952c66eec40a2ea31561e80502feeb Mon Sep 17 00:00:00 2001 From: Robin Johnson Date: Sun, 2 Feb 2003 07:24:08 +0000 Subject: [PATCH] 2003-02-01 Robin Johnson * R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its re-entry into Earth's atmosphere. In memory of the brave men and women who gave their lives for the people of Earth. --- * Documentation.html: Removed a bit of duplication in [7.4] and the Developers section --- ChangeLog | 9 ++++++++- Documentation.html | 32 ++------------------------------ 2 files changed, 10 insertions(+), 31 deletions(-) diff --git a/ChangeLog b/ChangeLog index dd49c6ba2..e5b9c8fc8 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,8 +5,15 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-02-01 Robin Johnson + * R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its + re-entry into Earth's atmosphere. In memory of the brave men and women who + gave their lives for the people of Earth. --- + * Documentation.html: Removed a bit of duplication in [7.4] and the + Developers section + 2003-02-01 Michal Cihar - * Documentation.*, translators.html, docs.css: New documentation layout. + * Documentati-on.*, translators.html, docs.css: New documentation layout. * scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters. 2003-02-01 Marc Delisle diff --git a/Documentation.html b/Documentation.html index eac1840c8..f164c6ab8 100755 --- a/Documentation.html +++ b/Documentation.html @@ -2520,7 +2520,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'

The following method is preferred for new developers:

-
    +
    1. fetch the current CVS tree over anonymous CVS:
      cvs -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin login
      @@ -2536,7 +2536,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' the phpMyAdmin SourceForge account.
    2. -
+

Write access to the CVS tree is granted only to experienced developers who have already contributed something useful to phpMyAdmin.
@@ -2596,34 +2596,6 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' -

- IMPORTANT: With 1.4.1, development has switched to CVS. The following - method is preferred for new developers: -

-
    -
  • - fetch the current CVS tree over anonymous CVS:
    - cvs -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin login
    - [Password: simply press the Enter key]
    - cvs -z3 -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin checkout phpMyAdmin
    - [This will create a new sub-directory named phpMyAdmin] -
  • -
  • - add your stuff -
  • -
  • - put the modified files (tar'ed and gzip'ed) inside the patch tracker - of the phpMyAdmin SourceForge account - (http://sourceforge.net/projects/phpmyadmin/) -
  • -
-

- Write access to the CVS tree is granted only to developers who have already - contributed something useful to phpMyAdmin. If you're interested in that, - please contact us using the phpmyadmin-devel mailing list. -

- -

Credits