From 5789fb9def85a9c039f7fbd7eb6e31435f2e3ca3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 13 Oct 2006 08:03:06 +0000 Subject: [PATCH] Switch to subversion. --- ChangeLog | 1 + changelog.php | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b9e4d43bf1..a8da9a1886 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ $Source$ * scripts/create-release.sh: Readd snapshot support. * libraries/cleanup.lib.php, libraries/common.lib.php: Move cleanup to separate function (bug #1569123). + * changelog.php: Switch to subversion. 2006-10-12 Marc Delisle * tbl_change.php: bug #1566219, automated timestamp values diff --git a/changelog.php b/changelog.php index 63e5126291..1ced513a14 100644 --- a/changelog.php +++ b/changelog.php @@ -34,7 +34,7 @@ $replaces = array( // linking files '/(\s+)([\\/a-z_0-9\.]+\.(?:php3?|html|pl|js|sh))/i' - => '\\1\\2', + => '\\1\\2', // FAQ entries '/FAQ ([0-9]+)\.([0-9a-z]+)/i' @@ -54,9 +54,9 @@ $replaces = array( // Highlight releases (with links) '/(( ### )(([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+) (.*)))/' - => '\\2\\4.\\5.\\6.\\7 \\8', + => '\\2\\4.\\5.\\6.\\7 \\8', '/(( ### )(([0-9]+)\.([0-9]+)\.([0-9]+) (.*)))/' - => '\\2\\4.\\5.\\6 \\7', + => '\\2\\4.\\5.\\6 \\7', // Highlight releases (not linkable) '/( ### )(.*)/' -- 2.11.4.GIT