[Rt-commit] r3140 - in rt/branches/3.5-TESTING: . etc/upgrade/3.5.1
etc/upgrade/QUEBEC html/NoAuth
jesse at bestpractical.com
jesse at bestpractical.com
Sun Jun 12 23:32:42 EDT 2005
Author: jesse
Date: Sun Jun 12 23:32:42 2005
New Revision: 3140
Added:
rt/branches/3.5-TESTING/etc/upgrade/3.5.1/
rt/branches/3.5-TESTING/etc/upgrade/3.5.1/content
Removed:
rt/branches/3.5-TESTING/etc/upgrade/QUEBEC/
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/configure.ac
rt/branches/3.5-TESTING/html/NoAuth/webrt.css
rt/branches/3.5-TESTING/releng.cnf
Log:
r20056 at hualien: jesse | 2005-06-12 23:32:17 -0400
* 3.5.1
Modified: rt/branches/3.5-TESTING/configure.ac
==============================================================================
--- rt/branches/3.5-TESTING/configure.ac (original)
+++ rt/branches/3.5-TESTING/configure.ac Sun Jun 12 23:32:42 2005
@@ -7,7 +7,7 @@
dnl Setup autoconf
AC_PREREQ(2.53)
-AC_INIT(RT, [3.4.CHALDEA], [rt-bugs at fsck.com])
+AC_INIT(RT, [3.5.1], [rt-bugs at bestpractical.com])
AC_CONFIG_SRCDIR([lib/RT.pm.in])
dnl Extract RT version number components
Added: rt/branches/3.5-TESTING/etc/upgrade/3.5.1/content
==============================================================================
--- (empty file)
+++ rt/branches/3.5-TESTING/etc/upgrade/3.5.1/content Sun Jun 12 23:32:42 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 => 'MyReminders' },
+ { type => 'component', name => 'Quicksearch' },
+ { type => 'component', name => 'RefreshHomepage' },
+ ]
+ },
+}
+);
+
+1;
Modified: rt/branches/3.5-TESTING/html/NoAuth/webrt.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/webrt.css (original)
+++ rt/branches/3.5-TESTING/html/NoAuth/webrt.css Sun Jun 12 23:32:42 2005
@@ -60,7 +60,7 @@
border-bottom: solid #999999 1px;
z-index: 2;
}
-body>div.logo {position: fixed;}
+body>div.logo {}
div.login-information {
@@ -80,12 +80,12 @@
border-bottom: solid #999999 1px;
z-index: 1;
}
-body>div.login-information {position: fixed;}
+body>div.login-information {}
div.bpscredits {
color: #666666;
right: 1em;
bottom: 0;
-position: fixed;
+
width: 85%;
background: #ffffff;
margin-top: 1em;
@@ -407,7 +407,7 @@
padding-left: .5em;
z-index: 3;
}
-body>div.rtname {position: fixed;}
+body>div.rtname {}
.header { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
@@ -559,7 +559,7 @@
div.title {
color: #ffffff;
background: #336699;
-position: fixed;
+
left: 14%;
right:0px;
margin: 0px;
@@ -569,7 +569,7 @@
font-weight: bold;
z-index: 999;
}
-body>div.title {position: fixed;}
+body>div.title {}
span.productname { font-size: 2em;
color: #0066cc;}
@@ -626,7 +626,7 @@
}
/* IE hack */
-body>div.menu {position: fixed;}
+body>div.menu {}
table.ticket-overview {
width: 100px;
@@ -667,7 +667,7 @@
width: 86%;
z-index: 4;
}
-body>div.topactions {position: fixed;}
+body>div.topactions {}
span.topaction {
text-align: right;
Modified: rt/branches/3.5-TESTING/releng.cnf
==============================================================================
--- rt/branches/3.5-TESTING/releng.cnf (original)
+++ rt/branches/3.5-TESTING/releng.cnf Sun Jun 12 23:32:42 2005
@@ -1,7 +1,7 @@
PRODUCT = rt
-TAG = 3.4.2
+TAG = 3.5.1
CANONICAL_REPO = svn+ssh://svn.bestpractical.com/svn/bps-public/rt/
TAGS = tags/
-TRUNK = branches/3.4-RELEASE
+TRUNK = branches/3.5-TESTING
TMP_DIR = /tmp
RELEASE_DIR = /home/ftp/pub/rt/devel
More information about the Rt-commit
mailing list