- 06 Apr, 2017 8 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
erp5_ui_test: add do nothing reports to Foos erp5_web_renderjs_ui_test: add export button ui tests
-
Tomáš Peterka authored
To make basic support for search engines ``description`` and ``keywords`` /reviewed-on nexedi/erp5!253
-
- 05 Apr, 2017 13 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Make the text clickable. Do not show text in grey.
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
your_dummy -> Your Dummy
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 04 Apr, 2017 2 commits
-
-
Sebastien Robin authored
Since a process might exit by himself at any time, handle exceptions when we try kill processes
-
Vincent Pelletier authored
Spotted by chance. Seems unlikely to be hit, but that would be a stupid arbitrary limitation nevertheless.
-
- 03 Apr, 2017 5 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
ComplexQuery bypasses SearchKey mechanism and makes assumptions SQLCatalog.{search|count}Results does not do. Instead, reserve a name, and complain if it is passed by caller.
-
Vincent Pelletier authored
"query" argument is not supposed to be different from any other argument (argument name is [pseudo-]column name, unknown coluns are rejected, and "None" means "IS NULL" SQL comparison), but is accidentally special-cased in ERP5Catalog. This special-casing is to be removed, so update all callers relying on this glitch. Also, avoid using Query.
-
Vincent Pelletier authored
Also, do not use deprecated parameter name to pass a logical operator.
-
Vincent Pelletier authored
-
- 31 Mar, 2017 4 commits
-
-
Tristan Cavelier authored
ERP5Storage.putAttachment is going to return a blob instead of a string in the resulting event.target.response. This patch allows to handle blob responses and keep backward compatibility.
-
Tristan Cavelier authored
- CheckBoxField - ListField - MultiCheckBoxField - MultiListField - RadioField erp5_ui_test: add dialogs and script to test fields erp5_web_renderjs_ui_test: add tests for some fields - ListField - MultiCheckBoxField - MultiListField - RadioField
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 30 Mar, 2017 2 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
- 29 Mar, 2017 5 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
min-width and max-width overlap if the same value is used: https://www.w3.org/TR/css3-mediaqueries/#media1
-
Romain Courteaud authored
Set ID attribute on input fields. https://www.w3.org/TR/html5/forms.html#the-label-element
-
- 27 Mar, 2017 1 commit
-
-
Cédric Le Ninivin authored
Formerly the "base" tag was introduced in the header.
-