Commit Graph

833 Commits

Author SHA1 Message Date
Translation updater bot cc99dda2e4 Localisation updates from https://translatewiki.net.
Change-Id: I8c54db08bc09c2afc01abe27371ac78d429b454e
2018-04-13 21:57:49 +02:00
Translation updater bot f0dc1152f9 Localisation updates from https://translatewiki.net.
Change-Id: I1901c7160da9a1e0ccb2baba4098265d89553f33
2018-04-10 22:01:14 +02:00
Translation updater bot a9ad1609e5 Localisation updates from https://translatewiki.net.
Change-Id: Ice585d95930addb613c586f63801dc39f6aaed7d
2018-04-01 08:28:07 +02:00
libraryupgrader 893d44dbbe build: Updating mediawiki/mediawiki-codesniffer to 17.0.0
The following sniffs now pass and were enabled:
* MediaWiki.Commenting.FunctionComment.MissingParamComment

Change-Id: Id88a6518e80a43e5c8a082f656d0e8b7eb33ecce
2018-03-29 08:12:17 +00:00
Volker E 8e79fee078 Replace `#toc` selector by `.toc`
Replacing id CSS selector by lower specific class selector.

Bug: T187808
Depends-on: I7f3a9df7f9fd1178986112b5265b1ae7c991d5b7
Change-Id: If8768278750d49e70a29d993e759f246082fefb0
2018-03-29 00:40:36 +00:00
Translation updater bot 3c90c748a8 Localisation updates from https://translatewiki.net.
Change-Id: Ide552761f767e672c8c2fb9f6147613bffb55a91
2018-03-27 21:55:14 +02:00
Translation updater bot 26df7db792 Localisation updates from https://translatewiki.net.
Change-Id: Ic4974b9fe3fb4b01b3a289dde32143cf10b63db9
2018-03-26 22:06:18 +02:00
Translation updater bot 5f3d50a56c Localisation updates from https://translatewiki.net.
Change-Id: Ia9902746d1ad0433d46f735211877becca209780
2018-03-24 22:07:42 +01:00
Translation updater bot 2bfe935bc4 Localisation updates from https://translatewiki.net.
Change-Id: I57b71720dc25c45779a8d11c8e21e814fabee954
2018-03-21 22:19:29 +01:00
Bartosz Dziewoński 1f9f35e3f8 Use consistent font size for OOUI dialogs
Everything is 14px (0.875em) now. This overrides 0.8em from MW core.

Bug: T97631
Change-Id: I978de29a082768ecebbc1750a8d09481998979a8
2018-03-20 13:02:43 +01:00
Translation updater bot 3f74e86532 Localisation updates from https://translatewiki.net.
Change-Id: I1a1b283ba6090fa41978b6814adf32ff34ca2823
2018-03-19 22:03:48 +01:00
Volker E 4de3ad227f Lower CSS specificity of #footer rules
Change-Id: Id34ed322bde783a1aaaa843b78191dab2191b4d4
2018-03-17 13:11:37 -07:00
Isarra b473ce1ff6 Remove unnecessary $portals['SEARCH'] = true;
Search is skipped in the sidebar 20 lines down regardless. This does
nothing.

Change-Id: If6d3dd21280211fa3511ce010a3f3fda6185a7ef
2018-03-17 18:50:55 +00:00
Volker E ceeee2d3d0 Remove IE6 workaround and reduce selector specificity
As we can assume that extensions and gadgets need to involve removed
higher specificity this shouldn't have any influence on working code.
Also merging `list-style` values into one property.

Change-Id: I969a0d265e18a9e94bbd22a2982f8bdd9e6574bc
2018-03-14 21:32:10 -07:00
jenkins-bot 8a3530acc7 Merge "Move class files to includes/" 2018-03-14 18:28:44 +00:00
Timo Tijhof 2fa3b7f69a Move class files to includes/
Cleans up the top-level directory a bit.

