[Bps-public-commit] RTx-TakeScreenshots branch, master, updated. fb33e94449a25bb8bb8f07d8d8e9b511731a235c
Thomas Sibley
trs at bestpractical.com
Mon Apr 25 12:34:42 EDT 2011
The branch, master has been updated
via fb33e94449a25bb8bb8f07d8d8e9b511731a235c (commit)
via 5cbe01bf44805db4faf9053df31456f2103a11b6 (commit)
from 5f86708b1f39d92cb474f50e0b13e16adf7f476e (commit)
Summary of changes:
bin/take-screenshots | 3 ++-
etc/initialdata | 5 +++++
inc/Module/Install/RTx.pm | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 5cbe01bf44805db4faf9053df31456f2103a11b6
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Apr 25 12:34:24 2011 -0400
Update M::I::RTx
diff --git a/inc/Module/Install/RTx.pm b/inc/Module/Install/RTx.pm
index 726b3fb..d8ab04c 100644
--- a/inc/Module/Install/RTx.pm
+++ b/inc/Module/Install/RTx.pm
@@ -44,7 +44,7 @@ sub RTx {
local @INC = (
$ENV{RTHOME} ? ( $ENV{RTHOME}, "$ENV{RTHOME}/lib" ) : (),
@INC,
- map { ( "$_/rt4/lib", "$_/lib/rt4", "$_/rt3/lib", "$_/lib/rt3", "$_/lib" )
+ map { ( "$_/rt4/lib", "$_/lib/rt4", "$_/rt3/lib", "$_/lib/rt3", "$_/lib" )
} grep $_, @prefixes
);
until ( eval { require RT; $RT::LocalPath } ) {
commit fb33e94449a25bb8bb8f07d8d8e9b511731a235c
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Apr 25 12:34:38 2011 -0400
Show the rights editor with some rights granted
diff --git a/bin/take-screenshots b/bin/take-screenshots
index 3e3be37..11ae183 100755
--- a/bin/take-screenshots
+++ b/bin/take-screenshots
@@ -107,7 +107,8 @@ ticket_charts|/Search/Chart.html?Query=Created+%3C+%27tomorrow%27&SavedChartSear
dashboard|/Dashboards/10/SLA+Performance
dashboard_subscription|/Dashboards/Subscription.html?id=10
theme_editor|/Admin/Tools/Theme.html
-admin_rights_editor|/Admin/Global/GroupRights.html
+# acl-Roles-9 is the global Requestor group
+admin_rights_editor|/Admin/Global/GroupRights.html#acl-Roles-9
# Once we hit a mobile page, we resize to a smaller window. Only mobile pages
# should be below this line.
mobile|/m/
diff --git a/etc/initialdata b/etc/initialdata
index 4403c9c..cabb7d2 100644
--- a/etc/initialdata
+++ b/etc/initialdata
@@ -46,6 +46,11 @@
GroupType => "Everyone",
Right => $_,
}, qw/SuperUser/),
+ (map +{
+ GroupDomain => "RT::System-Role",
+ GroupType => "Requestor",
+ Right => $_,
+ }, qw/CreateTicket ReplyToTicket SeeCustomField ShowTicket/),
);
@Scrips = (
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list