https://bugzilla.wikimedia.org/show_bug.cgi?id=25863

           Summary: Add RenameUser hook
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: SocialProfile
        AssignedTo: j...@countervandalism.net
        ReportedBy: g33kd...@gmail.com


A hook should be added to SocialProfile that updates various user name values.
An example for friendships:
mysql> update user_relationship set r_user_name_relation="Andrew" where
r_user_name_relation="Frozen Wind";
Query OK, 6 rows affected (0.01 sec)
Rows matched: 6  Changed: 6  Warnings: 0

mysql> update user_relationship set r_user_name="Andrew" where
r_user_name="Frozen Wind";
Query OK, 6 rows affected (0.00 sec)
Rows matched: 6  Changed: 6  Warnings: 0

mysql>

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to