User "^demon" changed the status of MediaWiki.r91664.

Old Status: new
New Status: resolved

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/91664#c0
Commit summary:

ClickTracking: Add support for logging events to files or UDP through 
$wgClickTrackingLog. Also allow disabling database logging through 
$wgClickTrackingDatabase.

Smaller tweaks:
* Change $eventId parameter of ClickTrackingHooks::trackEvent() to $eventName, 
and move the ID->name lookup into the if($wgClickTrackingDatabase) branch. This 
ensures the clicktracking DB tables are not written to if DB logging is 
disabled. This function is public, but has no callers outside this extension
* Change the type of the 'namespacenumber' parameter in the API module to 
'integer'. It was previously set to 'namespace', which barfs on negative 
values, which caused nasty errors when an event happened to originate on a 
special page

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to