Description

I recently updated from version 1.2.4 to 1.3.1 and encounter a problem regarding the slideshow feature: the (sorted) pages are shown rather randomly.

Example

HelpOnSlideShows

Click on Start and then Forward :)

Details

This wiki.

Workaround

Use Microsoft PowerPoint :-)

Discussion

Slide show is quite broken on 1.3. I don't know if it was better in 1.2. -- NirSoffer 2005-01-06 23:17:50

--- orig/MoinMoin/macro/Navigation.py
+++ mod/MoinMoin/macro/Navigation.py
@@ -31,6 +31,7 @@
     if filter_regex:
         filter = re.compile(filter_regex).match
     pages = request.rootpage.getPageList(filter=filter)
+    pages.sort()
     return pages

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/SlideshowInRandomOrder (last edited 2007-10-29 19:19:58 by localhost)