openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
MediaWiki extension MediaWikiFarm
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 15 hours
ago. based on code collected
about 15 hours
ago.
Jul 30, 2024 — Jul 30, 2025
Showing page 8 of 9
Search / Filter on:
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
Seb35
More...
over 9 years ago
Added a sample LocalSettings.php for monoversion installations ; removed all isset, replaced by array_key_exists when applicable
Seb35
More...
over 9 years ago
Generalisation of cache files to all files read.
Seb35
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
Seb35
More...
over 9 years ago
Better JSON schema
Seb35
More...
over 9 years ago
Added entry points for the multiversion case.
Seb35
More...
over 9 years ago
Exported a part of getMediaWikiConfig() to extractSkinsAndExtensions()
Seb35
More...
over 9 years ago
Reduced NPath/Cyclomatic complexity of __construct; suppressed some unuseful conditions; improved efficiency of getMediaWikiConfig
Seb35
More...
over 9 years ago
Suppress some PHPMD warnings
Seb35
More...
over 9 years ago
Created a subfunction of getMediaWikiConfig to decrease NPath complexity
Seb35
More...
over 9 years ago
Micro-optimisation: preg_replace to str_replace
Seb35
More...
over 9 years ago
Possibility to cache config in a PHP file ; fixed bug during compilation of the config
Seb35
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
Seb35
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
Seb35
More...
over 9 years ago
Fix for the previous commit
Seb35
More...
over 9 years ago
Changed location of exec-config to improve consistency of the schema; strict verification of the JSON schema
Seb35
More...
over 9 years ago
Simplified setWikiPropertyValue by removing one argument
Seb35
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)
Seb35
More...
over 9 years ago
Decrease cyclomatic complexity of readFile from 648 to 90 ; better management of empty files
Seb35
More...
over 9 years ago
[phpmd] Nullify 'unusedcode' ruleset; and by the way fix a minor bug
Seb35
More...
over 9 years ago
[composer] Added phpmd as require-dev
Seb35
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
Seb35
More...
over 9 years ago
Do not fill suffixes and wikis in $wgConf (unuseful)
Seb35
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
Seb35
More...
over 9 years ago
Documentation
Seb35
More...
over 9 years ago
New feature: (internal) redirects
Seb35
More...
over 9 years ago
Added a doc about performance (only to give an idea, the protocol used is not strong)
Seb35
More...
over 9 years ago
Improved rights management in MediaWiki config files
Seb35
More...
over 9 years ago
Updated config files accordingly with the previous commit
Seb35
More...
over 9 years ago
Remove oddities with (wiki-)config files: now only one list of (wiki-)config files
Seb35
More...
over 9 years ago
←
1
2
3
4
5
6
7
8
9
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree