Skip to content

Commit

Permalink
removed social bar, added sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed Apr 22, 2012
1 parent 0552c9b commit 0c0a3ec
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 46 deletions.
73 changes: 38 additions & 35 deletions Changes
@@ -1,24 +1,27 @@
Changes for the CPAN Testers Blog website Changes for the CPAN Testers Blog website


1.03 current 1.03 current
- fixed publish status when saving edited comments. - fixed publish status when saving edited comments.
- upgrade to Labyrinth 5.12.
- removed social media bar due to dubious practices.
- added CPAN Testers Sponsors.


1.02 18/08/2011 1.02 18/08/2011
- upgrade to Labyrinth 5.09. - upgrade to Labyrinth 5.09.
- upgrade to Labyrinth-Plugin-Core 5.09. - upgrade to Labyrinth-Plugin-Core 5.09.
- added titlemaps and pathmaps to settings.ini. - added titlemaps and pathmaps to settings.ini.
- WAI WCAG v2.0 compliance updates. - WAI WCAG v2.0 compliance updates.
- update layout to include an update notification. - update layout to include an update notification.
- added a new social media bar - added a new social media bar
- fixed images and css incorrectly pasted from wiki distro - fixed images and css incorrectly pasted from wiki distro
- revised banner logo image by Jon 'JJ' Allen. - revised banner logo image by Jon 'JJ' Allen.


1.01 20/06/2011 1.01 20/06/2011
- updates to improve presentation. - updates to improve presentation.
- included a Terms & Conidtions page to meet EU Cookie Directive. - included a Terms & Conidtions page to meet EU Cookie Directive.
- updates to diary and user templates for images. - updates to diary and user templates for images.
- updates to templates for usability compliance. - updates to templates for usability compliance.
- fixes for Posted lookups. - fixes for Posted lookups.
- upgrade to Labyrinth 5.08. - upgrade to Labyrinth 5.08.
- upgrade to Labyrinth-Plugin-Core 5.08. - upgrade to Labyrinth-Plugin-Core 5.08.


Expand All @@ -29,28 +32,28 @@ Changes for the CPAN Testers Blog website
- upgrade to Labyrinth-Plugin-Event 1.00. - upgrade to Labyrinth-Plugin-Event 1.00.
- packaged for CPAN release. - packaged for CPAN release.


0.06 20/11/2010 0.06 20/11/2010
- user lists now hide special users (Guest), restrict access to users - user lists now hide special users (Guest), restrict access to users
of the same or higher access, and prevent priveledged users from of the same or higher access, and prevent priveledged users from
being deleted. being deleted.
- user acls fixed to correctly list folders and access. - user acls fixed to correctly list folders and access.
- folder list driven by database, added FolderName function. - folder list driven by database, added FolderName function.
- update to admin templates to make them consistent across sites. - update to admin templates to make them consistent across sites.


0.05 29/09/2010 0.05 29/09/2010
- repositioned site boxes to avoid text and logo clashing. - repositioned site boxes to avoid text and logo clashing.


0.04 16/09/2010 0.04 16/09/2010
- added links to Metabase and Labyrinth. - added links to Metabase and Labyrinth.
- upgraded to Labyrinth v5.00. - upgraded to Labyrinth v5.00.


0.03 14/01/2010 0.03 14/01/2010
- added quote.html - added quote.html
- added Analysis to site family lists. - added Analysis to site family lists.


0.02 04/07/2009 0.02 04/07/2009
- added TinyMCE support to comments for public users. - added TinyMCE support to comments for public users.
- fixed bug in saving comments for admin users. - fixed bug in saving comments for admin users.


