[Rt-commit] r3605 - in rtfm/branches/2.1-TESTING: . lib/RT lib/RT/FM
alexmv at bestpractical.com
alexmv at bestpractical.com
Thu Aug 4 16:11:39 EDT 2005
Author: alexmv
Date: Thu Aug 4 16:11:36 2005
New Revision: 3605
Modified:
rtfm/branches/2.1-TESTING/ (props changed)
rtfm/branches/2.1-TESTING/META.yml
rtfm/branches/2.1-TESTING/lib/RT/FM.pm
rtfm/branches/2.1-TESTING/lib/RT/FM/Record.pm
rtfm/branches/2.1-TESTING/releng.cnf
Log:
r5649 at zoq-fot-pik: chmrr | 2005-08-04 16:08:12 -0400
* Add WikiBase method to RT::FM::Record to make Wiki links on
Articles and etc go to the Article named in the link
* Version bump to 2.1.33
Modified: rtfm/branches/2.1-TESTING/META.yml
==============================================================================
--- rtfm/branches/2.1-TESTING/META.yml (original)
+++ rtfm/branches/2.1-TESTING/META.yml Thu Aug 4 16:11:36 2005
@@ -1,5 +1,5 @@
name: RT-FM
-version: 2.1.31
+version: 2.1.33
abstract: RT FM Extension
license: GPL version 2
distribution_type: module
Modified: rtfm/branches/2.1-TESTING/lib/RT/FM.pm
==============================================================================
--- rtfm/branches/2.1-TESTING/lib/RT/FM.pm (original)
+++ rtfm/branches/2.1-TESTING/lib/RT/FM.pm Thu Aug 4 16:11:36 2005
@@ -22,7 +22,7 @@
use RT::FM::System;
-our $VERSION = '2.1.31';
+our $VERSION = '2.1.33';
# Create a system object for RTFM
$RT::FM::System = RT::FM::System->new($RT::SystemUser);
Modified: rtfm/branches/2.1-TESTING/lib/RT/FM/Record.pm
==============================================================================
--- rtfm/branches/2.1-TESTING/lib/RT/FM/Record.pm (original)
+++ rtfm/branches/2.1-TESTING/lib/RT/FM/Record.pm Thu Aug 4 16:11:36 2005
@@ -80,4 +80,8 @@
}
}
+sub WikiBase {
+ return $RT::WebPath. "/RTFM/Article/Display.html?id=";
+}
+
1;
Modified: rtfm/branches/2.1-TESTING/releng.cnf
==============================================================================
--- rtfm/branches/2.1-TESTING/releng.cnf (original)
+++ rtfm/branches/2.1-TESTING/releng.cnf Thu Aug 4 16:11:36 2005
@@ -1,7 +1,7 @@
-PRODUCT = RTFM
-TAG = 2.1.31
-CANONICAL_REPO = svn+ssh://svn.bestpractical.com/svn/bps-public/rtfm/
-TAGS = tags/
-TRUNK = trunk/
-TMP_DIR = /tmp
-RELEASE_DIR = /home/ftp/pub/rt/devel
+PRODUCT = RTFM
+TAG = 2.1.33
+CANONICAL_REPO = svn+ssh://svn.bestpractical.com/svn/bps-public/rtfm/
+TAGS = tags/
+TRUNK = trunk/
+TMP_DIR = /tmp
+RELEASE_DIR = /home/ftp/pub/rt/devel
More information about the Rt-commit
mailing list