Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make compatible with MediaWiki REL1_39 #32

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

osnard
Copy link

@osnard osnard commented Jun 20, 2022

This only applies to when the extension get installed via composer.

In MediaWiki REL1_39, the composer autoloader will be loaded
earlier in includes/Setup.php. At this time, various thing required by
this extensions setup file are not available yet.

Therefore this change converts the extension to use the regular
MediaWiki extension initialization mechanism.

rvogel and others added 7 commits June 20, 2022 16:24
This only applies to when the extension get installed via `composer`.

In MediaWiki REL1_39, the composer autoloader will be loaded
earlier in `includes/Setup.php`. At this time, various thing required by
this extensions setup file are not available yet.

Therefore this change converts the extension to use the regular
MediaWiki extension initialization mechanism.
Fix recognition of magic word and
fix doubled parser-output

ERM30940
Fix functionality header footer magic words
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants