https://bugzilla.wikimedia.org/show_bug.cgi?id=55667
Aude <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Aude <[email protected]> --- I don't know if/how this ever worked properly? In MediaWiki core, the diff body "text" gets cached in memcached without any consideration for language. (there is localisation for the "line number" string, in a somewhat hacky way which happens after diff text is retrieved from cache) I am not convinced we need full caching, by language, for diffs in all of MediaWiki. I have split the code [1] that generates the cache key into its own function and deriving DifferenceEngine classes can set the cache key in a different way, as appropriate. [1] https://gerrit.wikimedia.org/r/#/c/92167/ A follow-up patch would be needed in Wikibase to fix this bug. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
