Skip to content
Snippets Groups Projects
  1. Feb 09, 2017
  2. Dec 12, 2016
  3. Apr 18, 2016
  4. Sep 02, 2015
  5. Jul 31, 2015
  6. Jul 24, 2015
  7. May 16, 2015
  8. Jan 12, 2015
  9. Jan 07, 2015
    • Andreas Gohr's avatar
      Remove error supression for file_exists() · 79e79377
      Andreas Gohr authored
      In an older version of PHP a file_exists() call would issue a warning
      when the file did not exist. This was fixed in later PHP releases. Since
      we require PHP 5.3 now, there's no need to supress any error here
      anymore. This might even give a minor performance boost.
      79e79377
  10. Dec 10, 2014
  11. Oct 22, 2014
  12. Oct 11, 2014
  13. Oct 01, 2014
  14. Sep 12, 2014
    • Gerry Weißbach's avatar
      Additionally allow more media types · de4634ec
      Gerry Weißbach authored
      They are generated from the default ones and any additional one given
      by the template. This allows to e.g. split admin styles from end user
      styles in a closed wiki. You can then deliver only the user styles
      using the metaheaders plugin.
      de4634ec
  15. May 14, 2014
  16. Mar 16, 2014
  17. Mar 15, 2014
    • Andreas Gohr's avatar
      strip sourcemaps in CSS and JS #601 · f8fb2d18
      Andreas Gohr authored
      source maps are invalid for our dispatched sources and may even cause
      problems. this makes sure any sourcemap declarations are stripped from
      the output
      f8fb2d18
  18. Mar 06, 2014
  19. Mar 05, 2014
  20. Feb 16, 2014
  21. Feb 15, 2014
  22. Feb 02, 2014
  23. Nov 26, 2013
  24. Nov 12, 2013
  25. Nov 11, 2013
  26. Nov 05, 2013
  27. Nov 03, 2013
  28. Oct 15, 2013
  29. Oct 12, 2013
  30. Aug 27, 2013
    • Matt Perry's avatar
      Fix CodeSniffer violations · d91ab76f
      Matt Perry authored
      Fix violations for the following sniff
      DokuWiki.Functions.OpeningFunctionBrace
      
      Also removed an extraneous semicolon.
      d91ab76f
  31. Aug 03, 2013
Loading