https://bugzilla.wikimedia.org/show_bug.cgi?id=38362
--- Comment #7 from Jacob <[email protected]> 2012-07-12 16:05:30 UTC --- Ah quite embarrassing! Completely fumbled my first patch. There should be !'s to NOT break functionality. Doh! And I don't have access or know how to use gerrit yet so I'm just re-uploading the patch with those changes. For the documentation description you might change it to: * (bug 38362) Added transclude functionality to SpecialListuser. Another way of getting the same functionality without the change to the constructor would be to change the hook wfRunHooks( 'SpecialListusersFormatRow', array( &$item, $row ) ); to include &$edits and &$created. But one might also want to know in the hook if it's currently being transcluded, in which case you would still want to pass something to the constructor and then to the hook. Thanks, sorry about the fumble! -- 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
