Go to file
Reedy 2276363a99 Cleanup SchemaHooks and SQL files
* Move MySQL files into subfolder
* Simplify onLoadExtensionSchemaUpdates hook by using variable for dbType
* Document what MW version patches were added

Bug: T353922
Change-Id: I4b87481163121047619d173675747feef4d8ede1
2023-12-22 02:13:52 +00:00
.phan
i18n Localisation updates from https://translatewiki.net. 2023-12-18 18:17:58 +01:00
includes Cleanup SchemaHooks and SQL files 2023-12-22 02:13:52 +00:00
maintenance Change linter maintenance scripts to use existing config varaibles 2023-02-14 09:43:54 -08:00
modules Handle VisualEditor when it skips the "tempWikitextEditor" stage 2019-06-11 17:29:29 +02:00
sql Cleanup SchemaHooks and SQL files 2023-12-22 02:13:52 +00:00
tests/phpunit Implement multiple namespace selection for Linter filters 2023-10-26 10:39:57 -07:00
.eslintrc.json build: Updating eslint-config-wikimedia to 0.19.0 2021-03-14 00:44:51 +00:00
.gitignore
.gitreview
.phpcs.xml build: Updating mediawiki/mediawiki-codesniffer to 40.0.1 2022-11-16 08:54:23 +00:00
CODE_OF_CONDUCT.md
composer.json build: Updating dependencies 2023-04-29 06:40:38 +00:00
COPYING
extension.json Remove ParserMigration association 2023-10-13 12:33:26 -04:00
Gruntfile.js build: Updating dependencies 2021-01-30 03:48:34 +00:00
Linter.alias.php Translate special page name (LintErrors) into Polish 2023-02-07 01:44:25 +00:00
package-lock.json build: Updating grunt-banana-checker to 0.11.0 2023-06-02 14:22:13 +00:00
package.json build: Updating grunt-banana-checker to 0.11.0 2023-06-02 14:22:13 +00:00
README

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.