Commit Graph

1468 Commits

Author SHA1 Message Date
Kunal Mehta df1689c717 build: Updating mediawiki/mediawiki-codesniffer to 0.11.0
Change-Id: I8ce8155621fbfc5cb3dcf5dafbfa89796d0c1f11
2017-08-10 23:57:43 -04:00
Umherirrender 2bbb86b868 Improve some parameter docs
Change-Id: If7d52d77935b7dd6cddd583b9a6215735fa8b91e
2017-08-09 22:56:19 +02:00
Translation updater bot ae02d25a2b Localisation updates from https://translatewiki.net.
Change-Id: Id1f4650ac3bd5141f2e8f4832a241cee1369ae7b
2017-08-09 22:32:34 +02:00
Translation updater bot 8689b219b9 Localisation updates from https://translatewiki.net.
Change-Id: Ic62fdd88ad167312d5eefc8cd2cfd0a0b5813b9a
2017-08-08 22:52:07 +02:00
Translation updater bot 1b50e5eddb Localisation updates from https://translatewiki.net.
Change-Id: Iaf55a5430f659616f4b5da3b951d2d8ea42a1810
2017-08-05 22:40:21 +02:00
Translation updater bot 1c0f32283a Localisation updates from https://translatewiki.net.
Change-Id: Id338aef24900ee238c8a6c6092d5023928c489bb
2017-08-01 22:50:26 +02:00
jenkins-bot 3858877a1d Merge "build: Updating mediawiki/mediawiki-codesniffer to 0.10.1" 2017-07-26 22:25:42 +00:00
Umherirrender 2f8cdd225c build: Updating mediawiki/mediawiki-codesniffer to 0.10.1
Change-Id: I99cebc85671b3e8670729cb725a6026f233b639b
2017-07-26 22:43:39 +02:00
Translation updater bot 8d54f7f444 Localisation updates from https://translatewiki.net.
Change-Id: I0734e37562ad0e99698b81c089b50ee70e4498d1
2017-07-26 22:39:48 +02:00
Translation updater bot a3db75ac7c Localisation updates from https://translatewiki.net.
Change-Id: Ic991065fd55e95ea061db5d08347e0a95b67d0c4
2017-07-24 23:03:19 +02:00
Translation updater bot 842ce893a2 Localisation updates from https://translatewiki.net.
Change-Id: I02eb91321df84755becb0aae2f496615d298021a
2017-07-20 22:49:24 +02:00
Translation updater bot 909541ac11 Localisation updates from https://translatewiki.net.
Change-Id: I5131ab46ad1b80abecb37fe18fd97e6a0fb84f8d
2017-07-19 22:40:45 +02:00
Translation updater bot 1bc3e328a8 Localisation updates from https://translatewiki.net.
Change-Id: Iae891782a219d94a5955a42b3f48cf60fdd11228
2017-07-18 22:52:24 +02:00
jenkins-bot bdc65a3f3a Merge "Remove redundant multiline option" 2017-07-18 19:23:38 +00:00
jenkins-bot f532f0cb77 Merge "Remove deprecated SnakFormatter::FORMAT_HTML_WIDGET constant" 2017-07-18 15:38:47 +00:00
Ed Sanders 24a024ee8e build: Upgrade grunt-eslint from 19.0.0 to 20.0.0, and other linters
Change-Id: I4a8b9ece024164053e69a2a8f6fbd6406737d373
2017-07-18 13:04:49 +01:00
Translation updater bot 2fdce87b92 Localisation updates from https://translatewiki.net.
Change-Id: I9b021d38b00756a9570422fcf0e0d7c2ef92fed9
2017-07-17 22:52:39 +02:00
Thiemo Mättig c5ffe1a34e Remove deprecated SnakFormatter::FORMAT_HTML_WIDGET constant
Change-Id: Ia9f867b64c590a0db30cb8d6b612164464f38b04
Depends-On: Icb446783a6c27090095e66492a75fcb3bb0f66c1
2017-07-16 19:16:22 +00:00
Translation updater bot bfc3516a15 Localisation updates from https://translatewiki.net.
Change-Id: I9e865020855e90f1bb7bd54fd9dc8b7457634038
2017-07-13 22:45:50 +02:00
Translation updater bot a8f364818f Localisation updates from https://translatewiki.net.
Change-Id: I2ff4f8bbcba8d18f9f8fc7130e355d48c947aaa6
2017-07-12 23:06:32 +02:00
Ed Sanders b923169efa Remove redundant multiline option
MWAceEditorWidget is now multiline by inheritance

