[Rt-commit] r8834 - in rtir/branches/2.3-EXPERIMENTAL: .

sartak at bestpractical.com sartak at bestpractical.com
Thu Aug 30 12:11:02 EDT 2007


Author: sartak
Date: Thu Aug 30 12:11:01 2007
New Revision: 8834

Added:
   rtir/branches/2.3-EXPERIMENTAL/etc/upgrade/2.3.0/
   rtir/branches/2.3-EXPERIMENTAL/etc/upgrade/2.3.0/content
Modified:
   rtir/branches/2.3-EXPERIMENTAL/   (props changed)
   rtir/branches/2.3-EXPERIMENTAL/UPGRADING

Log:
 r37630 at onn:  sartak | 2007-08-30 12:10:36 -0400
 First stab at the 2.3.0 ugprade script


Modified: rtir/branches/2.3-EXPERIMENTAL/UPGRADING
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/UPGRADING	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/UPGRADING	Thu Aug 30 12:11:01 2007
@@ -43,6 +43,13 @@
     instructions under "Applying changes from etc/upgrade/1.1.3"
     section below, then do the same with 1.9.0 dir and greater.
 
+Applying changes from upgrade/2.3.0
+-------------------------
+
+At these step no special actions are required, run the upgrade scripts where we
+split out incidents owned by Nobody and the Current User on the most-due views
+on the homepage.
+
 Applying changes from upgrade/2.1.1
 -------------------------
 

Added: rtir/branches/2.3-EXPERIMENTAL/etc/upgrade/2.3.0/content
==============================================================================
--- (empty file)
+++ rtir/branches/2.3-EXPERIMENTAL/etc/upgrade/2.3.0/content	Thu Aug 30 12:11:01 2007
@@ -0,0 +1,16 @@
+ at Attributes = ( {
+    Name => 'RTIR_HomepageSettings',
+    Description => 'RTIR homepage settings',
+    Content => { 
+        body => [
+            { type => 'component',  name => '/RTIR/Elements/NewReports' },
+            { type => 'component',  name => '/RTIR/Elements/UserDueIncidents' },
+            { type => 'component',  name => '/RTIR/Elements/NobodyDueIncidents' },
+            { type => 'component',  name => '/RTIR/Elements/DueIncidents' },
+        ],
+        summary => [
+            { type => 'component', name => 'RefreshHomepage' },
+        ]
+    },
+} );
+


More information about the Rt-commit mailing list