An error occurred fetching the project authors.
- 03 Jun, 2010 2 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35970 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
return False immediately in Predicate.test() once any check fails to reduce further needless calculations. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35952 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 May, 2010 1 commit
-
-
Fabien Morin authored
in listboxes for example) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35565 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Apr, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34650 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Apr, 2010 1 commit
-
-
Łukasz Nowak authored
Categories used on predicate definition of document might be not available (due to security) for user, but even then they shall be used in predicate. Thanks to unrestricted resolution of category it is possible to use such objects in query. Reviewed by Romain. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34326 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Mar, 2010 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33699 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Mar, 2010 1 commit
-
-
Nicolas Dumazet authored
What's the point? Mostly cleaning up pyflakes output: now, running it on those files does not give anymore cluttered output, but raises (almost) only valid human errors. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33558 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
-
- 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
-
- 07 Sep, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
currently, we cannot specify '[value]' for quantity identity_criterion, and need to specify float itself as its value. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28841 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Sep, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
use 'in value' instead of '== value' because _identity_criterion values are lists. it is already like this in ContributionPredicate.py, but not here. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28793 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Aug, 2009 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28398 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28383 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jul, 2009 1 commit
-
-
Sebastien Robin authored
this fix random failures in testDomainTool git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27923 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jun, 2009 1 commit
-
-
Jérome Perrin authored
(__implements__ is for zope2 intefaces) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27539 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jun, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27483 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jun, 2009 1 commit
-
-
Jérome Perrin authored
updateRelatedContent in CategoryTool calls edit(categories= which only works with this property sheet git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27469 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jun, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Apr, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
* use parallel MultiListField to specify Membership Categories for each category instead of using a single long MultiListField for all categories. * display fallback category id instead of own id for using fallback cases (eg. region/europe for source_region categories). * update test to follow this change. * add LinesField to specify Membership Values (eg. source/person_module/123). * add an external validator for this field. * accept filter argument in getMembershipCriterionCategoryList to return categories only or documents only for membership values. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26643 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Apr, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26551 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Sep, 2008 1 commit
-
-
Sebastien Robin authored
- add a test in order to make sure that this parameter is working git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23566 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Aug, 2008 1 commit
-
-
Ivan Tyagov authored
When building a predicate do not blindly access category as it might not be accessible for current user. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23064 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jun, 2008 1 commit
-
-
Jérome Perrin authored
does not accept an argument so that a simple TypeError in this script is reraised properly. Add a warning when a script not accepting this argument is called. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21560 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Nov, 2007 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17649 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Aug, 2007 1 commit
-
-
Yoshinori Okuji authored
Enable the read-only transaction cache temporarily when checking category membership, because this is guaranteed not to change categories. This change improves the performance significantly when there are many membership criterion categories. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15573 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Jun, 2007 2 commits
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14975 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14964 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 May, 2007 3 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14441 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14440 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14438 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 May, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14338 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jan, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12159 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jan, 2007 1 commit
-
-
Jean-Paul Smets authored
This adds some compatibility between old naming and new naming. It also fixed asSQLJoinExpression so that domain trees may work again. This fix is a quick hack. The appropriate approach is to refactor the querying mechanism alltogether with queries in the catalog. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12050 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jan, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11914 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Jan, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11891 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jan, 2007 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11880 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Removed dependency to ancient Core. Left commented class def to remind to create Interfaces to replace ancient Core classes. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11848 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Sep, 2006 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9982 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 May, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7502 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 May, 2006 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7088 20353a03-c40f-0410-a6d1-a30d3c3de9de
-