Commit graph

704 commits

Author SHA1 Message Date
Kunal Mehta b9cf93fbcb build: Updating mediawiki/mediawiki-codesniffer to 0.9.0
Change-Id: I5b967bb44ead65798548e739c09a34a6769e453f
2017-06-20 00:08:53 -07:00
Amir Sarabadani 4d1f4cf81d Add CODE_OF_CONDUCT.md
Bug: T165540
Change-Id: Ic4c40ed4fd9418b4172a9464eaed38d0005347d8
2017-06-07 13:58:31 +04:30
Translation updater bot 57abb9894e Localisation updates from https://translatewiki.net.
Change-Id: Ieede820f7cadd9721065fee4b476f7a94fb14b66
2017-06-06 22:32:23 +02:00
Translation updater bot 3ffdc3d1f9 Localisation updates from https://translatewiki.net.
Change-Id: Ic47e25b90d4e0d143d5b62dce4a6701cf0e9db62
2017-06-05 23:01:54 +02:00
Translation updater bot 1965ad07fb Localisation updates from https://translatewiki.net.
Change-Id: I933df239ae45d06ef48132538c45291901b15f4f
2017-06-03 22:35:55 +02:00
Translation updater bot 54f584579f Localisation updates from https://translatewiki.net.
Change-Id: Ib1f29952702e726496af416f91f90abeb283c75c
2017-05-20 22:36:59 +02:00
Nemo bis d1912aeae3 Revert "Localisation updates from https://translatewiki.net."
Mistaken addition of English strings as Hindi messages.
https://translatewiki.net/wiki/Thread:User_talk:Sfic/Import_of_English_strings_to_Hindi

This reverts commit 5bb3e995cd.

Change-Id: I27ca66bacdf7c02254a723d0f8e323d871dcbdda
2017-05-19 09:04:47 +00:00
Translation updater bot 5bb3e995cd Localisation updates from https://translatewiki.net.
Change-Id: I3c51eb6126b51baed8331eb8110929eb8f93a167
2017-05-18 22:42:02 +02:00
Umherirrender ac2641cddd Add phpcs and make pass
Change-Id: Ia62022c4a57719bdafb618047490a005e6c373ce
2017-05-17 19:20:32 +00:00
Antoine Musso 6485ec6491 build: add jakub-onderka/php-console-highlighter
Highlight PHP code when parallel-lint fails

Change-Id: Ie7582baa805457a0445a119bfd5fb859f693e51f
2017-05-05 21:40:01 +02:00
Umherirrender 46158f287d Add php-parallel-lint
php-lint will test for valid php files

Change-Id: I6ed8d0dd87ed383cc49beb3397521a28abfe1217
2017-05-04 20:09:43 +02:00
Antoine Musso c6e0dd166b build: add grunt-contrib-jshint
See T119973

Change-Id: If6ac925b21703585625bb2556c5712bf6d9e016c
2017-04-21 18:24:02 +02:00
Translation updater bot ee69de00d4 Localisation updates from https://translatewiki.net.
Change-Id: Ib0b2154263db2dd71fb1081a8470a050875bdb14
2017-02-26 22:36:32 +01:00
Translation updater bot b49b17c8d7 Localisation updates from https://translatewiki.net.
Change-Id: Ifc0b46780a74f88818b1d953bed35f1b2d3ec476
2017-02-13 22:59:44 +01:00
Translation updater bot b023867ba8 Localisation updates from https://translatewiki.net.
Change-Id: Icbc5a0cb6202f1318f7e637486da1207c29f2ac0
2016-11-25 22:50:53 +01:00
Chad Horohoe 5bd7dfcc6f Whoops, track not trace
Change-Id: I9d968a89a9cb64dc9fec0958aa218d189f6542ef
2016-10-24 17:02:44 -07:00
Chad Horohoe aaa194731e Swapping defaultbranch for trace
The former is a maintenance nightmare when branching.

