* 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
This commit is contained in:
Robin Johnson
2003-02-02 07:24:08 +00:00
parent d14365a4f9
commit da8c737feb
2 changed files with 10 additions and 31 deletions

View File

@@ -5,8 +5,15 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2003-02-01 Robin Johnson <robbat2@users.sourceforge.net>
* 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 <nijel@users.sourceforge.net> 2003-02-01 Michal Cihar <nijel@users.sourceforge.net>
* 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. * scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters.
2003-02-01 Marc Delisle <lem9@users.sourceforge.net> 2003-02-01 Marc Delisle <lem9@users.sourceforge.net>

View File

@@ -2520,7 +2520,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
<p> <p>
The following method is preferred for new developers: The following method is preferred for new developers:
</p> </p>
<ul> <ol>
<li> <li>
fetch the current CVS tree over anonymous CVS:<br /> fetch the current CVS tree over anonymous CVS:<br />
<tt>cvs -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin login</tt><br /> <tt>cvs -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin login</tt><br />
@@ -2536,7 +2536,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
the the
<a href="http://sourceforge.net/projects/phpmyadmin/" target="_blank">phpMyAdmin SourceForge account</a>. <a href="http://sourceforge.net/projects/phpmyadmin/" target="_blank">phpMyAdmin SourceForge account</a>.
</li> </li>
</ul> </ol>
<p> <p>
Write access to the CVS tree is granted only to experienced developers who Write access to the CVS tree is granted only to experienced developers who
have already contributed something useful to phpMyAdmin.<br /> have already contributed something useful to phpMyAdmin.<br />
@@ -2596,34 +2596,6 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
</li> </li>
</ul> </ul>
<p>
IMPORTANT: With 1.4.1, development has switched to CVS. The following
method is preferred for new developers:
</p>
<ul>
<li>
fetch the current CVS tree over anonymous CVS:<br />
<tt>cvs -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin login</tt><br />
[Password: simply press the Enter key]<br />
<tt>cvs -z3 -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin checkout phpMyAdmin</tt><br />
[This will create a new sub-directory named phpMyAdmin]
</li>
<li>
add your stuff
</li>
<li>
put the modified files (tar'ed and gzip'ed) inside the patch tracker
of the phpMyAdmin SourceForge account
(<a href="http://sourceforge.net/projects/phpmyadmin/" target="_blank">http://sourceforge.net/projects/phpmyadmin/</a>)
</li>
</ul>
<p>
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.
</p>
<!-- CREDITS --> <!-- CREDITS -->
<a name="credits"></a><br /> <a name="credits"></a><br />
<h2>Credits</h2> <h2>Credits</h2>