Commit graph

702 commits

Author SHA1 Message Date
libraryupgrader
c01f82b36e build: Updating mediawiki/mediawiki-codesniffer to 15.0.0
The following sniffs are failing and were disabled:
* Squiz.Scope.MethodScope.Missing

Change-Id: Ibd703acd59aede18b0f11f81173343f488e6ceb6
2017-12-29 22:37:31 +00:00
Rafid Aslam
b159861383 Add minus-x to "composer test"
Add minus-x to "composer test" and "composer fix"

Bug: T175794
Change-Id: Ie987caacda887a862022632ecce3f5db4db8c9aa
2017-12-19 22:12:28 +07:00
Translation updater bot
53e95c4970 Localisation updates from https://translatewiki.net.
Change-Id: I0b52ad5d87f135864f7fd441e2ac4c7d609601c4
2017-12-18 22:23:13 +01:00
Translation updater bot
bf75b331a3 Localisation updates from https://translatewiki.net.
Change-Id: Ic128387a65ad93cf4a8b2c1954aa50152661b1e9
2017-12-04 22:40:04 +01:00
Translation updater bot
dd11938592 Localisation updates from https://translatewiki.net.
Change-Id: Ibbf96ba28c5192058a17e99fe199d358e1143c33
2017-11-06 22:22:50 +01:00
Translation updater bot
c14e39c55e Localisation updates from https://translatewiki.net.
Change-Id: Ia2722d6bc29cb35ba5907e776904eec32adab42f
2017-10-31 21:58:53 +01:00
libraryupgrader
b5d1ffd64e build: Updating mediawiki/mediawiki-codesniffer to 14.1.0
And moved phpcs.xml to .phpcs.xml (T177256).

Change-Id: I7f304227c0954e603b6c4958c76de4b9a381cc05
2017-10-21 03:00:15 +00:00
Translation updater bot
955d017825 Localisation updates from https://translatewiki.net.
Change-Id: Ib1c51b1b4976005368dd5e448dbc77b4b299bf09
2017-10-19 22:05:36 +02:00
Translation updater bot
8b5bb24a40 Localisation updates from https://translatewiki.net.
Change-Id: Ifa8c7e02fdca7cdf17f5f8092e0626dc9bd256be
2017-10-17 22:13:52 +02:00
Ed Sanders
8611bb7f12 build: Update eslint & stylelint
Change-Id: I4af2b930abc0ad25b6ecf9531a74c636a37f0a9c
2017-10-17 18:24:22 +01:00
libraryupgrader
9bd2e896c3 build: Updating mediawiki/mediawiki-codesniffer to 13.0.0
Change-Id: I16b59b63f5076f3ba0cc2bfc8953a9cd7488768a
2017-09-24 03:51:24 +00:00
jenkins-bot
fa867dc527 Merge "Don't pass $this by reference" 2017-09-01 11:18:14 +00:00
libraryupgrader
c51dfa2872 build: Updating mediawiki/mediawiki-codesniffer to 0.12.0
Change-Id: Id9ed22e3d5758f6e7277d79d1218add487a77064
2017-09-01 05:01:16 +00:00
Kunal Mehta
ab8afffce2 Don't pass $this by reference
Bug: T153505
Change-Id: I525b06d4dcf2aa7796bd6769edf8703f15e5612a
2017-08-31 21:11:06 -07:00
Translation updater bot
50e7d634e1 Localisation updates from https://translatewiki.net.
Change-Id: I1ebecf0b891e4a1ab42c1d7fc95357be776e29ba
2017-08-25 08:55:27 +02:00
Umherirrender
e2c2eb27e3 Use json extension for .stylelintrc
Bug: T173516
Change-Id: I1d451a3840a8d06438fa7f889814e53c9544025e
2017-08-19 00:10:09 +02:00
Kunal Mehta
2bb6b36db1 build: Updating mediawiki/mediawiki-codesniffer to 0.11.0
Change-Id: I077fa6e2c9c1f242ac1fe4a182aa5f776caa0e30
2017-08-14 22:56:17 -07:00
Bartosz Dziewoński
862613e323 Add skin screenshot for the installer
Bug: T68295
Change-Id: I1eb2fd5294d1aff92d3870749448047b49843857
2017-08-11 15:36:22 -04:00
Umherirrender
82a68cffec build: Exclude composer vendor folder
Change-Id: I23d5eabaaa0c13d33f94164a772c2c0b384d1c79
2017-08-03 15:02:59 +02:00
Translation updater bot
f481c339de Localisation updates from https://translatewiki.net.
Change-Id: Idef4fb99b77ed848b2954b2a13cb0030782836f8
2017-08-01 22:11:03 +02:00
Antoine Musso
8e5cb23a56 Define npm peer dependency explicitly
npm 3 requires dependencies to be explicitly defined.

