Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add offline storing of inspect forms. | Matthew Somerville | 2016-12-16 | -0/+4 |
| | | | | | | | | | | This allows the inspect form to be submitted when offline, with the data saved in localStorage, the number of saved forms shown in the banner, and the forms to be uploaded when back online. It copes if you go back to a report after having submitted the form, and if the back-online submission fails due to CSRF failure, retrying once with a new token. | |||
* | Improve some error pages. | Matthew Somerville | 2016-01-26 | -17/+12 |
| | | | | | Use design of auth/token in generic error, 404, and token server error pages, and use the same error for too old/ token not found errors. | |||
* | Rename 'default' web directory to 'base'. | Matthew Somerville | 2014-07-08 | -0/+28 |
This should reduce confusion with the Default cobrand and override order. |