Page MenuHomePhabricator

CodeReview messes up SVN usernames containing spaces
Closed, DeclinedPublic

Description

Some older users have no commits and yet show up in CodeReview. Not sure how they got in in the first place :)

Would be nice to purge them to clean up the list a bit.


Version: unspecified
Severity: normal

Details

Reference
bz20949

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 10:58 PM
bzimport set Reference to bz20949.
bzimport added a subscriber: Unknown Object (MLST).

For some reason I thought there were more. Just checked the entire list and got 2:

(no author)
Mark_Bergsma

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.

We talked about this earlier today. Same issue with Mark listed above.