Skip to content
Snippets Groups Projects
  1. Sep 11, 2017
  2. Sep 07, 2017
    • 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
  3. Sep 06, 2017
  4. 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
  5. Sep 02, 2017
  6. Sep 01, 2017
  7. Aug 29, 2017
  8. Aug 28, 2017
  9. Aug 27, 2017
Loading