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
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
- Which bug does that fix? At least not the one described here.
Discussion
0 is the current revision. We should use something like:
- "Differences between revision xx and current revision."
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
- Priority: medium
Assigned to: OliverGraf
- Status: fixed in moin--main--1.3--patch-443