- 31 Jan, 2011 40 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42827 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42826 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Main guidelines: * no more property sheet creation through ClassTool, use Property Sheet Tool instead * ban _aq_reset and use resetDynamicDocuments instead * everytime an action on a portal type/workflow is done, we have to wait for the transaction boundary, as those workflows delay the resetDynamicDocuments at the end of the transaction. hence the many new commits() This test is too big and poorly isolated. I expect this commit to add as much as 4 errors and 4 failures when run sequentially; but when each of those errors/failures are run individually, they do not fail. This issue needs more investigation, but is not related to the migration, hence the early commit. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42825 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
This causes problems with Tools that do not have a portal type but still inherit from BaseTool, for instance Catalog Tool, Class Tool, etc...: when trying to index those tools, group methods such as isResourceType are called on the Tools, and those that are not portal type classes cause crashes, because they wont have such methods. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42824 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
workflows anyway git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42823 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42822 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42821 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
and understand that we're talking of PropertyHolder methods git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42820 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
on cls._categories git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42819 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42818 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42817 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42816 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42815 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42814 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42813 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42812 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42811 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
if urlnorm.norm fails, returns the input url as it is instead of None, that is not expected as the result of 'asNormalizedURL()'. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42810 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42809 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
in _createAccessorHolderFromPropertyHolder git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42808 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42807 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42806 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
accessor_holder._createAccessorHolderFromPropertyHolder git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42805 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
The point is to try to cluster things, in order to avoid a Utils-like mess. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42804 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42803 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42802 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
elsewhere. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42801 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42799 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
content_type of OOoTemplate is always text/xml never ODF. (They are just customized version of regular ZopePageTemplates) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42798 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42797 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
temporary document (When conversion requested). done by kazuhiko * fix testOOoBatchMode and use a application/vnd.oasis.opendocument.text document as Template to improve consistency of name of tested OOoTemplate (ERP5Site_viewNothingAsOdt) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42796 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
* add __ac_permissions__ to list of reserved attributes * make PropertyHolder a newstyle class git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42795 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Copy the ClassSecurityInfo object, but most of all, call InitializeClass to create all *.__roles__ on accessor holders git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42794 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42793 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
These defaults are same as ones used in MyISAM search (respectively ZCatalog limits). Still these defaults must be configurable outside implementation script (work in progress). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42792 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42791 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42790 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42789 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42788 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
parameter. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42787 20353a03-c40f-0410-a6d1-a30d3c3de9de
-