History log of /plugin/farmer/_test/ (Results 1 – 13 of 13)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
655fe6c124-Sep-2025 Andreas Gohr <gohr@cosmocode.de>

lowercase animal names. fixes #94

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

test: add comprehensive tests for animal detection #87

Adds a full test suite for the refactored animal detection logic.
This includes a data provider with various scenarios for web and CLI
environm

test: add comprehensive tests for animal detection #87

Adds a full test suite for the refactored animal detection logic.
This includes a data provider with various scenarios for web and CLI
environments.

A new test for injectServerEnvironment ensures that base URLs are
correctly constructed from CLI parameters.

show more ...

5b5c848605-Apr-2023 Andreas Gohr <andi@splitbrain.org>

fixed tests

0f0a264c10-Aug-2017 Andreas Gohr <gohr@cosmocode.de>

fix path check where path is same but longer than container. fixes #30


/plugin/farmer/DokuWikiFarmCore.php
helper.test.php
/plugin/farmer/action/ajax.php
/plugin/farmer/action/disable.php
/plugin/farmer/action/startup.php
/plugin/farmer/admin.svg
/plugin/farmer/admin/delete.php
/plugin/farmer/admin/info.php
/plugin/farmer/admin/new.php
/plugin/farmer/admin/plugins.php
/plugin/farmer/admin/setup.php
/plugin/farmer/conf/default.php
/plugin/farmer/conf/metadata.php
/plugin/farmer/deleted.files
/plugin/farmer/helper.php
/plugin/farmer/includes/plugins.php
/plugin/farmer/includes/template.php
/plugin/farmer/lang/de/lang.php
/plugin/farmer/lang/de/notfound_404.txt
/plugin/farmer/lang/de/notfound_list.txt
/plugin/farmer/lang/de/settings.php
/plugin/farmer/lang/de/tab_config.txt
/plugin/farmer/lang/de/tab_delete.txt
/plugin/farmer/lang/de/tab_info.txt
/plugin/farmer/lang/de/tab_new.txt
/plugin/farmer/lang/de/tab_plugins.txt
/plugin/farmer/lang/de/tab_setup.txt
/plugin/farmer/lang/en/lang.php
/plugin/farmer/lang/en/settings.php
/plugin/farmer/lang/en/tab_plugins_help.txt
/plugin/farmer/lang/fr/lang.php
/plugin/farmer/lang/fr/notfound_404.txt
/plugin/farmer/lang/fr/notfound_list.txt
/plugin/farmer/lang/fr/settings.php
/plugin/farmer/lang/fr/tab_config.txt
/plugin/farmer/lang/fr/tab_config_help.txt
/plugin/farmer/lang/fr/tab_delete.txt
/plugin/farmer/lang/fr/tab_info.txt
/plugin/farmer/lang/fr/tab_new.txt
/plugin/farmer/lang/fr/tab_new_help.txt
/plugin/farmer/lang/fr/tab_plugins.txt
/plugin/farmer/lang/fr/tab_plugins_help.txt
/plugin/farmer/lang/fr/tab_setup.txt
/plugin/farmer/lang/fr/tab_setup_help.txt
/plugin/farmer/lang/ja/lang.php
/plugin/farmer/lang/ja/notfound_404.txt
/plugin/farmer/lang/ja/notfound_list.txt
/plugin/farmer/lang/ja/settings.php
/plugin/farmer/lang/ja/tab_config.txt
/plugin/farmer/lang/ja/tab_config_help.txt
/plugin/farmer/lang/ja/tab_delete.txt
/plugin/farmer/lang/ja/tab_info.txt
/plugin/farmer/lang/ja/tab_new.txt
/plugin/farmer/lang/ja/tab_new_help.txt
/plugin/farmer/lang/ja/tab_plugins.txt
/plugin/farmer/lang/ja/tab_plugins_help.txt
/plugin/farmer/lang/ja/tab_setup.txt
/plugin/farmer/lang/ja/tab_setup_help.txt
/plugin/farmer/plugin.info.txt
/plugin/farmer/script/plugins.js
/plugin/farmer/style.less
dfdaf33e25-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

isInPath should not allow $path == $container

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

explicitly sort by alphabet when hostname length is same

Should fix tests

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

fixed tests

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

adjusted the host detection code

We no longer support subdirectories for the domain based setup. This is
in line with simplifying the whole thing.

Instead we check for matching animals from back an

adjusted the host detection code

We no longer support subdirectories for the domain based setup. This is
in line with simplifying the whole thing.

Instead we check for matching animals from back and without the hostname.

For a host header www.foobar.example.com:8000 the following animals would
match:

www.foobar.example.com.8000
foobar.example.com.8000
www.foobar.example.com
www.foobar.example
foobar.example.com
foobar.example
www.foobar
foobar
www

show more ...

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

Fix currentUser option if they are the last user in file

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

Extract animalname validation + add tests for it

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

Require FQDN as subdomain

This addresses issue #11

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

Farmdir must not be in dokuwiki and be saved as an absolute path

closes #2, closes #4

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

intial commit