aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
Commit message (Collapse)AuthorAgeLines
* remove Mindelo's language domainDave Whiteland2013-09-05-1/+0
| | | | because we don't need it -- just using translation (pt_CV) file
* switch Fixmindelo to pt_CV localeDave Whiteland2013-09-05-1/+2
|
* Spell out all "marked as %s" strings.Matthew Somerville2013-09-05-6/+2
| | | | | As doing interpolation from a database state field is not great for translation. Fixes #391.
* Use format_datetime for DBIx::Class searches to get rid of warnings when ↵Edmund von der Burg2013-09-05-2/+5
| | | | running test suite
* Stop Template Toolkit indenting multiline strings.Matthew Somerville2013-09-04-0/+539
| | | | | | | Embed a local copy of Template::Document, which includes the change of https://github.com/abw/Template2/pull/29 so that multiline quoted strings within a template are not indented and thus stop translating.
* [Zurich] Ensure only superusers can add/edit bodiesChris Mytton2013-09-04-0/+2
|
* [Zurich] Only super user can edit bodiesChris Mytton2013-09-03-0/+8
|
* Updated MapQuest links per instructionsJonas Oberg2013-08-30-1/+1
|
* Changed hardcoded URL in Problem.pm to be using variable from general.yml ↵Matthew Somerville2013-08-30-1/+2
| | | | instead.
* Replaced hardcoded Mapit-URL in error message to use variable from config ↵Rikard2013-08-30-1/+2
| | | | instead
* Use name from problem in Bromley Open311 extra paramsStruan Donald2013-08-19-1/+1
| | | | | In order to match the way we get the name for the standard Open311 params as changed in b3e8d60
* Open311 should user name from report not userStruan Donald2013-08-19-1/+1
| | | | | Open311 was using the name in the user table for it's reports when it should be the one in the problem table.
* Specify town in Oxfordshire disambiguate_locationChris Mytton2013-08-13-0/+1
| | | | | | | | Part of #508 This seems like a bit of a misuse of this feature, mostly because I'm specifying a county in a parameter called town, but it appears to fix the immediate problem of not being able to find streets in oxfordshire.
* Correct span in disambiguate_location for OxfordshireChris Mytton2013-08-13-1/+1
| | | | Related to #508
* Merge branch 'fixmindelo'Dave Whiteland2013-08-02-0/+25
|\
| * add fixmindelo cobrandDave Whiteland2013-07-27-0/+25
| |
* | Send back a list of titles in new report ajax detailsStruan Donald2013-08-01-0/+25
|/ | | | | This is so that the mobile app can use the list to build the appropriate UI as fixing the HTML that is sent for the site is too awful.
* Fixes to module installation.Matthew Somerville2013-07-26-1/+1
| | | | | | | * Upgrade ExtUtils::MakeMaker, and remove old workaround. * DIME::Tools won't install without --force (needed by SOAP::Lite in travis). * Remove SOAP::WSDL from cpanfile, as it won't install and nothing needs it apart from Barnet (UK specific).
* Update contact form error message.Matthew Somerville2013-07-18-1/+1
|
* EHA needs slightly different short names.Matthew Somerville2013-06-24-0/+14
|
* Check for abuse in more places.Matthew Somerville2013-06-19-0/+17
|
* Improve Google Maps support somewhat.Matthew Somerville2013-06-06-1/+34
|
* Redirect away from incorrect council pages on council sites.Matthew Somerville2013-05-21-4/+26
|
* Fix admin photo display.Matthew Somerville2013-05-15-5/+2
|
* Allow photo display to admin users, as they might not be approved yet.Matthew Somerville2013-05-15-1/+4
|
* No agency in Zurich.Matthew Somerville2013-05-13-1/+5
|
* Explicitly exclude unconfirmed reports.Matthew Somerville2013-05-13-2/+6
|
* Check photo allowed on direct display.Matthew Somerville2013-05-13-1/+3
|
* Tweak function as RSS call returns string, not hash.Matthew Somerville2013-05-13-1/+8
|
* Consolidate photo display checking to one function.Matthew Somerville2013-05-13-3/+12
|
* Don't remove /M tokens upon use.Matthew Somerville2013-05-10-4/+1
|
* Move to Digest::SHA, as ::SHA1 is no longer packaged in Debian.Matthew Somerville2013-05-08-2/+2
|
* Add MAPIT_ID_WHITELIST configuration option.Matthew Somerville2013-05-02-14/+14
| | | | | | | This allows someone to restrict FixMyStreet's usage to specific MapIt IDs rather than a whole MapIt type. This is currently most useful with Global MapIt as you probably don't want e.g. all the O04s in the world for your installation.
* Consolidate sending backoff for different types of sender.Matthew Somerville2013-05-02-59/+11
|
* Don't print on London failure every time.Matthew Somerville2013-04-29-1/+0
|
* Send email to Zurich DM when report in planned state after more than six days.Matthew Somerville2013-04-26-4/+4
|
* Update EHA front page heading, and about page.Matthew Somerville2013-04-24-1/+4
|
* Don't add Bromley to strings with Orpington in.Matthew Somerville2013-04-11-3/+2
|
* Only match High Street alone, there are others in the borough.Matthew Somerville2013-04-11-1/+1
|
* If a comment is already confirmed then just log the user in and forward them toStruan Donald2013-04-11-1/+6
| | | | | the report page rather than reconfirming the report, which may alter the status of reports
* Check for no body_areas entries (e.g. deleted councils).Matthew Somerville2013-04-10-1/+3
|
* Add a zoomed in level.Matthew Somerville2013-04-09-4/+4
|
* Missing translated title, make sure overdue() call is before whensent is reset.Matthew Somerville2013-03-25-2/+2
|
* return locations with coordinates as well as bare locationsStruan Donald2013-03-21-2/+3
|
* Use mech->content, as mech->response->content is pre-gunzipping.Matthew Somerville2013-03-19-1/+1
|
* Add Catalyst::Plugin::Compress::Gzip (locally, as CPAN version overloads ↵Matthew Somerville2013-03-19-0/+83
| | | | wrong function).
* Don't need to create update alert for reports in Zurich.Matthew Somerville2013-03-18-3/+0
|
* Check for only one result, fixes #359.Matthew Somerville2013-03-18-1/+4
|
* Fix couple of issues with module upgrades.Matthew Somerville2013-03-15-1/+4
|
* Set override language for Zurich.Matthew Somerville2013-03-14-1/+2
|