Skip to content
Snippets Groups Projects
  1. Apr 04, 2016
  2. Feb 19, 2016
  3. Jan 29, 2016
  4. Sep 08, 2015
  5. Sep 02, 2015
  6. Jul 31, 2015
  7. Jul 24, 2015
  8. Jun 15, 2015
  9. May 16, 2015
  10. May 04, 2015
  11. Mar 17, 2015
  12. Mar 03, 2015
    • Andreas Gohr's avatar
      send JavaScript with correct mimetype · 138a9500
      Andreas Gohr authored
      While Browsers (IE of course) still fail to accept the correct
      application/javascript mimetype in the type attribute of the script
      element, we should serve the scripts with the correct Content-Type
      header at least. This is especially important as the default
      configuration of mod_deflate expects application/javascript and will not
      compress text/javascript.
      138a9500
  13. Feb 04, 2015
    • Christoph Dwertmann's avatar
      Add ob_flush() to sendGIF · ea0c1427
      Christoph Dwertmann authored
      I'm running this dokuwiki docker container: https://registry.hub.docker.com/u/mprasil/dokuwiki/
      
      It uses lighttpd and fastcgi. For some reason, the ignore_user_abort() feature where the browser should close the connection after the GIF has been received is not working on lighty. The browser keeps loading the page until the indexer run is complete, which leads to extremely slow load times with a larger page index.
      
      Adding ob_flush() to sendGIF fixes the issue.
      ea0c1427
  14. Jan 12, 2015
  15. 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
  16. Dec 10, 2014
  17. Oct 22, 2014
  18. Oct 15, 2014
    • LarsDW223's avatar
      Fixed JavaScript compression. The compressor did not recognize a regular... · 5c5b52fd
      LarsDW223 authored
      Fixed JavaScript compression. The compressor did not recognize a regular expression after a '&&' ot '||' operator. So it could happen that code had been cut off if the regular expression included '\//' (which was treated as a single line comment because of the regular expression not being recognized). Finally fixes #897.
      5c5b52fd
  19. Oct 14, 2014
  20. Oct 11, 2014
  21. Oct 02, 2014
  22. Oct 01, 2014
  23. Sep 29, 2014
  24. Sep 28, 2014
  25. 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
  26. Jul 30, 2014
  27. Jun 25, 2014
  28. May 14, 2014
  29. Apr 09, 2014
  30. Mar 16, 2014
  31. 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
  32. Mar 06, 2014
  33. Mar 05, 2014
  34. Feb 20, 2014
Loading