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
Umherirrender
264c45ec2c
Remove empty message key from i18n file
...
Change-Id: Iccd3b40700123ed89d332c6481904be7ecbf320e
2016-12-24 10:37:59 +00:00
Chad Horohoe
dabb43a8cc
Use track=1 instead of defaultbranch=master in .gitreview
...
Change-Id: I8ae4358ce9bd160da7dbce5cc6d4d98944d055ad
2016-10-24 17:30:30 -07:00
Translation updater bot
758f8f36cf
Localisation updates from https://translatewiki.net .
...
Change-Id: Id6a9b34ba3cb5cd599df6268cd0fbb3b9d107572
2016-09-24 22:10:58 +02:00
Translation updater bot
880def44bd
Localisation updates from https://translatewiki.net .
...
Change-Id: I2ae27a5b3b5d6c437197cf586cc8465e460f0b74
2016-09-11 22:29:17 +02:00
Translation updater bot
4d9b26173e
Localisation updates from https://translatewiki.net .
...
Change-Id: Icddc1650ae0dd3f909c6ab4ae2d328ffed3f5917
2016-06-16 22:00:40 +02:00
Bartosz Dziewoński
108592aa45
Remove bolding of login/signup form buttons
...
This doesn't look good with current styling. Maybe it did back when we
used plain buttons.
Change-Id: I647cc8c317a51f31f8a06a4bf5bf69bd7054d48f
2016-05-30 10:33:53 +02:00
Bartosz Dziewoński
debaed3a0f
Remove updatedmarker styling override
...
After I074688562e4da8c7c32d9f2bae67cd601e9b5f65 in core we no longer
need a custom style here.
Bug: T134515
Change-Id: I923ca72be187497c254132bb73a35d2548981d9d
2016-05-28 15:25:27 +00:00
Translation updater bot
bc2f54933d
Localisation updates from https://translatewiki.net .
...
Change-Id: Iadb21a75b4cfdb6662c7743fe5fcb4f748ef7c5f
2016-05-24 22:38:36 +02:00
Stephan Gambke
a0626a06d9
Fix order of univ lang selector and "not logged in" message
...
Bug: T121793
Change-Id: Ia6406fe535916684c998225f052f7e8b2231cbe1
2016-05-18 20:43:45 +00:00
Stephan Gambke
762b25a551
Show "Not logged in" message
...
Show "Not logged in" message left (or right depending on language) of an anon
user's personal tools in case general edit permission is given.
The display of the message was previously done in MW core
(SkinTemplate::buildPersonalUrls, introduced by I6f44e3e5d), which needs to be
reverted first (done in I5cfa9b4e).
Bug: T127758
Depends-on: I5cfa9b4e
Change-Id: I7001e311a8d5ed70129500ab1a3e99369d4a1d9d
2016-05-17 20:05:45 +00:00
Translation updater bot
b704e57d21
Localisation updates from https://translatewiki.net .
...
Change-Id: I9c69d38df1cdff0d84c5812efffecab5b8180b61
2016-03-18 22:24:03 +01:00
Translation updater bot
8c97e06e99
Localisation updates from https://translatewiki.net .
...
Change-Id: I21b0bb4c15414570bf3628db2b3b8c6b571845c9
2016-03-16 22:00:17 +01:00
Bartosz Dziewoński
25cf0fa1ca
Revert "Replace deprecated functions"
...
This reverts commit 3fa0e414a5
.
Change-Id: Ia847aed9b0f0f15ef617b60b0902ee6462c16adc
2016-03-07 23:21:13 +00:00
Siebrand Mazeland
3fa0e414a5
Replace deprecated functions
...
Change-Id: I767cc8d5492d1c0a47c123d06304f43c69e2775d
2016-03-07 22:50:11 +01:00
jenkins-bot
ee64401631
Merge "Declare execute() public as in parent"
2016-03-07 18:34:33 +00:00