aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm
Commit message (Collapse)AuthorAgeLines
* Use EncodedColumn subclass.Matthew Somerville2019-05-02-3/+3
|
* Refactor datetime inflation.Matthew Somerville2019-05-02-3/+7
|
* Don’t show creation diffs with old history entries.Matthew Somerville2019-01-17-0/+2
| | | | | Old moderation history entries will have blank category/co-ords, and we don’t want to say they’ve changed on appearance.
* Include moderation history in report updates.Matthew Somerville2019-01-16-0/+7
| | | | | | If the user has moderating permission, or a cobrand allows the viewing of moderation history, show moderation history within the updates on a report page.
* Only show extra items that diff in moderation.Matthew Somerville2019-01-15-1/+1
|
* Associate moderation history with admin log.Matthew Somerville2018-11-27-0/+10
|
* Show moderation history in report/update admin.Matthew Somerville2018-11-26-0/+116
|
* Store all moderation change history in database.Matthew Somerville2018-11-26-3/+2
| | | | | Currently keeping the same front end functionality of only reverting to the original.
* Mark moderation_original_data extra as RABXColumn.Matthew Somerville2018-11-19-1/+6
|
* Store more original stuff on moderation.Matthew Somerville2018-11-16-2/+10
|
* Updates to schema from DBIx::Class loader.Matthew Somerville2015-08-19-4/+5
|
* Remove ms_current_timestamp() override function.Matthew Somerville2015-08-13-1/+1
| | | | | This override is not used anywhere, it dates from a very old long-gone test script, and causes issues with database query planning.
* Report moderationHakim Cassimally2014-08-13-0/+66
- 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