Summary | Support "link" as new topbar item status |
Queue | Horde Base |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | ralf.lang (at) ralf-lang (dot) de |
Requester | ralf.lang (at) ralf-lang (dot) de |
Created | 01/17/2013 (4542 days ago) |
Due | |
Updated | 12/17/2013 (4208 days ago) |
Assigned | 09/02/2013 (4314 days ago) |
Resolved | 11/05/2013 (4250 days ago) |
Milestone | |
Patch | Yes |
commit 60fff40ed918fea840f55c2192daad3ec1e8cbd9
Author: Ralf Lang <lang@b1-systems.de>
Date: Mon Jun 24 12:57:04 2013 +0300
[rla] Add support for external links in topbar (Feature
#11977).framework/Core/lib/Horde/Core/Topbar.php | 3 ++-
framework/Core/lib/Horde/Registry.php | 3 ++-
framework/Core/package.xml | 2 ++
3 files changed, 6 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/60fff40ed918fea840f55c2192daad3ec1e8cbd9
State ⇒ Resolved
State ⇒ Assigned
commit ab944cb25976f3f86505694280bafc55e652417b
Author: Ralf Lang <lang@b1-systems.de>
Date: Mon Jun 24 12:57:04 2013 +0300
[rla] Add support for external links in topbar (Feature
#11977).Conflicts:
framework/Core/package.xml
framework/Core/lib/Horde/Core/Topbar.php | 3 ++-
framework/Core/lib/Horde/Registry.php | 3 ++-
framework/Core/package.xml | 16 +++++++++-------
3 files changed, 13 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/ab944cb25976f3f86505694280bafc55e652417b
Summary ⇒ Support "link" as new topbar item status
When the target branch is clear, I will add documentation in registry.php
Assigned to Ralf Lang
State ⇒ Assigned
Patch ⇒ Yes
New Attachment: topbar_external_url_support.patch
When the target branch is clear, I will add documentation in registry.php
Patch ⇒ No
State ⇒ New
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ Support "website" as new topbar item status
Type ⇒ Enhancement
Priority ⇒ 1. Low
name, menu_parent, url.
These should also make a heading visible when it only contains
contains "website" but no "active" items.
This allows adding external links like intranet resources to the topbar.
Does this feature need to go into develop instead of master?