An error occurred fetching the project authors.
- 07 Mar, 2016 4 commits
-
-
Georgios Dagkakis authored
BusinessTemplates: Allow export of files like Python Script, Web Page, Web Script etc. separately from the xml
-
Georgios Dagkakis authored
MessageTranslationTemplateItem: fix in _import so that the path of the .po files are the same as in build
-
Georgios Dagkakis authored
BusinessTemplate.py: Class CatalogKeyTemplateItemBase: fix so that in export the items are exported in the correct folder
-
Sebastien Robin authored
Such error was raised : BrokenModified: Can't change broken objects We were installing a broken object even though the portal type was just installed. This was due to a missing reset of components.
-
- 19 Feb, 2016 1 commit
-
-
Łukasz Nowak authored
Conflicts: product/ERP5/Document/BusinessTemplate.py
-
- 25 Jan, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 12 Jan, 2016 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 09 Nov, 2015 1 commit
-
-
Arnaud Fontaine authored
This should have been added and handles twisted use cases such as: 1. Install bt5 with ZODB Component C1 using version_priority V1. 2. Install another bt5 adding version_priority V1. 3. Install Portal Type using C1 as type_class. => No reset was done after 2., so C1 was not added to ZODB Component registry_dict (__registry_dict) and thus ignored.
-
- 01 Nov, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 28 Oct, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 11 May, 2015 1 commit
-
-
Jérome Perrin authored
Suppport ~ also in VCS tab. Not working in current slapos instance that set $HOME to something completely different
-
- 27 Mar, 2015 1 commit
-
-
Julien Muchembled authored
Previous code would have failed if 'activate_kw' was already present (TypeError: ... got multiple values for keyword argument '...').
-
- 13 Jan, 2015 1 commit
-
-
Jérome Perrin authored
-
- 17 Nov, 2014 1 commit
-
-
Sebastien Robin authored
* This add support of * in following fields: - Paths of Objects whose Workflow Histories should be Exported - Path of Objects whose Last Workflow History only should be Exported * Before, only "**" was supported, like "aa/**" or "aa/bb**"
-
- 05 Nov, 2014 1 commit
-
-
Jérome Perrin authored
-
- 16 Oct, 2014 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 11 Sep, 2014 5 commits
-
-
Julien Muchembled authored
-
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
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Boris Kocherov authored
(cherry picked from commit ad309c80)
-
- 04 Sep, 2014 1 commit
-
-
Gabriel Monnerat authored
-
- 02 Sep, 2014 1 commit
-
-
Aurel authored
putting object from integration module into thrash does not work as it might try to get all from web-services
-
- 28 Apr, 2014 2 commits
-
-
Vincent Pelletier authored
-
Kazuhiko Shiozaki authored
-
- 18 Apr, 2014 1 commit
-
-
Vincent Pelletier authored
fillRecursivePathList could load massive amounts of objects (ex: all signatures below portal_synchronizations) even if no object was to be removed. Instead, just iterate given lists (objects handled by current instance, and actions to perform) and do as much rocessng before actually attempt to load any object. Sadly, the data structures available to this code induce an ugly O(n*m) code, which may be optimised to O(m + log(n)) with more complex code if really needed (but then, data structure should be improved, with a much broader effect).
-
- 14 Mar, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 26 Feb, 2014 1 commit
-
-
Arnaud Fontaine authored
These are completely useless and create conflicts with VCSs.
-
- 19 Feb, 2014 1 commit
-
-
Arnaud Fontaine authored
BusinessTemplate: Get rid of spurious warning when skipping update of Local Roles for non-ERP5 objects.
-
- 16 Jan, 2014 3 commits
-
-
Arnaud Fontaine authored
The code wrongly assumed that the .py file (containing source code of a Component) was on the filesystem upon import but importing from an archive uses tarfile and does not extract anything...
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
- 04 Jan, 2014 1 commit
-
-
Sebastien Robin authored
-
- 05 Nov, 2013 1 commit
-
-
Jérome Perrin authored
-
- 30 Oct, 2013 1 commit
-
-
Aurel authored
-
- 25 Oct, 2013 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 07 Oct, 2013 1 commit
-
-
Tatuya Kamada authored
Fewer parameters are better if it is not mandatory (Loose Coupling principle).
-