An error occurred fetching the project authors.
- 19 Mar, 2014 1 commit
-
-
Jérome Perrin authored
-
- 14 Mar, 2014 2 commits
-
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
Otherwise with CKEditor it's not possible to add some text outside of quoted content
-
- 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.
-
- 24 Jan, 2014 1 commit
-
-
Julien Muchembled authored
-
- 23 Jan, 2014 2 commits
-
-
Julien Muchembled authored
Simulation Movements use 'causality' to link to different portal types: - Business Link - Trade Model Path - amount generator line/cell Only Business Links implement getCompletedStateList.
-
Mame Coumba Sall authored
-
- 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
-
- 24 Dec, 2013 3 commits
-
-
Jérome Perrin authored
When MailMessage portal type is not installed, then temp mail messages will use this class. The plan is still to remove the class, but for now just remove this method that can overload Event.send
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 18 Dec, 2013 1 commit
-
-
Julien Muchembled authored
Resource.asPredicate was broken and Base.asPredicate is useless.
-
- 16 Dec, 2013 1 commit
-
-
Jérome Perrin authored
This way when "full consumption detail" is used, consumptions that are on a possible variation that was not selected in definition are part of the consumption cell range and are still reported under this variation.
-
- 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
-
- 15 Oct, 2013 2 commits
- 07 Oct, 2013 3 commits
-
-
Tatuya Kamada authored
Fewer parameters are better if it is not mandatory (Loose Coupling principle).
-
Tatuya Kamada authored
-
Tatuya Kamada authored
How it happened while upgrading PathTemplateItem: 1. Try to remove the existing broken object and succeed removing 2. However it is a broken object so self.unindexCatalog() is never called and the old catalog is remaining 3. Add new object of PathTemplateItem and try to reindex the object 4. Since old catalog is remaining, the catalog uid and object uid is different so catalogObjectList fails with FATAL error. The test is tests/BusinessTemplate.py#test_UpgradeBrokenObject.
-
- 23 Sep, 2013 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 16 Sep, 2013 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 11 Sep, 2013 2 commits
-
-
Boris Kocherov authored
-
Tatuya Kamada authored
Before: default_inventory_calculation_list = ({"inventory_params" : {"node" : self.getDestination(), "group_by_sub_variation" : 1, "group_by_variation" : 1, "group_by_resource" : 1, } .. After: default_inventory_calculation_list = ({"inventory_params" : {"section": self.getDestinationSection(), "node" : self.getDestination(), "group_by_sub_variation" : 1, "group_by_variation" : 1, "group_by_resource" : 1, } .. This is because Inventory_view of erp5_trade has both 'section' and 'node' fields, so users can input both values, but due to the old default parameter, the section will be ignored for inventory indexing. This is inconsitent.
-
- 10 Sep, 2013 4 commits
-
-
Arnaud Fontaine authored
Avoid an extra step for developers by keeping the last Workflow History for Components by default.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
Only the source code and the last workflow history is actually relevant, so remove all Workflow History except the last one to minimize diffs. This adds a property to BusinessTemplate for generic behavior, overriden for ZODB Components to ignore all Workflows except component_validation_workflow.
-
Arnaud Fontaine authored
This reverts the following part of aed4f303: * Upon bt5 installation, install portal_type* items before bt5 {Document, Extensions...} as corresponding Portal Type are required once they have been migrated to ZODB Components. This obviously does not work as the Document can be used as Type Class and also because tool_item is required before portal_types for example (see test_type_provider). When bootstrapping erp5_core and installing for example an Extension Component, this will try to load Extension Component Portal Type which does not exist yet but fallback on its document class instead, which is enough until Extension Component Portal Type is installed.
-
- 09 Sep, 2013 2 commits
-
-
Arnaud Fontaine authored
* Upon bt5 installation, install portal_type* items before bt5 {Document, Extensions...} as corresponding Portal Type are required once they have been migrated to ZODB Components. * Likewise portal_{property_sheets, types}, portal_components must be created automatically *before* installing any bt5. This is required when Products will be migrated but also for bt5 items before bootstrapping erp5_core bt5. * Set Permissions in ComponentTool instanciation and revoke all permissions, then allow only some of them for security sake. * When creating ERP5 site with unit tests, add ERP5TypeTestCase to Developer Role ASAP so that there is no Permission issue when installing bootstrap bt5 and test bt5s containing ZODB Components.
-
Arnaud Fontaine authored
Also, upon installation of bt5s, install WorkflowItem before Components as it is needed to restore history. Another solution would have been to validate() ZODB Components automatically upon bt5 installation but it would mean losing 'modified' state information and also imply that *all of them* will be validated even if a developer wants to publish non-validated ZODB Components.
-
- 05 Sep, 2013 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 29 Aug, 2013 1 commit
-
-
Gabriel Monnerat authored
-
- 19 Aug, 2013 1 commit
-
-
Julien Muchembled authored
-