From 778e720ceccdb84c4546283dee329023429c3546 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 18 Dec 2008 17:37:58 +0000 Subject: [PATCH] patch #2444082 [changelog] changelog.php linkifies one link wrong --- ChangeLog | 2 ++ changelog.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e59b5c4c4..df65a12d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,6 +26,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - patch #2407785 [cleanup] ereg*() deprecated in PHP 5.3, thanks to Alex Frase - atfrase - bug #2417058 [properties] Edit fields: losing auto-increment setting +- patch #2444082 [changelog] changelog.php linkifies one link wrong, + thanks to Robert Xiao - nneonneo 3.1.1.0 (2008-12-09) - patch #2242765 [core] Navi panel server links wrong, diff --git a/changelog.php b/changelog.php index f38832277..acb7cc421 100644 --- a/changelog.php +++ b/changelog.php @@ -30,7 +30,7 @@ if (substr(CHANGELOG_FILE, -3) == '.gz') { $changelog = htmlspecialchars($changelog); $replaces = array( - '@(http://[./a-zA-Z0-9.-]*[/a-zA-Z0-9])@' + '@(http://[./a-zA-Z0-9.-_]*[/a-zA-Z0-9_])@' => '\\1', // sourceforge users