aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/views/submit.js
Commit message (Expand)AuthorAgeLines
* update Android to Cordova 3.6Struan Donald2015-08-28-0/+480
* instead of using js to inject the correct cordova js file in toStruan Donald2013-07-12-405/+0
* remove unused codeStruan Donald2013-07-04-14/+1
* Fix to stop password setting attempting to login. Fixes #11Struan Donald2013-07-04-1/+4
* add some instructional text to the name request pageStruan Donald2013-06-28-2/+5
* create set name page that goes back to correct place if you have set a passwo...Struan Donald2013-06-28-1/+11
* slightly improved reporting error messagesStruan Donald2013-06-28-1/+5
* initial rework of password setting workflowStruan Donald2013-06-21-3/+30
* if a list of user titles is provided by the server ask for and require oneStruan Donald2013-06-19-0/+13
* typoStruan Donald2013-06-19-1/+1
* move hardcoded string into strings listStruan Donald2013-06-18-1/+1
* 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/+6
* if the server rejects the report as invalid then display some errorsStruan Donald2013-06-12-0/+14
* dismiss onscreen keyboard from password submit pageStruan Donald2013-06-11-0/+1
* create set password route so we can go back to submit_name. Fixes #432Struan Donald2013-06-07-1/+11
* vclicks seem to be more prone to triggering events elsewhere so explicitly ki...Struan Donald2013-06-06-2/+4
* Change confirmation screen content based on whether confirmation emailStruan Donald2013-06-06-0/+6
* replace click with vclick as speeds up response to events on iOSStruan Donald2013-06-06-16/+16
* make go button on onscreen keyboard work on password/name confirm screenStruan Donald2013-06-05-1/+6
* correct transition direction on report submissionStruan Donald2013-05-30-1/+1
* make locating screen cover whole pageStruan Donald2013-05-23-0/+5
* even if we fail to delete a draft behave as if it worked for nowStruan Donald2013-05-20-0/+1
* correctly set name, etc when signing in as part of reportingStruan Donald2013-04-26-4/+7
* if signed in and confirming name then actually use confirmed detailsStruan Donald2013-04-26-1/+4
* check logged in status by using api callStruan Donald2013-04-26-0/+6
* only confirm name, phone and anonymity if we have the email and password when...Struan Donald2013-04-24-0/+51
* set and clear currentDraft details via methods on FMS object to ensure consis...Struan Donald2013-04-22-2/+1
* use model.id as that has actually been setStruan Donald2013-04-22-1/+1
* display a save for later page if between starting the report andStruan Donald2013-04-18-4/+8
* move removeDraft functionality to main object and use that elsewhereStruan Donald2013-04-16-14/+7
* use the correct variable when cleaning up photo after submissionStruan Donald2013-04-11-1/+1
* reset current draft after we have removed itStruan Donald2013-04-11-0/+1
* when we have submitted a report remove the draft and any associated photoStruan Donald2013-04-10-2/+16
* Trying to use the same model for both remote and localStorage wasStruan Donald2013-04-08-6/+6
* remove unnecessary semi-colons that jslint objects toStruan Donald2013-03-07-4/+4
* if we get to the password screen from the name details screen then register/c...Struan Donald2013-03-06-1/+5
* use listenTo on the view as if we set the listener on the model theStruan Donald2013-03-06-8/+7
* handle failed login message returned from serverStruan Donald2013-03-06-0/+4
* make sure the user fills in a passwordStruan Donald2013-03-06-1/+10
* submit report by signing in with a passwordStruan Donald2013-03-06-1/+26
* change the workflow of the user details screen to seperate out askingStruan Donald2013-03-06-16/+118
* basic validation for user detailsStruan Donald2013-03-06-1/+32
* save personal details when we submit, load them when we start and useStruan Donald2013-03-05-1/+4
* Add and remove report sync events only once in the viewStruan Donald2013-03-04-3/+10
* submit page can now submit reports to be confirmed by emailStruan Donald2013-03-04-1/+43
* basic routing to submit screenStruan Donald2013-03-01-0/+9