Content History
Votes: 57
Tags: Administration, plugin, manager, revision control, version control
Submitted: Oct 21, 2008
Released: Oct 21, 2008
Downloads: 666
License: Creative Commons
Content History 0.2.4.2
Works with the following Version(s): 0.9.6
Plugin to follow a document to its past.
Beware! It's beta!
Download
- repo-2236.zip (666 downloads)
Description
If you save a document, this plugin will automatical copy it to a separat db-table.
The list of all history entries will display at the doc edit-screen. You can see a diff, you can restore a older version or you can delete entries from the history.
All suggestions and ideas are welcome, please send to meniskus@gmx.net
thanks!
Instructions
Please see /_docs/install.txt for further information.
Updates
BEWARE! the zipfile contains the plugin-files within the folder /assets/plugins/...Thats not right.
Please create an new folder "content_history" in "assets/plugins" and put the files from the zip(/assets/plugins/) to your disk to "/assets/plugins/content_history/..."
The other folder within the zipfile "manager/includes/Text" should copy to "manager/includes/Text" Don't forget this or some error messages will appear.thanks
Bugfixes
* tplvars not show in compare-container
* bug in plugin-properties-string (used "=" in description
* prevent $modx->manager'charset' error on creating db-table
Sub-Packages
Previous Releases
0.2.4.1
Votes: 32
Tags: Administration, plugin, manager, revision control, version control
Submitted: Oct 21, 2008
Released: Oct 21, 2008
Downloads: 201
License: Creative Commons
Content History 0.2.4.1
Works with the following Version(s): 0.9.6
Plugin to follow a document to its past.
Beware! It's beta!
Download
- repo-2234.zip (201 downloads)
Description
If you save a document, this plugin will automatical copy it to a separat db-table.
The list of all history entries will display at the doc edit-screen. You can see a diff, you can restore a older version or you can delete entries from the history.
All suggestions and ideas are welcome, please send to meniskus@gmx.net
thanks!
Instructions
Please see /_docs/install.txt for further information.
Updates
* Diff view for content* view_limit
* bulk delete
* first stats
0.2.3
Votes: 45
Tags: Administration, plugin, manager, revision control, version control
Submitted: Oct 9, 2008
Released: Oct 9, 2008
Downloads: 326
License: Creative Commons
Content History 0.2.3
Works with the following Version(s): 0.9.6
Plugin to follow a document to the past.
Beware! It's beta!
Download
- repo-2218.zip (326 downloads)
Description
If you save a document, this plugin will automatical copy it to a separat db-table.
The list of all history entries will display at the doc edit-screen. You can see a diff, you can restore a older version or you can delete entries from the history.
All suggestions and ideas are welcome, please send to meniskus@gmx.net
thanks!
Instructions
1. Files:
=========
Copy the the directory "content_history" to /assets/plugins
"/assets/plugins/content_history/..."
2. Create Plugin:
=================
Go to "Resources" -> "Manage resources" -> Tab: "Plugins"
Click "new Plugin"
Tab: "General"
--------------
Plugin name: content_history
Plugin-code:
include MODX_BASE_PATH.'/assets/plugins/content_history/ch.plugin.php';
Tab: "Configuration"
--------------------
Nothing
Tab: "System Events"
--------------------
check the following events:
OnDocFormPreRender, OnDocFormRender and OnDocFormSave




Thank you for this awesome plugin!