Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
best-practical
rt-extension-localdateheader
Commits
6077ff50
Commit
6077ff50
authored
Jan 06, 2014
by
Kevin Falcone
Browse files
Update documentation for 4.2 Plugin and with a better Description
parent
5b530e54
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
4 deletions
+34
-4
README
README
+16
-2
lib/RT/Extension/LocalDateHeader.pm
lib/RT/Extension/LocalDateHeader.pm
+18
-2
No files found.
README
View file @
6077ff50
...
...
@@ -2,6 +2,16 @@ NAME
RT-Extension-LocalDateHeader - Display local date for attachment Date
header
DESCRIPTION
The Date: header included in emails received by RT will often be in the
sender's timezone (or possibly force to UTC by the remove mail server).
This extension will rewrite the Date: header to the user's timezone
while also displaying the original Date: next to it.
VERSION
Compatible with RT 4.0 and 4.2. Versions earlier than 4.0.8 will need to
patch as instructed below. Untested on 3.8.
INSTALLATION
perl Makefile.PL
make
...
...
@@ -9,7 +19,11 @@ INSTALLATION
May need root permissions
Edit your /opt/rt4/etc/RT_SiteConfig.pm
Add this line:
If you are using RT 4.2 or later, add this line:
Plugin('RT::Extension::LocalDateHeader');
For earlier releases of RT 4, add this line:
Set(@Plugins, qw(RT::Extension::LocalDateHeader));
...
...
@@ -30,7 +44,7 @@ AUTHOR
sunnavy <sunnavy@bestpractical.com>
LICENSE AND COPYRIGHT
Copyright 2012 Best Practical Solutions, LLC.
Copyright 2012
-2014
Best Practical Solutions, LLC.
This is free software, licensed under:
...
...
lib/RT/Extension/LocalDateHeader.pm
View file @
6077ff50
...
...
@@ -8,6 +8,18 @@ our $VERSION = '0.01';
RT-Extension-LocalDateHeader - Display local date for attachment Date header
=head1 DESCRIPTION
The Date: header included in emails received by RT will often be in the
sender's timezone (or possibly force to UTC by the remove mail server).
This extension will rewrite the Date: header to the user's timezone
while also displaying the original Date: next to it.
=head1 VERSION
Compatible with RT 4.0 and 4.2. Versions earlier than 4.0.8 will need to
patch as instructed below. Untested on 3.8.
=head1 INSTALLATION
=over
...
...
@@ -22,7 +34,11 @@ May need root permissions
=item Edit your /opt/rt4/etc/RT_SiteConfig.pm
Add this line:
If you are using RT 4.2 or later, add this line:
Plugin('RT::Extension::LocalDateHeader');
For earlier releases of RT 4, add this line:
Set(@Plugins, qw(RT::Extension::LocalDateHeader));
...
...
@@ -48,7 +64,7 @@ sunnavy <sunnavy@bestpractical.com>
=head1 LICENSE AND COPYRIGHT
Copyright 2012 Best Practical Solutions, LLC.
Copyright 2012
-2014
Best Practical Solutions, LLC.
This is free software, licensed under:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment