Commit graph

11 commits

Author SHA1 Message Date
libraryupgrader 61855b607a build: Updating mediawiki/mediawiki-codesniffer to 0.12.0
Change-Id: Ia2cd81af769b08129baad4193a478343d9f9b2a3
2017-09-01 04:56:33 +00:00
Kunal Mehta 2e53537bc4 build: Updating jakub-onderka/php-parallel-lint to 0.9.2
Change-Id: I176fa1c3a1dc07ee8f41ca8c9efdcbf71055b0b1
2017-08-12 23:37:28 -04:00
Kunal Mehta 0fa76c8adc build: Updating mediawiki/mediawiki-codesniffer to 0.11.0
Change-Id: I3ab19cdd1e7f43404af62985f38c0a78ac997efd
2017-08-11 00:27:19 -04:00
Kunal Mehta fb8f8cd256 build: Updating mediawiki/mediawiki-codesniffer to 0.10.1
Change-Id: I8b9a4471eef64bc343d394c70123a0724bd60095
2017-07-23 00:36:39 -07:00
Kunal Mehta 37267aba11 build: Updating mediawiki/mediawiki-codesniffer to 0.10.0
Change-Id: I1e2b92697a8ab82c5c196dfb499917163de58c3e
2017-07-01 01:41:54 -07:00
Umherirrender 15369ee73b Use tabs to indent xml
Also exclude node_modules from build process, use correct notation for
utf-8

Change-Id: I6808eaf1bc2a2f551ae29552a37750bd533620e7
2017-06-22 22:52:07 +02:00
Kunal Mehta 9895763673 build: Updating mediawiki/mediawiki-codesniffer to 0.9.0
The following sniffs are failing and were disabled:
* MediaWiki.FunctionComment.Missing.Public

Change-Id: I46aa05cd51d5195b5ebf00e45d83d0d3e7bbc5f4
2017-06-20 09:07:47 +00:00
Antoine Musso 0ec23e53ee build: add jakub-onderka/php-console-highlighter
Highlight PHP code when parallel-lint fails

Change-Id: Ie7582baa805457a0445a119bfd5fb859f693e51f
2017-05-05 21:40:02 +02:00
Brian Wolff 39d8d9229a Make files not executable
I know it doesn't matter, but it was kind of bothering me.

Change-Id: Iae9f8b17a3fb5ced362dc2da95e67e20db8af5a5
2016-06-02 13:48:09 +00:00
addshore ee80c0450e composer.json mediawiki/mediawiki-codesniffer to 0.7.1
Change-Id: I23c9b72ba0e1d9991910356fb61e6fa65a43805a
2016-05-09 09:20:53 +01:00
Jakob Warkotsch 23b5b2f112 Initial commit.
This turns the prototype code of the Revision Slider into a MediaWiki
extension.
With this extension enabled the slider should appear on diff pages
already but it won't actually show diffs when adjusting the slider
pointers.

Things that changed so far in the prototype JS code:
- pulled out the rainbow function and made it use Math.floor instead of
 the ~~ binary operator
- pulled out the API request that fetches the revisions into its own
 module
- cleaned up and documented some parts of the code

The code is still very much WIP and JSCS still has a couple of
complaints.

Bug: T132576
Change-Id: I2e22365f3b93a76d5b8d3997242b5fed996c6d78
2016-04-19 16:35:37 +02:00