Description

The AbandonedPages macro currently creates a day-header followed by the pages that were changed on that day. After that it creates a day-header for every page, even for those that were changed on the same day.

Example

Details

This Wiki

Discussion

I have made a change to my personal Wiki. The bug is resolved by adding a new line 204 (marked) to the macro RecentChanges.py.

   1         if (day != this_day) or (index==length):
   2             d['bookmark_link_html'] = None
   3             d['date'] = request.user.getFormattedDate(last_edits[last_index].ed_time)
   4             request.write(request.theme.recentchanges_daybreak(d))
   5 --->        this_day = day

Thanks for the fix!

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/AbandonedPagesDayBreakProblem (last edited 2007-10-29 19:19:28 by localhost)