Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [SeeSomething] Remove cobrand. | Matthew Somerville | 2017-03-31 | -63/+0 |
| | ||||
* | Add .btn and .form-control classes to inputs | Zarino Zappia | 2016-10-04 | -4/+4 |
| | ||||
* | [SeeSomething] fix and test for stats content | Hakim Cassimally | 2014-07-31 | -1/+1 |
| | ||||
* | Replace from_council with from_body in SeeSomething cobrand | Steven Day | 2014-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 column | Struan Donald | 2012-12-21 | -1/+1 |
| | ||||
* | remove id and details from reporting | Struan Donald | 2012-12-21 | -4/+0 |
| | ||||
* | show report area on reporting screen | Struan Donald | 2012-12-21 | -0/+2 |
| | ||||
* | remember search parameter and set values of selects accordingly | Struan Donald | 2012-12-21 | -12/+9 |
| | ||||
* | display message if no results found | Struan Donald | 2012-12-21 | -0/+6 |
| | ||||
* | use correct path for form submission | Struan Donald | 2012-12-21 | -1/+1 |
| | ||||
* | add filter via device type | Struan Donald | 2012-12-21 | -0/+7 |
| | ||||
* | list device type on see something stats page | Struan Donald | 2012-12-21 | -0/+2 |
| | ||||
* | add in labels and ids to make form layout better | Struan Donald | 2012-12-21 | -3/+5 |
| | ||||
* | add full list of subcategories | Struan Donald | 2012-12-21 | -0/+6 |
| | ||||
* | add pagination to report list | Struan Donald | 2012-12-21 | -0/+2 |
| | ||||
* | add css classes for better table readability | Struan Donald | 2012-12-21 | -3/+3 |
| | ||||
* | basic initial stats page for see something | Struan Donald | 2012-12-20 | -0/+43 |