mediawiki-extensions-Visual.../includes
DannyS712 2984539f42 Refactor how namespaces with subpages are exposed to JavaScript
Instead of using an object mapping namespace ids to if they have
subpages enabled or not, pass an array of the namespaces where
subpages are enabled, reducing the size of the configuration that
gets loaded on all requests. Only requires a minor update to the
JavaScript that uses the value (check for array index instead of
object value).

Bug: T291729
Change-Id: Ia0ecac71721eceed52cc90f39ecc560bdf1b7f9b
2021-10-06 20:11:37 +00:00
..
ApiParsoidTrait.php Simplify some API PHP code where possible 2021-08-26 11:37:13 +02:00
ApiVisualEditor.php Rewrite ApiVisualEditor::getAvailableNamespaceIds() 2021-10-01 14:10:08 +02:00
ApiVisualEditorEdit.php Simplify some API PHP code where possible 2021-08-26 11:37:13 +02:00
ServiceWiring.php Introduce VisualEditorApiVisualEditorPostSaveHook 2021-04-30 20:50:01 +02:00
SpecialCollabPad.php Fix a series of minor style issues in PHP code 2021-06-03 15:55:38 +02:00
VisualEditorApiVisualEditorEditPostSaveHook.php Introduce VisualEditorApiVisualEditorPostSaveHook 2021-04-30 20:50:01 +02:00
VisualEditorApiVisualEditorEditPreSaveHook.php Introduce VisualEditorApiVisualEditorPreSaveHook 2021-08-18 09:39:00 +02:00
VisualEditorDataModule.php Fix a series of minor style issues in PHP code 2021-06-03 15:55:38 +02:00
VisualEditorDesktopArticleTargetInitModule.php doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
VisualEditorHookRunner.php Introduce VisualEditorApiVisualEditorPreSaveHook 2021-08-18 09:39:00 +02:00
VisualEditorHooks.php Refactor how namespaces with subpages are exposed to JavaScript 2021-10-06 20:11:37 +00:00