aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
Commit message (Collapse)AuthorAgeLines
* add reposition button that appears if map is dragged after location has been setStruan Donald2013-06-21-1/+44
|
* move confirm button up to toolbar and make it a next buttonStruan Donald2013-06-21-8/+4
|
* stop and start problem pins being displayed on new report/cancel reportStruan Donald2013-06-20-1/+3
|
* display location pin when click new report hereStruan Donald2013-06-20-2/+16
|
* do not remove the fixmystreet variable as we do not destroy the map nowStruan Donald2013-06-20-4/+0
|
* put cancel button back on around pageStruan Donald2013-06-20-4/+4
|
* move search box to display on around pageStruan Donald2013-06-20-1/+57
|
* move map to always be in the background and not part of a particular pageStruan Donald2013-06-20-1/+1
|
* only display extra details page if we have been asked for extra detailsStruan Donald2013-06-19-3/+3
|
* if a list of user titles is provided by the server ask for and require oneStruan Donald2013-06-19-1/+18
|
* validate extra open311 fieldsStruan Donald2013-06-19-1/+11
|
* check for, display and send extra details on open311 categoriesStruan Donald2013-06-19-2/+135
|
* typoStruan Donald2013-06-19-1/+1
|
* move hardcoded string into strings listStruan Donald2013-06-18-1/+2
|
* check that errors keys look about correctStruan Donald2013-06-18-6/+8
|
* replace password error message with non website specific one. Fixes #447Struan Donald2013-06-18-3/+7
|
* use placeholders and error class for error messages on details screenStruan Donald2013-06-13-0/+16
|
* make multiple match list into a listview. Fixes #452Struan Donald2013-06-12-1/+2
|
* if the server rejects the report as invalid then display some errorsStruan Donald2013-06-12-2/+16
|
* Merge remote-tracking branch 'origin/phonegap-jquery-mobile-new' into ↵Struan Donald2013-06-11-5/+2
|\ | | | | | | | | | | | | phonegap-jquery-mobile-new Conflicts: phonegap/www/css/fms.css
| * Merge branch 'phonegap-jquery-mobile-new' of ↵Jedidiah Broadbent2013-06-10-1/+10
| |\ | | | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into phonegap-jquery-mobile-new
| * | Updated GPS dot and slightly darkened the maps to help contrast with nav.Jedidiah Broadbent2013-06-10-5/+2
| | |
* | | location of any current report should always take priority when displaying mapStruan Donald2013-06-11-3/+3
| | |
* | | cancel event propogation for photo buttonsStruan Donald2013-06-11-3/+6
| | |
* | | use correct button hiding/showing code on photo screenStruan Donald2013-06-11-6/+6
| | |
* | | cancel event propogation for existing report buttonsStruan Donald2013-06-11-3/+6
| | |
* | | if we sign in as part of submission remember that we are signed inStruan Donald2013-06-11-0/+1
| | |
* | | dismiss onscreen keyboard from password submit pageStruan Donald2013-06-11-0/+1
| | |
* | | show loading screen if we are uploading a photoStruan Donald2013-06-11-0/+3
| |/ |/|
* | display rate this app button on sent screen. Fixes #446Struan Donald2013-06-10-1/+10
|/
* More explicable behaviour when you click cancel on the map screenStruan Donald2013-06-07-2/+19
| | | | | If the report only has location details then just throw them away, otherwise leave the report as a draft and then create a new draft
* create set password route so we can go back to submit_name. Fixes #432Struan Donald2013-06-07-1/+17
|
* use jqm listview for list of draft reportsStruan Donald2013-06-07-3/+5
|
* need to use this.$ in case setSelectClass is called from afterRenderStruan Donald2013-06-06-2/+2
|
* vclicks seem to be more prone to triggering events elsewhere so explicitly ↵Struan Donald2013-06-06-4/+8
| | | | kill propogation
* Change confirmation screen content based on whether confirmation emailStruan Donald2013-06-06-0/+17
| | | | sent or user was signed in
* stop default as sometimes it seems to percolate through to the confirm buttonStruan Donald2013-06-06-1/+2
|
* replace click with vclick as speeds up response to events on iOSStruan Donald2013-06-06-55/+55
|
* better validation messages and display for signout pageStruan Donald2013-06-05-5/+6
|
* improve display of error messages and multiple locations on search screenStruan Donald2013-06-05-3/+4
|
* make go button on onscreen keyboard work on sign in screenStruan Donald2013-06-05-1/+11
|
* make go button on onscreen keyboard work on password/name confirm screenStruan Donald2013-06-05-1/+6
|
* wire up submit handler on search page so Go on onscreen keyboard does the ↵Struan Donald2013-06-04-2/+7
| | | | right thing
* correctly set details category select class based on value. Fixes #435Struan Donald2013-06-04-4/+18
|
* use correct name for subclass destroy methodStruan Donald2013-06-04-1/+1
|
* There seem to be all sorts of issues with transitions doing oddStruan Donald2013-06-04-0/+5
| | | | | flickering on android, at least in the emulator, so disable them totally for now.
* This is a slightly kludgy way to stop the annoying 1px pre and postStruan Donald2013-06-03-0/+3
| | | | | | | transition jumps caused by screen scrolling on, at least, iOS. Basically setting this causes defaultHomeScroll to be set to 0 deep within JQM and hence the scrollPage function in transitions to do nothing. Without this defaultHomeScroll is set to 1 and scrollPage scrolls the page 1px
* small screen height correction to stop overscroll on iOSStruan Donald2013-06-03-1/+1
|
* clicking on pins to get more detail of report now works. Fixes #428Struan Donald2013-05-31-1/+17
|
* remove unused codeStruan Donald2013-05-30-1/+0
|