debian/cubicweb-web.lintian-overrides
author |
Aurelien Campeas <aurelien.campeas@logilab.fr> |
|
Tue, 27 May 2014 18:47:24 +0200 |
changeset 10087 |
ed0b076c119b |
parent 857 |
f5728ee6fe39
|
permissions |
-rw-r--r-- |
[rset] kill the rset._rqlst cache
Right now it "works" for the standard, internal uses.
However when we will fold ClientConnection and Connection, it will
hurt, because suddenly we get more cache hits, and the following
situation would become commonplace:
* there is an un-annotated _rqlst given by the querier
* some view (e.g. facets) requests the .syntax_tree, which takes a
copy of _rqlst
* the view actually expects the rql syntax tree to be annotated, but
it was not, hence we crash.
Related to #3837233.
857
f5728ee6fe39
we want to keep control on jquery.js file version
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
diff
changeset
|
1 |
cubicweb-web: embedded-javascript-library usr/share/cubicweb/cubes/shared/data/jquery.js
|