History log of /plugin/farmer/DokuWikiFarmCore.php (Results 26 – 31 of 31)
Revision Date Author Comments
# 85becf1b 14-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 ...


# 49f2871c 13-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

adding animals works again


# b330074a 13-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

autoconfigure animal save dirs #18


# 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


# da0ae2c0 13-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

added config screen, laid foundation for cascade management #13 #10


12