Re: Page Version History js bug in 2.5.107?
"Dirk Frederickx" <[email protected]>
| Newsgroups | gmane.comp.java.jspwiki.user |
|---|---|
| Message-ID | <[email protected]> |
On 7/30/07, Milt Taylor <[email protected]> wrote: > I just noticed that the revision history isn't always showing the full > list...I have a page with 20 revisions, and all that is shown is > revision 20. Same repository works fine in 2.4.103, so it's not a > problem actually fetching the history I don't believe. Same under IE and > Firefox. Anyone else seen this? > This is normal. The list of revisions get's paginated in blocks of 20. 1-19, 20-39. So, since you are at revision 20, you only see the next block with revision 20 only. In the pagination bar, you should see links taking you back to previous revisions. I know this is not very convenient. May be we should start counting the blocks from the latest revision iso the first revision. Any suggestions ? dirk