- 24 Jan, 2024 34 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
This reverts commit a87db49b.
-
Romain Courteaud authored
-
Romain Courteaud authored
Change max age to 1 hour and 1 day
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
erp5_search_rank_catalog: do not destroy the previously calculated rank erp5_search_rank_catalog: Show module content before tools content erp5_search_rank_catalog: keep default value low, to prevent having huge rank score
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Otherwise, method draw enter an infinite loop if users selected some elements
-
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
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
only Assignee/Assignore can validate Project
-
Romain Courteaud authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Nothing uses redirect_url, so do not bother setting it.
-
Vincent Pelletier authored
For consistency with what is being allowed in the Restricted monkey-patch.
-
- 23 Jan, 2024 2 commits
-
-
Titouan Soulard authored
-
Jérome Perrin authored
Such errors are not retried with the retry adapter, so retry them directly.
-
- 16 Jan, 2024 1 commit
-
-
Jérome Perrin authored
Now that default cloudooo is updated to LibreOffice 7, this revealed some problems with percentage values in spreadsheet cells, it was apparently working by chance on LibreOffice 5. This improves erp5_ods_style to use `style:style` referencing a `number:percentage-style` through their `style:data-style-name` attribute. Because the same thing was missing for dates to follow the input order of datetime fields, this is also handled at the same time. We could do something similar to support all input styles of float fields, so that we support `1 234.5`, `1.234,5` or `1,234.5`, but this is not done this time. See merge request nexedi/erp5!1861
-
- 15 Jan, 2024 3 commits
-
-
Jérome Perrin authored
- the test was using wrong attribute and it was using DummyLocalizer, which breaks the site configuration. Fix the test and use mock - fix ods style not to translate untranslatable columns
-
Jérome Perrin authored
Page templates have a builtin translation system (with i18n:) and an "unicode conflict resolver", so it was not necessary to explicitly convert to unicode on python2 and this simplifies the transition to python3
-
Jérome Perrin authored
-