https://bugzilla.wikimedia.org/show_bug.cgi?id=20949
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] AssignedTo|[email protected] |[email protected] Component|Site requests |CodeReview Product|Wikimedia |MediaWiki extensions Summary|Purge users who have never |CodeReview messes up SVN |committed |usernames containing spaces Version|unspecified |any --- Comment #3 from Roan Kattouw <[email protected]> 2009-12-28 18:48:22 UTC --- mysql> SELECT COUNT(*) FROM code_rev WHERE cr_repo_id=1 AND cr_author='(no author)'; +----------+ | COUNT(*) | +----------+ | 192 | +----------+ 1 row in set (0.00 sec) But http://www.mediawiki.org/wiki/Special:Code/MediaWiki/author/(no%20author) is empty because the space is replaced with an underscore. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
