- 20 Sep, 2021 3 commits
-
-
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 3 commits
-
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
we don't support negative quantity (it is better represented by an inversion of source and destination), and this allows better support of the smallest slice in ERP5, more especially in SupplyLine_asCellRange, where the title of the cell is computed with the min and max being None or not.
-
- 08 Sep, 2021 1 commit
-
-
Ivan Tyagov authored
-
- 03 Sep, 2021 8 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
See nexedi/slapos.core!307 (b7d5041e)
-
Romain Courteaud authored
The real issue is probably in the launcher.js file, but it is more tricky to fix
-
Romain Courteaud authored
See nexedi/slapos.core!313 (b02b2bff)
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
These are clone of Computer and Computer Partition, but used for virtual computing devices, unrelated to physical hardware.
-
- 01 Sep, 2021 1 commit
-
-
Xiaowu Zhang authored
-
- 20 Aug, 2021 1 commit
-
-
Gabriel Monnerat authored
-
- 19 Aug, 2021 1 commit
-
-
Georgios Dagkakis authored
- Remove passing of **kw to query, since it would break Listbox pagination - Avoid code duplication - Fix indentation
-
- 18 Aug, 2021 1 commit
-
-
Xiaowu Zhang authored
See merge request nexedi/erp5!1463
-
- 17 Aug, 2021 11 commits
-
-
Julien Muchembled authored
Otherwise, the object could be modified (_p_changed=1) and reindexed for nothing.
-
Roque authored
See merge request nexedi/erp5!1462
-
Roque authored
-
Roque authored
-
Roque authored
-
Ivan Tyagov authored
See merge request nexedi/erp5!1483
-
Ivan Tyagov authored
query SlapOs Master again and again if it created accordingly the Computer Partitions as anyway scalability tests will start only when instance's state is reported to SlapOs Master as ready. Thus in this case this check (and requests to SlapOs Master) is not providing any valuable information at all.
-
Ivan Tyagov authored
See merge request !1482
-
Ivan Tyagov authored
Increase instance creation time from 10 to 15 minutes as instance creation time includes its frontend creation which can take sometime a longer than usual time.
-
Xiaowu Zhang authored
-
Romain Courteaud authored
-
- 16 Aug, 2021 2 commits
-
-
Nicolas Wavrant authored
See merge request nexedi/erp5!1481
-
Nicolas Wavrant authored
In practice, SFTP-based client processes often use a prefix based filter when retrieving files on the server. ie: there is one SFTP server between 2 systems, used for different exchanges. The SFTP client will do something like (found in the wild): process1(file_list=sftp.list(path, prefix='PROCESS_1')) process2(file_list=sftp.list(path, prefix='PROCESS_2')) Our implementation of temporary_file_on_write only sets a suffix, which doesn't work for the previous SFTP client. So let's add also a prefix when writing temporary files.
-
- 11 Aug, 2021 2 commits
-
-
Rafael Monnerat authored
See merge request !1480
-
Rafael Monnerat authored
See merge request !1479
-
- 10 Aug, 2021 3 commits
-
-
Rafael Monnerat authored
See merge request nexedi/erp5!1477
-
Rafael Monnerat authored
This allow including more items to be ignored, preventing diffs from pure development.
-
Rafael Monnerat authored
Those 2 exceptions are from SlapOS Master codebase, and for now we cannot remove it. Rather them complexify the ignore lists, we are hardcoding the values for minimase the ignore list to the least entries as possible.
-