[02:36:09] [13Refreshed] 15MtMNC pushed 1 new commit to 06refreshed-beta: 02http://git.io/vJEKw [02:36:09] 13Refreshed/06refreshed-beta 14bab82ab 15MtMNC: Testing font-face in IE... [02:57:15] [13Refreshed] 15MtMNC pushed 1 new commit to 06refreshed-beta: 02http://git.io/vJEij [02:57:15] 13Refreshed/06refreshed-beta 14e2d07a1 15MtMNC: (Fix to last commit) [18:10:43] Okay, so, I used to have 3,399 editing points, but when I had to make a new acc I lost them. Is there any way I can regain them? [18:12:32] ashley ping [18:13:12] hi georgebarnick and Sibo_the_First [18:13:35] socialprofile-related stuff ^ :) [18:13:37] asley, please read my question above :-P [18:13:41] *ashley [18:14:38] it's not that much SP-related as MW-related in general; SP pulls the point stuff directly from MW's revision table...you say you had an older account; what was its name? I suppose we could just change the rev_user (and rev_user_text) for all the edits made by that account to your current account's name/user ID [18:15:05] ashley: Would running reassignEdits.php do the trick? If so I can do that right now [18:15:16] My old acc was Sibo2808 [18:15:35] georgebarnick: it should, yeah [18:15:44] I'll attempt to do that right now [18:16:25] :-) [18:16:51] ashley: done, but did not seem to change the edit count http://en.brickimedia.org/wiki/User:Sibo_the_First [18:16:55] *point count [18:17:09] probably need to visit Special:UpdateEditCounts (and it's somewhat more expensive since it reruns point stats for *all* users...) [18:17:41] ashley: still no http://en.brickimedia.org/wiki/User:Sibo_the_First [18:18:03] IIRC the old account was deleted when using Special:RenameUser as it was replaced by Sibo the First [18:18:38] RenameUser doesn't delete accounts (but UserMerge does, though -- no idea what the underlying SQL queries done by that ext. are like, haven't checked) [18:18:54] ah yes, it would have been UserMerge [18:19:23] Sibo's account was lost when we had the bug with random accounts being locked out saying "password is incorrect", so I had him make a new one and I merged the old one into the new one [18:26:36] Sooo [18:26:51] What will happen? [18:27:14] I'll look into it [18:27:44] select count(*) from revision where rev_user_text='Sibo the First'; --> returns 1507 (total amount of edits) [18:27:59] yay c-: [18:28:22] SELECT COUNT(*) FROM revision LEFT JOIN page ON rev_id = page_id WHERE rev_user_text='Sibo the First' AND page_namespace IN (0, 112, 114, 118, 120); --> returns 39 (amount of edits in point-earning namespaces...or then my SQL is horribly rusty, JOINs aren't my speciality) [18:30:51] http://en.brickimedia.org/wiki/Special:Contributions/Sibo_the_First has all of his contributions from his old account [18:30:58] which is good and should be that way [18:31:05] They just don't seem to be giving him points [18:31:29] Yay [18:41:11] [13lxf-to-image] 15georgebarnick pushed 1 new commit to 06master: 02http://git.io/vJ2Gn [18:41:11] 13lxf-to-image/06master 142b4ba61 15George Barnick: Cleaning up test files...