aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
Commit message (Collapse)AuthorAgeLines
* Merge branch 'stevenage'Struan Donald2012-11-19-7/+74
|\ | | | | | | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css conf/crontab.ugly perllib/FixMyStreet/Cobrand/Default.pm perllib/Open311.pm templates/web/fixmystreet/around/postcode_form.html
| * add in default map zoom level for cobrand and set stevenage oneStruan Donald2012-10-25-1/+5
| |
| * do not forget extra 311 field data if we need to display an errorStruan Donald2012-10-22-1/+1
| |
| * change the way we get open311 singlelist data so we can order itStruan Donald2012-10-22-1/+1
| | | | | | | | correctly for display
| * handle updates to meta data as well as meta data when a contact is createdStruan Donald2012-10-18-0/+6
| |
| * add script to fetch last 24 hours of updates as a backup and default to last ↵Struan Donald2012-10-17-0/+8
| | | | | | | | 2 hours in standard script
| * bring service request updates in line with our specStruan Donald2012-10-08-1/+8
| |
| * whoops missed package name of Stevenage cobrandDave Whiteland2012-09-07-1/+1
| |
| * added Stevenage cobrand (scss just placeholders for now)Dave Whiteland2012-09-07-0/+36
| |
| * send out open311 fms standard updates unless in extended modeStruan Donald2012-09-06-3/+9
| |
* | Unneeded TODO; truncate_coordinate uses in_gb_locale.Matthew Somerville2012-11-14-1/+0
| |
* | Remove unused function, basic test of front page of some council cobrands.Matthew Somerville2012-11-14-4/+0
| |
* | Remove unused function, add gridref test.Matthew Somerville2012-11-12-19/+0
| |
* | Some fixes for when warnings are on during test run.Matthew Somerville2012-11-09-6/+16
| |
* | change Barnet testing KBIDDave Whiteland2012-10-31-12/+1
| |
* | Move map not used text to template so we can use HTML in itStruan Donald2012-10-26-3/+0
| | | | | | | | | | | | and not have it escaped when it is displayed Fixed #350
* | disabled fields confuse things so ignore themStruan Donald2012-10-26-0/+1
| |
* | Expand no reports message to make it more helpfulSteven Day2012-10-24-1/+1
| |
* | Pass in headers from Catalyst if present for HTTP language negotiation.Matthew Somerville2012-10-15-1/+2
| |
* | If update alert email is to problem reporter, make it a login link.Matthew Somerville2012-10-12-1/+17
| | | | | | | | | | This is so they can more easily update, especially if the update they've just received has mistakingly 'fixed' the report. This fixes #7.
* | Fix copy to match behaviour, fixes #326.Matthew Somerville2012-10-12-1/+1
| |
* | Allow lat,lon and OS grid references in search box, fixes #142.Matthew Somerville2012-10-12-0/+43
| |
* | Add auto-location to alert page (fixes #23).Matthew Somerville2012-10-12-1/+0
| |
* | Fix #86.Matthew Somerville2012-10-12-1/+1
| |
* | If there is no user title submitted with a problem then do not set the DB fieldStruan Donald2012-10-12-7/+8
| |
* | Fix missing site_title.Matthew Somerville2012-10-11-5/+0
| |
* | Use cobrand for children area types, not UK specific array.Matthew Somerville2012-10-11-5/+3
| |
* | use OSM maps on lichfield cobrandStruan Donald2012-10-11-0/+4
| |
* | Email template language paths weren't being looked at for questionnaires or ↵Matthew Somerville2012-10-10-2/+6
| | | | | | | | reports (wasn't used, but didn't want to cause confusion at some future time). Prompted by #164.
* | Change 'their ref' to 'council ref', fixes #300 good enough for the moment.Matthew Somerville2012-10-10-1/+1
| |
* | Update .po file, and make prettify function do nget() properly.Matthew Somerville2012-10-08-6/+16
| |
* | Add TIME_ZONE variable for local display of times.Matthew Somerville2012-10-08-12/+19
| |
* | Display method variables correctly.Matthew Somerville2012-10-08-1/+3
| |
* | Travis script.Matthew Somerville2012-10-05-5/+4
| |
* | More cron quietening, only show full Open311 first time, then summarise.Matthew Somerville2012-10-05-6/+24
| |
* | Improve error message.Matthew Somerville2012-10-04-1/+2
| |
* | Caseinsensitive match.Matthew Somerville2012-10-04-1/+1
| |
* | Add warning option to Open311 populate, to show warnings.Matthew Somerville2012-10-04-7/+10
| |
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreetDave Whiteland2012-10-03-0/+2
|\ \
| * | Allow closed->fixed transition in questionnaire, and spot closed problems in ↵Matthew Somerville2012-10-03-0/+2
| | | | | | | | | | | | response text (fix #269).
* | | Merge branch 'fmb-read-only'Dave Whiteland2012-10-03-34/+217
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Contact.pm perllib/FixMyStreet/DB/Result/Problem.pm
| * | admin interface to add contact level endpointsStruan Donald2012-09-28-0/+7
| | |
| * | we now return a hash from get_council_senderStruan Donald2012-09-28-3/+3
| | |
| * | admin interface to set endpoint as devolvedStruan Donald2012-09-28-1/+3
| | |
| * | deal with pluralsStruan Donald2012-09-26-0/+2
| | |
| * | generalise make_emptyhomes_po so we can use it for FMBStruan Donald2012-09-26-0/+25
| | | | | | | | | | | | | | | make some updates to translations scripts so they work on OS X Use FMB translation in Cobrand
| * | Fix other part of race conditionStruan Donald2012-08-29-1/+1
| | |
| * | allow endpoints to be configured at a category levelStruan Donald2012-08-29-36/+54
| | | | | | | | | | | | | | | default cobrand now checks for endpoint configuration and only extra fallbacks are in UK cobrand
| * | remove race conditionStruan Donald2012-08-28-2/+1
| | |
| * | Display support count even if not logged inStruan Donald2012-08-27-4/+11
| | | | | | | | | | | | use a button for adding support rather than a link