mediawiki-extensions-Visual.../includes
Bartosz Dziewoński 4e2318f2f0 Fix value of 'namespacesWithSubpages' in wgVisualEditorConfig
After filtering the PHP array to only include the ids
of namespaces with subpages enabled, add an array_values()
call so that the ids are again indexed numerically beginning
from 0, which is needed for the array to be passed to the
JavaScript as an array rather than an object.

Bug: T293310
Follow-up: Ia0ecac71721eceed52cc90f39ecc560bdf1b7f9b
Change-Id: I45bb281314caf5da0b7836829eb44f858836566f
2021-10-13 23:50:39 +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 Fix value of 'namespacesWithSubpages' in wgVisualEditorConfig 2021-10-13 23:50:39 +00:00