- 04 Apr, 2016 3 commits
-
-
Sebastien Robin authored
-
Boris Kocherov authored
-
Boris Kocherov authored
caching_instance_method not used
-
- 01 Apr, 2016 1 commit
-
-
Tristan Cavelier authored
erp5_simulation_test: as `erp5_default_business_process` is required in some test cases erp5_simplified_invoicing: as `Invoice Line` should be allowed by `Sale Invoice Transaction` erp5_configurator_standard_accounting_template: as `default_invoice_rule` business process is needed
-
- 29 Mar, 2016 2 commits
-
-
Cédric Le Ninivin authored
-
Georgios Dagkakis authored
defined before using it as argument for isURLAncestorOf. @vpelletier, this caused a bug, since empty came_from would crash isURLAncestorOf when urlparse is called for this url (https://lab.nexedi.com/nexedi/erp5/blob/master/product/ERP5Type/Core/Folder.py#L517). I think this is a way to solve, I do not know if isURLAncestorOf should be changed also to return something in such situation. /reviewed-on nexedi/erp5!89
-
- 25 Mar, 2016 1 commit
-
-
Cédric Le Ninivin authored
-
- 23 Mar, 2016 5 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
This ERP5 service worker provides the same functionnality than appcache (nothing more). No need to activate it while appcache is still the only techno supported by most browsers.
-
Jérome Perrin authored
in this context, int index is priority
-
Jérome Perrin authored
This caused reports to be skipped sometimes
-
Jérome Perrin authored
-
- 22 Mar, 2016 3 commits
-
-
Julien Muchembled authored
-
Rafael Monnerat authored
-
Georgios Dagkakis authored
-
- 21 Mar, 2016 9 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
getOwner returns a python document.
-
Romain Courteaud authored
Only support Base_jumpToRelatedObject for now.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
- 19 Mar, 2016 1 commit
-
-
Georgios Dagkakis authored
fix the keys adding 'portal_type_workflow_chain/' in _importFile, preinstall and export." This reverts commit 6f8221b6. This commit cleaned inconsistent prefix manipulation in PortalTypeWorkflowChainTemplateItem. It passes the test suite, however it was found to produce incompatibility with previously installed business templates. In 'Upgrade Business Templates from Repositories" there was a diff of PortalTypeWorkflowChainTemplateItems like: Portal Type Name -> New portal_type_workflow_chain/Portal Type Name -> Removed For some reason the upgrade process would remove the chain without adding the new element. We are working on a clean solution, but since this needs more testing I revert this commit for now so that master version does not cause problems to users.
-
- 18 Mar, 2016 8 commits
-
-
Cédric Le Ninivin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
parameters "develop = false" and "revision =" are now set every time
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
fix the keys adding 'portal_type_workflow_chain/' in _importFile, preinstall and export.
-
- 17 Mar, 2016 7 commits
-
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Romain Courteaud authored
ReportSections are rendered as 'embedded' forms. As selections are not used in erp5js, any python code (TALES expresssion for example) accessing them will not return the expected value. Such code should probably be rewritten (no idea how yet).
-
Boris Kocherov authored
Add Semaphore functionality on adding Log to history. Implementation of Delivery Receipt sending. Delivery Receipt hadnling is not implemented yet. http://xmpp.org/extensions/xep-0184.html clients which support xep-0184 adnroid: https://conversations.im/ https://www.xabber.com/ linux: http://psi-plus.com/ /reviewed-on nexedi/erp5!76
-
Georgios Dagkakis authored
business templates were brought to previous format, removing 'portal_type_workflow_chain/' prefix
-
Georgios Dagkakis authored
remove 'portal_type_workflow_chain/' from the keys in export. This is added in _importFile and in build the key becomes the portal type So if the business_template was exported without being built there was a diff.
-
Arnaud Fontaine authored
Portal Type as Classes: Fix memory leak: Workflow method list was never emptied and thus reset Workflow Methods were never GC.
-