[Rt-commit] r2468 -
rt/branches/QUEBEC-EXPERIMENTAL/etc/upgrade/QUEBEC
clkao at bestpractical.com
clkao at bestpractical.com
Mon Mar 14 12:01:08 EST 2005
Author: clkao
Date: Mon Mar 14 12:01:08 2005
New Revision: 2468
Added:
rt/branches/QUEBEC-EXPERIMENTAL/etc/upgrade/QUEBEC/
rt/branches/QUEBEC-EXPERIMENTAL/etc/upgrade/QUEBEC/content
Log:
Upgrade path to QUEBEC.
Added: rt/branches/QUEBEC-EXPERIMENTAL/etc/upgrade/QUEBEC/content
==============================================================================
--- (empty file)
+++ rt/branches/QUEBEC-EXPERIMENTAL/etc/upgrade/QUEBEC/content Mon Mar 14 12:01:08 2005
@@ -0,0 +1,36 @@
+ at Attributes = (
+ { Name => 'Search - My Tickets',
+ Description => '[_1] highest priority tickets I own',
+ Content =>
+ { Format => "'<a href=\"__WebPath__/Ticket/Display.html?id=__id__\">__id__</a>/TITLE:#', '<a href=\"$RT::WebPath/Ticket/Display.html?id=__id__\">__Subject__</a>/TITLE:Subject', Priority, QueueName, ExtendedStatus",
+ Query => " Owner = '__CurrentUser__' AND ( Status = 'new' OR Status = 'open')",
+ OrderBy => 'Priority',
+ Order => 'DESC' },
+ },
+ { Name => 'Search - Unowned Tickets',
+ Description => '[_1] newest unowned tickets',
+ Content =>
+ { Format => "'<a href=\"__WebPath__/Ticket/Display.html?id=__id__\">__id__</a>/TITLE:#', '<a href=\"__WebPath__/Ticket/Display.html?id=__id__\">__Subject__</a>/TITLE:Subject', QueueName, ExtendedStatus, CreatedRelative, '<A HREF=\"__WebPath__/Ticket/Display.html?Action=Take&id=__id__\">__loc(Take)__</a>/TITLE: ' ",
+ Query => " Owner = 'Nobody' AND ( Status = 'new' OR Status = 'open')",
+ OrderBy => 'Created',
+ Order => 'DESC' },
+ },
+ { Name => 'HomepageSettings',
+ Description => 'HomepageSettings',
+ Content =>
+ { 'body' =>
+ [ { type => 'system', name => 'My Tickets' },
+ { type => 'system', name => 'Unowned Tickets' },
+ { type => 'component', name => 'QuickCreate'},
+ ],
+ 'summary' =>
+ [ { type => 'component', name => 'Quicksearch' },
+ { type => 'component', name => 'MySupportQueues' },
+ { type => 'component', name => 'MyAdminQueues' },
+ { type => 'component', name => 'RefreshHomepage' },
+ ]
+ },
+}
+);
+
+1;
More information about the Rt-commit
mailing list