[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-531-gfc44d12
Kevin Falcone
falcone at bestpractical.com
Thu Nov 18 17:04:56 EST 2010
The branch, 3.9-trunk has been updated
via fc44d12fe4af1b972d50ff7259c4a3c6299c89a0 (commit)
via cad75ca52f7e68d48ce332e4372a205630aec979 (commit)
from 9c99cc0e3fc0a3bdd6a04e7020414903fe6d7523 (commit)
Summary of changes:
etc/RT_Config.pm.in | 4 +++-
share/html/Elements/Tabs | 2 --
2 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit cad75ca52f7e68d48ce332e4372a205630aec979
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Nov 18 15:51:13 2010 -0500
remove empty if check.
diff --git a/share/html/Elements/Tabs b/share/html/Elements/Tabs
index eb36777..f916780 100755
--- a/share/html/Elements/Tabs
+++ b/share/html/Elements/Tabs
@@ -227,8 +227,6 @@ if ( $request_path !~ qr{^/SelfService/} ) {
}
if ( $request_path =~ qr'Admin/Queues' ) {
- if ( $session{'CurrentUser'}->HasRight( Object => $RT::System, Right => 'AdminQueue' ) ) {
- }
if ( my $id = $m->request_args->{'id'} || $m->request_args->{'Queue'} ) {
my $queue_obj = RT::Queue->new( $session{'CurrentUser'} );
$queue_obj->Load($id);
commit fc44d12fe4af1b972d50ff7259c4a3c6299c89a0
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Nov 18 16:52:55 2010 -0500
Switch to aileron as default theme
Briefly document the 2 new themes which are available
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 7c558c6..793eabd 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -837,6 +837,8 @@ This determines the default stylesheet the RT web interface will use.
RT ships with several themes by default:
web2 The default layout for RT 3.8
+ aileron New default layout for RT 4.0
+ ballard Theme which doesn't rely on JavaScript for menuing
This value actually specifies a directory in F<share/html/NoAuth/css/>
from which RT will try to load the file main.css (which should
@@ -846,7 +848,7 @@ option can be overridden by users in their preferences.
=cut
-Set($WebDefaultStylesheet, 'web2');
+Set($WebDefaultStylesheet, 'aileron');
=item C<$UsernameFormat>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list