1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
README.Debian for django-ajax-selects
=====================================
Removed upstream's bootstrap.js
Contained privacy invading URLs, that violate Debian Policy and caused Lintian
errors.
I raised issues I was having with lintian on debian-devel:
https://lists.debian.org/debian-devel/2015/11/msg00249.html
Discussions continued into December:
https://lists.debian.org/debian-devel/2015/12/msg00011.html
And on debian-python:
https://lists.debian.org/debian-python/2015/12/msg00009.html
However no good solution was suggested.
This means that any application that uses django-ajax-selects must manually
import the required versions of jquery and jquery-ui.
For reference the removed lines were Javascript code that inserted the
following HTML elements into ths page:
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="//code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<link type="text/css" rel="stylesheet" href="//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />'
-- Brian May <bam@debian.org> Tue, 15 Dec 2015 18:44:00 +1100
|