From b2fa83b7abff7a86aabb98758e31d576e07bc768 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Wed, 17 Oct 2007 08:02:56 +0000 Subject: [PATCH] use a more generic link for sf.net tracker items --- changelog.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog.php b/changelog.php index 2b0dc3ae0..006070b6f 100644 --- a/changelog.php +++ b/changelog.php @@ -26,11 +26,11 @@ $replaces = array( // linking patches '/patch\s*#?([0-9]{6,})/i' - => 'patch #\\1', + => 'patch #\\1', // linking RFE '/(?:rfe|feature)\s*#?([0-9]{6,})/i' - => 'RFE #\\1', + => 'RFE #\\1', // linking files '/(\s+)([\\/a-z_0-9\.]+\.(?:php3?|html|pl|js|sh))/i' @@ -42,11 +42,11 @@ $replaces = array( // linking bugs '/bug\s*#?([0-9]{6,})/i' - => 'bug #\\1', + => 'bug #\\1', // all other 6+ digit numbers are treated as bugs '/(? ' bug #\\1', + => ' bug #\\1', // CVE/CAN entries '/((CAN|CVE)-[0-9]+-[0-9]+)/'