932 Commits (174ef87ede3dc3c640185504a36fbabaa00badb2)
 

Author SHA1 Message Date
Ammar Abdulhamid e5e188fbc6 Fix lang portlet header display.
Timeless is showing the language portlet correctly when are languages or
when something is added to the portlet, but it's also showing the header
even if there are no languages and nothing extra was defined.

The root cause is that when we check $this->afterLangPortlet !== '', the
property is actually null at that stage, it is only defined when we call
$this->getPortlet( 'lang' ...) in the next line.

Bug: T256355
Change-Id: Ie3e0acccede7e2f477c6182e288def8d7a35070e
5 years ago
Translation updater bot cc5a10db21 Localisation updates from https://translatewiki.net.
Change-Id: I8b8ab480314b6be95de7db3e8571e94ecdeaf3b7
5 years ago
Ed Sanders 9dba0e0329 build: Update eslint-config-wikimedia to 0.16.2
Change-Id: Ieaa2864ee76cef15941c6843d15cfd7e77fbc817
5 years ago
libraryupgrader 5996fa453b build: Updating mediawiki/minus-x to 1.1.0
Change-Id: Ic655c58bec3efc53ec5e8beb931f667dbc8e7096
5 years ago
Ammar Abdulhamid b467344656 Timeless: support SidebarBeforeOutput hook
Remove phan suppression which is now triggering error

Bug: T254419
Change-Id: I5a3b68b2fa0fa243a1534d72fee04e760ff61db2
5 years ago
Translation updater bot b48ff2784f Localisation updates from https://translatewiki.net.
Change-Id: I04e88f4b82faca4e602456ba5f9f17d75fe56368
5 years ago
Jack Phoenix 84f03e5bb9 Define z-index property for the mw-json-schema-code-samples CSS class to ensure proper stacking
Said class is introduced and used by the EventLogging extension.

Bug: T249557
Change-Id: I5f45d4e5cac9b614f26b17f2507e1f72fc39035b
5 years ago
libraryupgrader 39b6d6dc5c build: Updating composer dependencies
* php-parallel-lint/php-console-highlighter: 0.4.0 → 0.5.0
* php-parallel-lint/php-parallel-lint: 1.0.0 → 1.2.0

Change-Id: I83a59e77bdc2c387b5c4bba07582794eadb34343
5 years ago
Umherirrender 7e11aa60ea build: Bump phan to 0.10.2, remove taint-check
Change-Id: I1aa44049c3269096d925f41d7d70c6019eb4699a
5 years ago
libraryupgrader e6a2bea03a build: Updating mediawiki/mediawiki-codesniffer to 31.0.0
Additional changes:
* Replaced "jakub-onderka" packages with "php-parallel-lint".

Change-Id: I79b2c529a48239bbd99a16d30ce212e1f3d05c74
5 years ago
Translation updater bot a06a583ec5 Localisation updates from https://translatewiki.net.
Change-Id: I0849e5a5b3e1656939025d28e42fb5f4bfad3bc5
5 years ago
Translation updater bot 464a1cd71d Localisation updates from https://translatewiki.net.
Change-Id: Ibe7a9d5f7533625788a15f9e4db561dc60135a1f
5 years ago
Translation updater bot 05729085e0 Localisation updates from https://translatewiki.net.
Change-Id: Ib14271ad59c92a4df52b3ba55593eeab53577a36
5 years ago
Reedy b49a7575be Add COPYING
Bug: T234086
Change-Id: I1e2eece0168796fe3d38d69228702a8e8940ce54
5 years ago
Translation updater bot b274c012d5 Localisation updates from https://translatewiki.net.
Change-Id: I025e30d2bf06ebe0aad42d9dde327b053deb72ad
5 years ago
AronDemian 73388405c3 Add and use `.mw-footer` & `.mw-footer-container` CSS classes
Adding `.mw-footer` & `.mw-footer-container` CSS classes & replacing 
`#mw-footer`,`#mw-footer-container` selectors with them.

