Commit graph

1154 commits

Author SHA1 Message Date
Kunal Mehta 9f94cebdaa Move classes to includes/
Change-Id: Iefaa21bf911fa7dcf11aedd38648bed945b905f9
2018-02-24 14:06:58 -08:00
James D. Forrester 069f700862 build: Bump devDependencies to latest
grunt                 1.0.1  →  1.0.2
 grunt-banana-checker  0.4.0  →  0.6.0
 grunt-jsonlint        1.0.7  →  1.1.0

Change-Id: Ic577f18e1d4eb11084c08bc23a8ccf87a8b4919e
2018-02-23 18:18:21 -08:00
Translation updater bot 093c0420ea Localisation updates from https://translatewiki.net.
Change-Id: I319bc25569355a48f77293ec3430d011f7ac33b5
2018-02-20 22:29:03 +01:00
Translation updater bot f13f9324ba Localisation updates from https://translatewiki.net.
Change-Id: Ib4386be3c189bc7f7a952c6ecbf427e20ab33152
2018-02-18 22:41:00 +01:00
libraryupgrader ffe93dde4e build: Updating mediawiki/minus-x to 0.3.1
Change-Id: Icf433f173713c79cdca1d0592a4675ae61d6fa62
2018-02-18 06:29:17 +00:00
Kunal Mehta be4f4b1858 Add @covers tag
Change-Id: Ib12892b36b2d1254cfcc861a3a84d859d5834a3f
2018-02-16 20:57:24 -08:00
jenkins-bot 877b335ead Merge "Set phan-taint-check-plugin version in composer.json" 2018-02-16 22:02:53 +00:00
Kunal Mehta ccc1f8b4cb Set phan-taint-check-plugin version in composer.json
We cannot set this in the normal "require-dev" because the plugin
depends on exactly PHP 7.0, preventing running tests on any other PHP
version.

Instead, CI will read the version number out of the "extra" field to
figure out what version to install.

Bug: T187497
Change-Id: I4a2bfd99418e5045d93ac3f3cc3cc1dbbb5b06f6
2018-02-16 13:43:55 -08:00
Translation updater bot 26f7939767 Localisation updates from https://translatewiki.net.
Change-Id: I6c28b55ffd219ffc8cce6e2f747a7c5fd8908dc0
2018-02-16 22:29:24 +01:00
libraryupgrader efe3918159 build: Updating mediawiki/mediawiki-codesniffer to 16.0.0
The following sniffs are failing and were disabled:
* MediaWiki.Commenting.MissingCovers.MissingCovers

Change-Id: I32f44b2d8ce2cca80155ecd66867c0cc7312148b
2018-02-15 13:32:36 +00:00
Translation updater bot 5a6c74c363 Localisation updates from https://translatewiki.net.
Change-Id: Ib27d3992f4016eaa493e984c749685d3fc9ddbdd
2018-02-11 10:42:19 +01:00
Translation updater bot ed2617cfbf Localisation updates from https://translatewiki.net.
Change-Id: Ib5ff5d4b2415e525dbc470d2d4b9a8e2d1f2fb38
2018-02-09 09:41:14 +01:00
jenkins-bot 0981af597c Merge "Enable non-ascii letters in expression error" 2018-02-08 00:20:59 +00:00
Rammanoj cd96263d02 Enable non-ascii letters in expression error
Enabled printing of non-ASCII characters such as ģ, Ä etc in punctuation error message
which is caused due to the usage of punctuations in #expr.

Bug: T74913
Change-Id: I95ddf521869b10622f9871f293d865e0f7646a42
2018-02-07 23:22:03 +00:00
Translation updater bot 8c41295817 Localisation updates from https://translatewiki.net.
Change-Id: I27e9bff17cca545b950ba2f697d74543c8a71ea4
2018-02-05 22:36:57 +01:00
Translation updater bot ef50c86a3b Localisation updates from https://translatewiki.net.
Change-Id: If5531aa5c5cafa936d979f13b3e2887491ca1e11
2018-02-04 22:43:58 +01:00
Translation updater bot ba4bcab3a2 Localisation updates from https://translatewiki.net.
Change-Id: Idea54090740b384f67fa5e5ddc60b17cb0f6fb76
2018-02-01 22:30:21 +01:00
Jayprakash12345 94c964d627 Use SPDX 3.0 license identifier
Bug: T183858
Change-Id: I66300c8ff31b5281f47f4a11552e25b2768a65f8
2018-01-29 06:05:21 +00:00
Translation updater bot 6ca29d9424 Localisation updates from https://translatewiki.net.
Change-Id: I82fe6a722461e45be6c1204446d7e29545280f01
2018-01-24 22:20:57 +01:00
Translation updater bot a633c11c4a Localisation updates from https://translatewiki.net.
Change-Id: Ic5a84150427bf8f4e6b1f4e82802e8a220ae29c8
2018-01-15 22:25:23 +01:00
Translation updater bot 91cfe82cd2 Localisation updates from https://translatewiki.net.
Change-Id: I3be1bd53666e021f02ccb18250b3e000b99b69de
2018-01-07 22:47:27 +01:00
Translation updater bot c77e434f65 Localisation updates from https://translatewiki.net.
Change-Id: I683d061d7f5d2239e20489325bc08e764a5bbe25
2018-01-06 09:14:23 +01:00
Translation updater bot 5d8c9b2b1a Localisation updates from https://translatewiki.net.
Change-Id: Id905f29a8ef3a970836e8eb8e68ecd710c7e61cf
2018-01-05 09:22:54 +01:00
Translation updater bot 5287ce2ffa Localisation updates from https://translatewiki.net.
Change-Id: I6070c072381e5d3314b597e2dfd5cbcafa6d8a37
2017-12-31 09:46:52 +01:00
libraryupgrader 5e145bcf11 build: Updating mediawiki/mediawiki-codesniffer to 15.0.0
The following sniffs are failing and were disabled:
* Generic.Files.OneObjectStructurePerFile.MultipleFound
* Squiz.Scope.MethodScope.Missing

