See ChangeLog.

Monotone-Parent: 66db9463cbafa20e7fce07829dca8d5d59f33165
Monotone-Revision: aa47b57f3bbc833ffcc7199f21b79f0453a1cd87

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-06-29T20:21:48
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-06-29 20:21:48 +00:00
parent f291320413
commit 0ff309bb15
11 changed files with 133 additions and 31 deletions
+16
View File
@@ -1,3 +1,19 @@
2010-06-29 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/UIxCalendarProperties.js
(onLoadCalendarProperties): we now make use of tabs in the
properties window.
* UI/Scheduler/UIxCalendarProperties.m (-isPublicAccessEnabled):
new method, copied from Common/UIxAclEditor.m.
(-_basePublicCalDAVURL): new method that return the public base
URL of the calendar.
(-publicCalDavURL, -publicWebDavICSURL, -publicWebDavXMLURL): new
methods to return the various public URLs associated to the calendar.
* SoObjects/SOGo/SOGoGCSFolder.m (-publicDavURL): new method to
return the public DAV URL of the folder.
2010-06-28 Francis Lachapelle <flachapelle@inverse.ca>
* UI/Contacts/UIxContactEditor.m (-initSnapshot, -_saveSnapshot):