https://bugzilla.wikimedia.org/show_bug.cgi?id=35971
--- Comment #14 from Victor Vasiliev <[email protected]> 2012-05-07 17:08:43 UTC --- (In reply to comment #12) > My initial thoughts were along the lines of what vvv and snowolf said-- > blocking this in one place seemed like a cover up for a much bigger problem. I > was hoping a quick fix would help with Philippe's immediate concerns, but I > should have gone with my gut and tried to dig into the root of the problem > before throwing out a proposal. The proper way to fix this is to rework ipb_deleted. Currently the code assumes it is a boolean field which is set to 1 when the username is hidden and 0 when it is not. It should be a bitfield instead (like rev_deleted), or a separate column, but reworking it and fixing it in many places (I am not to mention possible breakage of third-party extensions) may be tedious and difficult to do. Also, both ways would require a schema change, since ipb_deleted is a boolean. -- 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
