aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Couple other text tweaks for EHA.Matthew Somerville2011-10-28-6/+1
|
* Remove some things from EHA website.Matthew Somerville2011-10-28-3/+214
|
* return 0 if we cannot get a request idStruan Donald2011-10-26-0/+1
|
* do some more checks when getting a reponse from open311 systemsStruan Donald2011-10-26-1/+5
|
* few more changes to look of Reading cobrandStruan Donald2011-10-26-5/+5
|
* Merge remote branch 'origin/master'Struan Donald2011-10-25-965/+1561
|\
| * Show link to enable stale reports also for the Norwegian site.Petter Reinholdtsen2011-10-24-1/+1
| |
| * Latest .po files.Matthew Somerville2011-10-21-964/+1560
| |
* | remove FMS branding from Reading cobrandStruan Donald2011-10-25-30/+25
|/
* return an error if we cannot find the location rather than just bailingStruan Donald2011-10-21-1/+10
|
* check that there is an open311 endpoint configured before using open311Struan Donald2011-10-21-1/+1
|
* printf not sprintfStruan Donald2011-10-21-1/+1
|
* temporary fix to make cambridgeshire use description and not service_nameStruan Donald2011-10-21-4/+12
|
* Do not process council if not endpoint or no servicesStruan Donald2011-10-21-0/+5
|
* actually make the fetching of open311 extra info fields workStruan Donald2011-10-20-13/+10
|
* only add on change handler if there are open311 extra paramsStruan Donald2011-10-20-1/+5
|
* Merge branch 'open311-consumer'Struan Donald2011-10-20-14/+1792
|\
| * remove javascript eval and send down html insteadStruan Donald2011-10-20-55/+69
| |
| * make the additional information fields work with js update of category dropdownStruan Donald2011-10-20-27/+41
| |
| * fix some failing encoding testsStruan Donald2011-10-20-2/+3
| |
| * put filter column after loader hashStruan Donald2011-10-19-3/+3
| |
| * do the correct thing with result success flagStruan Donald2011-10-11-2/+2
| |
| * fix intending, missing bracket and re-use contact objectStruan Donald2011-10-11-29/+27
| |
| * remove out of date FIXMEStruan Donald2011-10-11-1/+0
| |
| * if we have two conflicting existing contacts then skip the updateStruan Donald2011-10-11-5/+78
| |
| * reduce duplicate codeStruan Donald2011-10-11-135/+38
| |
| * do not die if we update a contact and there is one with the same categoryStruan Donald2011-10-11-13/+20
| |
| * test existing contacts are deletedStruan Donald2011-10-11-2/+74
| | | | | | | | udpate service code for contact with same category
| * handle change of service name for existing service codeStruan Donald2011-10-11-2/+77
| |
| * rewrite populate service list to enable testing and add some testsStruan Donald2011-10-10-118/+356
| |
| * Merge remote branch 'origin/master' into open311-consumerStruan Donald2011-10-10-894/+1261
| |\
| * | an initial first hack at making send-reports work whenStruan Donald2011-09-27-4/+12
| | | | | | | | | | | | there are multiple areas for a report
| * | use custom end points for west berksStruan Donald2011-09-27-2/+17
| | | | | | | | | | | | strip trailing white space from category names
| * | allow service endpoints to be configuredStruan Donald2011-09-27-3/+4
| | |
| * | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-09-08-1103/+720
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into open311-consumer Conflicts: web/css/core.css web/js/fixmystreet.js
| * | | fix failing test and remove debug codeStruan Donald2011-08-22-4/+4
| | | |
| * | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-22-1228/+3844
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into open311-consumer Conflicts: t/app/model/problem.t templates/web/default/report/new/fill_in_details.html web/css/core.css
| * | | | fix syntax errorsStruan Donald2011-08-16-1/+1
| | | | |
| * | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-16-149/+1957
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into open311-consumer Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Problem.pm
| * | | | | fix syntax errorsStruan Donald2011-08-16-2/+2
| | | | | |
| * | | | | shuffle problem update code about to make it easier to test and write some testsStruan Donald2011-08-12-62/+296
| | | | | |
| * | | | | delete user created in testStruan Donald2011-08-12-0/+1
| | | | | |
| * | | | | move problem update into problem model and add some tests, plus attempt some ↵Struan Donald2011-08-11-65/+191
| | | | | | | | | | | | | | | | | | | | | | | | timezone things
| * | | | | 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
| * | | | | | 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