- 27 Dec, 2010 11 commits
-
-
Arnaud Fontaine authored
will never be called after hasProperty() git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41787 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
* Added Roles to Person Portal Type. This role is used to the user authenticated see the object. Missing add function that is used by Portal Types Roles. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41786 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Another step towards property sheets in ZODB: import most of the property sheets from core SVN to ZODB. If you install it, the property sheets contained in this business template will override the Filesystem property sheets. A few notes: 1) experimental, you probably should not use it anywhere where you care about your data 2) we still have bootstrap issues, so please refrain from installing this template during initial instance creation / adding this as a dependency of anything 3) some property sheets were not imported: those are the property sheets that instanciate constraints.They will soon be imported. 4) It's unnecessarily big. Sometime soon we will issue guidelines and actually move non-vital property sheets outside of this Business Template. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41785 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41784 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41783 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
* Fix list method on portal_property_sheets view git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41781 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
get/setProperty methods works the same on supply cell. This test is added due to a bug introduced by revision 39918 of ERP5/Document/MappedValue.py. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41780 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41778 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41777 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41776 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41775 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Dec, 2010 4 commits
-
-
Julien Muchembled authored
It does not show more information than following LOG. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41772 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41771 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41770 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41769 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Dec, 2010 25 commits
-
-
Julien Muchembled authored
Otherwise, the test fails when transforms of portal_transforms can't initialize due to missing binaries. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41768 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
On Zope 2.8, MimeTypesRegistry does not these input formats and we don't need them anyway. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41767 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41766 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Let anonymous users Create Web Message 1 - Store in local properties of event information filled by user. 2- discoverMedata process will be run lately by an alarm (deactivated by default) to change workflow state to 'Received', and set up properties like sender. Those feature are only available if erp5_crm is installed Work in Progress, unit test are still missing and required git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41765 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41764 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Policy is return non null local_value even if acquisition lookups fails when acquisition_mask_value is False. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41762 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
of PropertySheets. mask_value == True, means local value take precedence over acquisition lookups. mask_value == False, means local value is displayed only if no relation is setted up OR if distant value is null (depends of Accessor type). Otherwise an acquired value is displayed over local_value. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41761 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
This fixes TestWebCrawler.test_02_crawlWebSite git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41759 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41758 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
InvalidUrl exception already exists in version 1.0 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41757 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41754 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41753 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41752 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
If 2 documents exists with same reference, version, language but different portal_types as long as only one is published in same time. The user has to take a decision regarding which document to display. Thats's why the test check that document stays in 'draft' state. Otherwise side effects might happens on published document like a Web Page is replaced by File (which display nothing) automatically. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41751 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41750 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41749 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
getFilename() should return existing source_reference value for old documents. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41748 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41747 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41746 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41745 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
at the same time, we could lose with some AttributeErrors git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41744 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41743 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41742 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41741 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41740 20353a03-c40f-0410-a6d1-a30d3c3de9de
-