+2005-07-18 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * v0.9.147
+
+ * UIxMailToSelection.m: fixed ordering of parameters for the current
+ Anais version
+
+ * UIxMailAddressbook.m: fixed parameters being passed on to Anais for
+ the current Anais version
+
2005-07-18 Helge Hess <helge.hess@opengroupware.org>
* UIxMailListView.m: improved error handling (display a JavaScript
NSString *path, *param;
- param = @"?m_fonc=addAddress&m_data=datawebmail&m_type=Pour&m_nom=,&m_champ=mail,uid,sn#mon_etiquette";
+ param = @"?m_fonc=addAddress&m_data=datawebmail&m_type=Pour&m_nom=,&m_champ=mail,uid,sn,cn,dn&m_nature=BALI&m_agenda0#mon_etiquette";
path = [[self anaisPath] stringByAppendingString:param];
return [self redirectToLocation:path];
}
@" return parts[0];\n"
@"}\n"
@"\n"
- @"function addAddress(type, cn, dn, email, uid, sn) {\n"
+ @"function addAddress(type, email, uid, sn, cn, dn) {\n"
@" var shouldAddRow, s, e;\n"
@" \n"
@" shouldAddRow = true;\n"
# version file
-SUBMINOR_VERSION:=146
+SUBMINOR_VERSION:=147
# v0.9.140 requires SoObjects/Mailer v0.9.100
# v0.9.134 requires libSOGo v0.9.41
2005-07-18 Marcus Mueller <znek@mulle-kybernetik.com>
+ * UIxMailAddressbook.wox: changed template text explaining why there's
+ nothing to be rendered
+
* UIxMailToSelection.wox: changed JavaScript functions to be more
generic
</head>
<body>
- The template of Web Component <em><var:string value="name"/></em> has not been edited, yet.
+ You shouldn't see this content at all - the direct actions redirect to
+ the proper destinations, hence this component is _never_ rendered.
</body>
</html>
\ No newline at end of file