implement orphaned items view
completed by: Michele OrrĂ¹
mentors: Alexander Schremmer, ReimarBauer, Thomas Waldmann, Ronny Pfannschmidt
Abstract
Orphaned Items view is showing items not being linked to by any other item (that makes them sometimes not discoverable, except from automatically generated lists, like the all items list).
This functionality is needed for discovery of and navigation to these orphaned items.
Details
In 1.x versions of moin we used a macro OrphanedPages 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/OrphanedPages.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/OrphanedItems