Page MenuHomePhabricator

While updating Index page, the previous Hotcat's data being deleted in ta.wikisource
Closed, ResolvedPublic

Event Timeline

Tpt triaged this task as Medium priority.Sep 15 2016, 9:00 AM
Tpt subscribed.

Hotcat is not compatible with the storage format of Index: pages. This gadget should be modified in order to be compatible with Index: pages.

have the change made to your implementation of the Mediawiki:Gadget-HotCat.js

if ( mw.config.get( 'wgNamespaceNumber' ) !== nnn ) {
mw.loader.load( '//commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-HotCat.js&action=raw&ctype=text/javascript' );
}

where the nnn = the Index: ns number. This will mean that in the Index: ns the gadget is neutralised.

Change 493793 had a related patch set uploaded (by Tpt; owner: Tpt):
[mediawiki/extensions/ProofreadPage@master] Adds support of categories to index pages

https://gerrit.wikimedia.org/r/493793

I have just written a change that adds proper support for categories to index pages. When merged hotcat should work properly.

Change 493793 had a related patch set uploaded (by Tpt; owner: Tpt):
[mediawiki/extensions/ProofreadPage@master] Adds support of categories to index pages

https://gerrit.wikimedia.org/r/493793

Change 493793 merged by jenkins-bot:
[mediawiki/extensions/ProofreadPage@master] Adds support of categories to index pages

https://gerrit.wikimedia.org/r/493793