Opened at 2009-12-13T04:34:26Z
Last modified at 2021-03-30T18:40:19Z
#855 new enhancement
Make tahoe webopen without arguments show the tahoe: alias, if there is one
Reported by: | daira | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | soon |
Component: | code-frontend-cli | Version: | 1.5.0 |
Keywords: | wui usability tahoe-webopen | Cc: | |
Launchpad Bug: |
Description
This would avoid the ambient authority problem that led to the old start.html page being removed. For consistency, tahoe browse would accept any cap, but it would be most useful for aliases. Possibly tahoe browse without another argument would show a page listing all aliases.
Change History (8)
comment:1 Changed at 2009-12-13T04:55:40Z by davidsarah
- Keywords tahoe-webopen added; tahoe-browse removed
- Summary changed from {{{tahoe browse}}} command to launch default web browser on a given alias to Make tahoe webopen without arguments show a page with all aliases
comment:2 Changed at 2010-02-11T05:36:39Z by davidsarah
- Milestone changed from undecided to 1.7.0
- Summary changed from Make tahoe webopen without arguments show a page with all aliases to Make tahoe webopen without arguments show the tahoe: alias, if there is one
The current behaviour of tahoe webopen without an argument is to raise "TypeError?: object of type 'NoneType?' has no len()".
It seems that using tahoe: as the default, when a tahoe: alias exists, would be consistent with other CLI commands, and a lot simpler to implement than showing all aliases.
The help text is currently "Open a web browser to a grid file or directory." which is fine.
comment:3 Changed at 2010-06-18T23:51:32Z by zooko
- Milestone changed from 1.7.0 to eventually
comment:4 Changed at 2015-05-11T13:11:48Z by daira
- Milestone changed from eventually to 1.11.0
- Reporter changed from davidsarah to daira
comment:5 Changed at 2016-03-22T05:02:52Z by warner
- Milestone changed from 1.11.0 to 1.12.0
Milestone renamed
comment:6 Changed at 2016-06-28T18:20:37Z by warner
- Milestone changed from 1.12.0 to 1.13.0
moving most tickets from 1.12 to 1.13 so we can release 1.12 with magic-folders
comment:7 Changed at 2020-06-30T14:45:13Z by exarkun
- Milestone changed from 1.13.0 to 1.15.0
Moving open issues out of closed milestones.
comment:8 Changed at 2021-03-30T18:40:19Z by meejah
- Milestone changed from 1.15.0 to soon
Ticket retargeted after milestone closed
Oh, there already is a tahoe webopen command. Wonder how I missed that. It appears to require a cap/alias argument, though, even though the tahoe --help text is "Open a webbrowser to the root_dir" which would suggest otherwise.