Skip to content
Snippets Groups Projects
  1. Dec 28, 2017
  2. Dec 22, 2017
  3. Dec 21, 2017
  4. Dec 20, 2017
  5. Dec 19, 2017
  6. Dec 15, 2017
  7. Dec 14, 2017
  8. Dec 13, 2017
  9. Dec 12, 2017
  10. Dec 11, 2017
  11. Dec 09, 2017
  12. Dec 08, 2017
  13. Dec 06, 2017
  14. Dec 05, 2017
  15. Nov 05, 2017
    • Andreas Gohr's avatar
      comment out empty language string · f023c68e
      Andreas Gohr authored
      The empty string is not translatable in the translation interface and
      causes all languages to be <100%
      
      This is an alternative approach to #2164
      f023c68e
  16. Oct 28, 2017
  17. Oct 27, 2017
  18. Oct 26, 2017
  19. Oct 19, 2017
  20. Oct 13, 2017
  21. Oct 06, 2017
  22. Oct 04, 2017
  23. Oct 02, 2017
  24. Sep 24, 2017
  25. Sep 20, 2017
  26. Sep 11, 2017
  27. Sep 10, 2017
  28. Sep 07, 2017
    • Andreas Gohr's avatar
      abbreviated ternary operator · 2a85c691
      Andreas Gohr authored
      2a85c691
    • Andreas Gohr's avatar
      pass action name by reference. fixes #2117 · c7d61a4e
      Andreas Gohr authored
      This fixes plugins that expect that they can change the global $ACT
      instead of $event->data in the ACTION_ACT_PREPROCESS event.
      
      This make the whole route a little bit uncleaner but would increase
      backwards compatibility.
      
      I'm not sure how widespread the problem is and if adding this is a good
      idea.
      c7d61a4e
  29. Sep 06, 2017
  30. Sep 05, 2017
    • Michael Große's avatar
      fix: fix regex to return table secedit buttons · 06917fce
      Michael Große authored
      Since the hid is optional, it must also be optional in the regex. Also
      this commit introduced named capture groups to make it more obvious
      which part of the regex captures what.
      
      Also there is now an explicit hid generated for tables, to enable
      jumping to the correct section after finishing editing.
      
      This was broken in 2571786c or #1966
      respectively.
      
      Known Issues:
      * since both title and hid are optional, a hid may be misinterpreted as
      a title if the title is not generated.
      Unverified
      06917fce
  31. Sep 02, 2017
Loading