1. 14 Feb, 2020 9 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 7 commits