1. 04 Feb, 2020 30 commits
  2. 03 Feb, 2020 1 commit
    • Jérome Perrin's avatar
      Enable coding style test on erp5_hal_hjson_style, erp5_web_renderjs_ui_test and erp5_ui_test · 94053d30
      Jérome Perrin authored
      This uses a different approach that what I was using in the past. I'm no longer trying to rename skins that does not match our naming conventions, but just adding them the the "ignore list".
      
      This would still allow to detect when new wrongly named scripts are introduced without risking regressions when we rename a script that was used from some places we did not change (like project customisations).
      
      /reviewed-on !1041
      94053d30
  3. 31 Jan, 2020 8 commits
  4. 30 Jan, 2020 1 commit
    • 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 nexedi/erp5!125
      522ae495