An error occurred fetching the project authors.
- 04 Jun, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
Use Base class's methods for properties instead of patched PropertyManager's in CategotyTool and TestTool, that will fill TestERP5Core.test_getPropertyForUid. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35981 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Nov, 2009 1 commit
-
-
Yoshinori Okuji authored
_filterCategoryListByPermission must consider that _getSingleCategoryAcquiredMembershipList may not always include a base category in the result. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30355 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Nov, 2009 2 commits
-
-
Yoshinori Okuji authored
_getSingleCategoryAcquiredMembershipList. This fixes two issues: 1. checked_permission was not propagated to recursive calls, so there were cases that checked_permission was ignored. 2. this method might try to get membership by acquisitions falsely, because _getSingleCategoryMembershipList filtered the result by checked_permission, so when the user was prevented from accessing a category directly specified by the context, the result was empty. So the solution is to filter the result only right before returning from this method, and stop having other methods to filter the result. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30249 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
The read-only cache in resolveCategory was not always effective, because the name "key" was used for other things but a cache key, so rename it to cache_key. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30237 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Oct, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29959 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
-
- 04 May, 2009 1 commit
-
-
Julien Muchembled authored
* _set.* accessors to reindex the object * set.* category accessors to reindex the object several times * Remove old/unused code in ERP5Type/Accessor * Some optimisations in ERP5Type.Accessor.List git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26781 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Apr, 2009 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26418 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Nov, 2008 1 commit
-
-
Jérome Perrin authored
is enabled) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24610 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24058 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Aug, 2008 1 commit
-
-
Ivan Tyagov authored
Extend resolveCategory to return default value (if provided) if a category can not be accessed due to security restrictions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23063 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Jul, 2008 1 commit
-
-
Jean-Paul Smets authored
Attempt to fix / hack the parent base category issue in relation with temp objects. This is required for property acquisition. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22671 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Jul, 2008 2 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22665 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22664 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jul, 2008 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22381 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Jul, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22280 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Jul, 2008 1 commit
-
-
Vincent Pelletier authored
Add a comment about newly added "strict" parameter to discourage from renaming it and encourage its deletion. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22205 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jul, 2008 1 commit
-
-
Vincent Pelletier authored
Improve CategoryTool buildSQLSelector result pertinence: when searching for documents matching categories, use a left join instead of a succession of "OR". This is implemented in a new method, with the possibility to fallback to original behaviour. Original method now just calls the new one in compatibility mode. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22163 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Jun, 2008 2 commits
-
-
Vincent Pelletier authored
- As there is only one case where something is appended to sql_expr, use a list comprehension. - Factorise UID rendering (Note: none_sql_value is accessed on parent namespace). Add a comment about aparently useless code which cannot be safely removed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22033 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Remove broken code: calling "+=" operator on a list object with a string as right operand never generates valid SQL. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22032 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Mar, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20182 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Mar, 2008 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19698 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Jan, 2008 1 commit
-
-
Vincent Pelletier authored
Use getPhysicalPath. Although it might be slower that getUid, it's part of Zope low-level API and is available on any object. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18909 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Jan, 2008 1 commit
-
-
Aurel authored
data.fs but uid is git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18879 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jan, 2008 1 commit
-
-
Jérome Perrin authored
problem. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18810 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jan, 2008 1 commit
-
-
Aurel authored
call them on object instead of tool git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18642 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Jan, 2008 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18580 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Nov, 2007 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17909 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Nov, 2007 2 commits
-
-
Romain Courteaud authored
Fix wrong revision 17666. There shouldn't be acquisition when getAcquisitionPortalTypeList returns an empty list. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17688 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
getAcquisitionPortalTypeList. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17666 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Nov, 2007 1 commit
-
-
Yoshinori Okuji authored
Make it clear what the intention of resolveCategory is, and cover some missing cases (e.g. acquiring a base category from another base category). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17431 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Nov, 2007 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17429 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Sep, 2007 1 commit
-
-
Romain Courteaud authored
Acquisition should happen only when parent portal type is defined. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16567 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Sep, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16551 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Sep, 2007 2 commits
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16546 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
parameter. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16542 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Sep, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16518 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Aug, 2007 1 commit
-
-
Jérome Perrin authored
doesn't have the original base category. The use case is that for destination_region to work on a movement (the movement should acquire the region from the destination node), the node itself doesn't have to define destination_region category. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15606 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Aug, 2007 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15572 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 May, 2007 1 commit
-
-
Romain Courteaud authored
Thanks to Lukasz Nowak. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14606 20353a03-c40f-0410-a6d1-a30d3c3de9de
-