1. 25 May, 2015 3 commits
  2. 22 May, 2015 9 commits
  3. 21 May, 2015 12 commits
  4. 20 May, 2015 2 commits
  5. 19 May, 2015 5 commits
  6. 18 May, 2015 3 commits
  7. 15 May, 2015 3 commits
  8. 14 May, 2015 2 commits
  9. 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