An error occurred fetching the project authors.
  1. 12 Jan, 2011 1 commit
  2. 12 Oct, 2010 1 commit
  3. 10 Mar, 2010 1 commit
  4. 26 Oct, 2009 1 commit
    • Leonardo Rochael Almeida's avatar
      Create a new ERP5Type/Workflow.py file to house all changes needed as we... · 0865308e
      Leonardo Rochael Almeida authored
      Create a new ERP5Type/Workflow.py file to house all changes needed as we progressively remove DCWorkflow dependencies. For now it contains the non-patches part of patches/DCWorkflow.py and a conditional replacement for addWorkflowFactory() function that disappeared on CMF 2. Adjust other import locations to point to this function. Adjust ERP5Type product initialization to register Zope2-style factories for workflows registered with the substitute addWorkflowFactory when on CMF2 (approved by jm and jerome)
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30010 20353a03-c40f-0410-a6d1-a30d3c3de9de
      0865308e
  5. 21 Oct, 2009 1 commit
  6. 08 Oct, 2009 1 commit
  7. 07 Oct, 2009 1 commit
  8. 12 May, 2009 2 commits
  9. 15 Oct, 2008 2 commits
  10. 14 Oct, 2008 1 commit
  11. 11 Apr, 2008 1 commit
  12. 15 Nov, 2007 1 commit
    • Jean-Paul Smets's avatar
      This megapatch changes the way accessors are generated. Instead of generating... · 8d4c2a58
      Jean-Paul Smets authored
      This megapatch changes the way accessors are generated. Instead of generating all accessors for each portal type, we only generate tuples which are put in a kind of tuple cache. The idea is to minimise the number of objects which are created and use objects which are as small as possible. Then, the next time aq_dynamic is invoked, we dynamically create a new accessor instance based on the parameters provided in the tuple. This way, it is possible to reduce the memory footprint of ERP5 by 200 MB at least and create only those accessors which are needed. 
      In addition, accessors are now generated per portal_type and per class. This way, if the class of a portal type changes in a system, different accessors are generated and there is no risk of falling into a problem of "first argument of method XXX must be of type YYY".
      The downside is currently a possible speed decrease of 2-3%.
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17606 20353a03-c40f-0410-a6d1-a30d3c3de9de
      8d4c2a58
  13. 31 Aug, 2007 1 commit
  14. 27 Aug, 2007 1 commit
  15. 02 Apr, 2007 1 commit
  16. 24 Mar, 2006 1 commit
  17. 23 Nov, 2005 1 commit
  18. 03 Nov, 2005 1 commit
  19. 15 Oct, 2005 2 commits
  20. 12 Jul, 2005 1 commit
  21. 14 Mar, 2005 1 commit
  22. 11 Mar, 2005 1 commit
  23. 10 Mar, 2005 1 commit
  24. 17 Feb, 2005 1 commit
  25. 14 Feb, 2005 1 commit
  26. 31 Jan, 2005 1 commit
  27. 10 Jan, 2005 1 commit
  28. 29 Nov, 2004 1 commit
  29. 15 Oct, 2004 1 commit
  30. 16 Aug, 2004 1 commit
  31. 13 Jul, 2004 1 commit
  32. 10 Dec, 2002 1 commit