1. 11 Jan, 2021 1 commit
  2. 02 Nov, 2020 1 commit
  3. 14 Apr, 2020 1 commit
  4. 31 Mar, 2020 1 commit
  5. 04 Feb, 2020 1 commit
  6. 09 Oct, 2019 2 commits
  7. 08 Oct, 2019 1 commit
  8. 25 Jul, 2019 1 commit
  9. 06 Jun, 2019 1 commit
  10. 04 Mar, 2019 1 commit
    • Côme Chilliet's avatar
      :sparkles: feat(simpleplugin) Switch DateAttribute to html5 input type=date · c4b57b56
      Côme Chilliet authored
      This replaces our custom datepicker with the standard html5 one for date
       fields in plugins.
      This deprecates the defaultDate attribute which was used to set the
       starting point of the datepicker without setting a default value,
       because this is not possible in HTML5.
      This does not add support for min and max dates which are supported by
       the HTML5 input type and may be added later.
      This also changes the internal date format from DD.MM.YYYY to YYYY-MM-DD
       to match the HTML5 POST format, this should not have serious
       consequences.
      
      issue #5931
      c4b57b56
  11. 26 Feb, 2019 1 commit
  12. 25 Feb, 2019 2 commits
  13. 19 Feb, 2019 1 commit
  14. 13 Nov, 2018 2 commits
  15. 12 Nov, 2018 2 commits
  16. 08 Nov, 2018 1 commit
  17. 07 Nov, 2018 2 commits
  18. 27 Jun, 2018 1 commit
  19. 26 Jun, 2018 1 commit
  20. 02 May, 2018 1 commit
  21. 25 Apr, 2018 1 commit
  22. 21 Dec, 2017 1 commit
    • Côme Chilliet's avatar
      :sparkles: feat(template): Add special epoch format for date modifier · 37dba370
      Côme Chilliet authored
      Useful for filling shadowExpire with templates, this works by giving
       'epoch' as format in the date modifier.
      Result is the number of date since epoch, as is needed in shadowExpire
       field
      (Standard format U is number of seconds since epoch, aka timestamp)
      
      issue #5746
      37dba370
  23. 20 Dec, 2017 1 commit
  24. 18 Sep, 2017 1 commit
  25. 13 Jun, 2017 1 commit
  26. 15 Mar, 2017 2 commits
  27. 08 Mar, 2017 1 commit
  28. 22 Feb, 2017 2 commits
  29. 09 Feb, 2017 1 commit
  30. 25 Jan, 2017 1 commit
  31. 17 Jan, 2017 1 commit
  32. 11 Jan, 2017 1 commit
  33. 10 Oct, 2016 1 commit