An error occurred fetching the project authors.
  1. 20 Feb, 2018 1 commit
  2. 19 Jan, 2018 2 commits
  3. 29 May, 2017 2 commits
  4. 31 Aug, 2016 3 commits
  5. 05 Jul, 2016 1 commit
  6. 27 Jun, 2016 1 commit
  7. 02 Mar, 2016 1 commit
  8. 19 Feb, 2016 2 commits
  9. 02 Feb, 2016 1 commit
  10. 08 Jan, 2016 2 commits
  11. 13 May, 2015 1 commit
    • Julien Muchembled's avatar
      searchAndActivate: use a grouping method instead of callMethodOnObjectList · 3759047d
      Julien Muchembled authored
      The problem with callMethodOnObjectList is that when an object can't be
      processed, all other objects of the same group fail without any chance to
      be retried separately.
      
      Grouping is configurable with usual CMFActivity parameters in new 'group_kw'
      parameter, to avoid any conflict with catalog parameters (**kw).
      'packet_size' and 'activity_count' are still accepted for backward
      compatibility.
      3759047d
  12. 17 Mar, 2014 1 commit
    • Gabriel Monnerat's avatar
      Simplify erp5_upgrader to be possible upgrade any project just enabling the... · 0a0d2470
      Gabriel Monnerat authored
      Simplify erp5_upgrader to be possible upgrade any project just enabling the alarms that all Constraints will be called and fixed.
      
      The alarms were renamed to cover each step of upgrader and give the possibility to call each step manually one-by-one. Also, all Scripts that the logic can be done by installing Business Template was removed.
      
      Also added:
       - Constraints that can be used in the upgrader
       - Unit test to check different scenarios
       - Extend external method to be possible dump workflow chains to be compared with all configuration defined on Business Templates
      0a0d2470