* 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$
$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>
* 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 <lem9@users.sourceforge.net>

View File

@@ -2520,7 +2520,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
<p>
The following method is preferred for new developers:
</p>
<ul>
<ol>
<li>
fetch the current CVS tree over anonymous CVS:<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
<a href="http://sourceforge.net/projects/phpmyadmin/" target="_blank">phpMyAdmin SourceForge account</a>.
</li>
</ul>
</ol>
<p>
Write access to the CVS tree is granted only to experienced developers who
have already contributed something useful to phpMyAdmin.<br />
@@ -2596,34 +2596,6 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
</li>
</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 -->
<a name="credits"></a><br />
<h2>Credits</h2>