(bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionality ...
authorRobin Pepermans <robin@users.mediawiki.org>
Wed, 6 Jul 2011 02:26:06 +0000 (02:26 +0000)
committerRobin Pepermans <robin@users.mediawiki.org>
Wed, 6 Jul 2011 02:26:06 +0000 (02:26 +0000)
commit7c624542f0098899da5e0c9618f974955b80c2d7
tree56122dd725b68dcf823019ec69ead9ea510a30c6
parentbf1df55887e8e32f63f7163860d45b280df97c76
(bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionality (and dependent wfUILang) in core, as most or all work is finished.
Also:
* Introduce classes mw-float-end, mw-float-start so we don't have to use inline css depending on wfUILang()/$wgLang (see HistoryPage and SpecialFileDuplicateSearch)
* Add direction mark to protection log
* Remove specialpageattributes as it is obsoleted by this commit (also fixes bug 28572)
* Add two direction marks in wfSpecialList, which makes ltr links on rtl wiki (and vice versa) display nicely as well (only on those special pages however)
* Revert r91340 partially: use mw-content-ltr/rtl class anyway in shared.css. Both ways have their [dis]advantages...
* Set the direction of input fields by default to the content language direction (except buttons etc.) in shared.css
32 files changed:
RELEASE-NOTES-1.19
includes/Article.php
includes/CategoryPage.php
includes/ChangesList.php
includes/DefaultSettings.php
includes/EditPage.php
includes/GlobalFunctions.php
includes/HistoryPage.php
includes/ImagePage.php
includes/LogEventsList.php
includes/LogPage.php
includes/OutputPage.php
includes/Pager.php
includes/SkinTemplate.php
includes/diff/DifferenceEngine.php
includes/resourceloader/ResourceLoaderContext.php
includes/specials/SpecialAllmessages.php
includes/specials/SpecialBrokenRedirects.php
includes/specials/SpecialContributions.php
includes/specials/SpecialDisambiguations.php
includes/specials/SpecialDoubleRedirects.php
includes/specials/SpecialFileDuplicateSearch.php
includes/specials/SpecialListredirects.php
includes/specials/SpecialNewpages.php
includes/specials/SpecialProtectedpages.php
includes/specials/SpecialShortpages.php
includes/specials/SpecialWhatlinkshere.php
languages/Language.php
skins/Modern.php
skins/MonoBook.php
skins/Vector.php
skins/common/shared.css