[Rt-commit] r11066 - in rt/branches/3.8-TESTING/etc: .

ruz at bestpractical.com ruz at bestpractical.com
Thu Mar 13 13:02:33 EDT 2008


Author: ruz
Date: Thu Mar 13 13:02:32 2008
New Revision: 11066

Added:
   rt/branches/3.8-TESTING/etc/upgrade/3.7.82/
   rt/branches/3.8-TESTING/etc/upgrade/3.7.82/content
Modified:
   rt/branches/3.8-TESTING/etc/initialdata

Log:
* add search 'My Bookmarks'

Modified: rt/branches/3.8-TESTING/etc/initialdata
==============================================================================
--- rt/branches/3.8-TESTING/etc/initialdata	(original)
+++ rt/branches/3.8-TESTING/etc/initialdata	Thu Mar 13 13:02:32 2008
@@ -703,6 +703,16 @@
         Order   => 'DESC'
       },
     },
+    { Name => 'Search - My Bookmarks',
+      Description => 'My Bookmarks', #loc
+      Content     =>
+      { Format => q{'<a href="__WebPath__/Ticket/Display.html?id=__id__">__id__</a>/TITLE:#',}
+                . q{'<a href="__WebPath__/Ticket/Display.html?id=__id__\">__Subject__</a>/TITLE:Subject',}
+                . q{Priority, QueueName, ExtendedStatus, Bookmark},
+        Query   => "__Bookmarks__",
+        OrderBy => 'LastUpdated',
+        Order   => 'DESC' },
+    },
     { Name => 'HomepageSettings',
       Description => 'HomepageSettings',
       Content =>

Added: rt/branches/3.8-TESTING/etc/upgrade/3.7.82/content
==============================================================================
--- (empty file)
+++ rt/branches/3.8-TESTING/etc/upgrade/3.7.82/content	Thu Mar 13 13:02:32 2008
@@ -0,0 +1,13 @@
+ at Attributes = (
+    { Name => 'Search - My Bookmarks',
+      Description => 'My Bookmarks', #loc
+      Content     =>
+      { Format => q{'<a href="__WebPath__/Ticket/Display.html?id=__id__">__id__</a>/TITLE:#',}
+                . q{'<a href="__WebPath__/Ticket/Display.html?id=__id__\">__Subject__</a>/TITLE:Subject',}
+                . q{Priority, QueueName, ExtendedStatus, Bookmark},
+        Query   => "__Bookmarks__",
+        OrderBy => 'LastUpdated',
+        Order   => 'DESC' },
+    },
+);
+


More information about the Rt-commit mailing list