diff --git a/Changes b/Changes index 95c5b97..0df9fd9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Changes for the CPAN Testers Wiki website +1.07 2014-02-23 - updated templates. - minified CSS. - sponsors list now built from JSON. diff --git a/META.json b/META.json index a459bac..138b86f 100644 --- a/META.json +++ b/META.json @@ -1,6 +1,6 @@ { "name": "CPAN-Testers-WWW-Wiki", - "version": "1.06", + "version": "1.07", "abstract": "The CPAN Testers Wiki website", "author": [ "Barbie (BARBIE) " @@ -47,7 +47,7 @@ "provides": { "CPAN::Testers::WWW::Wiki": { "file": "lib/CPAN/Testers/WWW/Wiki.pm", - "version": "1.06" + "version": "1.07" } }, "no_index": { diff --git a/META.yml b/META.yml index 09b6bc3..04dedf8 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: CPAN::Testers::WWW::Wiki -version: 1.06 +version: 1.07 abstract: The CPAN Testers Wiki website author: - Barbie @@ -27,7 +27,7 @@ build_requires: provides: CPAN::Testers::WWW::Wiki: file: lib/CPAN/Testers/WWW/Wiki.pm - version: 1.06 + version: 1.07 no_index: directory: diff --git a/lib/CPAN/Testers/WWW/Wiki.pm b/lib/CPAN/Testers/WWW/Wiki.pm index 88be128..2fc5979 100644 --- a/lib/CPAN/Testers/WWW/Wiki.pm +++ b/lib/CPAN/Testers/WWW/Wiki.pm @@ -3,7 +3,7 @@ package CPAN::Testers::WWW::Wiki; use warnings; use strict; -our $VERSION = '1.06'; +our $VERSION = '1.07'; 1; @@ -51,7 +51,7 @@ Miss Barbell Productions, L =head1 COPYRIGHT & LICENSE - Copyright (C) 2008-2013 Barbie for Miss Barbell Productions + Copyright (C) 2008-2014 Barbie for Miss Barbell Productions All Rights Reserved. This module is free software; you can redistribute it and/or diff --git a/vhost/cgi-bin/config/settings.ini b/vhost/cgi-bin/config/settings.ini index 0bc4655..d6ad36a 100644 --- a/vhost/cgi-bin/config/settings.ini +++ b/vhost/cgi-bin/config/settings.ini @@ -5,7 +5,7 @@ administrator=barbie@missbarbell.co.uk cookiename=session timeout=3600 autoguest=1 -copyright=© 1999-2012 CPAN Testers. +copyright=© 1999-2014 CPAN Testers. lastpagereturn=1 minpasslen=6 maxpasslen=20 @@ -16,6 +16,8 @@ HERE loglevel=4 logfile=/var/www/cpanwiki/html/cache/audit.log +parsehtml=0 +parsetest=/var/www/cpanwiki/html/cache/parsetest.txt [HTTP] webpath= diff --git a/vhost/cgi-bin/pages.cgi b/vhost/cgi-bin/pages.cgi index 530b10a..dd48dae 100755 --- a/vhost/cgi-bin/pages.cgi +++ b/vhost/cgi-bin/pages.cgi @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '1.05'; +$VERSION = '1.07'; #---------------------------------------------------------- # Additional Modules