[Tickets #5942] Bad use of Horde::url at calendars.inc
bugs at bugs.horde.org
bugs at bugs.horde.org
Fri Nov 30 11:15:48 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5942
-----------------------------------------------------------------------
Ticket | 5942
Created By | almarin at um.es
Summary | Bad use of Horde::url at calendars.inc
Queue | Kronolith
Version | HEAD
Type | Bug
State | Unconfirmed
Priority | 1. Low
Owners |
+New Attachment | calendar_and_tasklists_patches.tar.gz
-----------------------------------------------------------------------
almarin at um.es (2007-11-30 03:15) wrote:
The problem happen on calendars.inc (kronolith) and tasklists.inc (nag),
because to get a full url uses:
Horde::url($registry->('webroot','horde'), -1, true).$uri
and to work fine with my configuration (where webroot is "") should be
Horde::url($registry->('webroot','horde').$uri, -1, true)
I think that work better in all configurations.
I attach a patches from CVS just to show how i fixed that problem for
kronolith an nag. I don't know if more applications offers resources with
webdav, of in general, they try to get full URLs using the first case...
More information about the bugs
mailing list