[Bps-public-commit] rt-extension-localdateheader branch, master, updated. f5df9ac7d0778a77a2d64634de55cab75d5b56be

Alex Vandiver alexmv at bestpractical.com
Mon Aug 27 16:52:10 EDT 2012


The branch, master has been updated
       via  f5df9ac7d0778a77a2d64634de55cab75d5b56be (commit)
       via  3f56dd49d45ca655cd07bac12868928a6f31e8eb (commit)
      from  196a2555e0ecefe37371136ce2acc80014c22bf9 (commit)

Summary of changes:
 README                              | 6 +++---
 lib/RT/Extension/LocalDateHeader.pm | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit 3f56dd49d45ca655cd07bac12868928a6f31e8eb
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Aug 27 16:50:39 2012 -0400

    /Elements/ not /Element/ -- but just use -p1

diff --git a/lib/RT/Extension/LocalDateHeader.pm b/lib/RT/Extension/LocalDateHeader.pm
index a1bddf2..0d8cf44 100644
--- a/lib/RT/Extension/LocalDateHeader.pm
+++ b/lib/RT/Extension/LocalDateHeader.pm
@@ -30,7 +30,7 @@ or add C<RT::Extension::LocalDateHeader> to your existing C<@Plugins> line.
 
 =item patch RT
 
-    patch /path/to/rt/share/html/Ticket/Element/ShowMessageHeaders < etc/callback_before_localization.diff
+    patch -d /opt/rt4 -p1 < etc/callback_before_localization.diff
 
 =item Clear your mason cache
 

commit f5df9ac7d0778a77a2d64634de55cab75d5b56be
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Aug 27 16:50:47 2012 -0400

    Regenerate README

diff --git a/README b/README
index e450984..e8279da 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 NAME
-    RT-Extension-LocalDateHeader - [One line description of module's purpose
-    here]
+    RT-Extension-LocalDateHeader - Display local date for attachment Date
+    header
 
 INSTALLATION
     perl Makefile.PL
@@ -17,7 +17,7 @@ INSTALLATION
         line.
 
     patch RT
-            patch /path/to/rt/share/html/Ticket/Element/ShowMessageHeaders < etc/callback_before_localization.diff
+            patch -d /opt/rt4 -p1 < etc/callback_before_localization.diff
 
     Clear your mason cache
             rm -rf /opt/rt4/var/mason_data/obj

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



More information about the Bps-public-commit mailing list