[Moin-devel] CVS: MoinMoin cgimain.py,1.41,1.42
Keith Naas
knaas at netjets.com
Mon Jan 28 09:53:04 EST 2002
If you delete a page and go to the RecentChanges to see the page, then update your bookmark timestamp. The deleted page will show up with a diff link. By following the link you will get an exception. Since the page no longer exists, the diff link should not be there. Changing to the code below removes the link.
Bug in RecentChanges.py @line 105
execute(...)
if not page.exists():
# indicate page was deleted
if hilite:
html_link = '<img border="0" hspace="3" width="60" height="12" src="%s/img/moin-deleted.gif" alt="[DELETED]">' % (
config.url_prefix)
More information about the Moin-devel
mailing list