Bug:T146293
Change-Id: I5bed7e31dbde6383cf85e448740761d7a26b00a7
2016-10-24 16:37:41 -07:00
Kunal Mehta 95ab6978be Don't use NS_IMAGE
Change-Id: Ie47300631ce074597ef2ce5cc370fb407f9f440f
2016-09-27 20:31:48 -07:00
Translation updater bot aef77622ee Localisation updates from https://translatewiki.net.
Change-Id: I03593006e1ec26b782294a0a953213de0a746fd0
2016-08-28 22:37:47 +02:00
Kghbln 65fb633a98 Tweaking license information
* Add license label to extension.json
* Make composer.json consistent with COPYING
  GPL-2.0+ is fine (see T130531)

Bug: T123943
Bug: T130531
Change-Id: I6e4d718a413a938a247ede847367769eefa6156a
2016-04-12 18:53:20 +00:00
Timo Tijhof d61d75b184 Add version hash to ImageMap desc image
Improves cache performance.

Bug: T102578
Change-Id: If11168fa90096154c8b889ee218579ac2c75233b
2016-03-03 18:12:30 +00:00
Timo Tijhof 17bc7c71fa Minor code clean up
Follows-up 92dcd85c9.

* Consistent ordering of 'static' and 'public'.
* Avoid mixed use of '#' and '//' for inline comments.
* Remove redundant isset() around loop over array that always exists.
* Improve documentation of return types.

Change-Id: I40cbdd3e68b9d176f680d6c114f96372cceba414
2016-03-03 17:51:11 +00:00
Ori Livneh 6e14d5999d Compress PNGs with zopflipng
Zopfli is the most efficient DEFLATE compression algorithm, trading run-time
performance for file sizes that are typically 3-8% smaller than those produced
by zlib with the maximum compression setting. Its output is Deflate-compatible,
so no specialized decoder is needed.

This change was created by running zopflipng against all the PNG files in this
repository. The exact invocation was:

  git ls-files --exclude-per-directory=.gitignore -- '*.png' \|
    parallel zopflipng -m -y {} {} \;

Files which zopflipng was not able to compress more efficiently were left unmodified.

Bug: T127608
Change-Id: Ifedb1f82a7b336d1da7d5e51b3afe7d9f3d2d52d
2016-02-21 00:17:58 +00:00
Kunal Mehta 0a575335c7 build: Updating development dependencies
* grunt-jsonlint: 1.0.4 → 1.0.7

Change-Id: Ib4aa66c267ab6317b5b3b162b0059761f883e048
2015-12-29 11:32:31 -08:00
Translation updater bot 6a29d74421 Localisation updates from https://translatewiki.net.
Change-Id: Ifda9bef510c8185dc26db065caab1b1acc585118
2015-12-13 22:19:02 +01:00
Reedy b54a588f08 $title is not always defined.
Bug: T68361
Change-Id: I43682f7abc4229504ccb8c7c33527efc65508ff8
2015-12-10 22:51:18 +00:00
Translation updater bot 20e66416aa Localisation updates from https://translatewiki.net.
Change-Id: I8397fd4810a376602375797096eb9b5e6fa56eec
2015-11-19 21:37:22 +01:00
Translation updater bot c2f9f164b7 Localisation updates from https://translatewiki.net.
Change-Id: Ie9671277138184afcbc49dc2dd953b46032fa705
2015-11-14 22:16:55 +01:00
Translation updater bot 77be44b1bf Localisation updates from https://translatewiki.net.
Change-Id: I9cb0ce820adc40da92aaffa6aa48776501b231f9
2015-10-19 22:16:44 +02:00
Translation updater bot f19ae89565 Localisation updates from https://translatewiki.net.
Change-Id: I666e61b9eb698a482bf54d0f9f293d47b058a3f3
2015-10-15 21:31:55 +02:00
jenkins-bot 5758aeef5c Merge "Update indentation to use tabs" 2015-10-12 09:06:00 +00:00
Siebrand Mazeland 21f9268e50 Update indentation to use tabs
Change-Id: Icd1783655040a3445f8bfbde1caec541ea7337b6
2015-10-12 10:12:04 +02:00
Kunal Mehta ae29e1f12c build: Updating development dependencies
* grunt-banana-checker: 0.2.2 → 0.4.0

