Searched hist:c468f8ca86edcd7202c8ce03291a3aed72bfa70f (Results 1 – 1 of 1) sorted by relevance
/plugin/farmer/ |
H A D | DokuWikiFarmCore.php | c468f8ca86edcd7202c8ce03291a3aed72bfa70f Mon Jul 28 10:16:58 UTC 2025 Andreas Gohr <gohr@cosmocode.de> refactor: improve and modularize animal detection logic #87
The monolithic detectAnimal() method has been broken down into smaller, more manageable helper methods. Each method is responsible for a single detection mechanism (query string, bang path, hostname).
This also adds support for passing a full URL as the animal parameter on the command line, allowing for better simulation of web requests.
|