[Bps-public-commit] rt-extension-jsgantt branch, master, updated. 45e91530cdbc60add458cd4616fab1b2c1d5d8ca
? sunnavy
sunnavy at bestpractical.com
Wed Oct 26 14:33:25 EDT 2011
The branch, master has been updated
via 45e91530cdbc60add458cd4616fab1b2c1d5d8ca (commit)
via eca6dccca1b0595e1ef34875f4f87fb4e28de4e1 (commit)
from 751fc7dc8e631b708acc4e9f4d3d4e505aed0f69 (commit)
Summary of changes:
Changes | 8 +++++++-
META.yml | 2 +-
README | 2 +-
lib/RT/Extension/JSGantt.pm | 2 +-
4 files changed, 10 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit eca6dccca1b0595e1ef34875f4f87fb4e28de4e1
Author: sunnavy <sunnavy at gmail.com>
Date: Thu Oct 27 02:29:12 2011 +0800
release 0.15
diff --git a/Changes b/Changes
index dd75b4e..d523012 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
Revision history for RT-Extension-JSGantt
-0.15
+0.15 Thu Oct 27 02:22:31 CST 2011
+
+ * make ColorSchemeByOwner true by default
+ * fix the situation where number of owners are more than colors by
+ recycling the color scheme
0.14 Wed Oct 26 18:47:18 CST 2011
diff --git a/README b/README
index c66d834..3e9b4e4 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-RT-Extension-JSGantt version 0.13
+RT-Extension-JSGantt version 0.15
How to install:
commit 45e91530cdbc60add458cd4616fab1b2c1d5d8ca
Author: sunnavy <sunnavy at gmail.com>
Date: Thu Oct 27 02:33:04 2011 +0800
bump to 0.16
diff --git a/Changes b/Changes
index d523012..92f0c1d 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
Revision history for RT-Extension-JSGantt
+0.16
+
0.15 Thu Oct 27 02:22:31 CST 2011
* make ColorSchemeByOwner true by default
diff --git a/META.yml b/META.yml
index e903c82..5601e6c 100644
--- a/META.yml
+++ b/META.yml
@@ -23,4 +23,4 @@ requires:
List::MoreUtils: 0
resources:
repository: git://github.com/bestpractical/rt-extension-jsgantt.git
-version: 0.15
+version: 0.16
diff --git a/README b/README
index 3e9b4e4..d7c20d6 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-RT-Extension-JSGantt version 0.15
+RT-Extension-JSGantt version 0.16
How to install:
diff --git a/lib/RT/Extension/JSGantt.pm b/lib/RT/Extension/JSGantt.pm
index ef24887..da75579 100644
--- a/lib/RT/Extension/JSGantt.pm
+++ b/lib/RT/Extension/JSGantt.pm
@@ -58,7 +58,7 @@ RT::Extension::JSGantt - Gantt charts for your tickets
package RT::Extension::JSGantt;
-our $VERSION = '0.15';
+our $VERSION = '0.16';
use warnings;
use strict;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list