Last modified: 2011-03-10 20:47:26 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T20523, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 18523 - Tags with spaces don't work
Tags with spaces don't work
Status: VERIFIED FIXED
Product: MediaWiki extensions
Classification: Unclassified
CodeReview (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-04-19 20:44 UTC by Chad H.
Modified: 2011-03-10 20:47 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Chad H. 2009-04-19 20:44:32 UTC
Unused tags shouldn't be displayed on the /tags listing page, as they don't present us with anything useful.
Comment 1 Max Semenik 2010-06-16 16:47:15 UTC
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_tag                  | cnt |
+-------------------------+-----+
| ok                      | 194 |
| api                     | 188 |
| wmf-deployment          | 160 |

 . . .

| postgresql              |   1 |
| refactor                |   1 |
+-------------------------+-----+
173 rows in set (0.00 sec)

Is this resolved?
Comment 2 Chad H. 2010-06-16 16:51:38 UTC
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.
Comment 3 Sam Reed (reedy) 2011-02-15 21:34:28 UTC
r82193

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links