[Bps-public-commit] rt-extension-commentoncreate branch, master, updated. 0.02-5-g0f29e27
Jim Brandt
jbrandt at bestpractical.com
Thu Jun 21 13:57:50 EDT 2012
The branch, master has been updated
via 0f29e278e64eee7e536d20b0e90a91023f5c36ee (commit)
from 2fe1257e8c846b0c2ec33e4b3f2a08a1f6e0e183 (commit)
Summary of changes:
Changes | 4 ++++
MANIFEST | 3 ++-
lib/RT/Extension/CommentOnCreate.pm | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 0f29e278e64eee7e536d20b0e90a91023f5c36ee
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Thu Jun 21 13:20:38 2012 -0400
Prep for dev release
Update VERSION, MANIFEST, Changes
diff --git a/Changes b/Changes
index 025a06f..eaf34b2 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for RT-Extension-CommentOnCreate
+0.03_01
+ Don't include articles in comments (requires RT patch
+ for RT version <= 4.0.6)
+
0.02
Make width/height of the boxes configurable
diff --git a/MANIFEST b/MANIFEST
index fa64df7..3d76e28 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -18,5 +18,6 @@ lib/RT/Extension/CommentOnCreate.pm
Makefile.PL
MANIFEST This list of files
META.yml
+patches/3.8.7-after_message_box_callback.diff
+patches/4.0.6-include_article_flag.diff
README
-rt.diff
diff --git a/lib/RT/Extension/CommentOnCreate.pm b/lib/RT/Extension/CommentOnCreate.pm
index 4ff9d65..6b2103d 100644
--- a/lib/RT/Extension/CommentOnCreate.pm
+++ b/lib/RT/Extension/CommentOnCreate.pm
@@ -1,6 +1,6 @@
package RT::Extension::CommentOnCreate;
-our $VERSION = '0.03';
+our $VERSION = '0.03_01';
use warnings;
use strict;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list