An error occurred fetching the project authors.
- 14 Sep, 2010 1 commit
-
-
Jérome Perrin authored
Amendment to r37321, instead of displaying the wrong values in the exception text, use __traceback_info__. This is mostly to make the test pass again git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38339 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Aug, 2010 1 commit
-
-
Sebastien Robin authored
- getProductLine on a Sale Order Line returns nothing even if there is a resource defined on the Sale Order Line and a product line on this resource (and base categories looks like to be well configured) - portal_type variable is already used in the method _getSingleCategoryAcquiredMembershipList, so doing "for portal_type in portal_type_list" makes giving any random value to the portal type variable - the portal_type variable can have duplicated portal types, in such case the following piece of code always return [], so duplicated needs to be removed : for portal_type in portal_type_list: key = (uid, base_category, portal_type) if key in _acquired_object_set: return [] _acquired_object_set.add(key) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38053 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Aug, 2010 1 commit
-
-
Yoshinori Okuji authored
Use a flat structure of a set to deal with recursive calls, instead of a nested complex, because that is much more efficient and fast in reality. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37787 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Aug, 2010 2 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37694 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37692 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Jul, 2010 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37321 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jun, 2010 1 commit
-
-
Yusei Tahara authored
predicate category search. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36095 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 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
-