Bug: T170275
Change-Id: I0efe1299ceb441c70d106e3b25514c0c0a7dfdce
2017-07-12 16:26:54 +01:00
jenkins-bot 368d2472d8 Merge "More strict regular expressions for CSS parsing" 2017-07-11 07:41:20 +00:00
Thiemo Mättig 1ac3ab619e More strict regular expressions for CSS parsing
Having greedy .* matchers in these regular expressions is quite scary,
and a possible source of hard to track errors. For example, a string
like "height:8px;left:3ex" will make these regular expressions succeed,
even if they shouldn't. The substring "8px;left;3" will be fetched, and
most probably turned into something unexpected like "8ex" for the
calculations below.

Change-Id: Ia6753a58802fb3f3c5df4d2b35a6d8e616835f20
2017-07-11 07:33:34 +00:00
Translation updater bot ee1f6318e2 Localisation updates from https://translatewiki.net.
Change-Id: Id76adb7788f80639f6093c4c3dda578d2a9e6297
2017-07-10 22:43:41 +02:00
jenkins-bot 82e7eb98f6 Merge "Fix and add missing documentation and fix minor code smell issues" 2017-07-10 13:03:19 +00:00
Thiemo Mättig 3e45f5fd77 Fix a few minor control flow issues as reported by PHPStorm
Change-Id: Iad4499e679d7c333b4be49c6e1ad772c6a14a931
2017-07-10 11:48:18 +02:00
Thiemo Mättig bdeec56d1f Fix and add missing documentation and fix minor code smell issues
Change-Id: Ifa2f8a47fbd0bdd20334f59dd06a21339b9a4292
2017-07-10 11:40:12 +02:00
Translation updater bot ed7fdd990c Localisation updates from https://translatewiki.net.
Change-Id: I0d3b6e969cb78a3de6e2bbf965d3048f7ab7ef96
2017-07-02 22:40:40 +02:00
Kunal Mehta d80553c831 build: Updating mediawiki/mediawiki-codesniffer to 0.10.0
Change-Id: Id7b5e85522ca8ccfc65cb3df0f487352fab0aa92
2017-07-01 01:33:20 -07:00
Translation updater bot 9f2b18ebcf Localisation updates from https://translatewiki.net.
Change-Id: I87212a558b750a886beed9c72e90c3199e0e3451
2017-06-30 23:27:14 +02:00
Translation updater bot f86d465d01 Localisation updates from https://translatewiki.net.
Change-Id: I35c94d209995035f42457c9348b467cb01954ba5
2017-06-25 23:06:09 +02:00
Translation updater bot b86e979903 Localisation updates from https://translatewiki.net.
Change-Id: I974e9a80358f82323930d72596fe091641281370
2017-06-24 22:44:26 +02:00
L10n-bot 8a358819b2 Merge "Localisation updates from https://translatewiki.net." 2017-06-23 20:39:10 +00:00
Translation updater bot e6cf6461ee Localisation updates from https://translatewiki.net.
Change-Id: I0ee4ce7148559e054fc8fa159544498a9e245c93
2017-06-23 22:38:52 +02:00
jenkins-bot 7787f3454d Merge "Add PNG and MathPlayer fallback for Wikidata user" 2017-06-23 20:38:08 +00:00
Kunal Mehta fbd17b4fef build: Updating mediawiki/mediawiki-codesniffer to 0.9.0
The following sniffs are failing and were disabled:
* MediaWiki.Commenting.FunctionComment.DuplicateReturn
* MediaWiki.Commenting.FunctionComment.MissingParamComment
* MediaWiki.Commenting.FunctionComment.MissingParamName
* MediaWiki.Commenting.FunctionComment.MissingParamTag
* MediaWiki.Commenting.FunctionComment.MissingReturn
* MediaWiki.Commenting.FunctionComment.ParamNameNoMatch
* MediaWiki.Commenting.FunctionComment.WrongStyle
* MediaWiki.FunctionComment.Missing.Protected
* MediaWiki.FunctionComment.Missing.Public
* MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment

Change-Id: I46c900a5652a6560d18be6cd67badc37ed7f8d97
2017-06-21 00:59:25 +00:00
jenkins-bot 08b6259bb4 Merge "Remove @codingStandardsIgnoreFile from alias file" 2017-06-19 07:00:49 +00:00
Translation updater bot 0eb543a938 Localisation updates from https://translatewiki.net.
Change-Id: If81b188bf3d97bd6eb499b132d57e119180fd082
2017-06-18 22:40:57 +02:00
Umherirrender 7d48c965b8 Remove @codingStandardsIgnoreFile from alias file
Change-Id: Ib3dec2c85c058e977ac2d7bf4c805b4f27567760
2017-06-18 00:03:49 +02:00
Translation updater bot bfbe45f8e7 Localisation updates from https://translatewiki.net.
Change-Id: I534723a53a89d1b1234f9390de97e33bb38f56eb
2017-06-12 22:38:03 +02:00
Translation updater bot e7b72838ee Localisation updates from https://translatewiki.net.
Change-Id: I35c178f8eb4c312872fef0dabfeff7c8a9730223
2017-06-11 22:29:01 +02:00
jenkins-bot 9d840da775 Merge "Add a few symbols to the math dialog menu" 2017-06-09 15:23:45 +00:00
Ed Sanders 407bfc4f3b Limit overflow-x rule to block elements
The overflow-x rule has no effect on inline elements
anyway, as documented in T134281, and it confuses
logic in VE for computing highlights.

Bug: T167438
Change-Id: Ifb9e503386c2e0bb101265310767ca9d00ad0c44
2017-06-08 17:26:32 +01:00
Ed Sanders 742afcdb8b Specify iconWhenInvisible for math/chem nodes
Bug: T166526
Change-Id: I42703d15fa7e491d85d01899c706dbca4e5816b6
2017-06-07 22:41:16 +01:00
Amir Sarabadani f4c9284cbc Add CODE_OF_CONDUCT.md
Bug: T165540
Change-Id: Ie9e4ed879e686b4b2e50be19b1f490edde08e723
2017-06-07 14:32:26 +04:30
Thalia 5d222caaa8 Add a few symbols to the math dialog menu
Change-Id: Id9fdbde64957af149784bb16ac225e3896bb9b8d
2017-06-05 19:00:54 +01:00
Translation updater bot 69d3915fab Localisation updates from https://translatewiki.net.
Change-Id: I2a262d464c8309ebaa89eab9e1443fa8dd54724f
2017-06-04 23:23:13 +02:00
Translation updater bot 44cb4c0421 Localisation updates from https://translatewiki.net.
Change-Id: I5cbfb3ce42a37d67dd848edd62b046ddefe1ee7b
2017-06-03 22:39:16 +02:00
jenkins-bot 8d7d411090 Merge "Remove math script from Wikibase client styles queue" 2017-05-30 22:20:04 +00:00
jenkins-bot df4cf5ec1d Merge "Purge formulae on action=purge" 2017-05-30 20:55:55 +00:00