History log of /plugin/farmer/action/ (Results 1 – 19 of 19)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0ab101c112-Aug-2025 Anna Dabrowska <dabrowska@cosmocode.de>

Fix setting for 404 handling

Replace integer key in options with string key

Fixes #91

f64a85f729-Jul-2025 Andreas Gohr <gohr@cosmocode.de>

auto fixes

1da41c8b20-Dec-2023 Andreas Gohr <andi@splitbrain.org>

(semi)automatic code style fixes

511d09fe27-Apr-2017 Andreas Gohr <gohr@cosmocode.de>

allow editing plugin states through a matrix view

1413d60701-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

auto disable new plugins if wanted

When the apropriate config option is enabled, all newly installed
plugins will be disabled by default. They then can be enabled in the
farmer to make available to

auto disable new plugins if wanted

When the apropriate config option is enabled, all newly installed
plugins will be disabled by default. They then can be enabled in the
farmer to make available to all animals or enabled in specific animals
only.

This requires https://github.com/splitbrain/dokuwiki/pull/1655

show more ...

af1c6dd827-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

reworked plugin logic

Animals can inherit the plugin state from the farmer. Their configs can
now be reset to the default state which is either on or whatever is set
in the farmer (when inheriting).

f31951d425-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

moved template to includes

0a5d2da219-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

cleanup and copyrights

c4c8e95318-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

use base domain config to link to animals #21

65dd3ddf14-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

more work on the plugin part

b96c66cc13-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

no more accessing FARMCORE directly

a646d51913-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

all handling in single class now, 404 handling #21

98917f3b06-Oct-2015 Michael Große <grosse@cosmocode.de>

Only check preload.php-setups for htaccess-setups

16bbfe4b02-Sep-2015 Michael Große <grosse@cosmocode.de>

Add more phpDoc

d6737b7201-Sep-2015 Michael Große <grosse@cosmocode.de>

Make ajax requests to test the server setup

Known issues: The request after the first-time-setup causes the user to be
logged out of the master wiki. The ajax request after creating the animals
do n

Make ajax requests to test the server setup

Known issues: The request after the first-time-setup causes the user to be
logged out of the master wiki. The ajax request after creating the animals
do not have this issue.

show more ...

de9b017131-Aug-2015 Michael Große <grosse@cosmocode.de>

Modify our ajax syntax to handle more than one request

6ec1ad8f20-Aug-2015 Michael Große <grosse@cosmocode.de>

Do sorting in getAllPlugins and exclude testing plugin

d109da2f20-Aug-2015 Michael Große <grosse@cosmocode.de>

Send list of all plugins and animal plugin config

e8b4b17019-Aug-2015 Michael Große <grosse@cosmocode.de>

Add ajax functionality to singleAnimalEdit