Description

Click on ShowChanges, it shows the Diff between the latest revision and the the one ealier. But the messenge below the title always says "Difference between revision xxxxx and 0". What is revision 0? It also shows a wrong number of the latest revision - it is not the latest, but the one ealier. -- JunHu 2004-12-13 11:14:45

Steps to reproduce

  1. click on ShowChanges on any page that has more than 2 revisions. for example this one :)

Example

This wiki

Details

MoinMoin Version

1.3.1

OS and Version

Fedora core 3

Python Version

2.3.4

Server Setup

apache

Server Details

Workaround

We found the following change to diff.py provides a work-around:

92a93
>         if not leftpane and not rightpane : continue

-- TonyGarland 2005-04-15 15:28:56

Discussion

0 is the current revision. We should use something like:

I hope we can reuse the word "current" in the translation files.

Perhaps we should just output the number for now , cause thats translation transparent. -- OliverGraf 2004-12-14 08:59:19

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/ShowChangesDiff (last edited 2007-10-29 19:12:00 by localhost)