bug #1771721 Old SVN URLs
This commit is contained in:
@@ -102,6 +102,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
+ [lang] Catalan update, thanks to Xavier Navarro
|
+ [lang] Catalan update, thanks to Xavier Navarro
|
||||||
- bug #1751553 Drop-down instead of input when editing
|
- bug #1751553 Drop-down instead of input when editing
|
||||||
- [data] foreign key browser: encoding mixups, thanks to Thijs Kinkhorst
|
- [data] foreign key browser: encoding mixups, thanks to Thijs Kinkhorst
|
||||||
|
- bug #1771721 Old SVN URLs
|
||||||
|
|
||||||
2.10.3.0 (2007-07-20)
|
2.10.3.0 (2007-07-20)
|
||||||
|
|
||||||
|
@@ -3933,7 +3933,7 @@ chmod o+rwx tmp
|
|||||||
<p> The following method is preferred for new developers:</p>
|
<p> The following method is preferred for new developers:</p>
|
||||||
|
|
||||||
<ol><li>fetch the current SVN tree over anonymous SVN:<br />
|
<ol><li>fetch the current SVN tree over anonymous SVN:<br />
|
||||||
<tt>svn co https://svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin</tt><br />
|
<tt>svn co https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin</tt><br />
|
||||||
</li>
|
</li>
|
||||||
<li>add your stuff</li>
|
<li>add your stuff</li>
|
||||||
<li>generate patch with your changes:
|
<li>generate patch with your changes:
|
||||||
|
@@ -34,7 +34,7 @@ $replaces = array(
|
|||||||
|
|
||||||
// linking files
|
// linking files
|
||||||
'/(\s+)([\\/a-z_0-9\.]+\.(?:php3?|html|pl|js|sh))/i'
|
'/(\s+)([\\/a-z_0-9\.]+\.(?:php3?|html|pl|js|sh))/i'
|
||||||
=> '\\1<a href="http://svn.sourceforge.net/viewvc/phpmyadmin/trunk/phpMyAdmin/\\2?annotate=HEAD">\\2</a>',
|
=> '\\1<a href="http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin/trunk/phpMyAdmin/\\2?annotate=HEAD">\\2</a>',
|
||||||
|
|
||||||
// FAQ entries
|
// FAQ entries
|
||||||
'/FAQ ([0-9]+)\.([0-9a-z]+)/i'
|
'/FAQ ([0-9]+)\.([0-9a-z]+)/i'
|
||||||
|
2
main.php
2
main.php
@@ -309,7 +309,7 @@ PMA_printListItem($strHomepageOfficial, 'li_pma_homepage', 'http://www.phpMyAdmi
|
|||||||
?>
|
?>
|
||||||
<li><bdo xml:lang="en" dir="ltr">
|
<li><bdo xml:lang="en" dir="ltr">
|
||||||
[<a href="changelog.php" target="_blank">ChangeLog</a>]
|
[<a href="changelog.php" target="_blank">ChangeLog</a>]
|
||||||
[<a href="http://svn.sourceforge.net/viewvc/phpmyadmin/"
|
[<a href="http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin/"
|
||||||
target="_blank">Subversion</a>]
|
target="_blank">Subversion</a>]
|
||||||
[<a href="http://sourceforge.net/mail/?group_id=23067"
|
[<a href="http://sourceforge.net/mail/?group_id=23067"
|
||||||
target="_blank">Lists</a>]
|
target="_blank">Lists</a>]
|
||||||
|
Reference in New Issue
Block a user