History log of /dokuwiki/lib/ (Results 1001 – 1025 of 4525)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2af726d322-Feb-2017 rnck <dokuwiki@rnck.de>

translation update

4f1465c122-Feb-2017 Gerry Weißbach <gerry.w@gammaproduction.de>

Syntax error and another bit of flavour.

3e32b19422-Feb-2017 Gerry Weißbach <gerry.w@gammaproduction.de>

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 eve

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.

show more ...

aa31d8d021-Feb-2017 controlonline.net <controlonline.net@gmail.com>

translation update

eedb503420-Feb-2017 Gerry Weißbach <gerry.w@gammaproduction.de>

Check for overwrite in media manager

The check did not work any more. see #1853

20f1bc5014-Feb-2017 Olivier Humbert <trebmuh@tuxfamily.org>

translation update

14b73b3118-Feb-2017 Andreas Gohr <andi@splitbrain.org>

fixed typo in german lang

6e0c32d717-Feb-2017 Hella Breitkopf <hella.breitkopf@gmail.com>

translation update

7531aa8117-Feb-2017 Andreas Gohr <andi@splitbrain.org>

print stack trace on catched JS errors too

8061ba1217-Feb-2017 mark prins <mprins@users.sf.net>

translation update

2f452d3917-Feb-2017 alexey <xeenych@gmail.com>

translation update

9fe10ff816-Feb-2017 Marco Hofmann <xenadmin@meinekleinefarm.net>

translation update

1aa4284e16-Feb-2017 Paolo <paolopoz12@gmail.com>

translation update

935d40e916-Feb-2017 Marco Hofmann <xenadmin@meinekleinefarm.net>

translation update

46214a2f14-Feb-2017 Schplurtz le Déboulonné <Schplurtz@laposte.net>

translation update

5d48a5ea12-Feb-2017 Gerry Weißbach <gerry.w@gammaproduction.de>

Remove `handheld`, add `speech` as default media types.

5161ec7010-Feb-2017 Gerry Weißbach <gerry.w@gammaproduction.de>

Typo fix.

8d72132410-Feb-2017 Gerry Weißbach <gerry.w@gammaproduction.de>

Revert the http_cached line to the one already in the code to keep changes at a minimum.

f2342ff010-Feb-2017 Gerry Weißbach <gerry.w@gammaproduction.de>

Code Cleanup. Replaced \t with 4xSpace.

8930b69d10-Feb-2017 Gerry Weißbach <gerry.w@gammaproduction.de>

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).

ef36714b09-Feb-2017 Gerry Weißbach <gerry.w@gammaproduction.de>

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

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.

show more ...

82edff4d09-Feb-2017 Gerry Weißbach <gerry.w@gammaproduction.de>

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 + rep

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.

show more ...

8b3ff80809-Feb-2017 Gerry Weißbach <gerry.w@gammaproduction.de>

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.

6ff51f7d08-Feb-2017 Gerry Weißbach <gerry.w@gammaproduction.de>

Spaces, not tabs.

6d3bebff08-Feb-2017 Gerry Weißbach <gerry.w@gammaproduction.de>

Add Event to modify the list of javascript files before they are processed. This allows plugins to not have their - or other plugins - script delivered to the client. Creating the list of files upfro

Add Event to modify the list of javascript files before they are processed. This allows plugins to not have their - or other plugins - script delivered to the client. Creating the list of files upfront might add a little overhead which I think is OK when you can be certain that only JavaScript that really is needed will be delivered to the client.

Multiple Javascript requests, e.g. to only send the jQuery part or just editor/administrator scripts, could be implemented with this modification (I know, jQuery has already been split).

show more ...

1...<<41424344454647484950>>...181