ContentTree 1.0.3 Adds a content tree view to the admin, based on a url hierarchy.

We created this module for our editors who wanted a different way of getting to our large amount of nested site content.

This module adds a content items tree view to the admin. The content types shown in the tree can be configured in Settings\Content Tree (default is just Pages). Content is sorted into a hierarchy using the URL of the item, as defined by the Autoroute part. Therefore, only items with an Autoroute part are permitted to be shown in the tree view.

Edit restrictions to the tree can be applied from any module by implementing an ITreePermissionProvider.

1.0.3 adds a separate menu item to avoid navigating via /Contents/List and a Create New Content button for convenience.

Additional feature requests and feedback are more than welcome.