diff --git a/ChangeLog b/ChangeLog index 46aac0a9f..c0e49e7c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-11-04 Francis Lachapelle + + * Major refresh of CSS stylesheets. + * UI/WebServerResources/SOGoAutoCompletion.js + (performSearchCallback): fixed position of popup menu when used in + the contacts list editor. + 2009-11-04 Wolfgang Sourdeau * SoObjects/SOGo/NSDictionary+Utilities.m @@ -57,6 +64,15 @@ when clicking on Accept/Decline/Delegate into the user's calendar if it's not in there already. +2009-10-27 Cyril Robert + + * UI/Common/UIxPageFrame.m (userEmail): Added to display the user's email + address in the linkBanner. + * UI/Contacts/UIxListView.m + (itemHref, itemName, itemEmail): Added to allow clickable email addresses in + UIxListView. + (itemText): Removed, no longer needed. + 2009-10-27 Ludovic Marcotte * SoObjects/SOGo/SOGoGCSFolder.m (create) diff --git a/SoObjects/SOGo/SOGoUser.h b/SoObjects/SOGo/SOGoUser.h index 80da3c315..a1f1adf28 100644 --- a/SoObjects/SOGo/SOGoUser.h +++ b/SoObjects/SOGo/SOGoUser.h @@ -96,6 +96,7 @@ extern NSString *SOGoWeekStartFirstFullWeek; /* properties */ - (NSArray *) allEmails; - (BOOL) hasEmail: (NSString *) email; +- (NSString *) systemEmail; - (NSString *) cn; - (NSURL *) freeBusyURL; diff --git a/UI/Common/UIxPageFrame.m b/UI/Common/UIxPageFrame.m index 346612382..ca65b128f 100644 --- a/UI/Common/UIxPageFrame.m +++ b/UI/Common/UIxPageFrame.m @@ -399,6 +399,11 @@ static NSString *siteFavicon = nil; && [user isSuperUser]); } +- (NSString *) userEmail +{ + return [[context activeUser] systemEmail]; +} + - (BOOL) canLogoff { BOOL canLogoff; diff --git a/UI/Templates/AdministrationUI/UIxAdministration.wox b/UI/Templates/AdministrationUI/UIxAdministration.wox index 6e08dba8f..887efd5b6 100644 --- a/UI/Templates/AdministrationUI/UIxAdministration.wox +++ b/UI/Templates/AdministrationUI/UIxAdministration.wox @@ -14,7 +14,7 @@

-

+
diff --git a/UI/Templates/ContactsUI/UIxContactEditor.wox b/UI/Templates/ContactsUI/UIxContactEditor.wox index 5aae443a6..67531112a 100644 --- a/UI/Templates/ContactsUI/UIxContactEditor.wox +++ b/UI/Templates/ContactsUI/UIxContactEditor.wox @@ -9,11 +9,10 @@ title="name" const:popup="YES" > -
+ -
- +
+
    -
  • -
  • -
  • +
  • + +
  • +
  • +
  • +
  • +
- - + +
- - + +
- - + +