[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-987-g037709f
Jesse Vincent
jesse at bestpractical.com
Tue Dec 21 16:06:17 EST 2010
The branch, 3.9-trunk has been updated
via 037709f22916e099befbc191772423e88d1c63e2 (commit)
via bed4fbc09b4887ee8ccefbb998478db02054530c (commit)
from 350ca500b3a1e0ddf1f757117022db15a2af7bea (commit)
Summary of changes:
share/html/Elements/Tabs | 2 +-
t/web/squish.t | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit bed4fbc09b4887ee8ccefbb998478db02054530c
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Dec 21 16:01:59 2010 -0500
quiet a warning
diff --git a/t/web/squish.t b/t/web/squish.t
index 14dcc03..0a63b0a 100644
--- a/t/web/squish.t
+++ b/t/web/squish.t
@@ -32,7 +32,7 @@ diag "test squished files with customized files and devel mode disabled";
SKIP:
{
skip 'need actual server to reinitialize', 6
- if $ENV{RT_TEST_WEB_HANDLER} eq 'inline';
+ if ($ENV{RT_TEST_WEB_HANDLER} ||'') eq 'inline';
require RT::Squish::JS;
RT::Squish::JS->UpdateFilesMap( head => ['/NoAuth/js/IE7/IE7.js'] );
require RT::Squish::CSS;
commit 037709f22916e099befbc191772423e88d1c63e2
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Dec 21 16:06:03 2010 -0500
Add "..." to Actions on ticket display pages
diff --git a/share/html/Elements/Tabs b/share/html/Elements/Tabs
index e4b06d4..3a1c82a 100755
--- a/share/html/Elements/Tabs
+++ b/share/html/Elements/Tabs
@@ -433,7 +433,7 @@ my $build_admin_menu = sub {
my $obj = RT::Ticket->new( $session{'CurrentUser'} );
$obj->Load($id);
- my $actions = PageMenu()->child( actions => title => loc('Actions'), sort_order => 95 );
+ my $actions = PageMenu()->child( actions => title => loc('Actions...'), sort_order => 95 );
my $tabs = PageMenu();
$tabs->child( bookmark => raw_html => $m->scomp( '/Ticket/Elements/Bookmark', id => $id ),
sort_order => 99
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list