find application/ library/ test/ modules/ -name *.php | xargs sed -i 's/\s\+$//'
- Remove unused methods, - Code style - Documentation for widgets - Tabextensions instead of hardcoded tab actions - Add tests for tabs - Add missing phpdoc for touched files - Fix tests refs #4512 refs #4541 refs #4540
refs #4381
The constructor of the class is now private, instantiation happens with Url::fromRequest and Url::fromPath. Also updated all occurences of Url and fixed the Qlink helper to not overwrite the baseUrl with null values refs #4381