1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
First pass on standardisation of directories (multiversion): the MediaWikiFarm extension must be installed next to MediaWiki versions and inside each MediaWiki version More... over 9 years ago
Added a sample LocalSettings.php for monoversion installations ; removed all isset, replaced by array_key_exists when applicable More... over 9 years ago
Generalisation of cache files to all files read. More... over 9 years ago
Added support for reading serialised files in readFile; added a function to cache a file in serialised or PHP format; used these two functions in getMediaWikiConfig More... over 9 years ago
Better JSON schema More... over 9 years ago
Added entry points for the multiversion case. More... over 9 years ago
Exported a part of getMediaWikiConfig() to extractSkinsAndExtensions() More... over 9 years ago
Reduced NPath/Cyclomatic complexity of __construct; suppressed some unuseful conditions; improved efficiency of getMediaWikiConfig More... over 9 years ago
Suppress some PHPMD warnings More... over 9 years ago
Created a subfunction of getMediaWikiConfig to decrease NPath complexity More... over 9 years ago
Micro-optimisation: preg_replace to str_replace More... over 9 years ago
Possibility to cache config in a PHP file ; fixed bug during compilation of the config More... over 9 years ago
Change order of methods: public functions, private, then helpers ; make private properties and methods if it is not necessarily public More... over 9 years ago
Homogeneisation of arrays: there is now only the 'params' array instead of the previous 'config' and 'wiki' ; work to better manage variables More... over 9 years ago
Fix for the previous commit More... over 9 years ago
Changed location of exec-config to improve consistency of the schema; strict verification of the JSON schema More... over 9 years ago
Simplified setWikiPropertyValue by removing one argument More... over 9 years ago
Simplify the function setWikiProperty by removing one almost-unused argument ; simplify getMediaWikiConfig by splitting a part in an other function (NPath complexity from 826348 to 486092) More... over 9 years ago
Decrease cyclomatic complexity of readFile from 648 to 90 ; better management of empty files More... over 9 years ago
[phpmd] Nullify 'unusedcode' ruleset; and by the way fix a minor bug More... over 9 years ago
[composer] Added phpmd as require-dev More... over 9 years ago
Added a JSON schema of config/farms.[yml|json|php], added config/farms.json, added a script to validate these config files More... over 9 years ago
Do not fill suffixes and wikis in $wgConf (unuseful) More... over 9 years ago
Add Packagist package jakub-onderka/php-parallel-lint as require-dev, added other versions for symfony/yaml and phpdocumentor/phpdocumentor More... over 9 years ago
Documentation More... over 9 years ago
New feature: (internal) redirects More... over 9 years ago
Added a doc about performance (only to give an idea, the protocol used is not strong) More... over 9 years ago
Improved rights management in MediaWiki config files More... over 9 years ago
Updated config files accordingly with the previous commit More... over 9 years ago
Remove oddities with (wiki-)config files: now only one list of (wiki-)config files More... over 9 years ago