aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/DB/Result/AdminLog.pm
Commit message (Collapse)AuthorAgeLines
* Add user planned reports.Matthew Somerville2016-08-22-3/+3
| | | | | | A user with the appropriate permission can add/remove reports from their list of planned reports using a button on a report page. The list can be viewed at /my/planned.
* Add "time spent" admin logging.Hakim Cassimally2015-10-06-0/+2
| | | | | | | | | | | | | | | | | | | | | Mechanism is general, but current implementation only used for Zurich. - Zurich: Record time_spent field mysociety/FixMyStreet-Commercial#676 - template changes (including jQuery spinner) - backend changes to save data are made: - in log_edit, if supplied - and time on category change (and arbitrary actions) - Add update_admin_log to all paths for DM, ensuring that it gets called, while resetting the `time_spent` parameter, to make sure that there is never a duplicate record created. - Also quell warning about using DateTime values in query. - Also add (seemingly unrelated) parens to stop misparsing of OK line in questionnaire test now that DT::Format::Pg is used in Zurich cobrand See mysociety/FixMyStreet-Commercial#676
* Updates to schema from DBIx::Class loader.Matthew Somerville2015-08-19-2/+3
|
* 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-4/+17
| | | | | | | | | | | - 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
* now using open311config all send-reports webservices, not just open311Dave Whiteland2012-03-23-3/+3
|
* Use bcrypt.Matthew Somerville2011-06-24-3/+3
|
* add admin_log table to modelsStruan Donald2011-06-06-0/+44