Commit Graph

194 Commits

Author SHA1 Message Date
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
Translation updater bot c099929796 Localisation updates from https://translatewiki.net.
Change-Id: Ifc2d6d3cd183b0b4fe24b7c0579d297440e06016
2015-06-02 21:21:27 +02:00
Translation updater bot 57a18b1979 Localisation updates from https://translatewiki.net.
Change-Id: Ida8ee42636f3162c024a8ed5c185acc1f7d9e7f8
2015-05-30 22:38:15 +02:00
Translation updater bot d10fa6c55d Localisation updates from https://translatewiki.net.
Change-Id: I42d1ceb022893fd10467834a9346a6445fc9841f
2015-05-28 22:29:13 +02:00
Translation updater bot 22bde27b08 Localisation updates from https://translatewiki.net.
Change-Id: I9a0c11b3c9c2227a7bf2025990c506b4b273f11b
2015-05-27 21:47:56 +02:00
jenkins-bot 49f9f587c3 Merge "jquery.ui.button.css: Remove '-ms-linear-gradient'" 2015-05-27 15:27:43 +00:00
Smriti.Singh b7a1d83ec5 jquery.ui.button.css: Remove '-ms-linear-gradient'
No stable versions of IE have an '-ms-linear-gradient'. Any lines using
the same have been removed.

Bug: T100285
Change-Id: Idb835809e297513c46cab26ee4f1caa5f9fa6a60
2015-05-27 13:59:53 +03:00
Translation updater bot aa16a0aacf Localisation updates from https://translatewiki.net.
Change-Id: I029cf99616cc4c4fdc4977b4b22a690f3f2df1d4
2015-05-26 21:57:48 +02:00
Translation updater bot 4388fa3eda Localisation updates from https://translatewiki.net.
Change-Id: I03dc8eee1f050d25e3c35996a00e3c8345b281e7
2015-05-25 22:03:33 +02:00
Translation updater bot 50f3f119cd Localisation updates from https://translatewiki.net.
Change-Id: I764ceb1e0638ce8e8615f1a58414f813af8fa060
2015-05-24 22:29:57 +02:00
Translation updater bot 44664f8556 Localisation updates from https://translatewiki.net.
Change-Id: Ia2b34c16439342a838b399f41e4e4ef56b441ccb
2015-05-23 23:24:42 +02:00
Erwin Dokter 35ca341ed4 Minor header fixes for Typography Refresh
This fixes top-margin for H1 inside .mw-body-content, and increase
font-size for H3 from 1.17em to 1.2em (bumping to 17px default).

Final patch for this bug.

Bug: T66653
Change-Id: I1e75bc4fc3e04ca6c9238d4ce116136e9bafacd1
2015-05-23 12:07:14 +00:00
Translation updater bot a7d7cd46ec Localisation updates from https://translatewiki.net.
Change-Id: Idd3326f0d0d63592567c66f39ed20e7e39b3f5e2
2015-05-23 00:29:09 +02:00
Translation updater bot e0b1a96570 Localisation updates from https://translatewiki.net.
Change-Id: I858ded7b7e52f8c789bb1f0093fd7dea188a467a
2015-05-21 22:25:14 +02:00
Translation updater bot bdb654285e Localisation updates from https://translatewiki.net.
Change-Id: I191d95bfdca2ed002911a809f7e350d12f30b07f
2015-05-19 21:56:37 +02:00
Translation updater bot 17dd072f3b Localisation updates from https://translatewiki.net.
Change-Id: I0402571b86105f51481dc8a73829b515eede496f
2015-05-17 21:38:53 +02:00
Translation updater bot 7df2a64be2 Localisation updates from https://translatewiki.net.
Change-Id: Ie27da5f80c55584db7d90df8e844db68f64fed3e
2015-05-16 21:33:40 +02:00
Translation updater bot 6d8f77b4cf Localisation updates from https://translatewiki.net.
Change-Id: I8ee3b919e1c8bf5c704818d973ffaa305a97e9ac
2015-05-15 21:11:01 +02:00
Translation updater bot a476cc57bb Localisation updates from https://translatewiki.net.
Change-Id: I49563ec6ad34dca17484c58b1878851fa1aa8f65
2015-05-13 22:15:53 +02:00
jenkins-bot cf77539551 Merge "Don't output an empty h1 element" 2015-05-12 12:37:43 +00:00