[Bps-public-commit] rt-extension-jsgantt branch, remove-datedaybeforemonth-option, updated. 1.02

Alex Vandiver alexmv at bestpractical.com
Wed Dec 10 15:14:40 EST 2014


The branch, remove-datedaybeforemonth-option has been updated
       via  3c40126f9e27b51777f0432360635828169386f8 (commit)
      from  ba76243d460562824d9b602f6dd914e025c7e03c (commit)

Summary of changes:
 MANIFEST |  1 -
 META.yml |  3 +--
 README   | 14 ++++++++++++++
 3 files changed, 15 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 3c40126f9e27b51777f0432360635828169386f8
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Dec 10 15:14:10 2014 -0500

    Version 1.02 releng

diff --git a/MANIFEST b/MANIFEST
index 8dbdc7a..65c7819 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,4 @@
 Changes
-etc/jsgantt.diff
 html/Callbacks/JSGantt/Elements/Header/Head
 html/Callbacks/JSGantt/Elements/Tabs/Privileged
 html/Callbacks/JSGantt/Search/Elements/ResultViews/AfterTools
diff --git a/META.yml b/META.yml
index fe2e9f2..42a30eb 100644
--- a/META.yml
+++ b/META.yml
@@ -16,7 +16,6 @@ meta-spec:
 name: RT-Extension-JSGantt
 no_index:
   directory:
-    - etc
     - html
     - inc
     - static
@@ -27,6 +26,6 @@ requires:
 resources:
   license: http://opensource.org/licenses/gpl-license.php
   repository: http://github.com/bestpractical/rt-extension-jsgantt
-version: '1.01'
+version: '1.02'
 x_module_install_rtx_version: '0.36'
 x_requires_rt: 4.0.0
diff --git a/README b/README
index 95fb598..fe026a6 100644
--- a/README
+++ b/README
@@ -78,6 +78,20 @@ METHODS
     $start_obj, $start, $end_obj, $end ) $start and $end are strings like
     3/21/2011
 
+UPGRADING
+  DateDayBeforeMonth
+    Prior to version 1.02, there was an undocumented RT config option
+    DateDayBeforeMonth. If you have DateDayBeforeMonth set in your RT, you
+    can make JSGantt do the same thing by setting DateDisplayFormat in
+    RT_SiteConfig.pm:
+
+        Set(
+            %JSGanttOptions,
+            ...
+            # DateDisplayFormat => 'dd/mm/yyyy',
+            ...
+        );
+
 AUTHOR
     Best Practical Solutions, LLC <modules at bestpractical.com>
 

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list