diff options
author | zppix1 <support@zppixballee.com> | 2016-10-07 10:30:10 -0500 |
---|---|---|
committer | Zppix <Megadev44s.mail@gmail.com> | 2016-10-07 20:32:45 +0000 |
commit | 5a113eaddd20c4c55106b5e00b59118c4b0747dd (patch) | |
tree | e23fc4dc1385429f20539dc48077803e2257061e /HISTORY | |
parent | b60a467f587c996372e3737433ec6790d51ccd8c (diff) | |
download | mediawikicore-5a113eaddd20c4c55106b5e00b59118c4b0747dd.tar.gz mediawikicore-5a113eaddd20c4c55106b5e00b59118c4b0747dd.zip |
Documentation link changes
* Adds Special:MyLanguage to the links that support it.
Bug: T147650
Change-Id: Ie117466c83b120bd5b60388f29edcd3baf9c6eec
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1001,8 +1001,8 @@ This is a bug fix release of the MediaWiki 1.25 branch. * Added a new hook, "ContentAlterParserOutput", to allow extensions to modify the parser output for a content object before links update. * (T37785) Enhanced recent changes and extended watchlist are now default. - Documentation: https://meta.wikimedia.org/wiki/Help:Enhanced_recent_changes - and https://www.mediawiki.org/wiki/Manual:$wgDefaultUserOptions. + Documentation: https://meta.wikimedia.org/wiki/Special:MyLanguage/Help:Enhanced_recent_changes + and https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgDefaultUserOptions. * (T69341) SVG images will no longer be base64-encoded when being embedded in CSS. This results in slight size increase before gzip compression (due to percent-encoding), but up to 20% decrease after it. @@ -1014,7 +1014,7 @@ This is a bug fix release of the MediaWiki 1.25 branch. - Basic wikitext syntax: <indicator name="foo">[[File:Foo.svg|20px]]</indicator> - Usage instructions: https://www.mediawiki.org/wiki/Help:Page_status_indicators - Adjusting custom skins to support indicators: - https://www.mediawiki.org/wiki/Manual:Skinning#Page_status_indicators + https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skinning#Page_status_indicators * Edit tokens may now be time-limited: passing a maximum age to User::matchEditToken will reject any older tokens. * The debug logging internals have been overhauled, and are now using the @@ -1087,7 +1087,7 @@ This is a bug fix release of the MediaWiki 1.25 branch. This library provides the interfaces set by the PSR-3 standard (http://www.php-fig.org/psr/psr-3/) which are used by MediaWiki internally via the MediaWiki\Logger\LoggerFactory class. - See the structured logging RfC (https://www.mediawiki.org/wiki/Requests_for_comment/Structured_logging) + See the structured logging RfC (https://www.mediawiki.org/wiki/Special:MyLanguage/Requests_for_comment/Structured_logging) for more background information. ** cssjanus/cssjanus This library was formerly bundled with MediaWiki core and has been removed. @@ -1098,7 +1098,7 @@ This is a bug fix release of the MediaWiki 1.25 branch. ** wikimedia/cdb This library was formerly a part of MediaWiki core, and has been moved into a separate library. It provides CDB functions which are used in the Interwiki and Localization caches. - More information about the library can be found at https://www.mediawiki.org/wiki/CDB. + More information about the library can be found at https://www.mediawiki.org/wiki/Special:MyLanguage/CDB. ** liuggio/statsd-php-client This library provides a StatsD client API for logging application metrics to a remote server. |