Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | if signed in and confirming name then actually use confirmed details | Struan Donald | 2013-04-26 | -3/+3 |
| | ||||
* | handle report submission errors correctly when reporting with a photo | Struan Donald | 2013-04-25 | -1/+5 |
| | ||||
* | ajaxOverlay is not used so remove mentions of it | Struan Donald | 2013-04-22 | -3/+0 |
| | ||||
* | use correct strings object | Struan Donald | 2013-04-15 | -1/+1 |
| | ||||
* | correct overagressive search and replace from a while ago | Struan Donald | 2013-04-10 | -1/+1 |
| | ||||
* | report might be a copy of a draft which has already been saved in which | Struan Donald | 2013-04-10 | -0/+1 |
| | | | | | | case backbone thinks it's doing an update so treat update and create the same rather than trying to delve around in backbone internals changing states | |||
* | Trying to use the same model for both remote and localStorage was | Struan Donald | 2013-04-08 | -18/+0 |
| | | | | | involving all sorts of hackery so it's easier and cleaner to move to separate models for reports and drafts | |||
* | save and load current report on app pause and resume | Struan Donald | 2013-04-02 | -0/+18 |
| | ||||
* | do not refine options | Struan Donald | 2013-03-07 | -8/+7 |
| | ||||
* | remove unnecessary semi-colons that jslint objects to | Struan Donald | 2013-03-07 | -1/+1 |
| | ||||
* | submit report by signing in with a password | Struan Donald | 2013-03-06 | -1/+1 |
| | ||||
* | change the workflow of the user details screen to seperate out asking | Struan Donald | 2013-03-06 | -24/+9 |
| | | | | | for passwords/email to different screens only works for email screen at moment | |||
* | save personal details when we submit, load them when we start and use | Struan Donald | 2013-03-05 | -4/+2 |
| | | | | them in the submit form | |||
* | remove debug code | Struan Donald | 2013-03-04 | -3/+0 |
| | ||||
* | use the FMS.strings object rather than STRINGS | Struan Donald | 2013-03-04 | -1/+1 |
| | ||||
* | use syc/error event triggers for reports with photos | Struan Donald | 2013-03-04 | -3/+3 |
| | ||||
* | include may show name option in report | Struan Donald | 2013-03-04 | -0/+1 |
| | ||||
* | submit page can now submit reports to be confirmed by email | Struan Donald | 2013-03-04 | -3/+16 |
| | ||||
* | fix typo | Struan Donald | 2013-03-04 | -1/+4 |
| | ||||
* | add in take and choose photo actions | Struan Donald | 2013-03-04 | -1/+2 |
| | ||||
* | add report model and use it to store and fetch categories for details template | Struan Donald | 2013-03-01 | -0/+157 |