An error occurred fetching the project authors.
  1. 17 Nov, 2014 1 commit
  2. 21 Jun, 2013 1 commit
    • Arnaud Fontaine's avatar
      Avoid running out of file descriptors when backing up many objects in the... · a04f45d2
      Arnaud Fontaine authored
      Avoid running out of file descriptors when backing up many objects in the trash upon bt5 installation.
      
      Before, when installing a bt5 whose format has changed, many subobjects may
      end up being backup up, but it keeps one FD per subobject, thus easily
      reaching the limit of 1024 FDs (as given by ulimit -Sn/-Hn).
      
      This is a followup of b71e5a73 specific to TrashTool as that commit seems to
      only fix the issue when TrashTool is not used.
      a04f45d2
  3. 17 Oct, 2011 1 commit
    • Julien Muchembled's avatar
      Drop support for Zope 2.8 · 48212534
      Julien Muchembled authored
      Checked following occurrences in comments:
      - "Python 2.[456]"
      - "Zope 2.[891]"
      - "BBB"
      - "BACK"
      
      Checked uses of:
      - email, hashlib, numpy & tarfile (modules)
      - ImportError
      - string.Template
      - suppress_events (parameter of _setObject)
      
      Excluded:
      - some forked modules (MailTemplates, PortalTransforms...)
      - some i18n compatibility code
      48212534
  4. 08 Jul, 2011 2 commits
  5. 12 Apr, 2011 2 commits
  6. 07 Apr, 2011 2 commits
  7. 10 Nov, 2010 1 commit
  8. 25 Aug, 2010 1 commit
  9. 22 Feb, 2010 1 commit
  10. 02 Feb, 2010 1 commit
  11. 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
  12. 07 Oct, 2009 1 commit
  13. 28 Sep, 2009 1 commit
  14. 24 Apr, 2009 1 commit
  15. 10 Dec, 2007 1 commit
  16. 16 Aug, 2007 1 commit
  17. 04 Apr, 2007 1 commit
  18. 03 Apr, 2007 1 commit
  19. 18 Oct, 2006 1 commit
  20. 04 Oct, 2006 1 commit
  21. 16 Aug, 2006 1 commit
  22. 24 Apr, 2006 1 commit
  23. 25 Mar, 2006 1 commit
  24. 31 Jan, 2006 2 commits
  25. 30 Jan, 2006 1 commit
  26. 29 Dec, 2005 2 commits
  27. 19 Dec, 2005 2 commits
  28. 16 Dec, 2005 3 commits
  29. 14 Dec, 2005 1 commit