https://bugzilla.wikimedia.org/show_bug.cgi?id=56833
--- Comment #9 from Kunal Mehta (Legoktm) <[email protected]> --- (In reply to comment #8) > Well then the bug should be "3rd party wiki's with $wgMFAnonymousEditing > enabled are not allowed to edit". Uh, no. That's not the issue. The issue is that if $wgMFAnonymousEditing is enabled, and EventLogging is installed, it tries to log with a username of null and a null editcount, which EL rejects since the type is wrong, and prevents the user from editing. My initial bug report was skimpy, and that's my fault. > I thought you were requesting the enabling of EventLogging for anonymous > users. > Whether this is desired is /not/ clear and is definitely an enhancement > request. The current code already attempts to log events for anonymous editing. The first solution I came up with was to just not log those fields, so anonymous edits are still logged, just without a username and edit count. > A better solution would be not to fire an event at all... Disabling logging of anonymous edits would also fix this bug, but it seems a lot more heavy handed then my solution of logging some of the data. -- 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
