History log of /dokuwiki/lib/plugins/ (Results 626 – 650 of 2872)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f74addc301-Jun-2018 Andreas Gohr <andi@splitbrain.org>

remove support for _cautionList

b71f246301-Jun-2018 Andreas Gohr <andi@splitbrain.org>

an empty class is valid, only truly no class is bad

7a0ee53801-Jun-2018 Andreas Gohr <andi@splitbrain.org>

show other errors in undefined settings again

This reestablishes the mechanism of adding errors as Sepcial classes to the
undefined list.

e729604101-Jun-2018 Andreas Gohr <andi@splitbrain.org>

make undefined settings output work again

fbe5f61701-Jun-2018 Andreas Gohr <andi@splitbrain.org>

removed fixme that had been fixed

4667676b01-Jun-2018 Andreas Gohr <andi@splitbrain.org>

clean settings data

13b5250a26-May-2018 Andreas Gohr <andi@splitbrain.org>

removed constructor parameters we never use

3b223df626-May-2018 Andreas Gohr <andi@splitbrain.org>

pass correct array in event

80302b1f25-May-2018 Andreas Gohr <andi@splitbrain.org>

readd PLUGIN_CONFIG_PLUGINLIST event

53f3816e25-May-2018 Andreas Gohr <andi@splitbrain.org>

do not drop undefined settings when saving the configuration

f37fd93e25-May-2018 Andreas Gohr <andi@splitbrain.org>

fix numericopt setting

In 55a4f137738ef5718cc047e5fb802e1c6d0a409f a bug was introduced that

* forced resaving the config even if it hadn't changed
* prevented setting the value to an empty string

fix numericopt setting

In 55a4f137738ef5718cc047e5fb802e1c6d0a409f a bug was introduced that

* forced resaving the config even if it hadn't changed
* prevented setting the value to an empty string once set

show more ...

8356fe6025-May-2018 Christopher Smith <chris@jalakai.co.uk>

improve update() comments

e901cf7425-May-2018 Andreas Gohr <andi@splitbrain.org>

make abstract test abstract again

d6987bdd25-May-2018 Andreas Gohr <andi@splitbrain.org>

fixed updateSettings iteration

28cc4f4025-May-2018 Andreas Gohr <andi@splitbrain.org>

make the onoff setting more boolean

We now parse true and false as well as some common strings

6dd8fd8125-May-2018 Andreas Gohr <andi@splitbrain.org>

some more testing

d6fc72e125-May-2018 Andreas Gohr <andi@splitbrain.org>

fix language and TOC handling

91109d5225-May-2018 Andreas Gohr <andi@splitbrain.org>

Fixed some bugs in the Loader and added tests

7739b12f22-May-2018 Andreas Gohr <gohr@cosmocode.de>

removed obsolete language files

These shouldn't be there anymore since the plugins have been deleted


c73b800a20-May-2018 Andreas Gohr <andi@splitbrain.org>

some more tests on the output mechanism

98a151ba20-May-2018 Andreas Gohr <andi@splitbrain.org>

Some first Setting class tests

af40dea120-May-2018 Andreas Gohr <andi@splitbrain.org>

proper defaults for initialize

There isn't really unset variables, but we do expect null to be passed
for some of them.

This also moves the update method further up as it's logically the next
step.

f00299d820-May-2018 Andreas Gohr <andi@splitbrain.org>

extract save checking into own method

Instead of having the out() method return empty strings, a new method
tells the writer if a setting should be saved or not. Only then the
out() method is called.

e98b5e4418-May-2018 Andreas Gohr <andi@splitbrain.org>

sucess is green

eb1b595818-May-2018 Andreas Gohr <andi@splitbrain.org>

basic test for the Writer class

1...<<21222324252627282930>>...115