Bug: T172094
Change-Id: Ic640ccf0f577e47036d473892522ea758014fab4
2017-07-31 12:23:34 +00:00
Umherirrender
d845e8a424 build: Updating mediawiki/mediawiki-codesniffer to 0.10.1
Change-Id: Ie72e50522e6b12f503696b791b94bb4fabfccfa9
2017-07-24 18:54:49 +02:00
Bartosz Dziewoński
123375a84b Revert "Remove position: absolute and z-index from #p-logo"
Caused the logo (which is a link to the main page) to become unclickable.
This reverts commit 909aed33cb.

Bug: T171195
Change-Id: I3e215ef493568222bd4c2e0dbffc0da74241673a
2017-07-20 17:07:13 +00:00
Timo Tijhof
909aed33cb Remove position: absolute and z-index from #p-logo
Follows-up (r2881, b52a2a1567). Logical backport of Vector
patch Ifb99ff36e3a (T170053).

The logo was given a higher z-index than the content, presumably
with the intent to avoid user-generated content from being able
to obscure the logo. However, setting z-index here is redundant
given #p-logo (in #column-one) is after #column (in #column-content)
which already has `position: relative` and z-index set to give it its
own stacking context that can never exceed its stack (except for
weird things - T40848).

If this z-index was needed, then it would indeed only work if
position is set to relative or absolute. Picking "absolute" in
that case would cause the logo to be taken out of the layout flow,
hence the padding on #column-one.

Remove it all, in favour of natural flow. Keep the 5px distance
by using margin-bottom (160-155=5).

Commit is a visual no-op (pixel-for-pixel identical).

Bug: T170053
Change-Id: I156c54e1dd08a1c848d1c5ec9a5a9c9f85d8680a
2017-07-15 00:32:54 +00:00
Umherirrender
0687ef3e22 build: Updating mediawiki/mediawiki-codesniffer to 0.10.0
Change-Id: Idb7fb3f888bd08d365c8e15bb896704690d489af
2017-07-07 21:25:08 +02:00
Umherirrender
6a49b493ee build: Updating mediawiki/mediawiki-codesniffer to 0.9.0
Change-Id: Ib3820f0aff53b881d17ccd4997bcc1bef0ae11da
2017-06-23 22:05:30 +02:00
jenkins-bot
78724774b7 Merge "Optimization: don't load .redirectText CSS outside redirect pages" 2017-06-14 23:22:58 +00:00
Jack Phoenix
6979783fdd Optimization: removed old & unused #searchTarget* rules
They were related to the old AJAX search, which was removed from core in
r39717, in August 2008.

Change-Id: I3983897b00f5f6ba338b37b0b76c8a245bd1b9d6
2017-06-13 18:50:02 +03:00
Jack Phoenix
120cf5ead9 Optimization: don't load .redirectText CSS outside redirect pages
Change-Id: I5a12b60cff731c9b5c2492daa3aa67169e53a041
2017-06-13 18:21:54 +03:00
Amir Sarabadani
b9623eb19a Add CODE_OF_CONDUCT.md
Bug: T165540
Change-Id: Iee63a4a66468876c432b510a13d7cd444413e0e4
2017-06-07 13:48:21 +04:30
Umherirrender
95e869bed0 Add phpcs and make pass
Change-Id: I9f48310a405844c61aa6619e6fc28cf3bcbb9619
2017-05-16 18:53:26 +02:00
Translation updater bot
fea1b03369 Localisation updates from https://translatewiki.net.
Change-Id: I2e693e55d4a7bc03cbef770efdc69678fde9e5be
2017-05-12 22:26:26 +02:00
Translation updater bot
000f5d035d Localisation updates from https://translatewiki.net.
Change-Id: I8451f71ac0d2642a11ae5bf4683a00fa57dd0ba0
2017-05-07 22:02:08 +02:00
Antoine Musso
3c3fa08376 build: add jakub-onderka/php-console-highlighter
Highlight PHP code when parallel-lint fails

