https://bugzilla.wikimedia.org/show_bug.cgi?id=41345
Brad Jorsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Brad Jorsch <[email protected]> --- (In reply to comment #4) > To solve this bug, could someone comment on who creates langlinks table > entries > in the client DB? I might be mistaken, but it seems that the langlinks are > not > pulled dynamically from the repo, but rather copied in the background or on > null edits. When the page is parsed and a langlink is found, it calls addLanguageLink() on the ParserOutput object. The Wikidata client code hooks into the ParserAfterParse hook and does the same for all the additional language links it wants to add. The accumulated list of language links in the ParserOutput (eventually) gets saved to the langlinks table. > If this is the case, we might have to modify langlinks table to > include an extra column for the "source". Seems that way to me. ParserOutput and whatever does the actual updating of langlinks would also have to be changed to handle the extra field. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
