- Mar 13, 2017
-
-
Gerry Weißbach authored
This is important because the $cache->cache would have been set already and have no impact on the delivered result. Meaning: two different requests could have resulted in the same result.
-
- Feb 22, 2017
-
-
Gerry Weißbach authored
-
Gerry Weißbach authored
-
Gerry Weißbach authored
Remove the flavour feature. It was some kind of a hassle. If you really want to filter out styles, you have to write a plugin either way and implement the tpl metaheaders event as well and handle everything your self. The CSS modification is more like the JS_SCRIPT_LIST now. It adds some overhead, but not too much. It still gives great flexibility over the CSS.
-
Gerry Weißbach authored
Revert Template changes from css-modifications-branch. No Flavours. If someone wants that, it is easier to be done using a plugin.
-
- Feb 12, 2017
-
-
Gerry Weißbach authored
-
- Feb 10, 2017
-
-
Gerry Weißbach authored
-
Gerry Weißbach authored
-
Gerry Weißbach authored
-
Gerry Weißbach authored
Changed the cache initialisation: it does not use the list of files with an md5 (due to redundancy and time consumption) but the flavour and the type (previously removed).
-
- Feb 09, 2017
-
-
Gerry Weißbach authored
Use the flavour system to create individual css files. Only the default flavour (style / style.ini) will have the default styles for interwiki and filetypes. There are two new events: 1. CSS_STYLES_INCLUDED to modify the list of stylesheet files for a certain mediatype or prevent the mediatype or styles within it. This event is fired for the interwiki and filetypes too, to prevent that they are included * The Data that is being sent to the event contains: list of files or the keyword DW_DEFAULT for the interwiki / filetypes; the mediatype, the flavour, if the data should be encapsulated by a default @media and the encapsualation prefix (e.g. @media screen) 2. CSS_CACHE_USE to prevent the use of a cached version of the CSS, just like the JS event that already exists.
-
Gerry Weißbach authored
Add flavours to template ini files. The template will now be checked for multiple ini files and inserts them as a custom flavours. The css.php can detect these flavours and reads the stylesheet + replacements from there. If the flavour is not the default one (style.ini), replacements are loaded from the default flavour first to ensure that the colours are available. Flavours can define their own set of replacements.
-
Gerry Weißbach authored
Remove type and caching mechanism. The cache will be checked later and the type will be replaced by an md5 hash of the list of style files.
-
- Feb 08, 2017
-
-
Andreas Gohr authored
When an svg has a fill attribute directly on the path, we need more specifity to override it.
-
Andreas Gohr authored
-
- Feb 07, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
Translation update (no)
-
Arne Hanssen authored
-
- Feb 06, 2017
-
-
Andreas Gohr authored
ran svgo over all the admin svg files to strip all unneeded cruft.
-
Andreas Gohr authored
Translation update (ja)
-
Satoshi Sahara authored
-
- Feb 05, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
Translation update (zh)
-
Andreas Gohr authored
similar to what is possible for plugins, templates can now autoload namespaced classes, too. the namespace is dokuwiki\template\<templatename>
-
- Feb 04, 2017
-
-
Andreas Gohr authored
This makes it more flexible to use on the expense of needing one echo more.
-
hznupeter authored
-
- Feb 03, 2017
-
-
Andreas Gohr authored
$pagelog->getRevisions(-1, 1) cannot be passed to array_pop() as the parameter $array expects a reference.
-
Andreas Gohr authored
remove fullpath() call in pageinfo
-
Andreas Gohr authored
added rev number to most recent link in old revisions page
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
All script tags are now surrounded by conditional comments to tell Internet Explorer 8 and lower to not even bother trying to load the JavaScript.
-
Andreas Gohr authored
* jqsplit: Restore smoothness.css using update.sh allow selecting the preferred CDN and add event load jquery via https always split off jquery from other JS and add CDN option #1766 use external version file for jquery updates removed jQuery.browser calls replace deprecated bind() calls replace deprecated delegate() calls fixed radio options in media manager for new jQ-UI jQuery Updates
-
Andreas Gohr authored
fix problems with header that look falsy. fixes #1770
-
Andreas Gohr authored
Handle delayed writes gracefully
-
Andreas Gohr authored
updated SimplePie and moved to composer based install. #1800
-
Andreas Gohr authored
Admin Page refactoring
-
- Jan 31, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-