User:Iritscen/WikiFuture: Difference between revisions
Jump to navigation
Jump to search
(removing material that has been covered by our update to 1.33.3) |
m (link fixes) |
||
Line 1: | Line 1: | ||
Below are any notable changes that we should look forward to, or watch out for, if upgrading MediaWiki (besides various security fixes). | Below are any notable changes that we should look forward to, or watch out for, if upgrading MediaWiki (besides various security fixes). [[mw:Release_notes|(Source)]] | ||
Oldest LTS version of MediaWiki: 1.31 (supported through June 2021). | Oldest LTS version of MediaWiki: 1.31 (supported through June 2021). [[mw:Version_lifecycle|(Source)]] | ||
Current version on OniGalore: '''{{CURRENTVERSION}}''' | Current version on OniGalore: '''{{CURRENTVERSION}}''' | ||
You can browse each version of the MW code | You can browse each version of the MW code [https://phabricator.wikimedia.org/source/mediawiki/branches/master/ HERE]. | ||
{{TOCnonum}} | {{TOCnonum}} |
Revision as of 15:07, 12 August 2020
Below are any notable changes that we should look forward to, or watch out for, if upgrading MediaWiki (besides various security fixes). (Source)
Oldest LTS version of MediaWiki: 1.31 (supported through June 2021). (Source)
Current version on OniGalore: 1.39.6
You can browse each version of the MW code HERE.
1.33
- I have checked the release notes through 1.33.3.
1.34
- I have checked the release notes through 1.34.1.
- Special:Mute has been added as a quick way for users to block unwanted emails from other users originating from Special:EmailUser.
- Special:NewSection has been created as a shortcut to creating a new section on a page.
- $wgServer must now always be set in LocalSettings.php. This is most likely the case already for any wiki installed after 1.18. Older wikis may need to update their LocalSettings.php file.
- $wgDiffEngine can be used to specify which difference engine to use. MediaWiki continues to default to automatically choosing the first of $wgExternalDiffEngine, wikidiff2, or php that is usable.
- Add the MW_VERSION constant; global $wgVersion is soft deprecated.