[Bps-public-commit] rt-extension-repeatticket branch, master, updated. 10cea0dc49d1911359ae7163a9efe2ee7e91f7bc
Alex Vandiver
alexmv at bestpractical.com
Thu Feb 13 17:19:22 EST 2014
The branch, master has been updated
via 10cea0dc49d1911359ae7163a9efe2ee7e91f7bc (commit)
from 420962918c4a3f741a183cf57be0dee22b054b81 (commit)
Summary of changes:
Changes | 18 +++++++++++-------
MANIFEST | 2 ++
META.yml | 4 +++-
lib/RT/Extension/RepeatTicket.pm | 2 +-
4 files changed, 17 insertions(+), 9 deletions(-)
- Log -----------------------------------------------------------------
commit 10cea0dc49d1911359ae7163a9efe2ee7e91f7bc
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Feb 13 17:19:03 2014 -0500
Version 0.07 releng
diff --git a/Changes b/Changes
index 910fe72..d7e4e12 100644
--- a/Changes
+++ b/Changes
@@ -1,17 +1,21 @@
Revision history for RT-Extension-RepeatTicket
- MM/DD/YYY
-0.06 12/11/2013
+
+0.07 2014-02-13
+ * Styling on RT 4.2
+ * Use <label>s to make radio button selection easier
+ * Fix translation strings to use phrases, not words
+
+0.06 2013-12-11
* Fix copying of RefersTo links on repeated tickets
-0.05 10/10/2013
+0.05 2013-10-10
* Updates for RT 4.2
-0.04 07/01/2013
+0.04 2013-07-01
* Fixed bug with CFs on repeated tickets
* Added subject format config option
* Move tests to xt
* Add note on supported versions of RT
-0.03 03/28/2013
- First version, released on an unsuspecting world.
-
+0.03 2013-03-28
+ * First version, released on an unsuspecting world.
diff --git a/MANIFEST b/MANIFEST
index 3ad7f20..3e1e51d 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -27,7 +27,9 @@ Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
META.yml
+po/repeatticket.pot
README
+static/css/repeat-ticket.css
xt/cf.t
xt/daily.t
xt/end_conditions.t
diff --git a/META.yml b/META.yml
index 8af6701..2e8a09c 100644
--- a/META.yml
+++ b/META.yml
@@ -19,9 +19,11 @@ no_index:
- etc
- html
- inc
+ - po
+ - static
- xt
requires:
DateTime::Event::ICal: 0
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: 0.06
+version: 0.07
diff --git a/lib/RT/Extension/RepeatTicket.pm b/lib/RT/Extension/RepeatTicket.pm
index 7e0e4c9..99010c0 100644
--- a/lib/RT/Extension/RepeatTicket.pm
+++ b/lib/RT/Extension/RepeatTicket.pm
@@ -3,7 +3,7 @@ use strict;
package RT::Extension::RepeatTicket;
-our $VERSION = "0.06";
+our $VERSION = "0.07";
use RT::Interface::Web;
use DateTime;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list