The following sniffs now pass and were enabled:
* MediaWiki.Files.OneClassPerFile.MultipleFound

Change-Id: I446fe746be0f07b26b9eb4d54584aaba48cfefd7
2017-12-30 02:04:28 +00:00
Translation updater bot 0f16367502 Localisation updates from https://translatewiki.net.
Change-Id: I35213edf637267c4035663932462a5850c22b05c
2017-12-28 09:59:56 +01:00
Translation updater bot 95a5574376 Localisation updates from https://translatewiki.net.
Change-Id: Idfd86c2a2fecd9e83874fa5cd56db6962eec82f3
2017-12-18 23:06:55 +01:00
Translation updater bot bd128ae6e7 Localisation updates from https://translatewiki.net.
Change-Id: I57cf232538e2574fa1f311cfc47ea4eb832c5754
2017-12-17 22:26:10 +01:00
Translation updater bot 20183ece88 Localisation updates from https://translatewiki.net.
Change-Id: I57057d5b8fa94ac621b3c47a834e8294b1a20aaf
2017-12-12 22:52:54 +01:00
libraryupgrader 0d6186944b build: Updating mediawiki/minus-x to 0.2.1
Change-Id: I3a18659a9191bbbd8b2b7ea1ab9b2c6fc30af6c3
2017-12-11 01:39:09 +00:00
Translation updater bot 41bac2a416 Localisation updates from https://translatewiki.net.
Change-Id: Ie7e718bc70171dcafb0aa57276827ea3cf737b94
2017-12-07 23:07:48 +01:00
Translation updater bot 8719956544 Localisation updates from https://translatewiki.net.
Change-Id: If06f0b51c01fa9f8a5421f0b20d4b4053961239b
2017-12-05 09:41:23 +01:00
Translation updater bot 66df215952 Localisation updates from https://translatewiki.net.
Change-Id: If753f23e6255b5ac0d2ad9dc12a3f51304e8b033
2017-11-30 23:51:26 +01:00
Translation updater bot a89e386ecb Localisation updates from https://translatewiki.net.
Change-Id: I66be4179e9c1848ed9cdc83035b6c432f4683225
2017-11-29 22:46:30 +01:00
Translation updater bot ae223b0e6e Localisation updates from https://translatewiki.net.
Change-Id: Ib0d70a2f23aba5f0c294a7d6df7cf21a643ad612
2017-11-28 22:39:52 +01:00
Translation updater bot 500132941d Localisation updates from https://translatewiki.net.
Change-Id: Iab45b01ab96406e81498994f41e69dbb010d34dd
2017-11-24 23:17:10 +01:00
Translation updater bot 7fd34f813a Localisation updates from https://translatewiki.net.
Change-Id: Iad4f7894e7dad85e8734bb6b1bbfb34b4dfb0a9c
2017-11-10 22:46:19 +01:00
Umherirrender 86e3c6008e build: Always exclude vendor
Change-Id: I54e5c02aac5595b9be346b54f58b8a51455a4635
2017-11-08 17:15:51 +01:00
jenkins-bot 93ef1b950b Merge "build: Adding MinusX" 2017-11-04 01:49:30 +00:00
Kunal Mehta 63c1db4968 build: Adding MinusX
Change-Id: Ib483b4586845d789575b019a7ee98fa3fe7918e0
2017-11-03 18:30:02 -07:00
Translation updater bot 1eb9187d21 Localisation updates from https://translatewiki.net.
Change-Id: Iadd0bac0bb15b15e923d85203855d3412c575ba0
2017-11-03 22:39:10 +01:00
Translation updater bot a54172a45b Localisation updates from https://translatewiki.net.
Change-Id: I7ee17f65189d981ac40a293a8d9091197adab122
2017-10-31 22:36:33 +01:00
Translation updater bot b565629ba5 Localisation updates from https://translatewiki.net.
Change-Id: I7b27935ab195a435ea08237a6ec9286029ad6e62
2017-10-30 22:43:56 +01:00
Translation updater bot 11e43bb263 Localisation updates from https://translatewiki.net.
Change-Id: Ia0de5bb0bb9d19227a596f795f203bd737fe9d08
2017-10-28 22:54:18 +02:00
Translation updater bot 69b814b402 Localisation updates from https://translatewiki.net.
Change-Id: I1ff5f514be8dcbc47450dd7dd43460d3aa7907df
2017-10-22 22:44:06 +02:00
libraryupgrader c7d3a141da build: Updating mediawiki/mediawiki-codesniffer to 14.1.0
And moved phpcs.xml to .phpcs.xml (T177256).

Change-Id: I93b32d760f7fee51d60fffe4a4103da8b2bab3ff
2017-10-21 04:28:21 +00:00
Translation updater bot 768b073f3a Localisation updates from https://translatewiki.net.
Change-Id: Ibd8ddc1557079c7c9894a0d6289c53d53f8c601a
2017-10-20 22:44:35 +02:00
jenkins-bot d7098c065e Merge "Improve some parameter docs" 2017-10-18 21:04:05 +00:00
Translation updater bot 54c13a0698 Localisation updates from https://translatewiki.net.
Change-Id: Ib03ad40db6acf5f34044fda9b2ccbaf98de0eed6
2017-10-18 22:41:10 +02:00
Umherirrender e967b74c9c Improve some parameter docs
Change-Id: I6311190ddfeca9e1ed59ae966d6823043bf45d84
2017-10-14 15:46:55 +02:00