[Rt-commit] rt branch, 4.2/admin-config-static-paths, created. rt-4.2.2-15-g45b5972

Alex Vandiver alexmv at bestpractical.com
Wed Feb 5 15:46:43 EST 2014


The branch, 4.2/admin-config-static-paths has been created
        at  45b597283548ec3e3b9cdb26bb7026659ace2455 (commit)

- Log -----------------------------------------------------------------
commit 45b597283548ec3e3b9cdb26bb7026659ace2455
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Feb 5 15:46:38 2014 -0500

    Show static roots in system configuration, along with Mason roots

diff --git a/share/html/Admin/Tools/Configuration.html b/share/html/Admin/Tools/Configuration.html
index 3a0e1f3..295e25e 100644
--- a/share/html/Admin/Tools/Configuration.html
+++ b/share/html/Admin/Tools/Configuration.html
@@ -180,6 +180,15 @@ for my $type (qw/Tickets Queues Transactions Groups PrivilegedUsers Unprivileged
 </ol>
 </&>
 
+<&|/Widgets/TitleBox, title => loc("Static file search order") &>
+<ol>
+% foreach my $path ( (map {$_->{root}} RT->Config->Get('StaticRoots')),
+%                    RT::Interface::Web->StaticRoots ) {
+<li><% $path %></li>
+% }
+</ol>
+</&>
+
 <&|/Widgets/TitleBox, title => loc("Perl library search order") &>
 <ol>
 % foreach my $inc (@INC) {

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


More information about the rt-commit mailing list