]> err.no Git - scalable-opengroupware.org/commitdiff
fixed anais and addressbook selection for mail editor
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 18 Jul 2005 13:36:54 +0000 (13:36 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 18 Jul 2005 13:36:54 +0000 (13:36 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@792 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/MailerUI/ChangeLog
SOGo/UI/MailerUI/UIxMailAddressbook.m
SOGo/UI/MailerUI/UIxMailToSelection.m
SOGo/UI/MailerUI/Version
SOGo/UI/Templates/ChangeLog
SOGo/UI/Templates/UIxMailAddressbook.wox

index a9b01e8da5570f3e7636c45a173676344dad2178..99375a36cb66ae7097b71b3f816e922e15ccd1d3 100644 (file)
@@ -1,3 +1,13 @@
+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
index 32b96c0386f128c75e56d84e41351c28b0ec68dd..0aa6373e895068607edc0278940175dbc682abbf 100644 (file)
@@ -57,7 +57,7 @@
   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];
 }
index 6fc52c4637db3f7383a65262ae912bfca54d276b..bada2e378a6924e14ba6e8414f513a248f4ab20c 100644 (file)
@@ -342,7 +342,7 @@ static NSArray *headers = nil;
   @"  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"
index 7f736d49e4002f25f79ec753b0bd9e75edb2e34d..ad6ee95f36c18be4a67d8ac1256ab4be50cdd3f8 100644 (file)
@@ -1,6 +1,6 @@
 # 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
index d4816b024fdf216286afa4d6d807e73a6f20ce0d..c9ae90e98b4b94fb556b02f96316dc3a6230351d 100644 (file)
@@ -1,5 +1,8 @@
 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
 
index 48ca008656942e58132bfdc78e1aecb4a4699fd3..11bec55b2e8b358b596d4db019ff2b34e40d7a91 100644 (file)
@@ -10,6 +10,7 @@
   </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