diff options
author | Ebrahim Byagowi <ebrahim@gnu.org> | 2024-10-04 00:47:30 +0330 |
---|---|---|
committer | Ebrahim Byagowi <ebrahim@gnu.org> | 2024-10-04 01:25:35 +0330 |
commit | 1e5348679fa1616f09421a19e8fca84dee4dbf97 (patch) | |
tree | e1b75c3cfc0c4ffcd4a87f7e686488a7b7b4752b /RELEASE-NOTES-1.43 | |
parent | 40d8ec52b0ae0058ac37cdcd34dc147c96e7032b (diff) | |
download | mediawikicore-1e5348679fa1616f09421a19e8fca84dee4dbf97.tar.gz mediawikicore-1e5348679fa1616f09421a19e8fca84dee4dbf97.zip |
Mark getDirMark as deprecated
So far I've only seen very limited correct use of getDirMark
outside HTML which one was for the {{DIRMARK}} magic word,
majority of other uses were replaceable with actual HTML markup
so let's use soft deprecation to signal third party developers
they also can go through the same way and use HTML markup
instead of hidden control characters. In future if the magicword
was the only valid use of this we can just hard code this there
and hard deprecate and eventually remove this and if it had more
uses that made sense to keep this around we can undeprecate it.
Bug: T375975
Change-Id: Ie9b78102d58e81fbc6cb22fb85da4962ee2c70b5
Diffstat (limited to 'RELEASE-NOTES-1.43')
-rw-r--r-- | RELEASE-NOTES-1.43 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.43 b/RELEASE-NOTES-1.43 index c1cea65efc92..cc52df47a61b 100644 --- a/RELEASE-NOTES-1.43 +++ b/RELEASE-NOTES-1.43 @@ -790,6 +790,8 @@ because of Phabricator reports. warnings. Use ::addCategoryLinks() instead. * OutputPage::setLanguageLinks() has been deprecated; use ::addLanguageLinks() instead. +* (T375975) Language::getDirMark() has been deprecated; use <bdi> HTML tag + instead. * (T375975) Language::getDirMarkEntity() has been hard deprecated; use <bdi> HTML tag instead. * LoadBalancer::getConnectionRef(), deprecated since 1.39, now emits deprecation |