Page MenuHomePhabricator

Tags with spaces don't work
Closed, ResolvedPublic

Description

Unused tags shouldn't be displayed on the /tags listing page, as they don't present us with anything useful.


Version: unspecified
Severity: enhancement

Details

Reference
bz18523

Event Timeline

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

I see no unused tags in the database.

select ct_tag, count(*) as cnt from code_tags where ct_repo_id=1 group by ct_tag order by cnt desc;

+-------------------------+-----+

ct_tagcnt

+-------------------------+-----+

ok194
api188
wmf-deployment160

. . .

postgresql1
refactor1

+-------------------------+-----+
173 rows in set (0.00 sec)

Is this resolved?

Actually no, I just realized what I was seeing. Tags with spaces in them (eg: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/tag/error_messages) don't work.