aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* when_sent -> whensent for consistencyStruan Donald2012-03-26-4/+4
|
* initial very basic send comments wrapperStruan Donald2012-03-26-0/+92
|
* missed db update fileStruan Donald2012-03-26-0/+6
|
* DB changes for comment sendingStruan Donald2012-03-26-6/+38
|
* initial bromley retry code for problemsStruan Donald2012-03-26-12/+30
|
* sort out error message testsStruan Donald2012-03-26-2/+2
|
* fix errorStruan Donald2012-03-23-1/+1
|
* submit title and alerts_requested over open311Struan Donald2012-03-23-0/+6
|
* forgot to add extra column into schema fileStruan Donald2012-03-23-1/+2
|
* save extra comment details for bromleyStruan Donald2012-03-23-2/+36
|
* indicate if there is any extra data associated with the reportStruan Donald2012-03-23-0/+1
|
* initial code to display user title if council is BromleyStruan Donald2012-03-23-3/+42
|
* skipped send summary codeStruan Donald2012-03-22-0/+15
|
* add in retry count codeStruan Donald2012-03-22-3/+53
|
* add in send method codeStruan Donald2012-03-22-22/+71
|
* add in standard bromley open311 attributesStruan Donald2012-03-22-3/+15
|
* more populate tests and also cope with bromley non display fieldsStruan Donald2012-03-22-0/+324
|
* uncomment test and test for correct error messageStruan Donald2012-03-21-2/+2
|
* post service request updatesStruan Donald2012-03-21-3/+197
|
* removed unused codeStruan Donald2012-03-20-5/+0
|
* regularise data structure in open311 module as that is more sensibleStruan Donald2012-03-20-14/+12
|
* make sure external ids for problems and comments are only unique per councilStruan Donald2012-03-20-4/+77
|
* tests for mark_open and mark_fixedStruan Donald2012-03-20-3/+60
|
* slightly less convulted test data structureStruan Donald2012-03-20-4/+4
|
* add first pass of update comments method and testsStruan Donald2012-03-19-4/+152
|
* add external id to comments tableStruan Donald2012-03-19-10/+19
|
* initial get serivce request updates method and testsStruan Donald2012-03-19-1/+78
|
* Return an error if map clicked outside boundary, fixes #270.Matthew Somerville2012-03-16-4/+14
|
* Put validation strings in external file (fixes #281), tidy to only have one ↵Matthew Somerville2012-03-16-45/+38
| | | | common_header_tags file.
* Seems to be working okay, dial down its output.Matthew Somerville2012-03-15-7/+2
|
* Up contrast on mobile apps logos.Josh Angell2012-03-15-0/+0
|
* Up the contrast on ol.big-numbersJosh Angell2012-03-15-1/+1
|
* Darken the greys.Matthew Somerville2012-03-15-9/+9
|
* Only move pan zoom on around page on mobile.Matthew Somerville2012-03-15-4/+3
|
* Max 250 any side.Matthew Somerville2012-03-15-2/+2
|
* On mobile, make Report a problem a link that scrolls up to the form.Matthew Somerville2012-03-14-3/+9
|
* Typo.Matthew Somerville2012-03-14-1/+1
|
* Put Kasabi import script on cron.Matthew Somerville2012-03-14-0/+4
|
* Manually call setCenter rather than zoomToExtent, so that can force zoom ↵Matthew Somerville2012-03-14-1/+4
| | | | event trigger. Fixes centering of area on area pages, I think.
* Fix CSS generation script for deploy, move report photo up.Matthew Somerville2012-03-14-8/+19
|
* Move password help to where it won't be shown when logged in. Fixes #278.Matthew Somerville2012-03-14-5/+5
|
* Merge remote branch 'origin/kasabi'Matthew Somerville2012-03-14-0/+219
|\
| * Initial Kasabi import/update script.Matthew Somerville2012-03-13-0/+219
| |
* | Merge branch 'redesign'Matthew Somerville2012-03-14-1585/+9762
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore notes/INSTALL perllib/FixMyStreet/App/Controller/Photo.pm perllib/FixMyStreet/Cobrand/FixMyStreet.pm
| * | Move most mobile-related JS into resize() so that site keeps working on ↵Matthew Somerville2012-03-14-34/+65
| | | | | | | | | | | | browser resize.
| * | Disable placeholder, interferes badly with current validation.Matthew Somerville2012-03-14-16/+10
| | |
| * | Using Modernizr.mq() breaks e.g. IE form display due to adding to <body> I ↵Matthew Somerville2012-03-14-7/+1
| | | | | | | | | | | | assume. Use the mobile class instead.
| * | Council info pages.Matthew Somerville2012-03-14-17/+419
| | |
| * | Update error message (missed from previous).Matthew Somerville2012-03-14-4/+4
| | |
| * | Changed the placeholder polyfill for a better one that works.Josh Angell2012-03-14-35/+27
| | |