- 17 May, 2022 1 commit
-
-
Laurent Peuch authored
-
- 19 Apr, 2022 1 commit
-
-
Élodie Thiéblin authored
fix #535
-
- 12 May, 2022 1 commit
-
-
Nicola Spanti authored
- add links of issues and for yams versions - use double backquotes for code and not a single one (it is correct in Mardown, but it is italic for RST) - add empty newline at end of file for convenient `cat`
-
- 19 Apr, 2022 1 commit
-
-
Laurent Peuch authored
-
- 11 Mar, 2022 1 commit
-
-
Noé Gaumont authored
-
- 23 Mar, 2022 1 commit
-
-
Nicola Spanti authored
-
- 31 Mar, 2022 2 commits
-
-
François Ferry authored
-
François Ferry authored
-
- 10 Mar, 2022 1 commit
-
-
Arnaud Vergnet authored
-
- 31 Mar, 2022 10 commits
-
-
François Ferry authored
-
François Ferry authored
--HG-- branch : 3.36
-
François Ferry authored
--HG-- branch : 3.36
-
François Ferry authored
--HG-- branch : 3.36
-
François Ferry authored
--HG-- branch : 3.35
-
François Ferry authored
--HG-- branch : 3.35
-
François Ferry authored
--HG-- branch : 3.35
-
François Ferry authored
--HG-- branch : 3.34
-
François Ferry authored
--HG-- branch : 3.34
-
Laurent Peuch authored
-
- 29 Mar, 2022 2 commits
-
-
Laurent Peuch authored
-
François Ferry authored
reelated: #531 --HG-- branch : 3.34
-
- 25 Mar, 2022 1 commit
-
-
Laurent Peuch authored
-
- 23 Mar, 2022 1 commit
-
-
François Ferry authored
and: - add 2 tests - corrects 2 tests. Why corrects these 2 tests? Previously, the fact we have a relation <eid> in a "NOT EXISTS" was (wrongly) treated as an equality restriction with an eid. Thus, when we added a type restriction, the variable escaped from the type restriction step (rqlrewrite.add_types_restriction). Since RQL 0.38.1, "NOT EXISTS" no longer allows you to signify that you have a restriction that defines the eid. Thus we can now enter in type restriction step, and this step turn is_instance_of relation into a is relation since we've all possible solutions and, I quote the comment in the code: "we don't want to bother with potential is_instance_of incompatibility". related: #528 --HG-- branch : 3.34
-
- 14 Mar, 2022 1 commit
-
-
François Ferry authored
-
- 09 Mar, 2022 9 commits
-
-
François Ferry authored
-
François Ferry authored
--HG-- branch : 3.35
-
François Ferry authored
--HG-- branch : 3.35
-
François Ferry authored
--HG-- branch : 3.35
-
François Ferry authored
--HG-- branch : 3.34
-
François Ferry authored
--HG-- branch : 3.34
-
François Ferry authored
--HG-- branch : 3.34
-
François Ferry authored
--HG-- branch : 3.33
-
François Ferry authored
--HG-- branch : 3.33
-
- 28 Feb, 2022 6 commits
-
-
Frank Bessou authored
The `url` variable is already escaped at this point. Related to #523. --HG-- branch : 3.34
-
Frank Bessou authored
The `url` variable is already escaped at this point. Related to #523. --HG-- branch : 3.33
-
Frank Bessou authored
The `divtail` part of interpolation was escaped but divtail is a list of already serialized attributes in the form `attribute="value"`. Escaping them leads to broken attributes like this: ``` <div class="expandable" onclick="asyncRemoteExec('node_clicked', 'id', 'eid')" /> ``` Related to #523. --HG-- branch : 3.34
-
Frank Bessou authored
The `divtail` part of interpolation was escaped but divtail is a list of already serialized attributes in the form `attribute="value"`. Escaping them leads to broken attributes like this: ``` <div class="expandable" onclick="asyncRemoteExec('node_clicked', 'id', 'eid')" /> ``` Related to #523. --HG-- branch : 3.33
-
Frank Bessou authored
These URLs can contain '&' characters which should be escaped. Related to #523. --HG-- branch : 3.34
-
Frank Bessou authored
These URLs can contain '&' characters which should be escaped. Related to #523. --HG-- branch : 3.33
-
- 01 Mar, 2022 1 commit
-
-
François Ferry authored
--HG-- branch : 3.33
-