]> err.no Git - scalable-opengroupware.org/commitdiff
presumably bugfixing, but instead disabled a questionable feature
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sat, 16 Oct 2004 17:50:25 +0000 (17:50 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sat, 16 Oct 2004 17:50:25 +0000 (17:50 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@403 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Anais/AnaisAttendeeSelector.m
SOGo/UI/Anais/ChangeLog
SOGo/UI/Anais/Version
SOGo/UI/Scheduler/ChangeLog
SOGo/UI/Scheduler/UIxAppointmentEditor.wox

index aa3d08a9f08e42d2399b3f2d7e0a186b4a9149e4..676b4d0bfbed541a446008aa0d71b2ccb49088dd 100644 (file)
@@ -237,7 +237,7 @@ static BOOL debugOn = NO;
     if (r.length > 0) {
       /* sample: 'test.et.di.cete-lyon@equipement.gouv.fr;test' */
       email = [pString substringToIndex:r.location];
-      cn    = [pString substringFromIndex:r.location + r.length];
+      cn    = [pString substringFromIndex:NSMaxRange(r)];
       if ([cn length] == 0) cn = nil;
     }
     else {
index e76280bca0a8ec52cb44bd8c329b638d606654a3..a289f06d4afc49beb323f2ebdea668b029b0b0da 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-16  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * AnaisAttendeeSelector.m: minor cleanup (v0.9.15)
+
 2004-09-14  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * v0.9.14
index 84882450d03e5de20f6a2fc6d388201ee846a91d..0270084a6c6cae5003c4e2783ab1c159b4f5785a 100644 (file)
@@ -1,3 +1,3 @@
 # $Id: Version 165 2004-08-05 17:55:50Z znek $
 
-SUBMINOR_VERSION:=14
+SUBMINOR_VERSION:=15
index 4c05b67a9e2db361050af8157a67ce2c911362b5..36e9ff1c483133e49973f50f6faf6ed96404dd55 100644 (file)
@@ -1,3 +1,10 @@
+2004-10-16  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * UIxAppointmentEditor.wox: added "withCN=YES" to resources because
+         doing otherwise would lead to stripping the CN from resources in
+         subsequent saves - why would anyone want this to be standard
+         behavior? (v0.9.89)
+
 2004-10-14  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * UIxAppointmentView.wox: insertBR for comments (v0.9.88)
index 2797d6bfd18d3c343cb3c80471c0601a2a062320..3121e1c9269962f104efb2c68609abfee74349b8 100644 (file)
                                  const:role="NON-PARTICIPANT"
                                  attendees="resources"
                                  const:division="CC"
+                                 const:withCN="YES"
                   />
                 </span>
               </td>