- 20 Sep, 2021 35 commits
-
-
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
erp5_web_renderjs_ui: keep previous focus color
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
This reverts commit a87db49b.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Drop user informations from language page
-
Romain Courteaud authored
Change max age to 1 hour and 1 day
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
See merge request nexedi/erp5!1493
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
1.use query factory instead of manually query 2.don't get all related object, use modification date to filter 3.synchronize only related service
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Georgios Dagkakis authored
See merge request nexedi/erp5!1490
-
- 17 Sep, 2021 1 commit
-
-
Georgios Dagkakis authored
To be compatible with xhtml, where in hash scripts like Base_getMultiListFieldPropertyDictList the category titles are not translated and translation happens in form rendering Also: erp5_web_renderjs_ui_test: Add testParallelFieldListTranslation to check the translation of category titles in parallel list field
-
- 15 Sep, 2021 1 commit
-
-
Nicolas Wavrant authored
When some types of files are attached to a forum thread, they may be subjected to a portal type migration. This is the case of CSV files, for exemple. What happens in that case, is that the document D1 is created with portal_type PT1, then discoverMetadata is called, which triggers a portal type migration. Then D1 is deleted, and recreated as D2 with portal type D2. The problem is that the migration happens after D1 was attached to the Discussion Post (in a different transaction), so the relation between both is broken.
-
- 14 Sep, 2021 1 commit
-
-
Vincent Pelletier authored
This can happen if there is an error very early during publication.
-
- 10 Sep, 2021 2 commits
-
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-