0.01 17/05/2009 0.01 17/05/2009
- First released version, based on Labyrinth v4.16 - First released version, based on Labyrinth v4.16
6 changes: 3 additions & 3 deletions META.json
@@ -1,6 +1,6 @@
{ {
"name": "CPAN-Testers-WWW-Blog", "name": "CPAN-Testers-WWW-Blog",
"version": "1.02", "version": "1.03",
"abstract": "The CPAN Testers Blog website", "abstract": "The CPAN Testers Blog website",
"author": [ "author": [
"Barbie (BARBIE) <barbie@cpan.org>" "Barbie (BARBIE) <barbie@cpan.org>"
Expand All @@ -23,7 +23,7 @@
"prereqs" : { "prereqs" : {
"runtime" : { "runtime" : {
"requires" : { "requires" : {
"Labyrinth": "5.09", "Labyrinth": "5.12",
"Labyrinth::Plugin::Core": "5.09", "Labyrinth::Plugin::Core": "5.09",
"Labyrinth::Plugin::Articles::Diary": "1.00", "Labyrinth::Plugin::Articles::Diary": "1.00",
"Labyrinth::Plugin::Event": "1.00" "Labyrinth::Plugin::Event": "1.00"
Expand All @@ -45,7 +45,7 @@
"provides": { "provides": {
"CPAN::Testers::WWW::Blog": { "CPAN::Testers::WWW::Blog": {
"file": "lib/CPAN/Testers/WWW/Blog.pm", "file": "lib/CPAN/Testers/WWW/Blog.pm",
"version": "1.02" "version": "1.03"
} }
}, },
"no_index": { "no_index": {
Expand Down
6 changes: 3 additions & 3 deletions META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0 --- #YAML:1.0
name: CPAN::Testers::WWW::Blog name: CPAN::Testers::WWW::Blog
version: 1.02 version: 1.03
abstract: The CPAN Testers Blog website abstract: The CPAN Testers Blog website
author: author:
- Barbie <barbie@cpan.org> - Barbie <barbie@cpan.org>
Expand All @@ -10,7 +10,7 @@ distribution_type: module
installdirs: site installdirs: site


requires: requires:
Labyrinth: 5.09 Labyrinth: 5.12
Labyrinth::Plugin::Core: 5.09 Labyrinth::Plugin::Core: 5.09
Labyrinth::Plugin::Articles::Diary: 1.00 Labyrinth::Plugin::Articles::Diary: 1.00
Labyrinth::Plugin::Event: 1.00 Labyrinth::Plugin::Event: 1.00
Expand All @@ -26,7 +26,7 @@ build_requires:
provides: provides:
CPAN::Testers::WWW::Blog: CPAN::Testers::WWW::Blog:
file: lib/CPAN/Testers/WWW/Blog.pm file: lib/CPAN/Testers/WWW/Blog.pm
version: 1.02 version: 1.03


no_index: no_index:
directory: directory:
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -3,7 +3,7 @@ WriteMakefile(
NAME => 'CPAN::Testers::WWW::Blog', NAME => 'CPAN::Testers::WWW::Blog',
'VERSION_FROM' => 'lib/CPAN/Testers/WWW/Blog.pm', 'VERSION_FROM' => 'lib/CPAN/Testers/WWW/Blog.pm',
PREREQ_PM => { PREREQ_PM => {
'Labyrinth' => '5.09', 'Labyrinth' => '5.12',
'Labyrinth::Plugin::Core' => '5.09', 'Labyrinth::Plugin::Core' => '5.09',
'Labyrinth::Plugin::Articles::Diary' => '1.00', 'Labyrinth::Plugin::Articles::Diary' => '1.00',
'Labyrinth::Plugin::Event' => '1.01', 'Labyrinth::Plugin::Event' => '1.01',
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Testers/WWW/Blog.pm
Expand Up @@ -3,7 +3,7 @@ package CPAN::Testers::WWW::Blog;
use warnings; use warnings;
use strict; use strict;


our $VERSION = '1.02'; our $VERSION = '1.03';


1; 1;


Expand Down
2 changes: 1 addition & 1 deletion vhost/cgi-bin/pages.cgi
Expand Up @@ -2,7 +2,7 @@
use strict; use strict;


use vars qw($VERSION); use vars qw($VERSION);
$VERSION = '1.02'; $VERSION = '1.03';


#---------------------------------------------------------- #----------------------------------------------------------
# Additional Modules # Additional Modules
Expand Down
2 changes: 0 additions & 2 deletions vhost/cgi-bin/templates/public/layout.html
Expand Up @@ -77,8 +77,6 @@ <h2>[% title %]</h2>
</ul> </ul>
</div> </div>


[% INCLUDE "public/social-bar.html" %]

</div> </div>
</div> </div>


Expand Down
5 changes: 5 additions & 0 deletions vhost/cgi-bin/templates/public/sidebar.html
Expand Up @@ -76,6 +76,11 @@ <h1>Syndication</h1>
<a href="http://technorati.com/faves?sub=addfavbtn&amp;add=http://blog.cpantesters.org" title="Add to Technorati"><img src="http://static.technorati.com/pix/fave/tech-fav-1.png" alt="Add to Technorati Favorites" width="145" height="25" /></a> <a href="http://technorati.com/faves?sub=addfavbtn&amp;add=http://blog.cpantesters.org" title="Add to Technorati"><img src="http://static.technorati.com/pix/fave/tech-fav-1.png" alt="Add to Technorati Favorites" width="145" height="25" /></a>
</p> </p>


<div class="adverts">
<h1>Our Sponsors</h1>
<script type="text/javascript" src="http://iheart.cpantesters.org/home/ajax?images=1"></script>
</div>

<div class="adverts"> <div class="adverts">
<h1>Perl Promotions</h1> <h1>Perl Promotions</h1>
<script type="text/javascript" src="http://adserver.szabgab.com/ads/direct_link_selflink.js?cnt=5&noself=1"></script> <script type="text/javascript" src="http://adserver.szabgab.com/ads/direct_link_selflink.js?cnt=5&noself=1"></script>
Expand Down

0 comments on commit 0c0a3ec

Please sign in to comment.