[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.13-146-g42821b8

Jim Brandt jbrandt at bestpractical.com
Fri Jun 2 16:17:34 EDT 2017


The branch, 4.2-trunk has been updated
       via  42821b80daf4e16d0290b32c1bf5a7f63e7cb1c6 (commit)
       via  8871a2247de4830d9c6bb41ed268d75136621bd7 (commit)
      from  bce3d73fec684e448ebcbf6d3e1b8c22299dc40c (commit)

Summary of changes:
 docs/writing_portlets.pod | 2 +-
 lib/RT/Attribute.pm       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 8871a2247de4830d9c6bb41ed268d75136621bd7
Author: Matt Zagrabelny <mzagrabe at d.umn.edu>
Date:   Wed Oct 12 19:38:36 2016 -0500

    documentation typo - html files are in share/html

diff --git a/docs/writing_portlets.pod b/docs/writing_portlets.pod
index 0530fd8..5fae407 100644
--- a/docs/writing_portlets.pod
+++ b/docs/writing_portlets.pod
@@ -38,7 +38,7 @@ They can also appear on the Self-Service interface, but have to be
 hard-coded, because Self-Service users don't have the same preferences
 available to them.  You will have to create your element in
 C</opt/rt4/local/html/SelfService/Elements>, then exend the SelfService
-interface to call it.  Copy C</opt/rt4/html/SelfService/index.html> to
+interface to call it.  Copy C</opt/rt4/share/html/SelfService/index.html> to
 C</opt/rt4/local/html/SelfService/index.html>, then edit it to add:
 
     <& /SelfService/Elements/MyPortlet &>

commit 42821b80daf4e16d0290b32c1bf5a7f63e7cb1c6
Author: Matt Zagrabelny <mzagrabe at d.umn.edu>
Date:   Fri May 26 14:44:06 2017 -0500

    s/enver/never

diff --git a/lib/RT/Attribute.pm b/lib/RT/Attribute.pm
index aa965e0..702f668 100644
--- a/lib/RT/Attribute.pm
+++ b/lib/RT/Attribute.pm
@@ -432,7 +432,7 @@ sub CurrentUserHasRight {
 
 =head1 TODO
 
-We should be deserializing the content on load and then enver again, rather than at every access
+We should be deserializing the content on load and then never again, rather than at every access
 
 =cut
 

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


More information about the rt-commit mailing list