[rt-commit] CVS commit: rt

tobiasb at fsck.com tobiasb at fsck.com
Tue May 16 09:18:24 EDT 2000


Module Name:	rt
Committed By:	tobiasb
Date:		Tue May 16 13:18:24 UTC 2000

Modified Files:
	rt/etc: config.pm

Log Message:
(...)
# A hash table of convertion subs to be used for transforming RT Link
# URIs to URLs in the web interface.  If you want to use RT towards
# locally installed databases, this is the right place to configure it.
# (TODO!)
my %URI2HTML=
    (
     'fsck.com-rt' => sub {warn "stub!";},
     'mozilla.com-bugzilla' => sub {warn "stub!";},
     'fsck.com-kb' => sub {warn "stub!"}
     );
(...)

I will also make a sub RT::Links::URI2HTML which gives smart links to
internal references, and passes other URIs to this hash table, and
eventually we should make default subs for KB and RT.

What do you think of this idea?


To generate a diff of this commit:
cvs rdiff -u -r1.11.2.20 -r1.11.2.21 rt/etc/config.pm






More information about the Rt-commit mailing list