]> err.no Git - scalable-opengroupware.org/commitdiff
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@231 d1b88da0-ebda-0310-925b-ed51d...
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sun, 15 Aug 2004 18:05:45 +0000 (18:05 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sun, 15 Aug 2004 18:05:45 +0000 (18:05 +0000)
SOGo/UI/Scheduler/ChangeLog
SOGo/UI/Scheduler/UIxAppointmentEditor.m
SOGo/UI/Scheduler/Version

index 31a32af28068fe564cd8572b9b4af5d839c22b25..b9f02c9acfc73dc2a4e518b327f6cd82d06c3fc2 100644 (file)
@@ -1,5 +1,8 @@
 2004-08-15  Helge Hess  <helge.hess@skyrix.com>
 
+       * UIxAppointmentEditor.m: removed now unused methods (due to attendee
+         selector) (v0.9.45)
+
        * v0.9.44
 
        * UIxAppointmentEditor.m: use new AnaisAttendeeSelector
index 93081f2f92db113281b71664dce2d718f6e7ccd8..767ec69a8d3a60a56ffa3a393393d33b61ae6f20 100644 (file)
   return self->appointment;
 }
 
-/* JavaScript */
-
-- (NSString *)jsCode {
-    static NSString *script = \
-    @"function addToTable(tableId, type, cn, dn, email, uid, sn) {\n"
-    @"  var test = document.getElementById(email);"
-    @"  if(test)"
-    @"    return;"
-    @""
-    @"  var table = document.getElementById(tableId);"
-    @"  var tr = document.createElement('tr');"
-    @"  var td, checkbox, text;"
-    @""
-    @"  td = document.createElement('td');"
-    @"  checkbox = document.createElement('input');"
-    @"  checkbox.setAttribute('type', 'checkbox');"
-    @"  checkbox.setAttribute('checked', 'checked');"
-    @"  checkbox.setAttribute('value', email + ';' + cn);"
-    @"  checkbox.setAttribute('id', email);"
-    @"  checkbox.setAttribute('name', tableId);"
-    @"  td.appendChild(checkbox);"
-    @"  tr.appendChild(td);"
-    @"  td = document.createElement('td');"
-    @"  text = document.createTextNode(cn);"
-    @"  td.appendChild(text);"
-    @"  tr.appendChild(td);"
-    @"  table.appendChild(tr);"
-    @"}\n"
-    @"function addParticipant(type, cn, dn, email, uid, sn) {\n"
-    @"  addToTable('participants', type, cn, dn, email, uid, sn);\n"
-    @"}\n"
-    @"function addResource(type, cn, dn, email, uid, sn) {\n"
-    @"  addToTable('resources', type, cn, dn, email, uid, sn);\n"
-    @"}\n"
-    @"";
-    return script;
-}
-
 /* helper */
 
 - (NSString *)_completeURIForMethod:(NSString *)_method {
   return [self completeHrefForMethod:uri];
 }
 
-/* email, cn TODO: unused now?*/
-
-- (NSString *)combinedCNAndEmailForUser {
-  return [NSString stringWithFormat:@"%@;%@",
-                  [self emailForUser],
-                  [self cnForUser]];
-}
-
-- (NSString *)combinedCNAndEmail {
-  return [NSString stringWithFormat:@"%@;%@",
-                  [self->item rfc822Email],
-                  [self->item cnForDisplay]];
-}
-
 /* new */
 
 - (id)newAction {
index 24305041d295b6d9e8bf57b7f790165ec52d12ed..49e5e3e5590e22804263b080ad53e0612b141a77 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-SUBMINOR_VERSION:=44
+SUBMINOR_VERSION:=45
 
 # v0.9.41 requires libNGObjWeb     v4.2.431
 # v0.9.31 requires libWEExtensions v4.2.52