Skip to content
Snippets Groups Projects
  1. Apr 15, 2018
    • Anika Henke's avatar
      Fix buttons with invalid empty name attributes · 7dfce451
      Anika Henke authored
      The search buttons from the search form on the top of the page
      as well as the search page both produce invalid HTML
      due to the name attribute being empty.
      As the name is required for each of the PHP functions
      producing the buttons and is passed as an empty string,
      this makes sure that parameters with empty strings get skipped.
      7dfce451
  2. Mar 27, 2018
  3. Oct 26, 2017
  4. Feb 22, 2017
  5. Feb 10, 2017
    • Michael Grosse's avatar
      Fix strict warnings in optgroups/dropdowns · 7b6bf7a3
      Michael Grosse authored
      PHP 5.6 and below throw a strict standards warning at the changed lines.
      An intermediate variable is introduced to avoid this warning.
      
      PHP 7+ changes the severity of this warning to E_NOTICE which is
      suppressed by DokuWiki.
      
      This error was introduced in #1778
      7b6bf7a3
  6. Jan 17, 2017
    • Michael Grosse's avatar
      Allow select-options as arrays with numeric keys · 1b26d16d
      Michael Grosse authored
      The problem this is solving is that PHP does not allow for array-keys to
      be strings of ints. It always converts them to actual ints. This caused
      a problem when trying to use complex array-options with integers as
      keys.
      1b26d16d
  7. Dec 22, 2016
  8. Dec 20, 2016
  9. Dec 12, 2016
  10. May 11, 2016
  11. Apr 20, 2016
  12. Apr 18, 2016
  13. Apr 15, 2016
  14. Sep 14, 2015
  15. Aug 18, 2015
  16. Aug 01, 2015
  17. May 11, 2015
  18. May 08, 2015
Loading