- 15 Feb, 2018 2 commits
-
-
Vincent Pelletier authored
Before this change, expression_instance would not be set when expression is modified, leading to either non-applied filter expression (when no expression_instance existed) or use of an outdated expression. Use a volatile attribute to store the expression: it does not change the amount of work needed to load the Expression instance (pickle is the raw python expression as text) and it remove data duplication in exported documents.
-
Vincent Pelletier authored
This reverts commit fe84b799. I did not intend to push that hash (copy/paste mistake).
-
- 14 Feb, 2018 5 commits
-
-
Tristan Cavelier authored
-
Vincent Pelletier authored
-
Yusei Tahara authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 13 Feb, 2018 11 commits
-
-
Julien Muchembled authored
-
Vincent Bechu authored
-
Vincent Bechu authored
monospace, sans-serif, serif, OpenSans
-
Tomáš Peterka authored
-
Tomáš Peterka authored
[hal_json] Improve backward compatibility of value resolution by calling Scripts on search result underlying object
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Nicolas Wavrant authored
-
Romain Courteaud authored
-
Romain Courteaud authored
This adds the maximize button.
-
Romain Courteaud authored
-
- 12 Feb, 2018 4 commits
-
-
Ayush Tiwari authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
- 09 Feb, 2018 5 commits
-
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
This reverts commit c49cf8d8. Callee is directly accessed from other places, so changing this API is wrong. This it not immediately visible in tests, but this makes erp5_officejs_support_request_ui_test:testFunctionalSupportRequest testCheckComment test randomly fail (apparently because the javascript error message may appear after or before the test final step is satisfied - which means this tests is bugged, but that's a separate issue).
-
Vincent Pelletier authored
These variables are only used when they evaluate as true, so it is pointless work to replace them with empty lists.
-
- 08 Feb, 2018 6 commits
-
-
Nicolas Wavrant authored
-
Tomáš Peterka authored
-
Vincent Pelletier authored
Catalog used in this test is now close/above 1k rows, so go one API level down to get control over that pesky "limit 1000".
-
Vincent Pelletier authored
-
Vincent Pelletier authored
These tests do not test what they advertise anymore. Advertised features are in widespread use in other tests, so there should be no need to test specifically for these. Also, avoids polluting other tests by clearing catalog for futile reasons.
-
Vincent Pelletier authored
ZSQLCatalog/ERP5Catalog is only supposed to work on catalog table, by definition.
-
- 07 Feb, 2018 7 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Also, reorder imports to follow python style: standard modules before others.
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Vincent Pelletier authored
Current scheme causes paths to exceed catalog limit.
-
Vincent Pelletier authored
-