mediawiki-extensions-Visual.../includes
Bartosz Dziewoński faa0bfb0f7 VisualEditorDataModule: Remove 'minoredit' and 'watchthis' messages
These messages are used for the checkboxes when saving the page.
But we don't actually use the data from this module; we get them
from the 'action=visualeditor' API in the 'checkboxesMessages'
property. This is necessary because MediaWiki extensions can add
extra checkboxes (e.g. FlaggedRevs), so a static list won't do.
These are unused since 393807462e
(2013) and it is confusing to keep them here.

Change-Id: Ia4ed2142292c3a22623f498c7f43ce590f167709
2018-03-16 01:33:28 +01:00
..
ApiVisualEditor.php ApiVisualEditor: Replace use of ApiBase::dieUsage() with ::dieWithError() 2018-03-14 10:21:03 +01:00
ApiVisualEditorEdit.php Use action=compare for wikitext diffs 2018-03-10 22:32:02 +00:00
SpecialCollabPad.php build: Move PHP files to expected paths 2018-02-07 12:31:08 -08:00
VisualEditorDataModule.php VisualEditorDataModule: Remove 'minoredit' and 'watchthis' messages 2018-03-16 01:33:28 +01:00
VisualEditorDesktopArticleTargetInitModule.php build: Move PHP files to expected paths 2018-02-07 12:31:08 -08:00
VisualEditorHooks.php Hooks: Don't register beta features if they're enabled for all 2018-03-08 14:41:40 +00:00