[Rt-commit] r3111 - in rt/branches/QUEBEC-EXPERIMENTAL: . bin
lib/RT lib/RT/Action lib/RT/Condition lib/RT/Search
jesse at bestpractical.com
jesse at bestpractical.com
Wed Jun 8 23:07:25 EDT 2005
Author: jesse
Date: Wed Jun 8 23:07:22 2005
New Revision: 3111
Modified:
rt/branches/QUEBEC-EXPERIMENTAL/ (props changed)
rt/branches/QUEBEC-EXPERIMENTAL/bin/mason_handler.svc.in
rt/branches/QUEBEC-EXPERIMENTAL/bin/rt-mailgate.in
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ACE_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ACL_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Action/EscalatePriority.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Action/Generic.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Attachment_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Attachments_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Attributes_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/CachedGroupMembers_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Condition/Generic.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/CurrentUser.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/CustomField_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/CustomFields_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Date.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/GroupMember_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/GroupMembers_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Group_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Groups_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Handle.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/I18N.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Link_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Links_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Principals_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Queue_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Queues_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Record.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/SavedSearch.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/SavedSearches.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ScripAction_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ScripActions_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ScripCondition_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ScripConditions_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Scrip_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Scrips_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Search/ActiveTicketsInQueue.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Search/FromSQL.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Search/Generic.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/SearchBuilder.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/System.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Templates_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Tickets_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Transaction_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Transactions_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/User_Overlay.pm
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Users_Overlay.pm
Log:
r19668 at hualien: jesse | 2005-06-08 18:43:16 -0400
r19649 at hualien: jesse | 2005-06-08 18:28:38 -0400
r19593 at hualien (orig r3077): alexmv | 2005-06-07 17:56:50 -0400
r4010 at zoq-fot-pik: chmrr | 2005-06-07 17:08:18 -0400
* Whitespace fixes for proper POD
Modified: rt/branches/QUEBEC-EXPERIMENTAL/bin/mason_handler.svc.in
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/bin/mason_handler.svc.in (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/bin/mason_handler.svc.in Wed Jun 8 23:07:22 2005
@@ -44,6 +44,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
mason_handler.svc - Win32 IIS Service handler for RT
Modified: rt/branches/QUEBEC-EXPERIMENTAL/bin/rt-mailgate.in
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/bin/rt-mailgate.in (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/bin/rt-mailgate.in Wed Jun 8 23:07:22 2005
@@ -44,6 +44,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
rt-mailgate - Mail interface to RT3.
@@ -270,6 +271,7 @@
=item Message
A C<MIME::Entity> object representing the email
+
=item CurrentUser
An C<RT::CurrentUser> object
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ACE_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ACE_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ACE_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 SYNOPSIS
use RT::ACE;
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ACL_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ACL_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ACL_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::ACL - collection of RT ACE objects
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Action/EscalatePriority.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Action/EscalatePriority.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Action/EscalatePriority.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Action::EscalatePriority
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Action/Generic.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Action/Generic.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Action/Generic.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Action::Generic - a generic baseclass for RT Actions
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Attachment_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Attachment_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Attachment_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 SYNOPSIS
use RT::Attachment;
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Attachments_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Attachments_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Attachments_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Attachments - a collection of RT::Attachment objects
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Attributes_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Attributes_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Attributes_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Attributes - collection of RT::Attribute objects
@@ -56,6 +57,7 @@
=head1 METHODS
+
=cut
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/CachedGroupMembers_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/CachedGroupMembers_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/CachedGroupMembers_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::CachedGroupMembers - a collection of RT::GroupMember objects
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Condition/Generic.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Condition/Generic.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Condition/Generic.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Condition::Generic - ;
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/CurrentUser.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/CurrentUser.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/CurrentUser.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::CurrentUser - an RT object representing the current user
@@ -244,6 +245,7 @@
Loads a User into this CurrentUser object.
Takes a Name.
+
=cut
sub LoadByName {
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/CustomField_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/CustomField_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/CustomField_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -297,6 +297,7 @@
# {{{ Dealing with custom field values
=begin testing
+
use_ok(RT::CustomField);
ok(my $cf = RT::CustomField->new($RT::SystemUser));
ok(my ($id, $msg)= $cf->Create( Name => 'TestingCF',
@@ -560,6 +561,7 @@
If a custom field type is specified as the parameter, the friendly type for that type will be returned
=cut
+
sub FriendlyType {
my $self = shift;
@@ -774,6 +776,7 @@
}
$self->SUPER::SetLookupType($lookup);
}
+
=head2 TypeComposite
Returns a composite value composed of this object's type and maximum values
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/CustomFields_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/CustomFields_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/CustomFields_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::CustomFields - a collection of RT CustomField objects
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Date.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Date.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Date.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Date - a simple Object Oriented date.
@@ -398,6 +399,7 @@
# }}}
# {{{ GetWeekday
+
=head2 GetWeekday DAY
Takes an integer day of week and returns a localized string for that day of week
@@ -420,6 +422,7 @@
# }}}
# {{{ GetMonth
+
=head2 GetMonth DAY
Takes an integer month and returns a localized string for that month
@@ -572,6 +575,7 @@
# }}}
# {{{ sub LocalTimezone
+
=head2 LocalTimezone
Returns the current timezone. For now, draws off a system timezone, RT::Timezone. Eventually, this may
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/GroupMember_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/GroupMember_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/GroupMember_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::GroupMember - a member of an RT Group
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/GroupMembers_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/GroupMembers_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/GroupMembers_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::GroupMembers - a collection of RT::GroupMember objects
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Group_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Group_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Group_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -439,6 +439,7 @@
# }}}
# {{{ sub Create
+
=head2 Create
You need to specify what sort of group you're creating by calling one of the other
@@ -719,6 +720,7 @@
It will not appear in most group listings.
This routine finds all the cached group members that are members of this group (recursively) and disables them.
+
=cut
# }}}
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Groups_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Groups_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Groups_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Groups - a collection of RT::Group objects
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Handle.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Handle.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Handle.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Handle - RT's database handle
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/I18N.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/I18N.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/I18N.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::I18N - a base class for localization of RT
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Link_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Link_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Link_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Link - an RT Link object
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Links_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Links_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Links_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Links - A collection of Link objects
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Principals_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Principals_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Principals_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Principals - a collection of RT::Principal objects
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Queue_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Queue_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Queue_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Queue - an RT Queue object
@@ -234,6 +235,7 @@
Returns true if VALUE is a valid status. Otherwise, returns 0
=for testing
+
my $q = RT::Queue->new($RT::SystemUser);
ok($q->IsValidStatus('new')== 1, 'New is a valid status');
ok($q->IsValidStatus('f00')== 0, 'f00 is not a valid status');
@@ -258,6 +260,7 @@
Returns true if VALUE is a Active status. Otherwise, returns 0
=for testing
+
my $q = RT::Queue->new($RT::SystemUser);
ok($q->IsActiveStatus('new')== 1, 'New is a Active status');
ok($q->IsActiveStatus('rejected')== 0, 'Rejected is an inactive status');
@@ -283,6 +286,7 @@
Returns true if VALUE is a Inactive status. Otherwise, returns 0
=for testing
+
my $q = RT::Queue->new($RT::SystemUser);
ok($q->IsInactiveStatus('new')== 0, 'New is a Active status');
ok($q->IsInactiveStatus('rejected')== 1, 'rejeected is an Inactive status');
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Queues_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Queues_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Queues_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Queues - a collection of RT::Queue objects
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Record.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Record.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Record.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Record - Base class for RT record objects
@@ -925,6 +926,7 @@
push @results, $self->loc( "$prefix [_1]", $label ) . ': '. $msg;
=for loc
+
"[_1] could not be set to [_2].", # loc
"That is already the current value", # loc
"No value sent to _Set!\n", # loc
@@ -937,6 +939,7 @@
"Couldn't find row", # loc
"Missing a primary key?: [_1]", # loc
"Found Object", # loc
+
=cut
}
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/SavedSearch.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/SavedSearch.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/SavedSearch.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::SavedSearch - an API for saving and retrieving search form values.
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/SavedSearches.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/SavedSearches.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/SavedSearches.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::SavedSearches - a pseudo-collection for SavedSearch objects.
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ScripAction_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ScripAction_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ScripAction_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::ScripAction - RT Action object
@@ -92,10 +93,12 @@
# }}}
# {{{ sub Create
+
=head2 Create
-
- Takes a hash. Creates a new Action entry.
- should be better documented.
+
+Takes a hash. Creates a new Action entry. should be better
+documented.
+
=cut
sub Create {
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ScripActions_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ScripActions_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ScripActions_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::ScripActions - Collection of Action objects
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ScripCondition_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ScripCondition_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ScripCondition_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::ScripCondition - RT scrip conditional
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ScripConditions_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ScripConditions_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ScripConditions_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::ScripConditions - Collection of Action objects
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Scrip_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Scrip_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Scrip_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Scrip - an RT Scrip object
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Scrips_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Scrips_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Scrips_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Scrips - a collection of RT Scrip objects
@@ -257,6 +258,7 @@
# {{{ sup _SetupSourceObjects
+
=head2 _SetupSourceObjects { TicketObj , Ticket, Transaction, TransactionObj }
Setup a ticket and transaction for this Scrip collection to work with as it runs through the
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Search/ActiveTicketsInQueue.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Search/ActiveTicketsInQueue.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Search/ActiveTicketsInQueue.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Search::ActiveTicketsInQueue
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Search/FromSQL.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Search/FromSQL.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Search/FromSQL.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Search::FromSQL
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Search/Generic.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Search/Generic.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Search/Generic.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Search::Generic - ;
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/SearchBuilder.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/SearchBuilder.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/SearchBuilder.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::SearchBuilder - a baseclass for RT collection objects
@@ -225,8 +226,7 @@
=over 4
-=item CUSTOMFIELD - CustomField name or id. If a name is passed, an additional
-parameter QUEUE may also be passed to distinguish the custom field.
+=item CUSTOMFIELD - CustomField name or id. If a name is passed, an additional parameter QUEUE may also be passed to distinguish the custom field.
=item OPERATOR - The usual Limit operators
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/System.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/System.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/System.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::System
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Templates_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Templates_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Templates_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Templates - a collection of RT Template objects
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Tickets_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Tickets_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Tickets_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -899,6 +899,7 @@
CachedGroupMembers_2.MemberId = Users_3.id
ORDER BY main.id ASC
LIMIT 25
+
=cut
sub _WatcherMembershipLimit {
@@ -2149,8 +2150,7 @@
=over 4
-=item CUSTOMFIELD - CustomField name or id. If a name is passed, an additional
-parameter QUEUE may also be passed to distinguish the custom field.
+=item CUSTOMFIELD - CustomField name or id. If a name is passed, an additional parameter QUEUE may also be passed to distinguish the custom field.
=item OPERATOR - The usual Limit operators
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Transaction_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Transaction_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Transaction_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Transaction - RT\'s transaction object
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Transactions_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Transactions_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Transactions_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Transactions - a collection of RT Transaction objects
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/User_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/User_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/User_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::User - RT User object
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Users_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Users_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Users_Overlay.pm Wed Jun 8 23:07:22 2005
@@ -43,6 +43,7 @@
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
+
=head1 NAME
RT::Users - Collection of RT::User objects
More information about the Rt-commit
mailing list