`#mw-footer` & `#mw-footer-container` ids are kept for JS, gadgets 
compatibility and backwards compatibility with user styles.

Bug: T248137
Change-Id: I6e262cb5fa1838a22c3c6de8866d0324e83f84b3
5 years ago
libraryupgrader 2877914b04 build: Updating dependencies
composer:
* mediawiki/mediawiki-codesniffer: 29.0.0 → 30.0.0

npm:
* eslint-config-wikimedia: 0.15.0 → 0.15.3
* grunt-stylelint: 0.14.0 → 0.15.0
* stylelint-config-wikimedia: 0.9.0 → 0.10.1

Change-Id: I48b221c1754c056b0f14af0d9b4e3b60f0d16aa2
5 years ago
Translation updater bot 6b5e27ed82 Localisation updates from https://translatewiki.net.
Change-Id: I34834734c5fc045b0871b50e324090fd28d89759
5 years ago
libraryupgrader e604bf7b79 build: Updating grunt-banana-checker to 0.9.0
Change-Id: Ia72a78e288803ede592034d1e829e0d0ef6d7eb1
5 years ago
Translation updater bot db8e33ea29 Localisation updates from https://translatewiki.net.
Change-Id: I37eb1e8534627291680b35f6a423ebdcb3986d38
5 years ago
Translation updater bot b2c5a02689 Localisation updates from https://translatewiki.net.
Change-Id: I734b2f1710e253310c7c418eeed6ffd46e3baafe
5 years ago
Translation updater bot c9ad288201 Localisation updates from https://translatewiki.net.
Change-Id: I9fa876ee722dfb600a7092eaa9098bbd1fba5151
5 years ago
Translation updater bot 32b0004739 Localisation updates from https://translatewiki.net.
Change-Id: I7ca710517d60809bf30b7e723f693826bcad5060
5 years ago
Isarra a9d8f63abb Make wikitext editor use fonts consistent with rest of content
Monospace, serif, and sans-serif font stacks should all have consistent
metrics, so actually use them in wikitext editor. (Which depends on user
preferences.)
Also reset core font sizes added per T182320; that was done for skins
using system fonts elsewhere as well, and thus isn't really relevant here.

Also define out sans and serif font family variables independent of main
stack variables so they won't accidentally get overridden to other
things, but not presently following new naming conventions because
frankly I don't understand them and don't know which I should be using
to begin with. And even if I did, they're extremely long and we're
already exceeding maximum line length guidelines...

Bug: T247325
Change-Id: Iab98cfacab7dbc2f752bd200ee82d6d1a58c19a6
5 years ago
Translation updater bot 44ac959675 Localisation updates from https://translatewiki.net.
Change-Id: I01fabf4688e4045f511e69188e4f57e98fa344e1
5 years ago
libraryupgrader f25a97b3f9 build: Updating postcss-sass to 0.4.4
* https://npmjs.com/advisories/1179

Change-Id: I9f81dd4c2c88b40ccc55ca3025a7c609480eac03
5 years ago
Translation updater bot 1b977a00d6 Localisation updates from https://translatewiki.net.
Change-Id: Id18bf380fe80a83d61c4c48dcdb58df4395323f5
5 years ago
Translation updater bot b3eef80c9d Localisation updates from https://translatewiki.net.
Change-Id: I1cca8154b45364cf4b7ef668d52dbbe65c20d39d
5 years ago
Translation updater bot 05f694f606 Localisation updates from https://translatewiki.net.
Change-Id: Ifec99c6dbca3637952c64802e0fb2e5bf3ec3a82
5 years ago
Translation updater bot d726f2ed80 Localisation updates from https://translatewiki.net.
Change-Id: Idc201d49c87dee7fb250977f24ddb98a4ecc811c
5 years ago
libraryupgrader 3562b4d895 build: Updating mkdirp to 0.5.3
* https://npmjs.com/advisories/1179

