Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collective/collective.folderishtraverse
Traverse to first item in folder
https://github.com/collective/collective.folderishtraverse
Last synced: about 1 month ago
JSON representation
Traverse to first item in folder
- Host: GitHub
- URL: https://github.com/collective/collective.folderishtraverse
- Owner: collective
- License: gpl-2.0
- Created: 2010-09-18T00:23:52.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T06:38:38.000Z (about 2 months ago)
- Last Synced: 2024-11-02T17:36:13.187Z (about 1 month ago)
- Language: Python
- Homepage: https://pypi.python.org/pypi/collective.folderishtraverse
- Size: 82 KB
- Stars: 3
- Watchers: 110
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.rst
Awesome Lists containing this project
- awesome-plone - collective.folderishtraverse - Traverse to first item in folder. (Content and utilities for content)
README
Introduction
============This package provides an view which traverses to the first item found in an
ordered container. If the default view of the item, which the traverse view is
traversing to is also a traverse view, the traversing happens again to the next
sub-sub-item in the sub-folder, if possible.The traversing/redirection is only done for users who are not allowed to see
the folder listing of the current context (usally anonymous users and normal
members). For users with higher permissions, a folder contents view is shown.
This way, members can easily edit the folder without being redirected to
another folder.collective.folderishtraverse is an alternative to a default page in Plone. The
difference is, that the target content is shown in the navigation tree and that
traversing to any nested content in any level of the tree's hierarchy is
possible.Author
======Johannes Raggam, BlueDynamics Alliance