[OGo-Bugs][Bug 1852] Enhancement: support creation of xmpp: field types in the WebUI of OGo (with Patch)

bugs@opengroupware.org bugs@opengroupware.org
Fri, 4 May 2007 00:02:10 +0200 (CEST)


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1852


sebastia@l00-bugdead-prods.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #504 is|0                           |1
           obsolete|                            |
 Attachment #506 is|0                           |1
           obsolete|                            |

helge.hess@opengroupware.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |1868
              nThis|                            |




------- Additional Comments From sebastia@l00-bugdead-prods.de  2007-03-25 15:56 -------
Created an attachment (id=507)
 --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=507&action=view)
changed patch

this is a patch to SkyObjectField.m, it handles arbitrary link type values for
extended attributes like this:

	    {
		key = email3;
		target = "_self";
		type = 3;
	    },
	    {
		defaultUrlScheme = "xmpp:";
		key = jabberid;
		target = "_self";
		type = 20;
	    },
	    {
		defaultUrlScheme = "ftp://";
		key = ftpurl;
		target = "_new";
		type = 20;
	    },
	    {
		defaultUrlScheme = "fish://";
		key = fishurl;
		target = "_new";
		type = 20;
	    },

If the value stored in the given extended attributes, is not already prefixed
with the defaultUrlScheme, then the defaultUrlScheme is prepended to it to
create a correct link.

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.