99421189 | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
disabled JavaScript compatibility layer
this disables the JavaScript compatibility layer which let pre-jQuery migration plugins run with their old code.
This will break plugins using outdated JavaS
disabled JavaScript compatibility layer
this disables the JavaScript compatibility layer which let pre-jQuery migration plugins run with their old code.
This will break plugins using outdated JavaScript. These plugins have to be updated according to https://www.dokuwiki.org/devel:jqueryfaq
As a courtesy to users, the compatibility.js is not deleted, yet. Undoing this single patch can be used as a temporary workaround.
show more ...
|
d91a4ef5 | 29-Jan-2013 |
Klap-in <klapinklapin@gmail.com> |
Add a break to ajax_qsearch() When the search input is still only a few characters, the number of matching pages is big. Browsers have heavy work to progress this whole return, better cut off so only
Add a break to ajax_qsearch() When the search input is still only a few characters, the number of matching pages is big. Browsers have heavy work to progress this whole return, better cut off so only the part that is directly displayed will be sent.
show more ...
|
14977bd2 | 18-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Fix CSS cache handling and CSS output
This fixes several problems: - the CSS cache was only updated when either the CSS files for all media types or one of the global files was modified - when onl
Fix CSS cache handling and CSS output
This fixes several problems: - the CSS cache was only updated when either the CSS files for all media types or one of the global files was modified - when only the screen CSS was changed, the screen CSS was regenerated but then the cache was printed which either caused duplicated screen CSS output when gzip output was disabled or invalid output with gzip enabled as first the plain text screen CSS and then the gzip-compressed cache file was printed
Now first all CSS files are collected, then the cache is checked once and only after this the CSS content is collected.
show more ...
|