- 06 Feb, 2024 5 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
Correct the naming because this takes a zip file content as argument, so it expects bytes not string
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
This improves readability when activity_kw, args or kw are big.
-
- 02 Feb, 2024 6 commits
-
-
Vincent Pelletier authored
Having a form which allows sending emails with arbitrary senders, recipients, and content, sent using the site's mail setup, is a recipe for sending spam and destroying one's mail system's reputation.
-
Valentin Benozillo authored
See merge request nexedi/erp5!1872
-
Valentin Benozillo authored
-
Valentin Benozillo authored
-
Valentin Benozillo authored
-
Valentin Benozillo authored
Should be kept enough abstract so it can be used to make any RESTAPI request
-
- 25 Jan, 2024 16 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
The purpose of this gadget is to display Event's texts as on a discussion forum.
-
Romain Courteaud authored
erp5_web_renderjs_ui: filter action panel to only show meaningful actions in the context of the web site
-
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
-
- 24 Jan, 2024 7 commits
-
-
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
-