Downloads
Download tar.gz
14.16 KB
MD5: d726ad01eeda5c3bd4d1d133f5bed20e
SHA-1: be47347da0072ccb7e3a947902e0ffda9eeb85e5
SHA-256: 5721dfeb4d9ec3caefce111a2b19a388e825d3ccae850086d41b4758c11b4c3a
Download zip
17.1 KB
MD5: 5961ea54b97a947b3df58dddf3dcdbcb
SHA-1: 06069fe2cb35858be4f113888226caaf2fad2004
SHA-256: 2333ddbf962cdac09ef4fa001b47092a7548b513b69a47e1896c72e245658448
Release notes
Please read the README file for documentation on this version.
- Integrated with flag module instead of implementing node_status, published, etc...
- Integrated with token module to provide tallies for variables: reviewed, reviewers, approved, approved_ratio, approved_ratio_total, quorum
- Fixed some lingering bugs and issues that were hard coded from the original implementation of this project for a client.
- Added approval threshold and quorum settings as a percentage
- Removed content type setting as it's implemented directly in flag module...
- Added three permissions:
- view own node approval
- view all node approval
- review node approval
- Added hook_ona to act on operations "global approve", "global reject", "user approve", and "user reject" respectively.
- Added upgrade path from 1.x dev version to 2.x dev version.
- Removed user interface into its own sub-module, og_node_approval_ui.
- Bug fixes