Description

PageList macro lists on this wiki also attachments.

Steps to reproduce

<<PageList(MoinMoinTalks/)>>

Example

Component selection

Details

MoinMoin Version

1.8, 1.9

OS and Version

Python Version

Server Setup

Server Details

Language you are using the wiki in (set in the browser/UserPreferences)

Workaround

Discussion

Maybe PageList should builtin something default mimetype query, like fullsearch can do:

 <<FullSearch(title:MoinMoinTalks/ mimetype:wiki)>>` 

hmm, that is already implemented.  <<PageList(title:MoinMoinTalks/ mimetype:wiki)>> 

but I think for PageList this is too much to type

and using a mimetype of wiki will exclude all pages which have a different format, e.g. creole

ListPages shows a macro which only lists pages whose title matches the filter term of getPageList. That can give if regexes are used a different output than PageList also without xapian search enabled too. So it can't replace the PageList macro.

Plan


CategoryMoinMoinBug

MoinMoin: MoinMoinBugs/PageListTooVerbose (last edited 2009-11-23 17:59:58 by ReimarBauer)