implement wanted items view
completed by: rahul rajavel
mentors: Alexander Schremmer, ReimarBauer, Thomas Waldmann, Ronny Pfannschmidt
Abstract
Wanted Items view is showing non-existing items that are linked to by other items. The list also includes the items that have links to these non-existing items.
This functionality is needed for discovery of stuff that still needs to get written and broken wiki-internal links.
Details
In 1.x versions of moin we used a macro WantedPages which needs to get rewritten as a view in moin2.
Hints:
- Item links are readily available in metadata.
- a view usually is some python code feeding data into a jinja2 template
You must deliver a patch or changeset.
Skill Requirements
See tags.
Links
-
http://hg.moinmo.in/moin/1.9/file/tip/MoinMoin/macro/WantedPages.py
-
http://hg.moinmo.in/moin/2.0-dev/file/tip/MoinMoin/apps/frontend/views.py
You can discuss this issue in the MoinMoin wiki: http://moinmo.in/EasyToDo/WantedItems