-
Notifications
You must be signed in to change notification settings - Fork 7
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
Adaption for new extension loading mechanism #3
Comments
Are we good with this issue. Except %$@* !!! I forgot to pull in @MATsxm PR for the update to fr.json. I'm going to commit that right now. |
I got the code from @Sigbert. Thanks a bunch. This one is however breaking. I am thinking of doing a backwards compatible interim version and move this on in after. Hopefully I will do it tomorrow. Disaster unfolded on a wiki yesterday so I was a bit busy. |
Hmm, unless I'm missing something. I don't see Entry point would look something like this.
Could also delete Purge.i18n.php as it is only a shim to load Thoughts? |
Personally, I think breaking compatibility for out-of-date wikis is fine. They can always continue using an older version. |
@Sigbert 's proposed changes never made it to here as a pull request since I was waiting for some release still compatible with 1.23 and afterwards make the breaking change for 1.25 and later. To much time has passed in the meantime. I know however that he had a version containing the "extension.json" file. |
This change: * adds extension.json (with backwards compatible loading from Purge.php); * fixes a possible conflict with a message name; * removes installation instructions etc. from README and points instead to the mediawiki.org page; and * removes the global variables from the navigation links hook. Bug: GH Hutchy68#3
I've created a PR for this: #19 |
* Add extension registration This change: * adds extension.json (with backwards compatible loading from Purge.php); * fixes a possible conflict with a message name; * removes installation instructions etc. from README and points instead to the mediawiki.org page; and * removes the global variables from the navigation links hook. Bug: GH #3 * Some tweaks to @samwilson PR to prep for merge * Bumps to version b/c will need MW 1.31+ * Manifest version back to 2 and requires MW >= 1.31.0 Co-authored-by: Sam Wilson <[email protected]>
closing as it was merged |
I just adapted your code to reflect the new loading mechanism for Mediawiki extension. Shall I send you the code?
The text was updated successfully, but these errors were encountered: