Commit Graph

213 Commits

Author SHA1 Message Date
Translation updater bot
5d50e05f2d Localisation updates from https://translatewiki.net.
Change-Id: I15fab7efa7b8c889c261a0cf5ba8e8600f01a0d8
2015-07-26 21:17:11 +02:00
Translation updater bot
f17d4f141f Localisation updates from https://translatewiki.net.
Change-Id: I6e664da5f646ef781613d147b4eeda58b5a958cc
2015-07-25 21:43:43 +02:00
Translation updater bot
3a17f62ba5 Localisation updates from https://translatewiki.net.
Change-Id: I3b5146a34181b0b944a10b815365456f0d719634
2015-07-24 20:54:52 +02:00
Kunal Mehta
ac43e74cfb Unbreak styles for installer
The installer hardcodes and expects to find a "skin.vector.styles"
module in skin.json, so moving it into a hook broke the styles. Moved it
back into skin.json, and left a comment so future developers don't make
the same mistake.

The responsive code is now a separate module,
"skins.vector.styles.responsive", which is only added to the page output
if VectorResponsive is enabled.

Bug: T106747
Change-Id: I7540b7871531ef650e799f012477cef6cdd32fb7
2015-07-23 17:05:26 -07:00
Florianschmidtwelzow
0eaadb3b14 Don't use core config in Vector skin
Vector's own configuration properties should be fetched from
Vector's own config object, instead of core's config object.

Follow up: Ib611357bbce739b1d193abaf89c228ba52613d6a

Change-Id: I358a5c1876098a85d77e90b11b3bf4e77c0f6c78
2015-07-23 07:19:47 +02:00
Derk-Jan Hartman
a8f8ecf234 Fix viewport argument value to use commas
The fields separator is a , not a ;
This is a common mistake, because it was in one of the first
blogposts that discussed viewports.

Change-Id: I0b88db484c906f3c717aced67360d0f899af8f1f
2015-07-22 21:18:06 +00:00
Translation updater bot
14dae53cbd Localisation updates from https://translatewiki.net.
Change-Id: Idbd1d84ef8d8af0336547a1be342bd2f2a804c58
2015-07-20 21:35:48 +02:00
Translation updater bot
4f210c3ea5 Localisation updates from https://translatewiki.net.
Change-Id: I7d828964108ce62b699c3b0cd7a9aa5cce0d170d
2015-07-19 21:19:22 +02:00
Translation updater bot
c785bacc30 Localisation updates from https://translatewiki.net.
Change-Id: Ic26128c208288dc4d7cf90b41fc6658e711d2a5b
2015-07-18 21:39:17 +02:00
jenkins-bot
c2fda6d944 Merge "Make Vector more responsive" 2015-07-18 17:12:21 +00:00
Jack Phoenix
cec2337aac Make Vector more responsive
This functionality is off by default, behind a configuration variable
($wgVectorResponsive) by popular developer demand.

CSS/LESS code by James Hare, with tweaks and testing by Jack Phoenix.

Bug: T46387
Change-Id: Ib611357bbce739b1d193abaf89c228ba52613d6a
2015-07-18 16:54:33 +00:00
Florian
620dec451b More-menu needs to overlap indicators
Indicators potentially can be overlap the area for the menu overlay,
which then overlaps it. Avoid it by raise the z-index for div.menu,
too.

Bug: T89410
Change-Id: Ie505d29a27aba2e8be5d5b13209442ec6daebcd9
2015-07-16 18:40:22 +00:00
Translation updater bot
800b50ffbd Localisation updates from https://translatewiki.net.
Change-Id: I1fe21506a2df0cfb88b84bfb66651f73be4df748
2015-07-14 21:44:20 +02:00
Translation updater bot
30d58a7b91 Localisation updates from https://translatewiki.net.
Change-Id: Ifbad6fcb5c4fd593823ffef4d0ebafbbb6016ebe
2015-07-13 21:23:13 +02:00
Translation updater bot
cfbd74056a Localisation updates from https://translatewiki.net.
Change-Id: I03aa176161ea0970a6a5c371858ddca026b1401e
2015-07-09 21:30:36 +02:00
Translation updater bot
e10ffbdda3 Localisation updates from https://translatewiki.net.
Change-Id: Id23ee883646a2bb09d4aadfbf40849a6df064f59
2015-07-08 21:34:48 +02:00
Translation updater bot
c87ec5041f Localisation updates from https://translatewiki.net.
Change-Id: I2411500c9f616ed8ac1c85235b5a289648d7f2c5
2015-07-06 21:28:55 +02:00
Timo Tijhof
eb6d66a22d build: Move config to phpcs.xml and require php 5.3.3
* Reformat without all the spurious spaces.
* Update php requirement to 5.3.3 to match MediaWiki core and
  other Wikimedia libraries.
* Update php-parallel-lint to v0.9.
* Move phpcs config to a separate file.

Change-Id: I30895c87dd082dfae0a1b95237d5619ae89fa6fe
2015-07-06 13:30:47 +01:00
Translation updater bot
95907042a5 Localisation updates from https://translatewiki.net.
Change-Id: I3b253046f1d7ca702acd0aa140fca7a1a65a70b4
2015-07-04 20:02:13 +02:00
Translation updater bot
4432813f27 Localisation updates from https://translatewiki.net.
Change-Id: I00f48e1ae36033e3abda503ae5119a04d3d56d05
2015-07-03 20:18:49 +02:00
Translation updater bot
0d6637880e Localisation updates from https://translatewiki.net.
Change-Id: I054aa25562ca8d9936dc3d7ebe8eb4944d9ee61f
2015-07-01 21:51:25 +02:00
Translation updater bot
722d300c29 Localisation updates from https://translatewiki.net.
Change-Id: If9221e6480127520560559732275274e2514e2e6
2015-06-30 20:43:33 +02:00
Translation updater bot
32b2efa460 Localisation updates from https://translatewiki.net.
Change-Id: I151c7d65f838aaeb62ef732dc62a742a87fe8778
2015-06-28 21:23:32 +02:00
paladox
045ca339a5 Update mediawiki codesniffer to 0.3.0
Change-Id: If0ce45250a5954a1db6cccfe93b4455de840ef5e
2015-06-26 22:04:39 +00:00
Translation updater bot
daf92d6634 Localisation updates from https://translatewiki.net.
Change-Id: I1950e842e6d06f623b07b36883688e66951fd8b1
2015-06-26 21:30:52 +02:00
Kunal Mehta
1a3fb084ba build: Configure jshint, jsonlint, banan-checker & jscs
Change-Id: Ifab90f787bd2c4d8539698c3828c3486a3559bdb
2015-06-25 23:35:53 +00:00
jenkins-bot
95221186f4 Merge "Don't autoload Vector.php using composer.json" 2015-06-25 21:27:31 +00:00
Vivek Ghaisas
28c2e986ae Don't autoload Vector.php using composer.json
As per T467, the RfC for extension management with composer has been
declined. Hence, we can get rid of Vector.php from composer.json, thus
also solving the issue of `composer test` die()ing because it loads
Vector.php and wfLoadSkin is not found.

Any users who are currently installing the skin via composer will need
to add "wfLoadSkin( 'Vector' )" to their LocalSettings.php.

Bug: T103800
Change-Id: Icd8acc34f52be9c3c0f564744d2eb2aae7f34398
2015-06-25 21:19:09 +00:00
Bartosz Dziewoński
51278f2d10 Don't output an empty h1 element (once more, with feeling)
Bug: T103077
Change-Id: I786fb10c5688d13b779e84b4d83efc6c0fd992d8
2015-06-25 11:55:24 +00:00
jenkins-bot
5787f88c8b Merge "Removing obsolete -moz-inline-block property" 2015-06-24 20:18:30 +00:00
Volker E
171fbc1512 Removing obsolete -moz-inline-block property
Bug: T103605
Change-Id: I97787abc8683f34db3f2063434578ecfdb019ecb
2015-06-24 21:16:53 +01:00
Translation updater bot
5e057a9516 Localisation updates from https://translatewiki.net.
Change-Id: I71a81e5570873b2ceaa639da353d31fde176d8fa
2015-06-24 21:41:18 +02:00
Kunal Mehta
a85145a5c8 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:15:27 -07:00
Translation updater bot
3e582850e7 Localisation updates from https://translatewiki.net.
Change-Id: I2892a764174900c430db5bb34bdc95751957b0d5
2015-06-21 19:29:54 +02:00
Translation updater bot
efa073d3c6 Localisation updates from https://translatewiki.net.
Change-Id: I45d18fbc4fdeb40e662d59beae683dee705efe5c
2015-06-18 20:25:27 +02:00
Vivek Ghaisas
73f8dcc8b5 Remove superfluous whitespace from HTML output
Fixing regression caused by
I38dcb7a5389cf6986dc1247b9291bfb1ad3fca7d.

Bug: T102861
Change-Id: Ib8502ae55880fe97992ae471790f08aba8cc5040
2015-06-18 01:52:48 +03:00
Translation updater bot
efbc866a11 Localisation updates from https://translatewiki.net.
Change-Id: I7347296f64b026517687bc60f8c279edf4c2a42d
2015-06-16 22:15:05 +02:00
Translation updater bot
b981f966b6 Localisation updates from https://translatewiki.net.
Change-Id: I20b5f0a528567bbf1fde11de8c1c339b920d4ed9
2015-06-15 22:25:04 +02:00
Translation updater bot
27e894c43e Localisation updates from https://translatewiki.net.
Change-Id: I3498a2ccdf984ea86a008ae9944cd266fd5b76c3
2015-06-14 20:46:45 +02:00
Translation updater bot
340c48a930 Localisation updates from https://translatewiki.net.
Change-Id: Iebd0ecfb0146f45c6ad619c8bb6dbd7f762f0ea1
2015-06-13 22:08:00 +02:00
Kunal Mehta
3502a6f8d9 Support 'rel' attributes in namespace navigation elements
Needed to support 338a6627aadbeab in MediaWiki core.

Bug: T65198
Change-Id: Iff9e22565c5ca667b35cd53e61347a02b06243c6
2015-06-12 19:21:29 -07:00
Translation updater bot
51f658bf00 Localisation updates from https://translatewiki.net.
Change-Id: If73184e94d842c7e05fb82ad97913ec52ad81b6f
2015-06-12 21:32:30 +02:00
Vivek Ghaisas
e0289b7d0c Run phplint and phpcs through "composer test" entry point
Also fixed files to match coding standards. (Checked against
tools/codesniffer v0.2.0)

Bug: T90943
Change-Id: I38dcb7a5389cf6986dc1247b9291bfb1ad3fca7d
2015-06-09 16:37:14 +03:00
jenkins-bot
9fba5ed3ee Merge "Trying to clean this up a bit" 2015-06-09 00:53:00 +00:00
Jack Phoenix
9bd09ce773 Trying to clean this up a bit
No functional changes are intended.

Change-Id: Icec2df9744d13a4bdea632cad00422e3105ef43b
2015-06-09 00:12:40 +03:00
Kunal Mehta
b7df704d1e Set manifest_version in skin.json
Bug: T100745
Change-Id: I0ed0f42d5cb40b26043b829c9b85a15a19ce53c0
2015-06-08 13:28:29 -07:00
Translation updater bot
17a5b6ce3e Localisation updates from https://translatewiki.net.
Change-Id: I87bef0a18e2f7ff1a66a441f1b8e8b0c0b46b9d9
2015-06-08 21:27:44 +02:00
Translation updater bot
06e75b43e0 Localisation updates from https://translatewiki.net.
Change-Id: I452915e3f17415d0cda12d9bb0682dd4273184d3
2015-06-07 21:49:19 +02:00
Translation updater bot
5166602b71 Localisation updates from https://translatewiki.net.
Change-Id: Ifbc678a131116077681337e5fd76f5355734c6a5
2015-06-06 21:30:09 +02:00
Translation updater bot
0e0234fd46 Localisation updates from https://translatewiki.net.
Change-Id: I5ceabfe502190f6a6b199b692c2d479738942091
2015-06-03 21:38:49 +02:00