- May 04, 2015
-
-
Anika Henke authored
-
- Mar 17, 2015
-
-
Christoph Dwertmann authored
-
- Mar 03, 2015
-
-
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.
-
- Feb 04, 2015
-
-
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.
-
- Jan 12, 2015
-
-
Rainbow Spike authored
1 little fix
-
- Jan 07, 2015
-
-
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.
-
- Dec 10, 2014
-
-
Gerrit Uitslag authored
Added user*.less files to config
-
- Oct 22, 2014
-
-
Gerrit Uitslag authored
-
- Oct 15, 2014
-
-
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.
-
- Oct 14, 2014
-
-
LarsDW223 authored
-
- Oct 11, 2014
-
-
Gerrit Uitslag authored
Otherwise comments are never visible in css.php
-
- Oct 02, 2014
-
-
Gerrit Uitslag authored
-
- Oct 01, 2014
-
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
many PHPDocs some unused variables some dynamically declared variables declared
-
- Sep 29, 2014
-
-
Gerrit Uitslag authored
-
- Sep 28, 2014
-
-
Gerrit Uitslag authored
-
- Sep 12, 2014
-
-
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.
-
- Jul 30, 2014
-
-
Andreas Gohr authored
-
- Jun 25, 2014
-
-
Michael Hamann authored
This should be superseded by a proper rewrite of the media manager code
-
- May 14, 2014
-
-
Andreas Gohr authored
This avoids treating double slashes as single line comments in CSS when they are used in a filter or content string. closes #638
-
- Apr 09, 2014
-
-
Andreas Gohr authored
the second include was never removed, causing an endless loop.
-
- Mar 16, 2014
-
-
Michal Koutný authored
Web path was used instead of filesystem one.
-
- Mar 15, 2014
-
-
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
-
- Mar 06, 2014
-
-
Andreas Gohr authored
for backwards compatibility
-
- Mar 05, 2014
-
-
Christopher Smith authored
-
Christopher Smith authored
-
Andreas Gohr authored
-
Andreas Gohr authored
double slashes in url() always have to be ignored
-
- Feb 20, 2014
-
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
-
- Feb 18, 2014
-
-
Gerrit Uitslag authored
-
- Feb 16, 2014
-
-
Andreas Gohr authored
-
- Feb 15, 2014
-
-
Anika Henke authored
-
Andreas Gohr authored
-
- Feb 14, 2014
-
-
Andreas Gohr authored
Yes, it's hiding $auth, but detail templates might depend on that. We need to fix this properly. This reverts commit 343aa174.
-
Andreas Gohr authored
-
- Feb 02, 2014
-
-
Andreas Gohr authored
The regex wasn't properly escaped here which lead to problems when the path contains backslashes. This is the root cause of the bug reported at https://github.com/cosmocode/edittable/issues/19
-
- Jan 27, 2014
-
-
Gerry Weißbach authored
-
Gerry Weißbach authored
In most cases this change will have no effect, but noes the response will use the filename that was originally requested. The downloaded filename can be modified to something different as well. E.g. the siteexport plugin will make use of it.
-
- Jan 17, 2014
-
-
Andreas Gohr authored
-