Page MenuHomePhabricator

Category Tree no longer works in sidebar after upgrading mediawiki to 1.35
Closed, DuplicatePublicBUG REPORT

Assigned To
None
Authored By
Calebgcooper
Jan 26 2021, 9:55 PM
Referenced Files
F34031149: image.png
Jan 27 2021, 1:46 AM
F34027985: image.png
Jan 26 2021, 9:55 PM
F34027980: image.png
Jan 26 2021, 9:55 PM

Description

I made no change to my wiki, only updated to 1.35, after noticing that category tree no longer worked I tried a minimum config with only category tree installed. Same result.

Steps to Reproduce:
Minimal config of mediawiki 1.35 with only category tree installed and using default vector skin.

wfLoadExtension('CategoryTree');
$wgCategoryTreeSidebarRoot = 'Category:Support';
$wgCategoryTreeForceHeaders = true;
$wgCategoryTreeSidebarOptions['mode'] = 'pages';
$wgCategoryTreeSidebarOptions['depth'] = 2;

Actual Results:
Category tree does not show in sidebar like in 1.34:

image.png (463×169 px, 8 KB)

Expected Results:

image.png (639×236 px, 14 KB)