Go to file
Ammarpad daa6275a20 SpecialLintErrors: Make code more resilient to bad input
Use WebRequest::getText, which discards array values since
the `pagename` param requires string value.

Bug: T301360
Change-Id: Ifc23a7020e410603ac86b71d7aee2d28f06b9ab2
2022-02-15 18:49:40 -05:00
.phan Add phan 2019-03-08 22:11:29 +01:00
i18n Localisation updates from https://translatewiki.net. 2022-02-08 08:28:44 +01:00
includes SpecialLintErrors: Make code more resilient to bad input 2022-02-15 18:49:40 -05:00
modules Handle VisualEditor when it skips the "tempWikitextEditor" stage 2019-06-11 17:29:29 +02:00
sql First phase of T175177 database alter table adds two fields 2022-02-03 14:57:17 -08:00
tests/phpunit Drop 'inline-media-caption' lint requests 2022-01-17 12:55:51 -06:00
.eslintrc.json build: Updating eslint-config-wikimedia to 0.19.0 2021-03-14 00:44:51 +00:00
.gitignore build: Upgrade eslint-config-wikimedia from 0.10.1 to 0.11.0 2019-04-03 16:06:08 -07:00
.gitreview Whoops, track not trace 2016-10-24 17:02:51 -07:00
.phpcs.xml Fix bunch of PHPCS errors 2021-04-17 13:42:01 +02:00
CODE_OF_CONDUCT.md build: Updating mediawiki/phan-taint-check-plugin to 1.3.0 2018-08-17 07:39:01 +00:00
composer.json build: Updating mediawiki/mediawiki-codesniffer to 38.0.0 2021-10-24 07:07:54 +00:00
COPYING Initial commit 2016-10-17 16:02:53 -07:00
extension.json Disable "inline-media-caption" category 2022-01-16 12:25:28 -05:00
Gruntfile.js build: Updating dependencies 2021-01-30 03:48:34 +00:00
Linter.alias.php Add Norwegian special page name translations 2021-03-16 09:53:03 +01:00
package-lock.json build: Updating ansi-regex to 5.0.1 2021-10-05 02:02:51 +00:00
package.json build: Updating npm dependencies 2021-05-11 06:27:13 +00:00
README Initial commit 2016-10-17 16:02:53 -07:00

Extension to help lint wiki pages. Currently designed to take advantage
of Parsoid's linter, could also be extended to linting JS or CSS in the
future.