[Rt-commit] r3077 - in rt/branches/3.4-RELEASE: . bin lib/RT lib/RT/Action lib/RT/Condition lib/RT/Search

alexmv at bestpractical.com alexmv at bestpractical.com
Tue Jun 7 17:56:54 EDT 2005


Author: alexmv
Date: Tue Jun  7 17:56:50 2005
New Revision: 3077

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/bin/mason_handler.svc.in
   rt/branches/3.4-RELEASE/bin/rt-mailgate.in
   rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/ACL_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/Action/EscalatePriority.pm
   rt/branches/3.4-RELEASE/lib/RT/Action/Generic.pm
   rt/branches/3.4-RELEASE/lib/RT/Attachment_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/Attachments_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/Attributes_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/CachedGroupMembers_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/Condition/Generic.pm
   rt/branches/3.4-RELEASE/lib/RT/CurrentUser.pm
   rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/CustomFields_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/Date.pm
   rt/branches/3.4-RELEASE/lib/RT/GroupMember_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/GroupMembers_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/Group_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/Handle.pm
   rt/branches/3.4-RELEASE/lib/RT/I18N.pm
   rt/branches/3.4-RELEASE/lib/RT/Link_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/Links_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/Principals_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/Queues_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/Record.pm
   rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
   rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm
   rt/branches/3.4-RELEASE/lib/RT/ScripAction_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/ScripActions_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/ScripCondition_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/ScripConditions_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/Scrip_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/Scrips_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/Search/ActiveTicketsInQueue.pm
   rt/branches/3.4-RELEASE/lib/RT/Search/FromSQL.pm
   rt/branches/3.4-RELEASE/lib/RT/Search/Generic.pm
   rt/branches/3.4-RELEASE/lib/RT/SearchBuilder.pm
   rt/branches/3.4-RELEASE/lib/RT/System.pm
   rt/branches/3.4-RELEASE/lib/RT/Templates_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/Transactions_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
   rt/branches/3.4-RELEASE/lib/RT/Users_Overlay.pm
Log:
 r4010 at zoq-fot-pik:  chmrr | 2005-06-07 17:08:18 -0400
  * Whitespace fixes for proper POD


Modified: rt/branches/3.4-RELEASE/bin/mason_handler.svc.in
==============================================================================
--- rt/branches/3.4-RELEASE/bin/mason_handler.svc.in	(original)
+++ rt/branches/3.4-RELEASE/bin/mason_handler.svc.in	Tue Jun  7 17:56:50 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/3.4-RELEASE/bin/rt-mailgate.in
==============================================================================
--- rt/branches/3.4-RELEASE/bin/rt-mailgate.in	(original)
+++ rt/branches/3.4-RELEASE/bin/rt-mailgate.in	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/ACE_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm	Tue Jun  7 17:56:50 2005
@@ -43,6 +43,7 @@
 # those contributions and any derivatives thereof.
 # 
 # END BPS TAGGED BLOCK }}}
+
 =head1 SYNOPSIS
 
   use RT::ACE;

Modified: rt/branches/3.4-RELEASE/lib/RT/ACL_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/ACL_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/ACL_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/Action/EscalatePriority.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Action/EscalatePriority.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Action/EscalatePriority.pm	Tue Jun  7 17:56:50 2005
@@ -43,6 +43,7 @@
 # those contributions and any derivatives thereof.
 # 
 # END BPS TAGGED BLOCK }}}
+
 =head1 NAME
 
   RT::Action::EscalatePriority

Modified: rt/branches/3.4-RELEASE/lib/RT/Action/Generic.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Action/Generic.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Action/Generic.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/Attachment_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Attachment_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Attachment_Overlay.pm	Tue Jun  7 17:56:50 2005
@@ -43,6 +43,7 @@
 # those contributions and any derivatives thereof.
 # 
 # END BPS TAGGED BLOCK }}}
+
 =head1 SYNOPSIS
 
   use RT::Attachment;

