- 11 Jun, 2019 3 commits
- 10 Jun, 2019 1 commit
-
-
Roque authored
-
- 07 Jun, 2019 2 commits
- 31 May, 2019 1 commit
-
-
Roque authored
-
- 29 May, 2019 2 commits
- 27 May, 2019 6 commits
-
-
Roque authored
-
Roque authored
- new approach uses a new ojs jio gadget - old one is kept for backward compatibility (not migrated apps)
-
Roque authored
-
Roque authored
-
Roque authored
-
Roque authored
- new approach uses a new controller gadget - old one is kept for backward compatibility (not migrated apps)
-
- 24 May, 2019 9 commits
- 23 May, 2019 2 commits
- 22 May, 2019 14 commits
-
-
Roque authored
-
Roque authored
-
Roque authored
-
Roque authored
-
Thomas Gambier authored
For example, if property_sheet "prop" was moved from BT 1 to BT 2 and BT 1 doesn't exist anymore. Before this commit we have this order: 1. install BT 2 ("prop" exist and isn't touched) 2. remove BT 1 ("prop" is removed) => at the end "prop" doesn't exist anymore After this commit we have this order: 1. remove BT 1 ("prop" is removed) 2. install BT 2 ("prop" is readded) => at the end "prop" exists and is OK /reviewed-on nexedi/erp5!866
-
Roque authored
-
Thomas Gambier authored
old key was simply "id" so when a container is a VirtualFolder (like Web Site), container._getOb("id") can return any object with id "id" including an object outside the container. Change the key to contain PhysicalPath of the container to get only objects inside the container. This actually fixes installation of some business templates with Web Site inside. /reviewed-on nexedi/erp5!867
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
1.auto centre for image 2.table line is centered 3. image option is left-margin 3cm under image
-
Vincent Pelletier authored
Not all lock uses in this code fit context managers, but use them where it does.
-
Vincent Pelletier authored
Add 10 seconds timeouts on all blocking calls in this test method, which should be a thousand times more than required on a slow machine but avoids completely blocking tests.
-