Mercurial > p > roundup > code
diff CHANGES.txt @ 1739:c3f0b552a55a
batch the (list) listings at 500 entries per page [SF#759906]
Unfortunately, the doovy javascript falls over when the next/prev links are
used, so I've added some simple checking to remove that stuff when we're paging
through the results (the simple test fails if you page back to the first
page, but it'll do for now)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 12 Aug 2003 02:10:12 +0000 |
| parents | 7df9d46b8140 |
| children | 5ca448ff8052 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Aug 12 01:49:30 2003 +0000 +++ b/CHANGES.txt Tue Aug 12 02:10:12 2003 +0000 @@ -8,6 +8,7 @@ - logfile must be specified if pidfile is (sf bug 772820) - timelog editing via csv interface crashes (sf bug 699837) - sort multilinks a little better for grouping (sf bug 772935) +- batch the (list) listings at 500 entries per page (sf bug 759906) 2003-07-29 0.6.0b4
