Go to file
Bartosz Dziewoński a51f750f83 Handle VisualEditor when it skips the "tempWikitextEditor" stage
Depending on the user's internet connection, the code that sets up
mw.libs.ve.tempWikitextEditor may be completely skipped if the normal
editor code loads fast enough.

Refactor the code to handle all three cases using the same function.

Bug: T185279
Change-Id: I003b27f838d1986ed8d238089efd657b96e8ec91
2019-06-11 17:29:29 +02:00
.phan Add phan 2019-03-08 22:11:29 +01:00
i18n Localisation updates from https://translatewiki.net. 2019-06-02 22:30:03 +02:00
includes Remove Column 'Nested wikilinks in external links that need to be fixed' 2019-03-27 08:46:33 -07:00
modules Handle VisualEditor when it skips the "tempWikitextEditor" stage 2019-06-11 17:29:29 +02:00
sql Move sql file into own folder 2019-03-08 21:41:35 +01:00
tests/phpunit Mark RecordLintJobTest as Broken 2019-06-07 12:27:38 -04:00
.eslintrc.json build: Update eslint-config-wikimedia to 0.10.1 2019-02-10 16:06:13 +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 build: Updating mediawiki/mediawiki-codesniffer to 17.0.0 2018-03-28 18:27:27 +00: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-phan-config to 0.6.1 2019-06-10 04:39:46 +00:00
COPYING Initial commit 2016-10-17 16:02:53 -07:00
extension.json Add new Linter category wikilink-in-extlink 2019-02-19 10:53:43 -08:00
Gruntfile.js build: Upgrade eslint-config-wikimedia from 0.10.1 to 0.11.0 2019-04-03 16:06:08 -07:00
Linter.alias.php Translate special page to Czech 2019-04-05 07:44:28 +00:00
package-lock.json build: Updating npm dependencies for security issues 2019-06-07 17:52:45 +00:00
package.json build: Updating npm dependencies for security issues 2019-06-07 17:52:45 +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.