https://bugzilla.wikimedia.org/show_bug.cgi?id=31863
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Krinkle <[email protected]> --- The places MediaWiki core currently actively looks at a user_text column that isn't from the user table are listed here: * https://github.com/wikimedia/mediawiki-extensions-Renameuser/blob/REL1_22/RenameuserSQL.php#L67-L90 * https://github.com/wikimedia/mediawiki-extensions-Renameuser/blob/REL1_22/renameUserCleanup.php#L149-L155 * https://github.com/wikimedia/mediawiki-extensions-Renameuser/blob/REL1_22/RenameUserJob.php#L55-L92 As of writing: * revision . rev_user_text * archive . ar_user_text * logging . log_user_text * image . img_user_text * oldimage . oi_user_text * filearchive . fa_user_text * recentchanges . rc_user_text -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
