An error occurred fetching the project authors.
  1. 06 Mar, 2018 1 commit
  2. 15 Feb, 2018 1 commit
    • Vincent Pelletier's avatar
      PythonScript, SQLMethod: Fix expression_instance getting stale · 04f331a2
      Vincent Pelletier authored
      Before this change, expression_instance would not be set when expression is
      modified, leading to either non-applied filter expression (when no
      expression_instance existed) or use of an outdated expression.
      Use a volatile attribute to store the expression: it does not change the
      amount of work needed to load the Expression instance (pickle is the raw
      python expression as text) and it remove data duplication in exported
      documents.
      04f331a2
  3. 23 Dec, 2016 1 commit
    • Vincent Pelletier's avatar
      Person: Store user id in new user_id property. · 93e30e5e
      Vincent Pelletier authored
      reference has two meanings (now that it lost the "login" meaning):
      - technical user identifier
      - regular ERP5 document reference
      This change moves the former to the new "user_id" property.
      The latter remains in the "reference" property.
      93e30e5e
  4. 04 Sep, 2014 1 commit
  5. 17 Jan, 2013 1 commit
  6. 19 Oct, 2010 1 commit
  7. 23 Dec, 2009 1 commit
  8. 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
  9. 07 Oct, 2009 1 commit
  10. 12 Sep, 2009 1 commit
  11. 06 Jul, 2009 1 commit
  12. 01 Jun, 2009 1 commit
  13. 05 Nov, 2008 1 commit
  14. 06 Sep, 2007 1 commit
  15. 03 Jan, 2007 1 commit
  16. 22 Jun, 2006 1 commit
  17. 25 Mar, 2006 1 commit
  18. 10 Jan, 2006 1 commit
  19. 10 Feb, 2004 1 commit
  20. 08 Feb, 2004 1 commit
  21. 10 Dec, 2002 1 commit