mediawiki-extensions-Visual.../includes
Bartosz Dziewoński 4efc2f876d VisualEditorDataModule: Remove origin restriction
"ORIGIN_USER_SITEWIDE" indicates "sitewide module generated from
user-editable files, like MediaWiki:Common.js". In this case the
JavaScript generated by this module is not directly editably by wiki
users. It includes localisation messages editable by users, but that
is considered safe because we correctly escape them when including
them in the JavaScript code.

Without this change, VisualEditor would no longer load in safe mode
(T185303) because this module would be missing.

Bug: T185303
Change-Id: I6d097ccbf1dc2462843219adcf96bf8313e30289
2018-04-30 21:58:18 +02:00
..
ApiVisualEditor.php Merge "ApiVisualEditor: Remove unused variable and add some type hints" 2018-04-03 19:33:32 +00:00
ApiVisualEditorEdit.php doc: Document all public and protected PHP functions 2018-03-28 12:50:44 -07:00
SpecialCollabPad.php doc: Document all public and protected PHP functions 2018-03-28 12:50:44 -07:00
VisualEditorDataModule.php VisualEditorDataModule: Remove origin restriction 2018-04-30 21:58:18 +02:00
VisualEditorDesktopArticleTargetInitModule.php doc: Document all public and protected PHP functions 2018-03-28 12:50:44 -07:00
VisualEditorHooks.php Rebaser: Use site language on special page 2018-04-22 22:18:45 +01:00