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

MediaWiki version 1.29 - wfLoadExtension() #30

Open
pedwik opened this issue Sep 15, 2017 · 2 comments
Open

MediaWiki version 1.29 - wfLoadExtension() #30

pedwik opened this issue Sep 15, 2017 · 2 comments

Comments

@pedwik
Copy link

pedwik commented Sep 15, 2017

I am now updating a wiki site from version 1.20 to 1.29, and notice there is a new recommended way to load extensions, using a method wfLoadExtension() instead of require_once. But this requires some json files to be included with the extension. Is this something you are planning to do?

@tessus
Copy link
Owner

tessus commented Sep 15, 2017

Yes, it is on my list. But it is not a pressing issue, thus I haven't done anything yet.

The extension works perfectly fine without wfLoadExtension().

@tessus tessus self-assigned this Sep 15, 2017
@tessus
Copy link
Owner

tessus commented Sep 17, 2017

I've been looking into it, but this might take a while.

I will have to rewrite the entire code to use classes and methods. :-(

@tessus tessus removed their assignment Oct 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants