- 06 Oct, 2020 24 commits
-
-
Romain Courteaud authored
This reverts commit e50d05af.
-
Romain Courteaud authored
-
Romain Courteaud authored
XXX check the length of jio_key instead (subdoc only)
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Do not access form submission REQUEST from the listbox list method, as it is rendered asynchronously in ERP5JS
-
Romain Courteaud authored
-
Romain Courteaud authored
This reverts commit 35b2c024.
-
Romain Courteaud authored
-
Romain Courteaud authored
Allow edition in the new UI
-
Romain Courteaud authored
-
Romain Courteaud authored
This make everything slow as hell and prevent to quickly save.
-
Romain Courteaud authored
Example: <h2 class="foo">bar</h2> => <h3 class="foo">bar</h3>
-
Romain Courteaud authored
-
Romain Courteaud authored
Changing the language and browsing to another web section require to fully refresh the page. This breaks the previous gadget API.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 05 Oct, 2020 9 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
So that it can be registered properly on load and later added through the ZMI.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
ZODB Components: Tool Component: Only validated 'reference' must be considered when registering a Tool. Otherwise setting an invalid reference will make the Component 'modified' but try to use that invalid reference to register it and fail.
-
Arnaud Fontaine authored
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
Jérome Perrin authored
-
Jérome Perrin authored
With chrome ( 85.0.4183.108 but I think it appears a few weeks/months ago ) when using erp5_xhtml_style when the cursor in the first column on the left it's not visible, because the bold background hides it. Default user agent spreadsheet is a 2px padding, but we have a rule applying a padding 0 for all textarea. Revert this rule for textarea used as fields in content. --- ## before: The cursor is in *Description* field, left to "This style is ..." but cannot be seen. ![image](/uploads/f40262af196d799291643604b91ae2c4/image.png) ## after: The cursor is same location (*Description* field, left to "This style is ...") and this time is visible. ![image](/uploads/bf1ec63532e2eca1fca7655a4581935a/image.png) See merge request nexedi/erp5!1280
-
- 01 Oct, 2020 3 commits
-
-
Georgios Dagkakis authored
See merge request nexedi/erp5!1282
-
Georgios Dagkakis authored
Previously this would be rendered as empty String (unless we had a hidden field to define precision) Commit adds also testListboxZeroValue in erp5_web_renderjs_ui_test
-
Roque authored
See merge request nexedi/erp5!1173
-
- 30 Sep, 2020 4 commits