Change-Id: Ie7582baa805457a0445a119bfd5fb859f693e51f
2017-05-05 22:17:04 +02:00
Ed Sanders
864a4dec72 build: Update eslint to 0.4.0
Change-Id: I05c0cb58e6e018a3219b62eed965e2c78e123755
2017-05-04 17:01:30 +01:00
jenkins-bot
ba1324fc5e Merge "Match mediawiki.notification styles to OOUI dialogs" 2017-04-26 22:20:18 +00:00
Translation updater bot
c9e2e39afa Localisation updates from https://translatewiki.net.
Change-Id: I40f569f6369713b38917d988e60bbccd05aec9e5
2017-04-23 22:02:10 +02:00
Ed Sanders
f025d40dc0 Match mediawiki.notification styles to OOUI dialogs
Bug: T58313
Change-Id: I12f22a50046de4a4ce0a0c06d8a245eeb6d71005
2017-04-10 19:40:58 +01:00
Umherirrender
e7f63725f7 Use tabs in json
Change-Id: Icc34ed7743b59520b4c346ae124c08f83d8662b2
2017-03-25 12:32:12 +01:00
Translation updater bot
0547e74bef Localisation updates from https://translatewiki.net.
Change-Id: Ica49faa1bef69d41316e288af9cf2bc334c84bd7
2017-03-12 22:07:40 +01:00
Ed Sanders
9624b4f08e Add mw-body-content to siteNotice
Bug: T155863
Change-Id: Id3b89933ed49b6f1395ca407ebf167ad4c55c81f
2017-03-03 22:31:58 +00:00
James D. Forrester
dc26d45a15 build: Bump stylelint and make pass
grunt-stylelint              0.6.0  →   0.7.0
 stylelint-config-wikimedia   0.3.0  →   0.4.1

Change-Id: Id87b8df04d415e1f1058a4042a31408236402037
2017-02-17 16:36:03 -08:00
Translation updater bot
a29b455928 Localisation updates from https://translatewiki.net.
Change-Id: I5d980450dd3c3d95283ff69582adb2392a5eeb14
2017-02-14 22:03:06 +01:00
jenkins-bot
64e29e8315 Merge "New MonoBookAfterContent and MonoBookAfterToolbox hooks" 2017-01-28 02:26:54 +00:00
Jack Phoenix
7b59eb2ea8 Remove warning suppression
There are many valid use cases of the error suppression functions, but
this isn't one of those. If there are some undefined indexes somewhere,
that's a problem that should be fixed properly instead of warnings being
suppressed in one skin.

Change-Id: I88dfd3b9d94774686c168766a56afb5186684a61
2017-01-25 01:28:08 +02:00
Jack Phoenix
dd1cb0dfad Random coding style tweaks + documentation clarification
Change-Id: I3d7946507bd489edf248c201877fab580875ed68
2017-01-24 17:25:26 +02:00
Jack Phoenix
453d39b13a Remove obviously incorrect comment
Change-Id: I25423de3f595e1a060ca1ea412e31eb1babfbd9a
2017-01-24 17:16:43 +02:00
Ed Sanders
19bca1e31a build: Introduce eslint & styleint and make a pass
Change-Id: I56c8c516ea8ac177ff4b46472ece1a3782c188d7
2017-01-23 15:14:01 +00:00
Jack Phoenix
289077102e New MonoBookAfterContent and MonoBookAfterToolbox hooks
Example use case: the ShoutWiki Ads extension

Change-Id: I9434fc1dcf53c2913fb4f2bcf53089849372b3cc
2017-01-06 18:47:05 +02:00
Translation updater bot
81fc9728b8 Localisation updates from https://translatewiki.net.
Change-Id: I64af571130dddfce95d09756e017446fb319e049
2016-12-28 10:23:18 +01:00