An error occurred fetching the project authors.
  1. 09 Sep, 2011 3 commits
  2. 04 Apr, 2011 1 commit
  3. 10 Mar, 2010 1 commit
  4. 17 Nov, 2009 1 commit
    • Sebastien Robin's avatar
      - the possibility to pass --enable_full_indexing=portal_skins in · 2dd6ad08
      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
      2dd6ad08
  5. 12 Jun, 2009 1 commit
  6. 10 Jun, 2009 1 commit
  7. 01 Jun, 2009 1 commit
  8. 15 Feb, 2007 1 commit
  9. 01 Nov, 2006 1 commit
  10. 08 May, 2006 1 commit
  11. 25 Mar, 2006 1 commit
  12. 06 Feb, 2006 1 commit
  13. 10 Jan, 2006 1 commit
  14. 23 Nov, 2005 1 commit
  15. 17 Oct, 2005 1 commit
    • Alexandre Boeglin's avatar
      Removed the CreditCard class. Modified the Coordinate class to allow using it · 5204504f
      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
      5204504f
  16. 18 Aug, 2004 1 commit
  17. 08 Feb, 2004 1 commit
  18. 10 Dec, 2002 1 commit