[Bps-public-commit] r16641 - in RT-Extension-ExtractSubjectTagOnTransaction: .
alexmv at bestpractical.com
alexmv at bestpractical.com
Fri Oct 31 13:51:48 EDT 2008
Author: alexmv
Date: Fri Oct 31 13:51:48 2008
New Revision: 16641
Added:
RT-Extension-ExtractSubjectTagOnTransaction/META.yml
RT-Extension-ExtractSubjectTagOnTransaction/SIGNATURE
Modified:
RT-Extension-ExtractSubjectTagOnTransaction/README
RT-Extension-ExtractSubjectTagOnTransaction/lib/RT/Extension/ExtractSubjectTagOnTransaction.pm
Log:
0.02 releng; note inclusion in 3.8 and above
Added: RT-Extension-ExtractSubjectTagOnTransaction/META.yml
==============================================================================
--- (empty file)
+++ RT-Extension-ExtractSubjectTagOnTransaction/META.yml Fri Oct 31 13:51:48 2008
@@ -0,0 +1,20 @@
+---
+abstract: On transaction, adds the tags in the transaction subject to the ticket's subject.
+author:
+ - Robert Spier <robert at bestpractical.com>
+distribution_type: module
+generated_by: Module::Install version 0.68
+license: GPL version 2
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.3.html
+ version: 1.3
+name: RT-Extension-ExtractSubjectTagOnTransaction
+no_index:
+ directory:
+ - etc
+ - html
+ - po
+ - var
+ - inc
+ - t
+version: 0.02
Modified: RT-Extension-ExtractSubjectTagOnTransaction/README
==============================================================================
--- RT-Extension-ExtractSubjectTagOnTransaction/README (original)
+++ RT-Extension-ExtractSubjectTagOnTransaction/README Fri Oct 31 13:51:48 2008
@@ -15,7 +15,10 @@
RT system.
This extension looks at incoming messages and modifies the subject of
-the ticket to include any appropriate rtnames (or other tags) from other systems.
+the ticket to include any appropriate rtnames (or other tags) from
+other systems.
+
+This extension is already included in RT 3.8.0 and above.
INSTALLATION ---
Added: RT-Extension-ExtractSubjectTagOnTransaction/SIGNATURE
==============================================================================
--- (empty file)
+++ RT-Extension-ExtractSubjectTagOnTransaction/SIGNATURE Fri Oct 31 13:51:48 2008
@@ -0,0 +1,43 @@
+This file contains message digests of all files listed in MANIFEST,
+signed via the Module::Signature module, version 0.55.
+
+To verify the content in this distribution, first make sure you have
+Module::Signature installed, then type:
+
+ % cpansign -v
+
+It will check each file's integrity, as well as the signature's
+validity. If "==> Signature verified OK! <==" is not displayed,
+the distribution may already have been compromised, and you should
+not run its Makefile.PL or Build.PL.
+
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+SHA1 79be473012652481b59dbd7ad3911a9cc9309c6c MANIFEST
+SHA1 476d7dcb1e66531cb9713555c035a0eaf16ec8ab META.yml
+SHA1 8cb22697cbcc1b29e2347e39322f5aff0e861d6b Makefile.PL
+SHA1 206e3ab05e6b1fdf101bd089f117fc7a2913eac6 README
+SHA1 75dce60c878843a78ee4fe7092f3f84910a234a8 etc/initialdata
+SHA1 40719014825be9a353e484298cd4e0532389a73a etc/no-autoopen.patch
+SHA1 7e2cfa1b9efe0d502ee57717649c90ba4bd28ba9 inc/Module/Install.pm
+SHA1 6e1392d80a0f239eecd5664f7f21f922cedb9329 inc/Module/Install/Base.pm
+SHA1 f69417fe831d9cc22a78f00a617afadceade4d81 inc/Module/Install/Can.pm
+SHA1 c61d02895330310048bf388881b5e2e064031561 inc/Module/Install/Fetch.pm
+SHA1 54fcbed19232ec959bb17cfb4410599afc7f0779 inc/Module/Install/Makefile.pm
+SHA1 7d3be9b158e37b2b2c22084740099955623b1d56 inc/Module/Install/Metadata.pm
+SHA1 4c845c66385929c9d080228ddf2e730066b310d3 inc/Module/Install/RTx.pm
+SHA1 449e998bb26b566ce352948ae08906f3448ebcba inc/Module/Install/RTx/Factory.pm
+SHA1 0a8b66180229ba2f9deaea1fedd0aacf7a7ace6b inc/Module/Install/Win32.pm
+SHA1 d3352eb33fe43a5f3ead513f645224fe34d73bc9 inc/Module/Install/WriteAll.pm
+SHA1 c312eb81e5a75b7109c87bed1957a412835d4764 lib/RT/Action/ExtractSubjectTag.pm
+SHA1 26a080626c6b34fb824106d20818f20e11b8ee84 lib/RT/Extension/ExtractSubjectTagOnTransaction.pm
+SHA1 9105fba4382a103d0283c2c3403773aa86f65df1 t/01extract_tags.t
+SHA1 7fd6efb1c400d3a1e302cfc273d167958c9b2273 t/02custom_tags.t
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.9 (GNU/Linux)
+
+iEYEARECAAYFAkkLRYEACgkQMflWJZZAbqAAwwCggFeroe/ze3VF/CwW4npfAxsF
+47sAoJb6yZK3CyVea9XLTE8nhxLXHj0e
+=sTdb
+-----END PGP SIGNATURE-----
Modified: RT-Extension-ExtractSubjectTagOnTransaction/lib/RT/Extension/ExtractSubjectTagOnTransaction.pm
==============================================================================
--- RT-Extension-ExtractSubjectTagOnTransaction/lib/RT/Extension/ExtractSubjectTagOnTransaction.pm (original)
+++ RT-Extension-ExtractSubjectTagOnTransaction/lib/RT/Extension/ExtractSubjectTagOnTransaction.pm Fri Oct 31 13:51:48 2008
@@ -9,6 +9,6 @@
package RT::Extension::ExtractSubjectTagOnTransaction;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
1;
More information about the Bps-public-commit
mailing list