[Rt-commit] r3480 - in RT-View-Tree: . lib/RT/View

jesse at bestpractical.com jesse at bestpractical.com
Thu Jul 14 21:11:10 EDT 2005


Author: jesse
Date: Thu Jul 14 21:11:10 2005
New Revision: 3480

Modified:
   RT-View-Tree/   (props changed)
   RT-View-Tree/Changes
   RT-View-Tree/lib/RT/View/Tree.pm
Log:
 r20539 at hualien:  jesse | 2005-06-15 14:41:24 -0400
 * 1.3


Modified: RT-View-Tree/Changes
==============================================================================
--- RT-View-Tree/Changes	(original)
+++ RT-View-Tree/Changes	Thu Jul 14 21:11:10 2005
@@ -1,3 +1,7 @@
+1.3 Wed Jun 15 14:41:15 EDT 2005
+
+* Fixed to support RT installations that aren't at the root of the webserver.
+
 1.1 Sat Mar 26 10:47:22 CST 2005
 
 * Fixed to support 3.2.3 and newer

Modified: RT-View-Tree/lib/RT/View/Tree.pm
==============================================================================
--- RT-View-Tree/lib/RT/View/Tree.pm	(original)
+++ RT-View-Tree/lib/RT/View/Tree.pm	Thu Jul 14 21:11:10 2005
@@ -1,6 +1,6 @@
 
 package RT::View::Tree;
 
-our $VERSION = '1.2';
+our $VERSION = '1.3';
 
 1;


More information about the Rt-commit mailing list