0ab101c1 | 12-Aug-2025 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix setting for 404 handling
Replace integer key in options with string key
Fixes #91 |
f64a85f7 | 29-Jul-2025 |
Andreas Gohr <gohr@cosmocode.de> |
auto fixes |
1da41c8b | 20-Dec-2023 |
Andreas Gohr <andi@splitbrain.org> |
(semi)automatic code style fixes |
511d09fe | 27-Apr-2017 |
Andreas Gohr <gohr@cosmocode.de> |
allow editing plugin states through a matrix view |
1413d607 | 01-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 ...
|
af1c6dd8 | 27-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). |
f31951d4 | 25-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
moved template to includes |
0a5d2da2 | 19-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
cleanup and copyrights |
c4c8e953 | 18-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use base domain config to link to animals #21 |
65dd3ddf | 14-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
more work on the plugin part |
b96c66cc | 13-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
no more accessing FARMCORE directly |
a646d519 | 13-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
all handling in single class now, 404 handling #21 |
98917f3b | 06-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Only check preload.php-setups for htaccess-setups |
16bbfe4b | 02-Sep-2015 |
Michael Große <grosse@cosmocode.de> |
Add more phpDoc |
d6737b72 | 01-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 ...
|
de9b0171 | 31-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Modify our ajax syntax to handle more than one request |
6ec1ad8f | 20-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Do sorting in getAllPlugins and exclude testing plugin |
d109da2f | 20-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Send list of all plugins and animal plugin config |
e8b4b170 | 19-Aug-2015 |
Michael Große <grosse@cosmocode.de> |
Add ajax functionality to singleAnimalEdit |