Change-Id: I98a978084e3db230ba3f816254914da26c9d3d88
5 years ago
libraryupgrader 3f1152379c build: Updating minimist to 1.2.5
* https://npmjs.com/advisories/1179

Change-Id: Ia719253f77fb0b83fc52000e0a6fc0e011a61919
5 years ago
Translation updater bot 663cd0ff9f Localisation updates from https://translatewiki.net.
Change-Id: Ie3d1adf8e33cf5ab356b950ead07f38bce983ec4
5 years ago
Umherirrender a0ab76479f Use MediaWikiServices::getRepoGroup
This required MediaWiki 1.34 (already set in skin.json)

Change-Id: I5666c637baaf9a93ede4322731e39946d9379766
5 years ago
Translation updater bot 13801dc937 Localisation updates from https://translatewiki.net.
Change-Id: I6df6f63d9fb3b41750bba1e721f1065816ad0ff6
5 years ago
Translation updater bot 7952c5f998 Localisation updates from https://translatewiki.net.
Change-Id: I0580ce5c1f371269fbd3954bde1ac63c06498217
5 years ago
Translation updater bot 74036e4341 Localisation updates from https://translatewiki.net.
Change-Id: I7d52e6a159a006467549d1f453abb442f1c65869
5 years ago
libraryupgrader 074d83ecdf build: Updating acorn to 7.1.1
* https://npmjs.com/advisories/1488

Change-Id: I33f83c1a896e744bf582e6102947d5005b5cf189
5 years ago
Translation updater bot 6d58227e42 Localisation updates from https://translatewiki.net.
Change-Id: I795ad19c69eecf137c922be4f776e64f80c86cd0
5 years ago
Translation updater bot 75f7f1deab Localisation updates from https://translatewiki.net.
Change-Id: Ib4e697c51950c3249715a2c66e0815f414d1fb0b
5 years ago
Translation updater bot 3fd494f43b Localisation updates from https://translatewiki.net.
Change-Id: I28cace06aa39de178eaff1bc0748e3eb446d7543
5 years ago
Translation updater bot c501da61b3 Localisation updates from https://translatewiki.net.
Change-Id: I9b2a5f4bb25f3c45fff1c1810ecb4419343cb438
5 years ago
Translation updater bot 6a9b2300f8 Localisation updates from https://translatewiki.net.
Change-Id: I8e28950f069ff05127f02f3f865d5be5460e5a25
5 years ago
Translation updater bot 7b8aaffdc5 Localisation updates from https://translatewiki.net.
Change-Id: I959e55c212c19a3508f4d406954f8f3e1a402087
5 years ago
Translation updater bot e0bc94021b Localisation updates from https://translatewiki.net.
Change-Id: Ie0be55fb1dfcdb5cdb2a85cbb8ceec17b7aadaec
5 years ago
Translation updater bot 334672b907 Localisation updates from https://translatewiki.net.
Change-Id: I6611594fa6e78ebd3f9514c83ee57ef6f8340d93
5 years ago
libraryupgrader 087199f9ac build: Updating npm dependencies
* grunt-stylelint: 0.13.0 → 0.14.0
* stylelint-config-wikimedia: 0.8.0 → 0.9.0

Change-Id: I76be9d3dd8c9db31eeffed51ed43c4bcb689ce3b
5 years ago
Volker E a3040bc185 Unify messages for skin specific CSS/JS overrides
Similar to Ib40a38dba553bf10.

Change-Id: I85b7ba48d506ba425ddbb482a7a9ddeb0e88b8ac
5 years ago
AronDemian cb421b75b5 Remove `background:` rule from table cells to enable row background-color overrides in wikitext.
Row background falls back to table's background (same), consistent with Vector skin's behaviour.

Bug: T238482
Change-Id: I8bb955265f0ca189d1e6890065a5db510ceac612
5 years ago
Translation updater bot 01fe403fa3 Localisation updates from https://translatewiki.net.
Change-Id: Ica84cb8ad2c48b361c6d58965ea86e8272235096
5 years ago