It seems like this is causing issues with category updating on new Johnny Decimal pages, so we should disable it - I've left the comment to stop us noticing it's disabled and mistakenly re-enabling it in the future
+1
-1
Diff
round #1
+1
-1
packetmix/systems/wiki/wiki.nix
+1
-1
packetmix/systems/wiki/wiki.nix
···
248
248
$wgCargoPageDataColumns[] = 'creator';
249
249
$wgCargoPageDataColumns[] = 'lastEditor';
250
250
$wgCargoPageDataColumns[] = 'displayTitle';
251
-
$wgCargoPageDataColumns[] = 'categories';
251
+
// $wgCargoPageDataColumns[] = 'categories'; - seems to break with auto-categorization(?), causes job queue to abandon and drop refresh link tasks
252
252
$wgCargoPageDataColumns[] = 'numRevisions';
253
253
$wgCargoPageDataColumns[] = 'outgoingLinks';
254
254
$wgCargoPageDataColumns[] = 'isRedirect';
History
2 rounds
0 comments
a.starrysky.fyi
submitted
#1
1 commit
expand
collapse
fix(pm/wiki): disable category indexing
It seems like this is causing issues with category updating on new
Johnny Decimal pages, so we should disable it - I've left the comment
to stop us noticing it's disabled and mistakenly re-enabling it in the
future
expand 0 comments
pull request successfully merged
a.starrysky.fyi
submitted
#0
1 commit
expand
collapse
fix(pm/wiki): disable category indexing
It seems like this is causing issues with category updating on new
Johnny Decimal pages, so we should disable it - I've left the comment
to stop us noticing it's disabled and mistakenly re-enabling it in the
future