aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
Commit message (Collapse)AuthorAgeLines
...
* | Include extra address in council email.Matthew Somerville2013-02-13-1/+6
| |
* | Ask for address, and clarify public/private for EmptyHomes.Matthew Somerville2013-02-13-1/+19
| |
* | Move category label out of code to template.Matthew Somerville2013-02-12-5/+0
| |
* | Static figures for old EHA reports.Matthew Somerville2013-02-12-0/+393
| |
* | Insert spaces into printed links.Matthew Somerville2013-02-11-2/+7
| |
* | Committed by mistake.Matthew Somerville2013-02-11-1/+1
| |
* | Couple of Bromley council references missed in merge.Matthew Somerville2013-02-11-0/+1
|/
* add FixMyBarnagay council_id so users_can_hide triggers display of hide buttonDave Whiteland2013-02-05-0/+3
|
* Add a basic FMB test.Matthew Somerville2013-02-04-2/+12
|
* Remove all special body handling in order to move FMB to use bodies properly.Matthew Somerville2013-02-04-45/+5
|
* FixMyBarangay: let staff hide reports in their own barangay (i.e., won't ↵Dave Whiteland2013-02-04-0/+3
| | | | work for departments/MICS yet..)
* Fix infinite memory-eating loop.Matthew Somerville2013-02-04-1/+2
| | | | | | Reading from $problem->areas is a new string each time, so the global regex gets reset and the loop never ends. Look up the value once, first, to prevent this.
* Add some more error handling of odd RSS.Matthew Somerville2013-02-04-0/+6
|
* Check we have an area ID to look up first.Matthew Somerville2013-02-04-1/+1
|
* Set body needed for redirect function (this whole area/body confusion here ↵Matthew Somerville2013-02-04-0/+2
| | | | needs looking at).
* Right default pin colour on all reports.Matthew Somerville2013-02-04-1/+1
|
* Missed some council references.Matthew Somerville2013-02-04-3/+3
|
* Merge remote branch 'origin/zurich'Matthew Somerville2013-02-04-1061/+1846
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/open311-populate-service-list bin/send-comments bin/update-all-reports conf/crontab.ugly db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/App/Controller/Reports.pm perllib/FixMyStreet/Cobrand/Default.pm perllib/FixMyStreet/Cobrand/LichfieldDC.pm perllib/FixMyStreet/DB/Result/Open311conf.pm perllib/FixMyStreet/DB/Result/Problem.pm perllib/FixMyStreet/DB/ResultSet/Problem.pm perllib/FixMyStreet/SendReport.pm perllib/FixMyStreet/SendReport/Email.pm perllib/FixMyStreet/SendReport/Open311.pm perllib/Open311/GetServiceRequestUpdates.pm perllib/Open311/PopulateServiceList.pm t/app/controller/report_new.t t/app/controller/rss.t templates/web/bromley/report/display.html templates/web/default/admin/council_contacts.html templates/web/default/common_header_tags.html templates/web/default/dashboard/index.html templates/web/default/front/stats.html templates/web/default/report/_main.html templates/web/default/report/update-form.html templates/web/emptyhomes/index.html templates/web/emptyhomes/report/display.html templates/web/emptyhomes/report/new/councils_text_all.html templates/web/emptyhomes/reports/body.html templates/web/emptyhomes/reports/index.html templates/web/fixmystreet/report/new/fill_in_details_form.html templates/web/fixmystreet/report/update-form.html web/cobrands/fixmystreet/fixmystreet.js web/js/fixmystreet.js
| * Add some email checking to Zurich test.Matthew Somerville2013-01-31-2/+4
| |
| * Don't send Zurich admin email to user unless email confirmed (fixes a5).Matthew Somerville2013-01-31-0/+2
| |
| * Remove two further out Zurich zoom levels, add 1:500 (fixes a9).Matthew Somerville2013-01-31-2/+2
| |
| * Fix front page stats (fixes a33).Matthew Somerville2013-01-31-0/+4
| |
| * Override find_closest to disable it for Zurich.Matthew Somerville2013-01-29-0/+6
| |
| * Prettify created in RSS too.Matthew Somerville2013-01-29-0/+9
| |
| * Get Zurich superuser admin index page working a bit better.Matthew Somerville2013-01-29-2/+2
| |
| * spew not known in this version of library.Matthew Somerville2013-01-29-1/+5
| |
| * missing_details_bodies is an array of objects, not IDs, which we want.Matthew Somerville2013-01-29-1/+1
| |
| * Fix for editing user from having no body to having one.Matthew Somerville2013-01-29-1/+3
| |
| * add displable represenations of confirmed and created times to ajax problem ↵Struan Donald2013-01-28-0/+2
| | | | | | | | details
| * add translated state string to ajax problem detailsStruan Donald2013-01-28-0/+1
| |
| * only try and generate meta if the problem is confirmed otherwise we get errorsStruan Donald2013-01-28-1/+1
| |
| * add state and used_map details to ajax report resultsStruan Donald2013-01-28-0/+3
| |
| * List all reports immediately on /reports for Zurich.Matthew Somerville2013-01-28-2/+18
| |
| * Have different pin colours on Zurich dependent on state.Matthew Somerville2013-01-25-5/+12
| |
| * Zurich-specific date output on reports.Matthew Somerville2013-01-25-0/+2
| |
| * Stop changing DateTimes to epochs and back.Matthew Somerville2013-01-25-49/+33
| | | | | | | | | | | | | | Also revert cursor handling of Reports.pm; the DateTime inflation appears to be a slowdown, and we were doing that anyway, and this way makes things simpler in general. Will have a watch out for any performance issue, but hopefully it should be fine.
| * Make sure title not shown on pins on unconfirmed Zurich reports.Matthew Somerville2013-01-24-2/+8
| |
| * add basic ability to return a report as jsonStruan Donald2013-01-24-0/+45
| |
| * Add some Zurich banner tests.Matthew Somerville2013-01-23-1/+5
| |
| * Not overdue if it's not yet been sent.Matthew Somerville2013-01-23-0/+2
| |
| * Script to email Zurich managers when reports are overdue.Matthew Somerville2013-01-22-2/+22
| |
| * Overdue comparison correct way round.Matthew Somerville2013-01-22-2/+2
| |
| * Highlight overdue Zurich reports in admin interface.Matthew Somerville2013-01-22-0/+41
| |
| * Add map to admin report page, changes to nav bar to work accordingly.Matthew Somerville2013-01-21-0/+15
| |
| * Remove non-working most zoomed in level.Matthew Somerville2013-01-18-2/+2
| |
| * Fixes for Zurich map display in HTML.Matthew Somerville2013-01-18-2/+2
| |
| * Stop unimportant warnfix.Matthew Somerville2013-01-18-12/+13
| |
| * Make body list a table to match other admin tables.Matthew Somerville2013-01-18-1/+43
| |
| * Tidy up some tab highlighting, search display, date formatting.Matthew Somerville2013-01-18-1/+1
| |
| * Add user addition form.Matthew Somerville2013-01-18-3/+33
| |