1. 14 Jul, 2022 2 commits
  2. 12 Jul, 2022 1 commit
  3. 10 Dec, 2020 1 commit
  4. 08 Sep, 2020 1 commit
    • Côme Chilliet's avatar
      feat(core) Big refactor of dialog system · 94eaa6ba
      Côme Chilliet authored
      This replaces save_object and execute methods by 3 methods:
      readPost - Reads POST data
      update - Update object state
      render - Render HTML UI
      
      The point is to avoid reading POST and rendering HTML when this is not
       needed (when doing stuff through the webservice for instance).
      
      It’s also more consisent across FD with all classes handling some kind
       of dialog implementing the new interface FusionDirectoryDialog which
       makes sure these 3 methods are implemented.
      
      issue #6072
      94eaa6ba
  5. 09 Jul, 2020 4 commits
  6. 22 Oct, 2019 1 commit
  7. 06 Aug, 2019 1 commit
    • Côme Chilliet's avatar
      feat(core) Hide edit button when the user have no write rights · 4da31f5b
      Côme Chilliet authored
      Also tweaked a bit multiPlugin so that it works in this case (useful for
       plugins configuration editing)
      Changed reference tab to only return read rights so it does not get an
       edit button (makes no sense)
      These changes means if you have only write rights on some configuration
       tab, you will have to go to that tab before clicking edit (the button
       won’t be there on other tabs)
      
      issue #5858
      4da31f5b
  8. 31 Jul, 2019 1 commit
  9. 26 Feb, 2019 1 commit
  10. 19 Feb, 2019 3 commits
  11. 30 Jan, 2019 1 commit
  12. 02 Sep, 2018 1 commit
  13. 25 Apr, 2018 1 commit
  14. 17 Apr, 2018 1 commit
  15. 26 Jul, 2017 1 commit
  16. 20 Jul, 2017 1 commit
  17. 18 Jul, 2017 1 commit
  18. 21 Feb, 2017 1 commit
  19. 12 Oct, 2016 1 commit
  20. 29 Aug, 2016 1 commit
  21. 12 May, 2016 2 commits
  22. 09 May, 2016 1 commit
  23. 04 May, 2016 1 commit
  24. 06 Jan, 2016 1 commit
  25. 05 Jan, 2016 1 commit
  26. 23 Dec, 2015 1 commit
  27. 02 Dec, 2015 1 commit
  28. 30 Apr, 2015 2 commits
  29. 08 Apr, 2015 1 commit
  30. 02 Apr, 2015 1 commit
  31. 12 Feb, 2015 2 commits