aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
Commit message (Collapse)AuthorAgeLines
...
* basic login page and link from map screenStruan Donald2013-04-24-2/+94
|
* only confirm name, phone and anonymity if we have the email and password ↵Struan Donald2013-04-24-2/+69
| | | | when submitting
* display sensible error message if location services are turned offStruan Donald2013-04-23-2/+8
|
* Add in a confirm location step as it provides a better workflow whenStruan Donald2013-04-23-2/+42
| | | | dealing with existing reports
* do not use transitions when navigating from front pageStruan Donald2013-04-23-1/+9
|
* removing some debug codeStruan Donald2013-04-23-4/+2
|
* small tweaks to try and resolve android startup issuesStruan Donald2013-04-23-2/+4
|
* ajaxOverlay is not used so remove mentions of itStruan Donald2013-04-22-7/+0
|
* locate should not interact with display elementsStruan Donald2013-04-22-1/+0
|
* when we discard an in progress draft on startup make sure we do it properlyStruan Donald2013-04-22-0/+1
|
* correct autocompleto errorStruan Donald2013-04-22-1/+1
|
* always set currentPosition to use lat/longStruan Donald2013-04-22-4/+3
|
* do not display spinner plus locating screen at the same timeStruan Donald2013-04-22-2/+6
|
* set and clear currentDraft details via methods on FMS object to ensure ↵Struan Donald2013-04-22-10/+16
| | | | consistency
* standardise on currentPositionStruan Donald2013-04-22-6/+5
|
* use model.id as that has actually been setStruan Donald2013-04-22-1/+1
|
* highlight next button on details page when we have filled in all the fieldsStruan Donald2013-04-22-1/+6
|
* add a save report option to use existing report pageStruan Donald2013-04-22-0/+7
|
* display standard jquery mobile busy spinner when we are making an ajax requestStruan Donald2013-04-22-0/+3
|
* change the next button text to reflect if we are saving the report or skippingStruan Donald2013-04-22-1/+11
|
* do not save blank offline reportsStruan Donald2013-04-22-1/+26
|
* sort drafts in reverse date orderStruan Donald2013-04-22-0/+1
|
* add default draft description if there is no titleStruan Donald2013-04-22-0/+2
|
* use nth day rather than nth monthStruan Donald2013-04-22-1/+1
|
* reduce decimal places on position confirmationStruan Donald2013-04-22-1/+1
|
* check if online when displaying search pageStruan Donald2013-04-22-0/+6
|
* update example config file with current values and commentsStruan Donald2013-04-22-2/+10
|
* move location accuracy out to configStruan Donald2013-04-22-3/+1
|
* add isOffline check to around pageStruan Donald2013-04-22-1/+3
|
* add a geolocate button and geolocate functionality to offline report pageStruan Donald2013-04-22-2/+20
|
* extract geolocation parts of view out to view that is inherited fromStruan Donald2013-04-22-57/+79
|
* if we have gone offline while on the map page and we click report thenStruan Donald2013-04-18-3/+7
| | | | display the create an offline report page
* display a save for later page if between starting the report andStruan Donald2013-04-18-6/+49
| | | | submitting it we have gone offline
* handle offline/online event and set flag to indicate current state, also set ↵Struan Donald2013-04-18-3/+16
| | | | this on init
* use moment to add created date to drafts and display themStruan Donald2013-04-17-3/+18
|
* quick link to use an existing draft from reports pageStruan Donald2013-04-17-1/+10
|
* quick link reports pageStruan Donald2013-04-17-0/+8
|
* add delete link to my reports pageStruan Donald2013-04-17-0/+19
|
* move removeDraft functionality to main object and use that elsewhereStruan Donald2013-04-16-28/+29
|
* need to capture event in order to prevent defaultStruan Donald2013-04-15-1/+1
|
* use correct strings objectStruan Donald2013-04-15-1/+1
|
* quick list of current draft reportsStruan Donald2013-04-12-1/+16
|
* if no internet connection then allow the user to create an offlineStruan Donald2013-04-12-4/+110
| | | | | | | | | report with a title, details and a photo Alter the checking for in progress reports not to require a location as offline reports might not have one Also add a holding page for a users reports
* use the correct variable when cleaning up photo after submissionStruan Donald2013-04-11-1/+1
|
* clean up properly if we are discarding the current draftStruan Donald2013-04-11-1/+13
|
* reset current draft after we have removed itStruan Donald2013-04-11-0/+1
|
* if the current draft has a category then default to that on the details pageStruan Donald2013-04-10-0/+6
|
* when we have submitted a report remove the draft and any associated photoStruan Donald2013-04-10-2/+16
|
* correct overagressive search and replace from a while agoStruan Donald2013-04-10-1/+1
|
* when we take a photo copy it from the tmp location to somewhere weStruan Donald2013-04-10-15/+153
| | | | | | specify so that it doesn't get deleted automatically. likewise when we delete a photo delete it from out storage