Change-Id: I7e18e829080e67d6fcc38d0d8ab7acfe557cb91d
2015-10-11 11:47:04 -04:00
Translation updater bot 9229fcae47 Localisation updates from https://translatewiki.net.
Change-Id: Ide27eea4da4870abd9ead3f9834534e2d2d2df29
2015-10-04 22:18:31 +02:00
Translation updater bot d4646be522 Localisation updates from https://translatewiki.net.
Change-Id: Ia3f1403b78b730818bcc525d368c3de7d26aad3f
2015-09-20 22:06:40 +02:00
Translation updater bot 77a1eb850e Localisation updates from https://translatewiki.net.
Change-Id: I061677abf37d3737a3168947bfcc7beac0ac3ac9
2015-09-14 22:05:18 +02:00
Translation updater bot 21ba283ab2 Localisation updates from https://translatewiki.net.
Change-Id: I6e4d7c8a4eb70e60b4a3e5c84fd4283614a02ad5
2015-08-11 22:08:30 +02:00
Translation updater bot 25c5431b76 Localisation updates from https://translatewiki.net.
Change-Id: Ibf37de3f4c221fad88a9638ed025a72d6b8c3560
2015-08-10 21:58:56 +02:00
Translation updater bot 3be77960ba Localisation updates from https://translatewiki.net.
Change-Id: I349af9abb231043172a44d636e8678da6b21b0cc
2015-08-09 20:47:16 +02:00
Translation updater bot a30a0968f4 Localisation updates from https://translatewiki.net.
Change-Id: I6312e6b9180c0ceafddda45ae59b842096df0976
2015-07-15 21:40:56 +02:00
Kunal Mehta 743b4c4b57 build: Configure banana-checker and jsonlint
Change-Id: I1cbf23eb3aea2404e664071bef5ede7467869b2a
2015-06-17 12:10:43 -07:00
Translation updater bot 01d3623574 Localisation updates from https://translatewiki.net.
Change-Id: Ia121a8cc4bcfe03bf1e43b77e2dcb843ff1b90cd
2015-06-09 22:46:48 +02:00
Translation updater bot 7a5ec86948 Localisation updates from https://translatewiki.net.
Change-Id: If8c983987d4f314dc3ea7c22c2ffa796597a10b2
2015-06-05 21:05:02 +02:00
Translation updater bot bbceaab573 Localisation updates from https://translatewiki.net.
Change-Id: Ibb555000ac9072d7152e5dce39f305a5ef93cacc
2015-05-30 23:07:56 +02:00
Kunal Mehta 46e72df2c8 Set manifest_version in extension.json
Bug: T100745
Change-Id: Ib55d34a8e7a907a802dbf784470644008444b5bc
2015-05-28 20:40:06 -07:00
Translation updater bot 7e8f554d68 Localisation updates from https://translatewiki.net.
Change-Id: I5641a4f4f62b76ba6d2626fe4300542c3396c7a4
2015-05-24 00:08:05 +02:00
Kunal Mehta df4b7a8fac Add extension.json, empty PHP entry point
Depends upon I9a736a4c0ff73 in MediaWiki core

Bug: T87929
Change-Id: I0ec2d98321b319b4e9e6222b867cc9958dbfe0cf
2015-05-02 23:35:33 -07:00
Kunal Mehta 56470cd3c5 Fix $wgExtensionCredits index
Change-Id: Ie05be8326820d8f3907be29e355642342555d7a5
2015-05-02 23:33:39 -07:00
Kunal Mehta d3a7ce657a Remove i18n shim
Change-Id: I311ba7bfd23810b821ad29e5c41bb3de4df83f6c
2015-05-02 23:33:27 -07:00
Kunal Mehta 4165dd5ae7 Move ParserFirstCallInit hook into static function
Change-Id: Iddaa86a53ad5977e61a0493d48173a8fdd7d3cfd
2015-05-02 23:29:25 -07:00