Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Reinstate appcache_enabled staging flag | Dave Arter | 2017-11-24 | -1/+2 |
| | | | | | This can optionally disable appcache for superusers which can be handy in development. | |||
* | Only include offline JavaScript if needed. | Matthew Somerville | 2017-11-15 | -3/+1 |
| | ||||
* | Only output appcache/manifest for shortlist users. | Matthew Somerville | 2017-02-28 | -2/+8 |
| | | | | The interception of 404s etc is too much of an inconvenience. | |||
* | Allow staging sites to turn off appcache. | Matthew Somerville | 2017-01-10 | -0/+9 |
| | ||||
* | Add offline support of static files/fallback page. | Matthew Somerville | 2016-12-16 | -0/+32 |
Use a list to store JavaScript files, so it can be shared between the HTML footer and the appcache manifest. |