An error occurred fetching the project authors.
  1. 07 Mar, 2016 4 commits
  2. 19 Feb, 2016 1 commit
  3. 25 Jan, 2016 1 commit
  4. 12 Jan, 2016 2 commits
  5. 09 Nov, 2015 1 commit
    • Arnaud Fontaine's avatar
      BusinessTemplate: Reset ZODB Components if a Component version_priority is added. · 46f0763a
      Arnaud Fontaine authored
      This should have been added and handles twisted use cases such as:
        1. Install bt5 with ZODB Component C1 using version_priority V1.
        2. Install another bt5 adding version_priority V1.
        3. Install Portal Type using C1 as type_class.
        => No reset was done after 2., so C1 was not added to ZODB Component
           registry_dict (__registry_dict) and thus ignored.
      46f0763a
  6. 01 Nov, 2015 1 commit
  7. 28 Oct, 2015 1 commit
  8. 11 May, 2015 1 commit
  9. 27 Mar, 2015 1 commit
  10. 13 Jan, 2015 1 commit
  11. 17 Nov, 2014 1 commit
  12. 05 Nov, 2014 1 commit
  13. 16 Oct, 2014 2 commits
  14. 11 Sep, 2014 5 commits
  15. 04 Sep, 2014 1 commit
  16. 02 Sep, 2014 1 commit
  17. 28 Apr, 2014 2 commits
  18. 18 Apr, 2014 1 commit
    • Vincent Pelletier's avatar
      BusinessTemplate: Kill fillRecursivePathList. · 18b0862e
      Vincent Pelletier authored
      fillRecursivePathList could load massive amounts of objects (ex:
      all signatures below portal_synchronizations) even if no object was to
      be removed. Instead, just iterate given lists (objects handled by
      current instance, and actions to perform) and do as much rocessng before
      actually attempt to load any object.
      
      Sadly, the data structures available to this code induce an ugly O(n*m)
      code, which may be optimised to O(m + log(n)) with more complex code if
      really needed (but then, data structure should be improved, with a much
      broader effect).
      18b0862e
  19. 14 Mar, 2014 1 commit
  20. 26 Feb, 2014 1 commit
  21. 19 Feb, 2014 1 commit
  22. 16 Jan, 2014 3 commits
  23. 04 Jan, 2014 1 commit
  24. 05 Nov, 2013 1 commit
  25. 30 Oct, 2013 1 commit
  26. 25 Oct, 2013 2 commits
  27. 07 Oct, 2013 1 commit