web/data/sendcancel.png
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 23 Feb 2015 09:02:41 +0100
changeset 10307 4b8253fb3125
parent 7668 b2fa3d89ed89
permissions -rw-r--r--
[web/facet] Use an Exists node in HasRelationFacet The generated RQL now includes an EXISTS clause. For instance, one gets: :: DISTINCT Any WHERE X is CWUser, EXISTS(X in_group A) instead of: :: DISTINCT Any WHERE X is CWUser, X in_group A for a HasRelationFacet with ``rtype = 'in_group'``, which is more appropriate for testing the existence of the relation. Add a test for this facet along the way.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7668
b2fa3d89ed89 [web] Image optimisation using trimage (pngcrush inside)
Arthur Lutz <arthur.lutz@logilab.fr>
parents: 0
diff changeset
     1
(binary:image/png)