Opened 15 years ago
Closed 12 years ago
#8398 closed Patch - Feature (fixed)
MythBrowser start with homepage function
Reported by: | anonymous | Owned by: | stuartm |
---|---|---|---|
Priority: | minor | Milestone: | 0.28 |
Component: | Plugin - MythBrowser | Version: | Unspecified |
Severity: | medium | Keywords: | mythgallery jumppoint homepage |
Cc: | Ticket locked: | no |
Description
Attached is a patch that adds a jumpkey binding to the mythbrowser to start it with a customizable homepage. Sometimes its useful to start the browser with a homepage instead of calling the bookmarkmanager first. In the info_menu.xml file a new menu entry can be created to start the browser with the homepage directly. Use the <action>JUMP Homepage</action> for that.
Attachments (3)
Change History (10)
by , 15 years ago
Attachment: | mythbrowser-custom-homepage.patch added |
---|
comment:1 by , 15 years ago
Updated patch against trunk revision 24404. There are a couple of additional improvements to the previous one:
- No need to set the homepage via the settings page
- Added homepage column in the websites table
- <action>JUMP Homepage</action> to go directly to the homepage
- Users can set the homepage from the menu (press M)
- Users can set the homepage from the bookmark editor
- Adds a menu entry to go to the browser settings page
- Themers can use a state to indicate which page is set as a homepage in the bookmarkmanager screen
by , 15 years ago
Attachment: | mythbrowser-custom-homepage-new.patch added |
---|
new mythbrowser patch for jumppoints and homepage settings
comment:2 by , 15 years ago
Robert,
Why all the extra logic to check if the selected item is a homepage when the query is:
SELECT homepage,url FROM websites
WHERE homepage
= true;
?
If there is > 0 results, it is a homepage by definition.
comment:3 by , 15 years ago
Status: | new → assigned |
---|
comment:4 by , 14 years ago
Type: | patch → Patch - Feature |
---|
comment:5 by , 14 years ago
Owner: | removed |
---|
comment:6 by , 12 years ago
Milestone: | unknown → 0.28 |
---|---|
Owner: | set to |
Status: | assigned → accepted |
comment:7 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
mythgallery homepage patch