diff options
author | Hakim Cassimally <hakim@mysociety.org> | 2014-05-27 16:08:50 +0000 |
---|---|---|
committer | Hakim Cassimally <hakim@mysociety.org> | 2014-08-13 15:11:29 +0000 |
commit | 382a782c16a998776176de37037dd029fab4e3fe (patch) | |
tree | c425b24e3ce2c396214fd463e0fc0bde21f792be /cpanfile | |
parent | 68a486f190aa5054b3bcf1be2a63ad0c7c6aef26 (diff) |
Report moderation
- redaction marked with [...]
- of report and comments
- stores original data
- uses a single form, on the report/_main view
- requires additional permissions (user_body_permissions)
- Hide report functionality
- Moderation notification/contact form
- Moderation writes to admin_log
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -97,6 +97,9 @@ feature 'uk', 'FixMyStreet.com specific requirements' => sub { # requires 'SOAP::Lite'; #}; +# Moderation by from_body user +requires 'Algorithm::Diff'; + # Modules used by css watcher requires 'File::ChangeNotify'; requires 'Path::Tiny'; |