An error occurred fetching the project authors.
- 09 Sep, 2011 3 commits
-
-
Nicolas Delaby authored
-
Nicolas Delaby authored
-
Nicolas Delaby authored
Associate it to all Coordinate Classes. It defines data property to hold user input value
-
- 04 Apr, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
since getSearchableText is already well configurable in ERP5Type.Base, we should no longer have such a definition here (and using self.title instead of self.getTitle() is bad anyway). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45060 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
-
- 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
-
- 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
-
- 15 Feb, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12722 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Nov, 2006 1 commit
-
-
Jérome Perrin authored
Add more comments in Coordinate interface about the use of type based method in asText and fromText. Mark Document.Coordinate implementing Coordinate interface. Lookup the type based method in Telephone.fromText, remove the reindex_object in Telephone.fromText, as it is not part of the interface. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11044 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 May, 2006 1 commit
-
-
Alexandre Boeglin authored
from PropertySheet 'acquired_property_id' property. 2/ Changed the behaviour of Coordinate so that getText and _setText use methods defined in subclasses if they exist. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7116 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2006 1 commit
-
-
Yoshinori Okuji authored
Remove unneeded executable flags. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6280 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Feb, 2006 1 commit
-
-
Jérome Perrin authored
Fix some buggy imports git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5569 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jan, 2006 1 commit
-
-
Alexandre Boeglin authored
instead of View. (I ran some of the unit tests before comitting, and they reported no error) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Nov, 2005 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4392 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Oct, 2005 1 commit
-
-
Alexandre Boeglin authored
as a portal type information. The Coordinate class now provides methods that allow to do all the "presentation" specific part of a Coordinate in a set of python scripts. For example, to add a CreditCard portal type information : - go to portal_types, choose 'Add ERP5 Type Information', select 'ERP5 Coordinate' and name your new type 'Credit Card' - go to your newly created 'Credit Card' type definition, and add 'CreditCard' to its list of Property Sheets. - create a new form for your CreditCard : CreditCard_view and add a field named my_text to it. - create two scripts, which will interact with the 'my_text' field : - CreditCard_fromText(text) : used to analyse the text entered by the user, and fill in the object's properties accordingly. - CreditCard_asText() : used to return a user-readable aggregation of the object's properties. These two python scripts can use regular expressions to analyse the text entered by the user, using the object's methods getRegularExpressionFindAll and getRegularExpressionGroups for example. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4051 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Aug, 2004 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1389 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2004 1 commit
-
-
Jean-Paul Smets authored
fixed Solanes typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@404 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Dec, 2002 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2 20353a03-c40f-0410-a6d1-a30d3c3de9de
-