An error occurred fetching the project authors.
- 16 Feb, 2021 1 commit
-
-
Aurel authored
-
- 11 Dec, 2020 1 commit
-
-
Romain Courteaud authored
-
- 02 Jul, 2020 1 commit
-
-
Arnaud Fontaine authored
-
- 03 Jun, 2020 1 commit
-
-
Vincent Pelletier authored
Do it once, after any business template deletion and install happened.
-
- 02 Jun, 2020 1 commit
-
-
Vincent Pelletier authored
-
- 06 Apr, 2020 1 commit
-
-
Arnaud Fontaine authored
-
- 31 Oct, 2019 1 commit
-
-
Arnaud Fontaine authored
Moved 'git_askpass' shell script to product/ERP5/bin (considering that this is a very short shell script which hasn't changed in 7 years, no need to move it to the ZODB which would require creating a temporary file...). After updating erp5_forge, you should delete 'product/ERP5VCS/' directory as this will only contain '.pyc' files. /reviewed-on !973
-
- 22 May, 2019 1 commit
-
-
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
-
- 30 Aug, 2017 1 commit
-
-
Julien Muchembled authored
-
- 04 May, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
now it is like "<title>public - Revions 12345: /path</title>".
-
- 07 Mar, 2016 4 commits
-
-
Georgios Dagkakis authored
TemplateTool: importAndReExportBusinessTemplatesFromPath renamed to importAndReExportBusinessTemplateListFromPath
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Georgios Dagkakis authored
BusinessTemplates: Allow export of files like Python Script, Web Page, Web Script etc. separately from the xml
-
- 12 Jan, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 25 Sep, 2015 1 commit
-
-
Jérome Perrin authored
getInstalledBusinessTemplate was returning "replaced" versions of a business template beeing uninstalled. Also add some missing tests for getInstalledBusinessTemplate
-
- 15 Jul, 2015 1 commit
-
-
Sebastien Robin authored
This is very convenient when we use portal_templates.upgradeSite to make sure some bt will always be installed with force=1. This is usually used when we have a bt patching other bt.
-
- 11 May, 2015 1 commit
-
-
Jérome Perrin authored
-
- 16 Oct, 2014 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 24 Sep, 2014 1 commit
-
-
Klaus Wölfel authored
TemplateTool.upgradeSite: allow to define automatic catalog updating while keeping standard behaviour. fixes promises (full_text_table not available). Default behaviour of upgradeSite is not changed. Updating catalog should be handled outside upgradeSite. The update_catalog argument is only introduced in this commit so that it can be propagated to updateBusinessTemplateFromUrl in case one does not know which business templates need catalog updating.
-
- 17 Sep, 2014 1 commit
-
-
Gabriel Monnerat authored
Use _download_local instead of _importBT because this method was removed
-
- 11 Sep, 2014 5 commits
-
-
Julien Muchembled authored
Because on DVCS with branches, history is not always linear, we must stop using increasing integer for revisions because they cause too many conflicts and a higher revision number does not necessarily means the a BT newer. They're now a cryptographic hash of all the contents of the Business Template, and they're computed automatically: - by genbt5list - at download - at building (by default) - at export
-
Gabriel Monnerat authored
Add test to simulate the issue with the method TemplateTool.installBusinessTemplateListFromRepository Using the method try to install Business Templates that are already installed, the Business Templates is uploaded on ERP5 but not used. It creates a lot of garbage because in the end you have many bt5s not installed. (cherry picked from commit 28e0f0a2)
-
Arnaud Fontaine authored
Considering erp5_configurator_ung depending on erp5_configurator which in turn depends on erp5_workflow, if erp5_workflow and erp5_configurator_ung are specifically added to the list of bt5 installed with depends, then erp5_workflow ended up being installed *after* erp5_configurator. (cherry picked from commit 0101c3a0)
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 04 Sep, 2014 1 commit
-
-
Gabriel Monnerat authored
-
- 31 Mar, 2014 3 commits
-
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
Revert "TemplateTool: keep_bt5_id_set can't be None because the is expecting one set or list at least." This reverts commit b72cc56a.
-
Gabriel Monnerat authored
-
- 24 Mar, 2014 1 commit
-
-
Gabriel Monnerat authored
-
- 16 Mar, 2014 1 commit
-
-
Gabriel Monnerat authored
Add test to simulate the issue with the method TemplateTool.installBusinessTemplateListFromRepository Using the method try to install Business Templates that are already installed, the Business Templates is uploaded on ERP5 but not used. It creates a lot of garbage because in the end you have many bt5s not installed.
-
- 16 Jan, 2014 2 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
- 10 Sep, 2013 2 commits
-
-
Arnaud Fontaine authored
ZODB Components: Revert 'Allow to execute runUnitTest for bt5 Test Components' (a771dca4) to fix tests bootstrap. The new syntax to load ZODB Tests Components is: runUnitTest BT_TITLE:TEST_NAME That commit was too adhoc as it was relying upon filesystem to load Tests Components and was not behaving like any other Components (versions was not available and other Components were not importable). At the end, it would have meant that a Test Component ran through runUnitTest and Live Tests (in ERP5 itself) would have behaved differently, thus instead: 1/ Install BT_TITLE dependencies and its test dependencies (new bt property to specify bt to be installed only for tests on a fresh instance). 2/ The site is loaded. 3/ Load the test by importing it like any other Components.
-
Arnaud Fontaine authored
Considering erp5_configurator_ung depending on erp5_configurator which in turn depends on erp5_workflow, if erp5_workflow and erp5_configurator_ung are specifically added to the list of bt5 installed with depends, then erp5_workflow ended up being installed *after* erp5_configurator.
-
- 19 Aug, 2013 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 24 Jun, 2013 1 commit
-
-
Julien Muchembled authored
In particular, 'transactional_cached' decorator was a noop the way it was used. This reapplies commit d806bdae, along with a fix to test_resolveBusinessTemplateListDependency.
-