Description
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | Niharika | T145431 Epic: Port CopyPatrol to French Wikipedia | |||
Resolved | Framawiki | T151355 CopyPatrol: Manage errors of the Whitelist's content parser |
Event Timeline
Comment Actions
I think the root cause of the referenced error here comes up when a whitelist page (User:EranBot/Copyright/User_whitelist in whichever Wikipedia is in use) doesn't have any links.
And I guess the whitelist used to be parsed directly? (That's why the asterisk made a difference?) But that's not the case now — it just looks at pages linked from the whitelist, finds all of them and strips the text before the first colon character.
The undefined index error is fixed in PR #44 (see https://github.com/wikimedia/CopyPatrol/pull/44/files#diff-c97cd2082208c36198f33feab51ccc4cL255 ).