- 08 Mar, 2012 18 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Now title and Descrptions is used to present messages to the user.
-
Rafael Monnerat authored
Instaead use spreadsheet use directly workflow informations to present information at the screen during the configurations. This turn Workflow creation much easier.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Conflicts: bt5/erp5_configurator_standard/bt/revision
-
Rafael Monnerat authored
Conflicts: bt5/erp5_configurator_standard/bt/revision
-
Rafael Monnerat authored
This property is going to be used to define if the installation of the business template will install all dependencies or not.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Those files should be merged in future.
-
Rafael Monnerat authored
- Check if the bt5 is already installed, this is not a change of behaviour, just a performance improvement - Cache getInstalledBusinessTemplateTitleList, because it doesn't change during the build and it is a bit time consuming do it so often. - Use activate and install_dependency, this can make bt5 list shorter and make core relies on BT5 definitions. - Build should wait for updateBusinessTemplateFromUrl - Automatic Dependence handling updateBusinessTemplateFromUrl is invoked using activities.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Dropped last_id on XML
-
- 07 Mar, 2012 22 commits
-
-
Kazuhiko Shiozaki authored
provide a good default value for migrateToHBTree()'s new_generate_id_method argument, suggested by Tatuya.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
Also, declare ERP5Site.getVersionPriorityNameList() as protected rather than private for views.
-
Arnaud Fontaine authored
This is similar to portal skins priority, except that versions and priorities are defined on ERP5Site (as 'VERSION | PRIORITY' where PRIORITY is a float) as there is not one Folder for each version in contrary to portal skins. On the Business Template itself, versions and priorities can be defined like 'VERSION | PRIORITY' or simply 'VERSION' (where PRIORITY is assumed to be 0.0). Upon installation, it will be merged into ERP5Site property in descending order (by priority first and then by version for versions with the same priority).
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
considered as a Document for DMS for example.
-
Arnaud Fontaine authored
When load() was called in checkConsistency where namespace_dict was not given and thus equal to the default function parameter value, exec would set the function namespace_dict parameter, thus the next call would have namespace_dict already set when it was given. This fixes testInvalidSourceCode when being ran for TestZodbExtensionComponent and TestZodbDocumentComponent in the same runUnitTest.
-
Arnaud Fontaine authored
Only consider .py and .xml files when importing BusinessTemplate files in FilesystemToZodbTemplateItem. This fixes tests failures with ``AttributeError: 'str' object has no attribute 'text_content''' due to .pyc files.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
Fix hasErrorMessageList() of ZODB Component as error_message (component_validation_workflow variable) is always set.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
Modules to be handled by the Component import hook must have already been filtered properly in find_module().
-
Arnaud Fontaine authored
-