Commit graph

7 commits

Author SHA1 Message Date
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