aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Roles
Commit message (Collapse)AuthorAgeLines
* Improve display of category extra data in admin.Matthew Somerville2016-09-09-20/+8
| | | | Allow get_extra_metadata to return all the data with no argument.
* Move photoset stuff to new Role.Matthew Somerville2016-08-01-0/+35
|
* Move from Moose to Moo in non-App code.Matthew Somerville2015-12-02-6/+3
| | | | And create default cobrand class without all of Moose.
* Add Extra role to ease use of {extra} field.Hakim Cassimally2015-03-20-0/+193
| | | | | | | | | Historically, the extra field has been used in two different ways by different cobrands, both as a list (e.g. Open311 category fields) and a hash (e.g. the Zurich cobrand). This commit consolidates usage, adding an API to make use of the field easier and always returning a hash for the code to use. Fixes #1018.
* use moose role for is_from_abuser methodStruan Donald2011-05-26-0/+29