|
|
Line 6: |
Line 6: |
|
| |
|
| {{TOCnonum}} | | {{TOCnonum}} |
|
| |
| ==1.25==
| |
| *First release was in May 2015.
| |
| *1.25 has several database changes since 1.24, and will not work without schema updates.
| |
| *MediaWiki now requires PHP 5.3.3, but other requirements have not changed since 1.24.
| |
| *Clickable anchors for each section heading in the content are now generated and appear in the gutter on hovering over the heading (huh?).
| |
| *Special:WantedPages no longer lists broken redirects (since that has always had its own special page).
| |
| *A new message (defaulting to blank), 'editnotice-notext', can be shown to users when they are editing if no edit notices apply to the page being edited.
| |
| *You can now make the sitenotice appear to logged-in users only by editing MediaWiki:Anonnotice and replacing its content with "". Setting it to "-" (default) will continue disable it and fallback to MediaWiki:Sitenotice.
| |
| *MediaWiki now requires certain external libraries to be installed. In the past these were bundled inside the Git repository of MediaWiki core, but now they need to be installed separately. For users using the tarball, this will be taken care of and no action will be required. Users using Git will either need to use composer to fetch dependencies or use the mediawiki/vendor repository which includes all dependencies for MediaWiki core and ones used in Wikimedia deployment.
| |
| *The Special:WhatLinksHere page linked from 'Number of redirects to this page' on action=info about a file page does not list file links anymore (whuh?).
| |
| *Search bar is not autofocused unless it is empty so that proper scrolling using arrow keys is possible.
| |
| *The global importScriptURI and importStylesheetURI functions, as well as the loadedScripts object, from wikibits.js (deprecated since 1.17) now emit warnings through mw.log.warn when accessed.
| |
|
| |
|
| ==1.26== | | ==1.26== |