The moderated edits extension for CKAN adds the ability for all updates to CKAN packages to be moderated.
Current Status: Incomplete
To install the plugin, enter your virtualenv and install the source:
$ pip install hg+http://bitbucket.org/okfn/ckanext-moderatededits
This will also register a plugin entry point, so you now should be able to add the following to your CKAN .ini file:
ckan.plugins = moderatededits
After you clear your cache and reload the site, the Moderated Edits plugin and should be available.
Note: Currently requires CKAN branch feature-1141-moderated-edits-ajax
From the ckanext-moderatededits directory, run:
$ nosetests --ckan