An error occurred fetching the project authors.
- 18 Nov, 2009 2 commits
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30711 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30710 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Nov, 2009 1 commit
-
-
Sebastien Robin authored
order to make optimisation configuration in unit test - isIndexable is not a property any more, it is a ConstantGetter instance, so it works like a property and like a method - same thing for isPredicate, isTemplate, isDelivery... we can start moving using only methods. - do not define isTemplate, isDelivery... when it is already available thanks to inheritance - new methods generated for all ERP5 objects : provides[InterfaceName]. For instance, "providesIMovement()" will return True or False for any ERP5 object. - new method "is[Group]Type" generated for all ERP5 objects. The group here is group of portal types (like getPortalDeliveryTypeList()). So on any ERP5 object, you can do "isDeliveryType()", and this will returns True or False. - add tests git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Nov, 2009 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30618 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Nov, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
Zope 2.12 uses the python2.6 built-in expat which, when combined with our custom export of unicode objects was causing UnicodeDecodeErrors. In the future, we need to push all these xml import fixes upstream. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30469 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Nov, 2009 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30422 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Nov, 2009 2 commits
-
-
Kazuhiko Shiozaki authored
export configured permissions only in ModuleTemplateItem.export() so as to get smaller and stable XML output. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30266 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30257 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Nov, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30236 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Oct, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30189 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Oct, 2009 2 commits
-
-
Kazuhiko Shiozaki authored
> now we need to find action information object by matching 'reference' instead of 'id'. with this fix, action can be successfully removed. and if action if missing, we output log just same as portal type itself is missing. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30164 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
now we need to find action information object by matching 'reference' instead of 'id'. with this fix, action can be successfully removed. and if action if missing, we output log just same as portal type itself is missing. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30158 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Oct, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
sort allowed portal type list etc. in PortalTypeAllowedContentTypeTemplateItem to get always the same result. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29913 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Oct, 2009 2 commits
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29900 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
BusinessTemplates now store actions into the action_tool when the original destination is no longer an IActionProvider (approved by jm) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29885 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Oct, 2009 1 commit
-
-
Sebastien Robin authored
site, this is useless * postpone the installation of some tools in order to make sure they will be indexed * manage_afterClone class reindexObjectSecurity that himself calls recursiveReindex, we do not want to recursive reindex when we install a new site, so we manually reindex objects (without recursive) when we install new object with bt, like this we remove duplicates of reindexing git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29857 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Oct, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29782 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
On the way to Zope 2.12, Reform imports, specially from Globals (replacing it with Products.ERP5Type.Globals on the products that depend on ERP5Type), convert Interface uses to zope.interfaces, and remove CMFMailIn references with blessings from Jerome. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Oct, 2009 1 commit
-
-
Romain Courteaud authored
Keep compatibility with previous export format of business_template_registered_skin_selections and do not modify exported value git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29359 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Sep, 2009 16 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29284 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
* Implement ERP5TypeInformation.allowType because TypeInformation.allowType from CMF is very slow. * Using objectValues(meta_type=...) instead of objectValues(portal_type=...) speeds up a little. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29283 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29282 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29279 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29275 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29273 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29271 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29266 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29263 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29255 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29250 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29247 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29246 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29245 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29242 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29237 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Sep, 2009 2 commits
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29185 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Explicitely raise an error if a portal type is not found when business template should add new property on it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29183 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Sep, 2009 2 commits
-
-
Romain Courteaud authored
PortalTypeWorkflowChainTemplateItem. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29171 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
with this change, when a new skin layer is created, Filesystem Directory Views (eg. activity, zpt_control, etc.) will be registered at the bottom of the new skin layer, i.e. we will get a similar result of bootstrap skin layers like 'View' layer. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29164 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Sep, 2009 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29145 20353a03-c40f-0410-a6d1-a30d3c3de9de
-