aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* tweak to problem fetching query to correctly exclude problems with no ↵Struan Donald2011-08-11-3/+5
| | | | external_id
* only get updates for visible problemsStruan Donald2011-08-11-2/+1
|
* some rudimentary checks to make sure we do not put in updates that are older ↵Struan Donald2011-08-11-1/+15
| | | | than current state in FMS
* translate text and use contact email for system userStruan Donald2011-08-10-3/+5
|
* Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-09-81/+140
|\ | | | | | | into open311-consumer
| * update install notes for module-manager skipping DBIx::Class::EncodedColumnDave Whiteland2011-08-09-1/+7
| |
| * Fix broken lack of paragraphing, fixes #140.Matthew Somerville2011-08-09-6/+6
| |
| * Move JS to where it'll work when run, to fix #145.Matthew Somerville2011-08-09-47/+47
| |
| * Lowercase email addresses sent via /import. Fixes #146.Matthew Somerville2011-08-09-2/+2
| |
| * Update footer/FAQ question.Matthew Somerville2011-08-09-19/+59
| |
| * Allow dragging of new report marker.Matthew Somerville2011-08-09-6/+19
| |
* | initial update from open311 scriptStruan Donald2011-08-09-3/+137
| |
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-09-123/+717
|\| | | | | | | | | | | | | into open311-consumer Conflicts: web/css/core.css
| * Use link instead of @import.Matthew Somerville2011-08-09-31/+22
| |
| * Store lat/lon from multiple results and use that to prevent infinite loop on ↵Matthew Somerville2011-08-09-10/+10
| | | | | | | | e.g. 'Clapham'.
| * Remove watermark CSS, and put CSS first in head where it should be.Matthew Somerville2011-08-09-50/+10
| |
| * Merge branch 'catalyst-open311-server'Matthew Somerville2011-08-06-4/+626
| |\
| | * Get Open311 RSS working, whether it's given a ResultSet or a lower level ↵Matthew Somerville2011-08-04-28/+27
| | | | | | | | | | | | statement handle.
| | * Leftovers.Petter Reinholdtsen2011-08-02-1/+1
| | |
| | * Try different approachh.Petter Reinholdtsen2011-08-02-7/+22
| | |
| | * Typo.Petter Reinholdtsen2011-08-01-1/+1
| | |
| | * Try to get Open311 GeoRSS output working.Petter Reinholdtsen2011-08-01-6/+14
| | |
| | * Pick a point in Norway.Petter Reinholdtsen2011-08-01-2/+2
| | |
| | * Typo.Petter Reinholdtsen2011-08-01-1/+1
| | |
| | * Right handling of DB objects, and better datetime handling.Matthew Somerville2011-07-29-52/+41
| | |
| | * Fix capture indices, set bodies in output.Matthew Somerville2011-07-29-8/+8
| | |
| | * Tidy up database querying, needs testing.Matthew Somerville2011-07-29-93/+78
| | |
| | * Bit more action tidying.Matthew Somerville2011-07-29-17/+23
| | |
| | * Factor out .cgi redirect, stash format (more to tidy).Matthew Somerville2011-07-29-18/+33
| | |
| | * Move documentation to template, start tidying up action flows.Matthew Somerville2011-07-29-200/+164
| | |
| | * Try to include comment count.Petter Reinholdtsen2011-07-29-0/+9
| | |
| | * Start on Catalyst based Open311 API based on old CGI based implementation.Petter Reinholdtsen2011-07-29-0/+632
| | | | | | | | | | | | Comment out non-working code for now.
| * | Only allow problem confirmation up to a month after creation.Matthew Somerville2011-08-05-10/+23
| | |
| * | Warnfix.Matthew Somerville2011-08-05-1/+1
| | |
| * | Redirect if POSTed form is GETted.Matthew Somerville2011-08-05-0/+2
| | |
| * | Rename questionnaire index function so GET doesn't find it.Matthew Somerville2011-08-05-2/+2
| | |
| * | Sort reports on My Reports page, whoops.Matthew Somerville2011-08-05-3/+8
| | |
| * | Probably wise not to have a test dependent on another server not ↵Matthew Somerville2011-08-05-1/+1
| | | | | | | | | | | | reorganising its db internally :)
| * | Fix for bad requests to AJAX pin lookup.Matthew Somerville2011-08-05-13/+13
| | |
* | | check that the generated select has all the elements we expectStruan Donald2011-08-04-0/+9
| | |
* | | unit tests for extra open311 fields in report pagesStruan Donald2011-08-04-2/+160
| | |
* | | configure open311 endpoint etc in admin interfaceStruan Donald2011-08-04-0/+119
| | |
* | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-04-2/+7
|\| | | | | | | | | | | into open311-consumer
| * | Relationship is has_one, not has_many, was causing wrong nearby photos to ↵Matthew Somerville2011-08-03-1/+1
| | | | | | | | | | | | appear on alert page.
| * | Make sure Message-ID is set on outgoing messages.Matthew Somerville2011-08-03-1/+6
| | |
* | | yet another attempt at storing the service detail informationStruan Donald2011-08-04-18/+36
| | | | | | | | | | | | | | | this time we sort as we store so we don't need to do this every time we display the information
* | | fix bug in service request details parsingStruan Donald2011-08-03-1/+3
| | |
* | | correct scopingStruan Donald2011-08-03-3/+4
| | |
* | | remove redundant p tags and make heading into a headingStruan Donald2011-08-03-3/+3
| | |
* | | add a bit of descriptive text for additional open311 fieldsStruan Donald2011-08-03-0/+4
| | |