RT stuff
Patches
-
RT::Date patch for RT2 – allows to define a format for date and display dates
according to them:
my $date = new RT::Date();
print $date->AsString(); # Thu Nov 24 12:46:25 2005
print $date->AsFormattedString('d_br'); # 24-11-2005
Reminder
reminder.pl is a simple Perl script which calculate the number of days since ticke was updated last time and if it’s greate than defined value it adds a comment to notify owner, requestor and watchers.
- Download: reminder.pl v0.1.
- Changelog
RT2 SOAP server
rt2-SOAP-server.pl is simple SOAP server which works with RT2 (Request Tracker). There are implemented some basic method only. It was enough for me. Be free to add new functionality of change existing.
- Download: rt2-SOAP-server v0.2
- Changes:
02 20 December 2005
– fixed a bug with broken DB connection.
01 12 November 2005
– initial release.