Change-Id: I29d3b8b7098def77e643232a386d8ba834d35704
2018-03-12 16:52:48 -07:00
Bartosz Dziewoński 0ee8510ce7 Remove old selectors and JavaScript for dropdown menus
Bug: T168080
Change-Id: I49006314d42a00818464a94412cb63190b59a99b
2018-03-12 23:34:32 +00:00
Translation updater bot 5db0c43a45 Localisation updates from https://translatewiki.net.
Change-Id: I854e5c120217f47675e398df6d853824d3958af4
2018-03-10 21:57:38 +01:00
libraryupgrader 26f071b036 build: Updating jakub-onderka/php-parallel-lint to 1.0.0
Change-Id: Id5eb8984242369af5e0bacaf533b8ea34cbabd04
2018-03-10 10:26:27 +00:00
Translation updater bot 7fd74c1169 Localisation updates from https://translatewiki.net.
Change-Id: Iecd2bee6daefb00e95baad3aa927cb6748b187b4
2018-03-09 22:03:36 +01:00
Translation updater bot b53cdbbcde Localisation updates from https://translatewiki.net.
Change-Id: I6c27334283055465b33df2dca520d6a4b2183c81
2018-03-08 22:25:35 +01:00
Translation updater bot 485ed08363 Localisation updates from https://translatewiki.net.
Change-Id: I2deef17dfc9c5970a338597b24e2c87c3fa2e7c3
2018-03-07 22:26:24 +01:00
Translation updater bot 3151afdc24 Localisation updates from https://translatewiki.net.
Change-Id: I97ac74701e32450a0b279c02da42a40ed1a0ace9
2018-03-05 22:07:12 +01:00
Translation updater bot 9d3d47adb4 Localisation updates from https://translatewiki.net.
Change-Id: Idabb533c281f4071fe84ea0c76f5bb0fe3266b5d
2018-03-01 21:59:09 +01:00
Jdlrobson 4d63b91152 Revert "Move Selenium test from mediawiki/core"
This reverts commit 68292ad0a8.

This test seems to be running on other skins that it should
not run on - for example Minerva. I'm not sure if this
is configuration related or test related.

I will follow up and restore these personally.

Bug: T188553
Change-Id: I4aa58fd021aceab1a01c288782111faeb52723f2
2018-03-01 18:00:01 +00:00
addshore 68292ad0a8 Move Selenium test from mediawiki/core
Bug: T187859
Change-Id: Ib153f1d55e4471c4dc1e16ad3c9ae0ea9f73acf5
2018-02-27 19:24:02 +00:00
James D. Forrester 2cd16d6012 build: Bump devDependencies to latest
grunt                        1.0.1  →   1.0.2
 grunt-banana-checker         0.5.0  →   0.6.0
 grunt-eslint                20.0.0  →  20.1.0
 grunt-stylelint              0.8.0  →   0.9.0
 stylelint                    7.8.0  →   8.2.0
 stylelint-config-wikimedia   0.4.1  →   0.4.2

