aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/seesomething/admin/stats.html
Commit message (Collapse)AuthorAgeLines
* [SeeSomething] Remove cobrand.Matthew Somerville2017-03-31-63/+0
|
* Add .btn and .form-control classes to inputsZarino Zappia2016-10-04-4/+4
|
* [SeeSomething] fix and test for stats contentHakim Cassimally2014-07-31-1/+1
|
* Replace from_council with from_body in SeeSomething cobrandSteven Day2014-07-31-1/+1
| | | | | | | | | | | | | | | | | | | | | | 'from_council' was renamed to 'from_body' and turned into a relationship in b2aa34b Feb 2013, and the seesomething code was missed. Though the FMS::DB::Result::User object would (correctly) throw an error if an invalid method is called, *Catalyst* idea of a user object wraps this in a Catalyst::Authentication::Store::DBIx::Class which uses AUTOLOAD to delegate methods and swallows the error. e.g. this code always returns false, hence the code path is never run. (I think this is a bug and have opened: https://rt.cpan.org/Ticket/Display.html?id=97640 ) Added test case and (hopefully) corrected template, will need a check against site running copy with recent data to check that nothing looks squiffy. We also had to change the %council_details stash, which was based on the old code, not sure if suggested fix matches original intent, but looks plausible. (As discussed with @dracos @stevenday this is slightly repeated, and should arguably use ->{bodies} but that's a possible future FIXME)
* Do not have a blank device columnStruan Donald2012-12-21-1/+1
|
* remove id and details from reportingStruan Donald2012-12-21-4/+0
|
* show report area on reporting screenStruan Donald2012-12-21-0/+2
|
* remember search parameter and set values of selects accordinglyStruan Donald2012-12-21-12/+9
|
* display message if no results foundStruan Donald2012-12-21-0/+6
|
* use correct path for form submissionStruan Donald2012-12-21-1/+1
|
* add filter via device typeStruan Donald2012-12-21-0/+7
|
* list device type on see something stats pageStruan Donald2012-12-21-0/+2
|
* add in labels and ids to make form layout betterStruan Donald2012-12-21-3/+5
|
* add full list of subcategoriesStruan Donald2012-12-21-0/+6
|
* add pagination to report listStruan Donald2012-12-21-0/+2
|
* add css classes for better table readabilityStruan Donald2012-12-21-3/+3
|
* basic initial stats page for see somethingStruan Donald2012-12-20-0/+43