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

--- Comment #5 from Bryan Tong Minh <[email protected]> 2011-10-15 
20:57:03 UTC ---
Yeah a whole lot of these protected functions in SpecialCheckUser should be
public static, or even moved to a separate class.

Ideally, you would be able to do something like

$users = CheckUser::doIPUsersRequest()
CheckUser::addLogEntry()

This is quite a lot of work, with all the $wgOut calls intermixed with the
database querying.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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

Reply via email to