The branch, master has been updated via b7d4ed88b5100611bdff1bad2702a4b04f6e41a6 (commit) from b4b9b34ec53e9b4930856a4ece9dc213642661c2 (commit)
- Log ----------------------------------------------------------------- commit b7d4ed88b5100611bdff1bad2702a4b04f6e41a6 Author: Michal Čihař mcihar@suse.cz Date: Wed Nov 30 11:19:56 2011 +0100
Create links for security announcements
-----------------------------------------------------------------------
Summary of changes: changelog.php | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/changelog.php b/changelog.php index 8cc66e0..7a03793 100644 --- a/changelog.php +++ b/changelog.php @@ -82,6 +82,10 @@ $replaces = array( '/((CAN|CVE)-[0-9]+-[0-9]+)/' => '<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=\\1">\1</a>',
+ // PMASAentries + '/(PMASA-[0-9]+-[0-9]+)/' + => '<a href="http://www.phpmyadmin.net/home_page/security/\\1.php">\1</a>', + // Highlight releases (with links) '/([0-9]+).([0-9]+).([0-9]+).0 (([0-9-]+))/' => '<a name="\\1_\\2_\\3"></a><a href="http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/phpmyadmin;a=shortlog;h=refs/tags/RELEASE_\\1_\\2_\\3">\1.\2.\3.0 \4</a>',
hooks/post-receive