updatet CVS URL

This commit is contained in:
Sebastian Mendel
2006-08-01 08:29:59 +00:00
parent 0f3c26d47a
commit f4ff87f024
2 changed files with 4 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2006-08-01 Sebastian Mendel <cybot_tm@users.sourceforge.net> 2006-08-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* left.php, libraries/header.inc.php: * left.php, libraries/header.inc.php:
do not apply 'vertical scrollbar bug'-fix to IE 7 do not apply 'vertical scrollbar bug'-fix to IE 7
* changelog.php: updatet CVS URL
2006-07-31 Michal Čihař <michal@cihar.com> 2006-07-31 Michal Čihař <michal@cihar.com>
* lang/czech: Updated. * lang/czech: Updated.

View File

@@ -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://cvs.sourceforge.net/viewcvs.py/phpmyadmin/phpMyAdmin/\\2?annotate=HEAD">\\2</a>', => '\\1<a href="http://phpmyadmin.cvs.sourceforge.net/phpmyadmin/phpMyAdmin/\\2?annotate=HEAD">\\2</a>',
// FAQ entries // FAQ entries
'/FAQ ([0-9]+)\.([0-9a-z]+)/i' '/FAQ ([0-9]+)\.([0-9a-z]+)/i'
@@ -54,9 +54,9 @@ $replaces = array(
// Highlight releases (with links) // Highlight releases (with links)
'/(( ### )(([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+) (.*)))/' '/(( ### )(([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+) (.*)))/'
=> '<a name="\\4_\\5_\\6_\\7"></a>\\2<a href="http://cvs.sourceforge.net/viewcvs.py/phpmyadmin/phpMyAdmin/?only_with_tag=RELEASE_\\4_\\5_\\6_\\7">\\4.\\5.\\6.\\7 \\8</a>', => '<a name="\\4_\\5_\\6_\\7"></a>\\2<a href="http://phpmyadmin.cvs.sourceforge.net/phpmyadmin/phpMyAdmin/?only_with_tag=RELEASE_\\4_\\5_\\6_\\7">\\4.\\5.\\6.\\7 \\8</a>',
'/(( ### )(([0-9]+)\.([0-9]+)\.([0-9]+) (.*)))/' '/(( ### )(([0-9]+)\.([0-9]+)\.([0-9]+) (.*)))/'
=> '<a name="\\4_\\5_\\6"></a>\\2<a href="http://cvs.sourceforge.net/viewcvs.py/phpmyadmin/phpMyAdmin/?only_with_tag=RELEASE_\\4_\\5_\\6">\\4.\\5.\\6 \\7</a>', => '<a name="\\4_\\5_\\6"></a>\\2<a href="http://phpmyadmin.cvs.sourceforge.net/phpmyadmin/phpMyAdmin/?only_with_tag=RELEASE_\\4_\\5_\\6">\\4.\\5.\\6 \\7</a>',
// Highlight releases (not linkable) // Highlight releases (not linkable)
'/( ### )(.*)/' '/( ### )(.*)/'