jenkins-bot
0dda0818f3
Merge "Add MediaWiki version requirement to skin.json"
2015-09-23 17:55:49 +00:00
Kunal Mehta
5d404dec5c
Add MediaWiki version requirement to skin.json
...
Change-Id: I0ad6147b55ed1316555371feb88de26dfa8583ca
2015-09-23 08:33:50 -07:00
Translation updater bot
10f0f98765
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie34812662fb2dd28d824ae8b5d58100dea1895d6
2015-09-22 21:55:12 +02:00
Translation updater bot
eac313c1f1
Localisation updates from https://translatewiki.net .
...
Change-Id: Id302fe0be950822a0b3edeebad0e5841ab82264a
2015-09-17 22:18:59 +02:00
jenkins-bot
62c8ada88f
Merge "Avoid overlap of personal menu with the logo"
2015-09-16 19:58:13 +00:00
Roan Kattouw
176f44034c
Remove useless padding-on-hover rule
...
This only makes it more difficult to change the padding
of links in the personal tools, because you have to override
it twice.
Change-Id: Ic158f06b982deea250f15d3be2b3694078042a44
2015-09-14 17:45:01 +02:00
Translation updater bot
55b6fdc40b
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia7c64dac7d7a82f2dadbd52b60c45365fd908e13
2015-09-12 00:54:55 +02:00
Bartosz Dziewoński
04d85ecb50
Avoid overlap of personal menu with the logo
...
Bug: T111687
Change-Id: I7a399d89fe9405b31cbb4563dc7f72e120caf018
2015-09-07 16:36:23 +02:00
Translation updater bot
09a8200a24
Localisation updates from https://translatewiki.net .
...
Change-Id: I70653ffc9bdce70af0de589825cb4369f7e69415
2015-09-05 20:53:58 +02:00
Translation updater bot
e58bb7d234
Localisation updates from https://translatewiki.net .
...
Change-Id: I0b81b33f969c69286969f49e6b11248570115387
2015-08-31 22:07:22 +02:00
Moriel Schottlender
8ae217e9db
Remove background: none from #p-personal li a rule
...
This rule prevents any background icons to be shown next to personal
tools links in MonoBook, and more specifically, it prevents OOUI-style
icons (which are all embedded background-urls) from being shown.
It doesn't seem to have any actual purpose.
Change-Id: Idc0044c98e4414f57faaaa3e847504873c18c69b
2015-08-24 20:59:58 +00:00
jenkins-bot
7d363cbff3
Merge "Remove use of deprecated wfRunHooks"
2015-08-06 18:42:35 +00:00
addshore
b56298cedb
Remove use of deprecated wfRunHooks
...
Change-Id: I2c4cb9c307d1e6da98c694fbfcddbfe97df85384
2015-08-06 19:21:13 +01:00
Translation updater bot
1576c9cece
Localisation updates from https://translatewiki.net .
...
Change-Id: I94433dc7c8dd9550955db6419c519a3d42c3cdaa
2015-07-24 20:54:47 +02:00
Bartosz Dziewoński
f3cab9ed30
Use canonical theme name case for SkinOOUIThemes
...
Depends on I489922dab303320bfecfbadd26069abbad7d2c53 in MediaWiki core.
Change-Id: I1a88092f0ceb210c642bbee875e368ded3c186f8
2015-07-23 19:25:59 +02:00
Translation updater bot
9cf3b1641e
Localisation updates from https://translatewiki.net .
...
Change-Id: I559c0f48b1792189d7c73a36d6352b0ef98eeabf
2015-07-04 20:01:53 +02:00
Kunal Mehta
6e9cb04f17
build: Configure banana-checker and jsonlint
...
Change-Id: Ia345c086a8f6204870b78a841cdd125ddb6b7d1a
2015-06-25 11:54:19 -07:00
Bartosz Dziewoński
767349cbb4
Don't output an empty h1 element (once more, with feeling)
...
Bug: T103077
Change-Id: I1a6944bb3da465a1cdcd1ce12aecfd19f4865ec9
2015-06-25 11:55:19 +00:00
Kunal Mehta
f2846c51df
Display the page title on pages named '0'
...
Using empty() will consider the string '0' to be false, so use isset instead.
Bug: T103077
Change-Id: I4b07d55ba59cbbc9eeb3784fbbe8ae9e9ae15c3a
2015-06-24 10:13:41 -07:00
Translation updater bot
d766c17274
Localisation updates from https://translatewiki.net .
...
Change-Id: I9db683580f5023217531403dac55e994050d3ffa
2015-06-14 20:46:39 +02:00
jenkins-bot
47cb7e633b
Merge "Use the "Apex" OOjs UI theme"
2015-06-03 20:59:25 +00:00
Kunal Mehta
fd6a2b4e0a
Set manifest_version in skin.json
...
Bug: T100745
Change-Id: Ib2d5a91c6a2db1533fbf6d9b767b1dacb3207658
2015-06-02 00:06:24 -07:00
Bartosz Dziewoński
5b12d8e66b
Use the "Apex" OOjs UI theme
...
Change-Id: I0b18b9990795467059dc86ccb8632f9bd529800e
2015-05-30 15:45:36 +00:00
Translation updater bot
cfb96e6fe1
Localisation updates from https://translatewiki.net .
...
Change-Id: I6a3ebce31715bf4a4e6d1e5bb238ff822657b63e
2015-05-21 22:24:51 +02:00
Florian
df1d39d332
Don't output an empty h1 element
...
Bug: T97891
Change-Id: I4897b84d2242074af93ac547c0692b3ef8e22530
2015-05-09 16:11:28 +02:00
Gilles Dubuc
19406c60b8
Explicitly define module position
...
Style modules currently added through addModuleStyles default
to being in the head ("top" position). This is an unhealthy default,
since only critical styles that are needed at pageload should be
in the head. In order to be able to switch the default to "bottom",
existing module positions have to be defined explicitly.
Bug: T97410
Change-Id: I9d5cc55a5218bef618878e90773a99047d942beb
2015-05-05 17:37:10 +02:00
Translation updater bot
7f0b989238
Localisation updates from https://translatewiki.net .
...
Change-Id: Icb2bda542bb6ecd3ba4728784217fd999bc1caba
2015-05-01 21:37:10 +02:00
Kunal Mehta
7e66887c5b
Empty out PHP entry point in favor of extension.json
...
Change-Id: I0f28f98b9e05d679e16ef829ac876bed5da98ef4
2015-04-30 10:32:07 -07:00
Kunal Mehta
4f0c88e7ea
Fix skin.json
...
ValidSkinNames is actually a registration setting, not a configuration one.
Change-Id: I61c085fd89e81969eef6065b28cb24cbe0b366c9
2015-03-25 15:54:17 -07:00
Kunal Mehta
42aee118da
Add skin.json
...
Change-Id: Id93e8290ee75b319974ef12041bba48c428e77b5
2015-02-06 13:24:01 -08:00
Translation updater bot
b146b1db4d
Localisation updates from https://translatewiki.net .
...
Change-Id: I72ac5c4607610cf05bbab130529e888dbd453f73
2015-02-02 21:57:12 +01:00
Ebrahim Byagowi
d73fa3ba26
Remove dir=auto from firstHeading
...
Follow up to Ibf408bc6c5d2f8c05667107a547b0b02e06de270
Bug: T51093
Change-Id: I96aacfa725f05855c6e1541dbda68ecb5bdad757
2015-02-01 21:36:06 +00:00
Ricordisamoa
023054d7ee
Use the plain-text GPL and fix 'license-name' to match SPDX conventions
...
Per Iaa30b8994b8e4034ace61df8202a8b5002093ff2
(commit a512ff8ab49b140e19306ff813caf2186a25f4b5 in MediaWiki core)
For consistency with extensions:
http://spdx.org/licenses/
https://www.mediawiki.org/wiki/Manual:$wgExtensionCredits#license-name
Change-Id: I47dd32c499d8071dbfe6700a287e2d8471a3a540
2015-01-29 17:08:24 +01:00
Translation updater bot
8e9fd01a5d
Localisation updates from https://translatewiki.net .
...
Change-Id: I325a383cd0c7730f5149a2ef5630902cdb92baad
2015-01-14 22:17:32 +01:00
umherirrender
317eeba008
Allow numeric headers in Sidebar
...
A numeric string set as key of an array gets casted to an integer. Since
I458c0af3114754ddf3d721f6c374e249f482e4cf wfMessage does not except
integer as message key, therefore cast the boxname back to string.
Bug: T73639
Change-Id: I8f75243abbdb67d70f54fedb3ebd266e6ced05e3
2015-01-10 21:39:20 +01:00
Translation updater bot
a648cc4f34
Localisation updates from https://translatewiki.net .
...
Change-Id: I09cd221e731c41be5af1944131094284f2793bfc
2014-12-30 20:26:15 +01:00
Translation updater bot
b898b1e71c
Localisation updates from https://translatewiki.net .
...
Change-Id: I343059edbafa743695fb2ec41d2661baa8c39eec
2014-12-21 17:06:59 +01:00
Translation updater bot
403ed7bdf9
Localisation updates from https://translatewiki.net .
...
Change-Id: Id34a5b06e80e8698645b2bcc5f1c957e7f6aefd0
2014-12-16 21:38:21 +01:00
Translation updater bot
d7ab32e730
Localisation updates from https://translatewiki.net .
...
Change-Id: I663ebc7797d29eace877265385d2181763cb4cd4
2014-12-04 22:01:42 +01:00
Bartosz Dziewoński
dd4e7ccb8a
Make #globalWrapper into a stacking context
...
It has some children with high z-indices, we don't want them to cover
elements appended at the end of the <body> (search suggestions, dialog
overlays, and such).
Bug: T73650
Change-Id: I6fb08bb1448093227017666c86980a1365835482
2014-11-25 00:13:38 +01:00
Translation updater bot
0d80f4d1d7
Localisation updates from https://translatewiki.net .
...
Change-Id: Id686197fe6e2b2a1518037bf757cae30bd913bed
2014-11-15 22:40:39 +01:00
Translation updater bot
c5902b5874
Localisation updates from https://translatewiki.net .
...
Change-Id: I5091ec1ea79f665ead6fc9e90aed019b06ea0d65
2014-10-30 22:13:15 +01:00
jenkins-bot
25624e1329
Merge "Add support for page status indicators"
2014-10-27 20:23:36 +00:00
Translation updater bot
007cdb782c
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie805d6d2223faa1c0dfcaa14f9cecfee7a9ab56d
2014-10-23 23:04:11 +02:00
Bartosz Dziewoński
bb92aec2d8
Add support for page status indicators
...
Corresponding patch in core: I2389ff9a5332a2b1d033eb75f0946e5241cfaaf4.
Bug: 23796
Change-Id: Ie8eb418cd99636e73c7bbd54c1235a47ce71fd5a
2014-09-29 13:30:03 +02:00
Timo Tijhof
cf584f6d86
Use mw-wiki-logo class instead of inline background-image
...
Depends on I4e6db89a688 in mediawiki-core.
Bug: 56257
Change-Id: Ia36b0480871377dbeeee5c1194025385f522a299
2014-09-26 22:04:35 +00:00
MZMcBride
3413f282e0
Add a trailing newline
...
Change-Id: I86ae9c40e613a27c310f639e2324f1891edba209
2014-09-25 23:46:19 -04:00
Translation updater bot
9087efe2db
Localisation updates from https://translatewiki.net .
...
Change-Id: I7f013c83f50dc0b6b6f90ca7749a29f4df06b95f
2014-09-25 22:45:50 +02:00
Translation updater bot
b7120c5a10
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia7df0be7d3546cbe4e8fdb939f44063142690b99
2014-09-24 21:56:51 +02:00
Translation updater bot
8cc8dfb470
Localisation updates from https://translatewiki.net .
...
Change-Id: I5d90ff9c05426cff2202c73b5de6103b75daf1ec
2014-09-23 21:42:05 +02:00