Skip to content

Commit

Permalink
bump version, 0.02
Browse files Browse the repository at this point in the history
  • Loading branch information
ruz committed Dec 11, 2009
1 parent 584ec8b commit fb2fb2e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Changes
@@ -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
9 changes: 9 additions & 0 deletions MANIFEST
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/RT/Extension/ReportSpam.pm
Expand Up @@ -4,7 +4,7 @@ use 5.008;
use strict;
use warnings;

our $VERSION = '0.01';
our $VERSION = '0.02';

=head1 NAME
Expand Down

0 comments on commit fb2fb2e

Please sign in to comment.