[Rt-commit] r4133 - in rt/branches/3.7-EXPERIMENTAL: . etc html
html/Elements html/Elements/RT__Ticket html/Search
html/Search/Elements html/SelfService html/Ticket
html/Ticket/Elements lib/RT lib/RT/I18N lib/RT/Interface
ruz at bestpractical.com
ruz at bestpractical.com
Tue Nov 22 00:23:11 EST 2005
Author: ruz
Date: Tue Nov 22 00:10:50 2005
New Revision: 4133
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/configure.ac
rt/branches/3.7-EXPERIMENTAL/etc/RT_Config.pm.in
rt/branches/3.7-EXPERIMENTAL/html/Elements/Error
rt/branches/3.7-EXPERIMENTAL/html/Elements/RT__Ticket/ColumnMap
rt/branches/3.7-EXPERIMENTAL/html/Elements/TicketList
rt/branches/3.7-EXPERIMENTAL/html/Search/Bulk.html
rt/branches/3.7-EXPERIMENTAL/html/Search/Elements/PickBasics
rt/branches/3.7-EXPERIMENTAL/html/SelfService/Display.html
rt/branches/3.7-EXPERIMENTAL/html/Ticket/Create.html
rt/branches/3.7-EXPERIMENTAL/html/Ticket/Display.html
rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/EditBasics
rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowHistory
rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowTransactionAttachments
rt/branches/3.7-EXPERIMENTAL/html/Ticket/ModifyAll.html
rt/branches/3.7-EXPERIMENTAL/html/Ticket/Update.html
rt/branches/3.7-EXPERIMENTAL/html/autohandler
rt/branches/3.7-EXPERIMENTAL/lib/RT/Date.pm
rt/branches/3.7-EXPERIMENTAL/lib/RT/I18N/es.po
rt/branches/3.7-EXPERIMENTAL/lib/RT/I18N/fr.po
rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web.pm
rt/branches/3.7-EXPERIMENTAL/lib/RT/Link_Overlay.pm
Log:
r1101 at cubic-pc (orig r3931): svm | 2005-10-06 04:25:58 +0400
SVM: initializing mirror for /mirrors/branches/3.5-TESTING
Modified: rt/branches/3.7-EXPERIMENTAL/configure.ac
==============================================================================
Modified: rt/branches/3.7-EXPERIMENTAL/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/etc/RT_Config.pm.in (original)
+++ rt/branches/3.7-EXPERIMENTAL/etc/RT_Config.pm.in Tue Nov 22 00:10:50 2005
@@ -433,6 +433,7 @@
Set($DefaultSummaryRows, 10);
+
# $HomepageComponents is an arrayref of allowed components on a user's
# customized homepage ("RT at a glance").
Modified: rt/branches/3.7-EXPERIMENTAL/html/Elements/Error
==============================================================================
Modified: rt/branches/3.7-EXPERIMENTAL/html/Elements/RT__Ticket/ColumnMap
==============================================================================
Modified: rt/branches/3.7-EXPERIMENTAL/html/Elements/TicketList
==============================================================================
Modified: rt/branches/3.7-EXPERIMENTAL/html/Search/Bulk.html
==============================================================================
Modified: rt/branches/3.7-EXPERIMENTAL/html/Search/Elements/PickBasics
==============================================================================
Modified: rt/branches/3.7-EXPERIMENTAL/html/SelfService/Display.html
==============================================================================
Modified: rt/branches/3.7-EXPERIMENTAL/html/Ticket/Create.html
==============================================================================
Modified: rt/branches/3.7-EXPERIMENTAL/html/Ticket/Display.html
==============================================================================
Modified: rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/EditBasics
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/EditBasics (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/EditBasics Tue Nov 22 00:10:50 2005
@@ -25,7 +25,7 @@
%# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
%#
%#
-%# CONtrIBUTION SUBMISSION POLICY:
+%# CONTRIBUTION SUBMISSION POLICY:
%#
%# (The following paragraph is not intended to limit the rights granted
%# to you to modify and distribute this software under the terms of
Modified: rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowHistory
==============================================================================
Modified: rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowTransactionAttachments
==============================================================================
Modified: rt/branches/3.7-EXPERIMENTAL/html/Ticket/ModifyAll.html
==============================================================================
Modified: rt/branches/3.7-EXPERIMENTAL/html/Ticket/Update.html
==============================================================================
Modified: rt/branches/3.7-EXPERIMENTAL/html/autohandler
==============================================================================
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Date.pm
==============================================================================
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/I18N/es.po
==============================================================================
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/I18N/fr.po
==============================================================================
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web.pm
==============================================================================
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Link_Overlay.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Link_Overlay.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Link_Overlay.pm Tue Nov 22 00:10:50 2005
@@ -315,7 +315,7 @@
sub BaseIsLocal {
my $self = shift;
- $RT::Logger->crit("Link::BaseIsLocal is deprecated in favor of Link->BaseURI->IsLocal");
+ $RT::Logger->crit("Link::BaseIsLocal is deprecated in favor of Link->BaseURI->IsLocal at (". join(":",caller).")");
return $self->BaseURI->IsLocal;
}
@@ -331,7 +331,7 @@
sub TargetIsLocal {
my $self = shift;
- $RT::Logger->crit("Link::BaseIsLocal is deprecated in favor of Link->BaseURI->IsLocal");
+ $RT::Logger->crit("Link::BaseIsLocal is deprecated in favor of Link->BaseURI->IsLocal at (". join(":",caller).")");
return $self->TargetURI->IsLocal;
}
@@ -348,7 +348,7 @@
sub BaseAsHREF {
my $self = shift;
- $RT::Logger->crit("Link::BaseAsHREF deprecated in favor of ->BaseURI->AsHREF");
+ $RT::Logger->crit("Link::BaseAsHREF deprecated in favor of ->BaseURI->AsHREF at (". join(":",caller).")");
return $self->BaseURI->AsHREF;
}
# }}}
@@ -363,7 +363,7 @@
sub TargetAsHREF {
my $self = shift;
- $RT::Logger->crit("Link::TargetAsHREF deprecated in favor of ->TargetURI->AsHREF");
+ $RT::Logger->crit("Link::TargetAsHREF deprecated in favor of ->TargetURI->AsHREF at (". join(":",caller).")");
return $self->TargetURI->AsHREF;
}
# }}}
More information about the Rt-commit
mailing list