layerindex-web/templates
Paul Eggleton 378413299c Fix progressive task output when it contains entity-escaped characters
If an update task's output contains a single quote for example (') then
this will be escaped to an HTML entity before it gets sent as a
response. However, that means that the length of the data in the response
will be greater than the length of the original data, resulting in
characters getting missed out when we read the next chunk - so we
can't use the escaped length to set the next position to read from. The
easiest thing to do is have the Django view send us the actual position
we're at and then we don't have to try to calculate it on the JS side.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2019-07-17 11:31:04 +12:00
..
admin Use Django sites framework to specify website title 2013-12-28 11:03:29 +00:00
django_registration Disable autocomplete on sensitive fields 2019-07-17 11:31:04 +12:00
layerindex Fix progressive task output when it contains entity-escaped characters 2019-07-17 11:31:04 +12:00
registration Add license / note for django-registration-templates 2019-07-17 11:31:04 +12:00
rrs RRS: move Export button and restore Tools drop-down menu 2019-02-21 15:47:56 +13:00
404.html Upgrade to Django 1.6+ 2016-06-12 11:33:08 +12:00
500.html Move all templates to a templates directory 2013-03-06 16:55:23 +00:00
base_toplevel.html Upgrade to Bootstrap 3 2018-09-20 15:57:59 +12:00
base.html Upgrade django-registration to version 3.0. 2019-07-17 11:30:56 +12:00
pagination.html Upgrade to Bootstrap 3 2018-09-20 15:57:59 +12:00