From 233376d65fd9253bca75dce8423c2a9f074a840d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sun, 14 May 2006 16:52:46 +0000 Subject: [PATCH] There is no reason to make bug uppercase. --- ChangeLog | 1 + changelog.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 987c7a030..251cfcd69 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $Source$ 2006-05-14 Michal Čihař * libraries/common.lib.php: Fix reading database list with MySQL wildcards (bug #1487613). + * changelog.php: There is no reason to make bug uppercase. 2006-05-14 Marc Delisle * libraries/import.lib.php: bug #1482841, support USE statement in the import file diff --git a/changelog.php b/changelog.php index 743c83ba8..440aea986 100644 --- a/changelog.php +++ b/changelog.php @@ -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]+)/'