Summary | Horde_Theme elements need to be able to be output with a full url |
Queue | Horde Base |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | mrubinsk (at) horde (dot) org |
Created | 12/17/2010 (5353 days ago) |
Due | |
Updated | 01/22/2011 (5317 days ago) |
Assigned | 01/13/2011 (5326 days ago) |
Resolved | 01/22/2011 (5317 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Taken from Michael Rubinsky
State ⇒ Resolved
Had something similar written locally, but didn't know how/if it would
affect the css caching...thanks.
Bug #9455: Add ability to output full URL for CSShttp://git.horde.org/horde-git/-/commit/027f48d507cb6df2b39057ce0fce6916a83e5b64
Bug #9455: Add ability to return relative URL when converting to stringcreate mode 100644 framework/Url/test/Horde/Url/TostringTest.php
http://git.horde.org/horde-git/-/commit/5693513dfe4078a26fc91e8a8820a95265b48155
output full urls via Horde::includeStylesheetFiles().
State ⇒ Feedback
Bug #9455: Add ability to get full URL from Horde_Themes_Element objecthttp://git.horde.org/horde-git/-/commit/c387b9aa4626e45f273d8969a0070d88487019a0
Horde::url() call.
Priority ⇒ 1. Low
State ⇒ Assigned
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Assigned to Michael Rubinsky
Queue ⇒ Horde Base
Summary ⇒ Horde_Theme elements need to be able to be output with a full url
Type ⇒ Bug
it is necessary to sometimes include some type of theme content, like
an image or stylesheet. We need to (re)add the ability to output the
element's uri as a full url.