[Bps-public-commit] r20212 - in RT-Extension-ReportSpam: lib/RT/Extension
ruz at bestpractical.com
ruz at bestpractical.com
Fri Dec 11 18:11:32 EST 2009
Author: ruz
Date: Fri Dec 11 18:11:30 2009
New Revision: 20212
Added:
RT-Extension-ReportSpam/Changes
Modified:
RT-Extension-ReportSpam/MANIFEST
RT-Extension-ReportSpam/lib/RT/Extension/ReportSpam.pm
Log:
* bump version, 0.02
Added: RT-Extension-ReportSpam/Changes
==============================================================================
--- (empty file)
+++ RT-Extension-ReportSpam/Changes Fri Dec 11 18:11:30 2009
@@ -0,0 +1,14 @@
+0.02 2009-12-12
+
+ * delete the ticket when it's reported as spam and user has
+ rights
+ * open deleted ticket when it's un-reported by all and last
+ person has rights to change status
+ * Tools/Spam/ - simple spam handling interface
+ * ReportSpam for tickets search results
+ * icons for 'not spam' and 'spam'
+ * fixed un-reporting, DeleteAttrbute was called improperly
+
+0.01 2009-05-19
+
+ * intial release
Modified: RT-Extension-ReportSpam/MANIFEST
==============================================================================
--- RT-Extension-ReportSpam/MANIFEST (original)
+++ RT-Extension-ReportSpam/MANIFEST Fri Dec 11 18:11:30 2009
@@ -1,6 +1,15 @@
+Changes
+html/Callbacks/RT-Extension-ReportSpam/Elements/RT__Ticket/ColumnMap/Once
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/Ticket/Elements/ReportSpam
+html/Tools/Spam/Elements/Tabs
+html/Tools/Spam/index.html
+html/Tools/Spam/Recent.html
+html/Tools/Spam/Reported.html
inc/Module/Install.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
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 Fri Dec 11 18:11:30 2009
@@ -4,7 +4,7 @@
use strict;
use warnings;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
=head1 NAME
More information about the Bps-public-commit
mailing list