Parent Directory
|
|
|
|
|
Auth/
|
|
|
|
|
AuthSession/
|
|
|
|
|
Cache/
|
|
|
|
|
Crypt/
|
|
|
|
|
CustomerAuth/
|
|
|
|
|
CustomerUser/
|
|
|
|
|
DB/
|
|
|
|
|
Email/
|
|
|
|
|
GenericAgent/
|
|
|
|
|
LinkObject/
|
|
|
|
|
Log/
|
|
|
|
|
MailAccount/
|
|
|
|
|
PostMaster/
|
|
|
|
|
Queue/
|
|
|
|
|
Stats/
|
|
|
|
|
Ticket/
|
|
|
|
|
User/
|
|
|
|
|
Web/
|
|
|
|
|
XMLMaster/
|
|
|
|
|
Auth.pm
|
1.29 |
3 months |
mh |
Code cleanup with PerlTidy.
|
AuthSession.pm
|
1.36 |
3 months |
tr |
Removed brackets from push() functions
|
AutoResponse.pm
|
1.23 |
3 weeks |
martin |
Improved new(), do not use full copy of %Param to $Self.
|
CSV.pm
|
1.18 |
3 months |
mh |
Code cleanup with PerlTidy.
|
Cache.pm
|
1.11 |
7 weeks |
martin |
Added CleanUp() to CacheObject for remove all existing cache files.
|
CheckItem.pm
|
1.32 |
4 days |
martin |
Fixed bug# 3096 - Errorlog messages from NET::DNS (Subroutine nxrrset redefined ... |
Config.pm
|
1.77 |
3 months |
mh |
Code cleanup with PerlTidy.
|
Crypt.pm
|
1.13 |
3 months |
mh |
Code cleanup with PerlTidy.
|
CustomerAuth.pm
|
1.18 |
3 months |
mh |
Code cleanup with PerlTidy.
|
CustomerCompany.pm
|
1.13 |
4 weeks |
ub |
Fixed bug# 3062 - Not possible to search for Customer Company.
|
CustomerGroup.pm
|
1.17 |
3 months |
mh |
Code cleanup with PerlTidy.
|
CustomerUser.pm
|
1.44 |
2 months |
mh |
Fixed wrong method to unpack @_.
|
DB.pm
|
1.95 |
8 weeks |
martin |
Replaced double with single quotes.
|
Email.pm
|
1.44 |
5 days |
martin |
Fixed bug# 3121 - OTRS corrupts email headers (Subject, From etc) while encoding... |
EmailParser.pm
|
1.71 |
5 days |
martin |
Replaced double quote by singe quote.
|
Encode.pm
|
1.35 |
8 weeks |
martin |
Do not 'return;' on '' text in Convert(). In case of utf8, still the utf8 flag n... |
FileTemp.pm
|
1.14 |
2 months |
mh |
Optimized the unpack of @_ if only $Self is used.
|
GenericAgent.pm
|
1.43 |
6 weeks |
mh |
Code cleanup with PerlTidy.
|
Group.pm
|
1.58 |
2 months |
mh |
Code cleanup with PerlTidy to prepare the code for the 2.3 beta1 release.
|
LinkObject.pm
|
1.47 |
7 days |
ub |
Added function to delete old links from database.
|
Lock.pm
|
1.23 |
2 months |
tr |
Improved perldoc.
|
Log.pm
|
1.48 |
3 months |
mh |
Code cleanup with PerlTidy.
|
MailAccount.pm
|
1.5 |
3 months |
mh |
Code cleanup with PerlTidy.
|
Main.pm
|
1.26 |
2 months |
martin |
Added enhancement bug# 2964 - Add hash sort to data dumper of Kernel::System::Ma... |
Notification.pm
|
1.17 |
3 months |
mh |
Code cleanup with PerlTidy.
|
PDF.pm
|
1.32 |
3 months |
mh |
Code cleanup with PerlTidy.
|
PID.pm
|
1.16 |
6 weeks |
mh |
Code cleanup with PerlTidy.
|
Package.pm
|
1.85 |
3 weeks |
mh |
Improved contructor and code cleanup.
|
PostMaster.pm
|
1.74 |
2 weeks |
mh |
Code cleanup with PerlTidy.
|
Priority.pm
|
1.16 |
2 months |
martin |
Improved code layout.
|
Queue.pm
|
1.100 |
2 weeks |
mh |
Code cleanup with PerlTidy.
|
SLA.pm
|
1.30 |
7 weeks |
ub |
Added missing MainObject.
|
Salutation.pm
|
1.6 |
3 months |
mh |
Code cleanup with PerlTidy.
|
SearchProfile.pm
|
1.11 |
3 months |
mh |
Code cleanup with PerlTidy.
|
Service.pm
|
1.28 |
7 weeks |
ub |
Added missing MainObject to documentation.
|
Signature.pm
|
1.6 |
3 months |
mh |
Code cleanup with PerlTidy.
|
Spelling.pm
|
1.23 |
3 months |
mh |
Code cleanup with PerlTidy.
|
State.pm
|
1.30 |
2 months |
martin |
Implemented cache as transparent, no use of "Cache => 1" is needed anymore.
|
Stats.pm
|
1.53 |
2 weeks |
mh |
Fixed StatsCleanUp() and added StatsInstall() and StatsUninstall() function.
|
StdAttachment.pm
|
1.24 |
3 weeks |
martin |
Improved new(), do not use full copy of %Param to $Self.
|
StdResponse.pm
|
1.22 |
3 weeks |
martin |
Improved new(), do not use full copy of %Param to $Self.
|
SystemAddress.pm
|
1.21 |
3 weeks |
martin |
Improved new(), do not use full copy of %Param to $Self.
|
Ticket.pm
|
1.338 |
4 days |
martin |
Improved ticket escalation calculation, do not escalate on "pending auto*" state... |
Time.pm
|
1.44 |
2 months |
mh |
Optimized the unpack of @_ if only $Self is used.
|
Type.pm
|
1.9 |
2 months |
mh |
Code cleanup.
|
UnitTest.pm
|
1.20 |
7 weeks |
mh |
Code cleanup with PerlTidy.
|
User.pm
|
1.83 |
2 months |
mh |
Fixed wrong method to unpack @_.
|
Valid.pm
|
1.8 |
3 months |
mh |
Code cleanup with PerlTidy.
|
XML.pm
|
1.76 |
8 weeks |
martin |
Just small code layout improvements.
|
XMLMaster.pm
|
1.11 |
3 months |
mh |
Code cleanup with PerlTidy.
|