An error occurred fetching the project authors.
  1. 12 Apr, 2016 1 commit
  2. 21 Feb, 2015 1 commit
  3. 04 Sep, 2014 1 commit
  4. 28 Apr, 2014 1 commit
  5. 07 Dec, 2012 1 commit
    • Jérome Perrin's avatar
      Fix class hierarchy for nodes · 36420d5c
      Jérome Perrin authored
      MetaNodes have always been Organisations, but this does not make sense at all.
      This change reveal some hidden bugs with code that was working accidentally
      because all meta nodes, such as categories use to be organisations and have all
      the accessors from organisations
      36420d5c
  6. 18 Jul, 2011 1 commit
  7. 03 Feb, 2011 1 commit
  8. 31 Oct, 2010 2 commits
  9. 14 Sep, 2010 2 commits
  10. 15 Jul, 2010 1 commit
    • Sebastien Robin's avatar
      sync with trunk@37114 · c1ae57b0
      Sebastien Robin authored
      Conflicts:
      	bt5/erp5_base/bt/revision
      	bt5/erp5_simulation/DocumentTemplateItem/InvoiceSimulationRule.py
      	bt5/erp5_simulation/bt/revision
      	bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Base_viewTradeFieldLibrary.xml
      	bt5/erp5_trade/bt/change_log
      	bt5/erp5_trade/bt/revision
      	products/ERP5/Document/BusinessPath.py
      	products/ERP5/Document/SimulationMovement.py
      	products/ERP5/Document/TradeCondition.py
      	products/ERP5/Document/TradeModelLine.py
      	products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision
      	products/ERP5Type/ERP5Type.py
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37129 20353a03-c40f-0410-a6d1-a30d3c3de9de
      c1ae57b0
  11. 27 May, 2010 1 commit
  12. 24 Mar, 2010 1 commit
  13. 10 Mar, 2010 1 commit
  14. 08 Feb, 2010 1 commit
  15. 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
  16. 04 Nov, 2009 1 commit
  17. 07 Oct, 2009 1 commit
  18. 17 Jun, 2009 2 commits
  19. 01 Jun, 2009 1 commit
  20. 08 May, 2009 1 commit
  21. 01 May, 2009 1 commit
  22. 19 Feb, 2009 1 commit
  23. 18 Feb, 2009 2 commits
  24. 14 Feb, 2009 1 commit
  25. 19 Nov, 2008 1 commit
  26. 17 Nov, 2008 1 commit
  27. 20 Jul, 2008 1 commit
    • Jean-Paul Smets's avatar
      The implementation of "Accessor overloading" was not done properly. First of... · 846ba5e6
      Jean-Paul Smets authored
      The implementation of "Accessor overloading" was not done properly. First of all, there is no need to overload public setters, because the Alias.Reindex is able to use the private ones. So overloading the private ones is enough. Second, it is not appriopriate to reimplement the way data is set or accessed on objects. Instead of setting title with self.title = value, one should call self._baseSetTitle(value) which does much more, including casting data types and potentially storing values externally.
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22573 20353a03-c40f-0410-a6d1-a30d3c3de9de
      846ba5e6
  28. 10 Jul, 2008 2 commits
  29. 12 Nov, 2007 1 commit
  30. 04 Nov, 2007 1 commit
  31. 04 Sep, 2007 1 commit
  32. 03 Sep, 2007 1 commit
  33. 12 Mar, 2007 1 commit
  34. 01 Mar, 2007 2 commits