[Bps-public-commit] r20262 - in RT-Extension-ReportSpam: lib/RT/Extension

ruz at bestpractical.com ruz at bestpractical.com
Thu Jul 1 03:24:54 EDT 2010


Author: ruz
Date: Thu Jul  1 03:24:54 2010
New Revision: 20262

Modified:
   RT-Extension-ReportSpam/Changes
   RT-Extension-ReportSpam/MANIFEST
   RT-Extension-ReportSpam/META.yml
   RT-Extension-ReportSpam/lib/RT/Extension/ReportSpam.pm

Log:
bump version, 0.03

Modified: RT-Extension-ReportSpam/Changes
==============================================================================
--- RT-Extension-ReportSpam/Changes	(original)
+++ RT-Extension-ReportSpam/Changes	Thu Jul  1 03:24:54 2010
@@ -1,3 +1,7 @@
+0.03 2009-07-01
+    
+    * new images for buttons
+
 0.02 2009-12-12
 
     * delete the ticket when it's reported as spam and user has

Modified: RT-Extension-ReportSpam/MANIFEST
==============================================================================
--- RT-Extension-ReportSpam/MANIFEST	(original)
+++ RT-Extension-ReportSpam/MANIFEST	Thu Jul  1 03:24:54 2010
@@ -3,8 +3,8 @@
 html/Callbacks/RT-Extension-ReportSpam/Ticket/Elements/Tabs/Default
 html/Callbacks/RT-Extension-ReportSpam/Tools/Elements/Tabs/Default
 html/Helpers/Toggle/TicketSpam
-html/NoAuth/images/empty_spam.gif
-html/NoAuth/images/spam.gif
+html/NoAuth/images/empty_spam.png
+html/NoAuth/images/spam.png
 html/Ticket/Elements/ReportSpam
 html/Tools/Spam/Elements/Tabs
 html/Tools/Spam/index.html

Modified: RT-Extension-ReportSpam/META.yml
==============================================================================
--- RT-Extension-ReportSpam/META.yml	(original)
+++ RT-Extension-ReportSpam/META.yml	Thu Jul  1 03:24:54 2010
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.42
 distribution_type: module
-generated_by: 'Module::Install version 0.91'
+generated_by: 'Module::Install version 0.99'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html

Modified: RT-Extension-ReportSpam/lib/RT/Extension/ReportSpam.pm
==============================================================================
--- RT-Extension-ReportSpam/lib/RT/Extension/ReportSpam.pm	(original)
+++ RT-Extension-ReportSpam/lib/RT/Extension/ReportSpam.pm	Thu Jul  1 03:24:54 2010
@@ -4,7 +4,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 =head1 NAME
 



More information about the Bps-public-commit mailing list