Extension BaseHooks works only with ancient MediaWiki versions such as 1.19.20.
With current MediaWiki this extension does nothing.
Make it work with current MediaWiki.
Extension BaseHooks works only with ancient MediaWiki versions such as 1.19.20.
With current MediaWiki this extension does nothing.
Make it work with current MediaWiki.
| Subject | Author | Repo | Branch | Lines +/- | |
|---|---|---|---|---|---|
| Fix extension.json | Paladox | mediawiki/extensions/BaseHooks | master | +29 -10 |
I found it does work indeed with modern MediaWiki if we use require_once instead of wfLoadExtension.
Hi the reason why extension.json was broken was because you didn't add the correct hooks.
Patches were merged and confirmed to be working for the author of the extension.
Closing as resolved.