https://github.com/ericduran/drupal-file_entity_revisions
Extends File Entities to be revisionable
https://github.com/ericduran/drupal-file_entity_revisions
Last synced: about 1 year ago
JSON representation
Extends File Entities to be revisionable
- Host: GitHub
- URL: https://github.com/ericduran/drupal-file_entity_revisions
- Owner: ericduran
- Created: 2013-09-12T15:27:04.000Z (over 12 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2013-09-19T15:45:46.000Z (over 12 years ago)
- Last Synced: 2023-03-11T05:07:55.925Z (over 3 years ago)
- Language: PHP
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#File Entities Revisions
Requirements:
- File Entity
- File Admin (For now, might remove dependency in the future).
Features:
- Makes all file entity revisionable.
- Adds the ability to create multiple revision of one file entity
- Supports Revision Scheduler Module
- Revision Revert Operation
- Revision Delete Operation
- Revision Publish Operation (File Admin integration)
- Revision Unpublish Operation (File Admin integration)
Issues currently being worked on:
- Upgrade path is broken (Works with clean install).
- Site Preview System (SPS) Integration (Not a hard-requirements).