Change-Id: I3b1c13f3fe5c4f1f90dd1db658700aecda0d0724
2018-02-26 10:29:23 -08:00
Translation updater bot 453fe279b9 Localisation updates from https://translatewiki.net.
Change-Id: Iafbd772c90f5a290a258ffdef3181267eadbcc53
2018-02-25 22:08:15 +01:00
libraryupgrader 872a719fef build: Updating mediawiki/mediawiki-codesniffer to 16.0.1
Change-Id: Idacdb7f86c1f866f2ca0c963a86848178ab93041
2018-02-25 13:16:42 +00:00
Translation updater bot 8551cf6d47 Localisation updates from https://translatewiki.net.
Change-Id: Iadf82e4e6b20ab8b6edb8cb17137a1734f315373
2018-02-20 22:06:25 +01:00
Translation updater bot b05bd6637a Localisation updates from https://translatewiki.net.
Change-Id: I1e94cfd15f93b1d10cd4d5cc94d876c90a706601
2018-02-18 22:16:31 +01:00
libraryupgrader c4eca71e91 build: Updating mediawiki/minus-x to 0.3.1
Change-Id: Iab3a307039341ea7f83d20eddb23e262d24d7f6f
2018-02-18 13:23:47 +00:00
Translation updater bot 8d15407c6b Localisation updates from https://translatewiki.net.
Change-Id: I26caaae1e5a93468013ed710182816ac6834abfa
2018-02-17 22:02:52 +01:00
Translation updater bot 960a8af97c Localisation updates from https://translatewiki.net.
Change-Id: Icf070973db4ceffdb24976a7b6b0c23dcfc1b4aa
2018-02-16 22:08:38 +01:00
Kunal Mehta 1c2eeb1fdc Use SPDX 3.0 license identifier
SPDX released version 3 of their license list (<https://spdx.org/licenses/>),
which changed the FSF licenses to explicitly end in -only or -or-later
instead of relying on an easy to miss + symbol.

Bug: T183858
Change-Id: Ie8a20191fd9505eb5f0a6a3a010a602d2a44a58e
2018-02-16 10:41:02 -08:00
Translation updater bot 6bdac0fd25 Localisation updates from https://translatewiki.net.
Change-Id: I1b39026a80bda3744941b4fe138ab091ab831a99
2018-02-15 22:06:53 +01:00
libraryupgrader 6fbdf97eb5 build: Updating mediawiki/mediawiki-codesniffer to 16.0.0
Change-Id: I583e21ec56e237d77fcca70d5c7f623b90b978b9
2018-02-15 17:03:25 +00:00
Translation updater bot fc12ffd6ed Localisation updates from https://translatewiki.net.
Change-Id: I13d48b948283a760e80a18ac5637124a4b36ed30
2018-02-13 22:04:49 +01:00
Tulsi Bhagat 336e7e5084 Removed deprecated position statements from resource loader module
Bug: T184257
Change-Id: I7be029b0ca3c44e1fb049d5987742c83585b54a7
2018-02-12 21:09:09 +00:00
Translation updater bot 6d54aa18cd Localisation updates from https://translatewiki.net.
Change-Id: Ieaae409284db2063e3c8421cd2c77c70c55cf2ef
2018-02-12 09:06:35 +01:00
Translation updater bot 53e994c355 Localisation updates from https://translatewiki.net.
Change-Id: I59c561f6fb1a1ba46241c2ab7b4e4594e7a72d89
2018-02-07 21:57:22 +01:00
jenkins-bot 50019ddbd4 Merge "Make dropdown menus keyboard-accessible without JavaScript" 2018-02-07 00:30:53 +00:00
Translation updater bot e4d4c86d89 Localisation updates from https://translatewiki.net.
Change-Id: I1c47a8e3763111e9f6501275619c16fec58cd8c8
2018-02-05 22:08:08 +01:00
Translation updater bot c3eeb030d9 Localisation updates from https://translatewiki.net.
Change-Id: I78333d3b48d58aa35c158e9e5d212892e33e7230
2018-02-04 21:56:45 +01:00
Translation updater bot 0030e4b707 Localisation updates from https://translatewiki.net.
Change-Id: I5effa8cebf61547ccaadef3f98aabec2c6f621f5
2018-02-01 22:00:47 +01:00
Translation updater bot 03c2fd9f58 Localisation updates from https://translatewiki.net.
Change-Id: Iba482100abb5be77d69c41fff2dcdddb5b31aa89
2018-01-31 22:02:05 +01:00
Timo Tijhof 56e566f351 Improve and simplify typehint and type docs in VectorTemplate
* renderPortals() - Takes array only, enforce this with a type hint.
* renderPortal() - Actually takes either array or string as $content,
  fix the type doc to match the code.
* renderNavigation() - Simplify by removing support for non-array
  $elements, fixing one caller.

This and other minor changes are tracked under T140664, which intends
to reduce code complexity in Vector to (potentially) make it portable
to an HTML template.

Change-Id: Idc95d023a55c83450b041109745cfbcbcd04f580
2018-01-30 15:59:35 -08:00
Timo Tijhof 57913d80b8 Clarify class commment for SkinVector and VectorTemplate
The naming the parent classes of these is quite confusing.

Specifically how "SkinTemplate" is not a skin template, rather it is a Skin
subclass that *uses* a template.

The "skin template" itself, is VectorTemplate << BaseTemplate << QuickTemplate.

Change-Id: Ie8997c5390d24cd38cdb12f97a87f8868a0b00d2
2018-01-30 15:56:42 -08:00
Translation updater bot 3a38f00d19 Localisation updates from https://translatewiki.net.
Change-Id: I7364c173fd85b7028fadeb0ed49b43a1fccc7dd8
2018-01-29 21:55:56 +01:00
Timo Tijhof c5d49d71fb Remove 'SkinVectorStyleModules' hook
Bug: T185782
Bug: T140664
Change-Id: I67950b4bed34b56d17bbea82f311bfe31683ad1e
2018-01-26 10:33:47 -08:00