- 03 Sep, 2021 21 commits
-
-
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
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
Drop user informations from language page
-
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 !1463
-
- 17 Aug, 2021 11 commits
-
-
Julien Muchembled authored
Otherwise, the object could be modified (_p_changed=1) and reindexed for nothing.
-
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 nexedi/erp5!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 nexedi/erp5!1480
-
Rafael Monnerat authored
See merge request nexedi/erp5!1479
-