[Rt-commit] r13065 - in rt/branches/3.8-TESTING: . etc share/html/Elements share/html/Install
kyoki at bestpractical.com
kyoki at bestpractical.com
Mon Jun 9 15:20:40 EDT 2008
Author: kyoki
Date: Mon Jun 9 15:20:39 2008
New Revision: 13065
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/etc/RT_Config.pm.in
rt/branches/3.8-TESTING/lib/RT/I18N/fr.po
rt/branches/3.8-TESTING/share/html/Elements/CollectionList
rt/branches/3.8-TESTING/share/html/Elements/TicketList
rt/branches/3.8-TESTING/share/html/Install/Emails.html
rt/branches/3.8-TESTING/share/html/Install/Sendmail.html
Log:
r22611 at nyx: kyoki | 2008-06-09 13:04:28 -0400
TicketList is now just a very small wrapper
Modified: rt/branches/3.8-TESTING/etc/RT_Config.pm.in
==============================================================================
Modified: rt/branches/3.8-TESTING/lib/RT/I18N/fr.po
==============================================================================
Modified: rt/branches/3.8-TESTING/share/html/Elements/CollectionList
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Elements/CollectionList (original)
+++ rt/branches/3.8-TESTING/share/html/Elements/CollectionList Mon Jun 9 15:20:39 2008
@@ -61,6 +61,8 @@
}
$Collection->RowsPerPage( $Rows ) if $Rows;
+$Page = 1
+ unless $Page && $Page > 0; # workaround problems with Page = '' or undef
$Collection->GotoPage( $Page - 1 ); # SB uses page 0 as the first page
# DisplayFormat lets us use a "temporary" format for display, while
Modified: rt/branches/3.8-TESTING/share/html/Elements/TicketList
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Elements/TicketList (original)
+++ rt/branches/3.8-TESTING/share/html/Elements/TicketList Mon Jun 9 15:20:39 2008
@@ -198,8 +198,8 @@
$Query => undef
$Format => RT->Config->Get('DefaultSearchResultFormat')
$DisplayFormat => undef
- at Order => ()
- at OrderBy => ()
+$Order => undef
+$OrderBy => undef
$Rows => 50
$Page => 1
$Title => loc('Ticket Search')
Modified: rt/branches/3.8-TESTING/share/html/Install/Emails.html
==============================================================================
Modified: rt/branches/3.8-TESTING/share/html/Install/Sendmail.html
==============================================================================
More information about the Rt-commit
mailing list