Modified: rt/branches/3.4-RELEASE/lib/RT/Attachments_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Attachments_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Attachments_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/Attributes_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Attributes_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Attributes_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/CachedGroupMembers_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/CachedGroupMembers_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/CachedGroupMembers_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/Condition/Generic.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Condition/Generic.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Condition/Generic.pm	Tue Jun  7 17:56:50 2005
@@ -43,6 +43,7 @@
 # those contributions and any derivatives thereof.
 # 
 # END BPS TAGGED BLOCK }}}
+
 =head1 NAME
 
   RT::Condition::Generic - ;

Modified: rt/branches/3.4-RELEASE/lib/RT/CurrentUser.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/CurrentUser.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/CurrentUser.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/CustomFields_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/CustomFields_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/CustomFields_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/Date.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Date.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Date.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/GroupMember_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/GroupMember_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/GroupMember_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/GroupMembers_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/GroupMembers_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/GroupMembers_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/Group_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Group_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Group_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/Groups_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/Handle.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Handle.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Handle.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/I18N.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/I18N.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/I18N.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/Link_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Link_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Link_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/Links_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Links_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Links_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/Principals_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Principals_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Principals_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/Queue_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/Queues_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Queues_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Queues_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/Record.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Record.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Record.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/SavedSearch.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/SavedSearches.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/ScripAction_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/ScripAction_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/ScripAction_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/ScripActions_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/ScripActions_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/ScripActions_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/ScripCondition_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/ScripCondition_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/ScripCondition_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/ScripConditions_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/ScripConditions_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/ScripConditions_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/Scrip_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Scrip_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Scrip_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/Scrips_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Scrips_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Scrips_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/Search/ActiveTicketsInQueue.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Search/ActiveTicketsInQueue.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Search/ActiveTicketsInQueue.pm	Tue Jun  7 17:56:50 2005
@@ -43,6 +43,7 @@
 # those contributions and any derivatives thereof.
 # 
 # END BPS TAGGED BLOCK }}}
+
 =head1 NAME
 
   RT::Search::ActiveTicketsInQueue

Modified: rt/branches/3.4-RELEASE/lib/RT/Search/FromSQL.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Search/FromSQL.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Search/FromSQL.pm	Tue Jun  7 17:56:50 2005
@@ -43,6 +43,7 @@
 # those contributions and any derivatives thereof.
 # 
 # END BPS TAGGED BLOCK }}}
+
 =head1 NAME
 
   RT::Search::FromSQL

Modified: rt/branches/3.4-RELEASE/lib/RT/Search/Generic.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Search/Generic.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Search/Generic.pm	Tue Jun  7 17:56:50 2005
@@ -43,6 +43,7 @@
 # those contributions and any derivatives thereof.
 # 
 # END BPS TAGGED BLOCK }}}
+
 =head1 NAME
 
   RT::Search::Generic - ;

Modified: rt/branches/3.4-RELEASE/lib/RT/SearchBuilder.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/SearchBuilder.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/SearchBuilder.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/System.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/System.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/System.pm	Tue Jun  7 17:56:50 2005
@@ -43,6 +43,7 @@
 # those contributions and any derivatives thereof.
 # 
 # END BPS TAGGED BLOCK }}}
+
 =head1 NAME 
 
 RT::System

Modified: rt/branches/3.4-RELEASE/lib/RT/Templates_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Templates_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Templates_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm	Tue Jun  7 17:56:50 2005
@@ -887,6 +887,7 @@
     CachedGroupMembers_2.MemberId = Users_3.id
 ORDER BY main.id ASC
 LIMIT 25
+
 =cut
 
 sub _WatcherMembershipLimit {
@@ -2102,8 +2103,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/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/Transactions_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Transactions_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Transactions_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/User_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm	Tue Jun  7 17:56:50 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/3.4-RELEASE/lib/RT/Users_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Users_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Users_Overlay.pm	Tue Jun  7 17:56:50 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