1. 14 Feb, 2020 6 commits
  2. 12 Feb, 2020 1 commit
  3. 10 Feb, 2020 9 commits
  4. 07 Feb, 2020 2 commits
    • Jérome Perrin's avatar
      ERP5JS: render before commit · dc02bfa8
      Jérome Perrin authored
      Since 264ded5c in ERP5JS we render the form directly after a successful edit, but this was done sometimes too early, namely, the next form was rendered before interaction workflows and this leads to problems like the ones discussed in !982 (comment 92893)
      
      /reviewed-on !1040
      dc02bfa8
    • Jérome Perrin's avatar
      knowledge_pad_ui_test: fix a random failure · ed44bee5
      Jérome Perrin authored
      This test click on the delete button which deletes by an ajax request
      and immediatly after open the "wait for activities" page. Sometimes the
      second request starts before the first is committed, so there are no
      activities to wait for.
      
      When using ZServer, we had only one worker thread, so this was not
      visible, but with wsgi we have more than one so it happened sometimes.
      
      Use an old jQuery trick to wait that the first request is no longer in
      flight.
      
      /reviewed-on !1038
      ed44bee5
  5. 06 Feb, 2020 3 commits
  6. 05 Feb, 2020 3 commits
  7. 04 Feb, 2020 1 commit
  8. 03 Feb, 2020 5 commits
  9. 31 Jan, 2020 8 commits
  10. 30 Jan, 2020 2 commits
    • Jérome Perrin's avatar
      Group Presence Period repeat only for the duration of the Group Calendar Assignment · 522ae495
      Jérome Perrin authored
      We should be able to configure a group calendar saying that the pattern
      is "from 9:00 to 12:00, repeat every monday morning" with a group
      calendar assignment saying "use this pattern from 01/01/2016 until
      31/12/2016" and then create another group calendar assignment for 2017
      without having to change the periodicity stop date on all presence
      periods of the group calendar.
      
      I think it should repeat from group calendar assignment's start date
      until min(group calendar assignment's stop date, presence period's
      periodicity stop date).
      
      
      /reviewed-on !125
      522ae495
    • Jérome Perrin's avatar
      erp5.util: Release erp5.util (0.4.66) · 27462cc8
      Jérome Perrin authored
      27462cc8