Updated for the unofficial phpMyAdmin
This commit is contained in:
1
CREDITS
1
CREDITS
@@ -20,6 +20,7 @@ CREDITS, in chronological order
|
|||||||
[rj] - Robin Johnson <robbat2@users.sourceforge.net>
|
[rj] - Robin Johnson <robbat2@users.sourceforge.net>
|
||||||
[kc] - Korakot Chaovavanich <korakot@iname.com>
|
[kc] - Korakot Chaovavanich <korakot@iname.com>
|
||||||
[af] - Armel Fauveau <webmaster@phpindex.com>
|
[af] - Armel Fauveau <webmaster@phpindex.com>
|
||||||
|
[pk] - Pete Kelly <webmaster@trafficg.com>
|
||||||
[xx] - ... (to be completed)
|
[xx] - ... (to be completed)
|
||||||
|
|
||||||
|
|
||||||
|
17
DEVELOPERS
17
DEVELOPERS
@@ -26,14 +26,17 @@ phpMyAdmin - Developer's Information
|
|||||||
With 1.4.1, development has switched to CVS.
|
With 1.4.1, development has switched to CVS.
|
||||||
The following method is preferred for new developers:
|
The following method is preferred for new developers:
|
||||||
- fetch the current CVS tree over anonymous CVS:
|
- fetch the current CVS tree over anonymous CVS:
|
||||||
cvs -d :pserver:anon@www.htmlwizard.net:/usr/local/cvsroot login
|
cvs -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin login
|
||||||
[Password: phpMyAdmin]
|
[Password: simply press the Enter key]
|
||||||
cvs -d :pserver:anon@www.htmlwizard.net:/usr/local/cvsroot checkout phpMyAdmin
|
cvs -z3 -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin checkout phpMyAdmin
|
||||||
[This will create a new sub-directory named phpMyAdmin]
|
or
|
||||||
|
cvs -z3 -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin checkout phpMyAdmin-devel
|
||||||
|
[This will create a new sub-directory named phpMyAdmin or phpMyAdmin-devel]
|
||||||
- add your stuff
|
- add your stuff
|
||||||
- send me the file you've modified, or send me a diff.
|
- put the modified files (tar'ed and gzip'ed) inside the patch tracker of the
|
||||||
I've also set up CVSWEB on http://www.htmlwizard.net/cgi-bin/cvsweb.
|
phpMyAdmin SourceForge account
|
||||||
|
(https://sourceforge.net/projects/phpmyadmin/)
|
||||||
Write access to the CVS tree is granted only to developers who have already
|
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,
|
contributed something useful to phpMyAdmin. If you're interested in that,
|
||||||
please contact me.
|
please contact us.
|
||||||
|
|
||||||
|
@@ -187,15 +187,19 @@ Either there is an error with your PHP setup or your username/password is
|
|||||||
The following method is preferred for new developers:
|
The following method is preferred for new developers:
|
||||||
<ul>
|
<ul>
|
||||||
<li>fetch the current CVS tree over anonymous CVS:<br>
|
<li>fetch the current CVS tree over anonymous CVS:<br>
|
||||||
cvs -d :pserver:anon@www.htmlwizard.net:/usr/local/cvsroot login<br>
|
cvs -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin login<br>
|
||||||
[Password: phpMyAdmin]
|
[Password: simply press the Enter key]<br>
|
||||||
cvs -d :pserver:anon@www.htmlwizard.net:/usr/local/cvsroot checkout phpMyAdmin<br>
|
cvs -z3 -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin checkout phpMyAdmin<br>
|
||||||
[This will create a new sub-directory named phpMyAdmin]
|
or<br>
|
||||||
|
cvs -z3 -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin checkout phpMyAdmin-devel<br>
|
||||||
|
[This will create a new sub-directory named phpMyAdmin or phpMyAdmin-devel]<br>
|
||||||
<li>add your stuff
|
<li>add your stuff
|
||||||
<li>send me the modified files (tar'ed and gzip'ed)
|
<li>put the modified files (tar'ed and gzip'ed) inside the patch tracker of the
|
||||||
Write access to the CVS tree is granted only to experienced developers who have already contributed something useful to phpMyAdmin.<br>
|
<a href="https://sourceforge.net/projects/phpmyadmin/" target="_blank">phpMyAdmin SourceForge account</a>.
|
||||||
Also, have a look at the file DEVELOPERS.
|
|
||||||
</ul>
|
</ul>
|
||||||
|
<p>Write access to the CVS tree is granted only to experienced developers who have already contributed something useful to phpMyAdmin.<br>
|
||||||
|
Also, have a look at the file DEVELOPERS.
|
||||||
|
</p>
|
||||||
<p><b>What's the preferred way of making phpMyAdmin secure against evil access?<br>
|
<p><b>What's the preferred way of making phpMyAdmin secure against evil access?<br>
|
||||||
</b> This depends on your system. If you're running a server which cannot be
|
</b> This depends on your system. If you're running a server which cannot be
|
||||||
accessed by other people, it's sufficient to use the directory protection bundled
|
accessed by other people, it's sufficient to use the directory protection bundled
|
||||||
|
Reference in New Issue
Block a user