https://github.com/aranasoft/orchard-versionmanager
Manage the revision history of content items in OrchardCMS
https://github.com/aranasoft/orchard-versionmanager
Last synced: over 1 year ago
JSON representation
Manage the revision history of content items in OrchardCMS
- Host: GitHub
- URL: https://github.com/aranasoft/orchard-versionmanager
- Owner: aranasoft
- License: other
- Created: 2014-10-14T21:55:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-15T13:45:05.000Z (over 11 years ago)
- Last Synced: 2025-01-29T07:33:35.595Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 195 KB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-BSD
Awesome Lists containing this project
README
# orchard-versionmanager
A Content Version Manager Module for [OrchardCMS](http://www.orchardproject.net/) (>=1.8)
Adds support for managing multiple versions of a single Content Item within OrchardCMS, including viewing, deleting,
publishing, and unpublishing previous versions. Also adds support for restoring previously deleted content items.
Based on [Iroo.VersionManager](http://irooversionmanager.codeplex.com) by Renaud Paquay
## Release Notes:
### v1.0 - 15 October 2014
Initial Release
- Updates Iroo.VersionManager to fix several bugs, including valid HTML, layout fixes, updates to Orchard 1.8.
- Adds Security (Using Orchard Permissions) to ensure that unauthorized users cannot modify content.
## Installation
Option 1: Install through the Gallery within the Modules section of your Orchard dashboard.
Option 2: Download from the Orchard Gallery [directly](http://gallery.orchardproject.net/List/Modules/Orchard.Module.Arana.VersionManager)
## Contributors
- [Jay Harris](http://github.com/JayHarris) (primary author)
## License
This Module is copyright of Arana Software, released under the [BSD License](http://opensource.org/licenses/BSD-3-Clause).
Please review LICENSE-BSD for full licensing information.