Closed
Bug 662737
Opened 14 years ago
Closed 2 years ago
toolbox should group by url
Categories
(Webtools Graveyard :: Toolbox, defect)
Webtools Graveyard
Toolbox
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: k0scist, Unassigned)
Details
You should be able to search by url components, e.g.:
http://brasstacks.mozilla.com/toolbox/?url=github.com
or
http://brasstacks.mozilla.com/toolbox/?url=github
should return all tools with a domainname of *.github.com (or really, *.github.* for the latter).
Likewise,
http://brasstacks.mozilla.com/toolbox/?url=github.com/ctalbert
or
http://brasstacks.mozilla.com/toolbox/?url=https://github.com/ctalbert should
should give me all urls like https://github.com/ctalbert*
Additionally, a view could be written to view as a tree-like structure, displaying tools as a tree grouped by common path segments.
| Reporter | ||
Comment 1•14 years ago
|
||
rudimentary urlmatcher at http://k0s.org/mozilla/hg/urlmatch/file/tip/urlmatch/__init__.py
| Assignee | ||
Updated•9 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•