diff --git a/ChangeLog b/ChangeLog index 6636ea498..2b35733eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,678 @@ +commit 557cb2bf2d6204469260bc6a45b134f39efd98e0 +Author: Francis Lachapelle +Date: Thu Sep 27 10:33:57 2012 -0400 + + Updated NEWS file + +M NEWS + +commit 1cf972074c3b27a2f263a9401cd90b93aa95a4fb +Author: Francis Lachapelle +Date: Thu Sep 27 10:03:54 2012 -0400 + + Coherance fix in mail editor title + +M UI/WebServerResources/UIxMailEditor.js + +commit 1f3f1888f507fa2888a2ecb6a16fc8df8cd2568c +Author: Ludovic Marcotte +Date: Thu Sep 27 08:44:03 2012 -0400 + + Improved guide in prepration for the release. + +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + +commit a51fb9e28b795c36393a79d9999c00e9ff849fc7 +Author: Francis Lachapelle +Date: Wed Sep 26 20:25:23 2012 -0400 + + Use a POST to copy/move contacts + + By submitting the ajax request as a post, we avoid reaching the web + server url length limit. + Fixes #1887 + +M UI/WebServerResources/ContactsUI.js + +commit 2711e0a0dbf8752f4d8385688dd1551c8598ae72 +Author: Wolfgang Sourdeau +Date: Wed Sep 26 17:07:19 2012 -0400 + + Retrieve the displayName rather the address part of the email address + +M OpenChange/MAPIStoreMailMessage.m + +commit d77f6be4506c9a1e07b14b1bb442ed71492bd595 +Author: Francis Lachapelle +Date: Wed Sep 26 15:18:09 2012 -0400 + + Fixed DnD of all-day events + + Fixes #1598 + +M UI/Scheduler/UIxAppointmentActions.m + +commit 75328b09a69561bad9d7598593d51ae3271c0762 +Author: Francis Lachapelle +Date: Wed Sep 26 14:55:27 2012 -0400 + + Improved layout of event/task editor + +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxComponentEditor.css +M UI/WebServerResources/UIxTaskEditor.css + +commit dfcf0caa93b8195a8ee7ef97cfc5ec2fcdcfa929 +Author: Luc Charland +Date: Wed Sep 26 13:27:41 2012 -0400 + + Fixed bug #1798 + + Web login should pre-select site default language. + Using browser default language. + +M UI/Templates/MainUI/SOGoRootPage.wox + +commit 96a035a4ca85c2a0221763a0630a06f5e3d6914a +Author: Luc Charland +Date: Wed Sep 26 11:28:18 2012 -0400 + + Fixed bug #1104 : subject is used as title always + + When the windows were opened, subject was not used as title. + +M UI/Templates/MailerUI/UIxMailView.wox +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailPopupView.js + +commit 37ccb0875c335abdf8fa961c744aa280dfd6e5d8 +Author: Wolfgang Sourdeau +Date: Wed Sep 26 11:50:28 2012 -0400 + + Check whether the "INBOX" folder has the "noinferiors" flag set before declaring that it accepts subfolder creation + +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreUserContext.h +M OpenChange/MAPIStoreUserContext.m + +commit a608e8471b4c17804fb70792eea95e6933daedcc +Author: Ludovic Marcotte +Date: Wed Sep 26 10:04:38 2012 -0400 + + Updated the doc in preparation for the release. + +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + +commit a6a30afe7564b5aff5a4940ea58295dfb02e3076 +Author: Wolfgang Sourdeau +Date: Wed Sep 26 09:28:37 2012 -0400 + + Set PidLidRecurrentPattern + +M OpenChange/MAPIStoreAppointmentWrapper.m + +commit 49ea1838357cf66918f746d6814024b19f377703 +Author: Wolfgang Sourdeau +Date: Wed Sep 26 09:27:59 2012 -0400 + + PidLidFExceptionalBody should be set only on event exceptions + +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreCalendarEmbeddedMessage.m + +commit 2760e35f152fed565f5a7a25b3b65aa467c75631 +Author: Wolfgang Sourdeau +Date: Wed Sep 26 09:26:38 2012 -0400 + + PidTagAccessLevel should not be set on folder objects + +M OpenChange/MAPIStoreFolder.m + +commit b734090ce5e2fb5afea60daf8fa58e2290cf8211 +Author: Francis Lachapelle +Date: Wed Sep 26 09:23:10 2012 -0400 + + Updated translations + + - Catalan + - Dutch + - French + - German + - Hungarian + - Russian + - Spanish (Argentina) + - Spanish (Spain) + +M SoObjects/Appointments/Catalan.lproj/Localizable.strings +M SoObjects/Appointments/Dutch.lproj/Localizable.strings +M SoObjects/Appointments/French.lproj/Localizable.strings +M SoObjects/Appointments/German.lproj/Localizable.strings +M SoObjects/Appointments/Hungarian.lproj/Localizable.strings +M SoObjects/Appointments/Russian.lproj/Localizable.strings +M SoObjects/Appointments/SpanishArgentina.lproj/Localizable.strings +M SoObjects/Appointments/SpanishSpain.lproj/Localizable.strings + +commit 01287d1aebc078d7204200d9873f4e1d04100df0 +Author: Francis Lachapelle +Date: Wed Sep 26 07:48:23 2012 -0400 + + SchedulerUI.js : removed unused variable + +M UI/WebServerResources/SchedulerUI.js + +commit 7e79b79c04ab20c20e8825b133b45f39c04c95d9 +Author: Francis Lachapelle +Date: Wed Sep 26 07:26:30 2012 -0400 + + Improvement over previous commit + +M SoObjects/Appointments/SOGoWebAppointmentFolder.m + +commit ddc03a9391d3089502612d199a23b97002b2986c +Author: Francis Lachapelle +Date: Wed Sep 26 07:20:30 2012 -0400 + + Log entry when loading remote web calendar + +M SoObjects/Appointments/SOGoWebAppointmentFolder.m + +commit dfe369dd207d0aba4792c70b5fdb22f54440efab +Author: Luc Charland +Date: Tue Sep 25 10:29:24 2012 -0400 + + Fixed bug #1944 + + Deleting a mail folder doesn't create the Trash mailbox. + +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M UI/MailerUI/UIxMailFolderActions.m + +commit 129880f8c5b866ff8500f2fb2590e5a5593814bc +Author: Francis Lachapelle +Date: Tue Sep 25 14:21:15 2012 -0400 + + Updated guides to version 2.0.0 + +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + +commit 68efae1055a95fb6ea0546c75e05aa7cc00d22ba +Author: Francis Lachapelle +Date: Tue Sep 25 12:00:47 2012 -0400 + + Improved support for IE8/9 + +M NEWS +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/SOGoResizableTable.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/iefixes.css + +commit f08594e7ec910c5b378d3bd7d85a2a194f00ba1b +Author: Francis Lachapelle +Date: Tue Sep 25 11:47:50 2012 -0400 + + Minor CSS improvement to CKEditor Kama theme + +M UI/WebServerResources/generic.css + +commit ecd7a92fb6ac142e88f15f656f64a89525db93d1 +Author: Francis Lachapelle +Date: Tue Sep 25 11:47:08 2012 -0400 + + Preferences: remove extra line in signature editor + +M UI/WebServerResources/UIxPreferences.js + +commit 481b533fc6ecb6fe764701aecde8512c044fd8cb +Author: Francis Lachapelle +Date: Tue Sep 25 09:18:45 2012 -0400 + + SOGoDragHandles.js - cleanup source + +M UI/WebServerResources/SOGoDragHandles.js + +commit 90fe3edce234b79e17136cae7f978658780fb065 +Author: Francis Lachapelle +Date: Mon Sep 24 20:43:12 2012 -0400 + + Until date support in timezone periods + + Fixes #1487 + +M SOPE/NGCards/iCalTimeZone.m +M SOPE/NGCards/iCalTimeZonePeriod.m + +commit 903f6f2d72b0c83a76ccce23bb5f2cb935ab70e6 +Author: Francis Lachapelle +Date: Mon Sep 24 15:27:18 2012 -0400 + + Fixed display of signature editor in preferences + +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/UIxPreferences.js + +commit 9f586db2a057814bbb2a1efa8d646deddcefacf8 +Author: Francis Lachapelle +Date: Mon Sep 24 14:27:22 2012 -0400 + + Fixed error message according to translations + +M SoObjects/Appointments/SOGoAppointmentObject.m + +commit 459c80dbf6db7b33c77ee2173306f5e1100291c4 +Author: Francis Lachapelle +Date: Mon Sep 24 14:07:56 2012 -0400 + + Don't loose composition window when opening mail + + Steps to reproduce: + * open message in popup window + * click reply or forward + * re-open message in popup window from the messages list + + It will now open the message in a separate popup. + + Fixes #1908. + +M UI/WebServerResources/MailerUI.js + +commit b22b03caa597c3faa847074365b04c7ee7ad8834 +Author: Francis Lachapelle +Date: Mon Sep 24 13:46:43 2012 -0400 + + Fixed ID of newly subscribed .ics remote calendar + +M UI/WebServerResources/generic.js + +commit d024a62e98ec2cc087bced590643f5089740222f +Author: Ludovic Marcotte +Date: Mon Sep 24 13:26:20 2012 -0400 + + Simplified even more the previous commit. + +M SoObjects/Appointments/SOGoWebAppointmentFolder.h +M SoObjects/Appointments/SOGoWebAppointmentFolder.m + +commit a6b07cd158da1155e68b5927a941edcf191e8ac0 +Author: Ludovic Marcotte +Date: Mon Sep 24 13:16:14 2012 -0400 + + Fixed #1989 (clang bug with function definition within method) + +M SoObjects/Appointments/MSExchangeFreeBusy.m +M SoObjects/Appointments/SOGoWebAppointmentFolder.h +M SoObjects/Appointments/SOGoWebAppointmentFolder.m + +commit c1fba4805e4301bb01e5ad50b77e7158a1b5d7bd +Author: Francis Lachapelle +Date: Mon Sep 24 12:18:18 2012 -0400 + + Fixed layout of contacts/calendars import dialogs + +M UI/Templates/ContactsUI/UIxContactFoldersView.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/iefixes.css + +commit 9bb897cea3cdf6470159e17c46a410a37c278ba4 +Author: Ludovic Marcotte +Date: Mon Sep 24 11:24:38 2012 -0400 + + Updated the guide in preparation for the v2 release. + +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + +commit ae6e32c40acab4b03fd733cedb8adb9b4aba4be2 +Author: Francis Lachapelle +Date: Mon Sep 24 11:21:48 2012 -0400 + + Fixed dates validation with new date picker + +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/UIxTaskEditor.js + +commit 23ebc24d94890327d8d264b9e096f02825bf651e +Author: Wolfgang Sourdeau +Date: Mon Sep 24 10:24:46 2012 -0400 + + Handle permissions on embedded messages too + +M OpenChange/MAPIStoreMessage.m + +commit b15234c26e25d4cc35f27d4c8810ec98e91f2bf4 +Author: Francis Lachapelle +Date: Fri Sep 21 22:05:07 2012 -0400 + + New date picker + + Removed the old popup calendar (Tigra) by an inline version + (bootstrap-datepicker). Also revamped the time picker and the dialog + boxes to fit the new look. + +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/Templates/SchedulerUI/UIxDatePicker.wox +A UI/WebServerResources/SOGoTimePicker.css +M UI/WebServerResources/SOGoTimePicker.js +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxComponentEditor.css +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/UIxTaskEditor.js +A UI/WebServerResources/datepicker.css +A UI/WebServerResources/datepicker.js +M UI/WebServerResources/generic.css +D UI/WebServerResources/skycalendar.html +D UI/WebServerResources/skycalendar.js + +commit 0181ec606d03d38265a6b45e617fff27ad942dbf +Author: Francis Lachapelle +Date: Fri Sep 21 21:48:39 2012 -0400 + + Cleanup months and weeks translations + + Removed the translations of months and weeks from the Scheduler bundle + since they were already translated in Locale files. + - The a3_ strings were removed (replaced by + NSShortMonthNameArray) + - The months strings were removed (replaced by NSMonthNameArray) + - The weeks strings were removed (replaced by NSWeekDayNameArray) + + Moved the a2_ strings to the Common bundle and added a new + method [UIxComponent commonLabelForKey:]. + +M UI/Common/BrazilianPortuguese.lproj/Localizable.strings +M UI/Common/Catalan.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Common/Danish.lproj/Localizable.strings +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Common/Hungarian.lproj/Localizable.strings +M UI/Common/Icelandic.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Common/NorwegianBokmal.lproj/Localizable.strings +M UI/Common/NorwegianNynorsk.lproj/Localizable.strings +M UI/Common/Polish.lproj/Localizable.strings +M UI/Common/Russian.lproj/Localizable.strings +M UI/Common/SpanishArgentina.lproj/Localizable.strings +M UI/Common/SpanishSpain.lproj/Localizable.strings +M UI/Common/Swedish.lproj/Localizable.strings +M UI/Common/UIxPageFrame.m +M UI/Common/Ukrainian.lproj/Localizable.strings +M UI/Common/Welsh.lproj/Localizable.strings +M UI/PreferencesUI/UIxPreferences.h +M UI/PreferencesUI/UIxPreferences.m +M UI/SOGoUI/UIxComponent.h +M UI/SOGoUI/UIxComponent.m +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Catalan.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Danish.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Icelandic.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/NorwegianBokmal.lproj/Localizable.strings +M UI/Scheduler/NorwegianNynorsk.lproj/Localizable.strings +M UI/Scheduler/Polish.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/SpanishArgentina.lproj/Localizable.strings +M UI/Scheduler/SpanishSpain.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/Ukrainian.lproj/Localizable.strings +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/WebServerResources/JavascriptAPIExtensions.js + +commit fa0db25b168402f0859240c0784761e963e2515e +Author: Jean Raby +Date: Fri Sep 21 13:16:50 2012 -0400 + + Use self.attendee1_client when adding his event + + Use self.attendee1_client instead of self.client when calling _putevent + +M Tests/Integration/test-caldav-scheduling.py + +commit 544f59575bc39d52ecadec35f9f0d27b8b38453f +Author: Luc Charland +Date: Fri Sep 21 09:13:27 2012 -0400 + + added tags to gitignore + +M .gitignore + +commit 14586d251e5922b168a6157ad9f972b7faf4a764 +Author: Luc Charland +Date: Thu Sep 20 13:46:23 2012 -0400 + + fixed bug #1104 + + Titles of new messages' windows should reflect the subject + +M UI/WebServerResources/UIxMailEditor.js + +commit 26c97fe4ed7b652498b3b4d9246ed664f88d8bd8 +Author: Luc Charland +Date: Wed Sep 19 16:11:17 2012 -0400 + + Fixed bug 1930 + + Notification e-mail are not available on transifex for translate + This simply needed to be passed to the translation before returning. + +M SoObjects/Appointments/SOGoAptMailICalReply.m + +commit 569a34c0f4916a62e2cb1eb7d19a9d47e037d9a6 +Author: Wolfgang Sourdeau +Date: Wed Sep 19 16:06:27 2012 -0400 + + Added PidTagHasNamedProperties + +M OpenChange/MAPIStoreMessage.m + +commit 1f8f31daff73cc481da528ea8192cfc27fade1e4 +Author: Wolfgang Sourdeau +Date: Wed Sep 19 16:05:52 2012 -0400 + + Embedded message can always be "saved" + +M OpenChange/MAPIStoreMessage.m + +commit 72fb3f552d38162562c3fe9a84e2a401cb321318 +Author: Wolfgang Sourdeau +Date: Wed Sep 19 12:25:20 2012 -0400 + + PidTagBody: do not return a body if it is an empty string or a simple crlf + +M OpenChange/MAPIStoreAppointmentWrapper.m + +commit 04d5284ef3172921d1404991ef696975807531e3 +Author: Wolfgang Sourdeau +Date: Wed Sep 19 12:23:56 2012 -0400 + + Added PidLidRecurrenceType, PidLidAppointmentTimeZoneDefinitionStartDisplay and PidLidAppointmentTimeZoneDefinitionEndDisplay + +M OpenChange/MAPIStoreAppointmentWrapper.m + +commit cad770bf76fcbe37374e98486cce41b52a20fe04 +Author: Wolfgang Sourdeau +Date: Wed Sep 19 12:22:07 2012 -0400 + + Moved PidTagException* properties to the right place + +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreCalendarAttachment.h +M OpenChange/MAPIStoreCalendarAttachment.m + +commit 89a41a9aa9edafb8f0f5f4f68fc198d14345d359 +Author: Wolfgang Sourdeau +Date: Wed Sep 19 12:00:07 2012 -0400 + + New method that returns a TimeZoneDefinition + +M OpenChange/iCalTimeZone+MAPIStore.h +M OpenChange/iCalTimeZone+MAPIStore.m + +commit 2758b486f7a724bda16f7c660686079de8a698c1 +Author: Wolfgang Sourdeau +Date: Wed Sep 19 11:58:52 2012 -0400 + + Output url of object being registered + +M OpenChange/MAPIStoreContext.m + +commit d120b003bcb904e1a81dad3c5858385c136287b9 +Author: Wolfgang Sourdeau +Date: Wed Sep 19 11:57:53 2012 -0400 + + Fixed MID returned for embedded messages which have not yet been registered, in a way that registers them when required + +M OpenChange/MAPIStoreAttachment.m + +commit 7154588b24ae5179f4f6cc5c2d01d223700e6441 +Author: Ludovic Marcotte +Date: Wed Sep 19 11:46:01 2012 -0400 + + Improved previous commit. We now use the start date instead of the end date. + +M UI/Scheduler/UIxCalListingActions.m + +commit 85787e955903be62b5b066e7a81184be6e3065c9 +Author: Francis Lachapelle +Date: Wed Sep 19 11:26:54 2012 -0400 + + Event editor: ellipsis overflow to attendees list + +M UI/WebServerResources/UIxComponentEditor.css + +commit bda87eba071811e8be0cb7cc20de4709b9a45937 +Author: Francis Lachapelle +Date: Wed Sep 19 11:24:25 2012 -0400 + + Attendees window: fixed autocompletion selection + + Fixed the keyboard arrows navigation within the popup menu of matching + entries. + +M UI/WebServerResources/UIxAttendeesEditor.js + +commit 49fafb498877139ff3e264460ec73e61aabdae09 +Author: Francis Lachapelle +Date: Wed Sep 19 11:20:30 2012 -0400 + + Scheduler: dynamic height for mini-calendar + + Fixes #1788. + +M UI/WebServerResources/SchedulerUI.css + +commit dbb9bac38c72a71b60a54b505f546aa961d9cd41 +Author: root +Date: Wed Sep 19 10:54:57 2012 -0400 + + Fix for bug #1571. + +M UI/Scheduler/UIxCalListingActions.m + +commit 491089e194a413dcb317a6267da24144fb2ed3cd +Author: Luc Charland +Date: Wed Sep 19 09:18:00 2012 -0400 + + Fixed bug 1929: Notifications about Modifications + + Notifications about Modifications don't show the Calendar name. + When an email notification is selected by the user, the calendar name + from which the event was changed is added to the email. + + Needs to be translated. + +M SoObjects/Appointments/English.lproj/Localizable.strings +M SoObjects/Appointments/SOGoAptMailReceipt.h +M SoObjects/Appointments/SOGoAptMailReceipt.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M UI/Templates/Appointments/SOGoAptMailReceipt.wox + +commit 9b3e4c8ab88c5ccb4a7be972bc0fb211226d1117 +Author: Luc Charland +Date: Wed Sep 19 08:41:40 2012 -0400 + + Added .gitignore to cleanup git status + +A .gitignore + +commit 802f081f28afec53d6a95f8357ef66853c03f05e +Author: Francis Lachapelle +Date: Tue Sep 18 15:05:02 2012 -0400 + + Mail Editor: prohibit double-click on send button + + Added a "safety net" like when loading a page (UIxPageFrame) to avoid + double-clicking on the send button. + +M UI/WebServerResources/UIxMailEditor.js + +commit 56a9692da45d8243869eaf5aa811d03b3496dadd +Author: Francis Lachapelle +Date: Tue Sep 18 15:04:14 2012 -0400 + + Single-window mode: fixed closing of popup window + +M UI/WebServerResources/generic.js + +commit a98bd71ec49debcf2c6710d2402e871baac3857f +Author: Francis Lachapelle +Date: Tue Sep 18 11:27:11 2012 -0400 + + Mail filters: CSS fix for input field length + + The extra input field for rules based on a custom header must be smaller + in order for the rule to span only one row. + +M UI/WebServerResources/UIxFilterEditor.js + +commit 9669cd37c4643b1eb1c78afc1afa1833e07f513b +Author: Wolfgang Sourdeau +Date: Tue Sep 18 10:12:36 2012 -0400 + + One comment and one header added. + +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreFolder.m + +commit a6e9844b3af9fd63bce888c2b3b61f2dfac51ebf +Author: Wolfgang Sourdeau +Date: Tue Sep 18 10:05:46 2012 -0400 + + Added new ChangeLog + +A ChangeLog + commit aa5dc52d184acca28756bcac0b8e8a4f29a5738b Author: Wolfgang Sourdeau Date: Tue Sep 18 10:02:52 2012 -0400 Renamed ChangeLog to ChangeLog.old -commit 989618d91cf1922b90ad82d8a56f25c29339e268 -Merge: 049095a b89db39 -Author: Wolfgang Sourdeau -Date: Tue Sep 18 10:00:29 2012 -0400 - - Merge branch 'master' of github.com:inverse-inc/sogo +D ChangeLog +M ChangeLog.old +A ChangeLog.skyrix commit b89db391bfa94a377fffa7a1b1df9d7f9aab0df1 Author: Francis Lachapelle @@ -17,12 +680,16 @@ Date: Tue Sep 18 09:44:12 2012 -0400 Preferences: CSS fix for IMAP accounts list +M UI/WebServerResources/UIxPreferences.css + commit 049095a77bed5268d44affc0481d9fa026e7bb80 Author: Wolfgang Sourdeau Date: Tue Sep 18 09:13:02 2012 -0400 Removed PidNameContentClass as it was useless +M OpenChange/MAPIStoreMessage.m + commit fc65172756683b910c94d87361555e5be201c2a0 Author: Ludovic Marcotte Date: Mon Sep 17 10:06:18 2012 +0000 @@ -36,6 +703,10 @@ Date: Mon Sep 17 10:06:18 2012 +0000 Monotone-Date: 2012-09-17T10:06:18 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreTasksMessage.m +M OpenChange/iCalEvent+MAPIStore.m + commit ec2e71090ee89d510f329a0d9dd983d55894368f Author: Francis Lachapelle Date: Mon Sep 17 13:55:22 2012 +0000 @@ -49,6 +720,29 @@ Date: Mon Sep 17 13:55:22 2012 +0000 Monotone-Date: 2012-09-17T13:55:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M UI/WebServerResources/AdministrationUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/dtree.css +M UI/WebServerResources/dtree.js +M UI/WebServerResources/generic.css +D UI/WebServerResources/tbtv_corner_17x17.gif +A UI/WebServerResources/tbtv_corner_17x22.png +D UI/WebServerResources/tbtv_corner_minus_17x17.gif +A UI/WebServerResources/tbtv_corner_minus_17x22.png +D UI/WebServerResources/tbtv_corner_plus_17x17.gif +A UI/WebServerResources/tbtv_corner_plus_17x22.png +D UI/WebServerResources/tbtv_junction_17x17.gif +A UI/WebServerResources/tbtv_junction_17x22.png +D UI/WebServerResources/tbtv_line_17x17.gif +A UI/WebServerResources/tbtv_line_17x22.png +D UI/WebServerResources/tbtv_minus_17x17.gif +A UI/WebServerResources/tbtv_minus_17x22.png +D UI/WebServerResources/tbtv_plus_17x17.gif +A UI/WebServerResources/tbtv_plus_17x22.png + commit 0da95738348d2b26e59c03db78b4c8a6c795f15a Author: Ludovic Marcotte Date: Thu Sep 13 15:49:22 2012 +0000 @@ -62,6 +756,10 @@ Date: Thu Sep 13 15:49:22 2012 +0000 Monotone-Date: 2012-09-13T15:49:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIApplication.m +M OpenChange/MAPIStoreCalendarMessage.m + commit c9b456c86d7fe4b9daa05236815cd12262243c78 Author: Ludovic Marcotte Date: Wed Sep 12 14:42:24 2012 +0000 @@ -75,6 +773,9 @@ Date: Wed Sep 12 14:42:24 2012 +0000 Monotone-Date: 2012-09-12T14:42:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMessage.m + commit e87e1ab083bc43a18a01c8f1e0dfa2ab82ee605a Author: Ludovic Marcotte Date: Wed Sep 12 10:16:20 2012 +0000 @@ -88,6 +789,9 @@ Date: Wed Sep 12 10:16:20 2012 +0000 Monotone-Date: 2012-09-12T10:16:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTasksMessage.m + commit 16b81149addd90d015bb385ba51af26a56c7f9ff Author: Francis Lachapelle Date: Wed Sep 12 08:41:52 2012 +0000 @@ -101,6 +805,8 @@ Date: Wed Sep 12 08:41:52 2012 +0000 Monotone-Date: 2012-09-12T08:41:52 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 3369561b008b351ff6314fa76f699744768a9f2a Author: Francis Lachapelle Date: Wed Sep 12 08:41:22 2012 +0000 @@ -114,6 +820,8 @@ Date: Wed Sep 12 08:41:22 2012 +0000 Monotone-Date: 2012-09-12T08:41:22 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 74cc3b79b74d33ab4d91d77e2e2f0ac4dbd097ff Author: Jean Raby Date: Mon Sep 10 20:43:58 2012 +0000 @@ -128,6 +836,8 @@ Date: Mon Sep 10 20:43:58 2012 +0000 Monotone-Date: 2012-09-10T20:43:58 Monotone-Branch: ca.inverse.sogo +M Scripts/openchange_cleanup.py + commit 24f9f4ef842b1ad38a7094ce0763c21261c937ae Author: Francis Lachapelle Date: Mon Sep 10 17:19:52 2012 +0000 @@ -141,6 +851,13 @@ Date: Mon Sep 10 17:19:52 2012 +0000 Monotone-Date: 2012-09-10T17:19:52 Monotone-Branch: ca.inverse.sogo +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/generic.css +M UI/WebServerResources/iefixes.css + commit b240f9bec3b9068e84d8ff84096d38daae66dce1 Author: Francis Lachapelle Date: Fri Sep 7 19:53:33 2012 +0000 @@ -154,6 +871,8 @@ Date: Fri Sep 7 19:53:33 2012 +0000 Monotone-Date: 2012-09-07T19:53:33 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit e7f0c9c03f5abd85c66245830261a2cbe2a3b226 Author: Francis Lachapelle Date: Fri Sep 7 19:46:49 2012 +0000 @@ -167,21 +886,44 @@ Date: Fri Sep 7 19:46:49 2012 +0000 Monotone-Date: 2012-09-07T19:46:49 Monotone-Branch: ca.inverse.sogo -commit 613499c63a2c64cf8b006212b6614e4e779a97a6 -Merge: fc62d76 8253022 -Author: Francis Lachapelle -Date: Fri Sep 7 19:40:28 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_18' (head 7c7520aa207bce4701e10594a7e6854a244e9f7e) - to branch 'ca.inverse.sogo' (head 1cc99cc487a5bfdb791d4067042b904d7eb47795) - - Monotone-Parent: 1cc99cc487a5bfdb791d4067042b904d7eb47795 - Monotone-Parent: 7c7520aa207bce4701e10594a7e6854a244e9f7e - Monotone-Revision: eb22f4d3b368a79ce56bcad18f9f176fff0cb73c - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-09-07T19:40:28 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Catalan.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Danish.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Icelandic.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/NSArray+Scheduler.m +M UI/Scheduler/NorwegianBokmal.lproj/Localizable.strings +M UI/Scheduler/NorwegianNynorsk.lproj/Localizable.strings +M UI/Scheduler/Polish.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/SpanishArgentina.lproj/Localizable.strings +M UI/Scheduler/SpanishSpain.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/UIxCalMainView.m +M UI/Scheduler/Ukrainian.lproj/Localizable.strings +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Scheduler/product.plist +M UI/Templates/ContactsUI/UIxContactFoldersView.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/Templates/SchedulerUI/UIxCalendarSelector.wox +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/HTMLTableElement.js +M UI/WebServerResources/SOGoTabsController.js +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js +M UI/WebServerResources/iefixes.css commit fc62d76b1fd2ff4c3ffba38559d13426746aedf7 Author: Wolfgang Sourdeau @@ -194,6 +936,13 @@ Date: Fri Sep 7 16:46:18 2012 +0000 Monotone-Date: 2012-09-07T16:46:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMailContext.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreObject.m + commit 772c73ac13373fc726879674335ca75f2c2bb9f5 Author: Wolfgang Sourdeau Date: Fri Sep 7 16:44:13 2012 +0000 @@ -205,6 +954,9 @@ Date: Fri Sep 7 16:44:13 2012 +0000 Monotone-Date: 2012-09-07T16:44:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSString+MAPIStore.m + commit 868c7b19cd4cb5281e5b65d85f19f723978762b5 Author: Wolfgang Sourdeau Date: Thu Sep 6 20:54:29 2012 +0000 @@ -216,6 +968,10 @@ Date: Thu Sep 6 20:54:29 2012 +0000 Monotone-Date: 2012-09-06T20:54:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSString+MAPIStore.h +M OpenChange/NSString+MAPIStore.m + commit fcc4334f765f0a18241006827d60419bcc0b3f51 Author: Wolfgang Sourdeau Date: Thu Sep 6 20:53:42 2012 +0000 @@ -227,6 +983,9 @@ Date: Thu Sep 6 20:53:42 2012 +0000 Monotone-Date: 2012-09-06T20:53:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailContext.m + commit b64e76afc697984c7342574197b884e0166013cf Author: Wolfgang Sourdeau Date: Thu Sep 6 19:09:27 2012 +0000 @@ -238,6 +997,8 @@ Date: Thu Sep 6 19:09:27 2012 +0000 Monotone-Date: 2012-09-06T19:09:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 7e79f39c8a0b7716c73f822c0020ef14a1058d3a Author: Wolfgang Sourdeau Date: Thu Sep 6 19:09:05 2012 +0000 @@ -249,6 +1010,8 @@ Date: Thu Sep 6 19:09:05 2012 +0000 Monotone-Date: 2012-09-06T19:09:05 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreCalendarMessage.m + commit 68dc7382398b311e4428ce4d880cd4a6c236753a Author: Wolfgang Sourdeau Date: Thu Sep 6 19:05:59 2012 +0000 @@ -260,6 +1023,10 @@ Date: Thu Sep 6 19:05:59 2012 +0000 Monotone-Date: 2012-09-06T19:05:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreMailContext.m + commit acea40f2959dad4efa5c4f734f1752beb741ba03 Author: Wolfgang Sourdeau Date: Thu Sep 6 18:29:25 2012 +0000 @@ -271,6 +1038,8 @@ Date: Thu Sep 6 18:29:25 2012 +0000 Monotone-Date: 2012-09-06T18:29:25 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreCalendarMessage.m + commit 1d95cdae7c6681a7a0924814ec3d4c9962e5251b Author: Wolfgang Sourdeau Date: Thu Sep 6 18:29:08 2012 +0000 @@ -282,21 +1051,9 @@ Date: Thu Sep 6 18:29:08 2012 +0000 Monotone-Date: 2012-09-06T18:29:08 Monotone-Branch: ca.inverse.sogo -commit 6cc4a7fca497d02ad9ad682908e41e3b10c6789f -Merge: 584ba34 2bf242c -Author: Wolfgang Sourdeau -Date: Thu Sep 6 14:16:25 2012 +0000 - - merge of '980f8e11a36d32aa3078b0d7bb5d661b1dad120f' - and 'e95189d2eb78ea96edf9291b7136e415251a7eb4' - - Monotone-Parent: 980f8e11a36d32aa3078b0d7bb5d661b1dad120f - Monotone-Parent: e95189d2eb78ea96edf9291b7136e415251a7eb4 - Monotone-Revision: 0b736cc980075f71e643c2c71341dee25f434fb9 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-09-06T14:16:25 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreMailContext.m commit 2bf242c97b8ff7045218067dd6242d53cb9dc611 Author: Wolfgang Sourdeau @@ -309,6 +1066,9 @@ Date: Thu Sep 6 14:15:03 2012 +0000 Monotone-Date: 2012-09-06T14:15:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailVolatileMessage.m + commit fe39d82f5d17bf128094e621ac9c2dd9cff1002a Author: Wolfgang Sourdeau Date: Thu Sep 6 14:13:24 2012 +0000 @@ -320,6 +1080,9 @@ Date: Thu Sep 6 14:13:24 2012 +0000 Monotone-Date: 2012-09-06T14:13:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailVolatileMessage.m + commit 584ba34a49bd375e164832d18dde22d9e2ca1ecb Author: Ludovic Marcotte Date: Thu Sep 6 07:46:05 2012 +0000 @@ -333,6 +1096,8 @@ Date: Thu Sep 6 07:46:05 2012 +0000 Monotone-Date: 2012-09-06T07:46:05 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + commit 0af7547b8a05b4f7cb8e985e0a86115fa56edaf9 Author: Wolfgang Sourdeau Date: Wed Sep 5 20:07:17 2012 +0000 @@ -344,6 +1109,9 @@ Date: Wed Sep 5 20:07:17 2012 +0000 Monotone-Date: 2012-09-05T20:07:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessage.m + commit 9874fa469c33e5259131a8c13c05e1f6749a93ff Author: Wolfgang Sourdeau Date: Wed Sep 5 20:06:22 2012 +0000 @@ -355,6 +1123,9 @@ Date: Wed Sep 5 20:06:22 2012 +0000 Monotone-Date: 2012-09-05T20:06:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarAttachment.m + commit d2856c26c84370065f72a3edd7dd2be6e4abb745 Author: Francis Lachapelle Date: Wed Sep 5 18:23:42 2012 +0000 @@ -368,6 +1139,9 @@ Date: Wed Sep 5 18:23:42 2012 +0000 Monotone-Date: 2012-09-05T18:23:42 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt +A Documentation/openchange.png + commit b5b9eecce19376d8364f3e50c4b78a5b0ed61b16 Author: Jean Raby Date: Wed Sep 5 17:13:31 2012 +0000 @@ -381,6 +1155,9 @@ Date: Wed Sep 5 17:13:31 2012 +0000 Monotone-Date: 2012-09-05T17:13:31 Monotone-Branch: ca.inverse.sogo +M packaging/debian-multiarch/rules +M packaging/debian/rules + commit c0921c641be22e21aac0db7e6ad1348ab63335b7 Author: Jean Raby Date: Tue Sep 4 18:49:48 2012 +0000 @@ -396,6 +1173,8 @@ Date: Tue Sep 4 18:49:48 2012 +0000 Monotone-Date: 2012-09-04T18:49:48 Monotone-Branch: ca.inverse.sogo +M Scripts/openchange_cleanup.py + commit 82530229ccf743bfbd23b70d5bf8a46df5ecab48 Author: Francis Lachapelle Date: Tue Sep 4 17:52:59 2012 +0000 @@ -408,6 +1187,8 @@ Date: Tue Sep 4 17:52:59 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-09-04T17:52:59 +M NEWS + commit 1c128a224f9c62a33cd8374983a0ae06dda4ada4 Author: Francis Lachapelle Date: Tue Sep 4 17:46:23 2012 +0000 @@ -420,6 +1201,9 @@ Date: Tue Sep 4 17:46:23 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-09-04T17:46:23 +M ChangeLog +M SoObjects/SOGo/WORequest+SOGo.m + commit 665d11976afdf99115b1ee227f38fb47a8f32144 Author: Francis Lachapelle Date: Fri Aug 31 20:31:33 2012 +0000 @@ -432,6 +1216,9 @@ Date: Fri Aug 31 20:31:33 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-31T20:31:33 +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m + commit df1c4490f47e9566ac764f33bdaf0242a492ff5b Author: Ludovic Marcotte Date: Fri Aug 31 10:56:02 2012 +0000 @@ -445,6 +1232,8 @@ Date: Fri Aug 31 10:56:02 2012 +0000 Monotone-Date: 2012-08-31T10:56:02 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + commit 77053890e39cb467c1811ff7bc2482e98faed054 Author: Jean Raby Date: Wed Aug 29 12:57:49 2012 +0000 @@ -458,21 +1247,7 @@ Date: Wed Aug 29 12:57:49 2012 +0000 Monotone-Date: 2012-08-29T12:57:49 Monotone-Branch: ca.inverse.sogo -commit c13f9364ffbbdba96a03ca29da2bf6adafab2be7 -Merge: 4798b18 23d45ac -Author: Francis Lachapelle -Date: Wed Aug 29 12:56:04 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_18' (head 749811709acadced020a19e4ce7c00f07ac86e77) - to branch 'ca.inverse.sogo' (head b142d5d1ddfd110920b6b9d0c4efbba96c4ccedd) - - Monotone-Parent: 749811709acadced020a19e4ce7c00f07ac86e77 - Monotone-Parent: b142d5d1ddfd110920b6b9d0c4efbba96c4ccedd - Monotone-Revision: cebb37d367ee5534f83da28bfdd4300b276e285d - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-08-29T12:56:04 - Monotone-Branch: ca.inverse.sogo +A Scripts/openchange_cleanup.py commit 4798b18598b0e0e9ca705e5300ea1569cb7d2b21 Author: Francis Lachapelle @@ -486,21 +1261,8 @@ Date: Wed Aug 29 12:56:00 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-29T12:56:00 -commit 23d45acf5d8973f2138f62412f5f82723f6c42dc -Merge: 6f7b728 8e37493 -Author: Francis Lachapelle -Date: Wed Aug 29 03:57:53 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_18' (head 6715d58c21f1a56fe1676af927c8dbc0dc2b3cdf) - to branch 'ca.inverse.sogo' (head 02b6f913c445756d25887e84a443f77942949032) - - Monotone-Parent: 02b6f913c445756d25887e84a443f77942949032 - Monotone-Parent: 6715d58c21f1a56fe1676af927c8dbc0dc2b3cdf - Monotone-Revision: b142d5d1ddfd110920b6b9d0c4efbba96c4ccedd - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-08-29T03:57:53 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/Appointments/SOGoAptMailUpdate.wox +M UI/WebServerResources/UIxAppointmentEditor.css commit 8e37493c41485f4e9050f17c0caea16172c9c7ad Author: Francis Lachapelle @@ -514,6 +1276,8 @@ Date: Tue Aug 28 16:15:34 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-28T16:15:34 +M NEWS + commit d37962a08bb792ef2e91f586dc8f269a57e90efe Author: Francis Lachapelle Date: Tue Aug 28 16:03:02 2012 +0000 @@ -526,6 +1290,11 @@ Date: Tue Aug 28 16:03:02 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-28T16:03:02 +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt +M Scripts/updates.php + commit 6f7b728d557463ec1bbf718705fb0d41c6c796a5 Author: Jean Raby Date: Tue Aug 28 15:03:20 2012 +0000 @@ -539,6 +1308,8 @@ Date: Tue Aug 28 15:03:20 2012 +0000 Monotone-Date: 2012-08-28T15:03:20 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + commit 766b0a1dfb86613c108478649fc0f281b16c1710 Author: Jean Raby Date: Tue Aug 28 14:38:52 2012 +0000 @@ -556,6 +1327,11 @@ Date: Tue Aug 28 14:38:52 2012 +0000 Monotone-Date: 2012-08-28T14:38:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M packaging/debian-multiarch/sogo.docs +M packaging/debian/sogo.docs +M packaging/rhel/sogo.spec + commit bc0bd77d4595653947d7187343354fffe18f2631 Author: Francis Lachapelle Date: Tue Aug 28 13:30:34 2012 +0000 @@ -568,6 +1344,10 @@ Date: Tue Aug 28 13:30:34 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-28T13:30:34 +M NEWS +M SoObjects/Appointments/SpanishSpain.lproj/Localizable.strings +M UI/PreferencesUI/SpanishSpain.lproj/Localizable.strings + commit 925412ffcf6752b7eb73b129965ff14bcce3ed7d Author: Francis Lachapelle Date: Tue Aug 28 13:27:29 2012 +0000 @@ -580,6 +1360,11 @@ Date: Tue Aug 28 13:27:29 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-28T13:27:29 +M NEWS +M SoObjects/Appointments/SpanishArgentina.lproj/Localizable.strings +M UI/Contacts/SpanishArgentina.lproj/Localizable.strings +M UI/PreferencesUI/SpanishArgentina.lproj/Localizable.strings + commit adcc2464bddf67208c11e2ebb376007599d49b56 Author: Francis Lachapelle Date: Tue Aug 28 13:16:22 2012 +0000 @@ -592,6 +1377,14 @@ Date: Tue Aug 28 13:16:22 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-28T13:16:22 +M NEWS +M SoObjects/Appointments/Russian.lproj/Localizable.strings +M UI/Contacts/Russian.lproj/Localizable.strings +M UI/MailPartViewers/Russian.lproj/Localizable.strings +M UI/MailerUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings + commit 23ad5d346b5001b57ee399a17008898b30ffb8c5 Author: Francis Lachapelle Date: Tue Aug 28 13:13:35 2012 +0000 @@ -604,6 +1397,13 @@ Date: Tue Aug 28 13:13:35 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-28T13:13:35 +M NEWS +M SoObjects/Appointments/Hungarian.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/MailerUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings + commit 9e7ba6d66ace9348894a749fa8b64c0c6d8a399f Author: Francis Lachapelle Date: Tue Aug 28 13:11:44 2012 +0000 @@ -616,6 +1416,11 @@ Date: Tue Aug 28 13:11:44 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-28T13:11:44 +M NEWS +M SoObjects/Appointments/German.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings + commit 575565c473788db1e2d4f319c80bcc26dc3e2353 Author: Francis Lachapelle Date: Tue Aug 28 13:07:30 2012 +0000 @@ -628,6 +1433,10 @@ Date: Tue Aug 28 13:07:30 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-28T13:07:30 +M NEWS +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings + commit b05af38cf6173e6580a17c776b933d973f88d32b Author: Francis Lachapelle Date: Tue Aug 28 13:02:12 2012 +0000 @@ -640,6 +1449,14 @@ Date: Tue Aug 28 13:02:12 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-28T13:02:12 +M NEWS +M SoObjects/Appointments/Catalan.lproj/Localizable.strings +M UI/Common/Catalan.lproj/Localizable.strings +M UI/Contacts/Catalan.lproj/Localizable.strings +M UI/MailerUI/Catalan.lproj/Localizable.strings +M UI/PreferencesUI/Catalan.lproj/Localizable.strings +M UI/Scheduler/Catalan.lproj/Localizable.strings + commit 2ac68a818ea235db7a99c65482d2aa5a05ae7ce3 Author: Francis Lachapelle Date: Tue Aug 28 12:58:06 2012 +0000 @@ -652,20 +1469,7 @@ Date: Tue Aug 28 12:58:06 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-28T12:58:06 -commit 6dd21f0f54b6867e1440dd8d568e107b169767f3 -Merge: 74a6c2f 246bae6 -Author: Francis Lachapelle -Date: Tue Aug 28 12:55:50 2012 +0000 - - merge of '4194d463f4a1cb6539347d116d278cd1e6cb9d12' - and 'efd2971c30fdf12f7c60edbe1950e3bc6b3e4398' - - Monotone-Parent: 4194d463f4a1cb6539347d116d278cd1e6cb9d12 - Monotone-Parent: efd2971c30fdf12f7c60edbe1950e3bc6b3e4398 - Monotone-Revision: af632270926a9ff2164d4226f6a04ab281a2fdb2 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-08-28T12:55:50 +M SoObjects/Appointments/French.lproj/Localizable.strings commit 246bae6cc42c1be00d3c17aebe1b1919640ec91e Author: Francis Lachapelle @@ -679,6 +1483,8 @@ Date: Tue Aug 28 12:55:30 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-28T12:55:30 +M UI/WebServerResources/MailerUI.css + commit 74a6c2f1d980468a6096b0522651a4c15256107e Author: Ludovic Marcotte Date: Tue Aug 28 08:48:41 2012 +0000 @@ -691,6 +1497,8 @@ Date: Tue Aug 28 08:48:41 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-08-28T08:48:41 +M Documentation/SOGo Installation Guide.odt + commit da6b5696a0eb312b58e23e2b99cd21f1592434ac Author: Francis Lachapelle Date: Mon Aug 27 20:35:10 2012 +0000 @@ -703,6 +1511,22 @@ Date: Mon Aug 27 20:35:10 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-27T20:35:10 +M ChangeLog +M NEWS +M SoObjects/Appointments/English.lproj/Localizable.strings +M SoObjects/Appointments/SOGoAptMailDeletion.m +M SoObjects/Appointments/SOGoAptMailICalReply.m +M SoObjects/Appointments/SOGoAptMailInvitation.m +M SoObjects/Appointments/SOGoAptMailNotification.h +M SoObjects/Appointments/SOGoAptMailNotification.m +M SoObjects/Appointments/SOGoAptMailUpdate.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M UI/Templates/Appointments/SOGoAptMailDeletion.wox +M UI/Templates/Appointments/SOGoAptMailICalReply.wox +M UI/Templates/Appointments/SOGoAptMailInvitation.wox +M UI/Templates/Appointments/SOGoAptMailReceipt.wox +M UI/Templates/Appointments/SOGoAptMailUpdate.wox + commit 4d71ec17f64e5ffeddc5c1e0388c7e1e2f4f33f3 Author: Francis Lachapelle Date: Mon Aug 27 15:33:34 2012 +0000 @@ -715,6 +1539,10 @@ Date: Mon Aug 27 15:33:34 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-27T15:33:34 +M ChangeLog +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/generic.js + commit 07b41d4420a121017285f7fffdad51c683ab0e00 Author: Francis Lachapelle Date: Mon Aug 27 14:41:38 2012 +0000 @@ -727,6 +1555,12 @@ Date: Mon Aug 27 14:41:38 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-27T14:41:38 +M ChangeLog +M NEWS +M UI/Scheduler/UIxCalListingActions.m +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js + commit 23386cab11086685967d5d0848e2e86b30032b86 Author: Ludovic Marcotte Date: Mon Aug 27 09:40:18 2012 +0000 @@ -739,6 +1573,12 @@ Date: Mon Aug 27 09:40:18 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-08-27T09:40:18 +M ChangeLog +M NEWS +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/iCalPerson+SOGo.h +M SoObjects/Appointments/iCalPerson+SOGo.m + commit 8d1303f41d0b31bb917c082c422315f1f1de6be0 Author: Francis Lachapelle Date: Fri Aug 24 19:59:46 2012 +0000 @@ -751,6 +1591,8 @@ Date: Fri Aug 24 19:59:46 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-24T19:59:46 +M UI/WebServerResources/MailerUI.css + commit 6bf0a28c5ce9fd9a0b6d61871b4de4795d081f70 Author: Francis Lachapelle Date: Fri Aug 24 19:58:04 2012 +0000 @@ -763,6 +1605,9 @@ Date: Fri Aug 24 19:58:04 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-24T19:58:04 +M ChangeLog +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit ea30ab1a5e48663c90afff060ca2362cc7987908 Author: Jean Raby Date: Fri Aug 24 14:43:33 2012 +0000 @@ -776,6 +1621,8 @@ Date: Fri Aug 24 14:43:33 2012 +0000 Monotone-Date: 2012-08-24T14:43:33 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + commit 8530f7950d92966513605bcd79ca9966f97a2f8a Author: Francis Lachapelle Date: Fri Aug 24 13:55:15 2012 +0000 @@ -788,6 +1635,8 @@ Date: Fri Aug 24 13:55:15 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-24T13:55:15 +M NEWS + commit 29c5915c490d27cb30c029d8410472f7eccc426b Author: Ludovic Marcotte Date: Fri Aug 24 10:25:13 2012 +0000 @@ -801,6 +1650,8 @@ Date: Fri Aug 24 10:25:13 2012 +0000 Monotone-Date: 2012-08-24T10:25:13 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + commit 6f0cc7502d712165b46acc589d53a2f995149ccc Author: Ludovic Marcotte Date: Thu Aug 23 16:51:24 2012 +0000 @@ -814,6 +1665,9 @@ Date: Thu Aug 23 16:51:24 2012 +0000 Monotone-Date: 2012-08-23T16:51:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m + commit e8831b4fe4776e74a27bb22a0c653626243b5035 Author: Francis Lachapelle Date: Thu Aug 23 12:43:37 2012 +0000 @@ -826,21 +1680,7 @@ Date: Thu Aug 23 12:43:37 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-23T12:43:37 -commit c2b564df125511ba899abe3917fa6513517f3394 -Merge: b1f3a8e 426696b -Author: Francis Lachapelle -Date: Wed Aug 22 13:52:16 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_18' (head 52bc1ab2a2dcc4de7809fd592d0e9c41c556cf17) - to branch 'ca.inverse.sogo' (head 263be06669bfcef33b9cb13a1171fdb0d4d5ec57) - - Monotone-Parent: 263be06669bfcef33b9cb13a1171fdb0d4d5ec57 - Monotone-Parent: 52bc1ab2a2dcc4de7809fd592d0e9c41c556cf17 - Monotone-Revision: ec64b102b590c4a7b217fe508a46ad302e12adce - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-08-22T13:52:16 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt commit 426696b03360fc6b4b3c29206f6b0264cb93b2fc Author: Francis Lachapelle @@ -854,6 +1694,9 @@ Date: Wed Aug 22 13:49:45 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-22T13:49:45 +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m + commit 4156dc77fc07e905cdbcdc12eb2e08dbef9ac42e Author: Francis Lachapelle Date: Wed Aug 22 01:26:05 2012 +0000 @@ -866,21 +1709,8 @@ Date: Wed Aug 22 01:26:05 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-22T01:26:05 -commit b1f3a8ebc69b634b16f7a4f8abb754b26fee845e -Merge: 0f9bcd5 54434e9 -Author: Wolfgang Sourdeau -Date: Tue Aug 21 20:40:09 2012 +0000 - - merge of '8cea0b1a81fe57f8395b91cfc3ed8063d49995ca' - and 'f878485f243e179600dcdcf48b5dffc712d954ca' - - Monotone-Parent: 8cea0b1a81fe57f8395b91cfc3ed8063d49995ca - Monotone-Parent: f878485f243e179600dcdcf48b5dffc712d954ca - Monotone-Revision: 263be06669bfcef33b9cb13a1171fdb0d4d5ec57 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-08-21T20:40:09 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalRepeatableEntityObject.m commit 54434e98961a9e37b865e670970312c81259c3b4 Author: Wolfgang Sourdeau @@ -893,6 +1723,9 @@ Date: Tue Aug 21 20:39:46 2012 +0000 Monotone-Date: 2012-08-21T20:39:46 Monotone-Branch: ca.inverse.sogo +M OpenChange/NSData+MAPIStore.h +M OpenChange/NSData+MAPIStore.m + commit f1c5ee15b7e42805816026fa4236278181ef0a42 Author: Wolfgang Sourdeau Date: Tue Aug 21 20:39:36 2012 +0000 @@ -904,6 +1737,9 @@ Date: Tue Aug 21 20:39:36 2012 +0000 Monotone-Date: 2012-08-21T20:39:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m + commit 8670c3c5616bc6dd07dccead501c8a59f53f1a62 Author: Wolfgang Sourdeau Date: Tue Aug 21 20:38:43 2012 +0000 @@ -915,6 +1751,10 @@ Date: Tue Aug 21 20:38:43 2012 +0000 Monotone-Date: 2012-08-21T20:38:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMessage.m + commit 2037ff8a6b491a0fab2d122a9d8e1c322e3cebff Author: Wolfgang Sourdeau Date: Tue Aug 21 20:37:50 2012 +0000 @@ -926,6 +1766,9 @@ Date: Tue Aug 21 20:37:50 2012 +0000 Monotone-Date: 2012-08-21T20:37:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContactsMessage.m + commit e86f5ff8414b2eafbc286be69029fadb50f72265 Author: Wolfgang Sourdeau Date: Tue Aug 21 20:36:32 2012 +0000 @@ -937,6 +1780,10 @@ Date: Tue Aug 21 20:36:32 2012 +0000 Monotone-Date: 2012-08-21T20:36:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreGCSFolder.h +M OpenChange/MAPIStoreGCSFolder.m + commit 0f9bcd552d6b3f3fe345b017b66c5acda809c553 Author: Jean Raby Date: Tue Aug 21 19:59:32 2012 +0000 @@ -950,6 +1797,8 @@ Date: Tue Aug 21 19:59:32 2012 +0000 Monotone-Date: 2012-08-21T19:59:32 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 59a1f986ccad96bcede7220f87fa9cd43d0b31ea Author: Jean Raby Date: Tue Aug 21 19:10:57 2012 +0000 @@ -963,6 +1812,8 @@ Date: Tue Aug 21 19:10:57 2012 +0000 Monotone-Date: 2012-08-21T19:10:57 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 56eae68d7c80b6978dcc2fbbd688a3ad67da7e3e Author: Jean Raby Date: Tue Aug 21 19:07:15 2012 +0000 @@ -976,6 +1827,8 @@ Date: Tue Aug 21 19:07:15 2012 +0000 Monotone-Date: 2012-08-21T19:07:15 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 4f9e0f9963981ef4d7fcaaeda5abfd80331008b7 Author: Wolfgang Sourdeau Date: Tue Aug 21 18:25:08 2012 +0000 @@ -987,6 +1840,8 @@ Date: Tue Aug 21 18:25:08 2012 +0000 Monotone-Date: 2012-08-21T18:25:08 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit ef2ce2434f7b68ae2e004c3d7fd2f6500d6ff95e Author: Wolfgang Sourdeau Date: Tue Aug 21 17:41:24 2012 +0000 @@ -998,6 +1853,8 @@ Date: Tue Aug 21 17:41:24 2012 +0000 Monotone-Date: 2012-08-21T17:41:24 Monotone-Branch: ca.inverse.sogo +M OpenChange/unrtf-0.21.2.diff + commit f736efef62640c9b6d68bdf7583abef2243943db Author: Wolfgang Sourdeau Date: Fri Aug 17 20:12:58 2012 +0000 @@ -1009,6 +1866,8 @@ Date: Fri Aug 17 20:12:58 2012 +0000 Monotone-Date: 2012-08-17T20:12:58 Monotone-Branch: ca.inverse.sogo +M OpenChange/gen-property-selectors.py + commit 4f3934dc0eb718941cf617cb32b73b2473c352d5 Author: Wolfgang Sourdeau Date: Fri Aug 17 20:12:50 2012 +0000 @@ -1020,6 +1879,10 @@ Date: Fri Aug 17 20:12:50 2012 +0000 Monotone-Date: 2012-08-17T20:12:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreCalendarMessage.m + commit bde4b22ba7740fee46d654c960d9f86f1ce7ff39 Author: Wolfgang Sourdeau Date: Fri Aug 17 19:04:57 2012 +0000 @@ -1031,21 +1894,129 @@ Date: Fri Aug 17 19:04:57 2012 +0000 Monotone-Date: 2012-08-17T19:04:57 Monotone-Branch: ca.inverse.sogo -commit 73d14bee9e05e25c300bcdad632d6a85d2dce78f -Merge: cb2f8e2 fb297c9 -Author: Wolfgang Sourdeau -Date: Fri Aug 17 17:57:01 2012 +0000 - - merge of '22f4b6731e332b6ef213a0c2e104ac7fef48969a' - and 'e2f910a1982b774a3f5dfd586d968821441f2076' - - Monotone-Parent: 22f4b6731e332b6ef213a0c2e104ac7fef48969a - Monotone-Parent: e2f910a1982b774a3f5dfd586d968821441f2076 - Monotone-Revision: 572391072fa416635b9921d39ed76478ed762097 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-08-17T17:57:01 - Monotone-Branch: ca.inverse.sogo +M OpenChange/EOBitmaskQualifier.h +M OpenChange/EOBitmaskQualifier.m +M OpenChange/EOQualifier+MAPI.h +M OpenChange/EOQualifier+MAPI.m +M OpenChange/MAPIApplication.h +M OpenChange/MAPIStoreActiveTables.h +M OpenChange/MAPIStoreActiveTables.m +M OpenChange/MAPIStoreAppointmentWrapper.h +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreAttachment.h +M OpenChange/MAPIStoreAttachment.m +M OpenChange/MAPIStoreAttachmentTable.h +M OpenChange/MAPIStoreAttachmentTable.m +M OpenChange/MAPIStoreAuthenticator.h +M OpenChange/MAPIStoreAuthenticator.m +M OpenChange/MAPIStoreCalendarAttachment.h +M OpenChange/MAPIStoreCalendarAttachment.m +M OpenChange/MAPIStoreCalendarContext.h +M OpenChange/MAPIStoreCalendarContext.m +M OpenChange/MAPIStoreCalendarFolder.h +M OpenChange/MAPIStoreCalendarFolder.m +M OpenChange/MAPIStoreCalendarMessage.h +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreCalendarMessageTable.h +M OpenChange/MAPIStoreCalendarMessageTable.m +M OpenChange/MAPIStoreContactsAttachment.h +M OpenChange/MAPIStoreContactsAttachment.m +M OpenChange/MAPIStoreContactsContext.h +M OpenChange/MAPIStoreContactsContext.m +M OpenChange/MAPIStoreContactsFolder.h +M OpenChange/MAPIStoreContactsFolder.m +M OpenChange/MAPIStoreContactsMessage.h +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/MAPIStoreContactsMessageTable.h +M OpenChange/MAPIStoreContactsMessageTable.m +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreDBFolder.m +M OpenChange/MAPIStoreDBMessage.m +M OpenChange/MAPIStoreEmbeddedMessage.h +M OpenChange/MAPIStoreEmbeddedMessage.m +M OpenChange/MAPIStoreFAIMessage.h +M OpenChange/MAPIStoreFAIMessage.m +M OpenChange/MAPIStoreFAIMessageTable.h +M OpenChange/MAPIStoreFAIMessageTable.m +M OpenChange/MAPIStoreFallbackContext.h +M OpenChange/MAPIStoreFallbackContext.m +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreFolderTable.h +M OpenChange/MAPIStoreFolderTable.m +M OpenChange/MAPIStoreGCSBaseContext.h +M OpenChange/MAPIStoreGCSBaseContext.m +M OpenChange/MAPIStoreGCSFolder.h +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreGCSMessage.h +M OpenChange/MAPIStoreGCSMessage.m +M OpenChange/MAPIStoreGCSMessageTable.h +M OpenChange/MAPIStoreGCSMessageTable.m +M OpenChange/MAPIStoreMIME.h +M OpenChange/MAPIStoreMIME.m +M OpenChange/MAPIStoreMailAttachment.h +M OpenChange/MAPIStoreMailAttachment.m +M OpenChange/MAPIStoreMailContext.h +M OpenChange/MAPIStoreMailContext.m +M OpenChange/MAPIStoreMailFolder.h +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreMailMessage.h +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMailMessageTable.h +M OpenChange/MAPIStoreMailMessageTable.m +M OpenChange/MAPIStoreMailVolatileMessage.h +M OpenChange/MAPIStoreMailVolatileMessage.m +M OpenChange/MAPIStoreMapping.h +M OpenChange/MAPIStoreMapping.m +M OpenChange/MAPIStoreMessage.h +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreMessageTable.h +M OpenChange/MAPIStoreMessageTable.m +M OpenChange/MAPIStoreNotesContext.h +M OpenChange/MAPIStoreNotesContext.m +M OpenChange/MAPIStoreNotesFolder.h +M OpenChange/MAPIStoreNotesFolder.m +M OpenChange/MAPIStoreNotesMessage.h +M OpenChange/MAPIStoreNotesMessage.m +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStorePermissionsTable.h +M OpenChange/MAPIStorePermissionsTable.m +M OpenChange/MAPIStoreRecurrenceUtils.h +M OpenChange/MAPIStoreRecurrenceUtils.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreSOGoObject.h +M OpenChange/MAPIStoreSOGoObject.m +M OpenChange/MAPIStoreSamDBUtils.h +M OpenChange/MAPIStoreSamDBUtils.m +M OpenChange/MAPIStoreTable.h +M OpenChange/MAPIStoreTable.m +M OpenChange/MAPIStoreTasksContext.h +M OpenChange/MAPIStoreTasksContext.m +M OpenChange/MAPIStoreTasksFolder.h +M OpenChange/MAPIStoreTasksFolder.m +M OpenChange/MAPIStoreTasksMessage.h +M OpenChange/MAPIStoreTasksMessage.m +M OpenChange/MAPIStoreTasksMessageTable.h +M OpenChange/MAPIStoreTasksMessageTable.m +M OpenChange/MAPIStoreTypes.h +M OpenChange/MAPIStoreTypes.m +M OpenChange/NSArray+MAPIStore.m +M OpenChange/NSData+MAPIStore.m +M OpenChange/NSDate+MAPIStore.h +M OpenChange/NSDate+MAPIStore.m +M OpenChange/NSObject+MAPIStore.h +M OpenChange/NSObject+MAPIStore.m +M OpenChange/NSObject+PropertyList.m +M OpenChange/NSString+MAPIStore.h +M OpenChange/NSString+MAPIStore.m +M OpenChange/NSValue+MAPIStore.h +M OpenChange/NSValue+MAPIStore.m +M OpenChange/code-MAPIStorePropertySelectors.h +M OpenChange/code-MAPIStorePropertySelectors.m +M OpenChange/dbmsgreader.m +M OpenChange/plreader.m commit fb297c913c11347b2b9719119c710022ad7d086d Author: Wolfgang Sourdeau @@ -1058,6 +2029,12 @@ Date: Fri Aug 17 17:56:25 2012 +0000 Monotone-Date: 2012-08-17T17:56:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMailContext.m +M OpenChange/MAPIStoreMailFolder.m + commit cb2f8e27dd21bd98f1387e69fc26557392db4f4d Author: Francis Lachapelle Date: Fri Aug 17 15:24:27 2012 +0000 @@ -1071,21 +2048,8 @@ Date: Fri Aug 17 15:24:27 2012 +0000 Monotone-Date: 2012-08-17T15:24:27 Monotone-Branch: ca.inverse.sogo -commit cadbbb8ef1842e14b4e2cad642164b56da611ac2 -Merge: 90e226d 9f0312d -Author: Francis Lachapelle -Date: Fri Aug 17 03:28:13 2012 +0000 - - merge of '1fb3121c84e0bb2773973fcfde109c7b26530951' - and '3b05428c1c26f8039e60ec4b3d67714b8d3c2f95' - - Monotone-Parent: 1fb3121c84e0bb2773973fcfde109c7b26530951 - Monotone-Parent: 3b05428c1c26f8039e60ec4b3d67714b8d3c2f95 - Monotone-Revision: d073d1d434e8c6c57d9c0f53a3cac4c19354b6f7 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-08-17T03:28:13 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt +A Documentation/sogo-2.png commit 90e226d5bb366335076ea9442696f0787487dc58 Author: Wolfgang Sourdeau @@ -1098,6 +2062,9 @@ Date: Thu Aug 16 21:05:16 2012 +0000 Monotone-Date: 2012-08-16T21:05:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m + commit d2321642bf30c5d87bf95422de07104986d9c591 Author: Wolfgang Sourdeau Date: Thu Aug 16 16:32:52 2012 +0000 @@ -1109,6 +2076,9 @@ Date: Thu Aug 16 16:32:52 2012 +0000 Monotone-Date: 2012-08-16T16:32:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m + commit e5a39484683d0d6c2196e276b53fbd439e8ec237 Author: Wolfgang Sourdeau Date: Thu Aug 16 16:30:58 2012 +0000 @@ -1120,6 +2090,9 @@ Date: Thu Aug 16 16:30:58 2012 +0000 Monotone-Date: 2012-08-16T16:30:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMapping.m + commit 0d12810e14c161611f8e31c7ef081e1abc48acb5 Author: Wolfgang Sourdeau Date: Thu Aug 16 16:29:47 2012 +0000 @@ -1131,6 +2104,9 @@ Date: Thu Aug 16 16:29:47 2012 +0000 Monotone-Date: 2012-08-16T16:29:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAppointmentWrapper.m + commit 9f0312db41c820555c6c487a8bb2e4589c61ad22 Author: Ludovic Marcotte Date: Thu Aug 16 15:46:05 2012 +0000 @@ -1144,6 +2120,8 @@ Date: Thu Aug 16 15:46:05 2012 +0000 Monotone-Date: 2012-08-16T15:46:05 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + commit e09972700bcba858ad8f67a21709fbffa492061c Author: Wolfgang Sourdeau Date: Wed Aug 15 19:01:24 2012 +0000 @@ -1155,6 +2133,9 @@ Date: Wed Aug 15 19:01:24 2012 +0000 Monotone-Date: 2012-08-15T19:01:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.m + commit abe8de11aa4eba66f526613201544e93abafa8ff Author: Wolfgang Sourdeau Date: Wed Aug 15 19:00:38 2012 +0000 @@ -1166,6 +2147,10 @@ Date: Wed Aug 15 19:00:38 2012 +0000 Monotone-Date: 2012-08-15T19:00:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoMAPIDBFolder.m +M OpenChange/SOGoMAPIDBObject.m + commit 3f2cfd97e4fda9ee70623f90f89049f0f1150107 Author: Wolfgang Sourdeau Date: Wed Aug 15 18:59:42 2012 +0000 @@ -1177,6 +2162,10 @@ Date: Wed Aug 15 18:59:42 2012 +0000 Monotone-Date: 2012-08-15T18:59:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailContext.h +M OpenChange/MAPIStoreMailContext.m + commit ab001192d668f77b9878900eaf781faebfa85241 Author: Wolfgang Sourdeau Date: Wed Aug 15 15:24:42 2012 +0000 @@ -1188,6 +2177,9 @@ Date: Wed Aug 15 15:24:42 2012 +0000 Monotone-Date: 2012-08-15T15:24:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.m + commit 47afdfcd40899a7203df7ccc1d1a2d4c9b4e27bf Author: Wolfgang Sourdeau Date: Wed Aug 15 13:13:15 2012 +0000 @@ -1199,21 +2191,12 @@ Date: Wed Aug 15 13:13:15 2012 +0000 Monotone-Date: 2012-08-15T13:13:15 Monotone-Branch: ca.inverse.sogo -commit 19cbe54277090d6179453b22e43d63616cb522f2 -Merge: 45974ec 9d6b1d4 -Author: Wolfgang Sourdeau -Date: Wed Aug 15 02:33:59 2012 +0000 - - merge of '570b17715b63da450bef9fde6d9c95288911034f' - and '800eec672662916c1befcca1d44eb844a104ca97' - - Monotone-Parent: 570b17715b63da450bef9fde6d9c95288911034f - Monotone-Parent: 800eec672662916c1befcca1d44eb844a104ca97 - Monotone-Revision: de4fcfa81509a5dd3cc5acd2a1c6ba7c97653649 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-08-15T02:33:59 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreDBFolder.m +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreSOGo.m commit 45974ec74b49d383cf5fbfa75f8d4d85c3774ac3 Author: Wolfgang Sourdeau @@ -1226,6 +2209,19 @@ Date: Wed Aug 15 01:02:08 2012 +0000 Monotone-Date: 2012-08-15T01:02:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAttachment.h +M OpenChange/MAPIStoreAttachment.m +M OpenChange/MAPIStoreDBFolder.m +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreMessage.h +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreSOGo.m + commit dac62b634cbdc99876e37939974965211f04dbb7 Author: Wolfgang Sourdeau Date: Wed Aug 15 00:59:55 2012 +0000 @@ -1237,6 +2233,8 @@ Date: Wed Aug 15 00:59:55 2012 +0000 Monotone-Date: 2012-08-15T00:59:55 Monotone-Branch: ca.inverse.sogo +M OpenChange/SOGoMAPIDBFolder.m + commit 5426fb4bbb1120c1e2efb222734f8d71245d3809 Author: Wolfgang Sourdeau Date: Tue Aug 14 20:16:16 2012 +0000 @@ -1248,6 +2246,9 @@ Date: Tue Aug 14 20:16:16 2012 +0000 Monotone-Date: 2012-08-14T20:16:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreSOGo.m + commit 992c95f9a0665fd7481e01f5883d51609b55bf15 Author: Wolfgang Sourdeau Date: Tue Aug 14 20:15:15 2012 +0000 @@ -1259,6 +2260,9 @@ Date: Tue Aug 14 20:15:15 2012 +0000 Monotone-Date: 2012-08-14T20:15:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.m + commit 9d6b1d47bbe2994b2e2b5e1d97033db0bc0619ad Author: Jean Raby Date: Tue Aug 14 16:32:53 2012 +0000 @@ -1274,21 +2278,8 @@ Date: Tue Aug 14 16:32:53 2012 +0000 Monotone-Date: 2012-08-14T16:32:53 Monotone-Branch: ca.inverse.sogo -commit 55ac8077df124de2dda6f107dad8e9e5cf866afc -Merge: 4755515 a01ddf2 -Author: Jean Raby -Date: Tue Aug 14 16:28:26 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_18' (head e85beb8f93ffc2c69838b75d3a43926981cbe855) - to branch 'ca.inverse.sogo' (head f418b89e20c4272dbbbddf4ef8ec5de8e414c52e) - - Monotone-Parent: e85beb8f93ffc2c69838b75d3a43926981cbe855 - Monotone-Parent: f418b89e20c4272dbbbddf4ef8ec5de8e414c52e - Monotone-Revision: abd34c5936406914d038a38374b7414d4b8435f2 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-08-14T16:28:26 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile commit 47555152b8454e2e5689523a2dff32eb712c445f Author: Jean Raby @@ -1302,21 +2293,7 @@ Date: Tue Aug 14 16:28:19 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-08-14T16:28:19 -commit a01ddf21567b7ad5b17dd759ef58f0825834b2bd -Merge: 8bcffcf 07a376b -Author: Jean Raby -Date: Tue Aug 14 14:42:37 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_18' (head 1447a01e5c74f601142742ed11b455e307cc9051) - to branch 'ca.inverse.sogo' (head 22a3b958acddeb274e788d95f5da332880c64d78) - - Monotone-Parent: 1447a01e5c74f601142742ed11b455e307cc9051 - Monotone-Parent: 22a3b958acddeb274e788d95f5da332880c64d78 - Monotone-Revision: f418b89e20c4272dbbbddf4ef8ec5de8e414c52e - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-08-14T14:42:37 - Monotone-Branch: ca.inverse.sogo +M packaging/rhel/sogo.spec commit 8bcffcfeb5a636457ec248720ca248aa70123c8d Author: Jean Raby @@ -1330,6 +2307,8 @@ Date: Tue Aug 14 14:39:09 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-08-14T14:39:09 +M packaging/rhel/sogo.spec + commit 07a376b461c09acd96f76c26c7ab86d71098a122 Author: Wolfgang Sourdeau Date: Mon Aug 13 19:55:50 2012 +0000 @@ -1341,6 +2320,11 @@ Date: Mon Aug 13 19:55:50 2012 +0000 Monotone-Date: 2012-08-13T19:55:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreSOGo.m + commit de462516766c210de2f96b2a996426d42996f525 Author: Wolfgang Sourdeau Date: Mon Aug 13 19:42:08 2012 +0000 @@ -1352,6 +2336,9 @@ Date: Mon Aug 13 19:42:08 2012 +0000 Monotone-Date: 2012-08-13T19:42:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m + commit bff811b7b86beeefb685c585f19efbdd9411ea7f Author: Wolfgang Sourdeau Date: Mon Aug 13 19:40:22 2012 +0000 @@ -1363,6 +2350,9 @@ Date: Mon Aug 13 19:40:22 2012 +0000 Monotone-Date: 2012-08-13T19:40:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreDBFolder.m + commit 149be2b43f6043fce3a101b6d45638e07c59df1c Author: Wolfgang Sourdeau Date: Mon Aug 13 19:39:47 2012 +0000 @@ -1374,6 +2364,8 @@ Date: Mon Aug 13 19:39:47 2012 +0000 Monotone-Date: 2012-08-13T19:39:47 Monotone-Branch: ca.inverse.sogo +M OpenChange/SOGoMAPIDBFolder.m + commit c4ad9891b3d0f0c93f9bf3ca5936bb4dfd913758 Author: Wolfgang Sourdeau Date: Mon Aug 13 17:49:50 2012 +0000 @@ -1385,6 +2377,9 @@ Date: Mon Aug 13 17:49:50 2012 +0000 Monotone-Date: 2012-08-13T17:49:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.m + commit db43dcdd0d589552fa9e02e4a19e43065e811be5 Author: Wolfgang Sourdeau Date: Mon Aug 13 17:48:57 2012 +0000 @@ -1396,6 +2391,8 @@ Date: Mon Aug 13 17:48:57 2012 +0000 Monotone-Date: 2012-08-13T17:48:57 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMapping.m + commit 5c1610c070b53b372c2ea05e0ab96d72599c57da Author: Wolfgang Sourdeau Date: Mon Aug 13 17:48:43 2012 +0000 @@ -1407,6 +2404,10 @@ Date: Mon Aug 13 17:48:43 2012 +0000 Monotone-Date: 2012-08-13T17:48:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoMAPIDBFolder.h +M OpenChange/SOGoMAPIDBFolder.m + commit 57afca1c7474785281df80d672eb2b77b011faee Author: Wolfgang Sourdeau Date: Mon Aug 13 17:48:18 2012 +0000 @@ -1418,6 +2419,10 @@ Date: Mon Aug 13 17:48:18 2012 +0000 Monotone-Date: 2012-08-13T17:48:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoMAPIDBObject.h +M OpenChange/SOGoMAPIDBObject.m + commit 5557c01b99704d1b2288fc7192465330cf660b94 Author: Wolfgang Sourdeau Date: Mon Aug 13 15:29:44 2012 +0000 @@ -1429,6 +2434,10 @@ Date: Mon Aug 13 15:29:44 2012 +0000 Monotone-Date: 2012-08-13T15:29:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m + commit 99aa98fdaa49170d762c49cd072210950c52ecad Author: Wolfgang Sourdeau Date: Mon Aug 13 15:26:22 2012 +0000 @@ -1440,6 +2449,8 @@ Date: Mon Aug 13 15:26:22 2012 +0000 Monotone-Date: 2012-08-13T15:26:22 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.h + commit 7d7724a5f5df338e5b60773dd12184eac5ab8e0c Author: Wolfgang Sourdeau Date: Mon Aug 13 15:26:06 2012 +0000 @@ -1451,6 +2462,8 @@ Date: Mon Aug 13 15:26:06 2012 +0000 Monotone-Date: 2012-08-13T15:26:06 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.h + commit a224a100db2f76f7100af0f082219b27f67f675e Author: Wolfgang Sourdeau Date: Mon Aug 13 14:35:00 2012 +0000 @@ -1462,6 +2475,11 @@ Date: Mon Aug 13 14:35:00 2012 +0000 Monotone-Date: 2012-08-13T14:35:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GCSSpecialQueries+OpenChange.m +M OpenChange/SOGoMAPIDBFolder.m +M OpenChange/SOGoMAPIDBObject.m + commit b3c66a09963e7f0585386751c150338bf66b6ce6 Author: Wolfgang Sourdeau Date: Mon Aug 13 14:08:49 2012 +0000 @@ -1473,6 +2491,9 @@ Date: Mon Aug 13 14:08:49 2012 +0000 Monotone-Date: 2012-08-13T14:08:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.m + commit 9ec0b9d3d6c1c9928f2537ff47580ee9e1058753 Author: Wolfgang Sourdeau Date: Mon Aug 13 03:58:14 2012 +0000 @@ -1484,6 +2505,9 @@ Date: Mon Aug 13 03:58:14 2012 +0000 Monotone-Date: 2012-08-13T03:58:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.m + commit 9b5e7360d013c5b97baf162d83eefceda59cb4ab Author: Wolfgang Sourdeau Date: Mon Aug 13 03:56:16 2012 +0000 @@ -1495,6 +2519,9 @@ Date: Mon Aug 13 03:56:16 2012 +0000 Monotone-Date: 2012-08-13T03:56:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m + commit e146ba68e64dbe259b063e7babadecbf3b8e99ba Author: Wolfgang Sourdeau Date: Mon Aug 13 03:55:48 2012 +0000 @@ -1506,6 +2533,10 @@ Date: Mon Aug 13 03:55:48 2012 +0000 Monotone-Date: 2012-08-13T03:55:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMapping.h +M OpenChange/MAPIStoreMapping.m + commit dd48699bb325947df25af48b95eafbc1d0520e30 Author: Wolfgang Sourdeau Date: Fri Aug 10 21:03:05 2012 +0000 @@ -1517,6 +2548,11 @@ Date: Fri Aug 10 21:03:05 2012 +0000 Monotone-Date: 2012-08-10T21:03:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreSOGo.m + commit a735498d7be72a9a4ceffe7391f2039b1bc249a9 Author: Ludovic Marcotte Date: Fri Aug 10 12:29:31 2012 +0000 @@ -1530,6 +2566,9 @@ Date: Fri Aug 10 12:29:31 2012 +0000 Monotone-Date: 2012-08-10T12:29:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoMAPIDBObject.m + commit 32af60c24facfa359e2344ca181a7b833d6da71e Author: Wolfgang Sourdeau Date: Fri Aug 10 14:08:40 2012 +0000 @@ -1541,6 +2580,12 @@ Date: Fri Aug 10 14:08:40 2012 +0000 Monotone-Date: 2012-08-10T14:08:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreSOGo.m + commit b13fe70bebeb5bb977cee5a6ee773aa7e9b57de5 Author: Wolfgang Sourdeau Date: Thu Aug 9 21:35:09 2012 +0000 @@ -1552,6 +2597,9 @@ Date: Thu Aug 9 21:35:09 2012 +0000 Monotone-Date: 2012-08-09T21:35:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.m + commit 830a3687b924d587db5f2073057700ed7e1e68f1 Author: Wolfgang Sourdeau Date: Thu Aug 9 21:34:27 2012 +0000 @@ -1563,6 +2611,9 @@ Date: Thu Aug 9 21:34:27 2012 +0000 Monotone-Date: 2012-08-09T21:34:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreSOGo.m + commit 700d23e80eaeab7d28039dbce6a86d781ae12622 Author: Wolfgang Sourdeau Date: Thu Aug 9 19:43:17 2012 +0000 @@ -1574,6 +2625,11 @@ Date: Thu Aug 9 19:43:17 2012 +0000 Monotone-Date: 2012-08-09T19:43:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreSOGo.m + commit c2a63a3d8e0af7dbdd31fc590e224b4c423bbea6 Author: Wolfgang Sourdeau Date: Thu Aug 9 19:42:38 2012 +0000 @@ -1585,6 +2641,12 @@ Date: Thu Aug 9 19:42:38 2012 +0000 Monotone-Date: 2012-08-09T19:42:38 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreDBFolder.m +M OpenChange/MAPIStoreMessageTable.m +M OpenChange/MAPIStorePermissionsTable.m +M OpenChange/MAPIStoreUserContext.m +M OpenChange/SOGoMAPIObject.m + commit bfec2902ab7dbf1db888b06d35bf56d264986ac2 Author: Francis Lachapelle Date: Thu Aug 9 04:37:10 2012 +0000 @@ -1597,6 +2659,8 @@ Date: Thu Aug 9 04:37:10 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-09T04:37:10 +M Documentation/SOGo Installation Guide.odt + commit 4940c2ba488777039e54f3ad7e0d0cdb3dc9d62c Author: Wolfgang Sourdeau Date: Wed Aug 8 19:10:28 2012 +0000 @@ -1608,6 +2672,9 @@ Date: Wed Aug 8 19:10:28 2012 +0000 Monotone-Date: 2012-08-08T19:10:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m + commit 7a05ec77deeaede334d277dd641a57b40a967c3f Author: Wolfgang Sourdeau Date: Wed Aug 8 19:09:22 2012 +0000 @@ -1619,6 +2686,9 @@ Date: Wed Aug 8 19:09:22 2012 +0000 Monotone-Date: 2012-08-08T19:09:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMessage.m + commit 812c7486b2e75ce82189e5e249cbcd565f113f53 Author: Wolfgang Sourdeau Date: Wed Aug 8 17:39:18 2012 +0000 @@ -1630,6 +2700,9 @@ Date: Wed Aug 8 17:39:18 2012 +0000 Monotone-Date: 2012-08-08T17:39:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIApplication.m + commit 5a7f357029633f859393099af05169015d1d73e3 Author: Wolfgang Sourdeau Date: Tue Aug 7 23:59:48 2012 +0000 @@ -1641,6 +2714,8 @@ Date: Tue Aug 7 23:59:48 2012 +0000 Monotone-Date: 2012-08-07T23:59:48 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreContactsMessageTable.m + commit f2e72f108fcc0ad78a0f167bed6e9df9e15111d0 Author: Wolfgang Sourdeau Date: Tue Aug 7 15:35:31 2012 +0000 @@ -1652,6 +2727,9 @@ Date: Tue Aug 7 15:35:31 2012 +0000 Monotone-Date: 2012-08-07T15:35:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAptMailNotification.m + commit 5093fb964eac1d120f6b80b6ab997d892a0d5f43 Author: Wolfgang Sourdeau Date: Tue Aug 7 13:32:35 2012 +0000 @@ -1663,6 +2741,8 @@ Date: Tue Aug 7 13:32:35 2012 +0000 Monotone-Date: 2012-08-07T13:32:35 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailVolatileMessage.m + commit c9a9d83e82a15915cd4b50321fc71918e2fe7f3b Author: Wolfgang Sourdeau Date: Tue Aug 7 12:59:49 2012 +0000 @@ -1674,6 +2754,9 @@ Date: Tue Aug 7 12:59:49 2012 +0000 Monotone-Date: 2012-08-07T12:59:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailVolatileMessage.m + commit b86904a4ce6df0562aa8b8372b5dc94221bd0847 Author: Francis Lachapelle Date: Tue Aug 7 12:46:56 2012 +0000 @@ -1686,6 +2769,9 @@ Date: Tue Aug 7 12:46:56 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-07T12:46:56 +M ChangeLog +M UI/Contacts/UIxListEditor.m + commit 89865b66dba75fb4c147af162f3ca205785d2598 Author: Wolfgang Sourdeau Date: Mon Aug 6 19:51:59 2012 +0000 @@ -1697,6 +2783,8 @@ Date: Mon Aug 6 19:51:59 2012 +0000 Monotone-Date: 2012-08-06T19:51:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 28816877aa03a089f279e38987ca1df90dfbcea1 Author: Wolfgang Sourdeau Date: Mon Aug 6 19:20:07 2012 +0000 @@ -1708,6 +2796,12 @@ Date: Mon Aug 6 19:20:07 2012 +0000 Monotone-Date: 2012-08-06T19:20:07 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreAttachment.m +M OpenChange/MAPIStoreCalendarAttachment.m +M OpenChange/MAPIStoreCalendarEmbeddedMessage.m +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreEmbeddedMessage.m + commit df6f1e3023ef2dd963a523ca709ce694ccb48fce Author: Wolfgang Sourdeau Date: Mon Aug 6 19:19:41 2012 +0000 @@ -1719,6 +2813,9 @@ Date: Mon Aug 6 19:19:41 2012 +0000 Monotone-Date: 2012-08-06T19:19:41 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreAppointmentWrapper.h +M OpenChange/MAPIStoreAppointmentWrapper.m + commit 4eafd2bd5841c0beab0c4369486d2c584da381fa Author: Wolfgang Sourdeau Date: Mon Aug 6 19:19:15 2012 +0000 @@ -1730,6 +2827,9 @@ Date: Mon Aug 6 19:19:15 2012 +0000 Monotone-Date: 2012-08-06T19:19:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreRecurrenceUtils.m + commit bd8af728ce878d4b5bc1660983d4cc6a759c4f00 Author: Wolfgang Sourdeau Date: Mon Aug 6 19:17:35 2012 +0000 @@ -1741,6 +2841,9 @@ Date: Mon Aug 6 19:17:35 2012 +0000 Monotone-Date: 2012-08-06T19:17:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailVolatileMessage.m + commit 5722856993d606edbb92b82235942720fa88f5f2 Author: Wolfgang Sourdeau Date: Mon Aug 6 19:16:46 2012 +0000 @@ -1752,6 +2855,9 @@ Date: Mon Aug 6 19:16:46 2012 +0000 Monotone-Date: 2012-08-06T19:16:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreSOGoObject.m + commit 7d12d795be6a10b9aa0af5018b5622f37709ccaf Author: Wolfgang Sourdeau Date: Mon Aug 6 19:16:12 2012 +0000 @@ -1763,6 +2869,8 @@ Date: Mon Aug 6 19:16:12 2012 +0000 Monotone-Date: 2012-08-06T19:16:12 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMessage.m + commit ab2455e143c3e8b35da5e08760ecd2902593a305 Author: Francis Lachapelle Date: Fri Aug 3 19:06:58 2012 +0000 @@ -1775,21 +2883,8 @@ Date: Fri Aug 3 19:06:58 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-03T19:06:58 -commit 6a97b80f7775951619eebb7bc7b53343e5d6e12c -Merge: 0f65eab a0874e8 -Author: Jean Raby -Date: Fri Aug 3 18:11:13 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_18' (head a6dfa4114eeabf1790dbbd7a169d81c988375c12) - to branch 'ca.inverse.sogo' (head b2c6832ba400b4bb228726fbd0e791d2ce796007) - - Monotone-Parent: a6dfa4114eeabf1790dbbd7a169d81c988375c12 - Monotone-Parent: b2c6832ba400b4bb228726fbd0e791d2ce796007 - Monotone-Revision: c0f07692ea20a10ac587360d8d82535fb4291afc - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-08-03T18:11:13 - Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings commit 0f65eab37794ff29b00061f46ae38d8f6ec053f8 Author: Jean Raby @@ -1806,6 +2901,9 @@ Date: Fri Aug 3 18:10:01 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-08-03T18:10:01 +M ChangeLog +M SoObjects/SOGo/LDAPSource.m + commit a0874e8562146330121e8414f6fb438c9fe9e593 Author: Jean Raby Date: Thu Aug 2 17:45:36 2012 +0000 @@ -1819,21 +2917,7 @@ Date: Thu Aug 2 17:45:36 2012 +0000 Monotone-Date: 2012-08-02T17:45:36 Monotone-Branch: ca.inverse.sogo -commit 85c555ab1f884df471ffe1f93e4590c7f08785da -Merge: 1f7166f c36eafc -Author: Jean Raby -Date: Thu Aug 2 17:40:32 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_18' (head d538a70c8651aa1849c88eedda7782a21b41b591) - to branch 'ca.inverse.sogo' (head 43364d6242db2d8b6496cce2c7905d9468fafa41) - - Monotone-Parent: 43364d6242db2d8b6496cce2c7905d9468fafa41 - Monotone-Parent: d538a70c8651aa1849c88eedda7782a21b41b591 - Monotone-Revision: 4280fb032373c8ebfdcc67e2e271b47583c31ec3 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-08-02T17:40:32 - Monotone-Branch: ca.inverse.sogo +A packaging/debian/sogo-openchange.install commit c36eafc69ceaa1d4a8bd218c70d6e3de8a2a493e Author: Jean Raby @@ -1847,6 +2931,79 @@ Date: Thu Aug 2 17:40:27 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-08-02T17:40:27 +D debian-multiarch/changelog +D debian-multiarch/compat +D debian-multiarch/control +D debian-multiarch/copyright +D debian-multiarch/rules +D debian-multiarch/sogo-dev.install +D debian-multiarch/sogo.cron.daily +D debian-multiarch/sogo.dirs +D debian-multiarch/sogo.docs +D debian-multiarch/sogo.init +D debian-multiarch/sogo.install +D debian-multiarch/sogo.overrides +D debian-multiarch/sogo.postinst +D debian-multiarch/sogo.postrm +D debian-multiarch/sogo.preinst +D debian-multiarch/sogo.prerm +D debian-multiarch/source/format +D debian/changelog +D debian/compat +D debian/control +D debian/control-squeeze +D debian/copyright +D debian/rules +D debian/sogo-dev.install +D debian/sogo.cron.daily +D debian/sogo.dirs +D debian/sogo.docs +D debian/sogo.init +D debian/sogo.install +D debian/sogo.overrides +D debian/sogo.postinst +D debian/sogo.postrm +D debian/sogo.preinst +D debian/sogo.prerm +D debian/source/format +A packaging/debian-multiarch/changelog +A packaging/debian-multiarch/compat +A packaging/debian-multiarch/control +A packaging/debian-multiarch/copyright +A packaging/debian-multiarch/rules +A packaging/debian-multiarch/sogo-dev.install +A packaging/debian-multiarch/sogo.cron.daily +A packaging/debian-multiarch/sogo.dirs +A packaging/debian-multiarch/sogo.docs +A packaging/debian-multiarch/sogo.init +A packaging/debian-multiarch/sogo.install +A packaging/debian-multiarch/sogo.overrides +A packaging/debian-multiarch/sogo.postinst +A packaging/debian-multiarch/sogo.postrm +A packaging/debian-multiarch/sogo.preinst +A packaging/debian-multiarch/sogo.prerm +A packaging/debian-multiarch/source/format +A packaging/debian/changelog +A packaging/debian/compat +A packaging/debian/control +A packaging/debian/control-squeeze +A packaging/debian/copyright +A packaging/debian/rules +A packaging/debian/sogo-dev.install +A packaging/debian/sogo.cron.daily +A packaging/debian/sogo.dirs +A packaging/debian/sogo.docs +A packaging/debian/sogo.init +A packaging/debian/sogo.install +A packaging/debian/sogo.overrides +A packaging/debian/sogo.postinst +A packaging/debian/sogo.postrm +A packaging/debian/sogo.preinst +A packaging/debian/sogo.prerm +A packaging/debian/source/format +A packaging/rhel/sogo.spec +D sogo.spec + commit 1f7166f86e328b02cc54d599efdf093fbe25e346 Author: Jean Raby Date: Thu Aug 2 15:44:58 2012 +0000 @@ -1860,6 +3017,8 @@ Date: Thu Aug 2 15:44:58 2012 +0000 Monotone-Date: 2012-08-02T15:44:58 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 9be1c93f8406bcd420a3eb9b9f27aebe5255e221 Author: Ludovic Marcotte Date: Thu Aug 2 13:18:09 2012 +0000 @@ -1873,21 +3032,8 @@ Date: Thu Aug 2 13:18:09 2012 +0000 Monotone-Date: 2012-08-02T13:18:09 Monotone-Branch: ca.inverse.sogo -commit 8f625f6292ff806163c45267c886e7a551d4f91f -Merge: 53d96f2 b622a43 -Author: Jean Raby -Date: Tue Jul 31 16:30:26 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_18' (head 0a2787d6259826c9137c4fbee005b7cf638fa317) - to branch 'ca.inverse.sogo' (head bc3ed474ad46d79c92b1456be764f4803b264d92) - - Monotone-Parent: 0a2787d6259826c9137c4fbee005b7cf638fa317 - Monotone-Parent: bc3ed474ad46d79c92b1456be764f4803b264d92 - Monotone-Revision: 7a464f08b5ba1b713a0beec23ddfa576c9023439 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-07-31T16:30:26 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreUserContext.m commit 53d96f286eed7cb5ebff3954d6e3c8b52e78f600 Author: Jean Raby @@ -1902,6 +3048,9 @@ Date: Tue Jul 31 16:27:13 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-31T16:27:13 +M ChangeLog +M sogo.spec + commit 3bda924ebf9f21eb38617b95db4bdd873bf2486a Author: Francis Lachapelle Date: Sat Jul 28 02:22:51 2012 +0000 @@ -1914,6 +3063,9 @@ Date: Sat Jul 28 02:22:51 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-28T02:22:51 +M ChangeLog +M SoObjects/SOGo/SOGoSieveManager.m + commit 3897dfb29079696a2ce492711a2e383c3bff1baf Author: Francis Lachapelle Date: Sat Jul 28 02:22:36 2012 +0000 @@ -1926,6 +3078,8 @@ Date: Sat Jul 28 02:22:36 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-28T02:22:36 +M NEWS + commit 6df73138d11e6a8dbfc7753a17230fc106e7e14b Author: Francis Lachapelle Date: Sat Jul 28 02:21:28 2012 +0000 @@ -1938,6 +3092,8 @@ Date: Sat Jul 28 02:21:28 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-28T02:21:28 +M Version + commit b622a433e92d81c9b4ae6d87a914b0ddd0f305f0 Author: Wolfgang Sourdeau Date: Thu Jul 26 20:56:33 2012 +0000 @@ -1949,21 +3105,9 @@ Date: Thu Jul 26 20:56:33 2012 +0000 Monotone-Date: 2012-07-26T20:56:33 Monotone-Branch: ca.inverse.sogo -commit 9128894469fe649894b2db657cbb1e509d7dbf1e -Merge: ac6e45f cee86c1 -Author: Wolfgang Sourdeau -Date: Thu Jul 26 20:52:31 2012 +0000 - - merge of 'd9e87057688d279c42a3fde582339d3eb6cc2f10' - and 'ee420c08e441b07f51979bdf3e0f1ff9cb692563' - - Monotone-Parent: d9e87057688d279c42a3fde582339d3eb6cc2f10 - Monotone-Parent: ee420c08e441b07f51979bdf3e0f1ff9cb692563 - Monotone-Revision: 3c0814786842608f4b2aea659b16c3eb7e694f9d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-07-26T20:52:31 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalTimeZonePeriod.h +M SOPE/NGCards/iCalTimeZonePeriod.m commit ac6e45f1e9b94ae8d48c991e064f018167bfc3f9 Author: Wolfgang Sourdeau @@ -1976,21 +3120,11 @@ Date: Thu Jul 26 20:50:36 2012 +0000 Monotone-Date: 2012-07-26T20:50:36 Monotone-Branch: ca.inverse.sogo -commit cee86c100e7a2aa73bf9d809ea7d4cd194a11955 -Merge: cd2a40f d40b93d -Author: Jean Raby -Date: Thu Jul 26 20:42:57 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 0b971c913f1dcc574124f2fbec92bfc772b4677f) - to branch 'ca.inverse.sogo' (head 2e1d45aecc2da519dcdd145e1c625ddca3fbffc7) - - Monotone-Parent: 0b971c913f1dcc574124f2fbec92bfc772b4677f - Monotone-Parent: 2e1d45aecc2da519dcdd145e1c625ddca3fbffc7 - Monotone-Revision: ee420c08e441b07f51979bdf3e0f1ff9cb692563 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-07-26T20:42:57 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreAppointmentWrapper.m +A OpenChange/iCalTimeZone+MAPIStore.h +A OpenChange/iCalTimeZone+MAPIStore.m commit cd2a40f67a1813d992d4385d648b9ffb1462dbda Author: Jean Raby @@ -2005,21 +3139,8 @@ Date: Thu Jul 26 20:42:52 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-26T20:42:52 -commit d40b93ddb01b425f18977bff5ff5377b056bd75d -Merge: 3e3d8b2 70911dc -Author: Jean Raby -Date: Thu Jul 26 20:20:45 2012 +0000 - - merge of '218517d78ee9b6165cb4f85aff8eee3481b75972' - and 'a77c26240c765963ea4295dc50c295c08809953e' - - Monotone-Parent: 218517d78ee9b6165cb4f85aff8eee3481b75972 - Monotone-Parent: a77c26240c765963ea4295dc50c295c08809953e - Monotone-Revision: 2e1d45aecc2da519dcdd145e1c625ddca3fbffc7 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-07-26T20:20:45 - Monotone-Branch: ca.inverse.sogo +M debian-multiarch/sogo.docs +M debian/sogo.docs commit 3e3d8b261f5a51cae0ad88ba73cfda56ff7da377 Author: Francis Lachapelle @@ -2034,6 +3155,8 @@ Date: Thu Jul 26 14:46:42 2012 +0000 Monotone-Date: 2012-07-26T14:46:42 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 581d94aa1f3ee2345f0cf330ba13018a9b9636e8 Author: Francis Lachapelle Date: Thu Jul 26 14:46:19 2012 +0000 @@ -2047,6 +3170,8 @@ Date: Thu Jul 26 14:46:19 2012 +0000 Monotone-Date: 2012-07-26T14:46:19 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/status.vacation-msg.png + commit 70911dc5180fdf76605ff80484960dcbaeac15af Author: Wolfgang Sourdeau Date: Thu Jul 26 14:19:56 2012 +0000 @@ -2060,6 +3185,9 @@ Date: Thu Jul 26 14:19:56 2012 +0000 Monotone-Date: 2012-07-26T14:19:56 Monotone-Branch: ca.inverse.sogo +M debian/control +D debian/sogo-openchange.install + commit 55dbf42b768dc3dc89659a39700d5eaa70994a97 Author: Wolfgang Sourdeau Date: Thu Jul 26 14:07:00 2012 +0000 @@ -2073,6 +3201,8 @@ Date: Thu Jul 26 14:07:00 2012 +0000 Monotone-Date: 2012-07-26T14:07:00 Monotone-Branch: ca.inverse.sogo +A debian-multiarch/sogo-openchange.install + commit 132732587d5329d3bfc14f085ba11643b455285d Author: Francis Lachapelle Date: Thu Jul 26 13:56:00 2012 +0000 @@ -2085,6 +3215,8 @@ Date: Thu Jul 26 13:56:00 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-26T13:56:00 +M UI/WebServerResources/status.vacation-msg.png + commit d4d65db8df4acadd70c7970fc9f68654dcbda8bb Author: Francis Lachapelle Date: Thu Jul 26 12:50:39 2012 +0000 @@ -2097,6 +3229,8 @@ Date: Thu Jul 26 12:50:39 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-26T12:50:39 +M NEWS + commit db3d0b56981903383f1167626b23c1d5ce0dc6b5 Author: Wolfgang Sourdeau Date: Wed Jul 25 20:25:35 2012 +0000 @@ -2110,6 +3244,12 @@ Date: Wed Jul 25 20:25:35 2012 +0000 Monotone-Date: 2012-07-25T20:25:35 Monotone-Branch: ca.inverse.sogo +M debian-multiarch/control +M debian-multiarch/rules +M debian/control +M debian/rules +A debian/sogo-openchange.install + commit 15f1b39979675844c49ae51106fef023f72c4ba6 Author: Wolfgang Sourdeau Date: Wed Jul 25 20:25:01 2012 +0000 @@ -2123,21 +3263,8 @@ Date: Wed Jul 25 20:25:01 2012 +0000 Monotone-Date: 2012-07-25T20:25:01 Monotone-Branch: ca.inverse.sogo -commit 2298067c97a8203f689594b5027397651af9cde0 -Merge: 136e83b c8761e6 -Author: Jean Raby -Date: Wed Jul 25 20:09:52 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 63d5442a6f0522d0d5fca261ef3251a409bd749a) - to branch 'ca.inverse.sogo' (head 30fe613e38d8656f1c490d6fb5d1a29f2125aa2b) - - Monotone-Parent: 30fe613e38d8656f1c490d6fb5d1a29f2125aa2b - Monotone-Parent: 63d5442a6f0522d0d5fca261ef3251a409bd749a - Monotone-Revision: 5482c2b5518f1f90b17ae8222dc1fa7c48830345 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-07-25T20:09:52 - Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile +M OpenChange/GNUmakefile.preamble commit c8761e6fdb77ffd19d3f0d2c91aa87b02cddfafb Author: Jean Raby @@ -2151,21 +3278,9 @@ Date: Wed Jul 25 20:09:45 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-25T20:09:45 -commit 136e83ba60b5b0f734087716220fc9d679e92724 -Merge: 272aabf 4fd57d1 -Author: Jean Raby -Date: Wed Jul 25 19:15:52 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head f4ba8f9b9e95c37f5efc0f2b75a7a8968237c3ca) - to branch 'ca.inverse.sogo' (head 416420cf52205aeff9f09edaf779bee70939318d) - - Monotone-Parent: 416420cf52205aeff9f09edaf779bee70939318d - Monotone-Parent: f4ba8f9b9e95c37f5efc0f2b75a7a8968237c3ca - Monotone-Revision: 30fe613e38d8656f1c490d6fb5d1a29f2125aa2b - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-07-25T19:15:52 - Monotone-Branch: ca.inverse.sogo +D debian-multiarch/sogo-openchange.install +D debian/sogo-openchange.install +D debian/sogo-openchange.install-multiarch commit 4fd57d173b18d46baae3450f85ee4d6eef24957f Author: Jean Raby @@ -2179,6 +3294,10 @@ Date: Wed Jul 25 19:14:40 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-25T19:14:40 +M debian-multiarch/control +M debian-multiarch/rules +M debian/rules + commit 5c73a3e74548fef8eddbf602d26873ce9a69f58c Author: Francis Lachapelle Date: Wed Jul 25 18:30:55 2012 +0000 @@ -2191,21 +3310,8 @@ Date: Wed Jul 25 18:30:55 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-25T18:30:55 -commit 272aabf6914d14afa5224077d56b36a36afa664a -Merge: 2faa5e1 7557403 -Author: Wolfgang Sourdeau -Date: Wed Jul 25 17:45:44 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head a860eef99344cc9894f15336b3781ecf101807e4) - to branch 'ca.inverse.sogo' (head d6e6af11a4430fc14c38e245fbaa322775b7b5d7) - - Monotone-Parent: a860eef99344cc9894f15336b3781ecf101807e4 - Monotone-Parent: d6e6af11a4430fc14c38e245fbaa322775b7b5d7 - Monotone-Revision: 416420cf52205aeff9f09edaf779bee70939318d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-07-25T17:45:44 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m commit 7557403b62032d9efa56268cd34cbc766be3ded6 Author: Wolfgang Sourdeau @@ -2218,6 +3324,9 @@ Date: Wed Jul 25 17:44:35 2012 +0000 Monotone-Date: 2012-07-25T17:44:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreDBFolder.m + commit 2faa5e1867cd856d2bf475860e2b808acdb8de37 Author: Francis Lachapelle Date: Wed Jul 25 16:14:51 2012 +0000 @@ -2228,6 +3337,8 @@ Date: Wed Jul 25 16:14:51 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-25T16:14:51 +M UI/MainUI/German.lproj/Localizable.strings + commit cd42cc0a68ace3b60acc4bcd8018551d1f134bf1 Author: Francis Lachapelle Date: Wed Jul 25 15:39:17 2012 +0000 @@ -2240,6 +3351,8 @@ Date: Wed Jul 25 15:39:17 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-25T15:39:17 +M NEWS + commit 36bde4e042ec48a55ce7082a328465f842526211 Author: Francis Lachapelle Date: Wed Jul 25 15:31:40 2012 +0000 @@ -2252,6 +3365,9 @@ Date: Wed Jul 25 15:31:40 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-25T15:31:40 +M ChangeLog +M SoObjects/SOGo/SOGoSieveManager.m + commit 31e71ae5023569d827cd9d3c396b2394412f8016 Author: Francis Lachapelle Date: Wed Jul 25 15:29:25 2012 +0000 @@ -2262,6 +3378,8 @@ Date: Wed Jul 25 15:29:25 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-25T15:29:25 +M UI/WebServerResources/UIxPreferences.js + commit ba0f168ec0ea38cf454fb6d81eaf4ca563f904cf Author: Francis Lachapelle Date: Wed Jul 25 14:49:13 2012 +0000 @@ -2274,6 +3392,8 @@ Date: Wed Jul 25 14:49:13 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-25T14:49:13 +M NEWS + commit cdc2ac3fd6c0e0594737d57dec8414565216cdc7 Author: Francis Lachapelle Date: Wed Jul 25 14:46:17 2012 +0000 @@ -2286,6 +3406,10 @@ Date: Wed Jul 25 14:46:17 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-25T14:46:17 +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + commit 7c12e5625394722bc328e9207083ecc3a07e887a Author: Francis Lachapelle Date: Wed Jul 25 14:03:37 2012 +0000 @@ -2298,21 +3422,9 @@ Date: Wed Jul 25 14:03:37 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-25T14:03:37 -commit e3de4c2f6ea7f305e2f464ea6a68a85a2e74cab9 -Merge: 5419610 5aa0db4 -Author: Wolfgang Sourdeau -Date: Tue Jul 24 20:57:39 2012 +0000 - - merge of '0b23ad3fb301bde775ba3ffc847fd611bdfc26ea' - and '63de63b9d1691f5af7ec1b790f5201ae73cfa036' - - Monotone-Parent: 0b23ad3fb301bde775ba3ffc847fd611bdfc26ea - Monotone-Parent: 63de63b9d1691f5af7ec1b790f5201ae73cfa036 - Monotone-Revision: 8062273942a9de3fcd13c9bb3307488c9a67ec68 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-07-24T20:57:39 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m +M UI/WebServerResources/MailerUI.js commit 5aa0db4d7b71fc17f4bbff747fdefd241c9263f0 Author: Wolfgang Sourdeau @@ -2325,6 +3437,10 @@ Date: Tue Jul 24 20:45:03 2012 +0000 Monotone-Date: 2012-07-24T20:45:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreUserContext.m + commit 3cdf0347d55587dc4a908f252e641ea859974dbc Author: Wolfgang Sourdeau Date: Tue Jul 24 20:43:40 2012 +0000 @@ -2336,6 +3452,8 @@ Date: Tue Jul 24 20:43:40 2012 +0000 Monotone-Date: 2012-07-24T20:43:40 Monotone-Branch: ca.inverse.sogo +M OpenChange/iCalEvent+MAPIStore.m + commit 2f42766717cc9792c61e7346a230b12848a17a4f Author: Wolfgang Sourdeau Date: Tue Jul 24 20:43:06 2012 +0000 @@ -2347,6 +3465,9 @@ Date: Tue Jul 24 20:43:06 2012 +0000 Monotone-Date: 2012-07-24T20:43:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/samba-get-config.py + commit d6b62423114f6ccfe33139bd698bbfb0111c2a05 Author: Francis Lachapelle Date: Tue Jul 24 18:51:09 2012 +0000 @@ -2359,20 +3480,36 @@ Date: Tue Jul 24 18:51:09 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-24T18:51:09 -commit 7d5f8665c8c1f0ea3c500487256a08fe32bbca4d -Merge: 0a2201d dbdba16 -Author: Francis Lachapelle -Date: Tue Jul 24 18:48:15 2012 +0000 - - merge of '344c60c460c2ec1cb8f2adfd4f4e2af9da772e4a' - and '90e0a15d1fa7861aebb988530cf5503d63b9b9c0' - - Monotone-Parent: 344c60c460c2ec1cb8f2adfd4f4e2af9da772e4a - Monotone-Parent: 90e0a15d1fa7861aebb988530cf5503d63b9b9c0 - Monotone-Revision: 00a98c9420d949b7f4dccea479d8d3d83154bdf4 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-07-24T18:48:15 +M NEWS +M SoObjects/Appointments/Dutch.lproj/Localizable.strings +M UI/Common/BrazilianPortuguese.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/SpanishArgentina.lproj/Localizable.strings +M UI/Contacts/SpanishSpain.lproj/Localizable.strings +M UI/MailPartViewers/Czech.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/SpanishArgentina.lproj/Localizable.strings +M UI/MailerUI/SpanishSpain.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/SpanishArgentina.lproj/Localizable.strings +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/SpanishArgentina.lproj/Localizable.strings +M UI/PreferencesUI/SpanishSpain.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/SpanishArgentina.lproj/Localizable.strings +M UI/Scheduler/SpanishSpain.lproj/Localizable.strings commit 0a2201d7e55c60a38a26209356fdf5847eee4160 Author: Francis Lachapelle @@ -2386,6 +3523,9 @@ Date: Tue Jul 24 15:27:54 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-24T15:27:54 +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit 6cc9f8e2f0bb3641efee2337839e8f8c89799c64 Author: Francis Lachapelle Date: Tue Jul 24 15:17:38 2012 +0000 @@ -2398,21 +3538,9 @@ Date: Tue Jul 24 15:17:38 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-24T15:17:38 -commit 5419610be4494581ca466a660e9e586e5da7b88f -Merge: dbdba16 89b854f -Author: Ludovic Marcotte -Date: Tue Jul 24 14:09:23 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 90e0a15d1fa7861aebb988530cf5503d63b9b9c0) - to branch 'ca.inverse.sogo' (head bbc691f446cce2459abebf22ca1b95a507842dce) - - Monotone-Parent: 90e0a15d1fa7861aebb988530cf5503d63b9b9c0 - Monotone-Parent: bbc691f446cce2459abebf22ca1b95a507842dce - Monotone-Revision: 0b23ad3fb301bde775ba3ffc847fd611bdfc26ea - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-07-24T14:09:23 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/WebServerResources/UIxPreferences.js commit dbdba16168233ab63d3afdd66cbb4955e9342766 Author: Ludovic Marcotte @@ -2426,36 +3554,7 @@ Date: Tue Jul 24 14:08:56 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-07-24T14:08:56 -commit 81164c61daf3773f5196aa85819a0b876999915e -Merge: f348bd3 6cc9f8e -Author: Ludovic Marcotte -Date: Tue Jul 24 14:08:37 2012 +0000 - - merge of '5c693d8846aabef79f3f26fae416c99fe51bed78' - and '8bbf9c70304e5cb8320d6acb300955b814d1ff0c' - - Monotone-Parent: 5c693d8846aabef79f3f26fae416c99fe51bed78 - Monotone-Parent: 8bbf9c70304e5cb8320d6acb300955b814d1ff0c - Monotone-Revision: e7b38d4230f362ff9d71b2d1bfa8af9b8a2e80c6 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-07-24T14:08:37 - -commit 89b854fc9c9ad1a7d266517e2ff78cbb83e94db9 -Merge: f348bd3 cfa3631 -Author: Ludovic Marcotte -Date: Tue Jul 24 13:59:22 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 5c693d8846aabef79f3f26fae416c99fe51bed78) - to branch 'ca.inverse.sogo' (head 6d07c0d566abebf051187aed44c7fd461982a824) - - Monotone-Parent: 5c693d8846aabef79f3f26fae416c99fe51bed78 - Monotone-Parent: 6d07c0d566abebf051187aed44c7fd461982a824 - Monotone-Revision: bbc691f446cce2459abebf22ca1b95a507842dce - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-07-24T13:59:22 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m commit f348bd3211d131fa4250827198d455add29043f9 Author: Ludovic Marcotte @@ -2469,6 +3568,8 @@ Date: Tue Jul 24 13:58:47 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-07-24T13:58:47 +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 57fb9fbefb7d5ac21ba6681c2c52d113baeb0cf3 Author: Francis Lachapelle Date: Tue Jul 24 12:49:55 2012 +0000 @@ -2481,21 +3582,97 @@ Date: Tue Jul 24 12:49:55 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-24T12:49:55 -commit cfa36312e034548b64fba659365022ffa376e0ea -Merge: 4b8d639 baa3950 -Author: Jean Raby -Date: Mon Jul 23 17:42:51 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head f6b9d7fff0ee290e5bb3d449068e90673274fc9d) - to branch 'ca.inverse.sogo' (head a661d69f057cb4b81cb5a8376270574fdec7475f) - - Monotone-Parent: a661d69f057cb4b81cb5a8376270574fdec7475f - Monotone-Parent: f6b9d7fff0ee290e5bb3d449068e90673274fc9d - Monotone-Revision: 6d07c0d566abebf051187aed44c7fd461982a824 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-07-23T17:42:51 - Monotone-Branch: ca.inverse.sogo +M NEWS +A UI/WebServerResources/ckeditor/adapters/jquery.js +M UI/WebServerResources/ckeditor/ckeditor.js +M UI/WebServerResources/ckeditor/ckeditor_basic.js +M UI/WebServerResources/ckeditor/lang/_translationstatus.txt +M UI/WebServerResources/ckeditor/lang/af.js +M UI/WebServerResources/ckeditor/lang/ar.js +M UI/WebServerResources/ckeditor/lang/bg.js +M UI/WebServerResources/ckeditor/lang/bn.js +M UI/WebServerResources/ckeditor/lang/bs.js +M UI/WebServerResources/ckeditor/lang/ca.js +M UI/WebServerResources/ckeditor/lang/cs.js +M UI/WebServerResources/ckeditor/lang/cy.js +M UI/WebServerResources/ckeditor/lang/da.js +M UI/WebServerResources/ckeditor/lang/de.js +M UI/WebServerResources/ckeditor/lang/el.js +M UI/WebServerResources/ckeditor/lang/en-au.js +M UI/WebServerResources/ckeditor/lang/en-ca.js +M UI/WebServerResources/ckeditor/lang/en-gb.js +M UI/WebServerResources/ckeditor/lang/en.js +M UI/WebServerResources/ckeditor/lang/eo.js +M UI/WebServerResources/ckeditor/lang/es.js +M UI/WebServerResources/ckeditor/lang/et.js +M UI/WebServerResources/ckeditor/lang/eu.js +M UI/WebServerResources/ckeditor/lang/fa.js +M UI/WebServerResources/ckeditor/lang/fi.js +M UI/WebServerResources/ckeditor/lang/fo.js +M UI/WebServerResources/ckeditor/lang/fr-ca.js +M UI/WebServerResources/ckeditor/lang/fr.js +M UI/WebServerResources/ckeditor/lang/gl.js +M UI/WebServerResources/ckeditor/lang/gu.js +M UI/WebServerResources/ckeditor/lang/he.js +M UI/WebServerResources/ckeditor/lang/hi.js +M UI/WebServerResources/ckeditor/lang/hr.js +M UI/WebServerResources/ckeditor/lang/hu.js +A UI/WebServerResources/ckeditor/lang/id.js +M UI/WebServerResources/ckeditor/lang/is.js +M UI/WebServerResources/ckeditor/lang/it.js +M UI/WebServerResources/ckeditor/lang/ja.js +M UI/WebServerResources/ckeditor/lang/ka.js +M UI/WebServerResources/ckeditor/lang/km.js +M UI/WebServerResources/ckeditor/lang/ko.js +M UI/WebServerResources/ckeditor/lang/lt.js +M UI/WebServerResources/ckeditor/lang/lv.js +M UI/WebServerResources/ckeditor/lang/mk.js +M UI/WebServerResources/ckeditor/lang/mn.js +M UI/WebServerResources/ckeditor/lang/ms.js +M UI/WebServerResources/ckeditor/lang/nb.js +M UI/WebServerResources/ckeditor/lang/nl.js +M UI/WebServerResources/ckeditor/lang/no.js +M UI/WebServerResources/ckeditor/lang/pl.js +M UI/WebServerResources/ckeditor/lang/pt-br.js +M UI/WebServerResources/ckeditor/lang/pt.js +M UI/WebServerResources/ckeditor/lang/ro.js +M UI/WebServerResources/ckeditor/lang/ru.js +M UI/WebServerResources/ckeditor/lang/sk.js +M UI/WebServerResources/ckeditor/lang/sl.js +M UI/WebServerResources/ckeditor/lang/sr-latn.js +M UI/WebServerResources/ckeditor/lang/sr.js +M UI/WebServerResources/ckeditor/lang/sv.js +M UI/WebServerResources/ckeditor/lang/th.js +M UI/WebServerResources/ckeditor/lang/tr.js +M UI/WebServerResources/ckeditor/lang/ug.js +M UI/WebServerResources/ckeditor/lang/uk.js +M UI/WebServerResources/ckeditor/lang/vi.js +M UI/WebServerResources/ckeditor/lang/zh-cn.js +M UI/WebServerResources/ckeditor/lang/zh.js +M UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/_translationstatus.txt +M UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/da.js +M UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/el.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/pt-br.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/ro.js +M UI/WebServerResources/ckeditor/plugins/find/dialogs/find.js +M UI/WebServerResources/ckeditor/plugins/flash/dialogs/flash.js +M UI/WebServerResources/ckeditor/plugins/link/dialogs/anchor.js +M UI/WebServerResources/ckeditor/plugins/placeholder/lang/_translationstatus.txt +M UI/WebServerResources/ckeditor/plugins/placeholder/lang/da.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/pt-br.js +M UI/WebServerResources/ckeditor/plugins/placeholder/lang/vi.js +M UI/WebServerResources/ckeditor/plugins/placeholder/plugin.js +M UI/WebServerResources/ckeditor/plugins/specialchar/lang/_translationstatus.txt +A UI/WebServerResources/ckeditor/plugins/specialchar/lang/el.js +A UI/WebServerResources/ckeditor/plugins/specialchar/lang/he.js +A UI/WebServerResources/ckeditor/plugins/specialchar/lang/pt-br.js +M UI/WebServerResources/ckeditor/plugins/tabletools/dialogs/tableCell.js +M UI/WebServerResources/ckeditor/plugins/uicolor/lang/_translationstatus.txt +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/pt-br.js +M UI/WebServerResources/ckeditor/plugins/uicolor/plugin.js +M UI/WebServerResources/ckeditor/skins/kama/dialog.css +M UI/WebServerResources/ckeditor/skins/office2003/dialog.css +M UI/WebServerResources/ckeditor/skins/v2/dialog.css commit baa395016a991f84c1d1368c05e9c44a812fabbf Author: Jean Raby @@ -2513,21 +3690,13 @@ Date: Mon Jul 23 17:42:45 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-23T17:42:45 -commit 4b8d6394181f78c145e3934d465f7f57ec9a7ccd -Merge: 8d4fa04 136c6dd -Author: Ludovic Marcotte -Date: Mon Jul 23 16:01:04 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 74e79fa391e19c2111663aba07a783fd4cdd19bd) - to branch 'ca.inverse.sogo' (head bdb3c86bf127fecd411885ad5bcf84eb8af9f672) - - Monotone-Parent: 74e79fa391e19c2111663aba07a783fd4cdd19bd - Monotone-Parent: bdb3c86bf127fecd411885ad5bcf84eb8af9f672 - Monotone-Revision: a661d69f057cb4b81cb5a8376270574fdec7475f - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-07-23T16:01:04 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M debian-multiarch/rules +M debian-multiarch/sogo.install +D debian-multiarch/sogo.logrotate +M debian/rules +M debian/sogo.install +D debian/sogo.logrotate commit 8d4fa04746ebdcba85ee4b6dd19b9b002a26dbc6 Author: Ludovic Marcotte @@ -2541,20 +3710,7 @@ Date: Mon Jul 23 13:50:14 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-07-23T13:50:14 -commit 1d26a4b725eccf012ac7e5a68985f93bce8de9c6 -Merge: 0851b23 d63d4ee -Author: Francis Lachapelle -Date: Fri Jul 20 20:03:48 2012 +0000 - - merge of '068bbe8f960b1a20f29054e83e54a57c4372a98e' - and '631e9fa8454aae26e4c7eaa71bfe9e18c0f4b7e5' - - Monotone-Parent: 068bbe8f960b1a20f29054e83e54a57c4372a98e - Monotone-Parent: 631e9fa8454aae26e4c7eaa71bfe9e18c0f4b7e5 - Monotone-Revision: 95a335681530001430a12707d05dbed7839214fb - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-07-20T20:03:48 +M Scripts/cas-proxy-validate.py commit 0851b23841c3352258022affa249099c876cf5da Author: Francis Lachapelle @@ -2568,6 +3724,8 @@ Date: Fri Jul 20 20:03:23 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-20T20:03:23 +M UI/WebServerResources/ContactsUI.js + commit 8a1781ea223c7db4fb00ce98aa8f4e8322a9131c Author: Francis Lachapelle Date: Fri Jul 20 18:48:28 2012 +0000 @@ -2580,6 +3738,9 @@ Date: Fri Jul 20 18:48:28 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-20T18:48:28 +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 5c618e56385d5e2220c6739bacd8da6c2383ea98 Author: Francis Lachapelle Date: Fri Jul 20 18:34:59 2012 +0000 @@ -2592,6 +3753,15 @@ Date: Fri Jul 20 18:34:59 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-20T18:34:59 +M ChangeLog +M SoObjects/Appointments/English.lproj/Localizable.strings +M SoObjects/Appointments/French.lproj/Localizable.strings +M SoObjects/Appointments/SOGoAptMailReceipt.h +M SoObjects/Appointments/SOGoAptMailReceipt.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M UI/MailPartViewers/UIxMailPartHTMLViewer.m +M UI/Templates/Appointments/SOGoAptMailReceipt.wox + commit 136c6dd92dc81678d0f18429a35409125454f749 Author: Ludovic Marcotte Date: Fri Jul 20 18:24:52 2012 +0000 @@ -2605,21 +3775,7 @@ Date: Fri Jul 20 18:24:52 2012 +0000 Monotone-Date: 2012-07-20T18:24:52 Monotone-Branch: ca.inverse.sogo -commit e5921464c9da33cd4c154b3bf1cc7fd1d884b999 -Merge: d63d4ee fdec2c5 -Author: Ludovic Marcotte -Date: Fri Jul 20 18:24:18 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 631e9fa8454aae26e4c7eaa71bfe9e18c0f4b7e5) - to branch 'ca.inverse.sogo' (head 9e0909dcbb77a5837442df736d80607b0a3fb383) - - Monotone-Parent: 631e9fa8454aae26e4c7eaa71bfe9e18c0f4b7e5 - Monotone-Parent: 9e0909dcbb77a5837442df736d80607b0a3fb383 - Monotone-Revision: bfc3cb63453015f444ec1a1fd20faeece6be2042 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-07-20T18:24:18 - Monotone-Branch: ca.inverse.sogo +M ChangeLog commit fdec2c5d7b7c990b0aa2c2b268527cec11d35b91 Author: Ludovic Marcotte @@ -2634,53 +3790,7 @@ Date: Fri Jul 20 18:23:33 2012 +0000 Monotone-Date: 2012-07-20T18:23:33 Monotone-Branch: ca.inverse.sogo -commit 368b07d36e037b4bd8fc72cee6c0676766375961 -Merge: 35098cd 21a2d45 -Author: Ludovic Marcotte -Date: Fri Jul 20 18:22:53 2012 +0000 - - merge of '30b98f3bab78c6daecd8eab77d0e1251fc687791' - and '7a56acd03793d557df3245f7484b9315244d89e0' - - Monotone-Parent: 30b98f3bab78c6daecd8eab77d0e1251fc687791 - Monotone-Parent: 7a56acd03793d557df3245f7484b9315244d89e0 - Monotone-Revision: 89c8046bde59d4d200a7f039c310086919d53cfd - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-07-20T18:22:53 - Monotone-Branch: ca.inverse.sogo - -commit 35098cda850b4a84a0c99933bdd4487af2622a53 -Merge: 1476b93 8a1781e -Author: Francis Lachapelle -Date: Fri Jul 20 19:23:37 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head c9c54e20cc8e010c29ef8e5fa1cbd039c35e5344) - to branch 'ca.inverse.sogo' (head 1e529d97ad640de07982d342ce216985cba625f7) - - Monotone-Parent: 1e529d97ad640de07982d342ce216985cba625f7 - Monotone-Parent: c9c54e20cc8e010c29ef8e5fa1cbd039c35e5344 - Monotone-Revision: 30b98f3bab78c6daecd8eab77d0e1251fc687791 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-07-20T19:23:37 - Monotone-Branch: ca.inverse.sogo - -commit 21a2d45d886463148c3b7a5b6c6ef21057757a67 -Merge: 1476b93 8f31821 -Author: Wolfgang Sourdeau -Date: Fri Jul 20 19:08:34 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 7eb19f1f060daa6cb0a2421481ec351910c3af68) - to branch 'ca.inverse.sogo' (head 1e529d97ad640de07982d342ce216985cba625f7) - - Monotone-Parent: 1e529d97ad640de07982d342ce216985cba625f7 - Monotone-Parent: 7eb19f1f060daa6cb0a2421481ec351910c3af68 - Monotone-Revision: 7a56acd03793d557df3245f7484b9315244d89e0 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-07-20T19:08:34 - Monotone-Branch: ca.inverse.sogo +M ChangeLog commit 8f31821e1d21a1ba12aca2eb3f081b8b9a72c338 Author: Wolfgang Sourdeau @@ -2692,6 +3802,9 @@ Date: Fri Jul 20 19:07:03 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-20T19:07:03 +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit d63d4ee19e32596085dcb932d3aeb91bae6f1207 Author: Ludovic Marcotte Date: Fri Jul 20 18:21:59 2012 +0000 @@ -2704,20 +3817,7 @@ Date: Fri Jul 20 18:21:59 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-07-20T18:21:59 -commit 3e980d12af787964286214a6217ca299db69ec9a -Merge: f363ddf 8f31821 -Author: Ludovic Marcotte -Date: Fri Jul 20 18:21:20 2012 +0000 - - merge of '173ccf9cd4cd08cdc361da9d58df641be065e5a5' - and '7eb19f1f060daa6cb0a2421481ec351910c3af68' - - Monotone-Parent: 173ccf9cd4cd08cdc361da9d58df641be065e5a5 - Monotone-Parent: 7eb19f1f060daa6cb0a2421481ec351910c3af68 - Monotone-Revision: a7a764a2e6fd01790136451d2f144d9b934d1e8e - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-07-20T18:21:20 +M ChangeLog commit f363ddf101a097494ec50f6f1a4f3dfcce61657f Author: Ludovic Marcotte @@ -2731,6 +3831,9 @@ Date: Fri Jul 20 18:17:06 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-07-20T18:17:06 +M ChangeLog +M UI/MailPartViewers/UIxMailRenderingContext.m + commit 1476b93a45221667a0ae5d00cd71f77e745f894d Author: Wolfgang Sourdeau Date: Fri Jul 20 15:44:25 2012 +0000 @@ -2742,6 +3845,12 @@ Date: Fri Jul 20 15:44:25 2012 +0000 Monotone-Date: 2012-07-20T15:44:25 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreDBFolder.m +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreObjectProxy.m +M OpenChange/MAPIStoreRecurrenceUtils.m + commit 965cd9379e90fba9f2e1ff5e1f6e77e09ae1c0f8 Author: Wolfgang Sourdeau Date: Fri Jul 20 15:42:52 2012 +0000 @@ -2753,6 +3862,17 @@ Date: Fri Jul 20 15:42:52 2012 +0000 Monotone-Date: 2012-07-20T15:42:52 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreCalendarAttachment.h +M OpenChange/MAPIStoreCalendarAttachment.m +A OpenChange/MAPIStoreCalendarEmbeddedMessage.h +A OpenChange/MAPIStoreCalendarEmbeddedMessage.m +M OpenChange/MAPIStoreCalendarMessage.h +M OpenChange/MAPIStoreCalendarMessage.m +A OpenChange/iCalEvent+MAPIStore.h +A OpenChange/iCalEvent+MAPIStore.m + commit 3b745879eba23d40d7e138aa9f689ff01895a747 Author: Wolfgang Sourdeau Date: Fri Jul 20 15:26:15 2012 +0000 @@ -2764,6 +3884,12 @@ Date: Fri Jul 20 15:26:15 2012 +0000 Monotone-Date: 2012-07-20T15:26:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMessage.h +M OpenChange/MAPIStoreMessage.m +M OpenChange/NSObject+MAPIStore.h +M OpenChange/NSObject+MAPIStore.m + commit 649b6fb90ff62a6b87e30eb89fb06451fbe365db Author: Wolfgang Sourdeau Date: Fri Jul 20 15:21:11 2012 +0000 @@ -2775,6 +3901,13 @@ Date: Fri Jul 20 15:21:11 2012 +0000 Monotone-Date: 2012-07-20T15:21:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAttachment.h +M OpenChange/MAPIStoreAttachment.m +M OpenChange/MAPIStoreEmbeddedMessage.h +M OpenChange/MAPIStoreEmbeddedMessage.m +M OpenChange/MAPIStoreSOGo.m + commit 63c2d62b0bc5879e23cd09371872396f6bb78556 Author: Wolfgang Sourdeau Date: Fri Jul 20 14:36:05 2012 +0000 @@ -2786,6 +3919,12 @@ Date: Fri Jul 20 14:36:05 2012 +0000 Monotone-Date: 2012-07-20T14:36:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreObject.m +M OpenChange/NSObject+MAPIStore.h +M OpenChange/NSObject+MAPIStore.m + commit 7bb437021aa300a08e78108bf04973b94fb42828 Author: Wolfgang Sourdeau Date: Fri Jul 20 14:13:56 2012 +0000 @@ -2797,6 +3936,14 @@ Date: Fri Jul 20 14:13:56 2012 +0000 Monotone-Date: 2012-07-20T14:13:56 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreAppointmentWrapper.h +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/MAPIStoreDBMessage.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMailVolatileMessage.m +M OpenChange/MAPIStoreTasksMessage.m + commit e55e89c496cb005137c6098c6df9b7e443702b20 Author: Wolfgang Sourdeau Date: Fri Jul 20 14:13:50 2012 +0000 @@ -2808,6 +3955,9 @@ Date: Fri Jul 20 14:13:50 2012 +0000 Monotone-Date: 2012-07-20T14:13:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMessage.m + commit 2d132678cfa58f95b4c48d3734a902a8e9d90eb9 Author: Wolfgang Sourdeau Date: Fri Jul 20 14:08:03 2012 +0000 @@ -2819,6 +3969,8 @@ Date: Fri Jul 20 14:08:03 2012 +0000 Monotone-Date: 2012-07-20T14:08:03 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreTable.m + commit 7ec5e22f9d48a646a2b6bfc4c397b904cb130d12 Author: Wolfgang Sourdeau Date: Fri Jul 20 06:53:01 2012 +0000 @@ -2830,6 +3982,8 @@ Date: Fri Jul 20 06:53:01 2012 +0000 Monotone-Date: 2012-07-20T06:53:01 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreObject.h + commit 7fa7630d7446180d34c556d2176d85f7b4ef8e0c Author: Wolfgang Sourdeau Date: Thu Jul 19 20:31:15 2012 +0000 @@ -2841,6 +3995,12 @@ Date: Thu Jul 19 20:31:15 2012 +0000 Monotone-Date: 2012-07-19T20:31:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreSOGoObject.h +M OpenChange/MAPIStoreSOGoObject.m + commit 0b2f4e5c445e6a63d911403ea6779c0c9b24762e Author: Wolfgang Sourdeau Date: Thu Jul 19 20:26:33 2012 +0000 @@ -2852,6 +4012,11 @@ Date: Thu Jul 19 20:26:33 2012 +0000 Monotone-Date: 2012-07-19T20:26:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAppointmentWrapper.h +M OpenChange/MAPIStoreCalendarMessage.h +M OpenChange/MAPIStoreCalendarMessage.m + commit b4f8a596f571ebdc366630d898f3a861fcdb4379 Author: Wolfgang Sourdeau Date: Thu Jul 19 19:28:44 2012 +0000 @@ -2863,6 +4028,13 @@ Date: Thu Jul 19 19:28:44 2012 +0000 Monotone-Date: 2012-07-19T19:28:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m +A OpenChange/MAPIStoreObjectProxy.h +A OpenChange/MAPIStoreObjectProxy.m + commit cd18ceeb6c527e0dacaa3cd8cbe9d045872542fb Author: Wolfgang Sourdeau Date: Thu Jul 19 19:09:41 2012 +0000 @@ -2874,6 +4046,8 @@ Date: Thu Jul 19 19:09:41 2012 +0000 Monotone-Date: 2012-07-19T19:09:41 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreTable.h + commit 4c86e1b09b83008555e8de7e8bd5af5ed83fc4ba Author: Wolfgang Sourdeau Date: Thu Jul 19 19:06:46 2012 +0000 @@ -2885,6 +4059,12 @@ Date: Thu Jul 19 19:06:46 2012 +0000 Monotone-Date: 2012-07-19T19:06:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m +M OpenChange/NSObject+MAPIStore.h +M OpenChange/NSObject+MAPIStore.m + commit 2de531a6cb04ce66f1cda606ae0d18a502f0c41f Author: Wolfgang Sourdeau Date: Thu Jul 19 01:30:43 2012 +0000 @@ -2896,6 +4076,9 @@ Date: Thu Jul 19 01:30:43 2012 +0000 Monotone-Date: 2012-07-19T01:30:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarFolder.m + commit 3ddba08a9eea5a4270e725a50911074db7bad19e Author: Wolfgang Sourdeau Date: Thu Jul 19 01:26:45 2012 +0000 @@ -2907,6 +4090,9 @@ Date: Thu Jul 19 01:26:45 2012 +0000 Monotone-Date: 2012-07-19T01:26:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIApplication.m + commit 124f3f995e60373cb78bd1e2f09066882a947c20 Author: Wolfgang Sourdeau Date: Thu Jul 19 01:25:04 2012 +0000 @@ -2918,21 +4104,8 @@ Date: Thu Jul 19 01:25:04 2012 +0000 Monotone-Date: 2012-07-19T01:25:04 Monotone-Branch: ca.inverse.sogo -commit d067ddce435be46b3514f3422d1f22f125ec3991 -Merge: c0587a3 aeef968 -Author: Jean Raby -Date: Wed Jul 18 20:22:58 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 8ce46d6fa7b1d1a9d12069cee3ba796d99d668d2) - to branch 'ca.inverse.sogo' (head 207a29e043f7f41c818a8697fe995a55940787fc) - - Monotone-Parent: 207a29e043f7f41c818a8697fe995a55940787fc - Monotone-Parent: 8ce46d6fa7b1d1a9d12069cee3ba796d99d668d2 - Monotone-Revision: cd2989d3a11079dde73d3a4890b0976e1405ebaa - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-07-18T20:22:58 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreDBMessage.m commit aeef968c4ed8672b16a9a9816fb6cd1479a859f9 Author: Jean Raby @@ -2953,21 +4126,11 @@ Date: Wed Jul 18 20:22:54 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-18T20:22:54 -commit c0587a37c27bb2ae8532d70c4e2ff4bba83abb02 -Merge: 1abc40c a30e885 -Author: Ludovic Marcotte -Date: Wed Jul 18 19:06:06 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 080d411d52272c158ce60ea0bab6ba8eb9d9aa2a) - to branch 'ca.inverse.sogo' (head 3e3aa908260b5a804d05c2857b5c7ae70d861828) - - Monotone-Parent: 080d411d52272c158ce60ea0bab6ba8eb9d9aa2a - Monotone-Parent: 3e3aa908260b5a804d05c2857b5c7ae70d861828 - Monotone-Revision: 207a29e043f7f41c818a8697fe995a55940787fc - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-07-18T19:06:06 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/GNUmakefile +M Tests/Integration/config.py.in +A Tests/Integration/test-ui-posts.py +M Tests/Integration/webdavlib.py commit 1abc40c1270f11825e10b993ebe91d3fd2da8dba Author: Ludovic Marcotte @@ -2981,21 +4144,8 @@ Date: Wed Jul 18 19:05:58 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-07-18T19:05:58 -commit a30e88592519eba4a3acf51eef7566f3414372d4 -Merge: c73780b c88d86e -Author: Jean Raby -Date: Wed Jul 18 15:30:50 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head f489c387ef5efde7f9beee4a9b97ecf85275ffb2) - to branch 'ca.inverse.sogo' (head 40163312c9ee80acc859ad4dab810588c8c49167) - - Monotone-Parent: 40163312c9ee80acc859ad4dab810588c8c49167 - Monotone-Parent: f489c387ef5efde7f9beee4a9b97ecf85275ffb2 - Monotone-Revision: 3e3aa908260b5a804d05c2857b5c7ae70d861828 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-07-18T15:30:50 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m commit c88d86ec95060cf82b6b67b6acee072d0cc81703 Author: Jean Raby @@ -3013,21 +4163,9 @@ Date: Wed Jul 18 15:30:38 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-18T15:30:38 -commit c73780b93010cd21211e1d537fdc0c5fe2f70741 -Merge: 6f0f95d 5a63e89 -Author: Jean Raby -Date: Tue Jul 17 16:56:30 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 1bcd208d669189aec549aa4351b9d92a29c6d9b9) - to branch 'ca.inverse.sogo' (head 6184bf3d89ac83d570e7ff1690d7366cef05543c) - - Monotone-Parent: 1bcd208d669189aec549aa4351b9d92a29c6d9b9 - Monotone-Parent: 6184bf3d89ac83d570e7ff1690d7366cef05543c - Monotone-Revision: 40163312c9ee80acc859ad4dab810588c8c49167 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-07-17T16:56:30 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +A Scripts/sql-update-1.3.16_to_1.3.17-mysql.sh +A Scripts/sql-update-1.3.16_to_1.3.17.sh commit 6f0f95d2535bba0947261937ad92e6da5cbbbdc7 Author: Jean Raby @@ -3043,21 +4181,7 @@ Date: Tue Jul 17 16:56:19 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-17T16:56:19 -commit 5a63e897909f6b47e908970f44b010435060dd7e -Merge: c90f480 093c984 -Author: Wolfgang Sourdeau -Date: Mon Jul 16 13:37:50 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head ed7f1623b0cb7e935297f6652b76074c1ff952df) - to branch 'ca.inverse.sogo' (head 635b5bfac47476bfa8994f9151936f2d4bd7d4f3) - - Monotone-Parent: 635b5bfac47476bfa8994f9151936f2d4bd7d4f3 - Monotone-Parent: ed7f1623b0cb7e935297f6652b76074c1ff952df - Monotone-Revision: 6184bf3d89ac83d570e7ff1690d7366cef05543c - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-07-16T13:37:50 - Monotone-Branch: ca.inverse.sogo +M Tests/Integration/test-caldav-scheduling.py commit 093c984b4260bedb638fc3310200c99bb7edd4eb Author: Wolfgang Sourdeau @@ -3069,21 +4193,9 @@ Date: Mon Jul 16 13:35:02 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-16T13:35:02 -commit c90f4804e2a071e9de99c4fcda7a216df597466e -Merge: 91d9836 5d91d22 -Author: Wolfgang Sourdeau -Date: Sat Jul 14 02:41:33 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 22bcd9c626e305661b31c70a49c93352266c2dc8) - to branch 'ca.inverse.sogo' (head b9f26c4bac060372453dcba2c0f2b9a17ffc93bb) - - Monotone-Parent: 22bcd9c626e305661b31c70a49c93352266c2dc8 - Monotone-Parent: b9f26c4bac060372453dcba2c0f2b9a17ffc93bb - Monotone-Revision: 635b5bfac47476bfa8994f9151936f2d4bd7d4f3 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-07-14T02:41:33 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Integration/test-davacl.py +M Tests/Integration/webdavlib.py commit 91d9836d80fa0d0330a38b314ef249cd2b27faaa Author: Wolfgang Sourdeau @@ -3095,21 +4207,8 @@ Date: Sat Jul 14 02:41:29 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-14T02:41:29 -commit 5d91d22c589e23f913aaf6f8f91a1abe3c810076 -Merge: 6b89fbb 0e276d2 -Author: Wolfgang Sourdeau -Date: Fri Jul 13 21:03:55 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 471d12add6428916fe0b3d9938d1362d062f1de1) - to branch 'ca.inverse.sogo' (head c4c3d792d4b668f2d69a06c140f8d2223d8dbc7c) - - Monotone-Parent: 471d12add6428916fe0b3d9938d1362d062f1de1 - Monotone-Parent: c4c3d792d4b668f2d69a06c140f8d2223d8dbc7c - Monotone-Revision: b9f26c4bac060372453dcba2c0f2b9a17ffc93bb - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-07-13T21:03:55 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m commit 6b89fbb769c3832193355b0d74ffe1f4469d2b55 Author: Wolfgang Sourdeau @@ -3121,21 +4220,8 @@ Date: Fri Jul 13 21:03:50 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-13T21:03:50 -commit 0e276d2acc9c1076dba20ebb37eaddf18913ed25 -Merge: 6a4657d 6cd17dc -Author: Wolfgang Sourdeau -Date: Fri Jul 13 21:00:00 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head f071f53cbc4a39b0b852c58e7e57332f05ef1e0c) - to branch 'ca.inverse.sogo' (head 4117fa474ee2ae428f109a99cb50a33479342fa8) - - Monotone-Parent: 4117fa474ee2ae428f109a99cb50a33479342fa8 - Monotone-Parent: f071f53cbc4a39b0b852c58e7e57332f05ef1e0c - Monotone-Revision: c4c3d792d4b668f2d69a06c140f8d2223d8dbc7c - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-07-13T21:00:00 - Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartICalActions.m +M UI/MailPartViewers/UIxMailPartICalViewer.m commit 6cd17dc9b8bb1afab627ec1029fdb8ba8bdc5303 Author: Wolfgang Sourdeau @@ -3147,6 +4233,10 @@ Date: Fri Jul 13 20:59:09 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-13T20:59:09 +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.h +M SoObjects/Appointments/SOGoAppointmentObject.m + commit ee723f9694037b966531e0ab1f1ef98fa84f28f3 Author: Wolfgang Sourdeau Date: Fri Jul 13 20:37:16 2012 +0000 @@ -3159,6 +4249,8 @@ Date: Fri Jul 13 20:37:16 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-13T20:37:16 +M SoObjects/Appointments/SOGoAppointmentObject.m + commit cbd4bd907ae597885c5980d1a850454cf59f0113 Author: Wolfgang Sourdeau Date: Fri Jul 13 20:36:19 2012 +0000 @@ -3169,6 +4261,10 @@ Date: Fri Jul 13 20:36:19 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-13T20:36:19 +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m + commit d40be7d196ef9379bd897ec9f004106ff7de95c4 Author: Wolfgang Sourdeau Date: Fri Jul 13 20:35:02 2012 +0000 @@ -3181,6 +4277,8 @@ Date: Fri Jul 13 20:35:02 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-13T20:35:02 +M SoObjects/Appointments/SOGoCalendarComponent.h + commit 5b1abf0d68db22ce08f5ef4f95b6dbe40306c00e Author: Wolfgang Sourdeau Date: Fri Jul 13 20:34:13 2012 +0000 @@ -3193,6 +4291,8 @@ Date: Fri Jul 13 20:34:13 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-13T20:34:13 +M SoObjects/Appointments/SOGoCalendarComponent.h + commit 82f3f1b3d939d1e54f86c032dfa1ad63c624a770 Author: Wolfgang Sourdeau Date: Fri Jul 13 20:31:41 2012 +0000 @@ -3203,6 +4303,15 @@ Date: Fri Jul 13 20:31:41 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-13T20:31:41 +M ChangeLog +M SoObjects/Appointments/GNUmakefile +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoTaskObject.m +A SoObjects/Appointments/iCalCalendar+SOGo.h +A SoObjects/Appointments/iCalCalendar+SOGo.m + commit caf58a7c4a5dbf22a27635599cf9d254ef9ca71b Author: Wolfgang Sourdeau Date: Fri Jul 13 20:25:47 2012 +0000 @@ -3213,6 +4322,9 @@ Date: Fri Jul 13 20:25:47 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-13T20:25:47 +M ChangeLog +M Tests/Integration/test-caldav-scheduling.py + commit 6a5ab405a26d13068a14c38bde4d39e04be7a5ca Author: Francis Lachapelle Date: Fri Jul 13 14:38:06 2012 +0000 @@ -3225,6 +4337,8 @@ Date: Fri Jul 13 14:38:06 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-13T14:38:06 +M NEWS + commit ae84644bdc7f704e3aa65f0179df454270947c3b Author: Francis Lachapelle Date: Fri Jul 13 14:37:50 2012 +0000 @@ -3235,6 +4349,8 @@ Date: Fri Jul 13 14:37:50 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-13T14:37:50 +M ChangeLog + commit a6b8e42cbf955a7ac2b1c4d2537b41aee8d6b261 Author: Francis Lachapelle Date: Fri Jul 13 13:00:02 2012 +0000 @@ -3245,21 +4361,7 @@ Date: Fri Jul 13 13:00:02 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-13T13:00:02 -commit 6a4657d23dbcbcd02b9886a2c70600419194e342 -Merge: ef84830 c342d3d -Author: Jean Raby -Date: Thu Jul 12 16:47:28 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 29aefdeb26834742b8cd9f01120573b4dcbcc7ed) - to branch 'ca.inverse.sogo' (head 3dfe653dfcaeadc5fe93ff1f2c0a1f9d049c1836) - - Monotone-Parent: 29aefdeb26834742b8cd9f01120573b4dcbcc7ed - Monotone-Parent: 3dfe653dfcaeadc5fe93ff1f2c0a1f9d049c1836 - Monotone-Revision: 4117fa474ee2ae428f109a99cb50a33479342fa8 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-07-12T16:47:28 - Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/GCSSessionsFolder.m commit ef848303a34250b4c2c81e45717f01b2e14fa296 Author: Jean Raby @@ -3276,6 +4378,10 @@ Date: Thu Jul 12 16:47:23 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-12T16:47:23 +M ChangeLog +M NEWS +M SoObjects/Mailer/SOGoMailForward.m + commit c342d3defe58629f1b365a06ba5c0e38df77870a Author: Wolfgang Sourdeau Date: Thu Jul 12 15:05:33 2012 +0000 @@ -3287,36 +4393,7 @@ Date: Thu Jul 12 15:05:33 2012 +0000 Monotone-Date: 2012-07-12T15:05:33 Monotone-Branch: ca.inverse.sogo -commit 6c5bbadfd00357d6288468dca0112f970929c0d7 -Merge: 8a9bdcd 825686e -Author: Wolfgang Sourdeau -Date: Thu Jul 12 15:04:58 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head dac25405c6ab2f1d735ddb9f6db4243e5e96d14b) - to branch 'ca.inverse.sogo' (head 919ac12670dffae621309b1826bc13e0a9ecbe21) - - Monotone-Parent: 919ac12670dffae621309b1826bc13e0a9ecbe21 - Monotone-Parent: dac25405c6ab2f1d735ddb9f6db4243e5e96d14b - Monotone-Revision: f48e9e2abfb00e03cccd2aa8fd8998a415bb5ce1 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-07-12T15:04:58 - Monotone-Branch: ca.inverse.sogo - -commit 825686eaed511f5f25b50b5b557a73897e9264b5 -Merge: d965eec 87a7732 -Author: Wolfgang Sourdeau -Date: Thu Jul 12 15:04:27 2012 +0000 - - merge of '1fae890d6e269d7918982811c46400a4ff38745d' - and '4d39a71900cc87ae1185f268c1c35a5a4b086b1d' - - Monotone-Parent: 1fae890d6e269d7918982811c46400a4ff38745d - Monotone-Parent: 4d39a71900cc87ae1185f268c1c35a5a4b086b1d - Monotone-Revision: dac25405c6ab2f1d735ddb9f6db4243e5e96d14b - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-07-12T15:04:27 +M ChangeLog commit 87a7732361e9d0089f5761b11fc8d963ccded448 Author: Wolfgang Sourdeau @@ -3331,6 +4408,11 @@ Date: Thu Jul 12 15:03:38 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-12T15:03:38 +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m + commit d965eec0515a56b819050ecba8b4319d62b988de Author: Francis Lachapelle Date: Wed Jul 11 19:53:45 2012 +0000 @@ -3343,6 +4425,8 @@ Date: Wed Jul 11 19:53:45 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-11T19:53:45 +M UI/Templates/PreferencesUI/UIxPreferences.wox + commit c522130c25d4e77a2bd9a646e19f7259cda7a877 Author: Francis Lachapelle Date: Wed Jul 11 19:50:56 2012 +0000 @@ -3355,21 +4439,7 @@ Date: Wed Jul 11 19:50:56 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-11T19:50:56 -commit 8a9bdcd31b55a3493f7f4546036dd48bebb53a5e -Merge: d932f1f 2c987ba -Author: Ludovic Marcotte -Date: Wed Jul 11 18:58:31 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 740654a1f1be6a68843349cf438d5a87445f489e) - to branch 'ca.inverse.sogo' (head 2252f3047b058ea629e568aec7efb2b0432e3c0c) - - Monotone-Parent: 2252f3047b058ea629e568aec7efb2b0432e3c0c - Monotone-Parent: 740654a1f1be6a68843349cf438d5a87445f489e - Monotone-Revision: 919ac12670dffae621309b1826bc13e0a9ecbe21 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-07-11T18:58:31 - Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings commit 2c987bae06ff8934c60ca19bc56a2e4a26c5d7cc Author: Ludovic Marcotte @@ -3383,6 +4453,13 @@ Date: Wed Jul 11 18:57:27 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-07-11T18:57:27 +M ChangeLog +M SoObjects/Appointments/English.lproj/Localizable.strings +M SoObjects/Appointments/SOGoAptMailReceipt.h +M SoObjects/Appointments/SOGoAptMailReceipt.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M UI/Templates/Appointments/SOGoAptMailReceipt.wox + commit 6556c92c87c17bf4b3c5002f10c54d2d2b594dff Author: Ludovic Marcotte Date: Wed Jul 11 17:27:54 2012 +0000 @@ -3395,6 +4472,9 @@ Date: Wed Jul 11 17:27:54 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-07-11T17:27:54 +M ChangeLog +M UI/Templates/SchedulerUI/UIxCalendarProperties.wox + commit d932f1fd475d5c482742fa8a794261ff80b06d5f Author: Ludovic Marcotte Date: Wed Jul 11 14:09:37 2012 +0000 @@ -3408,21 +4488,7 @@ Date: Wed Jul 11 14:09:37 2012 +0000 Monotone-Date: 2012-07-11T14:09:37 Monotone-Branch: ca.inverse.sogo -commit 569949bae729bd6deb1a02ba4601536196bee377 -Merge: c8c0030 9613024 -Author: Ludovic Marcotte -Date: Wed Jul 11 14:08:51 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 0012ddb107483154b76c08f33a7b8437b5309529) - to branch 'ca.inverse.sogo' (head fcec9822c0aaee8cefba77d0f50a8582b33fa3f0) - - Monotone-Parent: 0012ddb107483154b76c08f33a7b8437b5309529 - Monotone-Parent: fcec9822c0aaee8cefba77d0f50a8582b33fa3f0 - Monotone-Revision: 6eabcf880fa6d4620fb9a1ed111b15bef9bd9877 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-07-11T14:08:51 - Monotone-Branch: ca.inverse.sogo +M ChangeLog commit c8c0030518df1dbcbd0edd608c4085f20b50d2d6 Author: Ludovic Marcotte @@ -3436,6 +4502,11 @@ Date: Wed Jul 11 14:06:41 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-07-11T14:06:41 +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 961302407db37073606f9be1bb2507f3f7634b5e Author: Wolfgang Sourdeau Date: Tue Jul 10 16:02:16 2012 +0000 @@ -3447,6 +4518,9 @@ Date: Tue Jul 10 16:02:16 2012 +0000 Monotone-Date: 2012-07-10T16:02:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit a469952773f3c3bbec7cdbee0ab2c301a2f9b57e Author: Wolfgang Sourdeau Date: Tue Jul 10 15:49:24 2012 +0000 @@ -3458,6 +4532,8 @@ Date: Tue Jul 10 15:49:24 2012 +0000 Monotone-Date: 2012-07-10T15:49:24 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 934e15d2d0df5063f1da21da7e92aa936d71f1bd Author: Wolfgang Sourdeau Date: Tue Jul 10 15:49:05 2012 +0000 @@ -3469,6 +4545,11 @@ Date: Tue Jul 10 15:49:05 2012 +0000 Monotone-Date: 2012-07-10T15:49:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m + commit 3a748792db53c6379c1b6d3c381aaf4516a80dd2 Author: Francis Lachapelle Date: Tue Jul 10 15:26:00 2012 +0000 @@ -3481,6 +4562,14 @@ Date: Tue Jul 10 15:26:00 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-10T15:26:00 +M UI/Contacts/UIxContactView.m +M UI/Templates/ContactsUI/UIxContactView.wox +M UI/Templates/ContactsUI/UIxListView.wox +M UI/Templates/SchedulerUI/UIxCalendarProperties.wox +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/UIxCalendarProperties.css + commit 1459f43f0448e0a4897e89aee77f0bee2ef8042a Author: Francis Lachapelle Date: Tue Jul 10 15:18:35 2012 +0000 @@ -3493,21 +4582,9 @@ Date: Tue Jul 10 15:18:35 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-10T15:18:35 -commit 918affb638ad65ea04f152b557aa369bda8409bc -Merge: 2940970 03a125e -Author: Ludovic Marcotte -Date: Tue Jul 10 00:29:53 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head cf43f2030dbd1c4f0747be7cbd5dc3239cd6bd15) - to branch 'ca.inverse.sogo' (head b480939bb99d9c246f2a7f25b9728f4fff29d89e) - - Monotone-Parent: b480939bb99d9c246f2a7f25b9728f4fff29d89e - Monotone-Parent: cf43f2030dbd1c4f0747be7cbd5dc3239cd6bd15 - Monotone-Revision: c6b25920d896b2d19d0ef40a4cadee46c87bba2d - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-07-10T00:29:53 - Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/Contacts/French.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings commit 03a125ea1f1a0736aecac27198621e1c3e131a8f Author: Ludovic Marcotte @@ -3521,21 +4598,27 @@ Date: Tue Jul 10 00:29:13 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-07-10T00:29:13 -commit 2940970c3a6c72b9a75745c3f6b1ace75645529e -Merge: 630d86b 0d713ef -Author: Jean Raby -Date: Mon Jul 9 18:22:49 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 801c13ca7d8e3a2f3e502ee658399b458681bcab) - to branch 'ca.inverse.sogo' (head 7983cbe0c7e64bf7704effecf4a69991464e4276) - - Monotone-Parent: 7983cbe0c7e64bf7704effecf4a69991464e4276 - Monotone-Parent: 801c13ca7d8e3a2f3e502ee658399b458681bcab - Monotone-Revision: b480939bb99d9c246f2a7f25b9728f4fff29d89e - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-07-09T18:22:49 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoAptMailReceipt.h +M SoObjects/Appointments/SOGoAptMailReceipt.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/SOGo/SOGoConstants.h +M SoObjects/SOGo/SOGoDomainDefaults.h +M SoObjects/SOGo/SOGoDomainDefaults.m +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m +M UI/Scheduler/UIxCalendarProperties.h +M UI/Scheduler/UIxCalendarProperties.m +D UI/Templates/Appointments/SOGoAptMailDeletionReceipt.wox +D UI/Templates/Appointments/SOGoAptMailInvitationReceipt.wox +A UI/Templates/Appointments/SOGoAptMailReceipt.wox +D UI/Templates/Appointments/SOGoAptMailUpdateReceipt.wox +M UI/Templates/SchedulerUI/UIxCalendarProperties.wox +M UI/WebServerResources/SchedulerUI.js commit 0d713efdd66df869820816e0f2cc993facc16ce4 Author: Jean Raby @@ -3550,21 +4633,7 @@ Date: Mon Jul 9 18:22:45 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-09T18:22:45 -commit 630d86bf2a9fe4f3d9a514ab9dcc7f2f42cf0236 -Merge: 0766ff4 a6a00d8 -Author: Jean Raby -Date: Mon Jul 9 18:17:00 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head f0fb54908898753faba576cb702431e4a761d814) - to branch 'ca.inverse.sogo' (head dd70649f47a4d24e9414656eda1cc9955949dca2) - - Monotone-Parent: dd70649f47a4d24e9414656eda1cc9955949dca2 - Monotone-Parent: f0fb54908898753faba576cb702431e4a761d814 - Monotone-Revision: 7983cbe0c7e64bf7704effecf4a69991464e4276 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-07-09T18:17:00 - Monotone-Branch: ca.inverse.sogo +M Tools/SOGoToolExpireUserSessions.m commit a6a00d875363d54ebe5f13661a2b58d5239cf6b7 Author: Jean Raby @@ -3580,21 +4649,8 @@ Date: Mon Jul 9 18:16:49 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-09T18:16:49 -commit 0766ff431e7c1d01a10bb86f84afa2f77607d311 -Merge: 727eda5 1b6727b -Author: Jean Raby -Date: Mon Jul 9 17:54:27 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 3896b9b187dfad2b01d68527f0411bd1a7cfe7b4) - to branch 'ca.inverse.sogo' (head 2910a50c602f0bb23fb3e3c5b513549ac30b58f8) - - Monotone-Parent: 2910a50c602f0bb23fb3e3c5b513549ac30b58f8 - Monotone-Parent: 3896b9b187dfad2b01d68527f0411bd1a7cfe7b4 - Monotone-Revision: dd70649f47a4d24e9414656eda1cc9955949dca2 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-07-09T17:54:27 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/SOGoToolUserPreferences.m commit 1b6727bda6a9fb42ef81fc7f360da4a99f3530f3 Author: Jean Raby @@ -3608,21 +4664,9 @@ Date: Mon Jul 9 17:54:22 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-09T17:54:22 -commit 727eda5ad907aed8141c690af7372edb414edbe7 -Merge: 390755d 9fa37ae -Author: Jean Raby -Date: Mon Jul 9 15:47:46 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 0d5958f50cf116f607e45fcde7496a5bc3726e1c) - to branch 'ca.inverse.sogo' (head 6fbc2bc5b209f589700507e19b2f5b537fd5ccce) - - Monotone-Parent: 0d5958f50cf116f607e45fcde7496a5bc3726e1c - Monotone-Parent: 6fbc2bc5b209f589700507e19b2f5b537fd5ccce - Monotone-Revision: 2910a50c602f0bb23fb3e3c5b513549ac30b58f8 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-07-09T15:47:46 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/generic.js commit 390755d305014a16a513e9fa8ead28c83970cd23 Author: Jean Raby @@ -3637,21 +4681,8 @@ Date: Mon Jul 9 15:47:42 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-09T15:47:42 -commit 9fa37aef114fc08ab9eb1f6da17acac71d85acde -Merge: 9e2e835 22690a8 -Author: Jean Raby -Date: Mon Jul 9 14:52:55 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 7ec57a209bc7361239e0e096f134affbbd4b5fc2) - to branch 'ca.inverse.sogo' (head 1afafb311417cef66b1fc16091418a9c10b9323f) - - Monotone-Parent: 1afafb311417cef66b1fc16091418a9c10b9323f - Monotone-Parent: 7ec57a209bc7361239e0e096f134affbbd4b5fc2 - Monotone-Revision: 6fbc2bc5b209f589700507e19b2f5b537fd5ccce - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-07-09T14:52:55 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxContactsUserFolders.js commit 22690a8f8faf1c165ec8995d7e1063d7176397b5 Author: Jean Raby @@ -3666,21 +4697,7 @@ Date: Mon Jul 9 14:52:47 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-09T14:52:47 -commit 9e2e8357459ddeb1d735b998591561cb8e2c3f84 -Merge: 3520a8c 7112191 -Author: Jean Raby -Date: Mon Jul 9 14:17:18 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 4e287287380938e20234ac951c09158c324b84b4) - to branch 'ca.inverse.sogo' (head 1c4b0de1b13fe836e324570323e90b9d779a8fa5) - - Monotone-Parent: 1c4b0de1b13fe836e324570323e90b9d779a8fa5 - Monotone-Parent: 4e287287380938e20234ac951c09158c324b84b4 - Monotone-Revision: 1afafb311417cef66b1fc16091418a9c10b9323f - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-07-09T14:17:18 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js commit 71121914cf2dc04e1f5bfbc475721274171054c7 Author: Jean Raby @@ -3713,21 +4730,23 @@ Date: Mon Jul 9 14:17:07 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-09T14:17:07 -commit 3520a8c8478d197faa82215807eed79136cde71c -Merge: c4d11cd c5effe8 -Author: Jean Raby -Date: Thu Jul 5 21:16:08 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head e853157abbabf35bc95273da8bc10b2d3b142627) - to branch 'ca.inverse.sogo' (head f4b12b256d58270841b46929996b4bdf21924369) - - Monotone-Parent: e853157abbabf35bc95273da8bc10b2d3b142627 - Monotone-Parent: f4b12b256d58270841b46929996b4bdf21924369 - Monotone-Revision: 1c4b0de1b13fe836e324570323e90b9d779a8fa5 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-07-05T21:16:08 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/UIxContactActions.m +M UI/Contacts/UIxContactFolderActions.m +M UI/Contacts/product.plist +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/product.plist +M UI/Templates/ContactsUI/UIxContactFoldersView.wox +M UI/Templates/SchedulerUI/UIxCalDayView.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/Templates/SchedulerUI/UIxCalMonthView.wox +M UI/Templates/SchedulerUI/UIxCalWeekView.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js commit c4d11cd91617f8905ce909c3ef70d2c764b64a7f Author: Jean Raby @@ -3754,21 +4773,14 @@ Date: Thu Jul 5 21:16:02 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-05T21:16:02 -commit c5effe874f77bbd50b5cfb78c2707570f5bfc1ab -Merge: d13bd52 5639ee6 -Author: Jean Raby -Date: Thu Jul 5 17:35:09 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head f03db6cb5531dddabab4e8678d856fe593d3745d) - to branch 'ca.inverse.sogo' (head 2fe9d54ea82595348c57b93890c2e06bd53156db) - - Monotone-Parent: 2fe9d54ea82595348c57b93890c2e06bd53156db - Monotone-Parent: f03db6cb5531dddabab4e8678d856fe593d3745d - Monotone-Revision: f4b12b256d58270841b46929996b4bdf21924369 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-07-05T17:35:09 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/UIxContactFolderActions.m +M UI/Contacts/product.plist +M UI/Templates/ContactsUI/UIxContactFoldersView.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/generic.js commit 5639ee61804825948223440ed01a771cae87d5af Author: Jean Raby @@ -3782,21 +4794,7 @@ Date: Thu Jul 5 17:35:02 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-05T17:35:02 -commit d13bd52f62eec287faab528183e46f10dc4c3ef2 -Merge: 3e2bfbe 993c0ee -Author: Jean Raby -Date: Thu Jul 5 17:18:41 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head f3654e9c29406b43890181ca1e890b64daca6321) - to branch 'ca.inverse.sogo' (head 9fc01803511e28b63ef83d04b3a22f5da78861a3) - - Monotone-Parent: 9fc01803511e28b63ef83d04b3a22f5da78861a3 - Monotone-Parent: f3654e9c29406b43890181ca1e890b64daca6321 - Monotone-Revision: 2fe9d54ea82595348c57b93890c2e06bd53156db - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-07-05T17:18:41 - Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactView.m commit 993c0ee52edd025a4569424a4dd7e608a5ed527f Author: Jean Raby @@ -3816,21 +4814,9 @@ Date: Thu Jul 5 17:17:50 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-05T17:17:50 -commit 3e2bfbea14e5e2851f3ec51a7cff780ed562a0f9 -Merge: 96f1a8b 19adabf -Author: Jean Raby -Date: Thu Jul 5 16:56:37 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 4c9ff5822433c2ff8fcad8c7432a9575f9890b24) - to branch 'ca.inverse.sogo' (head f25607e5762568e3c223b1868307c8cc92bd66da) - - Monotone-Parent: 4c9ff5822433c2ff8fcad8c7432a9575f9890b24 - Monotone-Parent: f25607e5762568e3c223b1868307c8cc92bd66da - Monotone-Revision: 9fc01803511e28b63ef83d04b3a22f5da78861a3 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-07-05T16:56:37 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactView.m +M UI/Templates/ContactsUI/UIxContactView.wox commit 96f1a8b2475e0ef66ff3e3ca78d2c753f9147288 Author: Jean Raby @@ -3845,6 +4831,8 @@ Date: Thu Jul 5 16:56:27 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-05T16:56:27 +M Tests/Integration/propfind.py + commit 19adabfa92267b39ace1f4ceb59f3d2584d5899a Author: Wolfgang Sourdeau Date: Mon Jul 2 19:57:29 2012 +0000 @@ -3856,6 +4844,8 @@ Date: Mon Jul 2 19:57:29 2012 +0000 Monotone-Date: 2012-07-02T19:57:29 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/GCSSpecialQueries.m + commit 8bf73b73b682ccbf2c588793e00133485a86bdf4 Author: Wolfgang Sourdeau Date: Mon Jul 2 19:49:05 2012 +0000 @@ -3867,21 +4857,7 @@ Date: Mon Jul 2 19:49:05 2012 +0000 Monotone-Date: 2012-07-02T19:49:05 Monotone-Branch: ca.inverse.sogo -commit 9ff48bda9d3c0eda4c0488f7e934d3dc7caabdc2 -Merge: 79c3eb3 0f4401a -Author: Wolfgang Sourdeau -Date: Mon Jul 2 19:48:38 2012 +0000 - - merge of 'ebf7c7e799b00cc44e631f47d644d492cac8a9aa' - and 'f93bc9e1291ae4d3aab97f39d7a28293e66adb43' - - Monotone-Parent: ebf7c7e799b00cc44e631f47d644d492cac8a9aa - Monotone-Parent: f93bc9e1291ae4d3aab97f39d7a28293e66adb43 - Monotone-Revision: 47874ea582a8f97d988110f4d4174d2668de0fb0 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-07-02T19:48:38 - Monotone-Branch: ca.inverse.sogo +M ChangeLog commit 79c3eb33dcfcf029f877231de49c364dc2e1644e Author: Wolfgang Sourdeau @@ -3894,6 +4870,9 @@ Date: Sun Jul 1 22:31:05 2012 +0000 Monotone-Date: 2012-07-01T22:31:05 Monotone-Branch: ca.inverse.sogo +M OpenChange/NSDate+MAPIStore.h +M OpenChange/NSDate+MAPIStore.m + commit b3acd2e2add97681606d1ee811282adf38c3bcdc Author: Wolfgang Sourdeau Date: Sun Jul 1 20:58:46 2012 +0000 @@ -3905,6 +4884,12 @@ Date: Sun Jul 1 20:58:46 2012 +0000 Monotone-Date: 2012-07-01T20:58:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Native Microsoft Outlook Configuration.odt +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreRecurrenceUtils.h +M OpenChange/MAPIStoreRecurrenceUtils.m + commit 674fb1081cc25690609752aa9d11757e9e137cae Author: Wolfgang Sourdeau Date: Sun Jul 1 20:55:54 2012 +0000 @@ -3916,53 +4901,9 @@ Date: Sun Jul 1 20:55:54 2012 +0000 Monotone-Date: 2012-07-01T20:55:54 Monotone-Branch: ca.inverse.sogo -commit 0f4401a4b657384366ec61c6f050daccf63c0cca -Merge: 09504ed b3acd2e -Author: Francis Lachapelle -Date: Sat Jun 30 18:35:39 2012 +0000 - - merge of 'a4c7e35d642045e63467a131fae8049524f450e4' - and 'a6b977673a1cc94b1269e19c469101dca9fd17bc' - - Monotone-Parent: a4c7e35d642045e63467a131fae8049524f450e4 - Monotone-Parent: a6b977673a1cc94b1269e19c469101dca9fd17bc - Monotone-Revision: f93bc9e1291ae4d3aab97f39d7a28293e66adb43 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-06-30T18:35:39 - Monotone-Branch: ca.inverse.sogo - -commit 09504ed1cb89bf12dfcab5c9baff20f3f27153fb -Merge: 5913064 e587ae0 -Author: Francis Lachapelle -Date: Sat Jun 30 18:20:30 2012 +0000 - - merge of '3f8608c82d9c379cc9e0fea6ffe853cc1949a24b' - and '7634b9d503d61b6240548e75e7f872081debc6b4' - - Monotone-Parent: 3f8608c82d9c379cc9e0fea6ffe853cc1949a24b - Monotone-Parent: 7634b9d503d61b6240548e75e7f872081debc6b4 - Monotone-Revision: a4c7e35d642045e63467a131fae8049524f450e4 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-06-30T18:20:30 - Monotone-Branch: ca.inverse.sogo - -commit 92f3ad1b06984a262b73118d049c5a635aa228de -Merge: 8e137c7 13bad20 -Author: Wolfgang Sourdeau -Date: Sat Jun 30 11:46:19 2012 +0000 - - merge of '43774db162efbc47a3e22d6daeeef1ed2cf6446f' - and 'fc5a6818c0ee3f04b21668c4b2008a9549fb34f7' - - Monotone-Parent: 43774db162efbc47a3e22d6daeeef1ed2cf6446f - Monotone-Parent: fc5a6818c0ee3f04b21668c4b2008a9549fb34f7 - Monotone-Revision: b4eb1c4ecb6343d34ed9700a15e35cd1c9dc33af - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-06-30T11:46:19 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSDate+MAPIStore.h +M OpenChange/NSDate+MAPIStore.m commit 13bad20737c7ac33a8092610555df01e093a392b Author: Wolfgang Sourdeau @@ -3975,21 +4916,10 @@ Date: Sat Jun 30 07:30:44 2012 +0000 Monotone-Date: 2012-06-30T07:30:44 Monotone-Branch: ca.inverse.sogo -commit 8e137c7370dce6151cfbfb69b56fc1ca51894008 -Merge: 0a2244c 6987cba -Author: Jean Raby -Date: Fri Jun 29 20:18:26 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 228f7d730cde5a5046b0885c1ac02649ee2b7c05) - to branch 'ca.inverse.sogo' (head 53c7bfdc2c357c162e23401ab5600d2cb4a1483e) - - Monotone-Parent: 228f7d730cde5a5046b0885c1ac02649ee2b7c05 - Monotone-Parent: 53c7bfdc2c357c162e23401ab5600d2cb4a1483e - Monotone-Revision: 43774db162efbc47a3e22d6daeeef1ed2cf6446f - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-06-29T20:18:26 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreSOGo.m +M OpenChange/NSObject+MAPIStore.h +M OpenChange/NSObject+MAPIStore.m commit 0a2244c2cb6fdd2c47cd41218ed746f118a920d8 Author: Jean Raby @@ -4009,6 +4939,11 @@ Date: Fri Jun 29 20:17:20 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-06-29T20:17:20 +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.m +M SoObjects/SOGo/WORequest+SOGo.h +M SoObjects/SOGo/WORequest+SOGo.m + commit 6987cba3c251db3ca2456488e95652d2f93d84bd Author: Wolfgang Sourdeau Date: Fri Jun 29 19:37:15 2012 +0000 @@ -4022,6 +4957,8 @@ Date: Fri Jun 29 19:37:15 2012 +0000 Monotone-Date: 2012-06-29T19:37:15 Monotone-Branch: ca.inverse.sogo +A OpenChange/dbmsgreader.m + commit 3c6ed20f53cca33227007fd32b724f00a571cc5d Author: Wolfgang Sourdeau Date: Fri Jun 29 19:25:31 2012 +0000 @@ -4035,21 +4972,8 @@ Date: Fri Jun 29 19:25:31 2012 +0000 Monotone-Date: 2012-06-29T19:25:31 Monotone-Branch: ca.inverse.sogo -commit 56621c9d5e0db1bbe33df1a65dab9efc6c66918d -Merge: a783d81 e587ae0 -Author: Wolfgang Sourdeau -Date: Fri Jun 29 19:10:27 2012 +0000 - - merge of '4ecb95aab8f686702ff3eb186a97b1bf1f3b5531' - and '7634b9d503d61b6240548e75e7f872081debc6b4' - - Monotone-Parent: 4ecb95aab8f686702ff3eb186a97b1bf1f3b5531 - Monotone-Parent: 7634b9d503d61b6240548e75e7f872081debc6b4 - Monotone-Revision: 0c4f43a27b60ff9951c52b8ab1d9309d5fc9f209 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-06-29T19:10:27 - Monotone-Branch: ca.inverse.sogo +A OpenChange/SOGoMAPIDBMessage.h +A OpenChange/SOGoMAPIDBMessage.m commit a783d81528b67a1dcbdc2f19ed065684308b7a6d Author: Wolfgang Sourdeau @@ -4062,6 +4986,11 @@ Date: Fri Jun 29 19:09:02 2012 +0000 Monotone-Date: 2012-06-29T19:09:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAttachment.h +M OpenChange/MAPIStoreAttachment.m +M OpenChange/MAPIStoreSOGo.m + commit 95a443d89a87b03a27f9f1fa166a4ff681522680 Author: Wolfgang Sourdeau Date: Fri Jun 29 17:59:38 2012 +0000 @@ -4073,6 +5002,86 @@ Date: Fri Jun 29 17:59:38 2012 +0000 Monotone-Date: 2012-06-29T17:59:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/EOQualifier+MAPI.h +M OpenChange/EOQualifier+MAPI.m +A OpenChange/GCSSpecialQueries+OpenChange.h +A OpenChange/GCSSpecialQueries+OpenChange.m +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreCalendarAttachment.m +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/MAPIStoreContext.m +A OpenChange/MAPIStoreDBBaseContext.h +A OpenChange/MAPIStoreDBBaseContext.m +A OpenChange/MAPIStoreDBFolder.h +A OpenChange/MAPIStoreDBFolder.m +A OpenChange/MAPIStoreDBFolderTable.h +A OpenChange/MAPIStoreDBFolderTable.m +A OpenChange/MAPIStoreDBMessage.h +A OpenChange/MAPIStoreDBMessage.m +A OpenChange/MAPIStoreDBMessageTable.h +A OpenChange/MAPIStoreDBMessageTable.m +M OpenChange/MAPIStoreFAIMessage.h +M OpenChange/MAPIStoreFAIMessageTable.h +D OpenChange/MAPIStoreFSBaseContext.h +D OpenChange/MAPIStoreFSBaseContext.m +D OpenChange/MAPIStoreFSFolder.h +D OpenChange/MAPIStoreFSFolder.m +D OpenChange/MAPIStoreFSFolderTable.h +D OpenChange/MAPIStoreFSFolderTable.m +D OpenChange/MAPIStoreFSMessage.h +D OpenChange/MAPIStoreFSMessage.m +D OpenChange/MAPIStoreFSMessageTable.h +D OpenChange/MAPIStoreFSMessageTable.m +M OpenChange/MAPIStoreFallbackContext.h +M OpenChange/MAPIStoreFallbackContext.m +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreGCSFolder.h +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreMailAttachment.h +M OpenChange/MAPIStoreMailAttachment.m +M OpenChange/MAPIStoreMailFolder.h +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMailMessageTable.m +M OpenChange/MAPIStoreMailVolatileMessage.h +M OpenChange/MAPIStoreMailVolatileMessage.m +M OpenChange/MAPIStoreMessage.h +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreMessageTable.h +M OpenChange/MAPIStoreMessageTable.m +M OpenChange/MAPIStoreNotesContext.h +M OpenChange/MAPIStoreNotesFolder.h +M OpenChange/MAPIStoreNotesMessage.h +M OpenChange/MAPIStoreNotesMessage.m +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStorePermissionsTable.m +A OpenChange/MAPIStoreSOGoObject.h +A OpenChange/MAPIStoreSOGoObject.m +M OpenChange/MAPIStoreTable.h +M OpenChange/MAPIStoreTable.m +M OpenChange/MAPIStoreUserContext.h +M OpenChange/MAPIStoreUserContext.m +D OpenChange/MAPIStoreVolatileMessage.h +D OpenChange/MAPIStoreVolatileMessage.m +A OpenChange/NSObject+PropertyList.m +A OpenChange/SOGoMAPIDBFolder.h +A OpenChange/SOGoMAPIDBFolder.m +A OpenChange/SOGoMAPIDBObject.h +A OpenChange/SOGoMAPIDBObject.m +D OpenChange/SOGoMAPIFSFolder.h +D OpenChange/SOGoMAPIFSFolder.m +D OpenChange/SOGoMAPIFSMessage.h +D OpenChange/SOGoMAPIFSMessage.m +A OpenChange/SOGoMAPIObject.h +A OpenChange/SOGoMAPIObject.m +D OpenChange/SOGoMAPIVolatileMessage.h +D OpenChange/SOGoMAPIVolatileMessage.m +M OpenChange/plreader.m + commit 591306481b520cb11a1896c9cafb75d0a14d4abe Author: Wolfgang Sourdeau Date: Thu Jun 28 14:46:37 2012 +0000 @@ -4084,6 +5093,8 @@ Date: Thu Jun 28 14:46:37 2012 +0000 Monotone-Date: 2012-06-28T14:46:37 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m + commit 79552f8ff36f7cebeffc4aa57eecb599caba6f2a Author: Wolfgang Sourdeau Date: Thu Jun 28 14:45:45 2012 +0000 @@ -4095,6 +5106,9 @@ Date: Thu Jun 28 14:45:45 2012 +0000 Monotone-Date: 2012-06-28T14:45:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit 8ef875b1f4580c5c89f346f7114e3ddb538fd020 Author: Wolfgang Sourdeau Date: Thu Jun 28 14:45:12 2012 +0000 @@ -4106,21 +5120,8 @@ Date: Thu Jun 28 14:45:12 2012 +0000 Monotone-Date: 2012-06-28T14:45:12 Monotone-Branch: ca.inverse.sogo -commit e587ae08cfb3d525200ba3365c4ee9d961475d66 -Merge: cb5ba07 38b1cbd -Author: Jean Raby -Date: Wed Jun 27 16:06:45 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head a4ef73c2ad79c8da8d8e0c93767ab06e14bc846b) - to branch 'ca.inverse.sogo' (head 25245057b6fcee6d3af9a15a930deba187d79422) - - Monotone-Parent: 25245057b6fcee6d3af9a15a930deba187d79422 - Monotone-Parent: a4ef73c2ad79c8da8d8e0c93767ab06e14bc846b - Monotone-Revision: 7634b9d503d61b6240548e75e7f872081debc6b4 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-06-27T16:06:45 - Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/GCSSpecialQueries.h +M SOPE/GDLContentStore/GCSSpecialQueries.m commit 38b1cbd014fc101eb0245d09b5a87ea782581ed7 Author: Jean Raby @@ -4139,6 +5140,10 @@ Date: Wed Jun 27 16:06:20 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-06-27T16:06:20 +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M Tests/Integration/test-caldav-scheduling.py + commit c74b5a1cc13c5c3e5c6ede6f7a45bdf702351fab Author: Francis Lachapelle Date: Tue Jun 26 20:45:07 2012 +0000 @@ -4151,21 +5156,9 @@ Date: Tue Jun 26 20:45:07 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-06-26T20:45:07 -commit cb5ba07a697f959bfe18b7562718ce27d8a942c6 -Merge: 35781a2 cba2a7d -Author: Jean Raby -Date: Fri Jun 22 19:06:28 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 802a8f25aa0ed67386953826b82939c3ab98bba2) - to branch 'ca.inverse.sogo' (head 5c56673cb595ae5a0b092f95cc9c5ac3bea114bc) - - Monotone-Parent: 5c56673cb595ae5a0b092f95cc9c5ac3bea114bc - Monotone-Parent: 802a8f25aa0ed67386953826b82939c3ab98bba2 - Monotone-Revision: 25245057b6fcee6d3af9a15a930deba187d79422 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-06-22T19:06:28 - Monotone-Branch: ca.inverse.sogo +M NEWS +M SoObjects/Appointments/Czech.lproj/Localizable.strings +M UI/MailerUI/Czech.lproj/Localizable.strings commit cba2a7d458da942433979263fb5e7a7b5327e688 Author: Jean Raby @@ -4194,6 +5187,8 @@ Date: Fri Jun 22 19:06:17 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-06-22T19:06:17 +M Tests/Integration/test-caldav-scheduling.py + commit 7f3b99f2d449f4ca9cdf5854ce6d6d34f14d8c9e Author: Francis Lachapelle Date: Fri Jun 22 15:08:30 2012 +0000 @@ -4204,21 +5199,7 @@ Date: Fri Jun 22 15:08:30 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-06-22T15:08:30 -commit 35781a22a76a6f86b3ebadba1d5f3cf834a3f0d1 -Merge: 59e871a 6d745e0 -Author: Ludovic Marcotte -Date: Thu Jun 21 23:32:25 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 5e99e6ac2d5684eba786f2ce14295f3a3b5267a3) - to branch 'ca.inverse.sogo' (head 29b92cb0e2207332af7eb0b8097b4cc79b5ee43d) - - Monotone-Parent: 29b92cb0e2207332af7eb0b8097b4cc79b5ee43d - Monotone-Parent: 5e99e6ac2d5684eba786f2ce14295f3a3b5267a3 - Monotone-Revision: 5c56673cb595ae5a0b092f95cc9c5ac3bea114bc - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-06-21T23:32:25 - Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/GCSSpecialQueries.m commit 6d745e0f4b07236d0ede4a6012d776264240290c Author: Ludovic Marcotte @@ -4232,21 +5213,22 @@ Date: Thu Jun 21 23:32:18 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-06-21T23:32:18 -commit 59e871a87dff1b27363a678326ef2eb3f6c25f5e -Merge: e48a9ba 86b689d -Author: Jean Raby -Date: Thu Jun 21 15:52:24 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head aadc4759a64f724760d38bbdfd92715182856439) - to branch 'ca.inverse.sogo' (head aa6b7008cf5e7d5a1375822a416d0578868197db) - - Monotone-Parent: aa6b7008cf5e7d5a1375822a416d0578868197db - Monotone-Parent: aadc4759a64f724760d38bbdfd92715182856439 - Monotone-Revision: 29b92cb0e2207332af7eb0b8097b4cc79b5ee43d - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-06-21T15:52:24 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M SoObjects/SOGo/SOGoDefaults.plist +M SoObjects/SOGo/SOGoDomainDefaults.h +M SoObjects/SOGo/SOGoDomainDefaults.m +M UI/Common/UIxPageFrame.m +M UI/Contacts/UIxContactsFilterPanel.m +M UI/Contacts/UIxContactsUserFolders.m +M UI/Contacts/UIxListEditor.m +M UI/Scheduler/UIxAttendeesEditor.h +M UI/Scheduler/UIxAttendeesEditor.m +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/SOGoAutoCompletion.js +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/generic.js commit 86b689d7e80f042d283af68a9fa368822cfcb609 Author: Jean Raby @@ -4261,21 +5243,7 @@ Date: Thu Jun 21 15:51:53 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-06-21T15:51:53 -commit e48a9ba0eda999104419cb1716e8674546940af7 -Merge: 70002fe 58d1158 -Author: Jean Raby -Date: Thu Jun 21 14:26:21 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head e699f14b51f9de020728f6ca36fdcc283587d057) - to branch 'ca.inverse.sogo' (head dd23eda9d783ae26ebd0bff76f56685ce5181ef1) - - Monotone-Parent: dd23eda9d783ae26ebd0bff76f56685ce5181ef1 - Monotone-Parent: e699f14b51f9de020728f6ca36fdcc283587d057 - Monotone-Revision: aa6b7008cf5e7d5a1375822a416d0578868197db - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-06-21T14:26:21 - Monotone-Branch: ca.inverse.sogo +M Tools/SOGoToolExpireUserSessions.m commit 58d115817b7b000551b97f52ff0766ea0106888d Author: Jean Raby @@ -4289,6 +5257,8 @@ Date: Thu Jun 21 14:25:57 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-06-21T14:25:57 +M sogo.spec + commit bcddfe4efae8a443312da51b0c7e32ad0bd6703f Author: Jean Raby Date: Thu Jun 21 13:54:23 2012 +0000 @@ -4301,36 +5271,7 @@ Date: Thu Jun 21 13:54:23 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-06-21T13:54:23 -commit 70002fe57422c8c8feff7cacec3de00df03e3a32 -Merge: ea33d10 4a9577e -Author: Jean Raby -Date: Wed Jun 20 20:35:28 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 21464a96c4abb93d2143e8f30b059d2f01bab016) - to branch 'ca.inverse.sogo' (head fe40ce2ccc4fc2a690968594698949dc4b73f035) - - Monotone-Parent: 21464a96c4abb93d2143e8f30b059d2f01bab016 - Monotone-Parent: fe40ce2ccc4fc2a690968594698949dc4b73f035 - Monotone-Revision: dd23eda9d783ae26ebd0bff76f56685ce5181ef1 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-06-20T20:35:28 - Monotone-Branch: ca.inverse.sogo - -commit ea33d10117d0e32a8295438b20c805f4e2d48b7a -Merge: 0845f13 b88d623 -Author: Jean Raby -Date: Wed Jun 20 20:35:13 2012 +0000 - - merge of '30b555a484fd45f63e941b88e3afc1f2784480da' - and '7658ec99af152b2743393d20c3c4f2c23610ec4c' - - Monotone-Parent: 30b555a484fd45f63e941b88e3afc1f2784480da - Monotone-Parent: 7658ec99af152b2743393d20c3c4f2c23610ec4c - Monotone-Revision: 21464a96c4abb93d2143e8f30b059d2f01bab016 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-06-20T20:35:13 +M Tests/Integration/test-caldav-scheduling.py commit 0845f13327f6f0cedfa747ef68aff38e152d501d Author: Jean Raby @@ -4348,21 +5289,7 @@ Date: Wed Jun 20 20:34:28 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-06-20T20:34:28 -commit 4a9577e18e0e2b439eb924a2e1f5c9069dfce281 -Merge: b88d623 988ca2d -Author: Ludovic Marcotte -Date: Wed Jun 20 14:06:09 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 7658ec99af152b2743393d20c3c4f2c23610ec4c) - to branch 'ca.inverse.sogo' (head c69af3e4b83d5cab3a52701fb736c8a149697338) - - Monotone-Parent: 7658ec99af152b2743393d20c3c4f2c23610ec4c - Monotone-Parent: c69af3e4b83d5cab3a52701fb736c8a149697338 - Monotone-Revision: fe40ce2ccc4fc2a690968594698949dc4b73f035 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-06-20T14:06:09 - Monotone-Branch: ca.inverse.sogo +M Tests/Integration/test-caldav-scheduling.py commit b88d623ad373eb65e577afd111b91bc655b3b86a Author: Ludovic Marcotte @@ -4376,6 +5303,9 @@ Date: Wed Jun 20 14:05:40 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-06-20T14:05:40 +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 083c2d77b019f9c3453cec06508abb52d2a76a1b Author: Ludovic Marcotte Date: Tue Jun 19 13:17:48 2012 +0000 @@ -4388,6 +5318,10 @@ Date: Tue Jun 19 13:17:48 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-06-19T13:17:48 +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 988ca2d853e7563e99c74242507db9bf602aa0f0 Author: Wolfgang Sourdeau Date: Mon Jun 18 17:50:31 2012 +0000 @@ -4399,21 +5333,7 @@ Date: Mon Jun 18 17:50:31 2012 +0000 Monotone-Date: 2012-06-18T17:50:31 Monotone-Branch: ca.inverse.sogo -commit b35f5f0ecbc10346b26c1d9a6a55b7a702d14a27 -Merge: 917a857 07cc5e8 -Author: Ludovic Marcotte -Date: Mon Jun 18 17:21:48 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_17' (head 6105680d967d026c63b9b9f96cb3aeae9884e804) - to branch 'ca.inverse.sogo' (head b664e2e19975c70a7614aa975a3a045f0bec7ec3) - - Monotone-Parent: 6105680d967d026c63b9b9f96cb3aeae9884e804 - Monotone-Parent: b664e2e19975c70a7614aa975a3a045f0bec7ec3 - Monotone-Revision: 6748af72ecdd0c613acb968eb261448ae6b6982d - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-06-18T17:21:48 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt commit 917a857d6bc4e98fd64da0ddb942df8532dca5a6 Author: Ludovic Marcotte @@ -4427,6 +5347,8 @@ Date: Mon Jun 18 17:21:24 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-06-18T17:21:24 +M Documentation/SOGo Installation Guide.odt + commit 07cc5e8cf8f66a5ce0ad7d3b3fba676b9dac79c9 Author: Wolfgang Sourdeau Date: Fri Jun 15 13:33:21 2012 +0000 @@ -4438,6 +5360,8 @@ Date: Fri Jun 15 13:33:21 2012 +0000 Monotone-Date: 2012-06-15T13:33:21 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreContext.m + commit b7fc272680a0ad3246473cff19c41290cfa69764 Author: Francis Lachapelle Date: Wed Jun 13 18:35:22 2012 +0000 @@ -4450,6 +5374,8 @@ Date: Wed Jun 13 18:35:22 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-06-13T18:35:22 +M Documentation/SOGo Installation Guide.odt + commit dd0008f6ab9d05df5f3a743357a6e2567bdeae01 Author: Wolfgang Sourdeau Date: Tue Jun 12 14:42:52 2012 +0000 @@ -4463,6 +5389,8 @@ Date: Tue Jun 12 14:42:52 2012 +0000 Monotone-Date: 2012-06-12T14:42:52 Monotone-Branch: ca.inverse.sogo +M Version + commit f5f66d0b74d9a7895db3cfb138830d0cb7b46429 Author: Wolfgang Sourdeau Date: Tue Jun 12 14:41:51 2012 +0000 @@ -4474,6 +5402,9 @@ Date: Tue Jun 12 14:41:51 2012 +0000 Monotone-Date: 2012-06-12T14:41:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGroup.m + commit 2f2446c9a6f8dcd9127be07c64b4485b05bb8787 Author: Francis Lachapelle Date: Mon Jun 11 13:27:08 2012 +0000 @@ -4486,20 +5417,8 @@ Date: Mon Jun 11 13:27:08 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-06-11T13:27:08 -commit ac46cef9b004689f487a0d92a1dcca30d56a1422 -Merge: 781c578 b4d8609 -Author: Francis Lachapelle -Date: Fri Jun 8 21:33:45 2012 +0000 - - propagate from branch 'ca.inverse.sogo' (head ccc94ebd9d872963c33041a7cac766343762bef2) - to branch 'ca.inverse.sogo.1_3_17' (head 987a622d6acb514d5652a1125c4c320d585470ae) - - Monotone-Parent: 987a622d6acb514d5652a1125c4c320d585470ae - Monotone-Parent: ccc94ebd9d872963c33041a7cac766343762bef2 - Monotone-Revision: 74828d7539e15e54c9b42034f03693356bb13912 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-06-08T21:33:45 +M UI/WebServerResources/generic.css +M UI/WebServerResources/iefixes.css commit 781c578fa21d62e7362120dbc6d1f47447ba8acd Author: Francis Lachapelle @@ -4513,6 +5432,8 @@ Date: Fri Jun 8 21:31:21 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-06-08T21:31:21 +M Version + commit 9803c02b72813e6f6469eb66fb5691a5a74304c8 Author: Francis Lachapelle Date: Thu Jun 7 14:23:11 2012 +0000 @@ -4525,6 +5446,8 @@ Date: Thu Jun 7 14:23:11 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-06-07T14:23:11 +M NEWS + commit f0012c6d36e356d847603021c9da11ecaf1960a0 Author: Francis Lachapelle Date: Wed Jun 6 15:28:35 2012 +0000 @@ -4537,6 +5460,11 @@ Date: Wed Jun 6 15:28:35 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-06-06T15:28:35 +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt +M NEWS + commit a47a7c906734909ff0a0a313f3dcccaec4de957c Author: Francis Lachapelle Date: Wed Jun 6 14:15:35 2012 +0000 @@ -4549,6 +5477,8 @@ Date: Wed Jun 6 14:15:35 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-06-06T14:15:35 +M UI/MailerUI/German.lproj/Localizable.strings + commit 33646f6e363f4fe36c2d102989ff2d74a869a41e Author: Francis Lachapelle Date: Wed Jun 6 14:15:11 2012 +0000 @@ -4561,6 +5491,9 @@ Date: Wed Jun 6 14:15:11 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-06-06T14:15:11 +M SoObjects/Appointments/French.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings + commit a8e4974c963b9020efa669cdfab65962e0bd0e59 Author: Francis Lachapelle Date: Wed Jun 6 14:13:34 2012 +0000 @@ -4573,6 +5506,9 @@ Date: Wed Jun 6 14:13:34 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-06-06T14:13:34 +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings + commit 012e59468de9f067623359a2e1bf9d86330babbe Author: Francis Lachapelle Date: Mon Jun 4 19:47:36 2012 +0000 @@ -4585,6 +5521,9 @@ Date: Mon Jun 4 19:47:36 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-06-04T19:47:36 +M ChangeLog +M UI/WebServerResources/UIxFilterEditor.js + commit 939eeba1f7b50944b1c999a256097eaf60dc98b5 Author: Francis Lachapelle Date: Mon Jun 4 15:29:38 2012 +0000 @@ -4597,6 +5536,14 @@ Date: Mon Jun 4 15:29:38 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-06-04T15:29:38 +M ChangeLog +M SOPE/NGCards/iCalRepeatableEntityObject.h +M SOPE/NGCards/iCalRepeatableEntityObject.m +M SOPE/NGCards/iCalTimeZone.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M UI/Scheduler/UIxAppointmentEditor.m + commit b4d86092362bed1b935f51869d4a8c95dcb26e55 Author: Wolfgang Sourdeau Date: Fri Jun 1 15:15:30 2012 +0000 @@ -4608,20 +5555,24 @@ Date: Fri Jun 1 15:15:30 2012 +0000 Monotone-Date: 2012-06-01T15:15:30 Monotone-Branch: ca.inverse.sogo -commit 33bb7e55568b61f1c1488b66d3d243e302ce380e -Merge: fd7f15c 2c9a61f -Author: Francis Lachapelle -Date: Fri Jun 1 14:30:06 2012 +0000 - - merge of '40b7c19f2c07d8bd5fbb6e2cc45cba387e15d768' - and 'f542ae0ee839e825fc2f1dae6c5d916237edb3e4' - - Monotone-Parent: 40b7c19f2c07d8bd5fbb6e2cc45cba387e15d768 - Monotone-Parent: f542ae0ee839e825fc2f1dae6c5d916237edb3e4 - Monotone-Revision: d6ace8d3429bf9ad569fff969474bd5aa01214ae - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-06-01T14:30:06 +M ChangeLog +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreAttachment.h +M OpenChange/MAPIStoreAttachment.m +M OpenChange/MAPIStoreEmbeddedMessage.m +M OpenChange/MAPIStoreFAIMessage.m +M OpenChange/MAPIStoreFSFolder.m +M OpenChange/MAPIStoreFSMessage.m +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreGCSMessage.m +M OpenChange/MAPIStoreGCSMessageTable.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStorePermissionsTable.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTasksMessage.m +M OpenChange/MAPIStoreTypes.m +M OpenChange/NSObject+MAPIStore.m commit 2c9a61f0c50cac8f6ca929ec0b21a04c6d8f3061 Author: Francis Lachapelle @@ -4635,21 +5586,8 @@ Date: Fri Jun 1 14:29:30 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-06-01T14:29:30 -commit 9690014465698916e7084d9b30fd51fcaaee94cb -Merge: fd7f15c 86fd762 -Author: Wolfgang Sourdeau -Date: Fri Jun 1 14:22:32 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_16' (head 40b7c19f2c07d8bd5fbb6e2cc45cba387e15d768) - to branch 'ca.inverse.sogo' (head b7eda388ab81350d88ecf1275f9481aae4f94bd8) - - Monotone-Parent: 40b7c19f2c07d8bd5fbb6e2cc45cba387e15d768 - Monotone-Parent: b7eda388ab81350d88ecf1275f9481aae4f94bd8 - Monotone-Revision: c8921f898d8810ab70f86851a0449a28dc34eb89 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-06-01T14:22:32 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.m commit fd7f15c81e758efc58d61d2c7979a4a6b5b61245 Author: Wolfgang Sourdeau @@ -4661,21 +5599,8 @@ Date: Fri Jun 1 14:22:28 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-06-01T14:22:28 -commit 86fd7623361e4a16378d3b781bcaf1e12b749f17 -Merge: 5cbac94 9e842e7 -Author: Wolfgang Sourdeau -Date: Fri Jun 1 13:55:06 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_16' (head 6a6bbe9da76e6e30fd9ce63cf4a8c7677f5f61a0) - to branch 'ca.inverse.sogo' (head 08ebdafabc8167a4fc18a6a90be850eb8f0a5e1d) - - Monotone-Parent: 08ebdafabc8167a4fc18a6a90be850eb8f0a5e1d - Monotone-Parent: 6a6bbe9da76e6e30fd9ce63cf4a8c7677f5f61a0 - Monotone-Revision: b7eda388ab81350d88ecf1275f9481aae4f94bd8 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-06-01T13:55:06 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartAlternativeViewer.m commit 9e842e72776390c5e2f7eebc657f7413aff19592 Author: Wolfgang Sourdeau @@ -4687,21 +5612,8 @@ Date: Fri Jun 1 13:54:52 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-06-01T13:54:52 -commit 5cbac94a717cc2aa275a8dd73536393a19f1ee99 -Merge: 1ca5818 005266e -Author: Wolfgang Sourdeau -Date: Thu May 31 20:02:29 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_16' (head 9471287ef57b6223c0e3a175d74fc5f6b9ebc42f) - to branch 'ca.inverse.sogo' (head 4e81d43596ddd37e670d5d889ac9d587abca3068) - - Monotone-Parent: 4e81d43596ddd37e670d5d889ac9d587abca3068 - Monotone-Parent: 9471287ef57b6223c0e3a175d74fc5f6b9ebc42f - Monotone-Revision: 08ebdafabc8167a4fc18a6a90be850eb8f0a5e1d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-05-31T20:02:29 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Crypto.m commit 005266ee5d4d9c5dddc4d38f067a8012d72472ed Author: Wolfgang Sourdeau @@ -4715,21 +5627,7 @@ Date: Thu May 31 20:02:15 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-05-31T20:02:15 -commit 1ca5818f89169eb646aac5832e6006b655a7d9cd -Merge: ee73a87 9234f5e -Author: Ludovic Marcotte -Date: Thu May 31 16:57:36 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_16' (head 9f0e5527e462283d664abba2e2d57060f276c4d0) - to branch 'ca.inverse.sogo' (head cb0fdb8e1df2644d8f633779e64cca48f332bbf6) - - Monotone-Parent: 9f0e5527e462283d664abba2e2d57060f276c4d0 - Monotone-Parent: cb0fdb8e1df2644d8f633779e64cca48f332bbf6 - Monotone-Revision: 4e81d43596ddd37e670d5d889ac9d587abca3068 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-05-31T16:57:36 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt commit ee73a872af8b61acd06c91f4e523dbe040ee0d1e Author: Ludovic Marcotte @@ -4743,21 +5641,7 @@ Date: Thu May 31 16:57:15 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-05-31T16:57:15 -commit 9234f5edd062467b4cbcc21ab38e02f1294d0fdb -Merge: c55ad93 efb4e99 -Author: Ludovic Marcotte -Date: Thu May 31 16:26:11 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_16' (head 743c613acf2129a221bf3026f94cba3d33fa64c8) - to branch 'ca.inverse.sogo' (head 45eb5c274b8f92ec62e79ca295ad0a74f02f89ec) - - Monotone-Parent: 45eb5c274b8f92ec62e79ca295ad0a74f02f89ec - Monotone-Parent: 743c613acf2129a221bf3026f94cba3d33fa64c8 - Monotone-Revision: cb0fdb8e1df2644d8f633779e64cca48f332bbf6 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-05-31T16:26:11 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt commit efb4e99fec40f450addcc18a839dbcd3e1ba88a6 Author: Ludovic Marcotte @@ -4771,21 +5655,8 @@ Date: Thu May 31 16:25:31 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-05-31T16:25:31 -commit c55ad9363e0eb0c46cb398c4f75d8f36d2f1a226 -Merge: 20c9d86 ed67384 -Author: Ludovic Marcotte -Date: Thu May 31 14:51:39 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_16' (head fa6f3f2b467eaa14a01fb8a7dc2aee1e5e4191da) - to branch 'ca.inverse.sogo' (head 22fa8b6672b234c62ac60b3b99cae8134f58ed09) - - Monotone-Parent: 22fa8b6672b234c62ac60b3b99cae8134f58ed09 - Monotone-Parent: fa6f3f2b467eaa14a01fb8a7dc2aee1e5e4191da - Monotone-Revision: 45eb5c274b8f92ec62e79ca295ad0a74f02f89ec - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-05-31T14:51:39 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailMainFrame.m commit ed67384586e82f8cfd23bcd23538cf107ffe1470 Author: Ludovic Marcotte @@ -4799,21 +5670,9 @@ Date: Thu May 31 14:51:18 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-05-31T14:51:18 -commit 20c9d86276025b0aaaf7516adaf56c987a050c74 -Merge: a449fd3 f2b455f -Author: Ludovic Marcotte -Date: Thu May 31 14:23:26 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_16' (head b5d91e74f183ad54e2362119b25b4556f810e3b6) - to branch 'ca.inverse.sogo' (head 1448263394a13cd5b07e5e7b96a8698dece9f745) - - Monotone-Parent: 1448263394a13cd5b07e5e7b96a8698dece9f745 - Monotone-Parent: b5d91e74f183ad54e2362119b25b4556f810e3b6 - Monotone-Revision: 22fa8b6672b234c62ac60b3b99cae8134f58ed09 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-05-31T14:23:26 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m +M UI/MailerUI/UIxMailEditor.m commit f2b455fffcb0f51e4192c0598fc77ecf3353c4c5 Author: Ludovic Marcotte @@ -4827,21 +5686,8 @@ Date: Thu May 31 14:22:34 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-05-31T14:22:34 -commit a449fd3fae52788e48aaf567dd89028de416ddf9 -Merge: 8aad53c 08230b3 -Author: Ludovic Marcotte -Date: Thu May 31 13:25:20 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_16' (head 3c4baa92c5634d4da061da739a9b544d04c44586) - to branch 'ca.inverse.sogo' (head 2a93bffe818fbb8a4df73ae7b00f528618484717) - - Monotone-Parent: 2a93bffe818fbb8a4df73ae7b00f528618484717 - Monotone-Parent: 3c4baa92c5634d4da061da739a9b544d04c44586 - Monotone-Revision: 1448263394a13cd5b07e5e7b96a8698dece9f745 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-05-31T13:25:20 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m commit 08230b33bb73b0b127723881ce80d0e98c059b9a Author: Ludovic Marcotte @@ -4855,21 +5701,18 @@ Date: Thu May 31 13:24:32 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-05-31T13:24:32 -commit 8aad53cfe7a51ef193beb4dae2218029d4689cfd -Merge: f0d028a 18ffca1 -Author: Ludovic Marcotte -Date: Thu May 31 12:37:06 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_16' (head 747fe8c2134a990c1cdf3b494c2b7776021cb736) - to branch 'ca.inverse.sogo' (head 41c57dcc45ba83665003200a0ea8b1cc14d09eec) - - Monotone-Parent: 41c57dcc45ba83665003200a0ea8b1cc14d09eec - Monotone-Parent: 747fe8c2134a990c1cdf3b494c2b7776021cb736 - Monotone-Revision: 2a93bffe818fbb8a4df73ae7b00f528618484717 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-05-31T12:37:06 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/LDAPSource.m +A SoObjects/SOGo/NSData+Crypto.h +A SoObjects/SOGo/NSData+Crypto.m +A SoObjects/SOGo/NSString+Crypto.h +A SoObjects/SOGo/NSString+Crypto.m +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m +M SoObjects/SOGo/SOGoUserManager.m +M SoObjects/SOGo/SQLSource.h +M SoObjects/SOGo/SQLSource.m commit 18ffca1924c8967977da7b3681f744a57bc61168 Author: Ludovic Marcotte @@ -4883,37 +5726,10 @@ Date: Thu May 31 12:36:00 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-05-31T12:36:00 -commit f0d028a858df01c599714305c0cc12ff5d2801a4 -Merge: 8d5603b d98db78 -Author: Ludovic Marcotte -Date: Wed May 30 12:46:26 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_16' (head d29498142c4a9f1d780373bd5f0d80b17f6e2c33) - to branch 'ca.inverse.sogo' (head 7ce650138898448e808ecf1785eedab0ad0d3e6d) - - Monotone-Parent: 7ce650138898448e808ecf1785eedab0ad0d3e6d - Monotone-Parent: d29498142c4a9f1d780373bd5f0d80b17f6e2c33 - Monotone-Revision: 41c57dcc45ba83665003200a0ea8b1cc14d09eec - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-05-30T12:46:26 - Monotone-Branch: ca.inverse.sogo - -commit 8d5603b2fd55a69dda4de63889e3a2fa26ff7a11 -Merge: 760aa04 e6718fc -Author: Jean Raby -Date: Wed May 30 13:21:07 2012 +0000 - - merge of '244af3dc56c63ece14336e6211a7dd546a398220' - and 'b293c0227fba2b5897bfbdad32b4ca68f9773305' - - Monotone-Parent: 244af3dc56c63ece14336e6211a7dd546a398220 - Monotone-Parent: b293c0227fba2b5897bfbdad32b4ca68f9773305 - Monotone-Revision: 7ce650138898448e808ecf1785eedab0ad0d3e6d - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-05-30T13:21:07 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.m +M SoObjects/SOGo/SOGoGroup.h +M SoObjects/SOGo/SOGoGroup.m commit d98db782b3332e4cc342f846fbccec052e55cfce Author: Francis Lachapelle @@ -4927,6 +5743,12 @@ Date: Wed May 30 11:34:24 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-30T11:34:24 +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalRecurrenceCalculator.m +M SOPE/NGCards/iCalRepeatableEntityObject.h +M SOPE/NGCards/iCalRepeatableEntityObject.m +M SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m + commit d6f02033516b24d07fffa230d0d3c033dfb7cb41 Author: Ludovic Marcotte Date: Tue May 29 18:56:15 2012 +0000 @@ -4939,6 +5761,15 @@ Date: Tue May 29 18:56:15 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-05-29T18:56:15 +M SOPE/NGCards/CardGroup.m +M SoObjects/Mailer/SOGoMailObject+Draft.m +M SoObjects/SOGo/NSString+Utilities.m +M UI/MailPartViewers/UIxMailPartAlternativeViewer.m +M UI/MailerUI/UIxMailEditor.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/UIxComponentEditor.m + commit 2e49702e3f2293816b8903c713e8a7bb5014dabd Author: Francis Lachapelle Date: Tue May 29 17:24:24 2012 +0000 @@ -4951,6 +5782,9 @@ Date: Tue May 29 17:24:24 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-29T17:24:24 +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalRecurrenceCalculator.m + commit 66c972eb972f6435538efc0766e44d0d2de19609 Author: Francis Lachapelle Date: Tue May 29 14:31:14 2012 +0000 @@ -4963,6 +5797,9 @@ Date: Tue May 29 14:31:14 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-29T14:31:14 +M ChangeLog +M SoObjects/Mailer/SOGoMailObject+Draft.m + commit 19ea16d5baf13db6aa88e70b1e0a010e4018db20 Author: Francis Lachapelle Date: Tue May 29 14:20:06 2012 +0000 @@ -4975,6 +5812,16 @@ Date: Tue May 29 14:20:06 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-29T14:20:06 +M ChangeLog +M UI/MailPartViewers/UIxMailPartMessageViewer.m +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/UIxMailEditor.m +M UI/MailerUI/UIxMailListActions.m +M UI/MailerUI/UIxMailView.m +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js + commit 439248ee89ff5a567c64a9b35c5b0cd4e726442a Author: Francis Lachapelle Date: Mon May 28 20:30:35 2012 +0000 @@ -4987,21 +5834,11 @@ Date: Mon May 28 20:30:35 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-28T20:30:35 -commit e6718fcd940a18ab174521aaa09081fc628e4819 -Merge: bcc391b 6aed6c5 -Author: Jean Raby -Date: Thu May 24 18:26:44 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_16' (head a7e3713b79d3ec5043152d79550eec23b2ff854f) - to branch 'ca.inverse.sogo' (head 1e818dce6a38dc4685756dd72c228642032fb6b0) - - Monotone-Parent: 1e818dce6a38dc4685756dd72c228642032fb6b0 - Monotone-Parent: a7e3713b79d3ec5043152d79550eec23b2ff854f - Monotone-Revision: b293c0227fba2b5897bfbdad32b4ca68f9773305 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-05-24T18:26:44 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/English.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js commit 6aed6c5ed0cb645cc6e1b3c0f6d9cf0c0daf26a3 Author: Jean Raby @@ -5018,6 +5855,13 @@ Date: Thu May 24 18:09:47 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-05-24T18:09:47 +M ChangeLog +M Scripts/sogo-init.d-redhat +M Scripts/sogo-init.d-sles +M debian-multiarch/rules +M debian/rules +M sogo.spec + commit 9bd903e945164d0cab5a15e2c9266e07060ed7b0 Author: Jean Raby Date: Thu May 24 15:38:24 2012 +0000 @@ -5034,6 +5878,9 @@ Date: Thu May 24 15:38:24 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-05-24T15:38:24 +M Apache/SOGo.conf +M ChangeLog + commit bcc391bc443ad4302a7c61e18024e382c6a1b80e Author: Wolfgang Sourdeau Date: Wed May 23 20:06:37 2012 +0000 @@ -5047,6 +5894,8 @@ Date: Wed May 23 20:06:37 2012 +0000 Monotone-Date: 2012-05-23T20:06:37 Monotone-Branch: ca.inverse.sogo +M Version + commit 782cf503af749bf9bc07ad0efca092189412c51f Author: Wolfgang Sourdeau Date: Wed May 23 20:05:00 2012 +0000 @@ -5058,6 +5907,9 @@ Date: Wed May 23 20:05:00 2012 +0000 Monotone-Date: 2012-05-23T20:05:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit ea8143fb807824afef9ebdabf898aeb396d09f88 Author: Wolfgang Sourdeau Date: Wed May 23 20:03:31 2012 +0000 @@ -5070,21 +5922,7 @@ Date: Wed May 23 20:03:31 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-05-23T20:03:31 -commit bc19c9bf28308540081038218708156fbe05c60f -Merge: 395a1b1 125c3fe -Author: Jean Raby -Date: Fri May 18 15:04:39 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head a4d3a18ad2c918187328e23c7ab29824357cd199) - to branch 'ca.inverse.sogo' (head c8046798bce0f997bfa345dc5831f718d02a2638) - - Monotone-Parent: a4d3a18ad2c918187328e23c7ab29824357cd199 - Monotone-Parent: c8046798bce0f997bfa345dc5831f718d02a2638 - Monotone-Revision: 4139bd440f7c28fd59a0685b4ac2ca439778d5bf - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-05-18T15:04:39 - Monotone-Branch: ca.inverse.sogo +M Version commit 395a1b16e160aaf88c5c675131a0ac24a2f565c1 Author: Jean Raby @@ -5099,6 +5937,9 @@ Date: Fri May 18 15:02:42 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-05-18T15:02:42 +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit 125c3fe24a3b91947f0f7d016f56720ab517187b Author: Jean Raby Date: Wed May 16 18:12:14 2012 +0000 @@ -5112,6 +5953,8 @@ Date: Wed May 16 18:12:14 2012 +0000 Monotone-Date: 2012-05-16T18:12:14 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + commit 7f0eb1b8db61a15b6c2c43d0e9274d61a94ff13b Author: Francis Lachapelle Date: Tue May 15 18:27:21 2012 +0000 @@ -5124,6 +5967,9 @@ Date: Tue May 15 18:27:21 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-15T18:27:21 +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js + commit 5e6d52be6a59bd0cec739fb909c057a175ee3f12 Author: Francis Lachapelle Date: Tue May 15 18:07:18 2012 +0000 @@ -5136,6 +5982,8 @@ Date: Tue May 15 18:07:18 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-15T18:07:18 +M Documentation/SOGo Installation Guide.odt + commit b81d985d9ec024e1fbce8086ee4a0d3e6811e74f Author: Francis Lachapelle Date: Tue May 15 17:37:07 2012 +0000 @@ -5148,21 +5996,7 @@ Date: Tue May 15 17:37:07 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-15T17:37:07 -commit ea15cb50550f557d15f79d9ce50d707e667e3b64 -Merge: 9b814bc dbc75ce -Author: Jean Raby -Date: Tue May 15 14:40:37 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 1f2bd4b4727f3158ab77ca76322cd555967d326a) - to branch 'ca.inverse.sogo' (head 3c99de4fc0fd90e4716ce18b2354e46dc72159ec) - - Monotone-Parent: 1f2bd4b4727f3158ab77ca76322cd555967d326a - Monotone-Parent: 3c99de4fc0fd90e4716ce18b2354e46dc72159ec - Monotone-Revision: 471dc0f5e3b2a6fc571aca4e14c0a5161cf7af0b - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-05-15T14:40:37 - Monotone-Branch: ca.inverse.sogo +M NEWS commit 9b814bc58c2d39162ed8317c3cd5f246b0b0b9e7 Author: Jean Raby @@ -5180,6 +6014,11 @@ Date: Tue May 15 14:36:52 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-05-15T14:36:52 +M ChangeLog +M SoObjects/Appointments/English.lproj/Localizable.strings +M SoObjects/Appointments/French.lproj/Localizable.strings +M SoObjects/Appointments/SOGoAppointmentObject.m + commit dbc75ceddbfa8700cd099ce6fcbd1c21f15f5a45 Author: Wolfgang Sourdeau Date: Tue May 15 13:24:15 2012 +0000 @@ -5193,6 +6032,8 @@ Date: Tue May 15 13:24:15 2012 +0000 Monotone-Date: 2012-05-15T13:24:15 Monotone-Branch: ca.inverse.sogo +M OpenChange/gen-property-selectors.py + commit ec6d36656b17e09a89397f242eee4f1858c5c281 Author: Wolfgang Sourdeau Date: Tue May 15 13:24:04 2012 +0000 @@ -5204,21 +6045,8 @@ Date: Tue May 15 13:24:04 2012 +0000 Monotone-Date: 2012-05-15T13:24:04 Monotone-Branch: ca.inverse.sogo -commit 9692f0a73aa6c587061f7794d76c11ecb79f98cd -Merge: 1a46b34 5d149a5 -Author: Wolfgang Sourdeau -Date: Tue May 15 02:33:16 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 8ac367dca61f0a4a66df59c7c786dd0f5016050d) - to branch 'ca.inverse.sogo' (head 25f8df1c5f86087b0e7ba1ba87e86db95ad798ab) - - Monotone-Parent: 25f8df1c5f86087b0e7ba1ba87e86db95ad798ab - Monotone-Parent: 8ac367dca61f0a4a66df59c7c786dd0f5016050d - Monotone-Revision: fa858afb28392ab411b14c34ac2889901bc0e49a - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-05-15T02:33:16 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/gen-property-selectors.py commit 5d149a53c74041abf2b6452cb7bafa0b7da23a47 Author: Francis Lachapelle @@ -5230,6 +6058,8 @@ Date: Mon May 14 23:58:40 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-14T23:58:40 +M UI/WebServerResources/generic.js + commit 1a46b346aa593e3a8cc9adfe9ecaf7550006b02e Author: Wolfgang Sourdeau Date: Mon May 14 20:40:37 2012 +0000 @@ -5241,6 +6071,8 @@ Date: Mon May 14 20:40:37 2012 +0000 Monotone-Date: 2012-05-14T20:40:37 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + commit cf1e0e3bc4b9a096300f78f546ce17c1ca00fb9b Author: Wolfgang Sourdeau Date: Mon May 14 20:25:12 2012 +0000 @@ -5254,6 +6086,8 @@ Date: Mon May 14 20:25:12 2012 +0000 Monotone-Date: 2012-05-14T20:25:12 Monotone-Branch: ca.inverse.sogo +M OpenChange/gen-property-selectors.py + commit 214030da9af306274efea394d29800e07e489cb7 Author: Wolfgang Sourdeau Date: Mon May 14 20:20:26 2012 +0000 @@ -5265,6 +6099,9 @@ Date: Mon May 14 20:20:26 2012 +0000 Monotone-Date: 2012-05-14T20:20:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/gen-property-selectors.py + commit 5ef5bd94ee56f9cd2d0f5bd4866319069b4c4e1e Author: Wolfgang Sourdeau Date: Mon May 14 20:17:21 2012 +0000 @@ -5276,21 +6113,7 @@ Date: Mon May 14 20:17:21 2012 +0000 Monotone-Date: 2012-05-14T20:17:21 Monotone-Branch: ca.inverse.sogo -commit c8b1f70ca4e0633b89e9fdebe67cd9bc9567765c -Merge: 7aa524a 7895169 -Author: Wolfgang Sourdeau -Date: Mon May 14 20:03:13 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 253b9d96f0f6706a2b889ef7fa7b42009eb20cd3) - to branch 'ca.inverse.sogo' (head 2978fb164d72d09703322ba90dde130c04b410b2) - - Monotone-Parent: 253b9d96f0f6706a2b889ef7fa7b42009eb20cd3 - Monotone-Parent: 2978fb164d72d09703322ba90dde130c04b410b2 - Monotone-Revision: ec60fc6d9bbb30cc304f19f19609c756f5bebcd0 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-05-14T20:03:13 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt commit 7aa524ad544838d2c50b634ff3774a7854e4ad94 Author: Wolfgang Sourdeau @@ -5302,21 +6125,7 @@ Date: Mon May 14 20:02:56 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-05-14T20:02:56 -commit 7895169695d95883834bb4b03b18de0286bf6fd3 -Merge: 8806542 5fba279 -Author: Wolfgang Sourdeau -Date: Mon May 14 19:06:30 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 4806c2af0bd085e4a9d26b15d540681d4a14cb0a) - to branch 'ca.inverse.sogo' (head 16aec26ecea8175e4cfbd9c57753b8ecc71fafe9) - - Monotone-Parent: 16aec26ecea8175e4cfbd9c57753b8ecc71fafe9 - Monotone-Parent: 4806c2af0bd085e4a9d26b15d540681d4a14cb0a - Monotone-Revision: 2978fb164d72d09703322ba90dde130c04b410b2 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-05-14T19:06:30 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt commit 5fba2796909d3eb54e3f4533fefaf67734a9350b Author: Wolfgang Sourdeau @@ -5328,21 +6137,9 @@ Date: Mon May 14 19:06:28 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-05-14T19:06:28 -commit 88065426fed72ff7bde21026f6e3318268769042 -Merge: f5ea18a 782709f -Author: Wolfgang Sourdeau -Date: Mon May 14 19:04:17 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 908e524c769a51dae0dcb912328a3f394bff90c0) - to branch 'ca.inverse.sogo' (head 60ad1ae0d352bd61f6595c24b454acb729bdaadf) - - Monotone-Parent: 60ad1ae0d352bd61f6595c24b454acb729bdaadf - Monotone-Parent: 908e524c769a51dae0dcb912328a3f394bff90c0 - Monotone-Revision: 16aec26ecea8175e4cfbd9c57753b8ecc71fafe9 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-05-14T19:04:17 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxContactsUserFolders.js commit 782709f0a7c9f353ea184507eee33f2fec2a7b17 Author: Wolfgang Sourdeau @@ -5354,36 +6151,8 @@ Date: Mon May 14 19:04:11 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-05-14T19:04:11 -commit f5ea18a605d8b7573185720498b0a3ef2a864a87 -Merge: 65890ce 94aa42a -Author: Wolfgang Sourdeau -Date: Mon May 14 17:11:42 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 4158f1d28c04b0be7b69ff93cf2e4b055de655a2) - to branch 'ca.inverse.sogo' (head 115d1815352fd6df1b6effd9e0c7adea24a0b9cf) - - Monotone-Parent: 115d1815352fd6df1b6effd9e0c7adea24a0b9cf - Monotone-Parent: 4158f1d28c04b0be7b69ff93cf2e4b055de655a2 - Monotone-Revision: 60ad1ae0d352bd61f6595c24b454acb729bdaadf - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-05-14T17:11:42 - Monotone-Branch: ca.inverse.sogo - -commit 94aa42a4ab93f8e91ce2de23b5d13138981851a0 -Merge: 364b9f3 eea3154 -Author: Wolfgang Sourdeau -Date: Mon May 14 17:11:33 2012 +0000 - - merge of 'bb27badf50d6df9168d73f3e08a4f10ce3626700' - and 'd63fe31c81597a22c53b5925bcf6bca60fc0e252' - - Monotone-Parent: bb27badf50d6df9168d73f3e08a4f10ce3626700 - Monotone-Parent: d63fe31c81597a22c53b5925bcf6bca60fc0e252 - Monotone-Revision: 4158f1d28c04b0be7b69ff93cf2e4b055de655a2 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-05-14T17:11:33 +M ChangeLog +M UI/WebServerResources/generic.js commit 364b9f3d6166448f40ee72f372d9e9d5e804f7d7 Author: Wolfgang Sourdeau @@ -5395,21 +6164,8 @@ Date: Mon May 14 17:11:10 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-05-14T17:11:10 -commit 65890cea7d048d42081c23a0a3e66296706e5488 -Merge: 1fc1249 eea3154 -Author: Jean Raby -Date: Fri May 11 20:01:24 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head d63fe31c81597a22c53b5925bcf6bca60fc0e252) - to branch 'ca.inverse.sogo' (head 96b915fdcf61ba0f6228b00597529086ab181a3b) - - Monotone-Parent: 96b915fdcf61ba0f6228b00597529086ab181a3b - Monotone-Parent: d63fe31c81597a22c53b5925bcf6bca60fc0e252 - Monotone-Revision: 115d1815352fd6df1b6effd9e0c7adea24a0b9cf - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-05-11T20:01:24 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxPreferences.js commit eea3154fc1c71c3698ec74d1a9489c79672215b9 Author: Jean Raby @@ -5423,21 +6179,7 @@ Date: Fri May 11 20:01:06 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-05-11T20:01:06 -commit 1fc124995b232d59fb6be869c37642f252c74e33 -Merge: 5c83c13 433e3d8 -Author: Jean Raby -Date: Fri May 11 17:46:11 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head e5f291945f01977de333fd7aabf6d7109c8ec335) - to branch 'ca.inverse.sogo' (head f30a499d50e08156f7d331ab40080bbad55c19f3) - - Monotone-Parent: e5f291945f01977de333fd7aabf6d7109c8ec335 - Monotone-Parent: f30a499d50e08156f7d331ab40080bbad55c19f3 - Monotone-Revision: 96b915fdcf61ba0f6228b00597529086ab181a3b - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-05-11T17:46:11 - Monotone-Branch: ca.inverse.sogo +M Tests/Integration/test-caldav-scheduling.py commit 5c83c13e0490e13879be9483d3b96f00c9cada90 Author: Jean Raby @@ -5452,21 +6194,7 @@ Date: Fri May 11 17:45:44 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-05-11T17:45:44 -commit 433e3d8042d2932af539a8eaf10bf03eabac32b0 -Merge: e301c9c 6ad52fe -Author: Jean Raby -Date: Fri May 11 16:22:05 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 1ed6d11b3a404920b5f62a1b03c4a035d5bd53b3) - to branch 'ca.inverse.sogo' (head 08910689dba5aa9bedbc810bbd626ad6d2f21db1) - - Monotone-Parent: 08910689dba5aa9bedbc810bbd626ad6d2f21db1 - Monotone-Parent: 1ed6d11b3a404920b5f62a1b03c4a035d5bd53b3 - Monotone-Revision: f30a499d50e08156f7d331ab40080bbad55c19f3 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-05-11T16:22:05 - Monotone-Branch: ca.inverse.sogo +M Tests/Integration/test-caldav-scheduling.py commit 6ad52fe047834101901506ee143bd747f255379b Author: Jean Raby @@ -5492,21 +6220,12 @@ Date: Fri May 11 16:20:45 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-05-11T16:20:45 -commit 760aa0486b2a4041d5fed0538bfeb63959f50c6c -Merge: e301c9c 674f0f9 -Author: Ludovic Marcotte -Date: Thu May 10 21:33:59 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 82335b9404ce69f30e311f831868f8d13e598a46) - to branch 'ca.inverse.sogo' (head 08910689dba5aa9bedbc810bbd626ad6d2f21db1) - - Monotone-Parent: 08910689dba5aa9bedbc810bbd626ad6d2f21db1 - Monotone-Parent: 82335b9404ce69f30e311f831868f8d13e598a46 - Monotone-Revision: 244af3dc56c63ece14336e6211a7dd546a398220 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-05-10T21:33:59 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M Tests/Integration/config.py.in +M Tests/Integration/test-caldav-scheduling.py +M Tests/Integration/test-davacl.py +M Tests/Integration/test-ical.py commit 674f0f908fa4c44f986b151a6447066ccdb7a3c0 Author: Ludovic Marcotte @@ -5520,21 +6239,7 @@ Date: Thu May 10 21:33:39 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-05-10T21:33:39 -commit e301c9cdd7eccf04b01b4a8c55f1fa70e5c32189 -Merge: 019c9c7 d8f5324 -Author: Ludovic Marcotte -Date: Thu May 10 17:45:25 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 0240947c2fe36b028b988b7133a239ffbc323558) - to branch 'ca.inverse.sogo' (head 94fb373c2fbcbed75c514c449066c36ed469a580) - - Monotone-Parent: 0240947c2fe36b028b988b7133a239ffbc323558 - Monotone-Parent: 94fb373c2fbcbed75c514c449066c36ed469a580 - Monotone-Revision: 08910689dba5aa9bedbc810bbd626ad6d2f21db1 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-05-10T17:45:25 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt commit 019c9c742a402cf333f65c01b5a1e1ce4f429fde Author: Ludovic Marcotte @@ -5548,6 +6253,8 @@ Date: Thu May 10 17:44:36 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-05-10T17:44:36 +M Documentation/SOGo Installation Guide.odt + commit 69e80ba7a84cdba9421e6cc473bab2322ef7160c Author: Francis Lachapelle Date: Thu May 10 16:12:25 2012 +0000 @@ -5560,37 +6267,9 @@ Date: Thu May 10 16:12:25 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-10T16:12:25 -commit d8f53244067e280f5d41ffcc9ddf3b21bc37c569 -Merge: 08648f5 7083df2 -Author: Ludovic Marcotte -Date: Wed May 9 13:53:29 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 010e63dffb557b9171f08a63428acdd11998ab56) - to branch 'ca.inverse.sogo' (head d130ee40b503d518a809601b1cab53710dbeea4b) - - Monotone-Parent: 010e63dffb557b9171f08a63428acdd11998ab56 - Monotone-Parent: d130ee40b503d518a809601b1cab53710dbeea4b - Monotone-Revision: 94fb373c2fbcbed75c514c449066c36ed469a580 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-05-09T13:53:29 - Monotone-Branch: ca.inverse.sogo - -commit 7083df2d2818ea35c8fe5c4e26baa4078e6cc8fc -Merge: 9e65b8b 650cbd0 -Author: Jean Raby -Date: Wed May 9 17:49:33 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 6857ec31df4746fa033c80de4b53d7d7e0a4b9e4) - to branch 'ca.inverse.sogo' (head 6ae7fe046a4b2457859b40e2f1ce7af496af87f2) - - Monotone-Parent: 6857ec31df4746fa033c80de4b53d7d7e0a4b9e4 - Monotone-Parent: 6ae7fe046a4b2457859b40e2f1ce7af496af87f2 - Monotone-Revision: d130ee40b503d518a809601b1cab53710dbeea4b - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-05-09T17:49:33 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt commit 9e65b8b3e4bc1f66fa427e22bbda90ef98cfecf6 Author: Jean Raby @@ -5606,6 +6285,9 @@ Date: Wed May 9 17:48:51 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-05-09T17:48:51 +M ChangeLog +M SoObjects/SOGo/SOGoParentFolder.m + commit 08648f5f6b9c118ffe040f9fa8e393667dda25ab Author: Ludovic Marcotte Date: Wed May 9 13:53:22 2012 +0000 @@ -5618,37 +6300,8 @@ Date: Wed May 9 13:53:22 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-05-09T13:53:22 -commit 650cbd0489a28b5aef4c610497a6f2fb836a54f5 -Merge: bb594f1 54c6983 -Author: Ludovic Marcotte -Date: Wed May 9 12:48:49 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 4a872122da5acff4772feafceee7decf55c1bd98) - to branch 'ca.inverse.sogo' (head b2d9259d01bec3e1e78582b987d4091f8472b129) - - Monotone-Parent: 4a872122da5acff4772feafceee7decf55c1bd98 - Monotone-Parent: b2d9259d01bec3e1e78582b987d4091f8472b129 - Monotone-Revision: 6ae7fe046a4b2457859b40e2f1ce7af496af87f2 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-05-09T12:48:49 - Monotone-Branch: ca.inverse.sogo - -commit 54c69836ab43be978df285fdf9f1ed002dcfb496 -Merge: 55ff3aa b4d661b -Author: Wolfgang Sourdeau -Date: Wed May 9 15:24:16 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head d4a2b559c00ba43032aff09497fe8be50f429e21) - to branch 'ca.inverse.sogo' (head a7e1ea6582c544441d18a19cd60774003d863f46) - - Monotone-Parent: a7e1ea6582c544441d18a19cd60774003d863f46 - Monotone-Parent: d4a2b559c00ba43032aff09497fe8be50f429e21 - Monotone-Revision: b2d9259d01bec3e1e78582b987d4091f8472b129 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-05-09T15:24:16 - Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/EOQualifier+GCS.m +M SOPE/GDLContentStore/GCSFolder.m commit bb594f19210b6e2882cc970d07784d4d02f677ae Author: Ludovic Marcotte @@ -5662,20 +6315,7 @@ Date: Wed May 9 12:48:44 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-05-09T12:48:44 -commit b4d661bb01f2d458aa1ca09e7419fa617179dea5 -Merge: 93dd01d 61a2a4a -Author: Ludovic Marcotte -Date: Wed May 9 10:54:14 2012 +0000 - - merge of '4e44cee96e74269b692d100a0c98730015a49d07' - and 'ee535991d8282dcec82a7f59c0d07efbbddada4f' - - Monotone-Parent: 4e44cee96e74269b692d100a0c98730015a49d07 - Monotone-Parent: ee535991d8282dcec82a7f59c0d07efbbddada4f - Monotone-Revision: d4a2b559c00ba43032aff09497fe8be50f429e21 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-05-09T10:54:14 +M NEWS commit 61a2a4a7ee13d9bffb5d150fbaf476f7be373ec2 Author: Francis Lachapelle @@ -5689,6 +6329,29 @@ Date: Wed May 9 13:31:20 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-09T13:31:20 +M ChangeLog +M NEWS +M UI/Templates/ContactsUI/UIxContactFoldersView.wox +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/GNUmakefile +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoRootPage.js +M UI/WebServerResources/generic.js +A UI/WebServerResources/jquery-ui.js +A UI/WebServerResources/jquery.js +D UI/WebServerResources/scriptaculous.js +D UI/WebServerResources/scriptaculous/MIT-LICENSE +D UI/WebServerResources/scriptaculous/builder.js +D UI/WebServerResources/scriptaculous/controls.js +D UI/WebServerResources/scriptaculous/dragdrop.js +D UI/WebServerResources/scriptaculous/effects.js +D UI/WebServerResources/scriptaculous/slider.js +D UI/WebServerResources/scriptaculous/sound.js +D UI/WebServerResources/scriptaculous/unittest.js +M debian/sogo.overrides + commit 93dd01d271db1ca59211f238b31c54f3dcd57aa6 Author: Ludovic Marcotte Date: Wed May 9 10:52:36 2012 +0000 @@ -5701,6 +6364,9 @@ Date: Wed May 9 10:52:36 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-05-09T10:52:36 +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit 60555b95682e59cb50f4e164a6861bbdcc9287f6 Author: Francis Lachapelle Date: Tue May 8 18:58:57 2012 +0000 @@ -5713,21 +6379,8 @@ Date: Tue May 8 18:58:57 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-08T18:58:57 -commit 55ff3aa77bb09f2386cdb23228341336f6388dca -Merge: 905c635 dfd0339 -Author: Ludovic Marcotte -Date: Tue May 8 14:43:29 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head dcd831afcbb347de38ec00c05b919923433a9f1f) - to branch 'ca.inverse.sogo' (head 8820ab3233ed6f1bdd0c2a203ea8208f8410f3bd) - - Monotone-Parent: 8820ab3233ed6f1bdd0c2a203ea8208f8410f3bd - Monotone-Parent: dcd831afcbb347de38ec00c05b919923433a9f1f - Monotone-Revision: a7e1ea6582c544441d18a19cd60774003d863f46 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-05-08T14:43:29 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactView.m commit dfd0339f9ddec972987931d00ad3a6f51cbdd3f3 Author: Ludovic Marcotte @@ -5741,6 +6394,377 @@ Date: Tue May 8 14:42:57 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-05-08T14:42:57 +M SOPE/NGCards/TimeZones/Africa/Abidjan.ics +M SOPE/NGCards/TimeZones/Africa/Accra.ics +M SOPE/NGCards/TimeZones/Africa/Addis_Ababa.ics +M SOPE/NGCards/TimeZones/Africa/Algiers.ics +M SOPE/NGCards/TimeZones/Africa/Asmara.ics +M SOPE/NGCards/TimeZones/Africa/Bamako.ics +M SOPE/NGCards/TimeZones/Africa/Bangui.ics +M SOPE/NGCards/TimeZones/Africa/Banjul.ics +M SOPE/NGCards/TimeZones/Africa/Bissau.ics +M SOPE/NGCards/TimeZones/Africa/Blantyre.ics +M SOPE/NGCards/TimeZones/Africa/Brazzaville.ics +M SOPE/NGCards/TimeZones/Africa/Bujumbura.ics +M SOPE/NGCards/TimeZones/Africa/Cairo.ics +M SOPE/NGCards/TimeZones/Africa/Casablanca.ics +M SOPE/NGCards/TimeZones/Africa/Ceuta.ics +M SOPE/NGCards/TimeZones/Africa/Conakry.ics +M SOPE/NGCards/TimeZones/Africa/Dakar.ics +M SOPE/NGCards/TimeZones/Africa/Dar_es_Salaam.ics +M SOPE/NGCards/TimeZones/Africa/Djibouti.ics +M SOPE/NGCards/TimeZones/Africa/Douala.ics +M SOPE/NGCards/TimeZones/Africa/El_Aaiun.ics +M SOPE/NGCards/TimeZones/Africa/Freetown.ics +M SOPE/NGCards/TimeZones/Africa/Gaborone.ics +M SOPE/NGCards/TimeZones/Africa/Harare.ics +M SOPE/NGCards/TimeZones/Africa/Johannesburg.ics +M SOPE/NGCards/TimeZones/Africa/Juba.ics +M SOPE/NGCards/TimeZones/Africa/Kampala.ics +M SOPE/NGCards/TimeZones/Africa/Khartoum.ics +M SOPE/NGCards/TimeZones/Africa/Kigali.ics +M SOPE/NGCards/TimeZones/Africa/Kinshasa.ics +M SOPE/NGCards/TimeZones/Africa/Lagos.ics +M SOPE/NGCards/TimeZones/Africa/Libreville.ics +M SOPE/NGCards/TimeZones/Africa/Lome.ics +M SOPE/NGCards/TimeZones/Africa/Luanda.ics +M SOPE/NGCards/TimeZones/Africa/Lubumbashi.ics +M SOPE/NGCards/TimeZones/Africa/Lusaka.ics +M SOPE/NGCards/TimeZones/Africa/Malabo.ics +M SOPE/NGCards/TimeZones/Africa/Maputo.ics +M SOPE/NGCards/TimeZones/Africa/Maseru.ics +M SOPE/NGCards/TimeZones/Africa/Mbabane.ics +M SOPE/NGCards/TimeZones/Africa/Mogadishu.ics +M SOPE/NGCards/TimeZones/Africa/Monrovia.ics +M SOPE/NGCards/TimeZones/Africa/Nairobi.ics +M SOPE/NGCards/TimeZones/Africa/Ndjamena.ics +M SOPE/NGCards/TimeZones/Africa/Niamey.ics +M SOPE/NGCards/TimeZones/Africa/Nouakchott.ics +M SOPE/NGCards/TimeZones/Africa/Ouagadougou.ics +M SOPE/NGCards/TimeZones/Africa/Porto-Novo.ics +M SOPE/NGCards/TimeZones/Africa/Sao_Tome.ics +M SOPE/NGCards/TimeZones/Africa/Tripoli.ics +M SOPE/NGCards/TimeZones/Africa/Tunis.ics +M SOPE/NGCards/TimeZones/Africa/Windhoek.ics +M SOPE/NGCards/TimeZones/America/Adak.ics +M SOPE/NGCards/TimeZones/America/Anchorage.ics +M SOPE/NGCards/TimeZones/America/Anguilla.ics +M SOPE/NGCards/TimeZones/America/Antigua.ics +M SOPE/NGCards/TimeZones/America/Atikokan.ics +M SOPE/NGCards/TimeZones/America/Bahia_Banderas.ics +M SOPE/NGCards/TimeZones/America/Barbados.ics +M SOPE/NGCards/TimeZones/America/Belize.ics +M SOPE/NGCards/TimeZones/America/Blanc-Sablon.ics +M SOPE/NGCards/TimeZones/America/Boise.ics +M SOPE/NGCards/TimeZones/America/Cambridge_Bay.ics +M SOPE/NGCards/TimeZones/America/Cancun.ics +M SOPE/NGCards/TimeZones/America/Cayman.ics +M SOPE/NGCards/TimeZones/America/Chicago.ics +M SOPE/NGCards/TimeZones/America/Chihuahua.ics +M SOPE/NGCards/TimeZones/America/Costa_Rica.ics +A SOPE/NGCards/TimeZones/America/Creston.ics +M SOPE/NGCards/TimeZones/America/Danmarkshavn.ics +M SOPE/NGCards/TimeZones/America/Dawson.ics +M SOPE/NGCards/TimeZones/America/Dawson_Creek.ics +M SOPE/NGCards/TimeZones/America/Denver.ics +M SOPE/NGCards/TimeZones/America/Detroit.ics +M SOPE/NGCards/TimeZones/America/Dominica.ics +M SOPE/NGCards/TimeZones/America/Edmonton.ics +M SOPE/NGCards/TimeZones/America/El_Salvador.ics +M SOPE/NGCards/TimeZones/America/Glace_Bay.ics +M SOPE/NGCards/TimeZones/America/Godthab.ics +M SOPE/NGCards/TimeZones/America/Goose_Bay.ics +M SOPE/NGCards/TimeZones/America/Grand_Turk.ics +M SOPE/NGCards/TimeZones/America/Grenada.ics +M SOPE/NGCards/TimeZones/America/Guadeloupe.ics +M SOPE/NGCards/TimeZones/America/Guatemala.ics +M SOPE/NGCards/TimeZones/America/Halifax.ics +M SOPE/NGCards/TimeZones/America/Havana.ics +M SOPE/NGCards/TimeZones/America/Hermosillo.ics +M SOPE/NGCards/TimeZones/America/Indiana/Indianapolis.ics +M SOPE/NGCards/TimeZones/America/Indiana/Knox.ics +M SOPE/NGCards/TimeZones/America/Indiana/Marengo.ics +M SOPE/NGCards/TimeZones/America/Indiana/Petersburg.ics +M SOPE/NGCards/TimeZones/America/Indiana/Tell_City.ics +M SOPE/NGCards/TimeZones/America/Indiana/Vevay.ics +M SOPE/NGCards/TimeZones/America/Indiana/Vincennes.ics +M SOPE/NGCards/TimeZones/America/Indiana/Winamac.ics +M SOPE/NGCards/TimeZones/America/Inuvik.ics +M SOPE/NGCards/TimeZones/America/Iqaluit.ics +M SOPE/NGCards/TimeZones/America/Jamaica.ics +M SOPE/NGCards/TimeZones/America/Juneau.ics +M SOPE/NGCards/TimeZones/America/Kentucky/Louisville.ics +M SOPE/NGCards/TimeZones/America/Kentucky/Monticello.ics +M SOPE/NGCards/TimeZones/America/Los_Angeles.ics +M SOPE/NGCards/TimeZones/America/Managua.ics +M SOPE/NGCards/TimeZones/America/Marigot.ics +M SOPE/NGCards/TimeZones/America/Martinique.ics +M SOPE/NGCards/TimeZones/America/Matamoros.ics +M SOPE/NGCards/TimeZones/America/Mazatlan.ics +M SOPE/NGCards/TimeZones/America/Menominee.ics +M SOPE/NGCards/TimeZones/America/Merida.ics +M SOPE/NGCards/TimeZones/America/Metlakatla.ics +M SOPE/NGCards/TimeZones/America/Mexico_City.ics +M SOPE/NGCards/TimeZones/America/Miquelon.ics +M SOPE/NGCards/TimeZones/America/Moncton.ics +M SOPE/NGCards/TimeZones/America/Monterrey.ics +M SOPE/NGCards/TimeZones/America/Montreal.ics +M SOPE/NGCards/TimeZones/America/Montserrat.ics +M SOPE/NGCards/TimeZones/America/Nassau.ics +M SOPE/NGCards/TimeZones/America/New_York.ics +M SOPE/NGCards/TimeZones/America/Nipigon.ics +M SOPE/NGCards/TimeZones/America/Nome.ics +M SOPE/NGCards/TimeZones/America/North_Dakota/Beulah.ics +M SOPE/NGCards/TimeZones/America/North_Dakota/Center.ics +M SOPE/NGCards/TimeZones/America/North_Dakota/New_Salem.ics +M SOPE/NGCards/TimeZones/America/Ojinaga.ics +M SOPE/NGCards/TimeZones/America/Panama.ics +M SOPE/NGCards/TimeZones/America/Pangnirtung.ics +M SOPE/NGCards/TimeZones/America/Phoenix.ics +M SOPE/NGCards/TimeZones/America/Port-au-Prince.ics +M SOPE/NGCards/TimeZones/America/Puerto_Rico.ics +M SOPE/NGCards/TimeZones/America/Rainy_River.ics +M SOPE/NGCards/TimeZones/America/Rankin_Inlet.ics +M SOPE/NGCards/TimeZones/America/Regina.ics +M SOPE/NGCards/TimeZones/America/Resolute.ics +M SOPE/NGCards/TimeZones/America/Santa_Isabel.ics +M SOPE/NGCards/TimeZones/America/Santo_Domingo.ics +M SOPE/NGCards/TimeZones/America/Scoresbysund.ics +M SOPE/NGCards/TimeZones/America/Shiprock.ics +M SOPE/NGCards/TimeZones/America/Sitka.ics +M SOPE/NGCards/TimeZones/America/St_Barthelemy.ics +M SOPE/NGCards/TimeZones/America/St_Johns.ics +M SOPE/NGCards/TimeZones/America/St_Kitts.ics +M SOPE/NGCards/TimeZones/America/St_Lucia.ics +M SOPE/NGCards/TimeZones/America/St_Thomas.ics +M SOPE/NGCards/TimeZones/America/St_Vincent.ics +M SOPE/NGCards/TimeZones/America/Swift_Current.ics +M SOPE/NGCards/TimeZones/America/Tegucigalpa.ics +M SOPE/NGCards/TimeZones/America/Thule.ics +M SOPE/NGCards/TimeZones/America/Thunder_Bay.ics +M SOPE/NGCards/TimeZones/America/Tijuana.ics +M SOPE/NGCards/TimeZones/America/Toronto.ics +M SOPE/NGCards/TimeZones/America/Tortola.ics +M SOPE/NGCards/TimeZones/America/Vancouver.ics +M SOPE/NGCards/TimeZones/America/Whitehorse.ics +M SOPE/NGCards/TimeZones/America/Winnipeg.ics +M SOPE/NGCards/TimeZones/America/Yakutat.ics +M SOPE/NGCards/TimeZones/America/Yellowknife.ics +M SOPE/NGCards/TimeZones/Antarctica/Casey.ics +M SOPE/NGCards/TimeZones/Antarctica/Davis.ics +M SOPE/NGCards/TimeZones/Antarctica/DumontDUrville.ics +M SOPE/NGCards/TimeZones/Antarctica/Macquarie.ics +M SOPE/NGCards/TimeZones/Antarctica/Mawson.ics +M SOPE/NGCards/TimeZones/Antarctica/McMurdo.ics +M SOPE/NGCards/TimeZones/Antarctica/Palmer.ics +M SOPE/NGCards/TimeZones/Antarctica/Rothera.ics +M SOPE/NGCards/TimeZones/Antarctica/South_Pole.ics +M SOPE/NGCards/TimeZones/Antarctica/Syowa.ics +M SOPE/NGCards/TimeZones/Antarctica/Vostok.ics +M SOPE/NGCards/TimeZones/Arctic/Longyearbyen.ics +M SOPE/NGCards/TimeZones/Asia/Aden.ics +M SOPE/NGCards/TimeZones/Asia/Almaty.ics +M SOPE/NGCards/TimeZones/Asia/Amman.ics +M SOPE/NGCards/TimeZones/Asia/Anadyr.ics +M SOPE/NGCards/TimeZones/Asia/Aqtau.ics +M SOPE/NGCards/TimeZones/Asia/Aqtobe.ics +M SOPE/NGCards/TimeZones/Asia/Ashgabat.ics +M SOPE/NGCards/TimeZones/Asia/Baghdad.ics +M SOPE/NGCards/TimeZones/Asia/Bahrain.ics +M SOPE/NGCards/TimeZones/Asia/Baku.ics +M SOPE/NGCards/TimeZones/Asia/Bangkok.ics +M SOPE/NGCards/TimeZones/Asia/Beirut.ics +M SOPE/NGCards/TimeZones/Asia/Bishkek.ics +M SOPE/NGCards/TimeZones/Asia/Brunei.ics +M SOPE/NGCards/TimeZones/Asia/Choibalsan.ics +M SOPE/NGCards/TimeZones/Asia/Chongqing.ics +M SOPE/NGCards/TimeZones/Asia/Colombo.ics +M SOPE/NGCards/TimeZones/Asia/Damascus.ics +M SOPE/NGCards/TimeZones/Asia/Dhaka.ics +M SOPE/NGCards/TimeZones/Asia/Dili.ics +M SOPE/NGCards/TimeZones/Asia/Dubai.ics +M SOPE/NGCards/TimeZones/Asia/Dushanbe.ics +M SOPE/NGCards/TimeZones/Asia/Gaza.ics +M SOPE/NGCards/TimeZones/Asia/Harbin.ics +M SOPE/NGCards/TimeZones/Asia/Hebron.ics +M SOPE/NGCards/TimeZones/Asia/Ho_Chi_Minh.ics +M SOPE/NGCards/TimeZones/Asia/Hong_Kong.ics +M SOPE/NGCards/TimeZones/Asia/Hovd.ics +M SOPE/NGCards/TimeZones/Asia/Irkutsk.ics +M SOPE/NGCards/TimeZones/Asia/Istanbul.ics +M SOPE/NGCards/TimeZones/Asia/Jakarta.ics +M SOPE/NGCards/TimeZones/Asia/Jayapura.ics +M SOPE/NGCards/TimeZones/Asia/Jerusalem.ics +M SOPE/NGCards/TimeZones/Asia/Kabul.ics +M SOPE/NGCards/TimeZones/Asia/Kamchatka.ics +M SOPE/NGCards/TimeZones/Asia/Karachi.ics +M SOPE/NGCards/TimeZones/Asia/Kashgar.ics +M SOPE/NGCards/TimeZones/Asia/Kathmandu.ics +M SOPE/NGCards/TimeZones/Asia/Kolkata.ics +M SOPE/NGCards/TimeZones/Asia/Krasnoyarsk.ics +M SOPE/NGCards/TimeZones/Asia/Kuala_Lumpur.ics +M SOPE/NGCards/TimeZones/Asia/Kuching.ics +M SOPE/NGCards/TimeZones/Asia/Kuwait.ics +M SOPE/NGCards/TimeZones/Asia/Macau.ics +M SOPE/NGCards/TimeZones/Asia/Magadan.ics +M SOPE/NGCards/TimeZones/Asia/Makassar.ics +M SOPE/NGCards/TimeZones/Asia/Manila.ics +M SOPE/NGCards/TimeZones/Asia/Muscat.ics +M SOPE/NGCards/TimeZones/Asia/Nicosia.ics +M SOPE/NGCards/TimeZones/Asia/Novokuznetsk.ics +M SOPE/NGCards/TimeZones/Asia/Novosibirsk.ics +M SOPE/NGCards/TimeZones/Asia/Omsk.ics +M SOPE/NGCards/TimeZones/Asia/Oral.ics +M SOPE/NGCards/TimeZones/Asia/Phnom_Penh.ics +M SOPE/NGCards/TimeZones/Asia/Pontianak.ics +M SOPE/NGCards/TimeZones/Asia/Pyongyang.ics +M SOPE/NGCards/TimeZones/Asia/Qatar.ics +M SOPE/NGCards/TimeZones/Asia/Qyzylorda.ics +M SOPE/NGCards/TimeZones/Asia/Rangoon.ics +M SOPE/NGCards/TimeZones/Asia/Riyadh.ics +M SOPE/NGCards/TimeZones/Asia/Sakhalin.ics +M SOPE/NGCards/TimeZones/Asia/Samarkand.ics +M SOPE/NGCards/TimeZones/Asia/Seoul.ics +M SOPE/NGCards/TimeZones/Asia/Shanghai.ics +M SOPE/NGCards/TimeZones/Asia/Singapore.ics +M SOPE/NGCards/TimeZones/Asia/Taipei.ics +M SOPE/NGCards/TimeZones/Asia/Tashkent.ics +M SOPE/NGCards/TimeZones/Asia/Tbilisi.ics +M SOPE/NGCards/TimeZones/Asia/Tehran.ics +M SOPE/NGCards/TimeZones/Asia/Thimphu.ics +M SOPE/NGCards/TimeZones/Asia/Tokyo.ics +M SOPE/NGCards/TimeZones/Asia/Ulaanbaatar.ics +M SOPE/NGCards/TimeZones/Asia/Urumqi.ics +M SOPE/NGCards/TimeZones/Asia/Vientiane.ics +M SOPE/NGCards/TimeZones/Asia/Vladivostok.ics +M SOPE/NGCards/TimeZones/Asia/Yakutsk.ics +M SOPE/NGCards/TimeZones/Asia/Yekaterinburg.ics +M SOPE/NGCards/TimeZones/Asia/Yerevan.ics +M SOPE/NGCards/TimeZones/Atlantic/Azores.ics +M SOPE/NGCards/TimeZones/Atlantic/Bermuda.ics +M SOPE/NGCards/TimeZones/Atlantic/Canary.ics +M SOPE/NGCards/TimeZones/Atlantic/Cape_Verde.ics +M SOPE/NGCards/TimeZones/Atlantic/Faroe.ics +M SOPE/NGCards/TimeZones/Atlantic/Madeira.ics +M SOPE/NGCards/TimeZones/Atlantic/Reykjavik.ics +M SOPE/NGCards/TimeZones/Atlantic/St_Helena.ics +M SOPE/NGCards/TimeZones/Australia/Adelaide.ics +M SOPE/NGCards/TimeZones/Australia/Brisbane.ics +M SOPE/NGCards/TimeZones/Australia/Broken_Hill.ics +M SOPE/NGCards/TimeZones/Australia/Currie.ics +M SOPE/NGCards/TimeZones/Australia/Darwin.ics +M SOPE/NGCards/TimeZones/Australia/Eucla.ics +M SOPE/NGCards/TimeZones/Australia/Hobart.ics +M SOPE/NGCards/TimeZones/Australia/Lindeman.ics +M SOPE/NGCards/TimeZones/Australia/Lord_Howe.ics +M SOPE/NGCards/TimeZones/Australia/Melbourne.ics +M SOPE/NGCards/TimeZones/Australia/Perth.ics +M SOPE/NGCards/TimeZones/Australia/Sydney.ics +M SOPE/NGCards/TimeZones/Europe/Amsterdam.ics +M SOPE/NGCards/TimeZones/Europe/Andorra.ics +M SOPE/NGCards/TimeZones/Europe/Athens.ics +M SOPE/NGCards/TimeZones/Europe/Belgrade.ics +M SOPE/NGCards/TimeZones/Europe/Berlin.ics +M SOPE/NGCards/TimeZones/Europe/Bratislava.ics +M SOPE/NGCards/TimeZones/Europe/Brussels.ics +M SOPE/NGCards/TimeZones/Europe/Bucharest.ics +M SOPE/NGCards/TimeZones/Europe/Budapest.ics +M SOPE/NGCards/TimeZones/Europe/Chisinau.ics +M SOPE/NGCards/TimeZones/Europe/Copenhagen.ics +M SOPE/NGCards/TimeZones/Europe/Dublin.ics +M SOPE/NGCards/TimeZones/Europe/Gibraltar.ics +M SOPE/NGCards/TimeZones/Europe/Guernsey.ics +M SOPE/NGCards/TimeZones/Europe/Helsinki.ics +M SOPE/NGCards/TimeZones/Europe/Isle_of_Man.ics +M SOPE/NGCards/TimeZones/Europe/Istanbul.ics +M SOPE/NGCards/TimeZones/Europe/Jersey.ics +M SOPE/NGCards/TimeZones/Europe/Kaliningrad.ics +M SOPE/NGCards/TimeZones/Europe/Kiev.ics +M SOPE/NGCards/TimeZones/Europe/Lisbon.ics +M SOPE/NGCards/TimeZones/Europe/Ljubljana.ics +M SOPE/NGCards/TimeZones/Europe/London.ics +M SOPE/NGCards/TimeZones/Europe/Luxembourg.ics +M SOPE/NGCards/TimeZones/Europe/Madrid.ics +M SOPE/NGCards/TimeZones/Europe/Malta.ics +M SOPE/NGCards/TimeZones/Europe/Mariehamn.ics +M SOPE/NGCards/TimeZones/Europe/Minsk.ics +M SOPE/NGCards/TimeZones/Europe/Monaco.ics +M SOPE/NGCards/TimeZones/Europe/Moscow.ics +M SOPE/NGCards/TimeZones/Europe/Nicosia.ics +M SOPE/NGCards/TimeZones/Europe/Oslo.ics +M SOPE/NGCards/TimeZones/Europe/Paris.ics +M SOPE/NGCards/TimeZones/Europe/Podgorica.ics +M SOPE/NGCards/TimeZones/Europe/Prague.ics +M SOPE/NGCards/TimeZones/Europe/Riga.ics +M SOPE/NGCards/TimeZones/Europe/Rome.ics +M SOPE/NGCards/TimeZones/Europe/Samara.ics +M SOPE/NGCards/TimeZones/Europe/San_Marino.ics +M SOPE/NGCards/TimeZones/Europe/Sarajevo.ics +M SOPE/NGCards/TimeZones/Europe/Simferopol.ics +M SOPE/NGCards/TimeZones/Europe/Skopje.ics +M SOPE/NGCards/TimeZones/Europe/Sofia.ics +M SOPE/NGCards/TimeZones/Europe/Stockholm.ics +M SOPE/NGCards/TimeZones/Europe/Tallinn.ics +M SOPE/NGCards/TimeZones/Europe/Tirane.ics +M SOPE/NGCards/TimeZones/Europe/Uzhgorod.ics +M SOPE/NGCards/TimeZones/Europe/Vaduz.ics +M SOPE/NGCards/TimeZones/Europe/Vatican.ics +M SOPE/NGCards/TimeZones/Europe/Vienna.ics +M SOPE/NGCards/TimeZones/Europe/Vilnius.ics +M SOPE/NGCards/TimeZones/Europe/Volgograd.ics +M SOPE/NGCards/TimeZones/Europe/Warsaw.ics +M SOPE/NGCards/TimeZones/Europe/Zagreb.ics +M SOPE/NGCards/TimeZones/Europe/Zaporozhye.ics +M SOPE/NGCards/TimeZones/Europe/Zurich.ics +M SOPE/NGCards/TimeZones/Indian/Antananarivo.ics +M SOPE/NGCards/TimeZones/Indian/Chagos.ics +M SOPE/NGCards/TimeZones/Indian/Christmas.ics +M SOPE/NGCards/TimeZones/Indian/Cocos.ics +M SOPE/NGCards/TimeZones/Indian/Comoro.ics +M SOPE/NGCards/TimeZones/Indian/Kerguelen.ics +M SOPE/NGCards/TimeZones/Indian/Mahe.ics +M SOPE/NGCards/TimeZones/Indian/Maldives.ics +M SOPE/NGCards/TimeZones/Indian/Mauritius.ics +M SOPE/NGCards/TimeZones/Indian/Mayotte.ics +M SOPE/NGCards/TimeZones/Indian/Reunion.ics +M SOPE/NGCards/TimeZones/Pacific/Apia.ics +M SOPE/NGCards/TimeZones/Pacific/Auckland.ics +M SOPE/NGCards/TimeZones/Pacific/Chatham.ics +M SOPE/NGCards/TimeZones/Pacific/Chuuk.ics +M SOPE/NGCards/TimeZones/Pacific/Efate.ics +M SOPE/NGCards/TimeZones/Pacific/Enderbury.ics +M SOPE/NGCards/TimeZones/Pacific/Fakaofo.ics +M SOPE/NGCards/TimeZones/Pacific/Fiji.ics +M SOPE/NGCards/TimeZones/Pacific/Funafuti.ics +M SOPE/NGCards/TimeZones/Pacific/Gambier.ics +M SOPE/NGCards/TimeZones/Pacific/Guadalcanal.ics +M SOPE/NGCards/TimeZones/Pacific/Guam.ics +M SOPE/NGCards/TimeZones/Pacific/Honolulu.ics +M SOPE/NGCards/TimeZones/Pacific/Johnston.ics +M SOPE/NGCards/TimeZones/Pacific/Kiritimati.ics +M SOPE/NGCards/TimeZones/Pacific/Kosrae.ics +M SOPE/NGCards/TimeZones/Pacific/Kwajalein.ics +M SOPE/NGCards/TimeZones/Pacific/Majuro.ics +M SOPE/NGCards/TimeZones/Pacific/Marquesas.ics +M SOPE/NGCards/TimeZones/Pacific/Midway.ics +M SOPE/NGCards/TimeZones/Pacific/Nauru.ics +M SOPE/NGCards/TimeZones/Pacific/Niue.ics +M SOPE/NGCards/TimeZones/Pacific/Norfolk.ics +M SOPE/NGCards/TimeZones/Pacific/Noumea.ics +M SOPE/NGCards/TimeZones/Pacific/Pago_Pago.ics +M SOPE/NGCards/TimeZones/Pacific/Palau.ics +M SOPE/NGCards/TimeZones/Pacific/Pitcairn.ics +M SOPE/NGCards/TimeZones/Pacific/Pohnpei.ics +M SOPE/NGCards/TimeZones/Pacific/Port_Moresby.ics +M SOPE/NGCards/TimeZones/Pacific/Rarotonga.ics +M SOPE/NGCards/TimeZones/Pacific/Saipan.ics +M SOPE/NGCards/TimeZones/Pacific/Tahiti.ics +M SOPE/NGCards/TimeZones/Pacific/Tarawa.ics +M SOPE/NGCards/TimeZones/Pacific/Tongatapu.ics +M SOPE/NGCards/TimeZones/Pacific/Wake.ics +M SOPE/NGCards/TimeZones/Pacific/Wallis.ics +M SOPE/NGCards/TimeZones/UPDATING + commit 905c635774bfd3f2e334bde0d01a9cb1682a9b0c Author: Wolfgang Sourdeau Date: Sat May 5 03:01:23 2012 +0000 @@ -5752,6 +6776,10 @@ Date: Sat May 5 03:01:23 2012 +0000 Monotone-Date: 2012-05-05T03:01:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreSOGo.m +M OpenChange/NSObject+MAPIStore.m + commit ca1cc2f9ced4e5bf0d10b5642c1046dde2ae6604 Author: Francis Lachapelle Date: Thu May 3 14:07:55 2012 +0000 @@ -5762,6 +6790,8 @@ Date: Thu May 3 14:07:55 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-03T14:07:55 +M Tools/SOGoToolRestore.m + commit ffe8aebd9f71df0dad2b8954b8464d22a2a4bd68 Author: Francis Lachapelle Date: Thu May 3 14:07:33 2012 +0000 @@ -5774,6 +6804,17 @@ Date: Thu May 3 14:07:33 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-03T14:07:33 +M NEWS +M SoObjects/Appointments/Dutch.lproj/Localizable.strings +M UI/AdministrationUI/Dutch.lproj/Localizable.strings +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/MailPartViewers/Dutch.lproj/Localizable.strings +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings + commit 5e5bc7a9157259b5b1e7c4f140f7b52cfd972dea Author: Francis Lachapelle Date: Thu May 3 14:02:23 2012 +0000 @@ -5786,21 +6827,13 @@ Date: Thu May 3 14:02:23 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-03T14:02:23 -commit e082ce8cf85887f54b10cb5f581be77c1de61018 -Merge: a4358ab cc1989d -Author: Wolfgang Sourdeau -Date: Tue May 1 18:38:43 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 546030b7b1310706d148f176ba3f7dfa1f1138b1) - to branch 'ca.inverse.sogo' (head c5348bb50866672a86152eb3750bed29a4be1e3b) - - Monotone-Parent: 546030b7b1310706d148f176ba3f7dfa1f1138b1 - Monotone-Parent: c5348bb50866672a86152eb3750bed29a4be1e3b - Monotone-Revision: 63e5b1e4803ea8f6e3495f26b87df7a20d1ee379 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-05-01T18:38:43 - Monotone-Branch: ca.inverse.sogo +M NEWS +M SoObjects/Appointments/German.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/MailPartViewers/German.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings commit a4358ab02b4b4de62dd0f8771a8cba68e7436f84 Author: Wolfgang Sourdeau @@ -5812,21 +6845,8 @@ Date: Tue May 1 18:38:40 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-05-01T18:38:40 -commit cc1989d6def3f41e24068fa10e95d01f9befb4f3 -Merge: 08b23ed d8939c8 -Author: Wolfgang Sourdeau -Date: Tue May 1 17:03:22 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 0e5184582f5d3e24e8418e6c09048eb31dd79c83) - to branch 'ca.inverse.sogo' (head dd015385747c68da0ce2d9fb49137db55e3bb32e) - - Monotone-Parent: 0e5184582f5d3e24e8418e6c09048eb31dd79c83 - Monotone-Parent: dd015385747c68da0ce2d9fb49137db55e3bb32e - Monotone-Revision: c5348bb50866672a86152eb3750bed29a4be1e3b - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-05-01T17:03:22 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m commit 08b23ed95e4f3696878a6b739f70d2a7a9eda2c2 Author: Wolfgang Sourdeau @@ -5838,21 +6858,8 @@ Date: Tue May 1 17:03:14 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-05-01T17:03:14 -commit d8939c870148c5312bef53f8abcdc3f2aabe28a8 -Merge: cc9781a 71785b1 -Author: Wolfgang Sourdeau -Date: Tue May 1 14:52:28 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head e9e3e99e5c78c811e3e5cb0f4742380c31e1e44c) - to branch 'ca.inverse.sogo' (head 919d33c3134c9977564cf2d69e21be184850a819) - - Monotone-Parent: 919d33c3134c9977564cf2d69e21be184850a819 - Monotone-Parent: e9e3e99e5c78c811e3e5cb0f4742380c31e1e44c - Monotone-Revision: dd015385747c68da0ce2d9fb49137db55e3bb32e - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-05-01T14:52:28 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js commit 71785b14053ca83ce9efcd27949f4ea67e680687 Author: Wolfgang Sourdeau @@ -5864,21 +6871,7 @@ Date: Tue May 1 14:52:20 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-05-01T14:52:20 -commit cc9781a090d645043855cdbb33d6309c9b72fb41 -Merge: d4c34cb e054f97 -Author: Wolfgang Sourdeau -Date: Tue May 1 14:49:40 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 373797dc3c245bb7e5c9f47af99935f50e79dc16) - to branch 'ca.inverse.sogo' (head 388fbe7a186b5078c0f26161280ef319963b910d) - - Monotone-Parent: 373797dc3c245bb7e5c9f47af99935f50e79dc16 - Monotone-Parent: 388fbe7a186b5078c0f26161280ef319963b910d - Monotone-Revision: 919d33c3134c9977564cf2d69e21be184850a819 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-05-01T14:49:40 - Monotone-Branch: ca.inverse.sogo +M NEWS commit d4c34cb48142af2d902530b8cbc9c0603cd5b25f Author: Wolfgang Sourdeau @@ -5892,6 +6885,8 @@ Date: Tue May 1 14:49:19 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-05-01T14:49:19 +M ChangeLog + commit f8b55543e006254f6ca17cd9a31c507dcc0842fd Author: Wolfgang Sourdeau Date: Tue May 1 14:47:20 2012 +0000 @@ -5902,20 +6897,8 @@ Date: Tue May 1 14:47:20 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-05-01T14:47:20 -commit 4b5c62c29b8edc17bc8f8ca103b95f77f7527a0f -Merge: c290e70 2dd99c4 -Author: Francis Lachapelle -Date: Tue May 1 13:42:18 2012 +0000 - - merge of '7d1f68d661b9fcfd676be1e6d3d6ce6c1fb09df9' - and 'a5e05418d31b07428c4bc802d353b27d6d34ecab' - - Monotone-Parent: 7d1f68d661b9fcfd676be1e6d3d6ce6c1fb09df9 - Monotone-Parent: a5e05418d31b07428c4bc802d353b27d6d34ecab - Monotone-Revision: ebefc72cf1f85cf9726bac12a387a3b5d92e0945 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-05-01T13:42:18 +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m commit 2dd99c4d21ceedb64eccf9c9edac8eb7b09826c0 Author: Francis Lachapelle @@ -5929,36 +6912,8 @@ Date: Tue May 1 13:41:33 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-01T13:41:33 -commit a1f0d669a2937a37de1fa8b283d511c72e54c57c -Merge: 1e2e40d 19540fa -Author: Francis Lachapelle -Date: Tue May 1 00:48:46 2012 +0000 - - merge of '072677283f59903d1be242f3d96735460ef0985f' - and '4e2b45bb5b0360d8cf107846fa39fb12f6bacf7f' - - Monotone-Parent: 072677283f59903d1be242f3d96735460ef0985f - Monotone-Parent: 4e2b45bb5b0360d8cf107846fa39fb12f6bacf7f - Monotone-Revision: 672825b550345066a5eea3c60a50e21c47b5624f - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-05-01T00:48:46 - -commit e054f972a27c59bad363979aeb3817bd22d805c0 -Merge: 26240ad c290e70 -Author: Ludovic Marcotte -Date: Mon Apr 30 17:19:23 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 7d1f68d661b9fcfd676be1e6d3d6ce6c1fb09df9) - to branch 'ca.inverse.sogo' (head 1a746e7d8ab981f6bbfb22f428fe19cc085bd285) - - Monotone-Parent: 1a746e7d8ab981f6bbfb22f428fe19cc085bd285 - Monotone-Parent: 7d1f68d661b9fcfd676be1e6d3d6ce6c1fb09df9 - Monotone-Revision: 388fbe7a186b5078c0f26161280ef319963b910d - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-04-30T17:19:23 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxComponentEditor.css commit c290e70342f0cbc465419610422c523251ef9395 Author: Ludovic Marcotte @@ -5972,6 +6927,10 @@ Date: Mon Apr 30 17:19:00 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-04-30T17:19:00 +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailFolder.m + commit 1e2e40dc6cbc5e9a2656f3efec5517160aa90670 Author: Francis Lachapelle Date: Mon Apr 30 14:53:27 2012 +0000 @@ -5984,6 +6943,8 @@ Date: Mon Apr 30 14:53:27 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-04-30T14:53:27 +M NEWS + commit c5380c2ae67f7098c0cb5c2cc9efcf2fd35e6cdf Author: Francis Lachapelle Date: Mon Apr 30 14:53:13 2012 +0000 @@ -5994,6 +6955,8 @@ Date: Mon Apr 30 14:53:13 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-04-30T14:53:13 +M SoObjects/Appointments/SOGoAppointmentFolder.h + commit 1386563e2cdbba0cb6a3646796ad0aed2882b17a Author: Francis Lachapelle Date: Mon Apr 30 13:09:10 2012 +0000 @@ -6006,21 +6969,7 @@ Date: Mon Apr 30 13:09:10 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-04-30T13:09:10 -commit 26240ad737f103733657d8dac603f2889bf05ed3 -Merge: 19540fa 2dd3ee9 -Author: Ludovic Marcotte -Date: Mon Apr 30 09:50:35 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 4e2b45bb5b0360d8cf107846fa39fb12f6bacf7f) - to branch 'ca.inverse.sogo' (head 9d7f0e2a2a1a65c1d0e27552dc78e4ee46c13778) - - Monotone-Parent: 4e2b45bb5b0360d8cf107846fa39fb12f6bacf7f - Monotone-Parent: 9d7f0e2a2a1a65c1d0e27552dc78e4ee46c13778 - Monotone-Revision: 1a746e7d8ab981f6bbfb22f428fe19cc085bd285 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-04-30T09:50:35 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js commit 19540fada1a97887214e89f3d632c9112ca33c3e Author: Ludovic Marcotte @@ -6034,21 +6983,10 @@ Date: Mon Apr 30 09:50:10 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-04-30T09:50:10 -commit 2dd3ee9b72203bbce2047102ee0beebe1d9f40ec -Merge: be5a16e 79599a0 -Author: Jean Raby -Date: Thu Apr 26 13:57:29 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 65528b04d38419185ed64db626bd6ae368bfcd00) - to branch 'ca.inverse.sogo' (head 2828658dbefac205b7160b9ca55913b64dacacd6) - - Monotone-Parent: 2828658dbefac205b7160b9ca55913b64dacacd6 - Monotone-Parent: 65528b04d38419185ed64db626bd6ae368bfcd00 - Monotone-Revision: 9d7f0e2a2a1a65c1d0e27552dc78e4ee46c13778 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-04-26T13:57:29 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoUserFolder+Appointments.m +M SoObjects/SOGo/SOGoDomainDefaults.h +M SoObjects/SOGo/SOGoDomainDefaults.m commit 79599a08b9c1f35665fbfb6600d15c5117781957 Author: Jean Raby @@ -6063,52 +7001,7 @@ Date: Thu Apr 26 13:53:15 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-04-26T13:53:15 -commit be5a16e3fbd24370b28f2cab6b9dc613f698bded -Merge: 3b8fb5d 24e6f4e -Author: Francis Lachapelle -Date: Thu Apr 26 12:28:44 2012 +0000 - - merge of '2a87115bccec235f2a2e55f0bc7710d46e961afd' - and '2fc38e65f96b51fa85b4171735f3413808da5422' - - Monotone-Parent: 2a87115bccec235f2a2e55f0bc7710d46e961afd - Monotone-Parent: 2fc38e65f96b51fa85b4171735f3413808da5422 - Monotone-Revision: 2828658dbefac205b7160b9ca55913b64dacacd6 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-04-26T12:28:44 - Monotone-Branch: ca.inverse.sogo - -commit a8c28faeb7fb603c3a02f4f21be4594e75788d91 -Merge: 49a7490 5b59ebf -Author: Francis Lachapelle -Date: Thu Apr 26 12:28:08 2012 +0000 - - merge of '402b5b43e7c75b50806b41e7372eed0e61a4de9f' - and '4d091aae297e1a3ea2ef11b35c1df5c2c60c6fea' - - Monotone-Parent: 402b5b43e7c75b50806b41e7372eed0e61a4de9f - Monotone-Parent: 4d091aae297e1a3ea2ef11b35c1df5c2c60c6fea - Monotone-Revision: 06f33f8f7c4581f3ec39d5cce6e3b77a99d436b0 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-04-26T12:28:08 - -commit 24e6f4ed7ca696bdf8d5ec0a3ad4a519a565c0db -Merge: 49a7490 f274406 -Author: Jean Raby -Date: Wed Apr 25 21:36:03 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 402b5b43e7c75b50806b41e7372eed0e61a4de9f) - to branch 'ca.inverse.sogo' (head aaa516c8e0f7391e21eda557b30eb4c3c80b14bc) - - Monotone-Parent: 402b5b43e7c75b50806b41e7372eed0e61a4de9f - Monotone-Parent: aaa516c8e0f7391e21eda557b30eb4c3c80b14bc - Monotone-Revision: 2fc38e65f96b51fa85b4171735f3413808da5422 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-04-25T21:36:03 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/NGVCard+SOGo.m commit 49a74909d7a04cbe770b259a6f462d06c765343e Author: Jean Raby @@ -6127,21 +7020,8 @@ Date: Wed Apr 25 21:35:29 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-04-25T21:35:29 -commit 3b8fb5d0be7fd3c38f4e8a18d96273e77316118e -Merge: 5b59ebf f274406 -Author: Wolfgang Sourdeau -Date: Wed Apr 25 21:32:36 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 4d091aae297e1a3ea2ef11b35c1df5c2c60c6fea) - to branch 'ca.inverse.sogo' (head aaa516c8e0f7391e21eda557b30eb4c3c80b14bc) - - Monotone-Parent: 4d091aae297e1a3ea2ef11b35c1df5c2c60c6fea - Monotone-Parent: aaa516c8e0f7391e21eda557b30eb4c3c80b14bc - Monotone-Revision: 2a87115bccec235f2a2e55f0bc7710d46e961afd - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-25T21:32:36 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/NGVCard+SOGo.m commit 5b59ebfe1119c65a238546d46413f0a517681bf9 Author: Wolfgang Sourdeau @@ -6153,21 +7033,9 @@ Date: Wed Apr 25 21:32:18 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-25T21:32:18 -commit f27440653fa7087bfe8e603b3e90a0810cdf6951 -Merge: dcef24c f7e9f2f -Author: Wolfgang Sourdeau -Date: Wed Apr 25 20:56:41 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head d8a0de208631b406144e740ab09b4e5a92f0e66c) - to branch 'ca.inverse.sogo' (head 356e7649cb18120413fdf16e371d74fbcd28c3e1) - - Monotone-Parent: 356e7649cb18120413fdf16e371d74fbcd28c3e1 - Monotone-Parent: d8a0de208631b406144e740ab09b4e5a92f0e66c - Monotone-Revision: aaa516c8e0f7391e21eda557b30eb4c3c80b14bc - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-25T20:56:41 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m +M UI/PreferencesUI/UIxPreferences.m commit f7e9f2fc7dd52c6d5b17c8566a10793d514f83d5 Author: Wolfgang Sourdeau @@ -6179,6 +7047,9 @@ Date: Wed Apr 25 20:56:14 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-25T20:56:14 +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit 311dfb4c6216e49399d53e35ac42c6b856be8a4b Author: Francis Lachapelle Date: Wed Apr 25 14:31:57 2012 +0000 @@ -6191,21 +7062,7 @@ Date: Wed Apr 25 14:31:57 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-04-25T14:31:57 -commit dcef24cc15ad12e4a7420c76c3ba66eff3f28518 -Merge: 35314b1 ca8fbfe -Author: Wolfgang Sourdeau -Date: Tue Apr 24 18:00:56 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 9cc6d172992d23b089ad2377f66d83c176dc0fed) - to branch 'ca.inverse.sogo' (head 21360eb0c3f218f331f1eba36a06224f3429cd91) - - Monotone-Parent: 21360eb0c3f218f331f1eba36a06224f3429cd91 - Monotone-Parent: 9cc6d172992d23b089ad2377f66d83c176dc0fed - Monotone-Revision: 356e7649cb18120413fdf16e371d74fbcd28c3e1 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-24T18:00:56 - Monotone-Branch: ca.inverse.sogo +M NEWS commit ca8fbfe94257631d9c91554cec18e12f19e653e9 Author: Wolfgang Sourdeau @@ -6217,21 +7074,9 @@ Date: Tue Apr 24 18:00:49 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-24T18:00:49 -commit 35314b13d344fa921ae7604ab07cea9b8f867298 -Merge: 45a9a75 4873197 -Author: Wolfgang Sourdeau -Date: Tue Apr 24 17:42:22 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head a67a6a3249b2b6a4b199678bc6f32cad47300639) - to branch 'ca.inverse.sogo' (head bc199d3fb5947e961f9d63c20b6f2d472cdaff0d) - - Monotone-Parent: a67a6a3249b2b6a4b199678bc6f32cad47300639 - Monotone-Parent: bc199d3fb5947e961f9d63c20b6f2d472cdaff0d - Monotone-Revision: 21360eb0c3f218f331f1eba36a06224f3429cd91 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-24T17:42:22 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js commit 45a9a751eac73a38d4cb357f3e4b7cdd6300b146 Author: Wolfgang Sourdeau @@ -6243,6 +7088,9 @@ Date: Tue Apr 24 17:42:16 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-24T17:42:16 +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit d0409c79caa2952fa593ab1718776ad869165d05 Author: Wolfgang Sourdeau Date: Tue Apr 24 17:40:52 2012 +0000 @@ -6253,21 +7101,8 @@ Date: Tue Apr 24 17:40:52 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-24T17:40:52 -commit 4873197e5552c450fadddbbec417d272920d99a4 -Merge: fc7157b 781f3fb -Author: Wolfgang Sourdeau -Date: Tue Apr 24 15:32:14 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 5444115146b03d377270a0ee98d9e240781fcc6e) - to branch 'ca.inverse.sogo' (head 1a1393f78ba372cce09b37d46908cc3e7553d869) - - Monotone-Parent: 1a1393f78ba372cce09b37d46908cc3e7553d869 - Monotone-Parent: 5444115146b03d377270a0ee98d9e240781fcc6e - Monotone-Revision: bc199d3fb5947e961f9d63c20b6f2d472cdaff0d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-24T15:32:14 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/HTMLElement.js commit 781f3fbf7e7b925a3657b84d7aa47bbfa6cce2e3 Author: Wolfgang Sourdeau @@ -6279,21 +7114,8 @@ Date: Tue Apr 24 15:32:10 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-24T15:32:10 -commit fc7157b3dc3205d6b2a59ca8c70fde6a5d3639d9 -Merge: 306f999 c774314 -Author: Ludovic Marcotte -Date: Tue Apr 24 11:48:06 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head fc9e1cf3f4988bae25443b6d072add3f344d30f0) - to branch 'ca.inverse.sogo' (head 6331064cc925005acad759e8c6eac99b6b7071cd) - - Monotone-Parent: 6331064cc925005acad759e8c6eac99b6b7071cd - Monotone-Parent: fc9e1cf3f4988bae25443b6d072add3f344d30f0 - Monotone-Revision: 1a1393f78ba372cce09b37d46908cc3e7553d869 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-04-24T11:48:06 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js commit c774314b1b5655fc63713bdb33562eca9c81f64a Author: Ludovic Marcotte @@ -6307,21 +7129,14 @@ Date: Tue Apr 24 11:47:32 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-04-24T11:47:32 -commit 306f999901f3673d7e247587859535176eb5a1de -Merge: 952d74e f9d34ea -Author: Wolfgang Sourdeau -Date: Mon Apr 23 21:19:11 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head cd39fe0df424d1e5afd5dcfa4b1c94ad707fed24) - to branch 'ca.inverse.sogo' (head 94d7b980dccff8cbae9bff2eaee5dbefc75a7dfd) - - Monotone-Parent: 94d7b980dccff8cbae9bff2eaee5dbefc75a7dfd - Monotone-Parent: cd39fe0df424d1e5afd5dcfa4b1c94ad707fed24 - Monotone-Revision: 6331064cc925005acad759e8c6eac99b6b7071cd - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-23T21:19:11 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/GDLContentStore/GCSFolder.h +M SOPE/GDLContentStore/GCSFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoTaskObject.m +M SoObjects/Contacts/SOGoContactGCSEntry.m +M SoObjects/SOGo/SOGoContentObject.m +M Tools/SOGoToolRestore.m commit f9d34ea6ec79ec208c88c2cbf6a3ce81b15e0195 Author: Wolfgang Sourdeau @@ -6333,6 +7148,8 @@ Date: Mon Apr 23 21:19:08 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-23T21:19:08 +M Tests/Unit/TestiCalRecurrenceCalculator.m + commit b8930b7bd077a55df029b6758fa3dfef963f1de1 Author: Wolfgang Sourdeau Date: Mon Apr 23 21:17:54 2012 +0000 @@ -6343,21 +7160,11 @@ Date: Mon Apr 23 21:17:54 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-23T21:17:54 -commit 952d74e7be1f612c77c6b64eec7906052cb8bb46 -Merge: 8fe06ef 0675139 -Author: Wolfgang Sourdeau -Date: Mon Apr 23 19:16:50 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head f44990050ab038029a3fa83c4918912da401bd4b) - to branch 'ca.inverse.sogo' (head 74637b0d30612389db5f908c078f94c96d2f4a04) - - Monotone-Parent: 74637b0d30612389db5f908c078f94c96d2f4a04 - Monotone-Parent: f44990050ab038029a3fa83c4918912da401bd4b - Monotone-Revision: 94d7b980dccff8cbae9bff2eaee5dbefc75a7dfd - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-23T19:16:50 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalMonthlyRecurrenceCalculator.m +M SOPE/NGCards/iCalRecurrenceRule.h +M SOPE/NGCards/iCalRecurrenceRule.m +M Tests/Unit/TestiCalRecurrenceCalculator.m commit 067513959a07cd1439d4925ebd9442fcb6d295d9 Author: Wolfgang Sourdeau @@ -6369,21 +7176,7 @@ Date: Mon Apr 23 19:16:43 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-23T19:16:43 -commit 8fe06ef1aa569ae7311dcfdd664f7496d55825ed -Merge: 9bca029 65acbc5 -Author: Wolfgang Sourdeau -Date: Mon Apr 23 18:58:54 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head fbdbaedef2d0b93dc7ac828e0acfde7baccc8f6b) - to branch 'ca.inverse.sogo' (head 3dd0e19a5e7b771ac747db220635cb0b93d6061d) - - Monotone-Parent: 3dd0e19a5e7b771ac747db220635cb0b93d6061d - Monotone-Parent: fbdbaedef2d0b93dc7ac828e0acfde7baccc8f6b - Monotone-Revision: 74637b0d30612389db5f908c078f94c96d2f4a04 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-23T18:58:54 - Monotone-Branch: ca.inverse.sogo +M Tests/Unit/TestiCalRecurrenceCalculator.m commit 65acbc5ecfe9615cff49ed05f644effb10874e1d Author: Wolfgang Sourdeau @@ -6395,37 +7188,8 @@ Date: Mon Apr 23 18:39:26 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-23T18:39:26 -commit 9bca029cb9ccefe2d0d32823a93131fb7dd3fdae -Merge: 5e6b689 8263cc8 -Author: Wolfgang Sourdeau -Date: Mon Apr 23 18:14:01 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 389b194bd166895ce122d73e90c04eb48d06a6a1) - to branch 'ca.inverse.sogo' (head dc082710554168e6c2a4badec1b98ec9472266d4) - - Monotone-Parent: 389b194bd166895ce122d73e90c04eb48d06a6a1 - Monotone-Parent: dc082710554168e6c2a4badec1b98ec9472266d4 - Monotone-Revision: 3dd0e19a5e7b771ac747db220635cb0b93d6061d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-23T18:14:01 - Monotone-Branch: ca.inverse.sogo - -commit 8263cc806c984343c966354203116f21340ea37a -Merge: 502b276 f481b14 -Author: Wolfgang Sourdeau -Date: Mon Apr 23 18:13:55 2012 +0000 - - merge of '4db7d3fdd4a7987df1c5a8025f88b58228fa357c' - and 'c663ade92bbaf8f47fdf0c3e5d6b9b631ac684d5' - - Monotone-Parent: 4db7d3fdd4a7987df1c5a8025f88b58228fa357c - Monotone-Parent: c663ade92bbaf8f47fdf0c3e5d6b9b631ac684d5 - Monotone-Revision: dc082710554168e6c2a4badec1b98ec9472266d4 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-23T18:13:55 - Monotone-Branch: ca.inverse.sogo +M Tests/Unit/SOGoTest.h +M Tests/Unit/TestSBJsonParser.m commit 5e6b6893382bc3881b49008219f3bd65d698db6b Author: Wolfgang Sourdeau @@ -6437,6 +7201,9 @@ Date: Mon Apr 23 18:13:26 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-23T18:13:26 +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit 502b2764d93cd78796dbca410f6e07cee6b924b1 Author: Wolfgang Sourdeau Date: Mon Apr 23 15:17:02 2012 +0000 @@ -6448,21 +7215,7 @@ Date: Mon Apr 23 15:17:02 2012 +0000 Monotone-Date: 2012-04-23T15:17:02 Monotone-Branch: ca.inverse.sogo -commit f481b14fb72badeae4691cb3b3d118d27c98ce22 -Merge: 63560c5 73e47a8 -Author: Ludovic Marcotte -Date: Mon Apr 23 12:59:31 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 64488d85ff930e32a07eda3c4ce9ae01e7513fc8) - to branch 'ca.inverse.sogo' (head b2a750dba2c2bf3d145e44d412e5a647e552cf59) - - Monotone-Parent: 64488d85ff930e32a07eda3c4ce9ae01e7513fc8 - Monotone-Parent: b2a750dba2c2bf3d145e44d412e5a647e552cf59 - Monotone-Revision: c663ade92bbaf8f47fdf0c3e5d6b9b631ac684d5 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-04-23T12:59:31 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardElement.h commit 63560c567883e6b19ab078e7a1e8c7d39eaca7fb Author: Ludovic Marcotte @@ -6476,21 +7229,9 @@ Date: Mon Apr 23 12:58:56 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-04-23T12:58:56 -commit 73e47a85e41e746fd7611a11a1d22e11d054251d -Merge: 6b8d737 1d6583f -Author: Jean Raby -Date: Fri Apr 20 21:33:57 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head e290d09c6fe813e82f2e06c1cfcaab7ba2a5b3ac) - to branch 'ca.inverse.sogo' (head 5b71abea869d3dd01b8df42afd8c6631b75ce2db) - - Monotone-Parent: 5b71abea869d3dd01b8df42afd8c6631b75ce2db - Monotone-Parent: e290d09c6fe813e82f2e06c1cfcaab7ba2a5b3ac - Monotone-Revision: b2a750dba2c2bf3d145e44d412e5a647e552cf59 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-04-20T21:33:57 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoAppointmentOccurence.m commit 1d6583f2c5dfdb9817ee10055f84807197eb10e7 Author: Jean Raby @@ -6506,21 +7247,7 @@ Date: Fri Apr 20 21:33:35 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-04-20T21:33:35 -commit 6b8d737ee7d6e8ee90a09314ae5f402e38949db3 -Merge: fc1de6d e406c4b -Author: Wolfgang Sourdeau -Date: Fri Apr 20 16:11:24 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head d0d8f431bd9bb7676b29e0f9073ed40cfc1cf9e5) - to branch 'ca.inverse.sogo' (head 7da6a3fd504496abb13e361b594cd5dfd33ee4f9) - - Monotone-Parent: 7da6a3fd504496abb13e361b594cd5dfd33ee4f9 - Monotone-Parent: d0d8f431bd9bb7676b29e0f9073ed40cfc1cf9e5 - Monotone-Revision: 5b71abea869d3dd01b8df42afd8c6631b75ce2db - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-20T16:11:24 - Monotone-Branch: ca.inverse.sogo +M Tests/Integration/test-caldav-scheduling.py commit e406c4b0285ae5616508eb0509b28862e6082f93 Author: Wolfgang Sourdeau @@ -6532,21 +7259,8 @@ Date: Fri Apr 20 16:11:21 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-20T16:11:21 -commit fc1de6d194598d9a9fe4d2da02f39c878175e048 -Merge: e20194c 5d2d426 -Author: Wolfgang Sourdeau -Date: Fri Apr 20 16:01:16 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head b58773ad261dd708b850c5cd63f53133730d2c59) - to branch 'ca.inverse.sogo' (head 541c0a21a9674ddcd98d632151eb3378403409d4) - - Monotone-Parent: 541c0a21a9674ddcd98d632151eb3378403409d4 - Monotone-Parent: b58773ad261dd708b850c5cd63f53133730d2c59 - Monotone-Revision: 7da6a3fd504496abb13e361b594cd5dfd33ee4f9 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-20T16:01:16 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js commit 5d2d426e33a920117eb9728d11f5abe9e142b8b3 Author: Wolfgang Sourdeau @@ -6558,21 +7272,11 @@ Date: Fri Apr 20 16:01:00 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-20T16:01:00 -commit e20194c9101ba52130f519e8245fe99aeace0839 -Merge: 44258de 2708e84 -Author: Wolfgang Sourdeau -Date: Fri Apr 20 14:40:10 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 404335da627fa036cf3569cb9212b3d2c29785a6) - to branch 'ca.inverse.sogo' (head 2e0ada753c27578808142ee65c32d3210cce9562) - - Monotone-Parent: 2e0ada753c27578808142ee65c32d3210cce9562 - Monotone-Parent: 404335da627fa036cf3569cb9212b3d2c29785a6 - Monotone-Revision: 541c0a21a9674ddcd98d632151eb3378403409d4 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-20T14:40:10 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalAlarm.m +M SOPE/NGCards/iCalTrigger.h +M SOPE/NGCards/iCalTrigger.m +M SoObjects/Appointments/iCalEvent+SOGo.m commit 2708e84549a273dbe632d41b2306a59b45cb4094 Author: Wolfgang Sourdeau @@ -6584,21 +7288,7 @@ Date: Fri Apr 20 14:40:08 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-20T14:40:08 -commit 44258debd74b22d08fb0be2e618ce1c02f98b08e -Merge: 1bfbe3a c83ad28 -Author: Wolfgang Sourdeau -Date: Fri Apr 20 14:39:09 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 015d6494690201ec056395687392e68803e04210) - to branch 'ca.inverse.sogo' (head 65f631c9b4cbbbd4d2a762d4c2e1a7cd8c3f77da) - - Monotone-Parent: 015d6494690201ec056395687392e68803e04210 - Monotone-Parent: 65f631c9b4cbbbd4d2a762d4c2e1a7cd8c3f77da - Monotone-Revision: 2e0ada753c27578808142ee65c32d3210cce9562 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-20T14:39:09 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js commit 1bfbe3afe9cc346ad7eed83f4db70481690e4eb3 Author: Wolfgang Sourdeau @@ -6610,21 +7300,8 @@ Date: Fri Apr 20 14:37:53 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-20T14:37:53 -commit c83ad28b98aaf950d4201e63d4065ec605c7dabf -Merge: 2346d35 c1bc3dd -Author: Wolfgang Sourdeau -Date: Fri Apr 20 13:37:53 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head ac0d12f89b420e5f1e825cebddb440417e76ce4b) - to branch 'ca.inverse.sogo' (head bf8352a50cfe2d3a45e91ddab8085ef9f724a1f1) - - Monotone-Parent: ac0d12f89b420e5f1e825cebddb440417e76ce4b - Monotone-Parent: bf8352a50cfe2d3a45e91ddab8085ef9f724a1f1 - Monotone-Revision: 65f631c9b4cbbbd4d2a762d4c2e1a7cd8c3f77da - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-20T13:37:53 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/HTMLElement.js commit 2346d35d21d06730fea42dd3ac1df48b2cc05d07 Author: Wolfgang Sourdeau @@ -6636,20 +7313,16 @@ Date: Fri Apr 20 13:37:46 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-20T13:37:46 -commit f306ab6a7100f6e635513fba141ea85840074868 -Merge: ce77d78 fa4d2d3 -Author: Wolfgang Sourdeau -Date: Fri Apr 20 13:27:55 2012 +0000 - - merge of '2684d8c1336cad3425d5075a447d817d5808948d' - and '7786f49f6724383b92e91ba7998b99cfb52ceec3' - - Monotone-Parent: 2684d8c1336cad3425d5075a447d817d5808948d - Monotone-Parent: 7786f49f6724383b92e91ba7998b99cfb52ceec3 - Monotone-Revision: 0869cb2e3bedff16fb0985d9bde1c2c2a5c80820 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-20T13:27:55 +M ChangeLog +M SoObjects/SOGo/SOGoDomainDefaults.h +M SoObjects/SOGo/SOGoDomainDefaults.m +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m +M UI/PreferencesUI/UIxPreferences.h +M UI/PreferencesUI/UIxPreferences.m +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.js commit fa4d2d3141aaf09e59d9ecc6b6f5edbb8f5a53aa Author: Wolfgang Sourdeau @@ -6661,36 +7334,18 @@ Date: Fri Apr 20 13:27:21 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-20T13:27:21 -commit 9ea333e6b6dd415de79107d377274b5c7d195e2b -Merge: 29aa61f 6a6982b -Author: Wolfgang Sourdeau -Date: Thu Apr 19 19:04:07 2012 +0000 - - merge of '3df4271ffa54be2fdec6fa5cc5170ed38c1e01df' - and '407012b144380da01f4b13cfb23faba545da887a' - - Monotone-Parent: 3df4271ffa54be2fdec6fa5cc5170ed38c1e01df - Monotone-Parent: 407012b144380da01f4b13cfb23faba545da887a - Monotone-Revision: f90d169fbc251326ea6c8a2f620e125a8a7b4168 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-19T19:04:07 - -commit c1bc3dd07a5b37aeff0349f46d9f63406be3c71a -Merge: ce77d78 3d2707b -Author: Ludovic Marcotte -Date: Thu Apr 19 18:17:18 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 2684d8c1336cad3425d5075a447d817d5808948d) - to branch 'ca.inverse.sogo' (head 2c06aa8a1cf91d9b82baa03d74b1ed5f713b7fcb) - - Monotone-Parent: 2684d8c1336cad3425d5075a447d817d5808948d - Monotone-Parent: 2c06aa8a1cf91d9b82baa03d74b1ed5f713b7fcb - Monotone-Revision: bf8352a50cfe2d3a45e91ddab8085ef9f724a1f1 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-04-19T18:17:18 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m +M UI/MailerUI/UIxMailEditor.m +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/UIxPreferences.m +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/generic.js commit ce77d78e2703aba6b4650d56d2028dc0ce3c96d7 Author: Ludovic Marcotte @@ -6704,37 +7359,10 @@ Date: Thu Apr 19 18:16:50 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-04-19T18:16:50 -commit 3d2707beaabb7d15c9df0752af4a94c0ae04a59f -Merge: 0c0cbc1 1f03d41 -Author: Ludovic Marcotte -Date: Thu Apr 19 16:30:23 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 5af155533446328556c907456566939affd0ae8f) - to branch 'ca.inverse.sogo' (head 7b006a3f6a830fdc6f0f12c3e086fc05204930cf) - - Monotone-Parent: 5af155533446328556c907456566939affd0ae8f - Monotone-Parent: 7b006a3f6a830fdc6f0f12c3e086fc05204930cf - Monotone-Revision: 2c06aa8a1cf91d9b82baa03d74b1ed5f713b7fcb - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-04-19T16:30:23 - Monotone-Branch: ca.inverse.sogo - -commit 1f03d418b34f48c0a1b1a5478318b27e128139d3 -Merge: e4f298f 9ea333e -Author: Wolfgang Sourdeau -Date: Thu Apr 19 19:04:50 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head f90d169fbc251326ea6c8a2f620e125a8a7b4168) - to branch 'ca.inverse.sogo' (head 7a9088c9a9d28598914a43d54b44dca1365e2897) - - Monotone-Parent: 7a9088c9a9d28598914a43d54b44dca1365e2897 - Monotone-Parent: f90d169fbc251326ea6c8a2f620e125a8a7b4168 - Monotone-Revision: 7b006a3f6a830fdc6f0f12c3e086fc05204930cf - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-19T19:04:50 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M UI/Scheduler/UIxCalFolderActions.h +M UI/Scheduler/UIxCalFolderActions.m commit 0c0cbc19f0d8c14952cd76c4f933864020e607ce Author: Ludovic Marcotte @@ -6748,21 +7376,8 @@ Date: Thu Apr 19 16:29:43 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-04-19T16:29:43 -commit e4f298fee56e024992d08eb30cf243599607fc37 -Merge: 6a6982b 64d64ac -Author: Wolfgang Sourdeau -Date: Thu Apr 19 14:48:12 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 407012b144380da01f4b13cfb23faba545da887a) - to branch 'ca.inverse.sogo' (head 5afcea3436fb34710c1063b99084e3c71ffa1a5c) - - Monotone-Parent: 407012b144380da01f4b13cfb23faba545da887a - Monotone-Parent: 5afcea3436fb34710c1063b99084e3c71ffa1a5c - Monotone-Revision: 7a9088c9a9d28598914a43d54b44dca1365e2897 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-19T14:48:12 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m commit 6a6982bd89be53f4f715b0e545edf9f33b2fc123 Author: Wolfgang Sourdeau @@ -6774,6 +7389,9 @@ Date: Thu Apr 19 14:48:07 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-19T14:48:07 +M ChangeLog +M SoObjects/SOGo/SOGoParentFolder.m + commit 29aa61f8bd31e2be33d01836ff093fdf696914b8 Author: Francis Lachapelle Date: Thu Apr 19 14:24:37 2012 +0000 @@ -6786,6 +7404,10 @@ Date: Thu Apr 19 14:24:37 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-04-19T14:24:37 +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 8802d3e5e908a5e227fef474bdf3f7c73dd4baee Author: Francis Lachapelle Date: Thu Apr 19 13:54:14 2012 +0000 @@ -6798,21 +7420,8 @@ Date: Thu Apr 19 13:54:14 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-04-19T13:54:14 -commit 64d64ac0086f1440e51bb98fd69844f43bfd25a0 -Merge: d2d1c1e a69a2d5 -Author: Wolfgang Sourdeau -Date: Thu Apr 19 13:17:26 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 605af413c10fbef80e5952f773c4450ffface034) - to branch 'ca.inverse.sogo' (head f92e3e155f030585d765d28f5eee4696fae2d5c0) - - Monotone-Parent: 605af413c10fbef80e5952f773c4450ffface034 - Monotone-Parent: f92e3e155f030585d765d28f5eee4696fae2d5c0 - Monotone-Revision: 5afcea3436fb34710c1063b99084e3c71ffa1a5c - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-19T13:17:26 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalCalendar.h +M SOPE/NGCards/iCalCalendar.m commit d2d1c1e104c66e9eaf018ba075449d36a9b84e67 Author: Wolfgang Sourdeau @@ -6824,21 +7433,8 @@ Date: Thu Apr 19 13:17:16 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-19T13:17:16 -commit a69a2d57c757561246fa1bda68399de138c04a0a -Merge: 3ff5526 3713513 -Author: Wolfgang Sourdeau -Date: Thu Apr 19 02:50:02 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head e93a01f806a40f4a4ff41e64bf05eae122e0eb6a) - to branch 'ca.inverse.sogo' (head 53c201da944fae4865d8c023837ade73f6a37bef) - - Monotone-Parent: 53c201da944fae4865d8c023837ade73f6a37bef - Monotone-Parent: e93a01f806a40f4a4ff41e64bf05eae122e0eb6a - Monotone-Revision: f92e3e155f030585d765d28f5eee4696fae2d5c0 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-19T02:50:02 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m commit 3713513e5185372956af2ad9d88bdba78e5eb2b8 Author: Wolfgang Sourdeau @@ -6850,6 +7446,9 @@ Date: Thu Apr 19 02:49:57 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-19T02:49:57 +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalRecurrenceRule.m + commit 5753cf33840f1b040bfa82d43eeb1d21385dcaee Author: Wolfgang Sourdeau Date: Thu Apr 19 02:49:25 2012 +0000 @@ -6860,84 +7459,13 @@ Date: Thu Apr 19 02:49:25 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-19T02:49:25 -commit 3ff552642f9cab201970da67a5cb4df03feb9dd6 -Merge: dbd99fa a3ebcec -Author: Ludovic Marcotte -Date: Wed Apr 18 17:40:45 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 2b7803f8e993e96ff4490197722ef0a2a5faad70) - to branch 'ca.inverse.sogo' (head 4938b5904dac56f89cbd9c1e57f10aee6ea224e0) - - Monotone-Parent: 2b7803f8e993e96ff4490197722ef0a2a5faad70 - Monotone-Parent: 4938b5904dac56f89cbd9c1e57f10aee6ea224e0 - Monotone-Revision: 53c201da944fae4865d8c023837ade73f6a37bef - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-04-18T17:40:45 - Monotone-Branch: ca.inverse.sogo - -commit a3ebcec4a4b15160c615a395dc6bd26dfaaccd95 -Merge: 4173896 045363c -Author: Wolfgang Sourdeau -Date: Wed Apr 18 20:10:13 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 8ff4e6d2b420caded81d7317c1170ff6ce35249e) - to branch 'ca.inverse.sogo' (head 33545be02b741723c3eb86718dc21f534032fc81) - - Monotone-Parent: 33545be02b741723c3eb86718dc21f534032fc81 - Monotone-Parent: 8ff4e6d2b420caded81d7317c1170ff6ce35249e - Monotone-Revision: 4938b5904dac56f89cbd9c1e57f10aee6ea224e0 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-18T20:10:13 - Monotone-Branch: ca.inverse.sogo - -commit 045363c72e46c2f64a053c242b23b117612a8d46 -Merge: ef816d1 5c8e5a1 -Author: Wolfgang Sourdeau -Date: Wed Apr 18 20:09:40 2012 +0000 - - merge of 'a49b4023ef2ea7a4f4040725d21123c9d0858bbf' - and 'bd8544b99b099a3544a5acdb3bdcc8c219709ff1' - - Monotone-Parent: a49b4023ef2ea7a4f4040725d21123c9d0858bbf - Monotone-Parent: bd8544b99b099a3544a5acdb3bdcc8c219709ff1 - Monotone-Revision: 8ff4e6d2b420caded81d7317c1170ff6ce35249e - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-18T20:09:40 - -commit 4173896a865cea8aa64ef501a4fa89c46eb0f72b -Merge: 109ce64 561bdbb -Author: Wolfgang Sourdeau -Date: Wed Apr 18 20:09:02 2012 +0000 - - merge of '785de8feba6c3e190c55defa1a5e18e85c9b82ba' - and '9fc56cd3ca7051c4b29662926289d2cb181bc57a' - - Monotone-Parent: 785de8feba6c3e190c55defa1a5e18e85c9b82ba - Monotone-Parent: 9fc56cd3ca7051c4b29662926289d2cb181bc57a - Monotone-Revision: 33545be02b741723c3eb86718dc21f534032fc81 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-18T20:09:02 - Monotone-Branch: ca.inverse.sogo - -commit 561bdbb364043826594d746e090cb0f0c422d13e -Merge: ef816d1 e5d10b7 -Author: Wolfgang Sourdeau -Date: Wed Apr 18 20:04:41 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head a49b4023ef2ea7a4f4040725d21123c9d0858bbf) - to branch 'ca.inverse.sogo' (head c32cff29d1d0d305b798b73f0db514f448a0d44c) - - Monotone-Parent: a49b4023ef2ea7a4f4040725d21123c9d0858bbf - Monotone-Parent: c32cff29d1d0d305b798b73f0db514f448a0d44c - Monotone-Revision: 9fc56cd3ca7051c4b29662926289d2cb181bc57a - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-18T20:04:41 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardElement.h +M SOPE/NGCards/CardElement.m +M SOPE/NGCards/CardVersitRenderer.m +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NSDictionary+NGCards.h +M SOPE/NGCards/NSDictionary+NGCards.m +M SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m commit ef816d1f59c3dd61cbd2977fa03552d39d7a53e8 Author: Wolfgang Sourdeau @@ -6949,6 +7477,8 @@ Date: Wed Apr 18 20:04:23 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-18T20:04:23 +M UI/WebServerResources/generic.js + commit 71ba1e3e707fa913ec532b0a2df4b405da66b1a8 Author: Wolfgang Sourdeau Date: Wed Apr 18 20:03:35 2012 +0000 @@ -6959,6 +7489,8 @@ Date: Wed Apr 18 20:03:35 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-18T20:03:35 +M UI/Scheduler/UIxCalMainActions.m + commit c804d5ccfe3323eae6c2adb3a36c1755c9912291 Author: Wolfgang Sourdeau Date: Wed Apr 18 20:03:07 2012 +0000 @@ -6969,6 +7501,13 @@ Date: Wed Apr 18 20:03:07 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-18T20:03:07 +M ChangeLog +M UI/Scheduler/UIxCalFolderActions.m +M UI/Scheduler/UIxCalMainActions.m +M UI/Scheduler/product.plist +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit bd982aa4c37fd9a248d2efdd26134394342a3a04 Author: Wolfgang Sourdeau Date: Wed Apr 18 19:23:09 2012 +0000 @@ -6979,6 +7518,10 @@ Date: Wed Apr 18 19:23:09 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-18T19:23:09 +M ChangeLog +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit 1b99e86910ff80c0d3987c34f9288e93632591e3 Author: Wolfgang Sourdeau Date: Wed Apr 18 19:17:59 2012 +0000 @@ -6989,6 +7532,10 @@ Date: Wed Apr 18 19:17:59 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-18T19:17:59 +M ChangeLog +M UI/Scheduler/UIxCalMainActions.m +M UI/Scheduler/product.plist + commit e18608e58b1796d4a43b34f339bd14c79345dc11 Author: Wolfgang Sourdeau Date: Wed Apr 18 19:13:26 2012 +0000 @@ -6999,6 +7546,9 @@ Date: Wed Apr 18 19:13:26 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-18T19:13:26 +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolders.m + commit 6329e6849a875294b9f058c55b18421d81718360 Author: Wolfgang Sourdeau Date: Wed Apr 18 19:11:55 2012 +0000 @@ -7009,6 +7559,10 @@ Date: Wed Apr 18 19:11:55 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-18T19:11:55 +M ChangeLog +M SoObjects/Appointments/SOGoWebAppointmentFolder.h +M SoObjects/Appointments/SOGoWebAppointmentFolder.m + commit dbd99fac84b9517775b27876342e5c8968a5eb4c Author: Ludovic Marcotte Date: Wed Apr 18 17:39:11 2012 +0000 @@ -7021,6 +7575,19 @@ Date: Wed Apr 18 17:39:11 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-04-18T17:39:11 +M ChangeLog +M SoObjects/Appointments/English.lproj/Localizable.strings +M SoObjects/Appointments/SOGoAppointmentFolders.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoGroup.m +M SoObjects/SOGo/SOGoParentFolder.m +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserManager.m +M UI/Common/UIxAclEditor.m +M UI/Common/UIxFolderActions.m + commit 9320ed18a86e1b99e9ee175e64fdd3951ca4151a Author: Wolfgang Sourdeau Date: Wed Apr 18 17:12:42 2012 +0000 @@ -7033,6 +7600,28 @@ Date: Wed Apr 18 17:12:42 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-18T17:12:42 +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Catalan.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Danish.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Icelandic.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/NorwegianBokmal.lproj/Localizable.strings +M UI/Scheduler/NorwegianNynorsk.lproj/Localizable.strings +M UI/Scheduler/Polish.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/SpanishArgentina.lproj/Localizable.strings +M UI/Scheduler/SpanishSpain.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/Ukrainian.lproj/Localizable.strings +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/WebServerResources/SchedulerUI.js + commit eef4ce6a2cc0f1094cc436c196e62a35c42ba55f Author: Wolfgang Sourdeau Date: Wed Apr 18 16:56:13 2012 +0000 @@ -7043,6 +7632,9 @@ Date: Wed Apr 18 16:56:13 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-18T16:56:13 +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 5c8e5a1fe263a05c044a62c5994e7833e5c1c405 Author: Francis Lachapelle Date: Wed Apr 18 13:14:02 2012 +0000 @@ -7055,21 +7647,231 @@ Date: Wed Apr 18 13:14:02 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-04-18T13:14:02 -commit 109ce647f3c674a941aa17431f92dd47b4ea431a -Merge: f742ca9 9db7748 -Author: Jean Raby -Date: Mon Apr 16 22:38:02 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 2c3f8544a30679096de28ae80a840c371b12d94b) - to branch 'ca.inverse.sogo' (head 0ed6b9d5a5d4a8143d08cc4652384f5073d26096) - - Monotone-Parent: 0ed6b9d5a5d4a8143d08cc4652384f5073d26096 - Monotone-Parent: 2c3f8544a30679096de28ae80a840c371b12d94b - Monotone-Revision: 785de8feba6c3e190c55defa1a5e18e85c9b82ba - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-04-16T22:38:02 - Monotone-Branch: ca.inverse.sogo +M NEWS +D UI/WebServerResources/ckeditor/.htaccess +M UI/WebServerResources/ckeditor/LICENSE.html +M UI/WebServerResources/ckeditor/ckeditor.js +M UI/WebServerResources/ckeditor/ckeditor_basic.js +M UI/WebServerResources/ckeditor/config.js +M UI/WebServerResources/ckeditor/contents.css +M UI/WebServerResources/ckeditor/lang/_languages.js +M UI/WebServerResources/ckeditor/lang/_translationstatus.txt +M UI/WebServerResources/ckeditor/lang/af.js +M UI/WebServerResources/ckeditor/lang/ar.js +M UI/WebServerResources/ckeditor/lang/bg.js +M UI/WebServerResources/ckeditor/lang/bn.js +M UI/WebServerResources/ckeditor/lang/bs.js +M UI/WebServerResources/ckeditor/lang/ca.js +M UI/WebServerResources/ckeditor/lang/cs.js +M UI/WebServerResources/ckeditor/lang/cy.js +M UI/WebServerResources/ckeditor/lang/da.js +M UI/WebServerResources/ckeditor/lang/de.js +M UI/WebServerResources/ckeditor/lang/el.js +M UI/WebServerResources/ckeditor/lang/en-au.js +M UI/WebServerResources/ckeditor/lang/en-ca.js +M UI/WebServerResources/ckeditor/lang/en-gb.js +M UI/WebServerResources/ckeditor/lang/en.js +M UI/WebServerResources/ckeditor/lang/eo.js +M UI/WebServerResources/ckeditor/lang/es.js +M UI/WebServerResources/ckeditor/lang/et.js +M UI/WebServerResources/ckeditor/lang/eu.js +M UI/WebServerResources/ckeditor/lang/fa.js +M UI/WebServerResources/ckeditor/lang/fi.js +M UI/WebServerResources/ckeditor/lang/fo.js +M UI/WebServerResources/ckeditor/lang/fr-ca.js +M UI/WebServerResources/ckeditor/lang/fr.js +M UI/WebServerResources/ckeditor/lang/gl.js +M UI/WebServerResources/ckeditor/lang/gu.js +M UI/WebServerResources/ckeditor/lang/he.js +M UI/WebServerResources/ckeditor/lang/hi.js +M UI/WebServerResources/ckeditor/lang/hr.js +M UI/WebServerResources/ckeditor/lang/hu.js +M UI/WebServerResources/ckeditor/lang/is.js +M UI/WebServerResources/ckeditor/lang/it.js +M UI/WebServerResources/ckeditor/lang/ja.js +M UI/WebServerResources/ckeditor/lang/ka.js +M UI/WebServerResources/ckeditor/lang/km.js +M UI/WebServerResources/ckeditor/lang/ko.js +M UI/WebServerResources/ckeditor/lang/lt.js +M UI/WebServerResources/ckeditor/lang/lv.js +A UI/WebServerResources/ckeditor/lang/mk.js +M UI/WebServerResources/ckeditor/lang/mn.js +M UI/WebServerResources/ckeditor/lang/ms.js +M UI/WebServerResources/ckeditor/lang/nb.js +M UI/WebServerResources/ckeditor/lang/nl.js +M UI/WebServerResources/ckeditor/lang/no.js +M UI/WebServerResources/ckeditor/lang/pl.js +M UI/WebServerResources/ckeditor/lang/pt-br.js +M UI/WebServerResources/ckeditor/lang/pt.js +M UI/WebServerResources/ckeditor/lang/ro.js +M UI/WebServerResources/ckeditor/lang/ru.js +M UI/WebServerResources/ckeditor/lang/sk.js +M UI/WebServerResources/ckeditor/lang/sl.js +M UI/WebServerResources/ckeditor/lang/sr-latn.js +M UI/WebServerResources/ckeditor/lang/sr.js +M UI/WebServerResources/ckeditor/lang/sv.js +M UI/WebServerResources/ckeditor/lang/th.js +M UI/WebServerResources/ckeditor/lang/tr.js +A UI/WebServerResources/ckeditor/lang/ug.js +M UI/WebServerResources/ckeditor/lang/uk.js +M UI/WebServerResources/ckeditor/lang/vi.js +M UI/WebServerResources/ckeditor/lang/zh-cn.js +M UI/WebServerResources/ckeditor/lang/zh.js +M UI/WebServerResources/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/_translationstatus.txt +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/cs.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/cy.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/da.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/de.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/el.js +M UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/en.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/eo.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/fa.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/fi.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/fr.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/gu.js +M UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/he.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/it.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/mk.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/nb.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/nl.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/no.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/tr.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/ug.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/vi.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/zh-cn.js +M UI/WebServerResources/ckeditor/plugins/about/dialogs/about.js +M UI/WebServerResources/ckeditor/plugins/ajax/plugin.js +M UI/WebServerResources/ckeditor/plugins/autogrow/plugin.js +M UI/WebServerResources/ckeditor/plugins/bbcode/plugin.js +M UI/WebServerResources/ckeditor/plugins/clipboard/dialogs/paste.js +M UI/WebServerResources/ckeditor/plugins/colordialog/dialogs/colordialog.js +M UI/WebServerResources/ckeditor/plugins/dialog/dialogDefinition.js +M UI/WebServerResources/ckeditor/plugins/div/dialogs/div.js +M UI/WebServerResources/ckeditor/plugins/docprops/dialogs/docprops.js +M UI/WebServerResources/ckeditor/plugins/docprops/plugin.js +M UI/WebServerResources/ckeditor/plugins/find/dialogs/find.js +M UI/WebServerResources/ckeditor/plugins/flash/dialogs/flash.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/button.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/checkbox.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/form.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/hiddenfield.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/radio.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/select.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/textarea.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/textfield.js +M UI/WebServerResources/ckeditor/plugins/iframe/dialogs/iframe.js +M UI/WebServerResources/ckeditor/plugins/iframedialog/plugin.js +M UI/WebServerResources/ckeditor/plugins/image/dialogs/image.js +M UI/WebServerResources/ckeditor/plugins/link/dialogs/anchor.js +M UI/WebServerResources/ckeditor/plugins/link/dialogs/link.js +M UI/WebServerResources/ckeditor/plugins/liststyle/dialogs/liststyle.js +M UI/WebServerResources/ckeditor/plugins/pastefromword/filter/default.js +M UI/WebServerResources/ckeditor/plugins/pastetext/dialogs/pastetext.js +M UI/WebServerResources/ckeditor/plugins/placeholder/dialogs/placeholder.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/_translationstatus.txt +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/bg.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/cs.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/cy.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/da.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/de.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/el.js +M UI/WebServerResources/ckeditor/plugins/placeholder/lang/en.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/eo.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/et.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/fa.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/fi.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/fr.js +M UI/WebServerResources/ckeditor/plugins/placeholder/lang/he.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/hr.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/it.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/nb.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/nl.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/no.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/pl.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/tr.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/ug.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/uk.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/vi.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/zh-cn.js +M UI/WebServerResources/ckeditor/plugins/placeholder/plugin.js +M UI/WebServerResources/ckeditor/plugins/scayt/dialogs/options.js +M UI/WebServerResources/ckeditor/plugins/scayt/dialogs/toolbar.css +M UI/WebServerResources/ckeditor/plugins/smiley/dialogs/smiley.js +M UI/WebServerResources/ckeditor/plugins/specialchar/dialogs/specialchar.js +A UI/WebServerResources/ckeditor/plugins/specialchar/lang/_translationstatus.txt +A UI/WebServerResources/ckeditor/plugins/specialchar/lang/cs.js +A UI/WebServerResources/ckeditor/plugins/specialchar/lang/cy.js +A UI/WebServerResources/ckeditor/plugins/specialchar/lang/de.js +M UI/WebServerResources/ckeditor/plugins/specialchar/lang/en.js +A UI/WebServerResources/ckeditor/plugins/specialchar/lang/eo.js +A UI/WebServerResources/ckeditor/plugins/specialchar/lang/et.js +A UI/WebServerResources/ckeditor/plugins/specialchar/lang/fa.js +A UI/WebServerResources/ckeditor/plugins/specialchar/lang/fi.js +A UI/WebServerResources/ckeditor/plugins/specialchar/lang/fr.js +A UI/WebServerResources/ckeditor/plugins/specialchar/lang/hr.js +A UI/WebServerResources/ckeditor/plugins/specialchar/lang/it.js +A UI/WebServerResources/ckeditor/plugins/specialchar/lang/nb.js +A UI/WebServerResources/ckeditor/plugins/specialchar/lang/nl.js +A UI/WebServerResources/ckeditor/plugins/specialchar/lang/no.js +A UI/WebServerResources/ckeditor/plugins/specialchar/lang/tr.js +A UI/WebServerResources/ckeditor/plugins/specialchar/lang/ug.js +A UI/WebServerResources/ckeditor/plugins/specialchar/lang/zh-cn.js +M UI/WebServerResources/ckeditor/plugins/styles/styles/default.js +M UI/WebServerResources/ckeditor/plugins/stylesheetparser/plugin.js +M UI/WebServerResources/ckeditor/plugins/table/dialogs/table.js +M UI/WebServerResources/ckeditor/plugins/tableresize/plugin.js +M UI/WebServerResources/ckeditor/plugins/tabletools/dialogs/tableCell.js +M UI/WebServerResources/ckeditor/plugins/templates/dialogs/templates.js +M UI/WebServerResources/ckeditor/plugins/templates/templates/default.js +M UI/WebServerResources/ckeditor/plugins/uicolor/dialogs/uicolor.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/_translationstatus.txt +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/bg.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/cs.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/cy.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/da.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/de.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/el.js +M UI/WebServerResources/ckeditor/plugins/uicolor/lang/en.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/eo.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/et.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/fa.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/fi.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/fr.js +M UI/WebServerResources/ckeditor/plugins/uicolor/lang/he.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/hr.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/it.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/mk.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/nb.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/nl.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/no.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/pl.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/tr.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/ug.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/uk.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/vi.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/zh-cn.js +M UI/WebServerResources/ckeditor/plugins/uicolor/plugin.js +M UI/WebServerResources/ckeditor/plugins/uicolor/yui/assets/yui.css +M UI/WebServerResources/ckeditor/plugins/uicolor/yui/yui.js +M UI/WebServerResources/ckeditor/plugins/wsc/dialogs/ciframe.html +M UI/WebServerResources/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +M UI/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.css +M UI/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.js +M UI/WebServerResources/ckeditor/plugins/xml/plugin.js +M UI/WebServerResources/ckeditor/skins/kama/dialog.css +M UI/WebServerResources/ckeditor/skins/kama/editor.css +M UI/WebServerResources/ckeditor/skins/kama/skin.js +M UI/WebServerResources/ckeditor/skins/kama/templates.css +M UI/WebServerResources/ckeditor/skins/office2003/dialog.css +M UI/WebServerResources/ckeditor/skins/office2003/editor.css +M UI/WebServerResources/ckeditor/skins/office2003/skin.js +M UI/WebServerResources/ckeditor/skins/office2003/templates.css +M UI/WebServerResources/ckeditor/skins/v2/dialog.css +M UI/WebServerResources/ckeditor/skins/v2/editor.css +M UI/WebServerResources/ckeditor/skins/v2/skin.js +M UI/WebServerResources/ckeditor/skins/v2/templates.css +M UI/WebServerResources/ckeditor/themes/default/theme.js commit 9db77482d5851f48e26908ec5b5d44209b21e264 Author: Jean Raby @@ -7083,21 +7885,8 @@ Date: Mon Apr 16 22:37:26 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-04-16T22:37:26 -commit e5d10b79015c2d54606d56e0000fc8d8b6a755a9 -Merge: f742ca9 6aa627a -Author: Wolfgang Sourdeau -Date: Mon Apr 16 15:25:22 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 825d6255230167e6f80d8015a569afa6bdb4cb7d) - to branch 'ca.inverse.sogo' (head 0ed6b9d5a5d4a8143d08cc4652384f5073d26096) - - Monotone-Parent: 0ed6b9d5a5d4a8143d08cc4652384f5073d26096 - Monotone-Parent: 825d6255230167e6f80d8015a569afa6bdb4cb7d - Monotone-Revision: c32cff29d1d0d305b798b73f0db514f448a0d44c - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-16T15:25:22 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/iCalMonthlyRecurrenceCalculator.m commit 6aa627a800d97ca346c7a17c2164c0ccf028ca9e Author: Wolfgang Sourdeau @@ -7109,6 +7898,11 @@ Date: Mon Apr 16 15:24:16 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-16T15:24:16 +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m +M Tests/Unit/TestNSString+Utilities.m + commit 10bfd70be143533eb6583913afad5e7e57a10bf5 Author: Wolfgang Sourdeau Date: Mon Apr 16 15:23:24 2012 +0000 @@ -7119,21 +7913,8 @@ Date: Mon Apr 16 15:23:24 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-16T15:23:24 -commit f742ca955b87f70868ca75f8a750d390790e5262 -Merge: 38ebd9e 88f5832 -Author: Wolfgang Sourdeau -Date: Fri Apr 13 15:17:16 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 406832bc51a0849377951d10353a33568b33877b) - to branch 'ca.inverse.sogo' (head 416744ed9dd0ac7176fec877fee4972d9f6be754) - - Monotone-Parent: 406832bc51a0849377951d10353a33568b33877b - Monotone-Parent: 416744ed9dd0ac7176fec877fee4972d9f6be754 - Monotone-Revision: 0ed6b9d5a5d4a8143d08cc4652384f5073d26096 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-13T15:17:16 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Unit/SOGoTestRunner.m commit 38ebd9e68c76a435486141cd6cccdd7a9d55fbcf Author: Wolfgang Sourdeau @@ -7145,21 +7926,8 @@ Date: Fri Apr 13 15:17:12 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-13T15:17:12 -commit 88f58321038fd02e4ee244ef9fd7f0d36a9ee464 -Merge: a98b40c e7bfbd3 -Author: Wolfgang Sourdeau -Date: Fri Apr 13 14:04:46 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 8a447d04163521d64bfb4168d80753ce1c557f3d) - to branch 'ca.inverse.sogo' (head 12c967642fd34ef7dfd09d28c886260b0bb94796) - - Monotone-Parent: 12c967642fd34ef7dfd09d28c886260b0bb94796 - Monotone-Parent: 8a447d04163521d64bfb4168d80753ce1c557f3d - Monotone-Revision: 416744ed9dd0ac7176fec877fee4972d9f6be754 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-13T14:04:46 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m commit e7bfbd3f6f8ceb5b628d14bf29d7113330be23bd Author: Wolfgang Sourdeau @@ -7171,21 +7939,7 @@ Date: Fri Apr 13 14:04:42 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-13T14:04:42 -commit a98b40c07dc6e3423d836352417c6915d9e254cb -Merge: d58b825 4c23e19 -Author: Wolfgang Sourdeau -Date: Fri Apr 13 14:02:35 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head af017f174df00d4475a8c99168a6d994257a1ca8) - to branch 'ca.inverse.sogo' (head 7988c89da6f982bafb73b22f935b081b7178d1c4) - - Monotone-Parent: 7988c89da6f982bafb73b22f935b081b7178d1c4 - Monotone-Parent: af017f174df00d4475a8c99168a6d994257a1ca8 - Monotone-Revision: 12c967642fd34ef7dfd09d28c886260b0bb94796 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-13T14:02:35 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m commit 4c23e19c0cd84ed8ad90039418cbe3ac73f2bdab Author: Wolfgang Sourdeau @@ -7197,21 +7951,8 @@ Date: Fri Apr 13 14:02:30 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-13T14:02:30 -commit d58b8258fb487da414f64f2c126bf0217b3cf982 -Merge: c270e1e 506ac6e -Author: Wolfgang Sourdeau -Date: Thu Apr 12 23:46:04 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 827061cfd7bb39eead69601b6015cb0ff6ebf1f1) - to branch 'ca.inverse.sogo' (head c228125c37bd9b5dbd64777b2809cfed1808e27f) - - Monotone-Parent: 827061cfd7bb39eead69601b6015cb0ff6ebf1f1 - Monotone-Parent: c228125c37bd9b5dbd64777b2809cfed1808e27f - Monotone-Revision: 7988c89da6f982bafb73b22f935b081b7178d1c4 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-12T23:46:04 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m commit c270e1e720760ed84b0a3a290f25e6d9f99ef74e Author: Wolfgang Sourdeau @@ -7223,6 +7964,8 @@ Date: Thu Apr 12 23:45:23 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-12T23:45:23 +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit c1885f5d0338407804ba45843b0e95cca3611059 Author: Wolfgang Sourdeau Date: Thu Apr 12 23:44:56 2012 +0000 @@ -7233,6 +7976,8 @@ Date: Thu Apr 12 23:44:56 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-12T23:44:56 +M SoObjects/SOGo/SOGoGCSFolder.m + commit c66791413232b5a0ab380b971c2d0515e1e9f392 Author: Wolfgang Sourdeau Date: Thu Apr 12 23:44:39 2012 +0000 @@ -7243,6 +7988,10 @@ Date: Thu Apr 12 23:44:39 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-12T23:44:39 +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoGCSFolder.m + commit 3b64c4c76528d8f36d8e8ec493efdd809285de6b Author: Wolfgang Sourdeau Date: Thu Apr 12 23:41:47 2012 +0000 @@ -7253,6 +8002,9 @@ Date: Thu Apr 12 23:41:47 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-12T23:41:47 +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 902db62ec846239a8b3b6fb19d3b8453003fdf51 Author: Wolfgang Sourdeau Date: Thu Apr 12 23:40:05 2012 +0000 @@ -7263,21 +8015,9 @@ Date: Thu Apr 12 23:40:05 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-12T23:40:05 -commit 506ac6eef6b1e6036e72a45f138b65b50e22dddc -Merge: 50e160f c7017e8 -Author: Wolfgang Sourdeau -Date: Thu Apr 12 20:26:11 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 42fb4d40a22288da8859b369ec18915fb6e1164c) - to branch 'ca.inverse.sogo' (head 87772f0d5e8f3cfa7bc149b0c9d6c47a2de10789) - - Monotone-Parent: 42fb4d40a22288da8859b369ec18915fb6e1164c - Monotone-Parent: 87772f0d5e8f3cfa7bc149b0c9d6c47a2de10789 - Monotone-Revision: c228125c37bd9b5dbd64777b2809cfed1808e27f - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-12T20:26:11 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m commit 50e160f89501d21790a016464abf7134071480e6 Author: Wolfgang Sourdeau @@ -7289,6 +8029,9 @@ Date: Thu Apr 12 20:26:01 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-12T20:26:01 +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m + commit f09c4d5be17359488db3922fd0afb0a7d20ef3b9 Author: Wolfgang Sourdeau Date: Thu Apr 12 20:25:13 2012 +0000 @@ -7299,6 +8042,9 @@ Date: Thu Apr 12 20:25:13 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-12T20:25:13 +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 4ca495a971c90bbcb3740bb7c7e9174fb360ae84 Author: Wolfgang Sourdeau Date: Thu Apr 12 20:24:15 2012 +0000 @@ -7309,21 +8055,8 @@ Date: Thu Apr 12 20:24:15 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-12T20:24:15 -commit c7017e893e85c48552d5371ba12a5bf881757120 -Merge: c2dec4f 2dd2db0 -Author: Wolfgang Sourdeau -Date: Thu Apr 12 17:20:28 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 8084a82ca1ab7dad7f78c35f529f9e3db7d02314) - to branch 'ca.inverse.sogo' (head d32a965a357a3d40a91ce6b756792c0e03dc7414) - - Monotone-Parent: 8084a82ca1ab7dad7f78c35f529f9e3db7d02314 - Monotone-Parent: d32a965a357a3d40a91ce6b756792c0e03dc7414 - Monotone-Revision: 87772f0d5e8f3cfa7bc149b0c9d6c47a2de10789 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-12T17:20:28 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m commit 2dd2db084defb55679df2515903ef2bf79fc006f Author: Wolfgang Sourdeau @@ -7336,6 +8069,8 @@ Date: Wed Apr 11 20:10:00 2012 +0000 Monotone-Date: 2012-04-11T20:10:00 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + commit c2dec4f1cb8038145c77101218cb9ac1c179b9a4 Author: Francis Lachapelle Date: Wed Apr 11 17:57:54 2012 +0000 @@ -7348,6 +8083,10 @@ Date: Wed Apr 11 17:57:54 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-04-11T17:57:54 +M NEWS +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m + commit d804b9c7b0d262f8403b3838af96f26f1dbbb307 Author: Wolfgang Sourdeau Date: Wed Apr 11 15:31:25 2012 +0000 @@ -7361,6 +8100,8 @@ Date: Wed Apr 11 15:31:25 2012 +0000 Monotone-Date: 2012-04-11T15:31:25 Monotone-Branch: ca.inverse.sogo +M debian/compat + commit 262481d6e116ef230714deb3872d850ecc123c88 Author: Francis Lachapelle Date: Wed Apr 11 14:58:45 2012 +0000 @@ -7373,6 +8114,9 @@ Date: Wed Apr 11 14:58:45 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-04-11T14:58:45 +M ChangeLog +M UI/WebServerResources/ContactsUI.js + commit d19e0e882364efd5ab791266e511fdbe01844ce7 Author: Wolfgang Sourdeau Date: Wed Apr 11 13:48:28 2012 +0000 @@ -7384,6 +8128,9 @@ Date: Wed Apr 11 13:48:28 2012 +0000 Monotone-Date: 2012-04-11T13:48:28 Monotone-Branch: ca.inverse.sogo +M debian-multiarch/rules +M debian/rules + commit 0f5639f1b883b8bff44a3ccafaaff69f852de934 Author: Wolfgang Sourdeau Date: Tue Apr 10 16:02:54 2012 +0000 @@ -7397,6 +8144,8 @@ Date: Tue Apr 10 16:02:54 2012 +0000 Monotone-Date: 2012-04-10T16:02:54 Monotone-Branch: ca.inverse.sogo +A debian-multiarch/sogo-openchange.install + commit be172c6d05c14ef7dd6962b4c18febf9a6ac5920 Author: Wolfgang Sourdeau Date: Tue Apr 10 15:35:51 2012 +0000 @@ -7410,6 +8159,28 @@ Date: Tue Apr 10 15:35:51 2012 +0000 Monotone-Date: 2012-04-10T15:35:51 Monotone-Branch: ca.inverse.sogo +A debian-multiarch/changelog +A debian-multiarch/compat +A debian-multiarch/control +A debian-multiarch/copyright +A debian-multiarch/rules +A debian-multiarch/sogo-dev.install +A debian-multiarch/sogo.cron.daily +A debian-multiarch/sogo.dirs +A debian-multiarch/sogo.docs +A debian-multiarch/sogo.init +A debian-multiarch/sogo.install +A debian-multiarch/sogo.logrotate +A debian-multiarch/sogo.overrides +A debian-multiarch/sogo.postinst +A debian-multiarch/sogo.postrm +A debian-multiarch/sogo.preinst +A debian-multiarch/sogo.prerm +A debian-multiarch/source/format +M debian/compat +M debian/sogo.overrides +A debian/source/format + commit 974d1a6bd79e16a7a7e52df94dbefa3647539425 Author: Wolfgang Sourdeau Date: Tue Apr 10 14:48:14 2012 +0000 @@ -7421,21 +8192,7 @@ Date: Tue Apr 10 14:48:14 2012 +0000 Monotone-Date: 2012-04-10T14:48:14 Monotone-Branch: ca.inverse.sogo -commit fcbc47b2348c127d6b4c7198c04ef7a8f2f233c2 -Merge: 823f57d fde6d06 -Author: Wolfgang Sourdeau -Date: Thu Apr 5 18:50:43 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 2718d596001d2e9358dcce09a959434c8f775f9f) - to branch 'ca.inverse.sogo' (head 366adf06b05b4f972813f3e731ae3338140ba86e) - - Monotone-Parent: 2718d596001d2e9358dcce09a959434c8f775f9f - Monotone-Parent: 366adf06b05b4f972813f3e731ae3338140ba86e - Monotone-Revision: ba40327d7cdcc284485580a61af95f9056989d40 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-05T18:50:43 - Monotone-Branch: ca.inverse.sogo +A debian/sogo-openchange.install-multiarch commit 823f57deca76a40d148ee967b1bfdc9eb46f1539 Author: Wolfgang Sourdeau @@ -7447,6 +8204,9 @@ Date: Thu Apr 5 18:50:05 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-05T18:50:05 +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.m + commit fde6d06c098ca643ae52389fca1e2c7cc8bb78d6 Author: Wolfgang Sourdeau Date: Wed Apr 4 20:45:21 2012 +0000 @@ -7458,6 +8218,9 @@ Date: Wed Apr 4 20:45:21 2012 +0000 Monotone-Date: 2012-04-04T20:45:21 Monotone-Branch: ca.inverse.sogo +M debian/control +M debian/control-squeeze + commit e70aeda75b862c7eb3086d15cbc4e3f5cd8791c2 Author: Wolfgang Sourdeau Date: Wed Apr 4 20:37:42 2012 +0000 @@ -7469,21 +8232,8 @@ Date: Wed Apr 4 20:37:42 2012 +0000 Monotone-Date: 2012-04-04T20:37:42 Monotone-Branch: ca.inverse.sogo -commit 9f0e045f35f650a9e923f6daf599fb4aeb4132ab -Merge: 3d2c13d ddc5d86 -Author: Wolfgang Sourdeau -Date: Wed Apr 4 20:28:41 2012 +0000 - - merge of '403e9c9f8b6284761ab422dee636699902d4babe' - and '9b7b6ece389f868c2c9b2bcae1bcdfd5af065e48' - - Monotone-Parent: 403e9c9f8b6284761ab422dee636699902d4babe - Monotone-Parent: 9b7b6ece389f868c2c9b2bcae1bcdfd5af065e48 - Monotone-Revision: 49a23fbd758d213ee3123b508598dcc5bdede2a5 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-04-04T20:28:41 - Monotone-Branch: ca.inverse.sogo +M debian/control +M debian/control-squeeze commit 3d2c13d1a7515879e13a8610ab67ae7d313e2497 Author: Wolfgang Sourdeau @@ -7496,21 +8246,7 @@ Date: Wed Apr 4 20:28:18 2012 +0000 Monotone-Date: 2012-04-04T20:28:18 Monotone-Branch: ca.inverse.sogo -commit ddc5d864c381e2bedb720957ffea31dbea9e798a -Merge: e034585 fb1e560 -Author: Jean Raby -Date: Wed Apr 4 20:21:31 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 858274c7be3ad2a6383c2f85c8ad10907bb43292) - to branch 'ca.inverse.sogo' (head 929e17ff05c17b5978929e33d5250710c9674c66) - - Monotone-Parent: 858274c7be3ad2a6383c2f85c8ad10907bb43292 - Monotone-Parent: 929e17ff05c17b5978929e33d5250710c9674c66 - Monotone-Revision: 9b7b6ece389f868c2c9b2bcae1bcdfd5af065e48 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-04-04T20:21:31 - Monotone-Branch: ca.inverse.sogo +M debian/control commit e034585c2bf4a5e2f61c099ff80d95fbd4c54c5f Author: Jean Raby @@ -7528,6 +8264,12 @@ Date: Wed Apr 4 20:14:52 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-04-04T20:14:52 +M ChangeLog +M Scripts/sogo.cron +M Tools/GNUmakefile +A Tools/SOGoToolExpireUserSessions.m +M Tools/sogo-tool.m + commit fb1e560c71d850f84d71646dc012f3d5194e436b Author: Wolfgang Sourdeau Date: Wed Apr 4 16:10:25 2012 +0000 @@ -7541,6 +8283,8 @@ Date: Wed Apr 4 16:10:25 2012 +0000 Monotone-Date: 2012-04-04T16:10:25 Monotone-Branch: ca.inverse.sogo +M debian/sogo.install + commit 54cf621005f03cdc15399e15a45a7430d99e07b5 Author: Wolfgang Sourdeau Date: Wed Apr 4 16:05:04 2012 +0000 @@ -7552,6 +8296,11 @@ Date: Wed Apr 4 16:05:04 2012 +0000 Monotone-Date: 2012-04-04T16:05:04 Monotone-Branch: ca.inverse.sogo +M debian/control +M debian/control-squeeze +A debian/sogo-dev.install +A debian/sogo-openchange.install + commit 9e503e7d8f10c16638624098c21fc4644f6c33e7 Author: Wolfgang Sourdeau Date: Wed Apr 4 16:01:21 2012 +0000 @@ -7565,6 +8314,10 @@ Date: Wed Apr 4 16:01:21 2012 +0000 Monotone-Date: 2012-04-04T16:01:21 Monotone-Branch: ca.inverse.sogo +M debian/control +M debian/rules +M debian/sogo.install + commit 57e55c105dd2cf0998210a099d3bfd6e9263c982 Author: Wolfgang Sourdeau Date: Wed Apr 4 14:55:54 2012 +0000 @@ -7576,6 +8329,8 @@ Date: Wed Apr 4 14:55:54 2012 +0000 Monotone-Date: 2012-04-04T14:55:54 Monotone-Branch: ca.inverse.sogo +D Apache/SOGo-debian.conf + commit ad900e855517f6ffdb286b0b1a3428d01510ed55 Author: Wolfgang Sourdeau Date: Wed Apr 4 14:42:03 2012 +0000 @@ -7587,6 +8342,8 @@ Date: Wed Apr 4 14:42:03 2012 +0000 Monotone-Date: 2012-04-04T14:42:03 Monotone-Branch: ca.inverse.sogo +A Apache/SOGo-debian.conf + commit 6d22a0bb495e6a21d4ce48cc5a9791dee2faabeb Author: Wolfgang Sourdeau Date: Wed Apr 4 14:33:59 2012 +0000 @@ -7598,6 +8355,12 @@ Date: Wed Apr 4 14:33:59 2012 +0000 Monotone-Date: 2012-04-04T14:33:59 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreFAIMessage.m +M OpenChange/MAPIStoreFallbackContext.m +M OpenChange/MAPIStoreRecurrenceUtils.m +M OpenChange/NSArray+MAPIStore.m +M OpenChange/NSDate+MAPIStore.m + commit 1e1cdcc89c84624095701fe2fcf576057d881270 Author: Wolfgang Sourdeau Date: Wed Apr 4 14:25:42 2012 +0000 @@ -7609,6 +8372,8 @@ Date: Wed Apr 4 14:25:42 2012 +0000 Monotone-Date: 2012-04-04T14:25:42 Monotone-Branch: ca.inverse.sogo +M OpenChange/SOGoMAPIFSFolder.m + commit 060b29f5562acf8ef509f180388815229cee8970 Author: Wolfgang Sourdeau Date: Tue Apr 3 20:56:58 2012 +0000 @@ -7620,20 +8385,8 @@ Date: Tue Apr 3 20:56:58 2012 +0000 Monotone-Date: 2012-04-03T20:56:58 Monotone-Branch: ca.inverse.sogo -commit 74779785184d5033a8a5b9cb51796598f44c6cca -Merge: 823f57d 9a8e764 -Author: Francis Lachapelle -Date: Sun Apr 1 06:28:04 2012 +0000 - - merge of '2718d596001d2e9358dcce09a959434c8f775f9f' - and '8e3f662472ff8e103d015246e84fdb6ca6dba012' - - Monotone-Parent: 2718d596001d2e9358dcce09a959434c8f775f9f - Monotone-Parent: 8e3f662472ff8e103d015246e84fdb6ca6dba012 - Monotone-Revision: ae97d044860b73b0f26efc2e4ba5c8134dee8299 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-04-01T06:28:04 +A debian/control-squeeze +M debian/rules commit 9a8e76481761caeb94117acc91c32e97efaf706d Author: Francis Lachapelle @@ -7647,6 +8400,8 @@ Date: Sat Mar 31 08:34:24 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-31T08:34:24 +M UI/PreferencesUI/English.lproj/Localizable.strings + commit 6eedf927b8b22d9407483b2810bbefc04f551058 Author: Francis Lachapelle Date: Sat Mar 31 08:34:04 2012 +0000 @@ -7659,6 +8414,8 @@ Date: Sat Mar 31 08:34:04 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-31T08:34:04 +M UI/MailerUI/SpanishArgentina.lproj/Localizable.strings + commit 86e2b23b73f373da3bd83ec4f22072d2ca24ebc0 Author: Francis Lachapelle Date: Sat Mar 31 08:33:29 2012 +0000 @@ -7671,6 +8428,13 @@ Date: Sat Mar 31 08:33:29 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-31T08:33:29 +M SoObjects/Appointments/SpanishArgentina.lproj/Localizable.strings +M UI/Common/SpanishArgentina.lproj/Localizable.strings +M UI/Contacts/SpanishArgentina.lproj/Localizable.strings +M UI/MailPartViewers/SpanishArgentina.lproj/Localizable.strings +M UI/PreferencesUI/SpanishArgentina.lproj/Localizable.strings +M UI/Scheduler/SpanishArgentina.lproj/Localizable.strings + commit b906cf066abaa36784811456fb023dc0f09c3ac1 Author: Francis Lachapelle Date: Fri Mar 30 21:21:51 2012 +0000 @@ -7683,6 +8447,10 @@ Date: Fri Mar 30 21:21:51 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-30T21:21:51 +M ChangeLog +M OGoContentStore/OCSContactFieldExtractor.m +M Tools/SOGoToolRemoveDoubles.m + commit 07b500412fc0d2b7542a3ff6199a5efa51c81213 Author: Wolfgang Sourdeau Date: Fri Mar 30 20:02:33 2012 +0000 @@ -7694,6 +8462,10 @@ Date: Fri Mar 30 20:02:33 2012 +0000 Monotone-Date: 2012-03-30T20:02:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreTasksMessage.m + commit 4f148bafc653837d50509ec8cca7f6e134dd5b3c Author: Wolfgang Sourdeau Date: Fri Mar 30 19:58:16 2012 +0000 @@ -7705,6 +8477,12 @@ Date: Fri Mar 30 19:58:16 2012 +0000 Monotone-Date: 2012-03-30T19:58:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreMailVolatileMessage.m +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreTasksMessage.m + commit a4b083eb1e8a564e321e49788f546fb6848aac98 Author: Wolfgang Sourdeau Date: Fri Mar 30 19:51:37 2012 +0000 @@ -7716,6 +8494,14 @@ Date: Fri Mar 30 19:51:37 2012 +0000 Monotone-Date: 2012-03-30T19:51:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIApplication.m +M OpenChange/MAPIStoreAppointmentWrapper.h +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreContactsAttachment.m +M OpenChange/MAPIStoreTypes.h +M OpenChange/MAPIStoreTypes.m + commit 2adcb276b2f09ada9c427de36d4625c84dabdefb Author: Wolfgang Sourdeau Date: Fri Mar 30 15:33:47 2012 +0000 @@ -7727,21 +8513,14 @@ Date: Fri Mar 30 15:33:47 2012 +0000 Monotone-Date: 2012-03-30T15:33:47 Monotone-Branch: ca.inverse.sogo -commit cd0fe5cb8702b234bf2b659dafaa731e113dfc07 -Merge: fb36ac6 64b8498 -Author: Wolfgang Sourdeau -Date: Fri Mar 30 15:28:19 2012 +0000 - - merge of '7e8a35de12dd8bb06940206b775f3f46887a4476' - and 'd1a795ace9b3ecfe78615e345153f5c37d0ca4b2' - - Monotone-Parent: 7e8a35de12dd8bb06940206b775f3f46887a4476 - Monotone-Parent: d1a795ace9b3ecfe78615e345153f5c37d0ca4b2 - Monotone-Revision: 4899b773e21bd6c56bae726bf720e184b8ef9ec0 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-03-30T15:28:19 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreUserContext.h +M OpenChange/MAPIStoreUserContext.m commit 64b8498eac7f1aa0b900e98675889cf2daa0dd5b Author: Wolfgang Sourdeau @@ -7754,21 +8533,7 @@ Date: Fri Mar 30 14:09:07 2012 +0000 Monotone-Date: 2012-03-30T14:09:07 Monotone-Branch: ca.inverse.sogo -commit aeaf1bfe6b03ea816e18000164e2ec03bfcd7a60 -Merge: f06d573 2693932 -Author: Wolfgang Sourdeau -Date: Fri Mar 30 14:08:23 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 693036245b42a3d0059f8c06a2a725e716d54c9e) - to branch 'ca.inverse.sogo' (head d93b5b4142f73cdb24bac181e6d92140b7a59313) - - Monotone-Parent: 693036245b42a3d0059f8c06a2a725e716d54c9e - Monotone-Parent: d93b5b4142f73cdb24bac181e6d92140b7a59313 - Monotone-Revision: 34215cf1c90ce31c32de705320b2cd5f2bee55ec - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-03-30T14:08:23 - Monotone-Branch: ca.inverse.sogo +M Version commit f06d57373ae200b22977827be48dd8502f8feb3a Author: Wolfgang Sourdeau @@ -7782,6 +8547,14 @@ Date: Fri Mar 30 14:07:36 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-30T14:07:36 +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.m +M SoObjects/Contacts/SOGoContactLDIFEntry.m +M SoObjects/Contacts/SOGoContactSourceFolder.m +M SoObjects/Contacts/SOGoFolder+CardDAV.m +M SoObjects/Contacts/SOGoUserFolder+Contacts.m +M SoObjects/SOGo/LDAPSource.m + commit c1b2384852560e973c6155eb6a7071b3782c88d4 Author: Francis Lachapelle Date: Fri Mar 30 13:31:00 2012 +0000 @@ -7794,6 +8567,8 @@ Date: Fri Mar 30 13:31:00 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-30T13:31:00 +M UI/WebServerResources/iefixes.css + commit 4b059f29bde625d3673b16b0f533abd934d9df96 Author: Francis Lachapelle Date: Fri Mar 30 03:59:04 2012 +0000 @@ -7806,6 +8581,8 @@ Date: Fri Mar 30 03:59:04 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-30T03:59:04 +M NEWS + commit df3676ed71257e2e0f2b87a04045ffc09b67e2d7 Author: Francis Lachapelle Date: Fri Mar 30 03:58:26 2012 +0000 @@ -7816,36 +8593,7 @@ Date: Fri Mar 30 03:58:26 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-30T03:58:26 -commit 953fe345b2cf45820a520801d1f2c36aa47abfa8 -Merge: 7629ad5 f06d573 -Author: Francis Lachapelle -Date: Fri Mar 30 01:40:16 2012 +0000 - - merge of '033d787afbb95cb745c3e129cd4c09587b3623df' - and '693036245b42a3d0059f8c06a2a725e716d54c9e' - - Monotone-Parent: 033d787afbb95cb745c3e129cd4c09587b3623df - Monotone-Parent: 693036245b42a3d0059f8c06a2a725e716d54c9e - Monotone-Revision: 1a5084ea5db1351b0b2a65c92046fb196a2c9d41 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-03-30T01:40:16 - -commit fb36ac6efc2f89c5b31a9aae8b6131916d333e4b -Merge: 7629ad5 2693932 -Author: Francis Lachapelle -Date: Thu Mar 29 23:04:56 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_15' (head 033d787afbb95cb745c3e129cd4c09587b3623df) - to branch 'ca.inverse.sogo' (head d93b5b4142f73cdb24bac181e6d92140b7a59313) - - Monotone-Parent: 033d787afbb95cb745c3e129cd4c09587b3623df - Monotone-Parent: d93b5b4142f73cdb24bac181e6d92140b7a59313 - Monotone-Revision: 7e8a35de12dd8bb06940206b775f3f46887a4476 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-03-29T23:04:56 - Monotone-Branch: ca.inverse.sogo +M Scripts/sogo.cron commit 7629ad595a98cb6f1164838fc9c0e121256d8e38 Author: Francis Lachapelle @@ -7857,6 +8605,8 @@ Date: Thu Mar 29 18:26:50 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-29T18:26:50 +M UI/WebServerResources/UIxPreferences.js + commit 8a91626aff46d649305d188a275f1a4dca7232a4 Author: Francis Lachapelle Date: Thu Mar 29 18:18:29 2012 +0000 @@ -7869,6 +8619,10 @@ Date: Thu Mar 29 18:18:29 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-29T18:18:29 +M ChangeLog +M UI/WebServerResources/JavascriptAPIExtensions.js +M UI/WebServerResources/UIxPreferences.js + commit 97bc9be4392f1b9dd7faeb5a80d48ff16524c594 Author: Francis Lachapelle Date: Thu Mar 29 17:47:28 2012 +0000 @@ -7881,6 +8635,14 @@ Date: Thu Mar 29 17:47:28 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-29T17:47:28 +M ChangeLog +M NEWS +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailEditor.css + commit f63d9336b5ee603e27fc94de6282c007e5b412f0 Author: Francis Lachapelle Date: Thu Mar 29 17:20:26 2012 +0000 @@ -7891,6 +8653,8 @@ Date: Thu Mar 29 17:20:26 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-29T17:20:26 +M UI/WebServerResources/UIxPreferences.js + commit 269393250b5b2a4b2aece6145b5c20a9a0e47f6a Author: Wolfgang Sourdeau Date: Wed Mar 28 20:04:32 2012 +0000 @@ -7902,6 +8666,10 @@ Date: Wed Mar 28 20:04:32 2012 +0000 Monotone-Date: 2012-03-28T20:04:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoMAPIFSMessage.h +M OpenChange/SOGoMAPIFSMessage.m + commit dcb952e1b7e04e2c42c43338e72602d0a588e7f9 Author: Wolfgang Sourdeau Date: Wed Mar 28 15:05:58 2012 +0000 @@ -7913,6 +8681,9 @@ Date: Wed Mar 28 15:05:58 2012 +0000 Monotone-Date: 2012-03-28T15:05:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoFolder+CardDAV.m + commit d28ca1ecdcdfbcbd3c2090d04f3132885cdb04f3 Author: Wolfgang Sourdeau Date: Wed Mar 28 04:42:02 2012 +0000 @@ -7924,6 +8695,9 @@ Date: Wed Mar 28 04:42:02 2012 +0000 Monotone-Date: 2012-03-28T04:42:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.m + commit 4489085c59496805223fb1df9e885cd9a5dfae5f Author: Wolfgang Sourdeau Date: Tue Mar 27 20:55:20 2012 +0000 @@ -7935,6 +8709,9 @@ Date: Tue Mar 27 20:55:20 2012 +0000 Monotone-Date: 2012-03-27T20:55:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactSourceFolder.m + commit 905d2c885ca8c8167c811018841bc9e542bbf9a5 Author: Wolfgang Sourdeau Date: Tue Mar 27 16:47:14 2012 +0000 @@ -7946,6 +8723,12 @@ Date: Tue Mar 27 16:47:14 2012 +0000 Monotone-Date: 2012-03-27T16:47:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.m +M SoObjects/Contacts/SOGoContactLDIFEntry.m +M SoObjects/Contacts/SOGoContactSourceFolder.m +M SoObjects/Contacts/SOGoUserFolder+Contacts.m + commit 0c2c418046b8303df2dc125ab68ef2aea369b041 Author: Francis Lachapelle Date: Tue Mar 27 02:31:17 2012 +0000 @@ -7958,6 +8741,8 @@ Date: Tue Mar 27 02:31:17 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-27T02:31:17 +M Version + commit eac814acf1df38eb4e52d50689c36a24cf418f43 Author: Wolfgang Sourdeau Date: Mon Mar 26 19:25:14 2012 +0000 @@ -7969,6 +8754,9 @@ Date: Mon Mar 26 19:25:14 2012 +0000 Monotone-Date: 2012-03-26T19:25:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTasksMessage.m + commit eb6d27e96980ab14e1daab6a49bcfec47da91d8a Author: Wolfgang Sourdeau Date: Mon Mar 26 16:24:21 2012 +0000 @@ -7980,21 +8768,8 @@ Date: Mon Mar 26 16:24:21 2012 +0000 Monotone-Date: 2012-03-26T16:24:21 Monotone-Branch: ca.inverse.sogo -commit 5271b50701eddd3d0d1f7429bba3f36e1c90c5aa -Merge: 027d9d6 af3dc4a -Author: Wolfgang Sourdeau -Date: Mon Mar 26 16:23:38 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_14' (head 137ce0e5b4a2b4afe3b810e582cbe613caf2bb20) - to branch 'ca.inverse.sogo' (head be8cb88c243416af5fba817c001afc33ead04b69) - - Monotone-Parent: 137ce0e5b4a2b4afe3b810e582cbe613caf2bb20 - Monotone-Parent: be8cb88c243416af5fba817c001afc33ead04b69 - Monotone-Revision: 7f28bdd3182eaceae80acddcd3e23dc4e50b2821 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-03-26T16:23:38 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIApplication.m commit 027d9d6f362142fa0e37c6b850e0ee7619e5d615 Author: Wolfgang Sourdeau @@ -8006,6 +8781,9 @@ Date: Mon Mar 26 16:23:02 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-26T16:23:02 +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalDateTime.m + commit d2a77d22c788d97516984047d8a0bd9d5b86cf6c Author: Francis Lachapelle Date: Fri Mar 23 13:33:45 2012 +0000 @@ -8018,6 +8796,10 @@ Date: Fri Mar 23 13:33:45 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-23T13:33:45 +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + commit e762db4cfb6e664b4e5b2a8953a7cf414a05c788 Author: Francis Lachapelle Date: Fri Mar 23 13:21:04 2012 +0000 @@ -8030,6 +8812,8 @@ Date: Fri Mar 23 13:21:04 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-23T13:21:04 +M NEWS + commit 582e32a439e97b28ea771780c86cbff06612caef Author: Francis Lachapelle Date: Fri Mar 23 13:18:45 2012 +0000 @@ -8042,6 +8826,11 @@ Date: Fri Mar 23 13:18:45 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-23T13:18:45 +M SoObjects/Appointments/Russian.lproj/Localizable.strings +M UI/Common/Russian.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings + commit feabbbce5569dd04bef17905f1f7f0c827a40e2b Author: Francis Lachapelle Date: Fri Mar 23 13:16:51 2012 +0000 @@ -8054,6 +8843,9 @@ Date: Fri Mar 23 13:16:51 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-23T13:16:51 +M SoObjects/Appointments/Czech.lproj/Localizable.strings +M UI/AdministrationUI/Czech.lproj/Localizable.strings + commit 034ecc695aefcc40351e366d2dcd6caf9454c0d4 Author: Francis Lachapelle Date: Fri Mar 23 13:06:08 2012 +0000 @@ -8066,21 +8858,9 @@ Date: Fri Mar 23 13:06:08 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-23T13:06:08 -commit af3dc4a903bda8247db9f3ecd766bf6bca8812be -Merge: 6b9137f 41297fd -Author: Francis Lachapelle -Date: Thu Mar 22 18:05:26 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_14' (head 5a2446cca5cd90dd3efdec2eec1633c328178659) - to branch 'ca.inverse.sogo' (head ab03ed37df567704b10ca118f26a816bdccc83e0) - - Monotone-Parent: 5a2446cca5cd90dd3efdec2eec1633c328178659 - Monotone-Parent: ab03ed37df567704b10ca118f26a816bdccc83e0 - Monotone-Revision: be8cb88c243416af5fba817c001afc33ead04b69 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-03-22T18:05:26 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M Tools/SOGoToolUserPreferences.m commit 6b9137fddda03fea584e2a6f0e6af3fa0ce58bc3 Author: Francis Lachapelle @@ -8094,6 +8874,8 @@ Date: Thu Mar 22 17:39:44 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-22T17:39:44 +M NEWS + commit 1247319d36aa91de9030535e083c780aead8477e Author: Francis Lachapelle Date: Thu Mar 22 17:39:31 2012 +0000 @@ -8104,6 +8886,9 @@ Date: Thu Mar 22 17:39:31 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-22T17:39:31 +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js + commit 47ab33580fe1d285edce8d7a4c1bda9317652897 Author: Francis Lachapelle Date: Thu Mar 22 17:15:29 2012 +0000 @@ -8116,21 +8901,8 @@ Date: Thu Mar 22 17:15:29 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-22T17:15:29 -commit 41297fd53117173c7d46222ba7178b683425e3ae -Merge: e30a9e1 0ec64bc -Author: Wolfgang Sourdeau -Date: Thu Mar 22 17:08:10 2012 +0000 - - merge of '5dde5ea96fd96485574abc6ba0f295b147b1ff16' - and '72cfb3dcfa19c247349b29d61b4878d418d4c13e' - - Monotone-Parent: 5dde5ea96fd96485574abc6ba0f295b147b1ff16 - Monotone-Parent: 72cfb3dcfa19c247349b29d61b4878d418d4c13e - Monotone-Revision: ab03ed37df567704b10ca118f26a816bdccc83e0 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-03-22T17:08:10 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailFolderActions.m commit e5193ddbac54ba87e244e33ec48e17c0bae260a6 Author: Francis Lachapelle @@ -8142,6 +8914,9 @@ Date: Thu Mar 22 15:48:03 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-22T15:48:03 +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js + commit 0ec64bc634d2b85d67f1f6d1700f228a91aef777 Author: Wolfgang Sourdeau Date: Thu Mar 22 15:23:59 2012 +0000 @@ -8153,21 +8928,8 @@ Date: Thu Mar 22 15:23:59 2012 +0000 Monotone-Date: 2012-03-22T15:23:59 Monotone-Branch: ca.inverse.sogo -commit 55911cd375981b4e35585136e4e2582bca1ab747 -Merge: 7a655ff 107728d -Author: Wolfgang Sourdeau -Date: Wed Mar 21 15:50:33 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_14' (head 3c8a49fe7ef93ec55aaeef9dd064be1de6052cfe) - to branch 'ca.inverse.sogo' (head d93bbab8d949fa50be1d182af68b2eecf4c79105) - - Monotone-Parent: 3c8a49fe7ef93ec55aaeef9dd064be1de6052cfe - Monotone-Parent: d93bbab8d949fa50be1d182af68b2eecf4c79105 - Monotone-Revision: 8d867d6c59e7ebea428c107ce0681159571e7c90 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-03-21T15:50:33 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTasksMessage.m commit 7a655ff8cefa0885ccc15bd365c4e6aa8c10c75b Author: Wolfgang Sourdeau @@ -8179,6 +8941,14 @@ Date: Wed Mar 21 15:50:07 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-21T15:50:07 +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSEntry.m +M SoObjects/Contacts/SOGoContactLDIFEntry.m +M SoObjects/Contacts/SOGoContactObject.h +M SoObjects/Contacts/SOGoContactSourceFolder.m +M SoObjects/SOGo/SOGoUserManager.m +M UI/Contacts/UIxContactEditor.m + commit f4311032a072eb83918004a3ab88d481fa9a3bcb Author: Wolfgang Sourdeau Date: Wed Mar 21 15:50:02 2012 +0000 @@ -8189,6 +8959,8 @@ Date: Wed Mar 21 15:50:02 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-21T15:50:02 +M UI/Contacts/UIxContactsListActions.m + commit 107728db4b7227985cbc712c140b2a1e870bb121 Author: Wolfgang Sourdeau Date: Tue Mar 20 21:07:16 2012 +0000 @@ -8200,6 +8972,9 @@ Date: Tue Mar 20 21:07:16 2012 +0000 Monotone-Date: 2012-03-20T21:07:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit 4d1900e52222a5515f37a9673315964960365343 Author: Wolfgang Sourdeau Date: Tue Mar 20 20:31:36 2012 +0000 @@ -8211,6 +8986,9 @@ Date: Tue Mar 20 20:31:36 2012 +0000 Monotone-Date: 2012-03-20T20:31:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAppointmentWrapper.m + commit 81fb0f41e7488020e3ee5e15a2e4bee52f047c33 Author: Wolfgang Sourdeau Date: Tue Mar 20 20:30:51 2012 +0000 @@ -8222,21 +9000,7 @@ Date: Tue Mar 20 20:30:51 2012 +0000 Monotone-Date: 2012-03-20T20:30:51 Monotone-Branch: ca.inverse.sogo -commit 15f92315fd39e86251fdcec504363bca25c8f000 -Merge: 3a31544 ccc7e36 -Author: Wolfgang Sourdeau -Date: Tue Mar 20 20:29:39 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_14' (head 20fe3869b4c2b451d086944d0be00758c4b807f0) - to branch 'ca.inverse.sogo' (head 0917b3278898caa0cb56a12a960275816f5ab396) - - Monotone-Parent: 0917b3278898caa0cb56a12a960275816f5ab396 - Monotone-Parent: 20fe3869b4c2b451d086944d0be00758c4b807f0 - Monotone-Revision: 73343e195be838a68cfbeb8edc978d8273b1e6da - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-03-20T20:29:39 - Monotone-Branch: ca.inverse.sogo +M Version commit ccc7e3652340154d867dd5ac6cad0c03d905dd68 Author: Wolfgang Sourdeau @@ -8248,6 +9012,8 @@ Date: Tue Mar 20 20:28:54 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-20T20:28:54 +M SOPE/NGCards/iCalCalendar.m + commit 3a315446b092106d06cca4c04702da4d0f8a90f7 Author: Wolfgang Sourdeau Date: Tue Mar 20 18:56:44 2012 +0000 @@ -8259,6 +9025,9 @@ Date: Tue Mar 20 18:56:44 2012 +0000 Monotone-Date: 2012-03-20T18:56:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m + commit 96c6581dfe71cecd530db5584b43775057fb098c Author: Wolfgang Sourdeau Date: Tue Mar 20 18:50:09 2012 +0000 @@ -8270,6 +9039,11 @@ Date: Tue Mar 20 18:50:09 2012 +0000 Monotone-Date: 2012-03-20T18:50:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAppointmentWrapper.h +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreCalendarMessage.m + commit 4d60fa4dc31186fff961c0a2e9c0eb01ac4226c8 Author: Wolfgang Sourdeau Date: Tue Mar 20 18:47:05 2012 +0000 @@ -8281,6 +9055,10 @@ Date: Tue Mar 20 18:47:05 2012 +0000 Monotone-Date: 2012-03-20T18:47:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSDate+MAPIStore.h +M OpenChange/NSDate+MAPIStore.m + commit 73ad59a633b3d6c0cfd800b69e453ea987b87dd6 Author: Wolfgang Sourdeau Date: Tue Mar 20 18:46:05 2012 +0000 @@ -8292,21 +9070,7 @@ Date: Tue Mar 20 18:46:05 2012 +0000 Monotone-Date: 2012-03-20T18:46:05 Monotone-Branch: ca.inverse.sogo -commit e30a9e12381e0a49bdee2977b3a7b5a2bb7b31c2 -Merge: c929c64 9f74010 -Author: Francis Lachapelle -Date: Tue Mar 20 14:39:06 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_14' (head 4359e779a09c08a5fd03eda9fd8269ba9eeab6ff) - to branch 'ca.inverse.sogo' (head 4adb09f9c02af62ea07b317c5c6a14100b8204e1) - - Monotone-Parent: 4359e779a09c08a5fd03eda9fd8269ba9eeab6ff - Monotone-Parent: 4adb09f9c02af62ea07b317c5c6a14100b8204e1 - Monotone-Revision: 5dde5ea96fd96485574abc6ba0f295b147b1ff16 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-03-20T14:39:06 - Monotone-Branch: ca.inverse.sogo +M OpenChange/NSObject+MAPIStore.m commit c929c640fb28eca025218e2b1d06cfd4266b6a38 Author: Francis Lachapelle @@ -8320,6 +9084,9 @@ Date: Tue Mar 20 14:33:18 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-20T14:33:18 +M ChangeLog +M SoObjects/Mailer/SOGoMailObject+Draft.m + commit 9a6c91eac0ce7bd554aae1ba72b22d98f41a36a7 Author: Francis Lachapelle Date: Tue Mar 20 14:05:43 2012 +0000 @@ -8332,6 +9099,8 @@ Date: Tue Mar 20 14:05:43 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-20T14:05:43 +M Version + commit 9f74010f9947ba92a347c26b9b9f7d746a72478b Author: Wolfgang Sourdeau Date: Tue Mar 20 13:42:40 2012 +0000 @@ -8343,6 +9112,10 @@ Date: Tue Mar 20 13:42:40 2012 +0000 Monotone-Date: 2012-03-20T13:42:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTypes.h +M OpenChange/MAPIStoreTypes.m + commit 3d9689524a5d73589a8995196f8d1cd38414c323 Author: Wolfgang Sourdeau Date: Mon Mar 19 20:59:05 2012 +0000 @@ -8354,6 +9127,9 @@ Date: Mon Mar 19 20:59:05 2012 +0000 Monotone-Date: 2012-03-19T20:59:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo+DAV.m + commit 1af2ab7453112f4498f91f52b52e3363af22bcce Author: Wolfgang Sourdeau Date: Mon Mar 19 20:57:35 2012 +0000 @@ -8365,6 +9141,9 @@ Date: Mon Mar 19 20:57:35 2012 +0000 Monotone-Date: 2012-03-19T20:57:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoUserFolder+Appointments.m + commit c7be84d277898e43ba3303514824e8eabda3bb1a Author: Wolfgang Sourdeau Date: Mon Mar 19 19:26:11 2012 +0000 @@ -8376,6 +9155,9 @@ Date: Mon Mar 19 19:26:11 2012 +0000 Monotone-Date: 2012-03-19T19:26:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m + commit 0b052dbdad043cbbe9cfdbb197f17acf7a1ebc05 Author: Wolfgang Sourdeau Date: Mon Mar 19 19:25:14 2012 +0000 @@ -8387,6 +9169,8 @@ Date: Mon Mar 19 19:25:14 2012 +0000 Monotone-Date: 2012-03-19T19:25:14 Monotone-Branch: ca.inverse.sogo +M OpenChange/SOGoMAPIFSMessage.h + commit 03f86ea11f312c9f37c61a3c7dff5c35372ce4ce Author: Wolfgang Sourdeau Date: Mon Mar 19 19:24:16 2012 +0000 @@ -8398,21 +9182,8 @@ Date: Mon Mar 19 19:24:16 2012 +0000 Monotone-Date: 2012-03-19T19:24:16 Monotone-Branch: ca.inverse.sogo -commit d1966f9b5c435e8f0ec101fa4799f1d77196095a -Merge: ba5620d cf97dee -Author: Wolfgang Sourdeau -Date: Mon Mar 19 16:09:09 2012 +0000 - - merge of '0bc15679c599b0a07a83838c4039891a9fb7a8bb' - and 'a080c16a5e48751ac225497ff7300f2a67b4721f' - - Monotone-Parent: 0bc15679c599b0a07a83838c4039891a9fb7a8bb - Monotone-Parent: a080c16a5e48751ac225497ff7300f2a67b4721f - Monotone-Revision: a32b67b00b6dfccd212526247098ea8c2df940a9 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-03-19T16:09:09 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoMAPIFSMessage.m commit ba5620dcbe8170b40315772f734b6e4dbb18d474 Author: Jean Raby @@ -8427,6 +9198,8 @@ Date: Mon Mar 19 15:30:40 2012 +0000 Monotone-Date: 2012-03-19T15:30:40 Monotone-Branch: ca.inverse.sogo +M Scripts/sogo-backup.sh + commit 7c8564ab574ff603ed6faf7d40b2973095e8e89f Author: Jean Raby Date: Mon Mar 19 15:09:20 2012 +0000 @@ -8440,6 +9213,8 @@ Date: Mon Mar 19 15:09:20 2012 +0000 Monotone-Date: 2012-03-19T15:09:20 Monotone-Branch: ca.inverse.sogo +M Scripts/sogo.cron + commit cf97dee428848ae04b177887b787edf5dc7667b4 Author: Wolfgang Sourdeau Date: Fri Mar 16 21:14:38 2012 +0000 @@ -8451,6 +9226,8 @@ Date: Fri Mar 16 21:14:38 2012 +0000 Monotone-Date: 2012-03-16T21:14:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 18cd217b63d7743eaded8aaee991c40654979cfc Author: Wolfgang Sourdeau Date: Fri Mar 16 21:13:16 2012 +0000 @@ -8462,6 +9239,9 @@ Date: Fri Mar 16 21:13:16 2012 +0000 Monotone-Date: 2012-03-16T21:13:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreGCSFolder.m + commit 57fc5197bea2ca55e2d795731ebbed2052bc9c3a Author: Wolfgang Sourdeau Date: Fri Mar 16 21:12:12 2012 +0000 @@ -8473,6 +9253,11 @@ Date: Fri Mar 16 21:12:12 2012 +0000 Monotone-Date: 2012-03-16T21:12:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreTypes.h +M OpenChange/MAPIStoreTypes.m + commit 7144a0fddb5e31d56c4384f233c0b938f9382170 Author: Wolfgang Sourdeau Date: Fri Mar 16 21:10:48 2012 +0000 @@ -8484,6 +9269,8 @@ Date: Fri Mar 16 21:10:48 2012 +0000 Monotone-Date: 2012-03-16T21:10:48 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreTasksMessage.m + commit 36ded79755e630edb57cd7803c968028634eef3b Author: Wolfgang Sourdeau Date: Fri Mar 16 21:10:33 2012 +0000 @@ -8495,6 +9282,9 @@ Date: Fri Mar 16 21:10:33 2012 +0000 Monotone-Date: 2012-03-16T21:10:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.m + commit ff26754291e0ab24467fe5037c7176b88e57d80e Author: Wolfgang Sourdeau Date: Fri Mar 16 21:09:10 2012 +0000 @@ -8506,6 +9296,12 @@ Date: Fri Mar 16 21:09:10 2012 +0000 Monotone-Date: 2012-03-16T21:09:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreTypes.h +M OpenChange/MAPIStoreTypes.m + commit 26701b7c719243b8b09873b7b40c110ffa8ee8b5 Author: Wolfgang Sourdeau Date: Fri Mar 16 21:05:41 2012 +0000 @@ -8517,6 +9313,15 @@ Date: Fri Mar 16 21:05:41 2012 +0000 Monotone-Date: 2012-03-16T21:05:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/MAPIStoreGCSFolder.h +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreGCSMessage.h +M OpenChange/MAPIStoreGCSMessage.m +M OpenChange/MAPIStoreTasksMessage.m + commit a8cc7409a11225d466b19eb359bc8571798b5e66 Author: Wolfgang Sourdeau Date: Fri Mar 16 20:57:35 2012 +0000 @@ -8528,6 +9333,10 @@ Date: Fri Mar 16 20:57:35 2012 +0000 Monotone-Date: 2012-03-16T20:57:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreGCSBaseContext.m +M OpenChange/MAPIStoreMailContext.m + commit baafa421ab46205e79e3830b82734c7491598786 Author: Wolfgang Sourdeau Date: Fri Mar 16 20:56:01 2012 +0000 @@ -8539,6 +9348,12 @@ Date: Fri Mar 16 20:56:01 2012 +0000 Monotone-Date: 2012-03-16T20:56:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContactsFolder.m +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreNotesFolder.m +M OpenChange/MAPIStoreTasksFolder.m + commit 23ab567d6edd9d22bb6c92b1cdaa0e42816854d1 Author: Wolfgang Sourdeau Date: Fri Mar 16 20:53:51 2012 +0000 @@ -8550,6 +9365,9 @@ Date: Fri Mar 16 20:53:51 2012 +0000 Monotone-Date: 2012-03-16T20:53:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMessage.m + commit 5b424d69690f7e05650ec94b318f3ff2e2a1aa11 Author: Wolfgang Sourdeau Date: Fri Mar 16 20:53:04 2012 +0000 @@ -8561,6 +9379,9 @@ Date: Fri Mar 16 20:53:04 2012 +0000 Monotone-Date: 2012-03-16T20:53:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreSOGo.m + commit 3ad93f3257d8c0a1b8ca4056b0b00d58554be7a0 Author: Wolfgang Sourdeau Date: Fri Mar 16 20:51:51 2012 +0000 @@ -8572,6 +9393,12 @@ Date: Fri Mar 16 20:51:51 2012 +0000 Monotone-Date: 2012-03-16T20:51:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/NSData+MAPIStore.h +M OpenChange/NSData+MAPIStore.m + commit 38e085ae8f4499cf5ca2a3d97e718682bcbdb8b4 Author: Wolfgang Sourdeau Date: Fri Mar 16 20:41:52 2012 +0000 @@ -8583,21 +9410,7 @@ Date: Fri Mar 16 20:41:52 2012 +0000 Monotone-Date: 2012-03-16T20:41:52 Monotone-Branch: ca.inverse.sogo -commit d4e861733e8793704847c5c68cc598de1c9ccd54 -Merge: 7bbcd93 911b170 -Author: Wolfgang Sourdeau -Date: Fri Mar 16 20:40:47 2012 +0000 - - merge of '5b10c44689a8c7264fe76ad8de7b4e7b70c5aff9' - and '6458b9280ffad02762e0cb2a3067126b205997d6' - - Monotone-Parent: 5b10c44689a8c7264fe76ad8de7b4e7b70c5aff9 - Monotone-Parent: 6458b9280ffad02762e0cb2a3067126b205997d6 - Monotone-Revision: ae2a845cc86e684e944e2ffbb629f7bd634d985f - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-03-16T20:40:47 - Monotone-Branch: ca.inverse.sogo +M Tests/Integration/test-webdavsync.py commit 911b170f32c911daebfec863bd8fa0b16c1c1086 Author: Wolfgang Sourdeau @@ -8610,6 +9423,8 @@ Date: Fri Mar 16 20:39:51 2012 +0000 Monotone-Date: 2012-03-16T20:39:51 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreCalendarFolder.m + commit 7bbcd937383348a385bca6d27efd9d997c54c33e Author: Francis Lachapelle Date: Fri Mar 16 17:12:53 2012 +0000 @@ -8623,24 +9438,7 @@ Date: Fri Mar 16 17:12:53 2012 +0000 Monotone-Date: 2012-03-16T17:12:53 Monotone-Branch: ca.inverse.sogo -commit 4463c7f8bf158601c15401309878e760496d0770 -Merge: 0f56821 7c39827 -Author: Francis Lachapelle -Date: Fri Mar 16 15:39:18 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_13' (head a59a10e4b696e7b04ce4b5dffd0f66574c31525f) - to branch 'ca.inverse.sogo' (head 7fc3840c26038b9a53ac374b2e5b17f2ceeb99ab) - - Monotone-Parent: 7fc3840c26038b9a53ac374b2e5b17f2ceeb99ab - Monotone-Parent: a59a10e4b696e7b04ce4b5dffd0f66574c31525f - Monotone-Revision: 54d035c9875133872cd3d137a1234594cb96e36e - - Monotone-Author: flachapelle@inverse.ca - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-03-16T15:39:18 - Monotone-Date: 2012-03-16T17:11:56 - Monotone-Branch: ca.inverse.sogo - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.css commit 7c398279b00b3d041342e6b84ce9d781ebb84b7e Author: Jean Raby @@ -8654,6 +9452,10 @@ Date: Fri Mar 16 15:39:05 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-03-16T15:39:05 +M ChangeLog +M debian/sogo.postinst +M sogo.spec + commit 590bcef6d6e178b864c24242832915f3be2d173e Author: Francis Lachapelle Date: Fri Mar 16 15:28:23 2012 +0000 @@ -8664,6 +9466,8 @@ Date: Fri Mar 16 15:28:23 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-16T15:28:23 +M NEWS + commit 175fa624bf01eca60b5ea8c3486b9dd9519c8b25 Author: Francis Lachapelle Date: Fri Mar 16 15:28:09 2012 +0000 @@ -8676,6 +9480,10 @@ Date: Fri Mar 16 15:28:09 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-16T15:28:09 +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + commit f85366f228c5daedbe0ce108805162e3c67a4c3f Author: Francis Lachapelle Date: Fri Mar 16 15:00:31 2012 +0000 @@ -8688,20 +9496,7 @@ Date: Fri Mar 16 15:00:31 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-16T15:00:31 -commit 397d49f5a77b18dae05839e2c9856943d542c469 -Merge: dc416b0 e9e2d67 -Author: Francis Lachapelle -Date: Fri Mar 16 01:45:05 2012 +0000 - - merge of '9cacc7ba282ab08c75e02952d2f95a3f5bdf9010' - and 'c87ea9a13a8439fbe9d7e1065b37003e1752149b' - - Monotone-Parent: 9cacc7ba282ab08c75e02952d2f95a3f5bdf9010 - Monotone-Parent: c87ea9a13a8439fbe9d7e1065b37003e1752149b - Monotone-Revision: f1a374b2656fa1898821dfc1e6ab50316d7c5c5d - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-03-16T01:45:05 +M NEWS commit e9e2d6796bb0cb25e7d0798773d8a9a8738ede8f Author: Francis Lachapelle @@ -8713,21 +9508,7 @@ Date: Fri Mar 16 01:44:48 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-16T01:44:48 -commit 0f568210fc24c9eee81b16c1cebb5d88aff2b7c2 -Merge: dc416b0 7d2c104 -Author: Jean Raby -Date: Thu Mar 15 21:02:00 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_13' (head 9cacc7ba282ab08c75e02952d2f95a3f5bdf9010) - to branch 'ca.inverse.sogo' (head b3c1d7bab2024077b5c89d49297c6ceb5bc5aa0e) - - Monotone-Parent: 9cacc7ba282ab08c75e02952d2f95a3f5bdf9010 - Monotone-Parent: b3c1d7bab2024077b5c89d49297c6ceb5bc5aa0e - Monotone-Revision: 7fc3840c26038b9a53ac374b2e5b17f2ceeb99ab - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-03-15T21:02:00 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css commit dc416b0a9591a2e804202870c3a114dcf55e4577 Author: Jean Raby @@ -8743,6 +9524,8 @@ Date: Thu Mar 15 21:01:25 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-03-15T21:01:25 +M UI/Scheduler/UIxCalListingActions.m + commit 919e07c9f94e56faeabc81e8c35ae241089a080d Author: Francis Lachapelle Date: Thu Mar 15 19:59:46 2012 +0000 @@ -8755,6 +9538,8 @@ Date: Thu Mar 15 19:59:46 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-15T19:59:46 +M NEWS + commit adf1102cab2aa13bf22869d7fd085f29a443666b Author: Francis Lachapelle Date: Thu Mar 15 19:59:05 2012 +0000 @@ -8767,6 +9552,16 @@ Date: Thu Mar 15 19:59:05 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-15T19:59:05 +M SoObjects/Appointments/Hungarian.lproj/Localizable.strings +M UI/AdministrationUI/Hungarian.lproj/Localizable.strings +M UI/Common/Hungarian.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/MailPartViewers/Hungarian.lproj/Localizable.strings +M UI/MailerUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings + commit f208335104fb79a6ca455da08ca0a31c09e11074 Author: Francis Lachapelle Date: Thu Mar 15 19:55:55 2012 +0000 @@ -8779,6 +9574,14 @@ Date: Thu Mar 15 19:55:55 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-15T19:55:55 +M SoObjects/Appointments/Dutch.lproj/Localizable.strings +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings + commit 81d2ee2baeab343d678b57685e3694146f8c61fc Author: Francis Lachapelle Date: Thu Mar 15 19:34:59 2012 +0000 @@ -8791,6 +9594,9 @@ Date: Thu Mar 15 19:34:59 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-15T19:34:59 +M ChangeLog +M UI/WebServerResources/generic.js + commit 0c35e075263eedb54846ccfff79c74c0a58fa61e Author: Francis Lachapelle Date: Thu Mar 15 19:28:15 2012 +0000 @@ -8803,6 +9609,8 @@ Date: Thu Mar 15 19:28:15 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-15T19:28:15 +M NEWS + commit c5980bee795a75700e19f07cd5b89d5a6da948eb Author: Francis Lachapelle Date: Thu Mar 15 19:27:48 2012 +0000 @@ -8813,6 +9621,8 @@ Date: Thu Mar 15 19:27:48 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-15T19:27:48 +M UI/WebServerResources/MailerUI.js + commit a5e83e3f23a6f5e7cbe7987879f0cad906562b7e Author: Francis Lachapelle Date: Thu Mar 15 19:17:25 2012 +0000 @@ -8825,21 +9635,10 @@ Date: Thu Mar 15 19:17:25 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-15T19:17:25 -commit 7d2c104a3e2c07901b9977f3d375d3b109087bb1 -Merge: 4a1b419 dcb9cb9 -Author: Francis Lachapelle -Date: Thu Mar 15 17:04:14 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_13' (head 83140ea045c02e9961515cc478033e97df559cfb) - to branch 'ca.inverse.sogo' (head 90aff49e82642782d7281a87451e14601ed189b9) - - Monotone-Parent: 83140ea045c02e9961515cc478033e97df559cfb - Monotone-Parent: 90aff49e82642782d7281a87451e14601ed189b9 - Monotone-Revision: b3c1d7bab2024077b5c89d49297c6ceb5bc5aa0e - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-03-15T17:04:14 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SOGoDragHandles.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/iefixes.css commit 4a1b4193addd9d63ce5977e3e9abcbbf90b54fee Author: Jean Raby @@ -8854,6 +9653,8 @@ Date: Thu Mar 15 14:59:08 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-03-15T14:59:08 +M Tests/Integration/test-webdavsync.py + commit 70dea77b0a03adcb7fd6947775f444731aa2b830 Author: Francis Lachapelle Date: Wed Mar 14 22:29:46 2012 +0000 @@ -8866,6 +9667,8 @@ Date: Wed Mar 14 22:29:46 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-14T22:29:46 +M NEWS + commit 84e1ce107e7c1688274af447384948048392e79c Author: Francis Lachapelle Date: Wed Mar 14 22:29:02 2012 +0000 @@ -8878,6 +9681,9 @@ Date: Wed Mar 14 22:29:02 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-14T22:29:02 +M UI/Common/SpanishArgentina.lproj/Localizable.strings +M UI/PreferencesUI/SpanishArgentina.lproj/Localizable.strings + commit 320b693f1559b82e0d04f1bfc1248a96cfee34b0 Author: Francis Lachapelle Date: Wed Mar 14 22:21:56 2012 +0000 @@ -8890,6 +9696,10 @@ Date: Wed Mar 14 22:21:56 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-14T22:21:56 +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m +M UI/MailerUI/UIxMailFolderActions.m + commit 54f960ea32998e36babf0073363b472b37a18c2e Author: Francis Lachapelle Date: Wed Mar 14 20:23:49 2012 +0000 @@ -8902,6 +9712,8 @@ Date: Wed Mar 14 20:23:49 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-14T20:23:49 +M SoObjects/Appointments/Ukrainian.lproj/Localizable.strings + commit e782af799040b22e9b43aa54a02de8a28620b861 Author: Francis Lachapelle Date: Wed Mar 14 20:22:35 2012 +0000 @@ -8914,6 +9726,9 @@ Date: Wed Mar 14 20:22:35 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-14T20:22:35 +M UI/Common/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings + commit f5aeae8b66c1f362054494c8613f4dd554889463 Author: Francis Lachapelle Date: Wed Mar 14 20:06:16 2012 +0000 @@ -8926,6 +9741,10 @@ Date: Wed Mar 14 20:06:16 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-14T20:06:16 +M ChangeLog +M NEWS +M UI/WebServerResources/UIxPreferences.js + commit 1d83b312fc165a333d4876ab343a92dd907072c7 Author: Francis Lachapelle Date: Wed Mar 14 17:24:06 2012 +0000 @@ -8938,6 +9757,9 @@ Date: Wed Mar 14 17:24:06 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-14T17:24:06 +M UI/Common/SpanishSpain.lproj/Localizable.strings +M UI/PreferencesUI/SpanishSpain.lproj/Localizable.strings + commit 82b6637440d5e0fc3366a3d731fc2974adef4b9d Author: Francis Lachapelle Date: Wed Mar 14 15:27:55 2012 +0000 @@ -8950,6 +9772,8 @@ Date: Wed Mar 14 15:27:55 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-14T15:27:55 +M UI/Common/German.lproj/Localizable.strings + commit 2b1a8f6b30f8efb9968d3bc25d99ae4935d9a577 Author: Francis Lachapelle Date: Wed Mar 14 14:38:57 2012 +0000 @@ -8962,6 +9786,10 @@ Date: Wed Mar 14 14:38:57 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-14T14:38:57 +M ChangeLog +M UI/WebServerResources/SOGoTimePicker.js +M UI/WebServerResources/UIxAppointmentEditor.js + commit 1080097e482c97406e57cf39d73b963701a3a0cb Author: Francis Lachapelle Date: Wed Mar 14 14:37:01 2012 +0000 @@ -8972,6 +9800,8 @@ Date: Wed Mar 14 14:37:01 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-14T14:37:01 +M UI/Common/French.lproj/Localizable.strings + commit 60cb3772798fe72344dcfd4d9a63fba91574ebfe Author: Francis Lachapelle Date: Wed Mar 14 14:36:56 2012 +0000 @@ -8982,6 +9812,8 @@ Date: Wed Mar 14 14:36:56 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-14T14:36:56 +M UI/Common/English.lproj/Localizable.strings + commit b35902b8b126e96a6f3d49f67026431a0acf055e Author: Francis Lachapelle Date: Wed Mar 14 00:48:26 2012 +0000 @@ -8992,21 +9824,7 @@ Date: Wed Mar 14 00:48:26 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-14T00:48:26 -commit dcb9cb9dd54d3ef1eebed92460fa6ed437b67fa7 -Merge: 06c3f54 7518c99 -Author: Francis Lachapelle -Date: Wed Mar 14 00:34:54 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_13' (head 9ecab283bcceea3e4446b4445d65cffeae83252c) - to branch 'ca.inverse.sogo' (head f9b18d8316354c8b95dc483c13880095f07294eb) - - Monotone-Parent: 9ecab283bcceea3e4446b4445d65cffeae83252c - Monotone-Parent: f9b18d8316354c8b95dc483c13880095f07294eb - Monotone-Revision: 90aff49e82642782d7281a87451e14601ed189b9 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-03-14T00:34:54 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxFilterEditor.js commit 7518c994e24469f4d70431f90637e9ae1043fc3e Author: Wolfgang Sourdeau @@ -9019,6 +9837,9 @@ Date: Tue Mar 13 21:16:48 2012 +0000 Monotone-Date: 2012-03-13T21:16:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarFolder.m + commit 67e5fbb45d87161202253bb2aa3d7f6725f71791 Author: Wolfgang Sourdeau Date: Tue Mar 13 21:16:12 2012 +0000 @@ -9030,6 +9851,9 @@ Date: Tue Mar 13 21:16:12 2012 +0000 Monotone-Date: 2012-03-13T21:16:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m + commit 06c3f547e5ff0bfe9f37189f360478e985e75579 Author: Francis Lachapelle Date: Tue Mar 13 21:13:31 2012 +0000 @@ -9042,6 +9866,10 @@ Date: Tue Mar 13 21:13:31 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-13T21:13:31 +M ChangeLog +M UI/PreferencesUI/Toolbars/UIxPreferences.toolbar +M UI/WebServerResources/UIxFilterEditor.js + commit 3965719bc230bb986089252df9f5d45e1502083b Author: Wolfgang Sourdeau Date: Tue Mar 13 20:41:21 2012 +0000 @@ -9053,6 +9881,8 @@ Date: Tue Mar 13 20:41:21 2012 +0000 Monotone-Date: 2012-03-13T20:41:21 Monotone-Branch: ca.inverse.sogo +M OpenChange/unrtf-0.21.2.diff + commit c81f3b68293452c726583cf43bcbe9c74f8a77ce Author: Francis Lachapelle Date: Tue Mar 13 20:07:52 2012 +0000 @@ -9065,6 +9895,9 @@ Date: Tue Mar 13 20:07:52 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-13T20:07:52 +M UI/Templates/ContactsUI/UIxContactView.wox +M UI/WebServerResources/ContactsUI.css + commit f88428070db6a6c736291739270a3993adab4ac2 Author: Wolfgang Sourdeau Date: Tue Mar 13 18:06:23 2012 +0000 @@ -9076,6 +9909,8 @@ Date: Tue Mar 13 18:06:23 2012 +0000 Monotone-Date: 2012-03-13T18:06:23 Monotone-Branch: ca.inverse.sogo +M OpenChange/gen-property-selectors.py + commit a1d356e4c0aa14b7ddc85ab737d02b15abf6a34e Author: Francis Lachapelle Date: Tue Mar 13 16:17:07 2012 +0000 @@ -9088,6 +9923,13 @@ Date: Tue Mar 13 16:17:07 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-13T16:17:07 +M ChangeLog +M NEWS +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js + commit 64c5c5f624e76dac7bf3b9ddaeb4d344ff766df3 Author: Francis Lachapelle Date: Tue Mar 13 16:07:51 2012 +0000 @@ -9098,6 +9940,8 @@ Date: Tue Mar 13 16:07:51 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-13T16:07:51 +M UI/WebServerResources/generic.css + commit 79dbdd763834de649ac0d97f8e45b10b63c5253f Author: Francis Lachapelle Date: Tue Mar 13 16:06:59 2012 +0000 @@ -9108,6 +9952,15 @@ Date: Tue Mar 13 16:06:59 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-13T16:06:59 +M NEWS +M UI/Templates/SchedulerUI/UIxCalendarSelector.wox +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/generic.css + commit fd207d4b18f40e59381335ff2b304c041162bd50 Author: Francis Lachapelle Date: Tue Mar 13 15:56:03 2012 +0000 @@ -9120,6 +9973,15 @@ Date: Tue Mar 13 15:56:03 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-13T15:56:03 +M NEWS +M UI/Templates/SchedulerUI/UIxCalendarSelector.wox +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/generic.css + commit c3e67c40b3de63a9b831e8e8756753c0fff2ea12 Author: Francis Lachapelle Date: Tue Mar 13 13:15:14 2012 +0000 @@ -9132,6 +9994,9 @@ Date: Tue Mar 13 13:15:14 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-13T13:15:14 +M ChangeLog +M UI/WebServerResources/UIxAclEditor.js + commit 5855c961c2284b73921397e2b7c8cd4a2b0f09f7 Author: Wolfgang Sourdeau Date: Mon Mar 12 08:20:22 2012 +0000 @@ -9143,6 +10008,9 @@ Date: Mon Mar 12 08:20:22 2012 +0000 Monotone-Date: 2012-03-12T08:20:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreGCSFolder.m + commit b26046aadec377f3a64371ec94ede5932ae6d62e Author: Wolfgang Sourdeau Date: Mon Mar 12 07:12:28 2012 +0000 @@ -9154,6 +10022,9 @@ Date: Mon Mar 12 07:12:28 2012 +0000 Monotone-Date: 2012-03-12T07:12:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTypes.m + commit 98bf3201e70f20ed3d69a46ab6f2e5af6953d9d8 Author: Wolfgang Sourdeau Date: Mon Mar 12 06:03:56 2012 +0000 @@ -9165,6 +10036,13 @@ Date: Mon Mar 12 06:03:56 2012 +0000 Monotone-Date: 2012-03-12T06:03:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarFolder.m +M OpenChange/MAPIStoreContactsFolder.m +M OpenChange/MAPIStoreGCSFolder.h +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreTasksFolder.m + commit e8917905b841b46798a16d80d0c236088d30a8d1 Author: Wolfgang Sourdeau Date: Mon Mar 12 05:57:15 2012 +0000 @@ -9176,6 +10054,9 @@ Date: Mon Mar 12 05:57:15 2012 +0000 Monotone-Date: 2012-03-12T05:57:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m + commit 1e51850d6eeab5c1683f9b0db2a81136c6d9c7ef Author: Wolfgang Sourdeau Date: Mon Mar 12 05:56:32 2012 +0000 @@ -9187,6 +10068,9 @@ Date: Mon Mar 12 05:56:32 2012 +0000 Monotone-Date: 2012-03-12T05:56:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreGCSMessage.m + commit d4b80cbc6aacfb09b9e75cb234c513c1025738a5 Author: Wolfgang Sourdeau Date: Mon Mar 12 05:55:26 2012 +0000 @@ -9198,6 +10082,10 @@ Date: Mon Mar 12 05:55:26 2012 +0000 Monotone-Date: 2012-03-12T05:55:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTypes.h +M OpenChange/MAPIStoreTypes.m + commit c529220318e8fb4f2be8b12dfc322a74a2f11288 Author: Wolfgang Sourdeau Date: Mon Mar 12 00:06:06 2012 +0000 @@ -9209,21 +10097,8 @@ Date: Mon Mar 12 00:06:06 2012 +0000 Monotone-Date: 2012-03-12T00:06:06 Monotone-Branch: ca.inverse.sogo -commit 87d47b0c10556bdcb2fe0b51a2f438a7e8cbbc1c -Merge: d3c1388 e01985e -Author: Wolfgang Sourdeau -Date: Mon Mar 12 00:00:14 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_13' (head 33ff1424b902e24430e86c14dd3abab8c93e0a34) - to branch 'ca.inverse.sogo' (head facc7e6b6f1dbd15663b7472ae5447106a067e21) - - Monotone-Parent: 33ff1424b902e24430e86c14dd3abab8c93e0a34 - Monotone-Parent: facc7e6b6f1dbd15663b7472ae5447106a067e21 - Monotone-Revision: d7f21bcf753320694e98ee257a3fd00d2ea4f4ad - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-03-12T00:00:14 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m commit d3c138897b58dbefc3e33b71a995b116609c6b06 Author: Wolfgang Sourdeau @@ -9235,6 +10110,9 @@ Date: Sun Mar 11 23:59:58 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-11T23:59:58 +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalEvent.m + commit e01985e910eef4753e3bc8de82381a01d68c37f7 Author: Wolfgang Sourdeau Date: Sat Mar 10 04:44:31 2012 +0000 @@ -9246,6 +10124,9 @@ Date: Sat Mar 10 04:44:31 2012 +0000 Monotone-Date: 2012-03-10T04:44:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailVolatileMessage.m + commit dda2e525517cde8e3caf7baf6d4cfec56ad45f0e Author: Wolfgang Sourdeau Date: Fri Mar 9 22:18:45 2012 +0000 @@ -9257,6 +10138,9 @@ Date: Fri Mar 9 22:18:45 2012 +0000 Monotone-Date: 2012-03-09T22:18:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m + commit f9e6fc7f22ff52521f46cb1c0262380a767d46a1 Author: Wolfgang Sourdeau Date: Fri Mar 9 22:12:07 2012 +0000 @@ -9268,6 +10152,9 @@ Date: Fri Mar 9 22:12:07 2012 +0000 Monotone-Date: 2012-03-09T22:12:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m + commit 871ea235b9fae5b631a142b08706def8085937c1 Author: Francis Lachapelle Date: Fri Mar 9 17:13:07 2012 +0000 @@ -9280,6 +10167,8 @@ Date: Fri Mar 9 17:13:07 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-09T17:13:07 +M NEWS + commit ce5a9b6fdf2a3c6d2163fbe557d3bd839f307d71 Author: Francis Lachapelle Date: Fri Mar 9 17:12:59 2012 +0000 @@ -9292,21 +10181,8 @@ Date: Fri Mar 9 17:12:59 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-09T17:12:59 -commit 8e522ca51811b5ff2212616d4cb7e292451b2ec9 -Merge: 7a30bb0 38332ae -Author: Wolfgang Sourdeau -Date: Fri Mar 9 04:18:27 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_13' (head 7a9373e79859de2841589e14ffae38b4a0472211) - to branch 'ca.inverse.sogo' (head 649759ddd1b8c9f46e0e35315392ffbafa117ff9) - - Monotone-Parent: 649759ddd1b8c9f46e0e35315392ffbafa117ff9 - Monotone-Parent: 7a9373e79859de2841589e14ffae38b4a0472211 - Monotone-Revision: 40431eed7cc9565c65c5967de069938c678f2cbc - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-03-09T04:18:27 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/WORequest+SOGo.m commit 38332aed1a0e7a7d579a0319df3b414707f977b1 Author: Wolfgang Sourdeau @@ -9318,21 +10194,7 @@ Date: Fri Mar 9 04:18:10 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-09T04:18:10 -commit 7a30bb0eafd513b9705dafeace4260d60faff483 -Merge: 1fe00b7 16ad526 -Author: Wolfgang Sourdeau -Date: Fri Mar 9 04:17:59 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_13' (head 37d86b8e5ad24c1858630f995fbaac5a979617e2) - to branch 'ca.inverse.sogo' (head 5a4402259608afb9ee27063b6a308479a1a073fb) - - Monotone-Parent: 37d86b8e5ad24c1858630f995fbaac5a979617e2 - Monotone-Parent: 5a4402259608afb9ee27063b6a308479a1a073fb - Monotone-Revision: 649759ddd1b8c9f46e0e35315392ffbafa117ff9 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-03-09T04:17:59 - Monotone-Branch: ca.inverse.sogo +M ChangeLog commit 1fe00b795c7f1fdbe5b3ff79f43dd58ae599f273 Author: Wolfgang Sourdeau @@ -9344,6 +10206,9 @@ Date: Fri Mar 9 04:17:09 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-09T04:17:09 +M ChangeLog +M SoObjects/Contacts/NGVCard+SOGo.m + commit 16ad5263bf6fd3f279fd8139b35ad7c6c5342876 Author: Wolfgang Sourdeau Date: Fri Mar 9 02:08:57 2012 +0000 @@ -9355,6 +10220,11 @@ Date: Fri Mar 9 02:08:57 2012 +0000 Monotone-Date: 2012-03-09T02:08:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFSFolder.m +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m + commit 13eab744771577a954e2d9b956c63bfb3f892e19 Author: Wolfgang Sourdeau Date: Fri Mar 9 02:07:31 2012 +0000 @@ -9366,6 +10236,9 @@ Date: Fri Mar 9 02:07:31 2012 +0000 Monotone-Date: 2012-03-09T02:07:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m + commit 1ea14cf2d6b6c345595b326fd6f5cfcdb6e73074 Author: Francis Lachapelle Date: Thu Mar 8 20:46:18 2012 +0000 @@ -9378,6 +10251,9 @@ Date: Thu Mar 8 20:46:18 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-08T20:46:18 +M ChangeLog +M UI/WebServerResources/generic.js + commit a29aa9091389affb35236df9e234afe2f216f8dd Author: Wolfgang Sourdeau Date: Thu Mar 8 15:24:23 2012 +0000 @@ -9389,6 +10265,9 @@ Date: Thu Mar 8 15:24:23 2012 +0000 Monotone-Date: 2012-03-08T15:24:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreGCSFolder.m + commit 06013c4920671dcf5f1e60ebc4dbed387d6a4342 Author: Wolfgang Sourdeau Date: Thu Mar 8 15:23:34 2012 +0000 @@ -9400,6 +10279,9 @@ Date: Thu Mar 8 15:23:34 2012 +0000 Monotone-Date: 2012-03-08T15:23:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m + commit 0e5c4a2164da82b17d4bfd3691d8b00d0f460ec2 Author: Wolfgang Sourdeau Date: Thu Mar 8 15:19:57 2012 +0000 @@ -9411,21 +10293,8 @@ Date: Thu Mar 8 15:19:57 2012 +0000 Monotone-Date: 2012-03-08T15:19:57 Monotone-Branch: ca.inverse.sogo -commit 0921adc22c5ed85ed454fe863bfdd6724acfa08f -Merge: 9ad607c 0993004 -Author: Francis Lachapelle -Date: Wed Mar 7 20:48:51 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_13' (head 837142c1df31bc292adff9513b1f7c35f896ea83) - to branch 'ca.inverse.sogo' (head d33b0adee86f35e2abaffd30306c1e5ed174b08c) - - Monotone-Parent: 837142c1df31bc292adff9513b1f7c35f896ea83 - Monotone-Parent: d33b0adee86f35e2abaffd30306c1e5ed174b08c - Monotone-Revision: 950ec4b3237bbed086e9876da2e597c7e074531a - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-03-07T20:48:51 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTypes.m commit 9ad607c387dea01bf15afbf27e57edf673cabaaf Author: Francis Lachapelle @@ -9439,21 +10308,10 @@ Date: Wed Mar 7 20:31:08 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-07T20:31:08 -commit 09930048b1018b9b1fcf50d4ee580d905d3d7a5b -Merge: d3b691f 165dd26 -Author: Wolfgang Sourdeau -Date: Tue Mar 6 20:33:31 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_13' (head bbb9fd8c5076db6a340935f8f7dba98b04c5b353) - to branch 'ca.inverse.sogo' (head 46315e3df3a804021e11c1adbe9642bbb8807c09) - - Monotone-Parent: 46315e3df3a804021e11c1adbe9642bbb8807c09 - Monotone-Parent: bbb9fd8c5076db6a340935f8f7dba98b04c5b353 - Monotone-Revision: d33b0adee86f35e2abaffd30306c1e5ed174b08c - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-03-06T20:33:31 - Monotone-Branch: ca.inverse.sogo +A SoObjects/Mailer/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.wod +D SoObjects/Mailer/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishForward.wod +A SoObjects/Mailer/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishArgentinaReply.wod +D SoObjects/Mailer/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishReply.wod commit 165dd26ec508fd301dcb630fcd3a9f0afd097301 Author: Wolfgang Sourdeau @@ -9465,6 +10323,9 @@ Date: Tue Mar 6 20:32:20 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-06T20:32:20 +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m + commit b7323afa010afdba3ba9a2b2e5e0ea99fc68b697 Author: Wolfgang Sourdeau Date: Tue Mar 6 19:46:14 2012 +0000 @@ -9475,21 +10336,8 @@ Date: Tue Mar 6 19:46:14 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-06T19:46:14 -commit d3b691ff429365ca19f397dccf7798bdbd3fa6b1 -Merge: c429271 da91298 -Author: Wolfgang Sourdeau -Date: Fri Mar 2 20:58:03 2012 +0000 - - merge of '3d21b0780b7affb529a020d89dcbf84325264c7d' - and 'bae1be96df24577937ad8ca98b57c4533df5f763' - - Monotone-Parent: 3d21b0780b7affb529a020d89dcbf84325264c7d - Monotone-Parent: bae1be96df24577937ad8ca98b57c4533df5f763 - Monotone-Revision: 46315e3df3a804021e11c1adbe9642bbb8807c09 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-03-02T20:58:03 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/NGVCard+SOGo.m commit c4292714b50e8bf6a3c8109493c42834b3ef0478 Author: Wolfgang Sourdeau @@ -9502,6 +10350,34 @@ Date: Fri Mar 2 20:44:24 2012 +0000 Monotone-Date: 2012-03-02T20:44:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAppointmentWrapper.h +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreAttachment.m +M OpenChange/MAPIStoreCalendarAttachment.m +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreContactsAttachment.m +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/MAPIStoreFAIMessage.m +M OpenChange/MAPIStoreFSMessageTable.m +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreFolderTable.m +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreGCSMessage.m +M OpenChange/MAPIStoreGCSMessageTable.m +M OpenChange/MAPIStoreMailAttachment.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreMailMessage.h +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMailMessageTable.m +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreNotesMessage.m +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStorePermissionsTable.m +M OpenChange/MAPIStoreTasksMessage.m +M OpenChange/MAPIStoreVolatileMessage.m + commit 65b25f5a75178e12b7f0ae79108b4851709948ad Author: Wolfgang Sourdeau Date: Fri Mar 2 20:43:00 2012 +0000 @@ -9513,6 +10389,10 @@ Date: Fri Mar 2 20:43:00 2012 +0000 Monotone-Date: 2012-03-02T20:43:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSArray+MAPIStore.h +M OpenChange/NSArray+MAPIStore.m + commit 3eed4c28a3bbe867a6afb89b6c6b9c581aca61f5 Author: Wolfgang Sourdeau Date: Fri Mar 2 20:11:05 2012 +0000 @@ -9524,21 +10404,8 @@ Date: Fri Mar 2 20:11:05 2012 +0000 Monotone-Date: 2012-03-02T20:11:05 Monotone-Branch: ca.inverse.sogo -commit da9129835de1becb49bed1aae19d575bcf86599b -Merge: f223156 260263b -Author: Jean Raby -Date: Fri Mar 2 15:36:33 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_13' (head 2db05edf03ab8974bf7e72c13532434b264cff3d) - to branch 'ca.inverse.sogo' (head 4d7bcac9e677fe169f33c5d75187e05adbfeb918) - - Monotone-Parent: 2db05edf03ab8974bf7e72c13532434b264cff3d - Monotone-Parent: 4d7bcac9e677fe169f33c5d75187e05adbfeb918 - Monotone-Revision: bae1be96df24577937ad8ca98b57c4533df5f763 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-03-02T15:36:33 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/gen-property-selectors.py commit f223156046d9793f1d3410e7d39fb1379216d351 Author: Jean Raby @@ -9554,6 +10421,12 @@ Date: Fri Mar 2 15:36:12 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-03-02T15:36:12 +M ChangeLog +A Scripts/sogo-backup.sh +M Scripts/sogo.cron +M debian/sogo.docs +M sogo.spec + commit d640ee65eea07df681dd1d6bf64bafb8f61e1897 Author: Wolfgang Sourdeau Date: Fri Mar 2 14:46:15 2012 +0000 @@ -9564,6 +10437,8 @@ Date: Fri Mar 2 14:46:15 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-02T14:46:15 +M SoObjects/SOGo/GNUmakefile.preamble + commit 260263b6ec97bfc06cef5ba50bbd4db7f47f979a Author: Wolfgang Sourdeau Date: Fri Mar 2 14:41:15 2012 +0000 @@ -9575,21 +10450,7 @@ Date: Fri Mar 2 14:41:15 2012 +0000 Monotone-Date: 2012-03-02T14:41:15 Monotone-Branch: ca.inverse.sogo -commit d76e02f9441739282f72d5815e17123d90007f87 -Merge: 347bc41 f687f19 -Author: Wolfgang Sourdeau -Date: Thu Mar 1 21:58:13 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_13' (head 40141d367c9c6560edf3b306cee2aa7683dad3ec) - to branch 'ca.inverse.sogo' (head d8fc3d2ee86a0b0a254a0235e85dc2c9a2b938d7) - - Monotone-Parent: 40141d367c9c6560edf3b306cee2aa7683dad3ec - Monotone-Parent: d8fc3d2ee86a0b0a254a0235e85dc2c9a2b938d7 - Monotone-Revision: 7172e18d32de3bd2bb4232516383f7087889d442 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-03-01T21:58:13 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile.preamble commit 347bc411ac8cb1417971e664aa22765cb1a6146d Author: Wolfgang Sourdeau @@ -9601,6 +10462,9 @@ Date: Thu Mar 1 21:57:16 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-01T21:57:16 +M ChangeLog +M SoObjects/SOGo/LDAPSource.m + commit 22181c5996be5806cd3441c7f0f2f61f6ef829f4 Author: Wolfgang Sourdeau Date: Thu Mar 1 21:55:41 2012 +0000 @@ -9611,6 +10475,10 @@ Date: Thu Mar 1 21:55:41 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-01T21:55:41 +M ChangeLog +M SoObjects/SOGo/NSArray+Utilities.h +M SoObjects/SOGo/NSArray+Utilities.m + commit f687f1958dc2a9acc08561a045cb8361ee8608cc Author: Wolfgang Sourdeau Date: Thu Mar 1 21:28:44 2012 +0000 @@ -9622,6 +10490,8 @@ Date: Thu Mar 1 21:28:44 2012 +0000 Monotone-Date: 2012-03-01T21:28:44 Monotone-Branch: ca.inverse.sogo +M Version + commit f42bb82deb4dd92939a50ef042ca281eb63883ca Author: Francis Lachapelle Date: Thu Mar 1 20:23:25 2012 +0000 @@ -9634,6 +10504,9 @@ Date: Thu Mar 1 20:23:25 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-01T20:23:25 +M ChangeLog +M UI/WebServerResources/ContactsUI.js + commit da872807e0bc706ebae26f6451de159ea4c403d4 Author: Francis Lachapelle Date: Thu Mar 1 15:49:40 2012 +0000 @@ -9646,6 +10519,9 @@ Date: Thu Mar 1 15:49:40 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-01T15:49:40 +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/MailerUI.js + commit 8401d95f10f9774bdedf7842a1c7f746bf7e37f1 Author: Francis Lachapelle Date: Thu Mar 1 15:49:10 2012 +0000 @@ -9658,21 +10534,7 @@ Date: Thu Mar 1 15:49:10 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-01T15:49:10 -commit 681dd3228f5f47889012ae110023a9bf78cddff7 -Merge: bf2a663 dca85d5 -Author: Jean Raby -Date: Thu Mar 1 15:45:50 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_13' (head 3c9a6f0cbe911bb41c045765248ecc411a616633) - to branch 'ca.inverse.sogo' (head 06454d6f51cf228398d63d36b7e74eaac7080cc2) - - Monotone-Parent: 06454d6f51cf228398d63d36b7e74eaac7080cc2 - Monotone-Parent: 3c9a6f0cbe911bb41c045765248ecc411a616633 - Monotone-Revision: ef75cd511cd1ba19bc7897bde4a1822bc3ea723e - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-03-01T15:45:50 - Monotone-Branch: ca.inverse.sogo +M NEWS commit dca85d5d007a5a842fca3f2d434bc80196f51043 Author: Jean Raby @@ -9686,6 +10548,8 @@ Date: Thu Mar 1 15:45:04 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-03-01T15:45:04 +M Scripts/updates.php + commit 87094826590d772612dd12f0170817114efc6c9f Author: Francis Lachapelle Date: Wed Feb 29 19:40:32 2012 +0000 @@ -9698,6 +10562,8 @@ Date: Wed Feb 29 19:40:32 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-29T19:40:32 +M Documentation/SOGo Installation Guide.odt + commit bf2a6636c1e1149c2d8b7296146f1a15f13bc4c3 Author: Wolfgang Sourdeau Date: Wed Feb 29 04:15:42 2012 +0000 @@ -9709,6 +10575,9 @@ Date: Wed Feb 29 04:15:42 2012 +0000 Monotone-Date: 2012-02-29T04:15:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.m + commit 351d3c72e8a2d569bc6cb047ac18c1e69023a50a Author: Wolfgang Sourdeau Date: Wed Feb 29 04:15:32 2012 +0000 @@ -9720,6 +10589,9 @@ Date: Wed Feb 29 04:15:32 2012 +0000 Monotone-Date: 2012-02-29T04:15:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/gen-property-selectors.py + commit 1f78824b4de907b1ab6510b81fbe46340c79ecdd Author: Wolfgang Sourdeau Date: Tue Feb 28 22:26:09 2012 +0000 @@ -9731,6 +10603,9 @@ Date: Tue Feb 28 22:26:09 2012 +0000 Monotone-Date: 2012-02-28T22:26:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/gen-property-selectors.py + commit d5964f3fdd77b233d0e9bab7256eb55e1fb6f1e7 Author: Wolfgang Sourdeau Date: Mon Feb 27 18:43:42 2012 +0000 @@ -9742,21 +10617,8 @@ Date: Mon Feb 27 18:43:42 2012 +0000 Monotone-Date: 2012-02-27T18:43:42 Monotone-Branch: ca.inverse.sogo -commit 4399b4d8f8dc326eb629bd8d425f41a62b605bde -Merge: 45a6a36 20a336e -Author: Wolfgang Sourdeau -Date: Fri Feb 24 20:11:26 2012 +0000 - - merge of '544e6a1cec3edef4870ca5917521c26d9253603b' - and 'b85ba9f2eec26821837bb7890dcb3fd9f82c2eb5' - - Monotone-Parent: 544e6a1cec3edef4870ca5917521c26d9253603b - Monotone-Parent: b85ba9f2eec26821837bb7890dcb3fd9f82c2eb5 - Monotone-Revision: 4a7c44a79feb3e8d5e76eb15e2e3fbe5c2dcf7fa - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-02-24T20:11:26 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreUserContext.m commit 20a336eecde297a8c933ac26c320d95ff6c04305 Author: Wolfgang Sourdeau @@ -9769,6 +10631,9 @@ Date: Fri Feb 24 20:10:56 2012 +0000 Monotone-Date: 2012-02-24T20:10:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m + commit 0056906629206f6b635b5fe56dc2b413f73eb2c6 Author: Wolfgang Sourdeau Date: Thu Feb 23 23:34:26 2012 +0000 @@ -9780,21 +10645,8 @@ Date: Thu Feb 23 23:34:26 2012 +0000 Monotone-Date: 2012-02-23T23:34:26 Monotone-Branch: ca.inverse.sogo -commit c497b03aa5665c81cc98448afac6c97172d74607 -Merge: 0396709 1c9a3b5 -Author: Wolfgang Sourdeau -Date: Thu Feb 23 23:28:27 2012 +0000 - - merge of '4b9d34d20bce0208c3cf667d2c6e640fc0f7da7d' - and '84bd96711bb8cbccbe1b4ca017c6310b86d64421' - - Monotone-Parent: 4b9d34d20bce0208c3cf667d2c6e640fc0f7da7d - Monotone-Parent: 84bd96711bb8cbccbe1b4ca017c6310b86d64421 - Monotone-Revision: a1668784bf0e7d4c0f6537e4fd960651c40e912b - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-02-23T23:28:27 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailContext.m commit 1c9a3b5eda7fceb1c927e3a1a701d107f04ce713 Author: Wolfgang Sourdeau @@ -9807,6 +10659,11 @@ Date: Thu Feb 23 23:27:59 2012 +0000 Monotone-Date: 2012-02-23T23:27:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 0396709d2866a191211417690d2ea2c2f45da9d5 Author: Jean Raby Date: Thu Feb 23 21:23:23 2012 +0000 @@ -9821,21 +10678,7 @@ Date: Thu Feb 23 21:23:23 2012 +0000 Monotone-Date: 2012-02-23T21:23:23 Monotone-Branch: ca.inverse.sogo -commit 2ef3ac85993b50c243564360e1921f67eb00de39 -Merge: 030e88c 7815b34 -Author: Wolfgang Sourdeau -Date: Thu Feb 23 21:16:59 2012 +0000 - - merge of '89d4328e421b6f950b0a53ffcca28a53dc97e2ce' - and 'e8c7d8a4465a1b9357c1d9f201dec2b93c5f3507' - - Monotone-Parent: 89d4328e421b6f950b0a53ffcca28a53dc97e2ce - Monotone-Parent: e8c7d8a4465a1b9357c1d9f201dec2b93c5f3507 - Monotone-Revision: 5ef3839ff2c5bebdaca10693e61a632e208289c6 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-02-23T21:16:59 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt commit 030e88c9087ae5aefd6ea142ed63dfa43e26c969 Author: Wolfgang Sourdeau @@ -9848,6 +10691,9 @@ Date: Thu Feb 23 21:16:22 2012 +0000 Monotone-Date: 2012-02-23T21:16:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailContext.m + commit 43a02620a6a09076a184cb52986a9c0fca823d26 Author: Wolfgang Sourdeau Date: Thu Feb 23 21:14:02 2012 +0000 @@ -9859,6 +10705,9 @@ Date: Thu Feb 23 21:14:02 2012 +0000 Monotone-Date: 2012-02-23T21:14:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m + commit 89a3944c8bbceff3c4f500ebe616864cce79fb7c Author: Wolfgang Sourdeau Date: Thu Feb 23 21:12:56 2012 +0000 @@ -9870,6 +10719,9 @@ Date: Thu Feb 23 21:12:56 2012 +0000 Monotone-Date: 2012-02-23T21:12:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.m + commit a7920d6aaf8d146e332f5783b2d67fae79764041 Author: Wolfgang Sourdeau Date: Thu Feb 23 21:10:18 2012 +0000 @@ -9881,6 +10733,10 @@ Date: Thu Feb 23 21:10:18 2012 +0000 Monotone-Date: 2012-02-23T21:10:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m + commit cd1d4d6377de1fb11919b282f5a21c0fe83c7912 Author: Jean Raby Date: Thu Feb 23 15:35:07 2012 +0000 @@ -9895,6 +10751,9 @@ Date: Thu Feb 23 15:35:07 2012 +0000 Monotone-Date: 2012-02-23T15:35:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M debian/rules + commit ed137d5404011e9468c52ada4b21ad13a181d424 Author: Wolfgang Sourdeau Date: Wed Feb 22 20:56:02 2012 +0000 @@ -9906,21 +10765,7 @@ Date: Wed Feb 22 20:56:02 2012 +0000 Monotone-Date: 2012-02-22T20:56:02 Monotone-Branch: ca.inverse.sogo -commit 88e1596a8231a7dc731722d332764a47f3934749 -Merge: 6ce0c29 68e8a28 -Author: Wolfgang Sourdeau -Date: Wed Feb 22 18:38:02 2012 +0000 - - merge of '3be1457342206d81824250d57633322dda8fb4d9' - and 'c110b42afb9f73f9a8ea6c766ec8e46b798c7316' - - Monotone-Parent: 3be1457342206d81824250d57633322dda8fb4d9 - Monotone-Parent: c110b42afb9f73f9a8ea6c766ec8e46b798c7316 - Monotone-Revision: 96995dfe0ebbe5ac457207cfdbc88ebaa23b3068 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-02-22T18:38:02 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt commit 68e8a288467278880ab77f9d0e49a1a85e247998 Author: Wolfgang Sourdeau @@ -9933,21 +10778,9 @@ Date: Wed Feb 22 18:37:58 2012 +0000 Monotone-Date: 2012-02-22T18:37:58 Monotone-Branch: ca.inverse.sogo -commit 8cef32c6119af86ccb6d1019948029717b08f484 -Merge: 3274bd1 e056309 -Author: Wolfgang Sourdeau -Date: Wed Feb 22 14:46:24 2012 +0000 - - merge of '53ba3739a8b7ce64040a91695b40bad1a7d7e1aa' - and '9c35c13adaec0c9fe67e19acb1c73a22271aa714' - - Monotone-Parent: 53ba3739a8b7ce64040a91695b40bad1a7d7e1aa - Monotone-Parent: 9c35c13adaec0c9fe67e19acb1c73a22271aa714 - Monotone-Revision: 3d26091bec393e3abf8d2b6033e0737e09c207b9 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-02-22T14:46:24 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SQLSource.h +M SoObjects/SOGo/SQLSource.m commit 3274bd1f4c6d549afc3cca4dc35a2ae55ccb33e8 Author: Wolfgang Sourdeau @@ -9960,6 +10793,9 @@ Date: Wed Feb 22 14:44:22 2012 +0000 Monotone-Date: 2012-02-22T14:44:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SQLSource.m + commit e05630909e7ec6b2a6f2d4537853da200e9ba6a4 Author: Jean Raby Date: Tue Feb 21 21:07:35 2012 +0000 @@ -9973,6 +10809,8 @@ Date: Tue Feb 21 21:07:35 2012 +0000 Monotone-Date: 2012-02-21T21:07:35 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/preferences.py + commit bdc5e5a6c088104e19c6567577e024db5069c7c4 Author: Wolfgang Sourdeau Date: Tue Feb 21 20:51:52 2012 +0000 @@ -9984,6 +10822,9 @@ Date: Tue Feb 21 20:51:52 2012 +0000 Monotone-Date: 2012-02-21T20:51:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoSQLUserProfile.m + commit 966149f804cad2b469e60ed76ceb4d7312c49afb Author: Wolfgang Sourdeau Date: Tue Feb 21 19:52:40 2012 +0000 @@ -9995,6 +10836,9 @@ Date: Tue Feb 21 19:52:40 2012 +0000 Monotone-Date: 2012-02-21T19:52:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Unit/TestSBJsonParser.m + commit 1655d27dbeb8c83f28dfd3a8a93463f64a56b892 Author: Wolfgang Sourdeau Date: Tue Feb 21 16:19:46 2012 +0000 @@ -10006,6 +10850,10 @@ Date: Tue Feb 21 16:19:46 2012 +0000 Monotone-Date: 2012-02-21T16:19:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolders.m +A Tests/Integration/test-default-classification.py + commit 6ae5556d8c6dbffbd48c73d8ee353e6a2a95a40e Author: Wolfgang Sourdeau Date: Mon Feb 20 22:28:29 2012 +0000 @@ -10017,6 +10865,8 @@ Date: Mon Feb 20 22:28:29 2012 +0000 Monotone-Date: 2012-02-20T22:28:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 845940c3baa485fc50d582cede288e9c82556150 Author: Wolfgang Sourdeau Date: Mon Feb 20 22:27:56 2012 +0000 @@ -10028,6 +10878,8 @@ Date: Mon Feb 20 22:27:56 2012 +0000 Monotone-Date: 2012-02-20T22:27:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit c8fbb0718ce000a0204f88974a0c01969b8b3047 Author: Wolfgang Sourdeau Date: Mon Feb 20 22:25:49 2012 +0000 @@ -10041,6 +10893,35 @@ Date: Mon Feb 20 22:25:49 2012 +0000 Monotone-Date: 2012-02-20T22:25:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoDefaults.plist +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Catalan.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Danish.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Icelandic.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/NorwegianBokmal.lproj/Localizable.strings +M UI/PreferencesUI/NorwegianNynorsk.lproj/Localizable.strings +M UI/PreferencesUI/Polish.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/SpanishArgentina.lproj/Localizable.strings +M UI/PreferencesUI/SpanishSpain.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/UIxPreferences.m +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/Scheduler/UIxComponentEditor.m +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.css + commit 5e1a8b3b58dce7535e1e88915f482c40219cd6d9 Author: Wolfgang Sourdeau Date: Mon Feb 20 21:36:19 2012 +0000 @@ -10052,6 +10933,8 @@ Date: Mon Feb 20 21:36:19 2012 +0000 Monotone-Date: 2012-02-20T21:36:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 4e9bc9ffbf06a56ee41245325c040199c1dc747c Author: Wolfgang Sourdeau Date: Mon Feb 20 21:26:42 2012 +0000 @@ -10063,21 +10946,12 @@ Date: Mon Feb 20 21:26:42 2012 +0000 Monotone-Date: 2012-02-20T21:26:42 Monotone-Branch: ca.inverse.sogo -commit cb6a4530e1d66d404a4fd9f8f6d383a84d40c2f5 -Merge: 80934d7 18eab08 -Author: Wolfgang Sourdeau -Date: Mon Feb 20 19:48:50 2012 +0000 - - merge of '15825926d3d6130838a6e8a925fb390321c6e5fa' - and '7f4c04f0c1883efb437cd0189f442b20c0063c82' - - Monotone-Parent: 15825926d3d6130838a6e8a925fb390321c6e5fa - Monotone-Parent: 7f4c04f0c1883efb437cd0189f442b20c0063c82 - Monotone-Revision: 5066f4418986dc6df8b207002b41f82bc9e2bb8b - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-02-20T19:48:50 - Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/Toolbars/SOGoAppointmentObject.toolbar +M UI/Scheduler/Toolbars/SOGoTaskObject.toolbar +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/WebServerResources/UIxComponentEditor.js commit 18eab081650cd7ca43d171b5607f7c90b8aabafc Author: Wolfgang Sourdeau @@ -10090,6 +10964,17 @@ Date: Mon Feb 20 19:47:58 2012 +0000 Monotone-Date: 2012-02-20T19:47:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarContext.m +M OpenChange/MAPIStoreGCSBaseContext.h +M OpenChange/MAPIStoreGCSBaseContext.m +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreMailContext.m +M OpenChange/MAPIStoreMailFolder.h +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreTasksContext.m +M Tests/Integration/webdavlib.py + commit 04e09e0b61a9c6385bc5bff4e7af042592adc8d5 Author: Wolfgang Sourdeau Date: Mon Feb 20 14:50:54 2012 +0000 @@ -10101,21 +10986,9 @@ Date: Mon Feb 20 14:50:54 2012 +0000 Monotone-Date: 2012-02-20T14:50:54 Monotone-Branch: ca.inverse.sogo -commit 446b4e333f6f3c85590fa9b95876af4d7abf56c4 -Merge: 9948048 3c6cdd8 -Author: Wolfgang Sourdeau -Date: Fri Feb 17 19:00:53 2012 +0000 - - merge of '177dc270d3d2e9cdaa12bcd9273e1af23ee99d72' - and '75ed7ffc63cde2539fbad2651b19e8b944cba52e' - - Monotone-Parent: 177dc270d3d2e9cdaa12bcd9273e1af23ee99d72 - Monotone-Parent: 75ed7ffc63cde2539fbad2651b19e8b944cba52e - Monotone-Revision: 04bea15431a5d37d2c52ccda4a30d78b57741793 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-02-17T19:00:53 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m commit 3c6cdd8708ec66dfe36a2476d17796b67198c3e2 Author: Wolfgang Sourdeau @@ -10128,6 +11001,8 @@ Date: Fri Feb 17 18:59:57 2012 +0000 Monotone-Date: 2012-02-17T18:59:57 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + commit 99480481a7fb8f73dbc0fcefc6c4968e8af939bd Author: Jean Raby Date: Fri Feb 17 18:54:18 2012 +0000 @@ -10141,6 +11016,8 @@ Date: Fri Feb 17 18:54:18 2012 +0000 Monotone-Date: 2012-02-17T18:54:18 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit 3a4a518c9e16470e49012a42903d67086a181fd4 Author: Jean Raby Date: Thu Feb 16 22:03:36 2012 +0000 @@ -10155,6 +11032,9 @@ Date: Thu Feb 16 22:03:36 2012 +0000 Monotone-Date: 2012-02-16T22:03:36 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/preferences.py +A Tests/Integration/test-preferences.py + commit 8f1307e13d8b1116614281ea6ae0876c89523f5a Author: Jean Raby Date: Wed Feb 15 20:27:00 2012 +0000 @@ -10169,6 +11049,9 @@ Date: Wed Feb 15 20:27:00 2012 +0000 Monotone-Date: 2012-02-15T20:27:00 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/preferences.py +M Tests/Integration/test-sieve.py + commit a6bf194813992af13d4916bef3d39d4efcf460e5 Author: Jean Raby Date: Wed Feb 15 19:41:00 2012 +0000 @@ -10184,6 +11067,8 @@ Date: Wed Feb 15 19:41:00 2012 +0000 Monotone-Date: 2012-02-15T19:41:00 Monotone-Branch: ca.inverse.sogo +M UI/Templates/PreferencesUI/UIxPreferences.wox + commit f9cb0e74db496a3ad2a2ef1a4190821c2a9177e9 Author: Jean Raby Date: Wed Feb 15 19:33:37 2012 +0000 @@ -10198,21 +11083,7 @@ Date: Wed Feb 15 19:33:37 2012 +0000 Monotone-Date: 2012-02-15T19:33:37 Monotone-Branch: ca.inverse.sogo -commit b57db60cea3da4210bbb1754e77b8367b93455f7 -Merge: eb64356 1834ed6 -Author: Jean Raby -Date: Wed Feb 15 18:14:58 2012 +0000 - - merge of '057f323db2fa6be4670dc58350ff09cbbc11113b' - and '99a21f22aaef25992c4ef5afd7e525c0b3aca3cd' - - Monotone-Parent: 057f323db2fa6be4670dc58350ff09cbbc11113b - Monotone-Parent: 99a21f22aaef25992c4ef5afd7e525c0b3aca3cd - Monotone-Revision: fb63130e235a425b2051b359e3504ed4d8916859 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-02-15T18:14:58 - Monotone-Branch: ca.inverse.sogo +M Tests/Integration/test-sieve.py commit eb643568581453d65bc1a58c7542f7a82b83d91d Author: Jean Raby @@ -10227,21 +11098,7 @@ Date: Wed Feb 15 18:14:19 2012 +0000 Monotone-Date: 2012-02-15T18:14:19 Monotone-Branch: ca.inverse.sogo -commit dc0083ba4d2b74ad10eb0bd87ee0176bca9e014d -Merge: c198255 da111aa -Author: Wolfgang Sourdeau -Date: Tue Feb 14 21:24:10 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head c5233a2a4e6a6abdb50191daf1eb589c9ff5cf80) - to branch 'ca.inverse.sogo' (head 212622191a26c7b5f257c536a45dfea03f404bc1) - - Monotone-Parent: 212622191a26c7b5f257c536a45dfea03f404bc1 - Monotone-Parent: c5233a2a4e6a6abdb50191daf1eb589c9ff5cf80 - Monotone-Revision: e18b5ae2235fde5d7f7f569ead8452a2217d9b5c - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-02-14T21:24:10 - Monotone-Branch: ca.inverse.sogo +M Tests/Integration/test-webdavsync.py commit da111aa6cc902c98545021250d0c359dbf5899bb Author: Wolfgang Sourdeau @@ -10253,37 +11110,9 @@ Date: Tue Feb 14 21:23:31 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-02-14T21:23:31 -commit c198255870e1f4d1e4009a72a7e63d43a21900e5 -Merge: d3dc7d7 0616134 -Author: Wolfgang Sourdeau -Date: Tue Feb 14 16:35:37 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 68e5a2b8ae68f37745584028ad7764b76dcc5794) - to branch 'ca.inverse.sogo' (head d25ef2fb65bbd470f5702fcc034aa1e9a2b5d66c) - - Monotone-Parent: 68e5a2b8ae68f37745584028ad7764b76dcc5794 - Monotone-Parent: d25ef2fb65bbd470f5702fcc034aa1e9a2b5d66c - Monotone-Revision: 212622191a26c7b5f257c536a45dfea03f404bc1 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-02-14T16:35:37 - Monotone-Branch: ca.inverse.sogo - -commit 0616134d20bb95dc1c7822f22a4c055539013ae0 -Merge: 486c711 186023c -Author: Ludovic Marcotte -Date: Tue Feb 14 15:51:34 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 07da2515c4d2be88823f4531db65f3d4d995acdc) - to branch 'ca.inverse.sogo' (head 3d47f593fbb200a77cb1c9523f3d158473420274) - - Monotone-Parent: 07da2515c4d2be88823f4531db65f3d4d995acdc - Monotone-Parent: 3d47f593fbb200a77cb1c9523f3d158473420274 - Monotone-Revision: d25ef2fb65bbd470f5702fcc034aa1e9a2b5d66c - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-02-14T15:51:34 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserManager.m +M SoObjects/SOGo/SQLSource.m commit 486c7115fb7b30daab31b14afbd6c71ceab8398b Author: Ludovic Marcotte @@ -10297,6 +11126,8 @@ Date: Tue Feb 14 15:51:23 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-02-14T15:51:23 +M SoObjects/SOGo/SOGoCache.m + commit 186023c961c9c447497537370960c9dc2b6b885a Author: Wolfgang Sourdeau Date: Tue Feb 14 14:58:34 2012 +0000 @@ -10308,6 +11139,10 @@ Date: Tue Feb 14 14:58:34 2012 +0000 Monotone-Date: 2012-02-14T14:58:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.h +M OpenChange/MAPIStoreMailFolder.m + commit 0d1f0fc51306c19fd9abeaf4847b44a1c65b0973 Author: Wolfgang Sourdeau Date: Tue Feb 14 14:53:28 2012 +0000 @@ -10319,6 +11154,8 @@ Date: Tue Feb 14 14:53:28 2012 +0000 Monotone-Date: 2012-02-14T14:53:28 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailContext.m + commit d92d97dcfaf3710694bb615586c8e0ab7b8e3714 Author: Wolfgang Sourdeau Date: Tue Feb 14 14:47:06 2012 +0000 @@ -10330,6 +11167,14 @@ Date: Tue Feb 14 14:47:06 2012 +0000 Monotone-Date: 2012-02-14T14:47:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreFallbackContext.m +M OpenChange/MAPIStoreGCSBaseContext.m +M OpenChange/MAPIStoreMailContext.m +M OpenChange/MAPIStoreSOGo.m + commit 87f48639ca4e00df78275f6e097f0db06ea46786 Author: Wolfgang Sourdeau Date: Tue Feb 14 14:33:17 2012 +0000 @@ -10341,21 +11186,8 @@ Date: Tue Feb 14 14:33:17 2012 +0000 Monotone-Date: 2012-02-14T14:33:17 Monotone-Branch: ca.inverse.sogo -commit a2748856297f40665f38bcf4ce70985cc8e98c69 -Merge: 8c5021e a5cc420 -Author: Wolfgang Sourdeau -Date: Mon Feb 13 19:46:45 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 738bb5934b9505acd57737d65ba73eb95e8a9379) - to branch 'ca.inverse.sogo' (head e64532f3ef4ab8be3e40ad24d893b4867d0af1d5) - - Monotone-Parent: 738bb5934b9505acd57737d65ba73eb95e8a9379 - Monotone-Parent: e64532f3ef4ab8be3e40ad24d893b4867d0af1d5 - Monotone-Revision: 68d30b4cdc1cec564b3d0e8651e00e945881b5ce - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-02-13T19:46:45 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m commit 8c5021e3d05f991c063deb41be0c1ead7b063ca3 Author: Wolfgang Sourdeau @@ -10367,6 +11199,9 @@ Date: Mon Feb 13 19:46:08 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-02-13T19:46:08 +M ChangeLog +M UI/WebServerResources/JavascriptAPIExtensions.js + commit 0ef5f208afdf0492cc812f5a00ef8fc8978e2f2a Author: Francis Lachapelle Date: Sat Feb 11 13:24:23 2012 +0000 @@ -10379,6 +11214,8 @@ Date: Sat Feb 11 13:24:23 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-11T13:24:23 +M Version + commit 45a6a369212465c3b43f8182f9922cac66371825 Author: Francis Lachapelle Date: Sat Feb 11 13:17:03 2012 +0000 @@ -10392,6 +11229,8 @@ Date: Sat Feb 11 13:17:03 2012 +0000 Monotone-Date: 2012-02-11T13:17:03 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 7815b3403c90c041f350596cf8388dbf4e883dfb Author: Francis Lachapelle Date: Sat Feb 11 07:08:02 2012 +0000 @@ -10405,21 +11244,21 @@ Date: Sat Feb 11 07:08:02 2012 +0000 Monotone-Date: 2012-02-11T07:08:02 Monotone-Branch: ca.inverse.sogo -commit e8abd08d316425e830fa5b056677e46eb060ab24 -Merge: cd1d4d6 d275748 -Author: Francis Lachapelle -Date: Sat Feb 11 06:50:52 2012 +0000 - - merge of 'a3b799159abc70880dcdddcf22236376e1646a5d' - and 'e3472120a6c1a2370d18a7cf44e52e53f93b7323' - - Monotone-Parent: a3b799159abc70880dcdddcf22236376e1646a5d - Monotone-Parent: e3472120a6c1a2370d18a7cf44e52e53f93b7323 - Monotone-Revision: d4394b4b92fdfda720d67698c9fbadc75787ad18 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-02-11T06:50:52 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolder.h +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/Contacts/SOGoContactSourceFolder.m +M SoObjects/Contacts/SOGoFolder+CardDAV.m +M SoObjects/SOGo/LDAPSource.m +M SoObjects/SOGo/SOGoSource.h +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserManager.m +M SoObjects/SOGo/SQLSource.h +M SoObjects/SOGo/SQLSource.m +M Tools/SOGoSockDOperation.m +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/UIxContactsListActions.m +M UI/MailerUI/UIxMailEditor.m commit d27574862bc28030dbe37230f5cb598ed49b6374 Author: Francis Lachapelle @@ -10432,6 +11271,8 @@ Date: Sat Feb 11 01:20:48 2012 +0000 Monotone-Date: 2012-02-11T01:20:48 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailForward.m + commit 6ce0c29b2a6b3e41b6bf32b72cad69592a6fb7ba Author: Francis Lachapelle Date: Fri Feb 10 21:03:29 2012 +0000 @@ -10443,6 +11284,8 @@ Date: Fri Feb 10 21:03:29 2012 +0000 Monotone-Date: 2012-02-10T21:03:29 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/test-maildav.py + commit 914373e4a8b619862832a484389ebc2ee6ff1788 Author: Francis Lachapelle Date: Fri Feb 10 20:56:45 2012 +0000 @@ -10456,6 +11299,10 @@ Date: Fri Feb 10 20:56:45 2012 +0000 Monotone-Date: 2012-02-10T20:56:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxAclEditor.js +M UI/WebServerResources/UIxContactsUserFolders.js + commit 80934d748a73c3dcc5d6fdfd7c057828559f8bf6 Author: Francis Lachapelle Date: Fri Feb 10 03:17:52 2012 +0000 @@ -10469,6 +11316,10 @@ Date: Fri Feb 10 03:17:52 2012 +0000 Monotone-Date: 2012-02-10T03:17:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js + commit 6ef5d5bcccae84b3d99f40024c272e446b66a80c Author: Jean Raby Date: Fri Feb 17 22:06:58 2012 +0000 @@ -10482,6 +11333,8 @@ Date: Fri Feb 17 22:06:58 2012 +0000 Monotone-Date: 2012-02-17T22:06:58 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/test-preferences.py + commit 6aba8896c6724b02264b130e2d5372e5586ba70b Author: Francis Lachapelle Date: Thu Feb 9 05:07:20 2012 +0000 @@ -10495,6 +11348,9 @@ Date: Thu Feb 9 05:07:20 2012 +0000 Monotone-Date: 2012-02-09T05:07:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxAttendeesEditor.js + commit 4d44ac91fa9c7bb8ab6a28bd7e7450746d558a89 Author: Francis Lachapelle Date: Thu Feb 9 03:07:24 2012 +0000 @@ -10508,6 +11364,9 @@ Date: Thu Feb 9 03:07:24 2012 +0000 Monotone-Date: 2012-02-09T03:07:24 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/NorwegianBokmal.lproj/Locale +M UI/MainUI/NorwegianNynorsk.lproj/Locale + commit 1834ed6ebe7d6978240086623334c7d4785be57b Author: Francis Lachapelle Date: Thu Feb 9 00:51:38 2012 +0000 @@ -10521,6 +11380,8 @@ Date: Thu Feb 9 00:51:38 2012 +0000 Monotone-Date: 2012-02-09T00:51:38 Monotone-Branch: ca.inverse.sogo +M Scripts/updates.php + commit 3da73073e858ac542a762f26c0194c1626e8fca8 Author: Francis Lachapelle Date: Wed Feb 8 15:51:24 2012 +0000 @@ -10533,6 +11394,8 @@ Date: Wed Feb 8 15:51:24 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-08T15:51:24 +M NEWS + commit 2e66b6a8e611551454fdbf5d73e662fc41eb8d93 Author: Francis Lachapelle Date: Wed Feb 8 15:41:57 2012 +0000 @@ -10545,22 +11408,8 @@ Date: Wed Feb 8 15:41:57 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-08T15:41:57 -commit d3dc7d7be85003f59c6219c67876c23bdde5a6bf -Merge: 486c711 76ca9fb -Author: Francis Lachapelle -Date: Wed Feb 8 14:58:01 2012 +0000 - - merge of '07da2515c4d2be88823f4531db65f3d4d995acdc' - and '12cffe17c857f344b88a2e8225bd29d25d96b049' - - Monotone-Parent: 07da2515c4d2be88823f4531db65f3d4d995acdc - Monotone-Parent: 12cffe17c857f344b88a2e8225bd29d25d96b049 - Monotone-Revision: 68e5a2b8ae68f37745584028ad7764b76dcc5794 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-02-08T14:58:01 - Monotone-Date: 2012-02-14T16:34:48 +M ChangeLog +M UI/WebServerResources/ContactsUI.js commit 76ca9fb0b7ffdf55155d4dfc305f9044b4957111 Author: Wolfgang Sourdeau @@ -10572,21 +11421,8 @@ Date: Tue Feb 14 15:58:17 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-02-14T15:58:17 -commit a5cc420a1b73e2610fb9fb4a457148d4ef5e0295 -Merge: 0e72bbe 3548f15 -Author: Francis Lachapelle -Date: Wed Feb 8 07:38:57 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 6a3d48cf816cd9dd300983790541d39c969393c6) - to branch 'ca.inverse.sogo' (head 99d4bc909bf50d700f93573eaceabb2e45fb55e7) - - Monotone-Parent: 6a3d48cf816cd9dd300983790541d39c969393c6 - Monotone-Parent: 99d4bc909bf50d700f93573eaceabb2e45fb55e7 - Monotone-Revision: e64532f3ef4ab8be3e40ad24d893b4867d0af1d5 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-02-08T07:38:57 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoSQLUserProfile.m commit 0e72bbe01c68bb1153cf9d5ffcffa17f78b8867c Author: Francis Lachapelle @@ -10600,21 +11436,7 @@ Date: Wed Feb 8 07:38:17 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-08T07:38:17 -commit 3548f1554fd792f88f90c7c0ecf3a65401a0b2e5 -Merge: c255ce9 d2efc90 -Author: Francis Lachapelle -Date: Wed Feb 8 05:03:45 2012 +0000 - - merge of '6e9bec6a824b22501c8cbc518a56410d6d896cb0' - and 'f67fbb0139df60f0e98c0aede6b166d1a8b15d81' - - Monotone-Parent: 6e9bec6a824b22501c8cbc518a56410d6d896cb0 - Monotone-Parent: f67fbb0139df60f0e98c0aede6b166d1a8b15d81 - Monotone-Revision: 99d4bc909bf50d700f93573eaceabb2e45fb55e7 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-02-08T05:03:45 - Monotone-Branch: ca.inverse.sogo +M debian/sogo.docs commit c255ce92fdf85e6d914eeebdb853c146f3475cc7 Author: Wolfgang Sourdeau @@ -10627,21 +11449,8 @@ Date: Mon Feb 13 15:09:06 2012 +0000 Monotone-Date: 2012-02-13T15:09:06 Monotone-Branch: ca.inverse.sogo -commit 01149d98cb1282c28833b49ad6ed66b24177d0c7 -Merge: 9f4270b f93e9b5 -Author: Wolfgang Sourdeau -Date: Mon Feb 13 15:07:48 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 235258efee8273e9b6d2822d3d5da125520631c7) - to branch 'ca.inverse.sogo' (head 57b39725f8c002b9b6cb9b05ad3fa2e2401cd46b) - - Monotone-Parent: 235258efee8273e9b6d2822d3d5da125520631c7 - Monotone-Parent: 57b39725f8c002b9b6cb9b05ad3fa2e2401cd46b - Monotone-Revision: b84d2ade488d31149ffc7e1bd8b78b98c3331703 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-02-13T15:07:48 - Monotone-Branch: ca.inverse.sogo +M Tests/Unit/TestNSString+URLEscaping.m +M UI/Templates/ContactsUI/UIxContactView.wox commit f93e9b5b9d3bb147b01026a7c8874ac0bad09edf Author: Wolfgang Sourdeau @@ -10654,6 +11463,10 @@ Date: Mon Feb 13 14:50:00 2012 +0000 Monotone-Date: 2012-02-13T14:50:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactView.m +M UI/Templates/ContactsUI/UIxContactView.wox + commit 499c4d1efb33caaf0c0ac8f164b910546aa84b33 Author: Wolfgang Sourdeau Date: Thu Feb 9 20:34:52 2012 +0000 @@ -10665,21 +11478,8 @@ Date: Thu Feb 9 20:34:52 2012 +0000 Monotone-Date: 2012-02-09T20:34:52 Monotone-Branch: ca.inverse.sogo -commit d2efc90fca2871080df389bd7907fec65e2e99ba -Merge: 9f4270b 499c4d1 -Author: Francis Lachapelle -Date: Wed Feb 8 04:24:33 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 235258efee8273e9b6d2822d3d5da125520631c7) - to branch 'ca.inverse.sogo' (head b2bfdd5b59fed2950707131eca171b4758bcd635) - - Monotone-Parent: 235258efee8273e9b6d2822d3d5da125520631c7 - Monotone-Parent: b2bfdd5b59fed2950707131eca171b4758bcd635 - Monotone-Revision: f67fbb0139df60f0e98c0aede6b166d1a8b15d81 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-02-08T04:24:33 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.m +M UI/WebServerResources/JavascriptAPIExtensions.js commit 9f4270be399d6911552cc28b7858d2a6861d7f90 Author: Francis Lachapelle @@ -10693,6 +11493,9 @@ Date: Wed Feb 8 04:19:53 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-08T04:19:53 +M SoObjects/Appointments/French.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings + commit 6784b4462a0f6b93c169ab8e248ef6b4901bbe29 Author: Francis Lachapelle Date: Wed Feb 8 04:04:12 2012 +0000 @@ -10705,6 +11508,8 @@ Date: Wed Feb 8 04:04:12 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-08T04:04:12 +M NEWS + commit eea8ff0931515dc65c5ac09b0389e8a0eb7e9186 Author: Francis Lachapelle Date: Wed Feb 8 01:44:58 2012 +0000 @@ -10717,6 +11522,10 @@ Date: Wed Feb 8 01:44:58 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-08T01:44:58 +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + commit e21e4dad699c618f44407d36179bff302b05477f Author: Francis Lachapelle Date: Wed Feb 8 00:23:14 2012 +0000 @@ -10729,6 +11538,8 @@ Date: Wed Feb 8 00:23:14 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-08T00:23:14 +M NEWS + commit fa647c8edeb288858d8aadb7d8f851b5c01057ee Author: Francis Lachapelle Date: Wed Feb 8 00:12:26 2012 +0000 @@ -10739,6 +11550,8 @@ Date: Wed Feb 8 00:12:26 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-08T00:12:26 +M ChangeLog + commit 0fb6bbc8363c9e8a3db9ad541d4e756282e60425 Author: Francis Lachapelle Date: Tue Feb 7 23:48:57 2012 +0000 @@ -10749,6 +11562,8 @@ Date: Tue Feb 7 23:48:57 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T23:48:57 +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit 34cc7a27dccc6f153ebdcf7b1940201e347bfce8 Author: Francis Lachapelle Date: Tue Feb 7 23:47:25 2012 +0000 @@ -10759,6 +11574,8 @@ Date: Tue Feb 7 23:47:25 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T23:47:25 +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit b7077e74de2ac978e232ac4ffd666c754ab698bb Author: Wolfgang Sourdeau Date: Fri Feb 10 10:42:33 2012 +0000 @@ -10769,6 +11586,9 @@ Date: Fri Feb 10 10:42:33 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-02-10T10:42:33 +M ChangeLog +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit 2f887c3e3708358b5614f3b7e700cbdb72630af8 Author: Francis Lachapelle Date: Tue Feb 7 23:18:03 2012 +0000 @@ -10781,6 +11601,9 @@ Date: Tue Feb 7 23:18:03 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T23:18:03 +M ChangeLog +M UI/WebServerResources/generic.js + commit b159c2c8796ad7e18b4e28e868b751c9c2ca4687 Author: Francis Lachapelle Date: Tue Feb 7 23:08:46 2012 +0000 @@ -10793,6 +11616,9 @@ Date: Tue Feb 7 23:08:46 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T23:08:46 +M ChangeLog +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit a8ae0e30f4ad7b039e857726b44cd904bcc9f6c6 Author: Wolfgang Sourdeau Date: Fri Feb 10 05:54:20 2012 +0000 @@ -10803,6 +11629,10 @@ Date: Fri Feb 10 05:54:20 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-02-10T05:54:20 +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.m +M UI/WebServerResources/JavascriptAPIExtensions.js + commit d5a90f7950f06ce094968d818a5843d7a6d5c620 Author: Francis Lachapelle Date: Tue Feb 7 14:24:46 2012 +0000 @@ -10815,21 +11645,7 @@ Date: Tue Feb 7 14:24:46 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T14:24:46 -commit a79036fbf9b4c087b2e58beba6f986623c573e2d -Merge: b27f0de 1c77687 -Author: Francis Lachapelle -Date: Tue Feb 7 14:12:46 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 2b438d60e3231cf7f4811dadaf9a91a62885d15b) - to branch 'ca.inverse.sogo' (head 2a5d61f1ed60b9d00203fc41d7b5af818e00391f) - - Monotone-Parent: 2a5d61f1ed60b9d00203fc41d7b5af818e00391f - Monotone-Parent: 2b438d60e3231cf7f4811dadaf9a91a62885d15b - Monotone-Revision: 96f11391475b0d4e71002f19f89309839d039b36 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-02-07T14:12:46 - Monotone-Branch: ca.inverse.sogo +M NEWS commit 1c77687067369a8eb10bf06f9dfd3ee88d51f00d Author: Francis Lachapelle @@ -10843,6 +11659,9 @@ Date: Tue Feb 7 14:00:04 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T14:00:04 +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit 229e93b1802c7e1abee77d74d6256167282a8136 Author: Francis Lachapelle Date: Tue Feb 7 13:56:08 2012 +0000 @@ -10853,6 +11672,9 @@ Date: Tue Feb 7 13:56:08 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T13:56:08 +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/SpanishSpain.lproj/Localizable.strings + commit 5cf70106f964154149f495e23c5437f86975bdc0 Author: Francis Lachapelle Date: Tue Feb 7 13:55:07 2012 +0000 @@ -10863,6 +11685,8 @@ Date: Tue Feb 7 13:55:07 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T13:55:07 +M UI/PreferencesUI/French.lproj/Localizable.strings + commit d818412e723dbc6221ddd8943ff5ee2a91200f47 Author: Francis Lachapelle Date: Tue Feb 7 13:54:28 2012 +0000 @@ -10873,6 +11697,8 @@ Date: Tue Feb 7 13:54:28 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T13:54:28 +M UI/PreferencesUI/Catalan.lproj/Localizable.strings + commit a3b96dc6922f3359cd8a2d7ca5bf005ddf7d3573 Author: Francis Lachapelle Date: Tue Feb 7 12:11:27 2012 +0000 @@ -10883,6 +11709,8 @@ Date: Tue Feb 7 12:11:27 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T12:11:27 +M UI/MainUI/German.lproj/Localizable.strings + commit 63782c9d2379c0a87abaca3e7bc33832a91f6816 Author: Francis Lachapelle Date: Tue Feb 7 10:13:17 2012 +0000 @@ -10895,6 +11723,9 @@ Date: Tue Feb 7 10:13:17 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T10:13:17 +M ChangeLog +M UI/WebServerResources/UIxAttendeesEditor.js + commit 5d9e0e99cf7882c9acf7e610a62f23d1812a465b Author: Francis Lachapelle Date: Tue Feb 7 08:57:10 2012 +0000 @@ -10907,6 +11738,15 @@ Date: Tue Feb 7 08:57:10 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T08:57:10 +M NEWS +M SoObjects/Appointments/NorwegianBokmal.lproj/Localizable.strings +M UI/Common/NorwegianBokmal.lproj/Localizable.strings +M UI/Contacts/NorwegianBokmal.lproj/Localizable.strings +M UI/MailerUI/NorwegianBokmal.lproj/Localizable.strings +M UI/MainUI/NorwegianBokmal.lproj/Localizable.strings +M UI/PreferencesUI/NorwegianBokmal.lproj/Localizable.strings +M UI/Scheduler/NorwegianBokmal.lproj/Localizable.strings + commit d4b89f7d1f4523f44574e867aaf88ae44187779d Author: Francis Lachapelle Date: Tue Feb 7 02:01:00 2012 +0000 @@ -10919,6 +11759,8 @@ Date: Tue Feb 7 02:01:00 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T02:01:00 +M NEWS + commit be4e55c200426895cf9c8287a2d451d206967db6 Author: Francis Lachapelle Date: Tue Feb 7 01:25:39 2012 +0000 @@ -10931,6 +11773,9 @@ Date: Tue Feb 7 01:25:39 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T01:25:39 +M UI/MailerUI/English.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings + commit 0144c750bcc7e0d365e3ae37b573d602675e47be Author: Francis Lachapelle Date: Tue Feb 7 01:24:39 2012 +0000 @@ -10943,6 +11788,13 @@ Date: Tue Feb 7 01:24:39 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T01:24:39 +M UI/Common/Ukrainian.lproj/Localizable.strings +M UI/Contacts/Ukrainian.lproj/Localizable.strings +M UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/MainUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/Scheduler/Ukrainian.lproj/Localizable.strings + commit cf6327561ad9287167c11eb18ed65e08ecd7c170 Author: Francis Lachapelle Date: Tue Feb 7 01:23:21 2012 +0000 @@ -10955,6 +11807,12 @@ Date: Tue Feb 7 01:23:21 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T01:23:21 +M UI/Common/Russian.lproj/Localizable.strings +M UI/Contacts/Russian.lproj/Localizable.strings +M UI/MailerUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings + commit cd36da8a47b1d3ec5a3456551f841fdcf39b61f9 Author: Francis Lachapelle Date: Tue Feb 7 01:20:42 2012 +0000 @@ -10967,6 +11825,16 @@ Date: Tue Feb 7 01:20:42 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T01:20:42 +M SoObjects/Appointments/BrazilianPortuguese.lproj/Localizable.strings +M UI/AdministrationUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/Common/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailPartViewers/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailerUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings + commit 3939729c7c9bb5bbc30e0015a18b747433dc04b6 Author: Francis Lachapelle Date: Tue Feb 7 01:18:40 2012 +0000 @@ -10979,6 +11847,15 @@ Date: Tue Feb 7 01:18:40 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T01:18:40 +M SoObjects/Appointments/Italian.lproj/Localizable.strings +M UI/AdministrationUI/Italian.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings + commit 4eb3df1d11b9bed95b3281366a5414820e16e248 Author: Francis Lachapelle Date: Tue Feb 7 01:13:12 2012 +0000 @@ -10991,6 +11868,12 @@ Date: Tue Feb 7 01:13:12 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T01:13:12 +M UI/Common/SpanishSpain.lproj/Localizable.strings +M UI/Contacts/SpanishSpain.lproj/Localizable.strings +M UI/MailerUI/SpanishSpain.lproj/Localizable.strings +M UI/MainUI/SpanishSpain.lproj/Localizable.strings +M UI/Scheduler/SpanishSpain.lproj/Localizable.strings + commit 30e291f36275a4719bf8d005d37a5e4fdf7b1f2e Author: Francis Lachapelle Date: Tue Feb 7 01:11:07 2012 +0000 @@ -11003,6 +11886,14 @@ Date: Tue Feb 7 01:11:07 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T01:11:07 +M SoObjects/Appointments/German.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/MailPartViewers/German.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings + commit f73064e389b8886081989c81fd82a2e40b078b79 Author: Francis Lachapelle Date: Tue Feb 7 01:07:44 2012 +0000 @@ -11015,6 +11906,13 @@ Date: Tue Feb 7 01:07:44 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T01:07:44 +M UI/Common/Catalan.lproj/Localizable.strings +M UI/Contacts/Catalan.lproj/Localizable.strings +M UI/MailerUI/Catalan.lproj/Localizable.strings +M UI/MainUI/Catalan.lproj/Localizable.strings +M UI/PreferencesUI/Catalan.lproj/Localizable.strings +M UI/Scheduler/Catalan.lproj/Localizable.strings + commit b27f0de9a9acf2e26ea0491b32e73a214a6d44f4 Author: Wolfgang Sourdeau Date: Mon Feb 6 21:32:39 2012 +0000 @@ -11026,6 +11924,8 @@ Date: Mon Feb 6 21:32:39 2012 +0000 Monotone-Date: 2012-02-06T21:32:39 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactEditor.wox + commit 4239a71516fa01d13b2f60681e939cab5c0a75fa Author: Wolfgang Sourdeau Date: Mon Feb 6 13:57:44 2012 +0000 @@ -11036,6 +11936,9 @@ Date: Mon Feb 6 13:57:44 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-02-06T13:57:44 +M ChangeLog +M SoObjects/SOGo/LDAPSource.m + commit d32f0d32b867974226a5fe2a15343fc773e6af05 Author: Wolfgang Sourdeau Date: Mon Feb 6 13:55:46 2012 +0000 @@ -11047,6 +11950,9 @@ Date: Mon Feb 6 13:55:46 2012 +0000 Monotone-Date: 2012-02-06T13:55:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.m + commit 6b3dcc7dfbbc9aa848a24a86371a25e6c959e3ee Author: Francis Lachapelle Date: Fri Feb 3 20:13:23 2012 +0000 @@ -11059,6 +11965,8 @@ Date: Fri Feb 3 20:13:23 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-03T20:13:23 +M Documentation/SOGo Installation Guide.odt + commit 28cba418129c1696e0d3664c272169d3b6c4fa78 Author: Francis Lachapelle Date: Fri Feb 3 19:58:53 2012 +0000 @@ -11071,6 +11979,8 @@ Date: Fri Feb 3 19:58:53 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-03T19:58:53 +M NEWS + commit c91b970f40a1af462c4b5a1bf4f442cd293862b3 Author: Francis Lachapelle Date: Fri Feb 3 18:44:02 2012 +0000 @@ -11083,6 +11993,9 @@ Date: Fri Feb 3 18:44:02 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-03T18:44:02 +M ChangeLog +M UI/WebServerResources/UIxMailEditor.js + commit 07e9de28847a9da83265357c063bb02b5eb3c9f2 Author: Wolfgang Sourdeau Date: Fri Feb 3 17:24:37 2012 +0000 @@ -11094,21 +12007,7 @@ Date: Fri Feb 3 17:24:37 2012 +0000 Monotone-Date: 2012-02-03T17:24:37 Monotone-Branch: ca.inverse.sogo -commit 037711bd24da43db35b4542712c721e99e583dda -Merge: 3fbf557 4d4629e -Author: Wolfgang Sourdeau -Date: Fri Feb 3 17:24:10 2012 +0000 - - merge of '55d114b1af490a0c317169a03805f2c3a6873525' - and '8c5a9e9cc065204a82679aa77cc03ea009be7cfd' - - Monotone-Parent: 55d114b1af490a0c317169a03805f2c3a6873525 - Monotone-Parent: 8c5a9e9cc065204a82679aa77cc03ea009be7cfd - Monotone-Revision: 6e6ddde0b781ba8a6c4605edf730ec8e82cded23 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-02-03T17:24:10 - Monotone-Branch: ca.inverse.sogo +M ChangeLog commit 4d4629e816858414a3f3e118760f905ba829a322 Author: Wolfgang Sourdeau @@ -11121,6 +12020,9 @@ Date: Fri Feb 3 17:23:56 2012 +0000 Monotone-Date: 2012-02-03T17:23:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolderTable.m + commit f3c2b4cca515b35fb3ee2250df4a51ac438d22e1 Author: Wolfgang Sourdeau Date: Fri Feb 3 17:22:45 2012 +0000 @@ -11132,6 +12034,9 @@ Date: Fri Feb 3 17:22:45 2012 +0000 Monotone-Date: 2012-02-03T17:22:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m + commit 3fbf55773ef978999e174781f91e7e902c01905c Author: Francis Lachapelle Date: Fri Feb 3 17:00:47 2012 +0000 @@ -11143,21 +12048,7 @@ Date: Fri Feb 3 17:00:47 2012 +0000 Monotone-Date: 2012-02-03T17:00:47 Monotone-Branch: ca.inverse.sogo -commit b9266a4e53bba32068b0b2b2aacbe69fec313470 -Merge: b436b16 d065753 -Author: Francis Lachapelle -Date: Fri Feb 3 16:59:00 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 7d5711d36b09624f7b8bf3747c0b7c2d743b3d00) - to branch 'ca.inverse.sogo' (head 15b9d9900d3605d1920661f52678d25d93c587ef) - - Monotone-Parent: 15b9d9900d3605d1920661f52678d25d93c587ef - Monotone-Parent: 7d5711d36b09624f7b8bf3747c0b7c2d743b3d00 - Monotone-Revision: ac81d77fda86dad3ce300e48e20f65bd639b24cb - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-02-03T16:59:00 - Monotone-Branch: ca.inverse.sogo +M ChangeLog commit d0657536196882e19985c854d12b4c0e784fc7c1 Author: Francis Lachapelle @@ -11171,6 +12062,9 @@ Date: Fri Feb 3 16:53:21 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-03T16:53:21 +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings + commit 4f3d86ff832c25e81e90317b624a38fdddf6093a Author: Francis Lachapelle Date: Fri Feb 3 16:25:58 2012 +0000 @@ -11183,6 +12077,8 @@ Date: Fri Feb 3 16:25:58 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-03T16:25:58 +M UI/WebServerResources/iefixes.css + commit dfe906cffc7c5f9c0075098aa9c8ea1e34775ebd Author: Francis Lachapelle Date: Fri Feb 3 16:00:44 2012 +0000 @@ -11195,20 +12091,8 @@ Date: Fri Feb 3 16:00:44 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-03T16:00:44 -commit 227bcbd57b46f81834760d5516e3538a2d1af9b4 -Merge: fa7b14d 120218b -Author: Francis Lachapelle -Date: Fri Feb 3 15:40:51 2012 +0000 - - merge of '2c1d66ae690f870d8322c7ae173e86f08455f25f' - and 'b71a73ffd81fa207977122c92575c810ad315108' - - Monotone-Parent: 2c1d66ae690f870d8322c7ae173e86f08455f25f - Monotone-Parent: b71a73ffd81fa207977122c92575c810ad315108 - Monotone-Revision: 41ae9527101a616e7849988930fe0399bf14919f - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-02-03T15:40:51 +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalDailyRecurrenceCalculator.m commit 120218b7f649f3fd5c74f66f7d97cad7558fafc4 Author: Francis Lachapelle @@ -11220,21 +12104,7 @@ Date: Fri Feb 3 15:40:36 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-03T15:40:36 -commit b436b1641abd52b235af8e644f09f8fefb09c25b -Merge: f620cef f1a3bdd -Author: Wolfgang Sourdeau -Date: Fri Feb 3 15:06:37 2012 +0000 - - merge of '876471503a0b45122655ff11d2726d5413827ddb' - and 'fdb9e758160f3e3509c45bb379d9169a3eb0118a' - - Monotone-Parent: 876471503a0b45122655ff11d2726d5413827ddb - Monotone-Parent: fdb9e758160f3e3509c45bb379d9169a3eb0118a - Monotone-Revision: 15b9d9900d3605d1920661f52678d25d93c587ef - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-02-03T15:06:37 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m commit f1a3bdd884004ef6262f02509de7650383dcd3b7 Author: Wolfgang Sourdeau @@ -11247,6 +12117,14 @@ Date: Fri Feb 3 15:05:55 2012 +0000 Monotone-Date: 2012-02-03T15:05:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreFallbackContext.m +M OpenChange/MAPIStoreGCSBaseContext.m +M OpenChange/MAPIStoreMailContext.m +M OpenChange/MAPIStoreSOGo.m + commit d64c7164d72a03da3e3acbdd97740e2100418bc8 Author: Wolfgang Sourdeau Date: Fri Feb 3 15:05:19 2012 +0000 @@ -11258,6 +12136,12 @@ Date: Fri Feb 3 15:05:19 2012 +0000 Monotone-Date: 2012-02-03T15:05:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFSFolder.m +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMailFolder.m + commit 3bf138283b88e8ae61a25ec8b4a58a8db8fb3982 Author: Wolfgang Sourdeau Date: Fri Feb 3 15:01:23 2012 +0000 @@ -11269,6 +12153,9 @@ Date: Fri Feb 3 15:01:23 2012 +0000 Monotone-Date: 2012-02-03T15:01:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.m + commit dff90f588acbbba5b23aad46dd448452639d60d2 Author: Wolfgang Sourdeau Date: Fri Feb 3 14:58:33 2012 +0000 @@ -11280,6 +12167,11 @@ Date: Fri Feb 3 14:58:33 2012 +0000 Monotone-Date: 2012-02-03T14:58:33 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreCalendarContext.m +M OpenChange/MAPIStoreContactsContext.m +M OpenChange/MAPIStoreGCSBaseContext.m +M OpenChange/MAPIStoreTasksContext.m + commit 8cbe8f862ed7a49b11a0bf20eb3aba66d4d5a6f1 Author: Wolfgang Sourdeau Date: Fri Feb 3 14:55:19 2012 +0000 @@ -11291,6 +12183,10 @@ Date: Fri Feb 3 14:55:19 2012 +0000 Monotone-Date: 2012-02-03T14:55:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m + commit fa7b14d2e3e7dff214580258c4d3b7cec375ac08 Author: Jean Raby Date: Thu Feb 2 21:56:32 2012 +0000 @@ -11303,6 +12199,8 @@ Date: Thu Feb 2 21:56:32 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-02-02T21:56:32 +M debian/sogo.init + commit 4b38c7e48343d6ba1cd27133004e102a5b339eb4 Author: Francis Lachapelle Date: Thu Feb 2 20:46:30 2012 +0000 @@ -11315,20 +12213,9 @@ Date: Thu Feb 2 20:46:30 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-02T20:46:30 -commit 28e64b2076025c22ce218328933653857d6cb225 -Merge: eceffe8 a9807c5 -Author: Francis Lachapelle -Date: Thu Feb 2 19:55:50 2012 +0000 - - merge of '1efb09bf023898a5a0088c9ba29ca00f1a304611' - and 'e44dbcb80563c6b1e0330f9be451c0793811c85f' - - Monotone-Parent: 1efb09bf023898a5a0088c9ba29ca00f1a304611 - Monotone-Parent: e44dbcb80563c6b1e0330f9be451c0793811c85f - Monotone-Revision: ab2ccda92b2df4cd7482934e46d69ed541d0ead8 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-02-02T19:55:50 +M ChangeLog +M UI/MailerUI/UIxMailAccountActions.m +M UI/MailerUI/UIxMailMainFrame.m commit a9807c520ffa946e0b5702c65011d6358ca4c1ed Author: Francis Lachapelle @@ -11342,21 +12229,9 @@ Date: Thu Feb 2 19:54:53 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-02T19:54:53 -commit f620cef0d3b2a8d3c77e0db45b19a31862b55d0d -Merge: eceffe8 82b2bed -Author: Jean Raby -Date: Thu Feb 2 18:05:51 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 1efb09bf023898a5a0088c9ba29ca00f1a304611) - to branch 'ca.inverse.sogo' (head 638f19a902b772b34bc553dda4b8925b5d0639df) - - Monotone-Parent: 1efb09bf023898a5a0088c9ba29ca00f1a304611 - Monotone-Parent: 638f19a902b772b34bc553dda4b8925b5d0639df - Monotone-Revision: 876471503a0b45122655ff11d2726d5413827ddb - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-02-02T18:05:51 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/generic.css commit eceffe862ea696094f966c9e37d04d285986bc77 Author: Jean Raby @@ -11371,6 +12246,11 @@ Date: Thu Feb 2 18:05:36 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-02-02T18:05:36 +M Tests/Integration/GNUmakefile.preamble +M Tests/Integration/README +M Tests/Integration/test-caldav-scheduling.py +M Tests/Integration/webdavlib.py + commit 865ae75bbc5b0c43679e3aea2250b88de5406720 Author: Francis Lachapelle Date: Thu Feb 2 15:21:37 2012 +0000 @@ -11383,6 +12263,13 @@ Date: Thu Feb 2 15:21:37 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-02T15:21:37 +M UI/Common/French.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit 82b2bedd7e54d7082de17ed45c5dbed43f191410 Author: Wolfgang Sourdeau Date: Thu Feb 2 01:50:45 2012 +0000 @@ -11394,6 +12281,9 @@ Date: Thu Feb 2 01:50:45 2012 +0000 Monotone-Date: 2012-02-02T01:50:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreUserContext.m + commit e149946f3b6aa06e2eba97888062ac9f03dde34c Author: Wolfgang Sourdeau Date: Thu Feb 2 01:49:39 2012 +0000 @@ -11405,6 +12295,9 @@ Date: Thu Feb 2 01:49:39 2012 +0000 Monotone-Date: 2012-02-02T01:49:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTable.m + commit b1cf68c8374120eb1d1a5804a27e180de9825afb Author: Wolfgang Sourdeau Date: Thu Feb 2 01:48:26 2012 +0000 @@ -11416,6 +12309,8 @@ Date: Thu Feb 2 01:48:26 2012 +0000 Monotone-Date: 2012-02-02T01:48:26 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreUserContext.h + commit cde6473b8b3c86a51c015586a8a448e81338153f Author: Wolfgang Sourdeau Date: Thu Feb 2 01:48:17 2012 +0000 @@ -11427,6 +12322,8 @@ Date: Thu Feb 2 01:48:17 2012 +0000 Monotone-Date: 2012-02-02T01:48:17 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreGCSBaseContext.m + commit 32ee60c025cd00b2cf3f404418f931e53b986ffa Author: Wolfgang Sourdeau Date: Thu Feb 2 01:45:17 2012 +0000 @@ -11438,6 +12335,14 @@ Date: Thu Feb 2 01:45:17 2012 +0000 Monotone-Date: 2012-02-02T01:45:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/SOGoMAPIFSFolder.m +M OpenChange/SOGoMAPIFSMessage.m + commit 28f7997539cc4304a606612660ea754f957590f0 Author: Wolfgang Sourdeau Date: Thu Feb 2 01:42:02 2012 +0000 @@ -11449,6 +12354,10 @@ Date: Thu Feb 2 01:42:02 2012 +0000 Monotone-Date: 2012-02-02T01:42:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoParentFolder.h +M SoObjects/SOGo/SOGoParentFolder.m + commit 6bec1d842f670c8a0235319b126e7739fa1a24f8 Author: Wolfgang Sourdeau Date: Thu Feb 2 01:38:50 2012 +0000 @@ -11460,21 +12369,8 @@ Date: Thu Feb 2 01:38:50 2012 +0000 Monotone-Date: 2012-02-02T01:38:50 Monotone-Branch: ca.inverse.sogo -commit 3c4fd611d82a47f7d88fb2040b032ad6c776ccbc -Merge: 0f87c1e 0d00046 -Author: Francis Lachapelle -Date: Wed Feb 1 21:12:25 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 05f8b72feb6a6c81f20462457e2dbc6c47ae9edc) - to branch 'ca.inverse.sogo' (head dc4e3d958b052eb7529db6b61731e80df56ed412) - - Monotone-Parent: 05f8b72feb6a6c81f20462457e2dbc6c47ae9edc - Monotone-Parent: dc4e3d958b052eb7529db6b61731e80df56ed412 - Monotone-Revision: ba1ab7317c5e8c4b1e95d7e3f299bfd9ea38b10d - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-02-01T21:12:25 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIApplication.m commit 0f87c1e6487cc5cbe0b13bc869bb634c222be6fc Author: Francis Lachapelle @@ -11488,52 +12384,24 @@ Date: Wed Feb 1 21:11:28 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-01T21:11:28 -commit 0d0004682361d858353237c6ac291163c62a7c64 -Merge: a0060fd af67e99 -Author: Ludovic Marcotte -Date: Wed Feb 1 12:06:02 2012 +0000 - - merge of '38034fab3edb528144b8d3e433e6e9bb5ff1a41c' - and 'b139a3df2315bd61a2f9fda08016ffdb761d0018' - - Monotone-Parent: 38034fab3edb528144b8d3e433e6e9bb5ff1a41c - Monotone-Parent: b139a3df2315bd61a2f9fda08016ffdb761d0018 - Monotone-Revision: dc4e3d958b052eb7529db6b61731e80df56ed412 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-02-01T12:06:02 - Monotone-Branch: ca.inverse.sogo - -commit 16edbd7024c90503b579fb8c9848e7719de4228e -Merge: 21b84c6 d49193f -Author: Francis Lachapelle -Date: Tue Jan 31 21:53:10 2012 +0000 - - merge of '6418d36640f538c1fb05b31bb43b1a778ad3c093' - and 'eae8192649cef1bdd72533a053dc0aef3baca4e7' - - Monotone-Parent: 6418d36640f538c1fb05b31bb43b1a778ad3c093 - Monotone-Parent: eae8192649cef1bdd72533a053dc0aef3baca4e7 - Monotone-Revision: d880f3f750251d35b56db7d720ccacbdeead7540 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-01-31T21:53:10 - -commit af67e998017c09b923dfaffca0babc8be350b921 -Merge: 21b84c6 ff5da80 -Author: Jean Raby -Date: Tue Jan 31 20:22:21 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 6418d36640f538c1fb05b31bb43b1a778ad3c093) - to branch 'ca.inverse.sogo' (head 87ae038b39b0598ccb505cbc8b555dcbfd4abbb8) - - Monotone-Parent: 6418d36640f538c1fb05b31bb43b1a778ad3c093 - Monotone-Parent: 87ae038b39b0598ccb505cbc8b555dcbfd4abbb8 - Monotone-Revision: b139a3df2315bd61a2f9fda08016ffdb761d0018 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-01-31T20:22:21 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/English.lproj/Localizable.strings +M UI/Common/UIxUserRightsEditor.h +M UI/Common/UIxUserRightsEditor.m +M UI/Contacts/English.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Templates/ContactsUI/UIxContactsUserRightsEditor.wox +M UI/Templates/MailerUI/UIxMailUserRightsEditor.wox +M UI/Templates/SchedulerUI/UIxCalUserRightsEditor.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxCalUserRightsEditor.css +M UI/WebServerResources/UIxCalUserRightsEditor.js +M UI/WebServerResources/UIxContactsUserRightsEditor.css +M UI/WebServerResources/UIxContactsUserRightsEditor.js +M UI/WebServerResources/UIxMailUserRightsEditor.css +M UI/WebServerResources/UIxMailUserRightsEditor.js commit 21b84c60a5dfb904c6623dc9c487c342b7db4e50 Author: Jean Raby @@ -11548,6 +12416,8 @@ Date: Tue Jan 31 20:22:10 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-01-31T20:22:10 +M Documentation/SOGo Installation Guide.odt + commit d49193f6fccab90d3cbb98e6c43b6b8f1d191966 Author: Francis Lachapelle Date: Tue Jan 31 20:18:49 2012 +0000 @@ -11560,6 +12430,9 @@ Date: Tue Jan 31 20:18:49 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-31T20:18:49 +M ChangeLog +M SoObjects/SOGo/WOResourceManager+SOGo.m + commit a27128037e3b4cbb2a465e69988923c8289b108a Author: Francis Lachapelle Date: Tue Jan 31 20:17:19 2012 +0000 @@ -11570,6 +12443,8 @@ Date: Tue Jan 31 20:17:19 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-31T20:17:19 +M Main/SOGo.m + commit a0060fd7ceb9ed869faba80a0b64286d8c485f6b Author: Wolfgang Sourdeau Date: Tue Jan 31 12:54:36 2012 +0000 @@ -11581,6 +12456,10 @@ Date: Tue Jan 31 12:54:36 2012 +0000 Monotone-Date: 2012-01-31T12:54:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailContext.h +M OpenChange/MAPIStoreMailContext.m + commit 8ffac8727d40aa7b8fa60263c38f629089c8b409 Author: Wolfgang Sourdeau Date: Mon Jan 30 21:42:10 2012 +0000 @@ -11592,6 +12471,11 @@ Date: Mon Jan 30 21:42:10 2012 +0000 Monotone-Date: 2012-01-30T21:42:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreMailFolder.h +M OpenChange/MAPIStoreMailFolder.m + commit 628a788085db9832ca1a7493cd3bbdfb721e9d1d Author: Wolfgang Sourdeau Date: Mon Jan 30 21:42:03 2012 +0000 @@ -11603,6 +12487,8 @@ Date: Mon Jan 30 21:42:03 2012 +0000 Monotone-Date: 2012-01-30T21:42:03 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailContext.m + commit 3a0c5fb72c3df74070e121e8e2302539970b31b9 Author: Wolfgang Sourdeau Date: Mon Jan 30 21:36:48 2012 +0000 @@ -11614,21 +12500,7 @@ Date: Mon Jan 30 21:36:48 2012 +0000 Monotone-Date: 2012-01-30T21:36:48 Monotone-Branch: ca.inverse.sogo -commit 153d78a94414007cbdcd4b7311058c3bc75be159 -Merge: 3bb6a1b ff5da80 -Author: Wolfgang Sourdeau -Date: Mon Jan 30 21:36:32 2012 +0000 - - merge of '4012894fc79b7641cebac42647c13996d86e9eca' - and '87ae038b39b0598ccb505cbc8b555dcbfd4abbb8' - - Monotone-Parent: 4012894fc79b7641cebac42647c13996d86e9eca - Monotone-Parent: 87ae038b39b0598ccb505cbc8b555dcbfd4abbb8 - Monotone-Revision: c8d70dff99b3d65489f2eb27876957a819f70431 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-01-30T21:36:32 - Monotone-Branch: ca.inverse.sogo +M ChangeLog commit 3bb6a1b975c8a1ca12ac26be0e5604198db21cb7 Author: Wolfgang Sourdeau @@ -11641,6 +12513,10 @@ Date: Mon Jan 30 20:47:07 2012 +0000 Monotone-Date: 2012-01-30T20:47:07 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M UI/MailerUI/UIxMailFolderActions.m + commit 98c9f995c81be057c73b355ee1011c2e2d96b9cc Author: Wolfgang Sourdeau Date: Mon Jan 30 20:20:02 2012 +0000 @@ -11652,6 +12528,9 @@ Date: Mon Jan 30 20:20:02 2012 +0000 Monotone-Date: 2012-01-30T20:20:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFallbackContext.m + commit f3cbd4f172be8adead4554e6440afc1ab277ddfa Author: Wolfgang Sourdeau Date: Mon Jan 30 20:17:21 2012 +0000 @@ -11663,37 +12542,9 @@ Date: Mon Jan 30 20:17:21 2012 +0000 Monotone-Date: 2012-01-30T20:17:21 Monotone-Branch: ca.inverse.sogo -commit ef2485e56b0e0e3512126a909190deef8764b2f1 -Merge: fab8df2 054847d -Author: Wolfgang Sourdeau -Date: Mon Jan 30 20:13:26 2012 +0000 - - merge of '0f6736fbdcac680f48a921ca2664b95bc58943fa' - and '6b3a3195262782a0783af8640a0fb24dd1103387' - - Monotone-Parent: 0f6736fbdcac680f48a921ca2664b95bc58943fa - Monotone-Parent: 6b3a3195262782a0783af8640a0fb24dd1103387 - Monotone-Revision: 0a8c7dabf7593bb4006f867c16170e5c59ac875a - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-01-30T20:13:26 - Monotone-Branch: ca.inverse.sogo - -commit ff5da80b7c59199b943d7337c2c5beb625f4a60d -Merge: fab8df2 ac5fce2 -Author: Francis Lachapelle -Date: Mon Jan 30 20:12:39 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 8036e636bb63c425915c350dea2d93a7021a1058) - to branch 'ca.inverse.sogo' (head 0f6736fbdcac680f48a921ca2664b95bc58943fa) - - Monotone-Parent: 0f6736fbdcac680f48a921ca2664b95bc58943fa - Monotone-Parent: 8036e636bb63c425915c350dea2d93a7021a1058 - Monotone-Revision: 87ae038b39b0598ccb505cbc8b555dcbfd4abbb8 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-01-30T20:12:39 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreUserContext.h +M OpenChange/MAPIStoreUserContext.m commit ac5fce2cda9267d6a26ae14cd35f2a848f5b0948 Author: Francis Lachapelle @@ -11705,6 +12556,8 @@ Date: Mon Jan 30 20:12:18 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-30T20:12:18 +M UI/Templates/SchedulerUI/UIxCalMainView.wox + commit 054847d0ca83c08e3e29245614974bbacfe9eb7d Author: Wolfgang Sourdeau Date: Mon Jan 30 20:12:18 2012 +0000 @@ -11716,6 +12569,8 @@ Date: Mon Jan 30 20:12:18 2012 +0000 Monotone-Date: 2012-01-30T20:12:18 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreContext.m + commit a4c6873091b7f514d1e3de97c06096160b791542 Author: Wolfgang Sourdeau Date: Mon Jan 30 20:11:49 2012 +0000 @@ -11727,21 +12582,11 @@ Date: Mon Jan 30 20:11:49 2012 +0000 Monotone-Date: 2012-01-30T20:11:49 Monotone-Branch: ca.inverse.sogo -commit fab8df2d9389eff7d0206cdcb20e6b5a6d452074 -Merge: 1573291 9f8c705 -Author: Francis Lachapelle -Date: Mon Jan 30 20:01:28 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 4d8fb1ed0734fbcfd6dc4e68194b48101ac46567) - to branch 'ca.inverse.sogo' (head 18a9f2ed7229757c1bbe4882195c7c1a807365d8) - - Monotone-Parent: 18a9f2ed7229757c1bbe4882195c7c1a807365d8 - Monotone-Parent: 4d8fb1ed0734fbcfd6dc4e68194b48101ac46567 - Monotone-Revision: 0f6736fbdcac680f48a921ca2664b95bc58943fa - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-01-30T20:01:28 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarContext.m +M OpenChange/MAPIStoreContactsContext.m +M OpenChange/MAPIStoreGCSBaseContext.m +M OpenChange/MAPIStoreTasksContext.m commit 9f8c705eafeae4793d9785b014fa644edddef7ea Author: Francis Lachapelle @@ -11755,6 +12600,21 @@ Date: Mon Jan 30 19:59:05 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-30T19:59:05 +M ChangeLog +M UI/Common/English.lproj/Localizable.strings +M UI/Templates/ContactsUI/UIxContactsUserRightsEditor.wox +M UI/Templates/MailerUI/UIxMailUserRightsEditor.wox +M UI/Templates/SchedulerUI/UIxCalUserRightsEditor.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxCalUserRightsEditor.css +M UI/WebServerResources/UIxCalUserRightsEditor.js +M UI/WebServerResources/UIxContactsUserRightsEditor.css +M UI/WebServerResources/UIxContactsUserRightsEditor.js +M UI/WebServerResources/UIxMailUserRightsEditor.css +M UI/WebServerResources/UIxMailUserRightsEditor.js +M UI/WebServerResources/generic.js +M UI/WebServerResources/iefixes.css + commit d9bae3cf975ccc9d2e896584358443ba5835660d Author: Francis Lachapelle Date: Mon Jan 30 19:51:38 2012 +0000 @@ -11765,20 +12625,7 @@ Date: Mon Jan 30 19:51:38 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-30T19:51:38 -commit 7dcdc01a6e5421248aa68ef2b5a3fab3fa1b210d -Merge: 2948ef3 c3e1b58 -Author: Francis Lachapelle -Date: Mon Jan 30 19:44:20 2012 +0000 - - merge of 'b5720d1cdf1d7a97ffae696deda5507c61e52da1' - and 'd4d75da556a634766f5532f5398f2f94ef2ba8df' - - Monotone-Parent: b5720d1cdf1d7a97ffae696deda5507c61e52da1 - Monotone-Parent: d4d75da556a634766f5532f5398f2f94ef2ba8df - Monotone-Revision: bfece4528b81534d630f73e8a0253a500274486d - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-01-30T19:44:20 +M UI/WebServerResources/UIxPreferences.js commit c3e1b585506e8bcdcbeb33dcb8b3abd2d2a3f44d Author: Francis Lachapelle @@ -11792,6 +12639,8 @@ Date: Mon Jan 30 19:43:55 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-30T19:43:55 +M NEWS + commit 8d4b891c50d262da46c4ba6fa41120d505ff1130 Author: Francis Lachapelle Date: Mon Jan 30 19:43:38 2012 +0000 @@ -11802,21 +12651,7 @@ Date: Mon Jan 30 19:43:38 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-30T19:43:38 -commit 1573291b02dbd0ad9315fea7ee56429ea74eceab -Merge: 4b81cb1 2948ef3 -Author: Ludovic Marcotte -Date: Mon Jan 30 19:07:34 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head b5720d1cdf1d7a97ffae696deda5507c61e52da1) - to branch 'ca.inverse.sogo' (head 9235e5dc4d151a3cba8ad842ac39e1b2d18c8201) - - Monotone-Parent: 9235e5dc4d151a3cba8ad842ac39e1b2d18c8201 - Monotone-Parent: b5720d1cdf1d7a97ffae696deda5507c61e52da1 - Monotone-Revision: 18a9f2ed7229757c1bbe4882195c7c1a807365d8 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-01-30T19:07:34 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m commit 2948ef366963fffd5810248f62763e5c01c17b71 Author: Ludovic Marcotte @@ -11830,6 +12665,8 @@ Date: Mon Jan 30 19:07:24 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-01-30T19:07:24 +M SoObjects/SOGo/SOGoLDAPUserDefaults.m + commit 4b81cb167d98f5d2f2570186655396366de80954 Author: Wolfgang Sourdeau Date: Sun Jan 29 19:55:21 2012 +0000 @@ -11841,6 +12678,40 @@ Date: Sun Jan 29 19:55:21 2012 +0000 Monotone-Date: 2012-01-29T19:55:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIApplication.h +M OpenChange/MAPIApplication.m +M OpenChange/MAPIStoreAttachment.m +M OpenChange/MAPIStoreCalendarContext.m +M OpenChange/MAPIStoreCalendarFolder.m +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreContactsContext.m +M OpenChange/MAPIStoreContactsFolder.m +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreFAIMessage.m +M OpenChange/MAPIStoreFSBaseContext.m +M OpenChange/MAPIStoreFSFolder.m +M OpenChange/MAPIStoreFallbackContext.m +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreGCSMessage.m +M OpenChange/MAPIStoreMailContext.h +M OpenChange/MAPIStoreMailContext.m +M OpenChange/MAPIStoreMailFolder.h +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMailVolatileMessage.m +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreNotesContext.m +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTasksContext.m +M OpenChange/MAPIStoreTasksFolder.m +M OpenChange/SOGoMAPIFSFolder.m + commit a7da84c8048993c82e63738b2bf3d6d76761f83f Author: Wolfgang Sourdeau Date: Sun Jan 29 19:43:09 2012 +0000 @@ -11852,6 +12723,16 @@ Date: Sun Jan 29 19:43:09 2012 +0000 Monotone-Date: 2012-01-29T19:43:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentFolders.h +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/Mailer/SOGoSentFolder.m +M SoObjects/Mailer/SOGoTrashFolder.m +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoFolder.m + commit 7147aec5d5327a5ece0b8fd5ee01bb5c9bff90d7 Author: Wolfgang Sourdeau Date: Sun Jan 29 19:41:50 2012 +0000 @@ -11863,21 +12744,7 @@ Date: Sun Jan 29 19:41:50 2012 +0000 Monotone-Date: 2012-01-29T19:41:50 Monotone-Branch: ca.inverse.sogo -commit 58fbfea325e4c0033084676fc163001ed30e76d1 -Merge: 3ce82f7 fa298c8 -Author: Wolfgang Sourdeau -Date: Sun Jan 29 19:41:23 2012 +0000 - - merge of '6e52ef029c1ba3330e77bd6dcc994c86557f4533' - and 'f9a1466ff29e3870ab75ba13c8294afbb2c94f0c' - - Monotone-Parent: 6e52ef029c1ba3330e77bd6dcc994c86557f4533 - Monotone-Parent: f9a1466ff29e3870ab75ba13c8294afbb2c94f0c - Monotone-Revision: 91b83ade7a4eee6cb72c4f6f7e456706d0484cf0 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-01-29T19:41:23 - Monotone-Branch: ca.inverse.sogo +M ChangeLog commit 3ce82f744d247ab8c69c6381aa77526b8e01ba61 Author: Wolfgang Sourdeau @@ -11890,21 +12757,9 @@ Date: Sun Jan 29 19:40:44 2012 +0000 Monotone-Date: 2012-01-29T19:40:44 Monotone-Branch: ca.inverse.sogo -commit fa298c8b0707ec720f3bd265b62fee2962f209fa -Merge: 9da91b0 e6806a7 -Author: Ludovic Marcotte -Date: Fri Jan 27 20:37:06 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 78e0e48d54b37e3da54b0ecca3eb1ed2dd1b41f7) - to branch 'ca.inverse.sogo' (head 8daffcffafece4be7e0553a181f9186e385e2b77) - - Monotone-Parent: 78e0e48d54b37e3da54b0ecca3eb1ed2dd1b41f7 - Monotone-Parent: 8daffcffafece4be7e0553a181f9186e385e2b77 - Monotone-Revision: f9a1466ff29e3870ab75ba13c8294afbb2c94f0c - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-01-27T20:37:06 - Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile +A OpenChange/MAPIStoreUserContext.h +A OpenChange/MAPIStoreUserContext.m commit 9da91b055fd3232d3a7de995c65ed4a2c3983fce Author: Ludovic Marcotte @@ -11918,6 +12773,8 @@ Date: Fri Jan 27 20:37:00 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-01-27T20:37:00 +M SoObjects/Appointments/SOGoFreeBusyObject.m + commit e6806a7bc96a2b85494788bee6503b20ac708f8e Author: Ludovic Marcotte Date: Fri Jan 27 15:24:00 2012 +0000 @@ -11931,37 +12788,7 @@ Date: Fri Jan 27 15:24:00 2012 +0000 Monotone-Date: 2012-01-27T15:24:00 Monotone-Branch: ca.inverse.sogo -commit 0ba25b4cd54be6eb98fa3c1a7335eb725ae996c2 -Merge: d43a252 87e3db5 -Author: Ludovic Marcotte -Date: Fri Jan 27 15:23:19 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 15c306f9d11152fee321b11e184bc75e9e2be6f8) - to branch 'ca.inverse.sogo' (head 0314a56a186d909c3c83333916d6b43946976a9f) - - Monotone-Parent: 0314a56a186d909c3c83333916d6b43946976a9f - Monotone-Parent: 15c306f9d11152fee321b11e184bc75e9e2be6f8 - Monotone-Revision: b1c3c4abdd41b8895de8a28a2a5fe6ce0af01caf - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-01-27T15:23:19 - Monotone-Branch: ca.inverse.sogo - -commit d43a2520315ef2180e1b212bad4494125ab8058f -Merge: 031d7b8 3f4197f -Author: Ludovic Marcotte -Date: Fri Jan 27 15:22:57 2012 +0000 - - merge of '402d2e80afd5b6d503eb69f531d01bada65a2a51' - and '881d0e4a9a9117f8671dd4758b691044c07a1247' - - Monotone-Parent: 402d2e80afd5b6d503eb69f531d01bada65a2a51 - Monotone-Parent: 881d0e4a9a9117f8671dd4758b691044c07a1247 - Monotone-Revision: 0314a56a186d909c3c83333916d6b43946976a9f - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-01-27T15:22:57 - Monotone-Branch: ca.inverse.sogo +M ChangeLog commit 87e3db53911d202e2f36ac7402e56c794a092e4d Author: Ludovic Marcotte @@ -11975,21 +12802,9 @@ Date: Fri Jan 27 15:21:51 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-01-27T15:21:51 -commit 031d7b8c63b6874d6c185453cff8e82a8fac031d -Merge: 6fdf82f 671feec -Author: Ludovic Marcotte -Date: Fri Jan 27 13:48:19 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head ee188ecf014aadf3749779aa50df66d72a126c71) - to branch 'ca.inverse.sogo' (head 11580fb345165bd8e5c0aa63ea2a877918103825) - - Monotone-Parent: 11580fb345165bd8e5c0aa63ea2a877918103825 - Monotone-Parent: ee188ecf014aadf3749779aa50df66d72a126c71 - Monotone-Revision: 402d2e80afd5b6d503eb69f531d01bada65a2a51 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-01-27T13:48:19 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentFolderObject.m commit 671feec0b41b063bb07734823d75aade1f8bea2d Author: Ludovic Marcotte @@ -12003,21 +12818,7 @@ Date: Fri Jan 27 13:47:45 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-01-27T13:47:45 -commit 6fdf82f0f82c1b68df1f35168ea2a433deae8fb5 -Merge: f5b8a68 d629811 -Author: Ludovic Marcotte -Date: Fri Jan 27 13:31:43 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 3e4e00b49a457f4533668ca39d8371e85202e49c) - to branch 'ca.inverse.sogo' (head 3dc6d9dff558dfb935fde8eee2c978d9a9d1a774) - - Monotone-Parent: 3dc6d9dff558dfb935fde8eee2c978d9a9d1a774 - Monotone-Parent: 3e4e00b49a457f4533668ca39d8371e85202e49c - Monotone-Revision: 11580fb345165bd8e5c0aa63ea2a877918103825 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-01-27T13:31:43 - Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/English.lproj/Localizable.strings commit d629811e4ec149f9895930f6a553f97607bd8db2 Author: Ludovic Marcotte @@ -12031,6 +12832,8 @@ Date: Fri Jan 27 13:31:37 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-01-27T13:31:37 +M UI/PreferencesUI/English.lproj/Localizable.strings + commit 3f4197f2fab1d34e867226f0cc8263143f78febd Author: Wolfgang Sourdeau Date: Thu Jan 26 19:57:17 2012 +0000 @@ -12042,6 +12845,29 @@ Date: Thu Jan 26 19:57:17 2012 +0000 Monotone-Date: 2012-01-26T19:57:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +D OpenChange/MAPIStoreCommonViewsContext.h +D OpenChange/MAPIStoreCommonViewsContext.m +D OpenChange/MAPIStoreDeferredActionsContext.h +D OpenChange/MAPIStoreDeferredActionsContext.m +D OpenChange/MAPIStoreFreebusyContext.h +D OpenChange/MAPIStoreFreebusyContext.m +D OpenChange/MAPIStoreJournalContext.h +D OpenChange/MAPIStoreJournalContext.m +D OpenChange/MAPIStoreRemindersContext.h +D OpenChange/MAPIStoreRemindersContext.m +D OpenChange/MAPIStoreScheduleContext.h +D OpenChange/MAPIStoreScheduleContext.m +D OpenChange/MAPIStoreSearchContext.h +D OpenChange/MAPIStoreSearchContext.m +D OpenChange/MAPIStoreShortcutsContext.h +D OpenChange/MAPIStoreShortcutsContext.m +D OpenChange/MAPIStoreSpoolerContext.h +D OpenChange/MAPIStoreSpoolerContext.m +D OpenChange/MAPIStoreViewsContext.h +D OpenChange/MAPIStoreViewsContext.m + commit 996b6ae8177dc4cc343aff533068f003892ce22e Author: Wolfgang Sourdeau Date: Thu Jan 26 19:56:56 2012 +0000 @@ -12053,6 +12879,8 @@ Date: Thu Jan 26 19:56:56 2012 +0000 Monotone-Date: 2012-01-26T19:56:56 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreFallbackContext.m + commit e942cb8b52422306ae3bf6cf2593a157166f1cf9 Author: Wolfgang Sourdeau Date: Thu Jan 26 19:56:36 2012 +0000 @@ -12064,6 +12892,8 @@ Date: Thu Jan 26 19:56:36 2012 +0000 Monotone-Date: 2012-01-26T19:56:36 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreFolder.h + commit ada80546fde81969415a003ebf783a23cc8e2fb2 Author: Wolfgang Sourdeau Date: Thu Jan 26 19:56:24 2012 +0000 @@ -12075,6 +12905,11 @@ Date: Thu Jan 26 19:56:24 2012 +0000 Monotone-Date: 2012-01-26T19:56:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFSFolder.m +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMailFolder.m + commit 83709fd892d725b8099aa2e5a470af0f0e9612df Author: Wolfgang Sourdeau Date: Thu Jan 26 19:54:36 2012 +0000 @@ -12086,21 +12921,15 @@ Date: Thu Jan 26 19:54:36 2012 +0000 Monotone-Date: 2012-01-26T19:54:36 Monotone-Branch: ca.inverse.sogo -commit f5b8a68af9b3d48ea8249f9d0c0a165b845043c9 -Merge: c4783b1 68b99f2 -Author: Ludovic Marcotte -Date: Thu Jan 26 18:20:04 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 6bee8aebb26a5d4337cc6ae5400d1573f789be82) - to branch 'ca.inverse.sogo' (head f2612a8cd144efc05fbd0847e973f12e72643c9b) - - Monotone-Parent: 6bee8aebb26a5d4337cc6ae5400d1573f789be82 - Monotone-Parent: f2612a8cd144efc05fbd0847e973f12e72643c9b - Monotone-Revision: 3dc6d9dff558dfb935fde8eee2c978d9a9d1a774 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-01-26T18:20:04 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarContext.m +M OpenChange/MAPIStoreContactsContext.m +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreMailContext.m +M OpenChange/MAPIStoreNotesContext.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTasksContext.m commit c4783b14d0a7a9a8c9b414a40d090aab14b95340 Author: Ludovic Marcotte @@ -12114,6 +12943,9 @@ Date: Thu Jan 26 18:19:44 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-01-26T18:19:44 +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/WebServerResources/UIxPreferences.js + commit 68b99f2f28fe8b1cc327b8b53f4452870426b1cd Author: Ludovic Marcotte Date: Thu Jan 26 16:27:18 2012 +0000 @@ -12127,21 +12959,7 @@ Date: Thu Jan 26 16:27:18 2012 +0000 Monotone-Date: 2012-01-26T16:27:18 Monotone-Branch: ca.inverse.sogo -commit 9ad7a6fa08d0ad5417b390fe25ab694375b07026 -Merge: 2d03fb1 128a055 -Author: Ludovic Marcotte -Date: Thu Jan 26 16:26:28 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 64559b055668abe30f492544f049160b05cf7ab9) - to branch 'ca.inverse.sogo' (head deed692cb3c352022ee720bc7f7b2d91e734367b) - - Monotone-Parent: 64559b055668abe30f492544f049160b05cf7ab9 - Monotone-Parent: deed692cb3c352022ee720bc7f7b2d91e734367b - Monotone-Revision: 24936b7a90184df1eebd3fa1c0df81c4dcbb2751 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-01-26T16:26:28 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPSource.m commit 2d03fb105544d5d095fffd8200331276b433e6c2 Author: Ludovic Marcotte @@ -12155,20 +12973,10 @@ Date: Thu Jan 26 16:22:28 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-01-26T16:22:28 -commit aefadd691d51178110d3e2537c3ddedefa3c9a56 -Merge: 455cc7d 222f0fe -Author: Francis Lachapelle -Date: Thu Jan 26 14:48:18 2012 +0000 - - merge of '8e433a63a6503dd3c80bf9a1462fdf7fe56d4c09' - and 'f66f0fe4d0c10d1b3986e47a08b0ce8c08736f3c' - - Monotone-Parent: 8e433a63a6503dd3c80bf9a1462fdf7fe56d4c09 - Monotone-Parent: f66f0fe4d0c10d1b3986e47a08b0ce8c08736f3c - Monotone-Revision: 05f7c7299403692e01480ce30ae2a612e6172f84 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-01-26T14:48:18 +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m commit 455cc7d692a2f3cd3c1adf018122ab26f3149982 Author: Francis Lachapelle @@ -12182,21 +12990,8 @@ Date: Thu Jan 26 14:47:47 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-26T14:47:47 -commit 128a05501a58e49887a8a80871f2a7b6d96e277b -Merge: e792ff0 222f0fe -Author: Ludovic Marcotte -Date: Wed Jan 25 20:28:28 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head f66f0fe4d0c10d1b3986e47a08b0ce8c08736f3c) - to branch 'ca.inverse.sogo' (head 57bf65070b9e7165596b27d1753f3eecf15f29f9) - - Monotone-Parent: 57bf65070b9e7165596b27d1753f3eecf15f29f9 - Monotone-Parent: f66f0fe4d0c10d1b3986e47a08b0ce8c08736f3c - Monotone-Revision: deed692cb3c352022ee720bc7f7b2d91e734367b - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-01-25T20:28:28 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/dtree.css commit 222f0fe21e072a70068f7e4ee31c73f36a8db6f6 Author: Ludovic Marcotte @@ -12210,6 +13005,9 @@ Date: Wed Jan 25 20:26:30 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-01-25T20:26:30 +M ChangeLog +M SOPE/GDLContentStore/GCSFolder.m + commit 40ba66330cb7083892ec4a95800526c7ddef58db Author: Francis Lachapelle Date: Tue Jan 24 14:05:53 2012 +0000 @@ -12222,6 +13020,10 @@ Date: Tue Jan 24 14:05:53 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-24T14:05:53 +M ChangeLog +M NEWS +M UI/Scheduler/UIxCalFolderActions.m + commit 58ad3eaa7db7991f2352c39dfa792f3cc2338b22 Author: Francis Lachapelle Date: Tue Jan 24 05:53:55 2012 +0000 @@ -12232,37 +13034,7 @@ Date: Tue Jan 24 05:53:55 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-24T05:53:55 -commit e792ff03dd3928113693881e8f51a3f576a985c6 -Merge: 31de344 f16cefa -Author: Jean Raby -Date: Fri Jan 20 18:50:16 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head ecc0c907192778ee08a07fb020aa037de83d7bed) - to branch 'ca.inverse.sogo' (head 8c454beced4065ab33a74905784cb670a0285959) - - Monotone-Parent: 8c454beced4065ab33a74905784cb670a0285959 - Monotone-Parent: ecc0c907192778ee08a07fb020aa037de83d7bed - Monotone-Revision: 57bf65070b9e7165596b27d1753f3eecf15f29f9 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-01-20T18:50:16 - Monotone-Branch: ca.inverse.sogo - -commit 31de3448c4042f907a8b70b47d0a97c0f38aebc9 -Merge: 7dc9e4b 11a22d5 -Author: Jean Raby -Date: Fri Jan 20 18:48:21 2012 +0000 - - merge of '83421e247100566d2b53cc3aabf6af4e829a9145' - and 'f06b5c51d33b49e9e8e5c1bd337b720f3d1f28e0' - - Monotone-Parent: 83421e247100566d2b53cc3aabf6af4e829a9145 - Monotone-Parent: f06b5c51d33b49e9e8e5c1bd337b720f3d1f28e0 - Monotone-Revision: 8c454beced4065ab33a74905784cb670a0285959 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-01-20T18:48:21 - Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalListingActions.m commit f16cefad3190c5d26a912638a24ca832dd94e7e1 Author: Jean Raby @@ -12276,21 +13048,8 @@ Date: Fri Jan 20 18:43:29 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-01-20T18:43:29 -commit 11a22d590b6cf95d42f81b994f46e655e863ba93 -Merge: 29ce019 a02ed4b -Author: Wolfgang Sourdeau -Date: Fri Jan 20 16:44:09 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head e13dda2a639bb68b9e67d7b4dd75235d9d98ef1b) - to branch 'ca.inverse.sogo' (head f9d2bf55bd46e8957cdcb8f5fb95a1102244215f) - - Monotone-Parent: e13dda2a639bb68b9e67d7b4dd75235d9d98ef1b - Monotone-Parent: f9d2bf55bd46e8957cdcb8f5fb95a1102244215f - Monotone-Revision: f06b5c51d33b49e9e8e5c1bd337b720f3d1f28e0 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-01-20T16:44:09 - Monotone-Branch: ca.inverse.sogo +A Scripts/sql-update-1.3.11_to_1.3.12-mysql.sh +M Scripts/sql-update-1.3.11_to_1.3.12.sh commit 29ce01947ae71e461cb56949ebdd828e79bedf53 Author: Wolfgang Sourdeau @@ -12302,6 +13061,9 @@ Date: Fri Jan 20 16:43:48 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-01-20T16:43:48 +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSSpecialQueries.m + commit d4bdec26c74b85114834adbc486a8c67b886a73d Author: Ludovic Marcotte Date: Fri Jan 20 01:06:38 2012 +0000 @@ -12314,6 +13076,8 @@ Date: Fri Jan 20 01:06:38 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-01-20T01:06:38 +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + commit 9c5070dbe46e70b66274cdabeaffe3357965d39e Author: Ludovic Marcotte Date: Fri Jan 20 00:39:21 2012 +0000 @@ -12326,21 +13090,7 @@ Date: Fri Jan 20 00:39:21 2012 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-01-20T00:39:21 -commit a02ed4b4a6f060ecf214aa4343a66eb19f0b4717 -Merge: 5c8f684 4ec198d -Author: Francis Lachapelle -Date: Thu Jan 19 22:08:27 2012 +0000 - - merge of '330348e97f6cabdaec8e12cd5622c44de762c086' - and 'ffd7393157c88a834c33d2ca30dc76ef3026c253' - - Monotone-Parent: 330348e97f6cabdaec8e12cd5622c44de762c086 - Monotone-Parent: ffd7393157c88a834c33d2ca30dc76ef3026c253 - Monotone-Revision: f9d2bf55bd46e8957cdcb8f5fb95a1102244215f - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-01-19T22:08:27 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt commit 4ec198dbd7a5940c20e80a9eaace66d27ff5c637 Author: Wolfgang Sourdeau @@ -12353,37 +13103,7 @@ Date: Fri Jan 20 01:36:31 2012 +0000 Monotone-Date: 2012-01-20T01:36:31 Monotone-Branch: ca.inverse.sogo -commit 5c8f684f68b80b40d4b276e744ba004d2fac23f4 -Merge: d4bdec2 3561895 -Author: Ludovic Marcotte -Date: Fri Jan 20 01:06:46 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 72afba9e20695bc88d32c0eb61dd396b9f67e013) - to branch 'ca.inverse.sogo' (head 7350e2dc1cd7b8d9ac3163e46a58367520a711b2) - - Monotone-Parent: 72afba9e20695bc88d32c0eb61dd396b9f67e013 - Monotone-Parent: 7350e2dc1cd7b8d9ac3163e46a58367520a711b2 - Monotone-Revision: 330348e97f6cabdaec8e12cd5622c44de762c086 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-01-20T01:06:46 - Monotone-Branch: ca.inverse.sogo - -commit 35618953d3a8da19c0737593f1be65ad245ab01a -Merge: b3fc0c1 9c5070d -Author: Ludovic Marcotte -Date: Fri Jan 20 00:42:28 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head e06508d0c983ab0f20c49852cea74409f575b9c0) - to branch 'ca.inverse.sogo' (head 1cafe7a57bb95258d6e78d2bc0a96b00fcdb0325) - - Monotone-Parent: 1cafe7a57bb95258d6e78d2bc0a96b00fcdb0325 - Monotone-Parent: e06508d0c983ab0f20c49852cea74409f575b9c0 - Monotone-Revision: 7350e2dc1cd7b8d9ac3163e46a58367520a711b2 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2012-01-20T00:42:28 - Monotone-Branch: ca.inverse.sogo +M Tests/Integration/GNUmakefile.preamble commit b620736a86166269d6f1a0eb99f6fc358d884270 Author: Francis Lachapelle @@ -12397,21 +13117,8 @@ Date: Thu Jan 19 21:47:42 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-19T21:47:42 -commit 7dc9e4b9e6efd257364a46bbd5c02cbc80732146 -Merge: b3fc0c1 d417ac4 -Author: Jean Raby -Date: Wed Jan 18 21:13:10 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 391c1e195976b5875d916503b0d547cda96a8d27) - to branch 'ca.inverse.sogo' (head 1cafe7a57bb95258d6e78d2bc0a96b00fcdb0325) - - Monotone-Parent: 1cafe7a57bb95258d6e78d2bc0a96b00fcdb0325 - Monotone-Parent: 391c1e195976b5875d916503b0d547cda96a8d27 - Monotone-Revision: 83421e247100566d2b53cc3aabf6af4e829a9145 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-01-18T21:13:10 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxMailToSelection.js commit d417ac4a1cee1d3719afb844743640e9c75f3fed Author: Jean Raby @@ -12425,21 +13132,8 @@ Date: Wed Jan 18 21:12:37 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-01-18T21:12:37 -commit b3fc0c148823dcc1bb52fbc0e126a4b361a62a8d -Merge: 7003b0d c8de67e -Author: Jean Raby -Date: Wed Jan 18 19:13:39 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head e9d0934cdcf296ed289800c9d1ac79e23c626dff) - to branch 'ca.inverse.sogo' (head 64af02cee8887fd3481d476d2c1a32bae0209e18) - - Monotone-Parent: 64af02cee8887fd3481d476d2c1a32bae0209e18 - Monotone-Parent: e9d0934cdcf296ed289800c9d1ac79e23c626dff - Monotone-Revision: 1cafe7a57bb95258d6e78d2bc0a96b00fcdb0325 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-01-18T19:13:39 - Monotone-Branch: ca.inverse.sogo +M debian/control +M sogo.spec commit c8de67e1f44cc2e2ee442dfaee97bdf8bf70c45d Author: Jean Raby @@ -12453,6 +13147,8 @@ Date: Wed Jan 18 19:11:20 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-01-18T19:11:20 +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + commit 6a97cf9f4bfdfed55953281acb207f6f242b389f Author: Francis Lachapelle Date: Wed Jan 18 16:16:11 2012 +0000 @@ -12463,21 +13159,7 @@ Date: Wed Jan 18 16:16:11 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-18T16:16:11 -commit 7003b0d9a3f2fb223db2543cdb8ddd55cc464c6c -Merge: edf7715 8db30c1 -Author: Wolfgang Sourdeau -Date: Tue Jan 17 19:53:38 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head d7e3b62e2d085f5bc624b04dd91f11f866364b13) - to branch 'ca.inverse.sogo' (head b9e528a27e01ed03f230f04af5fbb3e72756f192) - - Monotone-Parent: b9e528a27e01ed03f230f04af5fbb3e72756f192 - Monotone-Parent: d7e3b62e2d085f5bc624b04dd91f11f866364b13 - Monotone-Revision: 64af02cee8887fd3481d476d2c1a32bae0209e18 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-01-17T19:53:38 - Monotone-Branch: ca.inverse.sogo +M debian/sogo.init commit 8db30c1149f53787f68d8de1e3b1e0cb30594b67 Author: Wolfgang Sourdeau @@ -12489,21 +13171,8 @@ Date: Tue Jan 17 19:52:51 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-01-17T19:52:51 -commit edf77158c8365978108ccf47189e3e1b3a219c14 -Merge: 1746d30 f554845 -Author: Wolfgang Sourdeau -Date: Mon Jan 16 20:19:10 2012 +0000 - - merge of '181c204ddec5a60db59ce4a63428f75cb20a7a81' - and '711719c8f61430104774de2c64f475461e66414d' - - Monotone-Parent: 181c204ddec5a60db59ce4a63428f75cb20a7a81 - Monotone-Parent: 711719c8f61430104774de2c64f475461e66414d - Monotone-Revision: b9e528a27e01ed03f230f04af5fbb3e72756f192 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-01-16T20:19:10 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxFilterEditor.js commit 1746d307f339b8c82aed681d25958966871d6b55 Author: Wolfgang Sourdeau @@ -12516,6 +13185,9 @@ Date: Mon Jan 16 20:18:39 2012 +0000 Monotone-Date: 2012-01-16T20:18:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SQLSource.m + commit 3fbe4213195bbe3f2cf7bcf108b1b72661302c4c Author: Wolfgang Sourdeau Date: Sun Jan 15 23:58:26 2012 +0000 @@ -12527,6 +13199,13 @@ Date: Sun Jan 15 23:58:26 2012 +0000 Monotone-Date: 2012-01-15T23:58:26 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMailMessageTable.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTable.h +M OpenChange/MAPIStoreTable.m + commit 76bd954d391651275d64807b45010f4f123b909f Author: Francis Lachapelle Date: Sat Jan 14 18:46:52 2012 +0000 @@ -12539,21 +13218,8 @@ Date: Sat Jan 14 18:46:52 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-14T18:46:52 -commit e451ed46b49d1d93587203e26792198874cdfa52 -Merge: 007cd57 537604d -Author: Francis Lachapelle -Date: Fri Jan 13 18:43:45 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 2dbc97722788e379c2eff9b155881604caafcc5a) - to branch 'ca.inverse.sogo' (head cd6f87a655862b556c2f1e1031a0cdd43a995041) - - Monotone-Parent: 2dbc97722788e379c2eff9b155881604caafcc5a - Monotone-Parent: cd6f87a655862b556c2f1e1031a0cdd43a995041 - Monotone-Revision: e3e0e252ab28dd87b80ca4f37b899dd9c416634b - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-01-13T18:43:45 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxPreferences.js commit 007cd578ec73b62fbc552b7516a8bc48614c23b4 Author: Francis Lachapelle @@ -12567,6 +13233,8 @@ Date: Fri Jan 13 18:43:29 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-13T18:43:29 +M Documentation/SOGo Installation Guide.odt + commit 0fffe85b9b985d63519fd6dc30d757fd4e537169 Author: Francis Lachapelle Date: Fri Jan 13 17:20:58 2012 +0000 @@ -12579,6 +13247,13 @@ Date: Fri Jan 13 17:20:58 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-13T17:20:58 +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoFreeBusyObject.h +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/Appointments/iCalPerson+SOGo.h +M SoObjects/Appointments/iCalPerson+SOGo.m + commit 2688dd85d6915f6cd1155aa576bf772f5ee71912 Author: Francis Lachapelle Date: Fri Jan 13 16:45:13 2012 +0000 @@ -12589,6 +13264,8 @@ Date: Fri Jan 13 16:45:13 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-13T16:45:13 +M UI/MainUI/SOGoUserHomePage.m + commit 537604d65a01f7f5165095e217681f207d259ba8 Author: Francis Lachapelle Date: Thu Jan 12 22:12:02 2012 +0000 @@ -12602,21 +13279,7 @@ Date: Thu Jan 12 22:12:02 2012 +0000 Monotone-Date: 2012-01-12T22:12:02 Monotone-Branch: ca.inverse.sogo -commit b26858fdc29a490831c94c39bf72d2f718a03b35 -Merge: 84909dd 56ad0c3 -Author: Francis Lachapelle -Date: Thu Jan 12 21:01:06 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head c241a8e1e716fa0db3e4f4e370c051096cc2c3e2) - to branch 'ca.inverse.sogo' (head d807738c8f35c5080fb2e1684404fb8d992c8032) - - Monotone-Parent: c241a8e1e716fa0db3e4f4e370c051096cc2c3e2 - Monotone-Parent: d807738c8f35c5080fb2e1684404fb8d992c8032 - Monotone-Revision: 62ee066ad239ea56d6f2dc0b73f12d399813d68c - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-01-12T21:01:06 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPSource.m commit 84909dd628dbd19554db6e3362c9e774194fa180 Author: Francis Lachapelle @@ -12630,6 +13293,10 @@ Date: Thu Jan 12 20:52:14 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-12T20:52:14 +M ChangeLog +M SoObjects/Contacts/SOGoContactSourceFolder.m +M UI/Scheduler/UIxComponentEditor.m + commit e5d9676c06328cce6a1aa052cfed2c9e1ba9ad71 Author: Francis Lachapelle Date: Thu Jan 12 20:16:22 2012 +0000 @@ -12642,6 +13309,8 @@ Date: Thu Jan 12 20:16:22 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-12T20:16:22 +M SoObjects/Appointments/GNUmakefile + commit ccf847f55591901896349f1d35ad3ea28f6db102 Author: Francis Lachapelle Date: Thu Jan 12 20:01:34 2012 +0000 @@ -12654,6 +13323,26 @@ Date: Thu Jan 12 20:01:34 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-12T20:01:34 +M ChangeLog +M SoObjects/Appointments/GNUmakefile +A SoObjects/Appointments/MSExchangeFreeBusy.h +A SoObjects/Appointments/MSExchangeFreeBusy.m +A SoObjects/Appointments/MSExchangeFreeBusySOAPRequest.h +A SoObjects/Appointments/MSExchangeFreeBusySOAPRequest.m +A SoObjects/Appointments/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.html +A SoObjects/Appointments/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.wod +A SoObjects/Appointments/MSExchangeFreeBusySOAPResponseMap.plist +M SoObjects/Appointments/SOGoFreeBusyObject.h +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m +M SoObjects/SOGo/SOGoSource.h +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserManager.m +M UI/MainUI/SOGoUserHomePage.m +M UI/WebServerResources/UIxAttendeesEditor.js + commit 56ad0c3289f94c2d753f35227d1721a8cd667a2b Author: Wolfgang Sourdeau Date: Thu Jan 12 16:06:57 2012 +0000 @@ -12665,37 +13354,9 @@ Date: Thu Jan 12 16:06:57 2012 +0000 Monotone-Date: 2012-01-12T16:06:57 Monotone-Branch: ca.inverse.sogo -commit a1cd165aa089908622d3fbf7c783219e00ad9d23 -Merge: 4c2762e 799be61 -Author: Wolfgang Sourdeau -Date: Thu Jan 12 14:58:20 2012 +0000 - - merge of '59576b63b875c6db3416e7be726b196610b856a3' - and 'cde43d75f3e5fde963846340d291c77e63d995f9' - - Monotone-Parent: 59576b63b875c6db3416e7be726b196610b856a3 - Monotone-Parent: cde43d75f3e5fde963846340d291c77e63d995f9 - Monotone-Revision: d0b2cce64733874b10da170e30bdcb9f9730f61e - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-01-12T14:58:20 - Monotone-Branch: ca.inverse.sogo - -commit 799be616575dbbd91ea028fe0097170891d4a9b9 -Merge: 74a4c00 335ba60 -Author: Francis Lachapelle -Date: Thu Jan 12 13:56:30 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head ed15d4f340fd47347d881c8826eb40a2dc22763d) - to branch 'ca.inverse.sogo' (head c19f9b62fb1cd88301e4921d8d23bb5b5169fb45) - - Monotone-Parent: c19f9b62fb1cd88301e4921d8d23bb5b5169fb45 - Monotone-Parent: ed15d4f340fd47347d881c8826eb40a2dc22763d - Monotone-Revision: cde43d75f3e5fde963846340d291c77e63d995f9 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-01-12T13:56:30 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreCalendarMessage.m commit 335ba606b4deeebfc966b86215a96281b27d3b43 Author: Francis Lachapelle @@ -12709,6 +13370,8 @@ Date: Thu Jan 12 13:55:08 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-12T13:55:08 +M debian/sogo.init + commit 4c2762e7b21dce863c5e2f6508270eea46219a56 Author: Wolfgang Sourdeau Date: Thu Jan 12 13:39:18 2012 +0000 @@ -12720,6 +13383,9 @@ Date: Thu Jan 12 13:39:18 2012 +0000 Monotone-Date: 2012-01-12T13:39:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTasksMessage.m + commit 74a4c00daad499e1251e6ad82f3ae4f0aaa52781 Author: Wolfgang Sourdeau Date: Thu Jan 12 03:45:04 2012 +0000 @@ -12731,21 +13397,8 @@ Date: Thu Jan 12 03:45:04 2012 +0000 Monotone-Date: 2012-01-12T03:45:04 Monotone-Branch: ca.inverse.sogo -commit 124d237f2db9fcc8ec6a671e4c62974734308902 -Merge: 677c374 ca798c6 -Author: Wolfgang Sourdeau -Date: Thu Jan 12 03:42:17 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head aa2df14071d3f06710efeac3490e7780366f1b42) - to branch 'ca.inverse.sogo' (head 07cee513cf2aa27a1e3b8d634bb8482ad3645cdf) - - Monotone-Parent: 07cee513cf2aa27a1e3b8d634bb8482ad3645cdf - Monotone-Parent: aa2df14071d3f06710efeac3490e7780366f1b42 - Monotone-Revision: 401881ecc26daa2ed137a36540462655a8e4504c - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-01-12T03:42:17 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreGCSMessageTable.m commit ca798c646e23b8c36a25c3f698dc5ef915dc3c6c Author: Wolfgang Sourdeau @@ -12757,36 +13410,8 @@ Date: Thu Jan 12 03:42:00 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-01-12T03:42:00 -commit 677c374d56be99b1f15ab432513d33d8797f3bd2 -Merge: 85effb2 d5377f9 -Author: Wolfgang Sourdeau -Date: Tue Jan 10 17:43:18 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head d4b6685b33be650d23fc020ef3de5d203cb4557e) - to branch 'ca.inverse.sogo' (head 38edb6b526df653889b897cf6ff9643dfd3ffad2) - - Monotone-Parent: 38edb6b526df653889b897cf6ff9643dfd3ffad2 - Monotone-Parent: d4b6685b33be650d23fc020ef3de5d203cb4557e - Monotone-Revision: 07cee513cf2aa27a1e3b8d634bb8482ad3645cdf - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-01-10T17:43:18 - Monotone-Branch: ca.inverse.sogo - -commit d5377f90b5024acf4ef5d4ee6b0bd7f6485dab78 -Merge: 322b21c 0e1a6f4 -Author: Wolfgang Sourdeau -Date: Tue Jan 10 17:42:37 2012 +0000 - - merge of '134ea580b291c807ad6e5ffe49e8525c1539cbb2' - and '7d1b1b8ef84e818ba107d3af4dd79c52c376205a' - - Monotone-Parent: 134ea580b291c807ad6e5ffe49e8525c1539cbb2 - Monotone-Parent: 7d1b1b8ef84e818ba107d3af4dd79c52c376205a - Monotone-Revision: d4b6685b33be650d23fc020ef3de5d203cb4557e - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-01-10T17:42:37 +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NSString+NGCards.m commit 322b21c3d7c9cb2b5539e9614cab4228df97a511 Author: Wolfgang Sourdeau @@ -12798,6 +13423,9 @@ Date: Tue Jan 10 17:42:33 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-01-10T17:42:33 +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 85effb25129999bee967e69ecb41ba5bc8f8cbc7 Author: Wolfgang Sourdeau Date: Tue Jan 10 17:35:01 2012 +0000 @@ -12809,37 +13437,8 @@ Date: Tue Jan 10 17:35:01 2012 +0000 Monotone-Date: 2012-01-10T17:35:01 Monotone-Branch: ca.inverse.sogo -commit 22c803dda4554ccd4c4b360ccb0eb745874a1419 -Merge: 6b5806d 0569c0e -Author: Wolfgang Sourdeau -Date: Tue Jan 10 17:33:30 2012 +0000 - - merge of '61d1836a0a9510a982d1e6754c642bc95932251c' - and 'ad2935dcd60331c29ad6e514b5a61fefaec7d69c' - - Monotone-Parent: 61d1836a0a9510a982d1e6754c642bc95932251c - Monotone-Parent: ad2935dcd60331c29ad6e514b5a61fefaec7d69c - Monotone-Revision: d9f13a2035f812bf584e6ed63e858a9373cd11c8 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-01-10T17:33:30 - Monotone-Branch: ca.inverse.sogo - -commit f55484537064c427a7b9e51ae944b2e4ca897421 -Merge: 6b5806d 0e1a6f4 -Author: Jean Raby -Date: Tue Jan 10 17:24:00 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 7d1b1b8ef84e818ba107d3af4dd79c52c376205a) - to branch 'ca.inverse.sogo' (head 61d1836a0a9510a982d1e6754c642bc95932251c) - - Monotone-Parent: 61d1836a0a9510a982d1e6754c642bc95932251c - Monotone-Parent: 7d1b1b8ef84e818ba107d3af4dd79c52c376205a - Monotone-Revision: 711719c8f61430104774de2c64f475461e66414d - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-01-10T17:24:00 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.m commit 0e1a6f4abd29fb86d922e550ec1700af7e473c80 Author: Jean Raby @@ -12853,21 +13452,8 @@ Date: Tue Jan 10 17:23:48 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-01-10T17:23:48 -commit 6b5806dcdd3f81355b504de26957a7c6874408d6 -Merge: dbfb83d 31962a0 -Author: Jean Raby -Date: Tue Jan 10 17:04:47 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 29783e64b9a7d49e5e0be8ac1b56c15bb344190f) - to branch 'ca.inverse.sogo' (head b34c698acd51d633a7d276d6fbbcab8a47e7e460) - - Monotone-Parent: 29783e64b9a7d49e5e0be8ac1b56c15bb344190f - Monotone-Parent: b34c698acd51d633a7d276d6fbbcab8a47e7e460 - Monotone-Revision: 61d1836a0a9510a982d1e6754c642bc95932251c - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-01-10T17:04:47 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M Scripts/sogo.cron commit dbfb83d24eaccc4a7956ab4a5b3d1eac8fc29316 Author: Jean Raby @@ -12883,6 +13469,12 @@ Date: Tue Jan 10 17:03:48 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-01-10T17:03:48 +M Documentation/SOGo Installation Guide.odt +A Scripts/sogo.cron +M debian/rules +M debian/sogo.install +M sogo.spec + commit 0569c0ecbe24ff6d74bf90472f8dcefa0150f705 Author: Wolfgang Sourdeau Date: Mon Jan 9 22:12:16 2012 +0000 @@ -12894,6 +13486,10 @@ Date: Mon Jan 9 22:12:16 2012 +0000 Monotone-Date: 2012-01-09T22:12:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTypes.m +M OpenChange/NSObject+MAPIStore.m + commit 31962a0e281c1471d502e09ce992cfa4bc63e8b5 Author: Jean Raby Date: Mon Jan 9 17:18:11 2012 +0000 @@ -12908,6 +13504,9 @@ Date: Mon Jan 9 17:18:11 2012 +0000 Monotone-Date: 2012-01-09T17:18:11 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/README +M Tests/Integration/test-caldav-scheduling.py + commit 334ff94fb9fbc2fc21c4849c1455978fa0447a54 Author: Wolfgang Sourdeau Date: Mon Jan 9 16:42:20 2012 +0000 @@ -12919,6 +13518,9 @@ Date: Mon Jan 9 16:42:20 2012 +0000 Monotone-Date: 2012-01-09T16:42:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarFolder.m + commit 61baa6118d6671672672d34b82357e3f9af6fb38 Author: Wolfgang Sourdeau Date: Mon Jan 9 16:41:22 2012 +0000 @@ -12930,21 +13532,8 @@ Date: Mon Jan 9 16:41:22 2012 +0000 Monotone-Date: 2012-01-09T16:41:22 Monotone-Branch: ca.inverse.sogo -commit 5468b9b1a2d01703b66d4604dae5f2e383a969bd -Merge: 13d6240 be34aee -Author: Wolfgang Sourdeau -Date: Mon Jan 9 16:38:18 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head f5ba6db440f5a8ba817af65dea12b4a616fdfe71) - to branch 'ca.inverse.sogo' (head df5dd81d62db331ba5c8de9f2257f9430c586534) - - Monotone-Parent: df5dd81d62db331ba5c8de9f2257f9430c586534 - Monotone-Parent: f5ba6db440f5a8ba817af65dea12b4a616fdfe71 - Monotone-Revision: 31373520d86c320c1658f22e3bde2eee178c2003 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-01-09T16:38:18 - Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreCalendarFolder.m +M OpenChange/MAPIStoreMailFolder.m commit be34aeee0e393ac774826f5199b754b38da71834 Author: Wolfgang Sourdeau @@ -12956,21 +13545,8 @@ Date: Mon Jan 9 16:36:51 2012 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-01-09T16:36:51 -commit 13d6240038cfb88a150d5f61f4339f72f2d0b1f7 -Merge: a55fe27 353757f -Author: Wolfgang Sourdeau -Date: Fri Jan 6 14:36:47 2012 +0000 - - merge of '0def0e9f316e25be6056fa81895ad9297459eaca' - and 'c82bd90e75ed49d6ff6bdcbb89b1abd0e37397fe' - - Monotone-Parent: 0def0e9f316e25be6056fa81895ad9297459eaca - Monotone-Parent: c82bd90e75ed49d6ff6bdcbb89b1abd0e37397fe - Monotone-Revision: df5dd81d62db331ba5c8de9f2257f9430c586534 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-01-06T14:36:47 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NSString+NGCards.m commit a55fe2793c16285a01abd27116b8b70b7db9d022 Author: Wolfgang Sourdeau @@ -12983,6 +13559,8 @@ Date: Fri Jan 6 14:35:55 2012 +0000 Monotone-Date: 2012-01-06T14:35:55 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactFolders.m + commit 353757f88ea2a6f2bef7bfa493703503208aec01 Author: Francis Lachapelle Date: Thu Jan 5 19:45:25 2012 +0000 @@ -12999,6 +13577,8 @@ Date: Thu Jan 5 19:45:25 2012 +0000 Monotone-Branch: ca.inverse.sogo Monotone-Branch: ca.inverse.sogo +M Tools/GNUmakefile + commit 1bf0fb12443a2ba6439663581fd806353da7951f Author: Francis Lachapelle Date: Thu Jan 5 15:03:05 2012 +0000 @@ -13011,21 +13591,8 @@ Date: Thu Jan 5 15:03:05 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-05T15:03:05 -commit bedee82eaf7b0509b1be6e5f32606de9af477e78 -Merge: 831771c 15e6063 -Author: Wolfgang Sourdeau -Date: Wed Jan 4 15:27:58 2012 +0000 - - merge of '61b0fdce16f6c0727e58cc97232171b41008ed41' - and 'bb276eea8dc76b5c71f49df1d23424ab19015233' - - Monotone-Parent: 61b0fdce16f6c0727e58cc97232171b41008ed41 - Monotone-Parent: bb276eea8dc76b5c71f49df1d23424ab19015233 - Monotone-Revision: f70b5b1e5f982c1feda21a5227e3bc26f8dc7f66 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2012-01-04T15:27:58 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserManager.m commit 15e606341e7c8b086bde8bdf5831082ec3135b84 Author: Wolfgang Sourdeau @@ -13038,6 +13605,25 @@ Date: Wed Jan 4 15:26:30 2012 +0000 Monotone-Date: 2012-01-04T15:26:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.h +M SoObjects/Contacts/SOGoContactFolders.m +M SoObjects/Contacts/SOGoContactSourceFolder.h +M SoObjects/Contacts/SOGoContactSourceFolder.m +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoParentFolder.h +M SoObjects/SOGo/SOGoSource.h +M SoObjects/SOGo/SQLSource.m +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/product.plist +M UI/Templates/ContactsUI/UIxContactFoldersView.wox +M UI/WebServerResources/ContactsUI.js + commit cba23f9993ec9356064cbb54a595b4da53cbd54c Author: Wolfgang Sourdeau Date: Tue Jan 3 22:53:53 2012 +0000 @@ -13049,6 +13635,8 @@ Date: Tue Jan 3 22:53:53 2012 +0000 Monotone-Date: 2012-01-03T22:53:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 1a8851fb8e997ac161297bee29dd2b18eb9e5a0c Author: Wolfgang Sourdeau Date: Tue Jan 3 22:53:22 2012 +0000 @@ -13060,6 +13648,8 @@ Date: Tue Jan 3 22:53:22 2012 +0000 Monotone-Date: 2012-01-03T22:53:22 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoParentFolder.m + commit 53feece8924851dc38004f9dbc4563631c610bef Author: Wolfgang Sourdeau Date: Tue Jan 3 22:52:27 2012 +0000 @@ -13071,6 +13661,11 @@ Date: Tue Jan 3 22:52:27 2012 +0000 Monotone-Date: 2012-01-03T22:52:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserManager.m + commit 90ab1070cb72828905a2246b0f391339c620c37f Author: Francis Lachapelle Date: Tue Jan 3 21:47:18 2012 +0000 @@ -13083,20 +13678,13 @@ Date: Tue Jan 3 21:47:18 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-03T21:47:18 -commit 3579c514a8dded7ae94c7163e7111be91ae9f45d -Merge: 51cd566 67dc174 -Author: Francis Lachapelle -Date: Tue Jan 3 21:45:31 2012 +0000 - - merge of '379924109229c07d133fc063329a33e5f0dc987d' - and 'b8548824eb65ecdb685bcfce0f1f1a07d6e8f2c0' - - Monotone-Parent: 379924109229c07d133fc063329a33e5f0dc987d - Monotone-Parent: b8548824eb65ecdb685bcfce0f1f1a07d6e8f2c0 - Monotone-Revision: e3a548e4955e0964c4a0211759ff98c585efda44 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2012-01-03T21:45:31 +M ChangeLog +M SoObjects/Appointments/English.lproj/Localizable.strings +M SoObjects/Appointments/SOGoAptMailDeletion.m +M SoObjects/Appointments/SOGoAptMailInvitation.m +M SoObjects/Appointments/SOGoAptMailNotification.m +M SoObjects/Appointments/SOGoAptMailReceipt.m +M SoObjects/Appointments/SOGoAptMailUpdate.m commit 51cd566744027733f2ffcf862d73b36aed00a10d Author: Francis Lachapelle @@ -13108,6 +13696,8 @@ Date: Tue Jan 3 21:42:23 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-03T21:42:23 +M UI/Scheduler/UIxAppointmentEditor.m + commit 831771c57264e4f6a54dfead219d0987754c35a7 Author: Jean Raby Date: Tue Jan 3 21:11:31 2012 +0000 @@ -13121,36 +13711,7 @@ Date: Tue Jan 3 21:11:31 2012 +0000 Monotone-Date: 2012-01-03T21:11:31 Monotone-Branch: ca.inverse.sogo -commit 444a208f86d8c408a9b36506a434c7369e8db302 -Merge: 67dc174 ad7259b -Author: Jean Raby -Date: Tue Jan 3 21:08:29 2012 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head b8548824eb65ecdb685bcfce0f1f1a07d6e8f2c0) - to branch 'ca.inverse.sogo' (head f2f2f66b3df579ca384e578aded6976b6634ffcb) - - Monotone-Parent: b8548824eb65ecdb685bcfce0f1f1a07d6e8f2c0 - Monotone-Parent: f2f2f66b3df579ca384e578aded6976b6634ffcb - Monotone-Revision: 71d893c6f56295ecb4a106a46e10ccc403627cc4 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-01-03T21:08:29 - Monotone-Branch: ca.inverse.sogo - -commit 67dc174db81aca956194813c7f3f847d974eef1c -Merge: 13cfabb cbe9d53 -Author: Jean Raby -Date: Tue Jan 3 20:53:39 2012 +0000 - - merge of '36b1155b71ef197756bd93ba282a5a89126511e7' - and '76bba460617a7f4d7ee1f66a47e8918059e6f046' - - Monotone-Parent: 36b1155b71ef197756bd93ba282a5a89126511e7 - Monotone-Parent: 76bba460617a7f4d7ee1f66a47e8918059e6f046 - Monotone-Revision: b8548824eb65ecdb685bcfce0f1f1a07d6e8f2c0 - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2012-01-03T20:53:39 +M ChangeLog commit 13cfabbfa68c3e0ef4d28e46d6805bfa49e3cefe Author: Jean Raby @@ -13166,6 +13727,9 @@ Date: Tue Jan 3 20:42:34 2012 +0000 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-01-03T20:42:34 +M SOPE/GDLContentStore/GCSSpecialQueries.m +A Scripts/sql-update-1.3.11_to_1.3.12.sh + commit cbe9d537287cd881ac9b6bb0c84acaa8f08132f1 Author: Francis Lachapelle Date: Tue Jan 3 18:47:49 2012 +0000 @@ -13178,6 +13742,8 @@ Date: Tue Jan 3 18:47:49 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-03T18:47:49 +M Documentation/SOGo Installation Guide.odt + commit d9bd7017d603855230f6c332ff527ef64cfe4a49 Author: Francis Lachapelle Date: Tue Jan 3 18:24:31 2012 +0000 @@ -13190,6 +13756,8 @@ Date: Tue Jan 3 18:24:31 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-03T18:24:31 +M NEWS + commit 7ec702d4ce319bd2a5c5e1eff453b63b6c315bbf Author: Francis Lachapelle Date: Mon Jan 2 19:42:46 2012 +0000 @@ -13202,6 +13770,11 @@ Date: Mon Jan 2 19:42:46 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-02T19:42:46 +M ChangeLog +M UI/WebServerResources/UIxFilterEditor.js +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/iefixes.css + commit 45e13c3e4df634749b905f9287b83eab59482915 Author: Francis Lachapelle Date: Mon Jan 2 19:02:43 2012 +0000 @@ -13214,6 +13787,9 @@ Date: Mon Jan 2 19:02:43 2012 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-02T19:02:43 +M ChangeLog +M UI/WebServerResources/UIxFilterEditor.js + commit ad7259b751ad304c2487f5e3c322410bf33556d0 Author: Wolfgang Sourdeau Date: Fri Dec 30 20:41:30 2011 +0000 @@ -13225,21 +13801,9 @@ Date: Fri Dec 30 20:41:30 2011 +0000 Monotone-Date: 2011-12-30T20:41:30 Monotone-Branch: ca.inverse.sogo -commit 7ea37d7cf961d4a9c30c9ec9a30fd03d4ee2d34e -Merge: 3bd05c5 4ba4c62 -Author: Wolfgang Sourdeau -Date: Fri Dec 30 20:40:05 2011 +0000 - - merge of '25877fc1df88b6744ec26e868946fc19cfd28cb8' - and '61fe02b6c3bc4f0aa3797d661d014d8c256b0de9' - - Monotone-Parent: 25877fc1df88b6744ec26e868946fc19cfd28cb8 - Monotone-Parent: 61fe02b6c3bc4f0aa3797d661d014d8c256b0de9 - Monotone-Revision: d8a02a76c20d760d00a46a0e98b6ca134a05cbc7 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-12-30T20:40:05 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/SOGo/LDAPSourceSchema.h +A SoObjects/SOGo/LDAPSourceSchema.m commit 4ba4c622bc4ea0a8b0ad3e136862e6b407ab56a1 Author: Wolfgang Sourdeau @@ -13252,6 +13816,46 @@ Date: Fri Dec 30 20:39:07 2011 +0000 Monotone-Date: 2011-12-30T20:39:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/GNUmakefile +M SoObjects/Contacts/NGVCard+SOGo.h +M SoObjects/Contacts/NGVCard+SOGo.m +M SoObjects/Contacts/NGVList+SOGo.m +A SoObjects/Contacts/NSDictionary+LDIF.h +A SoObjects/Contacts/NSDictionary+LDIF.m +A SoObjects/Contacts/NSString+LDIF.h +A SoObjects/Contacts/NSString+LDIF.m +M SoObjects/Contacts/SOGoContactEntryPhoto.h +M SoObjects/Contacts/SOGoContactEntryPhoto.m +M SoObjects/Contacts/SOGoContactGCSEntry.m +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/Contacts/SOGoContactLDIFEntry.h +M SoObjects/Contacts/SOGoContactLDIFEntry.m +M SoObjects/Contacts/SOGoContactObject.h +M SoObjects/Contacts/SOGoContactSourceFolder.h +M SoObjects/Contacts/SOGoContactSourceFolder.m +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m +M SoObjects/SOGo/NSDictionary+Utilities.h +M SoObjects/SOGo/NSDictionary+Utilities.m +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m +M SoObjects/SOGo/SOGoSource.h +M SoObjects/SOGo/SQLSource.m +M Tools/SOGoSockDOperation.m +M Tools/SOGoToolBackup.m +M UI/Contacts/UIxContactActions.m +M UI/Contacts/UIxContactEditor.h +M UI/Contacts/UIxContactEditor.m +M UI/Contacts/UIxContactFolderActions.m +M UI/Contacts/UIxContactView.m +M UI/Contacts/product.plist +M UI/Templates/ContactsUI/UIxContactEditor.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/UIxContactEditor.css +M UI/WebServerResources/UIxContactEditor.js + commit 486f0f7ad17dae3d537649ec2618700cfec0d780 Author: Wolfgang Sourdeau Date: Fri Dec 30 20:29:36 2011 +0000 @@ -13263,6 +13867,8 @@ Date: Fri Dec 30 20:29:36 2011 +0000 Monotone-Date: 2011-12-30T20:29:36 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/webdavlib.py + commit 03e49d5985e3eac3c23abcf06b4e3e00be6ee394 Author: Wolfgang Sourdeau Date: Fri Dec 30 20:10:32 2011 +0000 @@ -13274,6 +13880,9 @@ Date: Fri Dec 30 20:10:32 2011 +0000 Monotone-Date: 2011-12-30T20:10:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoFolder+CardDAV.m + commit 4b4af4d32328c5df1e911b0125348b66ca9eca30 Author: Wolfgang Sourdeau Date: Fri Dec 30 19:46:52 2011 +0000 @@ -13285,6 +13894,9 @@ Date: Fri Dec 30 19:46:52 2011 +0000 Monotone-Date: 2011-12-30T19:46:52 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NGVCard.m + commit 843be30a45c905ac54ac900c2dbf4f2edd42b33f Author: Wolfgang Sourdeau Date: Fri Dec 30 19:45:58 2011 +0000 @@ -13296,6 +13908,10 @@ Date: Fri Dec 30 19:45:58 2011 +0000 Monotone-Date: 2011-12-30T19:45:58 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardGroup.h +M SOPE/NGCards/CardGroup.m +M SOPE/NGCards/ChangeLog + commit 540237248cc282ebc3ad4bef3c9b1b32422847d7 Author: Wolfgang Sourdeau Date: Fri Dec 30 19:44:42 2011 +0000 @@ -13307,6 +13923,8 @@ Date: Fri Dec 30 19:44:42 2011 +0000 Monotone-Date: 2011-12-30T19:44:42 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardElement.m + commit 094e5899bc7e877a2fadff84d877b280e266b2cc Author: Wolfgang Sourdeau Date: Fri Dec 30 19:32:02 2011 +0000 @@ -13318,21 +13936,7 @@ Date: Fri Dec 30 19:32:02 2011 +0000 Monotone-Date: 2011-12-30T19:32:02 Monotone-Branch: ca.inverse.sogo -commit 3bd05c5c6291761692524d91d39c46ec87cf8995 -Merge: fd3d125 b98c309 -Author: Ludovic Marcotte -Date: Fri Dec 30 16:59:19 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 2c40f25dddacc34d66befa0a7c8e6c93868a9a92) - to branch 'ca.inverse.sogo' (head ed89880eae2839f1f4714817c94287a44216b46f) - - Monotone-Parent: 2c40f25dddacc34d66befa0a7c8e6c93868a9a92 - Monotone-Parent: ed89880eae2839f1f4714817c94287a44216b46f - Monotone-Revision: 25877fc1df88b6744ec26e868946fc19cfd28cb8 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2011-12-30T16:59:19 - Monotone-Branch: ca.inverse.sogo +M Tools/GNUmakefile commit fd3d125d20cf4c677ccec62d89271d84040c4c1f Author: Ludovic Marcotte @@ -13346,21 +13950,10 @@ Date: Fri Dec 30 16:59:13 2011 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-12-30T16:59:13 -commit b98c3094538de12d8d69377df74f9ac85b5ef536 -Merge: 481de5d b195bb4 -Author: Ludovic Marcotte -Date: Fri Dec 30 13:38:23 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 5e690b49423932996ff78f8ea2c1881306f09fa3) - to branch 'ca.inverse.sogo' (head 9582cd981c9aaa5c838be5f369c02ac3de3a914a) - - Monotone-Parent: 5e690b49423932996ff78f8ea2c1881306f09fa3 - Monotone-Parent: 9582cd981c9aaa5c838be5f369c02ac3de3a914a - Monotone-Revision: ed89880eae2839f1f4714817c94287a44216b46f - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2011-12-30T13:38:23 - Monotone-Branch: ca.inverse.sogo +M NEWS +M OGoContentStore/appointment.ocs +M OGoContentStore/contact.ocs +M SOPE/GDLContentStore/GCSSpecialQueries.m commit 481de5d6541be48376b14830ef4a20306336b465 Author: Ludovic Marcotte @@ -13374,21 +13967,7 @@ Date: Fri Dec 30 13:38:17 2011 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-12-30T13:38:17 -commit b195bb4f5d2b7a0eceaa8349a4a791290af294f2 -Merge: 4d6400d d557432 -Author: Ludovic Marcotte -Date: Fri Dec 30 12:29:43 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 0b1c93d1d141650c6567513a3f7a175ca4d27623) - to branch 'ca.inverse.sogo' (head ef3b7b820476c95b81d85daf664d6dafb9bac144) - - Monotone-Parent: 0b1c93d1d141650c6567513a3f7a175ca4d27623 - Monotone-Parent: ef3b7b820476c95b81d85daf664d6dafb9bac144 - Monotone-Revision: 9582cd981c9aaa5c838be5f369c02ac3de3a914a - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2011-12-30T12:29:43 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SQLSource.m commit 4d6400d6f71dacc29687ffd881eade68c41bedc6 Author: Ludovic Marcotte @@ -13402,21 +13981,8 @@ Date: Fri Dec 30 12:29:18 2011 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-12-30T12:29:18 -commit d557432766ed34e53d4b48e0adc6b6a0bf968fcd -Merge: 50e107f 961de2a -Author: Ludovic Marcotte -Date: Fri Dec 30 12:21:05 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 57c10d31c6098096fecd1a8325950d007a357271) - to branch 'ca.inverse.sogo' (head b4e03e63565eb6e8c043c7047716bde04729f417) - - Monotone-Parent: 57c10d31c6098096fecd1a8325950d007a357271 - Monotone-Parent: b4e03e63565eb6e8c043c7047716bde04729f417 - Monotone-Revision: ef3b7b820476c95b81d85daf664d6dafb9bac144 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2011-12-30T12:21:05 - Monotone-Branch: ca.inverse.sogo +M UI/MainUI/NorwegianBokmal.lproj/Locale +M UI/MainUI/NorwegianNynorsk.lproj/Locale commit 50e107f1cac33eb08a85017a7caa7effb7b9b454 Author: Ludovic Marcotte @@ -13430,21 +13996,8 @@ Date: Fri Dec 30 12:20:57 2011 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-12-30T12:20:57 -commit 961de2a6c0bde52ca311f36e67268e12cb689096 -Merge: 516dcdb e15c234 -Author: Ludovic Marcotte -Date: Thu Dec 29 17:50:58 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 3c7106a946b0d9786d46c4f0c0a7e5bc1e5f8684) - to branch 'ca.inverse.sogo' (head f8e03957efcb10a5fb933549ff0f13db2842bece) - - Monotone-Parent: 3c7106a946b0d9786d46c4f0c0a7e5bc1e5f8684 - Monotone-Parent: f8e03957efcb10a5fb933549ff0f13db2842bece - Monotone-Revision: b4e03e63565eb6e8c043c7047716bde04729f417 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2011-12-29T17:50:58 - Monotone-Branch: ca.inverse.sogo +M NEWS +M SoObjects/SOGo/SOGoCache.m commit 516dcdb2559dfbef1c536a329e0e4375fbb93089 Author: Ludovic Marcotte @@ -13458,21 +14011,15 @@ Date: Thu Dec 29 17:50:48 2011 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-12-29T17:50:48 -commit e15c234e428cb94c3e55dea97fd3455359919c66 -Merge: dcc991c 5799804 -Author: Ludovic Marcotte -Date: Thu Dec 29 12:24:53 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head a4f6c377a41454eb21ed5b253cb7d07fc2c1a55e) - to branch 'ca.inverse.sogo' (head 441881b5757d734efa6d8072844aa767ef1709e2) - - Monotone-Parent: 441881b5757d734efa6d8072844aa767ef1709e2 - Monotone-Parent: a4f6c377a41454eb21ed5b253cb7d07fc2c1a55e - Monotone-Revision: f8e03957efcb10a5fb933549ff0f13db2842bece - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2011-12-29T12:24:53 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SoObjects/SOGo/SOGoDomainDefaults.h +M SoObjects/SOGo/SOGoDomainDefaults.m +M UI/MailerUI/UIxMailAccountActions.m +M UI/MailerUI/UIxMailMainFrame.h +M UI/MailerUI/UIxMailMainFrame.m +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/MailerUI.js commit 5799804274c178c846f50c2aa8f405feeac26ec3 Author: Ludovic Marcotte @@ -13486,6 +14033,9 @@ Date: Thu Dec 29 12:24:43 2011 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-12-29T12:24:43 +M ChangeLog +M SoObjects/SOGo/SOGoSQLUserProfile.m + commit 6371bc29474c812ed3f6a4938b7dff2d0aa95222 Author: Francis Lachapelle Date: Fri Dec 23 19:55:05 2011 +0000 @@ -13498,6 +14048,11 @@ Date: Fri Dec 23 19:55:05 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-23T19:55:05 +M ChangeLog +M NEWS +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/WebServerResources/SchedulerUI.js + commit 49c5a107db867239d43a6acb0b8f00e0ea2ef113 Author: Francis Lachapelle Date: Fri Dec 23 16:18:10 2011 +0000 @@ -13508,6 +14063,8 @@ Date: Fri Dec 23 16:18:10 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-23T16:18:10 +M UI/Templates/ContactsUI/UIxContactsUserFolders.wox + commit c37208db81b5ca71645e0e38fde7bd4ae51278cb Author: Francis Lachapelle Date: Fri Dec 23 16:12:14 2011 +0000 @@ -13520,6 +14077,9 @@ Date: Fri Dec 23 16:12:14 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-23T16:12:14 +M ChangeLog +M UI/PreferencesUI/UIxPreferences.m + commit 1f38df80e1b6657498ee4cae38d4c0a0a587d0c4 Author: Francis Lachapelle Date: Fri Dec 23 16:10:38 2011 +0000 @@ -13532,6 +14092,9 @@ Date: Fri Dec 23 16:10:38 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-23T16:10:38 +M ChangeLog +M Tools/SOGoToolUserPreferences.m + commit dcc991ca4e1044795fe6327451492730e8da5199 Author: Wolfgang Sourdeau Date: Thu Dec 22 21:13:53 2011 +0000 @@ -13543,6 +14106,8 @@ Date: Thu Dec 22 21:13:53 2011 +0000 Monotone-Date: 2011-12-22T21:13:53 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 5d5691229a14e8d2843c41331f213a105d3c99ba Author: Francis Lachapelle Date: Thu Dec 22 18:02:59 2011 +0000 @@ -13555,6 +14120,13 @@ Date: Thu Dec 22 18:02:59 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-22T18:02:59 +M ChangeLog +M NEWS +M SoObjects/SOGo/SOGoDefaults.plist +M SoObjects/SOGo/WOResourceManager+SOGo.m +M UI/Scheduler/UIxTaskEditor.m +M UI/WebServerResources/UIxTaskEditor.js + commit c99642e256a0587fec539c85da158a06c7a9a8d4 Author: Francis Lachapelle Date: Thu Dec 22 14:44:50 2011 +0000 @@ -13567,6 +14139,8 @@ Date: Thu Dec 22 14:44:50 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-22T14:44:50 +M UI/WebServerResources/SOGoDragHandles.js + commit 7cac0b9d5c8fa62cbd418591a6061018ec584805 Author: Francis Lachapelle Date: Mon Dec 19 20:22:57 2011 +0000 @@ -13579,6 +14153,8 @@ Date: Mon Dec 19 20:22:57 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-19T20:22:57 +M UI/WebServerResources/UIxMailEditor.css + commit 1d1af6bc04584ec1bd2ebca3b1c4f6d71aecc568 Author: Francis Lachapelle Date: Mon Dec 19 19:03:45 2011 +0000 @@ -13591,6 +14167,26 @@ Date: Mon Dec 19 19:03:45 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-19T19:03:45 +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Catalan.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Danish.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Icelandic.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/NorwegianBokmal.lproj/Localizable.strings +M UI/PreferencesUI/NorwegianNynorsk.lproj/Localizable.strings +M UI/PreferencesUI/Polish.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/SpanishArgentina.lproj/Localizable.strings +M UI/PreferencesUI/SpanishSpain.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings + commit 7a6dc1e6afba3181118df50c16dc4d09047e0457 Author: Francis Lachapelle Date: Mon Dec 19 18:52:06 2011 +0000 @@ -13603,6 +14199,15 @@ Date: Mon Dec 19 18:52:06 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-19T18:52:06 +M SoObjects/Appointments/Ukrainian.lproj/Localizable.strings +M SoObjects/Mailer/GNUmakefile +M UI/Common/Ukrainian.lproj/Localizable.strings +M UI/Contacts/Ukrainian.lproj/Localizable.strings +M UI/MailPartViewers/Ukrainian.lproj/Localizable.strings +M UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/Scheduler/Ukrainian.lproj/Localizable.strings + commit fc338931fcff285adf153c81f64b51f0e10adfa4 Author: Francis Lachapelle Date: Mon Dec 19 17:16:23 2011 +0000 @@ -13615,20 +14220,87 @@ Date: Mon Dec 19 17:16:23 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-19T17:16:23 -commit 90a5c9ee21a67f7c05f05ffbeec6c48e86f098e2 -Merge: 0a69733 50e522d -Author: Francis Lachapelle -Date: Sun Dec 18 01:59:14 2011 +0000 - - merge of '62e33503bd06b9731084aa5fc492080cd0b5dcd4' - and '8869aacc55c49a49f77e9f056912a8ff12222283' - - Monotone-Parent: 62e33503bd06b9731084aa5fc492080cd0b5dcd4 - Monotone-Parent: 8869aacc55c49a49f77e9f056912a8ff12222283 - Monotone-Revision: ab0d6aa948262973d1cb1c1b5c2028965a306451 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-12-18T01:59:14 +M .tx/config +A SoObjects/Appointments/Danish.lproj/Localizable.strings +D SoObjects/Appointments/DanishDenmark.lproj/Localizable.strings +M SoObjects/Appointments/GNUmakefile +A SoObjects/Contacts/Danish.lproj/Localizable.strings +D SoObjects/Contacts/DanishDenmark.lproj/Localizable.strings +M SoObjects/Contacts/GNUmakefile +M SoObjects/Mailer/GNUmakefile +D SoObjects/Mailer/SOGoMailDanishDenmarkForward.wo/SOGoMailDanishDenmarkForward.html +D SoObjects/Mailer/SOGoMailDanishDenmarkForward.wo/SOGoMailDanishDenmarkForward.wod +D SoObjects/Mailer/SOGoMailDanishDenmarkReply.wo/SOGoMailDanishDenmarkReply.html +D SoObjects/Mailer/SOGoMailDanishDenmarkReply.wo/SOGoMailDanishDenmarkReply.wod +A SoObjects/Mailer/SOGoMailDanishForward.wo/SOGoMailDanishForward.html +A SoObjects/Mailer/SOGoMailDanishForward.wo/SOGoMailDanishForward.wod +A SoObjects/Mailer/SOGoMailDanishReply.wo/SOGoMailDanishReply.html +A SoObjects/Mailer/SOGoMailDanishReply.wo/SOGoMailDanishReply.wod +M SoObjects/Mailer/SOGoMailForward.h +M SoObjects/Mailer/SOGoMailForward.m +M SoObjects/Mailer/SOGoMailReply.h +M SoObjects/Mailer/SOGoMailReply.m +M SoObjects/SOGo/SOGoDefaults.plist +M Tests/Integration/preferences.py +A UI/AdministrationUI/Danish.lproj/Localizable.strings +D UI/AdministrationUI/DanishDenmark.lproj/Localizable.strings +M UI/AdministrationUI/GNUmakefile +A UI/Common/Danish.lproj/Localizable.strings +D UI/Common/DanishDenmark.lproj/Localizable.strings +M UI/Common/GNUmakefile +A UI/Contacts/Danish.lproj/Localizable.strings +D UI/Contacts/DanishDenmark.lproj/Localizable.strings +M UI/Contacts/GNUmakefile +A UI/MailPartViewers/Danish.lproj/Localizable.strings +D UI/MailPartViewers/DanishDenmark.lproj/Localizable.strings +M UI/MailPartViewers/GNUmakefile +A UI/MailerUI/Danish.lproj/Localizable.strings +D UI/MailerUI/DanishDenmark.lproj/Localizable.strings +M UI/MailerUI/GNUmakefile +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Catalan.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +A UI/MainUI/Danish.lproj/Locale +A UI/MainUI/Danish.lproj/Localizable.strings +D UI/MainUI/DanishDenmark.lproj/Locale +D UI/MainUI/DanishDenmark.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/GNUmakefile +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Icelandic.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/NorwegianBokmal.lproj/Localizable.strings +M UI/MainUI/NorwegianNynorsk.lproj/Localizable.strings +M UI/MainUI/Polish.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +M UI/MainUI/SpanishArgentina.lproj/Localizable.strings +M UI/MainUI/SpanishSpain.lproj/Localizable.strings +M UI/MainUI/Swedish.lproj/Localizable.strings +M UI/MainUI/Ukrainian.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings +A UI/PreferencesUI/Danish.lproj/Localizable.strings +D UI/PreferencesUI/DanishDenmark.lproj/Localizable.strings +M UI/PreferencesUI/GNUmakefile +M UI/SOGoUI/SOGoACLAdvisory.h +M UI/SOGoUI/SOGoACLAdvisory.m +M UI/SOGoUI/SOGoFolderAdvisory.h +M UI/SOGoUI/SOGoFolderAdvisory.m +A UI/Scheduler/Danish.lproj/Localizable.strings +D UI/Scheduler/DanishDenmark.lproj/Localizable.strings +M UI/Scheduler/GNUmakefile +A UI/Templates/SOGoACLDanishAdditionAdvisory.wox +D UI/Templates/SOGoACLDanishDenmarkAdditionAdvisory.wox +D UI/Templates/SOGoACLDanishDenmarkModificationAdvisory.wox +D UI/Templates/SOGoACLDanishDenmarkRemovalAdvisory.wox +A UI/Templates/SOGoACLDanishModificationAdvisory.wox +A UI/Templates/SOGoACLDanishRemovalAdvisory.wox +A UI/Templates/SOGoFolderDanishAdditionAdvisory.wox +D UI/Templates/SOGoFolderDanishDenmarkAdditionAdvisory.wox +D UI/Templates/SOGoFolderDanishDenmarkRemovalAdvisory.wox +A UI/Templates/SOGoFolderDanishRemovalAdvisory.wox commit 0a69733c6279a50d674f923c89c2f88c972b9883 Author: Francis Lachapelle @@ -13640,21 +14312,7 @@ Date: Sun Dec 18 01:54:38 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-18T01:54:38 -commit e20065465bd962c551291129b6e108bd5c46a34f -Merge: 81f3350 50e522d -Author: Ludovic Marcotte -Date: Thu Dec 15 19:45:00 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_12' (head 8869aacc55c49a49f77e9f056912a8ff12222283) - to branch 'ca.inverse.sogo' (head 46c94a711dad0272d530ac34edf0d0a9918b7510) - - Monotone-Parent: 46c94a711dad0272d530ac34edf0d0a9918b7510 - Monotone-Parent: 8869aacc55c49a49f77e9f056912a8ff12222283 - Monotone-Revision: 9f17d2137546528e36f23d8a37a6bbdb69bc3a3f - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2011-12-15T19:45:00 - Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/English.lproj/Localizable.strings commit 50e522dfdc3e6289d612013c2f22f3e311cd05e9 Author: Ludovic Marcotte @@ -13668,6 +14326,8 @@ Date: Thu Dec 15 19:44:12 2011 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-12-15T19:44:12 +M Documentation/SOGo Installation Guide.odt + commit 75c57a42853e26b973c0eec77d933c29e92e6e10 Author: Ludovic Marcotte Date: Thu Dec 15 19:37:02 2011 +0000 @@ -13680,6 +14340,9 @@ Date: Thu Dec 15 19:37:02 2011 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-12-15T19:37:02 +M ChangeLog +M SoObjects/SOGo/SOGoSieveManager.m + commit 81f335088850182319383ec75856fb9a559c82c1 Author: Francis Lachapelle Date: Thu Dec 15 13:36:10 2011 +0000 @@ -13693,6 +14356,8 @@ Date: Thu Dec 15 13:36:10 2011 +0000 Monotone-Date: 2011-12-15T13:36:10 Monotone-Branch: ca.inverse.sogo +M Version + commit 494d60cc1723320ac8907b3d8163433899be7da3 Author: Francis Lachapelle Date: Wed Dec 14 03:13:00 2011 +0000 @@ -13706,6 +14371,11 @@ Date: Wed Dec 14 03:13:00 2011 +0000 Monotone-Date: 2011-12-14T03:13:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailEditor.js + commit db2bd6af2131098dc02390e869f67650484e1861 Author: Francis Lachapelle Date: Tue Dec 13 23:12:10 2011 +0000 @@ -13718,6 +14388,11 @@ Date: Tue Dec 13 23:12:10 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-13T23:12:10 +D SoObjects/Mailer/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishForward.wod +A SoObjects/Mailer/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishSpainForward.wod +D SoObjects/Mailer/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishReply.wod +A SoObjects/Mailer/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishSpainReply.wod + commit 9dd60798c16962bf55aeaec24b6439e2eaf88867 Author: Francis Lachapelle Date: Tue Dec 13 20:57:17 2011 +0000 @@ -13730,21 +14405,7 @@ Date: Tue Dec 13 20:57:17 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-13T20:57:17 -commit 8684783f5208b1cf2421ebcaa4ef28c67c6bdf2f -Merge: 4167e3c de5a5b7 -Author: Francis Lachapelle -Date: Mon Dec 12 20:29:33 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_11' (head 9fbe0432fec0c87f118dd55eb0e70029389d2787) - to branch 'ca.inverse.sogo' (head ee7e90f1330d408f103d33ccc17c37695163679c) - - Monotone-Parent: 9fbe0432fec0c87f118dd55eb0e70029389d2787 - Monotone-Parent: ee7e90f1330d408f103d33ccc17c37695163679c - Monotone-Revision: bd0348a425f6da021c2112f826cdf74f28b386b9 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-12-12T20:29:33 - Monotone-Branch: ca.inverse.sogo +M Version commit 4167e3c45d964b7574166dda7987e8f39b914db4 Author: Francis Lachapelle @@ -13759,6 +14420,17 @@ Date: Mon Dec 12 20:22:55 2011 +0000 Monotone-Date: 2011-12-12T20:22:55 Monotone-Tag: SOGo_v1.3.11 +M NEWS +M SoObjects/Appointments/Russian.lproj/Localizable.strings +M UI/AdministrationUI/Russian.lproj/Localizable.strings +M UI/Common/Russian.lproj/Localizable.strings +M UI/Contacts/Russian.lproj/Localizable.strings +M UI/MailPartViewers/Russian.lproj/Localizable.strings +M UI/MailerUI/Russian.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings + commit 5965b4b03265f0d0d4ccf67ad1b9a089ecc5a519 Author: Francis Lachapelle Date: Mon Dec 12 19:05:27 2011 +0000 @@ -13771,6 +14443,8 @@ Date: Mon Dec 12 19:05:27 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-12T19:05:27 +M NEWS + commit 217d137365534c9035ba4a73cf38c14b281925e1 Author: Francis Lachapelle Date: Mon Dec 12 18:00:03 2011 +0000 @@ -13783,21 +14457,9 @@ Date: Mon Dec 12 18:00:03 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-12T18:00:03 -commit de5a5b7f0abb3c8fa9e0c780d53dbf563d24bcc1 -Merge: 68d84ea de961aa -Author: Wolfgang Sourdeau -Date: Mon Dec 12 17:24:28 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_11' (head 33a6acd0b9cf83c40083b83b53daf3d23ec7025e) - to branch 'ca.inverse.sogo' (head d263fe7caa9864fdf83b4c9e6c0acbdaa033ab62) - - Monotone-Parent: 33a6acd0b9cf83c40083b83b53daf3d23ec7025e - Monotone-Parent: d263fe7caa9864fdf83b4c9e6c0acbdaa033ab62 - Monotone-Revision: ee7e90f1330d408f103d33ccc17c37695163679c - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-12-12T17:24:28 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt commit 68d84eaa23db01103cf242de3356e7984490cbbc Author: Wolfgang Sourdeau @@ -13809,6 +14471,10 @@ Date: Mon Dec 12 17:24:12 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-12T17:24:12 +M ChangeLog +M OGoContentStore/OCSContactFieldExtractor.m +M SoObjects/Appointments/iCalEvent+SOGo.m + commit 68fff252babd550b91252f5cfa0b05b4b019131d Author: Francis Lachapelle Date: Mon Dec 12 17:01:10 2011 +0000 @@ -13821,6 +14487,10 @@ Date: Mon Dec 12 17:01:10 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-12T17:01:10 +M NEWS +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.css + commit 5564a8a84b3aa9bfffc45c0b1e45f77815e21684 Author: Francis Lachapelle Date: Mon Dec 12 16:39:56 2011 +0000 @@ -13833,6 +14503,10 @@ Date: Mon Dec 12 16:39:56 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-12T16:39:56 +M ChangeLog +M NEWS +M Tools/SOGoEAlarmsNotifier.m + commit c22167ba872d8991192d54cfc56f7622330300c2 Author: Francis Lachapelle Date: Mon Dec 12 15:43:17 2011 +0000 @@ -13845,6 +14519,10 @@ Date: Mon Dec 12 15:43:17 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-12T15:43:17 +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSFolder.m +M UI/Contacts/UIxContactView.m + commit 3d3392b67bbba555ec57cca1a05395b0f8cedee4 Author: Francis Lachapelle Date: Mon Dec 12 14:40:10 2011 +0000 @@ -13855,21 +14533,8 @@ Date: Mon Dec 12 14:40:10 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-12T14:40:10 -commit de961aa009a77bd3aebeb891b9b33ac556e08d70 -Merge: 59a0198 ea782ff -Author: Wolfgang Sourdeau -Date: Fri Dec 9 21:04:56 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_11' (head 479f9e8a751025c1d9ce8f8818e1257e66ac7642) - to branch 'ca.inverse.sogo' (head 5c2e6a64d8a42480b9e72830e52a8321f3f27ea1) - - Monotone-Parent: 479f9e8a751025c1d9ce8f8818e1257e66ac7642 - Monotone-Parent: 5c2e6a64d8a42480b9e72830e52a8321f3f27ea1 - Monotone-Revision: d263fe7caa9864fdf83b4c9e6c0acbdaa033ab62 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-12-09T21:04:56 - Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/Toolbars/SOGoDraftObject.toolbar +M UI/MailerUI/Toolbars/SOGoMailObject.toolbar commit 59a0198e600489d994c5d2bc5dc5296818f95c40 Author: Wolfgang Sourdeau @@ -13881,21 +14546,7 @@ Date: Fri Dec 9 21:04:45 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-09T21:04:45 -commit ea782ffe9bf19275507091561503a8d6e6792cec -Merge: 95e42d3 f0ced36 -Author: Francis Lachapelle -Date: Fri Dec 9 17:14:31 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_11' (head 533c5fea139373885b136bf6d41275a80a56967b) - to branch 'ca.inverse.sogo' (head 9850237da78a7c61ca9647d852a8027ec6d8b273) - - Monotone-Parent: 533c5fea139373885b136bf6d41275a80a56967b - Monotone-Parent: 9850237da78a7c61ca9647d852a8027ec6d8b273 - Monotone-Revision: 5c2e6a64d8a42480b9e72830e52a8321f3f27ea1 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-12-09T17:14:31 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/iefixes.css commit 95e42d38f754dc701de20a9c300dc9b0d34c6b9b Author: Francis Lachapelle @@ -13907,6 +14558,13 @@ Date: Fri Dec 9 16:34:11 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-09T16:34:11 +M UI/MailerUI/Toolbars/SOGoDraftObject.toolbar +M UI/MailerUI/Toolbars/SOGoMailFolder.toolbar +M UI/SOGoUI/UIxComponent.h +M UI/SOGoUI/UIxComponent.m +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/Templates/UIxPageFrame.wox + commit d06d4068664531942187fc4779c9c1da54b46721 Author: Francis Lachapelle Date: Fri Dec 9 16:33:43 2011 +0000 @@ -13919,21 +14577,8 @@ Date: Fri Dec 9 16:33:43 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-09T16:33:43 -commit f0ced36ca2d4a033e070bc36a4cc0f044a858493 -Merge: 50ae9cd bb5cf04 -Author: Wolfgang Sourdeau -Date: Fri Dec 9 16:01:36 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_11' (head 8c58bbcc380816930dac5d8da2d1d682049a6349) - to branch 'ca.inverse.sogo' (head 82d10e9354b60ee49f531a6cb8861982f714498c) - - Monotone-Parent: 82d10e9354b60ee49f531a6cb8861982f714498c - Monotone-Parent: 8c58bbcc380816930dac5d8da2d1d682049a6349 - Monotone-Revision: 9850237da78a7c61ca9647d852a8027ec6d8b273 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-12-09T16:01:36 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoRootPage.m commit bb5cf04e7e502fce0a7b4e35a9a8d29c5bd2020a Author: Wolfgang Sourdeau @@ -13945,6 +14590,8 @@ Date: Fri Dec 9 14:54:00 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-09T14:54:00 +M UI/Templates/PreferencesUI/UIxPreferences.wox + commit 7ec440bbc1598008ad22d441acb1a9f2a7f36e38 Author: Wolfgang Sourdeau Date: Fri Dec 9 14:53:44 2011 +0000 @@ -13955,6 +14602,11 @@ Date: Fri Dec 9 14:53:44 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-09T14:53:44 +M UI/Common/UIxPageFrame.m +M UI/SOGoUI/UIxComponent.h +M UI/SOGoUI/UIxComponent.m +M UI/Templates/UIxPageFrame.wox + commit 1918939a8c3fb8d453e9fdfe4be99d996cf2053e Author: Wolfgang Sourdeau Date: Fri Dec 9 14:53:09 2011 +0000 @@ -13965,6 +14617,8 @@ Date: Fri Dec 9 14:53:09 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-09T14:53:09 +M ChangeLog + commit 26447555e77c762da7ed88a0d4323ab295dab7af Author: Wolfgang Sourdeau Date: Fri Dec 9 14:52:47 2011 +0000 @@ -13975,6 +14629,8 @@ Date: Fri Dec 9 14:52:47 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-09T14:52:47 +M UI/WebServerResources/UIxPreferences.js + commit 74c40e89590545bca6c88b0ccd49e32ef63f9836 Author: Wolfgang Sourdeau Date: Fri Dec 9 14:50:01 2011 +0000 @@ -13985,6 +14641,9 @@ Date: Fri Dec 9 14:50:01 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-09T14:50:01 +M UI/Common/UIxToolbar.m +M UI/Templates/UIxToolbar.wox + commit 39a545ffedc8b03efdfe1e0078a078a742796987 Author: Wolfgang Sourdeau Date: Fri Dec 9 14:47:39 2011 +0000 @@ -13995,21 +14654,8 @@ Date: Fri Dec 9 14:47:39 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-09T14:47:39 -commit 50ae9cddfaa17a6dcebe9fb0bae1e0ae4ac6902f -Merge: 86c4de2 2dd37a5 -Author: Wolfgang Sourdeau -Date: Fri Dec 9 02:00:02 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_11' (head 18957933ff736ec180d169de7fd49cb3822d876b) - to branch 'ca.inverse.sogo' (head 706eb04192b3639905eba9bfb1e2433cacc45280) - - Monotone-Parent: 18957933ff736ec180d169de7fd49cb3822d876b - Monotone-Parent: 706eb04192b3639905eba9bfb1e2433cacc45280 - Monotone-Revision: 82d10e9354b60ee49f531a6cb8861982f714498c - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-12-09T02:00:02 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js commit 86c4de27d8c54a5fad2f9061c0fceb1d8d4e5051 Author: Francis Lachapelle @@ -14023,6 +14669,8 @@ Date: Thu Dec 8 22:53:07 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-08T22:53:07 +M UI/Templates/UIxJSClose.wox + commit a5d9149791b55b02884e3194a228a496d03b8832 Author: Francis Lachapelle Date: Thu Dec 8 22:51:06 2011 +0000 @@ -14033,6 +14681,8 @@ Date: Thu Dec 8 22:51:06 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-08T22:51:06 +M UI/WebServerResources/generic.js + commit 9fe3b4e9374bb9386a8aa56c963f70b862b8e855 Author: Francis Lachapelle Date: Thu Dec 8 22:50:42 2011 +0000 @@ -14043,6 +14693,8 @@ Date: Thu Dec 8 22:50:42 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-08T22:50:42 +M UI/WebServerResources/UIxMailEditor.js + commit 558f10799dbd769e4d1393ecf17b83e0ec875d95 Author: Francis Lachapelle Date: Thu Dec 8 21:51:28 2011 +0000 @@ -14053,6 +14705,8 @@ Date: Thu Dec 8 21:51:28 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-08T21:51:28 +M UI/WebServerResources/UIxPreferences.js + commit 2dd37a51063e82ef01d55823bc832eae8e0144a8 Author: Wolfgang Sourdeau Date: Thu Dec 8 20:44:06 2011 +0000 @@ -14064,6 +14718,9 @@ Date: Thu Dec 8 20:44:06 2011 +0000 Monotone-Date: 2011-12-08T20:44:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFSMessageTable.m + commit 91155624dcc274eb5c9580051bac7bc166e37220 Author: Wolfgang Sourdeau Date: Thu Dec 8 20:42:44 2011 +0000 @@ -14075,6 +14732,9 @@ Date: Thu Dec 8 20:42:44 2011 +0000 Monotone-Date: 2011-12-08T20:42:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreObject.m + commit 4cf3a17760e4dacfb4023ac291295e21d8f7858e Author: Francis Lachapelle Date: Thu Dec 8 19:08:23 2011 +0000 @@ -14087,36 +14747,8 @@ Date: Thu Dec 8 19:08:23 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-08T19:08:23 -commit 663028cb9d2861334cd403f57215e6fc645d3f29 -Merge: bc171e9 bbd40c4 -Author: Wolfgang Sourdeau -Date: Thu Dec 8 15:05:45 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_11' (head fd3f07ba5f4f69cd1854b37655cacacbbf850787) - to branch 'ca.inverse.sogo' (head 8a3245a182ef9dff851cee5ace6db39fa33a3b6c) - - Monotone-Parent: 8a3245a182ef9dff851cee5ace6db39fa33a3b6c - Monotone-Parent: fd3f07ba5f4f69cd1854b37655cacacbbf850787 - Monotone-Revision: 120ae771577fbc85a9d527667354ae451deab5eb - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-12-08T15:05:45 - Monotone-Branch: ca.inverse.sogo - -commit bbd40c49dfd890c679b9d06ec72eeed50349fcc1 -Merge: 51d7c14 5758f1d -Author: Wolfgang Sourdeau -Date: Thu Dec 8 15:03:18 2011 +0000 - - merge of '0e0730fe59a4d574138454dc943c443900fe67b6' - and '3c7a201fa0fd3707b904e5173f62765c592e904b' - - Monotone-Parent: 0e0730fe59a4d574138454dc943c443900fe67b6 - Monotone-Parent: 3c7a201fa0fd3707b904e5173f62765c592e904b - Monotone-Revision: fd3f07ba5f4f69cd1854b37655cacacbbf850787 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-12-08T15:03:18 +M UI/MainUI/NorwegianBokmal.lproj/Locale +M UI/MainUI/NorwegianNynorsk.lproj/Locale commit 5758f1d848067d61ec1e9c1ba81269c687bb38f5 Author: Wolfgang Sourdeau @@ -14128,21 +14760,9 @@ Date: Thu Dec 8 15:03:09 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-08T15:03:09 -commit bc171e93cdfc217a60a1875052b69b919b8e41b9 -Merge: 2446b6f bb13005 -Author: Wolfgang Sourdeau -Date: Wed Dec 7 16:14:28 2011 +0000 - - merge of 'f584567c8afbbff241518e2921242b309817109e' - and 'f5a1afa00cd2252fc46729f5c1ce5772b833cfb6' - - Monotone-Parent: f584567c8afbbff241518e2921242b309817109e - Monotone-Parent: f5a1afa00cd2252fc46729f5c1ce5772b833cfb6 - Monotone-Revision: 8a3245a182ef9dff851cee5ace6db39fa33a3b6c - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-12-07T16:14:28 - Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.m +M SOPE/GDLContentStore/GCSFolderManager.m commit 2446b6f9fe4bb7de2771d5c0097702faca8aa8c2 Author: Wolfgang Sourdeau @@ -14155,6 +14775,8 @@ Date: Wed Dec 7 16:14:03 2011 +0000 Monotone-Date: 2011-12-07T16:14:03 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreObject.m + commit 20f382bf10e511f0fd6cc316cada4409a65d5cc4 Author: Wolfgang Sourdeau Date: Wed Dec 7 16:13:52 2011 +0000 @@ -14166,21 +14788,7 @@ Date: Wed Dec 7 16:13:52 2011 +0000 Monotone-Date: 2011-12-07T16:13:52 Monotone-Branch: ca.inverse.sogo -commit bb13005f52bc1f4cf0bd7a862c3557ffe75d16b5 -Merge: 51d7c14 ac7e0f1 -Author: Francis Lachapelle -Date: Tue Dec 6 23:51:45 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_11' (head 0e0730fe59a4d574138454dc943c443900fe67b6) - to branch 'ca.inverse.sogo' (head 2f66e7e50e9a88d5279a512e70f1bd7c6c5c6531) - - Monotone-Parent: 0e0730fe59a4d574138454dc943c443900fe67b6 - Monotone-Parent: 2f66e7e50e9a88d5279a512e70f1bd7c6c5c6531 - Monotone-Revision: f5a1afa00cd2252fc46729f5c1ce5772b833cfb6 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-12-06T23:51:45 - Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile commit 51d7c146fbd447a25a050d5e1c32b9fb793defac Author: Francis Lachapelle @@ -14194,21 +14802,9 @@ Date: Tue Dec 6 19:28:44 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-06T19:28:44 -commit ac7e0f1da353cff43722efa432794597a4b07cef -Merge: 2a575c3 e05939e -Author: Wolfgang Sourdeau -Date: Tue Dec 6 17:38:57 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_11' (head 9c4be3d7d32f456638c073296f3c3b84ca2f6ea9) - to branch 'ca.inverse.sogo' (head 83063c0c69ff54ec2fbc43e2dd50c1c6a80bcf1a) - - Monotone-Parent: 83063c0c69ff54ec2fbc43e2dd50c1c6a80bcf1a - Monotone-Parent: 9c4be3d7d32f456638c073296f3c3b84ca2f6ea9 - Monotone-Revision: 2f66e7e50e9a88d5279a512e70f1bd7c6c5c6531 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-12-06T17:38:57 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/HTMLElement.js commit e05939e8a04c7d547c5430c01d15acf4d73d8b2a Author: Wolfgang Sourdeau @@ -14220,36 +14816,8 @@ Date: Tue Dec 6 17:38:40 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-06T17:38:40 -commit 2a575c3b4947b8d506995d468ef5ba7e9af6c4ac -Merge: 15a67ab 071db38 -Author: Wolfgang Sourdeau -Date: Tue Dec 6 16:05:10 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_11' (head f1a929eda62ac5fe22596efe98c5a812783f90c5) - to branch 'ca.inverse.sogo' (head ac5c5df6110e5b3eeddb58ae28a4da10b7e43c94) - - Monotone-Parent: ac5c5df6110e5b3eeddb58ae28a4da10b7e43c94 - Monotone-Parent: f1a929eda62ac5fe22596efe98c5a812783f90c5 - Monotone-Revision: 83063c0c69ff54ec2fbc43e2dd50c1c6a80bcf1a - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-12-06T16:05:10 - Monotone-Branch: ca.inverse.sogo - -commit 071db38df97c3bcbbf59ab7c42e75c475af9e7f4 -Merge: 59017c5 872ae91 -Author: Wolfgang Sourdeau -Date: Tue Dec 6 16:04:49 2011 +0000 - - merge of '802a04b5081d0264febb32e1dcf222a8d0d1a263' - and 'de58c17588816674c9047955ef96df3f119e8fd1' - - Monotone-Parent: 802a04b5081d0264febb32e1dcf222a8d0d1a263 - Monotone-Parent: de58c17588816674c9047955ef96df3f119e8fd1 - Monotone-Revision: f1a929eda62ac5fe22596efe98c5a812783f90c5 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-12-06T16:04:49 +M ChangeLog +M SoObjects/Appointments/iCalEvent+SOGo.m commit 59017c5b942cfb4669621bc0dbe557ac5803d94c Author: Wolfgang Sourdeau @@ -14261,6 +14829,9 @@ Date: Tue Dec 6 16:04:04 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-06T16:04:04 +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 872ae9160909a7d6ee5359d1284434ecf77ee090 Author: Francis Lachapelle Date: Tue Dec 6 15:11:05 2011 +0000 @@ -14273,20 +14844,8 @@ Date: Tue Dec 6 15:11:05 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-06T15:11:05 -commit a0afdf866f99241f48282ad9c3fd2407eb87229f -Merge: 600d517 0fab9ed -Author: Wolfgang Sourdeau -Date: Tue Dec 6 15:08:09 2011 +0000 - - merge of '29ee33c12159479ee3901d1552b1ea488728ec05' - and '317388b9ab7cf72dd79c9577c59e2eb3dda1298a' - - Monotone-Parent: 29ee33c12159479ee3901d1552b1ea488728ec05 - Monotone-Parent: 317388b9ab7cf72dd79c9577c59e2eb3dda1298a - Monotone-Revision: 11ef456e45cbaea55e39d4b6ddb6751f4f233acc - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-12-06T15:08:09 +M UI/MainUI/DanishDenmark.lproj/Localizable.strings +M UI/PreferencesUI/DanishDenmark.lproj/Localizable.strings commit 600d517b24446312e97ad28c3d3b19f58f3536db Author: Wolfgang Sourdeau @@ -14298,6 +14857,8 @@ Date: Tue Dec 6 15:07:35 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-06T15:07:35 +M UI/WebServerResources/iefixes.css + commit 0fab9ed05a74b2cbebb1bea4f18916b54e0eed56 Author: Francis Lachapelle Date: Tue Dec 6 14:43:17 2011 +0000 @@ -14310,35 +14871,7 @@ Date: Tue Dec 6 14:43:17 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-06T14:43:17 -commit c2229901b9deaa7771608f10afb5868d252ca38d -Merge: 56d8a33 a797439 -Author: Wolfgang Sourdeau -Date: Tue Dec 6 01:37:49 2011 +0000 - - merge of '63ee524117cc9ce93494633a63d1159b33b05365' - and '8f2c57869f8130681b14781691613a5160c86dc2' - - Monotone-Parent: 63ee524117cc9ce93494633a63d1159b33b05365 - Monotone-Parent: 8f2c57869f8130681b14781691613a5160c86dc2 - Monotone-Revision: 1ea08f6ec84d602c5e78b6c440e2f7d6297a82cd - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-12-06T01:37:49 - -commit 56d8a337d1c1bf558e2088a7a35c9fc5e4bf2294 -Merge: 07e484e 188e947 -Author: Wolfgang Sourdeau -Date: Mon Dec 5 20:55:24 2011 +0000 - - merge of '1f66f69ac041c4c07572f485c685adf50bf6866c' - and 'dba9e298691b115fdb536d3e5610f71142ab4ee3' - - Monotone-Parent: 1f66f69ac041c4c07572f485c685adf50bf6866c - Monotone-Parent: dba9e298691b115fdb536d3e5610f71142ab4ee3 - Monotone-Revision: 63ee524117cc9ce93494633a63d1159b33b05365 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-12-05T20:55:24 +A UI/Templates/UIxLoading.wox commit 07e484e5aef8639f49713047595640bdec3b4da9 Author: Wolfgang Sourdeau @@ -14352,21 +14885,7 @@ Date: Mon Dec 5 20:55:11 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-05T20:55:11 -commit 15a67ab68c33a0ce4c7df756af16261a1fd38676 -Merge: 06e5b46 8c98315 -Author: Wolfgang Sourdeau -Date: Mon Dec 5 16:42:13 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_11' (head 7be89eb338128de0cf7f68aeb1ed4852cf15bc96) - to branch 'ca.inverse.sogo' (head 67b04dc1826e6a365d562a81554e430a185f049e) - - Monotone-Parent: 67b04dc1826e6a365d562a81554e430a185f049e - Monotone-Parent: 7be89eb338128de0cf7f68aeb1ed4852cf15bc96 - Monotone-Revision: ac5c5df6110e5b3eeddb58ae28a4da10b7e43c94 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-12-05T16:42:13 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css commit 8c983152ee8f67fe804e7986ef5d9fdb2ecfc388 Author: Wolfgang Sourdeau @@ -14378,6 +14897,8 @@ Date: Mon Dec 5 16:42:05 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-05T16:42:05 +M UI/Scheduler/UIxComponentEditor.m + commit 06e5b4655662b5e0b3ab3de61d4f5779a5ed4b90 Author: Wolfgang Sourdeau Date: Mon Dec 5 15:21:53 2011 +0000 @@ -14389,21 +14910,7 @@ Date: Mon Dec 5 15:21:53 2011 +0000 Monotone-Date: 2011-12-05T15:21:53 Monotone-Branch: ca.inverse.sogo -commit f751790d86b70b8cb02e12c2a1079de2b8c2f108 -Merge: e2a4a1b 182f442 -Author: Wolfgang Sourdeau -Date: Mon Dec 5 15:21:32 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_11' (head dd98907b2d09b3cd66d8a6ef15da440b85e98478) - to branch 'ca.inverse.sogo' (head 7671984f4de4c2e75f994c09f3c03934090088b2) - - Monotone-Parent: 7671984f4de4c2e75f994c09f3c03934090088b2 - Monotone-Parent: dd98907b2d09b3cd66d8a6ef15da440b85e98478 - Monotone-Revision: b0847062df5606c06fbb9461db56bce7d76a8332 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-12-05T15:21:32 - Monotone-Branch: ca.inverse.sogo +M Version commit 182f442a4dddce0d1ed0162652fe87bb77bca571 Author: Wolfgang Sourdeau @@ -14415,6 +14922,9 @@ Date: Mon Dec 5 15:19:45 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-05T15:19:45 +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m + commit 648b0ccbddc56ddcee2bd6e3d4f09f0abaf7b908 Author: Wolfgang Sourdeau Date: Mon Dec 5 15:19:15 2011 +0000 @@ -14425,6 +14935,10 @@ Date: Mon Dec 5 15:19:15 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-05T15:19:15 +M ChangeLog +M SoObjects/Appointments/iCalEvent+SOGo.m +M SoObjects/Appointments/iCalToDo+SOGo.m + commit e2a4a1b2a60a06d254c44dad4a6250b2c158e30b Author: Wolfgang Sourdeau Date: Fri Dec 2 20:59:22 2011 +0000 @@ -14436,6 +14950,8 @@ Date: Fri Dec 2 20:59:22 2011 +0000 Monotone-Date: 2011-12-02T20:59:22 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 75affd091652c63e4033f9a86f61e6d9529e4403 Author: Wolfgang Sourdeau Date: Fri Dec 2 17:33:24 2011 +0000 @@ -14447,6 +14963,8 @@ Date: Fri Dec 2 17:33:24 2011 +0000 Monotone-Date: 2011-12-02T17:33:24 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 4f5f22fc5191ba1dd67e58345c4114c937625e31 Author: Wolfgang Sourdeau Date: Fri Dec 2 17:16:52 2011 +0000 @@ -14458,6 +14976,9 @@ Date: Fri Dec 2 17:16:52 2011 +0000 Monotone-Date: 2011-12-02T17:16:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreNotesMessage.m + commit 4b1c26743f196d854d483d90d952dd002b0862bd Author: Wolfgang Sourdeau Date: Fri Dec 2 17:16:02 2011 +0000 @@ -14469,6 +14990,9 @@ Date: Fri Dec 2 17:16:02 2011 +0000 Monotone-Date: 2011-12-02T17:16:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMessage.m + commit c5e1b23a7a0b3315a9eca325359d1f42a79fc632 Author: Wolfgang Sourdeau Date: Fri Dec 2 17:14:50 2011 +0000 @@ -14480,6 +15004,9 @@ Date: Fri Dec 2 17:14:50 2011 +0000 Monotone-Date: 2011-12-02T17:14:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFSMessage.m + commit 186587428734d92d0401cd0eb958059fb74af141 Author: Wolfgang Sourdeau Date: Fri Dec 2 17:14:19 2011 +0000 @@ -14491,6 +15018,9 @@ Date: Fri Dec 2 17:14:19 2011 +0000 Monotone-Date: 2011-12-02T17:14:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFSFolder.m + commit 2275e7549e62809dab569675384739a5fb7dbd25 Author: Wolfgang Sourdeau Date: Fri Dec 2 16:36:15 2011 +0000 @@ -14502,6 +15032,8 @@ Date: Fri Dec 2 16:36:15 2011 +0000 Monotone-Date: 2011-12-02T16:36:15 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreFSFolder.m + commit 8c0d360c13e012b60b069a2be469a71e7f6919e1 Author: Wolfgang Sourdeau Date: Fri Dec 2 16:02:49 2011 +0000 @@ -14513,6 +15045,8 @@ Date: Fri Dec 2 16:02:49 2011 +0000 Monotone-Date: 2011-12-02T16:02:49 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreTypes.m + commit 03962b536752ebb33e2f44679b7bc02762a2fb35 Author: Wolfgang Sourdeau Date: Fri Dec 2 14:35:30 2011 +0000 @@ -14524,6 +15058,8 @@ Date: Fri Dec 2 14:35:30 2011 +0000 Monotone-Date: 2011-12-02T14:35:30 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreSOGo.m + commit c339f88be0fd7b3b8e407e2bdc26b702d0b60ecf Author: Francis Lachapelle Date: Fri Dec 2 10:30:11 2011 +0000 @@ -14536,6 +15072,9 @@ Date: Fri Dec 2 10:30:11 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-02T10:30:11 +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/Templates/UIxPageFrame.wox + commit 03625e4aae6899d53efc7ddd20104b2fa266a7ba Author: Francis Lachapelle Date: Fri Dec 2 07:22:47 2011 +0000 @@ -14548,6 +15087,37 @@ Date: Fri Dec 2 07:22:47 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-02T07:22:47 +M ChangeLog +M NEWS +M SoObjects/SOGo/SOGoUserFolder.h +M UI/MailerUI/Toolbars/SOGoDraftObject.toolbar +A UI/MailerUI/Toolbars/SOGoMailFolder.toolbar +M UI/MailerUI/Toolbars/SOGoMailObject.toolbar +M UI/MailerUI/UIxMailEditor.m +M UI/MailerUI/product.plist +A UI/MainUI/UIxLoading.h +A UI/MainUI/UIxLoading.m +M UI/MainUI/product.plist +M UI/PreferencesUI/Toolbars/UIxPreferences.toolbar +M UI/SOGoUI/UIxComponent.m +M UI/Templates/ContactsUI/UIxContactsUserFolders.wox +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/Templates/UIxJSClose.wox +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxContactEditor.js +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/UIxListEditor.css +M UI/WebServerResources/UIxListEditor.js +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js +M UI/WebServerResources/iefixes.css + commit a797439070a05ab42ffd0fa7c66c8a12ad91f868 Author: Francis Lachapelle Date: Fri Dec 2 03:57:16 2011 +0000 @@ -14560,6 +15130,8 @@ Date: Fri Dec 2 03:57:16 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-02T03:57:16 +A UI/MainUI/DanishDenmark.lproj/Locale + commit 188e9472e3df0f1ee1b183cd2ec502ed6c874140 Author: Francis Lachapelle Date: Fri Dec 2 03:37:42 2011 +0000 @@ -14572,6 +15144,82 @@ Date: Fri Dec 2 03:37:42 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-02T03:37:42 +M .tx/config +A SoObjects/Appointments/DanishDenmark.lproj/Localizable.strings +M SoObjects/Appointments/GNUmakefile +A SoObjects/Contacts/DanishDenmark.lproj/Localizable.strings +M SoObjects/Contacts/GNUmakefile +A SoObjects/Mailer/SOGoMailDanishDenmarkForward.wo/SOGoMailDanishDenmarkForward.html +A SoObjects/Mailer/SOGoMailDanishDenmarkForward.wo/SOGoMailDanishDenmarkForward.wod +A SoObjects/Mailer/SOGoMailDanishDenmarkReply.wo/SOGoMailDanishDenmarkReply.html +A SoObjects/Mailer/SOGoMailDanishDenmarkReply.wo/SOGoMailDanishDenmarkReply.wod +M SoObjects/SOGo/SOGoDefaults.plist +M Tests/Integration/preferences.py +A UI/AdministrationUI/DanishDenmark.lproj/Localizable.strings +M UI/AdministrationUI/GNUmakefile +A UI/Common/DanishDenmark.lproj/Localizable.strings +M UI/Common/GNUmakefile +A UI/Contacts/DanishDenmark.lproj/Localizable.strings +M UI/Contacts/GNUmakefile +A UI/MailPartViewers/DanishDenmark.lproj/Localizable.strings +M UI/MailPartViewers/GNUmakefile +A UI/MailerUI/DanishDenmark.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/GNUmakefile +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Catalan.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +A UI/MainUI/DanishDenmark.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/GNUmakefile +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Icelandic.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/NorwegianBokmal.lproj/Localizable.strings +M UI/MainUI/NorwegianNynorsk.lproj/Localizable.strings +M UI/MainUI/Polish.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +M UI/MainUI/SpanishArgentina.lproj/Localizable.strings +M UI/MainUI/SpanishSpain.lproj/Localizable.strings +M UI/MainUI/Swedish.lproj/Localizable.strings +M UI/MainUI/Ukrainian.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Catalan.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +A UI/PreferencesUI/DanishDenmark.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/GNUmakefile +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Icelandic.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/NorwegianBokmal.lproj/Localizable.strings +M UI/PreferencesUI/NorwegianNynorsk.lproj/Localizable.strings +M UI/PreferencesUI/Polish.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/SpanishArgentina.lproj/Localizable.strings +M UI/PreferencesUI/SpanishSpain.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/SOGoUI/SOGoACLAdvisory.h +M UI/SOGoUI/SOGoACLAdvisory.m +M UI/SOGoUI/SOGoFolderAdvisory.h +M UI/SOGoUI/SOGoFolderAdvisory.m +A UI/Scheduler/DanishDenmark.lproj/Localizable.strings +M UI/Scheduler/GNUmakefile +A UI/Templates/SOGoACLDanishDenmarkAdditionAdvisory.wox +A UI/Templates/SOGoACLDanishDenmarkModificationAdvisory.wox +A UI/Templates/SOGoACLDanishDenmarkRemovalAdvisory.wox +A UI/Templates/SOGoFolderDanishDenmarkAdditionAdvisory.wox +A UI/Templates/SOGoFolderDanishDenmarkRemovalAdvisory.wox + commit 51643f5db901d3febc159b49b518e1d03455e57b Author: Francis Lachapelle Date: Fri Dec 2 03:11:40 2011 +0000 @@ -14584,6 +15232,8 @@ Date: Fri Dec 2 03:11:40 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-02T03:11:40 +M UI/WebServerResources/SOGoResizableTable.js + commit 304540285816cbf9ab4aee543843c6945f510a10 Author: Francis Lachapelle Date: Fri Dec 2 01:35:09 2011 +0000 @@ -14596,6 +15246,8 @@ Date: Fri Dec 2 01:35:09 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-02T01:35:09 +M SoObjects/Mailer/SOGoMailNorwegianBokmalReply.wo/SOGoMailNorwegianBokmalReply.html + commit 19906bd7e115f347791856a4c9e0707ac16b2336 Author: Wolfgang Sourdeau Date: Thu Dec 1 23:04:20 2011 +0000 @@ -14607,6 +15259,9 @@ Date: Thu Dec 1 23:04:20 2011 +0000 Monotone-Date: 2011-12-01T23:04:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFAIMessage.m + commit fe7cb6081d4c0c2c238a5ff79a1ff0f6cea8254d Author: Wolfgang Sourdeau Date: Thu Dec 1 23:02:45 2011 +0000 @@ -14618,6 +15273,9 @@ Date: Thu Dec 1 23:02:45 2011 +0000 Monotone-Date: 2011-12-01T23:02:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFSFolder.m + commit 4b45d7680560b4c01fa3a182447e7134b66bc141 Author: Wolfgang Sourdeau Date: Thu Dec 1 22:53:11 2011 +0000 @@ -14629,6 +15287,9 @@ Date: Thu Dec 1 22:53:11 2011 +0000 Monotone-Date: 2011-12-01T22:53:11 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreFSFolder.m +M OpenChange/MAPIStoreFSMessage.m + commit 95d286fde964b2c4d2e1e51e1bff6e0d0277d232 Author: Wolfgang Sourdeau Date: Thu Dec 1 22:42:30 2011 +0000 @@ -14640,6 +15301,8 @@ Date: Thu Dec 1 22:42:30 2011 +0000 Monotone-Date: 2011-12-01T22:42:30 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreFSFolder.m + commit eff11b0b9c94d453f25f294cb02275605a9703c7 Author: Wolfgang Sourdeau Date: Thu Dec 1 22:36:35 2011 +0000 @@ -14651,6 +15314,11 @@ Date: Thu Dec 1 22:36:35 2011 +0000 Monotone-Date: 2011-12-01T22:36:35 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreFAIMessage.m +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMessage.h +M OpenChange/MAPIStoreMessage.m + commit e846ec1b8ce6eec2463fbd29b7b290cc43d00256 Author: Wolfgang Sourdeau Date: Thu Dec 1 22:36:16 2011 +0000 @@ -14662,6 +15330,9 @@ Date: Thu Dec 1 22:36:16 2011 +0000 Monotone-Date: 2011-12-01T22:36:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreGCSMessage.m + commit 97c30caf0de87f872033e62db2a70748cf152fee Author: Wolfgang Sourdeau Date: Thu Dec 1 22:34:52 2011 +0000 @@ -14673,6 +15344,9 @@ Date: Thu Dec 1 22:34:52 2011 +0000 Monotone-Date: 2011-12-01T22:34:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFSMessage.m + commit 6f78e819f97ff5a9069aaaa86c416da80e1657b1 Author: Wolfgang Sourdeau Date: Thu Dec 1 22:33:46 2011 +0000 @@ -14684,21 +15358,8 @@ Date: Thu Dec 1 22:33:46 2011 +0000 Monotone-Date: 2011-12-01T22:33:46 Monotone-Branch: ca.inverse.sogo -commit 49f733033f84622e5b5993f7488588465f38125f -Merge: e04ef30 8bf49a0 -Author: Wolfgang Sourdeau -Date: Thu Dec 1 22:30:52 2011 +0000 - - merge of '1cc45a54646b7c2b2f5f308de913308b94603cc6' - and '4fc05589d27078390d22daa4cafe9389c886c583' - - Monotone-Parent: 1cc45a54646b7c2b2f5f308de913308b94603cc6 - Monotone-Parent: 4fc05589d27078390d22daa4cafe9389c886c583 - Monotone-Revision: e13446efcded2d880cbb5bb48b3bde3b54faf46e - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-12-01T22:30:52 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m commit 8bf49a0d2f3d22622ae28da9b55bf947d564022b Author: Wolfgang Sourdeau @@ -14711,6 +15372,9 @@ Date: Thu Dec 1 22:30:25 2011 +0000 Monotone-Date: 2011-12-01T22:30:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m + commit 4641b917c737e4f02eece104b921fe1003335f46 Author: Wolfgang Sourdeau Date: Thu Dec 1 22:28:12 2011 +0000 @@ -14722,6 +15386,11 @@ Date: Thu Dec 1 22:28:12 2011 +0000 Monotone-Date: 2011-12-01T22:28:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreSOGo.m + commit 2c0553cdad39306d49bf09c443fd4ddcda5485e0 Author: Wolfgang Sourdeau Date: Thu Dec 1 22:20:22 2011 +0000 @@ -14733,6 +15402,10 @@ Date: Thu Dec 1 22:20:22 2011 +0000 Monotone-Date: 2011-12-01T22:20:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreTasksMessage.m + commit 6ceac429d55f60fb3f7da0fbbe63673aee2b7036 Author: Wolfgang Sourdeau Date: Thu Dec 1 22:18:40 2011 +0000 @@ -14744,6 +15417,9 @@ Date: Thu Dec 1 22:18:40 2011 +0000 Monotone-Date: 2011-12-01T22:18:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTasksMessageTable.m + commit 8daa1986453f3c01e2c0b694346faf4c4134e381 Author: Wolfgang Sourdeau Date: Thu Dec 1 21:31:09 2011 +0000 @@ -14755,6 +15431,10 @@ Date: Thu Dec 1 21:31:09 2011 +0000 Monotone-Date: 2011-12-01T21:31:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreGCSMessageTable.h +M OpenChange/MAPIStoreGCSMessageTable.m + commit 1ffc1d9cb94465c4e0b0424cd737a086d4a390bd Author: Wolfgang Sourdeau Date: Thu Dec 1 21:29:17 2011 +0000 @@ -14766,6 +15446,12 @@ Date: Thu Dec 1 21:29:17 2011 +0000 Monotone-Date: 2011-12-01T21:29:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarFolder.m +M OpenChange/MAPIStoreGCSFolder.h +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreTasksFolder.m + commit a16bf2c00ef0ba132ba9fc5030c7a7fa6083772b Author: Wolfgang Sourdeau Date: Thu Dec 1 21:23:09 2011 +0000 @@ -14777,6 +15463,8 @@ Date: Thu Dec 1 21:23:09 2011 +0000 Monotone-Date: 2011-12-01T21:23:09 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.h + commit 0f35c72c247848b502f283f4cc6536740a24f33f Author: Wolfgang Sourdeau Date: Thu Dec 1 21:13:09 2011 +0000 @@ -14788,6 +15476,19 @@ Date: Thu Dec 1 21:13:09 2011 +0000 Monotone-Date: 2011-12-01T21:13:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarFolder.m +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreContactsFolder.m +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreGCSFolder.h +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreMessage.h +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreTasksMessage.m + commit afe94a13c2205d648d607d157cbc671b1f7b80f0 Author: Wolfgang Sourdeau Date: Thu Dec 1 15:41:17 2011 +0000 @@ -14799,6 +15500,8 @@ Date: Thu Dec 1 15:41:17 2011 +0000 Monotone-Date: 2011-12-01T15:41:17 Monotone-Branch: ca.inverse.sogo +M OpenChange/unrtf-0.21.2.diff + commit 6aaf3c1034ee625b53f5eaf2dc50552aee337d5b Author: Francis Lachapelle Date: Thu Dec 1 06:59:26 2011 +0000 @@ -14811,6 +15514,20 @@ Date: Thu Dec 1 06:59:26 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-01T06:59:26 +M SoObjects/Appointments/SpanishArgentina.lproj/Localizable.strings +M SoObjects/Appointments/SpanishSpain.lproj/Localizable.strings +M UI/AdministrationUI/SpanishArgentina.lproj/Localizable.strings +M UI/Contacts/SpanishArgentina.lproj/Localizable.strings +M UI/Contacts/SpanishSpain.lproj/Localizable.strings +M UI/MailerUI/SpanishArgentina.lproj/Localizable.strings +M UI/MailerUI/SpanishSpain.lproj/Localizable.strings +M UI/MainUI/SpanishArgentina.lproj/Localizable.strings +M UI/MainUI/SpanishSpain.lproj/Localizable.strings +M UI/PreferencesUI/SpanishArgentina.lproj/Localizable.strings +M UI/PreferencesUI/SpanishSpain.lproj/Localizable.strings +M UI/Scheduler/SpanishArgentina.lproj/Localizable.strings +M UI/Scheduler/SpanishSpain.lproj/Localizable.strings + commit b2273e9a5e7fd29d002e487f029f19f6c06daff3 Author: Francis Lachapelle Date: Thu Dec 1 06:56:50 2011 +0000 @@ -14823,6 +15540,16 @@ Date: Thu Dec 1 06:56:50 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-01T06:56:50 +M SoObjects/Appointments/German.lproj/Localizable.strings +M UI/AdministrationUI/German.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/MailPartViewers/German.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings + commit 3212a6e547150a4f3297866ab08cec0025066ce4 Author: Francis Lachapelle Date: Thu Dec 1 02:11:09 2011 +0000 @@ -14835,38 +15562,7 @@ Date: Thu Dec 1 02:11:09 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-01T02:11:09 -commit e04ef3039dc2772b4953e0457110fff23f4316dd -Merge: 3e961a8 ca8f241 -Author: Francis Lachapelle -Date: Wed Nov 30 22:50:45 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_10' (head c77fdc314da75a342268360460b4eb2adfb41c9c) - to branch 'ca.inverse.sogo' (head bbb8c6d413d58aed3320b954f516c9ab2d0b0329) - - Monotone-Parent: bbb8c6d413d58aed3320b954f516c9ab2d0b0329 - Monotone-Parent: c77fdc314da75a342268360460b4eb2adfb41c9c - Monotone-Revision: 1cc45a54646b7c2b2f5f308de913308b94603cc6 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-11-30T22:50:45 - Monotone-Branch: ca.inverse.sogo - Monotone-Tag: SOGo_v1.3.10 - -commit 3e961a83fb72ea7da9d39abf437de7064206953f -Merge: 4c78dfc d026f82 -Author: Wolfgang Sourdeau -Date: Wed Nov 30 15:11:12 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_10' (head a96cbe44e3664528e8b96cf10301c6a34afdd80e) - to branch 'ca.inverse.sogo' (head a7c71d116cd3e44573b0f929774cb879c253f577) - - Monotone-Parent: a7c71d116cd3e44573b0f929774cb879c253f577 - Monotone-Parent: a96cbe44e3664528e8b96cf10301c6a34afdd80e - Monotone-Revision: bbb8c6d413d58aed3320b954f516c9ab2d0b0329 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-11-30T15:11:12 - Monotone-Branch: ca.inverse.sogo +M Version commit d026f8201c872f91e2bb9db975b4f02431202deb Author: Wolfgang Sourdeau @@ -14878,21 +15574,9 @@ Date: Wed Nov 30 15:11:10 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-30T15:11:10 -commit 4c78dfc02449110f9720e43d11439ee0a58a4d2b -Merge: bdac79e d2172bf -Author: Wolfgang Sourdeau -Date: Wed Nov 30 15:07:17 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_10' (head c1e7ef32360364c6b7731d28d8fd3d1c67f5e9e5) - to branch 'ca.inverse.sogo' (head 196512840d27c4350e03e7125e886b09ed4def3a) - - Monotone-Parent: 196512840d27c4350e03e7125e886b09ed4def3a - Monotone-Parent: c1e7ef32360364c6b7731d28d8fd3d1c67f5e9e5 - Monotone-Revision: a7c71d116cd3e44573b0f929774cb879c253f577 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-11-30T15:07:17 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolders.m +M SoObjects/Appointments/SOGoUserFolder+Appointments.m +M SoObjects/SOGo/SOGoUserFolder.m commit d2172bfc8915718ddbdafaee2ffb2e7c920ab86b Author: Wolfgang Sourdeau @@ -14904,6 +15588,8 @@ Date: Wed Nov 30 15:07:09 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-30T15:07:09 +M SoObjects/SOGo/SOGoUserFolder.m + commit bdac79e60b4cdf9b1b5fde1df2895bcfc787e6b7 Author: Wolfgang Sourdeau Date: Wed Nov 30 14:58:39 2011 +0000 @@ -14915,21 +15601,7 @@ Date: Wed Nov 30 14:58:39 2011 +0000 Monotone-Date: 2011-11-30T14:58:39 Monotone-Branch: ca.inverse.sogo -commit 0930892605c33619af278c3abdb2e83f86d99e0c -Merge: b90400b 4e81565 -Author: Wolfgang Sourdeau -Date: Wed Nov 30 14:55:30 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_10' (head e1d9c79bd6c5862141ce684d5c07afe5be283b15) - to branch 'ca.inverse.sogo' (head 6b6c2b39b25856934b5a687c610bcd0b60732c42) - - Monotone-Parent: 6b6c2b39b25856934b5a687c610bcd0b60732c42 - Monotone-Parent: e1d9c79bd6c5862141ce684d5c07afe5be283b15 - Monotone-Revision: c848a704ccb578f33ab987c1380dd78a884e9eab - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-11-30T14:55:30 - Monotone-Branch: ca.inverse.sogo +M Version commit 4e81565817f89d6e9fb1dddcb1e2ae5eea007458 Author: Wolfgang Sourdeau @@ -14941,6 +15613,8 @@ Date: Wed Nov 30 14:54:41 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-30T14:54:41 +M SoObjects/SOGo/SOGoFolder.m + commit 8aadb43711de8e29dab8b6af0354eee47c9dae0f Author: Wolfgang Sourdeau Date: Wed Nov 30 14:54:01 2011 +0000 @@ -14951,6 +15625,8 @@ Date: Wed Nov 30 14:54:01 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-30T14:54:01 +M SoObjects/SOGo/SOGoUserFolder.h + commit 7d400bc60c4e700076eb2479066c024f499f9a70 Author: Wolfgang Sourdeau Date: Wed Nov 30 14:53:15 2011 +0000 @@ -14961,6 +15637,9 @@ Date: Wed Nov 30 14:53:15 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-30T14:53:15 +M ChangeLog +M SoObjects/SOGo/SOGoFolder.m + commit f0c0fb08371cab510a51eda8bf59e0d834bc8b77 Author: Wolfgang Sourdeau Date: Wed Nov 30 14:51:01 2011 +0000 @@ -14971,6 +15650,9 @@ Date: Wed Nov 30 14:51:01 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-30T14:51:01 +M ChangeLog +M SoObjects/Appointments/SOGoCalendarProxy.m + commit cd7d211b60c8d42f088311b32b4e50a1792acd57 Author: Wolfgang Sourdeau Date: Wed Nov 30 14:49:07 2011 +0000 @@ -14981,6 +15663,9 @@ Date: Wed Nov 30 14:49:07 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-30T14:49:07 +M ChangeLog +M Main/SOGo+DAV.m + commit 1da868bdd8ec14d450f97791e7698e8398babeeb Author: Wolfgang Sourdeau Date: Wed Nov 30 14:47:11 2011 +0000 @@ -14991,6 +15676,9 @@ Date: Wed Nov 30 14:47:11 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-30T14:47:11 +M ChangeLog +M SoObjects/Appointments/SOGoUserFolder+Appointments.m + commit cb0092b2ac13c9e03520af12ed8e0ee3589f5e0b Author: Wolfgang Sourdeau Date: Wed Nov 30 14:40:40 2011 +0000 @@ -15001,6 +15689,9 @@ Date: Wed Nov 30 14:40:40 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-30T14:40:40 +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit 82d75c2baee87ddd2e0468a01d37a4dab6535e90 Author: Wolfgang Sourdeau Date: Wed Nov 30 14:33:30 2011 +0000 @@ -15011,6 +15702,8 @@ Date: Wed Nov 30 14:33:30 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-30T14:33:30 +M SoObjects/SOGo/SOGoUserFolder.m + commit 06574a02bcc7e00601a941b49e0f2b1c80ebf1d5 Author: Wolfgang Sourdeau Date: Wed Nov 30 14:33:11 2011 +0000 @@ -15021,6 +15714,10 @@ Date: Wed Nov 30 14:33:11 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-30T14:33:11 +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoUserFolder.m + commit 5e338a9f1363b97419fba9a60ad0950bd4233dd2 Author: Wolfgang Sourdeau Date: Wed Nov 30 14:30:53 2011 +0000 @@ -15031,6 +15728,10 @@ Date: Wed Nov 30 14:30:53 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-30T14:30:53 +M ChangeLog +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoUserFolder.m + commit 7aaa7c2fca2555afa99e0b5a4fc33e474cbdb1b9 Author: Wolfgang Sourdeau Date: Wed Nov 30 14:28:54 2011 +0000 @@ -15041,6 +15742,9 @@ Date: Wed Nov 30 14:28:54 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-30T14:28:54 +M ChangeLog +M SoObjects/SOGo/WORequest+SOGo.m + commit 0df7048bbf8f30ca544b15dd229a0cbed790dde5 Author: Wolfgang Sourdeau Date: Wed Nov 30 14:21:31 2011 +0000 @@ -15051,6 +15755,8 @@ Date: Wed Nov 30 14:21:31 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-30T14:21:31 +M Version + commit 4aef7d24cb02e7783367f7530c783a626ea8e043 Author: Wolfgang Sourdeau Date: Wed Nov 30 14:21:00 2011 +0000 @@ -15061,6 +15767,9 @@ Date: Wed Nov 30 14:21:00 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-30T14:21:00 +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentInboxFolder.m + commit ca8f2410d56badbe5d55e0344a1bb0bc8fae2a5f Author: Francis Lachapelle Date: Wed Nov 30 12:05:00 2011 +0000 @@ -15073,6 +15782,8 @@ Date: Wed Nov 30 12:05:00 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-30T12:05:00 +M NEWS + commit 712f5b7a435220ebfd7f8d81c526094a4c6cfd4b Author: Francis Lachapelle Date: Wed Nov 30 11:58:30 2011 +0000 @@ -15085,6 +15796,8 @@ Date: Wed Nov 30 11:58:30 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-30T11:58:30 +M UI/MainUI/Ukrainian.lproj/Localizable.strings + commit f72b59146b5380d3f9a4ec08d06dbab4fd5c1590 Author: Francis Lachapelle Date: Wed Nov 30 11:57:21 2011 +0000 @@ -15097,6 +15810,14 @@ Date: Wed Nov 30 11:57:21 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-30T11:57:21 +M UI/AdministrationUI/French.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/MailPartViewers/French.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit 9874a7c43e10afe3c53acde728d9164f1e9f5ecc Author: Ludovic Marcotte Date: Wed Nov 30 20:15:03 2011 +0000 @@ -15109,6 +15830,10 @@ Date: Wed Nov 30 20:15:03 2011 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-11-30T20:15:03 +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt +M NEWS + commit 46c6595c5101c8f523e67d5372cc8c1f0e877ede Author: Wolfgang Sourdeau Date: Wed Nov 30 03:10:06 2011 +0000 @@ -15119,20 +15844,8 @@ Date: Wed Nov 30 03:10:06 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-30T03:10:06 -commit 0e0045e310de98b2e9bb19219712eb8bfc2692dc -Merge: 64dd572 3102078 -Author: Francis Lachapelle -Date: Tue Nov 29 13:30:12 2011 +0000 - - merge of '242b11744a01859b09e976093dc5b526d501fd87' - and 'bd8c503633ded64868962b0c33e0dcbdc1f4a744' - - Monotone-Parent: 242b11744a01859b09e976093dc5b526d501fd87 - Monotone-Parent: bd8c503633ded64868962b0c33e0dcbdc1f4a744 - Monotone-Revision: f3c2aef97584736f86e933c6d26f36e424321aac - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-11-29T13:30:12 +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m commit 3102078a6eeae72d4c65e088c80661b7af084c4b Author: Francis Lachapelle @@ -15147,21 +15860,8 @@ Date: Tue Nov 29 13:30:07 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-29T13:30:07 -commit b90400b4fcd19049deb689376f9b5de10a3ee436 -Merge: 3c8bc5c f6a4361 -Author: Francis Lachapelle -Date: Tue Nov 29 13:24:47 2011 +0000 - - merge of '05b2de9f911d3fd0fc4d6ffdd99cb5e065864668' - and 'e9477f4a12eed5d158a5e34e27faaf0765a0a74f' - - Monotone-Parent: 05b2de9f911d3fd0fc4d6ffdd99cb5e065864668 - Monotone-Parent: e9477f4a12eed5d158a5e34e27faaf0765a0a74f - Monotone-Revision: 6b6c2b39b25856934b5a687c610bcd0b60732c42 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-11-29T13:24:47 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M Documentation/architecture.png commit 3c8bc5c15717e5025f803af7ca7399d722e5643d Author: Wolfgang Sourdeau @@ -15174,6 +15874,9 @@ Date: Tue Nov 29 14:18:25 2011 +0000 Monotone-Date: 2011-11-29T14:18:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTypes.m + commit f6a43617591d6aebc06a75202c48ed91ebbc6373 Author: Francis Lachapelle Date: Tue Nov 29 13:24:41 2011 +0000 @@ -15187,6 +15890,9 @@ Date: Tue Nov 29 13:24:41 2011 +0000 Monotone-Date: 2011-11-29T13:24:41 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M Documentation/architecture.png + commit 42c47c2e03a655d4a5b80dc73942052a458d177c Author: Wolfgang Sourdeau Date: Tue Nov 29 01:39:07 2011 +0000 @@ -15198,37 +15904,9 @@ Date: Tue Nov 29 01:39:07 2011 +0000 Monotone-Date: 2011-11-29T01:39:07 Monotone-Branch: ca.inverse.sogo -commit 7d1068e7492f8f98f8605d1a30db414d9e2c189d -Merge: 64dd572 4e00e3d -Author: Wolfgang Sourdeau -Date: Mon Nov 28 16:45:30 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_10' (head 242b11744a01859b09e976093dc5b526d501fd87) - to branch 'ca.inverse.sogo' (head dc7b93b4c30fe18929219d3cedbd50f5bbe6a9d1) - - Monotone-Parent: 242b11744a01859b09e976093dc5b526d501fd87 - Monotone-Parent: dc7b93b4c30fe18929219d3cedbd50f5bbe6a9d1 - Monotone-Revision: fb8ba445e08690bfab22a30460b8df60a58af1c7 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-11-28T16:45:30 - Monotone-Branch: ca.inverse.sogo - -commit 4e00e3d9f0f418f45a056d65b3ed0c254b324b46 -Merge: e6cb2e5 1ed60b2 -Author: Wolfgang Sourdeau -Date: Mon Nov 28 16:45:21 2011 +0000 - - merge of '436e83c1fc0fbad5d73e55ddc0e6c6137396a091' - and '6699076194ac4efb63b946034ffe6cca67448a39' - - Monotone-Parent: 436e83c1fc0fbad5d73e55ddc0e6c6137396a091 - Monotone-Parent: 6699076194ac4efb63b946034ffe6cca67448a39 - Monotone-Revision: dc7b93b4c30fe18929219d3cedbd50f5bbe6a9d1 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-11-28T16:45:21 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m commit 64dd572b4b8f3c42926acc687bae34cb8b6ecca8 Author: Wolfgang Sourdeau @@ -15240,21 +15918,8 @@ Date: Mon Nov 28 16:37:04 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-28T16:37:04 -commit e6cb2e5d2eefd6f707629a88edea60836362a24c -Merge: 281c510 7d96a03 -Author: Wolfgang Sourdeau -Date: Fri Nov 25 21:51:14 2011 +0000 - - merge of '247b6208e1bc91f25c79675ce09027ed27ecdee9' - and '65c58f14cba59a1b1570f99f07e122c332dc16c9' - - Monotone-Parent: 247b6208e1bc91f25c79675ce09027ed27ecdee9 - Monotone-Parent: 65c58f14cba59a1b1570f99f07e122c332dc16c9 - Monotone-Revision: 436e83c1fc0fbad5d73e55ddc0e6c6137396a091 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-11-25T21:51:14 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m commit 7d96a03ca88ceafef1bc4870d97f9658ad98b454 Author: Wolfgang Sourdeau @@ -15267,21 +15932,7 @@ Date: Fri Nov 25 21:51:07 2011 +0000 Monotone-Date: 2011-11-25T21:51:07 Monotone-Branch: ca.inverse.sogo -commit 1ed60b23dea25af76f4081fd06e4926b83b34ec3 -Merge: 281c510 b844d71 -Author: Ludovic Marcotte -Date: Fri Nov 25 21:19:58 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_10' (head 533cf8ab1e070968af4fbbe2ddbd0d66b8fd2b7b) - to branch 'ca.inverse.sogo' (head 247b6208e1bc91f25c79675ce09027ed27ecdee9) - - Monotone-Parent: 247b6208e1bc91f25c79675ce09027ed27ecdee9 - Monotone-Parent: 533cf8ab1e070968af4fbbe2ddbd0d66b8fd2b7b - Monotone-Revision: 6699076194ac4efb63b946034ffe6cca67448a39 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2011-11-25T21:19:58 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoGCSFolder.m commit b844d7193fcd37ccbc5af7afa11d78e607169ddf Author: Francis Lachapelle @@ -15295,21 +15946,8 @@ Date: Fri Nov 25 01:36:35 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-25T01:36:35 -commit 281c510f15e9a6a10c8ecdb580038e2b6026ff74 -Merge: 8e564e0 a98c947 -Author: Ludovic Marcotte -Date: Thu Nov 24 20:55:35 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_10' (head 17499446a7bcff456b8470a83c44e2d4b341cc21) - to branch 'ca.inverse.sogo' (head 703f02d08f0caace5f4f0e96efe038c6207e9f28) - - Monotone-Parent: 17499446a7bcff456b8470a83c44e2d4b341cc21 - Monotone-Parent: 703f02d08f0caace5f4f0e96efe038c6207e9f28 - Monotone-Revision: 247b6208e1bc91f25c79675ce09027ed27ecdee9 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2011-11-24T20:55:35 - Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/dragdot.png +M UI/WebServerResources/generic.css commit 8e564e0ae301d8de5047fd390bb7170f7c6e15ea Author: Ludovic Marcotte @@ -15323,21 +15961,10 @@ Date: Thu Nov 24 19:52:22 2011 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-11-24T19:52:22 -commit a98c947d7e1c87cbcd97c56a7a011a5b66e7589f -Merge: 58c9f912 afaf219 -Author: Wolfgang Sourdeau -Date: Thu Nov 24 19:45:21 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_10' (head ba2ef33fb2014db9241eaddd86c886921a3cf802) - to branch 'ca.inverse.sogo' (head cb6221113308044eac92ed5634a235fa9b8140ef) - - Monotone-Parent: ba2ef33fb2014db9241eaddd86c886921a3cf802 - Monotone-Parent: cb6221113308044eac92ed5634a235fa9b8140ef - Monotone-Revision: 703f02d08f0caace5f4f0e96efe038c6207e9f28 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-11-24T19:45:21 - Monotone-Branch: ca.inverse.sogo +M UI/Contacts/German.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings commit c39e6b2eba88fb542e2d7b2b184a1d9aa4c64f3c Author: Ludovic Marcotte @@ -15351,6 +15978,8 @@ Date: Thu Nov 24 19:44:52 2011 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-11-24T19:44:52 +M SOPE/NGCards/GNUmakefile.postamble + commit 58c9f9120510e46b90714ae595ae6cabf9b5e08e Author: Wolfgang Sourdeau Date: Thu Nov 24 19:44:35 2011 +0000 @@ -15363,6 +15992,8 @@ Date: Thu Nov 24 19:44:35 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-24T19:44:35 +M SoObjects/SOGo/SOGoObject.m + commit 6e06d2706f5bbb9056f1543a414abb479922dbef Author: Ludovic Marcotte Date: Thu Nov 24 18:04:32 2011 +0000 @@ -15375,6 +16006,8 @@ Date: Thu Nov 24 18:04:32 2011 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-11-24T18:04:32 +M Documentation/SOGo Installation Guide.odt + commit 5639b6777e449cd713fb71765c7489c76dd919ea Author: Francis Lachapelle Date: Thu Nov 24 07:48:16 2011 +0000 @@ -15387,20 +16020,8 @@ Date: Thu Nov 24 07:48:16 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-24T07:48:16 -commit 651a938aea739ee664a304624140c78adcd33601 -Merge: 8e564e0 8cba150 -Author: Francis Lachapelle -Date: Thu Nov 24 07:45:44 2011 +0000 - - merge of '17499446a7bcff456b8470a83c44e2d4b341cc21' - and '8f98146395a5826ccfe93f7881144f6813f07068' - - Monotone-Parent: 17499446a7bcff456b8470a83c44e2d4b341cc21 - Monotone-Parent: 8f98146395a5826ccfe93f7881144f6813f07068 - Monotone-Revision: 91104e04b3ba763294cc8bad97370133142eee86 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-11-24T07:45:44 +D UI/Common/UIxJSClose.h +D UI/Common/UIxJSClose.m commit 8cba150cf40d4a943dc23d34d22f914a834bd6b0 Author: Francis Lachapelle @@ -15412,6 +16033,8 @@ Date: Thu Nov 24 07:42:24 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-24T07:42:24 +M UI/WebServerResources/iefixes.css + commit 07ea0de7538013842e7929d4fdc70e75e80d58f5 Author: Francis Lachapelle Date: Thu Nov 24 01:12:38 2011 +0000 @@ -15424,6 +16047,9 @@ Date: Thu Nov 24 01:12:38 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-24T01:12:38 +M ChangeLog +M UI/WebServerResources/ContactsUI.js + commit afaf219b03a25c969b337d4fce264abd4eccec3a Author: Wolfgang Sourdeau Date: Wed Nov 23 14:40:41 2011 +0000 @@ -15435,6 +16061,10 @@ Date: Wed Nov 23 14:40:41 2011 +0000 Monotone-Date: 2011-11-23T14:40:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/MAPIStoreContactsMessageTable.m + commit 5f2befc9d7812680dd4993500410bf64fce93fb1 Author: Wolfgang Sourdeau Date: Tue Nov 22 19:54:53 2011 +0000 @@ -15446,6 +16076,8 @@ Date: Tue Nov 22 19:54:53 2011 +0000 Monotone-Date: 2011-11-22T19:54:53 Monotone-Branch: ca.inverse.sogo +M OpenChange/NSArray+MAPIStore.m + commit 7616ee92a1ed7ca4826a5fc74197d3419d760dca Author: Wolfgang Sourdeau Date: Tue Nov 22 19:53:53 2011 +0000 @@ -15457,6 +16089,11 @@ Date: Tue Nov 22 19:53:53 2011 +0000 Monotone-Date: 2011-11-22T19:53:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSArray+MAPIStore.h +M OpenChange/NSArray+MAPIStore.m +M OpenChange/NSObject+MAPIStore.m + commit 5c7d7aa062ebb1cfb88224af34867f704020e364 Author: Wolfgang Sourdeau Date: Tue Nov 22 19:43:46 2011 +0000 @@ -15468,6 +16105,11 @@ Date: Tue Nov 22 19:43:46 2011 +0000 Monotone-Date: 2011-11-22T19:43:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSArray+MAPIStore.h +M OpenChange/NSArray+MAPIStore.m +M OpenChange/NSObject+MAPIStore.m + commit bbc52412ef5893f627b1b2f7bb124fd89268d1af Author: Wolfgang Sourdeau Date: Tue Nov 22 19:43:14 2011 +0000 @@ -15479,6 +16121,12 @@ Date: Tue Nov 22 19:43:14 2011 +0000 Monotone-Date: 2011-11-22T19:43:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/NSArray+MAPIStore.h +M OpenChange/NSArray+MAPIStore.m +M OpenChange/NSObject+MAPIStore.m + commit 053d871c0331802b63865d19b6b4759b3007a107 Author: Wolfgang Sourdeau Date: Tue Nov 22 19:31:12 2011 +0000 @@ -15490,21 +16138,9 @@ Date: Tue Nov 22 19:31:12 2011 +0000 Monotone-Date: 2011-11-22T19:31:12 Monotone-Branch: ca.inverse.sogo -commit e9425a928122796f1d018ec4999a023dc1ce7c43 -Merge: 5c3121a 5a7b42d -Author: Wolfgang Sourdeau -Date: Tue Nov 22 17:49:25 2011 +0000 - - merge of '1c6331f7285001088f0ae617c98daa1544595cc1' - and 'dbda0a122c502c53d25654eada72e93bc8865a35' - - Monotone-Parent: 1c6331f7285001088f0ae617c98daa1544595cc1 - Monotone-Parent: dbda0a122c502c53d25654eada72e93bc8865a35 - Monotone-Revision: 8da45ab6716906aaf63acf12643978541601c34c - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-11-22T17:49:25 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTypes.h +M OpenChange/MAPIStoreTypes.m commit 5a7b42ddf43a26cc3f176d6ca20262a340582fbd Author: Wolfgang Sourdeau @@ -15517,21 +16153,16 @@ Date: Tue Nov 22 17:48:46 2011 +0000 Monotone-Date: 2011-11-22T17:48:46 Monotone-Branch: ca.inverse.sogo -commit 5c3121a9d3637dcc4690ad9cc0864b31aaa3afad -Merge: 7a82a3d 7063644 -Author: Francis Lachapelle -Date: Mon Nov 21 20:48:29 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_10' (head fdaa328ccd09482653fc768fbb48964163c257d9) - to branch 'ca.inverse.sogo' (head 157b737337e2cd599c6a85f573fbd507b9e7b73e) - - Monotone-Parent: 157b737337e2cd599c6a85f573fbd507b9e7b73e - Monotone-Parent: fdaa328ccd09482653fc768fbb48964163c257d9 - Monotone-Revision: 1c6331f7285001088f0ae617c98daa1544595cc1 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-11-21T20:48:29 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreTypes.m +M OpenChange/MAPIStoreVolatileMessage.m +M OpenChange/NSArray+MAPIStore.h +M OpenChange/NSArray+MAPIStore.m +M OpenChange/NSObject+MAPIStore.h +M OpenChange/NSObject+MAPIStore.m commit 70636441bb03d8d46d33e8ab87851c5babcfdc9b Author: Francis Lachapelle @@ -15545,36 +16176,8 @@ Date: Mon Nov 21 19:26:07 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-21T19:26:07 -commit 7a82a3d03212c6a440b289261d5a0ffa1a55da84 -Merge: fcd0333 a1b4d16 -Author: Francis Lachapelle -Date: Mon Nov 21 14:52:42 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_10' (head c4570925f011f2af2dfe09f5e9cc51de5bd1e13e) - to branch 'ca.inverse.sogo' (head 4f36a1c10a12396aed17d84ab4be1adc520d1663) - - Monotone-Parent: 4f36a1c10a12396aed17d84ab4be1adc520d1663 - Monotone-Parent: c4570925f011f2af2dfe09f5e9cc51de5bd1e13e - Monotone-Revision: 157b737337e2cd599c6a85f573fbd507b9e7b73e - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-11-21T14:52:42 - Monotone-Branch: ca.inverse.sogo - -commit a1b4d1684000d50a3fb19ec926573c327a42793e -Merge: 489458c 701187a -Author: Francis Lachapelle -Date: Mon Nov 21 14:22:08 2011 +0000 - - merge of '1d2d40d84e94a64591b3d3ea0025de0405dfd68c' - and '95314ab7581495c05fc3d577e9be1094af542af0' - - Monotone-Parent: 1d2d40d84e94a64591b3d3ea0025de0405dfd68c - Monotone-Parent: 95314ab7581495c05fc3d577e9be1094af542af0 - Monotone-Revision: c4570925f011f2af2dfe09f5e9cc51de5bd1e13e - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-11-21T14:22:08 +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalTimeZone.m commit 701187aef2c77291171e567adeb0176c5d5fda87 Author: Francis Lachapelle @@ -15588,6 +16191,9 @@ Date: Mon Nov 21 14:21:09 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-21T14:21:09 +M NEWS +M Tools/SOGoToolExpireAutoReply.m + commit 489458cb14bcaa165ca5b9b8f34aaa3b08571b0e Author: Ludovic Marcotte Date: Mon Nov 21 14:18:17 2011 +0000 @@ -15600,20 +16206,7 @@ Date: Mon Nov 21 14:18:17 2011 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-11-21T14:18:17 -commit 73cb9d81dcef8cac3c9a3be710d5eadc02142a66 -Merge: 79c0c23 413bb60 -Author: Ludovic Marcotte -Date: Mon Nov 21 14:17:10 2011 +0000 - - merge of '387161e51d5f56bffe765c8e46dec729db13794d' - and '9349907ea60fdc16f7e49e777a53ccaa1117180d' - - Monotone-Parent: 387161e51d5f56bffe765c8e46dec729db13794d - Monotone-Parent: 9349907ea60fdc16f7e49e777a53ccaa1117180d - Monotone-Revision: 59b56f2b68665cf95f155fd09f8d371b92ed3b5c - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2011-11-21T14:17:10 +M ChangeLog commit 79c0c2362b262f558eaef9611eb0e53a1c743d8a Author: Ludovic Marcotte @@ -15627,6 +16220,10 @@ Date: Mon Nov 21 14:15:14 2011 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-11-21T14:15:14 +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/SOGo/WORequest+SOGo.m + commit 413bb609ddeddded109a748f69d572e03c584835 Author: Francis Lachapelle Date: Mon Nov 21 14:09:26 2011 +0000 @@ -15639,6 +16236,17 @@ Date: Mon Nov 21 14:09:26 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-21T14:09:26 +M ChangeLog +M Tools/GNUmakefile +A Tools/SOGoToolExpireAutoReply.m +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/UIxPreferences.m +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/skycalendar.js + commit fcd033397a1b3caad6ee1268e497c37eb6965088 Author: Wolfgang Sourdeau Date: Sun Nov 20 15:48:18 2011 +0000 @@ -15650,6 +16258,11 @@ Date: Sun Nov 20 15:48:18 2011 +0000 Monotone-Date: 2011-11-20T15:48:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFSFolder.m +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMailFolder.m + commit 86f278fd77c2ac5b4d67b606bdadd6a1db3149ad Author: Wolfgang Sourdeau Date: Sun Nov 20 15:44:56 2011 +0000 @@ -15661,6 +16274,9 @@ Date: Sun Nov 20 15:44:56 2011 +0000 Monotone-Date: 2011-11-20T15:44:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m + commit 4e17404e8c157ef46c6af9ee9d7727f2e2a195a4 Author: Wolfgang Sourdeau Date: Fri Nov 18 15:26:03 2011 +0000 @@ -15672,6 +16288,20 @@ Date: Fri Nov 18 15:26:03 2011 +0000 Monotone-Date: 2011-11-18T15:26:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarFolder.m +M OpenChange/MAPIStoreContactsFolder.m +M OpenChange/MAPIStoreFSFolder.m +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStorePermissionsTable.h +M OpenChange/MAPIStorePermissionsTable.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTasksFolder.m +M OpenChange/SOGoMAPIFSFolder.m + commit 5eccd63a2bf8757c0c61211f2f5a021b887fe29e Author: Wolfgang Sourdeau Date: Fri Nov 18 15:14:31 2011 +0000 @@ -15683,6 +16313,10 @@ Date: Fri Nov 18 15:14:31 2011 +0000 Monotone-Date: 2011-11-18T15:14:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m + commit a4cdda510c0096510de71484946cffa5edf3a59d Author: Wolfgang Sourdeau Date: Fri Nov 18 15:12:29 2011 +0000 @@ -15694,6 +16328,8 @@ Date: Fri Nov 18 15:12:29 2011 +0000 Monotone-Date: 2011-11-18T15:12:29 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit b5fdc4a7c96ff5b476a32221dccac16c4f8ea65e Author: Francis Lachapelle Date: Thu Nov 17 19:16:46 2011 +0000 @@ -15713,37 +16349,426 @@ Date: Thu Nov 17 19:16:46 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-17T19:16:46 -commit 2120f912e99654ce4327dccdf57aa3ae6547f748 -Merge: 01be7b7 c8d3a27 -Author: Francis Lachapelle -Date: Thu Nov 17 19:12:00 2011 +0000 - - merge of '6927dc6b0ecbc6c5c3061a56fd1e91ef658279ae' - and 'a17a69e9927890a7e540310c825ce032371dd170' - - Monotone-Parent: 6927dc6b0ecbc6c5c3061a56fd1e91ef658279ae - Monotone-Parent: a17a69e9927890a7e540310c825ce032371dd170 - Monotone-Revision: 3c5a6df780ff102d3e46b983c98119061a8c507e - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-11-17T19:12:00 - Monotone-Branch: ca.inverse.sogo - -commit 01be7b7d8f8a0da888ba111aad068d2e986d6a26 -Merge: 88d818d cb4341d -Author: Francis Lachapelle -Date: Thu Nov 17 19:08:52 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_10' (head 00afe1e795cd37cafff7687d6f1b8502f4f5735e) - to branch 'ca.inverse.sogo' (head dd0644b62704e75dfed8a39a7e286d593f0014e0) - - Monotone-Parent: 00afe1e795cd37cafff7687d6f1b8502f4f5735e - Monotone-Parent: dd0644b62704e75dfed8a39a7e286d593f0014e0 - Monotone-Revision: 6927dc6b0ecbc6c5c3061a56fd1e91ef658279ae - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-11-17T19:08:52 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/TimeZones/Africa/Abidjan.ics +M SOPE/NGCards/TimeZones/Africa/Accra.ics +M SOPE/NGCards/TimeZones/Africa/Addis_Ababa.ics +M SOPE/NGCards/TimeZones/Africa/Algiers.ics +M SOPE/NGCards/TimeZones/Africa/Asmara.ics +M SOPE/NGCards/TimeZones/Africa/Bamako.ics +M SOPE/NGCards/TimeZones/Africa/Bangui.ics +M SOPE/NGCards/TimeZones/Africa/Banjul.ics +M SOPE/NGCards/TimeZones/Africa/Bissau.ics +M SOPE/NGCards/TimeZones/Africa/Blantyre.ics +M SOPE/NGCards/TimeZones/Africa/Brazzaville.ics +M SOPE/NGCards/TimeZones/Africa/Bujumbura.ics +M SOPE/NGCards/TimeZones/Africa/Cairo.ics +M SOPE/NGCards/TimeZones/Africa/Casablanca.ics +M SOPE/NGCards/TimeZones/Africa/Ceuta.ics +M SOPE/NGCards/TimeZones/Africa/Conakry.ics +M SOPE/NGCards/TimeZones/Africa/Dakar.ics +M SOPE/NGCards/TimeZones/Africa/Dar_es_Salaam.ics +M SOPE/NGCards/TimeZones/Africa/Djibouti.ics +M SOPE/NGCards/TimeZones/Africa/Douala.ics +M SOPE/NGCards/TimeZones/Africa/El_Aaiun.ics +M SOPE/NGCards/TimeZones/Africa/Freetown.ics +M SOPE/NGCards/TimeZones/Africa/Gaborone.ics +M SOPE/NGCards/TimeZones/Africa/Harare.ics +M SOPE/NGCards/TimeZones/Africa/Johannesburg.ics +A SOPE/NGCards/TimeZones/Africa/Juba.ics +M SOPE/NGCards/TimeZones/Africa/Kampala.ics +M SOPE/NGCards/TimeZones/Africa/Khartoum.ics +M SOPE/NGCards/TimeZones/Africa/Kigali.ics +M SOPE/NGCards/TimeZones/Africa/Kinshasa.ics +M SOPE/NGCards/TimeZones/Africa/Lagos.ics +M SOPE/NGCards/TimeZones/Africa/Libreville.ics +M SOPE/NGCards/TimeZones/Africa/Lome.ics +M SOPE/NGCards/TimeZones/Africa/Luanda.ics +M SOPE/NGCards/TimeZones/Africa/Lubumbashi.ics +M SOPE/NGCards/TimeZones/Africa/Lusaka.ics +M SOPE/NGCards/TimeZones/Africa/Malabo.ics +M SOPE/NGCards/TimeZones/Africa/Maputo.ics +M SOPE/NGCards/TimeZones/Africa/Maseru.ics +M SOPE/NGCards/TimeZones/Africa/Mbabane.ics +M SOPE/NGCards/TimeZones/Africa/Mogadishu.ics +M SOPE/NGCards/TimeZones/Africa/Monrovia.ics +M SOPE/NGCards/TimeZones/Africa/Nairobi.ics +M SOPE/NGCards/TimeZones/Africa/Ndjamena.ics +M SOPE/NGCards/TimeZones/Africa/Niamey.ics +M SOPE/NGCards/TimeZones/Africa/Nouakchott.ics +M SOPE/NGCards/TimeZones/Africa/Ouagadougou.ics +M SOPE/NGCards/TimeZones/Africa/Porto-Novo.ics +M SOPE/NGCards/TimeZones/Africa/Sao_Tome.ics +M SOPE/NGCards/TimeZones/Africa/Tripoli.ics +M SOPE/NGCards/TimeZones/Africa/Tunis.ics +M SOPE/NGCards/TimeZones/Africa/Windhoek.ics +M SOPE/NGCards/TimeZones/America/Adak.ics +M SOPE/NGCards/TimeZones/America/Anchorage.ics +M SOPE/NGCards/TimeZones/America/Anguilla.ics +M SOPE/NGCards/TimeZones/America/Antigua.ics +M SOPE/NGCards/TimeZones/America/Araguaina.ics +M SOPE/NGCards/TimeZones/America/Argentina/Buenos_Aires.ics +M SOPE/NGCards/TimeZones/America/Argentina/Catamarca.ics +M SOPE/NGCards/TimeZones/America/Argentina/Cordoba.ics +M SOPE/NGCards/TimeZones/America/Argentina/Jujuy.ics +M SOPE/NGCards/TimeZones/America/Argentina/La_Rioja.ics +M SOPE/NGCards/TimeZones/America/Argentina/Mendoza.ics +M SOPE/NGCards/TimeZones/America/Argentina/Rio_Gallegos.ics +M SOPE/NGCards/TimeZones/America/Argentina/Salta.ics +M SOPE/NGCards/TimeZones/America/Argentina/San_Juan.ics +M SOPE/NGCards/TimeZones/America/Argentina/San_Luis.ics +M SOPE/NGCards/TimeZones/America/Argentina/Tucuman.ics +M SOPE/NGCards/TimeZones/America/Argentina/Ushuaia.ics +M SOPE/NGCards/TimeZones/America/Aruba.ics +M SOPE/NGCards/TimeZones/America/Asuncion.ics +M SOPE/NGCards/TimeZones/America/Atikokan.ics +M SOPE/NGCards/TimeZones/America/Bahia.ics +M SOPE/NGCards/TimeZones/America/Bahia_Banderas.ics +M SOPE/NGCards/TimeZones/America/Barbados.ics +M SOPE/NGCards/TimeZones/America/Belem.ics +M SOPE/NGCards/TimeZones/America/Belize.ics +M SOPE/NGCards/TimeZones/America/Blanc-Sablon.ics +M SOPE/NGCards/TimeZones/America/Boa_Vista.ics +M SOPE/NGCards/TimeZones/America/Bogota.ics +M SOPE/NGCards/TimeZones/America/Boise.ics +M SOPE/NGCards/TimeZones/America/Cambridge_Bay.ics +M SOPE/NGCards/TimeZones/America/Campo_Grande.ics +M SOPE/NGCards/TimeZones/America/Cancun.ics +M SOPE/NGCards/TimeZones/America/Caracas.ics +M SOPE/NGCards/TimeZones/America/Cayenne.ics +M SOPE/NGCards/TimeZones/America/Cayman.ics +M SOPE/NGCards/TimeZones/America/Chicago.ics +M SOPE/NGCards/TimeZones/America/Chihuahua.ics +M SOPE/NGCards/TimeZones/America/Costa_Rica.ics +M SOPE/NGCards/TimeZones/America/Cuiaba.ics +M SOPE/NGCards/TimeZones/America/Curacao.ics +M SOPE/NGCards/TimeZones/America/Danmarkshavn.ics +M SOPE/NGCards/TimeZones/America/Dawson.ics +M SOPE/NGCards/TimeZones/America/Dawson_Creek.ics +M SOPE/NGCards/TimeZones/America/Denver.ics +M SOPE/NGCards/TimeZones/America/Detroit.ics +M SOPE/NGCards/TimeZones/America/Dominica.ics +M SOPE/NGCards/TimeZones/America/Edmonton.ics +M SOPE/NGCards/TimeZones/America/Eirunepe.ics +M SOPE/NGCards/TimeZones/America/El_Salvador.ics +M SOPE/NGCards/TimeZones/America/Fortaleza.ics +M SOPE/NGCards/TimeZones/America/Glace_Bay.ics +M SOPE/NGCards/TimeZones/America/Godthab.ics +M SOPE/NGCards/TimeZones/America/Goose_Bay.ics +M SOPE/NGCards/TimeZones/America/Grand_Turk.ics +M SOPE/NGCards/TimeZones/America/Grenada.ics +M SOPE/NGCards/TimeZones/America/Guadeloupe.ics +M SOPE/NGCards/TimeZones/America/Guatemala.ics +M SOPE/NGCards/TimeZones/America/Guayaquil.ics +M SOPE/NGCards/TimeZones/America/Guyana.ics +M SOPE/NGCards/TimeZones/America/Halifax.ics +M SOPE/NGCards/TimeZones/America/Havana.ics +M SOPE/NGCards/TimeZones/America/Hermosillo.ics +M SOPE/NGCards/TimeZones/America/Indiana/Indianapolis.ics +M SOPE/NGCards/TimeZones/America/Indiana/Knox.ics +M SOPE/NGCards/TimeZones/America/Indiana/Marengo.ics +M SOPE/NGCards/TimeZones/America/Indiana/Petersburg.ics +M SOPE/NGCards/TimeZones/America/Indiana/Tell_City.ics +M SOPE/NGCards/TimeZones/America/Indiana/Vevay.ics +M SOPE/NGCards/TimeZones/America/Indiana/Vincennes.ics +M SOPE/NGCards/TimeZones/America/Indiana/Winamac.ics +M SOPE/NGCards/TimeZones/America/Inuvik.ics +M SOPE/NGCards/TimeZones/America/Iqaluit.ics +M SOPE/NGCards/TimeZones/America/Jamaica.ics +M SOPE/NGCards/TimeZones/America/Juneau.ics +M SOPE/NGCards/TimeZones/America/Kentucky/Louisville.ics +M SOPE/NGCards/TimeZones/America/Kentucky/Monticello.ics +A SOPE/NGCards/TimeZones/America/Kralendijk.ics +M SOPE/NGCards/TimeZones/America/La_Paz.ics +M SOPE/NGCards/TimeZones/America/Lima.ics +M SOPE/NGCards/TimeZones/America/Los_Angeles.ics +A SOPE/NGCards/TimeZones/America/Lower_Princes.ics +M SOPE/NGCards/TimeZones/America/Maceio.ics +M SOPE/NGCards/TimeZones/America/Managua.ics +M SOPE/NGCards/TimeZones/America/Manaus.ics +M SOPE/NGCards/TimeZones/America/Marigot.ics +M SOPE/NGCards/TimeZones/America/Martinique.ics +M SOPE/NGCards/TimeZones/America/Matamoros.ics +M SOPE/NGCards/TimeZones/America/Mazatlan.ics +M SOPE/NGCards/TimeZones/America/Menominee.ics +M SOPE/NGCards/TimeZones/America/Merida.ics +A SOPE/NGCards/TimeZones/America/Metlakatla.ics +M SOPE/NGCards/TimeZones/America/Mexico_City.ics +M SOPE/NGCards/TimeZones/America/Miquelon.ics +M SOPE/NGCards/TimeZones/America/Moncton.ics +A SOPE/NGCards/TimeZones/America/Monterrey.ics +M SOPE/NGCards/TimeZones/America/Montevideo.ics +M SOPE/NGCards/TimeZones/America/Montreal.ics +A SOPE/NGCards/TimeZones/America/Montserrat.ics +M SOPE/NGCards/TimeZones/America/Nassau.ics +M SOPE/NGCards/TimeZones/America/New_York.ics +M SOPE/NGCards/TimeZones/America/Nipigon.ics +M SOPE/NGCards/TimeZones/America/Nome.ics +M SOPE/NGCards/TimeZones/America/Noronha.ics +A SOPE/NGCards/TimeZones/America/North_Dakota/Beulah.ics +M SOPE/NGCards/TimeZones/America/North_Dakota/Center.ics +M SOPE/NGCards/TimeZones/America/North_Dakota/New_Salem.ics +M SOPE/NGCards/TimeZones/America/Ojinaga.ics +M SOPE/NGCards/TimeZones/America/Panama.ics +M SOPE/NGCards/TimeZones/America/Pangnirtung.ics +M SOPE/NGCards/TimeZones/America/Paramaribo.ics +M SOPE/NGCards/TimeZones/America/Phoenix.ics +M SOPE/NGCards/TimeZones/America/Port-au-Prince.ics +M SOPE/NGCards/TimeZones/America/Port_of_Spain.ics +M SOPE/NGCards/TimeZones/America/Porto_Velho.ics +M SOPE/NGCards/TimeZones/America/Puerto_Rico.ics +M SOPE/NGCards/TimeZones/America/Rainy_River.ics +M SOPE/NGCards/TimeZones/America/Rankin_Inlet.ics +M SOPE/NGCards/TimeZones/America/Recife.ics +M SOPE/NGCards/TimeZones/America/Regina.ics +M SOPE/NGCards/TimeZones/America/Resolute.ics +M SOPE/NGCards/TimeZones/America/Rio_Branco.ics +M SOPE/NGCards/TimeZones/America/Santa_Isabel.ics +M SOPE/NGCards/TimeZones/America/Santarem.ics +M SOPE/NGCards/TimeZones/America/Santiago.ics +M SOPE/NGCards/TimeZones/America/Santo_Domingo.ics +M SOPE/NGCards/TimeZones/America/Sao_Paulo.ics +M SOPE/NGCards/TimeZones/America/Scoresbysund.ics +M SOPE/NGCards/TimeZones/America/Shiprock.ics +A SOPE/NGCards/TimeZones/America/Sitka.ics +M SOPE/NGCards/TimeZones/America/St_Barthelemy.ics +M SOPE/NGCards/TimeZones/America/St_Johns.ics +M SOPE/NGCards/TimeZones/America/St_Kitts.ics +M SOPE/NGCards/TimeZones/America/St_Lucia.ics +M SOPE/NGCards/TimeZones/America/St_Thomas.ics +M SOPE/NGCards/TimeZones/America/St_Vincent.ics +M SOPE/NGCards/TimeZones/America/Swift_Current.ics +M SOPE/NGCards/TimeZones/America/Tegucigalpa.ics +M SOPE/NGCards/TimeZones/America/Thule.ics +M SOPE/NGCards/TimeZones/America/Thunder_Bay.ics +M SOPE/NGCards/TimeZones/America/Tijuana.ics +M SOPE/NGCards/TimeZones/America/Toronto.ics +M SOPE/NGCards/TimeZones/America/Tortola.ics +M SOPE/NGCards/TimeZones/America/Vancouver.ics +M SOPE/NGCards/TimeZones/America/Whitehorse.ics +M SOPE/NGCards/TimeZones/America/Winnipeg.ics +M SOPE/NGCards/TimeZones/America/Yakutat.ics +M SOPE/NGCards/TimeZones/America/Yellowknife.ics +M SOPE/NGCards/TimeZones/Antarctica/Casey.ics +M SOPE/NGCards/TimeZones/Antarctica/Davis.ics +M SOPE/NGCards/TimeZones/Antarctica/DumontDUrville.ics +M SOPE/NGCards/TimeZones/Antarctica/Macquarie.ics +M SOPE/NGCards/TimeZones/Antarctica/Mawson.ics +M SOPE/NGCards/TimeZones/Antarctica/McMurdo.ics +M SOPE/NGCards/TimeZones/Antarctica/Palmer.ics +M SOPE/NGCards/TimeZones/Antarctica/Rothera.ics +M SOPE/NGCards/TimeZones/Antarctica/South_Pole.ics +M SOPE/NGCards/TimeZones/Antarctica/Syowa.ics +M SOPE/NGCards/TimeZones/Antarctica/Vostok.ics +M SOPE/NGCards/TimeZones/Arctic/Longyearbyen.ics +M SOPE/NGCards/TimeZones/Asia/Aden.ics +M SOPE/NGCards/TimeZones/Asia/Almaty.ics +M SOPE/NGCards/TimeZones/Asia/Amman.ics +M SOPE/NGCards/TimeZones/Asia/Anadyr.ics +M SOPE/NGCards/TimeZones/Asia/Aqtau.ics +M SOPE/NGCards/TimeZones/Asia/Aqtobe.ics +M SOPE/NGCards/TimeZones/Asia/Ashgabat.ics +M SOPE/NGCards/TimeZones/Asia/Baghdad.ics +M SOPE/NGCards/TimeZones/Asia/Bahrain.ics +M SOPE/NGCards/TimeZones/Asia/Baku.ics +M SOPE/NGCards/TimeZones/Asia/Bangkok.ics +M SOPE/NGCards/TimeZones/Asia/Beirut.ics +M SOPE/NGCards/TimeZones/Asia/Bishkek.ics +M SOPE/NGCards/TimeZones/Asia/Brunei.ics +M SOPE/NGCards/TimeZones/Asia/Choibalsan.ics +M SOPE/NGCards/TimeZones/Asia/Chongqing.ics +M SOPE/NGCards/TimeZones/Asia/Colombo.ics +M SOPE/NGCards/TimeZones/Asia/Damascus.ics +M SOPE/NGCards/TimeZones/Asia/Dhaka.ics +M SOPE/NGCards/TimeZones/Asia/Dili.ics +M SOPE/NGCards/TimeZones/Asia/Dubai.ics +M SOPE/NGCards/TimeZones/Asia/Dushanbe.ics +M SOPE/NGCards/TimeZones/Asia/Gaza.ics +M SOPE/NGCards/TimeZones/Asia/Harbin.ics +A SOPE/NGCards/TimeZones/Asia/Hebron.ics +M SOPE/NGCards/TimeZones/Asia/Ho_Chi_Minh.ics +M SOPE/NGCards/TimeZones/Asia/Hong_Kong.ics +M SOPE/NGCards/TimeZones/Asia/Hovd.ics +M SOPE/NGCards/TimeZones/Asia/Irkutsk.ics +M SOPE/NGCards/TimeZones/Asia/Istanbul.ics +M SOPE/NGCards/TimeZones/Asia/Jakarta.ics +M SOPE/NGCards/TimeZones/Asia/Jayapura.ics +M SOPE/NGCards/TimeZones/Asia/Jerusalem.ics +M SOPE/NGCards/TimeZones/Asia/Kabul.ics +M SOPE/NGCards/TimeZones/Asia/Kamchatka.ics +M SOPE/NGCards/TimeZones/Asia/Karachi.ics +M SOPE/NGCards/TimeZones/Asia/Kashgar.ics +M SOPE/NGCards/TimeZones/Asia/Kathmandu.ics +M SOPE/NGCards/TimeZones/Asia/Kolkata.ics +M SOPE/NGCards/TimeZones/Asia/Krasnoyarsk.ics +M SOPE/NGCards/TimeZones/Asia/Kuala_Lumpur.ics +M SOPE/NGCards/TimeZones/Asia/Kuching.ics +M SOPE/NGCards/TimeZones/Asia/Kuwait.ics +M SOPE/NGCards/TimeZones/Asia/Macau.ics +M SOPE/NGCards/TimeZones/Asia/Magadan.ics +M SOPE/NGCards/TimeZones/Asia/Makassar.ics +M SOPE/NGCards/TimeZones/Asia/Manila.ics +M SOPE/NGCards/TimeZones/Asia/Muscat.ics +M SOPE/NGCards/TimeZones/Asia/Nicosia.ics +M SOPE/NGCards/TimeZones/Asia/Novokuznetsk.ics +M SOPE/NGCards/TimeZones/Asia/Novosibirsk.ics +M SOPE/NGCards/TimeZones/Asia/Omsk.ics +M SOPE/NGCards/TimeZones/Asia/Oral.ics +M SOPE/NGCards/TimeZones/Asia/Phnom_Penh.ics +M SOPE/NGCards/TimeZones/Asia/Pontianak.ics +M SOPE/NGCards/TimeZones/Asia/Pyongyang.ics +M SOPE/NGCards/TimeZones/Asia/Qatar.ics +M SOPE/NGCards/TimeZones/Asia/Qyzylorda.ics +M SOPE/NGCards/TimeZones/Asia/Rangoon.ics +M SOPE/NGCards/TimeZones/Asia/Riyadh.ics +M SOPE/NGCards/TimeZones/Asia/Sakhalin.ics +M SOPE/NGCards/TimeZones/Asia/Samarkand.ics +M SOPE/NGCards/TimeZones/Asia/Seoul.ics +M SOPE/NGCards/TimeZones/Asia/Shanghai.ics +M SOPE/NGCards/TimeZones/Asia/Singapore.ics +M SOPE/NGCards/TimeZones/Asia/Taipei.ics +M SOPE/NGCards/TimeZones/Asia/Tashkent.ics +M SOPE/NGCards/TimeZones/Asia/Tbilisi.ics +M SOPE/NGCards/TimeZones/Asia/Tehran.ics +M SOPE/NGCards/TimeZones/Asia/Thimphu.ics +M SOPE/NGCards/TimeZones/Asia/Tokyo.ics +M SOPE/NGCards/TimeZones/Asia/Ulaanbaatar.ics +M SOPE/NGCards/TimeZones/Asia/Urumqi.ics +M SOPE/NGCards/TimeZones/Asia/Vientiane.ics +M SOPE/NGCards/TimeZones/Asia/Vladivostok.ics +M SOPE/NGCards/TimeZones/Asia/Yakutsk.ics +M SOPE/NGCards/TimeZones/Asia/Yekaterinburg.ics +M SOPE/NGCards/TimeZones/Asia/Yerevan.ics +M SOPE/NGCards/TimeZones/Atlantic/Azores.ics +M SOPE/NGCards/TimeZones/Atlantic/Bermuda.ics +M SOPE/NGCards/TimeZones/Atlantic/Canary.ics +M SOPE/NGCards/TimeZones/Atlantic/Cape_Verde.ics +M SOPE/NGCards/TimeZones/Atlantic/Faroe.ics +M SOPE/NGCards/TimeZones/Atlantic/Madeira.ics +M SOPE/NGCards/TimeZones/Atlantic/Reykjavik.ics +M SOPE/NGCards/TimeZones/Atlantic/South_Georgia.ics +M SOPE/NGCards/TimeZones/Atlantic/St_Helena.ics +M SOPE/NGCards/TimeZones/Atlantic/Stanley.ics +M SOPE/NGCards/TimeZones/Australia/Adelaide.ics +M SOPE/NGCards/TimeZones/Australia/Brisbane.ics +M SOPE/NGCards/TimeZones/Australia/Broken_Hill.ics +M SOPE/NGCards/TimeZones/Australia/Currie.ics +M SOPE/NGCards/TimeZones/Australia/Darwin.ics +M SOPE/NGCards/TimeZones/Australia/Eucla.ics +M SOPE/NGCards/TimeZones/Australia/Hobart.ics +M SOPE/NGCards/TimeZones/Australia/Lindeman.ics +M SOPE/NGCards/TimeZones/Australia/Lord_Howe.ics +M SOPE/NGCards/TimeZones/Australia/Melbourne.ics +M SOPE/NGCards/TimeZones/Australia/Perth.ics +M SOPE/NGCards/TimeZones/Australia/Sydney.ics +M SOPE/NGCards/TimeZones/Europe/Amsterdam.ics +M SOPE/NGCards/TimeZones/Europe/Andorra.ics +M SOPE/NGCards/TimeZones/Europe/Athens.ics +M SOPE/NGCards/TimeZones/Europe/Belgrade.ics +M SOPE/NGCards/TimeZones/Europe/Berlin.ics +M SOPE/NGCards/TimeZones/Europe/Bratislava.ics +M SOPE/NGCards/TimeZones/Europe/Brussels.ics +M SOPE/NGCards/TimeZones/Europe/Bucharest.ics +M SOPE/NGCards/TimeZones/Europe/Budapest.ics +M SOPE/NGCards/TimeZones/Europe/Chisinau.ics +M SOPE/NGCards/TimeZones/Europe/Copenhagen.ics +M SOPE/NGCards/TimeZones/Europe/Dublin.ics +M SOPE/NGCards/TimeZones/Europe/Gibraltar.ics +M SOPE/NGCards/TimeZones/Europe/Guernsey.ics +M SOPE/NGCards/TimeZones/Europe/Helsinki.ics +M SOPE/NGCards/TimeZones/Europe/Isle_of_Man.ics +M SOPE/NGCards/TimeZones/Europe/Istanbul.ics +M SOPE/NGCards/TimeZones/Europe/Jersey.ics +M SOPE/NGCards/TimeZones/Europe/Kaliningrad.ics +M SOPE/NGCards/TimeZones/Europe/Kiev.ics +M SOPE/NGCards/TimeZones/Europe/Lisbon.ics +M SOPE/NGCards/TimeZones/Europe/Ljubljana.ics +M SOPE/NGCards/TimeZones/Europe/London.ics +M SOPE/NGCards/TimeZones/Europe/Luxembourg.ics +M SOPE/NGCards/TimeZones/Europe/Madrid.ics +M SOPE/NGCards/TimeZones/Europe/Malta.ics +M SOPE/NGCards/TimeZones/Europe/Mariehamn.ics +M SOPE/NGCards/TimeZones/Europe/Minsk.ics +M SOPE/NGCards/TimeZones/Europe/Monaco.ics +M SOPE/NGCards/TimeZones/Europe/Moscow.ics +M SOPE/NGCards/TimeZones/Europe/Nicosia.ics +M SOPE/NGCards/TimeZones/Europe/Oslo.ics +M SOPE/NGCards/TimeZones/Europe/Paris.ics +M SOPE/NGCards/TimeZones/Europe/Podgorica.ics +M SOPE/NGCards/TimeZones/Europe/Prague.ics +M SOPE/NGCards/TimeZones/Europe/Riga.ics +M SOPE/NGCards/TimeZones/Europe/Rome.ics +M SOPE/NGCards/TimeZones/Europe/Samara.ics +M SOPE/NGCards/TimeZones/Europe/San_Marino.ics +M SOPE/NGCards/TimeZones/Europe/Sarajevo.ics +M SOPE/NGCards/TimeZones/Europe/Simferopol.ics +M SOPE/NGCards/TimeZones/Europe/Skopje.ics +M SOPE/NGCards/TimeZones/Europe/Sofia.ics +M SOPE/NGCards/TimeZones/Europe/Stockholm.ics +M SOPE/NGCards/TimeZones/Europe/Tallinn.ics +M SOPE/NGCards/TimeZones/Europe/Tirane.ics +M SOPE/NGCards/TimeZones/Europe/Uzhgorod.ics +M SOPE/NGCards/TimeZones/Europe/Vaduz.ics +M SOPE/NGCards/TimeZones/Europe/Vatican.ics +M SOPE/NGCards/TimeZones/Europe/Vienna.ics +M SOPE/NGCards/TimeZones/Europe/Vilnius.ics +M SOPE/NGCards/TimeZones/Europe/Volgograd.ics +M SOPE/NGCards/TimeZones/Europe/Warsaw.ics +M SOPE/NGCards/TimeZones/Europe/Zagreb.ics +M SOPE/NGCards/TimeZones/Europe/Zaporozhye.ics +M SOPE/NGCards/TimeZones/Europe/Zurich.ics +M SOPE/NGCards/TimeZones/Indian/Antananarivo.ics +M SOPE/NGCards/TimeZones/Indian/Chagos.ics +M SOPE/NGCards/TimeZones/Indian/Christmas.ics +M SOPE/NGCards/TimeZones/Indian/Cocos.ics +M SOPE/NGCards/TimeZones/Indian/Comoro.ics +M SOPE/NGCards/TimeZones/Indian/Kerguelen.ics +M SOPE/NGCards/TimeZones/Indian/Mahe.ics +M SOPE/NGCards/TimeZones/Indian/Maldives.ics +M SOPE/NGCards/TimeZones/Indian/Mauritius.ics +M SOPE/NGCards/TimeZones/Indian/Mayotte.ics +M SOPE/NGCards/TimeZones/Indian/Reunion.ics +M SOPE/NGCards/TimeZones/Pacific/Apia.ics +M SOPE/NGCards/TimeZones/Pacific/Auckland.ics +M SOPE/NGCards/TimeZones/Pacific/Chatham.ics +M SOPE/NGCards/TimeZones/Pacific/Chuuk.ics +M SOPE/NGCards/TimeZones/Pacific/Easter.ics +M SOPE/NGCards/TimeZones/Pacific/Efate.ics +M SOPE/NGCards/TimeZones/Pacific/Enderbury.ics +M SOPE/NGCards/TimeZones/Pacific/Fakaofo.ics +M SOPE/NGCards/TimeZones/Pacific/Fiji.ics +M SOPE/NGCards/TimeZones/Pacific/Funafuti.ics +M SOPE/NGCards/TimeZones/Pacific/Galapagos.ics +M SOPE/NGCards/TimeZones/Pacific/Gambier.ics +M SOPE/NGCards/TimeZones/Pacific/Guadalcanal.ics +M SOPE/NGCards/TimeZones/Pacific/Guam.ics +M SOPE/NGCards/TimeZones/Pacific/Honolulu.ics +M SOPE/NGCards/TimeZones/Pacific/Johnston.ics +M SOPE/NGCards/TimeZones/Pacific/Kiritimati.ics +M SOPE/NGCards/TimeZones/Pacific/Kosrae.ics +M SOPE/NGCards/TimeZones/Pacific/Kwajalein.ics +M SOPE/NGCards/TimeZones/Pacific/Majuro.ics +M SOPE/NGCards/TimeZones/Pacific/Marquesas.ics +M SOPE/NGCards/TimeZones/Pacific/Midway.ics +M SOPE/NGCards/TimeZones/Pacific/Nauru.ics +M SOPE/NGCards/TimeZones/Pacific/Niue.ics +M SOPE/NGCards/TimeZones/Pacific/Norfolk.ics +M SOPE/NGCards/TimeZones/Pacific/Noumea.ics +M SOPE/NGCards/TimeZones/Pacific/Pago_Pago.ics +M SOPE/NGCards/TimeZones/Pacific/Palau.ics +M SOPE/NGCards/TimeZones/Pacific/Pitcairn.ics +M SOPE/NGCards/TimeZones/Pacific/Pohnpei.ics +M SOPE/NGCards/TimeZones/Pacific/Port_Moresby.ics +M SOPE/NGCards/TimeZones/Pacific/Rarotonga.ics +M SOPE/NGCards/TimeZones/Pacific/Saipan.ics +M SOPE/NGCards/TimeZones/Pacific/Tahiti.ics +M SOPE/NGCards/TimeZones/Pacific/Tarawa.ics +M SOPE/NGCards/TimeZones/Pacific/Tongatapu.ics +M SOPE/NGCards/TimeZones/Pacific/Wake.ics +M SOPE/NGCards/TimeZones/Pacific/Wallis.ics +A SOPE/NGCards/TimeZones/UPDATING +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoSieveManager.m commit cb4341db75433148156d4f2a94e962b62be3da3e Author: Wolfgang Sourdeau @@ -15756,6 +16781,15 @@ Date: Thu Nov 17 18:39:42 2011 +0000 Monotone-Date: 2011-11-17T18:39:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMailVolatileMessage.m +M OpenChange/MAPIStoreMessage.h +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreSamDBUtils.h +M OpenChange/MAPIStoreSamDBUtils.m + commit 88d818df1ab9c569d6ec9128c06ce48e0f75e688 Author: Francis Lachapelle Date: Thu Nov 17 18:38:37 2011 +0000 @@ -15768,6 +16802,8 @@ Date: Thu Nov 17 18:38:37 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-17T18:38:37 +M NEWS + commit 601c63ae6f4a7de7cb99c5843c7068d053f3a1cd Author: Wolfgang Sourdeau Date: Thu Nov 17 18:30:48 2011 +0000 @@ -15779,21 +16815,9 @@ Date: Thu Nov 17 18:30:48 2011 +0000 Monotone-Date: 2011-11-17T18:30:48 Monotone-Branch: ca.inverse.sogo -commit b998b6db61f7763556edf638bd6617986b29623c -Merge: 6f13029 d1cd50c -Author: Wolfgang Sourdeau -Date: Thu Nov 17 16:22:22 2011 +0000 - - merge of '419d3afdcfcc1cddf8eef1f0311d418b03b0d1a0' - and '9d44b483787d6b5bf34a75581975d592ab901570' - - Monotone-Parent: 419d3afdcfcc1cddf8eef1f0311d418b03b0d1a0 - Monotone-Parent: 9d44b483787d6b5bf34a75581975d592ab901570 - Monotone-Revision: 1cc1f0928d45b737424141e1efb38e5b729b89d7 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-11-17T16:22:22 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/MAPIStoreSamDBUtils.h +A OpenChange/MAPIStoreSamDBUtils.m commit 6f13029d21f863a3f0f716d272f923c4cd02dc65 Author: Wolfgang Sourdeau @@ -15806,21 +16830,14 @@ Date: Thu Nov 17 16:15:38 2011 +0000 Monotone-Date: 2011-11-17T16:15:38 Monotone-Branch: ca.inverse.sogo -commit c8d3a2735e29896a7b4692d3a50283d61244bcdc -Merge: c331ff1 cb4341d -Author: Ludovic Marcotte -Date: Thu Nov 17 15:31:23 2011 +0000 - - merge of '6ec97f8aa3c0da79e5ef04809f3d7fce566e64b3' - and 'dd0644b62704e75dfed8a39a7e286d593f0014e0' - - Monotone-Parent: 6ec97f8aa3c0da79e5ef04809f3d7fce566e64b3 - Monotone-Parent: dd0644b62704e75dfed8a39a7e286d593f0014e0 - Monotone-Revision: a17a69e9927890a7e540310c825ce032371dd170 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2011-11-17T15:31:23 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAppointmentWrapper.h +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMailVolatileMessage.m +M OpenChange/MAPIStoreMessage.h +M OpenChange/MAPIStoreMessage.m commit c331ff11eb8d294da668037b3222b18cc746ca3b Author: Ludovic Marcotte @@ -15835,6 +16852,424 @@ Date: Thu Nov 17 15:30:58 2011 +0000 Monotone-Date: 2011-11-17T15:30:58 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/TimeZones/Africa/Abidjan.ics +M SOPE/NGCards/TimeZones/Africa/Accra.ics +M SOPE/NGCards/TimeZones/Africa/Addis_Ababa.ics +M SOPE/NGCards/TimeZones/Africa/Algiers.ics +M SOPE/NGCards/TimeZones/Africa/Asmara.ics +M SOPE/NGCards/TimeZones/Africa/Bamako.ics +M SOPE/NGCards/TimeZones/Africa/Bangui.ics +M SOPE/NGCards/TimeZones/Africa/Banjul.ics +M SOPE/NGCards/TimeZones/Africa/Bissau.ics +M SOPE/NGCards/TimeZones/Africa/Blantyre.ics +M SOPE/NGCards/TimeZones/Africa/Brazzaville.ics +M SOPE/NGCards/TimeZones/Africa/Bujumbura.ics +M SOPE/NGCards/TimeZones/Africa/Cairo.ics +M SOPE/NGCards/TimeZones/Africa/Casablanca.ics +M SOPE/NGCards/TimeZones/Africa/Ceuta.ics +M SOPE/NGCards/TimeZones/Africa/Conakry.ics +M SOPE/NGCards/TimeZones/Africa/Dakar.ics +M SOPE/NGCards/TimeZones/Africa/Dar_es_Salaam.ics +M SOPE/NGCards/TimeZones/Africa/Djibouti.ics +M SOPE/NGCards/TimeZones/Africa/Douala.ics +M SOPE/NGCards/TimeZones/Africa/El_Aaiun.ics +M SOPE/NGCards/TimeZones/Africa/Freetown.ics +M SOPE/NGCards/TimeZones/Africa/Gaborone.ics +M SOPE/NGCards/TimeZones/Africa/Harare.ics +M SOPE/NGCards/TimeZones/Africa/Johannesburg.ics +A SOPE/NGCards/TimeZones/Africa/Juba.ics +M SOPE/NGCards/TimeZones/Africa/Kampala.ics +M SOPE/NGCards/TimeZones/Africa/Khartoum.ics +M SOPE/NGCards/TimeZones/Africa/Kigali.ics +M SOPE/NGCards/TimeZones/Africa/Kinshasa.ics +M SOPE/NGCards/TimeZones/Africa/Lagos.ics +M SOPE/NGCards/TimeZones/Africa/Libreville.ics +M SOPE/NGCards/TimeZones/Africa/Lome.ics +M SOPE/NGCards/TimeZones/Africa/Luanda.ics +M SOPE/NGCards/TimeZones/Africa/Lubumbashi.ics +M SOPE/NGCards/TimeZones/Africa/Lusaka.ics +M SOPE/NGCards/TimeZones/Africa/Malabo.ics +M SOPE/NGCards/TimeZones/Africa/Maputo.ics +M SOPE/NGCards/TimeZones/Africa/Maseru.ics +M SOPE/NGCards/TimeZones/Africa/Mbabane.ics +M SOPE/NGCards/TimeZones/Africa/Mogadishu.ics +M SOPE/NGCards/TimeZones/Africa/Monrovia.ics +M SOPE/NGCards/TimeZones/Africa/Nairobi.ics +M SOPE/NGCards/TimeZones/Africa/Ndjamena.ics +M SOPE/NGCards/TimeZones/Africa/Niamey.ics +M SOPE/NGCards/TimeZones/Africa/Nouakchott.ics +M SOPE/NGCards/TimeZones/Africa/Ouagadougou.ics +M SOPE/NGCards/TimeZones/Africa/Porto-Novo.ics +M SOPE/NGCards/TimeZones/Africa/Sao_Tome.ics +M SOPE/NGCards/TimeZones/Africa/Tripoli.ics +M SOPE/NGCards/TimeZones/Africa/Tunis.ics +M SOPE/NGCards/TimeZones/Africa/Windhoek.ics +M SOPE/NGCards/TimeZones/America/Adak.ics +M SOPE/NGCards/TimeZones/America/Anchorage.ics +M SOPE/NGCards/TimeZones/America/Anguilla.ics +M SOPE/NGCards/TimeZones/America/Antigua.ics +M SOPE/NGCards/TimeZones/America/Araguaina.ics +M SOPE/NGCards/TimeZones/America/Argentina/Buenos_Aires.ics +M SOPE/NGCards/TimeZones/America/Argentina/Catamarca.ics +M SOPE/NGCards/TimeZones/America/Argentina/Cordoba.ics +M SOPE/NGCards/TimeZones/America/Argentina/Jujuy.ics +M SOPE/NGCards/TimeZones/America/Argentina/La_Rioja.ics +M SOPE/NGCards/TimeZones/America/Argentina/Mendoza.ics +M SOPE/NGCards/TimeZones/America/Argentina/Rio_Gallegos.ics +M SOPE/NGCards/TimeZones/America/Argentina/Salta.ics +M SOPE/NGCards/TimeZones/America/Argentina/San_Juan.ics +M SOPE/NGCards/TimeZones/America/Argentina/San_Luis.ics +M SOPE/NGCards/TimeZones/America/Argentina/Tucuman.ics +M SOPE/NGCards/TimeZones/America/Argentina/Ushuaia.ics +M SOPE/NGCards/TimeZones/America/Aruba.ics +M SOPE/NGCards/TimeZones/America/Asuncion.ics +M SOPE/NGCards/TimeZones/America/Atikokan.ics +M SOPE/NGCards/TimeZones/America/Bahia.ics +M SOPE/NGCards/TimeZones/America/Bahia_Banderas.ics +M SOPE/NGCards/TimeZones/America/Barbados.ics +M SOPE/NGCards/TimeZones/America/Belem.ics +M SOPE/NGCards/TimeZones/America/Belize.ics +M SOPE/NGCards/TimeZones/America/Blanc-Sablon.ics +M SOPE/NGCards/TimeZones/America/Boa_Vista.ics +M SOPE/NGCards/TimeZones/America/Bogota.ics +M SOPE/NGCards/TimeZones/America/Boise.ics +M SOPE/NGCards/TimeZones/America/Cambridge_Bay.ics +M SOPE/NGCards/TimeZones/America/Campo_Grande.ics +M SOPE/NGCards/TimeZones/America/Cancun.ics +M SOPE/NGCards/TimeZones/America/Caracas.ics +M SOPE/NGCards/TimeZones/America/Cayenne.ics +M SOPE/NGCards/TimeZones/America/Cayman.ics +M SOPE/NGCards/TimeZones/America/Chicago.ics +M SOPE/NGCards/TimeZones/America/Chihuahua.ics +M SOPE/NGCards/TimeZones/America/Costa_Rica.ics +M SOPE/NGCards/TimeZones/America/Cuiaba.ics +M SOPE/NGCards/TimeZones/America/Curacao.ics +M SOPE/NGCards/TimeZones/America/Danmarkshavn.ics +M SOPE/NGCards/TimeZones/America/Dawson.ics +M SOPE/NGCards/TimeZones/America/Dawson_Creek.ics +M SOPE/NGCards/TimeZones/America/Denver.ics +M SOPE/NGCards/TimeZones/America/Detroit.ics +M SOPE/NGCards/TimeZones/America/Dominica.ics +M SOPE/NGCards/TimeZones/America/Edmonton.ics +M SOPE/NGCards/TimeZones/America/Eirunepe.ics +M SOPE/NGCards/TimeZones/America/El_Salvador.ics +M SOPE/NGCards/TimeZones/America/Fortaleza.ics +M SOPE/NGCards/TimeZones/America/Glace_Bay.ics +M SOPE/NGCards/TimeZones/America/Godthab.ics +M SOPE/NGCards/TimeZones/America/Goose_Bay.ics +M SOPE/NGCards/TimeZones/America/Grand_Turk.ics +M SOPE/NGCards/TimeZones/America/Grenada.ics +M SOPE/NGCards/TimeZones/America/Guadeloupe.ics +M SOPE/NGCards/TimeZones/America/Guatemala.ics +M SOPE/NGCards/TimeZones/America/Guayaquil.ics +M SOPE/NGCards/TimeZones/America/Guyana.ics +M SOPE/NGCards/TimeZones/America/Halifax.ics +M SOPE/NGCards/TimeZones/America/Havana.ics +M SOPE/NGCards/TimeZones/America/Hermosillo.ics +M SOPE/NGCards/TimeZones/America/Indiana/Indianapolis.ics +M SOPE/NGCards/TimeZones/America/Indiana/Knox.ics +M SOPE/NGCards/TimeZones/America/Indiana/Marengo.ics +M SOPE/NGCards/TimeZones/America/Indiana/Petersburg.ics +M SOPE/NGCards/TimeZones/America/Indiana/Tell_City.ics +M SOPE/NGCards/TimeZones/America/Indiana/Vevay.ics +M SOPE/NGCards/TimeZones/America/Indiana/Vincennes.ics +M SOPE/NGCards/TimeZones/America/Indiana/Winamac.ics +M SOPE/NGCards/TimeZones/America/Inuvik.ics +M SOPE/NGCards/TimeZones/America/Iqaluit.ics +M SOPE/NGCards/TimeZones/America/Jamaica.ics +M SOPE/NGCards/TimeZones/America/Juneau.ics +M SOPE/NGCards/TimeZones/America/Kentucky/Louisville.ics +M SOPE/NGCards/TimeZones/America/Kentucky/Monticello.ics +A SOPE/NGCards/TimeZones/America/Kralendijk.ics +M SOPE/NGCards/TimeZones/America/La_Paz.ics +M SOPE/NGCards/TimeZones/America/Lima.ics +M SOPE/NGCards/TimeZones/America/Los_Angeles.ics +A SOPE/NGCards/TimeZones/America/Lower_Princes.ics +M SOPE/NGCards/TimeZones/America/Maceio.ics +M SOPE/NGCards/TimeZones/America/Managua.ics +M SOPE/NGCards/TimeZones/America/Manaus.ics +M SOPE/NGCards/TimeZones/America/Marigot.ics +M SOPE/NGCards/TimeZones/America/Martinique.ics +M SOPE/NGCards/TimeZones/America/Matamoros.ics +M SOPE/NGCards/TimeZones/America/Mazatlan.ics +M SOPE/NGCards/TimeZones/America/Menominee.ics +M SOPE/NGCards/TimeZones/America/Merida.ics +A SOPE/NGCards/TimeZones/America/Metlakatla.ics +M SOPE/NGCards/TimeZones/America/Mexico_City.ics +M SOPE/NGCards/TimeZones/America/Miquelon.ics +M SOPE/NGCards/TimeZones/America/Moncton.ics +A SOPE/NGCards/TimeZones/America/Monterrey.ics +M SOPE/NGCards/TimeZones/America/Montevideo.ics +M SOPE/NGCards/TimeZones/America/Montreal.ics +A SOPE/NGCards/TimeZones/America/Montserrat.ics +M SOPE/NGCards/TimeZones/America/Nassau.ics +M SOPE/NGCards/TimeZones/America/New_York.ics +M SOPE/NGCards/TimeZones/America/Nipigon.ics +M SOPE/NGCards/TimeZones/America/Nome.ics +M SOPE/NGCards/TimeZones/America/Noronha.ics +A SOPE/NGCards/TimeZones/America/North_Dakota/Beulah.ics +M SOPE/NGCards/TimeZones/America/North_Dakota/Center.ics +M SOPE/NGCards/TimeZones/America/North_Dakota/New_Salem.ics +M SOPE/NGCards/TimeZones/America/Ojinaga.ics +M SOPE/NGCards/TimeZones/America/Panama.ics +M SOPE/NGCards/TimeZones/America/Pangnirtung.ics +M SOPE/NGCards/TimeZones/America/Paramaribo.ics +M SOPE/NGCards/TimeZones/America/Phoenix.ics +M SOPE/NGCards/TimeZones/America/Port-au-Prince.ics +M SOPE/NGCards/TimeZones/America/Port_of_Spain.ics +M SOPE/NGCards/TimeZones/America/Porto_Velho.ics +M SOPE/NGCards/TimeZones/America/Puerto_Rico.ics +M SOPE/NGCards/TimeZones/America/Rainy_River.ics +M SOPE/NGCards/TimeZones/America/Rankin_Inlet.ics +M SOPE/NGCards/TimeZones/America/Recife.ics +M SOPE/NGCards/TimeZones/America/Regina.ics +M SOPE/NGCards/TimeZones/America/Resolute.ics +M SOPE/NGCards/TimeZones/America/Rio_Branco.ics +M SOPE/NGCards/TimeZones/America/Santa_Isabel.ics +M SOPE/NGCards/TimeZones/America/Santarem.ics +M SOPE/NGCards/TimeZones/America/Santiago.ics +M SOPE/NGCards/TimeZones/America/Santo_Domingo.ics +M SOPE/NGCards/TimeZones/America/Sao_Paulo.ics +M SOPE/NGCards/TimeZones/America/Scoresbysund.ics +M SOPE/NGCards/TimeZones/America/Shiprock.ics +A SOPE/NGCards/TimeZones/America/Sitka.ics +M SOPE/NGCards/TimeZones/America/St_Barthelemy.ics +M SOPE/NGCards/TimeZones/America/St_Johns.ics +M SOPE/NGCards/TimeZones/America/St_Kitts.ics +M SOPE/NGCards/TimeZones/America/St_Lucia.ics +M SOPE/NGCards/TimeZones/America/St_Thomas.ics +M SOPE/NGCards/TimeZones/America/St_Vincent.ics +M SOPE/NGCards/TimeZones/America/Swift_Current.ics +M SOPE/NGCards/TimeZones/America/Tegucigalpa.ics +M SOPE/NGCards/TimeZones/America/Thule.ics +M SOPE/NGCards/TimeZones/America/Thunder_Bay.ics +M SOPE/NGCards/TimeZones/America/Tijuana.ics +M SOPE/NGCards/TimeZones/America/Toronto.ics +M SOPE/NGCards/TimeZones/America/Tortola.ics +M SOPE/NGCards/TimeZones/America/Vancouver.ics +M SOPE/NGCards/TimeZones/America/Whitehorse.ics +M SOPE/NGCards/TimeZones/America/Winnipeg.ics +M SOPE/NGCards/TimeZones/America/Yakutat.ics +M SOPE/NGCards/TimeZones/America/Yellowknife.ics +M SOPE/NGCards/TimeZones/Antarctica/Casey.ics +M SOPE/NGCards/TimeZones/Antarctica/Davis.ics +M SOPE/NGCards/TimeZones/Antarctica/DumontDUrville.ics +M SOPE/NGCards/TimeZones/Antarctica/Macquarie.ics +M SOPE/NGCards/TimeZones/Antarctica/Mawson.ics +M SOPE/NGCards/TimeZones/Antarctica/McMurdo.ics +M SOPE/NGCards/TimeZones/Antarctica/Palmer.ics +M SOPE/NGCards/TimeZones/Antarctica/Rothera.ics +M SOPE/NGCards/TimeZones/Antarctica/South_Pole.ics +M SOPE/NGCards/TimeZones/Antarctica/Syowa.ics +M SOPE/NGCards/TimeZones/Antarctica/Vostok.ics +M SOPE/NGCards/TimeZones/Arctic/Longyearbyen.ics +M SOPE/NGCards/TimeZones/Asia/Aden.ics +M SOPE/NGCards/TimeZones/Asia/Almaty.ics +M SOPE/NGCards/TimeZones/Asia/Amman.ics +M SOPE/NGCards/TimeZones/Asia/Anadyr.ics +M SOPE/NGCards/TimeZones/Asia/Aqtau.ics +M SOPE/NGCards/TimeZones/Asia/Aqtobe.ics +M SOPE/NGCards/TimeZones/Asia/Ashgabat.ics +M SOPE/NGCards/TimeZones/Asia/Baghdad.ics +M SOPE/NGCards/TimeZones/Asia/Bahrain.ics +M SOPE/NGCards/TimeZones/Asia/Baku.ics +M SOPE/NGCards/TimeZones/Asia/Bangkok.ics +M SOPE/NGCards/TimeZones/Asia/Beirut.ics +M SOPE/NGCards/TimeZones/Asia/Bishkek.ics +M SOPE/NGCards/TimeZones/Asia/Brunei.ics +M SOPE/NGCards/TimeZones/Asia/Choibalsan.ics +M SOPE/NGCards/TimeZones/Asia/Chongqing.ics +M SOPE/NGCards/TimeZones/Asia/Colombo.ics +M SOPE/NGCards/TimeZones/Asia/Damascus.ics +M SOPE/NGCards/TimeZones/Asia/Dhaka.ics +M SOPE/NGCards/TimeZones/Asia/Dili.ics +M SOPE/NGCards/TimeZones/Asia/Dubai.ics +M SOPE/NGCards/TimeZones/Asia/Dushanbe.ics +M SOPE/NGCards/TimeZones/Asia/Gaza.ics +M SOPE/NGCards/TimeZones/Asia/Harbin.ics +A SOPE/NGCards/TimeZones/Asia/Hebron.ics +M SOPE/NGCards/TimeZones/Asia/Ho_Chi_Minh.ics +M SOPE/NGCards/TimeZones/Asia/Hong_Kong.ics +M SOPE/NGCards/TimeZones/Asia/Hovd.ics +M SOPE/NGCards/TimeZones/Asia/Irkutsk.ics +M SOPE/NGCards/TimeZones/Asia/Istanbul.ics +M SOPE/NGCards/TimeZones/Asia/Jakarta.ics +M SOPE/NGCards/TimeZones/Asia/Jayapura.ics +M SOPE/NGCards/TimeZones/Asia/Jerusalem.ics +M SOPE/NGCards/TimeZones/Asia/Kabul.ics +M SOPE/NGCards/TimeZones/Asia/Kamchatka.ics +M SOPE/NGCards/TimeZones/Asia/Karachi.ics +M SOPE/NGCards/TimeZones/Asia/Kashgar.ics +M SOPE/NGCards/TimeZones/Asia/Kathmandu.ics +M SOPE/NGCards/TimeZones/Asia/Kolkata.ics +M SOPE/NGCards/TimeZones/Asia/Krasnoyarsk.ics +M SOPE/NGCards/TimeZones/Asia/Kuala_Lumpur.ics +M SOPE/NGCards/TimeZones/Asia/Kuching.ics +M SOPE/NGCards/TimeZones/Asia/Kuwait.ics +M SOPE/NGCards/TimeZones/Asia/Macau.ics +M SOPE/NGCards/TimeZones/Asia/Magadan.ics +M SOPE/NGCards/TimeZones/Asia/Makassar.ics +M SOPE/NGCards/TimeZones/Asia/Manila.ics +M SOPE/NGCards/TimeZones/Asia/Muscat.ics +M SOPE/NGCards/TimeZones/Asia/Nicosia.ics +M SOPE/NGCards/TimeZones/Asia/Novokuznetsk.ics +M SOPE/NGCards/TimeZones/Asia/Novosibirsk.ics +M SOPE/NGCards/TimeZones/Asia/Omsk.ics +M SOPE/NGCards/TimeZones/Asia/Oral.ics +M SOPE/NGCards/TimeZones/Asia/Phnom_Penh.ics +M SOPE/NGCards/TimeZones/Asia/Pontianak.ics +M SOPE/NGCards/TimeZones/Asia/Pyongyang.ics +M SOPE/NGCards/TimeZones/Asia/Qatar.ics +M SOPE/NGCards/TimeZones/Asia/Qyzylorda.ics +M SOPE/NGCards/TimeZones/Asia/Rangoon.ics +M SOPE/NGCards/TimeZones/Asia/Riyadh.ics +M SOPE/NGCards/TimeZones/Asia/Sakhalin.ics +M SOPE/NGCards/TimeZones/Asia/Samarkand.ics +M SOPE/NGCards/TimeZones/Asia/Seoul.ics +M SOPE/NGCards/TimeZones/Asia/Shanghai.ics +M SOPE/NGCards/TimeZones/Asia/Singapore.ics +M SOPE/NGCards/TimeZones/Asia/Taipei.ics +M SOPE/NGCards/TimeZones/Asia/Tashkent.ics +M SOPE/NGCards/TimeZones/Asia/Tbilisi.ics +M SOPE/NGCards/TimeZones/Asia/Tehran.ics +M SOPE/NGCards/TimeZones/Asia/Thimphu.ics +M SOPE/NGCards/TimeZones/Asia/Tokyo.ics +M SOPE/NGCards/TimeZones/Asia/Ulaanbaatar.ics +M SOPE/NGCards/TimeZones/Asia/Urumqi.ics +M SOPE/NGCards/TimeZones/Asia/Vientiane.ics +M SOPE/NGCards/TimeZones/Asia/Vladivostok.ics +M SOPE/NGCards/TimeZones/Asia/Yakutsk.ics +M SOPE/NGCards/TimeZones/Asia/Yekaterinburg.ics +M SOPE/NGCards/TimeZones/Asia/Yerevan.ics +M SOPE/NGCards/TimeZones/Atlantic/Azores.ics +M SOPE/NGCards/TimeZones/Atlantic/Bermuda.ics +M SOPE/NGCards/TimeZones/Atlantic/Canary.ics +M SOPE/NGCards/TimeZones/Atlantic/Cape_Verde.ics +M SOPE/NGCards/TimeZones/Atlantic/Faroe.ics +M SOPE/NGCards/TimeZones/Atlantic/Madeira.ics +M SOPE/NGCards/TimeZones/Atlantic/Reykjavik.ics +M SOPE/NGCards/TimeZones/Atlantic/South_Georgia.ics +M SOPE/NGCards/TimeZones/Atlantic/St_Helena.ics +M SOPE/NGCards/TimeZones/Atlantic/Stanley.ics +M SOPE/NGCards/TimeZones/Australia/Adelaide.ics +M SOPE/NGCards/TimeZones/Australia/Brisbane.ics +M SOPE/NGCards/TimeZones/Australia/Broken_Hill.ics +M SOPE/NGCards/TimeZones/Australia/Currie.ics +M SOPE/NGCards/TimeZones/Australia/Darwin.ics +M SOPE/NGCards/TimeZones/Australia/Eucla.ics +M SOPE/NGCards/TimeZones/Australia/Hobart.ics +M SOPE/NGCards/TimeZones/Australia/Lindeman.ics +M SOPE/NGCards/TimeZones/Australia/Lord_Howe.ics +M SOPE/NGCards/TimeZones/Australia/Melbourne.ics +M SOPE/NGCards/TimeZones/Australia/Perth.ics +M SOPE/NGCards/TimeZones/Australia/Sydney.ics +M SOPE/NGCards/TimeZones/Europe/Amsterdam.ics +M SOPE/NGCards/TimeZones/Europe/Andorra.ics +M SOPE/NGCards/TimeZones/Europe/Athens.ics +M SOPE/NGCards/TimeZones/Europe/Belgrade.ics +M SOPE/NGCards/TimeZones/Europe/Berlin.ics +M SOPE/NGCards/TimeZones/Europe/Bratislava.ics +M SOPE/NGCards/TimeZones/Europe/Brussels.ics +M SOPE/NGCards/TimeZones/Europe/Bucharest.ics +M SOPE/NGCards/TimeZones/Europe/Budapest.ics +M SOPE/NGCards/TimeZones/Europe/Chisinau.ics +M SOPE/NGCards/TimeZones/Europe/Copenhagen.ics +M SOPE/NGCards/TimeZones/Europe/Dublin.ics +M SOPE/NGCards/TimeZones/Europe/Gibraltar.ics +M SOPE/NGCards/TimeZones/Europe/Guernsey.ics +M SOPE/NGCards/TimeZones/Europe/Helsinki.ics +M SOPE/NGCards/TimeZones/Europe/Isle_of_Man.ics +M SOPE/NGCards/TimeZones/Europe/Istanbul.ics +M SOPE/NGCards/TimeZones/Europe/Jersey.ics +M SOPE/NGCards/TimeZones/Europe/Kaliningrad.ics +M SOPE/NGCards/TimeZones/Europe/Kiev.ics +M SOPE/NGCards/TimeZones/Europe/Lisbon.ics +M SOPE/NGCards/TimeZones/Europe/Ljubljana.ics +M SOPE/NGCards/TimeZones/Europe/London.ics +M SOPE/NGCards/TimeZones/Europe/Luxembourg.ics +M SOPE/NGCards/TimeZones/Europe/Madrid.ics +M SOPE/NGCards/TimeZones/Europe/Malta.ics +M SOPE/NGCards/TimeZones/Europe/Mariehamn.ics +M SOPE/NGCards/TimeZones/Europe/Minsk.ics +M SOPE/NGCards/TimeZones/Europe/Monaco.ics +M SOPE/NGCards/TimeZones/Europe/Moscow.ics +M SOPE/NGCards/TimeZones/Europe/Nicosia.ics +M SOPE/NGCards/TimeZones/Europe/Oslo.ics +M SOPE/NGCards/TimeZones/Europe/Paris.ics +M SOPE/NGCards/TimeZones/Europe/Podgorica.ics +M SOPE/NGCards/TimeZones/Europe/Prague.ics +M SOPE/NGCards/TimeZones/Europe/Riga.ics +M SOPE/NGCards/TimeZones/Europe/Rome.ics +M SOPE/NGCards/TimeZones/Europe/Samara.ics +M SOPE/NGCards/TimeZones/Europe/San_Marino.ics +M SOPE/NGCards/TimeZones/Europe/Sarajevo.ics +M SOPE/NGCards/TimeZones/Europe/Simferopol.ics +M SOPE/NGCards/TimeZones/Europe/Skopje.ics +M SOPE/NGCards/TimeZones/Europe/Sofia.ics +M SOPE/NGCards/TimeZones/Europe/Stockholm.ics +M SOPE/NGCards/TimeZones/Europe/Tallinn.ics +M SOPE/NGCards/TimeZones/Europe/Tirane.ics +M SOPE/NGCards/TimeZones/Europe/Uzhgorod.ics +M SOPE/NGCards/TimeZones/Europe/Vaduz.ics +M SOPE/NGCards/TimeZones/Europe/Vatican.ics +M SOPE/NGCards/TimeZones/Europe/Vienna.ics +M SOPE/NGCards/TimeZones/Europe/Vilnius.ics +M SOPE/NGCards/TimeZones/Europe/Volgograd.ics +M SOPE/NGCards/TimeZones/Europe/Warsaw.ics +M SOPE/NGCards/TimeZones/Europe/Zagreb.ics +M SOPE/NGCards/TimeZones/Europe/Zaporozhye.ics +M SOPE/NGCards/TimeZones/Europe/Zurich.ics +M SOPE/NGCards/TimeZones/Indian/Antananarivo.ics +M SOPE/NGCards/TimeZones/Indian/Chagos.ics +M SOPE/NGCards/TimeZones/Indian/Christmas.ics +M SOPE/NGCards/TimeZones/Indian/Cocos.ics +M SOPE/NGCards/TimeZones/Indian/Comoro.ics +M SOPE/NGCards/TimeZones/Indian/Kerguelen.ics +M SOPE/NGCards/TimeZones/Indian/Mahe.ics +M SOPE/NGCards/TimeZones/Indian/Maldives.ics +M SOPE/NGCards/TimeZones/Indian/Mauritius.ics +M SOPE/NGCards/TimeZones/Indian/Mayotte.ics +M SOPE/NGCards/TimeZones/Indian/Reunion.ics +M SOPE/NGCards/TimeZones/Pacific/Apia.ics +M SOPE/NGCards/TimeZones/Pacific/Auckland.ics +M SOPE/NGCards/TimeZones/Pacific/Chatham.ics +M SOPE/NGCards/TimeZones/Pacific/Chuuk.ics +M SOPE/NGCards/TimeZones/Pacific/Easter.ics +M SOPE/NGCards/TimeZones/Pacific/Efate.ics +M SOPE/NGCards/TimeZones/Pacific/Enderbury.ics +M SOPE/NGCards/TimeZones/Pacific/Fakaofo.ics +M SOPE/NGCards/TimeZones/Pacific/Fiji.ics +M SOPE/NGCards/TimeZones/Pacific/Funafuti.ics +M SOPE/NGCards/TimeZones/Pacific/Galapagos.ics +M SOPE/NGCards/TimeZones/Pacific/Gambier.ics +M SOPE/NGCards/TimeZones/Pacific/Guadalcanal.ics +M SOPE/NGCards/TimeZones/Pacific/Guam.ics +M SOPE/NGCards/TimeZones/Pacific/Honolulu.ics +M SOPE/NGCards/TimeZones/Pacific/Johnston.ics +M SOPE/NGCards/TimeZones/Pacific/Kiritimati.ics +M SOPE/NGCards/TimeZones/Pacific/Kosrae.ics +M SOPE/NGCards/TimeZones/Pacific/Kwajalein.ics +M SOPE/NGCards/TimeZones/Pacific/Majuro.ics +M SOPE/NGCards/TimeZones/Pacific/Marquesas.ics +M SOPE/NGCards/TimeZones/Pacific/Midway.ics +M SOPE/NGCards/TimeZones/Pacific/Nauru.ics +M SOPE/NGCards/TimeZones/Pacific/Niue.ics +M SOPE/NGCards/TimeZones/Pacific/Norfolk.ics +M SOPE/NGCards/TimeZones/Pacific/Noumea.ics +M SOPE/NGCards/TimeZones/Pacific/Pago_Pago.ics +M SOPE/NGCards/TimeZones/Pacific/Palau.ics +M SOPE/NGCards/TimeZones/Pacific/Pitcairn.ics +M SOPE/NGCards/TimeZones/Pacific/Pohnpei.ics +M SOPE/NGCards/TimeZones/Pacific/Port_Moresby.ics +M SOPE/NGCards/TimeZones/Pacific/Rarotonga.ics +M SOPE/NGCards/TimeZones/Pacific/Saipan.ics +M SOPE/NGCards/TimeZones/Pacific/Tahiti.ics +M SOPE/NGCards/TimeZones/Pacific/Tarawa.ics +M SOPE/NGCards/TimeZones/Pacific/Tongatapu.ics +M SOPE/NGCards/TimeZones/Pacific/Wake.ics +M SOPE/NGCards/TimeZones/Pacific/Wallis.ics +A SOPE/NGCards/TimeZones/UPDATING + commit 506f3e299a98f32c093787641a4b8e6c357d5316 Author: Francis Lachapelle Date: Thu Nov 17 15:22:09 2011 +0000 @@ -15847,6 +17282,124 @@ Date: Thu Nov 17 15:22:09 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-17T15:22:09 +M .tx/config +M SoObjects/Appointments/GNUmakefile +D SoObjects/Appointments/Spanish.lproj/Localizable.strings +A SoObjects/Appointments/SpanishArgentina.lproj/Localizable.strings +A SoObjects/Appointments/SpanishSpain.lproj/Localizable.strings +M SoObjects/Contacts/GNUmakefile +D SoObjects/Contacts/Spanish.lproj/Localizable.strings +A SoObjects/Contacts/SpanishArgentina.lproj/Localizable.strings +A SoObjects/Contacts/SpanishSpain.lproj/Localizable.strings +M SoObjects/Mailer/GNUmakefile +M SoObjects/Mailer/SOGoMailForward.h +M SoObjects/Mailer/SOGoMailForward.m +M SoObjects/Mailer/SOGoMailReply.h +M SoObjects/Mailer/SOGoMailReply.m +A SoObjects/Mailer/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.html +A SoObjects/Mailer/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishForward.wod +A SoObjects/Mailer/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishArgentinaReply.html +A SoObjects/Mailer/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishReply.wod +D SoObjects/Mailer/SOGoMailSpanishForward.wo/SOGoMailSpanishForward.html +D SoObjects/Mailer/SOGoMailSpanishForward.wo/SOGoMailSpanishForward.wod +D SoObjects/Mailer/SOGoMailSpanishReply.wo/SOGoMailSpanishReply.html +D SoObjects/Mailer/SOGoMailSpanishReply.wo/SOGoMailSpanishReply.wod +A SoObjects/Mailer/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishForward.wod +A SoObjects/Mailer/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishSpainForward.html +A SoObjects/Mailer/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishReply.wod +A SoObjects/Mailer/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishSpainReply.html +M SoObjects/SOGo/SOGoDefaults.plist +M Tests/Integration/preferences.py +M UI/AdministrationUI/GNUmakefile +D UI/AdministrationUI/Spanish.lproj/Localizable.strings +A UI/AdministrationUI/SpanishArgentina.lproj/Localizable.strings +A UI/AdministrationUI/SpanishSpain.lproj/Localizable.strings +M UI/Common/GNUmakefile +D UI/Common/Spanish.lproj/Localizable.strings +A UI/Common/SpanishArgentina.lproj/Localizable.strings +A UI/Common/SpanishSpain.lproj/Localizable.strings +M UI/Contacts/GNUmakefile +D UI/Contacts/Spanish.lproj/Localizable.strings +A UI/Contacts/SpanishArgentina.lproj/Localizable.strings +A UI/Contacts/SpanishSpain.lproj/Localizable.strings +M UI/MailPartViewers/GNUmakefile +D UI/MailPartViewers/Spanish.lproj/Localizable.strings +A UI/MailPartViewers/SpanishArgentina.lproj/Localizable.strings +A UI/MailPartViewers/SpanishSpain.lproj/Localizable.strings +M UI/MailerUI/GNUmakefile +D UI/MailerUI/Spanish.lproj/Localizable.strings +A UI/MailerUI/SpanishArgentina.lproj/Localizable.strings +A UI/MailerUI/SpanishSpain.lproj/Localizable.strings +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Catalan.lproj/Locale +M UI/MainUI/Catalan.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/GNUmakefile +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Icelandic.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/NorwegianBokmal.lproj/Localizable.strings +M UI/MainUI/NorwegianNynorsk.lproj/Localizable.strings +M UI/MainUI/Polish.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +D UI/MainUI/Spanish.lproj/Locale +D UI/MainUI/Spanish.lproj/Localizable.strings +A UI/MainUI/SpanishArgentina.lproj/Locale +A UI/MainUI/SpanishArgentina.lproj/Localizable.strings +A UI/MainUI/SpanishSpain.lproj/Locale +A UI/MainUI/SpanishSpain.lproj/Localizable.strings +M UI/MainUI/Swedish.lproj/Localizable.strings +M UI/MainUI/Ukrainian.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Catalan.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/GNUmakefile +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Icelandic.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/NorwegianBokmal.lproj/Localizable.strings +M UI/PreferencesUI/NorwegianNynorsk.lproj/Localizable.strings +M UI/PreferencesUI/Polish.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +D UI/PreferencesUI/Spanish.lproj/Localizable.strings +A UI/PreferencesUI/SpanishArgentina.lproj/Localizable.strings +A UI/PreferencesUI/SpanishSpain.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/SOGoUI/SOGoACLAdvisory.h +M UI/SOGoUI/SOGoACLAdvisory.m +M UI/SOGoUI/SOGoFolderAdvisory.h +M UI/SOGoUI/SOGoFolderAdvisory.m +M UI/Scheduler/GNUmakefile +D UI/Scheduler/Spanish.lproj/Localizable.strings +A UI/Scheduler/SpanishArgentina.lproj/Localizable.strings +A UI/Scheduler/SpanishSpain.lproj/Localizable.strings +D UI/Templates/SOGoACLSpanishAdditionAdvisory.wox +A UI/Templates/SOGoACLSpanishArgentinaAdditionAdvisory.wox +A UI/Templates/SOGoACLSpanishArgentinaModificationAdvisory.wox +A UI/Templates/SOGoACLSpanishArgentinaRemovalAdvisory.wox +D UI/Templates/SOGoACLSpanishModificationAdvisory.wox +D UI/Templates/SOGoACLSpanishRemovalAdvisory.wox +A UI/Templates/SOGoACLSpanishSpainAdditionAdvisory.wox +A UI/Templates/SOGoACLSpanishSpainModificationAdvisory.wox +A UI/Templates/SOGoACLSpanishSpainRemovalAdvisory.wox +D UI/Templates/SOGoFolderSpanishAdditionAdvisory.wox +A UI/Templates/SOGoFolderSpanishArgentinaAdditionAdvisory.wox +A UI/Templates/SOGoFolderSpanishArgentinaRemovalAdvisory.wox +D UI/Templates/SOGoFolderSpanishRemovalAdvisory.wox +A UI/Templates/SOGoFolderSpanishSpainAdditionAdvisory.wox +A UI/Templates/SOGoFolderSpanishSpainRemovalAdvisory.wox + commit d1cd50c0e3ee0b0c10a96792bce5316c5ea3459f Author: Ludovic Marcotte Date: Thu Nov 17 12:43:51 2011 +0000 @@ -15860,6 +17413,8 @@ Date: Thu Nov 17 12:43:51 2011 +0000 Monotone-Date: 2011-11-17T12:43:51 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoGCSFolder.m + commit 53e125bd7a99d3a09598c0a0615f2aee072ae6ee Author: Ludovic Marcotte Date: Wed Nov 16 15:13:53 2011 +0000 @@ -15873,36 +17428,8 @@ Date: Wed Nov 16 15:13:53 2011 +0000 Monotone-Date: 2011-11-16T15:13:53 Monotone-Branch: ca.inverse.sogo -commit 9c22393497d859679e0a336f01c5669e2db71bd0 -Merge: f5b7591 9327121 -Author: Wolfgang Sourdeau -Date: Wed Nov 16 00:36:48 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_10' (head c07d2a981f46840c7c328cc149a30955094d55fa) - to branch 'ca.inverse.sogo' (head 010eef1ea5b26dac2a3c224005feae5d974cdef7) - - Monotone-Parent: 010eef1ea5b26dac2a3c224005feae5d974cdef7 - Monotone-Parent: c07d2a981f46840c7c328cc149a30955094d55fa - Monotone-Revision: 92cceaf860bbf56d983063471093858a3871ec23 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-11-16T00:36:48 - Monotone-Branch: ca.inverse.sogo - -commit 9327121e8cd195e4fbdd15ac1afb3f8034ff6dae -Merge: b2619eb 29a2f00 -Author: Wolfgang Sourdeau -Date: Wed Nov 16 00:35:46 2011 +0000 - - merge of '6798bdb0fb99d7a2b5d2bf8f53bfdb2f0fc14344' - and '995d4602fd5344c45acc187996f93eaed7de1712' - - Monotone-Parent: 6798bdb0fb99d7a2b5d2bf8f53bfdb2f0fc14344 - Monotone-Parent: 995d4602fd5344c45acc187996f93eaed7de1712 - Monotone-Revision: c07d2a981f46840c7c328cc149a30955094d55fa - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-11-16T00:35:46 +M ChangeLog +M SoObjects/SOGo/SOGoSieveManager.m commit 29a2f0072d0b09e4ad97317040e9ce728ca906a9 Author: Wolfgang Sourdeau @@ -15914,6 +17441,8 @@ Date: Wed Nov 16 00:35:23 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-16T00:35:23 +M Scripts/sogo-init.d-redhat + commit 7398bdc329862ecfe86ecee1268fd25010b371c4 Author: Francis Lachapelle Date: Tue Nov 15 22:33:06 2011 +0000 @@ -15926,6 +17455,8 @@ Date: Tue Nov 15 22:33:06 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-15T22:33:06 +M .tx/config + commit bff46be3e9d0dee574fd8cf914dd83a9525f676f Author: Francis Lachapelle Date: Tue Nov 15 21:18:55 2011 +0000 @@ -15938,6 +17469,22 @@ Date: Tue Nov 15 21:18:55 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-15T21:18:55 +D UI/Templates/SOGoACLNorwegianAdditionAdvisory.wox +A UI/Templates/SOGoACLNorwegianBokmalAdditionAdvisory.wox +A UI/Templates/SOGoACLNorwegianBokmalModificationAdvisory.wox +A UI/Templates/SOGoACLNorwegianBokmalRemovalAdvisory.wox +D UI/Templates/SOGoACLNorwegianModificationAdvisory.wox +A UI/Templates/SOGoACLNorwegianNynorskAdditionAdvisory.wox +A UI/Templates/SOGoACLNorwegianNynorskModificationAdvisory.wox +A UI/Templates/SOGoACLNorwegianNynorskRemovalAdvisory.wox +D UI/Templates/SOGoACLNorwegianRemovalAdvisory.wox +D UI/Templates/SOGoFolderNorwegianAdditionAdvisory.wox +A UI/Templates/SOGoFolderNorwegianBokmalAdditionAdvisory.wox +A UI/Templates/SOGoFolderNorwegianBokmalRemovalAdvisory.wox +A UI/Templates/SOGoFolderNorwegianNynorskAdditionAdvisory.wox +A UI/Templates/SOGoFolderNorwegianNynorskRemovalAdvisory.wox +D UI/Templates/SOGoFolderNorwegianRemovalAdvisory.wox + commit ae4123cfe0ef7d42db7d366180ca80ead02c27d4 Author: Francis Lachapelle Date: Tue Nov 15 21:15:49 2011 +0000 @@ -15950,6 +17497,97 @@ Date: Tue Nov 15 21:15:49 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-15T21:15:49 +M .tx/config +M SoObjects/Appointments/GNUmakefile +D SoObjects/Appointments/Norwegian.lproj/Localizable.strings +A SoObjects/Appointments/NorwegianBokmal.lproj/Localizable.strings +A SoObjects/Appointments/NorwegianNynorsk.lproj/Localizable.strings +M SoObjects/Contacts/GNUmakefile +D SoObjects/Contacts/Norwegian.lproj/Localizable.strings +A SoObjects/Contacts/NorwegianBokmal.lproj/Localizable.strings +A SoObjects/Contacts/NorwegianNynorsk.lproj/Localizable.strings +M SoObjects/Mailer/GNUmakefile +A SoObjects/Mailer/SOGoMailNorwegianBokmalForward.wo/SOGoMailNorwegianBokmalForward.html +A SoObjects/Mailer/SOGoMailNorwegianBokmalForward.wo/SOGoMailNorwegianBokmalForward.wod +A SoObjects/Mailer/SOGoMailNorwegianBokmalReply.wo/SOGoMailNorwegianBokmalReply.html +A SoObjects/Mailer/SOGoMailNorwegianBokmalReply.wo/SOGoMailNorwegianBokmalReply.wod +D SoObjects/Mailer/SOGoMailNorwegianForward.wo/SOGoMailNorwegianForward.html +D SoObjects/Mailer/SOGoMailNorwegianForward.wo/SOGoMailNorwegianForward.wod +A SoObjects/Mailer/SOGoMailNorwegianNynorskForward.wo/SOGoMailNorwegianNynorskForward.html +A SoObjects/Mailer/SOGoMailNorwegianNynorskForward.wo/SOGoMailNorwegianNynorskForward.wod +A SoObjects/Mailer/SOGoMailNorwegianNynorskReply.wo/SOGoMailNorwegianNynorskReply.html +A SoObjects/Mailer/SOGoMailNorwegianNynorskReply.wo/SOGoMailNorwegianNynorskReply.wod +D SoObjects/Mailer/SOGoMailNorwegianReply.wo/SOGoMailNorwegianReply.html +D SoObjects/Mailer/SOGoMailNorwegianReply.wo/SOGoMailNorwegianReply.wod +M SoObjects/SOGo/SOGoDefaults.plist +M Tests/Integration/preferences.py +M UI/AdministrationUI/GNUmakefile +D UI/AdministrationUI/Norwegian.lproj/Localizable.strings +A UI/AdministrationUI/NorwegianBokmal.lproj/Localizable.strings +A UI/AdministrationUI/NorwegianNynorsk.lproj/Localizable.strings +M UI/Common/GNUmakefile +D UI/Common/Norwegian.lproj/Localizable.strings +A UI/Common/NorwegianBokmal.lproj/Localizable.strings +A UI/Common/NorwegianNynorsk.lproj/Localizable.strings +M UI/Contacts/GNUmakefile +D UI/Contacts/Norwegian.lproj/Localizable.strings +A UI/Contacts/NorwegianBokmal.lproj/Localizable.strings +A UI/Contacts/NorwegianNynorsk.lproj/Localizable.strings +M UI/MailPartViewers/GNUmakefile +D UI/MailPartViewers/Norwegian.lproj/Localizable.strings +A UI/MailPartViewers/NorwegianBokmal.lproj/Localizable.strings +A UI/MailPartViewers/NorwegianNynorsk.lproj/Localizable.strings +M UI/MailerUI/GNUmakefile +D UI/MailerUI/Norwegian.lproj/Localizable.strings +A UI/MailerUI/NorwegianBokmal.lproj/Localizable.strings +A UI/MailerUI/NorwegianNynorsk.lproj/Localizable.strings +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Catalan.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/GNUmakefile +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Icelandic.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +D UI/MainUI/Norwegian.lproj/Locale +D UI/MainUI/Norwegian.lproj/Localizable.strings +A UI/MainUI/NorwegianBokmal.lproj/Locale +A UI/MainUI/NorwegianBokmal.lproj/Localizable.strings +A UI/MainUI/NorwegianNynorsk.lproj/Locale +A UI/MainUI/NorwegianNynorsk.lproj/Localizable.strings +M UI/MainUI/Polish.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Swedish.lproj/Localizable.strings +M UI/MainUI/Ukrainian.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Catalan.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/GNUmakefile +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Icelandic.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +D UI/PreferencesUI/Norwegian.lproj/Localizable.strings +A UI/PreferencesUI/NorwegianBokmal.lproj/Localizable.strings +A UI/PreferencesUI/NorwegianNynorsk.lproj/Localizable.strings +M UI/PreferencesUI/Polish.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/Scheduler/GNUmakefile +D UI/Scheduler/Norwegian.lproj/Localizable.strings +A UI/Scheduler/NorwegianBokmal.lproj/Localizable.strings +A UI/Scheduler/NorwegianNynorsk.lproj/Localizable.strings + commit 5a79d84eb2c91598c8eb46eba2137704e479463a Author: Francis Lachapelle Date: Tue Nov 15 21:02:39 2011 +0000 @@ -15962,6 +17600,8 @@ Date: Tue Nov 15 21:02:39 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-15T21:02:39 +M ChangeLog + commit 396b8d8db93b9263946e4c9b8fe39f53b6ba2a02 Author: Francis Lachapelle Date: Tue Nov 15 20:59:45 2011 +0000 @@ -15974,6 +17614,8 @@ Date: Tue Nov 15 20:59:45 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-15T20:59:45 +M Scripts/sogo-init.d-redhat + commit b2619eb582cbe0791e1bbbb5389d979b1547d263 Author: Francis Lachapelle Date: Tue Nov 15 11:58:01 2011 +0000 @@ -15986,21 +17628,7 @@ Date: Tue Nov 15 11:58:01 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-15T11:58:01 -commit f5b7591413d8218b6c4220f27026ea5c81caa3cd -Merge: 1de1c3f 5a7ecd8 -Author: Francis Lachapelle -Date: Tue Nov 15 11:48:33 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_10' (head 2e5b0e4a79c403ee6edc14f5ee20c4e0decb6219) - to branch 'ca.inverse.sogo' (head 4fa9d5f232411da95f6ddd4d8c85a15ca4aa18d8) - - Monotone-Parent: 2e5b0e4a79c403ee6edc14f5ee20c4e0decb6219 - Monotone-Parent: 4fa9d5f232411da95f6ddd4d8c85a15ca4aa18d8 - Monotone-Revision: 010eef1ea5b26dac2a3c224005feae5d974cdef7 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-11-15T11:48:33 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.js commit 5a7ecd8615464f3e1aef826978800d27e879cc66 Author: Francis Lachapelle @@ -16013,6 +17641,8 @@ Date: Tue Nov 15 11:47:02 2011 +0000 Monotone-Date: 2011-11-15T11:47:02 Monotone-Branch: ca.inverse.sogo +D Tests/Unit/TestVersit.m + commit f00f6d461d3e23f870175034021285b1d6116275 Author: Francis Lachapelle Date: Tue Nov 15 11:07:32 2011 +0000 @@ -16027,6 +17657,8 @@ Date: Tue Nov 15 11:07:32 2011 +0000 Monotone-Date: 2011-11-15T11:07:32 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/Norwegian.lproj/Localizable.strings + commit 1de1c3f073e137b3eef88d065fba6905a4e58ba5 Author: Francis Lachapelle Date: Tue Nov 15 09:57:56 2011 +0000 @@ -16039,6 +17671,10 @@ Date: Tue Nov 15 09:57:56 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-15T09:57:56 +A Migration/SquirrelMail/addressbook.pl +A Migration/SquirrelMail/default.conf +M NEWS + commit 4d760806b5a093a3266ed11441eb92b898f6b429 Author: Francis Lachapelle Date: Mon Nov 14 20:50:17 2011 +0000 @@ -16051,6 +17687,8 @@ Date: Mon Nov 14 20:50:17 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-14T20:50:17 +A .tx/config + commit 3ebd8a6950c54ec63e06d8a4d9c90502e53d43e6 Author: Wolfgang Sourdeau Date: Mon Nov 14 17:54:12 2011 +0000 @@ -16062,6 +17700,8 @@ Date: Mon Nov 14 17:54:12 2011 +0000 Monotone-Date: 2011-11-14T17:54:12 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m + commit dd44710d77488fcc883df19a5072eaa31366dcd1 Author: Wolfgang Sourdeau Date: Mon Nov 14 17:54:02 2011 +0000 @@ -16072,6 +17712,8 @@ Date: Mon Nov 14 17:54:02 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-14T17:54:02 +M SoObjects/Appointments/SOGoCalendarComponent.m + commit d51294fbd0e686ca41da46ef45c537b8586a1e7b Author: Wolfgang Sourdeau Date: Mon Nov 14 17:34:25 2011 +0000 @@ -16086,6 +17728,9 @@ Date: Mon Nov 14 17:34:25 2011 +0000 Monotone-Date: 2011-11-14T17:34:25 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.m + commit f975ef9ce8c3591c99667399160327799a6d043f Author: Wolfgang Sourdeau Date: Mon Nov 14 17:31:29 2011 +0000 @@ -16096,6 +17741,9 @@ Date: Mon Nov 14 17:31:29 2011 +0000 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-14T17:31:29 +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.m + commit be0053879e7a0e39fa0813cf79774dd103857558 Author: Francis Lachapelle Date: Mon Nov 14 16:26:04 2011 +0000 @@ -16112,6 +17760,11 @@ Date: Mon Nov 14 16:26:04 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-14T16:26:04 +M SOPE/NGCards/CardVersitRenderer.m +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NSString+NGCards.m +M SOPE/NGCards/iCalEntityObject.m + commit 63e0b0e1168cde65259dad1b106b7fb908e8b051 Author: Francis Lachapelle Date: Mon Nov 14 16:07:04 2011 +0000 @@ -16125,6 +17778,60 @@ Date: Mon Nov 14 16:07:04 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-14T16:07:04 +M ChangeLog +M OGoContentStore/OCSContactFieldExtractor.m +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.m +M SOPE/NGCards/CardElement.h +M SOPE/NGCards/CardElement.m +M SOPE/NGCards/CardGroup.m +M SOPE/NGCards/CardVersitRenderer.m +M SOPE/NGCards/NGCardsSaxHandler.h +M SOPE/NGCards/NGCardsSaxHandler.m +M SOPE/NGCards/NGVCard.h +M SOPE/NGCards/NGVCard.m +M SOPE/NGCards/NGVCardPhoto.m +M SOPE/NGCards/NGVCardReference.m +M SOPE/NGCards/NGVList.m +M SOPE/NGCards/NSArray+NGCards.h +M SOPE/NGCards/NSArray+NGCards.m +M SOPE/NGCards/NSDictionary+NGCards.h +M SOPE/NGCards/NSDictionary+NGCards.m +M SOPE/NGCards/NSString+NGCards.h +M SOPE/NGCards/NSString+NGCards.m +M SOPE/NGCards/iCalAlarm.m +M SOPE/NGCards/iCalAttachment.h +M SOPE/NGCards/iCalAttachment.m +M SOPE/NGCards/iCalCalendar.m +M SOPE/NGCards/iCalDateTime.m +M SOPE/NGCards/iCalEntityObject.h +M SOPE/NGCards/iCalEntityObject.m +M SOPE/NGCards/iCalEvent.m +M SOPE/NGCards/iCalPerson.m +M SOPE/NGCards/iCalRecurrenceRule.m +M SOPE/NGCards/iCalRepeatableEntityObject.m +M SOPE/NGCards/iCalTimeZone.m +M SOPE/NGCards/iCalTimeZonePeriod.m +M SOPE/NGCards/iCalToDo.m +M SOPE/NGCards/iCalTrigger.h +M SOPE/NGCards/iCalTrigger.m +M SOPE/NGCards/iCalXMLRenderer.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/iCalEvent+SOGo.m +M SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m +M SoObjects/Contacts/NGVCard+SOGo.m +M SoObjects/Contacts/SOGoContactEntryPhoto.m +M SoObjects/Contacts/SOGoContactLDIFEntry.m +M Tests/Unit/GNUmakefile +M Tests/Unit/SaxXMLReaderFactory+SOGoTests.m +A Tests/Unit/TestVersit.m +M Tools/SOGoToolRemoveDoubles.m +M UI/Contacts/UIxContactEditor.m +M UI/Contacts/UIxContactView.m +M UI/Contacts/UIxListEditor.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/Scheduler/UIxComponentEditor.m + commit 531ed59298b5d7e7049a1506e2d6fd04b8351248 Author: Wolfgang Sourdeau Date: Mon Nov 14 05:01:26 2011 +0000 @@ -16138,6 +17845,9 @@ Date: Mon Nov 14 05:01:26 2011 +0000 Monotone-Date: 2011-11-14T05:01:26 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.m + commit a137e1679e6e15a93195b95018007956614f827e Author: Wolfgang Sourdeau Date: Mon Nov 14 03:26:50 2011 +0000 @@ -16149,6 +17859,62 @@ Date: Mon Nov 14 03:26:50 2011 +0000 Monotone-Date: 2011-11-14T03:26:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/OCSContactFieldExtractor.m +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreContactsAttachment.m +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/MAPIStoreRecurrenceUtils.m +M SOPE/NGCards/CardElement.h +M SOPE/NGCards/CardElement.m +M SOPE/NGCards/CardGroup.m +M SOPE/NGCards/CardVersitRenderer.m +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NGCardsSaxHandler.h +M SOPE/NGCards/NGCardsSaxHandler.m +M SOPE/NGCards/NGVCard.h +M SOPE/NGCards/NGVCard.m +M SOPE/NGCards/NGVCardPhoto.m +M SOPE/NGCards/NGVCardReference.m +M SOPE/NGCards/NGVList.m +M SOPE/NGCards/NSArray+NGCards.h +M SOPE/NGCards/NSArray+NGCards.m +M SOPE/NGCards/NSDictionary+NGCards.h +M SOPE/NGCards/NSDictionary+NGCards.m +M SOPE/NGCards/NSString+NGCards.h +M SOPE/NGCards/NSString+NGCards.m +M SOPE/NGCards/iCalAlarm.m +M SOPE/NGCards/iCalAttachment.h +M SOPE/NGCards/iCalAttachment.m +M SOPE/NGCards/iCalCalendar.m +M SOPE/NGCards/iCalDateTime.m +M SOPE/NGCards/iCalEntityObject.h +M SOPE/NGCards/iCalEntityObject.m +M SOPE/NGCards/iCalEvent.m +M SOPE/NGCards/iCalPerson.m +M SOPE/NGCards/iCalRecurrenceRule.m +M SOPE/NGCards/iCalRepeatableEntityObject.m +M SOPE/NGCards/iCalTimeZone.m +M SOPE/NGCards/iCalTimeZonePeriod.m +M SOPE/NGCards/iCalToDo.m +M SOPE/NGCards/iCalTrigger.h +M SOPE/NGCards/iCalTrigger.m +M SOPE/NGCards/iCalXMLRenderer.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/iCalEvent+SOGo.m +M SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m +M SoObjects/Contacts/NGVCard+SOGo.m +M SoObjects/Contacts/SOGoContactEntryPhoto.m +M SoObjects/Contacts/SOGoContactLDIFEntry.m +M Tests/Unit/TestVersit.m +M Tools/SOGoToolRemoveDoubles.m +M UI/Contacts/UIxContactEditor.m +M UI/Contacts/UIxContactView.m +M UI/Contacts/UIxListEditor.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/Scheduler/UIxComponentEditor.m + commit 7df673abb864883aa7a82a91481fd8280d979c70 Author: Francis Lachapelle Date: Fri Nov 11 14:25:51 2011 +0000 @@ -16161,6 +17927,10 @@ Date: Fri Nov 11 14:25:51 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-11T14:25:51 +M NEWS +A SoObjects/Mailer/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.wod +A SoObjects/Mailer/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.wod + commit 97dcdcb97a861ccf60eaf9218d9ac0ddfb44df2e Author: Wolfgang Sourdeau Date: Thu Nov 10 15:33:14 2011 +0000 @@ -16172,6 +17942,8 @@ Date: Thu Nov 10 15:33:14 2011 +0000 Monotone-Date: 2011-11-10T15:33:14 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardVersitRenderer.m + commit 121154b0155a7995eee5d71f5b0e27b2cf51cece Author: Wolfgang Sourdeau Date: Thu Nov 10 15:31:26 2011 +0000 @@ -16183,6 +17955,11 @@ Date: Thu Nov 10 15:31:26 2011 +0000 Monotone-Date: 2011-11-10T15:31:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Unit/GNUmakefile +M Tests/Unit/SaxXMLReaderFactory+SOGoTests.m +A Tests/Unit/TestVersit.m + commit 8d807b7fcbcbb19dd56e9afa629eb9f52c69e7f1 Author: Wolfgang Sourdeau Date: Wed Nov 9 20:53:20 2011 +0000 @@ -16194,6 +17971,8 @@ Date: Wed Nov 9 20:53:20 2011 +0000 Monotone-Date: 2011-11-09T20:53:20 Monotone-Branch: ca.inverse.sogo +M OpenChange/unrtf-0.21.2.diff + commit af48e18f3a8aa0ed69a537119e271864a4b17995 Author: Wolfgang Sourdeau Date: Wed Nov 9 20:48:20 2011 +0000 @@ -16205,6 +17984,10 @@ Date: Wed Nov 9 20:48:20 2011 +0000 Monotone-Date: 2011-11-09T20:48:20 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NSString+NGCards.m +M SOPE/NGCards/iCalEntityObject.m + commit 5be374313fc8c25ef419570722d39872eb138fee Author: Wolfgang Sourdeau Date: Wed Nov 9 20:47:08 2011 +0000 @@ -16216,6 +17999,11 @@ Date: Wed Nov 9 20:47:08 2011 +0000 Monotone-Date: 2011-11-09T20:47:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAppointmentWrapper.h +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreCalendarMessage.m + commit 1e9a61705cef5378d3aec994c12390fa8d20aa6c Author: Wolfgang Sourdeau Date: Wed Nov 9 20:10:31 2011 +0000 @@ -16227,6 +18015,9 @@ Date: Wed Nov 9 20:10:31 2011 +0000 Monotone-Date: 2011-11-09T20:10:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContactsMessage.m + commit eb3d3daa074a039e900638c085178491ece872c2 Author: Wolfgang Sourdeau Date: Wed Nov 9 20:06:06 2011 +0000 @@ -16238,6 +18029,8 @@ Date: Wed Nov 9 20:06:06 2011 +0000 Monotone-Date: 2011-11-09T20:06:06 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 8ba3e7ac9271d1d5b9876167aea0bdb60e892daa Author: Francis Lachapelle Date: Wed Nov 9 19:48:51 2011 +0000 @@ -16250,6 +18043,9 @@ Date: Wed Nov 9 19:48:51 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-09T19:48:51 +M ChangeLog +M UI/WebServerResources/SOGoRootPage.js + commit 7443d6cc3bf5d9273aa6eaecb3cdeceb818103e6 Author: Wolfgang Sourdeau Date: Wed Nov 9 19:03:29 2011 +0000 @@ -16261,6 +18057,8 @@ Date: Wed Nov 9 19:03:29 2011 +0000 Monotone-Date: 2011-11-09T19:03:29 Monotone-Branch: ca.inverse.sogo +M OpenChange/unrtf-0.21.2.diff + commit 572912f6c6937d8805069b6f5af178354cb66246 Author: Wolfgang Sourdeau Date: Wed Nov 9 15:16:17 2011 +0000 @@ -16272,6 +18070,8 @@ Date: Wed Nov 9 15:16:17 2011 +0000 Monotone-Date: 2011-11-09T15:16:17 Monotone-Branch: ca.inverse.sogo +M OpenChange/gen-property-selectors.py + commit 2681fc06cd840d31b7fe2a9fb3c5856d1d4b9967 Author: Wolfgang Sourdeau Date: Wed Nov 9 15:02:29 2011 +0000 @@ -16283,6 +18083,24 @@ Date: Wed Nov 9 15:02:29 2011 +0000 Monotone-Date: 2011-11-09T15:02:29 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreFAIMessage.m +M OpenChange/MAPIStoreFAIMessageTable.m +M OpenChange/MAPIStoreFSBaseContext.m +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreRecurrenceUtils.h +M OpenChange/MAPIStoreRecurrenceUtils.m +M OpenChange/MAPIStoreTypes.h +M OpenChange/MAPIStoreTypes.m +M OpenChange/NSArray+MAPIStore.m +M OpenChange/NSData+MAPIStore.m +M OpenChange/NSDate+MAPIStore.m +M OpenChange/NSString+MAPIStore.m +M OpenChange/SOGoMAPIFSFolder.m + commit 3a299b4106c8a5d5fe225100bfbb03c8915870d2 Author: Wolfgang Sourdeau Date: Wed Nov 9 15:02:11 2011 +0000 @@ -16294,6 +18112,8 @@ Date: Wed Nov 9 15:02:11 2011 +0000 Monotone-Date: 2011-11-09T15:02:11 Monotone-Branch: ca.inverse.sogo +M .mtn-ignore + commit 435e6361b0dfadfe5f27c159f49d4817e1aef9f7 Author: Wolfgang Sourdeau Date: Wed Nov 9 15:02:04 2011 +0000 @@ -16305,6 +18125,14 @@ Date: Wed Nov 9 15:02:04 2011 +0000 Monotone-Date: 2011-11-09T15:02:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +A OpenChange/GNUmakefile.unrtf +M OpenChange/MAPIStoreMessage.m +A OpenChange/unrtf-0.21.2.diff +A OpenChange/unrtf-0.21.2.tar.gz +A OpenChange/unrtf_config_h + commit 1fcc2c555ad17d88d9f61ee24b794aa918bff92f Author: Wolfgang Sourdeau Date: Wed Nov 9 14:58:17 2011 +0000 @@ -16316,6 +18144,9 @@ Date: Wed Nov 9 14:58:17 2011 +0000 Monotone-Date: 2011-11-09T14:58:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreVolatileMessage.m + commit 13349e98683f35757778eeaadfcce69cbbd769f3 Author: Wolfgang Sourdeau Date: Wed Nov 9 14:46:08 2011 +0000 @@ -16327,6 +18158,9 @@ Date: Wed Nov 9 14:46:08 2011 +0000 Monotone-Date: 2011-11-09T14:46:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailVolatileMessage.m + commit 210b31476f17d11a4a7fa7e6a1aeb697aaf78e17 Author: Wolfgang Sourdeau Date: Tue Nov 8 18:36:52 2011 +0000 @@ -16338,6 +18172,9 @@ Date: Tue Nov 8 18:36:52 2011 +0000 Monotone-Date: 2011-11-08T18:36:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreRecurrenceUtils.m + commit 40b8b1a463e8c466b959b7ef17bdc5fde5638229 Author: Wolfgang Sourdeau Date: Mon Nov 7 15:11:22 2011 +0000 @@ -16349,6 +18186,13 @@ Date: Mon Nov 7 15:11:22 2011 +0000 Monotone-Date: 2011-11-07T15:11:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFSMessage.m +M OpenChange/MAPIStoreMailVolatileMessage.m +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m + commit e67931703f50fcfbbd53a71b8f497a1462af513f Author: Wolfgang Sourdeau Date: Mon Nov 7 15:07:37 2011 +0000 @@ -16360,6 +18204,11 @@ Date: Mon Nov 7 15:07:37 2011 +0000 Monotone-Date: 2011-11-07T15:07:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreVolatileMessage.m + commit 1a4af2df689b6441a069f4e7e0fee6a8cb2fb5a5 Author: Francis Lachapelle Date: Fri Nov 4 14:20:19 2011 +0000 @@ -16372,6 +18221,8 @@ Date: Fri Nov 4 14:20:19 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-04T14:20:19 +M UI/MainUI/SOGoUserHomePage.m + commit 3a3781caf1e4ffc0e76b4c2e088b424871cf8d68 Author: Francis Lachapelle Date: Thu Nov 3 13:56:35 2011 +0000 @@ -16384,21 +18235,7 @@ Date: Thu Nov 3 13:56:35 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-03T13:56:35 -commit d02400dfc11f31637a135f18fa96b5af9090b08a -Merge: f8931e0 203af6a -Author: Wolfgang Sourdeau -Date: Thu Nov 3 13:41:24 2011 +0000 - - merge of '51381931f3aace686a6d1f39fd9e8ff37174e41c' - and 'dc7f4b5bfd6f1e20c6244c01ec2af24c5f5baba3' - - Monotone-Parent: 51381931f3aace686a6d1f39fd9e8ff37174e41c - Monotone-Parent: dc7f4b5bfd6f1e20c6244c01ec2af24c5f5baba3 - Monotone-Revision: faa665d09f8735444e5cc6f1e0ca073851cbab3f - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-11-03T13:41:24 - Monotone-Branch: ca.inverse.sogo +M UI/MainUI/Norwegian.lproj/Localizable.strings commit f8931e0e09eb79a91abe797ba5e8898bb2df93c4 Author: Wolfgang Sourdeau @@ -16411,6 +18248,8 @@ Date: Thu Nov 3 13:40:11 2011 +0000 Monotone-Date: 2011-11-03T13:40:11 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 203af6a7ca8e37f8924fc05921fe6b1c9fdef90e Author: Francis Lachapelle Date: Thu Nov 3 11:55:37 2011 +0000 @@ -16424,6 +18263,115 @@ Date: Thu Nov 3 11:55:37 2011 +0000 Monotone-Date: 2011-11-03T11:55:37 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalDailyRecurrenceCalculator.m +M SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m +M SOPE/NGCards/iCalYearlyRecurrenceCalculator.m +M SoObjects/Appointments/BrazilianPortuguese.lproj/Localizable.strings +M SoObjects/Appointments/Czech.lproj/Localizable.strings +M SoObjects/Appointments/Dutch.lproj/Localizable.strings +M SoObjects/Appointments/German.lproj/Localizable.strings +M SoObjects/Appointments/Hungarian.lproj/Localizable.strings +M SoObjects/Appointments/Italian.lproj/Localizable.strings +M SoObjects/Appointments/Norwegian.lproj/Localizable.strings +M SoObjects/Appointments/Polish.lproj/Localizable.strings +M SoObjects/Appointments/Russian.lproj/Localizable.strings +M SoObjects/Appointments/Swedish.lproj/Localizable.strings +M SoObjects/Appointments/Ukrainian.lproj/Localizable.strings +M SoObjects/Appointments/Welsh.lproj/Localizable.strings +M SoObjects/Appointments/iCalEventChanges+SOGo.m +M SoObjects/SOGo/SOGoSieveManager.m +M Tools/SOGoToolRemove.m +M Tools/SOGoToolRenameUser.m +M UI/AdministrationUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/AdministrationUI/Czech.lproj/Localizable.strings +M UI/AdministrationUI/Dutch.lproj/Localizable.strings +M UI/AdministrationUI/French.lproj/Localizable.strings +M UI/AdministrationUI/German.lproj/Localizable.strings +M UI/AdministrationUI/Hungarian.lproj/Localizable.strings +M UI/AdministrationUI/Icelandic.lproj/Localizable.strings +M UI/AdministrationUI/Italian.lproj/Localizable.strings +M UI/AdministrationUI/Russian.lproj/Localizable.strings +M UI/AdministrationUI/Spanish.lproj/Localizable.strings +M UI/AdministrationUI/Welsh.lproj/Localizable.strings +M UI/Common/BrazilianPortuguese.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Common/Hungarian.lproj/Localizable.strings +M UI/Common/Icelandic.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Common/Norwegian.lproj/Localizable.strings +M UI/Common/Polish.lproj/Localizable.strings +M UI/Common/Russian.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +M UI/Common/Swedish.lproj/Localizable.strings +M UI/Common/Welsh.lproj/Localizable.strings +M UI/MailPartViewers/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailPartViewers/Czech.lproj/Localizable.strings +M UI/MailPartViewers/Dutch.lproj/Localizable.strings +M UI/MailPartViewers/French.lproj/Localizable.strings +M UI/MailPartViewers/Hungarian.lproj/Localizable.strings +M UI/MailPartViewers/Polish.lproj/Localizable.strings +M UI/MailPartViewers/Russian.lproj/Localizable.strings +M UI/MailPartViewers/Ukrainian.lproj/Localizable.strings +M UI/MailPartViewers/Welsh.lproj/Localizable.strings +M UI/MailerUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailerUI/Catalan.lproj/Localizable.strings +M UI/MailerUI/Czech.lproj/Localizable.strings +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Hungarian.lproj/Localizable.strings +M UI/MailerUI/Icelandic.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Norwegian.lproj/Localizable.strings +M UI/MailerUI/Polish.lproj/Localizable.strings +M UI/MailerUI/Russian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MailerUI/Swedish.lproj/Localizable.strings +M UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/MailerUI/Welsh.lproj/Localizable.strings +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Catalan.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Icelandic.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/Norwegian.lproj/Localizable.strings +M UI/MainUI/Polish.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Swedish.lproj/Localizable.strings +M UI/MainUI/Ukrainian.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Norwegian.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Icelandic.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Norwegian.lproj/Localizable.strings +M UI/Scheduler/Polish.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js + commit 6051e5975d83ac3ef23c8b277440bb19dc5c09d3 Author: Francis Lachapelle Date: Thu Nov 3 11:54:03 2011 +0000 @@ -16436,6 +18384,115 @@ Date: Thu Nov 3 11:54:03 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-03T11:54:03 +M SOPE/NGCards/iCalDailyRecurrenceCalculator.m +M SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m +M SOPE/NGCards/iCalYearlyRecurrenceCalculator.m +M SoObjects/Appointments/BrazilianPortuguese.lproj/Localizable.strings +M SoObjects/Appointments/Czech.lproj/Localizable.strings +M SoObjects/Appointments/Dutch.lproj/Localizable.strings +M SoObjects/Appointments/German.lproj/Localizable.strings +M SoObjects/Appointments/Hungarian.lproj/Localizable.strings +M SoObjects/Appointments/Italian.lproj/Localizable.strings +M SoObjects/Appointments/Norwegian.lproj/Localizable.strings +M SoObjects/Appointments/Polish.lproj/Localizable.strings +M SoObjects/Appointments/Russian.lproj/Localizable.strings +M SoObjects/Appointments/Swedish.lproj/Localizable.strings +M SoObjects/Appointments/Ukrainian.lproj/Localizable.strings +M SoObjects/Appointments/Welsh.lproj/Localizable.strings +M SoObjects/Appointments/iCalEventChanges+SOGo.m +M SoObjects/SOGo/SOGoSieveManager.m +M Tools/SOGoToolRemove.m +M Tools/SOGoToolRenameUser.m +M UI/AdministrationUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/AdministrationUI/Czech.lproj/Localizable.strings +M UI/AdministrationUI/Dutch.lproj/Localizable.strings +M UI/AdministrationUI/French.lproj/Localizable.strings +M UI/AdministrationUI/German.lproj/Localizable.strings +M UI/AdministrationUI/Hungarian.lproj/Localizable.strings +M UI/AdministrationUI/Icelandic.lproj/Localizable.strings +M UI/AdministrationUI/Italian.lproj/Localizable.strings +M UI/AdministrationUI/Russian.lproj/Localizable.strings +M UI/AdministrationUI/Spanish.lproj/Localizable.strings +M UI/AdministrationUI/Welsh.lproj/Localizable.strings +M UI/Common/BrazilianPortuguese.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Common/Hungarian.lproj/Localizable.strings +M UI/Common/Icelandic.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Common/Norwegian.lproj/Localizable.strings +M UI/Common/Polish.lproj/Localizable.strings +M UI/Common/Russian.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +M UI/Common/Swedish.lproj/Localizable.strings +M UI/Common/Welsh.lproj/Localizable.strings +M UI/MailPartViewers/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailPartViewers/Czech.lproj/Localizable.strings +M UI/MailPartViewers/Dutch.lproj/Localizable.strings +M UI/MailPartViewers/French.lproj/Localizable.strings +M UI/MailPartViewers/Hungarian.lproj/Localizable.strings +M UI/MailPartViewers/Polish.lproj/Localizable.strings +M UI/MailPartViewers/Russian.lproj/Localizable.strings +M UI/MailPartViewers/Ukrainian.lproj/Localizable.strings +M UI/MailPartViewers/Welsh.lproj/Localizable.strings +M UI/MailerUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailerUI/Catalan.lproj/Localizable.strings +M UI/MailerUI/Czech.lproj/Localizable.strings +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Hungarian.lproj/Localizable.strings +M UI/MailerUI/Icelandic.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Norwegian.lproj/Localizable.strings +M UI/MailerUI/Polish.lproj/Localizable.strings +M UI/MailerUI/Russian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MailerUI/Swedish.lproj/Localizable.strings +M UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/MailerUI/Welsh.lproj/Localizable.strings +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Catalan.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Icelandic.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/Norwegian.lproj/Localizable.strings +M UI/MainUI/Polish.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Swedish.lproj/Localizable.strings +M UI/MainUI/Ukrainian.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Norwegian.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Icelandic.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Norwegian.lproj/Localizable.strings +M UI/Scheduler/Polish.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js + commit b1e5170060ede532743d1d96b011dbcf3d471ff5 Author: Francis Lachapelle Date: Thu Nov 3 11:51:05 2011 +0000 @@ -16449,6 +18506,115 @@ Date: Thu Nov 3 11:51:05 2011 +0000 Monotone-Date: 2011-11-03T11:51:05 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalDailyRecurrenceCalculator.m +M SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m +M SOPE/NGCards/iCalYearlyRecurrenceCalculator.m +M SoObjects/Appointments/BrazilianPortuguese.lproj/Localizable.strings +M SoObjects/Appointments/Czech.lproj/Localizable.strings +M SoObjects/Appointments/Dutch.lproj/Localizable.strings +M SoObjects/Appointments/German.lproj/Localizable.strings +M SoObjects/Appointments/Hungarian.lproj/Localizable.strings +M SoObjects/Appointments/Italian.lproj/Localizable.strings +M SoObjects/Appointments/Norwegian.lproj/Localizable.strings +M SoObjects/Appointments/Polish.lproj/Localizable.strings +M SoObjects/Appointments/Russian.lproj/Localizable.strings +M SoObjects/Appointments/Swedish.lproj/Localizable.strings +M SoObjects/Appointments/Ukrainian.lproj/Localizable.strings +M SoObjects/Appointments/Welsh.lproj/Localizable.strings +M SoObjects/Appointments/iCalEventChanges+SOGo.m +M SoObjects/SOGo/SOGoSieveManager.m +M Tools/SOGoToolRemove.m +M Tools/SOGoToolRenameUser.m +M UI/AdministrationUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/AdministrationUI/Czech.lproj/Localizable.strings +M UI/AdministrationUI/Dutch.lproj/Localizable.strings +M UI/AdministrationUI/French.lproj/Localizable.strings +M UI/AdministrationUI/German.lproj/Localizable.strings +M UI/AdministrationUI/Hungarian.lproj/Localizable.strings +M UI/AdministrationUI/Icelandic.lproj/Localizable.strings +M UI/AdministrationUI/Italian.lproj/Localizable.strings +M UI/AdministrationUI/Russian.lproj/Localizable.strings +M UI/AdministrationUI/Spanish.lproj/Localizable.strings +M UI/AdministrationUI/Welsh.lproj/Localizable.strings +M UI/Common/BrazilianPortuguese.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Common/Hungarian.lproj/Localizable.strings +M UI/Common/Icelandic.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Common/Norwegian.lproj/Localizable.strings +M UI/Common/Polish.lproj/Localizable.strings +M UI/Common/Russian.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +M UI/Common/Swedish.lproj/Localizable.strings +M UI/Common/Welsh.lproj/Localizable.strings +M UI/MailPartViewers/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailPartViewers/Czech.lproj/Localizable.strings +M UI/MailPartViewers/Dutch.lproj/Localizable.strings +M UI/MailPartViewers/French.lproj/Localizable.strings +M UI/MailPartViewers/Hungarian.lproj/Localizable.strings +M UI/MailPartViewers/Polish.lproj/Localizable.strings +M UI/MailPartViewers/Russian.lproj/Localizable.strings +M UI/MailPartViewers/Ukrainian.lproj/Localizable.strings +M UI/MailPartViewers/Welsh.lproj/Localizable.strings +M UI/MailerUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailerUI/Catalan.lproj/Localizable.strings +M UI/MailerUI/Czech.lproj/Localizable.strings +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Hungarian.lproj/Localizable.strings +M UI/MailerUI/Icelandic.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Norwegian.lproj/Localizable.strings +M UI/MailerUI/Polish.lproj/Localizable.strings +M UI/MailerUI/Russian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MailerUI/Swedish.lproj/Localizable.strings +M UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/MailerUI/Welsh.lproj/Localizable.strings +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Catalan.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Icelandic.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/Norwegian.lproj/Localizable.strings +M UI/MainUI/Polish.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Swedish.lproj/Localizable.strings +M UI/MainUI/Ukrainian.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Norwegian.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Icelandic.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Norwegian.lproj/Localizable.strings +M UI/Scheduler/Polish.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js + commit 5ca67f5b8e1c96e01fff2aa1fa09536ad0d94dbb Author: Wolfgang Sourdeau Date: Wed Nov 2 21:20:02 2011 +0000 @@ -16460,6 +18626,9 @@ Date: Wed Nov 2 21:20:02 2011 +0000 Monotone-Date: 2011-11-02T21:20:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m + commit 1a4d064d117597d3a5a549bd2851a7a2cc17d362 Author: Wolfgang Sourdeau Date: Wed Nov 2 20:40:57 2011 +0000 @@ -16471,6 +18640,8 @@ Date: Wed Nov 2 20:40:57 2011 +0000 Monotone-Date: 2011-11-02T20:40:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 328c50246300e232f40142201b0ba730d41832e7 Author: Wolfgang Sourdeau Date: Wed Nov 2 20:40:32 2011 +0000 @@ -16482,6 +18653,8 @@ Date: Wed Nov 2 20:40:32 2011 +0000 Monotone-Date: 2011-11-02T20:40:32 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreCalendarMessage.m + commit 2d2da7d4e45166d69bcb0bf8514401552d3b3dc9 Author: Wolfgang Sourdeau Date: Wed Nov 2 20:28:42 2011 +0000 @@ -16493,6 +18666,9 @@ Date: Wed Nov 2 20:28:42 2011 +0000 Monotone-Date: 2011-11-02T20:28:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMessage.m + commit db46c4e1a5993792417e915fe60a820a2a678961 Author: Wolfgang Sourdeau Date: Wed Nov 2 18:18:32 2011 +0000 @@ -16504,6 +18680,9 @@ Date: Wed Nov 2 18:18:32 2011 +0000 Monotone-Date: 2011-11-02T18:18:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m + commit ff5efe1b1986c616f5b2168d2a7512ef0545e099 Author: Wolfgang Sourdeau Date: Wed Nov 2 12:43:36 2011 +0000 @@ -16515,6 +18694,9 @@ Date: Wed Nov 2 12:43:36 2011 +0000 Monotone-Date: 2011-11-02T12:43:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m + commit 334fbc3a265e70f788e5beb44997b52778cd70aa Author: Wolfgang Sourdeau Date: Tue Nov 1 20:45:59 2011 +0000 @@ -16526,6 +18708,9 @@ Date: Tue Nov 1 20:45:59 2011 +0000 Monotone-Date: 2011-11-01T20:45:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m + commit 709a9a23bba5577c2293aac32600fc44c544f724 Author: Francis Lachapelle Date: Tue Nov 1 19:08:26 2011 +0000 @@ -16538,6 +18723,9 @@ Date: Tue Nov 1 19:08:26 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-01T19:08:26 +M ChangeLog +M UI/WebServerResources/UIxAclEditor.js + commit 90b5a2bf5e53cec85ad08c9a48ee82f12a25df36 Author: Francis Lachapelle Date: Tue Nov 1 18:46:51 2011 +0000 @@ -16550,6 +18738,115 @@ Date: Tue Nov 1 18:46:51 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-01T18:46:51 +M SOPE/NGCards/iCalDailyRecurrenceCalculator.m +M SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m +M SOPE/NGCards/iCalYearlyRecurrenceCalculator.m +M SoObjects/Appointments/BrazilianPortuguese.lproj/Localizable.strings +M SoObjects/Appointments/Czech.lproj/Localizable.strings +M SoObjects/Appointments/Dutch.lproj/Localizable.strings +M SoObjects/Appointments/German.lproj/Localizable.strings +M SoObjects/Appointments/Hungarian.lproj/Localizable.strings +M SoObjects/Appointments/Italian.lproj/Localizable.strings +M SoObjects/Appointments/Norwegian.lproj/Localizable.strings +M SoObjects/Appointments/Polish.lproj/Localizable.strings +M SoObjects/Appointments/Russian.lproj/Localizable.strings +M SoObjects/Appointments/Swedish.lproj/Localizable.strings +M SoObjects/Appointments/Ukrainian.lproj/Localizable.strings +M SoObjects/Appointments/Welsh.lproj/Localizable.strings +M SoObjects/Appointments/iCalEventChanges+SOGo.m +M SoObjects/SOGo/SOGoSieveManager.m +M Tools/SOGoToolRemove.m +M Tools/SOGoToolRenameUser.m +M UI/AdministrationUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/AdministrationUI/Czech.lproj/Localizable.strings +M UI/AdministrationUI/Dutch.lproj/Localizable.strings +M UI/AdministrationUI/French.lproj/Localizable.strings +M UI/AdministrationUI/German.lproj/Localizable.strings +M UI/AdministrationUI/Hungarian.lproj/Localizable.strings +M UI/AdministrationUI/Icelandic.lproj/Localizable.strings +M UI/AdministrationUI/Italian.lproj/Localizable.strings +M UI/AdministrationUI/Russian.lproj/Localizable.strings +M UI/AdministrationUI/Spanish.lproj/Localizable.strings +M UI/AdministrationUI/Welsh.lproj/Localizable.strings +M UI/Common/BrazilianPortuguese.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Common/Hungarian.lproj/Localizable.strings +M UI/Common/Icelandic.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Common/Norwegian.lproj/Localizable.strings +M UI/Common/Polish.lproj/Localizable.strings +M UI/Common/Russian.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +M UI/Common/Swedish.lproj/Localizable.strings +M UI/Common/Welsh.lproj/Localizable.strings +M UI/MailPartViewers/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailPartViewers/Czech.lproj/Localizable.strings +M UI/MailPartViewers/Dutch.lproj/Localizable.strings +M UI/MailPartViewers/French.lproj/Localizable.strings +M UI/MailPartViewers/Hungarian.lproj/Localizable.strings +M UI/MailPartViewers/Polish.lproj/Localizable.strings +M UI/MailPartViewers/Russian.lproj/Localizable.strings +M UI/MailPartViewers/Ukrainian.lproj/Localizable.strings +M UI/MailPartViewers/Welsh.lproj/Localizable.strings +M UI/MailerUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailerUI/Catalan.lproj/Localizable.strings +M UI/MailerUI/Czech.lproj/Localizable.strings +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Hungarian.lproj/Localizable.strings +M UI/MailerUI/Icelandic.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Norwegian.lproj/Localizable.strings +M UI/MailerUI/Polish.lproj/Localizable.strings +M UI/MailerUI/Russian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MailerUI/Swedish.lproj/Localizable.strings +M UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/MailerUI/Welsh.lproj/Localizable.strings +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Catalan.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Icelandic.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/Norwegian.lproj/Localizable.strings +M UI/MainUI/Polish.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Swedish.lproj/Localizable.strings +M UI/MainUI/Ukrainian.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Norwegian.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Icelandic.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Norwegian.lproj/Localizable.strings +M UI/Scheduler/Polish.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js + commit ecfd582a33816b07941d3ec33350e556b832d183 Author: Wolfgang Sourdeau Date: Tue Nov 1 14:30:20 2011 +0000 @@ -16561,6 +18858,10 @@ Date: Tue Nov 1 14:30:20 2011 +0000 Monotone-Date: 2011-11-01T14:30:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreMailMessage.m + commit 6c105dcf90b8b73a65538c9d2d24775a54ac630f Author: Wolfgang Sourdeau Date: Tue Nov 1 01:37:02 2011 +0000 @@ -16572,6 +18873,9 @@ Date: Tue Nov 1 01:37:02 2011 +0000 Monotone-Date: 2011-11-01T01:37:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContactsAttachment.m + commit 2110fba1a3cc416d86eab66279c256d9248fdb32 Author: Wolfgang Sourdeau Date: Tue Nov 1 01:00:33 2011 +0000 @@ -16583,6 +18887,12 @@ Date: Tue Nov 1 01:00:33 2011 +0000 Monotone-Date: 2011-11-01T01:00:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMessage.h +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreSOGo.m + commit 4da013c4e3a70b3bd4656cf4dcd3c00d7f5dd21c Author: Wolfgang Sourdeau Date: Mon Oct 31 19:29:37 2011 +0000 @@ -16594,6 +18904,10 @@ Date: Mon Oct 31 19:29:37 2011 +0000 Monotone-Date: 2011-10-31T19:29:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailAttachment.m +M OpenChange/MAPIStoreMailMessage.m + commit 2a93ea4e6dfecbd1f37e8c56715a30a5b8d1a64b Author: Wolfgang Sourdeau Date: Mon Oct 31 19:28:22 2011 +0000 @@ -16605,6 +18919,13 @@ Date: Mon Oct 31 19:28:22 2011 +0000 Monotone-Date: 2011-10-31T19:28:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBodyPart.h +M SoObjects/Mailer/SOGoMailBodyPart.m +M SoObjects/Mailer/SOGoMailObject+Draft.m +M SoObjects/Mailer/SOGoMailObject.h +M SoObjects/Mailer/SOGoMailObject.m + commit 506ad03bab2a4c2db4ef4a5ecd37eca962856cf0 Author: Wolfgang Sourdeau Date: Fri Oct 28 16:09:51 2011 +0000 @@ -16616,6 +18937,8 @@ Date: Fri Oct 28 16:09:51 2011 +0000 Monotone-Date: 2011-10-28T16:09:51 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailFolder.m + commit 2c3cb08c97565e4c393faa7fb76ffb62f1c7bda6 Author: Wolfgang Sourdeau Date: Fri Oct 28 15:13:15 2011 +0000 @@ -16627,6 +18950,9 @@ Date: Fri Oct 28 15:13:15 2011 +0000 Monotone-Date: 2011-10-28T15:13:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailVolatileMessage.m + commit 6b820b12bd106c2d6abd1851cd8f6e357165e3e3 Author: Wolfgang Sourdeau Date: Fri Oct 28 13:12:21 2011 +0000 @@ -16638,6 +18964,9 @@ Date: Fri Oct 28 13:12:21 2011 +0000 Monotone-Date: 2011-10-28T13:12:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailVolatileMessage.m + commit 1ba0d4daa159c05f4e0e819ffdf0fb44f27b2565 Author: Wolfgang Sourdeau Date: Fri Oct 28 13:10:47 2011 +0000 @@ -16649,6 +18978,14 @@ Date: Fri Oct 28 13:10:47 2011 +0000 Monotone-Date: 2011-10-28T13:10:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMessage.h +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreSOGo.m + commit 832941450969b565f64f93b6e464a663533134a4 Author: Wolfgang Sourdeau Date: Fri Oct 28 13:06:47 2011 +0000 @@ -16660,6 +18997,10 @@ Date: Fri Oct 28 13:06:47 2011 +0000 Monotone-Date: 2011-10-28T13:06:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTypes.h +M OpenChange/MAPIStoreTypes.m + commit 8b8c3ce3053b60519cf3869ce80e64e187d337e9 Author: Wolfgang Sourdeau Date: Fri Oct 28 13:05:34 2011 +0000 @@ -16671,6 +19012,8 @@ Date: Fri Oct 28 13:05:34 2011 +0000 Monotone-Date: 2011-10-28T13:05:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 6970280ac2fb354d965558551ae6cf276b4232db Author: Wolfgang Sourdeau Date: Fri Oct 28 01:56:40 2011 +0000 @@ -16682,21 +19025,9 @@ Date: Fri Oct 28 01:56:40 2011 +0000 Monotone-Date: 2011-10-28T01:56:40 Monotone-Branch: ca.inverse.sogo -commit 89e76a2bb2f3cd94266dd7fba63d949c878ebc82 -Merge: 530a339 6c4ed0d -Author: Wolfgang Sourdeau -Date: Thu Oct 27 21:38:38 2011 +0000 - - merge of '213bbc308bab313d8aeeda0c97702d2718560a33' - and '3d423e4f0281b17bb64e43dcc170a072949b70cb' - - Monotone-Parent: 213bbc308bab313d8aeeda0c97702d2718560a33 - Monotone-Parent: 3d423e4f0281b17bb64e43dcc170a072949b70cb - Monotone-Revision: 479a80bcb5b10e43ecadc5b5db6efa34926e52a0 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-10-27T21:38:38 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFSMessage.m +M OpenChange/MAPIStoreVolatileMessage.m commit 530a339d720837d20f02ca9dd62a957e00856052 Author: Wolfgang Sourdeau @@ -16709,22 +19040,7 @@ Date: Thu Oct 27 21:38:17 2011 +0000 Monotone-Date: 2011-10-27T21:38:17 Monotone-Branch: ca.inverse.sogo -commit 6c4ed0de464ae94c72d24947a4047368438fd884 -Merge: e06056d 94efd85 -Author: Francis Lachapelle -Date: Thu Oct 27 20:13:51 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_9' (head f094ea8727e7110bffdeac78126137ceea63eda5) - to branch 'ca.inverse.sogo' (head 5cdce5bcdd485012bf16a49a2dd5dfddaae270c0) - - Monotone-Parent: 5cdce5bcdd485012bf16a49a2dd5dfddaae270c0 - Monotone-Parent: f094ea8727e7110bffdeac78126137ceea63eda5 - Monotone-Revision: 3d423e4f0281b17bb64e43dcc170a072949b70cb - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-10-27T20:13:51 - Monotone-Branch: ca.inverse.sogo - Monotone-Tag: SOGo_v1.3.9 +M sogo.spec commit 94efd85764db009d7d2f066aac5e08a0a0e72c82 Author: Francis Lachapelle @@ -16738,6 +19054,9 @@ Date: Thu Oct 27 18:50:42 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-10-27T18:50:42 +M ChangeLog +M UI/WebServerResources/UIxAttendeesEditor.js + commit 8b66f12225a046c768e18991eb33beb6df7a5d43 Author: Francis Lachapelle Date: Thu Oct 27 18:47:59 2011 +0000 @@ -16750,6 +19069,10 @@ Date: Thu Oct 27 18:47:59 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-10-27T18:47:59 +M ChangeLog +M UI/WebServerResources/SOGoRootPage.css +M UI/WebServerResources/SOGoRootPage.js + commit c931c0ea91250df726f1c4ba80305a5812e3f11d Author: Francis Lachapelle Date: Thu Oct 27 18:35:56 2011 +0000 @@ -16762,6 +19085,8 @@ Date: Thu Oct 27 18:35:56 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-10-27T18:35:56 +M debian/rules + commit e06056d62572436d3ad36d92ec90546050904455 Author: Wolfgang Sourdeau Date: Thu Oct 27 16:01:51 2011 +0000 @@ -16773,6 +19098,12 @@ Date: Thu Oct 27 16:01:51 2011 +0000 Monotone-Date: 2011-10-27T16:01:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAttachment.m +M OpenChange/MAPIStoreMailAttachment.m +M OpenChange/MAPIStoreVolatileMessage.h +M OpenChange/MAPIStoreVolatileMessage.m + commit 14eaf1f7facda0e36d3585006ed962af59de4635 Author: Wolfgang Sourdeau Date: Thu Oct 27 15:59:50 2011 +0000 @@ -16784,6 +19115,11 @@ Date: Thu Oct 27 15:59:50 2011 +0000 Monotone-Date: 2011-10-27T15:59:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFSMessage.m +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m + commit be3e28647890da0d0620d6d52bd87d515fa56ad2 Author: Wolfgang Sourdeau Date: Thu Oct 27 00:17:40 2011 +0000 @@ -16795,6 +19131,8 @@ Date: Thu Oct 27 00:17:40 2011 +0000 Monotone-Date: 2011-10-27T00:17:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit f94d90acd2d524cdc765388444f12e80b5bc1f29 Author: Wolfgang Sourdeau Date: Wed Oct 26 23:52:55 2011 +0000 @@ -16806,6 +19144,26 @@ Date: Wed Oct 26 23:52:55 2011 +0000 Monotone-Date: 2011-10-26T23:52:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/EOQualifier+MAPI.h +A OpenChange/EOQualifier+MAPI.m +D OpenChange/EOQualifier+MAPIMem.h +D OpenChange/EOQualifier+MAPIMem.m +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreFSFolder.m +M OpenChange/MAPIStoreFSMessage.h +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreMailVolatileMessage.h +M OpenChange/MAPIStoreMailVolatileMessage.m +A OpenChange/MAPIStoreVolatileMessage.h +A OpenChange/MAPIStoreVolatileMessage.m +M OpenChange/SOGoMAPIFSFolder.m +M OpenChange/SOGoMAPIFSMessage.h +D OpenChange/SOGoMAPIMemMessage.h +D OpenChange/SOGoMAPIMemMessage.m +A OpenChange/SOGoMAPIVolatileMessage.h +A OpenChange/SOGoMAPIVolatileMessage.m + commit cc335e8f72371c6567dbbf9fa6761524ef3e7d76 Author: Wolfgang Sourdeau Date: Wed Oct 26 21:33:51 2011 +0000 @@ -16817,6 +19175,20 @@ Date: Wed Oct 26 21:33:51 2011 +0000 Monotone-Date: 2011-10-26T21:33:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreContactsMessage.m +D OpenChange/MAPIStoreDraftsMessage.h +D OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreFSMessage.h +M OpenChange/MAPIStoreFSMessage.m +M OpenChange/MAPIStoreMailFolder.m +A OpenChange/MAPIStoreMailVolatileMessage.h +A OpenChange/MAPIStoreMailVolatileMessage.m +D OpenChange/MAPIStoreMemMailMessage.h +D OpenChange/MAPIStoreMemMailMessage.m +M OpenChange/MAPIStoreSOGo.m + commit 75e3dac9b6fe8cbc5d45c43c212cd96becaeba7f Author: Wolfgang Sourdeau Date: Wed Oct 26 21:29:36 2011 +0000 @@ -16828,21 +19200,8 @@ Date: Wed Oct 26 21:29:36 2011 +0000 Monotone-Date: 2011-10-26T21:29:36 Monotone-Branch: ca.inverse.sogo -commit 7779b20e7c2879b49afa5e01810243154a44dba7 -Merge: 13ba718 14e4288 -Author: Francis Lachapelle -Date: Wed Oct 26 19:33:25 2011 +0000 - - merge of '419aa9c6f9c2f99bd8f553de4a4cc7e43960b964' - and 'c3411f7017bb6e32f1e36f27be244fc31dc045fb' - - Monotone-Parent: 419aa9c6f9c2f99bd8f553de4a4cc7e43960b964 - Monotone-Parent: c3411f7017bb6e32f1e36f27be244fc31dc045fb - Monotone-Revision: d8051095a654a9aefa21bff1eaec9672b5ddb438 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-10-26T19:33:25 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMessage.m commit 14e42881c9f972e927b8ece3232b4f8bbf3ae894 Author: Francis Lachapelle @@ -16858,21 +19217,7 @@ Date: Wed Oct 26 19:27:45 2011 +0000 Monotone-Date: 2011-10-26T19:27:45 Monotone-Branch: ca.inverse.sogo -commit dcf0925ece9c1879dc60b6ceae44a7b452ca50c2 -Merge: 96e783b 6957715 -Author: Francis Lachapelle -Date: Wed Oct 26 19:11:52 2011 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_9' (head a8c1ef20873db2c870d93bd5f81876e3cb41c719) - to branch 'ca.inverse.sogo' (head 231e422b9b38aa18cacf5236082f57d828dbf8f2) - - Monotone-Parent: 231e422b9b38aa18cacf5236082f57d828dbf8f2 - Monotone-Parent: a8c1ef20873db2c870d93bd5f81876e3cb41c719 - Monotone-Revision: 6eb618087a406a6325b55eae8131b9965c37aed9 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-10-26T19:11:52 - Monotone-Branch: ca.inverse.sogo +M Version commit 69577156025c774f4da16a4d484eac7b048a0fe5 Author: Francis Lachapelle @@ -16886,6 +19231,10 @@ Date: Wed Oct 26 19:10:04 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-10-26T19:10:04 +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + commit 068d91dae832c9834276d4c0f81fe54f95f5064a Author: Francis Lachapelle Date: Wed Oct 26 18:59:14 2011 +0000 @@ -16898,6 +19247,9 @@ Date: Wed Oct 26 18:59:14 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-10-26T18:59:14 +M NEWS +M sogo.spec + commit 96e783be7e38654cf81dacef848382c653a3f21e Author: Francis Lachapelle Date: Wed Oct 26 18:15:40 2011 +0000 @@ -16911,6 +19263,8 @@ Date: Wed Oct 26 18:15:40 2011 +0000 Monotone-Date: 2011-10-26T18:15:40 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 3820e1cde506950dbd29a70eddc0c7f6520a22f1 Author: Francis Lachapelle Date: Wed Oct 26 18:15:12 2011 +0000 @@ -16924,6 +19278,9 @@ Date: Wed Oct 26 18:15:12 2011 +0000 Monotone-Date: 2011-10-26T18:15:12 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/dot.png +M UI/WebServerResources/flag.png + commit 13ba71843563c98e20af31570942c1795aafa25d Author: Ludovic Marcotte Date: Wed Oct 26 16:21:08 2011 +0000 @@ -16937,6 +19294,8 @@ Date: Wed Oct 26 16:21:08 2011 +0000 Monotone-Date: 2011-10-26T16:21:08 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + commit 832396682325c72dc5f7929ff288395a9d716330 Author: Francis Lachapelle Date: Wed Oct 26 16:18:55 2011 +0000 @@ -16949,6 +19308,8 @@ Date: Wed Oct 26 16:18:55 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-10-26T16:18:55 +M NEWS + commit fafcd1aaab469fb84f39fcaeeb1b83465cee7a0f Author: Francis Lachapelle Date: Wed Oct 26 15:25:49 2011 +0000 @@ -16961,6 +19322,11 @@ Date: Wed Oct 26 15:25:49 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-10-26T15:25:49 +M ChangeLog +M SoObjects/SOGo/SOGoUserManager.m +M SoObjects/SOGo/SQLSource.h +M SoObjects/SOGo/SQLSource.m + commit df1e4be9493048cf06be017ecf51b9d9ceb9fff3 Author: Ludovic Marcotte Date: Wed Oct 26 15:20:45 2011 +0000 @@ -16974,6 +19340,8 @@ Date: Wed Oct 26 15:20:45 2011 +0000 Monotone-Date: 2011-10-26T15:20:45 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit c233792b679ada33fbf4a1303f3e0a9411a5f818 Author: Wolfgang Sourdeau Date: Wed Oct 26 15:23:01 2011 +0000 @@ -16985,21 +19353,8 @@ Date: Wed Oct 26 15:23:01 2011 +0000 Monotone-Date: 2011-10-26T15:23:01 Monotone-Branch: ca.inverse.sogo -commit 07c172fac94e6309a993678baefd661bdce2b567 -Merge: c6b716e d59f55e -Author: Wolfgang Sourdeau -Date: Wed Oct 26 15:16:33 2011 +0000 - - merge of '6d629d88d3b01fa71fac5c998333eed2c61c6232' - and 'a0aad18e83de9385156d83958ccb5e65c0a45d62' - - Monotone-Parent: 6d629d88d3b01fa71fac5c998333eed2c61c6232 - Monotone-Parent: a0aad18e83de9385156d83958ccb5e65c0a45d62 - Monotone-Revision: 7842c8950fe912d981925f06e3b7a2f432bc5f2a - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-10-26T15:16:33 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMessage.m commit c6b716ef62d54a3ff8a37f76627fb344ca6c5040 Author: Wolfgang Sourdeau @@ -17012,6 +19367,20 @@ Date: Wed Oct 26 15:15:17 2011 +0000 Monotone-Date: 2011-10-26T15:15:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreFSMessage.m +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMemMailMessage.m +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTasksMessage.m + commit 1b696fec7f49bac74192ca0baf4efa584bd0b7f3 Author: Wolfgang Sourdeau Date: Wed Oct 26 15:00:53 2011 +0000 @@ -17023,6 +19392,11 @@ Date: Wed Oct 26 15:00:53 2011 +0000 Monotone-Date: 2011-10-26T15:00:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreSOGo.m + commit d59f55eac942a6bd6b406304d7e0ae9fda9e9320 Author: Ludovic Marcotte Date: Wed Oct 26 12:38:34 2011 +0000 @@ -17036,6 +19410,8 @@ Date: Wed Oct 26 12:38:34 2011 +0000 Monotone-Date: 2011-10-26T12:38:34 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + commit d437ca054096c522a32229565daab5c172992c34 Author: Francis Lachapelle Date: Tue Oct 25 20:58:18 2011 +0000 @@ -17048,6 +19424,14 @@ Date: Tue Oct 25 20:58:18 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-10-25T20:58:18 +M ChangeLog +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/SOGoRootPage.h +M UI/MainUI/SOGoRootPage.m +M UI/Templates/MainUI/SOGoRootPage.wox +M UI/WebServerResources/SOGoRootPage.js + commit cc16643242ebb0e3b513407cbdc07fcffb1daeef Author: Wolfgang Sourdeau Date: Tue Oct 25 20:23:43 2011 +0000 @@ -17059,6 +19443,23 @@ Date: Tue Oct 25 20:23:43 2011 +0000 Monotone-Date: 2011-10-25T20:23:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D OpenChange/EOQualifier+MAPIFS.h +D OpenChange/EOQualifier+MAPIFS.m +A OpenChange/EOQualifier+MAPIMem.h +A OpenChange/EOQualifier+MAPIMem.m +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreFSFolder.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreMemMailMessage.m +M OpenChange/SOGoMAPIFSFolder.m +M OpenChange/SOGoMAPIFSMessage.h +M OpenChange/SOGoMAPIFSMessage.m +A OpenChange/SOGoMAPIMemMessage.h +A OpenChange/SOGoMAPIMemMessage.m +D OpenChange/SOGoMemMessage.h +D OpenChange/SOGoMemMessage.m + commit f287bc58352314e955f400190374aec9021da11c Author: Francis Lachapelle Date: Tue Oct 25 18:22:47 2011 +0000 @@ -17069,6 +19470,10 @@ Date: Tue Oct 25 18:22:47 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-10-25T18:22:47 +M UI/WebServerResources/AdministrationUI.css +M UI/WebServerResources/dot.png +M UI/WebServerResources/flag.png + commit 5666149e37a519adb4373ea412d534b8b9ec2eea Author: Wolfgang Sourdeau Date: Tue Oct 25 18:19:08 2011 +0000 @@ -17080,6 +19485,12 @@ Date: Tue Oct 25 18:19:08 2011 +0000 Monotone-Date: 2011-10-25T18:19:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreDraftsMessage.m +A OpenChange/MAPIStoreMIME.h +A OpenChange/MAPIStoreMIME.m + commit 1907700095418b42297a87c34566d69b4a929c58 Author: Francis Lachapelle Date: Tue Oct 25 18:04:09 2011 +0000 @@ -17090,6 +19501,8 @@ Date: Tue Oct 25 18:04:09 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-10-25T18:04:09 +M Version + commit 158c2906152a12550c3fbeb3738d2776ec05b1bb Author: Francis Lachapelle Date: Tue Oct 25 18:03:52 2011 +0000 @@ -17102,6 +19515,8 @@ Date: Tue Oct 25 18:03:52 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-10-25T18:03:52 +M OGoContentStore/contact-oracle.ocs + commit e2457472b411c4cb9d204861524054d63ea77568 Author: Wolfgang Sourdeau Date: Tue Oct 25 17:36:51 2011 +0000 @@ -17113,6 +19528,11 @@ Date: Tue Oct 25 17:36:51 2011 +0000 Monotone-Date: 2011-10-25T17:36:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAttachment.m +M OpenChange/MAPIStoreCalendarAttachment.m +M OpenChange/MAPIStoreMailAttachment.m + commit fc6711585a0b0a31a2709e771f5cfe6cf7234258 Author: Wolfgang Sourdeau Date: Tue Oct 25 17:34:49 2011 +0000 @@ -17124,20 +19544,8 @@ Date: Tue Oct 25 17:34:49 2011 +0000 Monotone-Date: 2011-10-25T17:34:49 Monotone-Branch: ca.inverse.sogo -commit 4d1be0c5ae573b4f5f6c6cc099c0a94a1372c06b -Merge: 5f3b6f5 51f742c -Author: Francis Lachapelle -Date: Tue Oct 25 15:38:21 2011 +0000 - - propagate from branch 'ca.inverse.sogo' (head 28db46689fe3ccc299be6164973466befdedb0f7) - to branch 'ca.inverse.sogo.1_3_9' (head 7df38448b3a1432fc26a95fbe40e2c8524140008) - - Monotone-Parent: 28db46689fe3ccc299be6164973466befdedb0f7 - Monotone-Parent: 7df38448b3a1432fc26a95fbe40e2c8524140008 - Monotone-Revision: e58cd8ddee83e89995547f174e7a1a6085b2a8f0 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-10-25T15:38:21 +M ChangeLog +M OpenChange/gen-property-selectors.py commit 5f3b6f51650c33e559b010a6ed49c99d03d1d258 Author: Wolfgang Sourdeau @@ -17150,6 +19558,9 @@ Date: Mon Oct 24 20:48:53 2011 +0000 Monotone-Date: 2011-10-24T20:48:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAttachment.m + commit e20f416d09ce7fc2aed26c9b927524247ea63298 Author: Wolfgang Sourdeau Date: Mon Oct 24 20:48:03 2011 +0000 @@ -17161,6 +19572,8 @@ Date: Mon Oct 24 20:48:03 2011 +0000 Monotone-Date: 2011-10-24T20:48:03 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreContactsMessage.h + commit 83ec2b0eb1411ce3482fbe34dc20fe55cea6d307 Author: Wolfgang Sourdeau Date: Mon Oct 24 20:47:55 2011 +0000 @@ -17172,6 +19585,9 @@ Date: Mon Oct 24 20:47:55 2011 +0000 Monotone-Date: 2011-10-24T20:47:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContactsMessage.m + commit 68990cbe0e021d3158f53a859d054d08eadf4250 Author: Wolfgang Sourdeau Date: Mon Oct 24 20:45:05 2011 +0000 @@ -17183,6 +19599,11 @@ Date: Mon Oct 24 20:45:05 2011 +0000 Monotone-Date: 2011-10-24T20:45:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +A OpenChange/MAPIStoreContactsAttachment.h +A OpenChange/MAPIStoreContactsAttachment.m + commit 51f742c61c4c3bb9c16aa90216e061d68a9b4cdd Author: Francis Lachapelle Date: Mon Oct 24 20:42:28 2011 +0000 @@ -17195,6 +19616,8 @@ Date: Mon Oct 24 20:42:28 2011 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-10-24T20:42:28 +M NEWS + commit 507cd8f7a4ba27c02d17e22469f53cf6a6fc71fb Author: Francis Lachapelle Date: Mon Oct 24 20:30:08 2011 +0000 @@ -17208,6 +19631,12 @@ Date: Mon Oct 24 20:30:08 2011 +0000 Monotone-Date: 2011-10-24T20:30:08 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailListActions.m +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +D UI/WebServerResources/icon_unread.gif +A UI/WebServerResources/unread.png + commit 3a5fbb3af3bf21f83acfa6d1670d6fa36fa43096 Author: Francis Lachapelle Date: Mon Oct 24 16:10:40 2011 +0000 @@ -17219,21 +19648,7 @@ Date: Mon Oct 24 16:10:40 2011 +0000 Monotone-Date: 2011-10-24T16:10:40 Monotone-Branch: ca.inverse.sogo -commit 305ce721d88ef2bc9b6b3c471f54754d32d04842 -Merge: f1da116 37d2f44 -Author: Wolfgang Sourdeau -Date: Fri Oct 21 23:45:09 2011 +0000 - - merge of 'afd67b085b60bc29f1319198a1796a532db22ebf' - and 'c0c3d56a3486d587b4e272a42efcc42e8a77897e' - - Monotone-Parent: afd67b085b60bc29f1319198a1796a532db22ebf - Monotone-Parent: c0c3d56a3486d587b4e272a42efcc42e8a77897e - Monotone-Revision: 004e35b648d1070b320f15c658e3294fe8cc154e - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-10-21T23:45:09 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js commit 37d2f449b325f9f5b11481a0464d40be7d472262 Author: Wolfgang Sourdeau @@ -17246,6 +19661,9 @@ Date: Fri Oct 21 23:44:29 2011 +0000 Monotone-Date: 2011-10-21T23:44:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/plreader.m + commit f1da116a55427b177adfb959c0bb4c542cd6109c Author: Francis Lachapelle Date: Fri Oct 21 20:12:38 2011 +0000 @@ -17259,6 +19677,16 @@ Date: Fri Oct 21 20:12:38 2011 +0000 Monotone-Date: 2011-10-21T20:12:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserManager.m +M UI/Common/UIxAclEditor.m +M UI/MainUI/SOGoUserHomePage.m +M UI/Templates/UIxAclEditor.wox +M UI/WebServerResources/UIxAclEditor.css +M UI/WebServerResources/UIxAclEditor.js +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/UIxMailToSelection.js + commit 19169e821dd6f8e8a22eee7e6786c70e1554667e Author: Francis Lachapelle Date: Fri Oct 21 14:57:57 2011 +0000 @@ -17273,6 +19701,16 @@ Date: Fri Oct 21 14:57:57 2011 +0000 Monotone-Date: 2011-10-21T14:57:57 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/appointment-oracle.ocs +M OGoContentStore/appointment.ocs +M OGoContentStore/contact-oracle.ocs +M OGoContentStore/contact.ocs +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.h +M SOPE/GDLContentStore/GCSFolder.m +M SOPE/GDLContentStore/GCSFolderType.h +M SOPE/GDLContentStore/GCSFolderType.m + commit f2aaeaec2aa30a04e2d5d37669b10acfebfd9aa7 Author: Ludovic Marcotte Date: Fri Oct 21 12:17:03 2011 +0000 @@ -17286,6 +19724,8 @@ Date: Fri Oct 21 12:17:03 2011 +0000 Monotone-Date: 2011-10-21T12:17:03 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + commit 6a939a69b199dcf85636693a347413f619763d08 Author: Ludovic Marcotte Date: Thu Oct 20 11:24:15 2011 +0000 @@ -17299,6 +19739,8 @@ Date: Thu Oct 20 11:24:15 2011 +0000 Monotone-Date: 2011-10-20T11:24:15 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + commit 76fca9c833837163ad70fad38aaeb0212a786501 Author: Wolfgang Sourdeau Date: Wed Oct 19 14:59:11 2011 +0000 @@ -17310,6 +19752,8 @@ Date: Wed Oct 19 14:59:11 2011 +0000 Monotone-Date: 2011-10-19T14:59:11 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreDraftsMessage.m + commit 631a72b2230165df8d64f81f67a5b753568a8ecf Author: Wolfgang Sourdeau Date: Wed Oct 19 13:58:22 2011 +0000 @@ -17321,6 +19765,10 @@ Date: Wed Oct 19 13:58:22 2011 +0000 Monotone-Date: 2011-10-19T13:58:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreMailMessage.h + commit e853d51f0677b1c14d9de9daba3a12efb69f0561 Author: Wolfgang Sourdeau Date: Tue Oct 18 19:47:19 2011 +0000 @@ -17332,21 +19780,8 @@ Date: Tue Oct 18 19:47:19 2011 +0000 Monotone-Date: 2011-10-18T19:47:19 Monotone-Branch: ca.inverse.sogo -commit bb08315a0b3574c55734160121798f1ccb421e18 -Merge: 9caf038 e376b60 -Author: Wolfgang Sourdeau -Date: Tue Oct 18 19:24:46 2011 +0000 - - merge of 'c98e3872a8bdd768ed6e254e52f9956140773146' - and 'f547e80f0b37a2309a16da53656017a4ee10f80b' - - Monotone-Parent: c98e3872a8bdd768ed6e254e52f9956140773146 - Monotone-Parent: f547e80f0b37a2309a16da53656017a4ee10f80b - Monotone-Revision: 6d01c80e5eec109ea98411f9b345712653571eee - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-10-18T19:24:46 - Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreSOGo.m commit 9caf03820b3952a2484615e2291bc10d141b8c97 Author: Francis Lachapelle @@ -17362,37 +19797,8 @@ Date: Tue Oct 18 19:09:19 2011 +0000 Monotone-Date: 2011-10-18T19:09:19 Monotone-Branch: ca.inverse.sogo -commit 4ec2cd31d1c09f73bd07b117d8eb48028981a1bd -Merge: 3e9ce2d b68e3b5 -Author: Francis Lachapelle -Date: Tue Oct 18 19:00:29 2011 +0000 - - merge of 'c3a6f31e848fe565a228ae5d9bf30dfdc905bea8' - and 'eda5c525a4bff80cf6f3bc99808aeca62b525c78' - - Monotone-Parent: c3a6f31e848fe565a228ae5d9bf30dfdc905bea8 - Monotone-Parent: eda5c525a4bff80cf6f3bc99808aeca62b525c78 - Monotone-Revision: f770d812a46b526af6dd29630df45683a5bf503d - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-10-18T19:00:29 - Monotone-Branch: ca.inverse.sogo - -commit 3e9ce2db0a8f8b4dccb2f2a70e82a5bf99607852 -Merge: 53721a7 cd48336 -Author: Francis Lachapelle -Date: Tue Oct 18 18:58:55 2011 +0000 - - merge of '0b64839fea2e383dcc57f754615f294e164d5826' - and '9cd374b5145ecb4b9e8a0e2131e87d85796cbba9' - - Monotone-Parent: 0b64839fea2e383dcc57f754615f294e164d5826 - Monotone-Parent: 9cd374b5145ecb4b9e8a0e2131e87d85796cbba9 - Monotone-Revision: c3a6f31e848fe565a228ae5d9bf30dfdc905bea8 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-10-18T18:58:55 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js commit cd483369660def410d8ab90fc18ccc42101fc5f0 Author: Francis Lachapelle @@ -17407,6 +19813,9 @@ Date: Tue Oct 18 18:24:26 2011 +0000 Monotone-Date: 2011-10-18T18:24:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m + commit e376b60c66c50c350381a19e7ab5fa2984c1238d Author: Wolfgang Sourdeau Date: Tue Oct 18 01:13:45 2011 +0000 @@ -17418,6 +19827,9 @@ Date: Tue Oct 18 01:13:45 2011 +0000 Monotone-Date: 2011-10-18T01:13:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreSOGo.m + commit b68e3b5455f03d010ad90d8ec6e7ef4c36f1461b Author: Wolfgang Sourdeau Date: Mon Oct 17 23:29:13 2011 +0000 @@ -17429,6 +19841,8 @@ Date: Mon Oct 17 23:29:13 2011 +0000 Monotone-Date: 2011-10-17T23:29:13 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreSOGo.m + commit 389d62a1cac66d301ee01050e0521d2d00b69b7f Author: Wolfgang Sourdeau Date: Mon Oct 17 23:28:40 2011 +0000 @@ -17440,6 +19854,9 @@ Date: Mon Oct 17 23:28:40 2011 +0000 Monotone-Date: 2011-10-17T23:28:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreSOGo.m + commit ba711bcad442d24af307bd0839d79a46ceedd5b5 Author: Ludovic Marcotte Date: Tue Oct 18 12:25:53 2011 +0000 @@ -17453,6 +19870,8 @@ Date: Tue Oct 18 12:25:53 2011 +0000 Monotone-Date: 2011-10-18T12:25:53 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoContentObject.m + commit 53721a77cfa7b87964a74e8d295c63a166abd0ac Author: Wolfgang Sourdeau Date: Mon Oct 17 19:06:55 2011 +0000 @@ -17466,21 +19885,7 @@ Date: Mon Oct 17 19:06:55 2011 +0000 Monotone-Date: 2011-10-17T19:06:55 Monotone-Branch: ca.inverse.sogo -commit 96685401dde2712e9096bc06d962c9ca412da23e -Merge: d3607df 77c2e71 -Author: Wolfgang Sourdeau -Date: Mon Oct 17 19:02:45 2011 +0000 - - merge of '6ad817abd0c038e9c0fd0d18eb1cdcbca563a507' - and 'bf6121d3dc97f8818e141ab359174b9b83aefbb7' - - Monotone-Parent: 6ad817abd0c038e9c0fd0d18eb1cdcbca563a507 - Monotone-Parent: bf6121d3dc97f8818e141ab359174b9b83aefbb7 - Monotone-Revision: daa6dd40e146759ef92c3d347170e76ecb9a4ea1 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-10-17T19:02:45 - Monotone-Branch: ca.inverse.sogo +M sogo.spec commit 77c2e71d7722573f8a914bc7722468d10f5e2fd0 Author: Wolfgang Sourdeau @@ -17495,6 +19900,13 @@ Date: Mon Oct 17 19:02:12 2011 +0000 Monotone-Date: 2011-10-17T19:02:12 Monotone-Branch: ca.inverse.sogo +D Apache/SOGo-debian.conf +M Apache/SOGo.conf +M Scripts/sogo-init.d-redhat +D Scripts/sogod-wrapper +M debian/rules +M sogo.spec + commit d3607df571c0f9526e9b2338ceb3a53609c640ee Author: Ludovic Marcotte Date: Mon Oct 17 17:14:06 2011 +0000 @@ -17508,21 +19920,7 @@ Date: Mon Oct 17 17:14:06 2011 +0000 Monotone-Date: 2011-10-17T17:14:06 Monotone-Branch: ca.inverse.sogo -commit 89fed635577c9ba43b378bd01dd3eb64ab6c8d9b -Merge: c97bab4 94439ee -Author: Wolfgang Sourdeau -Date: Mon Oct 17 15:29:48 2011 +0000 - - merge of '075d74e27ae04f20b3c4704bd989f61c0e07ddf6' - and '8a9a97e74ab23c27d73459976c2caa29e59adf64' - - Monotone-Parent: 075d74e27ae04f20b3c4704bd989f61c0e07ddf6 - Monotone-Parent: 8a9a97e74ab23c27d73459976c2caa29e59adf64 - Monotone-Revision: ae854e507775b3fdae95a26349d47bfe9fc5272e - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-10-17T15:29:48 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/WORequest+SOGo.m commit c97bab4457b2df5e893b9f6ead512e3b1f06ab77 Author: Wolfgang Sourdeau @@ -17535,6 +19933,10 @@ Date: Mon Oct 17 15:29:14 2011 +0000 Monotone-Date: 2011-10-17T15:29:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMapping.h +M OpenChange/MAPIStoreMapping.m + commit 94439ee94d08b54b2ffac39661c68cae04288fd5 Author: Francis Lachapelle Date: Fri Oct 14 20:43:01 2011 +0000 @@ -17548,6 +19950,9 @@ Date: Fri Oct 14 20:43:01 2011 +0000 Monotone-Date: 2011-10-14T20:43:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxMailToSelection.js + commit eff16d0f66acf4ba5370ee5310b6ac6e2e1cb339 Author: Wolfgang Sourdeau Date: Fri Oct 14 20:16:44 2011 +0000 @@ -17559,6 +19964,8 @@ Date: Fri Oct 14 20:16:44 2011 +0000 Monotone-Date: 2011-10-14T20:16:44 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 784ba2e55bc24213097fb2342f02df629062d5b0 Author: Wolfgang Sourdeau Date: Fri Oct 14 20:14:14 2011 +0000 @@ -17570,6 +19977,8 @@ Date: Fri Oct 14 20:14:14 2011 +0000 Monotone-Date: 2011-10-14T20:14:14 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit 3362d667d9aa24e541d24bd912c5bd7e37794b8b Author: Wolfgang Sourdeau Date: Fri Oct 14 19:55:02 2011 +0000 @@ -17581,6 +19990,8 @@ Date: Fri Oct 14 19:55:02 2011 +0000 Monotone-Date: 2011-10-14T19:55:02 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 40db9fea31e77032f0bb7d2d2a90c58c21d4307a Author: Wolfgang Sourdeau Date: Fri Oct 14 19:51:42 2011 +0000 @@ -17592,6 +20003,8 @@ Date: Fri Oct 14 19:51:42 2011 +0000 Monotone-Date: 2011-10-14T19:51:42 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 5dbd2e045c6c6b258fb94ee02ac2c9998c5b0733 Author: Wolfgang Sourdeau Date: Fri Oct 14 19:50:21 2011 +0000 @@ -17603,6 +20016,9 @@ Date: Fri Oct 14 19:50:21 2011 +0000 Monotone-Date: 2011-10-14T19:50:21 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreObject.h + commit 7fa025c355eba0acc63f8365f1f94cf82f4d38b0 Author: Wolfgang Sourdeau Date: Fri Oct 14 19:42:16 2011 +0000 @@ -17614,6 +20030,12 @@ Date: Fri Oct 14 19:42:16 2011 +0000 Monotone-Date: 2011-10-14T19:42:16 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreGCSMessage.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreMailMessage.m + commit 0da78c8a0c41fe081c49113a7a8d003ce76421e6 Author: Wolfgang Sourdeau Date: Fri Oct 14 19:35:54 2011 +0000 @@ -17625,6 +20047,9 @@ Date: Fri Oct 14 19:35:54 2011 +0000 Monotone-Date: 2011-10-14T19:35:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreGCSMessageTable.m + commit 38d651dc51f2a9a4da46efbda4c9d38a63d21dd3 Author: Wolfgang Sourdeau Date: Fri Oct 14 19:32:46 2011 +0000 @@ -17636,6 +20061,8 @@ Date: Fri Oct 14 19:32:46 2011 +0000 Monotone-Date: 2011-10-14T19:32:46 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit c7543069037addc7ab7071a73dc057f3d0b299c6 Author: Wolfgang Sourdeau Date: Fri Oct 14 19:31:11 2011 +0000 @@ -17647,6 +20074,8 @@ Date: Fri Oct 14 19:31:11 2011 +0000 Monotone-Date: 2011-10-14T19:31:11 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit aeb4cbbd542808db79e20b9b5a9a804064ae6102 Author: Wolfgang Sourdeau Date: Fri Oct 14 19:25:17 2011 +0000 @@ -17658,21 +20087,7 @@ Date: Fri Oct 14 19:25:17 2011 +0000 Monotone-Date: 2011-10-14T19:25:17 Monotone-Branch: ca.inverse.sogo -commit 0998663a9f665cc6cccdf1eefd71cb1a65742b99 -Merge: 6a0053d f391635 -Author: Wolfgang Sourdeau -Date: Fri Oct 14 19:18:42 2011 +0000 - - merge of '0519d3c5cb1ddf5f3f384adbaabc7195b97f949b' - and 'af3dfd2963ebbc1b9b4b29103900ac5125253ac0' - - Monotone-Parent: 0519d3c5cb1ddf5f3f384adbaabc7195b97f949b - Monotone-Parent: af3dfd2963ebbc1b9b4b29103900ac5125253ac0 - Monotone-Revision: 23754eb6015e4caa5d0ab194cddb492b9ed5fbe9 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-10-14T19:18:42 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile commit f3916357df4a09d676ca0bdf9ad59f20e88d8878 Author: Wolfgang Sourdeau @@ -17685,21 +20100,7 @@ Date: Fri Oct 14 19:18:20 2011 +0000 Monotone-Date: 2011-10-14T19:18:20 Monotone-Branch: ca.inverse.sogo -commit 6a0053d721f6607af6f7ef1b678a93ec227a7637 -Merge: 330e9d4 a6b8d43 -Author: Francis Lachapelle -Date: Fri Oct 14 19:14:46 2011 +0000 - - merge of 'a450abc483f3b225cb25328ed5bf21f1cd7d177a' - and 'da1d45b607b5db68530b2ee303a1bcc9b6ef3057' - - Monotone-Parent: a450abc483f3b225cb25328ed5bf21f1cd7d177a - Monotone-Parent: da1d45b607b5db68530b2ee303a1bcc9b6ef3057 - Monotone-Revision: 0519d3c5cb1ddf5f3f384adbaabc7195b97f949b - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-10-14T19:14:46 - Monotone-Branch: ca.inverse.sogo +M sogo.spec commit 330e9d419c44caaef8b4768ed773e7e874503834 Author: Wolfgang Sourdeau @@ -17712,6 +20113,8 @@ Date: Fri Oct 14 19:13:58 2011 +0000 Monotone-Date: 2011-10-14T19:13:58 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit a6b8d4385ee5b31605e45b8a41f0dc327377a0f2 Author: Francis Lachapelle Date: Fri Oct 14 19:13:53 2011 +0000 @@ -17725,21 +20128,10 @@ Date: Fri Oct 14 19:13:53 2011 +0000 Monotone-Date: 2011-10-14T19:13:53 Monotone-Branch: ca.inverse.sogo -commit 85d775d3a0ff3fd5edbf526a4cf056982694212c -Merge: 739cfa8 185f62d -Author: Wolfgang Sourdeau -Date: Fri Oct 14 19:08:58 2011 +0000 - - merge of '484dfbcd9e1364cb46bc486c8a0669b0d2729d37' - and 'd85ac88023025021e4352537636d2fc8a8d43667' - - Monotone-Parent: 484dfbcd9e1364cb46bc486c8a0669b0d2729d37 - Monotone-Parent: d85ac88023025021e4352537636d2fc8a8d43667 - Monotone-Revision: 9cddfa451166e89060a244252b01a2d1e4cc52be - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-10-14T19:08:58 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDataTable.js +M UI/WebServerResources/SOGoMailDataSource.js commit 739cfa8268db15da18c329d4aeb0191ce915734f Author: Wolfgang Sourdeau @@ -17752,6 +20144,8 @@ Date: Fri Oct 14 19:08:31 2011 +0000 Monotone-Date: 2011-10-14T19:08:31 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit 185f62de12e814a53454e407b8e122abc0b538af Author: Ludovic Marcotte Date: Fri Oct 14 16:32:30 2011 +0000 @@ -17765,6 +20159,9 @@ Date: Fri Oct 14 16:32:30 2011 +0000 Monotone-Date: 2011-10-14T16:32:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.m + commit ecd08fd79b748a7ff094e9cdba13e2fc9bdd2da1 Author: Ludovic Marcotte Date: Fri Oct 14 13:32:10 2011 +0000 @@ -17778,6 +20175,9 @@ Date: Fri Oct 14 13:32:10 2011 +0000 Monotone-Date: 2011-10-14T13:32:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit 43b48bd3dbd41860dc013674233fb578ac8ce270 Author: Francis Lachapelle Date: Thu Oct 13 10:53:16 2011 +0000 @@ -17791,37 +20191,8 @@ Date: Thu Oct 13 10:53:16 2011 +0000 Monotone-Date: 2011-10-13T10:53:16 Monotone-Branch: ca.inverse.sogo -commit 2d45ad52c4ba3e6cda57c5d1fb670533d8ef9e09 -Merge: 9c17e7b 0125ed5 -Author: Wolfgang Sourdeau -Date: Thu Oct 13 01:05:20 2011 +0000 - - merge of '3e033b86ce4c3221ccb5e2e1dd845bd3a033ec31' - and '8efad85108b102663bde58065393dff21ca233c4' - - Monotone-Parent: 3e033b86ce4c3221ccb5e2e1dd845bd3a033ec31 - Monotone-Parent: 8efad85108b102663bde58065393dff21ca233c4 - Monotone-Revision: fa2e7098c9457bb1b9933f49556578b5326860d2 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-10-13T01:05:20 - Monotone-Branch: ca.inverse.sogo - -commit 0125ed53723653ba288338c5d0e7e519ba180d33 -Merge: 600c8dd ba74b80 -Author: Francis Lachapelle -Date: Thu Oct 13 01:29:13 2011 +0000 - - merge of 'd75ed56bb85ad0c1c37621595267a590aa9b60db' - and 'dbc2fb47336e631355604e1c4273613997a2bb90' - - Monotone-Parent: d75ed56bb85ad0c1c37621595267a590aa9b60db - Monotone-Parent: dbc2fb47336e631355604e1c4273613997a2bb90 - Monotone-Revision: 8efad85108b102663bde58065393dff21ca233c4 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-10-13T01:29:13 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.m commit ba74b80963b5c0a67a31c012aabc03f487379404 Author: Francis Lachapelle @@ -17836,6 +20207,9 @@ Date: Thu Oct 13 01:27:57 2011 +0000 Monotone-Date: 2011-10-13T01:27:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/SOGoToolUserPreferences.m + commit 9c17e7be92638a771d0e80b372f3572dddc99eed Author: Wolfgang Sourdeau Date: Thu Oct 13 01:03:09 2011 +0000 @@ -17847,6 +20221,10 @@ Date: Thu Oct 13 01:03:09 2011 +0000 Monotone-Date: 2011-10-13T01:03:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreSOGo.m + commit 600c8ddb7e21bc7ee1e30153dca3ee213e4ba418 Author: Wolfgang Sourdeau Date: Wed Oct 12 20:00:46 2011 +0000 @@ -17858,6 +20236,12 @@ Date: Wed Oct 12 20:00:46 2011 +0000 Monotone-Date: 2011-10-12T20:00:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAppointmentWrapper.h +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreMailMessage.m + commit 4db63efdac6ff784747d511e8985a021bc07911b Author: Wolfgang Sourdeau Date: Wed Oct 12 15:44:05 2011 +0000 @@ -17869,6 +20253,8 @@ Date: Wed Oct 12 15:44:05 2011 +0000 Monotone-Date: 2011-10-12T15:44:05 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile + commit 0d13cebe153b71ae9e3a29bd34707a182d2817c5 Author: Wolfgang Sourdeau Date: Wed Oct 12 15:42:16 2011 +0000 @@ -17880,6 +20266,8 @@ Date: Wed Oct 12 15:42:16 2011 +0000 Monotone-Date: 2011-10-12T15:42:16 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile + commit b23add1e0e2222d27152f5f3372c389481dc72a8 Author: Wolfgang Sourdeau Date: Tue Oct 11 23:38:37 2011 +0000 @@ -17891,6 +20279,10 @@ Date: Tue Oct 11 23:38:37 2011 +0000 Monotone-Date: 2011-10-11T23:38:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAppointmentWrapper.h +M OpenChange/MAPIStoreAppointmentWrapper.m + commit c1726a8c404360af8ee4481902fd5de1f5b683c1 Author: Wolfgang Sourdeau Date: Tue Oct 11 21:16:57 2011 +0000 @@ -17902,21 +20294,10 @@ Date: Tue Oct 11 21:16:57 2011 +0000 Monotone-Date: 2011-10-11T21:16:57 Monotone-Branch: ca.inverse.sogo -commit afa63205bc4b4300f7c33d241d8c9f5e598cf673 -Merge: 5bdb731 8c929bc -Author: Wolfgang Sourdeau -Date: Tue Oct 11 19:46:51 2011 +0000 - - merge of '857772ec1aaf974c6de49756782191a9e65a3ee0' - and 'bae3f2d15f56ace2300155adab60e9293a29ea32' - - Monotone-Parent: 857772ec1aaf974c6de49756782191a9e65a3ee0 - Monotone-Parent: bae3f2d15f56ace2300155adab60e9293a29ea32 - Monotone-Revision: e329ec905c74bf16f8adf33509a116ea62e1d65f - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-10-11T19:46:51 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreMailMessage.h +M OpenChange/MAPIStoreMailMessage.m commit 8c929bc16bc45c58d63010a1b232c9dd818d4a75 Author: Wolfgang Sourdeau @@ -17929,6 +20310,11 @@ Date: Tue Oct 11 19:46:02 2011 +0000 Monotone-Date: 2011-10-11T19:46:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAppointmentWrapper.h +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreCalendarMessage.m + commit f15be9f23b41550b200351a43cd3bd3521825a70 Author: Wolfgang Sourdeau Date: Tue Oct 11 19:35:41 2011 +0000 @@ -17940,21 +20326,7 @@ Date: Tue Oct 11 19:35:41 2011 +0000 Monotone-Date: 2011-10-11T19:35:41 Monotone-Branch: ca.inverse.sogo -commit 5bdb73112cc9423019653c87ab609022ac5b5938 -Merge: a93831b 18d7070 -Author: Francis Lachapelle -Date: Tue Oct 11 17:50:57 2011 +0000 - - merge of '144cb4c06dec97c8fe5c36c3cb3df99cdbb2b899' - and '4aa646b0faf339f31cde63a356f16e3c5e98e28a' - - Monotone-Parent: 144cb4c06dec97c8fe5c36c3cb3df99cdbb2b899 - Monotone-Parent: 4aa646b0faf339f31cde63a356f16e3c5e98e28a - Monotone-Revision: 857772ec1aaf974c6de49756782191a9e65a3ee0 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-10-11T17:50:57 - Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/French.lproj/Localizable.strings commit a93831bfba62773af6b6b5a6c10bc8b3746b6c8f Author: Francis Lachapelle @@ -17969,6 +20341,24 @@ Date: Tue Oct 11 17:41:27 2011 +0000 Monotone-Date: 2011-10-11T17:41:27 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailPartViewers/Catalan.lproj/Localizable.strings +M UI/MailPartViewers/Czech.lproj/Localizable.strings +M UI/MailPartViewers/Dutch.lproj/Localizable.strings +M UI/MailPartViewers/English.lproj/Localizable.strings +M UI/MailPartViewers/French.lproj/Localizable.strings +M UI/MailPartViewers/German.lproj/Localizable.strings +M UI/MailPartViewers/Hungarian.lproj/Localizable.strings +M UI/MailPartViewers/Icelandic.lproj/Localizable.strings +M UI/MailPartViewers/Italian.lproj/Localizable.strings +M UI/MailPartViewers/Norwegian.lproj/Localizable.strings +M UI/MailPartViewers/Polish.lproj/Localizable.strings +M UI/MailPartViewers/Russian.lproj/Localizable.strings +M UI/MailPartViewers/Spanish.lproj/Localizable.strings +M UI/MailPartViewers/Swedish.lproj/Localizable.strings +M UI/MailPartViewers/Ukrainian.lproj/Localizable.strings +M UI/MailPartViewers/Welsh.lproj/Localizable.strings + commit 18d7070c4a44a8437eb1e47615db9506548eef83 Author: Wolfgang Sourdeau Date: Mon Oct 10 04:01:35 2011 +0000 @@ -17980,6 +20370,9 @@ Date: Mon Oct 10 04:01:35 2011 +0000 Monotone-Date: 2011-10-10T04:01:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.m + commit 64d8402fe2768e8c0927447e0ce2366c54eb9db6 Author: Wolfgang Sourdeau Date: Sun Oct 9 17:50:47 2011 +0000 @@ -17991,6 +20384,9 @@ Date: Sun Oct 9 17:50:47 2011 +0000 Monotone-Date: 2011-10-09T17:50:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.m + commit 286b4429be72a127e49caa93dea86744dc8acaf5 Author: Wolfgang Sourdeau Date: Sun Oct 9 17:50:13 2011 +0000 @@ -18002,21 +20398,7 @@ Date: Sun Oct 9 17:50:13 2011 +0000 Monotone-Date: 2011-10-09T17:50:13 Monotone-Branch: ca.inverse.sogo -commit 1ce26b8e1052ca756a180431fa9b18fa8998fb3c -Merge: 453b240 78cc8b0 -Author: Wolfgang Sourdeau -Date: Fri Oct 7 20:58:48 2011 +0000 - - merge of '0ba3fa1a82dc1f0c5096914a7415602564beb50e' - and 'c4988e0379d3f99f40a98620c2c808a000bc5c58' - - Monotone-Parent: 0ba3fa1a82dc1f0c5096914a7415602564beb50e - Monotone-Parent: c4988e0379d3f99f40a98620c2c808a000bc5c58 - Monotone-Revision: b7121103b5c83ec9a9fc4addad1f568b80aee426 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-10-07T20:58:48 - Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMapping.m commit 453b24037764ab92815e374fa576eb3aa6f2fcff Author: Wolfgang Sourdeau @@ -18029,6 +20411,10 @@ Date: Fri Oct 7 20:58:08 2011 +0000 Monotone-Date: 2011-10-07T20:58:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreMapping.m + commit 78cc8b0d1039e3f33c0d6a20e61731c7985458f5 Author: Francis Lachapelle Date: Fri Oct 7 20:35:14 2011 +0000 @@ -18042,6 +20428,9 @@ Date: Fri Oct 7 20:35:14 2011 +0000 Monotone-Date: 2011-10-07T20:35:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxPreferences.js + commit 8b6c41f7cbeee46cbe01bcba10e07e97c53b32b9 Author: Francis Lachapelle Date: Fri Oct 7 20:18:26 2011 +0000 @@ -18055,6 +20444,89 @@ Date: Fri Oct 7 20:18:26 2011 +0000 Monotone-Date: 2011-10-07T20:18:26 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/WebServerResources/ckeditor/ckeditor.js +M UI/WebServerResources/ckeditor/ckeditor_basic.js +M UI/WebServerResources/ckeditor/contents.css +M UI/WebServerResources/ckeditor/lang/_translationstatus.txt +M UI/WebServerResources/ckeditor/lang/af.js +M UI/WebServerResources/ckeditor/lang/ar.js +M UI/WebServerResources/ckeditor/lang/bg.js +M UI/WebServerResources/ckeditor/lang/bn.js +M UI/WebServerResources/ckeditor/lang/bs.js +M UI/WebServerResources/ckeditor/lang/ca.js +M UI/WebServerResources/ckeditor/lang/cs.js +M UI/WebServerResources/ckeditor/lang/cy.js +M UI/WebServerResources/ckeditor/lang/da.js +M UI/WebServerResources/ckeditor/lang/de.js +M UI/WebServerResources/ckeditor/lang/el.js +M UI/WebServerResources/ckeditor/lang/en-au.js +M UI/WebServerResources/ckeditor/lang/en-ca.js +M UI/WebServerResources/ckeditor/lang/en-gb.js +M UI/WebServerResources/ckeditor/lang/en.js +M UI/WebServerResources/ckeditor/lang/eo.js +M UI/WebServerResources/ckeditor/lang/es.js +M UI/WebServerResources/ckeditor/lang/et.js +M UI/WebServerResources/ckeditor/lang/eu.js +M UI/WebServerResources/ckeditor/lang/fa.js +M UI/WebServerResources/ckeditor/lang/fi.js +M UI/WebServerResources/ckeditor/lang/fo.js +M UI/WebServerResources/ckeditor/lang/fr-ca.js +M UI/WebServerResources/ckeditor/lang/fr.js +M UI/WebServerResources/ckeditor/lang/gl.js +M UI/WebServerResources/ckeditor/lang/gu.js +M UI/WebServerResources/ckeditor/lang/he.js +M UI/WebServerResources/ckeditor/lang/hi.js +M UI/WebServerResources/ckeditor/lang/hr.js +M UI/WebServerResources/ckeditor/lang/hu.js +M UI/WebServerResources/ckeditor/lang/is.js +M UI/WebServerResources/ckeditor/lang/it.js +M UI/WebServerResources/ckeditor/lang/ja.js +M UI/WebServerResources/ckeditor/lang/ka.js +M UI/WebServerResources/ckeditor/lang/km.js +M UI/WebServerResources/ckeditor/lang/ko.js +M UI/WebServerResources/ckeditor/lang/lt.js +M UI/WebServerResources/ckeditor/lang/lv.js +M UI/WebServerResources/ckeditor/lang/mn.js +M UI/WebServerResources/ckeditor/lang/ms.js +M UI/WebServerResources/ckeditor/lang/nb.js +M UI/WebServerResources/ckeditor/lang/nl.js +M UI/WebServerResources/ckeditor/lang/no.js +M UI/WebServerResources/ckeditor/lang/pl.js +M UI/WebServerResources/ckeditor/lang/pt-br.js +M UI/WebServerResources/ckeditor/lang/pt.js +M UI/WebServerResources/ckeditor/lang/ro.js +M UI/WebServerResources/ckeditor/lang/ru.js +M UI/WebServerResources/ckeditor/lang/sk.js +M UI/WebServerResources/ckeditor/lang/sl.js +M UI/WebServerResources/ckeditor/lang/sr-latn.js +M UI/WebServerResources/ckeditor/lang/sr.js +M UI/WebServerResources/ckeditor/lang/sv.js +M UI/WebServerResources/ckeditor/lang/th.js +M UI/WebServerResources/ckeditor/lang/tr.js +M UI/WebServerResources/ckeditor/lang/uk.js +M UI/WebServerResources/ckeditor/lang/vi.js +M UI/WebServerResources/ckeditor/lang/zh-cn.js +M UI/WebServerResources/ckeditor/lang/zh.js +M UI/WebServerResources/ckeditor/plugins/autogrow/plugin.js +M UI/WebServerResources/ckeditor/plugins/docprops/dialogs/docprops.js +M UI/WebServerResources/ckeditor/plugins/find/dialogs/find.js +M UI/WebServerResources/ckeditor/plugins/flash/dialogs/flash.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/textarea.js +M UI/WebServerResources/ckeditor/plugins/image/dialogs/image.js +M UI/WebServerResources/ckeditor/plugins/link/dialogs/link.js +M UI/WebServerResources/ckeditor/plugins/specialchar/dialogs/specialchar.js +M UI/WebServerResources/ckeditor/plugins/specialchar/lang/en.js +M UI/WebServerResources/ckeditor/plugins/table/dialogs/table.js +M UI/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.js +M UI/WebServerResources/ckeditor/skins/kama/dialog.css +M UI/WebServerResources/ckeditor/skins/kama/editor.css +M UI/WebServerResources/ckeditor/skins/office2003/dialog.css +M UI/WebServerResources/ckeditor/skins/office2003/editor.css +M UI/WebServerResources/ckeditor/skins/v2/dialog.css +M UI/WebServerResources/ckeditor/skins/v2/editor.css +M UI/WebServerResources/ckeditor/themes/default/theme.js + commit 4e6a070fdc30f09204df3ed4d10ee8a0db38443b Author: Ludovic Marcotte Date: Fri Oct 7 18:30:15 2011 +0000 @@ -18068,6 +20540,13 @@ Date: Fri Oct 7 18:30:15 2011 +0000 Monotone-Date: 2011-10-07T18:30:15 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreFSMessage.m +M OpenChange/MAPIStoreGCSMessage.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStorePermissionsTable.m + commit 8324533cdb1807cb25e047dc595b50a32c4f8a45 Author: Ludovic Marcotte Date: Fri Oct 7 17:13:50 2011 +0000 @@ -18081,6 +20560,11 @@ Date: Fri Oct 7 17:13:50 2011 +0000 Monotone-Date: 2011-10-07T17:13:50 Monotone-Branch: ca.inverse.sogo +M GNUmakefile +M Main/GNUmakefile +M Main/SOGo.h +M Main/SOGo.m + commit 220410b446aa69cd60d72ae89ab994c55c558b52 Author: Ludovic Marcotte Date: Fri Oct 7 17:11:24 2011 +0000 @@ -18094,6 +20578,12 @@ Date: Fri Oct 7 17:11:24 2011 +0000 Monotone-Date: 2011-10-07T17:11:24 Monotone-Branch: ca.inverse.sogo +M GNUmakefile +M Main/GNUmakefile +M Main/SOGo.h +M Main/SOGo.m +A Tests/Integration/GNUmakefile.preamble + commit 67f1bb3ca6c114aadaa320dddd3c8073a224a97b Author: Wolfgang Sourdeau Date: Fri Oct 7 15:47:13 2011 +0000 @@ -18105,6 +20595,8 @@ Date: Fri Oct 7 15:47:13 2011 +0000 Monotone-Date: 2011-10-07T15:47:13 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailFolder.m + commit 8e93dfd24e5e0f277374175a9d9780be8b13bd04 Author: Ludovic Marcotte Date: Fri Oct 7 15:34:11 2011 +0000 @@ -18118,6 +20610,11 @@ Date: Fri Oct 7 15:34:11 2011 +0000 Monotone-Date: 2011-10-07T15:34:11 Monotone-Branch: ca.inverse.sogo +M GNUmakefile +M Main/GNUmakefile +M Main/SOGo.h +M Main/SOGo.m + commit f045996ac6d6c6c92d9972ccacb52acef7204e8d Author: Ludovic Marcotte Date: Fri Oct 7 15:27:41 2011 +0000 @@ -18131,21 +20628,12 @@ Date: Fri Oct 7 15:27:41 2011 +0000 Monotone-Date: 2011-10-07T15:27:41 Monotone-Branch: ca.inverse.sogo -commit b85b885608032fb03a50d7e9cc92e37b0dee8af3 -Merge: 53ddf67 90b99e5 -Author: Ludovic Marcotte -Date: Fri Oct 7 10:28:08 2011 +0000 - - merge of '163c52e46e8d16915f36bb4aad9a0aa42276dc36' - and 'c175274e0e82f9e287d4641095f40892fc1769c2' - - Monotone-Parent: 163c52e46e8d16915f36bb4aad9a0aa42276dc36 - Monotone-Parent: c175274e0e82f9e287d4641095f40892fc1769c2 - Monotone-Revision: ae0c0cd3dbc947562a3dbd28f513f46bcd28a5b4 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2011-10-07T10:28:08 - Monotone-Branch: ca.inverse.sogo +M GNUmakefile +M Main/GNUmakefile +M Main/SOGo.h +M Main/SOGo.m +M Tests/Integration/GNUmakefile +M Tests/Integration/teststrings.sh commit 90b99e50205984bc29c9d4e1049b1e1902caecac Author: Ludovic Marcotte @@ -18160,6 +20648,8 @@ Date: Fri Oct 7 10:27:59 2011 +0000 Monotone-Date: 2011-10-07T10:27:59 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMapping.m + commit 53ddf67cd5e6c12f6e6770289e42bbd192fb44cc Author: Francis Lachapelle Date: Thu Oct 6 18:51:41 2011 +0000 @@ -18173,6 +20663,9 @@ Date: Thu Oct 6 18:51:41 2011 +0000 Monotone-Date: 2011-10-06T18:51:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 7965cda482a48acbb1877cc2b869f1e38720cdcf Author: Francis Lachapelle Date: Wed Oct 5 20:28:59 2011 +0000 @@ -18186,6 +20679,8 @@ Date: Wed Oct 5 20:28:59 2011 +0000 Monotone-Date: 2011-10-05T20:28:59 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/French.lproj/Localizable.strings + commit 660f7d02221b19a151bdede9eff4670a1f60d20b Author: Francis Lachapelle Date: Wed Oct 5 19:56:47 2011 +0000 @@ -18199,6 +20694,10 @@ Date: Wed Oct 5 19:56:47 2011 +0000 Monotone-Date: 2011-10-05T19:56:47 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/SchedulerUI.css + commit 223de3e0296c7da707ac50d2abf7a03d3c72f479 Author: Ludovic Marcotte Date: Wed Oct 5 12:17:04 2011 +0000 @@ -18212,21 +20711,7 @@ Date: Wed Oct 5 12:17:04 2011 +0000 Monotone-Date: 2011-10-05T12:17:04 Monotone-Branch: ca.inverse.sogo -commit fce065707a5a8d961da67cbe466baeb924716cba -Merge: 16d2f56 d51fcc9 -Author: Wolfgang Sourdeau -Date: Tue Oct 4 19:55:52 2011 +0000 - - merge of '4cbfcc8ac9c9c474165cdf1d49e3c456e68e8179' - and 'b87314f50be5175b5fd1b2c7feb0392d150c09d1' - - Monotone-Parent: 4cbfcc8ac9c9c474165cdf1d49e3c456e68e8179 - Monotone-Parent: b87314f50be5175b5fd1b2c7feb0392d150c09d1 - Monotone-Revision: bbfd022d80898c181e73d1d08a067e237d9499bc - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-10-04T19:55:52 - Monotone-Branch: ca.inverse.sogo +M NEWS commit 16d2f563f4df69688777d4f13dded764a785866c Author: Wolfgang Sourdeau @@ -18239,6 +20724,12 @@ Date: Tue Oct 4 19:55:39 2011 +0000 Monotone-Date: 2011-10-04T19:55:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentFolders.m +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/SOGo/SOGoObject.m + commit d51fcc9aec95fbf7cda16f87dffb19311dc2db6c Author: Ludovic Marcotte Date: Tue Oct 4 19:09:27 2011 +0000 @@ -18252,6 +20743,8 @@ Date: Tue Oct 4 19:09:27 2011 +0000 Monotone-Date: 2011-10-04T19:09:27 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + commit 0556f460fb33071fab97329ef1f941e951306449 Author: Ludovic Marcotte Date: Tue Oct 4 18:43:20 2011 +0000 @@ -18265,6 +20758,8 @@ Date: Tue Oct 4 18:43:20 2011 +0000 Monotone-Date: 2011-10-04T18:43:20 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + commit 64a049b5d842305ff0144b2cc8eca1b130a07d81 Author: Ludovic Marcotte Date: Tue Oct 4 16:54:41 2011 +0000 @@ -18278,6 +20773,8 @@ Date: Tue Oct 4 16:54:41 2011 +0000 Monotone-Date: 2011-10-04T16:54:41 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Native Microsoft Outlook Configuration.odt + commit f8d2a22dcfbc1a1c9fd4289377bbfb5a27116fec Author: Wolfgang Sourdeau Date: Mon Oct 3 23:35:49 2011 +0000 @@ -18289,6 +20786,9 @@ Date: Mon Oct 3 23:35:49 2011 +0000 Monotone-Date: 2011-10-03T23:35:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m + commit 3d678542e69e7d04b0b7211bb99f63f536ff3b27 Author: Wolfgang Sourdeau Date: Mon Oct 3 23:13:00 2011 +0000 @@ -18300,6 +20800,8 @@ Date: Mon Oct 3 23:13:00 2011 +0000 Monotone-Date: 2011-10-03T23:13:00 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreCalendarMessage.m + commit 6fb8f7c6a02eaaeaeea3317bc7c68531711d82aa Author: Wolfgang Sourdeau Date: Mon Oct 3 22:21:36 2011 +0000 @@ -18311,21 +20813,7 @@ Date: Mon Oct 3 22:21:36 2011 +0000 Monotone-Date: 2011-10-03T22:21:36 Monotone-Branch: ca.inverse.sogo -commit 10cfef28e8f8c0b886880263c962367b9f1ae768 -Merge: ebccd39 cec79ff -Author: Wolfgang Sourdeau -Date: Mon Oct 3 20:56:09 2011 +0000 - - merge of '49d890bdc7e4ffafddb46d3d62b8aac0e5c19c0c' - and '52abc75aef67aaed926980af278ba8d1f30321d8' - - Monotone-Parent: 49d890bdc7e4ffafddb46d3d62b8aac0e5c19c0c - Monotone-Parent: 52abc75aef67aaed926980af278ba8d1f30321d8 - Monotone-Revision: 076ed69149c82caa88ef18783648e525e98af4b7 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-10-03T20:56:09 - Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMapping.m commit cec79ff09cb8650727b5321c54282a7002573875 Author: Wolfgang Sourdeau @@ -18338,6 +20826,8 @@ Date: Mon Oct 3 20:55:18 2011 +0000 Monotone-Date: 2011-10-03T20:55:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 132987d8bce87163e09390d8bdd80db512e06303 Author: Wolfgang Sourdeau Date: Mon Oct 3 20:55:02 2011 +0000 @@ -18349,6 +20839,15 @@ Date: Mon Oct 3 20:55:02 2011 +0000 Monotone-Date: 2011-10-03T20:55:02 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreAppointmentWrapper.h +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMapping.m +M OpenChange/SOGoMAPIFSMessage.m + commit 88a5fec7537e59782a2fad64bd203f783fdc0e73 Author: Wolfgang Sourdeau Date: Mon Oct 3 20:53:56 2011 +0000 @@ -18360,6 +20859,11 @@ Date: Mon Oct 3 20:53:56 2011 +0000 Monotone-Date: 2011-10-03T20:53:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMessage.h +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreSOGo.m + commit ebccd393c5ed93a4f50a0c74e8cd9c099f616b9b Author: Francis Lachapelle Date: Mon Oct 3 20:45:51 2011 +0000 @@ -18373,37 +20877,7 @@ Date: Mon Oct 3 20:45:51 2011 +0000 Monotone-Date: 2011-10-03T20:45:51 Monotone-Branch: ca.inverse.sogo -commit 9eaf454cbba3ae81e517ca45c0a4226d3a491771 -Merge: 715782a 18c8cb2 -Author: Ludovic Marcotte -Date: Mon Oct 3 19:24:04 2011 +0000 - - merge of 'b4ca100a345123aeccde0707a7194ff3f8dcf05e' - and 'd4ca3a4c3a9c4a3555eeb728fdf776d6f9615287' - - Monotone-Parent: b4ca100a345123aeccde0707a7194ff3f8dcf05e - Monotone-Parent: d4ca3a4c3a9c4a3555eeb728fdf776d6f9615287 - Monotone-Revision: bfdca0c98db0fb56893ecf716cddba6843e2bddb - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2011-10-03T19:24:04 - Monotone-Branch: ca.inverse.sogo - -commit 18c8cb25a81eddbf5afc60a8c9d5fffcb2da4ac5 -Merge: 0b5b8b0 10e3850 -Author: Francis Lachapelle -Date: Mon Oct 3 19:33:37 2011 +0000 - - merge of 'a116eb415302838655699ddf23cdf5a3930aef29' - and 'a7e7282f1911ceaff2a7f4f96320407cba1085cc' - - Monotone-Parent: a116eb415302838655699ddf23cdf5a3930aef29 - Monotone-Parent: a7e7282f1911ceaff2a7f4f96320407cba1085cc - Monotone-Revision: d4ca3a4c3a9c4a3555eeb728fdf776d6f9615287 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-10-03T19:33:37 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt commit 10e3850d49e649d2e94be987f3ece725a6557f24 Author: Francis Lachapelle @@ -18418,6 +20892,18 @@ Date: Mon Oct 3 19:32:37 2011 +0000 Monotone-Date: 2011-10-03T19:32:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.h +M SOPE/GDLContentStore/GCSFolder.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/iCalEvent+SOGo.m +M UI/Scheduler/UIxAppointmentEditor.m +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit 715782a3a78e3934995aeb09b1e29d5e6a2b6c0a Author: Ludovic Marcotte Date: Mon Oct 3 19:13:22 2011 +0000 @@ -18431,6 +20917,8 @@ Date: Mon Oct 3 19:13:22 2011 +0000 Monotone-Date: 2011-10-03T19:13:22 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit 0b5b8b0a76fa1c19a6b2ccf35a90a9df32ab91d3 Author: Ludovic Marcotte Date: Mon Oct 3 19:00:50 2011 +0000 @@ -18444,6 +20932,10 @@ Date: Mon Oct 3 19:00:50 2011 +0000 Monotone-Date: 2011-10-03T19:00:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Native Microsoft Outlook Configuration.odt +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 3234ee9a92f56a27d2fb6ca1aca6f93533b022c1 Author: Ludovic Marcotte Date: Sat Oct 1 11:23:13 2011 +0000 @@ -18457,21 +20949,7 @@ Date: Sat Oct 1 11:23:13 2011 +0000 Monotone-Date: 2011-10-01T11:23:13 Monotone-Branch: ca.inverse.sogo -commit e1b483297605121af2182c012c77c41acba3ee20 -Merge: 01e387b 8f49e0d -Author: Ludovic Marcotte -Date: Fri Sep 30 23:01:12 2011 +0000 - - merge of '9109f0600492701322f24fb53d86a39821e26dc4' - and 'b8291c975f3d5403e63bf731275468c6e29b4087' - - Monotone-Parent: 9109f0600492701322f24fb53d86a39821e26dc4 - Monotone-Parent: b8291c975f3d5403e63bf731275468c6e29b4087 - Monotone-Revision: aee5ac46202888eb15c22cb54f405e48ccf41dae - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2011-09-30T23:01:12 - Monotone-Branch: ca.inverse.sogo +A Documentation/SOGo Native Microsoft Outlook Configuration.odt commit 8f49e0d3506624e4f71d4cb4e7be3e14c77a0ee7 Author: Ludovic Marcotte @@ -18486,6 +20964,9 @@ Date: Fri Sep 30 22:59:48 2011 +0000 Monotone-Date: 2011-09-30T22:59:48 Monotone-Branch: ca.inverse.sogo +M NEWS +M Version + commit 01e387b7b99ade564d0126257042de1d6579d566 Author: Wolfgang Sourdeau Date: Fri Sep 30 20:01:50 2011 +0000 @@ -18497,6 +20978,15 @@ Date: Fri Sep 30 20:01:50 2011 +0000 Monotone-Date: 2011-09-30T20:01:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAppointmentWrapper.h +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMessage.h +M OpenChange/MAPIStoreMessage.m + commit 18686beb117715c678047526a9a9dd94457bfc48 Author: Wolfgang Sourdeau Date: Fri Sep 30 19:58:39 2011 +0000 @@ -18508,6 +20998,10 @@ Date: Fri Sep 30 19:58:39 2011 +0000 Monotone-Date: 2011-09-30T19:58:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSData+MAPIStore.h +M OpenChange/NSData+MAPIStore.m + commit 7f803748882d4b78d18d34473196a2dcfd58cad6 Author: Wolfgang Sourdeau Date: Fri Sep 30 19:46:23 2011 +0000 @@ -18519,6 +21013,9 @@ Date: Fri Sep 30 19:46:23 2011 +0000 Monotone-Date: 2011-09-30T19:46:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/EOQualifier+MAPIFS.m + commit a6c6dd2ed3524f0db39ec62a963e10cca855e595 Author: Ludovic Marcotte Date: Fri Sep 30 15:27:20 2011 +0000 @@ -18531,6 +21028,8 @@ Date: Fri Sep 30 15:27:20 2011 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-09-30T15:27:20 +M NEWS + commit 96cdebd263d65394e235b4872d3dd713e807b791 Author: Ludovic Marcotte Date: Fri Sep 30 13:51:49 2011 +0000 @@ -18544,6 +21043,8 @@ Date: Fri Sep 30 13:51:49 2011 +0000 Monotone-Date: 2011-09-30T13:51:49 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit e9ff06a6398874a302fdb40f3fe2e4c5738347bf Author: Ludovic Marcotte Date: Fri Sep 30 13:22:46 2011 +0000 @@ -18557,6 +21058,9 @@ Date: Fri Sep 30 13:22:46 2011 +0000 Monotone-Date: 2011-09-30T13:22:46 Monotone-Branch: ca.inverse.sogo +M Main/GNUmakefile +M SOPE/GDLContentStore/GCSFolderType.m + commit e0f4f1ba56d492b16bc333a943b96ef2f5ef1a76 Author: Wolfgang Sourdeau Date: Thu Sep 29 15:52:27 2011 +0000 @@ -18568,21 +21072,7 @@ Date: Thu Sep 29 15:52:27 2011 +0000 Monotone-Date: 2011-09-29T15:52:27 Monotone-Branch: ca.inverse.sogo -commit c5096d72f1b0d13eb764be574000a6673bb636a6 -Merge: c24620b e4bd5ad -Author: Wolfgang Sourdeau -Date: Thu Sep 29 15:47:53 2011 +0000 - - merge of '83e14487a68dfb26dd4c9771be79be95a07d6fa4' - and 'c2e4ca001f8f7121d1f4f09f13ba336f2bd1cef7' - - Monotone-Parent: 83e14487a68dfb26dd4c9771be79be95a07d6fa4 - Monotone-Parent: c2e4ca001f8f7121d1f4f09f13ba336f2bd1cef7 - Monotone-Revision: bce92d5d3cf0a781944fc96a15b832a767285d0f - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-09-29T15:47:53 - Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailFolder.m commit e4bd5ad7d1dc30705213ac14303d88cc85ca7510 Author: Wolfgang Sourdeau @@ -18595,6 +21085,8 @@ Date: Thu Sep 29 15:47:33 2011 +0000 Monotone-Date: 2011-09-29T15:47:33 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailFolder.m + commit c24620bc9c4d9d9536be5ddae8a127f42185a4a8 Author: Francis Lachapelle Date: Thu Sep 29 00:17:51 2011 +0000 @@ -18608,21 +21100,8 @@ Date: Thu Sep 29 00:17:51 2011 +0000 Monotone-Date: 2011-09-29T00:17:51 Monotone-Branch: ca.inverse.sogo -commit 4c9b2bae15ae204ceaad6f8516145e40f3ca5867 -Merge: 04e08a7 4359f40 -Author: Francis Lachapelle -Date: Tue Sep 27 20:15:48 2011 +0000 - - merge of '7d0fa9f892f3a66494cfc72604ad9f9f2ad43b5b' - and 'b28dce204bf84148d4bd3df3df8b289cdd7a4168' - - Monotone-Parent: 7d0fa9f892f3a66494cfc72604ad9f9f2ad43b5b - Monotone-Parent: b28dce204bf84148d4bd3df3df8b289cdd7a4168 - Monotone-Revision: a1735c397c4161f4d534c223869ff7e824c946bb - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-09-27T20:15:48 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox +A UI/WebServerResources/status.vacation-msg.png commit 4359f406cb4dab5483759d6ce228cbfd1a888aa5 Author: Francis Lachapelle @@ -18637,6 +21116,17 @@ Date: Tue Sep 27 20:15:06 2011 +0000 Monotone-Date: 2011-09-27T20:15:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M UI/Common/UIxPageFrame.m +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/SOGoRootPage.css +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/generic.css + commit 04e08a76692c8c12d0da0c353ba143d6917ac52c Author: Wolfgang Sourdeau Date: Tue Sep 27 19:53:50 2011 +0000 @@ -18648,6 +21138,8 @@ Date: Tue Sep 27 19:53:50 2011 +0000 Monotone-Date: 2011-09-27T19:53:50 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreDraftsMessage.m + commit 2995fb6be8d0642345ac140331fcd5d5ceb66205 Author: Wolfgang Sourdeau Date: Tue Sep 27 19:26:12 2011 +0000 @@ -18659,6 +21151,9 @@ Date: Tue Sep 27 19:26:12 2011 +0000 Monotone-Date: 2011-09-27T19:26:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFSMessage.m + commit bd45d9b0f28c3cbb938be4173fa5679dfe6d921b Author: Wolfgang Sourdeau Date: Tue Sep 27 19:25:18 2011 +0000 @@ -18670,21 +21165,9 @@ Date: Tue Sep 27 19:25:18 2011 +0000 Monotone-Date: 2011-09-27T19:25:18 Monotone-Branch: ca.inverse.sogo -commit 7eb2149ad5d7ff57932600e7ff8dbb7ef8b45903 -Merge: 94c033c 3856537 -Author: Wolfgang Sourdeau -Date: Tue Sep 27 18:27:03 2011 +0000 - - merge of '517b0b095f30f6f2f92a4da5dfe0155872190daa' - and '5d7bbc47e52cef4525e08da156339e1558c1dd2d' - - Monotone-Parent: 517b0b095f30f6f2f92a4da5dfe0155872190daa - Monotone-Parent: 5d7bbc47e52cef4525e08da156339e1558c1dd2d - Monotone-Revision: 3cb2fca087640ef420f86750a3bd9caf7c365b3b - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-09-27T18:27:03 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m commit 38565376afab8c7fad4a923bcda8957a762b863a Author: Wolfgang Sourdeau @@ -18697,6 +21180,11 @@ Date: Tue Sep 27 18:26:40 2011 +0000 Monotone-Date: 2011-09-27T18:26:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreSOGo.m + commit 94c033c91948a23ff955e47a7da16fc3cf6ae8f7 Author: Francis Lachapelle Date: Tue Sep 27 15:52:59 2011 +0000 @@ -18710,21 +21198,7 @@ Date: Tue Sep 27 15:52:59 2011 +0000 Monotone-Date: 2011-09-27T15:52:59 Monotone-Branch: ca.inverse.sogo -commit c614dd3febd408ecca36eeaba1d1f895d84c9f3a -Merge: 76ffdc5 fd2f5df -Author: Francis Lachapelle -Date: Tue Sep 27 15:45:10 2011 +0000 - - merge of '83587b1afc04162d7191ff57c7f8a78b502a9be3' - and 'e68f0a3422367e930eb3d030ebd4a65ee79e3581' - - Monotone-Parent: 83587b1afc04162d7191ff57c7f8a78b502a9be3 - Monotone-Parent: e68f0a3422367e930eb3d030ebd4a65ee79e3581 - Monotone-Revision: 50e0397c329c41e41cf087484d14a3068de51597 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-09-27T15:45:10 - Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/English.lproj/Localizable.strings commit 76ffdc598c498f53e3cfca0315a08b135397f48d Author: Francis Lachapelle @@ -18739,6 +21213,14 @@ Date: Tue Sep 27 15:43:46 2011 +0000 Monotone-Date: 2011-09-27T15:43:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m +M UI/PreferencesUI/UIxPreferences.m +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.css + commit fc873188cb21a63b08b4db2b01d3838332cca9d2 Author: Francis Lachapelle Date: Tue Sep 27 15:26:38 2011 +0000 @@ -18752,6 +21234,8 @@ Date: Tue Sep 27 15:26:38 2011 +0000 Monotone-Date: 2011-09-27T15:26:38 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit fd2f5dfb67430ae7fcd53e8870c696eee06ff53e Author: Wolfgang Sourdeau Date: Tue Sep 27 14:44:53 2011 +0000 @@ -18763,6 +21247,9 @@ Date: Tue Sep 27 14:44:53 2011 +0000 Monotone-Date: 2011-09-27T14:44:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m + commit 431ebf8a616d7294030a6873e8f24c9e90d88268 Author: Wolfgang Sourdeau Date: Tue Sep 27 14:43:41 2011 +0000 @@ -18774,6 +21261,9 @@ Date: Tue Sep 27 14:43:41 2011 +0000 Monotone-Date: 2011-09-27T14:43:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFSMessage.m + commit a12df19771131428dcfb2ffac9ebfaeed1cdffb7 Author: Wolfgang Sourdeau Date: Mon Sep 26 18:28:56 2011 +0000 @@ -18785,6 +21275,9 @@ Date: Mon Sep 26 18:28:56 2011 +0000 Monotone-Date: 2011-09-26T18:28:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m + commit 63fb2baa8f3e01ce1d9e3b54684bff4c48615c9f Author: Wolfgang Sourdeau Date: Mon Sep 26 16:21:03 2011 +0000 @@ -18796,6 +21289,9 @@ Date: Mon Sep 26 16:21:03 2011 +0000 Monotone-Date: 2011-09-26T16:21:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m + commit a309956f48e9d36900abdde82f610c6264b18f60 Author: Wolfgang Sourdeau Date: Mon Sep 26 15:49:53 2011 +0000 @@ -18807,6 +21303,9 @@ Date: Mon Sep 26 15:49:53 2011 +0000 Monotone-Date: 2011-09-26T15:49:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreDraftsMessage.m + commit 34f3b7a0a91f23edee8a4f9964519df5405b80aa Author: Wolfgang Sourdeau Date: Mon Sep 26 15:49:11 2011 +0000 @@ -18818,6 +21317,10 @@ Date: Mon Sep 26 15:49:11 2011 +0000 Monotone-Date: 2011-09-26T15:49:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.h +M SoObjects/Mailer/SOGoDraftObject.m + commit ec515b984e3dded12dac77ef8c792fb26bba0955 Author: Wolfgang Sourdeau Date: Mon Sep 26 15:25:25 2011 +0000 @@ -18829,6 +21332,9 @@ Date: Mon Sep 26 15:25:25 2011 +0000 Monotone-Date: 2011-09-26T15:25:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMemMailMessage.m + commit 9a50d18d156a5a480ffc1448f4bde17a11792192 Author: Wolfgang Sourdeau Date: Mon Sep 26 15:23:36 2011 +0000 @@ -18840,6 +21346,9 @@ Date: Mon Sep 26 15:23:36 2011 +0000 Monotone-Date: 2011-09-26T15:23:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreDraftsMessage.m + commit 44180e6828560032862e43a1b990accb2295a4c9 Author: Wolfgang Sourdeau Date: Mon Sep 26 15:23:20 2011 +0000 @@ -18851,6 +21360,8 @@ Date: Mon Sep 26 15:23:20 2011 +0000 Monotone-Date: 2011-09-26T15:23:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 3ef75c0942953523b511fad22dedbb0a5dd5b275 Author: Wolfgang Sourdeau Date: Sat Sep 24 00:13:18 2011 +0000 @@ -18862,6 +21373,8 @@ Date: Sat Sep 24 00:13:18 2011 +0000 Monotone-Date: 2011-09-24T00:13:18 Monotone-Branch: ca.inverse.sogo +M OpenChange/gen-property-selectors.py + commit 5a8de78e497bb3891664331fa4aae1d9d44d8dd0 Author: Wolfgang Sourdeau Date: Sat Sep 24 00:13:06 2011 +0000 @@ -18873,6 +21386,9 @@ Date: Sat Sep 24 00:13:06 2011 +0000 Monotone-Date: 2011-09-24T00:13:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessage.m + commit ed1b687f91545cfe579eb0b24e290980a44e5c7b Author: Wolfgang Sourdeau Date: Sat Sep 24 00:10:26 2011 +0000 @@ -18884,21 +21400,8 @@ Date: Sat Sep 24 00:10:26 2011 +0000 Monotone-Date: 2011-09-24T00:10:26 Monotone-Branch: ca.inverse.sogo -commit cbc6d766886ef9c4b92bbbb997490d8e7c5bc8e5 -Merge: 40733f1 e5b0d68 -Author: Francis Lachapelle -Date: Fri Sep 23 20:04:32 2011 +0000 - - merge of '1e156d58cc527cdcdd61317d54c6ba7dc0b863c2' - and 'd830b49b93b3b05bd3b392063b915cc6954ee1a1' - - Monotone-Parent: 1e156d58cc527cdcdd61317d54c6ba7dc0b863c2 - Monotone-Parent: d830b49b93b3b05bd3b392063b915cc6954ee1a1 - Monotone-Revision: e287e19d922a91499f1429d7f16d9bd161d1260e - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-09-23T20:04:32 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.m commit 40733f1f526e287f4009b8178c479d1689f5df54 Author: Francis Lachapelle @@ -18911,21 +21414,8 @@ Date: Fri Sep 23 20:04:17 2011 +0000 Monotone-Date: 2011-09-23T20:04:17 Monotone-Branch: ca.inverse.sogo -commit e5b0d6813cf1d7a667a4e45de3c75df45eec6fa8 -Merge: fcad5d1 0c2d6dd -Author: Wolfgang Sourdeau -Date: Fri Sep 23 19:59:37 2011 +0000 - - merge of 'a84224f7e18c7678f6ed4be61800899d8fb9286d' - and 'bc6a066b0ed99cc7226c2f6c089a4ed6987ee423' - - Monotone-Parent: a84224f7e18c7678f6ed4be61800899d8fb9286d - Monotone-Parent: bc6a066b0ed99cc7226c2f6c089a4ed6987ee423 - Monotone-Revision: d830b49b93b3b05bd3b392063b915cc6954ee1a1 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-09-23T19:59:37 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m commit 6e6d5913c635b535034e3d288ca1f6edf3141b0f Author: Francis Lachapelle @@ -18940,6 +21430,8 @@ Date: Fri Sep 23 19:40:13 2011 +0000 Monotone-Date: 2011-09-23T19:40:13 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/French.lproj/Localizable.strings + commit fcad5d186be6da9488be2d09b13819a2ed72df49 Author: Wolfgang Sourdeau Date: Fri Sep 23 19:27:21 2011 +0000 @@ -18951,6 +21443,10 @@ Date: Fri Sep 23 19:27:21 2011 +0000 Monotone-Date: 2011-09-23T19:27:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreGCSMessage.m +M OpenChange/MAPIStoreMailMessage.m + commit 0c2d6ddc3e0edb57fe630ef5f95176825eb07b62 Author: Francis Lachapelle Date: Fri Sep 23 19:25:56 2011 +0000 @@ -18964,6 +21460,21 @@ Date: Fri Sep 23 19:25:56 2011 +0000 Monotone-Date: 2011-09-23T19:25:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Norwegian.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/UIxPreferences.m +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/UIxPreferences.js + commit a0112fdbf826d103d6fad6bd97756fed95f3da2d Author: Ludovic Marcotte Date: Fri Sep 23 18:16:46 2011 +0000 @@ -18977,6 +21488,9 @@ Date: Fri Sep 23 18:16:46 2011 +0000 Monotone-Date: 2011-09-23T18:16:46 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreContactsMessage.m + commit ac97fadd04d883a3117ffe08a37e7744126db92c Author: Wolfgang Sourdeau Date: Fri Sep 23 18:02:29 2011 +0000 @@ -18988,6 +21502,9 @@ Date: Fri Sep 23 18:02:29 2011 +0000 Monotone-Date: 2011-09-23T18:02:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.m + commit 7a2099a4befd3a3d2a43bba05ed84a136566fbf7 Author: Wolfgang Sourdeau Date: Fri Sep 23 17:15:29 2011 +0000 @@ -18999,6 +21516,8 @@ Date: Fri Sep 23 17:15:29 2011 +0000 Monotone-Date: 2011-09-23T17:15:29 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailFolder.m + commit ec0207c5057530f11d418226599e3d56072135c3 Author: Wolfgang Sourdeau Date: Fri Sep 23 15:36:49 2011 +0000 @@ -19010,21 +21529,22 @@ Date: Fri Sep 23 15:36:49 2011 +0000 Monotone-Date: 2011-09-23T15:36:49 Monotone-Branch: ca.inverse.sogo -commit 707ae22ad87a6a6c7aa40b7e399b0e400e6f7bbb -Merge: 3a357aa baea61a -Author: Wolfgang Sourdeau -Date: Fri Sep 23 14:03:09 2011 +0000 - - merge of '25091cd75733e2785b3cd2550afa96d2cb4af894' - and 'cd75a2b1cab18760280675763a7f116e18c1be54' - - Monotone-Parent: 25091cd75733e2785b3cd2550afa96d2cb4af894 - Monotone-Parent: cd75a2b1cab18760280675763a7f116e18c1be54 - Monotone-Revision: e1689f21ae9391a98de28b07ee195a3a85688a85 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-09-23T14:03:09 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarFolder.m +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreContactsFolder.m +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreFSFolder.m +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreNotesFolder.m +M OpenChange/MAPIStoreTasksFolder.m +M OpenChange/MAPIStoreTasksMessage.m +M OpenChange/NSObject+MAPIStore.h +M OpenChange/SOGoMAPIFSMessage.m commit baea61ae64d485b5cc199eef98c9b603e55d6622 Author: Ludovic Marcotte @@ -19039,6 +21559,9 @@ Date: Fri Sep 23 01:00:28 2011 +0000 Monotone-Date: 2011-09-23T01:00:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContactsMessage.m + commit 3a357aaeb74a99eadc507389bd42441644a7e5d8 Author: Wolfgang Sourdeau Date: Thu Sep 22 23:45:33 2011 +0000 @@ -19050,6 +21573,14 @@ Date: Thu Sep 22 23:45:33 2011 +0000 Monotone-Date: 2011-09-22T23:45:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreMailFolder.m +A OpenChange/MAPIStoreMemMailMessage.h +A OpenChange/MAPIStoreMemMailMessage.m +A OpenChange/SOGoMemMessage.h +A OpenChange/SOGoMemMessage.m + commit 06b8126b4f8d6e9923212b4032a0fb2b89ea2878 Author: Wolfgang Sourdeau Date: Thu Sep 22 23:42:23 2011 +0000 @@ -19061,6 +21592,8 @@ Date: Thu Sep 22 23:42:23 2011 +0000 Monotone-Date: 2011-09-22T23:42:23 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreFolder.m + commit 619154b3d0175c56d9e73a4ff5d2328f1bfc564f Author: Wolfgang Sourdeau Date: Thu Sep 22 19:11:17 2011 +0000 @@ -19072,6 +21605,10 @@ Date: Thu Sep 22 19:11:17 2011 +0000 Monotone-Date: 2011-09-22T19:11:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreMailFolder.m + commit c0c0d9438766cf0f38c1a86da5a13225b10be8fb Author: Wolfgang Sourdeau Date: Thu Sep 22 19:09:35 2011 +0000 @@ -19083,6 +21620,8 @@ Date: Thu Sep 22 19:09:35 2011 +0000 Monotone-Date: 2011-09-22T19:09:35 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreFolder.m + commit 2623aaa726a7e0d827c2c60d5c44974fa509a6f6 Author: Wolfgang Sourdeau Date: Thu Sep 22 15:54:47 2011 +0000 @@ -19094,6 +21633,11 @@ Date: Thu Sep 22 15:54:47 2011 +0000 Monotone-Date: 2011-09-22T15:54:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMailFolder.m + commit 68bafd5f96a6e1703ec1bd669dc75857c0c56425 Author: Wolfgang Sourdeau Date: Thu Sep 22 15:39:53 2011 +0000 @@ -19105,6 +21649,10 @@ Date: Thu Sep 22 15:39:53 2011 +0000 Monotone-Date: 2011-09-22T15:39:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMailFolder.m + commit af32be4d2472855e34b90cf06bf8dab43acffb13 Author: Wolfgang Sourdeau Date: Thu Sep 22 13:39:41 2011 +0000 @@ -19116,6 +21664,12 @@ Date: Thu Sep 22 13:39:41 2011 +0000 Monotone-Date: 2011-09-22T13:39:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreSOGo.m + commit 7ab47ef0d709bac3d11a37180f14bf0ce7072655 Author: Wolfgang Sourdeau Date: Thu Sep 22 13:39:38 2011 +0000 @@ -19127,6 +21681,8 @@ Date: Thu Sep 22 13:39:38 2011 +0000 Monotone-Date: 2011-09-22T13:39:38 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreGCSFolder.m + commit 51cfd15042f36b334f30eac5b89de5ecb8c57ee0 Author: Wolfgang Sourdeau Date: Wed Sep 21 19:33:35 2011 +0000 @@ -19138,6 +21694,16 @@ Date: Wed Sep 21 19:33:35 2011 +0000 Monotone-Date: 2011-09-21T19:33:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarFolder.m +M OpenChange/MAPIStoreContactsFolder.m +M OpenChange/MAPIStoreFSFolder.m +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTasksFolder.m + commit 5b8c94577129b80c3d6c20b5a7b0554e6f159ced Author: Wolfgang Sourdeau Date: Wed Sep 21 19:27:31 2011 +0000 @@ -19149,6 +21715,8 @@ Date: Wed Sep 21 19:27:31 2011 +0000 Monotone-Date: 2011-09-21T19:27:31 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMapping.m + commit b53281e5529918f9f3782598f6d9ed17e11300e8 Author: Wolfgang Sourdeau Date: Tue Sep 20 19:39:09 2011 +0000 @@ -19160,6 +21728,8 @@ Date: Tue Sep 20 19:39:09 2011 +0000 Monotone-Date: 2011-09-20T19:39:09 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMessage.m + commit 97a22b12f32aa48cfb4d904c5adf2db707490ab5 Author: Wolfgang Sourdeau Date: Tue Sep 20 19:38:51 2011 +0000 @@ -19171,6 +21741,9 @@ Date: Tue Sep 20 19:38:51 2011 +0000 Monotone-Date: 2011-09-20T19:38:51 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m + commit 4898c0cf7761520dfe7bb30fbf958d1fc819730f Author: Wolfgang Sourdeau Date: Tue Sep 20 19:38:23 2011 +0000 @@ -19182,6 +21755,10 @@ Date: Tue Sep 20 19:38:23 2011 +0000 Monotone-Date: 2011-09-20T19:38:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreGCSMessage.h +M OpenChange/MAPIStoreGCSMessage.m + commit ed176ec946cd7955105298cfbb3c59ad69befa62 Author: Wolfgang Sourdeau Date: Tue Sep 20 19:37:03 2011 +0000 @@ -19193,6 +21770,16 @@ Date: Tue Sep 20 19:37:03 2011 +0000 Monotone-Date: 2011-09-20T19:37:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/MAPIStoreGCSFolder.h +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreMailFolder.h +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreTasksMessage.m + commit 50d960cf918550ea7198cb22ff007a73257beddc Author: Wolfgang Sourdeau Date: Tue Sep 20 19:30:33 2011 +0000 @@ -19204,6 +21791,10 @@ Date: Tue Sep 20 19:30:33 2011 +0000 Monotone-Date: 2011-09-20T19:30:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSString+MAPIStore.h +M OpenChange/NSString+MAPIStore.m + commit cb78625e976cbb5490641402f6c07f4d585a3cc6 Author: Wolfgang Sourdeau Date: Tue Sep 20 19:29:32 2011 +0000 @@ -19215,6 +21806,9 @@ Date: Tue Sep 20 19:29:32 2011 +0000 Monotone-Date: 2011-09-20T19:29:32 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalToDo.m + commit 650ec5156e9288b17757aa7a7665a5ff9fc7b999 Author: Wolfgang Sourdeau Date: Tue Sep 20 19:28:21 2011 +0000 @@ -19226,6 +21820,10 @@ Date: Tue Sep 20 19:28:21 2011 +0000 Monotone-Date: 2011-09-20T19:28:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSData+MAPIStore.h +M OpenChange/NSData+MAPIStore.m + commit 731a6bd1d5e3d7d46ca2ecef18ebe7ce186fc7b8 Author: Ludovic Marcotte Date: Mon Sep 19 23:33:48 2011 +0000 @@ -19239,6 +21837,10 @@ Date: Mon Sep 19 23:33:48 2011 +0000 Monotone-Date: 2011-09-19T23:33:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreCalendarMessage.m + commit 8b02e53951c2865f3adca20dc7f81736ba87a3f4 Author: Ludovic Marcotte Date: Mon Sep 19 19:17:53 2011 +0000 @@ -19252,6 +21854,9 @@ Date: Mon Sep 19 19:17:53 2011 +0000 Monotone-Date: 2011-09-19T19:17:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreDraftsMessage.m + commit c31f10dc76d7515690bfa4918ca9c9c0fa89cc46 Author: Ludovic Marcotte Date: Thu Sep 15 00:59:36 2011 +0000 @@ -19265,6 +21870,10 @@ Date: Thu Sep 15 00:59:36 2011 +0000 Monotone-Date: 2011-09-15T00:59:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.m +M SoObjects/Mailer/SOGoMailBaseObject.m + commit 6b0a11445488a3b5c34414bbada6292871b56371 Author: Ludovic Marcotte Date: Wed Sep 14 20:05:09 2011 +0000 @@ -19278,6 +21887,10 @@ Date: Wed Sep 14 20:05:09 2011 +0000 Monotone-Date: 2011-09-14T20:05:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m + commit 057a38355bcac192de3eb4250bafd67107f1a3ab Author: Ludovic Marcotte Date: Wed Sep 14 18:33:44 2011 +0000 @@ -19291,6 +21904,29 @@ Date: Wed Sep 14 18:33:44 2011 +0000 Monotone-Date: 2011-09-14T18:33:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarFolder.m +M OpenChange/MAPIStoreContactsFolder.m +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/MAPIStoreFSFolder.m +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreGCSFolder.h +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreGCSMessage.h +M OpenChange/MAPIStoreGCSMessage.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreMailMessage.h +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMapping.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTasksFolder.m +M OpenChange/MAPIStoreTasksMessage.m +M SOPE/NGCards/iCalRepeatableEntityObject.h +M SoObjects/Mailer/SOGoMailBaseObject.m +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m + commit 8fb4411dd608181d03c581df1ce1963809b9d1e8 Author: Ludovic Marcotte Date: Sun Sep 4 16:25:32 2011 +0000 @@ -19304,6 +21940,11 @@ Date: Sun Sep 4 16:25:32 2011 +0000 Monotone-Date: 2011-09-04T16:25:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreMapping.m +M OpenChange/MAPIStoreSOGo.m + commit defb3e67dce7bf684801594c70c7cf148a7eb0ed Author: Ludovic Marcotte Date: Wed Aug 31 18:11:09 2011 +0000 @@ -19317,6 +21958,9 @@ Date: Wed Aug 31 18:11:09 2011 +0000 Monotone-Date: 2011-08-31T18:11:09 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreMailFolder.m + commit a3fd4f2c5e3187028b13cedab06d479a0d76d514 Author: Francis Lachapelle Date: Tue Aug 23 17:48:09 2011 +0000 @@ -19330,6 +21974,8 @@ Date: Tue Aug 23 17:48:09 2011 +0000 Monotone-Date: 2011-08-23T17:48:09 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/English.lproj/Localizable.strings + commit 713325b10235122c10f92c906353a42d009e4c89 Author: Francis Lachapelle Date: Thu Aug 18 03:31:04 2011 +0000 @@ -19343,6 +21989,9 @@ Date: Thu Aug 18 03:31:04 2011 +0000 Monotone-Date: 2011-08-18T03:31:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxContactEditor.js + commit eb53dee4f6b2ba3f71048e535060227907a9404f Author: Francis Lachapelle Date: Wed Aug 17 16:05:49 2011 +0000 @@ -19356,6 +22005,11 @@ Date: Wed Aug 17 16:05:49 2011 +0000 Monotone-Date: 2011-08-17T16:05:49 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailForward.h +M SoObjects/Mailer/SOGoMailForward.m +M SoObjects/Mailer/SOGoMailReply.h +M SoObjects/Mailer/SOGoMailReply.m + commit 34125b49ee04b0deac2da98e7fbb3a6be3cdb254 Author: Wolfgang Sourdeau Date: Mon Aug 15 20:39:27 2011 +0000 @@ -19367,6 +22021,8 @@ Date: Mon Aug 15 20:39:27 2011 +0000 Monotone-Date: 2011-08-15T20:39:27 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailFolder.m + commit 09905d8c70f3792662b6e157df927b94ebd3582c Author: Wolfgang Sourdeau Date: Mon Aug 15 20:31:57 2011 +0000 @@ -19378,6 +22034,9 @@ Date: Mon Aug 15 20:31:57 2011 +0000 Monotone-Date: 2011-08-15T20:31:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.m + commit d2aeeb8240027ba132f31bd5deb1e43e7b88fd08 Author: Wolfgang Sourdeau Date: Mon Aug 15 19:25:13 2011 +0000 @@ -19389,6 +22048,10 @@ Date: Mon Aug 15 19:25:13 2011 +0000 Monotone-Date: 2011-08-15T19:25:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.h +M OpenChange/MAPIStoreMailFolder.m + commit a90afadebca2351a08047db6c293d887de5e72cd Author: Wolfgang Sourdeau Date: Mon Aug 15 19:10:56 2011 +0000 @@ -19400,6 +22063,10 @@ Date: Mon Aug 15 19:10:56 2011 +0000 Monotone-Date: 2011-08-15T19:10:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m + commit c3a407efefc3367f580173e62e6abe0500bc6e81 Author: Wolfgang Sourdeau Date: Mon Aug 15 19:10:00 2011 +0000 @@ -19411,6 +22078,9 @@ Date: Mon Aug 15 19:10:00 2011 +0000 Monotone-Date: 2011-08-15T19:10:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessage.m + commit ea11224d2c5ac4e0528a37499d0c302a641380f2 Author: Wolfgang Sourdeau Date: Mon Aug 15 15:57:23 2011 +0000 @@ -19422,6 +22092,10 @@ Date: Mon Aug 15 15:57:23 2011 +0000 Monotone-Date: 2011-08-15T15:57:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.h +M OpenChange/MAPIStoreMailFolder.m + commit 8fa420fe2335a7da67528535c42b4d2557b6cb4d Author: Wolfgang Sourdeau Date: Mon Aug 15 15:53:16 2011 +0000 @@ -19433,6 +22107,8 @@ Date: Mon Aug 15 15:53:16 2011 +0000 Monotone-Date: 2011-08-15T15:53:16 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailContext.m + commit a09c000e72dbad8df3903a411b7c96219954564a Author: Wolfgang Sourdeau Date: Sat Aug 13 19:10:09 2011 +0000 @@ -19444,6 +22120,9 @@ Date: Sat Aug 13 19:10:09 2011 +0000 Monotone-Date: 2011-08-13T19:10:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m + commit bc6bbafd3cc5baff92469d754f6b81f2b7ed4c5e Author: Wolfgang Sourdeau Date: Sat Aug 13 01:54:07 2011 +0000 @@ -19455,6 +22134,10 @@ Date: Sat Aug 13 01:54:07 2011 +0000 Monotone-Date: 2011-08-13T01:54:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessageTable.h +M OpenChange/MAPIStoreMailMessageTable.m + commit 473eddf3bc5cf049c47a7cb6aa3d12ac29a547b6 Author: Wolfgang Sourdeau Date: Sat Aug 13 01:52:55 2011 +0000 @@ -19466,21 +22149,7 @@ Date: Sat Aug 13 01:52:55 2011 +0000 Monotone-Date: 2011-08-13T01:52:55 Monotone-Branch: ca.inverse.sogo -commit 17933d1cf86c3cfd94a9f711d996ebb6b1d0c76c -Merge: 8d30fb1 33051f0 -Author: Wolfgang Sourdeau -Date: Sat Aug 13 01:51:57 2011 +0000 - - merge of 'ab4171905a7a07f18dc66a292c18cc539efaa4e0' - and 'bafe1b063c24f5ef34672c7a98260bbc66509abe' - - Monotone-Parent: ab4171905a7a07f18dc66a292c18cc539efaa4e0 - Monotone-Parent: bafe1b063c24f5ef34672c7a98260bbc66509abe - Monotone-Revision: 1146fb8dc71731c6d49fbb6dd87db9fa6ce4466f - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-08-13T01:51:57 - Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreObject.m commit 33051f01e38e801c5d70c1a82ca5acdd93e5eb0f Author: Wolfgang Sourdeau @@ -19493,21 +22162,11 @@ Date: Fri Aug 12 22:58:35 2011 +0000 Monotone-Date: 2011-08-12T22:58:35 Monotone-Branch: ca.inverse.sogo -commit 8d30fb1505b1b2c8ed354dac9ecfa8f10ace7997 -Merge: 61f9952 39efb34 -Author: Francis Lachapelle -Date: Fri Aug 12 20:40:50 2011 +0000 - - merge of '72951a15317b904c573f349f0cc5252a50749fd3' - and '7d5face94be8209296f29fb4baef4364387ee55a' - - Monotone-Parent: 72951a15317b904c573f349f0cc5252a50749fd3 - Monotone-Parent: 7d5face94be8209296f29fb4baef4364387ee55a - Monotone-Revision: ab4171905a7a07f18dc66a292c18cc539efaa4e0 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-08-12T20:40:50 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/Mailer/SOGoMailObject.h +M SoObjects/Mailer/SOGoMailObject.m commit 39efb347870bfda704d9ba0c6b8b0f6d818c7196 Author: Francis Lachapelle @@ -19522,6 +22181,10 @@ Date: Fri Aug 12 20:40:02 2011 +0000 Monotone-Date: 2011-08-12T20:40:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/SOGoDataTable.js + commit 61f99524fc19228cf924b49caf6f3ea6cfdd3fe8 Author: Wolfgang Sourdeau Date: Fri Aug 12 20:10:28 2011 +0000 @@ -19533,6 +22196,10 @@ Date: Fri Aug 12 20:10:28 2011 +0000 Monotone-Date: 2011-08-12T20:10:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.h +M SoObjects/Mailer/SOGoMailObject.m + commit 2715ecf171f5176208b733ecae57ba060d9f7c79 Author: Wolfgang Sourdeau Date: Fri Aug 12 18:43:52 2011 +0000 @@ -19544,6 +22211,9 @@ Date: Fri Aug 12 18:43:52 2011 +0000 Monotone-Date: 2011-08-12T18:43:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTable.m + commit 0a7fa3a075e969e5581e8394ed60131bc356dfd5 Author: Wolfgang Sourdeau Date: Fri Aug 12 18:41:25 2011 +0000 @@ -19555,6 +22225,11 @@ Date: Fri Aug 12 18:41:25 2011 +0000 Monotone-Date: 2011-08-12T18:41:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/MAPIStoreTasksMessage.m + commit efdee42ebae46df271d5e201134ccb4045c4e13f Author: Wolfgang Sourdeau Date: Fri Aug 12 18:40:07 2011 +0000 @@ -19566,6 +22241,9 @@ Date: Fri Aug 12 18:40:07 2011 +0000 Monotone-Date: 2011-08-12T18:40:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreGCSMessage.m + commit 90b11f541e5793cdef7ec911ad1a34f5f6f7497a Author: Wolfgang Sourdeau Date: Fri Aug 12 16:11:49 2011 +0000 @@ -19577,6 +22255,11 @@ Date: Fri Aug 12 16:11:49 2011 +0000 Monotone-Date: 2011-08-12T16:11:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTable.h +M OpenChange/MAPIStoreTable.m + commit 2abdcf5936e01e4b2a5be75a3176ffe7155381e1 Author: Wolfgang Sourdeau Date: Fri Aug 12 16:10:33 2011 +0000 @@ -19588,6 +22271,8 @@ Date: Fri Aug 12 16:10:33 2011 +0000 Monotone-Date: 2011-08-12T16:10:33 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreFolder.m + commit 22eedad363d6a35eb2a7894459a0b41c5e9edfbb Author: Wolfgang Sourdeau Date: Fri Aug 12 15:02:01 2011 +0000 @@ -19601,6 +22286,38 @@ Date: Fri Aug 12 15:02:01 2011 +0000 Monotone-Date: 2011-08-12T15:02:01 Monotone-Branch: ca.inverse.sogo +A OpenChange/COPYING +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreAttachment.m +M OpenChange/MAPIStoreAttachmentTable.m +M OpenChange/MAPIStoreCalendarAttachment.m +M OpenChange/MAPIStoreCalendarFolder.m +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreContactsFolder.m +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreEmbeddedMessage.m +M OpenChange/MAPIStoreFAIMessage.m +M OpenChange/MAPIStoreFAIMessageTable.m +M OpenChange/MAPIStoreFSFolder.m +M OpenChange/MAPIStoreFSMessage.m +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreGCSMessage.m +M OpenChange/MAPIStoreMailAttachment.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreNotesFolder.m +M OpenChange/MAPIStoreNotesMessage.m +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreRecurrenceUtils.m +M OpenChange/MAPIStoreTable.m +M OpenChange/MAPIStoreTasksFolder.m +M OpenChange/MAPIStoreTasksMessage.m +M OpenChange/NSObject+MAPIStore.m +M OpenChange/code-MAPIStorePropertySelectors.m + commit 56e0b2eb7c2d26e107b060d7b7b4d098aba10572 Author: Wolfgang Sourdeau Date: Fri Aug 12 15:01:01 2011 +0000 @@ -19612,6 +22329,8 @@ Date: Fri Aug 12 15:01:01 2011 +0000 Monotone-Date: 2011-08-12T15:01:01 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 89dbb293704f53b1359f9f0360d37e40de6a1148 Author: Wolfgang Sourdeau Date: Fri Aug 12 15:00:51 2011 +0000 @@ -19623,6 +22342,10 @@ Date: Fri Aug 12 15:00:51 2011 +0000 Monotone-Date: 2011-08-12T15:00:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D OpenChange/NSAutoreleasePool+MAPIStore.h +D OpenChange/NSAutoreleasePool+MAPIStore.m + commit 9a14c03da204198026f0683079ad973864bd17d6 Author: Wolfgang Sourdeau Date: Fri Aug 12 14:59:43 2011 +0000 @@ -19634,6 +22357,9 @@ Date: Fri Aug 12 14:59:43 2011 +0000 Monotone-Date: 2011-08-12T14:59:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreGCSMessageTable.m + commit 5569417596e25ae30d9f603662974f081acc4024 Author: Wolfgang Sourdeau Date: Fri Aug 12 14:28:36 2011 +0000 @@ -19645,6 +22371,8 @@ Date: Fri Aug 12 14:28:36 2011 +0000 Monotone-Date: 2011-08-12T14:28:36 Monotone-Branch: ca.inverse.sogo +M OpenChange/plreader.m + commit 9f242be279a1a824c9c55f8208af512f828ad95b Author: Wolfgang Sourdeau Date: Fri Aug 12 05:31:29 2011 +0000 @@ -19656,6 +22384,9 @@ Date: Fri Aug 12 05:31:29 2011 +0000 Monotone-Date: 2011-08-12T05:31:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/plreader.m + commit 5af234e075996802336a50832f8ddfd16b5aa5c1 Author: Wolfgang Sourdeau Date: Thu Aug 11 22:56:04 2011 +0000 @@ -19667,6 +22398,15 @@ Date: Thu Aug 11 22:56:04 2011 +0000 Monotone-Date: 2011-08-11T22:56:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/EOQualifier+MAPIFS.m +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreFSFolder.m +A OpenChange/MAPIStoreFSFolderTable.h +A OpenChange/MAPIStoreFSFolderTable.m +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m + commit bd78438d3c71d72cd8cedc04b3d4cec323fe80ae Author: Wolfgang Sourdeau Date: Thu Aug 11 18:14:10 2011 +0000 @@ -19678,6 +22418,8 @@ Date: Thu Aug 11 18:14:10 2011 +0000 Monotone-Date: 2011-08-11T18:14:10 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreDraftsMessage.m + commit f56f6174ebab6449a6aaee3bc4864b1f142b668b Author: Wolfgang Sourdeau Date: Thu Aug 11 16:37:23 2011 +0000 @@ -19689,6 +22431,9 @@ Date: Thu Aug 11 16:37:23 2011 +0000 Monotone-Date: 2011-08-11T16:37:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m + commit 83374dbee2b411e90db7dbda2d0286737bf32639 Author: Wolfgang Sourdeau Date: Thu Aug 11 16:36:30 2011 +0000 @@ -19700,6 +22445,9 @@ Date: Thu Aug 11 16:36:30 2011 +0000 Monotone-Date: 2011-08-11T16:36:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreObject.m + commit 48441796638c0729de305ff25c0b05886ae4071a Author: Francis Lachapelle Date: Thu Aug 11 15:41:08 2011 +0000 @@ -19711,6 +22459,8 @@ Date: Thu Aug 11 15:41:08 2011 +0000 Monotone-Date: 2011-08-11T15:41:08 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactView.m + commit 785aa3c23ed783629d54a4c4085be471714db626 Author: Wolfgang Sourdeau Date: Wed Aug 10 18:33:13 2011 +0000 @@ -19722,6 +22472,8 @@ Date: Wed Aug 10 18:33:13 2011 +0000 Monotone-Date: 2011-08-10T18:33:13 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreContext.m + commit d873840031a349d9964cee15382aef2dcc3d6a44 Author: Wolfgang Sourdeau Date: Wed Aug 10 18:32:53 2011 +0000 @@ -19733,6 +22485,10 @@ Date: Wed Aug 10 18:32:53 2011 +0000 Monotone-Date: 2011-08-10T18:32:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMapping.h +M OpenChange/MAPIStoreMapping.m + commit fcc41a86ba097cfdbc8c366335e86129aa17f241 Author: Wolfgang Sourdeau Date: Mon Aug 8 19:04:53 2011 +0000 @@ -19744,6 +22500,9 @@ Date: Mon Aug 8 19:04:53 2011 +0000 Monotone-Date: 2011-08-08T19:04:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m + commit 0ab7e88a8abe6f1fd74cc6a059ec4f3c7e335f26 Author: Wolfgang Sourdeau Date: Mon Aug 8 19:04:04 2011 +0000 @@ -19755,6 +22514,9 @@ Date: Mon Aug 8 19:04:04 2011 +0000 Monotone-Date: 2011-08-08T19:04:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessageTable.m + commit cec8d052af85c9adab98ba2156154fdc7ee67d26 Author: Wolfgang Sourdeau Date: Mon Aug 8 19:02:49 2011 +0000 @@ -19766,6 +22528,9 @@ Date: Mon Aug 8 19:02:49 2011 +0000 Monotone-Date: 2011-08-08T19:02:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m + commit 8b8f07999212dd9d06ed8a1bc2ae8d53638d9dca Author: Wolfgang Sourdeau Date: Mon Aug 8 19:01:24 2011 +0000 @@ -19777,6 +22542,11 @@ Date: Mon Aug 8 19:01:24 2011 +0000 Monotone-Date: 2011-08-08T19:01:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAppointmentWrapper.h +M OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreMailMessage.m + commit 580e0027f9a6a366e81e2ff2d86ae9cce60d9ae0 Author: Wolfgang Sourdeau Date: Mon Aug 8 18:54:02 2011 +0000 @@ -19788,6 +22558,10 @@ Date: Mon Aug 8 18:54:02 2011 +0000 Monotone-Date: 2011-08-08T18:54:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m + commit f7dc6f2ee39688df0515b06a981199c6b34e7d79 Author: Wolfgang Sourdeau Date: Mon Aug 8 18:53:31 2011 +0000 @@ -19799,6 +22573,9 @@ Date: Mon Aug 8 18:53:31 2011 +0000 Monotone-Date: 2011-08-08T18:53:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreSOGo.m + commit 1cddd94359ad49ce965b65c174a418e15268d8ee Author: Wolfgang Sourdeau Date: Mon Aug 8 18:52:17 2011 +0000 @@ -19810,6 +22587,9 @@ Date: Mon Aug 8 18:52:17 2011 +0000 Monotone-Date: 2011-08-08T18:52:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit f8df2a3d78c78f1b217f4a9fdd774957796b3752 Author: Wolfgang Sourdeau Date: Mon Aug 8 18:50:34 2011 +0000 @@ -19821,6 +22601,9 @@ Date: Mon Aug 8 18:50:34 2011 +0000 Monotone-Date: 2011-08-08T18:50:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 63683e60cd1c44682c4bdb16ba14a484ccb132ca Author: Francis Lachapelle Date: Mon Aug 8 14:23:10 2011 +0000 @@ -19834,6 +22617,8 @@ Date: Mon Aug 8 14:23:10 2011 +0000 Monotone-Date: 2011-08-08T14:23:10 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 055b235b8127b45ea51ca01e6dbf36f76ae89871 Author: Francis Lachapelle Date: Mon Aug 8 14:20:46 2011 +0000 @@ -19847,6 +22632,11 @@ Date: Mon Aug 8 14:20:46 2011 +0000 Monotone-Date: 2011-08-08T14:20:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/UIxContactView.m +M UI/Templates/ContactsUI/UIxContactView.wox + commit 017ebb901c26ee3e99d55be9a284671260466a57 Author: Wolfgang Sourdeau Date: Fri Aug 5 23:38:18 2011 +0000 @@ -19858,6 +22648,10 @@ Date: Fri Aug 5 23:38:18 2011 +0000 Monotone-Date: 2011-08-05T23:38:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAppointmentWrapper.h +M OpenChange/MAPIStoreAppointmentWrapper.m + commit 982b6f70a46e72817aa26cf451cbc87c134dc34a Author: Wolfgang Sourdeau Date: Fri Aug 5 23:35:18 2011 +0000 @@ -19869,6 +22663,10 @@ Date: Fri Aug 5 23:35:18 2011 +0000 Monotone-Date: 2011-08-05T23:35:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSString+MAPIStore.h +M OpenChange/NSString+MAPIStore.m + commit c21e42814fa7056080ca825e69f3947c7304bd4c Author: Wolfgang Sourdeau Date: Thu Aug 4 17:23:52 2011 +0000 @@ -19880,6 +22678,8 @@ Date: Thu Aug 4 17:23:52 2011 +0000 Monotone-Date: 2011-08-04T17:23:52 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreDraftsMessage.m + commit e2ba79bcfce1c0de0a903edd0eb6b4de7760bec7 Author: Wolfgang Sourdeau Date: Thu Aug 4 17:10:22 2011 +0000 @@ -19891,6 +22691,9 @@ Date: Thu Aug 4 17:10:22 2011 +0000 Monotone-Date: 2011-08-04T17:10:22 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreMailMessage.h + commit 12f47656be36f4b2c68ecf79d69543ab1343248c Author: Wolfgang Sourdeau Date: Thu Aug 4 17:03:29 2011 +0000 @@ -19902,6 +22705,9 @@ Date: Thu Aug 4 17:03:29 2011 +0000 Monotone-Date: 2011-08-04T17:03:29 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreMailMessage.h + commit 1c741c8373e808eac169ecf3a15ced6adddf1173 Author: Wolfgang Sourdeau Date: Thu Aug 4 16:12:06 2011 +0000 @@ -19913,6 +22719,10 @@ Date: Thu Aug 4 16:12:06 2011 +0000 Monotone-Date: 2011-08-04T16:12:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreMailMessage.h + commit 043b14e53466fd0e02c6b682e84386c7a3337cea Author: Wolfgang Sourdeau Date: Thu Aug 4 16:06:03 2011 +0000 @@ -19924,6 +22734,8 @@ Date: Thu Aug 4 16:06:03 2011 +0000 Monotone-Date: 2011-08-04T16:06:03 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreDraftsMessage.m + commit 39e6f2e9f49d70bf1beb6387c5b6dea7f17ceb71 Author: Wolfgang Sourdeau Date: Thu Aug 4 16:03:10 2011 +0000 @@ -19935,6 +22747,10 @@ Date: Thu Aug 4 16:03:10 2011 +0000 Monotone-Date: 2011-08-04T16:03:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreMailMessage.h + commit f3ddb81591078328331db96e57fa598d7f66dc16 Author: Wolfgang Sourdeau Date: Thu Aug 4 15:54:05 2011 +0000 @@ -19946,6 +22762,10 @@ Date: Thu Aug 4 15:54:05 2011 +0000 Monotone-Date: 2011-08-04T15:54:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreMailMessage.h + commit 3a2ed5bb43f1e17d07cfea96218694d3228556d5 Author: Wolfgang Sourdeau Date: Thu Aug 4 15:45:52 2011 +0000 @@ -19957,6 +22777,10 @@ Date: Thu Aug 4 15:45:52 2011 +0000 Monotone-Date: 2011-08-04T15:45:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreMailMessage.h + commit 27733fa86be451b6859ac73156381a4ca68f412b Author: Wolfgang Sourdeau Date: Thu Aug 4 15:35:55 2011 +0000 @@ -19968,6 +22792,11 @@ Date: Thu Aug 4 15:35:55 2011 +0000 Monotone-Date: 2011-08-04T15:35:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreMailMessage.h +M OpenChange/MAPIStoreObject.h + commit f7f6b3e7a7b506884798806ef37d2ceef1e83541 Author: Wolfgang Sourdeau Date: Thu Aug 4 15:03:52 2011 +0000 @@ -19979,6 +22808,9 @@ Date: Thu Aug 4 15:03:52 2011 +0000 Monotone-Date: 2011-08-04T15:03:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreDraftsMessage.m + commit bd1b3d41f773d9d64fba090e0ee7bdc22f372123 Author: Wolfgang Sourdeau Date: Thu Aug 4 14:11:45 2011 +0000 @@ -19990,6 +22822,9 @@ Date: Thu Aug 4 14:11:45 2011 +0000 Monotone-Date: 2011-08-04T14:11:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIApplication.m + commit 0aeea9c75ab37ceb8930f20e1ffd780a51d76aeb Author: Wolfgang Sourdeau Date: Thu Aug 4 14:10:58 2011 +0000 @@ -20001,6 +22836,9 @@ Date: Thu Aug 4 14:10:58 2011 +0000 Monotone-Date: 2011-08-04T14:10:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMapping.m + commit 736ccd7bf0cc112f78e254853ecb8b0cbc178c78 Author: Wolfgang Sourdeau Date: Thu Aug 4 14:09:59 2011 +0000 @@ -20012,6 +22850,11 @@ Date: Thu Aug 4 14:09:59 2011 +0000 Monotone-Date: 2011-08-04T14:09:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreSOGo.m + commit 9b00eaa966e8eddfdfc8647a384235edddfac09b Author: Wolfgang Sourdeau Date: Tue Aug 2 20:44:15 2011 +0000 @@ -20023,6 +22866,10 @@ Date: Tue Aug 2 20:44:15 2011 +0000 Monotone-Date: 2011-08-02T20:44:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m + commit 3ce6578b25ccbcbbabe133edadf2398040f35165 Author: Wolfgang Sourdeau Date: Tue Aug 2 20:43:33 2011 +0000 @@ -20034,21 +22881,10 @@ Date: Tue Aug 2 20:43:33 2011 +0000 Monotone-Date: 2011-08-02T20:43:33 Monotone-Branch: ca.inverse.sogo -commit 3ad7e00531c8934c5391ec5ea50963f00e8c6c69 -Merge: b67af40 c12e7cd -Author: Wolfgang Sourdeau -Date: Tue Aug 2 18:57:20 2011 +0000 - - merge of '02babe4737ff32b8a48a8a24bbe0e321be9a0e8f' - and '98421a1eccc93a8048d8f3c640bc4cf0e6743764' - - Monotone-Parent: 02babe4737ff32b8a48a8a24bbe0e321be9a0e8f - Monotone-Parent: 98421a1eccc93a8048d8f3c640bc4cf0e6743764 - Monotone-Revision: 19b842fa105a28640ea4883c6641a51413844f17 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-08-02T18:57:20 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +A OpenChange/MAPIStorePermissionsTable.h +A OpenChange/MAPIStorePermissionsTable.m commit c12e7cdd20c96f2d211e196c2c5b63d6b8b1a361 Author: Wolfgang Sourdeau @@ -20061,6 +22897,9 @@ Date: Tue Aug 2 18:56:17 2011 +0000 Monotone-Date: 2011-08-02T18:56:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContactsMessageTable.m + commit 6a67a2ff3019143f719bbdcb6a3a728518680902 Author: Wolfgang Sourdeau Date: Tue Aug 2 18:54:08 2011 +0000 @@ -20072,6 +22911,10 @@ Date: Tue Aug 2 18:54:08 2011 +0000 Monotone-Date: 2011-08-02T18:54:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTable.h +M OpenChange/MAPIStoreTable.m + commit b67af40c95d07579390ab22db4a6d4fd8f7a66d4 Author: Francis Lachapelle Date: Tue Aug 2 17:25:51 2011 +0000 @@ -20085,6 +22928,10 @@ Date: Tue Aug 2 17:25:51 2011 +0000 Monotone-Date: 2011-08-02T17:25:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoRootPage.js + commit 90b80cdf7fc27f5da9aae91296875c80be5d7e13 Author: Wolfgang Sourdeau Date: Tue Aug 2 16:32:05 2011 +0000 @@ -20096,6 +22943,8 @@ Date: Tue Aug 2 16:32:05 2011 +0000 Monotone-Date: 2011-08-02T16:32:05 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreTable.m + commit 2a0c7ca5c535939db9fbb2f49c636bb553de60a4 Author: Wolfgang Sourdeau Date: Mon Aug 1 18:07:00 2011 +0000 @@ -20107,6 +22956,9 @@ Date: Mon Aug 1 18:07:00 2011 +0000 Monotone-Date: 2011-08-01T18:07:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFSMessage.m + commit c4105ed105d62cad6bcb4aeec6a7a91d2f342cae Author: Wolfgang Sourdeau Date: Mon Aug 1 13:35:05 2011 +0000 @@ -20118,6 +22970,8 @@ Date: Mon Aug 1 13:35:05 2011 +0000 Monotone-Date: 2011-08-01T13:35:05 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreDraftsMessage.m + commit 7c667bc635a6aaa7f65e30313a939bcf597e96ba Author: Wolfgang Sourdeau Date: Fri Jul 29 21:31:06 2011 +0000 @@ -20129,6 +22983,8 @@ Date: Fri Jul 29 21:31:06 2011 +0000 Monotone-Date: 2011-07-29T21:31:06 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreDraftsMessage.m + commit d11e5ade358e6ad10a55758d1840c891941d9047 Author: Wolfgang Sourdeau Date: Fri Jul 29 21:19:11 2011 +0000 @@ -20140,6 +22996,8 @@ Date: Fri Jul 29 21:19:11 2011 +0000 Monotone-Date: 2011-07-29T21:19:11 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreDraftsMessage.m + commit 868c2f5274a644991cae5fcc76b5e23f5c1aec4d Author: Wolfgang Sourdeau Date: Fri Jul 29 20:59:29 2011 +0000 @@ -20151,6 +23009,8 @@ Date: Fri Jul 29 20:59:29 2011 +0000 Monotone-Date: 2011-07-29T20:59:29 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreObject.m + commit c40d8788f2c7222fbc4a54afebb9ec164ef1aca6 Author: Wolfgang Sourdeau Date: Fri Jul 29 20:58:04 2011 +0000 @@ -20162,6 +23022,9 @@ Date: Fri Jul 29 20:58:04 2011 +0000 Monotone-Date: 2011-07-29T20:58:04 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreGCSMessage.m +M OpenChange/MAPIStoreObject.m + commit 1a69a31aadbf36305411b8b5ce3740306bc85713 Author: Wolfgang Sourdeau Date: Fri Jul 29 14:31:47 2011 +0000 @@ -20173,6 +23036,9 @@ Date: Fri Jul 29 14:31:47 2011 +0000 Monotone-Date: 2011-07-29T14:31:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTable.m + commit b8cf5216dd6bdf4e91c541fbc457e48e4cff1f34 Author: Wolfgang Sourdeau Date: Fri Jul 29 14:16:53 2011 +0000 @@ -20184,21 +23050,7 @@ Date: Fri Jul 29 14:16:53 2011 +0000 Monotone-Date: 2011-07-29T14:16:53 Monotone-Branch: ca.inverse.sogo -commit 5d22bac0d800763bf18dcc5d2e38a6b7105018f3 -Merge: 1376d86 7a5f67b -Author: Wolfgang Sourdeau -Date: Fri Jul 29 13:56:19 2011 +0000 - - merge of 'addfe836292fcae874e765a05ef776bfe841be1d' - and 'd9c62c6e142174bc3d2adb12ee04492347c95ede' - - Monotone-Parent: addfe836292fcae874e765a05ef776bfe841be1d - Monotone-Parent: d9c62c6e142174bc3d2adb12ee04492347c95ede - Monotone-Revision: f49f7655bf5cf28a4146c61d6f0897052be0f21b - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-07-29T13:56:19 - Monotone-Branch: ca.inverse.sogo +M OpenChange/plreader.m commit 1376d8654a927d094f79541542112947a5c598ca Author: Ludovic Marcotte @@ -20213,6 +23065,16 @@ Date: Fri Jul 29 13:26:14 2011 +0000 Monotone-Date: 2011-07-29T13:26:14 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactFolder.h +M SoObjects/Contacts/SOGoContactGCSEntry.h +M SoObjects/Contacts/SOGoContactGCSEntry.m +M SoObjects/Contacts/SOGoContactGCSFolder.h +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/Contacts/SOGoContactLDIFEntry.h +M SoObjects/Contacts/SOGoContactLDIFEntry.m +M SoObjects/Contacts/SOGoContactSourceFolder.m +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit 7a5f67babe3d1e1f9bff22c2699689f0d1dc7012 Author: Wolfgang Sourdeau Date: Fri Jul 29 02:13:39 2011 +0000 @@ -20224,6 +23086,14 @@ Date: Fri Jul 29 02:13:39 2011 +0000 Monotone-Date: 2011-07-29T02:13:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreMapping.m +M OpenChange/MAPIStoreSOGo.m + commit aaa7559ff09cb00e7ab419e3b81e2fa5efcfa9eb Author: Wolfgang Sourdeau Date: Fri Jul 29 02:12:59 2011 +0000 @@ -20235,6 +23105,9 @@ Date: Fri Jul 29 02:12:59 2011 +0000 Monotone-Date: 2011-07-29T02:12:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTable.m + commit 33ad6cd48b53c04e543503be54806188de917335 Author: Wolfgang Sourdeau Date: Fri Jul 29 02:11:52 2011 +0000 @@ -20246,6 +23119,10 @@ Date: Fri Jul 29 02:11:52 2011 +0000 Monotone-Date: 2011-07-29T02:11:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m + commit 2f2605dfcc5c7443387b7f4b53cbb0644d36595e Author: Wolfgang Sourdeau Date: Thu Jul 28 00:55:50 2011 +0000 @@ -20257,6 +23134,15 @@ Date: Thu Jul 28 00:55:50 2011 +0000 Monotone-Date: 2011-07-28T00:55:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarFolder.m +M OpenChange/MAPIStoreContactsFolder.m +M OpenChange/MAPIStoreGCSFolder.h +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreGCSMessage.m +M OpenChange/MAPIStoreGCSMessageTable.m +M OpenChange/MAPIStoreTasksFolder.m + commit dbed73c66f24378763964da1a4e95f19de1847c9 Author: Wolfgang Sourdeau Date: Thu Jul 28 00:52:38 2011 +0000 @@ -20268,6 +23154,12 @@ Date: Thu Jul 28 00:52:38 2011 +0000 Monotone-Date: 2011-07-28T00:52:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.h +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMailMessageTable.m + commit 132495b7e453f99262295d6e238fef2508f465de Author: Wolfgang Sourdeau Date: Thu Jul 28 00:47:02 2011 +0000 @@ -20279,6 +23171,10 @@ Date: Thu Jul 28 00:47:02 2011 +0000 Monotone-Date: 2011-07-28T00:47:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreTable.m + commit 4f9b5da77e75b6006df364288568d191ce526d0b Author: Wolfgang Sourdeau Date: Thu Jul 28 00:45:35 2011 +0000 @@ -20290,6 +23186,8 @@ Date: Thu Jul 28 00:45:35 2011 +0000 Monotone-Date: 2011-07-28T00:45:35 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreFolder.m + commit d875d5ed7e8ffec9b3bc3b847f5adb67441eca21 Author: Wolfgang Sourdeau Date: Wed Jul 27 22:04:49 2011 +0000 @@ -20301,6 +23199,10 @@ Date: Wed Jul 27 22:04:49 2011 +0000 Monotone-Date: 2011-07-27T22:04:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFSMessage.m +M OpenChange/MAPIStoreFSMessageTable.m + commit 05ed3cce9e5f8fd105d25a36f7b4b3b317aee436 Author: Wolfgang Sourdeau Date: Wed Jul 27 22:02:29 2011 +0000 @@ -20312,6 +23214,9 @@ Date: Wed Jul 27 22:02:29 2011 +0000 Monotone-Date: 2011-07-27T22:02:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAppointmentWrapper.m + commit 091e7552a5e536b7449ad4168840ced8c9a9c76e Author: Wolfgang Sourdeau Date: Wed Jul 27 22:01:16 2011 +0000 @@ -20323,6 +23228,9 @@ Date: Wed Jul 27 22:01:16 2011 +0000 Monotone-Date: 2011-07-27T22:01:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContactsMessage.m + commit b0a89c368c7100dcb845600ea5626e2b8120c373 Author: Wolfgang Sourdeau Date: Wed Jul 27 21:59:37 2011 +0000 @@ -20334,6 +23242,12 @@ Date: Wed Jul 27 21:59:37 2011 +0000 Monotone-Date: 2011-07-27T21:59:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFSFolder.m +M OpenChange/MAPIStoreFolder.m +M OpenChange/SOGoMAPIFSFolder.h +M OpenChange/SOGoMAPIFSFolder.m + commit 79c745e822c97c43733eef480941a5199241dbbf Author: Wolfgang Sourdeau Date: Wed Jul 27 21:55:49 2011 +0000 @@ -20345,6 +23259,10 @@ Date: Wed Jul 27 21:55:49 2011 +0000 Monotone-Date: 2011-07-27T21:55:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m + commit b9d975fbb44b4914e80edde0e0145cfb3f2d6423 Author: Wolfgang Sourdeau Date: Wed Jul 27 21:53:21 2011 +0000 @@ -20356,6 +23274,9 @@ Date: Wed Jul 27 21:53:21 2011 +0000 Monotone-Date: 2011-07-27T21:53:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoMAPIFSMessage.m + commit 83d0ee535ca624efbe168561c45caca0e6c42d4b Author: Wolfgang Sourdeau Date: Wed Jul 27 21:51:44 2011 +0000 @@ -20367,6 +23288,10 @@ Date: Wed Jul 27 21:51:44 2011 +0000 Monotone-Date: 2011-07-27T21:51:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSArray+MAPIStore.h +M OpenChange/NSArray+MAPIStore.m + commit 9426768dcd57ba77926df8c3dfb199c403f63086 Author: Wolfgang Sourdeau Date: Wed Jul 27 21:51:00 2011 +0000 @@ -20378,6 +23303,9 @@ Date: Wed Jul 27 21:51:00 2011 +0000 Monotone-Date: 2011-07-27T21:51:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSString+MAPIStore.m + commit 301ce11f3a8c43995645e002f6b7a7b9e834c72d Author: Wolfgang Sourdeau Date: Wed Jul 27 18:56:53 2011 +0000 @@ -20389,21 +23317,9 @@ Date: Wed Jul 27 18:56:53 2011 +0000 Monotone-Date: 2011-07-27T18:56:53 Monotone-Branch: ca.inverse.sogo -commit c0f6644589f8c04898aaccb87f29d8718c0c54a4 -Merge: aad817d 44c3662 -Author: Wolfgang Sourdeau -Date: Wed Jul 27 15:23:23 2011 +0000 - - merge of '829ccf73000a2d91a5daf67741479e395011b6a8' - and 'ed98effe549d74bf8029681e84b1654da70530c3' - - Monotone-Parent: 829ccf73000a2d91a5daf67741479e395011b6a8 - Monotone-Parent: ed98effe549d74bf8029681e84b1654da70530c3 - Monotone-Revision: e907e470c7aa26b32fa9c7a7ebd2b18a41a700a8 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-07-27T15:23:23 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +A OpenChange/plreader.m commit 44c36621a88856b8263ab34c3b3cee19cc285e5c Author: Francis Lachapelle @@ -20418,6 +23334,10 @@ Date: Wed Jul 27 14:53:12 2011 +0000 Monotone-Date: 2011-07-27T14:53:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserFolder.m + commit aad817d5ca74137ab93f0e6196d5dc6f79a4fb28 Author: Wolfgang Sourdeau Date: Tue Jul 26 20:13:10 2011 +0000 @@ -20429,6 +23349,26 @@ Date: Tue Jul 26 20:13:10 2011 +0000 Monotone-Date: 2011-07-26T20:13:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAttachmentTable.m +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreFAIMessageTable.m +M OpenChange/MAPIStoreFSFolder.m +M OpenChange/MAPIStoreFSMessage.m +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreFolderTable.m +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMessage.h +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreMessageTable.m +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreTable.m + commit b95cd69e4bf330c9c75b86a70b2ab86e401b3a80 Author: Wolfgang Sourdeau Date: Tue Jul 26 20:05:04 2011 +0000 @@ -20440,6 +23380,12 @@ Date: Tue Jul 26 20:05:04 2011 +0000 Monotone-Date: 2011-07-26T20:05:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreMailFolder.m +D OpenChange/MAPIStoreMailFolderTable.h +D OpenChange/MAPIStoreMailFolderTable.m + commit 4e1f62a0614887eeefb647ff3a6bc0d8348e5b13 Author: Wolfgang Sourdeau Date: Tue Jul 26 19:06:55 2011 +0000 @@ -20451,6 +23397,14 @@ Date: Tue Jul 26 19:06:55 2011 +0000 Monotone-Date: 2011-07-26T19:06:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAttachmentTable.m +M OpenChange/MAPIStoreFAIMessageTable.m +M OpenChange/MAPIStoreFolderTable.m +M OpenChange/MAPIStoreMessageTable.m +M OpenChange/MAPIStoreTable.h +M OpenChange/MAPIStoreTable.m + commit 287625af3fee08e620dc264eff9431dc38786635 Author: Wolfgang Sourdeau Date: Tue Jul 26 19:02:45 2011 +0000 @@ -20462,6 +23416,19 @@ Date: Tue Jul 26 19:02:45 2011 +0000 Monotone-Date: 2011-07-26T19:02:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreFSFolder.m +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMessage.h +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m + commit 21436999e555380af4d12480f066b168c06c4693 Author: Francis Lachapelle Date: Tue Jul 26 16:53:20 2011 +0000 @@ -20475,6 +23442,8 @@ Date: Tue Jul 26 16:53:20 2011 +0000 Monotone-Date: 2011-07-26T16:53:20 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 5ec8f6ee2bb0c926a0eb1b22d30b37fe5d2a3b4a Author: Francis Lachapelle Date: Tue Jul 26 16:25:34 2011 +0000 @@ -20489,6 +23458,9 @@ Date: Tue Jul 26 16:25:34 2011 +0000 Monotone-Branch: ca.inverse.sogo Monotone-Tag: SOGo_v1.3.8b +M ChangeLog +M UI/MailerUI/UIxMailListActions.m + commit cfe646ade7a2e7bd9a6f8f12bcbcebed7462f363 Author: Francis Lachapelle Date: Tue Jul 26 15:21:21 2011 +0000 @@ -20502,6 +23474,8 @@ Date: Tue Jul 26 15:21:21 2011 +0000 Monotone-Date: 2011-07-26T15:21:21 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile + commit 9317bf4d0c59f633b7ac4696ae524f017acf6c09 Author: Ludovic Marcotte Date: Mon Jul 25 16:28:02 2011 +0000 @@ -20515,21 +23489,7 @@ Date: Mon Jul 25 16:28:02 2011 +0000 Monotone-Date: 2011-07-25T16:28:02 Monotone-Branch: ca.inverse.sogo -commit f7c22de1bd57d669a230d750d55769e027386a9f -Merge: 76edc51 c404a10 -Author: Francis Lachapelle -Date: Mon Jul 25 14:29:27 2011 +0000 - - merge of '1daa99a3349eed6187c150245d4360becf9a5119' - and 'fb2d19f2d09037cb11414b10bc8c3bb8beb37bd9' - - Monotone-Parent: 1daa99a3349eed6187c150245d4360becf9a5119 - Monotone-Parent: fb2d19f2d09037cb11414b10bc8c3bb8beb37bd9 - Monotone-Revision: ff19bb5b02dc7d005805574c2237a99788b1f06b - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-07-25T14:29:27 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile commit c404a10153dcf62ca8035ddf06f661d8fb398687 Author: Francis Lachapelle @@ -20544,6 +23504,10 @@ Date: Mon Jul 25 14:28:15 2011 +0000 Monotone-Date: 2011-07-25T14:28:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m +M UI/MainUI/SOGoRootPage.m + commit 76edc5184c8012469041703254e946542ecc8e24 Author: Wolfgang Sourdeau Date: Mon Jul 25 12:55:44 2011 +0000 @@ -20555,6 +23519,10 @@ Date: Mon Jul 25 12:55:44 2011 +0000 Monotone-Date: 2011-07-25T12:55:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m + commit b14f308a9a70fa4584ac9c11682a5efb4d8f4f41 Author: Wolfgang Sourdeau Date: Mon Jul 25 12:52:56 2011 +0000 @@ -20566,6 +23534,10 @@ Date: Mon Jul 25 12:52:56 2011 +0000 Monotone-Date: 2011-07-25T12:52:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m + commit b10d7500d064a3caa2cb9bdf217c735d0c318193 Author: Wolfgang Sourdeau Date: Fri Jul 22 20:51:05 2011 +0000 @@ -20577,6 +23549,11 @@ Date: Fri Jul 22 20:51:05 2011 +0000 Monotone-Date: 2011-07-22T20:51:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTable.h +M OpenChange/MAPIStoreTable.m + commit 6192f0d07773047c1f1539af5b062eeee8ef7ef3 Author: Wolfgang Sourdeau Date: Fri Jul 22 20:28:49 2011 +0000 @@ -20588,6 +23565,9 @@ Date: Fri Jul 22 20:28:49 2011 +0000 Monotone-Date: 2011-07-22T20:28:49 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMessageTable.m +M Tests/Unit/SaxXMLReaderFactory+SOGoTests.m + commit 53c646a0726c97f25822fae06ffa48c2c47af7db Author: Wolfgang Sourdeau Date: Fri Jul 22 17:51:26 2011 +0000 @@ -20599,6 +23579,10 @@ Date: Fri Jul 22 17:51:26 2011 +0000 Monotone-Date: 2011-07-22T17:51:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Unit/GNUmakefile +A Tests/Unit/SaxXMLReaderFactory+SOGoTests.m + commit f1b25c96bb06b81eb009795cdc3ad780d74b1353 Author: Wolfgang Sourdeau Date: Thu Jul 21 19:03:17 2011 +0000 @@ -20610,6 +23594,8 @@ Date: Thu Jul 21 19:03:17 2011 +0000 Monotone-Date: 2011-07-21T19:03:17 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreAttachment.m + commit b70e00115799838f1827846cdc065eb874259e69 Author: Wolfgang Sourdeau Date: Thu Jul 21 15:26:48 2011 +0000 @@ -20621,6 +23607,8 @@ Date: Thu Jul 21 15:26:48 2011 +0000 Monotone-Date: 2011-07-21T15:26:48 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreDraftsMessage.m + commit 227236b8a4cba65808035f56232363099b73f21a Author: Wolfgang Sourdeau Date: Thu Jul 21 15:05:17 2011 +0000 @@ -20632,6 +23620,16 @@ Date: Thu Jul 21 15:05:17 2011 +0000 Monotone-Date: 2011-07-21T15:05:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +A OpenChange/MAPIStoreAppointmentWrapper.h +A OpenChange/MAPIStoreAppointmentWrapper.m +M OpenChange/MAPIStoreCalendarMessage.h +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreCalendarMessageTable.m +M OpenChange/MAPIStoreMailMessage.h +M OpenChange/MAPIStoreMailMessage.m + commit f438ad520ff0b74a25910f92c4df89b1e97fd4bd Author: Wolfgang Sourdeau Date: Wed Jul 20 18:30:05 2011 +0000 @@ -20643,6 +23641,11 @@ Date: Wed Jul 20 18:30:05 2011 +0000 Monotone-Date: 2011-07-20T18:30:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreMailMessage.h +M OpenChange/MAPIStoreMailMessage.m + commit 95fb350599595d1813d2ad188df15fa4ceb03548 Author: Wolfgang Sourdeau Date: Wed Jul 20 18:28:37 2011 +0000 @@ -20654,6 +23657,18 @@ Date: Wed Jul 20 18:28:37 2011 +0000 Monotone-Date: 2011-07-20T18:28:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/MAPIStoreFAIMessage.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreTasksMessage.m +M OpenChange/NSObject+MAPIStore.h +M OpenChange/NSObject+MAPIStore.m + commit ed6e33bcffa50351554761597a3608588d95b05e Author: Wolfgang Sourdeau Date: Wed Jul 20 18:21:12 2011 +0000 @@ -20665,6 +23680,9 @@ Date: Wed Jul 20 18:21:12 2011 +0000 Monotone-Date: 2011-07-20T18:21:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m + commit fe09d07f9efe00a0cd1370e0c1b5e4105ec49414 Author: Wolfgang Sourdeau Date: Wed Jul 20 18:19:38 2011 +0000 @@ -20676,21 +23694,9 @@ Date: Wed Jul 20 18:19:38 2011 +0000 Monotone-Date: 2011-07-20T18:19:38 Monotone-Branch: ca.inverse.sogo -commit b868aea9cce0b13e4179c73e50e0e60a2d8b96ef -Merge: dbc50c7 9158de3 -Author: Wolfgang Sourdeau -Date: Wed Jul 20 18:19:03 2011 +0000 - - merge of '290944a7a48619d2848c467ceac22359889e773c' - and '43226c6973143c1625e30132d5e52ff2c5bf260a' - - Monotone-Parent: 290944a7a48619d2848c467ceac22359889e773c - Monotone-Parent: 43226c6973143c1625e30132d5e52ff2c5bf260a - Monotone-Revision: e3227b9b9e8abff2f7a81dee01e5cf51b59ea921 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-07-20T18:19:03 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m commit 9158de3654e0c9517d28ec2370eb8a0028222991 Author: Francis Lachapelle @@ -20705,6 +23711,9 @@ Date: Wed Jul 20 17:29:46 2011 +0000 Monotone-Date: 2011-07-20T17:29:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxMailToSelection.js + commit dbc50c78aa7fa6de3a36150731d2f4d1846c78ee Author: Wolfgang Sourdeau Date: Tue Jul 19 21:49:37 2011 +0000 @@ -20716,6 +23725,11 @@ Date: Tue Jul 19 21:49:37 2011 +0000 Monotone-Date: 2011-07-19T21:49:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m + commit 823fa2b9a8cc34ebe8bb699c543a62c7ef09a60a Author: Wolfgang Sourdeau Date: Tue Jul 19 21:47:01 2011 +0000 @@ -20727,6 +23741,9 @@ Date: Tue Jul 19 21:47:01 2011 +0000 Monotone-Date: 2011-07-19T21:47:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m + commit e82423d4e2236d67a154928ebd45eefbd590ecbe Author: Wolfgang Sourdeau Date: Tue Jul 19 21:31:16 2011 +0000 @@ -20738,6 +23755,10 @@ Date: Tue Jul 19 21:31:16 2011 +0000 Monotone-Date: 2011-07-19T21:31:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessage.h +M OpenChange/MAPIStoreMailMessage.m + commit 2e5a3f44dbad65b93aa43071e47f4444c2d55e2d Author: Wolfgang Sourdeau Date: Tue Jul 19 21:29:59 2011 +0000 @@ -20749,21 +23770,7 @@ Date: Tue Jul 19 21:29:59 2011 +0000 Monotone-Date: 2011-07-19T21:29:59 Monotone-Branch: ca.inverse.sogo -commit 57d931af47f11c38cfe101fb95079b12c6359076 -Merge: 5f6f472 be57658 -Author: Francis Lachapelle -Date: Tue Jul 19 20:12:57 2011 +0000 - - merge of 'd9a86eb13b216d79e4554381c163dbca408f0d39' - and 'fa63ae9b079303f5952bc14fa2849e6c78f005b2' - - Monotone-Parent: d9a86eb13b216d79e4554381c163dbca408f0d39 - Monotone-Parent: fa63ae9b079303f5952bc14fa2849e6c78f005b2 - Monotone-Revision: b4ff4dcc6bb4a5582d2cf8e4b1c70fe150c85870 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-07-19T20:12:57 - Monotone-Branch: ca.inverse.sogo +M ChangeLog commit be5765849357d9c449b2d6f95713ac015eca9f2d Author: Francis Lachapelle @@ -20778,6 +23785,29 @@ Date: Tue Jul 19 20:09:23 2011 +0000 Monotone-Date: 2011-07-19T20:09:23 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Catalan.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Icelandic.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/Norwegian.lproj/Localizable.strings +M UI/MainUI/Polish.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Swedish.lproj/Localizable.strings +M UI/MainUI/Ukrainian.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/UIxComponentEditor.m + commit 5f6f472b164cff690c27af059462385b741bb97b Author: Wolfgang Sourdeau Date: Tue Jul 19 20:01:13 2011 +0000 @@ -20789,6 +23819,12 @@ Date: Tue Jul 19 20:01:13 2011 +0000 Monotone-Date: 2011-07-19T20:01:13 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m +M Tests/Unit/GNUmakefile +M Tests/Unit/SOGoTest.h +A Tests/Unit/TestNSString+Utilities.m + commit 5a1aad272e1220af5aed5d1ac454b4fc862027c5 Author: Wolfgang Sourdeau Date: Tue Jul 19 20:00:15 2011 +0000 @@ -20802,6 +23838,8 @@ Date: Tue Jul 19 20:00:15 2011 +0000 Monotone-Date: 2011-07-19T20:00:15 Monotone-Branch: ca.inverse.sogo +M Tests/Unit/GNUmakefile + commit 20e43626b5ad192089850cd919f4f12e912eec69 Author: Francis Lachapelle Date: Tue Jul 19 16:25:11 2011 +0000 @@ -20817,6 +23855,18 @@ Date: Tue Jul 19 16:25:11 2011 +0000 Monotone-Tag: SOGo_v1.3.8a Monotone-Tag: v1.3.8a +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M NEWS +M SoObjects/SOGo/SOGoDefaults.plist +M SoObjects/SOGo/SOGoSession.m +M SoObjects/SOGo/SOGoSystemDefaults.h +M SoObjects/SOGo/SOGoSystemDefaults.m +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserFolder.m +M SoObjects/SOGo/SOGoUserManager.m +M UI/MainUI/SOGoUserHomePage.m + commit 4eacacc8c89dc41894569f7ca5d92dfd9d963f48 Author: Francis Lachapelle Date: Tue Jul 19 14:47:47 2011 +0000 @@ -20830,6 +23880,8 @@ Date: Tue Jul 19 14:47:47 2011 +0000 Monotone-Date: 2011-07-19T14:47:47 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 26126b8959b449aa19b06b221f34cec869619e0e Author: Francis Lachapelle Date: Tue Jul 19 01:21:18 2011 +0000 @@ -20843,6 +23895,17 @@ Date: Tue Jul 19 01:21:18 2011 +0000 Monotone-Date: 2011-07-19T01:21:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M SoObjects/SOGo/SOGoDefaults.plist +M SoObjects/SOGo/SOGoSession.m +M SoObjects/SOGo/SOGoSystemDefaults.h +M SoObjects/SOGo/SOGoSystemDefaults.m +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserFolder.m +M SoObjects/SOGo/SOGoUserManager.m +M UI/MainUI/SOGoUserHomePage.m + commit 49d0043a2eda750255166b883c32b7e8f1377fb0 Author: Wolfgang Sourdeau Date: Mon Jul 18 23:47:44 2011 +0000 @@ -20854,6 +23917,9 @@ Date: Mon Jul 18 23:47:44 2011 +0000 Monotone-Date: 2011-07-18T23:47:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSString+MAPIStore.m + commit 620872202d3bc53e91b09bad2815af93e9f66f10 Author: Francis Lachapelle Date: Fri Jul 15 22:22:11 2011 +0000 @@ -20867,21 +23933,20 @@ Date: Fri Jul 15 22:22:11 2011 +0000 Monotone-Date: 2011-07-15T22:22:11 Monotone-Branch: ca.inverse.sogo -commit 8aae19aeb8223f9cce7a1a8e3a131a2dec8efaf5 -Merge: 736b4a4 ebc2a66 -Author: Francis Lachapelle -Date: Fri Jul 15 18:05:52 2011 +0000 - - merge of '9c2ce4a1d58e648ee8b0bab68a7284e4b583962d' - and 'cd48d16d8aea72307e36e2994ff100b98e69d04a' - - Monotone-Parent: 9c2ce4a1d58e648ee8b0bab68a7284e4b583962d - Monotone-Parent: cd48d16d8aea72307e36e2994ff100b98e69d04a - Monotone-Revision: 42fa26da9b1def06a194726cab4199338a4bdf4c - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-07-15T18:05:52 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M SoObjects/SOGo/SOGoDAVAuthenticator.m +M SoObjects/SOGo/SOGoDefaults.plist +M SoObjects/SOGo/SOGoSession.m +M SoObjects/SOGo/SOGoSystemDefaults.h +M SoObjects/SOGo/SOGoSystemDefaults.m +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserManager.h +M SoObjects/SOGo/SOGoUserManager.m +M SoObjects/SOGo/SOGoWebAuthenticator.h +M SoObjects/SOGo/SOGoWebAuthenticator.m +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/SOGoUserHomePage.m commit 736b4a4f4cac8824bc0ee5396ed8abb50233725d Author: Wolfgang Sourdeau @@ -20894,6 +23959,9 @@ Date: Fri Jul 15 20:32:59 2011 +0000 Monotone-Date: 2011-07-15T20:32:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreSOGo.m + commit c6bc85973d7e893f42029cb34c8a11e5088fe669 Author: Wolfgang Sourdeau Date: Fri Jul 15 20:30:39 2011 +0000 @@ -20905,6 +23973,10 @@ Date: Fri Jul 15 20:30:39 2011 +0000 Monotone-Date: 2011-07-15T20:30:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m + commit 792fb895f713095db56050c4c2afc4b0644ab71c Author: Wolfgang Sourdeau Date: Fri Jul 15 20:22:27 2011 +0000 @@ -20916,21 +23988,16 @@ Date: Fri Jul 15 20:22:27 2011 +0000 Monotone-Date: 2011-07-15T20:22:27 Monotone-Branch: ca.inverse.sogo -commit 72f379b93195bd909e24c1074ce5ec775e9b431f -Merge: 1736de0 689db91 -Author: Wolfgang Sourdeau -Date: Fri Jul 15 19:31:27 2011 +0000 - - merge of '1e777b448f611699c505f7adf188b474c8be8766' - and 'c3a7c48c4aca7497c570e19e07cd5c09215932f0' - - Monotone-Parent: 1e777b448f611699c505f7adf188b474c8be8766 - Monotone-Parent: c3a7c48c4aca7497c570e19e07cd5c09215932f0 - Monotone-Revision: 0bb415c672cf6fa29a94c71cfade196c42eeb58a - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-07-15T19:31:27 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +D OpenChange/MAPIStoreDraftsAttachment.h +D OpenChange/MAPIStoreDraftsAttachment.m +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreFSMessage.h +M OpenChange/MAPIStoreFSMessage.m +M OpenChange/MAPIStoreMailMessage.h +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMessage.m commit 1736de0c4bf9f4cabec39eec8c95f509817f9627 Author: Wolfgang Sourdeau @@ -20943,6 +24010,16 @@ Date: Fri Jul 15 19:29:30 2011 +0000 Monotone-Date: 2011-07-15T19:29:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreFSMessage.m +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTable.m +M OpenChange/NSObject+MAPIStore.h +M OpenChange/NSObject+MAPIStore.m + commit bed667434c1228d8282bb8bedcdd1b2e65960e29 Author: Wolfgang Sourdeau Date: Fri Jul 15 18:36:15 2011 +0000 @@ -20954,6 +24031,9 @@ Date: Fri Jul 15 18:36:15 2011 +0000 Monotone-Date: 2011-07-15T18:36:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessage.m + commit ebc2a6664dd3db4cd104992002cab9d5181da752 Author: Francis Lachapelle Date: Fri Jul 15 18:05:28 2011 +0000 @@ -20965,6 +24045,8 @@ Date: Fri Jul 15 18:05:28 2011 +0000 Monotone-Date: 2011-07-15T18:05:28 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 7556d4fe7a55272827fa8892ca4b1dcd547167b5 Author: Wolfgang Sourdeau Date: Fri Jul 15 15:08:30 2011 +0000 @@ -20976,6 +24058,9 @@ Date: Fri Jul 15 15:08:30 2011 +0000 Monotone-Date: 2011-07-15T15:08:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m + commit e1ad7008b4a6c1bff3db807f61c9647f7c7df74a Author: Wolfgang Sourdeau Date: Fri Jul 15 14:15:03 2011 +0000 @@ -20987,6 +24072,9 @@ Date: Fri Jul 15 14:15:03 2011 +0000 Monotone-Date: 2011-07-15T14:15:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m + commit bfa4af571348065a938a3493d44bf55440cf3c85 Author: Wolfgang Sourdeau Date: Fri Jul 15 13:43:38 2011 +0000 @@ -20998,6 +24086,9 @@ Date: Fri Jul 15 13:43:38 2011 +0000 Monotone-Date: 2011-07-15T13:43:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m + commit 689db91bdfff861d447495522382241797af4e8a Author: Francis Lachapelle Date: Fri Jul 15 10:07:05 2011 +0000 @@ -21011,6 +24102,8 @@ Date: Fri Jul 15 10:07:05 2011 +0000 Monotone-Date: 2011-07-15T10:07:05 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 73eaacff637c95aa72abef30d3378ac5484cf1af Author: Francis Lachapelle Date: Fri Jul 15 10:06:47 2011 +0000 @@ -21024,6 +24117,9 @@ Date: Fri Jul 15 10:06:47 2011 +0000 Monotone-Date: 2011-07-15T10:06:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit ab43fce1af68c68b5e28d8c99f6af15d079e3b7f Author: Wolfgang Sourdeau Date: Thu Jul 14 21:35:54 2011 +0000 @@ -21035,6 +24131,14 @@ Date: Thu Jul 14 21:35:54 2011 +0000 Monotone-Date: 2011-07-14T21:35:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +D OpenChange/MAPIStoreSOGo.h +M OpenChange/MAPIStoreSOGo.m + commit 592832ed13420ca5c9ba28923e15201d07f08bdf Author: Wolfgang Sourdeau Date: Thu Jul 14 21:35:11 2011 +0000 @@ -21046,21 +24150,8 @@ Date: Thu Jul 14 21:35:11 2011 +0000 Monotone-Date: 2011-07-14T21:35:11 Monotone-Branch: ca.inverse.sogo -commit 49e302894d524cbd3dee94d77010df2c022eb57e -Merge: 8367ad3 4e9226c -Author: Wolfgang Sourdeau -Date: Thu Jul 14 21:34:19 2011 +0000 - - merge of '26f45bf17d39a252cb6b60da3f39bfb9965a2f83' - and 'fb5168d6a8a15251f195c6088e8bc566b7b29809' - - Monotone-Parent: 26f45bf17d39a252cb6b60da3f39bfb9965a2f83 - Monotone-Parent: fb5168d6a8a15251f195c6088e8bc566b7b29809 - Monotone-Revision: d46f4a0ff945f9aea6a53dcd6b70ed69289186dc - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-07-14T21:34:19 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTable.m commit 4e9226ce9ddeee94d21f49cf67c48ed526e7aebd Author: Wolfgang Sourdeau @@ -21073,6 +24164,10 @@ Date: Thu Jul 14 21:34:01 2011 +0000 Monotone-Date: 2011-07-14T21:34:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSArray+MAPIStore.h +M OpenChange/NSArray+MAPIStore.m + commit 8367ad3a63da594c1acc6aca7eb890b694f012f2 Author: Francis Lachapelle Date: Thu Jul 14 19:21:27 2011 +0000 @@ -21087,6 +24182,10 @@ Date: Thu Jul 14 19:21:27 2011 +0000 Monotone-Branch: ca.inverse.sogo Monotone-Tag: SOGo_v1.3.8 +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt +M NEWS + commit bbdb47c684bb3184eda078abdaf1770909ca743f Author: Francis Lachapelle Date: Thu Jul 14 17:46:58 2011 +0000 @@ -21100,6 +24199,8 @@ Date: Thu Jul 14 17:46:58 2011 +0000 Monotone-Date: 2011-07-14T17:46:58 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 4767369cee3bec8ef464353d16f202c610a04a21 Author: Wolfgang Sourdeau Date: Thu Jul 14 15:56:58 2011 +0000 @@ -21111,6 +24212,9 @@ Date: Thu Jul 14 15:56:58 2011 +0000 Monotone-Date: 2011-07-14T15:56:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreSOGo.m + commit ec840858a64942f369b56936f56076188bab7c13 Author: Francis Lachapelle Date: Thu Jul 14 15:26:49 2011 +0000 @@ -21124,6 +24228,12 @@ Date: Thu Jul 14 15:26:49 2011 +0000 Monotone-Date: 2011-07-14T15:26:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListActions.m +M UI/WebServerResources/SOGoTimePicker.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxAttendeesEditor.js + commit 7b9a3d63af05209565dee3f488616bf83aba5c89 Author: Ludovic Marcotte Date: Thu Jul 14 13:08:29 2011 +0000 @@ -21137,37 +24247,8 @@ Date: Thu Jul 14 13:08:29 2011 +0000 Monotone-Date: 2011-07-14T13:08:29 Monotone-Branch: ca.inverse.sogo -commit 78f36045b9550d36cc2ccbc3b1d837be0ac43d74 -Merge: 02c133a 1db032d -Author: Wolfgang Sourdeau -Date: Thu Jul 14 13:18:16 2011 +0000 - - merge of '3d2df4a4cd0472c967808f3f52f6cde1831d2d1a' - and 'f952a928d27cf1be611b72ac88c0f51419679c1f' - - Monotone-Parent: 3d2df4a4cd0472c967808f3f52f6cde1831d2d1a - Monotone-Parent: f952a928d27cf1be611b72ac88c0f51419679c1f - Monotone-Revision: 3f20a85d13ccd9287c2d83d025e20a9dc73a3f02 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-07-14T13:18:16 - Monotone-Branch: ca.inverse.sogo - -commit 1db032d7e41d7e80b5144def0658f8240a973585 -Merge: fcac6d8 53d65fd -Author: Francis Lachapelle -Date: Thu Jul 14 00:24:48 2011 +0000 - - merge of '2c64e78c31d73184adcc98b6a31670109e2d07e0' - and '5b4c993653702d15ad66f63a1c94781ddd2e36aa' - - Monotone-Parent: 2c64e78c31d73184adcc98b6a31670109e2d07e0 - Monotone-Parent: 5b4c993653702d15ad66f63a1c94781ddd2e36aa - Monotone-Revision: f952a928d27cf1be611b72ac88c0f51419679c1f - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-07-14T00:24:48 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m commit fcac6d89e4db2c4068fa5de78bbf324eae52fe6e Author: Francis Lachapelle @@ -21182,6 +24263,21 @@ Date: Wed Jul 13 23:31:58 2011 +0000 Monotone-Date: 2011-07-13T23:31:58 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Catalan.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Icelandic.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/Norwegian.lproj/Localizable.strings +M UI/MainUI/Polish.lproj/Localizable.strings +M UI/MainUI/Swedish.lproj/Localizable.strings +M UI/MainUI/Ukrainian.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings + commit 02c133af94ab388008d4cd3bd44357862379502d Author: Wolfgang Sourdeau Date: Wed Jul 13 21:48:54 2011 +0000 @@ -21193,6 +24289,11 @@ Date: Wed Jul 13 21:48:54 2011 +0000 Monotone-Date: 2011-07-13T21:48:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreSOGo.m + commit 53d65fddb88910e445fa465a2e62c50d5458bcf9 Author: Wolfgang Sourdeau Date: Wed Jul 13 21:41:58 2011 +0000 @@ -21204,21 +24305,22 @@ Date: Wed Jul 13 21:41:58 2011 +0000 Monotone-Date: 2011-07-13T21:41:58 Monotone-Branch: ca.inverse.sogo -commit 78e8ffe78fdda69d9a51f39120aa120b48543ec5 -Merge: b07ffb9 0716c41 -Author: Wolfgang Sourdeau -Date: Wed Jul 13 21:38:19 2011 +0000 - - merge of '119376c6d87a7be6c3b6c2b3d6329f6b8d60b461' - and '37a89f2c11d5ea6e9541a6dae8f2ad9aeb88393a' - - Monotone-Parent: 119376c6d87a7be6c3b6c2b3d6329f6b8d60b461 - Monotone-Parent: 37a89f2c11d5ea6e9541a6dae8f2ad9aeb88393a - Monotone-Revision: 79dc6e23f29ab39ef98de2d45f1c37249b3c4152 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-07-13T21:38:19 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAttachment.h +M OpenChange/MAPIStoreAttachment.m +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreDraftsMessage.h +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreFAIMessage.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMessage.h +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTable.m commit 0716c41fe7a27ebeb275c8c7de920ef71837d5b5 Author: Wolfgang Sourdeau @@ -21231,6 +24333,9 @@ Date: Wed Jul 13 21:38:14 2011 +0000 Monotone-Date: 2011-07-13T21:38:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSObject+MAPIStore.m + commit b07ffb9dffeb7d6c16a334abfbb68e3e7b9707c5 Author: Francis Lachapelle Date: Wed Jul 13 19:17:46 2011 +0000 @@ -21244,6 +24349,8 @@ Date: Wed Jul 13 19:17:46 2011 +0000 Monotone-Date: 2011-07-13T19:17:46 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 29e6d9ae3358f34b38cbc70e430724215fcbe05f Author: Francis Lachapelle Date: Wed Jul 13 19:16:09 2011 +0000 @@ -21257,21 +24364,8 @@ Date: Wed Jul 13 19:16:09 2011 +0000 Monotone-Date: 2011-07-13T19:16:09 Monotone-Branch: ca.inverse.sogo -commit 06cd1058bc530b7aa422f2e9f081935a55415db0 -Merge: 80157e5 450bee6 -Author: Francis Lachapelle -Date: Wed Jul 13 18:56:12 2011 +0000 - - merge of 'd4476114c133c77a0b6b0b596165243704a68fb6' - and 'e3a0cebd32124aa09d35255a3e302efd4805257e' - - Monotone-Parent: d4476114c133c77a0b6b0b596165243704a68fb6 - Monotone-Parent: e3a0cebd32124aa09d35255a3e302efd4805257e - Monotone-Revision: 5e1c3fa09515ef226b59db74a98b650a9a33af6a - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-07-13T18:56:12 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxAttendeesEditor.js commit 80157e54edef8a677ff0288fce9f0f3f26148786 Author: Francis Lachapelle @@ -21286,21 +24380,10 @@ Date: Wed Jul 13 18:55:44 2011 +0000 Monotone-Date: 2011-07-13T18:55:44 Monotone-Branch: ca.inverse.sogo -commit 450bee630bf09f08f20c82dbac619144074560e7 -Merge: 70b1bcf 0a62093 -Author: Wolfgang Sourdeau -Date: Wed Jul 13 18:55:30 2011 +0000 - - merge of 'c0c2dbe64a9eb612995c7e7a7f9136a8f379a460' - and 'c52ae4fd9b519a5566870dacce59fc91211a2b58' - - Monotone-Parent: c0c2dbe64a9eb612995c7e7a7f9136a8f379a460 - Monotone-Parent: c52ae4fd9b519a5566870dacce59fc91211a2b58 - Monotone-Revision: e3a0cebd32124aa09d35255a3e302efd4805257e - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-07-13T18:55:30 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M UI/MailerUI/UIxMailFolderActions.m commit 0a6209300c4b017ab98550d2a8a356cccb6a17bb Author: Wolfgang Sourdeau @@ -21313,6 +24396,9 @@ Date: Wed Jul 13 18:55:16 2011 +0000 Monotone-Date: 2011-07-13T18:55:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/sogo-tool.m + commit 64758d5e0514e4b318aab68b417eec6497102b72 Author: Francis Lachapelle Date: Wed Jul 13 18:24:32 2011 +0000 @@ -21324,21 +24410,7 @@ Date: Wed Jul 13 18:24:32 2011 +0000 Monotone-Date: 2011-07-13T18:24:32 Monotone-Branch: ca.inverse.sogo -commit 70b1bcf1f7a0df6632d3486c01da0469e43101e7 -Merge: b72c888 3eb03e7 -Author: Francis Lachapelle -Date: Wed Jul 13 16:07:26 2011 +0000 - - merge of '70051a0aa508a30cbd35bb7376efce8a3d826fba' - and 'cf0bf1453ddf93b100f4c44465b8b4ede251cf8e' - - Monotone-Parent: 70051a0aa508a30cbd35bb7376efce8a3d826fba - Monotone-Parent: cf0bf1453ddf93b100f4c44465b8b4ede251cf8e - Monotone-Revision: c0c2dbe64a9eb612995c7e7a7f9136a8f379a460 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-07-13T16:07:26 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailAccount.m commit b72c8881453efc95b0e870d1304e57e1059f249d Author: Francis Lachapelle @@ -21353,6 +24425,8 @@ Date: Wed Jul 13 16:06:29 2011 +0000 Monotone-Date: 2011-07-13T16:06:29 Monotone-Branch: ca.inverse.sogo +M Version + commit a1c632977db512adc41add6d98ff0d25c9b91ed7 Author: Francis Lachapelle Date: Wed Jul 13 16:05:30 2011 +0000 @@ -21366,6 +24440,12 @@ Date: Wed Jul 13 16:05:30 2011 +0000 Monotone-Date: 2011-07-13T16:05:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactSourceFolder.m +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit 3eb03e75ef686adec20482328ceb0dc4c261261b Author: Wolfgang Sourdeau Date: Wed Jul 13 13:36:07 2011 +0000 @@ -21377,21 +24457,10 @@ Date: Wed Jul 13 13:36:07 2011 +0000 Monotone-Date: 2011-07-13T13:36:07 Monotone-Branch: ca.inverse.sogo -commit 1944ce4b5c9c5fc0c466503c5471a8d61b14f7d5 -Merge: 6bd3aa1 f47d22f -Author: Wolfgang Sourdeau -Date: Wed Jul 13 13:16:44 2011 +0000 - - merge of '60d25b994a09cdf59d84fc33832800e5bd16d86b' - and 'c8fd48b8c8d9b7448bdeed036dda351e575cb5df' - - Monotone-Parent: 60d25b994a09cdf59d84fc33832800e5bd16d86b - Monotone-Parent: c8fd48b8c8d9b7448bdeed036dda351e575cb5df - Monotone-Revision: b603e0a3e30f24330cb136471c6dc9798ffe1ba5 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-07-13T13:16:44 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreSOGo.m commit f47d22f19ff6306306826a5ac4b89fb2c0ab7853 Author: Wolfgang Sourdeau @@ -21404,6 +24473,11 @@ Date: Tue Jul 12 21:59:04 2011 +0000 Monotone-Date: 2011-07-12T21:59:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreSOGo.m + commit d999da2ad12ea58ee149f03a3fb2747e5038b1c1 Author: Wolfgang Sourdeau Date: Tue Jul 12 21:47:20 2011 +0000 @@ -21415,6 +24489,9 @@ Date: Tue Jul 12 21:47:20 2011 +0000 Monotone-Date: 2011-07-12T21:47:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFSMessage.m + commit 54b3b042c551b976c2bc3070ef50a2f041b5b46e Author: Wolfgang Sourdeau Date: Tue Jul 12 21:44:38 2011 +0000 @@ -21426,6 +24503,11 @@ Date: Tue Jul 12 21:44:38 2011 +0000 Monotone-Date: 2011-07-12T21:44:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreSOGo.m + commit 8a2abef9684df00f132b25e67ce89244f0f09307 Author: Wolfgang Sourdeau Date: Tue Jul 12 21:34:07 2011 +0000 @@ -21437,6 +24519,14 @@ Date: Tue Jul 12 21:34:07 2011 +0000 Monotone-Date: 2011-07-12T21:34:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessageTable.m +M OpenChange/MAPIStoreContactsMessageTable.m +M OpenChange/MAPIStoreFAIMessageTable.m +M OpenChange/MAPIStoreFSMessageTable.m +M OpenChange/MAPIStoreMailMessageTable.m +M OpenChange/MAPIStoreTasksMessageTable.m + commit 5623714682aa5965fd680d173585dfcd759fb2d7 Author: Wolfgang Sourdeau Date: Tue Jul 12 20:19:18 2011 +0000 @@ -21448,6 +24538,8 @@ Date: Tue Jul 12 20:19:18 2011 +0000 Monotone-Date: 2011-07-12T20:19:18 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreTable.m + commit 6bd3aa1dff70a0a5dd665f87b70e1697e10aaf2b Author: Francis Lachapelle Date: Fri Jul 8 18:20:40 2011 +0000 @@ -21461,37 +24553,7 @@ Date: Fri Jul 8 18:20:40 2011 +0000 Monotone-Date: 2011-07-08T18:20:40 Monotone-Branch: ca.inverse.sogo -commit 03a24e975c4522d3e8e9ce64c9e1fea161ab7b26 -Merge: ec9bf41 8a2abef -Author: Francis Lachapelle -Date: Fri Jul 8 18:20:20 2011 +0000 - - merge of '304e8f6c84c26183519edb2d9637464eb574b2a3' - and '8e645f6ce572b9b56929f17f32c93a52e98cef27' - - Monotone-Parent: 304e8f6c84c26183519edb2d9637464eb574b2a3 - Monotone-Parent: 8e645f6ce572b9b56929f17f32c93a52e98cef27 - Monotone-Revision: f7b3bc3a62d5041c2f58506bd72a980d36e0720a - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-07-08T18:20:20 - Monotone-Branch: ca.inverse.sogo - -commit ec9bf4138dbace19768ca54d695f0437a0329194 -Merge: 5623714 3d3a5e3 -Author: Francis Lachapelle -Date: Fri Jul 8 17:38:59 2011 +0000 - - merge of '7c22447764e780a8dae1012384128eed67ba6a5c' - and 'c2868ffdea9d34b226e1f85e0a8de47117a91bb5' - - Monotone-Parent: 7c22447764e780a8dae1012384128eed67ba6a5c - Monotone-Parent: c2868ffdea9d34b226e1f85e0a8de47117a91bb5 - Monotone-Revision: 304e8f6c84c26183519edb2d9637464eb574b2a3 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-07-08T17:38:59 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt commit 3d3a5e37baf00475c877fa05d6c8de4e8e051fa5 Author: Francis Lachapelle @@ -21506,6 +24568,19 @@ Date: Fri Jul 8 17:38:27 2011 +0000 Monotone-Date: 2011-07-08T17:38:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailFolder.m +M UI/MailerUI/UIxMailAccountActions.m +M UI/MailerUI/UIxMailActions.m +M UI/MailerUI/UIxMailFolderActions.m +M UI/MailerUI/UIxMailListActions.h +M UI/MailerUI/UIxMailListActions.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/MailerUI/UIxMailView.m +M UI/MailerUI/product.plist +M UI/WebServerResources/MailerUI.js + commit 3f6bca5d1e1c38fbb7f669ef513a7c242fd66d1f Author: Francis Lachapelle Date: Fri Jul 8 15:48:55 2011 +0000 @@ -21519,21 +24594,15 @@ Date: Fri Jul 8 15:48:55 2011 +0000 Monotone-Date: 2011-07-08T15:48:55 Monotone-Branch: ca.inverse.sogo -commit 6e0dc80c1f5671513af4845ec87568541c5d34f4 -Merge: e1daba3 897d95a -Author: Francis Lachapelle -Date: Fri Jul 8 15:42:20 2011 +0000 - - merge of '19d23c85306b1d118c275902d56124e34314598d' - and '325d8e22268cbd75d66e3f82c06021870134a88b' - - Monotone-Parent: 19d23c85306b1d118c275902d56124e34314598d - Monotone-Parent: 325d8e22268cbd75d66e3f82c06021870134a88b - Monotone-Revision: 4ada003303186187c511ea7faea08604da6b3db4 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-07-08T15:42:20 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalCalendar.h +M SOPE/NGCards/iCalCalendar.m +M SoObjects/SOGo/SOGoFolder.m +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/UIxCalendarSelector.m +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxCalendarProperties.js commit e1daba320a6de787d9e4df7e25c7163fbb21f9d4 Author: Wolfgang Sourdeau @@ -21546,37 +24615,10 @@ Date: Tue Jul 12 04:23:43 2011 +0000 Monotone-Date: 2011-07-12T04:23:43 Monotone-Branch: ca.inverse.sogo -commit 7a3300829f710206e5b6ec9b66a25042ecb7aef9 -Merge: a2f242a b6bd0c4 -Author: Wolfgang Sourdeau -Date: Tue Jul 12 04:21:22 2011 +0000 - - merge of '7624d5a942129f2c8c6c2c4fd80d29b937bf470d' - and '8c19f19f3be5a4b6fb34ceeaab91ee58b54610d1' - - Monotone-Parent: 7624d5a942129f2c8c6c2c4fd80d29b937bf470d - Monotone-Parent: 8c19f19f3be5a4b6fb34ceeaab91ee58b54610d1 - Monotone-Revision: 07c1acd90de17a7e8f0064aff341a4244b2f090b - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-07-12T04:21:22 - Monotone-Branch: ca.inverse.sogo - -commit a2f242aab0a73368d6866f9892b41d9e8fd4dd4b -Merge: a40357f c2c7125 -Author: Wolfgang Sourdeau -Date: Mon Jul 11 21:41:17 2011 +0000 - - merge of 'c0509d9d92c69255be6d27969b4f578739e78c7f' - and 'df9680caaa44b795268f4691b92890bc37f8ee3f' - - Monotone-Parent: c0509d9d92c69255be6d27969b4f578739e78c7f - Monotone-Parent: df9680caaa44b795268f4691b92890bc37f8ee3f - Monotone-Revision: 7624d5a942129f2c8c6c2c4fd80d29b937bf470d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-07-11T21:41:17 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTable.h +M OpenChange/MAPIStoreTable.m commit c2c71256429d7892e696a9689932705b50c03d70 Author: Wolfgang Sourdeau @@ -21589,6 +24631,34 @@ Date: Mon Jul 11 21:40:47 2011 +0000 Monotone-Date: 2011-07-11T21:40:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAttachment.h +M OpenChange/MAPIStoreAttachment.m +M OpenChange/MAPIStoreCalendarAttachment.m +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreFAIMessage.m +M OpenChange/MAPIStoreFSMessage.m +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreMailAttachment.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMessage.h +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreNotesMessage.m +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTable.h +M OpenChange/MAPIStoreTable.m +M OpenChange/MAPIStoreTasksMessage.m +M OpenChange/NSObject+MAPIStore.m +M OpenChange/code-MAPIStorePropertySelectors.h +M OpenChange/gen-property-selectors.py + commit cad140c0b250ab584146deaba8d5732b82f69db1 Author: Wolfgang Sourdeau Date: Mon Jul 11 15:29:04 2011 +0000 @@ -21600,6 +24670,10 @@ Date: Mon Jul 11 15:29:04 2011 +0000 Monotone-Date: 2011-07-11T15:29:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSObject+MAPIStore.h +M OpenChange/NSObject+MAPIStore.m + commit 897d95a442b4ce63cc6e4fbdbf231b28ae53fdd1 Author: Francis Lachapelle Date: Fri Jul 8 15:39:43 2011 +0000 @@ -21613,6 +24687,34 @@ Date: Fri Jul 8 15:39:43 2011 +0000 Monotone-Date: 2011-07-08T15:39:43 Monotone-Branch: ca.inverse.sogo +A UI/AdministrationUI/Icelandic.lproj/Localizable.strings +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Catalan.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/Norwegian.lproj/Localizable.strings +M UI/MainUI/Swedish.lproj/Localizable.strings +M UI/MainUI/Ukrainian.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Catalan.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Icelandic.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Norwegian.lproj/Localizable.strings +M UI/Scheduler/Polish.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/Welsh.lproj/Localizable.strings + commit b6bd0c44975ef5741ddc96194d4d287b59f77697 Author: Francis Lachapelle Date: Fri Jul 8 01:34:36 2011 +0000 @@ -21626,6 +24728,10 @@ Date: Fri Jul 8 01:34:36 2011 +0000 Monotone-Date: 2011-07-08T01:34:36 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/Mailer/SOGoDraftsFolder.m +M SoObjects/Mailer/SOGoMailAccount.m + commit 3fa292756bef166b8e864880497dd33ea8135e1e Author: Francis Lachapelle Date: Fri Jul 8 01:15:51 2011 +0000 @@ -21639,6 +24745,9 @@ Date: Fri Jul 8 01:15:51 2011 +0000 Monotone-Date: 2011-07-08T01:15:51 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalDailyRecurrenceCalculator.m + commit a40357f9c48a4b96e89b2832bf16de6599674920 Author: Francis Lachapelle Date: Fri Jul 8 00:22:10 2011 +0000 @@ -21652,6 +24761,15 @@ Date: Fri Jul 8 00:22:10 2011 +0000 Monotone-Date: 2011-07-08T00:22:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalRepeatableEntityObject.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoComponentOccurence.m +M UI/Scheduler/UIxAppointmentEditor.m + commit 34f2904f0d5aab6b3caf39f38ecc13b2871ff99c Author: Francis Lachapelle Date: Thu Jul 7 13:58:50 2011 +0000 @@ -21665,6 +24783,16 @@ Date: Thu Jul 7 13:58:50 2011 +0000 Monotone-Date: 2011-07-07T13:58:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m +M UI/MailerUI/UIxMailAccountActions.m +M UI/MailerUI/UIxMailFolderActions.m +M UI/MailerUI/UIxMailListActions.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDataTable.js +M UI/WebServerResources/SOGoMailDataSource.js + commit 485e53258f27915b1fe8064cc26e6c7a58a13231 Author: Wolfgang Sourdeau Date: Fri Jul 8 20:11:49 2011 +0000 @@ -21676,6 +24804,9 @@ Date: Fri Jul 8 20:11:49 2011 +0000 Monotone-Date: 2011-07-08T20:11:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m + commit 798fa18fd532f1f22a99459999f68115c580c813 Author: Wolfgang Sourdeau Date: Fri Jul 8 20:07:21 2011 +0000 @@ -21687,6 +24818,10 @@ Date: Fri Jul 8 20:07:21 2011 +0000 Monotone-Date: 2011-07-08T20:07:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.h +M OpenChange/MAPIStoreMailFolder.m + commit 5c044411d417ecfc0e3d9a180bea15dd1c53d5dd Author: Wolfgang Sourdeau Date: Fri Jul 8 20:05:50 2011 +0000 @@ -21698,6 +24833,12 @@ Date: Fri Jul 8 20:05:50 2011 +0000 Monotone-Date: 2011-07-08T20:05:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMessage.h +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m + commit fcc4b2b07022e9ba87648317b1f9ca1066b02ee8 Author: Wolfgang Sourdeau Date: Fri Jul 8 20:04:36 2011 +0000 @@ -21709,6 +24850,9 @@ Date: Fri Jul 8 20:04:36 2011 +0000 Monotone-Date: 2011-07-08T20:04:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTable.m + commit 1cf68fa730f0d566c937754fb4b35271dea53cf5 Author: Wolfgang Sourdeau Date: Fri Jul 8 20:02:02 2011 +0000 @@ -21720,6 +24864,11 @@ Date: Fri Jul 8 20:02:02 2011 +0000 Monotone-Date: 2011-07-08T20:02:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreFSFolder.m +M OpenChange/MAPIStoreFolder.m + commit dae4b362fa3690bc6290d77b27f43b3a85df020e Author: Wolfgang Sourdeau Date: Fri Jul 8 19:58:54 2011 +0000 @@ -21731,6 +24880,9 @@ Date: Fri Jul 8 19:58:54 2011 +0000 Monotone-Date: 2011-07-08T19:58:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoMAPIFSFolder.m + commit 277ed04099e2af998a15bca71ad2e0f8ebc5b738 Author: Wolfgang Sourdeau Date: Fri Jul 8 19:57:49 2011 +0000 @@ -21742,6 +24894,10 @@ Date: Fri Jul 8 19:57:49 2011 +0000 Monotone-Date: 2011-07-08T19:57:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailContext.h +M OpenChange/MAPIStoreMailContext.m + commit 179774e1772a933496d56bda89437747cb594825 Author: Wolfgang Sourdeau Date: Fri Jul 8 17:23:48 2011 +0000 @@ -21753,6 +24909,10 @@ Date: Fri Jul 8 17:23:48 2011 +0000 Monotone-Date: 2011-07-08T17:23:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m + commit d9c54acd17cfd3c7584cf4cc538ed472fc10f94a Author: Francis Lachapelle Date: Wed Jul 6 19:48:22 2011 +0000 @@ -21764,6 +24924,8 @@ Date: Wed Jul 6 19:48:22 2011 +0000 Monotone-Date: 2011-07-06T19:48:22 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 4a73f41d58111cdff1288c6d32eeb0d9de97edbe Author: Francis Lachapelle Date: Wed Jul 6 19:44:44 2011 +0000 @@ -21777,6 +24939,11 @@ Date: Wed Jul 6 19:44:44 2011 +0000 Monotone-Date: 2011-07-06T19:44:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxListEditor.m +M UI/WebServerResources/UIxListEditor.css +M UI/WebServerResources/UIxListEditor.js + commit 3fc5bcd31e06e59731ef869c8131c5603f250d15 Author: Francis Lachapelle Date: Wed Jul 6 19:08:22 2011 +0000 @@ -21788,6 +24955,8 @@ Date: Wed Jul 6 19:08:22 2011 +0000 Monotone-Date: 2011-07-06T19:08:22 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 26886505375a9ebda7295b494c02d76ecf3f753d Author: Francis Lachapelle Date: Wed Jul 6 15:32:13 2011 +0000 @@ -21801,6 +24970,9 @@ Date: Wed Jul 6 15:32:13 2011 +0000 Monotone-Date: 2011-07-06T15:32:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoUserHomePage.m + commit 1e4120c605852d02e809c6d33fc4ecdbc9b99303 Author: Ludovic Marcotte Date: Wed Jul 6 19:50:14 2011 +0000 @@ -21814,6 +24986,8 @@ Date: Wed Jul 6 19:50:14 2011 +0000 Monotone-Date: 2011-07-06T19:50:14 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 10d83d93b39819acf622ec158aa484be2cd32c40 Author: Ludovic Marcotte Date: Wed Jul 6 17:41:03 2011 +0000 @@ -21827,6 +25001,8 @@ Date: Wed Jul 6 17:41:03 2011 +0000 Monotone-Date: 2011-07-06T17:41:03 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/German.lproj/Localizable.strings + commit a3ea4c787601f74b15c7b3738957309b8d04a338 Author: Ludovic Marcotte Date: Wed Jul 6 17:23:13 2011 +0000 @@ -21840,6 +25016,9 @@ Date: Wed Jul 6 17:23:13 2011 +0000 Monotone-Date: 2011-07-06T17:23:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/NSData+Mail.m + commit fd3acc86af45b22ffabce4eb432b48d376035bbd Author: Ludovic Marcotte Date: Wed Jul 6 14:15:51 2011 +0000 @@ -21853,6 +25032,8 @@ Date: Wed Jul 6 14:15:51 2011 +0000 Monotone-Date: 2011-07-06T14:15:51 Monotone-Branch: ca.inverse.sogo +M Tools/SOGoToolUserPreferences.m + commit 1424a311b28e925c7355ccfc76ffb4ed703b31e0 Author: Ludovic Marcotte Date: Wed Jul 6 12:41:11 2011 +0000 @@ -21866,6 +25047,8 @@ Date: Wed Jul 6 12:41:11 2011 +0000 Monotone-Date: 2011-07-06T12:41:11 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 5261652f2374f80708b624a38c2438ce40b1949e Author: Francis Lachapelle Date: Tue Jul 5 16:26:43 2011 +0000 @@ -21879,37 +25062,8 @@ Date: Tue Jul 5 16:26:43 2011 +0000 Monotone-Date: 2011-07-05T16:26:43 Monotone-Branch: ca.inverse.sogo -commit a2fd647e6b866afb99018a99410aa2d98f4d9046 -Merge: 4cb801e 47c2e28 -Author: Francis Lachapelle -Date: Tue Jul 5 15:02:35 2011 +0000 - - merge of '481f036bf9f97f5236dcd28ebf7f4f8603922ae9' - and 'ce7093281da83495afea3f495c1f92445cb9898e' - - Monotone-Parent: 481f036bf9f97f5236dcd28ebf7f4f8603922ae9 - Monotone-Parent: ce7093281da83495afea3f495c1f92445cb9898e - Monotone-Revision: e40b55179af993121232d5ca1e744fb7405888e8 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-07-05T15:02:35 - Monotone-Branch: ca.inverse.sogo - -commit 47c2e28640e36e31c6f013ccce37f3c28b29980f -Merge: b87a7ce c0d0b65 -Author: Ludovic Marcotte -Date: Tue Jul 5 20:25:13 2011 +0000 - - merge of '3f570612955fe5748f947cb46b0d25c731f1bffb' - and 'a3f1c656d74d4c83ed4a4c27370063c474942f29' - - Monotone-Parent: 3f570612955fe5748f947cb46b0d25c731f1bffb - Monotone-Parent: a3f1c656d74d4c83ed4a4c27370063c474942f29 - Monotone-Revision: ce7093281da83495afea3f495c1f92445cb9898e - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2011-07-05T20:25:13 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js commit b87a7ceeacf6cfc078632b272fbacc5285589e37 Author: Ludovic Marcotte @@ -21924,6 +25078,10 @@ Date: Tue Jul 5 20:10:45 2011 +0000 Monotone-Date: 2011-07-05T20:10:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m + commit c56634f859c8572b4b1642bb4f64b8b24866470b Author: Ludovic Marcotte Date: Tue Jul 5 17:40:34 2011 +0000 @@ -21937,6 +25095,9 @@ Date: Tue Jul 5 17:40:34 2011 +0000 Monotone-Date: 2011-07-05T17:40:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/GDLContentStore/GCSFolderManager.m + commit 3abac237a672d08083cf2b44186c711f85f34a16 Author: Ludovic Marcotte Date: Tue Jul 5 16:54:39 2011 +0000 @@ -21950,6 +25111,9 @@ Date: Tue Jul 5 16:54:39 2011 +0000 Monotone-Date: 2011-07-05T16:54:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoSieveManager.m + commit 5b8c750f2693fccd4616efc380e57bcc57b5e0d1 Author: Ludovic Marcotte Date: Tue Jul 5 16:39:49 2011 +0000 @@ -21963,6 +25127,14 @@ Date: Tue Jul 5 16:39:49 2011 +0000 Monotone-Date: 2011-07-05T16:39:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M NEWS +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/SOGo/SOGoDefaults.plist +M SoObjects/SOGo/SOGoDomainDefaults.h +M SoObjects/SOGo/SOGoDomainDefaults.m + commit 34b5360b413c931677c004fe6644d23674404321 Author: Ludovic Marcotte Date: Tue Jul 5 16:24:14 2011 +0000 @@ -21976,6 +25148,9 @@ Date: Tue Jul 5 16:24:14 2011 +0000 Monotone-Date: 2011-07-05T16:24:14 Monotone-Branch: ca.inverse.sogo +M UI/Common/Russian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings + commit 05e20a6751821ee4b34471eee2431932e8fe9456 Author: Ludovic Marcotte Date: Tue Jul 5 15:08:44 2011 +0000 @@ -21989,6 +25164,9 @@ Date: Tue Jul 5 15:08:44 2011 +0000 Monotone-Date: 2011-07-05T15:08:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 4cb801ede6e720c5bc1dad3db2e786dd03cacc52 Author: Francis Lachapelle Date: Tue Jul 5 14:33:31 2011 +0000 @@ -22002,6 +25180,18 @@ Date: Tue Jul 5 14:33:31 2011 +0000 Monotone-Date: 2011-07-05T14:33:31 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/Russian.lproj/Localizable.strings +M UI/AdministrationUI/Russian.lproj/Localizable.strings +M UI/Common/Russian.lproj/Localizable.strings +M UI/Contacts/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Templates/SOGoACLRussianAdditionAdvisory.wox +M UI/Templates/SOGoACLRussianModificationAdvisory.wox +M UI/Templates/SOGoACLRussianRemovalAdvisory.wox +M UI/Templates/SOGoFolderRussianAdditionAdvisory.wox +M UI/Templates/SOGoFolderRussianRemovalAdvisory.wox + commit decbce9f27f2b81ab3a2b42aceb696833fa55d43 Author: Ludovic Marcotte Date: Tue Jul 5 13:24:25 2011 +0000 @@ -22015,6 +25205,14 @@ Date: Tue Jul 5 13:24:25 2011 +0000 Monotone-Date: 2011-07-05T13:24:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m +M UI/MailPartViewers/French.lproj/Localizable.strings +M UI/MailPartViewers/UIxMailPartICalActions.m +M UI/MailPartViewers/UIxMailPartICalViewer.m + commit 92c73181dd7b53c60a6f9e01adb141f243914694 Author: Francis Lachapelle Date: Tue Jul 5 06:09:29 2011 +0000 @@ -22028,21 +25226,19 @@ Date: Tue Jul 5 06:09:29 2011 +0000 Monotone-Date: 2011-07-05T06:09:29 Monotone-Branch: ca.inverse.sogo -commit c0d0b65a9f4e7c689d2f731dbb5c78afef306470 -Merge: 05e20a6 df61576 -Author: Wolfgang Sourdeau -Date: Tue Jul 5 00:27:41 2011 +0000 - - merge of '6a276a3a3ea0a9b3f1f8f69464b4b6058b639b18' - and 'd7fa74829c523fd87dd6cb456ed8fb4b12564db0' - - Monotone-Parent: 6a276a3a3ea0a9b3f1f8f69464b4b6058b639b18 - Monotone-Parent: d7fa74829c523fd87dd6cb456ed8fb4b12564db0 - Monotone-Revision: a3f1c656d74d4c83ed4a4c27370063c474942f29 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-07-05T00:27:41 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/Russian.lproj/Localizable.strings +M SoObjects/Contacts/Russian.lproj/Localizable.strings +M UI/AdministrationUI/Russian.lproj/Localizable.strings +M UI/Common/Russian.lproj/Localizable.strings +M UI/Contacts/Russian.lproj/Localizable.strings +M UI/MailerUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Templates/SOGoACLRussianAdditionAdvisory.wox +M UI/Templates/SOGoACLRussianModificationAdvisory.wox +M UI/Templates/SOGoACLRussianRemovalAdvisory.wox +M UI/Templates/SOGoFolderRussianAdditionAdvisory.wox +M UI/Templates/SOGoFolderRussianRemovalAdvisory.wox commit 7dabb5bd712bbcaca208fceb4dff8db2dc99f857 Author: Ludovic Marcotte @@ -22057,6 +25253,9 @@ Date: Sat Jul 2 13:22:34 2011 +0000 Monotone-Date: 2011-07-02T13:22:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit df61576105d8cf8ab0a5ccf729ea0a55c41392e0 Author: Wolfgang Sourdeau Date: Thu Jun 30 19:10:28 2011 +0000 @@ -22068,6 +25267,11 @@ Date: Thu Jun 30 19:10:28 2011 +0000 Monotone-Date: 2011-06-30T19:10:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreSOGo.m + commit bbc64ccc8c800d04b341020645aeea8c2916289a Author: Wolfgang Sourdeau Date: Thu Jun 30 19:08:20 2011 +0000 @@ -22079,6 +25283,9 @@ Date: Thu Jun 30 19:08:20 2011 +0000 Monotone-Date: 2011-06-30T19:08:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m + commit 83f3537839d2dc4f402f366e36d2321ae63dd60a Author: Ludovic Marcotte Date: Wed Jun 29 21:54:59 2011 +0000 @@ -22092,6 +25299,9 @@ Date: Wed Jun 29 21:54:59 2011 +0000 Monotone-Date: 2011-06-29T21:54:59 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoDAVAuthenticator.m +M SoObjects/SOGo/SOGoSource.h + commit 710b51581b8d2c8c9beb550beff68a7b788d8481 Author: Ludovic Marcotte Date: Wed Jun 29 18:42:59 2011 +0000 @@ -22105,6 +25315,8 @@ Date: Wed Jun 29 18:42:59 2011 +0000 Monotone-Date: 2011-06-29T18:42:59 Monotone-Branch: ca.inverse.sogo +M Tools/SOGoToolUserPreferences.m + commit dd3704d26566452d5aa7256e0dad5fc471f9c59f Author: Ludovic Marcotte Date: Wed Jun 29 17:44:03 2011 +0000 @@ -22118,21 +25330,7 @@ Date: Wed Jun 29 17:44:03 2011 +0000 Monotone-Date: 2011-06-29T17:44:03 Monotone-Branch: ca.inverse.sogo -commit 613dc575dfefdedae1e9ee20a6110a8f5acc212e -Merge: 7e720da 94e9356 -Author: Ludovic Marcotte -Date: Wed Jun 29 17:43:38 2011 +0000 - - merge of 'd51bb1b592f986d2e34036c3dad0c70f43f0150a' - and 'da71a89c98fc467cc01710a03c0654176bc8b0fe' - - Monotone-Parent: d51bb1b592f986d2e34036c3dad0c70f43f0150a - Monotone-Parent: da71a89c98fc467cc01710a03c0654176bc8b0fe - Monotone-Revision: 19d6588c4dfb7220f7b5d02e619c02259029cabb - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2011-06-29T17:43:38 - Monotone-Branch: ca.inverse.sogo +M ChangeLog commit 7e720da571276ef37c1db938549e8c9a95a4cb15 Author: Ludovic Marcotte @@ -22147,21 +25345,19 @@ Date: Wed Jun 29 17:43:10 2011 +0000 Monotone-Date: 2011-06-29T17:43:10 Monotone-Branch: ca.inverse.sogo -commit 94e93561d1e9cff016f0464efcbd1e6437f00458 -Merge: f44212f 4a1e597 -Author: Jean Raby -Date: Mon Jun 27 22:44:21 2011 +0000 - - merge of '178cf4e5311729ac333305676b5ad2aa35a7ca71' - and 'da943d19b66326d6a44506dad61363238c96ca37' - - Monotone-Parent: 178cf4e5311729ac333305676b5ad2aa35a7ca71 - Monotone-Parent: da943d19b66326d6a44506dad61363238c96ca37 - Monotone-Revision: da71a89c98fc467cc01710a03c0654176bc8b0fe - - Monotone-Author: jraby@inverse.ca - Monotone-Date: 2011-06-27T22:44:21 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/GNUmakefile +M SoObjects/Mailer/SOGoMailAccount.m +D SoObjects/Mailer/SOGoSieveConverter.h +D SoObjects/Mailer/SOGoSieveConverter.m +M SoObjects/SOGo/GNUmakefile +A SoObjects/SOGo/SOGoSieveManager.h +A SoObjects/SOGo/SOGoSieveManager.m +M SoObjects/SOGo/SOGoUserSettings.m +M Tools/GNUmakefile +M Tools/SOGoTool.h +M Tools/SOGoTool.m +A Tools/SOGoToolUserPreferences.m commit 4a1e59744dd00e35bae6c32b44a3708113b3bdfe Author: Jean Raby @@ -22178,6 +25374,8 @@ Date: Mon Jun 27 22:43:48 2011 +0000 Monotone-Date: 2011-06-27T22:43:48 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/sogoLogin.py + commit f44212f0e6d8639852e225b38e9741c3176be196 Author: Francis Lachapelle Date: Fri Jun 24 19:19:50 2011 +0000 @@ -22191,21 +25389,25 @@ Date: Fri Jun 24 19:19:50 2011 +0000 Monotone-Date: 2011-06-24T19:19:50 Monotone-Branch: ca.inverse.sogo -commit abbffe774057fa944a5d0e4a50a030e7ff4a25e1 -Merge: 4d288c9 e0f6982 -Author: Wolfgang Sourdeau -Date: Thu Jun 23 20:04:46 2011 +0000 - - merge of '62a7456859ae701daeb595d318eaba439c816312' - and '94b9cd9ca57eca41ee588c8d41da668682bdb1d0' - - Monotone-Parent: 62a7456859ae701daeb595d318eaba439c816312 - Monotone-Parent: 94b9cd9ca57eca41ee588c8d41da668682bdb1d0 - Monotone-Revision: c0fdc871e5cf2faadbed16ce1c4275647d0928b4 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-06-23T20:04:46 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.m +M SoObjects/SOGo/SOGoSession.h +M SoObjects/SOGo/SOGoSession.m +M SoObjects/SOGo/SOGoSystemDefaults.h +M SoObjects/SOGo/SOGoSystemDefaults.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserManager.h +M SoObjects/SOGo/SOGoUserManager.m +M SoObjects/SOGo/SOGoWebAuthenticator.h +M SoObjects/SOGo/SOGoWebAuthenticator.m +M SoObjects/SOGo/SQLSource.m +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/SOGoUserHomePage.m +M UI/Templates/MainUI/SOGoRootPage.wox +M UI/WebServerResources/SOGoRootPage.js commit e0f6982de2e5ed406f499ac305fc565dcf2eac6f Author: Ludovic Marcotte @@ -22220,6 +25422,8 @@ Date: Thu Jun 23 19:09:01 2011 +0000 Monotone-Date: 2011-06-23T19:09:01 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPSource.m + commit ca901e9b2ff903c80f8086a76532cc7649297527 Author: Ludovic Marcotte Date: Thu Jun 23 18:50:43 2011 +0000 @@ -22233,6 +25437,8 @@ Date: Thu Jun 23 18:50:43 2011 +0000 Monotone-Date: 2011-06-23T18:50:43 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.js + commit 4d288c96f6a151d02ec9e9e90866e31cb054c9ac Author: Wolfgang Sourdeau Date: Thu Jun 23 13:57:09 2011 +0000 @@ -22244,6 +25450,11 @@ Date: Thu Jun 23 13:57:09 2011 +0000 Monotone-Date: 2011-06-23T13:57:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFSFolder.m +M OpenChange/MAPIStoreMapping.m +M OpenChange/MAPIStoreTypes.h + commit 8cac68562a491235b0c45e440cc2695dc1504a3e Author: Ludovic Marcotte Date: Thu Jun 23 13:34:50 2011 +0000 @@ -22257,6 +25468,8 @@ Date: Thu Jun 23 13:34:50 2011 +0000 Monotone-Date: 2011-06-23T13:34:50 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.m + commit 687e716b86f5a265f3e55d1b4ca12e99da7a4df4 Author: Francis Lachapelle Date: Tue Jun 21 00:08:49 2011 +0000 @@ -22270,6 +25483,104 @@ Date: Tue Jun 21 00:08:49 2011 +0000 Monotone-Date: 2011-06-21T00:08:49 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ckeditor/LICENSE.html +M UI/WebServerResources/ckeditor/ckeditor.js +M UI/WebServerResources/ckeditor/ckeditor_basic.js +M UI/WebServerResources/ckeditor/contents.css +M UI/WebServerResources/ckeditor/lang/_languages.js +M UI/WebServerResources/ckeditor/lang/_translationstatus.txt +M UI/WebServerResources/ckeditor/lang/af.js +M UI/WebServerResources/ckeditor/lang/ar.js +M UI/WebServerResources/ckeditor/lang/bg.js +M UI/WebServerResources/ckeditor/lang/bn.js +M UI/WebServerResources/ckeditor/lang/bs.js +M UI/WebServerResources/ckeditor/lang/ca.js +M UI/WebServerResources/ckeditor/lang/cs.js +M UI/WebServerResources/ckeditor/lang/cy.js +M UI/WebServerResources/ckeditor/lang/da.js +M UI/WebServerResources/ckeditor/lang/de.js +M UI/WebServerResources/ckeditor/lang/el.js +M UI/WebServerResources/ckeditor/lang/en-au.js +M UI/WebServerResources/ckeditor/lang/en-ca.js +M UI/WebServerResources/ckeditor/lang/en-gb.js +M UI/WebServerResources/ckeditor/lang/en.js +M UI/WebServerResources/ckeditor/lang/eo.js +M UI/WebServerResources/ckeditor/lang/es.js +M UI/WebServerResources/ckeditor/lang/et.js +M UI/WebServerResources/ckeditor/lang/eu.js +M UI/WebServerResources/ckeditor/lang/fa.js +M UI/WebServerResources/ckeditor/lang/fi.js +M UI/WebServerResources/ckeditor/lang/fo.js +M UI/WebServerResources/ckeditor/lang/fr-ca.js +M UI/WebServerResources/ckeditor/lang/fr.js +M UI/WebServerResources/ckeditor/lang/gl.js +M UI/WebServerResources/ckeditor/lang/gu.js +M UI/WebServerResources/ckeditor/lang/he.js +M UI/WebServerResources/ckeditor/lang/hi.js +M UI/WebServerResources/ckeditor/lang/hr.js +M UI/WebServerResources/ckeditor/lang/hu.js +M UI/WebServerResources/ckeditor/lang/is.js +M UI/WebServerResources/ckeditor/lang/it.js +M UI/WebServerResources/ckeditor/lang/ja.js +A UI/WebServerResources/ckeditor/lang/ka.js +M UI/WebServerResources/ckeditor/lang/km.js +M UI/WebServerResources/ckeditor/lang/ko.js +M UI/WebServerResources/ckeditor/lang/lt.js +M UI/WebServerResources/ckeditor/lang/lv.js +M UI/WebServerResources/ckeditor/lang/mn.js +M UI/WebServerResources/ckeditor/lang/ms.js +M UI/WebServerResources/ckeditor/lang/nb.js +M UI/WebServerResources/ckeditor/lang/nl.js +M UI/WebServerResources/ckeditor/lang/no.js +M UI/WebServerResources/ckeditor/lang/pl.js +M UI/WebServerResources/ckeditor/lang/pt-br.js +M UI/WebServerResources/ckeditor/lang/pt.js +M UI/WebServerResources/ckeditor/lang/ro.js +M UI/WebServerResources/ckeditor/lang/ru.js +M UI/WebServerResources/ckeditor/lang/sk.js +M UI/WebServerResources/ckeditor/lang/sl.js +M UI/WebServerResources/ckeditor/lang/sr-latn.js +M UI/WebServerResources/ckeditor/lang/sr.js +M UI/WebServerResources/ckeditor/lang/sv.js +M UI/WebServerResources/ckeditor/lang/th.js +M UI/WebServerResources/ckeditor/lang/tr.js +M UI/WebServerResources/ckeditor/lang/uk.js +M UI/WebServerResources/ckeditor/lang/vi.js +M UI/WebServerResources/ckeditor/lang/zh-cn.js +M UI/WebServerResources/ckeditor/lang/zh.js +M UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/en.js +M UI/WebServerResources/ckeditor/plugins/about/dialogs/about.js +A UI/WebServerResources/ckeditor/plugins/bbcode/plugin.js +M UI/WebServerResources/ckeditor/plugins/clipboard/dialogs/paste.js +A UI/WebServerResources/ckeditor/plugins/docprops/dialogs/docprops.js +A UI/WebServerResources/ckeditor/plugins/docprops/plugin.js +M UI/WebServerResources/ckeditor/plugins/find/dialogs/find.js +M UI/WebServerResources/ckeditor/plugins/flash/dialogs/flash.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/select.js +M UI/WebServerResources/ckeditor/plugins/iframe/dialogs/iframe.js +M UI/WebServerResources/ckeditor/plugins/iframedialog/plugin.js +M UI/WebServerResources/ckeditor/plugins/image/dialogs/image.js +M UI/WebServerResources/ckeditor/plugins/link/dialogs/anchor.js +M UI/WebServerResources/ckeditor/plugins/link/dialogs/link.js +M UI/WebServerResources/ckeditor/plugins/liststyle/dialogs/liststyle.js +M UI/WebServerResources/ckeditor/plugins/pastefromword/filter/default.js +M UI/WebServerResources/ckeditor/plugins/pastetext/dialogs/pastetext.js +M UI/WebServerResources/ckeditor/plugins/smiley/dialogs/smiley.js +A UI/WebServerResources/ckeditor/plugins/stylesheetparser/plugin.js +M UI/WebServerResources/ckeditor/plugins/table/dialogs/table.js +M UI/WebServerResources/ckeditor/plugins/tableresize/plugin.js +M UI/WebServerResources/ckeditor/plugins/templates/dialogs/templates.js +M UI/WebServerResources/ckeditor/skins/kama/dialog.css +M UI/WebServerResources/ckeditor/skins/kama/editor.css +M UI/WebServerResources/ckeditor/skins/kama/skin.js +M UI/WebServerResources/ckeditor/skins/office2003/dialog.css +M UI/WebServerResources/ckeditor/skins/office2003/editor.css +M UI/WebServerResources/ckeditor/skins/office2003/skin.js +M UI/WebServerResources/ckeditor/skins/v2/dialog.css +M UI/WebServerResources/ckeditor/skins/v2/editor.css +M UI/WebServerResources/ckeditor/skins/v2/skin.js +M UI/WebServerResources/ckeditor/themes/default/theme.js + commit 1223fc9840292311ac0fe3b3bea2eee6b160303a Author: Francis Lachapelle Date: Mon Jun 20 21:17:49 2011 +0000 @@ -22283,6 +25594,9 @@ Date: Mon Jun 20 21:17:49 2011 +0000 Monotone-Date: 2011-06-20T21:17:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxAppointmentEditor.js + commit e20a5fc6c01f1e119a17eb88f539b463e08d4130 Author: Francis Lachapelle Date: Thu Jun 16 08:11:06 2011 +0000 @@ -22296,6 +25610,9 @@ Date: Thu Jun 16 08:11:06 2011 +0000 Monotone-Date: 2011-06-16T08:11:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 35344ae1f78d6d59b8807b2f636d281d2a144abe Author: Francis Lachapelle Date: Thu Jun 16 04:09:49 2011 +0000 @@ -22309,6 +25626,9 @@ Date: Thu Jun 16 04:09:49 2011 +0000 Monotone-Date: 2011-06-16T04:09:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit a74b23323c7e11216525911973ec4aaa198ae5bf Author: Francis Lachapelle Date: Wed Jun 15 12:32:54 2011 +0000 @@ -22320,6 +25640,8 @@ Date: Wed Jun 15 12:32:54 2011 +0000 Monotone-Date: 2011-06-15T12:32:54 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.js + commit b9f1ff6904ddfaaf6ee51a524db27d9a6590291c Author: Francis Lachapelle Date: Wed Jun 15 12:23:21 2011 +0000 @@ -22333,6 +25655,8 @@ Date: Wed Jun 15 12:23:21 2011 +0000 Monotone-Date: 2011-06-15T12:23:21 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoTimePicker.js + commit 95b97a5f076acdf7608536b5bed54d78dbb9a32a Author: Francis Lachapelle Date: Wed Jun 15 09:37:56 2011 +0000 @@ -22346,6 +25670,10 @@ Date: Wed Jun 15 09:37:56 2011 +0000 Monotone-Date: 2011-06-15T09:37:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SOGoTimePicker.js +M UI/WebServerResources/UIxAppointmentEditor.js + commit a9547efac01baca173041ab96dfa457de21f66d4 Author: Francis Lachapelle Date: Wed Jun 15 09:29:04 2011 +0000 @@ -22359,6 +25687,9 @@ Date: Wed Jun 15 09:29:04 2011 +0000 Monotone-Date: 2011-06-15T09:29:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit d8b2d852b9c5252da1288d8fd78d81d39a5f1520 Author: Ludovic Marcotte Date: Fri Jun 17 20:57:17 2011 +0000 @@ -22372,21 +25703,8 @@ Date: Fri Jun 17 20:57:17 2011 +0000 Monotone-Date: 2011-06-17T20:57:17 Monotone-Branch: ca.inverse.sogo -commit 8d93ffce6df59596c93b464ca75e0902b9f0e871 -Merge: 70dfe9a 310c6af -Author: Ludovic Marcotte -Date: Fri Jun 17 13:19:18 2011 +0000 - - merge of '8ac94a78bb2ff47a9c8c93921883f5d1ed948bae' - and '95fd526cbec8bccb226bbd63d3442c7d12061aa3' - - Monotone-Parent: 8ac94a78bb2ff47a9c8c93921883f5d1ed948bae - Monotone-Parent: 95fd526cbec8bccb226bbd63d3442c7d12061aa3 - Monotone-Revision: a1ae082f345f010ed0903ee2ac6873682313ca49 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2011-06-17T13:19:18 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/iCalEvent.m commit 70dfe9a7826818202435b88693a1fb9633d27ea8 Author: Wolfgang Sourdeau @@ -22399,6 +25717,9 @@ Date: Thu Jun 16 18:47:37 2011 +0000 Monotone-Date: 2011-06-16T18:47:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreSOGo.m + commit b307abf336dd781ed20a89ef325294e945c8f6ac Author: Wolfgang Sourdeau Date: Thu Jun 16 18:47:14 2011 +0000 @@ -22410,6 +25731,9 @@ Date: Thu Jun 16 18:47:14 2011 +0000 Monotone-Date: 2011-06-16T18:47:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.m + commit 310c6affbf2ca85ad725cfd18d8d4fb6c5474795 Author: Ludovic Marcotte Date: Thu Jun 16 17:04:00 2011 +0000 @@ -22423,6 +25747,9 @@ Date: Thu Jun 16 17:04:00 2011 +0000 Monotone-Date: 2011-06-16T17:04:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFolderActions.m + commit 8145059809c57df5c0cc1af7d92027f381454401 Author: Ludovic Marcotte Date: Thu Jun 16 15:47:28 2011 +0000 @@ -22436,6 +25763,8 @@ Date: Thu Jun 16 15:47:28 2011 +0000 Monotone-Date: 2011-06-16T15:47:28 Monotone-Branch: ca.inverse.sogo +M Scripts/logrotate + commit a3ede0e519fc4ebaa25da9739af4089507bb94a6 Author: Ludovic Marcotte Date: Thu Jun 16 15:37:51 2011 +0000 @@ -22449,6 +25778,9 @@ Date: Thu Jun 16 15:37:51 2011 +0000 Monotone-Date: 2011-06-16T15:37:51 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile.preamble +M configure + commit 06419a4edfcaf4306f85bec81a7460058cff923b Author: Ludovic Marcotte Date: Thu Jun 16 15:35:13 2011 +0000 @@ -22462,6 +25794,8 @@ Date: Thu Jun 16 15:35:13 2011 +0000 Monotone-Date: 2011-06-16T15:35:13 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile.preamble + commit 2607436632c77b4bfd46371810b35ea1459ba29a Author: Wolfgang Sourdeau Date: Thu Jun 16 14:40:59 2011 +0000 @@ -22473,6 +25807,11 @@ Date: Thu Jun 16 14:40:59 2011 +0000 Monotone-Date: 2011-06-16T14:40:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M Tools/GNUmakefile +A Tools/SOGoToolRenameUser.m + commit c3eaf9f3da876f419dbc3b652efc54a3f810ef4a Author: Wolfgang Sourdeau Date: Thu Jun 16 14:38:14 2011 +0000 @@ -22484,6 +25823,10 @@ Date: Thu Jun 16 14:38:14 2011 +0000 Monotone-Date: 2011-06-16T14:38:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m + commit 4a9031ed2f98626ec992fbb77952465864d92bd1 Author: Wolfgang Sourdeau Date: Wed Jun 15 20:24:35 2011 +0000 @@ -22497,6 +25840,8 @@ Date: Wed Jun 15 20:24:35 2011 +0000 Monotone-Date: 2011-06-15T20:24:35 Monotone-Branch: ca.inverse.sogo +M UI/Common/French.lproj/Localizable.strings + commit cf79ddcb628455e6f3505e3c5acd8ec7a01f1e87 Author: Wolfgang Sourdeau Date: Wed Jun 15 18:35:00 2011 +0000 @@ -22508,21 +25853,9 @@ Date: Wed Jun 15 18:35:00 2011 +0000 Monotone-Date: 2011-06-15T18:35:00 Monotone-Branch: ca.inverse.sogo -commit 7a4c4df9a75fafaebdfc1d82f216835dc72e17c2 -Merge: 7dd0f45 59f03d6 -Author: Francis Lachapelle -Date: Tue Jun 14 13:15:51 2011 +0000 - - merge of 'b0c7b4b626567d13058b5a3e35a0d9854a4459eb' - and 'c7e5e47c096416ee9cd8e6c7c86cab9483739027' - - Monotone-Parent: b0c7b4b626567d13058b5a3e35a0d9854a4459eb - Monotone-Parent: c7e5e47c096416ee9cd8e6c7c86cab9483739027 - Monotone-Revision: 063d3ecd7926ad37de863baa4d97b7dc9fac9283 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-06-14T13:15:51 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/MAPIStoreSpoolerContext.h +A OpenChange/MAPIStoreSpoolerContext.m commit 7dd0f45f31497bc7f32c8259a8eed7a8dd8e1863 Author: Wolfgang Sourdeau @@ -22535,6 +25868,8 @@ Date: Wed Jun 15 14:04:51 2011 +0000 Monotone-Date: 2011-06-15T14:04:51 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m + commit 59f03d6cdd281242d7b94185e7273ff7044bf133 Author: Francis Lachapelle Date: Tue Jun 14 13:15:22 2011 +0000 @@ -22548,6 +25883,8 @@ Date: Tue Jun 14 13:15:22 2011 +0000 Monotone-Date: 2011-06-14T13:15:22 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/browser_chrome.gif + commit 92315c220cb09416175fd420226245bab8e92ee5 Author: Francis Lachapelle Date: Tue Jun 14 05:49:07 2011 +0000 @@ -22559,6 +25896,8 @@ Date: Tue Jun 14 05:49:07 2011 +0000 Monotone-Date: 2011-06-14T05:49:07 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MainUI/SOGoBrowsersPanel.wox + commit f7d03def6c767feda2ab91b9e3395b02c6d30d81 Author: Francis Lachapelle Date: Tue Jun 14 05:13:02 2011 +0000 @@ -22572,6 +25911,8 @@ Date: Tue Jun 14 05:13:02 2011 +0000 Monotone-Date: 2011-06-14T05:13:02 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MainUI/SOGoBrowsersPanel.wox + commit 66043fced164d84eee96f313aaf959c98310fbf8 Author: Francis Lachapelle Date: Tue Jun 14 05:12:05 2011 +0000 @@ -22583,6 +25924,8 @@ Date: Tue Jun 14 05:12:05 2011 +0000 Monotone-Date: 2011-06-14T05:12:05 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox + commit 59d765cd69b3f4395b583d244ca883fcc20ed2a7 Author: Francis Lachapelle Date: Tue Jun 14 04:56:36 2011 +0000 @@ -22596,6 +25939,10 @@ Date: Tue Jun 14 04:56:36 2011 +0000 Monotone-Date: 2011-06-14T04:56:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js + commit 2015c05a3c9f0b39d47c189cb9ea755b4ad558b7 Author: Francis Lachapelle Date: Mon Jun 13 20:28:10 2011 +0000 @@ -22609,6 +25956,22 @@ Date: Mon Jun 13 20:28:10 2011 +0000 Monotone-Date: 2011-06-13T20:28:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/UIxTaskEditor.m +M UI/Scheduler/UIxTimeDateControl.h +M UI/Scheduler/UIxTimeDateControl.m +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/Templates/SchedulerUI/UIxTimeDateControl.wox +M UI/WebServerResources/JavascriptAPIExtensions.js +A UI/WebServerResources/SOGoTimePicker.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxComponentEditor.css +M UI/WebServerResources/UIxTaskEditor.js +A UI/WebServerResources/dialog-top.png +M UI/WebServerResources/iefixes.css + commit 80b7efed49fd51ce876d6183506c860178b4b838 Author: Francis Lachapelle Date: Wed Jun 8 20:30:21 2011 +0000 @@ -22622,21 +25985,8 @@ Date: Wed Jun 8 20:30:21 2011 +0000 Monotone-Date: 2011-06-08T20:30:21 Monotone-Branch: ca.inverse.sogo -commit 7329498b8be9832e6757afd115acc40f8323b6a1 -Merge: 2974a91 71f9228 -Author: Francis Lachapelle -Date: Tue Jun 7 14:03:43 2011 +0000 - - merge of '06779f0bbfe40e7611b69790cf2eff4809382438' - and 'a92e5913badf5a71e06b1253bb3137e83d7ad34e' - - Monotone-Parent: 06779f0bbfe40e7611b69790cf2eff4809382438 - Monotone-Parent: a92e5913badf5a71e06b1253bb3137e83d7ad34e - Monotone-Revision: 64282771e1fb25846e93ccef41b7198b11c569f6 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-06-07T14:03:43 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js commit 2974a91c5ed296948f881a78f065af2af2f002fc Author: Wolfgang Sourdeau @@ -22649,6 +25999,30 @@ Date: Tue Jun 7 00:17:46 2011 +0000 Monotone-Date: 2011-06-07T00:17:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.h +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreFAIMessage.m +M OpenChange/MAPIStoreFAIMessageTable.m +M OpenChange/MAPIStoreFSFolder.m +M OpenChange/MAPIStoreFSMessage.m +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreGCSMessage.m +M OpenChange/MAPIStoreMailFolder.h +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreTable.m +M OpenChange/MAPIStoreTasksMessage.h +M OpenChange/MAPIStoreTasksMessage.m + commit b11f1c25df1e9aa27add50574c4b7dd4af9e1243 Author: Wolfgang Sourdeau Date: Tue Jun 7 00:08:09 2011 +0000 @@ -22660,6 +26034,9 @@ Date: Tue Jun 7 00:08:09 2011 +0000 Monotone-Date: 2011-06-07T00:08:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessage.m + commit a9adafcb8ac36b6b3062e120d6f94b2c8820ade1 Author: Wolfgang Sourdeau Date: Tue Jun 7 00:03:34 2011 +0000 @@ -22671,6 +26048,8 @@ Date: Tue Jun 7 00:03:34 2011 +0000 Monotone-Date: 2011-06-07T00:03:34 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreSOGo.m + commit bf3e4fe3f3acd078634f3841fac5332a03574a19 Author: Wolfgang Sourdeau Date: Tue Jun 7 00:02:54 2011 +0000 @@ -22682,6 +26061,11 @@ Date: Tue Jun 7 00:02:54 2011 +0000 Monotone-Date: 2011-06-07T00:02:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreSOGo.m + commit 26ce606830d38c13b8dbee34870c44de22b38d73 Author: Wolfgang Sourdeau Date: Mon Jun 6 23:59:31 2011 +0000 @@ -22693,6 +26077,13 @@ Date: Mon Jun 6 23:59:31 2011 +0000 Monotone-Date: 2011-06-06T23:59:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTable.h +M OpenChange/MAPIStoreTable.m + commit fbdde21ec00110776e374c985bfe9da09da57a7e Author: Wolfgang Sourdeau Date: Mon Jun 6 21:58:51 2011 +0000 @@ -22704,6 +26095,8 @@ Date: Mon Jun 6 21:58:51 2011 +0000 Monotone-Date: 2011-06-06T21:58:51 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreTable.m + commit 795e1ad398809db6c2b7d11449644b77b01e1b28 Author: Wolfgang Sourdeau Date: Mon Jun 6 21:58:46 2011 +0000 @@ -22715,6 +26108,9 @@ Date: Mon Jun 6 21:58:46 2011 +0000 Monotone-Date: 2011-06-06T21:58:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m + commit ebdaddb2b3b2168a5ee8c2f68d4b9f02448a842a Author: Wolfgang Sourdeau Date: Mon Jun 6 21:55:31 2011 +0000 @@ -22726,6 +26122,8 @@ Date: Mon Jun 6 21:55:31 2011 +0000 Monotone-Date: 2011-06-06T21:55:31 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreFolder.h + commit 5d769de150822aa7f51d1bc20e76e4ca8038a4fb Author: Wolfgang Sourdeau Date: Mon Jun 6 21:50:16 2011 +0000 @@ -22737,6 +26135,9 @@ Date: Mon Jun 6 21:50:16 2011 +0000 Monotone-Date: 2011-06-06T21:50:16 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMailMessageTable.m + commit 71f92289d2770926670d4503325eb50276a28751 Author: Francis Lachapelle Date: Mon Jun 6 21:00:23 2011 +0000 @@ -22750,6 +26151,9 @@ Date: Mon Jun 6 21:00:23 2011 +0000 Monotone-Date: 2011-06-06T21:00:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 9ee3e2c42a89de249e9ffdd0c5aeaa6bccb235a9 Author: Wolfgang Sourdeau Date: Sat Jun 4 00:14:38 2011 +0000 @@ -22761,6 +26165,8 @@ Date: Sat Jun 4 00:14:38 2011 +0000 Monotone-Date: 2011-06-04T00:14:38 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreTypes.h + commit 75ea772c42009ba80736f4157b4e815a25baa53a Author: Wolfgang Sourdeau Date: Sat Jun 4 00:13:43 2011 +0000 @@ -22772,6 +26178,10 @@ Date: Sat Jun 4 00:13:43 2011 +0000 Monotone-Date: 2011-06-04T00:13:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoMAPIFSFolder.h +M OpenChange/SOGoMAPIFSFolder.m + commit 33ae25f6be6c1c94440437f68bba514b8722429e Author: Wolfgang Sourdeau Date: Sat Jun 4 00:11:43 2011 +0000 @@ -22783,21 +26193,9 @@ Date: Sat Jun 4 00:11:43 2011 +0000 Monotone-Date: 2011-06-04T00:11:43 Monotone-Branch: ca.inverse.sogo -commit 41076b397fbf860505c188311c6178ff45d526ba -Merge: 4cd03b3 a5614e9 -Author: Wolfgang Sourdeau -Date: Sat Jun 4 00:03:42 2011 +0000 - - merge of '47c78c5b5ba20e869ca5d21c7e0575d6f8a0ea6b' - and '70abddfe36eb868aa185ad5ad7f41e1c8fe7ee9c' - - Monotone-Parent: 47c78c5b5ba20e869ca5d21c7e0575d6f8a0ea6b - Monotone-Parent: 70abddfe36eb868aa185ad5ad7f41e1c8fe7ee9c - Monotone-Revision: fb3ae1be0d4c0ad6fd7491bea70eefa829243ad4 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-06-04T00:03:42 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoMAPIFSMessage.h +M OpenChange/SOGoMAPIFSMessage.m commit a5614e93f55ea115be9ce22ffd17d7031fce34f3 Author: Wolfgang Sourdeau @@ -22810,6 +26208,11 @@ Date: Fri Jun 3 23:59:02 2011 +0000 Monotone-Date: 2011-06-03T23:59:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreSOGo.m + commit 786bf7068aadfd523e3510ddc25140062e41dd50 Author: Wolfgang Sourdeau Date: Fri Jun 3 23:56:21 2011 +0000 @@ -22821,6 +26224,9 @@ Date: Fri Jun 3 23:56:21 2011 +0000 Monotone-Date: 2011-06-03T23:56:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessageTable.m + commit d320e468285dff39bb6bc92a2e27a37551ca03f2 Author: Wolfgang Sourdeau Date: Fri Jun 3 23:54:23 2011 +0000 @@ -22832,6 +26238,8 @@ Date: Fri Jun 3 23:54:23 2011 +0000 Monotone-Date: 2011-06-03T23:54:23 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreCommonViewsContext.m + commit 3b0b350ff30849eeacdb3fa463bb79bb2d27ac8f Author: Wolfgang Sourdeau Date: Fri Jun 3 23:53:30 2011 +0000 @@ -22843,6 +26251,15 @@ Date: Fri Jun 3 23:53:30 2011 +0000 Monotone-Date: 2011-06-03T23:53:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAttachment.m +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreFolderTable.m +M OpenChange/MAPIStoreMapping.h +M OpenChange/MAPIStoreMapping.m +M OpenChange/MAPIStoreMessageTable.m + commit 86720911782e6ed750bb9a27201092184a6c9169 Author: Wolfgang Sourdeau Date: Fri Jun 3 23:45:42 2011 +0000 @@ -22854,6 +26271,11 @@ Date: Fri Jun 3 23:45:42 2011 +0000 Monotone-Date: 2011-06-03T23:45:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreMailContext.h +M OpenChange/MAPIStoreMailContext.m + commit e559b5a255ad4e9739e2ed98b6ea6b4ebb27170e Author: Wolfgang Sourdeau Date: Fri Jun 3 23:39:54 2011 +0000 @@ -22865,6 +26287,8 @@ Date: Fri Jun 3 23:39:54 2011 +0000 Monotone-Date: 2011-06-03T23:39:54 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 4cd03b325ff53ac27170b9194be2ed82d8a687a4 Author: Francis Lachapelle Date: Fri Jun 3 16:14:48 2011 +0000 @@ -22878,6 +26302,8 @@ Date: Fri Jun 3 16:14:48 2011 +0000 Monotone-Date: 2011-06-03T16:14:48 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 066f81089dfcd43092b405e95d81ffc5f2ef6e43 Author: Francis Lachapelle Date: Fri Jun 3 16:05:25 2011 +0000 @@ -22891,6 +26317,10 @@ Date: Fri Jun 3 16:05:25 2011 +0000 Monotone-Date: 2011-06-03T16:05:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.js + commit 29abecf0c1a55c5463256e47a80b5c94da395d5a Author: Francis Lachapelle Date: Thu Jun 2 19:23:31 2011 +0000 @@ -22904,6 +26334,12 @@ Date: Thu Jun 2 19:23:31 2011 +0000 Monotone-Date: 2011-06-02T19:23:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.js +M UI/WebServerResources/iefixes.css + commit 38e45f6a3e0046d5b47bd6408482045b85c305cc Author: Francis Lachapelle Date: Thu Jun 2 13:56:26 2011 +0000 @@ -22917,6 +26353,9 @@ Date: Thu Jun 2 13:56:26 2011 +0000 Monotone-Date: 2011-06-02T13:56:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxPreferences.js + commit 5b290c914131bf094de26c1be16e9c8b82f0c8a3 Author: Francis Lachapelle Date: Thu Jun 2 13:55:41 2011 +0000 @@ -22930,6 +26369,14 @@ Date: Thu Jun 2 13:55:41 2011 +0000 Monotone-Date: 2011-06-02T13:55:41 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Norwegian.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings + commit ee80df4ce8a5ed83dd60687e4a24740d9b90294a Author: Francis Lachapelle Date: Thu Jun 2 13:54:59 2011 +0000 @@ -22943,6 +26390,25 @@ Date: Thu Jun 2 13:54:59 2011 +0000 Monotone-Date: 2011-06-02T13:54:59 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/BrazilianPortuguese.lproj/Localizable.strings +M SoObjects/Appointments/Catalan.lproj/Localizable.strings +M SoObjects/Appointments/Czech.lproj/Localizable.strings +M SoObjects/Appointments/Dutch.lproj/Localizable.strings +M SoObjects/Appointments/Hungarian.lproj/Localizable.strings +M SoObjects/Appointments/Icelandic.lproj/Localizable.strings +M SoObjects/Appointments/Italian.lproj/Localizable.strings +M SoObjects/Appointments/Norwegian.lproj/Localizable.strings +M SoObjects/Appointments/Polish.lproj/Localizable.strings +M SoObjects/Appointments/Russian.lproj/Localizable.strings +M SoObjects/Appointments/Swedish.lproj/Localizable.strings +M SoObjects/Appointments/Ukrainian.lproj/Localizable.strings +M SoObjects/Appointments/Welsh.lproj/Localizable.strings +M UI/Common/Norwegian.lproj/Localizable.strings +M UI/MailerUI/Catalan.lproj/Localizable.strings +M UI/MailerUI/Norwegian.lproj/Localizable.strings +M UI/MainUI/Norwegian.lproj/Localizable.strings +M UI/MainUI/Ukrainian.lproj/Localizable.strings + commit 53a01edee4193454e29931eb831f5a22c8934fc3 Author: Francis Lachapelle Date: Wed Jun 1 21:10:25 2011 +0000 @@ -22956,6 +26422,32 @@ Date: Wed Jun 1 21:10:25 2011 +0000 Monotone-Date: 2011-06-01T21:10:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/SOGo/NSArray+Utilities.m +M SoObjects/SOGo/SOGoDefaults.plist +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m +M UI/MailerUI/UIxMailListActions.h +M UI/MailerUI/UIxMailListActions.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/PreferencesUI/UIxPreferences.m +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDataTable.js +M UI/WebServerResources/SOGoMailDataSource.js +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/generic.js +M UI/WebServerResources/iefixes.css + commit 624172fe9233a26ea4b5d00e00fa0550a6725966 Author: Francis Lachapelle Date: Wed Jun 1 17:54:03 2011 +0000 @@ -22969,6 +26461,9 @@ Date: Wed Jun 1 17:54:03 2011 +0000 Monotone-Date: 2011-06-01T17:54:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.m + commit d8f21e6b6eefe33405d0bad41f34ad6f49fa26fd Author: Francis Lachapelle Date: Wed Jun 1 17:49:12 2011 +0000 @@ -22982,6 +26477,8 @@ Date: Wed Jun 1 17:49:12 2011 +0000 Monotone-Date: 2011-06-01T17:49:12 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit d1ba8f6e061f19e00fa9b1b964cbf3013d435b6a Author: Francis Lachapelle Date: Tue May 31 20:16:43 2011 +0000 @@ -22995,6 +26492,11 @@ Date: Tue May 31 20:16:43 2011 +0000 Monotone-Date: 2011-05-31T20:16:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.css + commit cf4de4c817f18c14c07e97af8f44661f464a17ec Author: Francis Lachapelle Date: Tue May 31 19:12:46 2011 +0000 @@ -23008,6 +26510,16 @@ Date: Tue May 31 19:12:46 2011 +0000 Monotone-Date: 2011-05-31T19:12:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M UI/Scheduler/NSArray+Scheduler.m +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/generic.css + commit 792952088afcac8023199c935e7465682af96c9c Author: Wolfgang Sourdeau Date: Tue May 31 05:13:29 2011 +0000 @@ -23019,6 +26531,9 @@ Date: Tue May 31 05:13:29 2011 +0000 Monotone-Date: 2011-05-31T05:13:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTypes.m + commit 9acf611d507dfdf7f0d81a7feff9bb13a0988d3b Author: Wolfgang Sourdeau Date: Tue May 31 05:07:45 2011 +0000 @@ -23030,6 +26545,9 @@ Date: Tue May 31 05:07:45 2011 +0000 Monotone-Date: 2011-05-31T05:07:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSObject+MAPIStore.m + commit ab9fbf320e594c16b0e015a11b2ccea2c5743bea Author: Wolfgang Sourdeau Date: Tue May 31 05:06:26 2011 +0000 @@ -23041,6 +26559,10 @@ Date: Tue May 31 05:06:26 2011 +0000 Monotone-Date: 2011-05-31T05:06:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSValue+MAPIStore.h +M OpenChange/NSValue+MAPIStore.m + commit f409c1cb3ee765dfbd742810761bca6d63331155 Author: Wolfgang Sourdeau Date: Tue May 31 05:04:46 2011 +0000 @@ -23052,6 +26574,10 @@ Date: Tue May 31 05:04:46 2011 +0000 Monotone-Date: 2011-05-31T05:04:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/MAPIStoreFallbackContext.h +A OpenChange/MAPIStoreFallbackContext.m + commit 29056ba07d15ca721c90b1b709b35e21a3989ebc Author: Wolfgang Sourdeau Date: Tue May 31 05:01:43 2011 +0000 @@ -23063,6 +26589,11 @@ Date: Tue May 31 05:01:43 2011 +0000 Monotone-Date: 2011-05-31T05:01:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreSOGo.m + commit a5440bd52d80ac927fdafedece99d6152674729e Author: Wolfgang Sourdeau Date: Tue May 31 03:39:36 2011 +0000 @@ -23074,6 +26605,17 @@ Date: Tue May 31 03:39:36 2011 +0000 Monotone-Date: 2011-05-31T03:39:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +A OpenChange/MAPIStoreActiveTables.h +A OpenChange/MAPIStoreActiveTables.m +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTable.h +M OpenChange/MAPIStoreTable.m + commit 0c99e0425263d648d3a20bc1efeeef75dd607ae9 Author: Wolfgang Sourdeau Date: Mon May 30 22:07:21 2011 +0000 @@ -23085,6 +26627,9 @@ Date: Mon May 30 22:07:21 2011 +0000 Monotone-Date: 2011-05-30T22:07:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/code-MAPIStorePropertySelectors.m + commit 59faa3a7bd99eed622bae099a12d2ae097dcec43 Author: Wolfgang Sourdeau Date: Mon May 30 21:23:03 2011 +0000 @@ -23096,6 +26641,10 @@ Date: Mon May 30 21:23:03 2011 +0000 Monotone-Date: 2011-05-30T21:23:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.h +M SoObjects/SOGo/SOGoContentObject.m + commit 3c16ada230811bd7e90ef005979bf8f804abd25a Author: Wolfgang Sourdeau Date: Mon May 30 21:21:39 2011 +0000 @@ -23107,6 +26656,9 @@ Date: Mon May 30 21:21:39 2011 +0000 Monotone-Date: 2011-05-30T21:21:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit b050971d3854335a19804f15a8017eefd95e0540 Author: Wolfgang Sourdeau Date: Mon May 30 21:17:26 2011 +0000 @@ -23118,21 +26670,9 @@ Date: Mon May 30 21:17:26 2011 +0000 Monotone-Date: 2011-05-30T21:17:26 Monotone-Branch: ca.inverse.sogo -commit 5ccb4ffa2fae7a5b6f1cc16f136717472439f5b4 -Merge: 8dfda28 68cb4e4 -Author: Wolfgang Sourdeau -Date: Mon May 30 21:16:09 2011 +0000 - - merge of 'c65e5de16bdce7bebdde2adc5fd2504e2066e9f2' - and 'cdffa33720324e664e37834e059eaa9964d13092' - - Monotone-Parent: c65e5de16bdce7bebdde2adc5fd2504e2066e9f2 - Monotone-Parent: cdffa33720324e664e37834e059eaa9964d13092 - Monotone-Revision: e347244635dd06d86b291dac5a5f75e1f9d61eb9 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-05-30T21:16:09 - Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.h +M SOPE/GDLContentStore/GCSFolder.m commit 8dfda2873f790061e9ce346c82a2edb8ecded496 Author: Wolfgang Sourdeau @@ -23145,6 +26685,26 @@ Date: Mon May 30 21:12:56 2011 +0000 Monotone-Date: 2011-05-30T21:12:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreCalendarMessageTable.m +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/MAPIStoreContactsMessageTable.m +M OpenChange/MAPIStoreGCSFolder.h +M OpenChange/MAPIStoreGCSFolder.m +M OpenChange/MAPIStoreMailAttachment.m +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreRecurrenceUtils.m +M OpenChange/MAPIStoreTasksMessage.m +M OpenChange/MAPIStoreTasksMessageTable.m +M OpenChange/MAPIStoreTypes.m +D OpenChange/NSCalendarDate+MAPIStore.h +D OpenChange/NSCalendarDate+MAPIStore.m +A OpenChange/NSDate+MAPIStore.h +A OpenChange/NSDate+MAPIStore.m +M OpenChange/NSObject+MAPIStore.m + commit 09e223836abfc2b28314489fae67e275388a797e Author: Wolfgang Sourdeau Date: Mon May 30 20:52:02 2011 +0000 @@ -23156,6 +26716,9 @@ Date: Mon May 30 20:52:02 2011 +0000 Monotone-Date: 2011-05-30T20:52:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/gen-property-selectors.py + commit 68cb4e465a8a7d9db74af0ce37d50cf499001bdf Author: Francis Lachapelle Date: Fri May 27 20:53:16 2011 +0000 @@ -23169,6 +26732,28 @@ Date: Fri May 27 20:53:16 2011 +0000 Monotone-Date: 2011-05-27T20:53:16 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Catalan.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Icelandic.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Norwegian.lproj/Localizable.strings +M UI/PreferencesUI/Polish.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/UIxPreferences.m +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/UIxPreferences.js + commit 9b07317a487124954d9a296e7f286d52d35da668 Author: Francis Lachapelle Date: Fri May 27 20:36:32 2011 +0000 @@ -23182,6 +26767,15 @@ Date: Fri May 27 20:36:32 2011 +0000 Monotone-Date: 2011-05-27T20:36:32 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/Icelandic.lproj/Localizable.strings +M SoObjects/Mailer/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.html +M SoObjects/Mailer/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.html +M UI/Common/Icelandic.lproj/Localizable.strings +M UI/MainUI/Icelandic.lproj/Locale +M UI/MainUI/Icelandic.lproj/Localizable.strings +M UI/Scheduler/Icelandic.lproj/Localizable.strings +M UI/Templates/SOGoFolderIcelandicAdditionAdvisory.wox + commit 3235f86699fd4bcf06c90ad57a5bded8a56bbd3e Author: Francis Lachapelle Date: Fri May 27 20:33:26 2011 +0000 @@ -23195,6 +26789,8 @@ Date: Fri May 27 20:33:26 2011 +0000 Monotone-Date: 2011-05-27T20:33:26 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/Icelandic.lproj/Localizable.strings + commit 4842ff56f75e65baf5958659d2e31c9e5948ae68 Author: Francis Lachapelle Date: Fri May 27 17:54:03 2011 +0000 @@ -23208,6 +26804,8 @@ Date: Fri May 27 17:54:03 2011 +0000 Monotone-Date: 2011-05-27T17:54:03 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 4807299483b9c893462adedaebeae5db59a8df54 Author: Francis Lachapelle Date: Fri May 20 16:03:06 2011 +0000 @@ -23221,6 +26819,8 @@ Date: Fri May 20 16:03:06 2011 +0000 Monotone-Date: 2011-05-20T16:03:06 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/Icelandic.lproj/Localizable.strings + commit 4ce19de6c18cfdd0728ddc576ca69b840d6086d9 Author: Francis Lachapelle Date: Fri May 20 15:29:33 2011 +0000 @@ -23234,6 +26834,8 @@ Date: Fri May 20 15:29:33 2011 +0000 Monotone-Date: 2011-05-20T15:29:33 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/Icelandic.lproj/Localizable.strings + commit 17c4ec949a2fc9a90d8c8f44c201233f0995b967 Author: Jean Raby Date: Fri May 20 20:22:56 2011 +0000 @@ -23247,6 +26849,9 @@ Date: Fri May 20 20:22:56 2011 +0000 Monotone-Date: 2011-05-20T20:22:56 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/config.py.in +A Tests/Integration/test-sogo-tool.py + commit a134cbe2cb69b4a44697e4dc23370f288b4f5be4 Author: Jean Raby Date: Fri May 20 19:46:13 2011 +0000 @@ -23260,6 +26865,8 @@ Date: Fri May 20 19:46:13 2011 +0000 Monotone-Date: 2011-05-20T19:46:13 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/teststrings.sh + commit b86de24ecfc49c70c83f4a7111c2a28665a8a595 Author: Jean Raby Date: Thu May 19 21:19:28 2011 +0000 @@ -23273,6 +26880,8 @@ Date: Thu May 19 21:19:28 2011 +0000 Monotone-Date: 2011-05-19T21:19:28 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/test-sieve.py + commit bb2420c98e950add6b6e608b02323f08f93bf98b Author: Ludovic Marcotte Date: Tue May 17 14:27:04 2011 +0000 @@ -23286,6 +26895,415 @@ Date: Tue May 17 14:27:04 2011 +0000 Monotone-Date: 2011-05-17T14:27:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/TimeZones/Africa/Abidjan.ics +M SOPE/NGCards/TimeZones/Africa/Accra.ics +M SOPE/NGCards/TimeZones/Africa/Addis_Ababa.ics +M SOPE/NGCards/TimeZones/Africa/Algiers.ics +M SOPE/NGCards/TimeZones/Africa/Asmara.ics +M SOPE/NGCards/TimeZones/Africa/Bamako.ics +M SOPE/NGCards/TimeZones/Africa/Bangui.ics +M SOPE/NGCards/TimeZones/Africa/Banjul.ics +M SOPE/NGCards/TimeZones/Africa/Bissau.ics +M SOPE/NGCards/TimeZones/Africa/Blantyre.ics +M SOPE/NGCards/TimeZones/Africa/Brazzaville.ics +M SOPE/NGCards/TimeZones/Africa/Bujumbura.ics +M SOPE/NGCards/TimeZones/Africa/Cairo.ics +M SOPE/NGCards/TimeZones/Africa/Casablanca.ics +M SOPE/NGCards/TimeZones/Africa/Ceuta.ics +M SOPE/NGCards/TimeZones/Africa/Conakry.ics +M SOPE/NGCards/TimeZones/Africa/Dakar.ics +M SOPE/NGCards/TimeZones/Africa/Dar_es_Salaam.ics +M SOPE/NGCards/TimeZones/Africa/Djibouti.ics +M SOPE/NGCards/TimeZones/Africa/Douala.ics +M SOPE/NGCards/TimeZones/Africa/El_Aaiun.ics +M SOPE/NGCards/TimeZones/Africa/Freetown.ics +M SOPE/NGCards/TimeZones/Africa/Gaborone.ics +M SOPE/NGCards/TimeZones/Africa/Harare.ics +M SOPE/NGCards/TimeZones/Africa/Johannesburg.ics +M SOPE/NGCards/TimeZones/Africa/Kampala.ics +M SOPE/NGCards/TimeZones/Africa/Khartoum.ics +M SOPE/NGCards/TimeZones/Africa/Kigali.ics +M SOPE/NGCards/TimeZones/Africa/Kinshasa.ics +M SOPE/NGCards/TimeZones/Africa/Lagos.ics +M SOPE/NGCards/TimeZones/Africa/Libreville.ics +M SOPE/NGCards/TimeZones/Africa/Lome.ics +M SOPE/NGCards/TimeZones/Africa/Luanda.ics +M SOPE/NGCards/TimeZones/Africa/Lubumbashi.ics +M SOPE/NGCards/TimeZones/Africa/Lusaka.ics +M SOPE/NGCards/TimeZones/Africa/Malabo.ics +M SOPE/NGCards/TimeZones/Africa/Maputo.ics +M SOPE/NGCards/TimeZones/Africa/Maseru.ics +M SOPE/NGCards/TimeZones/Africa/Mbabane.ics +M SOPE/NGCards/TimeZones/Africa/Mogadishu.ics +M SOPE/NGCards/TimeZones/Africa/Monrovia.ics +M SOPE/NGCards/TimeZones/Africa/Nairobi.ics +M SOPE/NGCards/TimeZones/Africa/Ndjamena.ics +M SOPE/NGCards/TimeZones/Africa/Niamey.ics +M SOPE/NGCards/TimeZones/Africa/Nouakchott.ics +M SOPE/NGCards/TimeZones/Africa/Ouagadougou.ics +M SOPE/NGCards/TimeZones/Africa/Porto-Novo.ics +M SOPE/NGCards/TimeZones/Africa/Sao_Tome.ics +M SOPE/NGCards/TimeZones/Africa/Tripoli.ics +M SOPE/NGCards/TimeZones/Africa/Tunis.ics +M SOPE/NGCards/TimeZones/Africa/Windhoek.ics +M SOPE/NGCards/TimeZones/America/Adak.ics +M SOPE/NGCards/TimeZones/America/Anchorage.ics +M SOPE/NGCards/TimeZones/America/Anguilla.ics +M SOPE/NGCards/TimeZones/America/Antigua.ics +M SOPE/NGCards/TimeZones/America/Araguaina.ics +M SOPE/NGCards/TimeZones/America/Argentina/Buenos_Aires.ics +M SOPE/NGCards/TimeZones/America/Argentina/Catamarca.ics +M SOPE/NGCards/TimeZones/America/Argentina/Cordoba.ics +M SOPE/NGCards/TimeZones/America/Argentina/Jujuy.ics +M SOPE/NGCards/TimeZones/America/Argentina/La_Rioja.ics +M SOPE/NGCards/TimeZones/America/Argentina/Mendoza.ics +M SOPE/NGCards/TimeZones/America/Argentina/Rio_Gallegos.ics +M SOPE/NGCards/TimeZones/America/Argentina/Salta.ics +M SOPE/NGCards/TimeZones/America/Argentina/San_Juan.ics +M SOPE/NGCards/TimeZones/America/Argentina/San_Luis.ics +M SOPE/NGCards/TimeZones/America/Argentina/Tucuman.ics +M SOPE/NGCards/TimeZones/America/Argentina/Ushuaia.ics +M SOPE/NGCards/TimeZones/America/Aruba.ics +M SOPE/NGCards/TimeZones/America/Asuncion.ics +M SOPE/NGCards/TimeZones/America/Atikokan.ics +M SOPE/NGCards/TimeZones/America/Bahia.ics +M SOPE/NGCards/TimeZones/America/Bahia_Banderas.ics +M SOPE/NGCards/TimeZones/America/Barbados.ics +M SOPE/NGCards/TimeZones/America/Belem.ics +M SOPE/NGCards/TimeZones/America/Belize.ics +M SOPE/NGCards/TimeZones/America/Blanc-Sablon.ics +M SOPE/NGCards/TimeZones/America/Boa_Vista.ics +M SOPE/NGCards/TimeZones/America/Bogota.ics +M SOPE/NGCards/TimeZones/America/Boise.ics +M SOPE/NGCards/TimeZones/America/Cambridge_Bay.ics +M SOPE/NGCards/TimeZones/America/Campo_Grande.ics +M SOPE/NGCards/TimeZones/America/Cancun.ics +M SOPE/NGCards/TimeZones/America/Caracas.ics +M SOPE/NGCards/TimeZones/America/Cayenne.ics +M SOPE/NGCards/TimeZones/America/Cayman.ics +M SOPE/NGCards/TimeZones/America/Chicago.ics +M SOPE/NGCards/TimeZones/America/Chihuahua.ics +M SOPE/NGCards/TimeZones/America/Costa_Rica.ics +M SOPE/NGCards/TimeZones/America/Cuiaba.ics +M SOPE/NGCards/TimeZones/America/Curacao.ics +M SOPE/NGCards/TimeZones/America/Danmarkshavn.ics +M SOPE/NGCards/TimeZones/America/Dawson.ics +M SOPE/NGCards/TimeZones/America/Dawson_Creek.ics +M SOPE/NGCards/TimeZones/America/Denver.ics +M SOPE/NGCards/TimeZones/America/Detroit.ics +M SOPE/NGCards/TimeZones/America/Dominica.ics +M SOPE/NGCards/TimeZones/America/Edmonton.ics +M SOPE/NGCards/TimeZones/America/Eirunepe.ics +M SOPE/NGCards/TimeZones/America/El_Salvador.ics +M SOPE/NGCards/TimeZones/America/Fortaleza.ics +M SOPE/NGCards/TimeZones/America/Glace_Bay.ics +M SOPE/NGCards/TimeZones/America/Godthab.ics +M SOPE/NGCards/TimeZones/America/Goose_Bay.ics +M SOPE/NGCards/TimeZones/America/Grand_Turk.ics +M SOPE/NGCards/TimeZones/America/Grenada.ics +M SOPE/NGCards/TimeZones/America/Guadeloupe.ics +M SOPE/NGCards/TimeZones/America/Guatemala.ics +M SOPE/NGCards/TimeZones/America/Guayaquil.ics +M SOPE/NGCards/TimeZones/America/Guyana.ics +M SOPE/NGCards/TimeZones/America/Halifax.ics +M SOPE/NGCards/TimeZones/America/Havana.ics +M SOPE/NGCards/TimeZones/America/Hermosillo.ics +M SOPE/NGCards/TimeZones/America/Indiana/Indianapolis.ics +M SOPE/NGCards/TimeZones/America/Indiana/Knox.ics +M SOPE/NGCards/TimeZones/America/Indiana/Marengo.ics +M SOPE/NGCards/TimeZones/America/Indiana/Petersburg.ics +M SOPE/NGCards/TimeZones/America/Indiana/Tell_City.ics +M SOPE/NGCards/TimeZones/America/Indiana/Vevay.ics +M SOPE/NGCards/TimeZones/America/Indiana/Vincennes.ics +M SOPE/NGCards/TimeZones/America/Indiana/Winamac.ics +M SOPE/NGCards/TimeZones/America/Inuvik.ics +M SOPE/NGCards/TimeZones/America/Iqaluit.ics +M SOPE/NGCards/TimeZones/America/Jamaica.ics +M SOPE/NGCards/TimeZones/America/Juneau.ics +M SOPE/NGCards/TimeZones/America/Kentucky/Louisville.ics +M SOPE/NGCards/TimeZones/America/Kentucky/Monticello.ics +M SOPE/NGCards/TimeZones/America/La_Paz.ics +M SOPE/NGCards/TimeZones/America/Lima.ics +M SOPE/NGCards/TimeZones/America/Los_Angeles.ics +M SOPE/NGCards/TimeZones/America/Maceio.ics +M SOPE/NGCards/TimeZones/America/Managua.ics +M SOPE/NGCards/TimeZones/America/Manaus.ics +M SOPE/NGCards/TimeZones/America/Marigot.ics +M SOPE/NGCards/TimeZones/America/Martinique.ics +M SOPE/NGCards/TimeZones/America/Matamoros.ics +M SOPE/NGCards/TimeZones/America/Mazatlan.ics +M SOPE/NGCards/TimeZones/America/Menominee.ics +M SOPE/NGCards/TimeZones/America/Merida.ics +M SOPE/NGCards/TimeZones/America/Mexico_City.ics +M SOPE/NGCards/TimeZones/America/Miquelon.ics +M SOPE/NGCards/TimeZones/America/Moncton.ics +M SOPE/NGCards/TimeZones/America/Montevideo.ics +M SOPE/NGCards/TimeZones/America/Montreal.ics +M SOPE/NGCards/TimeZones/America/Nassau.ics +M SOPE/NGCards/TimeZones/America/New_York.ics +M SOPE/NGCards/TimeZones/America/Nipigon.ics +M SOPE/NGCards/TimeZones/America/Nome.ics +M SOPE/NGCards/TimeZones/America/Noronha.ics +M SOPE/NGCards/TimeZones/America/North_Dakota/Center.ics +M SOPE/NGCards/TimeZones/America/North_Dakota/New_Salem.ics +M SOPE/NGCards/TimeZones/America/Ojinaga.ics +M SOPE/NGCards/TimeZones/America/Panama.ics +M SOPE/NGCards/TimeZones/America/Pangnirtung.ics +M SOPE/NGCards/TimeZones/America/Paramaribo.ics +M SOPE/NGCards/TimeZones/America/Phoenix.ics +M SOPE/NGCards/TimeZones/America/Port-au-Prince.ics +M SOPE/NGCards/TimeZones/America/Port_of_Spain.ics +M SOPE/NGCards/TimeZones/America/Porto_Velho.ics +M SOPE/NGCards/TimeZones/America/Puerto_Rico.ics +M SOPE/NGCards/TimeZones/America/Rainy_River.ics +M SOPE/NGCards/TimeZones/America/Rankin_Inlet.ics +M SOPE/NGCards/TimeZones/America/Recife.ics +M SOPE/NGCards/TimeZones/America/Regina.ics +M SOPE/NGCards/TimeZones/America/Resolute.ics +M SOPE/NGCards/TimeZones/America/Rio_Branco.ics +M SOPE/NGCards/TimeZones/America/Santa_Isabel.ics +M SOPE/NGCards/TimeZones/America/Santarem.ics +M SOPE/NGCards/TimeZones/America/Santiago.ics +M SOPE/NGCards/TimeZones/America/Santo_Domingo.ics +M SOPE/NGCards/TimeZones/America/Sao_Paulo.ics +M SOPE/NGCards/TimeZones/America/Scoresbysund.ics +M SOPE/NGCards/TimeZones/America/Shiprock.ics +M SOPE/NGCards/TimeZones/America/St_Barthelemy.ics +M SOPE/NGCards/TimeZones/America/St_Johns.ics +M SOPE/NGCards/TimeZones/America/St_Kitts.ics +M SOPE/NGCards/TimeZones/America/St_Lucia.ics +M SOPE/NGCards/TimeZones/America/St_Thomas.ics +M SOPE/NGCards/TimeZones/America/St_Vincent.ics +M SOPE/NGCards/TimeZones/America/Swift_Current.ics +M SOPE/NGCards/TimeZones/America/Tegucigalpa.ics +M SOPE/NGCards/TimeZones/America/Thule.ics +M SOPE/NGCards/TimeZones/America/Thunder_Bay.ics +M SOPE/NGCards/TimeZones/America/Tijuana.ics +M SOPE/NGCards/TimeZones/America/Toronto.ics +M SOPE/NGCards/TimeZones/America/Tortola.ics +M SOPE/NGCards/TimeZones/America/Vancouver.ics +M SOPE/NGCards/TimeZones/America/Whitehorse.ics +M SOPE/NGCards/TimeZones/America/Winnipeg.ics +M SOPE/NGCards/TimeZones/America/Yakutat.ics +M SOPE/NGCards/TimeZones/America/Yellowknife.ics +M SOPE/NGCards/TimeZones/Antarctica/Casey.ics +M SOPE/NGCards/TimeZones/Antarctica/Davis.ics +M SOPE/NGCards/TimeZones/Antarctica/DumontDUrville.ics +M SOPE/NGCards/TimeZones/Antarctica/Macquarie.ics +M SOPE/NGCards/TimeZones/Antarctica/Mawson.ics +M SOPE/NGCards/TimeZones/Antarctica/McMurdo.ics +M SOPE/NGCards/TimeZones/Antarctica/Palmer.ics +M SOPE/NGCards/TimeZones/Antarctica/Rothera.ics +M SOPE/NGCards/TimeZones/Antarctica/South_Pole.ics +M SOPE/NGCards/TimeZones/Antarctica/Syowa.ics +M SOPE/NGCards/TimeZones/Antarctica/Vostok.ics +M SOPE/NGCards/TimeZones/Arctic/Longyearbyen.ics +M SOPE/NGCards/TimeZones/Asia/Aden.ics +M SOPE/NGCards/TimeZones/Asia/Almaty.ics +M SOPE/NGCards/TimeZones/Asia/Amman.ics +M SOPE/NGCards/TimeZones/Asia/Anadyr.ics +M SOPE/NGCards/TimeZones/Asia/Aqtau.ics +M SOPE/NGCards/TimeZones/Asia/Aqtobe.ics +M SOPE/NGCards/TimeZones/Asia/Ashgabat.ics +M SOPE/NGCards/TimeZones/Asia/Baghdad.ics +M SOPE/NGCards/TimeZones/Asia/Bahrain.ics +M SOPE/NGCards/TimeZones/Asia/Baku.ics +M SOPE/NGCards/TimeZones/Asia/Bangkok.ics +M SOPE/NGCards/TimeZones/Asia/Beirut.ics +M SOPE/NGCards/TimeZones/Asia/Bishkek.ics +M SOPE/NGCards/TimeZones/Asia/Brunei.ics +M SOPE/NGCards/TimeZones/Asia/Choibalsan.ics +M SOPE/NGCards/TimeZones/Asia/Chongqing.ics +M SOPE/NGCards/TimeZones/Asia/Colombo.ics +M SOPE/NGCards/TimeZones/Asia/Damascus.ics +M SOPE/NGCards/TimeZones/Asia/Dhaka.ics +M SOPE/NGCards/TimeZones/Asia/Dili.ics +M SOPE/NGCards/TimeZones/Asia/Dubai.ics +M SOPE/NGCards/TimeZones/Asia/Dushanbe.ics +M SOPE/NGCards/TimeZones/Asia/Gaza.ics +M SOPE/NGCards/TimeZones/Asia/Harbin.ics +M SOPE/NGCards/TimeZones/Asia/Ho_Chi_Minh.ics +M SOPE/NGCards/TimeZones/Asia/Hong_Kong.ics +M SOPE/NGCards/TimeZones/Asia/Hovd.ics +M SOPE/NGCards/TimeZones/Asia/Irkutsk.ics +M SOPE/NGCards/TimeZones/Asia/Istanbul.ics +M SOPE/NGCards/TimeZones/Asia/Jakarta.ics +M SOPE/NGCards/TimeZones/Asia/Jayapura.ics +M SOPE/NGCards/TimeZones/Asia/Jerusalem.ics +M SOPE/NGCards/TimeZones/Asia/Kabul.ics +M SOPE/NGCards/TimeZones/Asia/Kamchatka.ics +M SOPE/NGCards/TimeZones/Asia/Karachi.ics +M SOPE/NGCards/TimeZones/Asia/Kashgar.ics +M SOPE/NGCards/TimeZones/Asia/Kathmandu.ics +M SOPE/NGCards/TimeZones/Asia/Kolkata.ics +M SOPE/NGCards/TimeZones/Asia/Krasnoyarsk.ics +M SOPE/NGCards/TimeZones/Asia/Kuala_Lumpur.ics +M SOPE/NGCards/TimeZones/Asia/Kuching.ics +M SOPE/NGCards/TimeZones/Asia/Kuwait.ics +M SOPE/NGCards/TimeZones/Asia/Macau.ics +M SOPE/NGCards/TimeZones/Asia/Magadan.ics +M SOPE/NGCards/TimeZones/Asia/Makassar.ics +M SOPE/NGCards/TimeZones/Asia/Manila.ics +M SOPE/NGCards/TimeZones/Asia/Muscat.ics +M SOPE/NGCards/TimeZones/Asia/Nicosia.ics +M SOPE/NGCards/TimeZones/Asia/Novokuznetsk.ics +M SOPE/NGCards/TimeZones/Asia/Novosibirsk.ics +M SOPE/NGCards/TimeZones/Asia/Omsk.ics +M SOPE/NGCards/TimeZones/Asia/Oral.ics +M SOPE/NGCards/TimeZones/Asia/Phnom_Penh.ics +M SOPE/NGCards/TimeZones/Asia/Pontianak.ics +M SOPE/NGCards/TimeZones/Asia/Pyongyang.ics +M SOPE/NGCards/TimeZones/Asia/Qatar.ics +M SOPE/NGCards/TimeZones/Asia/Qyzylorda.ics +M SOPE/NGCards/TimeZones/Asia/Rangoon.ics +M SOPE/NGCards/TimeZones/Asia/Riyadh.ics +M SOPE/NGCards/TimeZones/Asia/Sakhalin.ics +M SOPE/NGCards/TimeZones/Asia/Samarkand.ics +M SOPE/NGCards/TimeZones/Asia/Seoul.ics +M SOPE/NGCards/TimeZones/Asia/Shanghai.ics +M SOPE/NGCards/TimeZones/Asia/Singapore.ics +M SOPE/NGCards/TimeZones/Asia/Taipei.ics +M SOPE/NGCards/TimeZones/Asia/Tashkent.ics +M SOPE/NGCards/TimeZones/Asia/Tbilisi.ics +M SOPE/NGCards/TimeZones/Asia/Tehran.ics +M SOPE/NGCards/TimeZones/Asia/Thimphu.ics +M SOPE/NGCards/TimeZones/Asia/Tokyo.ics +M SOPE/NGCards/TimeZones/Asia/Ulaanbaatar.ics +M SOPE/NGCards/TimeZones/Asia/Urumqi.ics +M SOPE/NGCards/TimeZones/Asia/Vientiane.ics +M SOPE/NGCards/TimeZones/Asia/Vladivostok.ics +M SOPE/NGCards/TimeZones/Asia/Yakutsk.ics +M SOPE/NGCards/TimeZones/Asia/Yekaterinburg.ics +M SOPE/NGCards/TimeZones/Asia/Yerevan.ics +M SOPE/NGCards/TimeZones/Atlantic/Azores.ics +M SOPE/NGCards/TimeZones/Atlantic/Bermuda.ics +M SOPE/NGCards/TimeZones/Atlantic/Canary.ics +M SOPE/NGCards/TimeZones/Atlantic/Cape_Verde.ics +M SOPE/NGCards/TimeZones/Atlantic/Faroe.ics +M SOPE/NGCards/TimeZones/Atlantic/Madeira.ics +M SOPE/NGCards/TimeZones/Atlantic/Reykjavik.ics +M SOPE/NGCards/TimeZones/Atlantic/South_Georgia.ics +M SOPE/NGCards/TimeZones/Atlantic/St_Helena.ics +M SOPE/NGCards/TimeZones/Atlantic/Stanley.ics +M SOPE/NGCards/TimeZones/Australia/Adelaide.ics +M SOPE/NGCards/TimeZones/Australia/Brisbane.ics +M SOPE/NGCards/TimeZones/Australia/Broken_Hill.ics +M SOPE/NGCards/TimeZones/Australia/Currie.ics +M SOPE/NGCards/TimeZones/Australia/Darwin.ics +M SOPE/NGCards/TimeZones/Australia/Eucla.ics +M SOPE/NGCards/TimeZones/Australia/Hobart.ics +M SOPE/NGCards/TimeZones/Australia/Lindeman.ics +M SOPE/NGCards/TimeZones/Australia/Lord_Howe.ics +M SOPE/NGCards/TimeZones/Australia/Melbourne.ics +M SOPE/NGCards/TimeZones/Australia/Perth.ics +M SOPE/NGCards/TimeZones/Australia/Sydney.ics +M SOPE/NGCards/TimeZones/Europe/Amsterdam.ics +M SOPE/NGCards/TimeZones/Europe/Andorra.ics +M SOPE/NGCards/TimeZones/Europe/Athens.ics +M SOPE/NGCards/TimeZones/Europe/Belgrade.ics +M SOPE/NGCards/TimeZones/Europe/Berlin.ics +M SOPE/NGCards/TimeZones/Europe/Bratislava.ics +M SOPE/NGCards/TimeZones/Europe/Brussels.ics +M SOPE/NGCards/TimeZones/Europe/Bucharest.ics +M SOPE/NGCards/TimeZones/Europe/Budapest.ics +M SOPE/NGCards/TimeZones/Europe/Chisinau.ics +M SOPE/NGCards/TimeZones/Europe/Copenhagen.ics +M SOPE/NGCards/TimeZones/Europe/Dublin.ics +M SOPE/NGCards/TimeZones/Europe/Gibraltar.ics +M SOPE/NGCards/TimeZones/Europe/Guernsey.ics +M SOPE/NGCards/TimeZones/Europe/Helsinki.ics +M SOPE/NGCards/TimeZones/Europe/Isle_of_Man.ics +M SOPE/NGCards/TimeZones/Europe/Istanbul.ics +M SOPE/NGCards/TimeZones/Europe/Jersey.ics +M SOPE/NGCards/TimeZones/Europe/Kaliningrad.ics +M SOPE/NGCards/TimeZones/Europe/Kiev.ics +M SOPE/NGCards/TimeZones/Europe/Lisbon.ics +M SOPE/NGCards/TimeZones/Europe/Ljubljana.ics +M SOPE/NGCards/TimeZones/Europe/London.ics +M SOPE/NGCards/TimeZones/Europe/Luxembourg.ics +M SOPE/NGCards/TimeZones/Europe/Madrid.ics +M SOPE/NGCards/TimeZones/Europe/Malta.ics +M SOPE/NGCards/TimeZones/Europe/Mariehamn.ics +M SOPE/NGCards/TimeZones/Europe/Minsk.ics +M SOPE/NGCards/TimeZones/Europe/Monaco.ics +M SOPE/NGCards/TimeZones/Europe/Moscow.ics +M SOPE/NGCards/TimeZones/Europe/Nicosia.ics +M SOPE/NGCards/TimeZones/Europe/Oslo.ics +M SOPE/NGCards/TimeZones/Europe/Paris.ics +M SOPE/NGCards/TimeZones/Europe/Podgorica.ics +M SOPE/NGCards/TimeZones/Europe/Prague.ics +M SOPE/NGCards/TimeZones/Europe/Riga.ics +M SOPE/NGCards/TimeZones/Europe/Rome.ics +M SOPE/NGCards/TimeZones/Europe/Samara.ics +M SOPE/NGCards/TimeZones/Europe/San_Marino.ics +M SOPE/NGCards/TimeZones/Europe/Sarajevo.ics +M SOPE/NGCards/TimeZones/Europe/Simferopol.ics +M SOPE/NGCards/TimeZones/Europe/Skopje.ics +M SOPE/NGCards/TimeZones/Europe/Sofia.ics +M SOPE/NGCards/TimeZones/Europe/Stockholm.ics +M SOPE/NGCards/TimeZones/Europe/Tallinn.ics +M SOPE/NGCards/TimeZones/Europe/Tirane.ics +M SOPE/NGCards/TimeZones/Europe/Uzhgorod.ics +M SOPE/NGCards/TimeZones/Europe/Vaduz.ics +M SOPE/NGCards/TimeZones/Europe/Vatican.ics +M SOPE/NGCards/TimeZones/Europe/Vienna.ics +M SOPE/NGCards/TimeZones/Europe/Vilnius.ics +M SOPE/NGCards/TimeZones/Europe/Volgograd.ics +M SOPE/NGCards/TimeZones/Europe/Warsaw.ics +M SOPE/NGCards/TimeZones/Europe/Zagreb.ics +M SOPE/NGCards/TimeZones/Europe/Zaporozhye.ics +M SOPE/NGCards/TimeZones/Europe/Zurich.ics +M SOPE/NGCards/TimeZones/Indian/Antananarivo.ics +M SOPE/NGCards/TimeZones/Indian/Chagos.ics +M SOPE/NGCards/TimeZones/Indian/Christmas.ics +M SOPE/NGCards/TimeZones/Indian/Cocos.ics +M SOPE/NGCards/TimeZones/Indian/Comoro.ics +M SOPE/NGCards/TimeZones/Indian/Kerguelen.ics +M SOPE/NGCards/TimeZones/Indian/Mahe.ics +M SOPE/NGCards/TimeZones/Indian/Maldives.ics +M SOPE/NGCards/TimeZones/Indian/Mauritius.ics +M SOPE/NGCards/TimeZones/Indian/Mayotte.ics +M SOPE/NGCards/TimeZones/Indian/Reunion.ics +M SOPE/NGCards/TimeZones/Pacific/Apia.ics +M SOPE/NGCards/TimeZones/Pacific/Auckland.ics +M SOPE/NGCards/TimeZones/Pacific/Chatham.ics +M SOPE/NGCards/TimeZones/Pacific/Chuuk.ics +M SOPE/NGCards/TimeZones/Pacific/Easter.ics +M SOPE/NGCards/TimeZones/Pacific/Efate.ics +M SOPE/NGCards/TimeZones/Pacific/Enderbury.ics +M SOPE/NGCards/TimeZones/Pacific/Fakaofo.ics +M SOPE/NGCards/TimeZones/Pacific/Fiji.ics +M SOPE/NGCards/TimeZones/Pacific/Funafuti.ics +M SOPE/NGCards/TimeZones/Pacific/Galapagos.ics +M SOPE/NGCards/TimeZones/Pacific/Gambier.ics +M SOPE/NGCards/TimeZones/Pacific/Guadalcanal.ics +M SOPE/NGCards/TimeZones/Pacific/Guam.ics +M SOPE/NGCards/TimeZones/Pacific/Honolulu.ics +M SOPE/NGCards/TimeZones/Pacific/Johnston.ics +M SOPE/NGCards/TimeZones/Pacific/Kiritimati.ics +M SOPE/NGCards/TimeZones/Pacific/Kosrae.ics +M SOPE/NGCards/TimeZones/Pacific/Kwajalein.ics +M SOPE/NGCards/TimeZones/Pacific/Majuro.ics +M SOPE/NGCards/TimeZones/Pacific/Marquesas.ics +M SOPE/NGCards/TimeZones/Pacific/Midway.ics +M SOPE/NGCards/TimeZones/Pacific/Nauru.ics +M SOPE/NGCards/TimeZones/Pacific/Niue.ics +M SOPE/NGCards/TimeZones/Pacific/Norfolk.ics +M SOPE/NGCards/TimeZones/Pacific/Noumea.ics +M SOPE/NGCards/TimeZones/Pacific/Pago_Pago.ics +M SOPE/NGCards/TimeZones/Pacific/Palau.ics +M SOPE/NGCards/TimeZones/Pacific/Pitcairn.ics +M SOPE/NGCards/TimeZones/Pacific/Pohnpei.ics +M SOPE/NGCards/TimeZones/Pacific/Port_Moresby.ics +M SOPE/NGCards/TimeZones/Pacific/Rarotonga.ics +M SOPE/NGCards/TimeZones/Pacific/Saipan.ics +M SOPE/NGCards/TimeZones/Pacific/Tahiti.ics +M SOPE/NGCards/TimeZones/Pacific/Tarawa.ics +M SOPE/NGCards/TimeZones/Pacific/Tongatapu.ics +M SOPE/NGCards/TimeZones/Pacific/Wake.ics +M SOPE/NGCards/TimeZones/Pacific/Wallis.ics + commit 180c838a8afa11b679e4a21c91a1c62dda1d617b Author: Ludovic Marcotte Date: Tue May 17 12:08:22 2011 +0000 @@ -23299,6 +27317,8 @@ Date: Tue May 17 12:08:22 2011 +0000 Monotone-Date: 2011-05-17T12:08:22 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit 1782f9b18d587ed26a11215601bb608908a38ad7 Author: Ludovic Marcotte Date: Mon May 16 15:08:23 2011 +0000 @@ -23312,6 +27332,9 @@ Date: Mon May 16 15:08:23 2011 +0000 Monotone-Date: 2011-05-16T15:08:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit ef17358c2970f4ab9e7f7efbb9011f4f837c9126 Author: Ludovic Marcotte Date: Wed May 11 19:12:47 2011 +0000 @@ -23325,6 +27348,45 @@ Date: Wed May 11 19:12:47 2011 +0000 Monotone-Date: 2011-05-11T19:12:47 Monotone-Branch: ca.inverse.sogo +M .mtn-ignore +M SoObjects/Appointments/GNUmakefile +A SoObjects/Appointments/Icelandic.lproj/Localizable.strings +M SoObjects/Contacts/GNUmakefile +A SoObjects/Contacts/Icelandic.lproj/Localizable.strings +M SoObjects/Mailer/GNUmakefile +M SoObjects/Mailer/SOGoMailForward.h +M SoObjects/Mailer/SOGoMailForward.m +A SoObjects/Mailer/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.html +A SoObjects/Mailer/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.html +M SoObjects/Mailer/SOGoMailReply.h +M SoObjects/Mailer/SOGoMailReply.m +M SoObjects/SOGo/SOGoDefaults.plist +M Tests/Integration/preferences.py +M UI/Common/GNUmakefile +A UI/Common/Icelandic.lproj/Localizable.strings +M UI/Contacts/GNUmakefile +A UI/Contacts/Icelandic.lproj/Localizable.strings +M UI/MailPartViewers/GNUmakefile +A UI/MailPartViewers/Icelandic.lproj/Localizable.strings +M UI/MailerUI/GNUmakefile +A UI/MailerUI/Icelandic.lproj/Localizable.strings +M UI/MainUI/GNUmakefile +A UI/MainUI/Icelandic.lproj/Locale +A UI/MainUI/Icelandic.lproj/Localizable.strings +M UI/PreferencesUI/GNUmakefile +A UI/PreferencesUI/Icelandic.lproj/Localizable.strings +M UI/SOGoUI/SOGoACLAdvisory.h +M UI/SOGoUI/SOGoACLAdvisory.m +M UI/SOGoUI/SOGoFolderAdvisory.h +M UI/SOGoUI/SOGoFolderAdvisory.m +M UI/Scheduler/GNUmakefile +A UI/Scheduler/Icelandic.lproj/Localizable.strings +A UI/Templates/SOGoACLIcelandicAdditionAdvisory.wox +A UI/Templates/SOGoACLIcelandicModificationAdvisory.wox +A UI/Templates/SOGoACLIcelandicRemovalAdvisory.wox +A UI/Templates/SOGoFolderIcelandicAdditionAdvisory.wox +A UI/Templates/SOGoFolderIcelandicRemovalAdvisory.wox + commit ed8ab5b700a334f45093e8bd73290ddaac7e91b3 Author: Ludovic Marcotte Date: Tue May 10 18:35:40 2011 +0000 @@ -23338,6 +27400,8 @@ Date: Tue May 10 18:35:40 2011 +0000 Monotone-Date: 2011-05-10T18:35:40 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSDictionary+Utilities.m + commit 9075d68603feb2a05faa8b2aeabda9410f025138 Author: Ludovic Marcotte Date: Tue May 10 18:33:46 2011 +0000 @@ -23351,6 +27415,8 @@ Date: Tue May 10 18:33:46 2011 +0000 Monotone-Date: 2011-05-10T18:33:46 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSDictionary+Utilities.m + commit 6fe0e56b18a268bc503c35b6ac77cbed36845053 Author: Ludovic Marcotte Date: Tue May 10 18:07:05 2011 +0000 @@ -23364,6 +27430,9 @@ Date: Tue May 10 18:07:05 2011 +0000 Monotone-Date: 2011-05-10T18:07:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSDictionary+Utilities.m + commit 5fa31a0fbcf437f744327989f8ec7e67e053aa0a Author: Ludovic Marcotte Date: Mon May 9 11:22:23 2011 +0000 @@ -23377,6 +27446,8 @@ Date: Mon May 9 11:22:23 2011 +0000 Monotone-Date: 2011-05-09T11:22:23 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/German.lproj/Localizable.strings + commit 34755d0fce9f688f4594a6d1cbf71a0fb17e74ec Author: Francis Lachapelle Date: Fri May 6 14:34:10 2011 +0000 @@ -23391,21 +27462,8 @@ Date: Fri May 6 14:34:10 2011 +0000 Monotone-Branch: ca.inverse.sogo Monotone-Tag: SOGo_v1.3.7a -commit a1c6ba05413070c8a3273ed555275b47f4b08d4e -Merge: f78bdb7 ad82477 -Author: Ludovic Marcotte -Date: Thu May 5 18:35:37 2011 +0000 - - merge of '4a2acb99fffd2f82c148ae17571304c2d05b9fba' - and '5760290afb4664dbd9f35d35b065435e8de46131' - - Monotone-Parent: 4a2acb99fffd2f82c148ae17571304c2d05b9fba - Monotone-Parent: 5760290afb4664dbd9f35d35b065435e8de46131 - Monotone-Revision: 56f2ec58d7c4d13a4fd5d2b2ef3d23ebab1cbd4c - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2011-05-05T18:35:37 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxPreferences.js commit f78bdb7150aa9cb6fb9880c89cb7bb23cb05fea8 Author: Ludovic Marcotte @@ -23420,6 +27478,9 @@ Date: Thu May 5 18:34:13 2011 +0000 Monotone-Date: 2011-05-05T18:34:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailAccountActions.m + commit ad82477b0e0e2edf76f87a259be05925bd6820e4 Author: Francis Lachapelle Date: Tue May 3 19:20:32 2011 +0000 @@ -23434,6 +27495,12 @@ Date: Tue May 3 19:20:32 2011 +0000 Monotone-Branch: ca.inverse.sogo Monotone-Tag: SOGo_v1.3.7 +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt +M NEWS +M Version + commit 82e303af71322e181394926a89eee564e89a6d80 Author: Francis Lachapelle Date: Tue May 3 19:02:31 2011 +0000 @@ -23447,6 +27514,10 @@ Date: Tue May 3 19:02:31 2011 +0000 Monotone-Date: 2011-05-03T19:02:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/WebServerResources/UIxMailEditor.js + commit c9a69a76a7d1f2cfa3c9e960895171f679064c01 Author: Ludovic Marcotte Date: Tue May 3 18:17:35 2011 +0000 @@ -23460,6 +27531,8 @@ Date: Tue May 3 18:17:35 2011 +0000 Monotone-Date: 2011-05-03T18:17:35 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 647d46368c8ceb4f3bba704ba79391e5187e5ff7 Author: Francis Lachapelle Date: Tue May 3 14:05:08 2011 +0000 @@ -23473,6 +27546,10 @@ Date: Tue May 3 14:05:08 2011 +0000 Monotone-Date: 2011-05-03T14:05:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.js + commit 8f2bd77694ae5175f3fc82be7aaaa16694fb4cf2 Author: Ludovic Marcotte Date: Tue May 3 13:40:10 2011 +0000 @@ -23486,21 +27563,7 @@ Date: Tue May 3 13:40:10 2011 +0000 Monotone-Date: 2011-05-03T13:40:10 Monotone-Branch: ca.inverse.sogo -commit 7d7bd789471acd72509229f279fb27e78963bf45 -Merge: d1af8b7 f434740 -Author: Ludovic Marcotte -Date: Tue May 3 13:39:48 2011 +0000 - - merge of '53dfb1b04415248644ed626184df1362cd4ee2f1' - and 'e0d3e7be794ca11b0110ce99b943aa8a46a9bb90' - - Monotone-Parent: 53dfb1b04415248644ed626184df1362cd4ee2f1 - Monotone-Parent: e0d3e7be794ca11b0110ce99b943aa8a46a9bb90 - Monotone-Revision: 1464c6c39cc56b3546f7388e70945dfe0e03b3af - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2011-05-03T13:39:48 - Monotone-Branch: ca.inverse.sogo +M NEWS commit d1af8b7801a19ccfad2bf0c0625c22435673af0b Author: Jean Raby @@ -23518,6 +27581,12 @@ Date: Tue May 3 12:37:34 2011 +0000 Monotone-Date: 2011-05-03T12:37:34 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/config.py.in +A Tests/Integration/managesieve.py +M Tests/Integration/preferences.py +M Tests/Integration/test-caldav-scheduling.py +A Tests/Integration/test-sieve.py + commit f43474053747e72b7d05934803b12a1efe885c98 Author: Ludovic Marcotte Date: Mon May 2 20:10:17 2011 +0000 @@ -23531,6 +27600,8 @@ Date: Mon May 2 20:10:17 2011 +0000 Monotone-Date: 2011-05-02T20:10:17 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 0931af9c2b33ce38252be2ade9e7daa50ee1051c Author: Ludovic Marcotte Date: Fri Apr 29 13:46:27 2011 +0000 @@ -23544,6 +27615,8 @@ Date: Fri Apr 29 13:46:27 2011 +0000 Monotone-Date: 2011-04-29T13:46:27 Monotone-Branch: ca.inverse.sogo +M NEWS + commit c747308776a8f04d11080c17bb8a1fc750292645 Author: Ludovic Marcotte Date: Fri Apr 29 13:42:04 2011 +0000 @@ -23557,6 +27630,8 @@ Date: Fri Apr 29 13:42:04 2011 +0000 Monotone-Date: 2011-04-29T13:42:04 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit b4d70fb542587444ad61de9585abf10351cc9c01 Author: Francis Lachapelle Date: Thu Apr 28 22:00:52 2011 +0000 @@ -23568,6 +27643,8 @@ Date: Thu Apr 28 22:00:52 2011 +0000 Monotone-Date: 2011-04-28T22:00:52 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit c2f55e7b6376aa77c39d5c4b2c91f85364c98445 Author: Francis Lachapelle Date: Thu Apr 28 21:59:56 2011 +0000 @@ -23579,21 +27656,7 @@ Date: Thu Apr 28 21:59:56 2011 +0000 Monotone-Date: 2011-04-28T21:59:56 Monotone-Branch: ca.inverse.sogo -commit be9c57cfd0803c5940aec9cde83af4ab75e7b6ba -Merge: 3683222 39b11e0 -Author: Francis Lachapelle -Date: Thu Apr 28 20:11:38 2011 +0000 - - merge of '6aeeb3251c5dd31e0dac8d1c8470510175e9f5b8' - and '78cbeb2cfe85058b7c9dee2b29c5079d29e518cf' - - Monotone-Parent: 6aeeb3251c5dd31e0dac8d1c8470510175e9f5b8 - Monotone-Parent: 78cbeb2cfe85058b7c9dee2b29c5079d29e518cf - Monotone-Revision: 9b21095125798a3afffd2df7a2d64d32a2e652d5 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-04-28T20:11:38 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxComponentEditor.js commit 39b11e06c94c114ba0761398393f4f889138ac3a Author: Francis Lachapelle @@ -23608,6 +27671,10 @@ Date: Thu Apr 28 19:20:18 2011 +0000 Monotone-Date: 2011-04-28T19:20:18 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings + commit 3683222996c5fd5ed35b7a08341a60e5ced824fd Author: Ludovic Marcotte Date: Thu Apr 28 15:34:35 2011 +0000 @@ -23621,6 +27688,15 @@ Date: Thu Apr 28 15:34:35 2011 +0000 Monotone-Date: 2011-04-28T15:34:35 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/Catalan.lproj/Localizable.strings +M SoObjects/Appointments/German.lproj/Localizable.strings +M SoObjects/Appointments/Hungarian.lproj/Localizable.strings +M SoObjects/Appointments/Russian.lproj/Localizable.strings +M SoObjects/Appointments/Spanish.lproj/Localizable.strings +M UI/MailerUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailerUI/Catalan.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings + commit 8f81f2b0db1456158f4a2f96c189d7f0d11a23bb Author: Ludovic Marcotte Date: Thu Apr 28 13:36:29 2011 +0000 @@ -23634,6 +27710,13 @@ Date: Thu Apr 28 13:36:29 2011 +0000 Monotone-Date: 2011-04-28T13:36:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoParentFolder.m +M SoObjects/SOGo/SQLSource.h +M SoObjects/SOGo/SQLSource.m + commit bfab6885eb6623aaf0c9ed6d6648d161549990e2 Author: Francis Lachapelle Date: Wed Apr 27 14:59:54 2011 +0000 @@ -23647,21 +27730,7 @@ Date: Wed Apr 27 14:59:54 2011 +0000 Monotone-Date: 2011-04-27T14:59:54 Monotone-Branch: ca.inverse.sogo -commit 0da18c4bf226e49ec7a79f5092990e21c15cc3d3 -Merge: 08654c5 d10d53a -Author: Francis Lachapelle -Date: Tue Apr 26 17:51:36 2011 +0000 - - merge of '48fff7af102a6b39298ffbb7c4da0976ee074625' - and '5bcb309e0f6b76e9e7affc6ec688d4cbd7b5bef4' - - Monotone-Parent: 48fff7af102a6b39298ffbb7c4da0976ee074625 - Monotone-Parent: 5bcb309e0f6b76e9e7affc6ec688d4cbd7b5bef4 - Monotone-Revision: 9b0e70cef01c0afdbc1684211507c86871122671 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-04-26T17:51:36 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt commit 08654c529942469d4ac5748f95fa7f56e6ea3721 Author: Francis Lachapelle @@ -23676,21 +27745,7 @@ Date: Tue Apr 26 17:51:26 2011 +0000 Monotone-Date: 2011-04-26T17:51:26 Monotone-Branch: ca.inverse.sogo -commit c9a09cd59ea1cc7801936cbf0e2d2709b72ee38d -Merge: 54a172f 39cdd84 -Author: Francis Lachapelle -Date: Tue Apr 26 15:04:11 2011 +0000 - - merge of '2f66db18c248ef4670f83c5c56b70ab703fede49' - and '8fb65e4ddd95ab6be36dc4834118f0f4c9e565bc' - - Monotone-Parent: 2f66db18c248ef4670f83c5c56b70ab703fede49 - Monotone-Parent: 8fb65e4ddd95ab6be36dc4834118f0f4c9e565bc - Monotone-Revision: 7913b29a66901336702f8f33f2d6c0c1342dd655 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-04-26T15:04:11 - Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/Catalan.lproj/Localizable.strings commit d10d53ab5fd45891ef380cb6768b2bf9e8efeb16 Author: Ludovic Marcotte @@ -23705,6 +27760,8 @@ Date: Tue Apr 26 13:48:58 2011 +0000 Monotone-Date: 2011-04-26T13:48:58 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailAccountActions.m + commit 39cdd8419b3fc55a6018e1f1e3eac24c2779f507 Author: Ludovic Marcotte Date: Tue Apr 26 13:10:40 2011 +0000 @@ -23718,6 +27775,8 @@ Date: Tue Apr 26 13:10:40 2011 +0000 Monotone-Date: 2011-04-26T13:10:40 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailAccountActions.m + commit 54a172f1b5379c0e1f09af08784e6aed0bd7b464 Author: Francis Lachapelle Date: Mon Apr 25 20:31:41 2011 +0000 @@ -23729,6 +27788,8 @@ Date: Mon Apr 25 20:31:41 2011 +0000 Monotone-Date: 2011-04-25T20:31:41 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit eef7343eb60619cec8500cefafdbf0fa117b9a5c Author: Francis Lachapelle Date: Mon Apr 25 14:47:38 2011 +0000 @@ -23742,6 +27803,8 @@ Date: Mon Apr 25 14:47:38 2011 +0000 Monotone-Date: 2011-04-25T14:47:38 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings + commit 745e869b31ce8990c06bb7a1daafaeb490ba8841 Author: Francis Lachapelle Date: Mon Apr 25 13:56:33 2011 +0000 @@ -23755,6 +27818,9 @@ Date: Mon Apr 25 13:56:33 2011 +0000 Monotone-Date: 2011-04-25T13:56:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit 12856abe4d95398bb3b08bf42d62299f95c0a20e Author: Ludovic Marcotte Date: Mon Apr 25 10:31:08 2011 +0000 @@ -23768,6 +27834,30 @@ Date: Mon Apr 25 10:31:08 2011 +0000 Monotone-Date: 2011-04-25T10:31:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/English.lproj/Localizable.strings +M SoObjects/Appointments/French.lproj/Localizable.strings +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.h +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoFreeBusyObject.h +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m +M SoObjects/SOGo/SOGoGroup.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserManager.m +M UI/MailerUI/German.lproj/Localizable.strings +M UI/SOGoUI/UIxComponent.m +M UI/SOGoUI/UIxJSClose.h +M UI/SOGoUI/UIxJSClose.m +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/WebServerResources/UIxAppointmentEditor.js + commit 98504cd30d4f9a2f714fae5a4687ef88672d5c3b Author: Francis Lachapelle Date: Sat Apr 23 18:01:24 2011 +0000 @@ -23781,6 +27871,9 @@ Date: Sat Apr 23 18:01:24 2011 +0000 Monotone-Date: 2011-04-23T18:01:24 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings + commit 326d376e6ded521f8cfa6a57dc8d62f31b8cd8ae Author: Francis Lachapelle Date: Fri Apr 22 04:12:20 2011 +0000 @@ -23794,21 +27887,10 @@ Date: Fri Apr 22 04:12:20 2011 +0000 Monotone-Date: 2011-04-22T04:12:20 Monotone-Branch: ca.inverse.sogo -commit d8efdc3436f7a4a1941a9d615b49473d567a88a3 -Merge: cc1c765 bdc88a6 -Author: Francis Lachapelle -Date: Thu Apr 21 19:27:19 2011 +0000 - - merge of '1e0a79aada7e74e97b4db2b274c9fdbfef57d745' - and 'fc6feb618c03b6dfa0bfcd2661ee4657b47b0759' - - Monotone-Parent: 1e0a79aada7e74e97b4db2b274c9fdbfef57d745 - Monotone-Parent: fc6feb618c03b6dfa0bfcd2661ee4657b47b0759 - Monotone-Revision: 3da6b32037cdcb0fdb7d0c857d09a40ae7c4238e - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-04-21T19:27:19 - Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Ukrainian.lproj/Localizable.strings commit cc1c765cd9e5f7a64003f8f202ed3538dacb29eb Author: Francis Lachapelle @@ -23823,6 +27905,9 @@ Date: Thu Apr 21 19:26:52 2011 +0000 Monotone-Date: 2011-04-21T19:26:52 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit bdc88a6c5c4ad34026aed53462c83aa93dcfda91 Author: Ludovic Marcotte Date: Thu Apr 21 16:27:22 2011 +0000 @@ -23836,6 +27921,8 @@ Date: Thu Apr 21 16:27:22 2011 +0000 Monotone-Date: 2011-04-21T16:27:22 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailAccountActions.m + commit 91f7b3521d087235b5927a10ea830828dde0cb49 Author: Ludovic Marcotte Date: Thu Apr 21 16:23:54 2011 +0000 @@ -23849,6 +27936,8 @@ Date: Thu Apr 21 16:23:54 2011 +0000 Monotone-Date: 2011-04-21T16:23:54 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailAccountActions.m + commit d9df05f4b21b49062001e96e26dc68675912c560 Author: Ludovic Marcotte Date: Thu Apr 21 16:07:03 2011 +0000 @@ -23862,6 +27951,8 @@ Date: Thu Apr 21 16:07:03 2011 +0000 Monotone-Date: 2011-04-21T16:07:03 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailAccountActions.m + commit 359bc181d7d4955ac0118cf084a93f23bca280c0 Author: Ludovic Marcotte Date: Thu Apr 21 16:02:31 2011 +0000 @@ -23875,6 +27966,32 @@ Date: Thu Apr 21 16:02:31 2011 +0000 Monotone-Date: 2011-04-21T16:02:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/SOGo/SOGoUserSettings.m +M UI/MailerUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailerUI/Catalan.lproj/Localizable.strings +M UI/MailerUI/Czech.lproj/Localizable.strings +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Hungarian.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Norwegian.lproj/Localizable.strings +M UI/MailerUI/Polish.lproj/Localizable.strings +M UI/MailerUI/Russian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MailerUI/Swedish.lproj/Localizable.strings +M UI/MailerUI/UIxMailAccountActions.h +M UI/MailerUI/UIxMailAccountActions.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/MailerUI/Welsh.lproj/Localizable.strings +M UI/WebServerResources/MailerUI.js + commit 6572fcf6ff3b361bdf3f5c0dffe828cbfd6ec18f Author: Francis Lachapelle Date: Thu Apr 21 13:33:45 2011 +0000 @@ -23888,6 +28005,14 @@ Date: Thu Apr 21 13:33:45 2011 +0000 Monotone-Date: 2011-04-21T13:33:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/MailerUI/UIxMailToSelection.wox +M UI/WebServerResources/SOGoAutoCompletion.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailToSelection.js +M UI/WebServerResources/generic.js + commit 0d0bd168f2817c90c1c5733da701ffd7f40cdd3a Author: Ludovic Marcotte Date: Wed Apr 20 17:36:21 2011 +0000 @@ -23901,6 +28026,8 @@ Date: Wed Apr 20 17:36:21 2011 +0000 Monotone-Date: 2011-04-20T17:36:21 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 10ac62c87dc141c5281e29f356b0103ed5bee3e4 Author: Wolfgang Sourdeau Date: Tue Apr 19 22:31:37 2011 +0000 @@ -23912,6 +28039,10 @@ Date: Tue Apr 19 22:31:37 2011 +0000 Monotone-Date: 2011-04-19T22:31:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailAttachment.m +M OpenChange/NSObject+MAPIStore.m + commit 4baf85438b7ea17836fad9a25699b3a2db43bcc4 Author: Wolfgang Sourdeau Date: Tue Apr 19 22:28:00 2011 +0000 @@ -23923,6 +28054,9 @@ Date: Tue Apr 19 22:28:00 2011 +0000 Monotone-Date: 2011-04-19T22:28:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTypes.m + commit 6e2cb1fc3f720a9eedccb585318df4161db504b3 Author: Wolfgang Sourdeau Date: Tue Apr 19 22:26:47 2011 +0000 @@ -23934,6 +28068,12 @@ Date: Tue Apr 19 22:26:47 2011 +0000 Monotone-Date: 2011-04-19T22:26:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreDraftsMessage.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMessage.m + commit d21ff302a6244d644acbcc2570bac84d49ee0c69 Author: Wolfgang Sourdeau Date: Tue Apr 19 22:24:03 2011 +0000 @@ -23945,6 +28085,9 @@ Date: Tue Apr 19 22:24:03 2011 +0000 Monotone-Date: 2011-04-19T22:24:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreObject.m + commit f805951939472c631bb9e574d9a0e40593f5d719 Author: Wolfgang Sourdeau Date: Tue Apr 19 22:22:26 2011 +0000 @@ -23956,21 +28099,13 @@ Date: Tue Apr 19 22:22:26 2011 +0000 Monotone-Date: 2011-04-19T22:22:26 Monotone-Branch: ca.inverse.sogo -commit 6e03acd9a8dc7ce7e89eb2e338f14413f058ee8b -Merge: 3cbf76e 5e466cf -Author: Wolfgang Sourdeau -Date: Tue Apr 19 22:06:05 2011 +0000 - - merge of '779e2b1c502021e5eb405fa6e452d4a40ce77b6e' - and 'c4b00c603f23bbc97a3d07724c6b2a4e9361c098' - - Monotone-Parent: 779e2b1c502021e5eb405fa6e452d4a40ce77b6e - Monotone-Parent: c4b00c603f23bbc97a3d07724c6b2a4e9361c098 - Monotone-Revision: b062a471e751aff2d35891675a50d0fff8918047 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-04-19T22:06:05 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTypes.h +M OpenChange/MAPIStoreTypes.m commit 3cbf76eda65dcf2fbb7208641cdaa541e569f14c Author: Wolfgang Sourdeau @@ -23983,6 +28118,14 @@ Date: Tue Apr 19 21:57:52 2011 +0000 Monotone-Date: 2011-04-19T21:57:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTable.h +M OpenChange/MAPIStoreTable.m +M OpenChange/gen-property-selectors.py + commit d7df3cfb57f6c198a7a06fe5e74b63602ec678fe Author: Wolfgang Sourdeau Date: Tue Apr 19 21:49:11 2011 +0000 @@ -23994,6 +28137,10 @@ Date: Tue Apr 19 21:49:11 2011 +0000 Monotone-Date: 2011-04-19T21:49:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/code-MAPIStorePropertySelectors.h +M OpenChange/code-MAPIStorePropertySelectors.m + commit dd78ce2dcbf78fef31c63c5f5a449effa913232a Author: Wolfgang Sourdeau Date: Tue Apr 19 21:44:10 2011 +0000 @@ -24005,6 +28152,9 @@ Date: Tue Apr 19 21:44:10 2011 +0000 Monotone-Date: 2011-04-19T21:44:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolderTable.m + commit 1e4ac9d58d2b38dac2bedee8f6fa44b3cf2f39c1 Author: Wolfgang Sourdeau Date: Tue Apr 19 21:42:02 2011 +0000 @@ -24016,6 +28166,9 @@ Date: Tue Apr 19 21:42:02 2011 +0000 Monotone-Date: 2011-04-19T21:42:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolder.m + commit 5e466cf968666cfd4d1d83386ec29c031412da37 Author: Francis Lachapelle Date: Tue Apr 19 20:39:12 2011 +0000 @@ -24029,21 +28182,8 @@ Date: Tue Apr 19 20:39:12 2011 +0000 Monotone-Date: 2011-04-19T20:39:12 Monotone-Branch: ca.inverse.sogo -commit c139fe27c4f2afe3b859222b975a62b83cf36cc9 -Merge: d3a9c2a 628af06 -Author: Francis Lachapelle -Date: Tue Apr 19 19:06:53 2011 +0000 - - merge of '2c09693bb8c946283a7305ff62458c9930fc8a9c' - and 'c1c73961c8d9bbf5383d28788200bf3cbbac4e55' - - Monotone-Parent: 2c09693bb8c946283a7305ff62458c9930fc8a9c - Monotone-Parent: c1c73961c8d9bbf5383d28788200bf3cbbac4e55 - Monotone-Revision: 6f81ff5c61f2abaad8d6b69b657abb61e52df9b9 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-04-19T19:06:53 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m commit d3a9c2af9bc737c9d625b206058b3aa7af5812fd Author: Francis Lachapelle @@ -24056,6 +28196,8 @@ Date: Tue Apr 19 19:06:35 2011 +0000 Monotone-Date: 2011-04-19T19:06:35 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m + commit 67472f93a1a6e79d0609e37247ff2826c9ac0bdf Author: Francis Lachapelle Date: Tue Apr 19 14:25:53 2011 +0000 @@ -24069,6 +28211,8 @@ Date: Tue Apr 19 14:25:53 2011 +0000 Monotone-Date: 2011-04-19T14:25:53 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit c259f618e26b2f5e2d74393a9f78594f82282217 Author: Francis Lachapelle Date: Tue Apr 19 14:23:52 2011 +0000 @@ -24082,6 +28226,8 @@ Date: Tue Apr 19 14:23:52 2011 +0000 Monotone-Date: 2011-04-19T14:23:52 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoTabsController.js + commit ad9d7bc04b6f1cad3164c4a58d48ad751b5c61ae Author: Francis Lachapelle Date: Tue Apr 19 13:37:09 2011 +0000 @@ -24095,6 +28241,8 @@ Date: Tue Apr 19 13:37:09 2011 +0000 Monotone-Date: 2011-04-19T13:37:09 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit 628af06e473c1a458de998fd8119ea84d20b6d68 Author: Ludovic Marcotte Date: Tue Apr 19 13:12:04 2011 +0000 @@ -24108,6 +28256,8 @@ Date: Tue Apr 19 13:12:04 2011 +0000 Monotone-Date: 2011-04-19T13:12:04 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPSource.m + commit 037e2e6c1f096ea0f57f9ccfa7a182f2f522cb93 Author: Francis Lachapelle Date: Sat Apr 16 01:35:06 2011 +0000 @@ -24121,6 +28271,12 @@ Date: Sat Apr 16 01:35:06 2011 +0000 Monotone-Date: 2011-04-16T01:35:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/iCalEvent+SOGo.h +M SoObjects/Appointments/iCalEvent+SOGo.m + commit 3f5e37c50db29d03961f6c75bdc2494f17cfe9d3 Author: Francis Lachapelle Date: Fri Apr 15 21:10:56 2011 +0000 @@ -24132,6 +28288,8 @@ Date: Fri Apr 15 21:10:56 2011 +0000 Monotone-Date: 2011-04-15T21:10:56 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalEvent.h + commit 264c1ff06092647a2965f3204b10c4c3d1fb7693 Author: Francis Lachapelle Date: Fri Apr 15 19:24:49 2011 +0000 @@ -24145,6 +28303,9 @@ Date: Fri Apr 15 19:24:49 2011 +0000 Monotone-Date: 2011-04-15T19:24:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ckeditor/config.js + commit 419de8d1340ed501cbd121359280fdab6ec6618c Author: Francis Lachapelle Date: Thu Apr 14 21:26:35 2011 +0000 @@ -24158,6 +28319,9 @@ Date: Thu Apr 14 21:26:35 2011 +0000 Monotone-Date: 2011-04-14T21:26:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxContactEditor.js + commit 71597fbdcf52013bfe24326d71485eae8bd77972 Author: Francis Lachapelle Date: Thu Apr 14 21:16:45 2011 +0000 @@ -24171,6 +28335,9 @@ Date: Thu Apr 14 21:16:45 2011 +0000 Monotone-Date: 2011-04-14T21:16:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailAccountActions.m + commit a87bba64b2a25d993029e5b9511878464fbf539c Author: Francis Lachapelle Date: Thu Apr 14 18:41:10 2011 +0000 @@ -24184,6 +28351,16 @@ Date: Thu Apr 14 18:41:10 2011 +0000 Monotone-Date: 2011-04-14T18:41:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserManager.m +M SoObjects/SOGo/SQLSource.h +M SoObjects/SOGo/SQLSource.m + commit a7d852fbec7f96a187c19004aced3a4f69af3955 Author: Francis Lachapelle Date: Thu Apr 14 18:01:02 2011 +0000 @@ -24197,6 +28374,18 @@ Date: Thu Apr 14 18:01:02 2011 +0000 Monotone-Date: 2011-04-14T18:01:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/GNUmakefile +M UI/Contacts/UIxContactFoldersView.h +M UI/Contacts/UIxContactFoldersView.m +A UI/Contacts/UIxContactsListActions.h +A UI/Contacts/UIxContactsListActions.m +D UI/Contacts/UIxContactsListView.h +D UI/Contacts/UIxContactsListView.m +M UI/Contacts/product.plist +M UI/Templates/ContactsUI/UIxContactFoldersView.wox +M UI/WebServerResources/ContactsUI.js + commit a9806e6b6de21faa1d77aef86f325c5ebcec155e Author: Wolfgang Sourdeau Date: Wed Apr 13 19:59:04 2011 +0000 @@ -24208,6 +28397,20 @@ Date: Wed Apr 13 19:59:04 2011 +0000 Monotone-Date: 2011-04-13T19:59:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.h +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/MAPIStoreFSMessage.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMessage.h +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreNotesMessage.m +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreTasksMessage.h +M OpenChange/MAPIStoreTasksMessage.m + commit dd79e0b1828c28ba11af0775347d2f2fa1eb14bd Author: Wolfgang Sourdeau Date: Wed Apr 13 19:55:17 2011 +0000 @@ -24219,6 +28422,10 @@ Date: Wed Apr 13 19:55:17 2011 +0000 Monotone-Date: 2011-04-13T19:55:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m + commit 1d38e931302eeb527c9c569d2733f1a04727914f Author: Wolfgang Sourdeau Date: Wed Apr 13 19:51:30 2011 +0000 @@ -24230,6 +28437,9 @@ Date: Wed Apr 13 19:51:30 2011 +0000 Monotone-Date: 2011-04-13T19:51:30 Monotone-Branch: ca.inverse.sogo +A OpenChange/code-MAPIStorePropertySelectors.h +A OpenChange/code-MAPIStorePropertySelectors.m + commit 11e56a88696cde1f37643c08a12b26a3c5024c8b Author: Wolfgang Sourdeau Date: Wed Apr 13 19:51:13 2011 +0000 @@ -24241,21 +28451,10 @@ Date: Wed Apr 13 19:51:13 2011 +0000 Monotone-Date: 2011-04-13T19:51:13 Monotone-Branch: ca.inverse.sogo -commit fae2c96ac7eba9cc81fe8ef2023d2af8d2ccfd46 -Merge: 62fa111 f17bcbd -Author: Wolfgang Sourdeau -Date: Wed Apr 13 19:42:20 2011 +0000 - - merge of '78cb42a882628f677b3ba5d765444a8e6ce3f071' - and 'a185416cfb05a18befc24458bae35ac50a38eb8c' - - Monotone-Parent: 78cb42a882628f677b3ba5d765444a8e6ce3f071 - Monotone-Parent: a185416cfb05a18befc24458bae35ac50a38eb8c - Monotone-Revision: 673fe4d07a0220bbfe30989c1205e2bd001cabb3 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-04-13T19:42:20 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +A OpenChange/GNUmakefile.preamble +A OpenChange/gen-property-selectors.py commit f17bcbd3fb989ca8277ac36ef45bf52c09c7b61f Author: Wolfgang Sourdeau @@ -24268,6 +28467,8 @@ Date: Wed Apr 13 19:41:58 2011 +0000 Monotone-Date: 2011-04-13T19:41:58 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 62fa111a9d321afdd19dd5c6006e901f60c52275 Author: Francis Lachapelle Date: Tue Apr 12 21:28:11 2011 +0000 @@ -24281,6 +28482,92 @@ Date: Tue Apr 12 21:28:11 2011 +0000 Monotone-Date: 2011-04-12T21:28:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ckeditor/ckeditor.js +M UI/WebServerResources/ckeditor/ckeditor_basic.js +M UI/WebServerResources/ckeditor/lang/_translationstatus.txt +M UI/WebServerResources/ckeditor/lang/af.js +M UI/WebServerResources/ckeditor/lang/ar.js +M UI/WebServerResources/ckeditor/lang/bg.js +M UI/WebServerResources/ckeditor/lang/bn.js +M UI/WebServerResources/ckeditor/lang/bs.js +M UI/WebServerResources/ckeditor/lang/ca.js +M UI/WebServerResources/ckeditor/lang/cs.js +M UI/WebServerResources/ckeditor/lang/cy.js +M UI/WebServerResources/ckeditor/lang/da.js +M UI/WebServerResources/ckeditor/lang/de.js +M UI/WebServerResources/ckeditor/lang/el.js +M UI/WebServerResources/ckeditor/lang/en-au.js +M UI/WebServerResources/ckeditor/lang/en-ca.js +M UI/WebServerResources/ckeditor/lang/en-gb.js +M UI/WebServerResources/ckeditor/lang/en.js +M UI/WebServerResources/ckeditor/lang/eo.js +M UI/WebServerResources/ckeditor/lang/es.js +M UI/WebServerResources/ckeditor/lang/et.js +M UI/WebServerResources/ckeditor/lang/eu.js +M UI/WebServerResources/ckeditor/lang/fa.js +M UI/WebServerResources/ckeditor/lang/fi.js +M UI/WebServerResources/ckeditor/lang/fo.js +M UI/WebServerResources/ckeditor/lang/fr-ca.js +M UI/WebServerResources/ckeditor/lang/fr.js +M UI/WebServerResources/ckeditor/lang/gl.js +M UI/WebServerResources/ckeditor/lang/gu.js +M UI/WebServerResources/ckeditor/lang/he.js +M UI/WebServerResources/ckeditor/lang/hi.js +M UI/WebServerResources/ckeditor/lang/hr.js +M UI/WebServerResources/ckeditor/lang/hu.js +M UI/WebServerResources/ckeditor/lang/is.js +M UI/WebServerResources/ckeditor/lang/it.js +M UI/WebServerResources/ckeditor/lang/ja.js +M UI/WebServerResources/ckeditor/lang/km.js +M UI/WebServerResources/ckeditor/lang/ko.js +M UI/WebServerResources/ckeditor/lang/lt.js +M UI/WebServerResources/ckeditor/lang/lv.js +M UI/WebServerResources/ckeditor/lang/mn.js +M UI/WebServerResources/ckeditor/lang/ms.js +M UI/WebServerResources/ckeditor/lang/nb.js +M UI/WebServerResources/ckeditor/lang/nl.js +M UI/WebServerResources/ckeditor/lang/no.js +M UI/WebServerResources/ckeditor/lang/pl.js +M UI/WebServerResources/ckeditor/lang/pt-br.js +M UI/WebServerResources/ckeditor/lang/pt.js +M UI/WebServerResources/ckeditor/lang/ro.js +M UI/WebServerResources/ckeditor/lang/ru.js +M UI/WebServerResources/ckeditor/lang/sk.js +M UI/WebServerResources/ckeditor/lang/sl.js +M UI/WebServerResources/ckeditor/lang/sr-latn.js +M UI/WebServerResources/ckeditor/lang/sr.js +M UI/WebServerResources/ckeditor/lang/sv.js +M UI/WebServerResources/ckeditor/lang/th.js +M UI/WebServerResources/ckeditor/lang/tr.js +M UI/WebServerResources/ckeditor/lang/uk.js +M UI/WebServerResources/ckeditor/lang/vi.js +M UI/WebServerResources/ckeditor/lang/zh-cn.js +M UI/WebServerResources/ckeditor/lang/zh.js +M UI/WebServerResources/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +A UI/WebServerResources/ckeditor/plugins/ajax/plugin.js +M UI/WebServerResources/ckeditor/plugins/autogrow/plugin.js +M UI/WebServerResources/ckeditor/plugins/clipboard/dialogs/paste.js +M UI/WebServerResources/ckeditor/plugins/flash/dialogs/flash.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/hiddenfield.js +M UI/WebServerResources/ckeditor/plugins/image/dialogs/image.js +M UI/WebServerResources/ckeditor/plugins/link/dialogs/anchor.js +M UI/WebServerResources/ckeditor/plugins/link/dialogs/link.js +M UI/WebServerResources/ckeditor/plugins/pastefromword/filter/default.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/he.js +M UI/WebServerResources/ckeditor/plugins/placeholder/plugin.js +M UI/WebServerResources/ckeditor/plugins/scayt/dialogs/options.js +M UI/WebServerResources/ckeditor/plugins/specialchar/dialogs/specialchar.js +M UI/WebServerResources/ckeditor/plugins/specialchar/lang/en.js +M UI/WebServerResources/ckeditor/plugins/tabletools/dialogs/tableCell.js +A UI/WebServerResources/ckeditor/plugins/xml/plugin.js +M UI/WebServerResources/ckeditor/skins/kama/dialog.css +M UI/WebServerResources/ckeditor/skins/kama/editor.css +M UI/WebServerResources/ckeditor/skins/office2003/editor.css +M UI/WebServerResources/ckeditor/skins/office2003/skin.js +M UI/WebServerResources/ckeditor/skins/v2/editor.css +M UI/WebServerResources/ckeditor/skins/v2/skin.js +M UI/WebServerResources/ckeditor/themes/default/theme.js + commit d6efc46a34b475cf3ed094630405792c96502a32 Author: Wolfgang Sourdeau Date: Tue Apr 12 13:58:24 2011 +0000 @@ -24292,6 +28579,8 @@ Date: Tue Apr 12 13:58:24 2011 +0000 Monotone-Date: 2011-04-12T13:58:24 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.m + commit 141933f9ebf7b3d4e8f2c265a3a542c58bd377d3 Author: Wolfgang Sourdeau Date: Tue Apr 12 13:57:41 2011 +0000 @@ -24303,6 +28592,9 @@ Date: Tue Apr 12 13:57:41 2011 +0000 Monotone-Date: 2011-04-12T13:57:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit 820714fb17e78997e5bbd84fad2f7dc235c4b422 Author: Francis Lachapelle Date: Tue Apr 12 14:12:22 2011 +0000 @@ -24316,6 +28608,9 @@ Date: Tue Apr 12 14:12:22 2011 +0000 Monotone-Date: 2011-04-12T14:12:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit ed88f7f3abf350071c1ccc0d34f03dc51d00ce95 Author: Francis Lachapelle Date: Mon Apr 11 20:27:24 2011 +0000 @@ -24329,6 +28624,9 @@ Date: Mon Apr 11 20:27:24 2011 +0000 Monotone-Date: 2011-04-11T20:27:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxMailToSelection.js + commit f41ab295bc35025672585bd354ef412683849232 Author: Francis Lachapelle Date: Fri Apr 8 17:18:47 2011 +0000 @@ -24343,6 +28641,8 @@ Date: Fri Apr 8 17:18:47 2011 +0000 Monotone-Branch: ca.inverse.sogo Monotone-Tag: SOGo_v1.3.6 +M UI/WebServerResources/generic.css + commit a531457819176b02f862efddc911622dd16a1bc3 Author: Francis Lachapelle Date: Fri Apr 8 17:17:25 2011 +0000 @@ -24356,6 +28656,8 @@ Date: Fri Apr 8 17:17:25 2011 +0000 Monotone-Date: 2011-04-08T17:17:25 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 8523237394c9b1b0ed2787161182215284298b29 Author: Francis Lachapelle Date: Fri Apr 8 15:54:35 2011 +0000 @@ -24369,6 +28671,10 @@ Date: Fri Apr 8 15:54:35 2011 +0000 Monotone-Date: 2011-04-08T15:54:35 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + commit 0a1359117a18ee4954a4617210ef81799e675321 Author: Wolfgang Sourdeau Date: Fri Apr 8 15:29:00 2011 +0000 @@ -24380,6 +28686,11 @@ Date: Fri Apr 8 15:29:00 2011 +0000 Monotone-Date: 2011-04-08T15:29:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Unit/GNUmakefile +A Tests/Unit/TestNSString+URLEscaping.m +M Tests/Unit/sogo-tests.m + commit 738d98ab9e6d2e802680e019a95e4f18d6a50d46 Author: Francis Lachapelle Date: Thu Apr 7 14:27:56 2011 +0000 @@ -24393,6 +28704,9 @@ Date: Thu Apr 7 14:27:56 2011 +0000 Monotone-Date: 2011-04-07T14:27:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 95ff6e0b109427faca02144cba705595676cc0d9 Author: Wolfgang Sourdeau Date: Wed Apr 6 15:15:16 2011 +0000 @@ -24404,21 +28718,7 @@ Date: Wed Apr 6 15:15:16 2011 +0000 Monotone-Date: 2011-04-06T15:15:16 Monotone-Branch: ca.inverse.sogo -commit 058b83d2b7f0cae0dc0185a670fce2ad9ab2a744 -Merge: a075704 e5c00ca -Author: Wolfgang Sourdeau -Date: Wed Apr 6 15:10:03 2011 +0000 - - merge of '3e2cf200dd5487a3cf4e6d1e92e7134a41e15bd9' - and '90d6b4dbf04d7d63dbfd04cff1465d6913a2ed65' - - Monotone-Parent: 3e2cf200dd5487a3cf4e6d1e92e7134a41e15bd9 - Monotone-Parent: 90d6b4dbf04d7d63dbfd04cff1465d6913a2ed65 - Monotone-Revision: 8f7373eab8917f6c1bd2dab8181cf7a324b54957 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-04-06T15:10:03 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailAccount.m commit e5c00caecf2e5e1d9f00b7938adcbc75a72c0937 Author: Wolfgang Sourdeau @@ -24431,6 +28731,9 @@ Date: Wed Apr 6 15:09:41 2011 +0000 Monotone-Date: 2011-04-06T15:09:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessageTable.m + commit a07570409c40711840a69dd6ba92edfe8cc6086d Author: Ludovic Marcotte Date: Wed Apr 6 09:49:44 2011 +0000 @@ -24444,21 +28747,7 @@ Date: Wed Apr 6 09:49:44 2011 +0000 Monotone-Date: 2011-04-06T09:49:44 Monotone-Branch: ca.inverse.sogo -commit ed204705fc46e82220919eecf4c951f92984a494 -Merge: ba4af07 98ecf03 -Author: Wolfgang Sourdeau -Date: Tue Apr 5 23:38:44 2011 +0000 - - merge of '3290fec7b9b44e16eb1c31789fed6f346c0b230e' - and 'c083cec271ea20d6d742941d5e5c8fb824d6416f' - - Monotone-Parent: 3290fec7b9b44e16eb1c31789fed6f346c0b230e - Monotone-Parent: c083cec271ea20d6d742941d5e5c8fb824d6416f - Monotone-Revision: 284a8347693e195968c72b6605fbc076085c97d7 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-04-05T23:38:44 - Monotone-Branch: ca.inverse.sogo +M NEWS commit ba4af07bfc41c20aa7f28da2e8c0d6a97a9c0bf4 Author: Wolfgang Sourdeau @@ -24471,6 +28760,9 @@ Date: Tue Apr 5 23:38:22 2011 +0000 Monotone-Date: 2011-04-05T23:38:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m + commit 98ecf03a8688c1d26f6df391805eb2741919dd84 Author: Ludovic Marcotte Date: Tue Apr 5 18:08:10 2011 +0000 @@ -24484,6 +28776,10 @@ Date: Tue Apr 5 18:08:10 2011 +0000 Monotone-Date: 2011-04-05T18:08:10 Monotone-Branch: ca.inverse.sogo +M UI/Common/German.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings + commit 87cdfe75ade685b964cbe938f36be8386ba4e493 Author: Ludovic Marcotte Date: Tue Apr 5 18:04:17 2011 +0000 @@ -24497,6 +28793,8 @@ Date: Tue Apr 5 18:04:17 2011 +0000 Monotone-Date: 2011-04-05T18:04:17 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/Dutch.lproj/Localizable.strings + commit 97df8ed823fc2088a26aae287f63366ecc08cd4b Author: Wolfgang Sourdeau Date: Tue Apr 5 15:30:54 2011 +0000 @@ -24508,6 +28806,9 @@ Date: Tue Apr 5 15:30:54 2011 +0000 Monotone-Date: 2011-04-05T15:30:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolder.m + commit 6c710bac21f455cabfbac31fbf97f0d12ca1a4b0 Author: Wolfgang Sourdeau Date: Tue Apr 5 15:25:57 2011 +0000 @@ -24519,6 +28820,9 @@ Date: Tue Apr 5 15:25:57 2011 +0000 Monotone-Date: 2011-04-05T15:25:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m + commit 3dd32709b9f11a48794f466a0e2971e290a0eb04 Author: Wolfgang Sourdeau Date: Tue Apr 5 15:13:43 2011 +0000 @@ -24530,6 +28834,8 @@ Date: Tue Apr 5 15:13:43 2011 +0000 Monotone-Date: 2011-04-05T15:13:43 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUserManager.m + commit 3f7f5681ce4058de9b10e3d80c2b2c70d34aeb30 Author: Wolfgang Sourdeau Date: Tue Apr 5 15:12:27 2011 +0000 @@ -24541,6 +28847,9 @@ Date: Tue Apr 5 15:12:27 2011 +0000 Monotone-Date: 2011-04-05T15:12:27 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoParentFolder.m + commit 32f139a7101d7af152b58e0fc7bee41526cccc21 Author: Wolfgang Sourdeau Date: Tue Apr 5 15:11:34 2011 +0000 @@ -24552,6 +28861,10 @@ Date: Tue Apr 5 15:11:34 2011 +0000 Monotone-Date: 2011-04-05T15:11:34 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentFolders.m +M SoObjects/Appointments/SOGoEMailAlarmsManager.m + commit 9f48d79d20819d1d65b0678099284b244e2ceae1 Author: Wolfgang Sourdeau Date: Tue Apr 5 15:10:51 2011 +0000 @@ -24563,6 +28876,8 @@ Date: Tue Apr 5 15:10:51 2011 +0000 Monotone-Date: 2011-04-05T15:10:51 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoMailer.m + commit 71319488120862a5b4e6fddff2ae85868b8cc8cf Author: Wolfgang Sourdeau Date: Tue Apr 5 15:10:04 2011 +0000 @@ -24574,6 +28889,9 @@ Date: Tue Apr 5 15:10:04 2011 +0000 Monotone-Date: 2011-04-05T15:10:04 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/UIxContactsListView.m + commit 64654dfd5afedd87e1170a33abbab22a8661113e Author: Wolfgang Sourdeau Date: Tue Apr 5 15:09:35 2011 +0000 @@ -24585,6 +28903,8 @@ Date: Tue Apr 5 15:09:35 2011 +0000 Monotone-Date: 2011-04-05T15:09:35 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailView.m + commit e957221dd17dab6c79aee09af010125ec946393b Author: Wolfgang Sourdeau Date: Tue Apr 5 15:08:12 2011 +0000 @@ -24596,6 +28916,8 @@ Date: Tue Apr 5 15:08:12 2011 +0000 Monotone-Date: 2011-04-05T15:08:12 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 776ebd2dda6765a74545561af57218bdd39befa8 Author: Wolfgang Sourdeau Date: Tue Apr 5 14:27:21 2011 +0000 @@ -24607,6 +28929,8 @@ Date: Tue Apr 5 14:27:21 2011 +0000 Monotone-Date: 2011-04-05T14:27:21 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardGroup.m + commit d20e5702b05b752a996ea8c971ca02ee5c87d1db Author: Wolfgang Sourdeau Date: Tue Apr 5 14:14:55 2011 +0000 @@ -24618,6 +28942,8 @@ Date: Tue Apr 5 14:14:55 2011 +0000 Monotone-Date: 2011-04-05T14:14:55 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoDefaults.plist + commit 4b77925f85f30410b65ac49750d9b3b45656dd7f Author: Wolfgang Sourdeau Date: Tue Apr 5 13:50:09 2011 +0000 @@ -24629,6 +28955,9 @@ Date: Tue Apr 5 13:50:09 2011 +0000 Monotone-Date: 2011-04-05T13:50:09 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m + commit 2ed6a7dadff388a1081d4f5806c54171039004ba Author: Wolfgang Sourdeau Date: Tue Apr 5 13:37:43 2011 +0000 @@ -24640,6 +28969,8 @@ Date: Tue Apr 5 13:37:43 2011 +0000 Monotone-Date: 2011-04-05T13:37:43 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailView.m + commit 11d52f2c06e8506669801ed0a49f1d7e3a5a0f38 Author: Wolfgang Sourdeau Date: Tue Apr 5 13:35:30 2011 +0000 @@ -24651,6 +28982,8 @@ Date: Tue Apr 5 13:35:30 2011 +0000 Monotone-Date: 2011-04-05T13:35:30 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreCalendarMessage.m + commit 1d6c7eb00e9b91bb80fbcce27ef1c351ad90da28 Author: Wolfgang Sourdeau Date: Tue Apr 5 13:34:55 2011 +0000 @@ -24662,6 +28995,8 @@ Date: Tue Apr 5 13:34:55 2011 +0000 Monotone-Date: 2011-04-05T13:34:55 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.m + commit e1f2ba7b7a9340043f1cd39337d8a80a896cec10 Author: Wolfgang Sourdeau Date: Tue Apr 5 13:33:48 2011 +0000 @@ -24673,6 +29008,11 @@ Date: Tue Apr 5 13:33:48 2011 +0000 Monotone-Date: 2011-04-05T13:33:48 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardGroup.m +M SOPE/NGCards/NSString+NGCards.m +M SOPE/NGCards/iCalXMLRenderer.m +M SOPE/NGCards/iCalYearlyRecurrenceCalculator.m + commit 0e4a4f522d003064243e055469a5681a83f7c37e Author: Wolfgang Sourdeau Date: Tue Apr 5 13:33:44 2011 +0000 @@ -24684,6 +29024,10 @@ Date: Tue Apr 5 13:33:44 2011 +0000 Monotone-Date: 2011-04-05T13:33:44 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/GCSAlarmsFolder.m +M SOPE/GDLContentStore/GCSFolderType.m +M SOPE/GDLContentStore/GCSSessionsFolder.m + commit 6cf00eddfd382dba04f581883ba8713a646d75b7 Author: Wolfgang Sourdeau Date: Tue Apr 5 00:44:23 2011 +0000 @@ -24695,6 +29039,8 @@ Date: Tue Apr 5 00:44:23 2011 +0000 Monotone-Date: 2011-04-05T00:44:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit ae3b31546856d67d718dc5bb20e84960299ca5af Author: Wolfgang Sourdeau Date: Tue Apr 5 00:43:57 2011 +0000 @@ -24706,21 +29052,8 @@ Date: Tue Apr 5 00:43:57 2011 +0000 Monotone-Date: 2011-04-05T00:43:57 Monotone-Branch: ca.inverse.sogo -commit 02e551d324898948ce77afc7c6e67097fde0bf75 -Merge: c9afeb9 5ebe3cd -Author: Francis Lachapelle -Date: Mon Apr 4 14:11:45 2011 +0000 - - merge of '4dead0c3c1d9edc0c48e5bfb39f0ec7a89f28007' - and '72688cfe86ab1f4b8c8d1f0a9fab23384d7abaab' - - Monotone-Parent: 4dead0c3c1d9edc0c48e5bfb39f0ec7a89f28007 - Monotone-Parent: 72688cfe86ab1f4b8c8d1f0a9fab23384d7abaab - Monotone-Revision: f84a8ee34fde286386429490ca9126042402c390 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-04-04T14:11:45 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m commit 5ebe3cdd09530667897bca18796814990762d694 Author: Ludovic Marcotte @@ -24735,6 +29068,15 @@ Date: Mon Apr 4 13:01:20 2011 +0000 Monotone-Date: 2011-04-04T13:01:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SOPE/GDLContentStore/GCSFolderManager.h +M SOPE/GDLContentStore/GCSFolderManager.m +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m +M Tools/SOGoToolRestore.m + commit c9afeb9827c1863d374a322ee516dcd1d5341719 Author: Wolfgang Sourdeau Date: Fri Apr 1 21:13:19 2011 +0000 @@ -24746,6 +29088,10 @@ Date: Fri Apr 1 21:13:19 2011 +0000 Monotone-Date: 2011-04-01T21:13:19 Monotone-Branch: ca.inverse.sogo +M Tests/Unit/TestNGMimeAddressHeaderFieldGenerator.m +M Tests/Unit/TestSBJsonParser.m +M Tests/Unit/TestiCalTimeZonePeriod.m + commit 6f339121a2800c33800b64821d70b052724f2879 Author: Wolfgang Sourdeau Date: Fri Apr 1 21:10:10 2011 +0000 @@ -24757,6 +29103,9 @@ Date: Fri Apr 1 21:10:10 2011 +0000 Monotone-Date: 2011-04-01T21:10:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Unit/TestSBJsonParser.m + commit f51d1fa665634824662a83a2ad969f1597110c8c Author: Wolfgang Sourdeau Date: Fri Apr 1 20:28:18 2011 +0000 @@ -24768,6 +29117,8 @@ Date: Fri Apr 1 20:28:18 2011 +0000 Monotone-Date: 2011-04-01T20:28:18 Monotone-Branch: ca.inverse.sogo +M NEWS + commit f2c466be49e5314509a7912041cce091ff516ed8 Author: Wolfgang Sourdeau Date: Fri Apr 1 19:45:36 2011 +0000 @@ -24779,6 +29130,8 @@ Date: Fri Apr 1 19:45:36 2011 +0000 Monotone-Date: 2011-04-01T19:45:36 Monotone-Branch: ca.inverse.sogo +M Tests/Unit/GNUmakefile + commit 35f49f9994897cf1eaeda15ee7b979ce224c2013 Author: Wolfgang Sourdeau Date: Fri Apr 1 19:44:28 2011 +0000 @@ -24790,21 +29143,7 @@ Date: Fri Apr 1 19:44:28 2011 +0000 Monotone-Date: 2011-04-01T19:44:28 Monotone-Branch: ca.inverse.sogo -commit 3d6309eda4920c571952b47c17838d6409c5392c -Merge: 4e13c0b dadedfa -Author: Wolfgang Sourdeau -Date: Fri Apr 1 19:43:44 2011 +0000 - - merge of 'c37895534ea03712cf65f5760bc535177a041d99' - and 'c9f767434992867f4e642881a1161a8a606c338f' - - Monotone-Parent: c37895534ea03712cf65f5760bc535177a041d99 - Monotone-Parent: c9f767434992867f4e642881a1161a8a606c338f - Monotone-Revision: 50ca38f0849cc20be6979e82924895e7b1c2e27f - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-04-01T19:43:44 - Monotone-Branch: ca.inverse.sogo +M ChangeLog commit 4e13c0b73cc0120f276e21a31e052ae47f198d21 Author: Wolfgang Sourdeau @@ -24817,6 +29156,11 @@ Date: Fri Apr 1 19:43:11 2011 +0000 Monotone-Date: 2011-04-01T19:43:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Integration/all.py +M Tests/Integration/preferences.py +A Tests/Integration/sogoLogin.py + commit 87f516c874a34b8374982913f107124da3128fed Author: Wolfgang Sourdeau Date: Fri Apr 1 18:57:00 2011 +0000 @@ -24828,6 +29172,8 @@ Date: Fri Apr 1 18:57:00 2011 +0000 Monotone-Date: 2011-04-01T18:57:00 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/GNUmakefile + commit dadedfa2955f8d045e253f84ceb1249c6052c150 Author: Francis Lachapelle Date: Fri Apr 1 18:55:02 2011 +0000 @@ -24841,6 +29187,9 @@ Date: Fri Apr 1 18:55:02 2011 +0000 Monotone-Date: 2011-04-01T18:55:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit d7cd0a14e93fe9a3e90243e4eb7a12bcaf848d7a Author: Wolfgang Sourdeau Date: Fri Apr 1 18:48:46 2011 +0000 @@ -24852,6 +29201,9 @@ Date: Fri Apr 1 18:48:46 2011 +0000 Monotone-Date: 2011-04-01T18:48:46 Monotone-Branch: ca.inverse.sogo +M Main/SOGo+DAV.m +M SoObjects/SOGo/SOGoObject.m + commit fd2d0930fdf3e99c626f294fa9d5012d20d86fd1 Author: Wolfgang Sourdeau Date: Fri Apr 1 18:48:24 2011 +0000 @@ -24863,6 +29215,8 @@ Date: Fri Apr 1 18:48:24 2011 +0000 Monotone-Date: 2011-04-01T18:48:24 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/test-ical.py + commit 7aca9d276b9d5a1dddd821eb13ce28c1e48175ba Author: Wolfgang Sourdeau Date: Fri Apr 1 18:40:51 2011 +0000 @@ -24874,6 +29228,9 @@ Date: Fri Apr 1 18:40:51 2011 +0000 Monotone-Date: 2011-04-01T18:40:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit 64d1eeab3b275db13e7b5177cb1ead30119f197f Author: Wolfgang Sourdeau Date: Fri Apr 1 17:54:23 2011 +0000 @@ -24885,6 +29242,9 @@ Date: Fri Apr 1 17:54:23 2011 +0000 Monotone-Date: 2011-04-01T17:54:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 5bdbc636030cc872cc6b7c91d1c20419a30032bf Author: Wolfgang Sourdeau Date: Fri Apr 1 17:48:16 2011 +0000 @@ -24896,6 +29256,10 @@ Date: Fri Apr 1 17:48:16 2011 +0000 Monotone-Date: 2011-04-01T17:48:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo+DAV.m +M SoObjects/SOGo/SOGoObject.m + commit 2b4576c41d07b9f4d5304af6a2a5c3b56abe46cb Author: Wolfgang Sourdeau Date: Fri Apr 1 14:49:27 2011 +0000 @@ -24907,6 +29271,8 @@ Date: Fri Apr 1 14:49:27 2011 +0000 Monotone-Date: 2011-04-01T14:49:27 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 4bef0f4b6a93c5fe49ceebf0a3a182fa15b0db8b Author: Wolfgang Sourdeau Date: Thu Mar 31 22:59:15 2011 +0000 @@ -24918,6 +29284,8 @@ Date: Thu Mar 31 22:59:15 2011 +0000 Monotone-Date: 2011-03-31T22:59:15 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 09ac14e4ef742128d4ca7200c372f7ad0d128745 Author: Wolfgang Sourdeau Date: Thu Mar 31 22:59:12 2011 +0000 @@ -24929,6 +29297,10 @@ Date: Thu Mar 31 22:59:12 2011 +0000 Monotone-Date: 2011-03-31T22:59:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.h +M OpenChange/MAPIStoreCalendarMessage.m + commit 755144d16c9f8325db3b1828c8a7a645e3130b87 Author: Wolfgang Sourdeau Date: Thu Mar 31 22:17:50 2011 +0000 @@ -24940,6 +29312,9 @@ Date: Thu Mar 31 22:17:50 2011 +0000 Monotone-Date: 2011-03-31T22:17:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreSOGo.m + commit b6020215da17874555e9572f81fa2adfee59ce9e Author: Wolfgang Sourdeau Date: Thu Mar 31 22:08:30 2011 +0000 @@ -24951,6 +29326,10 @@ Date: Thu Mar 31 22:08:30 2011 +0000 Monotone-Date: 2011-03-31T22:08:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/MAPIStoreCalendarAttachment.h +A OpenChange/MAPIStoreCalendarAttachment.m + commit b183005d916602715e351767435ab8b0cfd64cd5 Author: Wolfgang Sourdeau Date: Thu Mar 31 22:07:31 2011 +0000 @@ -24962,6 +29341,8 @@ Date: Thu Mar 31 22:07:31 2011 +0000 Monotone-Date: 2011-03-31T22:07:31 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailAttachment.m + commit b36db5358ec4c20ef99fea49e11266354222296c Author: Wolfgang Sourdeau Date: Thu Mar 31 22:07:03 2011 +0000 @@ -24973,6 +29354,10 @@ Date: Thu Mar 31 22:07:03 2011 +0000 Monotone-Date: 2011-03-31T22:07:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMessage.m + commit 6697ac96183f43e2dd12543dc29b15ce767f8fd5 Author: Wolfgang Sourdeau Date: Thu Mar 31 22:05:55 2011 +0000 @@ -24984,6 +29369,8 @@ Date: Thu Mar 31 22:05:55 2011 +0000 Monotone-Date: 2011-03-31T22:05:55 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreDraftsMessage.m + commit 7534ab9204be345935bf17056ed92738128e6b7a Author: Wolfgang Sourdeau Date: Thu Mar 31 22:05:33 2011 +0000 @@ -24995,6 +29382,10 @@ Date: Thu Mar 31 22:05:33 2011 +0000 Monotone-Date: 2011-03-31T22:05:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAttachment.h +M OpenChange/MAPIStoreAttachment.m + commit d52a73e213fb80e61c15f60b818a422ecace1dd2 Author: Wolfgang Sourdeau Date: Thu Mar 31 22:02:03 2011 +0000 @@ -25006,6 +29397,10 @@ Date: Thu Mar 31 22:02:03 2011 +0000 Monotone-Date: 2011-03-31T22:02:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/MAPIStoreEmbeddedMessage.h +A OpenChange/MAPIStoreEmbeddedMessage.m + commit f0a2a5a99989efbcbefb2f40eba933bab2403184 Author: Wolfgang Sourdeau Date: Thu Mar 31 21:58:23 2011 +0000 @@ -25017,6 +29412,9 @@ Date: Thu Mar 31 21:58:23 2011 +0000 Monotone-Date: 2011-03-31T21:58:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreObject.m + commit 99e3c4973888f0702f95b9616e167331dd2e870f Author: Wolfgang Sourdeau Date: Thu Mar 31 21:56:25 2011 +0000 @@ -25028,21 +29426,7 @@ Date: Thu Mar 31 21:56:25 2011 +0000 Monotone-Date: 2011-03-31T21:56:25 Monotone-Branch: ca.inverse.sogo -commit 8aaf4d631c30ded0ca4f1c0892280b4c38fd8a8e -Merge: b170ea7 5b11bbc -Author: Wolfgang Sourdeau -Date: Thu Mar 31 21:55:02 2011 +0000 - - merge of '277192cc101d97ca24773acdb0d3ac5ec0e0a182' - and 'c8f2954fafcf6e28225083320c49c97918ce2a9d' - - Monotone-Parent: 277192cc101d97ca24773acdb0d3ac5ec0e0a182 - Monotone-Parent: c8f2954fafcf6e28225083320c49c97918ce2a9d - Monotone-Revision: 92df195fbe1c4391ea6ee2bda8d4c6df56a3b430 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-03-31T21:55:02 - Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreContext.m commit b170ea7ebafcf3d4d504e503039feb5273c60681 Author: Wolfgang Sourdeau @@ -25055,6 +29439,10 @@ Date: Thu Mar 31 21:54:25 2011 +0000 Monotone-Date: 2011-03-31T21:54:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/MAPIStoreRecurrenceUtils.h +A OpenChange/MAPIStoreRecurrenceUtils.m + commit 5b11bbc7a5fbc36862ee8ac235a7dd59a04d1500 Author: Francis Lachapelle Date: Thu Mar 31 17:22:01 2011 +0000 @@ -25068,6 +29456,9 @@ Date: Thu Mar 31 17:22:01 2011 +0000 Monotone-Date: 2011-03-31T17:22:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 7ea3edd234a6678cb4ceb49ce23649f4743f7bf9 Author: Francis Lachapelle Date: Thu Mar 31 17:02:54 2011 +0000 @@ -25081,6 +29472,9 @@ Date: Thu Mar 31 17:02:54 2011 +0000 Monotone-Date: 2011-03-31T17:02:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactView.m + commit 733d86e6e765937739f3c6e9c1a9f70914e64687 Author: Wolfgang Sourdeau Date: Thu Mar 31 14:32:53 2011 +0000 @@ -25092,6 +29486,9 @@ Date: Thu Mar 31 14:32:53 2011 +0000 Monotone-Date: 2011-03-31T14:32:53 Monotone-Branch: ca.inverse.sogo +M Version +M configure + commit a8b40bfd492f94d509cbec60bd18a4bfc6f3e419 Author: Wolfgang Sourdeau Date: Wed Mar 30 19:58:42 2011 +0000 @@ -25103,6 +29500,9 @@ Date: Wed Mar 30 19:58:42 2011 +0000 Monotone-Date: 2011-03-30T19:58:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m + commit b8363505ff45f52d0e2f7bdd60a40e2087d17ed7 Author: Wolfgang Sourdeau Date: Wed Mar 30 19:46:07 2011 +0000 @@ -25114,6 +29514,8 @@ Date: Wed Mar 30 19:46:07 2011 +0000 Monotone-Date: 2011-03-30T19:46:07 Monotone-Branch: ca.inverse.sogo +M configure + commit 8814d74859eca5ab454f1e7936d4843a58b33556 Author: Wolfgang Sourdeau Date: Wed Mar 30 19:15:51 2011 +0000 @@ -25125,6 +29527,9 @@ Date: Wed Mar 30 19:15:51 2011 +0000 Monotone-Date: 2011-03-30T19:15:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailFolderActions.m + commit 895380929017ee42cd11a93c9aef17cc5b88a4f6 Author: Wolfgang Sourdeau Date: Wed Mar 30 16:05:33 2011 +0000 @@ -25136,6 +29541,9 @@ Date: Wed Mar 30 16:05:33 2011 +0000 Monotone-Date: 2011-03-30T16:05:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxTaskEditor.js + commit 10345b1927ae49417207f1d5e522001b0921798a Author: Francis Lachapelle Date: Wed Mar 30 15:38:20 2011 +0000 @@ -25149,6 +29557,8 @@ Date: Wed Mar 30 15:38:20 2011 +0000 Monotone-Date: 2011-03-30T15:38:20 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 09daa006e468448f5478a0318cda674858f113f6 Author: Francis Lachapelle Date: Wed Mar 30 15:30:42 2011 +0000 @@ -25160,21 +29570,7 @@ Date: Wed Mar 30 15:30:42 2011 +0000 Monotone-Date: 2011-03-30T15:30:42 Monotone-Branch: ca.inverse.sogo -commit 49d81dd25a40b2f9da8d923984717786df9f2a6f -Merge: f630dd1 a5c1ff4 -Author: Francis Lachapelle -Date: Wed Mar 30 15:28:40 2011 +0000 - - merge of '85f004835cf5ba09158bc317c859435dd12fe5bf' - and '9729b5be2f0c489355063a4880107ed09e4479ce' - - Monotone-Parent: 85f004835cf5ba09158bc317c859435dd12fe5bf - Monotone-Parent: 9729b5be2f0c489355063a4880107ed09e4479ce - Monotone-Revision: da4be75bb5b1f8a914c77c86d505e6f7bf587223 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-03-30T15:28:40 - Monotone-Branch: ca.inverse.sogo +M NEWS commit f630dd1c83c52d8ce85cc622ef72b3bef6e60012 Author: Francis Lachapelle @@ -25189,6 +29585,11 @@ Date: Wed Mar 30 15:21:27 2011 +0000 Monotone-Date: 2011-03-30T15:21:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoSystemDefaults.h +M SoObjects/SOGo/SOGoSystemDefaults.m +M UI/Common/UIxPageFrame.m + commit a5c1ff4f6c91dc475b363dce53ce67b0237cf085 Author: Wolfgang Sourdeau Date: Wed Mar 30 15:21:23 2011 +0000 @@ -25200,21 +29601,7 @@ Date: Wed Mar 30 15:21:23 2011 +0000 Monotone-Date: 2011-03-30T15:21:23 Monotone-Branch: ca.inverse.sogo -commit c0560681dded2434bb20b125b94e4ff772cc0f84 -Merge: e8026e6 d384c3b -Author: Wolfgang Sourdeau -Date: Wed Mar 30 15:02:56 2011 +0000 - - merge of '2f3c94605759601f796021ed2469cb5eb7910364' - and '9b486432ba55fa5e9a8bf8f7172fe57752abf7e1' - - Monotone-Parent: 2f3c94605759601f796021ed2469cb5eb7910364 - Monotone-Parent: 9b486432ba55fa5e9a8bf8f7172fe57752abf7e1 - Monotone-Revision: b3af4618e267496536ae158c684a391e497913f0 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-03-30T15:02:56 - Monotone-Branch: ca.inverse.sogo +M NEWS commit e8026e67c826cd17c2ae94308419c47c1dccdc15 Author: Wolfgang Sourdeau @@ -25227,6 +29614,18 @@ Date: Wed Mar 30 15:01:55 2011 +0000 Monotone-Date: 2011-03-30T15:01:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/GNUmakefile.preamble +M Main/SOGo.m +M SoObjects/Appointments/SOGoAppointmentFolderObject.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/Contacts/SOGoContactLDIFEntry.m +M SoObjects/SOGo/GNUmakefile.preamble +M SoObjects/SOGo/SOGoBuild.h +M SoObjects/SOGo/SOGoBuild.m +M UI/MailerUI/UIxMailView.m + commit 5708eb23a3c770049c74249716f86af933b07484 Author: Wolfgang Sourdeau Date: Wed Mar 30 14:46:35 2011 +0000 @@ -25238,6 +29637,8 @@ Date: Wed Mar 30 14:46:35 2011 +0000 Monotone-Date: 2011-03-30T14:46:35 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailView.m + commit c0c519a57418054d185f0c4144f1cb4fd33b38de Author: Wolfgang Sourdeau Date: Wed Mar 30 14:45:47 2011 +0000 @@ -25249,6 +29650,22 @@ Date: Wed Mar 30 14:45:47 2011 +0000 Monotone-Date: 2011-03-30T14:45:47 Monotone-Branch: ca.inverse.sogo +D Main/Version +D SOPE/NGCards/versitCardsSaxDriver/Version +D SoObjects/Appointments/Version +D SoObjects/Contacts/Version +D SoObjects/Mailer/Version +D SoObjects/SOGo/Version +D UI/AdministrationUI/Version +D UI/Common/Version +D UI/Contacts/Version +D UI/MailPartViewers/Version +D UI/MailerUI/Version +D UI/MainUI/Version +D UI/PreferencesUI/Version +D UI/SOGoUI/Version +D UI/Scheduler/Version + commit 2ca2e7d664031eede82e67250edf51180da0fa10 Author: Wolfgang Sourdeau Date: Wed Mar 30 14:44:47 2011 +0000 @@ -25260,6 +29677,26 @@ Date: Wed Mar 30 14:44:47 2011 +0000 Monotone-Date: 2011-03-30T14:44:47 Monotone-Branch: ca.inverse.sogo +M Main/GNUmakefile +M SoObjects/Appointments/GNUmakefile +M SoObjects/Contacts/GNUmakefile +M SoObjects/Mailer/GNUmakefile +M SoObjects/SOGo/GNUmakefile +M SoObjects/common.make +M UI/AdministrationUI/GNUmakefile +M UI/Common/GNUmakefile +M UI/Contacts/GNUmakefile +M UI/MailPartViewers/GNUmakefile +M UI/MailerUI/GNUmakefile +M UI/MailerUI/GNUmakefile.preamble +M UI/MainUI/GNUmakefile +M UI/PreferencesUI/GNUmakefile +M UI/SOGoUI/GNUmakefile +M UI/Scheduler/GNUmakefile +M UI/common.make +M Version +M configure + commit a6e5d5340b6c726df502b9c1728e9acb080fc576 Author: Wolfgang Sourdeau Date: Wed Mar 30 13:42:57 2011 +0000 @@ -25271,6 +29708,9 @@ Date: Wed Mar 30 13:42:57 2011 +0000 Monotone-Date: 2011-03-30T13:42:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m + commit d384c3be9933f93b35c6c030a3b271d229d90e83 Author: Francis Lachapelle Date: Wed Mar 30 02:14:56 2011 +0000 @@ -25284,6 +29724,9 @@ Date: Wed Mar 30 02:14:56 2011 +0000 Monotone-Date: 2011-03-30T02:14:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 13229c7ad2e9e5bbaf46788895fc8bbab3e73f1a Author: Francis Lachapelle Date: Wed Mar 30 01:02:41 2011 +0000 @@ -25297,6 +29740,12 @@ Date: Wed Mar 30 01:02:41 2011 +0000 Monotone-Date: 2011-03-30T01:02:41 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/Italian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings + commit a2ca7e48d766bd5d70e673f4993c295282997ec1 Author: Francis Lachapelle Date: Tue Mar 29 23:34:37 2011 +0000 @@ -25310,6 +29759,10 @@ Date: Tue Mar 29 23:34:37 2011 +0000 Monotone-Date: 2011-03-29T23:34:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentActions.m +M UI/Scheduler/UIxAppointmentEditor.m + commit 6b3d99424a59e2e1ab5f587c3d735f87028275f7 Author: Francis Lachapelle Date: Tue Mar 29 23:25:40 2011 +0000 @@ -25323,6 +29776,15 @@ Date: Tue Mar 29 23:25:40 2011 +0000 Monotone-Date: 2011-03-29T23:25:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/iCalEvent+SOGo.h +M SoObjects/Appointments/iCalEvent+SOGo.m +M SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m + commit eea9b8b91d0f836979592907721095532fc0d2c6 Author: Francis Lachapelle Date: Tue Mar 29 23:22:08 2011 +0000 @@ -25336,6 +29798,10 @@ Date: Tue Mar 29 23:22:08 2011 +0000 Monotone-Date: 2011-03-29T23:22:08 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalRepeatableEntityObject.h +M SOPE/NGCards/iCalRepeatableEntityObject.m + commit cb766777623ea13a9569c30b30f8a574f1b57d29 Author: Ludovic Marcotte Date: Tue Mar 29 14:34:14 2011 +0000 @@ -25349,6 +29815,8 @@ Date: Tue Mar 29 14:34:14 2011 +0000 Monotone-Date: 2011-03-29T14:34:14 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SQLSource.m + commit c74fe214846baf2f5c58f0c4b73bca79543f4454 Author: Wolfgang Sourdeau Date: Mon Mar 28 23:44:08 2011 +0000 @@ -25360,6 +29828,9 @@ Date: Mon Mar 28 23:44:08 2011 +0000 Monotone-Date: 2011-03-28T23:44:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/SOGoToolRemoveDoubles.m + commit 4998932fddfd307c8b3be5f4f678493f8b938f73 Author: Ludovic Marcotte Date: Mon Mar 28 12:28:33 2011 +0000 @@ -25373,6 +29844,8 @@ Date: Mon Mar 28 12:28:33 2011 +0000 Monotone-Date: 2011-03-28T12:28:33 Monotone-Branch: ca.inverse.sogo +M Tools/SOGoToolRestore.m + commit 6bac931b69c5aa39b4dde03001fbc8edf2afe3f5 Author: Ludovic Marcotte Date: Sun Mar 27 18:46:45 2011 +0000 @@ -25386,21 +29859,13 @@ Date: Sun Mar 27 18:46:45 2011 +0000 Monotone-Date: 2011-03-27T18:46:45 Monotone-Branch: ca.inverse.sogo -commit 8aebcff95bfd194edb924940f707b9c393557402 -Merge: d17c2ed 67d32df -Author: Wolfgang Sourdeau -Date: Thu Mar 24 15:28:28 2011 +0000 - - merge of '4da10cc5d7b04371c2d5f407c3a25e5ae2bce8df' - and 'dfcee5ab2e9d3d65c64801fc45b75ab2a873cfce' - - Monotone-Parent: 4da10cc5d7b04371c2d5f407c3a25e5ae2bce8df - Monotone-Parent: dfcee5ab2e9d3d65c64801fc45b75ab2a873cfce - Monotone-Revision: 5f0b5fde09b45b6e60e9302afb433346dcc0c2b8 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-03-24T15:28:28 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SOPE/GDLContentStore/GCSFolderManager.h +M SOPE/GDLContentStore/GCSFolderManager.m +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m commit d17c2ed024940099bc8588f11ad45a780330b992 Author: Wolfgang Sourdeau @@ -25413,6 +29878,12 @@ Date: Thu Mar 24 15:27:53 2011 +0000 Monotone-Date: 2011-03-24T15:27:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactsListView.m +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/WebServerResources/ContactsUI.css +A UI/WebServerResources/ablist.png + commit 67d32dff9a4e08f1881199719cc459fca5c29cc4 Author: Francis Lachapelle Date: Thu Mar 24 14:43:52 2011 +0000 @@ -25426,21 +29897,8 @@ Date: Thu Mar 24 14:43:52 2011 +0000 Monotone-Date: 2011-03-24T14:43:52 Monotone-Branch: ca.inverse.sogo -commit 73e41f02dd46fcafa2bd35eeca84c278a21f7b5b -Merge: aa4e432 110c265 -Author: Francis Lachapelle -Date: Thu Mar 24 14:13:53 2011 +0000 - - merge of '21262e234ec2e4a3a624015145a439b940b5da40' - and '380b86e5c0d4f7e3c452e904f2a11e814e95ee59' - - Monotone-Parent: 21262e234ec2e4a3a624015145a439b940b5da40 - Monotone-Parent: 380b86e5c0d4f7e3c452e904f2a11e814e95ee59 - Monotone-Revision: ee0810b737d9d978b856ca04e9102d7985d6bf82 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-03-24T14:13:53 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalTimeZone.m +M UI/PreferencesUI/UIxPreferences.m commit 110c26578fedf746fcdec40387deebca0d9f83f5 Author: Francis Lachapelle @@ -25455,6 +29913,9 @@ Date: Thu Mar 24 14:11:48 2011 +0000 Monotone-Date: 2011-03-24T14:11:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SQLSource.m + commit aa4e432da01bee8ded5333e65614527a6f4b608a Author: Wolfgang Sourdeau Date: Thu Mar 24 13:29:14 2011 +0000 @@ -25466,6 +29927,8 @@ Date: Thu Mar 24 13:29:14 2011 +0000 Monotone-Date: 2011-03-24T13:29:14 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog + commit 4de375902f95759e159e5c7c024cea1263c88b3c Author: Francis Lachapelle Date: Wed Mar 23 21:59:22 2011 +0000 @@ -25479,6 +29942,9 @@ Date: Wed Mar 23 21:59:22 2011 +0000 Monotone-Date: 2011-03-23T21:59:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListActions.m + commit fc2abaaf0a06cf0eb4ab74f291dc4aa6f99dc996 Author: Francis Lachapelle Date: Wed Mar 23 20:42:01 2011 +0000 @@ -25492,6 +29958,9 @@ Date: Wed Mar 23 20:42:01 2011 +0000 Monotone-Date: 2011-03-23T20:42:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/UIxPreferences.m + commit 9197155933f4785c093366e04a11d4439d3c085e Author: Ludovic Marcotte Date: Wed Mar 23 20:14:33 2011 +0000 @@ -25505,6 +29974,9 @@ Date: Wed Mar 23 20:14:33 2011 +0000 Monotone-Date: 2011-03-23T20:14:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 3d53407a73e8d97b52a43d8b4782dfde813a397c Author: Francis Lachapelle Date: Wed Mar 23 19:18:27 2011 +0000 @@ -25518,21 +29990,11 @@ Date: Wed Mar 23 19:18:27 2011 +0000 Monotone-Date: 2011-03-23T19:18:27 Monotone-Branch: ca.inverse.sogo -commit d7d8c7a7f5c693e3e4c02556c0d4021a95283cb1 -Merge: f0b9038 4e7e040 -Author: Francis Lachapelle -Date: Wed Mar 23 11:59:21 2011 +0000 - - merge of '2c72ee27838cb086c9f9538bdfd088d48c551532' - and 'b225fa0fff99cfbcbe27145aabf8fdfde0810371' - - Monotone-Parent: 2c72ee27838cb086c9f9538bdfd088d48c551532 - Monotone-Parent: b225fa0fff99cfbcbe27145aabf8fdfde0810371 - Monotone-Revision: 75bbc0ad243d66dd412883811d759ca8dabf6776 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-03-23T11:59:21 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalTimeZone.h +M SOPE/NGCards/iCalTimeZone.m +M UI/PreferencesUI/UIxPreferences.m commit 4e7e0403b737b0cd793fa5aaeb72dbb697125f5d Author: Francis Lachapelle @@ -25547,21 +30009,8 @@ Date: Wed Mar 23 11:28:36 2011 +0000 Monotone-Date: 2011-03-23T11:28:36 Monotone-Branch: ca.inverse.sogo -commit f0b9038b752a066d8212f3c210039013368dd2ae -Merge: 8c26a74 4c10790 -Author: Wolfgang Sourdeau -Date: Tue Mar 22 21:33:48 2011 +0000 - - merge of 'b4cd488f57719689e0d2bed481d82df8e68fcf46' - and 'd4aaec9a2984bf8eb954d457c1dde92899b63a7a' - - Monotone-Parent: b4cd488f57719689e0d2bed481d82df8e68fcf46 - Monotone-Parent: d4aaec9a2984bf8eb954d457c1dde92899b63a7a - Monotone-Revision: 2c72ee27838cb086c9f9538bdfd088d48c551532 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-03-22T21:33:48 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalRepeatableEntityObject.m commit 8c26a74bf5afcc80178ecb149f2d8936d9d008d7 Author: Wolfgang Sourdeau @@ -25574,6 +30023,10 @@ Date: Tue Mar 22 21:28:16 2011 +0000 Monotone-Date: 2011-03-22T21:28:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.h +M OpenChange/MAPIStoreCalendarMessage.m + commit 79815072718997afb9a08b32de0385463467d8f6 Author: Wolfgang Sourdeau Date: Tue Mar 22 21:22:34 2011 +0000 @@ -25585,6 +30038,10 @@ Date: Tue Mar 22 21:22:34 2011 +0000 Monotone-Date: 2011-03-22T21:22:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSCalendarDate+MAPIStore.h +M OpenChange/NSCalendarDate+MAPIStore.m + commit 781040d45b09b625f9a07536fd6553e37eeeeb99 Author: Wolfgang Sourdeau Date: Tue Mar 22 21:21:55 2011 +0000 @@ -25596,6 +30053,8 @@ Date: Tue Mar 22 21:21:55 2011 +0000 Monotone-Date: 2011-03-22T21:21:55 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreContext.m + commit f51e037f41182280e666782dec6f57f76559ae60 Author: Wolfgang Sourdeau Date: Tue Mar 22 20:58:22 2011 +0000 @@ -25607,6 +30066,12 @@ Date: Tue Mar 22 20:58:22 2011 +0000 Monotone-Date: 2011-03-22T20:58:22 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalEvent.h +M SOPE/NGCards/iCalEvent.m +M SOPE/NGCards/iCalRepeatableEntityObject.h +M SOPE/NGCards/iCalRepeatableEntityObject.m + commit 9921bba68b1b9299a283e1ed7c612bbb7dcd81c7 Author: Wolfgang Sourdeau Date: Tue Mar 22 20:56:57 2011 +0000 @@ -25618,6 +30083,8 @@ Date: Tue Mar 22 20:56:57 2011 +0000 Monotone-Date: 2011-03-22T20:56:57 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalMonthlyRecurrenceCalculator.m + commit 430c2261f80335706cf96cf67e0d0aed43c45aa8 Author: Wolfgang Sourdeau Date: Tue Mar 22 20:55:43 2011 +0000 @@ -25629,6 +30096,10 @@ Date: Tue Mar 22 20:55:43 2011 +0000 Monotone-Date: 2011-03-22T20:55:43 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalByDayMask.h +M SOPE/NGCards/iCalByDayMask.m + commit 4c107904de335d23b8f7ab962c4e052945537bed Author: Francis Lachapelle Date: Tue Mar 22 00:30:26 2011 +0000 @@ -25642,6 +30113,10 @@ Date: Tue Mar 22 00:30:26 2011 +0000 Monotone-Date: 2011-03-22T00:30:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListActions.m +M UI/WebServerResources/MailerUI.js + commit 112072d3f486b8ccece501c59550ae9604ea53f5 Author: Francis Lachapelle Date: Mon Mar 21 22:00:49 2011 +0000 @@ -25655,6 +30130,9 @@ Date: Mon Mar 21 22:00:49 2011 +0000 Monotone-Date: 2011-03-21T22:00:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 8a2181a9b5aaf90b2a7656d42172f4fd0d5dbdca Author: Francis Lachapelle Date: Mon Mar 21 20:09:56 2011 +0000 @@ -25668,6 +30146,9 @@ Date: Mon Mar 21 20:09:56 2011 +0000 Monotone-Date: 2011-03-21T20:09:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxPreferences.js + commit 9c6eba47ce496ffbe78f853fe783fea32611f981 Author: Francis Lachapelle Date: Mon Mar 21 18:56:03 2011 +0000 @@ -25681,6 +30162,8 @@ Date: Mon Mar 21 18:56:03 2011 +0000 Monotone-Date: 2011-03-21T18:56:03 Monotone-Branch: ca.inverse.sogo +M NEWS + commit eb6629d89f1401a84f49b56ca8d2c129dda8a3eb Author: Francis Lachapelle Date: Mon Mar 21 18:24:06 2011 +0000 @@ -25694,6 +30177,9 @@ Date: Mon Mar 21 18:24:06 2011 +0000 Monotone-Date: 2011-03-21T18:24:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.m + commit 8508800ca5f584f6523d22064fdc402df923d704 Author: Francis Lachapelle Date: Mon Mar 21 18:04:50 2011 +0000 @@ -25707,6 +30193,9 @@ Date: Mon Mar 21 18:04:50 2011 +0000 Monotone-Date: 2011-03-21T18:04:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/SOGoToolBackup.m + commit 59e376fea547ae4df7d4bf166e72371e26d1e653 Author: Francis Lachapelle Date: Mon Mar 21 15:47:43 2011 +0000 @@ -25720,6 +30209,145 @@ Date: Mon Mar 21 15:47:43 2011 +0000 Monotone-Date: 2011-03-21T15:47:43 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ckeditor/.htaccess +M UI/WebServerResources/ckeditor/LICENSE.html +M UI/WebServerResources/ckeditor/ckeditor.js +M UI/WebServerResources/ckeditor/ckeditor_basic.js +M UI/WebServerResources/ckeditor/config.js +M UI/WebServerResources/ckeditor/contents.css +M UI/WebServerResources/ckeditor/lang/_languages.js +M UI/WebServerResources/ckeditor/lang/_translationstatus.txt +M UI/WebServerResources/ckeditor/lang/af.js +M UI/WebServerResources/ckeditor/lang/ar.js +M UI/WebServerResources/ckeditor/lang/bg.js +M UI/WebServerResources/ckeditor/lang/bn.js +M UI/WebServerResources/ckeditor/lang/bs.js +M UI/WebServerResources/ckeditor/lang/ca.js +M UI/WebServerResources/ckeditor/lang/cs.js +M UI/WebServerResources/ckeditor/lang/cy.js +M UI/WebServerResources/ckeditor/lang/da.js +M UI/WebServerResources/ckeditor/lang/de.js +M UI/WebServerResources/ckeditor/lang/el.js +M UI/WebServerResources/ckeditor/lang/en-au.js +M UI/WebServerResources/ckeditor/lang/en-ca.js +M UI/WebServerResources/ckeditor/lang/en-gb.js +M UI/WebServerResources/ckeditor/lang/en.js +M UI/WebServerResources/ckeditor/lang/eo.js +M UI/WebServerResources/ckeditor/lang/es.js +M UI/WebServerResources/ckeditor/lang/et.js +M UI/WebServerResources/ckeditor/lang/eu.js +M UI/WebServerResources/ckeditor/lang/fa.js +M UI/WebServerResources/ckeditor/lang/fi.js +M UI/WebServerResources/ckeditor/lang/fo.js +M UI/WebServerResources/ckeditor/lang/fr-ca.js +M UI/WebServerResources/ckeditor/lang/fr.js +M UI/WebServerResources/ckeditor/lang/gl.js +M UI/WebServerResources/ckeditor/lang/gu.js +M UI/WebServerResources/ckeditor/lang/he.js +M UI/WebServerResources/ckeditor/lang/hi.js +M UI/WebServerResources/ckeditor/lang/hr.js +M UI/WebServerResources/ckeditor/lang/hu.js +M UI/WebServerResources/ckeditor/lang/is.js +M UI/WebServerResources/ckeditor/lang/it.js +M UI/WebServerResources/ckeditor/lang/ja.js +M UI/WebServerResources/ckeditor/lang/km.js +M UI/WebServerResources/ckeditor/lang/ko.js +M UI/WebServerResources/ckeditor/lang/lt.js +M UI/WebServerResources/ckeditor/lang/lv.js +M UI/WebServerResources/ckeditor/lang/mn.js +M UI/WebServerResources/ckeditor/lang/ms.js +M UI/WebServerResources/ckeditor/lang/nb.js +M UI/WebServerResources/ckeditor/lang/nl.js +M UI/WebServerResources/ckeditor/lang/no.js +M UI/WebServerResources/ckeditor/lang/pl.js +M UI/WebServerResources/ckeditor/lang/pt-br.js +M UI/WebServerResources/ckeditor/lang/pt.js +M UI/WebServerResources/ckeditor/lang/ro.js +M UI/WebServerResources/ckeditor/lang/ru.js +M UI/WebServerResources/ckeditor/lang/sk.js +M UI/WebServerResources/ckeditor/lang/sl.js +M UI/WebServerResources/ckeditor/lang/sr-latn.js +M UI/WebServerResources/ckeditor/lang/sr.js +M UI/WebServerResources/ckeditor/lang/sv.js +M UI/WebServerResources/ckeditor/lang/th.js +M UI/WebServerResources/ckeditor/lang/tr.js +M UI/WebServerResources/ckeditor/lang/uk.js +M UI/WebServerResources/ckeditor/lang/vi.js +M UI/WebServerResources/ckeditor/lang/zh-cn.js +M UI/WebServerResources/ckeditor/lang/zh.js +M UI/WebServerResources/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +M UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/en.js +M UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/he.js +M UI/WebServerResources/ckeditor/plugins/about/dialogs/about.js +M UI/WebServerResources/ckeditor/plugins/autogrow/plugin.js +M UI/WebServerResources/ckeditor/plugins/clipboard/dialogs/paste.js +M UI/WebServerResources/ckeditor/plugins/colordialog/dialogs/colordialog.js +M UI/WebServerResources/ckeditor/plugins/dialog/dialogDefinition.js +M UI/WebServerResources/ckeditor/plugins/div/dialogs/div.js +M UI/WebServerResources/ckeditor/plugins/find/dialogs/find.js +M UI/WebServerResources/ckeditor/plugins/flash/dialogs/flash.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/button.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/checkbox.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/form.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/hiddenfield.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/radio.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/select.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/textarea.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/textfield.js +A UI/WebServerResources/ckeditor/plugins/iframe/dialogs/iframe.js +A UI/WebServerResources/ckeditor/plugins/iframe/images/placeholder.png +M UI/WebServerResources/ckeditor/plugins/iframedialog/plugin.js +M UI/WebServerResources/ckeditor/plugins/image/dialogs/image.js +M UI/WebServerResources/ckeditor/plugins/link/dialogs/anchor.js +M UI/WebServerResources/ckeditor/plugins/link/dialogs/link.js +M UI/WebServerResources/ckeditor/plugins/liststyle/dialogs/liststyle.js +M UI/WebServerResources/ckeditor/plugins/pastefromword/filter/default.js +M UI/WebServerResources/ckeditor/plugins/pastetext/dialogs/pastetext.js +A UI/WebServerResources/ckeditor/plugins/placeholder/dialogs/placeholder.js +A UI/WebServerResources/ckeditor/plugins/placeholder/lang/en.js +A UI/WebServerResources/ckeditor/plugins/placeholder/placeholder.gif +A UI/WebServerResources/ckeditor/plugins/placeholder/plugin.js +M UI/WebServerResources/ckeditor/plugins/scayt/dialogs/options.js +M UI/WebServerResources/ckeditor/plugins/scayt/dialogs/toolbar.css +M UI/WebServerResources/ckeditor/plugins/smiley/dialogs/smiley.js +M UI/WebServerResources/ckeditor/plugins/specialchar/dialogs/specialchar.js +A UI/WebServerResources/ckeditor/plugins/specialchar/lang/en.js +M UI/WebServerResources/ckeditor/plugins/styles/styles/default.js +M UI/WebServerResources/ckeditor/plugins/table/dialogs/table.js +M UI/WebServerResources/ckeditor/plugins/tableresize/plugin.js +M UI/WebServerResources/ckeditor/plugins/tabletools/dialogs/tableCell.js +M UI/WebServerResources/ckeditor/plugins/templates/dialogs/templates.js +M UI/WebServerResources/ckeditor/plugins/templates/templates/default.js +M UI/WebServerResources/ckeditor/plugins/uicolor/dialogs/uicolor.js +M UI/WebServerResources/ckeditor/plugins/uicolor/lang/en.js +M UI/WebServerResources/ckeditor/plugins/uicolor/lang/he.js +M UI/WebServerResources/ckeditor/plugins/uicolor/plugin.js +M UI/WebServerResources/ckeditor/plugins/uicolor/yui/assets/yui.css +M UI/WebServerResources/ckeditor/plugins/uicolor/yui/yui.js +M UI/WebServerResources/ckeditor/plugins/wsc/dialogs/ciframe.html +M UI/WebServerResources/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +M UI/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.css +M UI/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.js +M UI/WebServerResources/ckeditor/skins/kama/dialog.css +M UI/WebServerResources/ckeditor/skins/kama/editor.css +M UI/WebServerResources/ckeditor/skins/kama/icons.png +M UI/WebServerResources/ckeditor/skins/kama/icons_rtl.png +M UI/WebServerResources/ckeditor/skins/kama/skin.js +M UI/WebServerResources/ckeditor/skins/kama/templates.css +M UI/WebServerResources/ckeditor/skins/office2003/dialog.css +M UI/WebServerResources/ckeditor/skins/office2003/editor.css +M UI/WebServerResources/ckeditor/skins/office2003/icons.png +M UI/WebServerResources/ckeditor/skins/office2003/icons_rtl.png +M UI/WebServerResources/ckeditor/skins/office2003/skin.js +M UI/WebServerResources/ckeditor/skins/office2003/templates.css +M UI/WebServerResources/ckeditor/skins/v2/dialog.css +M UI/WebServerResources/ckeditor/skins/v2/editor.css +M UI/WebServerResources/ckeditor/skins/v2/icons.png +M UI/WebServerResources/ckeditor/skins/v2/icons_rtl.png +M UI/WebServerResources/ckeditor/skins/v2/skin.js +M UI/WebServerResources/ckeditor/skins/v2/templates.css +M UI/WebServerResources/ckeditor/themes/default/theme.js + commit 37b473c532396f83f0a489fe7412e9badc47a606 Author: Francis Lachapelle Date: Mon Mar 21 15:16:06 2011 +0000 @@ -25733,6 +30361,24 @@ Date: Mon Mar 21 15:16:06 2011 +0000 Monotone-Date: 2011-03-21T15:16:06 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/Spanish.lproj/Localizable.strings +M SoObjects/Contacts/Spanish.lproj/Localizable.strings +M SoObjects/Mailer/SOGoMailSpanishForward.wo/SOGoMailSpanishForward.html +M SoObjects/Mailer/SOGoMailSpanishReply.wo/SOGoMailSpanishReply.html +M UI/AdministrationUI/Spanish.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/MailPartViewers/Spanish.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Spanish.lproj/Locale +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Templates/SOGoACLSpanishAdditionAdvisory.wox +M UI/Templates/SOGoACLSpanishModificationAdvisory.wox +M UI/Templates/SOGoACLSpanishRemovalAdvisory.wox +M UI/Templates/SOGoFolderSpanishAdditionAdvisory.wox + commit 182877480a121628023d8a7e099a426c2f417941 Author: Wolfgang Sourdeau Date: Mon Mar 21 01:01:06 2011 +0000 @@ -25744,6 +30390,11 @@ Date: Mon Mar 21 01:01:06 2011 +0000 Monotone-Date: 2011-03-21T01:01:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreCalendarMessage.h +M OpenChange/MAPIStoreCalendarMessage.m + commit 3f95770beaec02a531b8b02c598e43aeda6b233e Author: Wolfgang Sourdeau Date: Mon Mar 21 00:42:23 2011 +0000 @@ -25755,6 +30406,10 @@ Date: Mon Mar 21 00:42:23 2011 +0000 Monotone-Date: 2011-03-21T00:42:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSCalendarDate+MAPIStore.h +M OpenChange/NSCalendarDate+MAPIStore.m + commit 7979b0fee2b6c0e5e198045c7665dd44ea40e3fb Author: Wolfgang Sourdeau Date: Mon Mar 21 00:41:22 2011 +0000 @@ -25766,6 +30421,16 @@ Date: Mon Mar 21 00:41:22 2011 +0000 Monotone-Date: 2011-03-21T00:41:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessageTable.m +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/MAPIStoreContactsMessageTable.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMailMessageTable.m +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreTasksMessage.m +M OpenChange/MAPIStoreTasksMessageTable.m + commit b62149d65fcb98ce264cc8c81edb2fbc5e4e1413 Author: Wolfgang Sourdeau Date: Mon Mar 21 00:38:17 2011 +0000 @@ -25777,6 +30442,11 @@ Date: Mon Mar 21 00:38:17 2011 +0000 Monotone-Date: 2011-03-21T00:38:17 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardGroup.h +M SOPE/NGCards/CardGroup.m +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalRepeatableEntityObject.m + commit 071bdd863f727966f33fc3fdbbd59a7d713d22bd Author: Wolfgang Sourdeau Date: Mon Mar 21 00:37:22 2011 +0000 @@ -25788,6 +30458,9 @@ Date: Mon Mar 21 00:37:22 2011 +0000 Monotone-Date: 2011-03-21T00:37:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m + commit 66e53da063559f46b444d9bef8be87f81ed335ae Author: Francis Lachapelle Date: Sat Mar 19 02:06:32 2011 +0000 @@ -25801,6 +30474,9 @@ Date: Sat Mar 19 02:06:32 2011 +0000 Monotone-Date: 2011-03-19T02:06:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/iCalEvent+SOGo.m + commit e42aceffdf096ca42d4cb784a5b0b2d04296170a Author: Francis Lachapelle Date: Fri Mar 18 21:29:24 2011 +0000 @@ -25814,6 +30490,8 @@ Date: Fri Mar 18 21:29:24 2011 +0000 Monotone-Date: 2011-03-18T21:29:24 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MainUI/SOGoBrowsersPanel.wox + commit e1928214d69ae370f3b056672987b4a7def523e1 Author: Francis Lachapelle Date: Fri Mar 18 21:28:11 2011 +0000 @@ -25825,6 +30503,8 @@ Date: Fri Mar 18 21:28:11 2011 +0000 Monotone-Date: 2011-03-18T21:28:11 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.h + commit 4d4bdb446daae24e59678bf114c4df4705af0bf7 Author: Francis Lachapelle Date: Fri Mar 18 21:23:05 2011 +0000 @@ -25838,6 +30518,9 @@ Date: Fri Mar 18 21:23:05 2011 +0000 Monotone-Date: 2011-03-18T21:23:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m + commit 2cbe4e8fc1dbf19b6c4278ad3e3453d6cedf6c8f Author: Francis Lachapelle Date: Fri Mar 18 03:13:56 2011 +0000 @@ -25851,6 +30534,9 @@ Date: Fri Mar 18 03:13:56 2011 +0000 Monotone-Date: 2011-03-18T03:13:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit 8cebdc70339dffd6aec613e9afc36d2b8d21c791 Author: Francis Lachapelle Date: Thu Mar 17 21:26:51 2011 +0000 @@ -25864,6 +30550,14 @@ Date: Thu Mar 17 21:26:51 2011 +0000 Monotone-Date: 2011-03-17T21:26:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m +M UI/MailerUI/UIxMailAccountActions.m +M UI/MailerUI/UIxMailFolderActions.h +M UI/MailerUI/UIxMailFolderActions.m +M UI/WebServerResources/MailerUI.js + commit adefb89d55db87afa91c238e5cd55f3c149d4507 Author: Francis Lachapelle Date: Tue Mar 15 21:51:59 2011 +0000 @@ -25875,6 +30569,8 @@ Date: Tue Mar 15 21:51:59 2011 +0000 Monotone-Date: 2011-03-15T21:51:59 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailListActions.h + commit 7f6b54b48e0bf831a44b10a60d04060cbeaa300d Author: Francis Lachapelle Date: Tue Mar 15 19:48:22 2011 +0000 @@ -25888,6 +30584,8 @@ Date: Tue Mar 15 19:48:22 2011 +0000 Monotone-Date: 2011-03-15T19:48:22 Monotone-Branch: ca.inverse.sogo +M NEWS + commit e4316274c946d49917e72ee7f60b297578dccf80 Author: Francis Lachapelle Date: Tue Mar 15 19:36:25 2011 +0000 @@ -25901,21 +30599,9 @@ Date: Tue Mar 15 19:36:25 2011 +0000 Monotone-Date: 2011-03-15T19:36:25 Monotone-Branch: ca.inverse.sogo -commit 3e2d20947c27d8b33cbbfa0c0abf06670fbd808e -Merge: 8c7d80b 48e8b7b -Author: Wolfgang Sourdeau -Date: Tue Mar 15 17:12:05 2011 +0000 - - merge of '7dba10bc15c3a16348c5fd263d5aeea5ee17d063' - and 'a0b3d112eca99119d0e99fa3a948f74e17a73249' - - Monotone-Parent: 7dba10bc15c3a16348c5fd263d5aeea5ee17d063 - Monotone-Parent: a0b3d112eca99119d0e99fa3a948f74e17a73249 - Monotone-Revision: 0a48d70dd58905fd233548415a50a48cf1114607 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-03-15T17:12:05 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListActions.m +M UI/MailerUI/product.plist commit 48e8b7bfab740fa654b0528d3f849bb49d86746d Author: Wolfgang Sourdeau @@ -25928,21 +30614,10 @@ Date: Tue Mar 15 17:03:24 2011 +0000 Monotone-Date: 2011-03-15T17:03:24 Monotone-Branch: ca.inverse.sogo -commit 8c7d80bc57e2de41093d3c57e4057e6c9b52892d -Merge: d1e4cd9 3dcb595 -Author: Francis Lachapelle -Date: Fri Mar 11 20:06:52 2011 +0000 - - merge of '39ce1fba9746592044921a256d39e922dc2153d8' - and 'e3951f85165fbcdda1e4339ca3625cd4f4fbcf9f' - - Monotone-Parent: 39ce1fba9746592044921a256d39e922dc2153d8 - Monotone-Parent: e3951f85165fbcdda1e4339ca3625cd4f4fbcf9f - Monotone-Revision: 7dba10bc15c3a16348c5fd263d5aeea5ee17d063 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-03-11T20:06:52 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NSString+NGCards.m +M SOPE/NGCards/versitCardsSaxDriver/ChangeLog +M SOPE/NGCards/versitCardsSaxDriver/VSSaxDriver.m commit 3dcb595c5adbdb227f905df732974fea82658c86 Author: Francis Lachapelle @@ -25957,6 +30632,13 @@ Date: Fri Mar 11 20:06:38 2011 +0000 Monotone-Date: 2011-03-11T20:06:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/ckeditor/config.js +M UI/WebServerResources/generic.js + commit d1e4cd97e66892c9044cab9745d29c3c38e3c65e Author: Wolfgang Sourdeau Date: Fri Mar 11 19:31:06 2011 +0000 @@ -25968,6 +30650,9 @@ Date: Fri Mar 11 19:31:06 2011 +0000 Monotone-Date: 2011-03-11T19:31:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.m + commit 7b1c213051165001a6d7a297f0c896d9554b73f7 Author: Francis Lachapelle Date: Fri Mar 11 16:16:08 2011 +0000 @@ -25979,6 +30664,8 @@ Date: Fri Mar 11 16:16:08 2011 +0000 Monotone-Date: 2011-03-11T16:16:08 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit 731c43d0bf1646d02e6c93ceb0ac3ef61cd1aa9a Author: Francis Lachapelle Date: Fri Mar 11 16:04:14 2011 +0000 @@ -25992,6 +30679,9 @@ Date: Fri Mar 11 16:04:14 2011 +0000 Monotone-Date: 2011-03-11T16:04:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js + commit 9de18f4d456ca03dd157c4c3df39f5d6b09479b3 Author: Francis Lachapelle Date: Fri Mar 11 03:15:27 2011 +0000 @@ -26005,6 +30695,8 @@ Date: Fri Mar 11 03:15:27 2011 +0000 Monotone-Date: 2011-03-11T03:15:27 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + commit 79629a99417ad969ca91d358690d1aef2559e9ea Author: Francis Lachapelle Date: Thu Mar 10 22:21:53 2011 +0000 @@ -26018,6 +30710,9 @@ Date: Thu Mar 10 22:21:53 2011 +0000 Monotone-Date: 2011-03-10T22:21:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 32539b0fde7c2fa6f1a7017c6d53577e12b2f564 Author: Francis Lachapelle Date: Thu Mar 10 21:52:35 2011 +0000 @@ -26031,6 +30726,9 @@ Date: Thu Mar 10 21:52:35 2011 +0000 Monotone-Date: 2011-03-10T21:52:35 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/Version +M UI/MainUI/Version + commit a6ad7b8cc5116b4c4713031a2d23279d1aa987fd Author: Francis Lachapelle Date: Thu Mar 10 21:15:35 2011 +0000 @@ -26044,6 +30742,9 @@ Date: Thu Mar 10 21:15:35 2011 +0000 Monotone-Date: 2011-03-10T21:15:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxContactEditor.js + commit c4c472eeef9768cef75dd79c80e88bd69e32925a Author: Francis Lachapelle Date: Thu Mar 10 20:42:02 2011 +0000 @@ -26057,6 +30758,9 @@ Date: Thu Mar 10 20:42:02 2011 +0000 Monotone-Date: 2011-03-10T20:42:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js + commit eebb4b9e8aa2d64d7328c91c3880d47bd27d2cba Author: Wolfgang Sourdeau Date: Thu Mar 10 16:22:56 2011 +0000 @@ -26068,6 +30772,9 @@ Date: Thu Mar 10 16:22:56 2011 +0000 Monotone-Date: 2011-03-10T16:22:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js + commit c06f05125cd9be339b027c8a57d8c01771f3df31 Author: Wolfgang Sourdeau Date: Tue Mar 8 13:35:44 2011 +0000 @@ -26079,6 +30786,10 @@ Date: Tue Mar 8 13:35:44 2011 +0000 Monotone-Date: 2011-03-08T13:35:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessage.m +M OpenChange/MAPIStoreContext.m + commit 1694eb7d4b5bb90064757f941fe5312161729368 Author: Wolfgang Sourdeau Date: Mon Mar 7 22:35:24 2011 +0000 @@ -26090,6 +30801,9 @@ Date: Mon Mar 7 22:35:24 2011 +0000 Monotone-Date: 2011-03-07T22:35:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFSFolder.m + commit aa76faf05d65f1bf06f6f491a8d3a0de88e449e2 Author: Wolfgang Sourdeau Date: Mon Mar 7 22:34:59 2011 +0000 @@ -26101,6 +30815,8 @@ Date: Mon Mar 7 22:34:59 2011 +0000 Monotone-Date: 2011-03-07T22:34:59 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreTable.m + commit ef54d7d9b103de3a880d517a3eebdd6d0449df78 Author: Wolfgang Sourdeau Date: Mon Mar 7 22:17:14 2011 +0000 @@ -26112,6 +30828,9 @@ Date: Mon Mar 7 22:17:14 2011 +0000 Monotone-Date: 2011-03-07T22:17:14 Monotone-Branch: ca.inverse.sogo +A OpenChange/MAPIStoreFAIMessage.h +A OpenChange/MAPIStoreFAIMessage.m + commit ea416559ca310ccdb9ae5c8e1b8d2f2e09142957 Author: Wolfgang Sourdeau Date: Mon Mar 7 21:33:13 2011 +0000 @@ -26123,6 +30842,26 @@ Date: Mon Mar 7 21:33:13 2011 +0000 Monotone-Date: 2011-03-07T21:33:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarContext.m +M OpenChange/MAPIStoreCommonViewsContext.m +M OpenChange/MAPIStoreContactsContext.m +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreDeferredActionsContext.m +M OpenChange/MAPIStoreFreebusyContext.m +M OpenChange/MAPIStoreJournalContext.m +M OpenChange/MAPIStoreMailContext.m +M OpenChange/MAPIStoreMapping.m +M OpenChange/MAPIStoreNotesContext.m +M OpenChange/MAPIStoreRemindersContext.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreScheduleContext.m +M OpenChange/MAPIStoreSearchContext.m +M OpenChange/MAPIStoreShortcutsContext.m +M OpenChange/MAPIStoreTasksContext.m +M OpenChange/MAPIStoreViewsContext.m + commit ed2c4777aa3df9ab131c9b624c1b02ebdd503845 Author: Wolfgang Sourdeau Date: Mon Mar 7 19:15:16 2011 +0000 @@ -26134,6 +30873,34 @@ Date: Mon Mar 7 19:15:16 2011 +0000 Monotone-Date: 2011-03-07T19:15:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreCalendarFolder.m +M OpenChange/MAPIStoreContactsFolder.m +M OpenChange/MAPIStoreContactsMessage.m +M OpenChange/MAPIStoreContactsMessageTable.m +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreDraftsMessage.m +A OpenChange/MAPIStoreFAIMessageTable.h +A OpenChange/MAPIStoreFAIMessageTable.m +M OpenChange/MAPIStoreFSFolder.m +M OpenChange/MAPIStoreFolder.h +M OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreFolderTable.m +M OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreMailMessage.m +M OpenChange/MAPIStoreMessage.h +M OpenChange/MAPIStoreMessage.m +M OpenChange/MAPIStoreObject.h +M OpenChange/MAPIStoreObject.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTable.h +M OpenChange/MAPIStoreTable.m +M OpenChange/MAPIStoreTasksFolder.m +M OpenChange/MAPIStoreTasksMessage.m +M OpenChange/MAPIStoreTypes.h + commit 1c5baea83d3f42d00440ddd20a9b28d2a909714c Author: Wolfgang Sourdeau Date: Mon Mar 7 18:58:14 2011 +0000 @@ -26145,6 +30912,13 @@ Date: Mon Mar 7 18:58:14 2011 +0000 Monotone-Date: 2011-03-07T18:58:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m + commit 17af002bd3b27a7647021cc1e909a707c1e20fad Author: Ludovic Marcotte Date: Sun Mar 6 22:52:38 2011 +0000 @@ -26158,6 +30932,8 @@ Date: Sun Mar 6 22:52:38 2011 +0000 Monotone-Date: 2011-03-06T22:52:38 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailAccount.m + commit d077a37b0a73bf7e1634cff909a0364307e9457a Author: Ludovic Marcotte Date: Fri Mar 4 20:42:09 2011 +0000 @@ -26171,6 +30947,8 @@ Date: Fri Mar 4 20:42:09 2011 +0000 Monotone-Date: 2011-03-04T20:42:09 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 5d240197ce1854e129256c63db5b9b0ff6d2c9fb Author: Ludovic Marcotte Date: Fri Mar 4 20:30:28 2011 +0000 @@ -26184,6 +30962,10 @@ Date: Fri Mar 4 20:30:28 2011 +0000 Monotone-Date: 2011-03-04T20:30:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.m +M SoObjects/SOGo/SQLSource.m + commit d0dbb5379b4fbaf6aad9ad3433ab2cdb68d78ced Author: Ludovic Marcotte Date: Fri Mar 4 19:29:48 2011 +0000 @@ -26197,6 +30979,76 @@ Date: Fri Mar 4 19:29:48 2011 +0000 Monotone-Date: 2011-03-04T19:29:48 Monotone-Branch: ca.inverse.sogo +M NEWS +M SoObjects/Appointments/GNUmakefile +A SoObjects/Appointments/Norwegian.lproj/Localizable.strings +M SoObjects/Contacts/GNUmakefile +A SoObjects/Contacts/Norwegian.lproj/Localizable.strings +M SoObjects/Mailer/GNUmakefile +A SoObjects/Mailer/SOGoMailNorwegianForward.wo/SOGoMailNorwegianForward.html +A SoObjects/Mailer/SOGoMailNorwegianForward.wo/SOGoMailNorwegianForward.wod +A SoObjects/Mailer/SOGoMailNorwegianReply.wo/SOGoMailNorwegianReply.html +A SoObjects/Mailer/SOGoMailNorwegianReply.wo/SOGoMailNorwegianReply.wod +M SoObjects/SOGo/SOGoDefaults.plist +M Tests/Integration/all.py +M Tools/SOGoToolRemoveDoubles.m +M UI/AdministrationUI/GNUmakefile +A UI/AdministrationUI/Norwegian.lproj/Localizable.strings +M UI/Common/GNUmakefile +A UI/Common/Norwegian.lproj/Localizable.strings +M UI/Contacts/GNUmakefile +A UI/Contacts/Norwegian.lproj/Localizable.strings +M UI/MailPartViewers/GNUmakefile +A UI/MailPartViewers/Norwegian.lproj/Localizable.strings +M UI/MailerUI/GNUmakefile +A UI/MailerUI/Norwegian.lproj/Localizable.strings +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Catalan.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/GNUmakefile +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +A UI/MainUI/Norwegian.lproj/Locale +A UI/MainUI/Norwegian.lproj/Localizable.strings +M UI/MainUI/Polish.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +D UI/MainUI/SOGoGroupPage.m +D UI/MainUI/SOGoGroupsPage.m +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Swedish.lproj/Localizable.strings +M UI/MainUI/Ukrainian.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Catalan.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/GNUmakefile +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +A UI/PreferencesUI/Norwegian.lproj/Localizable.strings +M UI/PreferencesUI/Polish.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/Scheduler/GNUmakefile +A UI/Scheduler/Norwegian.lproj/Localizable.strings +D UI/Templates/Appointments/SOGoAptMailSwedishICalReply.wox +D UI/Templates/Appointments/SOGoAptMailUkrainianICalReply.wox +A UI/Templates/SOGoACLNorwegianAdditionAdvisory.wox +A UI/Templates/SOGoACLNorwegianModificationAdvisory.wox +A UI/Templates/SOGoACLNorwegianRemovalAdvisory.wox +A UI/Templates/SOGoFolderNorwegianAdditionAdvisory.wox +A UI/Templates/SOGoFolderNorwegianRemovalAdvisory.wox + commit 80bd276899e86c52b0e4ff3138dd8c6edcd4b57a Author: Ludovic Marcotte Date: Fri Mar 4 14:14:12 2011 +0000 @@ -26210,6 +31062,10 @@ Date: Fri Mar 4 14:14:12 2011 +0000 Monotone-Date: 2011-03-04T14:14:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit dba1d8a9a909df778a5cd4e73a5da7069e8ac8d8 Author: Wolfgang Sourdeau Date: Fri Feb 25 16:41:53 2011 +0000 @@ -26221,6 +31077,25 @@ Date: Fri Feb 25 16:41:53 2011 +0000 Monotone-Date: 2011-02-25T16:41:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +D OpenChange/MAPIStoreDeletedItemsContext.h +D OpenChange/MAPIStoreDeletedItemsContext.m +D OpenChange/MAPIStoreDraftsContext.h +D OpenChange/MAPIStoreDraftsContext.m +D OpenChange/MAPIStoreInboxContext.h +D OpenChange/MAPIStoreInboxContext.m +D OpenChange/MAPIStoreMailBaseContext.h +D OpenChange/MAPIStoreMailBaseContext.m +A OpenChange/MAPIStoreMailContext.h +A OpenChange/MAPIStoreMailContext.m +D OpenChange/MAPIStoreOutboxContext.h +D OpenChange/MAPIStoreOutboxContext.m +D OpenChange/MAPIStoreSentItemsContext.h +D OpenChange/MAPIStoreSentItemsContext.m +D OpenChange/MAPIStoreSpoolerContext.h +D OpenChange/MAPIStoreSpoolerContext.m + commit 84dddb95c5e669d1bec6ff6f1918eafe0154b44c Author: Wolfgang Sourdeau Date: Fri Feb 25 16:40:21 2011 +0000 @@ -26232,6 +31107,8 @@ Date: Fri Feb 25 16:40:21 2011 +0000 Monotone-Date: 2011-02-25T16:40:21 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreContext.m + commit a038d3e8bbb29e40aac51c97f320a0fb7034d474 Author: Wolfgang Sourdeau Date: Thu Feb 24 21:29:44 2011 +0000 @@ -26243,6 +31120,9 @@ Date: Thu Feb 24 21:29:44 2011 +0000 Monotone-Date: 2011-02-24T21:29:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTypes.m + commit be00aa89b8b6fc4e505be797669dc3f42bccfa9f Author: Wolfgang Sourdeau Date: Thu Feb 24 21:15:04 2011 +0000 @@ -26254,6 +31134,9 @@ Date: Thu Feb 24 21:15:04 2011 +0000 Monotone-Date: 2011-02-24T21:15:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m + commit a6900ed88b1348ff029fc26496bc4cbf0f6c45bc Author: Wolfgang Sourdeau Date: Thu Feb 24 20:56:44 2011 +0000 @@ -26265,6 +31148,9 @@ Date: Thu Feb 24 20:56:44 2011 +0000 Monotone-Date: 2011-02-24T20:56:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessage.m + commit 644b03ed8c5f45e53d83329845c3e9e7700246ae Author: Wolfgang Sourdeau Date: Thu Feb 24 20:40:17 2011 +0000 @@ -26276,6 +31162,8 @@ Date: Thu Feb 24 20:40:17 2011 +0000 Monotone-Date: 2011-02-24T20:40:17 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 1feee33aa2d79864f66c3b0055ed84a2aad30b54 Author: Wolfgang Sourdeau Date: Thu Feb 24 20:40:07 2011 +0000 @@ -26287,6 +31175,27 @@ Date: Thu Feb 24 20:40:07 2011 +0000 Monotone-Date: 2011-02-24T20:40:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/MAPIStoreAttachmentTable.h +A OpenChange/MAPIStoreAttachmentTable.m +M OpenChange/MAPIStoreCalendarMessageTable.m +M OpenChange/MAPIStoreContactsMessageTable.m +D OpenChange/MAPIStoreFAIMessageTable.h +D OpenChange/MAPIStoreFAIMessageTable.m +M OpenChange/MAPIStoreFSMessageTable.m +M OpenChange/MAPIStoreFolderTable.m +M OpenChange/MAPIStoreGCSMessageTable.h +M OpenChange/MAPIStoreGCSMessageTable.m +M OpenChange/MAPIStoreMailFolderTable.m +M OpenChange/MAPIStoreMailMessageTable.h +M OpenChange/MAPIStoreMailMessageTable.m +M OpenChange/MAPIStoreMessageTable.m +D OpenChange/MAPIStoreNotesMessageTable.h +D OpenChange/MAPIStoreNotesMessageTable.m +M OpenChange/MAPIStoreTable.h +M OpenChange/MAPIStoreTable.m +M OpenChange/MAPIStoreTasksMessageTable.m + commit c96ae87f5b1abb4d03ee17da313fade9af626d68 Author: Wolfgang Sourdeau Date: Thu Feb 24 20:38:01 2011 +0000 @@ -26298,6 +31207,10 @@ Date: Thu Feb 24 20:38:01 2011 +0000 Monotone-Date: 2011-02-24T20:38:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoMAPIFSMessage.h +M OpenChange/SOGoMAPIFSMessage.m + commit cd3354f2b09324a3f62941b13280fda58ff8c50d Author: Wolfgang Sourdeau Date: Thu Feb 24 20:36:35 2011 +0000 @@ -26309,6 +31222,10 @@ Date: Thu Feb 24 20:36:35 2011 +0000 Monotone-Date: 2011-02-24T20:36:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreSOGo.h +M OpenChange/MAPIStoreSOGo.m + commit d63c4e2334ff90ceaca273f6a1925855630e265e Author: Wolfgang Sourdeau Date: Thu Feb 24 20:34:10 2011 +0000 @@ -26320,6 +31237,14 @@ Date: Thu Feb 24 20:34:10 2011 +0000 Monotone-Date: 2011-02-24T20:34:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/MAPIStoreAttachment.h +A OpenChange/MAPIStoreAttachment.m +A OpenChange/MAPIStoreDraftsAttachment.h +A OpenChange/MAPIStoreDraftsAttachment.m +A OpenChange/MAPIStoreMailAttachment.h +A OpenChange/MAPIStoreMailAttachment.m + commit 1b3b27ca7637ce9ed207520bc467db7f2b9174e4 Author: Wolfgang Sourdeau Date: Thu Feb 24 20:32:47 2011 +0000 @@ -26331,6 +31256,9 @@ Date: Thu Feb 24 20:32:47 2011 +0000 Monotone-Date: 2011-02-24T20:32:47 Monotone-Branch: ca.inverse.sogo +D OpenChange/SOGoGCSFolder+MAPIStore.h +D OpenChange/SOGoGCSFolder+MAPIStore.m + commit dd0bea0dc9ecc5c7a82d86d43ff3a99bd279aefe Author: Wolfgang Sourdeau Date: Thu Feb 24 20:32:27 2011 +0000 @@ -26342,6 +31270,46 @@ Date: Thu Feb 24 20:32:27 2011 +0000 Monotone-Date: 2011-02-24T20:32:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarContext.m +A OpenChange/MAPIStoreCalendarFolder.h +A OpenChange/MAPIStoreCalendarFolder.m +M OpenChange/MAPIStoreContactsContext.m +A OpenChange/MAPIStoreContactsFolder.h +A OpenChange/MAPIStoreContactsFolder.m +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreDeletedItemsContext.h +M OpenChange/MAPIStoreDeletedItemsContext.m +M OpenChange/MAPIStoreDraftsContext.h +M OpenChange/MAPIStoreDraftsContext.m +M OpenChange/MAPIStoreFSBaseContext.m +A OpenChange/MAPIStoreFSFolder.h +A OpenChange/MAPIStoreFSFolder.m +A OpenChange/MAPIStoreFolder.h +A OpenChange/MAPIStoreFolder.m +M OpenChange/MAPIStoreFreebusyContext.m +A OpenChange/MAPIStoreGCSFolder.h +A OpenChange/MAPIStoreGCSFolder.m +A OpenChange/MAPIStoreInboxContext.h +A OpenChange/MAPIStoreInboxContext.m +A OpenChange/MAPIStoreMailBaseContext.h +A OpenChange/MAPIStoreMailBaseContext.m +D OpenChange/MAPIStoreMailContext.h +D OpenChange/MAPIStoreMailContext.m +A OpenChange/MAPIStoreMailFolder.h +A OpenChange/MAPIStoreMailFolder.m +M OpenChange/MAPIStoreNotesContext.m +A OpenChange/MAPIStoreNotesFolder.h +A OpenChange/MAPIStoreNotesFolder.m +M OpenChange/MAPIStoreOutboxContext.h +M OpenChange/MAPIStoreOutboxContext.m +M OpenChange/MAPIStoreSentItemsContext.h +M OpenChange/MAPIStoreSentItemsContext.m +M OpenChange/MAPIStoreTasksContext.m +A OpenChange/MAPIStoreTasksFolder.h +A OpenChange/MAPIStoreTasksFolder.m + commit 62819158a2db0b2715b91c036b5628fe6a6d57f8 Author: Wolfgang Sourdeau Date: Thu Feb 24 20:30:01 2011 +0000 @@ -26353,6 +31321,38 @@ Date: Thu Feb 24 20:30:01 2011 +0000 Monotone-Date: 2011-02-24T20:30:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/MAPIStoreCalendarMessage.h +A OpenChange/MAPIStoreCalendarMessage.m +A OpenChange/MAPIStoreContactsMessage.h +A OpenChange/MAPIStoreContactsMessage.m +A OpenChange/MAPIStoreDraftsMessage.h +A OpenChange/MAPIStoreDraftsMessage.m +A OpenChange/MAPIStoreFSMessage.h +A OpenChange/MAPIStoreFSMessage.m +A OpenChange/MAPIStoreGCSMessage.h +A OpenChange/MAPIStoreGCSMessage.m +A OpenChange/MAPIStoreMailMessage.h +A OpenChange/MAPIStoreMailMessage.m +A OpenChange/MAPIStoreMessage.h +A OpenChange/MAPIStoreMessage.m +A OpenChange/MAPIStoreNotesMessage.h +A OpenChange/MAPIStoreNotesMessage.m +A OpenChange/MAPIStoreTasksMessage.h +A OpenChange/MAPIStoreTasksMessage.m +D OpenChange/SOGoAppointmentObject+MAPIStore.h +D OpenChange/SOGoAppointmentObject+MAPIStore.m +D OpenChange/SOGoContactGCSEntry+MAPIStore.h +D OpenChange/SOGoContactGCSEntry+MAPIStore.m +D OpenChange/SOGoContentObject+MAPIStore.h +D OpenChange/SOGoContentObject+MAPIStore.m +D OpenChange/SOGoDraftObject+MAPIStore.h +D OpenChange/SOGoDraftObject+MAPIStore.m +D OpenChange/SOGoMailObject+MAPIStore.h +D OpenChange/SOGoMailObject+MAPIStore.m +D OpenChange/SOGoTaskObject+MAPIStore.h +D OpenChange/SOGoTaskObject+MAPIStore.m + commit 47672272530a6b707123c103a0b619672c23b092 Author: Wolfgang Sourdeau Date: Thu Feb 24 20:27:55 2011 +0000 @@ -26364,6 +31364,10 @@ Date: Thu Feb 24 20:27:55 2011 +0000 Monotone-Date: 2011-02-24T20:27:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/MAPIStoreObject.h +A OpenChange/MAPIStoreObject.m + commit fc934eb0240a4c1293be5787574b8f3d7c445aa0 Author: Wolfgang Sourdeau Date: Thu Feb 24 20:18:28 2011 +0000 @@ -26375,6 +31379,8 @@ Date: Thu Feb 24 20:18:28 2011 +0000 Monotone-Date: 2011-02-24T20:18:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 27d987fa5092d12c6d5da6376eb81b907c28d4e5 Author: Wolfgang Sourdeau Date: Thu Feb 24 20:18:21 2011 +0000 @@ -26386,6 +31392,11 @@ Date: Thu Feb 24 20:18:21 2011 +0000 Monotone-Date: 2011-02-24T20:18:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoTaskObject.m +M SoObjects/Contacts/SOGoContactGCSEntry.m + commit a054f0d5470ccd0501d199197a8967cdff0f8c67 Author: Wolfgang Sourdeau Date: Thu Feb 24 20:15:57 2011 +0000 @@ -26397,6 +31408,10 @@ Date: Thu Feb 24 20:15:57 2011 +0000 Monotone-Date: 2011-02-24T20:15:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.h +M SoObjects/SOGo/SOGoContentObject.m + commit 4b719cc57c1d14be95924ef9321450dad5c0ff1f Author: Wolfgang Sourdeau Date: Thu Feb 24 20:14:17 2011 +0000 @@ -26408,6 +31423,10 @@ Date: Thu Feb 24 20:14:17 2011 +0000 Monotone-Date: 2011-02-24T20:14:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.h +M SoObjects/Mailer/SOGoMailObject.m + commit 9d8a399d1d6c98e7cccee126e5874e6739e5fe27 Author: Wolfgang Sourdeau Date: Thu Feb 24 20:13:27 2011 +0000 @@ -26419,6 +31438,8 @@ Date: Thu Feb 24 20:13:27 2011 +0000 Monotone-Date: 2011-02-24T20:13:27 Monotone-Branch: ca.inverse.sogo +M Tools/GNUmakefile.preamble + commit b813ac9f80b1d3c7c267f6a2484463dd80bb2151 Author: Francis Lachapelle Date: Thu Feb 24 15:09:30 2011 +0000 @@ -26432,6 +31453,9 @@ Date: Thu Feb 24 15:09:30 2011 +0000 Monotone-Date: 2011-02-24T15:09:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 59aab29d6d0fc5120c11deca1b9202f37d0c9785 Author: Ludovic Marcotte Date: Thu Feb 24 00:06:02 2011 +0000 @@ -26445,6 +31469,8 @@ Date: Thu Feb 24 00:06:02 2011 +0000 Monotone-Date: 2011-02-24T00:06:02 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 7e7c84b58147c56bb4ebc37039de0267b6966c72 Author: Ludovic Marcotte Date: Thu Feb 24 00:02:24 2011 +0000 @@ -26458,6 +31484,9 @@ Date: Thu Feb 24 00:02:24 2011 +0000 Monotone-Date: 2011-02-24T00:02:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxPreferences.js + commit d9c35e24579e214a18c2d3cf72744d1b71237144 Author: Ludovic Marcotte Date: Wed Feb 23 23:22:48 2011 +0000 @@ -26471,6 +31500,9 @@ Date: Wed Feb 23 23:22:48 2011 +0000 Monotone-Date: 2011-02-23T23:22:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt + commit f5378d52280f155612384eebc5cb3fde7d1e4b4b Author: Ludovic Marcotte Date: Wed Feb 23 23:06:55 2011 +0000 @@ -26484,6 +31516,13 @@ Date: Wed Feb 23 23:06:55 2011 +0000 Monotone-Date: 2011-02-23T23:06:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/Mailer/SOGoMailObject.h +M SoObjects/Mailer/SOGoMailObject.m +M UI/MailerUI/UIxMailView.m +M UI/Templates/MailerUI/UIxMailView.wox + commit 3c3eb510a05bd4b3e2afe325a8ac05957c00b897 Author: Francis Lachapelle Date: Wed Feb 23 20:51:15 2011 +0000 @@ -26497,6 +31536,9 @@ Date: Wed Feb 23 20:51:15 2011 +0000 Monotone-Date: 2011-02-23T20:51:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.m + commit 0fdacd7d8a7eab8dc98794988f328feb1b8cbdbb Author: Francis Lachapelle Date: Wed Feb 23 16:33:29 2011 +0000 @@ -26510,6 +31552,9 @@ Date: Wed Feb 23 16:33:29 2011 +0000 Monotone-Date: 2011-02-23T16:33:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 988eb0991849093eb9a756b3b74e208ccc1e78c6 Author: Francis Lachapelle Date: Wed Feb 23 16:26:57 2011 +0000 @@ -26523,6 +31568,9 @@ Date: Wed Feb 23 16:26:57 2011 +0000 Monotone-Date: 2011-02-23T16:26:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 22292839bc2cc1e0b5acab869cc379775f92746f Author: Francis Lachapelle Date: Tue Feb 22 20:29:04 2011 +0000 @@ -26536,21 +31584,8 @@ Date: Tue Feb 22 20:29:04 2011 +0000 Monotone-Date: 2011-02-22T20:29:04 Monotone-Branch: ca.inverse.sogo -commit a015307d4e69ecec1c9e6de8ce2e3e8d21df13c0 -Merge: 4ec6ab9 6f7e03b -Author: Francis Lachapelle -Date: Thu Feb 17 22:37:16 2011 +0000 - - merge of '392bdd6ba9c324042c23ae3d8e26d2d328da895f' - and '41bb79702e5e49315aa6313331d91aaf5357ff5f' - - Monotone-Parent: 392bdd6ba9c324042c23ae3d8e26d2d328da895f - Monotone-Parent: 41bb79702e5e49315aa6313331d91aaf5357ff5f - Monotone-Revision: 4e80269c9a4c19167cb40423b5d143cad86c7adf - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-02-17T22:37:16 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m commit 6f7e03bbd31d58a92e23609a2155d56bb7a7f24b Author: Francis Lachapelle @@ -26565,6 +31600,9 @@ Date: Thu Feb 17 22:12:04 2011 +0000 Monotone-Date: 2011-02-17T22:12:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoFolder+CardDAV.m + commit 4ec6ab9f1225a570cd534bd37b76cbdc406bcc9c Author: Ludovic Marcotte Date: Thu Feb 17 20:55:19 2011 +0000 @@ -26578,6 +31616,15 @@ Date: Thu Feb 17 20:55:19 2011 +0000 Monotone-Date: 2011-02-17T20:55:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreAuthenticator.h +M OpenChange/MAPIStoreAuthenticator.m +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/SOGo/SOGoAuthenticator.h +M SoObjects/SOGo/SOGoDAVAuthenticator.m +M SoObjects/SOGo/SOGoProxyAuthenticator.m +M SoObjects/SOGo/SOGoWebAuthenticator.m + commit 7e101767f89e3efbf8ff0b9e88f74379fd3a6169 Author: Ludovic Marcotte Date: Thu Feb 17 20:08:00 2011 +0000 @@ -26591,6 +31638,8 @@ Date: Thu Feb 17 20:08:00 2011 +0000 Monotone-Date: 2011-02-17T20:08:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit ca78ff546c8f227a4d4b4a921e66cbaacb277b8c Author: Ludovic Marcotte Date: Thu Feb 17 20:06:12 2011 +0000 @@ -26604,21 +31653,10 @@ Date: Thu Feb 17 20:06:12 2011 +0000 Monotone-Date: 2011-02-17T20:06:12 Monotone-Branch: ca.inverse.sogo -commit 9113ad10c561545c63c7c3eb3570628aa9fe29b3 -Merge: 6a65eb3 4933913 -Author: Ludovic Marcotte -Date: Thu Feb 17 20:05:14 2011 +0000 - - merge of '1a11794c7fbd8ad9ba3eff5fdc2d1716a84efb62' - and '50142b417b19ad36d3c63bd36b61105185f0efc0' - - Monotone-Parent: 1a11794c7fbd8ad9ba3eff5fdc2d1716a84efb62 - Monotone-Parent: 50142b417b19ad36d3c63bd36b61105185f0efc0 - Monotone-Revision: 5b2bc8f17ae0dbc785abcc143ebf3cd49d100698 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2011-02-17T20:05:14 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/sogo-ealarms-notify.m +M Tools/sogo-slapd-sockd.m +M Tools/sogo-tool.m commit 4933913b4f70b8e64582b471dd6420bd6a594e6c Author: Francis Lachapelle @@ -26631,6 +31669,8 @@ Date: Wed Feb 16 14:34:54 2011 +0000 Monotone-Date: 2011-02-16T14:34:54 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/iefixes.css + commit 364d4c82fd3f27dc9b0f89fa0266901fe064d7d5 Author: Francis Lachapelle Date: Wed Feb 16 00:16:37 2011 +0000 @@ -26644,6 +31684,9 @@ Date: Wed Feb 16 00:16:37 2011 +0000 Monotone-Date: 2011-02-16T00:16:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxPreferences.js + commit 6a65eb359b05da11bacbdd35fe8206c45d12c4b5 Author: Ludovic Marcotte Date: Tue Feb 15 19:00:40 2011 +0000 @@ -26657,37 +31700,8 @@ Date: Tue Feb 15 19:00:40 2011 +0000 Monotone-Date: 2011-02-15T19:00:40 Monotone-Branch: ca.inverse.sogo -commit 2d3b7d8bd07e646331d50e9a0e55b08da834e300 -Merge: 95527fd c248845 -Author: Ludovic Marcotte -Date: Tue Feb 15 18:42:47 2011 +0000 - - merge of '965e5b9c7ec2a2d90948e6cd8a6cb2b4dd7b6159' - and 'c9ec5e37f4a0b75a5c85ecbbd8d238cc64a99cd3' - - Monotone-Parent: 965e5b9c7ec2a2d90948e6cd8a6cb2b4dd7b6159 - Monotone-Parent: c9ec5e37f4a0b75a5c85ecbbd8d238cc64a99cd3 - Monotone-Revision: 2c4d3e7457a36602400b6dd3bfb34b34fa47e606 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2011-02-15T18:42:47 - Monotone-Branch: ca.inverse.sogo - -commit 95527fda039843d8b74b43ce341a2f7a498281d3 -Merge: 9ce08f0 86f3455 -Author: Wolfgang Sourdeau -Date: Mon Feb 14 23:44:59 2011 +0000 - - merge of '2ec967e2199c437328dde8da267393b6e0d4722b' - and '42c7ffe1a106a44025c36523e969a629541821f7' - - Monotone-Parent: 2ec967e2199c437328dde8da267393b6e0d4722b - Monotone-Parent: 42c7ffe1a106a44025c36523e969a629541821f7 - Monotone-Revision: 965e5b9c7ec2a2d90948e6cd8a6cb2b4dd7b6159 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-02-14T23:44:59 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m commit 86f34550709b2f0b1f6f81f4b8fc17b35299823b Author: Wolfgang Sourdeau @@ -26700,6 +31714,12 @@ Date: Mon Feb 14 23:44:47 2011 +0000 Monotone-Date: 2011-02-14T23:44:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreFSMessageTable.m +A OpenChange/NSObject+MAPIStore.h +A OpenChange/NSObject+MAPIStore.m + commit 1b3dbb4be031ee5c35e586ee73e15a2f80f6f9ad Author: Wolfgang Sourdeau Date: Mon Feb 14 23:43:05 2011 +0000 @@ -26711,6 +31731,9 @@ Date: Mon Feb 14 23:43:05 2011 +0000 Monotone-Date: 2011-02-14T23:43:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m + commit c248845b83302c6b96c3f30262a8372cc2a4f416 Author: Francis Lachapelle Date: Mon Feb 14 22:18:19 2011 +0000 @@ -26724,6 +31747,8 @@ Date: Mon Feb 14 22:18:19 2011 +0000 Monotone-Date: 2011-02-14T22:18:19 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 9ce08f0f998cb2ec7f8823c4b52828908f2a1a8a Author: Francis Lachapelle Date: Mon Feb 14 18:02:39 2011 +0000 @@ -26737,6 +31762,9 @@ Date: Mon Feb 14 18:02:39 2011 +0000 Monotone-Date: 2011-02-14T18:02:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxDatePicker.m + commit 4d24b2fc4daa1729217f78603bba2adc7cdda815 Author: Wolfgang Sourdeau Date: Mon Feb 14 17:28:00 2011 +0000 @@ -26748,6 +31776,9 @@ Date: Mon Feb 14 17:28:00 2011 +0000 Monotone-Date: 2011-02-14T17:28:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessageTable.m + commit 545e3a9bfca0c77dd8fd3e8559906c42c110a68b Author: Wolfgang Sourdeau Date: Mon Feb 14 17:26:48 2011 +0000 @@ -26759,6 +31790,9 @@ Date: Mon Feb 14 17:26:48 2011 +0000 Monotone-Date: 2011-02-14T17:26:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailFolderTable.m + commit 22121220a1350860b8cfba41bc88c1649ce710e7 Author: Wolfgang Sourdeau Date: Mon Feb 14 17:25:29 2011 +0000 @@ -26770,6 +31804,9 @@ Date: Mon Feb 14 17:25:29 2011 +0000 Monotone-Date: 2011-02-14T17:25:29 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.h +M SoObjects/Mailer/SOGoMailObject.m + commit 512035cbdc3c7a3cd77eb658decf8a80412defc7 Author: Wolfgang Sourdeau Date: Mon Feb 14 17:24:35 2011 +0000 @@ -26781,6 +31818,8 @@ Date: Mon Feb 14 17:24:35 2011 +0000 Monotone-Date: 2011-02-14T17:24:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 01a83c94057d407484b6fd4abf50ea5e1d00de94 Author: Wolfgang Sourdeau Date: Sun Feb 13 22:58:29 2011 +0000 @@ -26792,6 +31831,9 @@ Date: Sun Feb 13 22:58:29 2011 +0000 Monotone-Date: 2011-02-13T22:58:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessageTable.m + commit 75b199d27a84c1ecd76920814273c1a5acc351d3 Author: Wolfgang Sourdeau Date: Sun Feb 13 22:57:04 2011 +0000 @@ -26803,6 +31845,11 @@ Date: Sun Feb 13 22:57:04 2011 +0000 Monotone-Date: 2011-02-13T22:57:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/NSData+Mail.h +M SoObjects/Mailer/NSData+Mail.m +M UI/MailPartViewers/UIxMailPartViewer.m + commit a564e7b302b99ef8a367071d9dce621194ee3ff7 Author: Wolfgang Sourdeau Date: Sun Feb 13 22:55:12 2011 +0000 @@ -26814,6 +31861,9 @@ Date: Sun Feb 13 22:55:12 2011 +0000 Monotone-Date: 2011-02-13T22:55:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.m + commit 3e652b2f50c9e7757904076c731f72beaf677c5e Author: Wolfgang Sourdeau Date: Sun Feb 13 21:53:04 2011 +0000 @@ -26825,6 +31875,9 @@ Date: Sun Feb 13 21:53:04 2011 +0000 Monotone-Date: 2011-02-13T21:53:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessageTable.m + commit 54e7721a60abec7c7813936b1f1a98039f9273b6 Author: Wolfgang Sourdeau Date: Sat Feb 12 04:33:24 2011 +0000 @@ -26836,6 +31889,9 @@ Date: Sat Feb 12 04:33:24 2011 +0000 Monotone-Date: 2011-02-12T04:33:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m + commit c6812d8ad0b6328e085e9c4c5267405cc43428dd Author: Wolfgang Sourdeau Date: Sat Feb 12 04:30:40 2011 +0000 @@ -26847,6 +31903,9 @@ Date: Sat Feb 12 04:30:40 2011 +0000 Monotone-Date: 2011-02-12T04:30:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessageTable.m + commit d3f008b1c059b6539b90d27fe4811fe1f05a08fb Author: Wolfgang Sourdeau Date: Fri Feb 11 21:38:10 2011 +0000 @@ -26858,6 +31917,9 @@ Date: Fri Feb 11 21:38:10 2011 +0000 Monotone-Date: 2011-02-11T21:38:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessageTable.m + commit 3dded781c2f2ecf52b233755ce70e5ad8d6dbc50 Author: Wolfgang Sourdeau Date: Fri Feb 11 21:37:17 2011 +0000 @@ -26869,6 +31931,10 @@ Date: Fri Feb 11 21:37:17 2011 +0000 Monotone-Date: 2011-02-11T21:37:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTable.h +M OpenChange/MAPIStoreTable.m + commit 6e1cf147bdb76af8e998eee5ac1efe3953c71e1d Author: Wolfgang Sourdeau Date: Fri Feb 11 21:36:37 2011 +0000 @@ -26880,6 +31946,9 @@ Date: Fri Feb 11 21:36:37 2011 +0000 Monotone-Date: 2011-02-11T21:36:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreGCSMessageTable.m + commit aaad02f35a72add9a64c45484fee1e60a18be9d7 Author: Wolfgang Sourdeau Date: Fri Feb 11 21:33:30 2011 +0000 @@ -26891,6 +31960,8 @@ Date: Fri Feb 11 21:33:30 2011 +0000 Monotone-Date: 2011-02-11T21:33:30 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 9138d50a728106460e39261a1c4080e092a8ffc3 Author: Wolfgang Sourdeau Date: Fri Feb 11 21:33:15 2011 +0000 @@ -26902,6 +31973,10 @@ Date: Fri Feb 11 21:33:15 2011 +0000 Monotone-Date: 2011-02-11T21:33:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/NSAutoreleasePool+MAPIStore.h +A OpenChange/NSAutoreleasePool+MAPIStore.m + commit 89d4df71b1d6f08869aabd8ec540aecbfaa073bd Author: Wolfgang Sourdeau Date: Fri Feb 11 16:09:42 2011 +0000 @@ -26913,6 +31988,9 @@ Date: Fri Feb 11 16:09:42 2011 +0000 Monotone-Date: 2011-02-11T16:09:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContactsMessageTable.m + commit e61634f501f02c05329c0e587d14395f099b8bb0 Author: Wolfgang Sourdeau Date: Fri Feb 11 16:08:46 2011 +0000 @@ -26924,6 +32002,9 @@ Date: Fri Feb 11 16:08:46 2011 +0000 Monotone-Date: 2011-02-11T16:08:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTasksMessageTable.m + commit 3749c51da91ee964b785b5f1e1373db8a01008e0 Author: Wolfgang Sourdeau Date: Fri Feb 11 16:08:09 2011 +0000 @@ -26935,6 +32016,9 @@ Date: Fri Feb 11 16:08:09 2011 +0000 Monotone-Date: 2011-02-11T16:08:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessageTable.m + commit e401c0bfae238b8835b9d37a8ae0e433f863575c Author: Wolfgang Sourdeau Date: Fri Feb 11 16:06:52 2011 +0000 @@ -26946,6 +32030,10 @@ Date: Fri Feb 11 16:06:52 2011 +0000 Monotone-Date: 2011-02-11T16:06:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreGCSMessageTable.h +M OpenChange/MAPIStoreGCSMessageTable.m + commit 316cb593b590798f42fac3f082f4d3dfa36c00af Author: Wolfgang Sourdeau Date: Thu Feb 10 17:54:35 2011 +0000 @@ -26957,6 +32045,9 @@ Date: Thu Feb 10 17:54:35 2011 +0000 Monotone-Date: 2011-02-10T17:54:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContactsMessageTable.m + commit 196cef42abcfd619580ccdef06efd07c00c6f5d3 Author: Wolfgang Sourdeau Date: Thu Feb 10 17:48:54 2011 +0000 @@ -26968,21 +32059,8 @@ Date: Thu Feb 10 17:48:54 2011 +0000 Monotone-Date: 2011-02-10T17:48:54 Monotone-Branch: ca.inverse.sogo -commit 93883be6b27198c52c304e7a53e12e8558cad7a2 -Merge: a74ce11 01809f8 -Author: Wolfgang Sourdeau -Date: Thu Feb 10 17:47:57 2011 +0000 - - merge of '23f1f1841b0ca1de79b952a793ed0513208ab6a9' - and 'e17ff3ca502603ccbe42d56d57ebb7296305b48c' - - Monotone-Parent: 23f1f1841b0ca1de79b952a793ed0513208ab6a9 - Monotone-Parent: e17ff3ca502603ccbe42d56d57ebb7296305b48c - Monotone-Revision: 0a822e8612a60bc6426276297a9e2061a1ec46ca - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-02-10T17:47:57 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMessageTable.m commit a74ce11a7f29c34d6ac40d2c7078071d8abf3d19 Author: Wolfgang Sourdeau @@ -26995,21 +32073,9 @@ Date: Thu Feb 10 17:46:47 2011 +0000 Monotone-Date: 2011-02-10T17:46:47 Monotone-Branch: ca.inverse.sogo -commit 01809f8f83cc089b07b8ded96f735c57bb5f9612 -Merge: 796b0d1 61ea724 -Author: Wolfgang Sourdeau -Date: Wed Feb 9 23:13:27 2011 +0000 - - merge of '5b8c9a975efb96fc96a08343f310f9663d602405' - and '9c93be42dce13d70eb5f0bc31e7ff8fff3aa82c3' - - Monotone-Parent: 5b8c9a975efb96fc96a08343f310f9663d602405 - Monotone-Parent: 9c93be42dce13d70eb5f0bc31e7ff8fff3aa82c3 - Monotone-Revision: e17ff3ca502603ccbe42d56d57ebb7296305b48c - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-02-09T23:13:27 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSArray+MAPIStore.h +M OpenChange/NSArray+MAPIStore.m commit 61ea724f60ba3ebdb90ccba117d7980332956ad6 Author: Wolfgang Sourdeau @@ -27022,6 +32088,10 @@ Date: Wed Feb 9 23:11:28 2011 +0000 Monotone-Date: 2011-02-09T23:11:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessageTable.m +M OpenChange/MAPIStoreMessageTable.m + commit 9b2eccf4799b44ca6f15b66d67acf109070bb2f9 Author: Wolfgang Sourdeau Date: Wed Feb 9 23:01:55 2011 +0000 @@ -27033,6 +32103,9 @@ Date: Wed Feb 9 23:01:55 2011 +0000 Monotone-Date: 2011-02-09T23:01:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessageTable.m + commit 11b792969d7f6765b5ecd7e301ad3370093b03c9 Author: Wolfgang Sourdeau Date: Wed Feb 9 22:56:03 2011 +0000 @@ -27044,6 +32117,9 @@ Date: Wed Feb 9 22:56:03 2011 +0000 Monotone-Date: 2011-02-09T22:56:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessageTable.m + commit 465e03ad9cbe535b5a2c37ab4d2f1810d4920020 Author: Wolfgang Sourdeau Date: Wed Feb 9 22:52:44 2011 +0000 @@ -27055,6 +32131,9 @@ Date: Wed Feb 9 22:52:44 2011 +0000 Monotone-Date: 2011-02-09T22:52:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessageTable.m + commit c54b4e1eccc631fbefec8df019a57be380c8f987 Author: Wolfgang Sourdeau Date: Wed Feb 9 22:47:51 2011 +0000 @@ -27066,6 +32145,9 @@ Date: Wed Feb 9 22:47:51 2011 +0000 Monotone-Date: 2011-02-09T22:47:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessageTable.m + commit 6c0bef68bd45c7931cb8b7cb9163959e391a699f Author: Wolfgang Sourdeau Date: Wed Feb 9 22:44:45 2011 +0000 @@ -27077,6 +32159,8 @@ Date: Wed Feb 9 22:44:45 2011 +0000 Monotone-Date: 2011-02-09T22:44:45 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailMessageTable.m + commit 796b0d142af43cec9803191a29898e85ce040fd5 Author: Francis Lachapelle Date: Tue Feb 8 22:54:07 2011 +0000 @@ -27090,6 +32174,8 @@ Date: Tue Feb 8 22:54:07 2011 +0000 Monotone-Date: 2011-02-08T22:54:07 Monotone-Branch: ca.inverse.sogo +M NEWS + commit e1d640024bd41ff6ccf9e5d21e9ece2cda557f3b Author: Francis Lachapelle Date: Tue Feb 8 22:34:57 2011 +0000 @@ -27103,6 +32189,18 @@ Date: Tue Feb 8 22:34:57 2011 +0000 Monotone-Date: 2011-02-08T22:34:57 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/Spanish.lproj/Localizable.strings +M SoObjects/Contacts/Spanish.lproj/Localizable.strings +M SoObjects/Mailer/SOGoMailSpanishForward.wo/SOGoMailSpanishForward.html +M SoObjects/Mailer/SOGoMailSpanishReply.wo/SOGoMailSpanishReply.html +M UI/Common/Spanish.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/MailPartViewers/Spanish.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings + commit 95f2fc8868697d5e7b5358ffc9dbf13ba28c8ffc Author: Francis Lachapelle Date: Tue Feb 8 22:22:19 2011 +0000 @@ -27116,6 +32214,12 @@ Date: Tue Feb 8 22:22:19 2011 +0000 Monotone-Date: 2011-02-08T22:22:19 Monotone-Branch: ca.inverse.sogo +M UI/Common/Ukrainian.lproj/Localizable.strings +M UI/Contacts/Ukrainian.lproj/Localizable.strings +M UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/Scheduler/Ukrainian.lproj/Localizable.strings + commit 9013b40e41c174eaa6b8ca56e4bc31db4764827a Author: Wolfgang Sourdeau Date: Mon Feb 7 23:32:01 2011 +0000 @@ -27127,6 +32231,8 @@ Date: Mon Feb 7 23:32:01 2011 +0000 Monotone-Date: 2011-02-07T23:32:01 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMessageTable.m + commit b926cb92c08cfbef82db43a441fa241b569ccc47 Author: Wolfgang Sourdeau Date: Mon Feb 7 23:31:55 2011 +0000 @@ -27138,6 +32244,9 @@ Date: Mon Feb 7 23:31:55 2011 +0000 Monotone-Date: 2011-02-07T23:31:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreNotesMessageTable.m + commit 53a2c5538a4f74fb6babdc0898be907b1592fd50 Author: Wolfgang Sourdeau Date: Mon Feb 7 23:19:02 2011 +0000 @@ -27149,6 +32258,13 @@ Date: Mon Feb 7 23:19:02 2011 +0000 Monotone-Date: 2011-02-07T23:19:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarMessageTable.m +M OpenChange/MAPIStoreContactsMessageTable.m +M OpenChange/MAPIStoreMailMessageTable.m +M OpenChange/MAPIStoreMessageTable.m +M OpenChange/MAPIStoreTasksMessageTable.m + commit d6e60a9ba7fcef39211eb9139e98fe433d26a046 Author: Wolfgang Sourdeau Date: Mon Feb 7 23:16:46 2011 +0000 @@ -27160,6 +32276,9 @@ Date: Mon Feb 7 23:16:46 2011 +0000 Monotone-Date: 2011-02-07T23:16:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m + commit d4abf6cf9522a825943cd8d78f4e5bd6713e7bca Author: Wolfgang Sourdeau Date: Mon Feb 7 17:49:47 2011 +0000 @@ -27171,6 +32290,12 @@ Date: Mon Feb 7 17:49:47 2011 +0000 Monotone-Date: 2011-02-07T17:49:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreMailMessageTable.m +A OpenChange/SOGoMailObject+MAPIStore.h +A OpenChange/SOGoMailObject+MAPIStore.m + commit 3e5c19bfaed2e262675ac4665da6953f45c69db2 Author: Wolfgang Sourdeau Date: Mon Feb 7 17:17:10 2011 +0000 @@ -27182,6 +32307,9 @@ Date: Mon Feb 7 17:17:10 2011 +0000 Monotone-Date: 2011-02-07T17:17:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreDraftsContext.m + commit c0974b8f2e87486c5f61e8338ad5a9790c7950fe Author: Wolfgang Sourdeau Date: Mon Feb 7 15:27:22 2011 +0000 @@ -27193,6 +32321,10 @@ Date: Mon Feb 7 15:27:22 2011 +0000 Monotone-Date: 2011-02-07T15:27:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreDraftsContext.h +M OpenChange/MAPIStoreDraftsContext.m + commit bfea0c43b99cbc76312f6a50a6b64bd48c2d4458 Author: Wolfgang Sourdeau Date: Mon Feb 7 15:26:42 2011 +0000 @@ -27204,6 +32336,10 @@ Date: Mon Feb 7 15:26:42 2011 +0000 Monotone-Date: 2011-02-07T15:26:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreDeletedItemsContext.h +M OpenChange/MAPIStoreDeletedItemsContext.m + commit 8053f126f7fb1c00805baf3f88a0ca100f9bb2c9 Author: Wolfgang Sourdeau Date: Sun Feb 6 22:49:33 2011 +0000 @@ -27215,6 +32351,10 @@ Date: Sun Feb 6 22:49:33 2011 +0000 Monotone-Date: 2011-02-06T22:49:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessageTable.h +M OpenChange/MAPIStoreMailMessageTable.m + commit 3cb14e0cc8d0912086b60b7a73fa63cf39c0f04c Author: Wolfgang Sourdeau Date: Sun Feb 6 16:45:34 2011 +0000 @@ -27226,6 +32366,13 @@ Date: Sun Feb 6 16:45:34 2011 +0000 Monotone-Date: 2011-02-06T16:45:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreMessageTable.h +M OpenChange/MAPIStoreMessageTable.m +M OpenChange/MAPIStoreSOGo.m + commit 6dac2e38f7f8b67ec850d3cc8a857b50cad99b1a Author: Wolfgang Sourdeau Date: Sun Feb 6 16:43:16 2011 +0000 @@ -27237,6 +32384,9 @@ Date: Sun Feb 6 16:43:16 2011 +0000 Monotone-Date: 2011-02-06T16:43:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoMAPIFSMessage.m + commit a9169a2823c0020fc83a4d103a7693694524e581 Author: Wolfgang Sourdeau Date: Fri Feb 4 16:34:47 2011 +0000 @@ -27248,6 +32398,9 @@ Date: Fri Feb 4 16:34:47 2011 +0000 Monotone-Date: 2011-02-04T16:34:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoMAPIFSMessage.m + commit cf9d12009e9d362ae1811abe9e0f182078e2f52b Author: Wolfgang Sourdeau Date: Fri Feb 4 16:08:13 2011 +0000 @@ -27259,6 +32412,9 @@ Date: Fri Feb 4 16:08:13 2011 +0000 Monotone-Date: 2011-02-04T16:08:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessageTable.m + commit 6e2d8b12b96be3d84433b56332af31dc72fcf631 Author: Wolfgang Sourdeau Date: Fri Feb 4 16:07:29 2011 +0000 @@ -27270,6 +32426,9 @@ Date: Fri Feb 4 16:07:29 2011 +0000 Monotone-Date: 2011-02-04T16:07:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoMAPIFSMessage.m + commit fefbba1e9bdd32e813d94c8acaf42735ce7ce75e Author: Wolfgang Sourdeau Date: Fri Feb 4 16:06:13 2011 +0000 @@ -27281,6 +32440,9 @@ Date: Fri Feb 4 16:06:13 2011 +0000 Monotone-Date: 2011-02-04T16:06:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m + commit 5a79db0b005acb23a52c22c0b9a701028523d949 Author: Wolfgang Sourdeau Date: Fri Feb 4 04:02:36 2011 +0000 @@ -27292,6 +32454,9 @@ Date: Fri Feb 4 04:02:36 2011 +0000 Monotone-Date: 2011-02-04T04:02:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoAppointmentObject+MAPIStore.m + commit bb69b7a657135373a33d7fccffd5b886042b2e06 Author: Wolfgang Sourdeau Date: Fri Feb 4 03:53:07 2011 +0000 @@ -27303,6 +32468,10 @@ Date: Fri Feb 4 03:53:07 2011 +0000 Monotone-Date: 2011-02-04T03:53:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.h +M SoObjects/SOGo/SOGoContentObject.m + commit a9b6bec2424d2d4d8423520f5b26f32c47fc201e Author: Wolfgang Sourdeau Date: Fri Feb 4 03:50:21 2011 +0000 @@ -27314,6 +32483,9 @@ Date: Fri Feb 4 03:50:21 2011 +0000 Monotone-Date: 2011-02-04T03:50:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarContext.m + commit 350a9fb8bf1213022bb250192bb9b855f857f8e1 Author: Wolfgang Sourdeau Date: Fri Feb 4 03:49:20 2011 +0000 @@ -27325,6 +32497,8 @@ Date: Fri Feb 4 03:49:20 2011 +0000 Monotone-Date: 2011-02-04T03:49:20 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreContext.m + commit abbce9b69a7bb23d8bf53b6b4aee4363549c521f Author: Wolfgang Sourdeau Date: Fri Feb 4 03:48:31 2011 +0000 @@ -27336,6 +32510,10 @@ Date: Fri Feb 4 03:48:31 2011 +0000 Monotone-Date: 2011-02-04T03:48:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoMAPIFSMessage.h +M OpenChange/SOGoMAPIFSMessage.m + commit cda37360b8d5628603a26f867dc656509daa453d Author: Wolfgang Sourdeau Date: Fri Feb 4 03:42:28 2011 +0000 @@ -27347,6 +32525,9 @@ Date: Fri Feb 4 03:42:28 2011 +0000 Monotone-Date: 2011-02-04T03:42:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTable.m + commit a5b387cfebe91d9df12343315535b9cbc380c4c9 Author: Wolfgang Sourdeau Date: Thu Feb 3 22:39:02 2011 +0000 @@ -27358,21 +32539,10 @@ Date: Thu Feb 3 22:39:02 2011 +0000 Monotone-Date: 2011-02-03T22:39:02 Monotone-Branch: ca.inverse.sogo -commit 36a03a0e5c5523cbc93ea419a7c99c304f1d7b8b -Merge: 31d710c 952404d -Author: Wolfgang Sourdeau -Date: Thu Feb 3 22:09:45 2011 +0000 - - merge of '02eeec72548ff817666ea01fd17816eeaf1aa802' - and 'ade57d95f9e3d9e8015757ea30d104d416c32d67' - - Monotone-Parent: 02eeec72548ff817666ea01fd17816eeaf1aa802 - Monotone-Parent: ade57d95f9e3d9e8015757ea30d104d416c32d67 - Monotone-Revision: 48706c943fa3ceb72288194c22bfec223fb4a890 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2011-02-03T22:09:45 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreSOGo.m commit 952404d05fa432a8442f63c5543a2d8749f53988 Author: Wolfgang Sourdeau @@ -27385,6 +32555,10 @@ Date: Thu Feb 3 22:09:41 2011 +0000 Monotone-Date: 2011-02-03T22:09:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMapping.h +M OpenChange/MAPIStoreMapping.m + commit 31d710c97442ad220cadbabe663fa2a11421580c Author: Francis Lachapelle Date: Thu Feb 3 19:17:36 2011 +0000 @@ -27398,21 +32572,11 @@ Date: Thu Feb 3 19:17:36 2011 +0000 Monotone-Date: 2011-02-03T19:17:36 Monotone-Branch: ca.inverse.sogo -commit 244fab36d67039da631c8fd693d33d51dbbaf14d -Merge: 7bbbffd b667780 -Author: Francis Lachapelle -Date: Thu Feb 3 18:51:16 2011 +0000 - - merge of '887c25db6d397495f0b51cedfe52e01f2315a1db' - and 'a830e73fbed57c6ef30ede64ea5bfa6d85af8f74' - - Monotone-Parent: 887c25db6d397495f0b51cedfe52e01f2315a1db - Monotone-Parent: a830e73fbed57c6ef30ede64ea5bfa6d85af8f74 - Monotone-Revision: 6d0fa6e2fd8ea58ea9fdb11b3d3140f9f8c58538 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-02-03T18:51:16 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt +M Documentation/inverse.jpg +M UI/WebServerResources/inverse.png commit 7bbbffd566a4cabec290646d0fa2f08f3a827bd9 Author: Francis Lachapelle @@ -27427,6 +32591,9 @@ Date: Thu Feb 3 18:49:48 2011 +0000 Monotone-Date: 2011-02-03T18:49:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoSieveConverter.m + commit b6677809570b59cc7d4a129353c1d35340c74235 Author: Wolfgang Sourdeau Date: Thu Feb 3 16:14:39 2011 +0000 @@ -27438,6 +32605,8 @@ Date: Thu Feb 3 16:14:39 2011 +0000 Monotone-Date: 2011-02-03T16:14:39 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreCalendarMessageTable.m + commit bb2373ebe69b9c6ee095a27ed08fa7e6c38c3301 Author: Wolfgang Sourdeau Date: Thu Feb 3 16:12:22 2011 +0000 @@ -27449,6 +32618,19 @@ Date: Thu Feb 3 16:12:22 2011 +0000 Monotone-Date: 2011-02-03T16:12:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.h +M Main/SOGo.m +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/SOGoUser.m +A SoObjects/SOGo/WOResourceManager+SOGo.h +A SoObjects/SOGo/WOResourceManager+SOGo.m +M UI/MailerUI/UIxMailEditor.m +M UI/PreferencesUI/UIxPreferences.m +M UI/Scheduler/UIxCalDayTable.m +M UI/Scheduler/UIxCalMonthView.m +M UI/Scheduler/UIxComponentEditor.m + commit f3e23ff65153c9d7e6e403c3491d256c968689fe Author: Ludovic Marcotte Date: Wed Feb 2 01:58:56 2011 +0000 @@ -27462,6 +32644,11 @@ Date: Wed Feb 2 01:58:56 2011 +0000 Monotone-Date: 2011-02-02T01:58:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m +M SoObjects/SOGo/SQLSource.m + commit 7f90b060a777bf925880415dac3372a0f2bc2fb1 Author: Francis Lachapelle Date: Sun Jan 30 00:51:17 2011 +0000 @@ -27475,6 +32662,10 @@ Date: Sun Jan 30 00:51:17 2011 +0000 Monotone-Date: 2011-01-30T00:51:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/scriptaculous/dragdrop.js + commit 44e560938d8a4f36b04ef885b69b759976fe76db Author: Francis Lachapelle Date: Sat Jan 29 21:00:47 2011 +0000 @@ -27488,6 +32679,9 @@ Date: Sat Jan 29 21:00:47 2011 +0000 Monotone-Date: 2011-01-29T21:00:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoSieveConverter.m + commit 73bc7b9b96d54d5007236d0bc519f33a99f386a9 Author: Francis Lachapelle Date: Sat Jan 29 07:10:10 2011 +0000 @@ -27501,6 +32695,9 @@ Date: Sat Jan 29 07:10:10 2011 +0000 Monotone-Date: 2011-01-29T07:10:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit a0039a40f271ceef3d0d6faebe8c7312569fafa1 Author: Francis Lachapelle Date: Thu Jan 27 16:01:24 2011 +0000 @@ -27515,6 +32712,9 @@ Date: Thu Jan 27 16:01:24 2011 +0000 Monotone-Branch: ca.inverse.sogo Monotone-Tag: SOGo_v1.3.5a +M ChangeLog +M SoObjects/SOGo/LDAPSource.m + commit d325930d9f8471f0bef5c73d6c065a80473c4e28 Author: Francis Lachapelle Date: Thu Jan 27 14:57:04 2011 +0000 @@ -27528,6 +32728,9 @@ Date: Thu Jan 27 14:57:04 2011 +0000 Monotone-Date: 2011-01-27T14:57:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit a3e5f6af7741ebd43c050f218efedfd1341f542a Author: Francis Lachapelle Date: Wed Jan 26 17:08:22 2011 +0000 @@ -27540,6 +32743,8 @@ Date: Wed Jan 26 17:08:22 2011 +0000 Monotone-Branch: ca.inverse.sogo Monotone-Tag: SOGo_v1.3.5 +M debian/changelog + commit 762b72b8f7908b5454189ea22638b9dc99f80a9c Author: Francis Lachapelle Date: Wed Jan 26 16:32:32 2011 +0000 @@ -27553,6 +32758,9 @@ Date: Wed Jan 26 16:32:32 2011 +0000 Monotone-Date: 2011-01-26T16:32:32 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + commit 80615bd24f44fbfedd05938a0bfc0dc9eb16112d Author: Francis Lachapelle Date: Wed Jan 26 15:57:25 2011 +0000 @@ -27564,6 +32772,8 @@ Date: Wed Jan 26 15:57:25 2011 +0000 Monotone-Date: 2011-01-26T15:57:25 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js + commit 41124336f7c89a32c1560d6545e44fd414374790 Author: Francis Lachapelle Date: Wed Jan 26 15:55:59 2011 +0000 @@ -27577,6 +32787,9 @@ Date: Wed Jan 26 15:55:59 2011 +0000 Monotone-Date: 2011-01-26T15:55:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m + commit 2d09378afaeb30ae7eca86feed845e6100dc7b01 Author: Francis Lachapelle Date: Tue Jan 25 21:19:00 2011 +0000 @@ -27590,6 +32803,11 @@ Date: Tue Jan 25 21:19:00 2011 +0000 Monotone-Date: 2011-01-25T21:19:00 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M Main/Version +M NEWS +M UI/MainUI/Version + commit ef1a9e3433034bc2cf0318714c99a825e31c1ca2 Author: Francis Lachapelle Date: Tue Jan 25 20:49:42 2011 +0000 @@ -27603,6 +32821,8 @@ Date: Tue Jan 25 20:49:42 2011 +0000 Monotone-Date: 2011-01-25T20:49:42 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m + commit 38d90ffb694eb0fc7bc959bd3c9e583a7391c64e Author: Francis Lachapelle Date: Mon Jan 24 19:20:42 2011 +0000 @@ -27616,6 +32836,24 @@ Date: Mon Jan 24 19:20:42 2011 +0000 Monotone-Date: 2011-01-24T19:20:42 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ckeditor/ckeditor.js +M UI/WebServerResources/ckeditor/ckeditor_basic.js +M UI/WebServerResources/ckeditor/lang/_translationstatus.txt +M UI/WebServerResources/ckeditor/lang/de.js +M UI/WebServerResources/ckeditor/lang/es.js +M UI/WebServerResources/ckeditor/lang/hu.js +M UI/WebServerResources/ckeditor/lang/ja.js +M UI/WebServerResources/ckeditor/plugins/colordialog/dialogs/colordialog.js +M UI/WebServerResources/ckeditor/plugins/image/dialogs/image.js +M UI/WebServerResources/ckeditor/plugins/pastefromword/filter/default.js +M UI/WebServerResources/ckeditor/plugins/smiley/dialogs/smiley.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/he.js +M UI/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.js +M UI/WebServerResources/ckeditor/skins/kama/dialog.css +M UI/WebServerResources/ckeditor/skins/office2003/dialog.css +M UI/WebServerResources/ckeditor/skins/v2/dialog.css +M UI/WebServerResources/ckeditor/themes/default/theme.js + commit c0572dfb56ae6752a1a134780e1c01f7de23287b Author: Francis Lachapelle Date: Mon Jan 24 18:04:43 2011 +0000 @@ -27627,6 +32865,8 @@ Date: Mon Jan 24 18:04:43 2011 +0000 Monotone-Date: 2011-01-24T18:04:43 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPSource.m + commit c33821349e4e3277cee177f1d1ae847e18c3db55 Author: Francis Lachapelle Date: Mon Jan 24 18:02:12 2011 +0000 @@ -27640,6 +32880,11 @@ Date: Mon Jan 24 18:02:12 2011 +0000 Monotone-Date: 2011-01-24T18:02:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m +M SoObjects/SOGo/SOGoUserManager.m + commit 84c08b964a409e9713238074c28d7ce45ba5877a Author: Francis Lachapelle Date: Fri Jan 21 21:56:09 2011 +0000 @@ -27653,6 +32898,11 @@ Date: Fri Jan 21 21:56:09 2011 +0000 Monotone-Date: 2011-01-21T21:56:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m +M UI/Scheduler/UIxAppointmentEditor.m + commit 00a7a97370a156e432fa9a2f56a44fbbe4be74d7 Author: Francis Lachapelle Date: Fri Jan 21 21:46:27 2011 +0000 @@ -27666,6 +32916,8 @@ Date: Fri Jan 21 21:46:27 2011 +0000 Monotone-Date: 2011-01-21T21:46:27 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js + commit fcf937b09cde16b1670ff0fe4fd652a4cfcedf86 Author: Francis Lachapelle Date: Wed Jan 19 04:40:30 2011 +0000 @@ -27679,6 +32931,8 @@ Date: Wed Jan 19 04:40:30 2011 +0000 Monotone-Date: 2011-01-19T04:40:30 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css + commit c3d4250b6fe3f1f26f759621fa74bc0d9e520b7d Author: Francis Lachapelle Date: Tue Jan 18 03:07:38 2011 +0000 @@ -27692,6 +32946,9 @@ Date: Tue Jan 18 03:07:38 2011 +0000 Monotone-Date: 2011-01-18T03:07:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoEMailAlarmsManager.m + commit ab94153bfc56c7e08a47009edb2f08c1bef69608 Author: Francis Lachapelle Date: Fri Jan 14 19:07:43 2011 +0000 @@ -27703,21 +32960,9 @@ Date: Fri Jan 14 19:07:43 2011 +0000 Monotone-Date: 2011-01-14T19:07:43 Monotone-Branch: ca.inverse.sogo -commit db851140d480467c6534851a254fdc592496548f -Merge: 2c8744d f43d85b -Author: Francis Lachapelle -Date: Fri Jan 14 15:35:46 2011 +0000 - - merge of '8ae1b0b4d89d23b2996f0b95677ca5599649f47b' - and 'bc91dad52acb790e0e4511b1b3ac70a21efd53fb' - - Monotone-Parent: 8ae1b0b4d89d23b2996f0b95677ca5599649f47b - Monotone-Parent: bc91dad52acb790e0e4511b1b3ac70a21efd53fb - Monotone-Revision: b6726f7b87c51426fc4fa2e3ed33d20cb47a89e0 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-01-14T15:35:46 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalRepeatableEntityObject.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m commit 2c8744dcb09798f547c43ae9c23cdef1dcdb11d5 Author: Francis Lachapelle @@ -27732,6 +32977,15 @@ Date: Fri Jan 14 15:33:20 2011 +0000 Monotone-Date: 2011-01-14T15:33:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalRepeatableEntityObject.h +M SOPE/NGCards/iCalRepeatableEntityObject.m +M SOPE/NGCards/iCalTimeZone.h +M SOPE/NGCards/iCalTimeZone.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m + commit 32dc764c41eb52f90a9d81bc20283059f23bfc6f Author: Francis Lachapelle Date: Fri Jan 14 15:27:16 2011 +0000 @@ -27743,6 +32997,8 @@ Date: Fri Jan 14 15:27:16 2011 +0000 Monotone-Date: 2011-01-14T15:27:16 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalListingActions.m + commit f43d85b891738cc5a7de3806d185336c9c5112ee Author: Ludovic Marcotte Date: Fri Jan 14 13:13:32 2011 +0000 @@ -27756,6 +33012,22 @@ Date: Fri Jan 14 13:13:32 2011 +0000 Monotone-Date: 2011-01-14T13:13:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreCalendarMessageTable.m +M OpenChange/MAPIStoreContactsMessageTable.m +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreMailMessageTable.m +M OpenChange/MAPIStoreNotesContext.m +A OpenChange/MAPIStoreNotesMessageTable.h +A OpenChange/MAPIStoreNotesMessageTable.m +M OpenChange/MAPIStoreTable.m +M OpenChange/MAPIStoreTasksMessageTable.m +M OpenChange/MAPIStoreTypes.m +M OpenChange/SOGoMAPIFSMessage.m +M OpenChange/SOGoTaskObject+MAPIStore.m +M UI/WebServerResources/UIxContactEditor.js + commit 64081b8fa703d142333159563c20b02e226c358a Author: Francis Lachapelle Date: Fri Jan 14 02:54:33 2011 +0000 @@ -27769,21 +33041,19 @@ Date: Fri Jan 14 02:54:33 2011 +0000 Monotone-Date: 2011-01-14T02:54:33 Monotone-Branch: ca.inverse.sogo -commit b6bc06b163c43fa8830964d0f7668b27bfe1e337 -Merge: e2114f2 7ec5d97 -Author: Francis Lachapelle -Date: Thu Jan 13 16:21:40 2011 +0000 - - merge of 'ac24628ddb44dde266a92404e39060e7941fa959' - and 'c284de68225198e750f24bf15d220c2e6a7c20e2' - - Monotone-Parent: ac24628ddb44dde266a92404e39060e7941fa959 - Monotone-Parent: c284de68225198e750f24bf15d220c2e6a7c20e2 - Monotone-Revision: 8f58a8aa696d8fbbb82f1cd571800676a04b96af - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-01-13T16:21:40 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalDailyRecurrenceCalculator.m +M SOPE/NGCards/iCalDateTime.m +M SOPE/NGCards/iCalTimeZone.h +M SOPE/NGCards/iCalTimeZone.m +M SOPE/NGCards/iCalTimeZonePeriod.m +M SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/iCalEvent+SOGo.m +M SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m +M UI/Scheduler/UIxCalListingActions.m commit e2114f22b11df708fdf8d0ba901dbfe47d079609 Author: Francis Lachapelle @@ -27796,6 +33066,8 @@ Date: Thu Jan 13 16:21:32 2011 +0000 Monotone-Date: 2011-01-13T16:21:32 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 7ec5d9748a4cf78ce727625557f022c5c877f32b Author: Wolfgang Sourdeau Date: Wed Jan 12 00:23:10 2011 +0000 @@ -27807,6 +33079,10 @@ Date: Wed Jan 12 00:23:10 2011 +0000 Monotone-Date: 2011-01-12T00:23:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoAppointmentObject+MAPIStore.m +M OpenChange/SOGoTaskObject+MAPIStore.m + commit ab1580efe5ad2cd41fea548e2af3a5c03387b948 Author: Wolfgang Sourdeau Date: Wed Jan 12 00:10:21 2011 +0000 @@ -27818,6 +33094,9 @@ Date: Wed Jan 12 00:10:21 2011 +0000 Monotone-Date: 2011-01-12T00:10:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m + commit 32b6ee0c2b6b73a3332ef9fd087d6c827caf2d21 Author: Wolfgang Sourdeau Date: Wed Jan 12 00:07:55 2011 +0000 @@ -27829,6 +33108,9 @@ Date: Wed Jan 12 00:07:55 2011 +0000 Monotone-Date: 2011-01-12T00:07:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMessageTable.m + commit 60ace1381cd9b91d53fbb7ffba2019424867ad59 Author: Wolfgang Sourdeau Date: Wed Jan 12 00:07:05 2011 +0000 @@ -27840,6 +33122,9 @@ Date: Wed Jan 12 00:07:05 2011 +0000 Monotone-Date: 2011-01-12T00:07:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTable.m + commit 8785f4e7b88a35753bef4ad0c684c34ddd1347ce Author: Wolfgang Sourdeau Date: Tue Jan 11 23:30:53 2011 +0000 @@ -27851,6 +33136,9 @@ Date: Tue Jan 11 23:30:53 2011 +0000 Monotone-Date: 2011-01-11T23:30:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTasksMessageTable.m + commit c78206d6786ec85053664ccfb75e2f889b5d47bf Author: Wolfgang Sourdeau Date: Tue Jan 11 23:08:58 2011 +0000 @@ -27862,6 +33150,8 @@ Date: Tue Jan 11 23:08:58 2011 +0000 Monotone-Date: 2011-01-11T23:08:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 806916688361e35c2c3d4aca788c92328483d735 Author: Wolfgang Sourdeau Date: Tue Jan 11 23:08:36 2011 +0000 @@ -27873,6 +33163,9 @@ Date: Tue Jan 11 23:08:36 2011 +0000 Monotone-Date: 2011-01-11T23:08:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoContactGCSEntry+MAPIStore.m + commit 91fe9abd50ddbd3b9d057e002f13839f20672aaa Author: Wolfgang Sourdeau Date: Tue Jan 11 23:07:41 2011 +0000 @@ -27884,6 +33177,9 @@ Date: Tue Jan 11 23:07:41 2011 +0000 Monotone-Date: 2011-01-11T23:07:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m + commit 2c7f2a4c480624286b6db96f112a203fbc7b9c58 Author: Ludovic Marcotte Date: Tue Jan 11 20:24:49 2011 +0000 @@ -27897,6 +33193,10 @@ Date: Tue Jan 11 20:24:49 2011 +0000 Monotone-Date: 2011-01-11T20:24:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContactsMessageTable.m +M UI/Scheduler/UIxComponentEditor.m + commit 218712bc0f7a22eb679074d88ca02e88ea4d8557 Author: Wolfgang Sourdeau Date: Tue Jan 11 21:21:42 2011 +0000 @@ -27908,6 +33208,9 @@ Date: Tue Jan 11 21:21:42 2011 +0000 Monotone-Date: 2011-01-11T21:21:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContactsMessageTable.m + commit d82adbceca2ab9f9a727eaccdb22cce4deb4bf60 Author: Wolfgang Sourdeau Date: Tue Jan 11 21:17:52 2011 +0000 @@ -27919,6 +33222,9 @@ Date: Tue Jan 11 21:17:52 2011 +0000 Monotone-Date: 2011-01-11T21:17:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m + commit 3c7d44df080b3c24b168a4b9f6f7aaeb44c655e4 Author: Wolfgang Sourdeau Date: Tue Jan 11 21:16:31 2011 +0000 @@ -27930,6 +33236,9 @@ Date: Tue Jan 11 21:16:31 2011 +0000 Monotone-Date: 2011-01-11T21:16:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoContactGCSEntry+MAPIStore.m + commit a15f06c844457bdcc28ddab83d59ddc940518d93 Author: Wolfgang Sourdeau Date: Tue Jan 11 17:18:11 2011 +0000 @@ -27941,6 +33250,9 @@ Date: Tue Jan 11 17:18:11 2011 +0000 Monotone-Date: 2011-01-11T17:18:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoContactGCSEntry+MAPIStore.m + commit 006da94bd52504b3b75944bf114dc7473b00d8d4 Author: Wolfgang Sourdeau Date: Mon Jan 10 18:47:12 2011 +0000 @@ -27952,6 +33264,9 @@ Date: Mon Jan 10 18:47:12 2011 +0000 Monotone-Date: 2011-01-10T18:47:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m + commit 84a0a66c45ecdc9f27a7e9cbb39c4f36dc12b822 Author: Wolfgang Sourdeau Date: Sat Jan 8 04:43:48 2011 +0000 @@ -27963,6 +33278,9 @@ Date: Sat Jan 8 04:43:48 2011 +0000 Monotone-Date: 2011-01-08T04:43:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m + commit 37cda64364e11db5027738f2e00fea1539441e8f Author: Wolfgang Sourdeau Date: Sat Jan 8 04:42:39 2011 +0000 @@ -27974,6 +33292,9 @@ Date: Sat Jan 8 04:42:39 2011 +0000 Monotone-Date: 2011-01-08T04:42:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMessageTable.m + commit c8b743998e0126874d07e328cca32c772504a2e9 Author: Wolfgang Sourdeau Date: Fri Jan 7 20:00:27 2011 +0000 @@ -27985,6 +33306,10 @@ Date: Fri Jan 7 20:00:27 2011 +0000 Monotone-Date: 2011-01-07T20:00:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoAppointmentObject+MAPIStore.m +M OpenChange/SOGoTaskObject+MAPIStore.m + commit e40cd3346b10482cbd5cf75d5a47dffb05050daa Author: Wolfgang Sourdeau Date: Thu Jan 6 03:25:35 2011 +0000 @@ -27996,6 +33321,9 @@ Date: Thu Jan 6 03:25:35 2011 +0000 Monotone-Date: 2011-01-06T03:25:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTasksMessageTable.m + commit 858b2797b8f225cc5117300081c3ef0872865097 Author: Wolfgang Sourdeau Date: Thu Jan 6 03:24:06 2011 +0000 @@ -28007,6 +33335,9 @@ Date: Thu Jan 6 03:24:06 2011 +0000 Monotone-Date: 2011-01-06T03:24:06 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreCalendarMessageTable.m +M OpenChange/MAPIStoreContext.m + commit 4bc1b31ec9ec3cbfa39be022d84c6479317e8b11 Author: Wolfgang Sourdeau Date: Thu Jan 6 03:22:11 2011 +0000 @@ -28018,6 +33349,9 @@ Date: Thu Jan 6 03:22:11 2011 +0000 Monotone-Date: 2011-01-06T03:22:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreFolderTable.m + commit 0a3c63f76eade4f4655342e4c99d8fea07cf2836 Author: Wolfgang Sourdeau Date: Thu Jan 6 03:20:24 2011 +0000 @@ -28029,6 +33363,11 @@ Date: Thu Jan 6 03:20:24 2011 +0000 Monotone-Date: 2011-01-06T03:20:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoMAPIFSFolder.h +M OpenChange/SOGoMAPIFSFolder.m +M OpenChange/SOGoMAPIFSMessage.m + commit 12e392452ca907b355cd94df6f71775bfd7f87c6 Author: Wolfgang Sourdeau Date: Thu Jan 6 03:18:38 2011 +0000 @@ -28040,21 +33379,8 @@ Date: Thu Jan 6 03:18:38 2011 +0000 Monotone-Date: 2011-01-06T03:18:38 Monotone-Branch: ca.inverse.sogo -commit f46466164cdcb5b9383ed74bc37eedd744fbeff9 -Merge: ddc8577 be67998 -Author: Francis Lachapelle -Date: Wed Jan 5 22:51:57 2011 +0000 - - merge of 'a3ff389774d4c793b5970d4691cb8738d9f83e70' - and 'f661875c0ea83ef886f78e3b498bc05b1d105e9a' - - Monotone-Parent: a3ff389774d4c793b5970d4691cb8738d9f83e70 - Monotone-Parent: f661875c0ea83ef886f78e3b498bc05b1d105e9a - Monotone-Revision: 6bf607a80d572f2c918d9796375bba09943229cc - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-01-05T22:51:57 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoContactGCSEntry+MAPIStore.m commit ddc8577b1daa7d428c36a51b666603be2c08de9f Author: Francis Lachapelle @@ -28069,6 +33395,9 @@ Date: Wed Jan 5 22:11:35 2011 +0000 Monotone-Date: 2011-01-05T22:11:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SOGoAutoCompletion.js + commit be67998283329207e5f82a064d6de8d9fb455a7d Author: Ludovic Marcotte Date: Wed Jan 5 20:59:47 2011 +0000 @@ -28082,21 +33411,10 @@ Date: Wed Jan 5 20:59:47 2011 +0000 Monotone-Date: 2011-01-05T20:59:47 Monotone-Branch: ca.inverse.sogo -commit 342010bd72583541374f4d4222bee931bb8d41ac -Merge: 8428eb2 5a1e41d -Author: Francis Lachapelle -Date: Wed Jan 5 19:05:32 2011 +0000 - - merge of '87cdbdef6d83dbc434c03ced31452112ebb2df51' - and 'b92151d1bc5fc823aae0b28dda5a96bed55e476a' - - Monotone-Parent: 87cdbdef6d83dbc434c03ced31452112ebb2df51 - Monotone-Parent: b92151d1bc5fc823aae0b28dda5a96bed55e476a - Monotone-Revision: d7aebce05726f8e7de4e1e755b2143939a487c9e - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2011-01-05T19:05:32 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M SoObjects/SOGo/SQLSource.h +M SoObjects/SOGo/SQLSource.m commit 8428eb274778d76b0b3ea90072b8cd10bf70ed18 Author: Francis Lachapelle @@ -28111,6 +33429,9 @@ Date: Wed Jan 5 19:04:15 2011 +0000 Monotone-Date: 2011-01-05T19:04:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 5a1e41d4b9cc4a726c49479c93decfc24380ecd5 Author: Wolfgang Sourdeau Date: Mon Jan 3 20:35:40 2011 +0000 @@ -28122,6 +33443,9 @@ Date: Mon Jan 3 20:35:40 2011 +0000 Monotone-Date: 2011-01-03T20:35:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContactsMessageTable.m + commit 6d32af8c827ed490da94e6c05e519a80368107cc Author: Francis Lachapelle Date: Mon Jan 3 18:32:33 2011 +0000 @@ -28135,6 +33459,8 @@ Date: Mon Jan 3 18:32:33 2011 +0000 Monotone-Date: 2011-01-03T18:32:33 Monotone-Branch: ca.inverse.sogo +M Scripts/tmpwatch + commit 10fcfbfce62c2a7b5261f17bfe616148d7710bfa Author: Wolfgang Sourdeau Date: Thu Dec 30 19:39:57 2010 +0000 @@ -28146,6 +33472,9 @@ Date: Thu Dec 30 19:39:57 2010 +0000 Monotone-Date: 2010-12-30T19:39:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailMessageTable.m + commit 2b3a13e5d84e41352cbc057d8f12c8f205c25cc6 Author: Wolfgang Sourdeau Date: Thu Dec 30 17:40:56 2010 +0000 @@ -28157,6 +33486,9 @@ Date: Thu Dec 30 17:40:56 2010 +0000 Monotone-Date: 2010-12-30T17:40:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTypes.m + commit 666da8ae6f4a29b0b38a66d57b629ced1ad2ea96 Author: Wolfgang Sourdeau Date: Thu Dec 30 14:53:22 2010 +0000 @@ -28168,6 +33500,8 @@ Date: Thu Dec 30 14:53:22 2010 +0000 Monotone-Date: 2010-12-30T14:53:22 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 3099c59692ad38047f113d02116e89a73e923ac2 Author: Wolfgang Sourdeau Date: Thu Dec 30 14:53:11 2010 +0000 @@ -28179,6 +33513,10 @@ Date: Thu Dec 30 14:53:11 2010 +0000 Monotone-Date: 2010-12-30T14:53:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoAppointmentObject+MAPIStore.m +M OpenChange/SOGoTaskObject+MAPIStore.m + commit e3924e0f09797909e47ca9b1f59b26e173a6cbc6 Author: Wolfgang Sourdeau Date: Thu Dec 30 14:51:35 2010 +0000 @@ -28190,6 +33528,10 @@ Date: Thu Dec 30 14:51:35 2010 +0000 Monotone-Date: 2010-12-30T14:51:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoMAPIFSFolder.h +M OpenChange/SOGoMAPIFSFolder.m + commit 999c469a3e11ee78c40f10ddb4deefca1a73efa9 Author: Wolfgang Sourdeau Date: Thu Dec 30 14:50:48 2010 +0000 @@ -28201,6 +33543,10 @@ Date: Thu Dec 30 14:50:48 2010 +0000 Monotone-Date: 2010-12-30T14:50:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSValue+MAPIStore.h +M OpenChange/NSValue+MAPIStore.m + commit a18e6f3dbfae8508c962be4605feda313fe6715a Author: Wolfgang Sourdeau Date: Thu Dec 30 14:49:54 2010 +0000 @@ -28212,6 +33558,10 @@ Date: Thu Dec 30 14:49:54 2010 +0000 Monotone-Date: 2010-12-30T14:49:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTypes.h +M OpenChange/MAPIStoreTypes.m + commit 4e60090b52d8f971fbcf8ebf716c625ad72f62fc Author: Wolfgang Sourdeau Date: Thu Dec 30 14:47:27 2010 +0000 @@ -28223,6 +33573,10 @@ Date: Thu Dec 30 14:47:27 2010 +0000 Monotone-Date: 2010-12-30T14:47:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSData+MAPIStore.h +M OpenChange/NSData+MAPIStore.m + commit 415a01b20ba622ca80378595e53db1c184cf0227 Author: Wolfgang Sourdeau Date: Thu Dec 30 14:46:04 2010 +0000 @@ -28234,6 +33588,9 @@ Date: Thu Dec 30 14:46:04 2010 +0000 Monotone-Date: 2010-12-30T14:46:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreOutboxContext.m + commit 6c5aef32369d6ec6eb99b1d3e63992a14bf84c99 Author: Wolfgang Sourdeau Date: Thu Dec 30 14:44:19 2010 +0000 @@ -28245,6 +33602,9 @@ Date: Thu Dec 30 14:44:19 2010 +0000 Monotone-Date: 2010-12-30T14:44:19 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreCommonViewsContext.m +M OpenChange/MAPIStoreFreebusyContext.m + commit c284f300754f63b83cf8e70f93c41e0ab4fb8a3f Author: Wolfgang Sourdeau Date: Thu Dec 30 14:43:08 2010 +0000 @@ -28256,6 +33616,9 @@ Date: Thu Dec 30 14:43:08 2010 +0000 Monotone-Date: 2010-12-30T14:43:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/EOQualifier+MAPIFS.m + commit 5b236c6987b86852cdddd5e094d6136312ee9e99 Author: Wolfgang Sourdeau Date: Thu Dec 30 14:41:58 2010 +0000 @@ -28267,6 +33630,10 @@ Date: Thu Dec 30 14:41:58 2010 +0000 Monotone-Date: 2010-12-30T14:41:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreSentItemsContext.h +M OpenChange/MAPIStoreSentItemsContext.m + commit 4e84ef5d0c1f4528caeae667119ad2fa6d50e2fc Author: Wolfgang Sourdeau Date: Thu Dec 30 14:40:26 2010 +0000 @@ -28278,6 +33645,19 @@ Date: Thu Dec 30 14:40:26 2010 +0000 Monotone-Date: 2010-12-30T14:40:26 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreCommonViewsContext.h +M OpenChange/MAPIStoreDeferredActionsContext.h +M OpenChange/MAPIStoreDeletedItemsContext.h +M OpenChange/MAPIStoreDraftsContext.h +M OpenChange/MAPIStoreFreebusyContext.h +M OpenChange/MAPIStoreJournalContext.h +M OpenChange/MAPIStoreNotesContext.h +M OpenChange/MAPIStoreRemindersContext.h +M OpenChange/MAPIStoreScheduleContext.h +M OpenChange/MAPIStoreSearchContext.h +M OpenChange/MAPIStoreShortcutsContext.h +M OpenChange/MAPIStoreViewsContext.h + commit f85381025d02ce677467e819989b2e4299ad1943 Author: Wolfgang Sourdeau Date: Thu Dec 30 14:38:11 2010 +0000 @@ -28289,6 +33669,10 @@ Date: Thu Dec 30 14:38:11 2010 +0000 Monotone-Date: 2010-12-30T14:38:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/MAPIStoreMailFolderTable.h +A OpenChange/MAPIStoreMailFolderTable.m + commit 98e1c33ba9a63bf38771628c11976dcd58a5cc93 Author: Wolfgang Sourdeau Date: Thu Dec 30 14:37:07 2010 +0000 @@ -28300,6 +33684,11 @@ Date: Thu Dec 30 14:37:07 2010 +0000 Monotone-Date: 2010-12-30T14:37:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailContext.m +A OpenChange/MAPIStoreMailMessageTable.h +A OpenChange/MAPIStoreMailMessageTable.m + commit 626a0b8994f518df8046c154716248b1b87c6b81 Author: Wolfgang Sourdeau Date: Thu Dec 30 14:35:52 2010 +0000 @@ -28311,6 +33700,12 @@ Date: Thu Dec 30 14:35:52 2010 +0000 Monotone-Date: 2010-12-30T14:35:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreGCSBaseContext.h +M OpenChange/MAPIStoreGCSBaseContext.m +A OpenChange/MAPIStoreGCSMessageTable.h +A OpenChange/MAPIStoreGCSMessageTable.m + commit 493a395c0a1f6afee26107dcfb4b9bca9ebf7619 Author: Wolfgang Sourdeau Date: Thu Dec 30 14:34:44 2010 +0000 @@ -28322,6 +33717,11 @@ Date: Thu Dec 30 14:34:44 2010 +0000 Monotone-Date: 2010-12-30T14:34:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContactsContext.m +A OpenChange/MAPIStoreContactsMessageTable.h +A OpenChange/MAPIStoreContactsMessageTable.m + commit 356701eb72a970f0746f6fa8fb09c108a02497b8 Author: Wolfgang Sourdeau Date: Thu Dec 30 14:33:52 2010 +0000 @@ -28333,6 +33733,11 @@ Date: Thu Dec 30 14:33:52 2010 +0000 Monotone-Date: 2010-12-30T14:33:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTasksContext.m +A OpenChange/MAPIStoreTasksMessageTable.h +A OpenChange/MAPIStoreTasksMessageTable.m + commit 5f13bccb883f029e023b7d3c668f5781bb514f73 Author: Wolfgang Sourdeau Date: Thu Dec 30 14:32:51 2010 +0000 @@ -28344,6 +33749,11 @@ Date: Thu Dec 30 14:32:51 2010 +0000 Monotone-Date: 2010-12-30T14:32:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarContext.m +A OpenChange/MAPIStoreCalendarMessageTable.h +A OpenChange/MAPIStoreCalendarMessageTable.m + commit 176bb500090c01fbf95b2a6fef744f737e46d942 Author: Wolfgang Sourdeau Date: Thu Dec 30 14:29:40 2010 +0000 @@ -28355,6 +33765,10 @@ Date: Thu Dec 30 14:29:40 2010 +0000 Monotone-Date: 2010-12-30T14:29:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/MAPIStoreFAIMessageTable.h +A OpenChange/MAPIStoreFAIMessageTable.m + commit a5a2d75a4879dcdef4e3bfb0aadb526782bd8ab6 Author: Wolfgang Sourdeau Date: Thu Dec 30 14:28:33 2010 +0000 @@ -28366,6 +33780,14 @@ Date: Thu Dec 30 14:28:33 2010 +0000 Monotone-Date: 2010-12-30T14:28:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/MAPIStoreFSBaseContext.h +A OpenChange/MAPIStoreFSBaseContext.m +A OpenChange/MAPIStoreFSMessageTable.h +A OpenChange/MAPIStoreFSMessageTable.m +D OpenChange/MAPIStoreFileSystemBaseContext.h +D OpenChange/MAPIStoreFileSystemBaseContext.m + commit 6739e1e279ee3b0e59df864e1572df1e7b2cca89 Author: Wolfgang Sourdeau Date: Thu Dec 30 14:27:53 2010 +0000 @@ -28377,6 +33799,9 @@ Date: Thu Dec 30 14:27:53 2010 +0000 Monotone-Date: 2010-12-30T14:27:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreSOGo.m + commit 724538a4b780425584347b4f68038ce2b7fd540f Author: Wolfgang Sourdeau Date: Thu Dec 30 14:18:42 2010 +0000 @@ -28388,6 +33813,16 @@ Date: Thu Dec 30 14:18:42 2010 +0000 Monotone-Date: 2010-12-30T14:18:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +A OpenChange/MAPIStoreFolderTable.h +A OpenChange/MAPIStoreFolderTable.m +A OpenChange/MAPIStoreMessageTable.h +A OpenChange/MAPIStoreMessageTable.m +A OpenChange/MAPIStoreTable.h +A OpenChange/MAPIStoreTable.m + commit dd1b47b0f4897abac2b79d38d1967d31fcc00001 Author: Wolfgang Sourdeau Date: Thu Dec 30 13:45:39 2010 +0000 @@ -28399,6 +33834,9 @@ Date: Thu Dec 30 13:45:39 2010 +0000 Monotone-Date: 2010-12-30T13:45:39 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/EOQualifier+GCS.m + commit 65a427ef0fa20fdf34c8cce713c9f71bf967cb1e Author: Wolfgang Sourdeau Date: Thu Dec 30 13:32:23 2010 +0000 @@ -28410,21 +33848,8 @@ Date: Thu Dec 30 13:32:23 2010 +0000 Monotone-Date: 2010-12-30T13:32:23 Monotone-Branch: ca.inverse.sogo -commit 709a8bb78476fac97575660afd829a6095854a5f -Merge: 6906875 e1ce6fd -Author: Wolfgang Sourdeau -Date: Wed Dec 29 21:50:06 2010 +0000 - - merge of '44dd1ae4ceec7361950180a2bf98d14de828b840' - and '496fe62f85a4859664eb4cd520fdd45278bb849a' - - Monotone-Parent: 44dd1ae4ceec7361950180a2bf98d14de828b840 - Monotone-Parent: 496fe62f85a4859664eb4cd520fdd45278bb849a - Monotone-Revision: fb790a4b86faa504859d822223314cd9a2c2d831 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-12-29T21:50:06 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/EOBitmaskQualifier.m commit 6906875cb6f8fcb5364cf70fa4b27081c3528c56 Author: Ludovic Marcotte @@ -28439,6 +33864,8 @@ Date: Wed Dec 29 16:20:01 2010 +0000 Monotone-Date: 2010-12-29T16:20:01 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoSession.m + commit 13798939bf1455809d8ea6bd424f53fcd3369570 Author: Ludovic Marcotte Date: Wed Dec 29 13:01:16 2010 +0000 @@ -28452,6 +33879,12 @@ Date: Wed Dec 29 13:01:16 2010 +0000 Monotone-Date: 2010-12-29T13:01:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m +M SoObjects/SOGo/SOGoUserManager.m +M SoObjects/SOGo/SQLSource.m + commit f25db2f502dd526278b0e300687c133814548459 Author: Ludovic Marcotte Date: Tue Dec 28 17:50:29 2010 +0000 @@ -28465,6 +33898,9 @@ Date: Tue Dec 28 17:50:29 2010 +0000 Monotone-Date: 2010-12-28T17:50:29 Monotone-Branch: ca.inverse.sogo +A SoObjects/SOGo/SOGoSession.h +A SoObjects/SOGo/SOGoSession.m + commit f46ebda105e94dbbc3699fe9c5070926fc8b43df Author: Ludovic Marcotte Date: Tue Dec 28 17:42:50 2010 +0000 @@ -28478,6 +33914,29 @@ Date: Tue Dec 28 17:42:50 2010 +0000 Monotone-Date: 2010-12-28T17:42:50 Monotone-Branch: ca.inverse.sogo +M .mtn-ignore +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M Main/SOGo.m +M SOPE/GDLContentStore/GCSFolderManager.h +M SOPE/GDLContentStore/GCSFolderManager.m +A SOPE/GDLContentStore/GCSSessionsFolder.h +A SOPE/GDLContentStore/GCSSessionsFolder.m +M SOPE/GDLContentStore/GCSSpecialQueries.h +M SOPE/GDLContentStore/GCSSpecialQueries.m +M SOPE/GDLContentStore/GNUmakefile +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoDAVAuthenticator.m +M SoObjects/SOGo/SOGoProxyAuthenticator.m +M SoObjects/SOGo/SOGoUserManager.m +M SoObjects/SOGo/SOGoWebAuthenticator.m +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/SOGoUserHomePage.m +M UI/WebServerResources/SOGoRootPage.js + commit e1ce6fd95b5d017ccbebf9b88908d19630ac811c Author: Wolfgang Sourdeau Date: Thu Dec 23 20:00:29 2010 +0000 @@ -28489,6 +33948,8 @@ Date: Thu Dec 23 20:00:29 2010 +0000 Monotone-Date: 2010-12-23T20:00:29 Monotone-Branch: ca.inverse.sogo +M OpenChange/classes.txt + commit 7ffe6ee26a71f020e02031add4f3b2de808cabf9 Author: Ludovic Marcotte Date: Thu Dec 23 15:50:35 2010 +0000 @@ -28502,6 +33963,11 @@ Date: Thu Dec 23 15:50:35 2010 +0000 Monotone-Date: 2010-12-23T15:50:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoUserHomePage.m +M UI/Scheduler/UIxCalMainActions.m +M UI/Scheduler/product.plist + commit 7d9b3a97b32f03c8b763d540bb3bc8dc150f2a36 Author: Wolfgang Sourdeau Date: Fri Dec 17 19:39:21 2010 +0000 @@ -28513,6 +33979,18 @@ Date: Fri Dec 17 19:39:21 2010 +0000 Monotone-Date: 2010-12-17T19:39:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarContext.m +M OpenChange/MAPIStoreContactsContext.m +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreFileSystemBaseContext.m +M OpenChange/MAPIStoreMailContext.m +M OpenChange/MAPIStoreOutboxContext.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTasksContext.m +M OpenChange/SOGoDraftObject+MAPIStore.m +M OpenChange/SOGoMAPIFSFolder.m + commit 73fc99df9d2211787d18145986d2bcd73b4b6310 Author: Wolfgang Sourdeau Date: Fri Dec 17 19:36:43 2010 +0000 @@ -28524,6 +34002,8 @@ Date: Fri Dec 17 19:36:43 2010 +0000 Monotone-Date: 2010-12-17T19:36:43 Monotone-Branch: ca.inverse.sogo +M OpenChange/EOQualifier+MAPIFS.m + commit 377352b2fd5125733ee66410e967ebb5061a7fe0 Author: Wolfgang Sourdeau Date: Tue Dec 14 20:58:19 2010 +0000 @@ -28535,6 +34015,9 @@ Date: Tue Dec 14 20:58:19 2010 +0000 Monotone-Date: 2010-12-14T20:58:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m + commit 19cd4ee4dbbe1eac24790245fac67c028c70b412 Author: Wolfgang Sourdeau Date: Tue Dec 14 20:56:09 2010 +0000 @@ -28546,6 +34029,8 @@ Date: Tue Dec 14 20:56:09 2010 +0000 Monotone-Date: 2010-12-14T20:56:09 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit b428b0a03518f3d4c362466bbc19af6f462355fc Author: Wolfgang Sourdeau Date: Tue Dec 14 20:55:53 2010 +0000 @@ -28557,6 +34042,9 @@ Date: Tue Dec 14 20:55:53 2010 +0000 Monotone-Date: 2010-12-14T20:55:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailContext.m + commit d6e8ac401034353f8db218640699af2e71864a97 Author: Wolfgang Sourdeau Date: Tue Dec 14 20:54:45 2010 +0000 @@ -28568,6 +34056,8 @@ Date: Tue Dec 14 20:54:45 2010 +0000 Monotone-Date: 2010-12-14T20:54:45 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreCommonViewsContext.m + commit 7eba4a5a0125b665886b0dcbbd5b06168d764e1f Author: Wolfgang Sourdeau Date: Tue Dec 14 20:54:07 2010 +0000 @@ -28579,6 +34069,11 @@ Date: Tue Dec 14 20:54:07 2010 +0000 Monotone-Date: 2010-12-14T20:54:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/EOBitmaskQualifier.h +A OpenChange/EOBitmaskQualifier.m +M OpenChange/EOQualifier+MAPIFS.m + commit 2c246f3e7a37e97ef12eb858ed2732cf38591d42 Author: Ludovic Marcotte Date: Tue Dec 14 18:08:36 2010 +0000 @@ -28592,6 +34087,16 @@ Date: Tue Dec 14 18:08:36 2010 +0000 Monotone-Date: 2010-12-14T18:08:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M Main/SOGo.h +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m +M SoObjects/SOGo/SOGoSource.h +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUserManager.m +M SoObjects/SOGo/SQLSource.h + commit ba45f18cfe53352c1c88bbefb9252cbb5510c2b8 Author: Wolfgang Sourdeau Date: Tue Dec 14 16:16:57 2010 +0000 @@ -28603,6 +34108,8 @@ Date: Tue Dec 14 16:16:57 2010 +0000 Monotone-Date: 2010-12-14T16:16:57 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailContext.m + commit 9430469fc3c1270d89af0d48545a8126fd9e773a Author: Wolfgang Sourdeau Date: Tue Dec 14 16:16:43 2010 +0000 @@ -28614,6 +34121,8 @@ Date: Tue Dec 14 16:16:43 2010 +0000 Monotone-Date: 2010-12-14T16:16:43 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMapping.m + commit f8ae1411d889bd47030d9e43f98c151b6712ab73 Author: Wolfgang Sourdeau Date: Mon Dec 13 17:15:54 2010 +0000 @@ -28625,6 +34134,10 @@ Date: Mon Dec 13 17:15:54 2010 +0000 Monotone-Date: 2010-12-13T17:15:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/EOQualifier+MAPIFS.h +A OpenChange/EOQualifier+MAPIFS.m + commit 6b6c032c0026396de1237160085108328f82c689 Author: Wolfgang Sourdeau Date: Mon Dec 13 17:09:46 2010 +0000 @@ -28636,6 +34149,8 @@ Date: Mon Dec 13 17:09:46 2010 +0000 Monotone-Date: 2010-12-13T17:09:46 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit db9821254a905a5ec0b19d5deeada800bfa2d349 Author: Wolfgang Sourdeau Date: Mon Dec 13 17:09:37 2010 +0000 @@ -28647,6 +34162,8 @@ Date: Mon Dec 13 17:09:37 2010 +0000 Monotone-Date: 2010-12-13T17:09:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 6a26931f0667e2d3ce8e74c5d49140f0bb2d4dcf Author: Wolfgang Sourdeau Date: Mon Dec 13 17:08:40 2010 +0000 @@ -28658,6 +34175,8 @@ Date: Mon Dec 13 17:08:40 2010 +0000 Monotone-Date: 2010-12-13T17:08:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 39844d318903e116d2bd56dc5fbc6a7917cf5751 Author: Wolfgang Sourdeau Date: Mon Dec 13 17:08:27 2010 +0000 @@ -28669,6 +34188,9 @@ Date: Mon Dec 13 17:08:27 2010 +0000 Monotone-Date: 2010-12-13T17:08:27 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreOutboxContext.h +M OpenChange/MAPIStoreOutboxContext.m + commit dcaadaa5505d02f6afc97dd42291495073a130d7 Author: Wolfgang Sourdeau Date: Mon Dec 13 17:07:58 2010 +0000 @@ -28680,6 +34202,9 @@ Date: Mon Dec 13 17:07:58 2010 +0000 Monotone-Date: 2010-12-13T17:07:58 Monotone-Branch: ca.inverse.sogo +M OpenChange/SOGoContentObject+MAPIStore.h +M OpenChange/SOGoContentObject+MAPIStore.m + commit 0ae53f51d895fc9287a0d5d2b2534152a58074bf Author: Wolfgang Sourdeau Date: Mon Dec 13 17:07:24 2010 +0000 @@ -28691,6 +34216,8 @@ Date: Mon Dec 13 17:07:24 2010 +0000 Monotone-Date: 2010-12-13T17:07:24 Monotone-Branch: ca.inverse.sogo +M OpenChange/SOGoDraftObject+MAPIStore.m + commit ad416ef1e027b0cfccfc28c17018825a406680d3 Author: Wolfgang Sourdeau Date: Mon Dec 13 17:06:22 2010 +0000 @@ -28702,6 +34229,15 @@ Date: Mon Dec 13 17:06:22 2010 +0000 Monotone-Date: 2010-12-13T17:06:22 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreCalendarContext.h +M OpenChange/MAPIStoreCalendarContext.m +M OpenChange/MAPIStoreContactsContext.h +M OpenChange/MAPIStoreContactsContext.m +A OpenChange/MAPIStoreGCSBaseContext.h +A OpenChange/MAPIStoreGCSBaseContext.m +M OpenChange/MAPIStoreTasksContext.h +M OpenChange/MAPIStoreTasksContext.m + commit d8696daa642a98eeb2ad3a87dac903d0df14dcab Author: Wolfgang Sourdeau Date: Mon Dec 13 17:04:27 2010 +0000 @@ -28713,6 +34249,8 @@ Date: Mon Dec 13 17:04:27 2010 +0000 Monotone-Date: 2010-12-13T17:04:27 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailContext.m + commit 15e5ad482ce2ca8dbe7eede3f04f8dee6195aa58 Author: Wolfgang Sourdeau Date: Mon Dec 13 17:03:25 2010 +0000 @@ -28724,6 +34262,12 @@ Date: Mon Dec 13 17:03:25 2010 +0000 Monotone-Date: 2010-12-13T17:03:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreSOGo.h +M OpenChange/MAPIStoreSOGo.m + commit 04b8942bc4cbc491b374cb8a4bac8c0181049ec0 Author: Wolfgang Sourdeau Date: Mon Dec 13 16:54:47 2010 +0000 @@ -28735,6 +34279,8 @@ Date: Mon Dec 13 16:54:47 2010 +0000 Monotone-Date: 2010-12-13T16:54:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit e5d78bc019588e20d9b2987e8173bc605b4fe529 Author: Wolfgang Sourdeau Date: Mon Dec 13 16:54:32 2010 +0000 @@ -28746,6 +34292,9 @@ Date: Mon Dec 13 16:54:32 2010 +0000 Monotone-Date: 2010-12-13T16:54:32 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMapping.h +M OpenChange/MAPIStoreMapping.m + commit 66b70f06d04fa4f1c4de7474ebab0ee0f8dcc3b8 Author: Wolfgang Sourdeau Date: Mon Dec 13 16:53:32 2010 +0000 @@ -28757,6 +34306,12 @@ Date: Mon Dec 13 16:53:32 2010 +0000 Monotone-Date: 2010-12-13T16:53:32 Monotone-Branch: ca.inverse.sogo +M OpenChange/SOGoAppointmentObject+MAPIStore.h +M OpenChange/SOGoAppointmentObject+MAPIStore.m +M OpenChange/SOGoContactGCSEntry+MAPIStore.m +M OpenChange/SOGoTaskObject+MAPIStore.h +M OpenChange/SOGoTaskObject+MAPIStore.m + commit 55dc8abff801238737b1f1be34c08c2b8d19d5c8 Author: Wolfgang Sourdeau Date: Mon Dec 13 16:51:48 2010 +0000 @@ -28768,6 +34323,10 @@ Date: Mon Dec 13 16:51:48 2010 +0000 Monotone-Date: 2010-12-13T16:51:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTypes.h +M OpenChange/MAPIStoreTypes.m + commit feeb211abd54263ad2c0322ec94130f9ce0bc212 Author: Wolfgang Sourdeau Date: Mon Dec 13 16:49:54 2010 +0000 @@ -28779,6 +34338,10 @@ Date: Mon Dec 13 16:49:54 2010 +0000 Monotone-Date: 2010-12-13T16:49:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSData+MAPIStore.h +M OpenChange/NSData+MAPIStore.m + commit 1306aaf659542b8b6751c0199cdf9b674cdcbe27 Author: Wolfgang Sourdeau Date: Mon Dec 13 16:47:58 2010 +0000 @@ -28790,6 +34353,10 @@ Date: Mon Dec 13 16:47:58 2010 +0000 Monotone-Date: 2010-12-13T16:47:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/MAPIStoreFileSystemBaseContext.h +A OpenChange/MAPIStoreFileSystemBaseContext.m + commit eab9037cb3a7edadc8913affcb688d010cabd35e Author: Wolfgang Sourdeau Date: Mon Dec 13 16:46:09 2010 +0000 @@ -28801,6 +34368,34 @@ Date: Mon Dec 13 16:46:09 2010 +0000 Monotone-Date: 2010-12-13T16:46:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/MAPIStoreCommonViewsContext.h +A OpenChange/MAPIStoreCommonViewsContext.m +A OpenChange/MAPIStoreDeferredActionsContext.h +A OpenChange/MAPIStoreDeferredActionsContext.m +A OpenChange/MAPIStoreDeletedItemsContext.h +A OpenChange/MAPIStoreDeletedItemsContext.m +A OpenChange/MAPIStoreDraftsContext.h +A OpenChange/MAPIStoreDraftsContext.m +M OpenChange/MAPIStoreFreebusyContext.h +M OpenChange/MAPIStoreFreebusyContext.m +A OpenChange/MAPIStoreJournalContext.h +A OpenChange/MAPIStoreJournalContext.m +A OpenChange/MAPIStoreNotesContext.h +A OpenChange/MAPIStoreNotesContext.m +A OpenChange/MAPIStoreRemindersContext.h +A OpenChange/MAPIStoreRemindersContext.m +A OpenChange/MAPIStoreScheduleContext.h +A OpenChange/MAPIStoreScheduleContext.m +A OpenChange/MAPIStoreSearchContext.h +A OpenChange/MAPIStoreSearchContext.m +A OpenChange/MAPIStoreSentItemsContext.h +A OpenChange/MAPIStoreSentItemsContext.m +A OpenChange/MAPIStoreShortcutsContext.h +A OpenChange/MAPIStoreShortcutsContext.m +A OpenChange/MAPIStoreViewsContext.h +A OpenChange/MAPIStoreViewsContext.m + commit b1a420e4e76cc2b392d6dbfcaa6d50edee40ecad Author: Wolfgang Sourdeau Date: Mon Dec 13 16:42:52 2010 +0000 @@ -28812,6 +34407,10 @@ Date: Mon Dec 13 16:42:52 2010 +0000 Monotone-Date: 2010-12-13T16:42:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/NSValue+MAPIStore.h +A OpenChange/NSValue+MAPIStore.m + commit 946ad356a78e4666e636e4f328dad977283cc88e Author: Wolfgang Sourdeau Date: Mon Dec 13 16:28:18 2010 +0000 @@ -28823,6 +34422,12 @@ Date: Mon Dec 13 16:28:18 2010 +0000 Monotone-Date: 2010-12-13T16:28:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/SOGoMAPIFSFolder.h +A OpenChange/SOGoMAPIFSFolder.m +A OpenChange/SOGoMAPIFSMessage.h +A OpenChange/SOGoMAPIFSMessage.m + commit fac3cf894756b7c7811e7c96ebf8c5205f7d23d5 Author: Wolfgang Sourdeau Date: Mon Dec 13 16:07:50 2010 +0000 @@ -28834,6 +34439,12 @@ Date: Mon Dec 13 16:07:50 2010 +0000 Monotone-Date: 2010-12-13T16:07:50 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIApplication.h +M OpenChange/MAPIStoreAuthenticator.h +M OpenChange/MAPIStoreSpoolerContext.h +M OpenChange/MAPIStoreSpoolerContext.m +M OpenChange/SOGoDraftObject+MAPIStore.h + commit 848799a78ba8f2e817c6d0b1a02db2b69d43bafa Author: Wolfgang Sourdeau Date: Mon Dec 13 15:40:47 2010 +0000 @@ -28845,6 +34456,8 @@ Date: Mon Dec 13 15:40:47 2010 +0000 Monotone-Date: 2010-12-13T15:40:47 Monotone-Branch: ca.inverse.sogo +A OpenChange/classes.txt + commit b4807dbb8e1d89b74253e9b5406f946c99586be7 Author: Wolfgang Sourdeau Date: Fri Dec 10 22:24:36 2010 +0000 @@ -28856,6 +34469,9 @@ Date: Fri Dec 10 22:24:36 2010 +0000 Monotone-Date: 2010-12-10T22:24:36 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/EOQualifier+GCS.m + commit 0251d4ed6ee9cc7e3e62bbf91b48222b2c4a8f32 Author: Wolfgang Sourdeau Date: Fri Dec 10 18:43:00 2010 +0000 @@ -28867,6 +34483,8 @@ Date: Fri Dec 10 18:43:00 2010 +0000 Monotone-Date: 2010-12-10T18:43:00 Monotone-Branch: ca.inverse.sogo +M .mtn-ignore + commit e4ad382b7285c0c177a294a99dfb7ee82dd6835c Author: Wolfgang Sourdeau Date: Fri Dec 10 18:32:29 2010 +0000 @@ -28878,6 +34496,9 @@ Date: Fri Dec 10 18:32:29 2010 +0000 Monotone-Date: 2010-12-10T18:32:29 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/EOQualifier+GCS.m + commit bfe5cfe5f97767df78a67b45be2fd052da43d995 Author: Ludovic Marcotte Date: Thu Dec 9 19:41:28 2010 +0000 @@ -28891,6 +34512,9 @@ Date: Thu Dec 9 19:41:28 2010 +0000 Monotone-Date: 2010-12-09T19:41:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit 5477457271349475f78778969a2e57a684b3e9c4 Author: Ludovic Marcotte Date: Thu Dec 9 19:15:02 2010 +0000 @@ -28904,6 +34528,9 @@ Date: Thu Dec 9 19:15:02 2010 +0000 Monotone-Date: 2010-12-09T19:15:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.m + commit 4cdb010230a0fffaf523457f7526066248b06a86 Author: Ludovic Marcotte Date: Thu Dec 9 18:56:03 2010 +0000 @@ -28917,6 +34544,10 @@ Date: Thu Dec 9 18:56:03 2010 +0000 Monotone-Date: 2010-12-09T18:56:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M SoObjects/SOGo/SQLSource.m + commit d87c24ccdc2ff6ea4bae037e7add97d569642e9d Author: Francis Lachapelle Date: Thu Dec 9 17:05:36 2010 +0000 @@ -28930,6 +34561,8 @@ Date: Thu Dec 9 17:05:36 2010 +0000 Monotone-Date: 2010-12-09T17:05:36 Monotone-Branch: ca.inverse.sogo +M Scripts/tmpwatch + commit 3a32e952ce1aa5342288c10cd692eb0e0ff1dcdd Author: Francis Lachapelle Date: Wed Dec 8 19:57:05 2010 +0000 @@ -28943,21 +34576,8 @@ Date: Wed Dec 8 19:57:05 2010 +0000 Monotone-Date: 2010-12-08T19:57:05 Monotone-Branch: ca.inverse.sogo -commit 6f82f87b42aeb30c0409c16a630095dc585bb1b2 -Merge: ea8e257 ec6556c -Author: Francis Lachapelle -Date: Fri Dec 3 22:34:21 2010 +0000 - - merge of '6cff836762bb35cb6c26ae5eb215e6ff131d480d' - and 'edd8c9a9983a41fcee93052c706158aedf35f7c3' - - Monotone-Parent: 6cff836762bb35cb6c26ae5eb215e6ff131d480d - Monotone-Parent: edd8c9a9983a41fcee93052c706158aedf35f7c3 - Monotone-Revision: 2b28f6d0a82dd762775a558cb05973125df10b61 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-12-03T22:34:21 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js commit ea8e2574a6d3727feee778e7c987a4219f6cf386 Author: Wolfgang Sourdeau @@ -28970,6 +34590,15 @@ Date: Fri Dec 3 22:31:56 2010 +0000 Monotone-Date: 2010-12-03T22:31:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarContext.m +M OpenChange/MAPIStoreContactsContext.m +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreMailContext.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTasksContext.m + commit b00c13ccdecf66cb29ff0c0354fa95fb841ea16a Author: Wolfgang Sourdeau Date: Fri Dec 3 22:23:35 2010 +0000 @@ -28981,6 +34610,8 @@ Date: Fri Dec 3 22:23:35 2010 +0000 Monotone-Date: 2010-12-03T22:23:35 Monotone-Branch: ca.inverse.sogo +A OpenChange/MAPIStoreSpoolerContext.h + commit 2a1ced4a94b76ecc66795121602175e9c9a8185d Author: Wolfgang Sourdeau Date: Fri Dec 3 22:23:30 2010 +0000 @@ -28992,6 +34623,9 @@ Date: Fri Dec 3 22:23:30 2010 +0000 Monotone-Date: 2010-12-03T22:23:30 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile +A OpenChange/MAPIStoreSpoolerContext.m + commit ec6556cb4f029681c58e3c9f8903f197a53ec179 Author: Francis Lachapelle Date: Fri Dec 3 22:09:18 2010 +0000 @@ -29005,6 +34639,10 @@ Date: Fri Dec 3 22:09:18 2010 +0000 Monotone-Date: 2010-12-03T22:09:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/MailerUI.js + commit 21c13343c5daa460794d080bd5ae20381b1b4dd3 Author: Wolfgang Sourdeau Date: Fri Dec 3 18:29:19 2010 +0000 @@ -29016,6 +34654,10 @@ Date: Fri Dec 3 18:29:19 2010 +0000 Monotone-Date: 2010-12-03T18:29:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTypes.h +M OpenChange/MAPIStoreTypes.m + commit a8f51464b22e7579dc2f00b1f05840a3fcf97a55 Author: Wolfgang Sourdeau Date: Fri Dec 3 18:27:38 2010 +0000 @@ -29027,6 +34669,10 @@ Date: Fri Dec 3 18:27:38 2010 +0000 Monotone-Date: 2010-12-03T18:27:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSData+MAPIStore.h +M OpenChange/NSData+MAPIStore.m + commit 7e574e277dd41a81ad76f04eb5682cd5fc4acf9c Author: Ludovic Marcotte Date: Thu Dec 2 21:30:56 2010 +0000 @@ -29040,6 +34686,8 @@ Date: Thu Dec 2 21:30:56 2010 +0000 Monotone-Date: 2010-12-02T21:30:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit eeb4646138e6d45929f79e3984b6d0d9760eeb7f Author: Ludovic Marcotte Date: Thu Dec 2 21:25:37 2010 +0000 @@ -29053,21 +34701,8 @@ Date: Thu Dec 2 21:25:37 2010 +0000 Monotone-Date: 2010-12-02T21:25:37 Monotone-Branch: ca.inverse.sogo -commit 882392c57cba2208de53422ec04ee1e7a7b8f182 -Merge: 00863f5 fc509d2 -Author: Wolfgang Sourdeau -Date: Thu Dec 2 14:32:22 2010 +0000 - - merge of '683abf3e25aeca0b6ae95c6502fc05a5f1b2f537' - and '82578425c34d9552a919394bbeecd799f773ca38' - - Monotone-Parent: 683abf3e25aeca0b6ae95c6502fc05a5f1b2f537 - Monotone-Parent: 82578425c34d9552a919394bbeecd799f773ca38 - Monotone-Revision: 30bbdf4da27d8db206b6667bf81195db2d889439 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-12-02T14:32:22 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo+DAV.m commit fc509d29d5189db9f207f98c804cea615b321e81 Author: Wolfgang Sourdeau @@ -29080,6 +34715,8 @@ Date: Thu Dec 2 14:31:24 2010 +0000 Monotone-Date: 2010-12-02T14:31:24 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactEditor.js + commit 00863f59030cbc45970361b42eff46f2a0df5e7d Author: Francis Lachapelle Date: Wed Dec 1 20:50:51 2010 +0000 @@ -29093,6 +34730,8 @@ Date: Wed Dec 1 20:50:51 2010 +0000 Monotone-Date: 2010-12-01T20:50:51 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit e79c7902b191a7672c1d2884dd37a14e8f330278 Author: Ludovic Marcotte Date: Wed Dec 1 18:17:58 2010 +0000 @@ -29106,6 +34745,11 @@ Date: Wed Dec 1 18:17:58 2010 +0000 Monotone-Date: 2010-12-01T18:17:58 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/Ukrainian.lproj/Localizable.strings +M UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/MainUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings + commit fac89aaa654daf77d7f4a935dbf49100bda50e45 Author: Ludovic Marcotte Date: Wed Dec 1 18:07:17 2010 +0000 @@ -29119,6 +34763,15 @@ Date: Wed Dec 1 18:07:17 2010 +0000 Monotone-Date: 2010-12-01T18:07:17 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/Swedish.lproj/Localizable.strings +M UI/Common/Swedish.lproj/Localizable.strings +M UI/Contacts/Swedish.lproj/Localizable.strings +M UI/MailPartViewers/Swedish.lproj/Localizable.strings +M UI/MailerUI/Swedish.lproj/Localizable.strings +M UI/MainUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings + commit 3e08125893b29b69a07ac5e7fd552d89d758f4be Author: Wolfgang Sourdeau Date: Wed Dec 1 16:34:41 2010 +0000 @@ -29130,6 +34783,16 @@ Date: Wed Dec 1 16:34:41 2010 +0000 Monotone-Date: 2010-12-01T16:34:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarContext.m +M OpenChange/MAPIStoreContactsContext.m +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreFreebusyContext.m +M OpenChange/MAPIStoreMailContext.m +M OpenChange/MAPIStoreOutboxContext.m +M OpenChange/MAPIStoreTasksContext.m + commit 7c27e39fe73cc2bd3e745d8c349776d9ca2be705 Author: Wolfgang Sourdeau Date: Tue Nov 30 21:07:59 2010 +0000 @@ -29141,6 +34804,9 @@ Date: Tue Nov 30 21:07:59 2010 +0000 Monotone-Date: 2010-11-30T21:07:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailContext.m + commit 88cf8acc93d01d3d8ea0af3c1a52ba8c8bda000f Author: Wolfgang Sourdeau Date: Tue Nov 30 21:06:08 2010 +0000 @@ -29152,6 +34818,8 @@ Date: Tue Nov 30 21:06:08 2010 +0000 Monotone-Date: 2010-11-30T21:06:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 36619aede34907d2e7c01376975340593ba91308 Author: Wolfgang Sourdeau Date: Tue Nov 30 21:04:58 2010 +0000 @@ -29163,6 +34831,9 @@ Date: Tue Nov 30 21:04:58 2010 +0000 Monotone-Date: 2010-11-30T21:04:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTypes.h + commit 8b4f49e14213cd2f02efa405a208b7c505b86066 Author: Wolfgang Sourdeau Date: Tue Nov 30 21:04:05 2010 +0000 @@ -29174,6 +34845,11 @@ Date: Tue Nov 30 21:04:05 2010 +0000 Monotone-Date: 2010-11-30T21:04:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreSOGo.m + commit 8849fbf7c4f7cc25b3b7a8082a39a5ad8d031710 Author: Wolfgang Sourdeau Date: Tue Nov 30 16:17:50 2010 +0000 @@ -29185,21 +34861,13 @@ Date: Tue Nov 30 16:17:50 2010 +0000 Monotone-Date: 2010-11-30T16:17:50 Monotone-Branch: ca.inverse.sogo -commit d1fa84ff94285c250725d23686a5eed434d881c6 -Merge: 95a1b29 804e3a3 -Author: Wolfgang Sourdeau -Date: Mon Nov 29 20:02:35 2010 +0000 - - merge of '193627476b7f3a685b8b6cfd32f56231e28a5b94' - and '49b01807f1c5d14232f8021564406a02f9736a62' - - Monotone-Parent: 193627476b7f3a685b8b6cfd32f56231e28a5b94 - Monotone-Parent: 49b01807f1c5d14232f8021564406a02f9736a62 - Monotone-Revision: 9634e883abb4f5cf42e1b4d9c3d3e1b1a61f3e7f - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-11-29T20:02:35 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarContext.m +M OpenChange/MAPIStoreContactsContext.m +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreMailContext.m +M OpenChange/MAPIStoreTasksContext.m commit 95a1b2977ca4144b09621662ffe5437e5a209fc8 Author: Wolfgang Sourdeau @@ -29212,6 +34880,8 @@ Date: Mon Nov 29 20:02:21 2010 +0000 Monotone-Date: 2010-11-29T20:02:21 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit 804e3a3c6ffe2e4b322d05da5a5e0822e9caf7e9 Author: Francis Lachapelle Date: Mon Nov 29 14:26:10 2010 +0000 @@ -29225,6 +34895,9 @@ Date: Mon Nov 29 14:26:10 2010 +0000 Monotone-Date: 2010-11-29T14:26:10 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUIdTree.js +M UI/WebServerResources/UIxPreferences.js + commit 3e9a276b15d3e0c87d14183d4701e0b9a206baca Author: Wolfgang Sourdeau Date: Fri Nov 26 21:48:52 2010 +0000 @@ -29236,6 +34909,11 @@ Date: Fri Nov 26 21:48:52 2010 +0000 Monotone-Date: 2010-11-26T21:48:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreSOGo.m + commit b82eeddedb484c2f1affa78312267ec678e1df8e Author: Wolfgang Sourdeau Date: Fri Nov 26 21:46:57 2010 +0000 @@ -29247,21 +34925,9 @@ Date: Fri Nov 26 21:46:57 2010 +0000 Monotone-Date: 2010-11-26T21:46:57 Monotone-Branch: ca.inverse.sogo -commit 06d633715201c220feff02488cdf1f68287d8ad3 -Merge: 8c924af 66a351a -Author: Wolfgang Sourdeau -Date: Thu Nov 25 21:00:53 2010 +0000 - - merge of '2344911344b24c7c53ef3da63936891ede85d323' - and 'da16a0c128e894d870f111d269532e1f39922ac1' - - Monotone-Parent: 2344911344b24c7c53ef3da63936891ede85d323 - Monotone-Parent: da16a0c128e894d870f111d269532e1f39922ac1 - Monotone-Revision: d6c5da440431c45a715dfdd531f61cc02798d9cd - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-11-25T21:00:53 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTypes.h +M OpenChange/MAPIStoreTypes.m commit 8c924af93b3a8c614a2ccaa8a4c0b726abac9d1e Author: Ludovic Marcotte @@ -29276,6 +34942,8 @@ Date: Thu Nov 25 18:35:20 2010 +0000 Monotone-Date: 2010-11-25T18:35:20 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoDraftObject.m + commit 66a351a4a7153f7f0b6a8399d2f029baa50b87ba Author: Wolfgang Sourdeau Date: Thu Nov 25 16:21:07 2010 +0000 @@ -29287,6 +34955,8 @@ Date: Thu Nov 25 16:21:07 2010 +0000 Monotone-Date: 2010-11-25T16:21:07 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMapping.m + commit 9f51988003a2cc961ab5cfeef73dfd5f7f8b0dc9 Author: Wolfgang Sourdeau Date: Thu Nov 25 15:22:33 2010 +0000 @@ -29298,21 +34968,7 @@ Date: Thu Nov 25 15:22:33 2010 +0000 Monotone-Date: 2010-11-25T15:22:33 Monotone-Branch: ca.inverse.sogo -commit 1bd04e09898b2e9d3cbfc22efabca9badc73fe65 -Merge: a90d7be 921ac1a -Author: Ludovic Marcotte -Date: Wed Nov 24 19:15:17 2010 +0000 - - merge of '2f632eb28149d9eef08c30d3057eb9d93b8d34c5' - and 'b2196339f77de9ebd51fbed1e0cbf45850b06d7e' - - Monotone-Parent: 2f632eb28149d9eef08c30d3057eb9d93b8d34c5 - Monotone-Parent: b2196339f77de9ebd51fbed1e0cbf45850b06d7e - Monotone-Revision: 6b2ab08cb3954daacb8c9007f41296b61035de29 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-11-24T19:15:17 - Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailEditor.m commit 921ac1a64eef20cdba91016effa3d96f2ce412a2 Author: Wolfgang Sourdeau @@ -29325,6 +34981,8 @@ Date: Wed Nov 24 19:32:31 2010 +0000 Monotone-Date: 2010-11-24T19:32:31 Monotone-Branch: ca.inverse.sogo +M GNUmakefile + commit b47ee1281ceac858f457367403c0364e2b1e64eb Author: Wolfgang Sourdeau Date: Wed Nov 24 19:32:09 2010 +0000 @@ -29336,6 +34994,8 @@ Date: Wed Nov 24 19:32:09 2010 +0000 Monotone-Date: 2010-11-24T19:32:09 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/GNUmakefile.preamble + commit 8caad635f5780a06aa94725e68af1976eea4469f Author: Wolfgang Sourdeau Date: Wed Nov 24 19:28:45 2010 +0000 @@ -29347,6 +35007,16 @@ Date: Wed Nov 24 19:28:45 2010 +0000 Monotone-Date: 2010-11-24T19:28:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +A OpenChange/MAPIStoreOutboxContext.h +A OpenChange/MAPIStoreOutboxContext.m +M OpenChange/MAPIStoreSOGo.m +A OpenChange/SOGoDraftObject+MAPIStore.h +A OpenChange/SOGoDraftObject+MAPIStore.m + commit 425825658cec75c22de2fba400aee7d414512c8f Author: Wolfgang Sourdeau Date: Wed Nov 24 19:28:40 2010 +0000 @@ -29358,6 +35028,8 @@ Date: Wed Nov 24 19:28:40 2010 +0000 Monotone-Date: 2010-11-24T19:28:40 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreTypes.m + commit 98d2f63da2b4128a5ded1100751ca79ee20e5e52 Author: Wolfgang Sourdeau Date: Wed Nov 24 19:22:20 2010 +0000 @@ -29369,6 +35041,8 @@ Date: Wed Nov 24 19:22:20 2010 +0000 Monotone-Date: 2010-11-24T19:22:20 Monotone-Branch: ca.inverse.sogo +M OpenChange/SOGoContentObject+MAPIStore.h + commit a90d7bef99511dcd6fa8a642eaad5558f32ffa75 Author: Ludovic Marcotte Date: Wed Nov 24 19:14:56 2010 +0000 @@ -29382,6 +35056,8 @@ Date: Wed Nov 24 19:14:56 2010 +0000 Monotone-Date: 2010-11-24T19:14:56 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 3e9cd67ecee8f7ad80bd2b5fd0a092e0db5eda43 Author: Francis Lachapelle Date: Tue Nov 23 22:35:32 2010 +0000 @@ -29395,6 +35071,8 @@ Date: Tue Nov 23 22:35:32 2010 +0000 Monotone-Date: 2010-11-23T22:35:32 Monotone-Branch: ca.inverse.sogo +M Apache/SOGo-debian.conf + commit 157c41d4333739e85ecdce5b8b7ab056606e4ee9 Author: Francis Lachapelle Date: Tue Nov 23 22:33:09 2010 +0000 @@ -29408,6 +35086,9 @@ Date: Tue Nov 23 22:33:09 2010 +0000 Monotone-Date: 2010-11-23T22:33:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit 25c13b364836a5091481d5045740f2ac4a7997b9 Author: Francis Lachapelle Date: Tue Nov 23 22:32:34 2010 +0000 @@ -29421,6 +35102,8 @@ Date: Tue Nov 23 22:32:34 2010 +0000 Monotone-Date: 2010-11-23T22:32:34 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/prototype.js + commit a5c4392cc597aae57f6fecf06344bf9ebff88c3f Author: Wolfgang Sourdeau Date: Tue Nov 23 15:52:08 2010 +0000 @@ -29432,6 +35115,8 @@ Date: Tue Nov 23 15:52:08 2010 +0000 Monotone-Date: 2010-11-23T15:52:08 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 8b13fb5756dbfad2627b8cab6c7611ae12034fb8 Author: Wolfgang Sourdeau Date: Tue Nov 23 14:50:25 2010 +0000 @@ -29443,6 +35128,9 @@ Date: Tue Nov 23 14:50:25 2010 +0000 Monotone-Date: 2010-11-23T14:50:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTypes.m + commit 5e8a31d900c98f91922ac839a6e8834e4d2deb01 Author: Wolfgang Sourdeau Date: Tue Nov 23 14:49:46 2010 +0000 @@ -29454,6 +35142,10 @@ Date: Tue Nov 23 14:49:46 2010 +0000 Monotone-Date: 2010-11-23T14:49:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/NSData+MAPIStore.h +M OpenChange/NSData+MAPIStore.m + commit e4956f5d1fa45801c5478186efc926ba00b85b77 Author: Wolfgang Sourdeau Date: Tue Nov 23 13:53:54 2010 +0000 @@ -29465,6 +35157,12 @@ Date: Tue Nov 23 13:53:54 2010 +0000 Monotone-Date: 2010-11-23T13:53:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.h +M SoObjects/Mailer/SOGoDraftObject.m +M UI/MailerUI/UIxMailEditor.m +M UI/Templates/MailerUI/UIxMailEditor.wox + commit d89a194aa9f9fe8850c6604f8129e512dd73f28e Author: Wolfgang Sourdeau Date: Mon Nov 22 21:34:42 2010 +0000 @@ -29476,6 +35174,8 @@ Date: Mon Nov 22 21:34:42 2010 +0000 Monotone-Date: 2010-11-22T21:34:42 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreTasksContext.m + commit a1c7cb53d5e112500c1f7dec9f764af9cef0319d Author: Wolfgang Sourdeau Date: Mon Nov 22 21:33:02 2010 +0000 @@ -29487,6 +35187,9 @@ Date: Mon Nov 22 21:33:02 2010 +0000 Monotone-Date: 2010-11-22T21:33:02 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreFreebusyContext.m +M OpenChange/MAPIStoreMailContext.m + commit 3833c037eca4d47b0472ee27da2db7e60e669ccf Author: Wolfgang Sourdeau Date: Mon Nov 22 21:32:18 2010 +0000 @@ -29498,6 +35201,8 @@ Date: Mon Nov 22 21:32:18 2010 +0000 Monotone-Date: 2010-11-22T21:32:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 7cdd5b52341e53ab55c2bb010439e870b3ede190 Author: Wolfgang Sourdeau Date: Mon Nov 22 21:32:11 2010 +0000 @@ -29509,6 +35214,16 @@ Date: Mon Nov 22 21:32:11 2010 +0000 Monotone-Date: 2010-11-22T21:32:11 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreCalendarContext.m +M OpenChange/MAPIStoreContactsContext.m +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/SOGoAppointmentObject+MAPIStore.m +M OpenChange/SOGoContactGCSEntry+MAPIStore.m +A OpenChange/SOGoContentObject+MAPIStore.h +A OpenChange/SOGoContentObject+MAPIStore.m +M OpenChange/SOGoTaskObject+MAPIStore.m + commit 53023992f208aa8e8b26d2c1dd25626dadb08e45 Author: Wolfgang Sourdeau Date: Mon Nov 22 21:22:27 2010 +0000 @@ -29520,6 +35235,8 @@ Date: Mon Nov 22 21:22:27 2010 +0000 Monotone-Date: 2010-11-22T21:22:27 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreAuthenticator.h + commit 443d446c26b9e8e527fd246aa09075c4b133883c Author: Wolfgang Sourdeau Date: Mon Nov 22 16:12:41 2010 +0000 @@ -29531,6 +35248,12 @@ Date: Mon Nov 22 16:12:41 2010 +0000 Monotone-Date: 2010-11-22T16:12:41 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreCalendarContext.m +M OpenChange/MAPIStoreContactsContext.m +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreMailContext.m +M OpenChange/MAPIStoreTasksContext.m + commit c528bcd29a29a2a4355c0830ac53bffc5bcf116d Author: Wolfgang Sourdeau Date: Mon Nov 22 16:03:30 2010 +0000 @@ -29542,6 +35265,16 @@ Date: Mon Nov 22 16:03:30 2010 +0000 Monotone-Date: 2010-11-22T16:03:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarContext.m +M OpenChange/MAPIStoreContactsContext.m +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreFreebusyContext.m +M OpenChange/MAPIStoreMailContext.m +M OpenChange/MAPIStoreMapping.m +M OpenChange/MAPIStoreTasksContext.m + commit a87916d88a38ecfe5de5496f195fd1fd552ec139 Author: Wolfgang Sourdeau Date: Mon Nov 22 15:18:45 2010 +0000 @@ -29553,6 +35286,9 @@ Date: Mon Nov 22 15:18:45 2010 +0000 Monotone-Date: 2010-11-22T15:18:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/SOGoTaskObject+MAPIStore.m + commit f90b87afc02515df02295422a2bca450a5db41fb Author: Wolfgang Sourdeau Date: Fri Nov 19 23:01:53 2010 +0000 @@ -29564,6 +35300,8 @@ Date: Fri Nov 19 23:01:53 2010 +0000 Monotone-Date: 2010-11-19T23:01:53 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit b6f04e55fe6b509556f78df624f87b3a86ac405a Author: Wolfgang Sourdeau Date: Fri Nov 19 23:01:49 2010 +0000 @@ -29575,6 +35313,8 @@ Date: Fri Nov 19 23:01:49 2010 +0000 Monotone-Date: 2010-11-19T23:01:49 Monotone-Branch: ca.inverse.sogo +M OpenChange/SOGoAppointmentObject+MAPIStore.m + commit 8b92013a2d5ee0a53356521d09a812b8d0282fe9 Author: Wolfgang Sourdeau Date: Fri Nov 19 23:01:33 2010 +0000 @@ -29586,6 +35326,11 @@ Date: Fri Nov 19 23:01:33 2010 +0000 Monotone-Date: 2010-11-19T23:01:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTasksContext.m +A OpenChange/SOGoTaskObject+MAPIStore.h +A OpenChange/SOGoTaskObject+MAPIStore.m + commit 3a98269e8e2399ab96c2b52e12616633d64b8815 Author: Wolfgang Sourdeau Date: Fri Nov 19 21:18:58 2010 +0000 @@ -29597,6 +35342,8 @@ Date: Fri Nov 19 21:18:58 2010 +0000 Monotone-Date: 2010-11-19T21:18:58 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreContext.h + commit b9e9e98b8a4bf26578170161526a7db808d4b2c4 Author: Wolfgang Sourdeau Date: Fri Nov 19 21:18:43 2010 +0000 @@ -29608,6 +35355,11 @@ Date: Fri Nov 19 21:18:43 2010 +0000 Monotone-Date: 2010-11-19T21:18:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/MAPIStoreFreebusyContext.h +A OpenChange/MAPIStoreFreebusyContext.m +M OpenChange/MAPIStoreMapping.m + commit b84672ccdd6b51d9d79624397b3cc76a94a0551c Author: Wolfgang Sourdeau Date: Fri Nov 19 21:14:53 2010 +0000 @@ -29619,6 +35371,10 @@ Date: Fri Nov 19 21:14:53 2010 +0000 Monotone-Date: 2010-11-19T21:14:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreSOGo.m + commit b8e68824560e8a56bdffdedd30d3349741cdab76 Author: Wolfgang Sourdeau Date: Fri Nov 19 21:11:43 2010 +0000 @@ -29630,6 +35386,9 @@ Date: Fri Nov 19 21:11:43 2010 +0000 Monotone-Date: 2010-11-19T21:11:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContactsContext.m + commit 094442dc9029e80b204f9de23c2f250a6ca02eec Author: Wolfgang Sourdeau Date: Fri Nov 19 21:11:01 2010 +0000 @@ -29641,6 +35400,11 @@ Date: Fri Nov 19 21:11:01 2010 +0000 Monotone-Date: 2010-11-19T21:11:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarContext.m +A OpenChange/SOGoAppointmentObject+MAPIStore.h +A OpenChange/SOGoAppointmentObject+MAPIStore.m + commit 8ab9c5de68d20e3314dcc8d65952d28d0e6ce46f Author: Wolfgang Sourdeau Date: Fri Nov 19 20:58:42 2010 +0000 @@ -29652,6 +35416,8 @@ Date: Fri Nov 19 20:58:42 2010 +0000 Monotone-Date: 2010-11-19T20:58:42 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailContext.m + commit f360278c5d123856355d03e0e5651898f147dce6 Author: Wolfgang Sourdeau Date: Fri Nov 19 20:58:20 2010 +0000 @@ -29663,6 +35429,8 @@ Date: Fri Nov 19 20:58:20 2010 +0000 Monotone-Date: 2010-11-19T20:58:20 Monotone-Branch: ca.inverse.sogo +M OpenChange/SOGoContactGCSEntry+MAPIStore.m + commit 8b4f586fe76d357cc949e88a0d20c29440f33a96 Author: Wolfgang Sourdeau Date: Fri Nov 19 20:57:20 2010 +0000 @@ -29674,6 +35442,8 @@ Date: Fri Nov 19 20:57:20 2010 +0000 Monotone-Date: 2010-11-19T20:57:20 Monotone-Branch: ca.inverse.sogo +M OpenChange/SOGoContactGCSEntry+MAPIStore.h + commit 6d567c5e4c935774751639ab9c3b20fc738b6d3c Author: Wolfgang Sourdeau Date: Fri Nov 19 20:56:59 2010 +0000 @@ -29685,6 +35455,8 @@ Date: Fri Nov 19 20:56:59 2010 +0000 Monotone-Date: 2010-11-19T20:56:59 Monotone-Branch: ca.inverse.sogo +M OpenChange/SOGoGCSFolder+MAPIStore.h + commit 5d652701b3aeb624e60a5ca1a31b47964af35bb1 Author: Wolfgang Sourdeau Date: Fri Nov 19 20:56:11 2010 +0000 @@ -29696,6 +35468,10 @@ Date: Fri Nov 19 20:56:11 2010 +0000 Monotone-Date: 2010-11-19T20:56:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/MAPIStoreTypes.h +A OpenChange/MAPIStoreTypes.m + commit 1125bfebeb74205071793309fa302fcd22dd6e32 Author: Wolfgang Sourdeau Date: Fri Nov 19 20:55:51 2010 +0000 @@ -29707,6 +35483,12 @@ Date: Fri Nov 19 20:55:51 2010 +0000 Monotone-Date: 2010-11-19T20:55:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/NSCalendarDate+MAPIStore.h +A OpenChange/NSCalendarDate+MAPIStore.m +D OpenChange/NSDate+MAPIStore.h +D OpenChange/NSDate+MAPIStore.m + commit fde07fbf27442757d7a22f622e9f0c122fea6660 Author: Wolfgang Sourdeau Date: Fri Nov 19 14:41:15 2010 +0000 @@ -29718,6 +35500,8 @@ Date: Fri Nov 19 14:41:15 2010 +0000 Monotone-Date: 2010-11-19T14:41:15 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreContext.m + commit 0b125c5fa7bc981fd374795946cc8fb77793ef96 Author: Wolfgang Sourdeau Date: Thu Nov 18 22:34:54 2010 +0000 @@ -29729,6 +35513,9 @@ Date: Thu Nov 18 22:34:54 2010 +0000 Monotone-Date: 2010-11-18T22:34:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContactsContext.m + commit 1a37bb41d67bcb6e666158e014954946f1d725a1 Author: Wolfgang Sourdeau Date: Thu Nov 18 22:34:48 2010 +0000 @@ -29740,6 +35527,8 @@ Date: Thu Nov 18 22:34:48 2010 +0000 Monotone-Date: 2010-11-18T22:34:48 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreContext.h + commit 2784627633fcf5b5a79a9388f4bb7b125ac5c586 Author: Wolfgang Sourdeau Date: Thu Nov 18 22:33:44 2010 +0000 @@ -29751,6 +35540,10 @@ Date: Thu Nov 18 22:33:44 2010 +0000 Monotone-Date: 2010-11-18T22:33:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A OpenChange/SOGoContactGCSEntry+MAPIStore.h +A OpenChange/SOGoContactGCSEntry+MAPIStore.m + commit 1416d4e9f540e9f8cc7ae46d2f8f152daf2d7b89 Author: Wolfgang Sourdeau Date: Thu Nov 18 22:32:05 2010 +0000 @@ -29762,6 +35555,9 @@ Date: Thu Nov 18 22:32:05 2010 +0000 Monotone-Date: 2010-11-18T22:32:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m + commit 650c3978c741b23c76eae0b769c30d675be68906 Author: Wolfgang Sourdeau Date: Thu Nov 18 22:29:01 2010 +0000 @@ -29773,6 +35569,9 @@ Date: Thu Nov 18 22:29:01 2010 +0000 Monotone-Date: 2010-11-18T22:29:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailContext.m + commit 7e62034a450827ed2b14cacd5f954cfa7f5b9c6d Author: Wolfgang Sourdeau Date: Thu Nov 18 22:28:00 2010 +0000 @@ -29784,6 +35583,8 @@ Date: Thu Nov 18 22:28:00 2010 +0000 Monotone-Date: 2010-11-18T22:28:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 6f2947324088f415694be23a361d4accd26b7867 Author: Wolfgang Sourdeau Date: Thu Nov 18 22:27:17 2010 +0000 @@ -29795,6 +35596,8 @@ Date: Thu Nov 18 22:27:17 2010 +0000 Monotone-Date: 2010-11-18T22:27:17 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreSOGo.m + commit e64205b63bd5a770c65276a340daaa4acef6bb7e Author: Wolfgang Sourdeau Date: Thu Nov 18 22:26:40 2010 +0000 @@ -29806,6 +35609,9 @@ Date: Thu Nov 18 22:26:40 2010 +0000 Monotone-Date: 2010-11-18T22:26:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIApplication.m + commit 27237ce2d6e2167a2bd38fec00a346a2f06cd024 Author: Wolfgang Sourdeau Date: Thu Nov 18 22:25:52 2010 +0000 @@ -29817,6 +35623,8 @@ Date: Thu Nov 18 22:25:52 2010 +0000 Monotone-Date: 2010-11-18T22:25:52 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile.preamble + commit 905b06d09aa4f5e373ab536d140d01762f52dfe3 Author: Wolfgang Sourdeau Date: Thu Nov 18 22:25:38 2010 +0000 @@ -29828,6 +35636,9 @@ Date: Thu Nov 18 22:25:38 2010 +0000 Monotone-Date: 2010-11-18T22:25:38 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreCalendarContext.m +M OpenChange/MAPIStoreTasksContext.m + commit 95564b9975246fb6690327d1b7dcefb817ce6e3f Author: Wolfgang Sourdeau Date: Thu Nov 18 22:14:48 2010 +0000 @@ -29839,6 +35650,10 @@ Date: Thu Nov 18 22:14:48 2010 +0000 Monotone-Date: 2010-11-18T22:14:48 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NGVCard.h +M SOPE/NGCards/NGVCard.m + commit 01a7a10e49e96e5925c79589c9b8b2a138bf1b0a Author: Wolfgang Sourdeau Date: Thu Nov 18 22:13:45 2010 +0000 @@ -29850,6 +35665,10 @@ Date: Thu Nov 18 22:13:45 2010 +0000 Monotone-Date: 2010-11-18T22:13:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +A OpenChange/product.plist + commit 6844b9964261b529e6dbae0f433457758908be55 Author: Wolfgang Sourdeau Date: Thu Nov 18 16:24:47 2010 +0000 @@ -29861,21 +35680,15 @@ Date: Thu Nov 18 16:24:47 2010 +0000 Monotone-Date: 2010-11-18T16:24:47 Monotone-Branch: ca.inverse.sogo -commit 9e8df7d0692751624b7c1cddac6b6ef27e83089a -Merge: 7dfa0e1 e4e6b57 -Author: Wolfgang Sourdeau -Date: Wed Nov 17 17:54:28 2010 +0000 - - merge of '20f2f393e2f3e95fccc08c07ae5f4c09a9fea602' - and 'be61301b6b2611ae9740f9559b7ea889c4cb9d77' - - Monotone-Parent: 20f2f393e2f3e95fccc08c07ae5f4c09a9fea602 - Monotone-Parent: be61301b6b2611ae9740f9559b7ea889c4cb9d77 - Monotone-Revision: 1be014aa5bfe1a03fbebbd16c6bcdfcf7d7ecf9c - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-11-17T17:54:28 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoTaskObject.m +M SoObjects/Contacts/SOGoContactGCSEntry.m +M SoObjects/Contacts/SOGoContactGCSList.m +M SoObjects/Contacts/SOGoContactLDIFEntry.m +M SoObjects/Mailer/SOGoMailObject.m +M SoObjects/SOGo/SOGoContentObject.h +M SoObjects/SOGo/SOGoContentObject.m commit 7dfa0e136516cfadaf58989e24aafe8f52592855 Author: Ludovic Marcotte @@ -29890,6 +35703,8 @@ Date: Wed Nov 17 16:02:57 2010 +0000 Monotone-Date: 2010-11-17T16:02:57 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit e4e6b57a642dfd96fdad43bac90a97d35ccb60e6 Author: Wolfgang Sourdeau Date: Wed Nov 17 15:38:23 2010 +0000 @@ -29903,6 +35718,11 @@ Date: Wed Nov 17 15:38:23 2010 +0000 Monotone-Date: 2010-11-17T15:38:23 Monotone-Branch: ca.inverse.sogo +M Main/Version +M NEWS +M SoObjects/Mailer/Version +M UI/MainUI/Version + commit 6439edc10b341bd0d0604c535fdd69a4d30b43a1 Author: Wolfgang Sourdeau Date: Wed Nov 17 15:22:15 2010 +0000 @@ -29914,21 +35734,8 @@ Date: Wed Nov 17 15:22:15 2010 +0000 Monotone-Date: 2010-11-17T15:22:15 Monotone-Branch: ca.inverse.sogo -commit ed58cee3eb116b547880d3974c2eb9ca086f3761 -Merge: 9dc4181 7296229 -Author: Wolfgang Sourdeau -Date: Wed Nov 17 14:13:10 2010 +0000 - - merge of '21a3b0d773aa68f83c72cafda0126575e18d3a1f' - and 'c564b845275a8d0260844c72d0a273e3a7bdf69b' - - Monotone-Parent: 21a3b0d773aa68f83c72cafda0126575e18d3a1f - Monotone-Parent: c564b845275a8d0260844c72d0a273e3a7bdf69b - Monotone-Revision: 2a5644700c095d7f9f967370b2341e2850d50787 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-11-17T14:13:10 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Integration/test-davacl.py commit 9dc418110827bb7801a0b892a27f3a33450aa903 Author: Wolfgang Sourdeau @@ -29941,6 +35748,8 @@ Date: Wed Nov 17 14:12:54 2010 +0000 Monotone-Date: 2010-11-17T14:12:54 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreContext.h + commit 729622944f952dc2bcf9b3fc2acc1f3b363daba7 Author: Ludovic Marcotte Date: Wed Nov 17 13:43:07 2010 +0000 @@ -29954,6 +35763,15 @@ Date: Wed Nov 17 13:43:07 2010 +0000 Monotone-Date: 2010-11-17T13:43:07 Monotone-Branch: ca.inverse.sogo +D SoObjects/Mailer/SOGoMailCatalanForward.wo/SOGoCatalanForward.html +A SoObjects/Mailer/SOGoMailCatalanForward.wo/SOGoMailCatalanForward.html +A SoObjects/Mailer/SOGoMailCatalanForward.wo/SOGoMailCatalanForward.wod +A SoObjects/Mailer/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.wod +M SoObjects/Mailer/SOGoMailForward.h +M SoObjects/Mailer/SOGoMailForward.m +M SoObjects/Mailer/SOGoMailReply.h +M SoObjects/Mailer/SOGoMailReply.m + commit 48d7b85299ffefd1c8d05250ff0739dd4ad3cdd6 Author: Wolfgang Sourdeau Date: Tue Nov 16 18:55:28 2010 +0000 @@ -29965,6 +35783,9 @@ Date: Tue Nov 16 18:55:28 2010 +0000 Monotone-Date: 2010-11-16T18:55:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 4f09cb66745ed98ed8416618a6f51eafab70b95d Author: Wolfgang Sourdeau Date: Tue Nov 16 18:44:17 2010 +0000 @@ -29976,21 +35797,7 @@ Date: Tue Nov 16 18:44:17 2010 +0000 Monotone-Date: 2010-11-16T18:44:17 Monotone-Branch: ca.inverse.sogo -commit 8eed09baf6696f95dc5cfa63766ee62f293e6ae4 -Merge: 3af7b29 30f5a28 -Author: Francis Lachapelle -Date: Mon Nov 15 22:41:21 2010 +0000 - - merge of '1a7fb070202750af8cc8edfa2a6ffba467b2b25b' - and 'a8d7706d1697aa0016456102e8d0198a8f7ef74d' - - Monotone-Parent: 1a7fb070202750af8cc8edfa2a6ffba467b2b25b - Monotone-Parent: a8d7706d1697aa0016456102e8d0198a8f7ef74d - Monotone-Revision: df60fa1b39b724d3f0ecdfb7868bc7d84cf4b614 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-11-15T22:41:21 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoCache.m commit 3af7b29fd0114b03aa3e9abc78e43530472fbdea Author: Francis Lachapelle @@ -30005,6 +35812,9 @@ Date: Mon Nov 15 22:28:27 2010 +0000 Monotone-Date: 2010-11-15T22:28:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 563d5937d9b6ab28f71963faef0724329f08a789 Author: Francis Lachapelle Date: Mon Nov 15 22:24:48 2010 +0000 @@ -30016,21 +35826,7 @@ Date: Mon Nov 15 22:24:48 2010 +0000 Monotone-Date: 2010-11-15T22:24:48 Monotone-Branch: ca.inverse.sogo -commit 30f5a285e8de2ca8a7c933ab6df96139d313404c -Merge: b079987 aa52ee6 -Author: Wolfgang Sourdeau -Date: Mon Nov 15 19:51:13 2010 +0000 - - merge of '819ae78a7b35f2cf4b307d16a3b0da9a2d5b767c' - and 'a79ba19dc901642223410e1cd56c639ec05a6098' - - Monotone-Parent: 819ae78a7b35f2cf4b307d16a3b0da9a2d5b767c - Monotone-Parent: a79ba19dc901642223410e1cd56c639ec05a6098 - Monotone-Revision: a8d7706d1697aa0016456102e8d0198a8f7ef74d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-11-15T19:51:13 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js commit aa52ee6370e582b000bfc62ed175a6ddcc83e755 Author: Wolfgang Sourdeau @@ -30043,6 +35839,9 @@ Date: Mon Nov 15 19:50:35 2010 +0000 Monotone-Date: 2010-11-15T19:50:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m + commit bbb57148074ff276631ea3b91b96dcdc97acefb9 Author: Wolfgang Sourdeau Date: Mon Nov 15 19:48:55 2010 +0000 @@ -30056,6 +35855,8 @@ Date: Mon Nov 15 19:48:55 2010 +0000 Monotone-Date: 2010-11-15T19:48:55 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUserManager.m + commit b07998749ece644f5b43e3992b49b8ce6fc923d5 Author: Ludovic Marcotte Date: Mon Nov 15 16:20:03 2010 +0000 @@ -30069,6 +35870,8 @@ Date: Mon Nov 15 16:20:03 2010 +0000 Monotone-Date: 2010-11-15T16:20:03 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/German.lproj/Localizable.strings + commit cd1f7bdd2a2806997237fc72ffd3eab6f17025a4 Author: Francis Lachapelle Date: Fri Nov 12 22:12:40 2010 +0000 @@ -30080,6 +35883,9 @@ Date: Fri Nov 12 22:12:40 2010 +0000 Monotone-Date: 2010-11-12T22:12:40 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/WebServerResources/generic.css + commit a0ef422a0a3858a9a4e7072dece3bd06da7572d0 Author: Francis Lachapelle Date: Fri Nov 12 22:10:28 2010 +0000 @@ -30093,6 +35899,40 @@ Date: Fri Nov 12 22:10:28 2010 +0000 Monotone-Date: 2010-11-12T22:10:28 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ckeditor/ckeditor.js +M UI/WebServerResources/ckeditor/ckeditor_basic.js +M UI/WebServerResources/ckeditor/contents.css +M UI/WebServerResources/ckeditor/lang/_translationstatus.txt +M UI/WebServerResources/ckeditor/lang/fi.js +M UI/WebServerResources/ckeditor/lang/uk.js +M UI/WebServerResources/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +M UI/WebServerResources/ckeditor/plugins/autogrow/plugin.js +M UI/WebServerResources/ckeditor/plugins/colordialog/dialogs/colordialog.js +M UI/WebServerResources/ckeditor/plugins/find/dialogs/find.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/button.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/checkbox.js +M UI/WebServerResources/ckeditor/plugins/iframedialog/plugin.js +M UI/WebServerResources/ckeditor/plugins/image/dialogs/image.js +M UI/WebServerResources/ckeditor/plugins/link/dialogs/link.js +M UI/WebServerResources/ckeditor/plugins/liststyle/dialogs/liststyle.js +M UI/WebServerResources/ckeditor/plugins/pastefromword/filter/default.js +M UI/WebServerResources/ckeditor/plugins/scayt/dialogs/options.js +M UI/WebServerResources/ckeditor/plugins/smiley/dialogs/smiley.js +M UI/WebServerResources/ckeditor/plugins/table/dialogs/table.js +M UI/WebServerResources/ckeditor/plugins/tableresize/plugin.js +M UI/WebServerResources/ckeditor/plugins/templates/dialogs/templates.js +M UI/WebServerResources/ckeditor/plugins/uicolor/plugin.js +M UI/WebServerResources/ckeditor/skins/kama/dialog.css +M UI/WebServerResources/ckeditor/skins/kama/editor.css +M UI/WebServerResources/ckeditor/skins/kama/skin.js +M UI/WebServerResources/ckeditor/skins/office2003/dialog.css +M UI/WebServerResources/ckeditor/skins/office2003/editor.css +M UI/WebServerResources/ckeditor/skins/office2003/skin.js +M UI/WebServerResources/ckeditor/skins/v2/dialog.css +M UI/WebServerResources/ckeditor/skins/v2/editor.css +M UI/WebServerResources/ckeditor/skins/v2/skin.js +M UI/WebServerResources/ckeditor/themes/default/theme.js + commit 0a147c4f1aa378e0adbd1d166dc98f268c6dfcb3 Author: Francis Lachapelle Date: Fri Nov 12 20:33:46 2010 +0000 @@ -30106,6 +35946,8 @@ Date: Fri Nov 12 20:33:46 2010 +0000 Monotone-Date: 2010-11-12T20:33:46 Monotone-Branch: ca.inverse.sogo +M NEWS + commit b06d5fa76ca72719b9b3a8dd7cfbe9a23bc3cde1 Author: Ludovic Marcotte Date: Fri Nov 12 20:14:43 2010 +0000 @@ -30119,6 +35961,15 @@ Date: Fri Nov 12 20:14:43 2010 +0000 Monotone-Date: 2010-11-12T20:14:43 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/Czech.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/MailPartViewers/Czech.lproj/Localizable.strings +M UI/MailerUI/Czech.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings + commit fc2c6c3effa19a64bf84279fd21e08d320242403 Author: Francis Lachapelle Date: Fri Nov 12 19:44:40 2010 +0000 @@ -30132,6 +35983,9 @@ Date: Fri Nov 12 19:44:40 2010 +0000 Monotone-Date: 2010-11-12T19:44:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 0f4073f17bde6a9fdbb82b1b174e11682fac838f Author: Ludovic Marcotte Date: Fri Nov 12 18:57:29 2010 +0000 @@ -30145,6 +35999,8 @@ Date: Fri Nov 12 18:57:29 2010 +0000 Monotone-Date: 2010-11-12T18:57:29 Monotone-Branch: ca.inverse.sogo +M NEWS + commit a25bab6e6d5554cebc370286904ddd302e2e8934 Author: Francis Lachapelle Date: Fri Nov 12 16:40:17 2010 +0000 @@ -30158,6 +36014,11 @@ Date: Fri Nov 12 16:40:17 2010 +0000 Monotone-Date: 2010-11-12T16:40:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoGCSFolder.m + commit 48e6857891be1541011e0d382a868750f25d9c18 Author: Ludovic Marcotte Date: Fri Nov 12 13:09:40 2010 +0000 @@ -30171,6 +36032,8 @@ Date: Fri Nov 12 13:09:40 2010 +0000 Monotone-Date: 2010-11-12T13:09:40 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/French.lproj/Localizable.strings + commit d67c1280cb575a7bc0f9959f8d50e8a507a1f754 Author: Ludovic Marcotte Date: Thu Nov 11 19:37:43 2010 +0000 @@ -30184,6 +36047,8 @@ Date: Thu Nov 11 19:37:43 2010 +0000 Monotone-Date: 2010-11-11T19:37:43 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings + commit d2073d7f035d28c096f8f6757ecc0ad1b716dc7c Author: Francis Lachapelle Date: Thu Nov 11 18:13:39 2010 +0000 @@ -30197,6 +36062,10 @@ Date: Thu Nov 11 18:13:39 2010 +0000 Monotone-Date: 2010-11-11T18:13:39 Monotone-Branch: ca.inverse.sogo +M Tests/Unit/GNUmakefile +D Tests/Unit/TestBSJSONAdditions.m +A Tests/Unit/TestSBJsonParser.m + commit abec9aeb20a7ee9090afc87fd08c6ee3cbdb999e Author: Ludovic Marcotte Date: Thu Nov 11 16:12:04 2010 +0000 @@ -30210,6 +36079,22 @@ Date: Thu Nov 11 16:12:04 2010 +0000 Monotone-Date: 2010-11-11T16:12:04 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Catalan.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/Polish.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Swedish.lproj/Localizable.strings +M UI/MainUI/Ukrainian.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings + commit 15140f0fe3d7310afb691a9f085a9192e6474067 Author: Francis Lachapelle Date: Thu Nov 11 17:22:52 2010 +0000 @@ -30223,6 +36108,9 @@ Date: Thu Nov 11 17:22:52 2010 +0000 Monotone-Date: 2010-11-11T17:22:52 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + commit 34a261340c73fe20ca913d35eeef826a840501ab Author: Francis Lachapelle Date: Thu Nov 11 16:00:48 2010 +0000 @@ -30236,6 +36124,8 @@ Date: Thu Nov 11 16:00:48 2010 +0000 Monotone-Date: 2010-11-11T16:00:48 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 77b6bb4157fe90fca3d59e7e0d332b7cc468e26e Author: Francis Lachapelle Date: Thu Nov 11 15:41:01 2010 +0000 @@ -30249,6 +36139,10 @@ Date: Thu Nov 11 15:41:01 2010 +0000 Monotone-Date: 2010-11-11T15:41:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDataTable.js + commit 66e70bf86f124d80191eb98fdedde6a611fc8f54 Author: Francis Lachapelle Date: Wed Nov 10 21:08:03 2010 +0000 @@ -30262,6 +36156,8 @@ Date: Wed Nov 10 21:08:03 2010 +0000 Monotone-Date: 2010-11-10T21:08:03 Monotone-Branch: ca.inverse.sogo +M Tools/GNUmakefile.preamble + commit a35ff43db770920d490fed52f56b4ebd6973022a Author: Francis Lachapelle Date: Wed Nov 10 20:13:39 2010 +0000 @@ -30275,6 +36171,18 @@ Date: Wed Nov 10 20:13:39 2010 +0000 Monotone-Date: 2010-11-10T20:13:39 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Polish.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/Contacts/Swedish.lproj/Localizable.strings +M UI/MainUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings + commit 71e3e15091958ad3be77435f71813931ea1b8285 Author: Francis Lachapelle Date: Wed Nov 10 20:12:54 2010 +0000 @@ -30286,6 +36194,8 @@ Date: Wed Nov 10 20:12:54 2010 +0000 Monotone-Date: 2010-11-10T20:12:54 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoMailer.m + commit 3608035caad32d78ccda37fb7fe88badf7a654ea Author: Francis Lachapelle Date: Wed Nov 10 20:12:18 2010 +0000 @@ -30299,6 +36209,23 @@ Date: Wed Nov 10 20:12:18 2010 +0000 Monotone-Date: 2010-11-10T20:12:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailerUI/Catalan.lproj/Localizable.strings +M UI/MailerUI/Czech.lproj/Localizable.strings +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/Hungarian.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Polish.lproj/Localizable.strings +M UI/MailerUI/Russian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MailerUI/Swedish.lproj/Localizable.strings +M UI/MailerUI/UIxMailEditor.m +M UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/MailerUI/Welsh.lproj/Localizable.strings + commit 1f64efe08a0785f187e7efae6be3c9b9e7a6b7ff Author: Ludovic Marcotte Date: Wed Nov 10 17:16:39 2010 +0000 @@ -30312,6 +36239,8 @@ Date: Wed Nov 10 17:16:39 2010 +0000 Monotone-Date: 2010-11-10T17:16:39 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 93f6155a5b9d12cc23d8e974ebfce6e9c300fad3 Author: Francis Lachapelle Date: Wed Nov 10 15:21:09 2010 +0000 @@ -30325,6 +36254,9 @@ Date: Wed Nov 10 15:21:09 2010 +0000 Monotone-Date: 2010-11-10T15:21:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 65fe5727b5c5802c6ef70473fc611b27a55e16b7 Author: Francis Lachapelle Date: Wed Nov 10 14:57:55 2010 +0000 @@ -30338,6 +36270,11 @@ Date: Wed Nov 10 14:57:55 2010 +0000 Monotone-Date: 2010-11-10T14:57:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDataTable.js +M UI/WebServerResources/SOGoMailDataSource.js + commit 99f5614b7d81ea00faa24d81be57d79f8280dec5 Author: Ludovic Marcotte Date: Tue Nov 9 18:34:37 2010 +0000 @@ -30351,21 +36288,13 @@ Date: Tue Nov 9 18:34:37 2010 +0000 Monotone-Date: 2010-11-09T18:34:37 Monotone-Branch: ca.inverse.sogo -commit bc06c7d51f605b2394ec870e1e2c4ad8077a4331 -Merge: ab90df0 b28a1be -Author: Wolfgang Sourdeau -Date: Mon Nov 8 19:12:46 2010 +0000 - - merge of '5616899c7c44519d7ea52d68cc931f9f056b9584' - and '6c9151f261ad9f73f6614808f73d4ca224c2cb8e' - - Monotone-Parent: 5616899c7c44519d7ea52d68cc931f9f056b9584 - Monotone-Parent: 6c9151f261ad9f73f6614808f73d4ca224c2cb8e - Monotone-Revision: 06d643c3c015e84728100fb5624bf4bac033748f - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-11-08T19:12:46 - Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/SOGoFolderAdvisory.h +M UI/SOGoUI/SOGoFolderAdvisory.m +A UI/Templates/SOGoACLCzechAdditionAdvisory.wox +A UI/Templates/SOGoACLCzechModificationAdvisory.wox +A UI/Templates/SOGoACLCzechRemovalAdvisory.wox +A UI/Templates/SOGoFolderCzechAdditionAdvisory.wox +A UI/Templates/SOGoFolderCzechRemovalAdvisory.wox commit b28a1bee6e9f9d3a020078a90194766e2a584074 Author: Francis Lachapelle @@ -30380,6 +36309,11 @@ Date: Mon Nov 8 18:47:11 2010 +0000 Monotone-Date: 2010-11-08T18:47:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/ContactsUI/UIxContactEditor.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/UIxContactEditor.js + commit 861a90b970c1395d8ab2086a907a83ece3e160bc Author: Ludovic Marcotte Date: Mon Nov 8 17:04:29 2010 +0000 @@ -30393,6 +36327,9 @@ Date: Mon Nov 8 17:04:29 2010 +0000 Monotone-Date: 2010-11-08T17:04:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.m + commit 50a2cd899425496df787cff881a51389346004f5 Author: Ludovic Marcotte Date: Mon Nov 8 16:49:52 2010 +0000 @@ -30406,6 +36343,9 @@ Date: Mon Nov 8 16:49:52 2010 +0000 Monotone-Date: 2010-11-08T16:49:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/GDLContentStore/GCSAlarmsFolder.m + commit 2646e93e5f41b89a67086b3eab52d1d66318fd86 Author: Francis Lachapelle Date: Mon Nov 8 18:25:18 2010 +0000 @@ -30419,6 +36359,9 @@ Date: Mon Nov 8 18:25:18 2010 +0000 Monotone-Date: 2010-11-08T18:25:18 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NSString+NGCards.m + commit 3dbf39d548eb3c71a17a5c7f49d609ebc0dacb36 Author: Francis Lachapelle Date: Mon Nov 8 16:28:50 2010 +0000 @@ -30432,21 +36375,8 @@ Date: Mon Nov 8 16:28:50 2010 +0000 Monotone-Date: 2010-11-08T16:28:50 Monotone-Branch: ca.inverse.sogo -commit d720675edfa1ce2e2bffc40e3edc23b4abe8c722 -Merge: 0ea74f9 b96a9de -Author: Francis Lachapelle -Date: Mon Nov 8 16:21:25 2010 +0000 - - merge of '1df0fdb407abf8f535893384237b5ab2c788ca50' - and 'e988df7e3c59b0528a5aac84c8963a900af5bd8b' - - Monotone-Parent: 1df0fdb407abf8f535893384237b5ab2c788ca50 - Monotone-Parent: e988df7e3c59b0528a5aac84c8963a900af5bd8b - Monotone-Revision: 0c176852c57ca5f012fd36464ced594b6ef6c9fb - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-11-08T16:21:25 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SOGoDragHandles.js commit 0ea74f9536f8b440bea2a29b71bade6d58803d33 Author: Francis Lachapelle @@ -30459,6 +36389,8 @@ Date: Mon Nov 8 16:21:18 2010 +0000 Monotone-Date: 2010-11-08T16:21:18 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit b96a9def9d24a82b6667dc3b1eef79d455615aa0 Author: Ludovic Marcotte Date: Sun Nov 7 18:22:30 2010 +0000 @@ -30472,6 +36404,8 @@ Date: Sun Nov 7 18:22:30 2010 +0000 Monotone-Date: 2010-11-07T18:22:30 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/French.lproj/Localizable.strings + commit ab90df0d971d2ee0fdd406a6ff834e2d578ca4ac Author: Wolfgang Sourdeau Date: Fri Nov 5 23:27:50 2010 +0000 @@ -30483,6 +36417,9 @@ Date: Fri Nov 5 23:27:50 2010 +0000 Monotone-Date: 2010-11-05T23:27:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreSOGo.m + commit 12a03cdd5652e8cf1026364eadbcee46f34ea77d Author: Wolfgang Sourdeau Date: Fri Nov 5 23:27:08 2010 +0000 @@ -30494,6 +36431,10 @@ Date: Fri Nov 5 23:27:08 2010 +0000 Monotone-Date: 2010-11-05T23:27:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m + commit 637c856218446307f412ae68b5882485533dd91e Author: Wolfgang Sourdeau Date: Fri Nov 5 23:21:09 2010 +0000 @@ -30505,6 +36446,16 @@ Date: Fri Nov 5 23:21:09 2010 +0000 Monotone-Date: 2010-11-05T23:21:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreCalendarContext.m +M OpenChange/MAPIStoreMailContext.m +M OpenChange/MAPIStoreTasksContext.m +D OpenChange/NSCalendarDate+MAPIStore.h +D OpenChange/NSCalendarDate+MAPIStore.m +A OpenChange/NSDate+MAPIStore.h +A OpenChange/NSDate+MAPIStore.m + commit f8dd432d65c6af75eca1011f6644e405f307570d Author: Wolfgang Sourdeau Date: Fri Nov 5 22:56:08 2010 +0000 @@ -30516,6 +36467,9 @@ Date: Fri Nov 5 22:56:08 2010 +0000 Monotone-Date: 2010-11-05T22:56:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAptMailReceipt.m + commit 30c268412e7cf85de594a3d5189c5b510a412828 Author: Francis Lachapelle Date: Fri Nov 5 21:32:00 2010 +0000 @@ -30529,6 +36483,11 @@ Date: Fri Nov 5 21:32:00 2010 +0000 Monotone-Date: 2010-11-05T21:32:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListActions.m +M UI/WebServerResources/SOGoDataTable.js +M UI/WebServerResources/SOGoMailDataSource.js + commit 0aaee17d2b1961b009f03893e8ead289024b2689 Author: Francis Lachapelle Date: Fri Nov 5 21:29:08 2010 +0000 @@ -30540,6 +36499,8 @@ Date: Fri Nov 5 21:29:08 2010 +0000 Monotone-Date: 2010-11-05T21:29:08 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/product.plist + commit dd099c9eca5d5b56212f3d855db0755e788f422b Author: Ludovic Marcotte Date: Thu Nov 4 18:34:51 2010 +0000 @@ -30553,6 +36514,9 @@ Date: Thu Nov 4 18:34:51 2010 +0000 Monotone-Date: 2010-11-04T18:34:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoMailer.m + commit 1eb4cc93ce4fc1fad0884b4799a2f5fcbc9850a3 Author: Ludovic Marcotte Date: Thu Nov 4 18:08:06 2010 +0000 @@ -30566,6 +36530,8 @@ Date: Thu Nov 4 18:08:06 2010 +0000 Monotone-Date: 2010-11-04T18:08:06 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAttendeesEditor.js + commit 982f6abf97517ba645a1cdc0552658df066408cc Author: Wolfgang Sourdeau Date: Thu Nov 4 14:55:41 2010 +0000 @@ -30577,6 +36543,9 @@ Date: Thu Nov 4 14:55:41 2010 +0000 Monotone-Date: 2010-11-04T14:55:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/SOGoSockDOperation.m + commit 41ad1a6c8ef79eda13b5bf368ca7718da3817336 Author: Wolfgang Sourdeau Date: Thu Nov 4 14:54:05 2010 +0000 @@ -30588,6 +36557,8 @@ Date: Thu Nov 4 14:54:05 2010 +0000 Monotone-Date: 2010-11-04T14:54:05 Monotone-Branch: ca.inverse.sogo +M Tools/SOGoSockD.m + commit 46258f5805b1d0011f720ba4b368eea14447f947 Author: Francis Lachapelle Date: Wed Nov 3 20:53:13 2010 +0000 @@ -30601,21 +36572,10 @@ Date: Wed Nov 3 20:53:13 2010 +0000 Monotone-Date: 2010-11-03T20:53:13 Monotone-Branch: ca.inverse.sogo -commit 761462e26ce772fc18b894d052907f142cd70e7e -Merge: b6231dc 231b839 -Author: Francis Lachapelle -Date: Wed Nov 3 20:47:52 2010 +0000 - - merge of 'c410032070bc4cd3697a1e0b498960cb5afae02f' - and 'dde4cb6401010f8fb6e70639215b4bf693f18f1d' - - Monotone-Parent: c410032070bc4cd3697a1e0b498960cb5afae02f - Monotone-Parent: dde4cb6401010f8fb6e70639215b4bf693f18f1d - Monotone-Revision: eeede995522aac10418121af680e6cf94cb7bb4a - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-11-03T20:47:52 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDataTable.js +M UI/WebServerResources/SOGoMailDataSource.js commit b6231dca9221ba2184f63dfcbdd292208617f5b9 Author: Francis Lachapelle @@ -30628,6 +36588,8 @@ Date: Wed Nov 3 20:23:49 2010 +0000 Monotone-Date: 2010-11-03T20:23:49 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js + commit 231b8390d5839e1ecf19edb31babb69a26b6dacd Author: Wolfgang Sourdeau Date: Wed Nov 3 14:39:40 2010 +0000 @@ -30639,6 +36601,8 @@ Date: Wed Nov 3 14:39:40 2010 +0000 Monotone-Date: 2010-11-03T14:39:40 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/GNUmakefile + commit bcb5f282e3717f3fb57ce9ce0200d329669d60b5 Author: Wolfgang Sourdeau Date: Wed Nov 3 14:29:39 2010 +0000 @@ -30650,6 +36614,8 @@ Date: Wed Nov 3 14:29:39 2010 +0000 Monotone-Date: 2010-11-03T14:29:39 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/GNUmakefile + commit 5e94a939a805bffc8e52f44cd669a2e62f963c54 Author: Wolfgang Sourdeau Date: Wed Nov 3 14:27:31 2010 +0000 @@ -30661,6 +36627,11 @@ Date: Wed Nov 3 14:27:31 2010 +0000 Monotone-Date: 2010-11-03T14:27:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A Tests/Integration/GNUmakefile +A Tests/Integration/teststrings.m +A Tests/Integration/teststrings.sh + commit 10833ce7d103f9dee3323ccd684a4c2efb03ceca Author: Wolfgang Sourdeau Date: Wed Nov 3 14:26:32 2010 +0000 @@ -30672,6 +36643,9 @@ Date: Wed Nov 3 14:26:32 2010 +0000 Monotone-Date: 2010-11-03T14:26:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 1855b78d88035872284a59fab763553440619d94 Author: Wolfgang Sourdeau Date: Wed Nov 3 14:25:18 2010 +0000 @@ -30683,21 +36657,7 @@ Date: Wed Nov 3 14:25:18 2010 +0000 Monotone-Date: 2010-11-03T14:25:18 Monotone-Branch: ca.inverse.sogo -commit 63ec8ebc12162cb1d146bacd88cb62c0b895cfa1 -Merge: f91e42e 2efe074 -Author: Wolfgang Sourdeau -Date: Wed Nov 3 13:24:31 2010 +0000 - - merge of '45cd2efd0294a222d0cee6d22da7a39ebdc6c8fa' - and 'a9b4a2aae19f072168fdfc23b91ebc443e0d55c4' - - Monotone-Parent: 45cd2efd0294a222d0cee6d22da7a39ebdc6c8fa - Monotone-Parent: a9b4a2aae19f072168fdfc23b91ebc443e0d55c4 - Monotone-Revision: d66ed2c7cc398b54500e14cb09c879bbd7915f0a - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-11-03T13:24:31 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile.preamble commit f91e42e08f5473c2e3742c23860f68379dcca038 Author: Wolfgang Sourdeau @@ -30710,6 +36670,12 @@ Date: Wed Nov 3 13:23:33 2010 +0000 Monotone-Date: 2010-11-03T13:23:33 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/Catalan.lproj/Localizable.strings +M SoObjects/Appointments/Czech.lproj/Localizable.strings +M SoObjects/Appointments/German.lproj/Localizable.strings +M SoObjects/Appointments/Italian.lproj/Localizable.strings +M SoObjects/Appointments/Ukrainian.lproj/Localizable.strings + commit 2efe0745c716e9cf22db5d096421166d3d56a70a Author: Ludovic Marcotte Date: Tue Nov 2 19:31:50 2010 +0000 @@ -30723,6 +36689,13 @@ Date: Tue Nov 2 19:31:50 2010 +0000 Monotone-Date: 2010-11-02T19:31:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/SOGo/SOGoDomainDefaults.h +M SoObjects/SOGo/SOGoDomainDefaults.m +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit 4bf5777cb902fe9b4375637a632fc1687b1d1dc6 Author: Wolfgang Sourdeau Date: Tue Nov 2 16:43:46 2010 +0000 @@ -30734,6 +36707,8 @@ Date: Tue Nov 2 16:43:46 2010 +0000 Monotone-Date: 2010-11-02T16:43:46 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile.preamble + commit 24ce4a62bd775480cf9fe8e1f2cab41e599bca17 Author: Wolfgang Sourdeau Date: Tue Nov 2 16:27:12 2010 +0000 @@ -30745,6 +36720,8 @@ Date: Tue Nov 2 16:27:12 2010 +0000 Monotone-Date: 2010-11-02T16:27:12 Monotone-Branch: ca.inverse.sogo +M debian/control + commit f52276b815139f737d876987537e765ff4304e3e Author: Wolfgang Sourdeau Date: Tue Nov 2 15:54:57 2010 +0000 @@ -30756,6 +36733,8 @@ Date: Tue Nov 2 15:54:57 2010 +0000 Monotone-Date: 2010-11-02T15:54:57 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.m + commit 04a36a12786f6220bc30480bc0c87016745e544c Author: Wolfgang Sourdeau Date: Tue Nov 2 13:57:26 2010 +0000 @@ -30767,6 +36746,8 @@ Date: Tue Nov 2 13:57:26 2010 +0000 Monotone-Date: 2010-11-02T13:57:26 Monotone-Branch: ca.inverse.sogo +M GNUmakefile + commit bc2753951f3bfb4d330b6752a2d1e0877208c6f8 Author: Wolfgang Sourdeau Date: Tue Nov 2 13:54:21 2010 +0000 @@ -30778,6 +36759,8 @@ Date: Tue Nov 2 13:54:21 2010 +0000 Monotone-Date: 2010-11-02T13:54:21 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/GNUmakefile.preamble + commit ff0eee7dbec2be044cb1424bc6f2661059c9e6a9 Author: Wolfgang Sourdeau Date: Tue Nov 2 13:44:35 2010 +0000 @@ -30789,6 +36772,8 @@ Date: Tue Nov 2 13:44:35 2010 +0000 Monotone-Date: 2010-11-02T13:44:35 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit abd4e94b17687b318d8db6924c4d533c160b1b20 Author: Wolfgang Sourdeau Date: Tue Nov 2 13:19:02 2010 +0000 @@ -30800,6 +36785,8 @@ Date: Tue Nov 2 13:19:02 2010 +0000 Monotone-Date: 2010-11-02T13:19:02 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.m + commit 973fd13cc4500cfd84baab9a93ff3bab080d11ba Author: Wolfgang Sourdeau Date: Tue Nov 2 13:17:25 2010 +0000 @@ -30811,6 +36798,8 @@ Date: Tue Nov 2 13:17:25 2010 +0000 Monotone-Date: 2010-11-02T13:17:25 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit 5c811e36ca80581c59c3870b4079f9cd885bade3 Author: Wolfgang Sourdeau Date: Tue Nov 2 13:16:05 2010 +0000 @@ -30822,6 +36811,21 @@ Date: Tue Nov 2 13:16:05 2010 +0000 Monotone-Date: 2010-11-02T13:16:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/GNUmakefile.preamble +D SoObjects/SOGo/NSDictionary+BSJSONAdditions.h +D SoObjects/SOGo/NSDictionary+BSJSONAdditions.m +D SoObjects/SOGo/NSScanner+BSJSONAdditions.h +D SoObjects/SOGo/NSScanner+BSJSONAdditions.m +M SoObjects/SOGo/NSString+Utilities.m +M SoObjects/SOGo/SOGoCASSession.m +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoUserManager.m +M SoObjects/SOGo/SOGoUserProfile.m +M SoObjects/common.make +M UI/PreferencesUI/UIxPreferences.m + commit 29ffadc0014312f9f9bcaf4688cf43b8e2264f91 Author: Wolfgang Sourdeau Date: Mon Nov 1 21:18:43 2010 +0000 @@ -30833,6 +36837,8 @@ Date: Mon Nov 1 21:18:43 2010 +0000 Monotone-Date: 2010-11-01T21:18:43 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailNotification.m + commit b51fbf7040c991bbcce7fd6a0489a2e1866c200b Author: Wolfgang Sourdeau Date: Mon Nov 1 21:18:20 2010 +0000 @@ -30844,6 +36850,9 @@ Date: Mon Nov 1 21:18:20 2010 +0000 Monotone-Date: 2010-11-01T21:18:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAptMailUpdate.m + commit 8eb9d94492d92b0a098c8a311267da642a027dff Author: Wolfgang Sourdeau Date: Mon Nov 1 21:14:53 2010 +0000 @@ -30855,6 +36864,8 @@ Date: Mon Nov 1 21:14:53 2010 +0000 Monotone-Date: 2010-11-01T21:14:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 8437797a528a56656609274d2fce0cd26c80353f Author: Wolfgang Sourdeau Date: Mon Nov 1 21:03:00 2010 +0000 @@ -30866,21 +36877,23 @@ Date: Mon Nov 1 21:03:00 2010 +0000 Monotone-Date: 2010-11-01T21:03:00 Monotone-Branch: ca.inverse.sogo -commit baa58d9d369151c903b37d8c28079d29c8ade40f -Merge: 2b79a77 ff2b8ff -Author: Wolfgang Sourdeau -Date: Mon Nov 1 19:39:29 2010 +0000 - - merge of '217d2de82145e1b73b967f969ccb9467d0680dcb' - and '5457dab94bc7224402eec992425d14381e88c381' - - Monotone-Parent: 217d2de82145e1b73b967f969ccb9467d0680dcb - Monotone-Parent: 5457dab94bc7224402eec992425d14381e88c381 - Monotone-Revision: 320e26fe80afea789e2f0c3c4d58fa7d657999c6 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-11-01T19:39:29 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/BrazilianPortuguese.lproj/Localizable.strings +M SoObjects/Appointments/Catalan.lproj/Localizable.strings +M SoObjects/Appointments/Czech.lproj/Localizable.strings +M SoObjects/Appointments/Dutch.lproj/Localizable.strings +M SoObjects/Appointments/English.lproj/Localizable.strings +M SoObjects/Appointments/French.lproj/Localizable.strings +M SoObjects/Appointments/German.lproj/Localizable.strings +M SoObjects/Appointments/Hungarian.lproj/Localizable.strings +M SoObjects/Appointments/Italian.lproj/Localizable.strings +M SoObjects/Appointments/Polish.lproj/Localizable.strings +M SoObjects/Appointments/Russian.lproj/Localizable.strings +M SoObjects/Appointments/SOGoAptMailDeletion.m +M SoObjects/Appointments/SOGoAptMailInvitation.m +M SoObjects/Appointments/Spanish.lproj/Localizable.strings +M SoObjects/Appointments/Swedish.lproj/Localizable.strings +M SoObjects/Appointments/Ukrainian.lproj/Localizable.strings +M SoObjects/Appointments/Welsh.lproj/Localizable.strings commit 2b79a77c365e67c457a3c741ad6e08e1fc0ca2d7 Author: Wolfgang Sourdeau @@ -30893,6 +36906,15 @@ Date: Mon Nov 1 19:32:19 2010 +0000 Monotone-Date: 2010-11-01T19:32:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSFolder.m +M UI/Contacts/GNUmakefile +A UI/Contacts/UIxContactActions.m +M UI/Contacts/product.plist +M UI/Templates/ContactsUI/UIxContactFoldersView.wox +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/WebServerResources/ContactsUI.js + commit ff2b8ff54842b7254a5fc9843f24303e2e67f218 Author: Francis Lachapelle Date: Mon Nov 1 19:29:03 2010 +0000 @@ -30906,6 +36928,12 @@ Date: Mon Nov 1 19:29:03 2010 +0000 Monotone-Date: 2010-11-01T19:29:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.js + commit dadaa9fda3191c00daa41a2bc44ed491cd18eb7f Author: Wolfgang Sourdeau Date: Mon Nov 1 19:28:38 2010 +0000 @@ -30917,6 +36945,9 @@ Date: Mon Nov 1 19:28:38 2010 +0000 Monotone-Date: 2010-11-01T19:28:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit c75d5e90ee91831c0903055c43edb49974a0af4b Author: Francis Lachapelle Date: Mon Nov 1 18:53:27 2010 +0000 @@ -30930,6 +36961,9 @@ Date: Mon Nov 1 18:53:27 2010 +0000 Monotone-Date: 2010-11-01T18:53:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListActions.m + commit 77fce4d4dacaf25c7c546058b1d143035681c747 Author: Wolfgang Sourdeau Date: Mon Nov 1 14:05:11 2010 +0000 @@ -30941,6 +36975,9 @@ Date: Mon Nov 1 14:05:11 2010 +0000 Monotone-Date: 2010-11-01T14:05:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBaseObject.m + commit 087995bfe2df20ee71c0b218757e3b9af5803209 Author: Wolfgang Sourdeau Date: Mon Nov 1 12:44:09 2010 +0000 @@ -30952,6 +36989,8 @@ Date: Mon Nov 1 12:44:09 2010 +0000 Monotone-Date: 2010-11-01T12:44:09 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoSieveConverter.m + commit 56b22dc2280ce45f48edcd6f2bb2028a5566aa85 Author: Francis Lachapelle Date: Thu Oct 28 16:33:47 2010 +0000 @@ -30965,6 +37004,9 @@ Date: Thu Oct 28 16:33:47 2010 +0000 Monotone-Date: 2010-10-28T16:33:47 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalRecurrenceRule.m + commit 36638e28a589d04361498e9ba4527402efb97a62 Author: Francis Lachapelle Date: Thu Oct 28 16:33:15 2010 +0000 @@ -30976,6 +37018,8 @@ Date: Thu Oct 28 16:33:15 2010 +0000 Monotone-Date: 2010-10-28T16:33:15 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 156f58c6df81d7d834a9a05106b069288c7e68cb Author: Wolfgang Sourdeau Date: Thu Oct 28 16:10:58 2010 +0000 @@ -30987,6 +37031,8 @@ Date: Thu Oct 28 16:10:58 2010 +0000 Monotone-Date: 2010-10-28T16:10:58 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolders.m + commit 31d9ad714f520b43ca072135351dddc72816f84f Author: Wolfgang Sourdeau Date: Thu Oct 28 16:02:10 2010 +0000 @@ -30998,6 +37044,8 @@ Date: Thu Oct 28 16:02:10 2010 +0000 Monotone-Date: 2010-10-28T16:02:10 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolders.m + commit 0599fde47d8969cc330d199f91fd3f2aab0e955d Author: Wolfgang Sourdeau Date: Thu Oct 28 15:56:51 2010 +0000 @@ -31009,21 +37057,7 @@ Date: Thu Oct 28 15:56:51 2010 +0000 Monotone-Date: 2010-10-28T15:56:51 Monotone-Branch: ca.inverse.sogo -commit 82f5a9e0e623a7eeb42878c814994c85f48451d7 -Merge: e2ce30b 6cd140c -Author: Wolfgang Sourdeau -Date: Thu Oct 28 15:52:11 2010 +0000 - - merge of 'ccb49b853f2059fd3133a0ab1c7e4f79f4b87c23' - and 'fb42e2a1670666605ac484d419b64d92c83f004d' - - Monotone-Parent: ccb49b853f2059fd3133a0ab1c7e4f79f4b87c23 - Monotone-Parent: fb42e2a1670666605ac484d419b64d92c83f004d - Monotone-Revision: 2c76ac8192cf2138f05a94de5eff80eec5e71f7b - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-10-28T15:52:11 - Monotone-Branch: ca.inverse.sogo +M NEWS commit 6cd140cc5db1d4db7fd10284ea1f46a7a2c2ef59 Author: Wolfgang Sourdeau @@ -31038,6 +37072,9 @@ Date: Thu Oct 28 15:47:29 2010 +0000 Monotone-Date: 2010-10-28T15:47:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolders.m + commit e2ce30b69dd95b490860afb8677d3268c9a107f3 Author: Francis Lachapelle Date: Thu Oct 28 13:52:02 2010 +0000 @@ -31051,6 +37088,9 @@ Date: Thu Oct 28 13:52:02 2010 +0000 Monotone-Date: 2010-10-28T13:52:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit ee939e315df1a8c89255c86d485713f784f8c67a Author: Francis Lachapelle Date: Thu Oct 28 13:49:15 2010 +0000 @@ -31064,6 +37104,8 @@ Date: Thu Oct 28 13:49:15 2010 +0000 Monotone-Date: 2010-10-28T13:49:15 Monotone-Branch: ca.inverse.sogo +M Apache/SOGo.conf + commit e5dbe26e9669bcb42bec46a2e966701623947ee0 Author: Wolfgang Sourdeau Date: Wed Oct 27 16:24:29 2010 +0000 @@ -31075,6 +37117,11 @@ Date: Wed Oct 27 16:24:29 2010 +0000 Monotone-Date: 2010-10-27T16:24:29 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardElement.h +M SOPE/NGCards/CardElement.m +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NGVCard.m + commit af44bf39017bb888f6c2ef74eecc441801e0428d Author: Wolfgang Sourdeau Date: Wed Oct 27 16:23:06 2010 +0000 @@ -31086,6 +37133,25 @@ Date: Wed Oct 27 16:23:06 2010 +0000 Monotone-Date: 2010-10-27T16:23:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Catalan.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Polish.lproj/Localizable.strings +M UI/Contacts/Russian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/Contacts/Swedish.lproj/Localizable.strings +M UI/Contacts/UIxContactView.m +M UI/Contacts/Ukrainian.lproj/Localizable.strings +M UI/Contacts/Welsh.lproj/Localizable.strings +M UI/Templates/ContactsUI/UIxContactView.wox + commit 33493530a54195f1393c02ac29cec9818e8a38da Author: Wolfgang Sourdeau Date: Wed Oct 27 15:18:14 2010 +0000 @@ -31097,6 +37163,8 @@ Date: Wed Oct 27 15:18:14 2010 +0000 Monotone-Date: 2010-10-27T15:18:14 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactView.m + commit f14c04e294dccd3672d8a008f01cb42e4e642f81 Author: Wolfgang Sourdeau Date: Wed Oct 27 15:16:22 2010 +0000 @@ -31108,6 +37176,8 @@ Date: Wed Oct 27 15:16:22 2010 +0000 Monotone-Date: 2010-10-27T15:16:22 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactEditor.css + commit 986744c41e3fb6f51ce743f241410dcde08ee374 Author: Wolfgang Sourdeau Date: Wed Oct 27 15:16:20 2010 +0000 @@ -31119,21 +37189,8 @@ Date: Wed Oct 27 15:16:20 2010 +0000 Monotone-Date: 2010-10-27T15:16:20 Monotone-Branch: ca.inverse.sogo -commit a5f289207a80d395eb60bd56ce36b06d324676ac -Merge: 856ec61 0b784a7 -Author: Wolfgang Sourdeau -Date: Wed Oct 27 14:20:22 2010 +0000 - - merge of '05e312bc2aff1f30bb0ce98944cb16c89ee15b86' - and 'f45b91e2758389e5bc0a94b6e80d20778a589e74' - - Monotone-Parent: 05e312bc2aff1f30bb0ce98944cb16c89ee15b86 - Monotone-Parent: f45b91e2758389e5bc0a94b6e80d20778a589e74 - Monotone-Revision: 0ae9c70b160be4f5810d82d165885e7c2612bae3 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-10-27T14:20:22 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxContactEditor.js commit 856ec615f43aba6ec9bb46c84f9300038658bfad Author: Wolfgang Sourdeau @@ -31146,21 +37203,9 @@ Date: Wed Oct 27 14:20:09 2010 +0000 Monotone-Date: 2010-10-27T14:20:09 Monotone-Branch: ca.inverse.sogo -commit 0b784a7b6a3deb1599a211117b55affe6f9f790c -Merge: 9be74a5 9356db4 -Author: Francis Lachapelle -Date: Tue Oct 26 22:58:00 2010 +0000 - - merge of '08ff4ed5c2f1ac739d34cf7fe2a75f3b3ac2d7dd' - and '32f5339432dc3dd283822d8810c9cdaae84ac533' - - Monotone-Parent: 08ff4ed5c2f1ac739d34cf7fe2a75f3b3ac2d7dd - Monotone-Parent: 32f5339432dc3dd283822d8810c9cdaae84ac533 - Monotone-Revision: f45b91e2758389e5bc0a94b6e80d20778a589e74 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-10-26T22:58:00 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactFolders.m +M SoObjects/SOGo/SOGoUserFolder.m +M Tests/Integration/test-contact-categories.py commit 9356db4e2fb9fe2a0bb9fa4433f3d169cdcb23ef Author: Francis Lachapelle @@ -31173,6 +37218,8 @@ Date: Tue Oct 26 22:26:03 2010 +0000 Monotone-Date: 2010-10-26T22:26:03 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoCache.m + commit 9be74a5980156f741e2f80cdebe411dda94d0d67 Author: Wolfgang Sourdeau Date: Tue Oct 26 20:42:29 2010 +0000 @@ -31184,6 +37231,8 @@ Date: Tue Oct 26 20:42:29 2010 +0000 Monotone-Date: 2010-10-26T20:42:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactEditor.js + commit c89c04eb0fdf20068faae927b1a3496b40b7ca23 Author: Wolfgang Sourdeau Date: Tue Oct 26 20:26:28 2010 +0000 @@ -31195,6 +37244,8 @@ Date: Tue Oct 26 20:26:28 2010 +0000 Monotone-Date: 2010-10-26T20:26:28 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/test-contact-categories.py + commit c7f99909fda3d3c5f128981ea047e45088cdfbcc Author: Wolfgang Sourdeau Date: Tue Oct 26 20:23:19 2010 +0000 @@ -31206,6 +37257,9 @@ Date: Tue Oct 26 20:23:19 2010 +0000 Monotone-Date: 2010-10-26T20:23:19 Monotone-Branch: ca.inverse.sogo +M debian/sogo.docs +M sogo.spec + commit 00fe3ec6dd50d97db91faef9e8ad1e1e53f8d42d Author: Wolfgang Sourdeau Date: Tue Oct 26 20:19:37 2010 +0000 @@ -31217,6 +37271,32 @@ Date: Tue Oct 26 20:19:37 2010 +0000 Monotone-Date: 2010-10-26T20:19:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolder.h +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/Contacts/SOGoContactSourceFolder.m +M SoObjects/Contacts/SOGoFolder+CardDAV.m +M Tools/SOGoSockDOperation.m +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Catalan.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Polish.lproj/Localizable.strings +M UI/Contacts/Russian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/Contacts/Swedish.lproj/Localizable.strings +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/UIxContactsListView.m +M UI/Contacts/Ukrainian.lproj/Localizable.strings +M UI/Contacts/Welsh.lproj/Localizable.strings +M UI/Templates/ContactsUI/UIxContactsFilterPanel.wox +M UI/WebServerResources/ContactsUI.js + commit 90a40362af80359d3d30864ee1e4bf4d3b591331 Author: Wolfgang Sourdeau Date: Tue Oct 26 20:17:21 2010 +0000 @@ -31228,6 +37308,8 @@ Date: Tue Oct 26 20:17:21 2010 +0000 Monotone-Date: 2010-10-26T20:17:21 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactEditor.wox + commit f787ec513f731949168415ec8fd998f86b251753 Author: Wolfgang Sourdeau Date: Tue Oct 26 20:15:01 2010 +0000 @@ -31239,6 +37321,14 @@ Date: Tue Oct 26 20:15:01 2010 +0000 Monotone-Date: 2010-10-26T20:15:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/GNUmakefile.preamble +M OGoContentStore/OCSContactFieldExtractor.m +M OGoContentStore/contact-oracle.ocs +M OGoContentStore/contact.ocs +A Scripts/sql-update-1.3.3_to_1.3.4-mysql.sh +A Scripts/sql-update-1.3.3_to_1.3.4.sh + commit 12df5036f6fc7f843b792fb3b1412f8a94daa7ce Author: Wolfgang Sourdeau Date: Tue Oct 26 19:26:50 2010 +0000 @@ -31250,6 +37340,29 @@ Date: Tue Oct 26 19:26:50 2010 +0000 Monotone-Date: 2010-10-26T19:26:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Catalan.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Polish.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/UIxPreferences.h +M UI/PreferencesUI/UIxPreferences.m +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/Templates/ContactsUI/UIxContactEditor.wox +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/UIxPreferences.js + commit b9598b7203eaff53b321cb43a082abb38cfa8e7a Author: Wolfgang Sourdeau Date: Tue Oct 26 19:23:08 2010 +0000 @@ -31261,6 +37374,27 @@ Date: Tue Oct 26 19:23:08 2010 +0000 Monotone-Date: 2010-10-26T19:23:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Catalan.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Polish.lproj/Localizable.strings +M UI/Contacts/Russian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/Contacts/Swedish.lproj/Localizable.strings +M UI/Contacts/UIxContactEditor.h +M UI/Contacts/UIxContactEditor.m +M UI/Contacts/Ukrainian.lproj/Localizable.strings +M UI/Contacts/Welsh.lproj/Localizable.strings +M UI/WebServerResources/UIxContactEditor.css +M UI/WebServerResources/UIxContactEditor.js + commit 4bf6a927142998dd3449da887629d4eecac648cf Author: Wolfgang Sourdeau Date: Tue Oct 26 19:22:14 2010 +0000 @@ -31272,6 +37406,8 @@ Date: Tue Oct 26 19:22:14 2010 +0000 Monotone-Date: 2010-10-26T19:22:14 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit 1d623e943aeac1025bc2b94200b9b19fbdea03c9 Author: Wolfgang Sourdeau Date: Tue Oct 26 18:28:22 2010 +0000 @@ -31283,6 +37419,10 @@ Date: Tue Oct 26 18:28:22 2010 +0000 Monotone-Date: 2010-10-26T18:28:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSArray+Utilities.h +M SoObjects/SOGo/NSArray+Utilities.m + commit d441ff54cb3cc65437d8fa458a6eac85bd9ad7bd Author: Wolfgang Sourdeau Date: Tue Oct 26 18:25:32 2010 +0000 @@ -31294,6 +37434,11 @@ Date: Tue Oct 26 18:25:32 2010 +0000 Monotone-Date: 2010-10-26T18:25:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.m +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m + commit db5389e58949ab4b7fae3030bf8d4143a317cfab Author: Wolfgang Sourdeau Date: Tue Oct 26 18:23:42 2010 +0000 @@ -31305,6 +37450,10 @@ Date: Tue Oct 26 18:23:42 2010 +0000 Monotone-Date: 2010-10-26T18:23:42 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NGVCard.h +M SOPE/NGCards/NGVCard.m + commit 068d64217720ed9ef31df141ff1c1843985ba3fd Author: Wolfgang Sourdeau Date: Tue Oct 26 18:22:57 2010 +0000 @@ -31316,6 +37465,9 @@ Date: Tue Oct 26 18:22:57 2010 +0000 Monotone-Date: 2010-10-26T18:22:57 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NGVCardPhoto.m + commit 9bd55f166b81004fbc463ce2c670e493daaf03a4 Author: Wolfgang Sourdeau Date: Tue Oct 26 18:21:55 2010 +0000 @@ -31327,6 +37479,10 @@ Date: Tue Oct 26 18:21:55 2010 +0000 Monotone-Date: 2010-10-26T18:21:55 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardElement.h +M SOPE/NGCards/CardElement.m +M SOPE/NGCards/ChangeLog + commit 3743b78fffb1ff4832209767e7b1ebd6fb01cf53 Author: Wolfgang Sourdeau Date: Tue Oct 26 18:20:46 2010 +0000 @@ -31338,6 +37494,18 @@ Date: Tue Oct 26 18:20:46 2010 +0000 Monotone-Date: 2010-10-26T18:20:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSDictionary+BSJSONAdditions.h +M SoObjects/SOGo/NSDictionary+BSJSONAdditions.m +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m +M SoObjects/SOGo/SOGoCASSession.m +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoUserManager.m +M SoObjects/SOGo/SOGoUserProfile.m +M UI/MainUI/SOGoRootPage.m +M UI/Scheduler/UIxComponentEditor.m + commit 25fa112832ed688296d40873553ae13b0e17b7f5 Author: Wolfgang Sourdeau Date: Mon Oct 25 18:46:32 2010 +0000 @@ -31349,6 +37517,12 @@ Date: Mon Oct 25 18:46:32 2010 +0000 Monotone-Date: 2010-10-25T18:46:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.m +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m +A Tests/Integration/test-contact-categories.py + commit 766b26893a4fa83edb89f2c8edaedccd90baf202 Author: Francis Lachapelle Date: Sun Oct 24 00:08:25 2010 +0000 @@ -31362,6 +37536,9 @@ Date: Sun Oct 24 00:08:25 2010 +0000 Monotone-Date: 2010-10-24T00:08:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFolderActions.m + commit 05ddd1a42d33ab03d26e384bcd3a1b9be9bf5736 Author: Francis Lachapelle Date: Fri Oct 22 20:32:30 2010 +0000 @@ -31375,6 +37552,92 @@ Date: Fri Oct 22 20:32:30 2010 +0000 Monotone-Date: 2010-10-22T20:32:30 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ckeditor/ckeditor.js +M UI/WebServerResources/ckeditor/ckeditor_basic.js +M UI/WebServerResources/ckeditor/config.js +M UI/WebServerResources/ckeditor/lang/_translationstatus.txt +M UI/WebServerResources/ckeditor/lang/af.js +M UI/WebServerResources/ckeditor/lang/ar.js +M UI/WebServerResources/ckeditor/lang/bg.js +M UI/WebServerResources/ckeditor/lang/bn.js +M UI/WebServerResources/ckeditor/lang/bs.js +M UI/WebServerResources/ckeditor/lang/ca.js +M UI/WebServerResources/ckeditor/lang/cs.js +M UI/WebServerResources/ckeditor/lang/cy.js +M UI/WebServerResources/ckeditor/lang/da.js +M UI/WebServerResources/ckeditor/lang/de.js +M UI/WebServerResources/ckeditor/lang/el.js +M UI/WebServerResources/ckeditor/lang/en-au.js +M UI/WebServerResources/ckeditor/lang/en-ca.js +M UI/WebServerResources/ckeditor/lang/en-gb.js +M UI/WebServerResources/ckeditor/lang/en.js +M UI/WebServerResources/ckeditor/lang/eo.js +M UI/WebServerResources/ckeditor/lang/et.js +M UI/WebServerResources/ckeditor/lang/eu.js +M UI/WebServerResources/ckeditor/lang/fa.js +M UI/WebServerResources/ckeditor/lang/fo.js +M UI/WebServerResources/ckeditor/lang/fr-ca.js +M UI/WebServerResources/ckeditor/lang/fr.js +M UI/WebServerResources/ckeditor/lang/gl.js +M UI/WebServerResources/ckeditor/lang/gu.js +M UI/WebServerResources/ckeditor/lang/hi.js +M UI/WebServerResources/ckeditor/lang/hr.js +M UI/WebServerResources/ckeditor/lang/hu.js +M UI/WebServerResources/ckeditor/lang/is.js +M UI/WebServerResources/ckeditor/lang/it.js +M UI/WebServerResources/ckeditor/lang/ja.js +M UI/WebServerResources/ckeditor/lang/km.js +M UI/WebServerResources/ckeditor/lang/ko.js +M UI/WebServerResources/ckeditor/lang/lt.js +M UI/WebServerResources/ckeditor/lang/lv.js +M UI/WebServerResources/ckeditor/lang/mn.js +M UI/WebServerResources/ckeditor/lang/ms.js +M UI/WebServerResources/ckeditor/lang/nb.js +M UI/WebServerResources/ckeditor/lang/nl.js +M UI/WebServerResources/ckeditor/lang/no.js +M UI/WebServerResources/ckeditor/lang/pl.js +M UI/WebServerResources/ckeditor/lang/pt.js +M UI/WebServerResources/ckeditor/lang/ro.js +M UI/WebServerResources/ckeditor/lang/ru.js +M UI/WebServerResources/ckeditor/lang/sk.js +M UI/WebServerResources/ckeditor/lang/sl.js +M UI/WebServerResources/ckeditor/lang/sr-latn.js +M UI/WebServerResources/ckeditor/lang/sr.js +M UI/WebServerResources/ckeditor/lang/sv.js +M UI/WebServerResources/ckeditor/lang/th.js +M UI/WebServerResources/ckeditor/lang/uk.js +M UI/WebServerResources/ckeditor/lang/vi.js +M UI/WebServerResources/ckeditor/lang/zh-cn.js +M UI/WebServerResources/ckeditor/lang/zh.js +M UI/WebServerResources/ckeditor/plugins/div/dialogs/div.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/select.js +M UI/WebServerResources/ckeditor/plugins/image/dialogs/image.js +M UI/WebServerResources/ckeditor/plugins/link/dialogs/link.js +M UI/WebServerResources/ckeditor/plugins/showblocks/images/block_address.png +M UI/WebServerResources/ckeditor/plugins/showblocks/images/block_blockquote.png +M UI/WebServerResources/ckeditor/plugins/showblocks/images/block_div.png +M UI/WebServerResources/ckeditor/plugins/showblocks/images/block_h1.png +M UI/WebServerResources/ckeditor/plugins/showblocks/images/block_h2.png +M UI/WebServerResources/ckeditor/plugins/showblocks/images/block_h3.png +M UI/WebServerResources/ckeditor/plugins/showblocks/images/block_h4.png +M UI/WebServerResources/ckeditor/plugins/showblocks/images/block_h5.png +M UI/WebServerResources/ckeditor/plugins/showblocks/images/block_h6.png +M UI/WebServerResources/ckeditor/plugins/showblocks/images/block_p.png +M UI/WebServerResources/ckeditor/plugins/showblocks/images/block_pre.png +M UI/WebServerResources/ckeditor/plugins/specialchar/dialogs/specialchar.js +M UI/WebServerResources/ckeditor/plugins/table/dialogs/table.js +M UI/WebServerResources/ckeditor/plugins/tabletools/dialogs/tableCell.js +M UI/WebServerResources/ckeditor/skins/kama/editor.css +M UI/WebServerResources/ckeditor/skins/kama/icons.png +A UI/WebServerResources/ckeditor/skins/kama/icons_rtl.png +M UI/WebServerResources/ckeditor/skins/office2003/editor.css +M UI/WebServerResources/ckeditor/skins/office2003/icons.png +A UI/WebServerResources/ckeditor/skins/office2003/icons_rtl.png +M UI/WebServerResources/ckeditor/skins/v2/editor.css +M UI/WebServerResources/ckeditor/skins/v2/icons.png +A UI/WebServerResources/ckeditor/skins/v2/icons_rtl.png +M UI/WebServerResources/ckeditor/themes/default/theme.js + commit dc09e4004d9ea087f00ab32ebfc2bde733abc3fe Author: Wolfgang Sourdeau Date: Fri Oct 22 13:53:14 2010 +0000 @@ -31388,6 +37651,8 @@ Date: Fri Oct 22 13:53:14 2010 +0000 Monotone-Date: 2010-10-22T13:53:14 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/GCSAlarmsFolder.h + commit 9b3cbdae66384363e2ef11241b9fd0422117240c Author: Ludovic Marcotte Date: Thu Oct 21 20:12:47 2010 +0000 @@ -31401,6 +37666,26 @@ Date: Thu Oct 21 20:12:47 2010 +0000 Monotone-Date: 2010-10-21T20:12:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/BrazilianPortuguese.lproj/Localizable.strings +M SoObjects/Appointments/Catalan.lproj/Localizable.strings +M SoObjects/Appointments/Czech.lproj/Localizable.strings +M SoObjects/Appointments/Dutch.lproj/Localizable.strings +M SoObjects/Appointments/English.lproj/Localizable.strings +M SoObjects/Appointments/French.lproj/Localizable.strings +M SoObjects/Appointments/German.lproj/Localizable.strings +M SoObjects/Appointments/Hungarian.lproj/Localizable.strings +M SoObjects/Appointments/Italian.lproj/Localizable.strings +M SoObjects/Appointments/Polish.lproj/Localizable.strings +M SoObjects/Appointments/Russian.lproj/Localizable.strings +M SoObjects/Appointments/SOGoAptMailInvitation.m +M SoObjects/Appointments/SOGoAptMailNotification.h +M SoObjects/Appointments/SOGoAptMailNotification.m +M SoObjects/Appointments/Spanish.lproj/Localizable.strings +M SoObjects/Appointments/Swedish.lproj/Localizable.strings +M SoObjects/Appointments/Ukrainian.lproj/Localizable.strings +M SoObjects/Appointments/Welsh.lproj/Localizable.strings + commit 5426344d78267d857893c70680108369f3a3da98 Author: Francis Lachapelle Date: Tue Oct 19 16:15:30 2010 +0000 @@ -31412,6 +37697,9 @@ Date: Tue Oct 19 16:15:30 2010 +0000 Monotone-Date: 2010-10-19T16:15:30 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/iefixes.css + commit e0f2e2eb0b181d1ddba07122a0100ad54369c082 Author: Ludovic Marcotte Date: Tue Oct 19 14:29:37 2010 +0000 @@ -31425,6 +37713,10 @@ Date: Tue Oct 19 14:29:37 2010 +0000 Monotone-Date: 2010-10-19T14:29:37 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + commit 752c9b08e2fee6eabc934e1ab5b14aa20373e07e Author: Wolfgang Sourdeau Date: Tue Oct 19 14:34:49 2010 +0000 @@ -31436,6 +37728,11 @@ Date: Tue Oct 19 14:34:49 2010 +0000 Monotone-Date: 2010-10-19T14:34:49 Monotone-Branch: ca.inverse.sogo +M Main/Version +M NEWS +M SoObjects/Mailer/Version +M UI/MainUI/Version + commit f5723f7e3ddb753fa08145e73961bf6b869d0b60 Author: Wolfgang Sourdeau Date: Tue Oct 19 14:13:04 2010 +0000 @@ -31447,6 +37744,9 @@ Date: Tue Oct 19 14:13:04 2010 +0000 Monotone-Date: 2010-10-19T14:13:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.m + commit 1bd2798ae82873cef9061b30ad470bb071bde788 Author: Wolfgang Sourdeau Date: Tue Oct 19 02:59:09 2010 +0000 @@ -31458,6 +37758,9 @@ Date: Tue Oct 19 02:59:09 2010 +0000 Monotone-Date: 2010-10-19T02:59:09 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalTimeZone.m + commit 6484ed17fe51db02540e3f56a52528a856a217a6 Author: Wolfgang Sourdeau Date: Mon Oct 18 23:12:04 2010 +0000 @@ -31469,6 +37772,10 @@ Date: Mon Oct 18 23:12:04 2010 +0000 Monotone-Date: 2010-10-18T23:12:04 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalTimeZonePeriod.m +M Tests/Unit/TestiCalTimeZonePeriod.m + commit 6d8d1b3dd3b9d4b4597ef168e3403f74756cc046 Author: Wolfgang Sourdeau Date: Mon Oct 18 23:06:50 2010 +0000 @@ -31482,6 +37789,8 @@ Date: Mon Oct 18 23:06:50 2010 +0000 Monotone-Date: 2010-10-18T23:06:50 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalTimeZonePeriod.m + commit 38092f75820cefa436718b7d84c495d2a41cef94 Author: Wolfgang Sourdeau Date: Mon Oct 18 19:05:17 2010 +0000 @@ -31493,21 +37802,413 @@ Date: Mon Oct 18 19:05:17 2010 +0000 Monotone-Date: 2010-10-18T19:05:17 Monotone-Branch: ca.inverse.sogo -commit c7d90c31b2aa338ecd7a96861f5067bdbfec1bf9 -Merge: a352c05 0a4c54b -Author: Wolfgang Sourdeau -Date: Mon Oct 18 18:30:43 2010 +0000 - - merge of '00c385f170e269a8305d89f7f557f6ee66aa5904' - and 'b87371b5b686da6d0d84e233c3ffbd8f8f9fbe1f' - - Monotone-Parent: 00c385f170e269a8305d89f7f557f6ee66aa5904 - Monotone-Parent: b87371b5b686da6d0d84e233c3ffbd8f8f9fbe1f - Monotone-Revision: 7e03e68f3bd26f03d5835176e1850405de4fe8b5 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-10-18T18:30:43 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/TimeZones/Africa/Abidjan.ics +M SOPE/NGCards/TimeZones/Africa/Accra.ics +M SOPE/NGCards/TimeZones/Africa/Addis_Ababa.ics +M SOPE/NGCards/TimeZones/Africa/Algiers.ics +M SOPE/NGCards/TimeZones/Africa/Asmara.ics +M SOPE/NGCards/TimeZones/Africa/Bamako.ics +M SOPE/NGCards/TimeZones/Africa/Bangui.ics +M SOPE/NGCards/TimeZones/Africa/Banjul.ics +M SOPE/NGCards/TimeZones/Africa/Bissau.ics +M SOPE/NGCards/TimeZones/Africa/Blantyre.ics +M SOPE/NGCards/TimeZones/Africa/Brazzaville.ics +M SOPE/NGCards/TimeZones/Africa/Bujumbura.ics +M SOPE/NGCards/TimeZones/Africa/Cairo.ics +M SOPE/NGCards/TimeZones/Africa/Casablanca.ics +M SOPE/NGCards/TimeZones/Africa/Ceuta.ics +M SOPE/NGCards/TimeZones/Africa/Conakry.ics +M SOPE/NGCards/TimeZones/Africa/Dakar.ics +M SOPE/NGCards/TimeZones/Africa/Dar_es_Salaam.ics +M SOPE/NGCards/TimeZones/Africa/Djibouti.ics +M SOPE/NGCards/TimeZones/Africa/Douala.ics +M SOPE/NGCards/TimeZones/Africa/El_Aaiun.ics +M SOPE/NGCards/TimeZones/Africa/Freetown.ics +M SOPE/NGCards/TimeZones/Africa/Gaborone.ics +M SOPE/NGCards/TimeZones/Africa/Harare.ics +M SOPE/NGCards/TimeZones/Africa/Johannesburg.ics +M SOPE/NGCards/TimeZones/Africa/Kampala.ics +M SOPE/NGCards/TimeZones/Africa/Khartoum.ics +M SOPE/NGCards/TimeZones/Africa/Kigali.ics +M SOPE/NGCards/TimeZones/Africa/Kinshasa.ics +M SOPE/NGCards/TimeZones/Africa/Lagos.ics +M SOPE/NGCards/TimeZones/Africa/Libreville.ics +M SOPE/NGCards/TimeZones/Africa/Lome.ics +M SOPE/NGCards/TimeZones/Africa/Luanda.ics +M SOPE/NGCards/TimeZones/Africa/Lubumbashi.ics +M SOPE/NGCards/TimeZones/Africa/Lusaka.ics +M SOPE/NGCards/TimeZones/Africa/Malabo.ics +M SOPE/NGCards/TimeZones/Africa/Maputo.ics +M SOPE/NGCards/TimeZones/Africa/Maseru.ics +M SOPE/NGCards/TimeZones/Africa/Mbabane.ics +M SOPE/NGCards/TimeZones/Africa/Mogadishu.ics +M SOPE/NGCards/TimeZones/Africa/Monrovia.ics +M SOPE/NGCards/TimeZones/Africa/Nairobi.ics +M SOPE/NGCards/TimeZones/Africa/Ndjamena.ics +M SOPE/NGCards/TimeZones/Africa/Niamey.ics +M SOPE/NGCards/TimeZones/Africa/Nouakchott.ics +M SOPE/NGCards/TimeZones/Africa/Ouagadougou.ics +M SOPE/NGCards/TimeZones/Africa/Porto-Novo.ics +M SOPE/NGCards/TimeZones/Africa/Sao_Tome.ics +M SOPE/NGCards/TimeZones/Africa/Tripoli.ics +M SOPE/NGCards/TimeZones/Africa/Tunis.ics +M SOPE/NGCards/TimeZones/Africa/Windhoek.ics +M SOPE/NGCards/TimeZones/America/Adak.ics +M SOPE/NGCards/TimeZones/America/Anchorage.ics +M SOPE/NGCards/TimeZones/America/Anguilla.ics +M SOPE/NGCards/TimeZones/America/Antigua.ics +A SOPE/NGCards/TimeZones/America/Araguaina.ics +A SOPE/NGCards/TimeZones/America/Argentina/Buenos_Aires.ics +A SOPE/NGCards/TimeZones/America/Argentina/Catamarca.ics +A SOPE/NGCards/TimeZones/America/Argentina/Cordoba.ics +A SOPE/NGCards/TimeZones/America/Argentina/Jujuy.ics +A SOPE/NGCards/TimeZones/America/Argentina/La_Rioja.ics +A SOPE/NGCards/TimeZones/America/Argentina/Mendoza.ics +A SOPE/NGCards/TimeZones/America/Argentina/Rio_Gallegos.ics +A SOPE/NGCards/TimeZones/America/Argentina/Salta.ics +A SOPE/NGCards/TimeZones/America/Argentina/San_Juan.ics +A SOPE/NGCards/TimeZones/America/Argentina/San_Luis.ics +A SOPE/NGCards/TimeZones/America/Argentina/Tucuman.ics +A SOPE/NGCards/TimeZones/America/Argentina/Ushuaia.ics +A SOPE/NGCards/TimeZones/America/Aruba.ics +A SOPE/NGCards/TimeZones/America/Asuncion.ics +M SOPE/NGCards/TimeZones/America/Atikokan.ics +A SOPE/NGCards/TimeZones/America/Bahia.ics +A SOPE/NGCards/TimeZones/America/Bahia_Banderas.ics +M SOPE/NGCards/TimeZones/America/Barbados.ics +A SOPE/NGCards/TimeZones/America/Belem.ics +M SOPE/NGCards/TimeZones/America/Belize.ics +M SOPE/NGCards/TimeZones/America/Blanc-Sablon.ics +A SOPE/NGCards/TimeZones/America/Boa_Vista.ics +A SOPE/NGCards/TimeZones/America/Bogota.ics +M SOPE/NGCards/TimeZones/America/Boise.ics +M SOPE/NGCards/TimeZones/America/Cambridge_Bay.ics +A SOPE/NGCards/TimeZones/America/Campo_Grande.ics +M SOPE/NGCards/TimeZones/America/Cancun.ics +A SOPE/NGCards/TimeZones/America/Caracas.ics +A SOPE/NGCards/TimeZones/America/Cayenne.ics +M SOPE/NGCards/TimeZones/America/Cayman.ics +M SOPE/NGCards/TimeZones/America/Chicago.ics +M SOPE/NGCards/TimeZones/America/Chihuahua.ics +M SOPE/NGCards/TimeZones/America/Costa_Rica.ics +A SOPE/NGCards/TimeZones/America/Cuiaba.ics +A SOPE/NGCards/TimeZones/America/Curacao.ics +M SOPE/NGCards/TimeZones/America/Danmarkshavn.ics +M SOPE/NGCards/TimeZones/America/Dawson.ics +M SOPE/NGCards/TimeZones/America/Dawson_Creek.ics +M SOPE/NGCards/TimeZones/America/Denver.ics +M SOPE/NGCards/TimeZones/America/Detroit.ics +M SOPE/NGCards/TimeZones/America/Dominica.ics +M SOPE/NGCards/TimeZones/America/Edmonton.ics +A SOPE/NGCards/TimeZones/America/Eirunepe.ics +M SOPE/NGCards/TimeZones/America/El_Salvador.ics +A SOPE/NGCards/TimeZones/America/Fortaleza.ics +M SOPE/NGCards/TimeZones/America/Glace_Bay.ics +M SOPE/NGCards/TimeZones/America/Godthab.ics +M SOPE/NGCards/TimeZones/America/Goose_Bay.ics +M SOPE/NGCards/TimeZones/America/Grand_Turk.ics +M SOPE/NGCards/TimeZones/America/Grenada.ics +M SOPE/NGCards/TimeZones/America/Guadeloupe.ics +M SOPE/NGCards/TimeZones/America/Guatemala.ics +A SOPE/NGCards/TimeZones/America/Guayaquil.ics +A SOPE/NGCards/TimeZones/America/Guyana.ics +M SOPE/NGCards/TimeZones/America/Halifax.ics +M SOPE/NGCards/TimeZones/America/Havana.ics +M SOPE/NGCards/TimeZones/America/Hermosillo.ics +M SOPE/NGCards/TimeZones/America/Indiana/Indianapolis.ics +M SOPE/NGCards/TimeZones/America/Indiana/Knox.ics +M SOPE/NGCards/TimeZones/America/Indiana/Marengo.ics +M SOPE/NGCards/TimeZones/America/Indiana/Petersburg.ics +M SOPE/NGCards/TimeZones/America/Indiana/Tell_City.ics +M SOPE/NGCards/TimeZones/America/Indiana/Vevay.ics +M SOPE/NGCards/TimeZones/America/Indiana/Vincennes.ics +M SOPE/NGCards/TimeZones/America/Indiana/Winamac.ics +M SOPE/NGCards/TimeZones/America/Inuvik.ics +M SOPE/NGCards/TimeZones/America/Iqaluit.ics +M SOPE/NGCards/TimeZones/America/Jamaica.ics +M SOPE/NGCards/TimeZones/America/Juneau.ics +M SOPE/NGCards/TimeZones/America/Kentucky/Louisville.ics +M SOPE/NGCards/TimeZones/America/Kentucky/Monticello.ics +A SOPE/NGCards/TimeZones/America/La_Paz.ics +A SOPE/NGCards/TimeZones/America/Lima.ics +M SOPE/NGCards/TimeZones/America/Los_Angeles.ics +A SOPE/NGCards/TimeZones/America/Maceio.ics +M SOPE/NGCards/TimeZones/America/Managua.ics +A SOPE/NGCards/TimeZones/America/Manaus.ics +M SOPE/NGCards/TimeZones/America/Marigot.ics +M SOPE/NGCards/TimeZones/America/Martinique.ics +A SOPE/NGCards/TimeZones/America/Matamoros.ics +M SOPE/NGCards/TimeZones/America/Mazatlan.ics +M SOPE/NGCards/TimeZones/America/Menominee.ics +M SOPE/NGCards/TimeZones/America/Merida.ics +M SOPE/NGCards/TimeZones/America/Mexico_City.ics +M SOPE/NGCards/TimeZones/America/Miquelon.ics +M SOPE/NGCards/TimeZones/America/Moncton.ics +A SOPE/NGCards/TimeZones/America/Montevideo.ics +M SOPE/NGCards/TimeZones/America/Montreal.ics +M SOPE/NGCards/TimeZones/America/Nassau.ics +M SOPE/NGCards/TimeZones/America/New_York.ics +M SOPE/NGCards/TimeZones/America/Nipigon.ics +M SOPE/NGCards/TimeZones/America/Nome.ics +A SOPE/NGCards/TimeZones/America/Noronha.ics +M SOPE/NGCards/TimeZones/America/North_Dakota/Center.ics +M SOPE/NGCards/TimeZones/America/North_Dakota/New_Salem.ics +A SOPE/NGCards/TimeZones/America/Ojinaga.ics +M SOPE/NGCards/TimeZones/America/Panama.ics +M SOPE/NGCards/TimeZones/America/Pangnirtung.ics +A SOPE/NGCards/TimeZones/America/Paramaribo.ics +M SOPE/NGCards/TimeZones/America/Phoenix.ics +M SOPE/NGCards/TimeZones/America/Port-au-Prince.ics +A SOPE/NGCards/TimeZones/America/Port_of_Spain.ics +A SOPE/NGCards/TimeZones/America/Porto_Velho.ics +M SOPE/NGCards/TimeZones/America/Puerto_Rico.ics +M SOPE/NGCards/TimeZones/America/Rainy_River.ics +M SOPE/NGCards/TimeZones/America/Rankin_Inlet.ics +A SOPE/NGCards/TimeZones/America/Recife.ics +M SOPE/NGCards/TimeZones/America/Regina.ics +M SOPE/NGCards/TimeZones/America/Resolute.ics +A SOPE/NGCards/TimeZones/America/Rio_Branco.ics +A SOPE/NGCards/TimeZones/America/Santa_Isabel.ics +A SOPE/NGCards/TimeZones/America/Santarem.ics +A SOPE/NGCards/TimeZones/America/Santiago.ics +M SOPE/NGCards/TimeZones/America/Santo_Domingo.ics +A SOPE/NGCards/TimeZones/America/Sao_Paulo.ics +M SOPE/NGCards/TimeZones/America/Scoresbysund.ics +M SOPE/NGCards/TimeZones/America/Shiprock.ics +M SOPE/NGCards/TimeZones/America/St_Barthelemy.ics +M SOPE/NGCards/TimeZones/America/St_Johns.ics +M SOPE/NGCards/TimeZones/America/St_Kitts.ics +M SOPE/NGCards/TimeZones/America/St_Lucia.ics +M SOPE/NGCards/TimeZones/America/St_Thomas.ics +M SOPE/NGCards/TimeZones/America/St_Vincent.ics +M SOPE/NGCards/TimeZones/America/Swift_Current.ics +M SOPE/NGCards/TimeZones/America/Tegucigalpa.ics +M SOPE/NGCards/TimeZones/America/Thule.ics +M SOPE/NGCards/TimeZones/America/Thunder_Bay.ics +M SOPE/NGCards/TimeZones/America/Tijuana.ics +M SOPE/NGCards/TimeZones/America/Toronto.ics +M SOPE/NGCards/TimeZones/America/Tortola.ics +M SOPE/NGCards/TimeZones/America/Vancouver.ics +M SOPE/NGCards/TimeZones/America/Whitehorse.ics +M SOPE/NGCards/TimeZones/America/Winnipeg.ics +M SOPE/NGCards/TimeZones/America/Yakutat.ics +M SOPE/NGCards/TimeZones/America/Yellowknife.ics +M SOPE/NGCards/TimeZones/Antarctica/Casey.ics +M SOPE/NGCards/TimeZones/Antarctica/Davis.ics +M SOPE/NGCards/TimeZones/Antarctica/DumontDUrville.ics +A SOPE/NGCards/TimeZones/Antarctica/Macquarie.ics +M SOPE/NGCards/TimeZones/Antarctica/Mawson.ics +M SOPE/NGCards/TimeZones/Antarctica/McMurdo.ics +M SOPE/NGCards/TimeZones/Antarctica/Palmer.ics +M SOPE/NGCards/TimeZones/Antarctica/Rothera.ics +M SOPE/NGCards/TimeZones/Antarctica/South_Pole.ics +M SOPE/NGCards/TimeZones/Antarctica/Syowa.ics +M SOPE/NGCards/TimeZones/Antarctica/Vostok.ics +M SOPE/NGCards/TimeZones/Arctic/Longyearbyen.ics +M SOPE/NGCards/TimeZones/Asia/Aden.ics +M SOPE/NGCards/TimeZones/Asia/Almaty.ics +M SOPE/NGCards/TimeZones/Asia/Amman.ics +M SOPE/NGCards/TimeZones/Asia/Anadyr.ics +M SOPE/NGCards/TimeZones/Asia/Aqtau.ics +M SOPE/NGCards/TimeZones/Asia/Aqtobe.ics +M SOPE/NGCards/TimeZones/Asia/Ashgabat.ics +M SOPE/NGCards/TimeZones/Asia/Baghdad.ics +M SOPE/NGCards/TimeZones/Asia/Bahrain.ics +M SOPE/NGCards/TimeZones/Asia/Baku.ics +M SOPE/NGCards/TimeZones/Asia/Bangkok.ics +M SOPE/NGCards/TimeZones/Asia/Beirut.ics +M SOPE/NGCards/TimeZones/Asia/Bishkek.ics +M SOPE/NGCards/TimeZones/Asia/Brunei.ics +M SOPE/NGCards/TimeZones/Asia/Choibalsan.ics +M SOPE/NGCards/TimeZones/Asia/Chongqing.ics +M SOPE/NGCards/TimeZones/Asia/Colombo.ics +M SOPE/NGCards/TimeZones/Asia/Damascus.ics +M SOPE/NGCards/TimeZones/Asia/Dhaka.ics +M SOPE/NGCards/TimeZones/Asia/Dili.ics +M SOPE/NGCards/TimeZones/Asia/Dubai.ics +M SOPE/NGCards/TimeZones/Asia/Dushanbe.ics +M SOPE/NGCards/TimeZones/Asia/Gaza.ics +M SOPE/NGCards/TimeZones/Asia/Harbin.ics +M SOPE/NGCards/TimeZones/Asia/Ho_Chi_Minh.ics +M SOPE/NGCards/TimeZones/Asia/Hong_Kong.ics +M SOPE/NGCards/TimeZones/Asia/Hovd.ics +M SOPE/NGCards/TimeZones/Asia/Irkutsk.ics +M SOPE/NGCards/TimeZones/Asia/Istanbul.ics +M SOPE/NGCards/TimeZones/Asia/Jakarta.ics +M SOPE/NGCards/TimeZones/Asia/Jayapura.ics +M SOPE/NGCards/TimeZones/Asia/Jerusalem.ics +M SOPE/NGCards/TimeZones/Asia/Kabul.ics +M SOPE/NGCards/TimeZones/Asia/Kamchatka.ics +M SOPE/NGCards/TimeZones/Asia/Karachi.ics +M SOPE/NGCards/TimeZones/Asia/Kashgar.ics +M SOPE/NGCards/TimeZones/Asia/Kathmandu.ics +M SOPE/NGCards/TimeZones/Asia/Kolkata.ics +M SOPE/NGCards/TimeZones/Asia/Krasnoyarsk.ics +M SOPE/NGCards/TimeZones/Asia/Kuala_Lumpur.ics +M SOPE/NGCards/TimeZones/Asia/Kuching.ics +M SOPE/NGCards/TimeZones/Asia/Kuwait.ics +M SOPE/NGCards/TimeZones/Asia/Macau.ics +M SOPE/NGCards/TimeZones/Asia/Magadan.ics +M SOPE/NGCards/TimeZones/Asia/Makassar.ics +M SOPE/NGCards/TimeZones/Asia/Manila.ics +M SOPE/NGCards/TimeZones/Asia/Muscat.ics +M SOPE/NGCards/TimeZones/Asia/Nicosia.ics +A SOPE/NGCards/TimeZones/Asia/Novokuznetsk.ics +M SOPE/NGCards/TimeZones/Asia/Novosibirsk.ics +M SOPE/NGCards/TimeZones/Asia/Omsk.ics +M SOPE/NGCards/TimeZones/Asia/Oral.ics +M SOPE/NGCards/TimeZones/Asia/Phnom_Penh.ics +M SOPE/NGCards/TimeZones/Asia/Pontianak.ics +M SOPE/NGCards/TimeZones/Asia/Pyongyang.ics +M SOPE/NGCards/TimeZones/Asia/Qatar.ics +M SOPE/NGCards/TimeZones/Asia/Qyzylorda.ics +M SOPE/NGCards/TimeZones/Asia/Rangoon.ics +M SOPE/NGCards/TimeZones/Asia/Riyadh.ics +M SOPE/NGCards/TimeZones/Asia/Sakhalin.ics +M SOPE/NGCards/TimeZones/Asia/Samarkand.ics +M SOPE/NGCards/TimeZones/Asia/Seoul.ics +M SOPE/NGCards/TimeZones/Asia/Shanghai.ics +M SOPE/NGCards/TimeZones/Asia/Singapore.ics +M SOPE/NGCards/TimeZones/Asia/Taipei.ics +M SOPE/NGCards/TimeZones/Asia/Tashkent.ics +M SOPE/NGCards/TimeZones/Asia/Tbilisi.ics +M SOPE/NGCards/TimeZones/Asia/Tehran.ics +M SOPE/NGCards/TimeZones/Asia/Thimphu.ics +M SOPE/NGCards/TimeZones/Asia/Tokyo.ics +M SOPE/NGCards/TimeZones/Asia/Ulaanbaatar.ics +M SOPE/NGCards/TimeZones/Asia/Urumqi.ics +M SOPE/NGCards/TimeZones/Asia/Vientiane.ics +M SOPE/NGCards/TimeZones/Asia/Vladivostok.ics +M SOPE/NGCards/TimeZones/Asia/Yakutsk.ics +M SOPE/NGCards/TimeZones/Asia/Yekaterinburg.ics +M SOPE/NGCards/TimeZones/Asia/Yerevan.ics +M SOPE/NGCards/TimeZones/Atlantic/Azores.ics +M SOPE/NGCards/TimeZones/Atlantic/Bermuda.ics +M SOPE/NGCards/TimeZones/Atlantic/Canary.ics +M SOPE/NGCards/TimeZones/Atlantic/Cape_Verde.ics +M SOPE/NGCards/TimeZones/Atlantic/Faroe.ics +M SOPE/NGCards/TimeZones/Atlantic/Madeira.ics +M SOPE/NGCards/TimeZones/Atlantic/Reykjavik.ics +A SOPE/NGCards/TimeZones/Atlantic/South_Georgia.ics +M SOPE/NGCards/TimeZones/Atlantic/St_Helena.ics +A SOPE/NGCards/TimeZones/Atlantic/Stanley.ics +M SOPE/NGCards/TimeZones/Australia/Adelaide.ics +M SOPE/NGCards/TimeZones/Australia/Brisbane.ics +M SOPE/NGCards/TimeZones/Australia/Broken_Hill.ics +M SOPE/NGCards/TimeZones/Australia/Currie.ics +M SOPE/NGCards/TimeZones/Australia/Darwin.ics +M SOPE/NGCards/TimeZones/Australia/Eucla.ics +M SOPE/NGCards/TimeZones/Australia/Hobart.ics +M SOPE/NGCards/TimeZones/Australia/Lindeman.ics +M SOPE/NGCards/TimeZones/Australia/Lord_Howe.ics +M SOPE/NGCards/TimeZones/Australia/Melbourne.ics +M SOPE/NGCards/TimeZones/Australia/Perth.ics +M SOPE/NGCards/TimeZones/Australia/Sydney.ics +M SOPE/NGCards/TimeZones/Europe/Amsterdam.ics +M SOPE/NGCards/TimeZones/Europe/Andorra.ics +M SOPE/NGCards/TimeZones/Europe/Athens.ics +M SOPE/NGCards/TimeZones/Europe/Belgrade.ics +M SOPE/NGCards/TimeZones/Europe/Berlin.ics +M SOPE/NGCards/TimeZones/Europe/Bratislava.ics +M SOPE/NGCards/TimeZones/Europe/Brussels.ics +M SOPE/NGCards/TimeZones/Europe/Bucharest.ics +M SOPE/NGCards/TimeZones/Europe/Budapest.ics +M SOPE/NGCards/TimeZones/Europe/Chisinau.ics +M SOPE/NGCards/TimeZones/Europe/Copenhagen.ics +M SOPE/NGCards/TimeZones/Europe/Dublin.ics +M SOPE/NGCards/TimeZones/Europe/Gibraltar.ics +M SOPE/NGCards/TimeZones/Europe/Guernsey.ics +M SOPE/NGCards/TimeZones/Europe/Helsinki.ics +M SOPE/NGCards/TimeZones/Europe/Isle_of_Man.ics +M SOPE/NGCards/TimeZones/Europe/Istanbul.ics +M SOPE/NGCards/TimeZones/Europe/Jersey.ics +M SOPE/NGCards/TimeZones/Europe/Kaliningrad.ics +M SOPE/NGCards/TimeZones/Europe/Kiev.ics +M SOPE/NGCards/TimeZones/Europe/Lisbon.ics +M SOPE/NGCards/TimeZones/Europe/Ljubljana.ics +M SOPE/NGCards/TimeZones/Europe/London.ics +M SOPE/NGCards/TimeZones/Europe/Luxembourg.ics +M SOPE/NGCards/TimeZones/Europe/Madrid.ics +M SOPE/NGCards/TimeZones/Europe/Malta.ics +M SOPE/NGCards/TimeZones/Europe/Mariehamn.ics +M SOPE/NGCards/TimeZones/Europe/Minsk.ics +M SOPE/NGCards/TimeZones/Europe/Monaco.ics +M SOPE/NGCards/TimeZones/Europe/Moscow.ics +M SOPE/NGCards/TimeZones/Europe/Nicosia.ics +M SOPE/NGCards/TimeZones/Europe/Oslo.ics +M SOPE/NGCards/TimeZones/Europe/Paris.ics +M SOPE/NGCards/TimeZones/Europe/Podgorica.ics +M SOPE/NGCards/TimeZones/Europe/Prague.ics +M SOPE/NGCards/TimeZones/Europe/Riga.ics +M SOPE/NGCards/TimeZones/Europe/Rome.ics +M SOPE/NGCards/TimeZones/Europe/Samara.ics +M SOPE/NGCards/TimeZones/Europe/San_Marino.ics +M SOPE/NGCards/TimeZones/Europe/Sarajevo.ics +M SOPE/NGCards/TimeZones/Europe/Simferopol.ics +M SOPE/NGCards/TimeZones/Europe/Skopje.ics +M SOPE/NGCards/TimeZones/Europe/Sofia.ics +M SOPE/NGCards/TimeZones/Europe/Stockholm.ics +M SOPE/NGCards/TimeZones/Europe/Tallinn.ics +M SOPE/NGCards/TimeZones/Europe/Tirane.ics +M SOPE/NGCards/TimeZones/Europe/Uzhgorod.ics +M SOPE/NGCards/TimeZones/Europe/Vaduz.ics +M SOPE/NGCards/TimeZones/Europe/Vatican.ics +M SOPE/NGCards/TimeZones/Europe/Vienna.ics +M SOPE/NGCards/TimeZones/Europe/Vilnius.ics +M SOPE/NGCards/TimeZones/Europe/Volgograd.ics +M SOPE/NGCards/TimeZones/Europe/Warsaw.ics +M SOPE/NGCards/TimeZones/Europe/Zagreb.ics +M SOPE/NGCards/TimeZones/Europe/Zaporozhye.ics +M SOPE/NGCards/TimeZones/Europe/Zurich.ics +M SOPE/NGCards/TimeZones/Indian/Antananarivo.ics +M SOPE/NGCards/TimeZones/Indian/Chagos.ics +M SOPE/NGCards/TimeZones/Indian/Christmas.ics +M SOPE/NGCards/TimeZones/Indian/Cocos.ics +M SOPE/NGCards/TimeZones/Indian/Comoro.ics +M SOPE/NGCards/TimeZones/Indian/Kerguelen.ics +M SOPE/NGCards/TimeZones/Indian/Mahe.ics +M SOPE/NGCards/TimeZones/Indian/Maldives.ics +M SOPE/NGCards/TimeZones/Indian/Mauritius.ics +M SOPE/NGCards/TimeZones/Indian/Mayotte.ics +M SOPE/NGCards/TimeZones/Indian/Reunion.ics +M SOPE/NGCards/TimeZones/Pacific/Apia.ics +M SOPE/NGCards/TimeZones/Pacific/Auckland.ics +M SOPE/NGCards/TimeZones/Pacific/Chatham.ics +A SOPE/NGCards/TimeZones/Pacific/Chuuk.ics +A SOPE/NGCards/TimeZones/Pacific/Easter.ics +M SOPE/NGCards/TimeZones/Pacific/Efate.ics +M SOPE/NGCards/TimeZones/Pacific/Enderbury.ics +M SOPE/NGCards/TimeZones/Pacific/Fakaofo.ics +M SOPE/NGCards/TimeZones/Pacific/Fiji.ics +M SOPE/NGCards/TimeZones/Pacific/Funafuti.ics +A SOPE/NGCards/TimeZones/Pacific/Galapagos.ics +M SOPE/NGCards/TimeZones/Pacific/Gambier.ics +M SOPE/NGCards/TimeZones/Pacific/Guadalcanal.ics +M SOPE/NGCards/TimeZones/Pacific/Guam.ics +M SOPE/NGCards/TimeZones/Pacific/Honolulu.ics +M SOPE/NGCards/TimeZones/Pacific/Johnston.ics +M SOPE/NGCards/TimeZones/Pacific/Kiritimati.ics +M SOPE/NGCards/TimeZones/Pacific/Kosrae.ics +M SOPE/NGCards/TimeZones/Pacific/Kwajalein.ics +M SOPE/NGCards/TimeZones/Pacific/Majuro.ics +M SOPE/NGCards/TimeZones/Pacific/Marquesas.ics +M SOPE/NGCards/TimeZones/Pacific/Midway.ics +M SOPE/NGCards/TimeZones/Pacific/Nauru.ics +M SOPE/NGCards/TimeZones/Pacific/Niue.ics +M SOPE/NGCards/TimeZones/Pacific/Norfolk.ics +M SOPE/NGCards/TimeZones/Pacific/Noumea.ics +M SOPE/NGCards/TimeZones/Pacific/Pago_Pago.ics +M SOPE/NGCards/TimeZones/Pacific/Palau.ics +M SOPE/NGCards/TimeZones/Pacific/Pitcairn.ics +A SOPE/NGCards/TimeZones/Pacific/Pohnpei.ics +M SOPE/NGCards/TimeZones/Pacific/Port_Moresby.ics +M SOPE/NGCards/TimeZones/Pacific/Rarotonga.ics +M SOPE/NGCards/TimeZones/Pacific/Saipan.ics +M SOPE/NGCards/TimeZones/Pacific/Tahiti.ics +M SOPE/NGCards/TimeZones/Pacific/Tarawa.ics +M SOPE/NGCards/TimeZones/Pacific/Tongatapu.ics +M SOPE/NGCards/TimeZones/Pacific/Wake.ics +M SOPE/NGCards/TimeZones/Pacific/Wallis.ics commit 0a4c54b063d77fc013ecce81ad45a365702a50e0 Author: Wolfgang Sourdeau @@ -31520,6 +38221,8 @@ Date: Mon Oct 18 18:30:37 2010 +0000 Monotone-Date: 2010-10-18T18:30:37 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalTimeZone.m + commit a352c05d22eac6f26891ea4bdc4176924d566b5d Author: Ludovic Marcotte Date: Mon Oct 18 14:30:28 2010 +0000 @@ -31533,6 +38236,10 @@ Date: Mon Oct 18 14:30:28 2010 +0000 Monotone-Date: 2010-10-18T14:30:28 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SOGoACLDutchAdditionAdvisory.wox +M UI/Templates/SOGoACLEnglishAdditionAdvisory.wox +M UI/Templates/SOGoACLRussianAdditionAdvisory.wox + commit 864a888124cc7e4022bc2a4ec36f4af9dd61f843 Author: Ludovic Marcotte Date: Mon Oct 18 12:57:31 2010 +0000 @@ -31546,6 +38253,35 @@ Date: Mon Oct 18 12:57:31 2010 +0000 Monotone-Date: 2010-10-18T12:57:31 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIApplication.h +M OpenChange/MAPIApplication.m +M OpenChange/MAPIStoreAuthenticator.h +M OpenChange/MAPIStoreAuthenticator.m +M OpenChange/MAPIStoreCalendarContext.h +M OpenChange/MAPIStoreCalendarContext.m +M OpenChange/MAPIStoreContactsContext.h +M OpenChange/MAPIStoreContactsContext.m +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreMailContext.h +M OpenChange/MAPIStoreMailContext.m +M OpenChange/MAPIStoreMapping.h +M OpenChange/MAPIStoreMapping.m +M OpenChange/MAPIStoreSOGo.h +M OpenChange/MAPIStoreSOGo.m +M OpenChange/MAPIStoreTasksContext.h +M OpenChange/MAPIStoreTasksContext.m +M OpenChange/NSArray+MAPIStore.h +M OpenChange/NSArray+MAPIStore.m +M OpenChange/NSCalendarDate+MAPIStore.h +M OpenChange/NSCalendarDate+MAPIStore.m +M OpenChange/NSData+MAPIStore.h +M OpenChange/NSData+MAPIStore.m +M OpenChange/NSString+MAPIStore.h +M OpenChange/NSString+MAPIStore.m +M OpenChange/SOGoGCSFolder+MAPIStore.h +M OpenChange/SOGoGCSFolder+MAPIStore.m + commit 3f7999221ac75f15c58ddf1cb84ea206d650f762 Author: Wolfgang Sourdeau Date: Fri Oct 15 20:51:00 2010 +0000 @@ -31557,6 +38293,9 @@ Date: Fri Oct 15 20:51:00 2010 +0000 Monotone-Date: 2010-10-15T20:51:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m + commit a467b556c1a4ed78523b738e8de312c20dbbae9e Author: Ludovic Marcotte Date: Fri Oct 15 18:30:08 2010 +0000 @@ -31570,6 +38309,14 @@ Date: Fri Oct 15 18:30:08 2010 +0000 Monotone-Date: 2010-10-15T18:30:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoUser.h + commit 3ab3e25a0074a245e85c2d546b4114b1e5117a86 Author: Wolfgang Sourdeau Date: Fri Oct 15 17:24:09 2010 +0000 @@ -31581,6 +38328,10 @@ Date: Fri Oct 15 17:24:09 2010 +0000 Monotone-Date: 2010-10-15T17:24:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreMailContext.m + commit 92030a5996ca32edb521ddc8b39430dab308d17b Author: Wolfgang Sourdeau Date: Fri Oct 15 17:18:34 2010 +0000 @@ -31592,6 +38343,10 @@ Date: Fri Oct 15 17:18:34 2010 +0000 Monotone-Date: 2010-10-15T17:18:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMapping.h +M OpenChange/MAPIStoreMapping.m + commit 1455202fdd99d335ce976cfddf4dc6382e162c05 Author: Wolfgang Sourdeau Date: Fri Oct 15 00:12:55 2010 +0000 @@ -31605,21 +38360,7 @@ Date: Fri Oct 15 00:12:55 2010 +0000 Monotone-Date: 2010-10-15T00:12:55 Monotone-Branch: ca.inverse.sogo -commit 55f7758862f7440eb29d7e19c35014e4b1f6a083 -Merge: 7685b34 68bf422 -Author: Wolfgang Sourdeau -Date: Thu Oct 14 21:38:10 2010 +0000 - - merge of '1c9f1cddb35ec2af1a800051b41880aec42781be' - and '94f2ed96085c3727eb5efe03791eae4789e00e1d' - - Monotone-Parent: 1c9f1cddb35ec2af1a800051b41880aec42781be - Monotone-Parent: 94f2ed96085c3727eb5efe03791eae4789e00e1d - Monotone-Revision: 9ba08911c1519d6dba02984afd8eb090a8ce8d82 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-10-14T21:38:10 - Monotone-Branch: ca.inverse.sogo +M ChangeLog commit 7685b34daf15450136078ea5b5e4d53ab10f67d4 Author: Wolfgang Sourdeau @@ -31632,6 +38373,10 @@ Date: Thu Oct 14 21:37:39 2010 +0000 Monotone-Date: 2010-10-14T21:37:39 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreMailContext.m +M OpenChange/MAPIStoreMapping.m + commit 68bf422281d74c8de6a7b2ff5b6f947b89563284 Author: Francis Lachapelle Date: Thu Oct 14 19:34:31 2010 +0000 @@ -31645,6 +38390,11 @@ Date: Thu Oct 14 19:34:31 2010 +0000 Monotone-Date: 2010-10-14T19:34:31 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailToSelection.wox +M UI/WebServerResources/SOGoAutoCompletion.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailToSelection.js + commit 4a9bc9ddb8298a0e578927c4098bc148ba4d19fa Author: Wolfgang Sourdeau Date: Thu Oct 14 18:22:46 2010 +0000 @@ -31656,6 +38406,9 @@ Date: Thu Oct 14 18:22:46 2010 +0000 Monotone-Date: 2010-10-14T18:22:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 7a8df3ef2139c41558818404c993bdb1c66cf950 Author: Wolfgang Sourdeau Date: Thu Oct 14 16:55:09 2010 +0000 @@ -31667,6 +38420,8 @@ Date: Thu Oct 14 16:55:09 2010 +0000 Monotone-Date: 2010-10-14T16:55:09 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailContext.m + commit 2b7d2ad9fda5674ff3b81de173d2876bc07ddea4 Author: Wolfgang Sourdeau Date: Thu Oct 14 16:52:11 2010 +0000 @@ -31678,6 +38433,8 @@ Date: Thu Oct 14 16:52:11 2010 +0000 Monotone-Date: 2010-10-14T16:52:11 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailContext.m + commit 7b38bc401e50e63d7061d28f9548ebe3f02d65e3 Author: Wolfgang Sourdeau Date: Thu Oct 14 16:49:06 2010 +0000 @@ -31689,6 +38446,8 @@ Date: Thu Oct 14 16:49:06 2010 +0000 Monotone-Date: 2010-10-14T16:49:06 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailContext.m + commit 809311a6c7860e7952d104c6a61129e47fcf65f1 Author: Wolfgang Sourdeau Date: Thu Oct 14 16:39:52 2010 +0000 @@ -31700,6 +38459,9 @@ Date: Thu Oct 14 16:39:52 2010 +0000 Monotone-Date: 2010-10-14T16:39:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailContext.m + commit 5600b7bc58a835dbf46965c4953d1451e411640e Author: Wolfgang Sourdeau Date: Thu Oct 14 16:38:15 2010 +0000 @@ -31711,6 +38473,10 @@ Date: Thu Oct 14 16:38:15 2010 +0000 Monotone-Date: 2010-10-14T16:38:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m + commit 4be0ec7d12bf3a85583e0d748567cdc947a85b0c Author: Wolfgang Sourdeau Date: Thu Oct 14 16:36:53 2010 +0000 @@ -31722,6 +38488,11 @@ Date: Thu Oct 14 16:36:53 2010 +0000 Monotone-Date: 2010-10-14T16:36:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +A OpenChange/NSData+MAPIStore.h +A OpenChange/NSData+MAPIStore.m + commit 6d65771fbc7948f9aa11e1cea34de91c53426c69 Author: Francis Lachapelle Date: Thu Oct 14 15:25:40 2010 +0000 @@ -31735,6 +38506,9 @@ Date: Thu Oct 14 15:25:40 2010 +0000 Monotone-Date: 2010-10-14T15:25:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 5e260415e6db4bb2c7af1348258a352129c82c0e Author: Wolfgang Sourdeau Date: Thu Oct 14 15:23:19 2010 +0000 @@ -31746,6 +38520,8 @@ Date: Thu Oct 14 15:23:19 2010 +0000 Monotone-Date: 2010-10-14T15:23:19 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailContext.m + commit 3e06ceed9c079e5eea77ca354bf9f3313e9952c2 Author: Wolfgang Sourdeau Date: Thu Oct 14 15:23:01 2010 +0000 @@ -31757,6 +38533,8 @@ Date: Thu Oct 14 15:23:01 2010 +0000 Monotone-Date: 2010-10-14T15:23:01 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailContext.m + commit d275e160432ec2404f844a6086cc8fa0b2ec53d8 Author: Wolfgang Sourdeau Date: Thu Oct 14 15:13:51 2010 +0000 @@ -31768,6 +38546,8 @@ Date: Thu Oct 14 15:13:51 2010 +0000 Monotone-Date: 2010-10-14T15:13:51 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailContext.m + commit 72da408d64e4d6c4da98b984be1e7d84b4ffd920 Author: Francis Lachapelle Date: Thu Oct 14 14:58:06 2010 +0000 @@ -31781,6 +38561,9 @@ Date: Thu Oct 14 14:58:06 2010 +0000 Monotone-Date: 2010-10-14T14:58:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 381879c77a4a6d76f43ebbeadaad275a2d724c37 Author: Wolfgang Sourdeau Date: Thu Oct 14 14:46:34 2010 +0000 @@ -31792,6 +38575,8 @@ Date: Thu Oct 14 14:46:34 2010 +0000 Monotone-Date: 2010-10-14T14:46:34 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailContext.m + commit 22993a660c470c1b4e3a317abc518641531bba86 Author: Wolfgang Sourdeau Date: Thu Oct 14 13:23:46 2010 +0000 @@ -31803,6 +38588,9 @@ Date: Thu Oct 14 13:23:46 2010 +0000 Monotone-Date: 2010-10-14T13:23:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreMailContext.m + commit bf0c0d3dc395d889a69a6ccc07ecea32459fc42f Author: Wolfgang Sourdeau Date: Thu Oct 14 13:22:46 2010 +0000 @@ -31814,6 +38602,8 @@ Date: Thu Oct 14 13:22:46 2010 +0000 Monotone-Date: 2010-10-14T13:22:46 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreContext.h + commit 2106be602b82eb360bb43504aba51548518e5a90 Author: Wolfgang Sourdeau Date: Thu Oct 14 13:22:26 2010 +0000 @@ -31825,6 +38615,9 @@ Date: Thu Oct 14 13:22:26 2010 +0000 Monotone-Date: 2010-10-14T13:22:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m + commit 750b0fb9607b5422c8136c9844bcd6f03166184c Author: Francis Lachapelle Date: Thu Oct 14 13:20:25 2010 +0000 @@ -31836,6 +38629,8 @@ Date: Thu Oct 14 13:20:25 2010 +0000 Monotone-Date: 2010-10-14T13:20:25 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 0c7e32caf280721d5f6ea01ddfc8fc732ba07695 Author: Francis Lachapelle Date: Thu Oct 14 13:08:49 2010 +0000 @@ -31849,6 +38644,9 @@ Date: Thu Oct 14 13:08:49 2010 +0000 Monotone-Date: 2010-10-14T13:08:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxAttendeesEditor.js + commit bc120fc37769dcdd8a4e38209b486369b9d9559d Author: Wolfgang Sourdeau Date: Wed Oct 13 21:40:50 2010 +0000 @@ -31860,6 +38658,15 @@ Date: Wed Oct 13 21:40:50 2010 +0000 Monotone-Date: 2010-10-13T21:40:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreMapping.m +M OpenChange/MAPIStoreSOGo.m +A OpenChange/NSArray+MAPIStore.h +A OpenChange/NSArray+MAPIStore.m + commit 2c2d84c65e3688b9ac655a1f5ffa9956dd82ddbd Author: Francis Lachapelle Date: Wed Oct 13 20:09:19 2010 +0000 @@ -31871,6 +38678,8 @@ Date: Wed Oct 13 20:09:19 2010 +0000 Monotone-Date: 2010-10-13T20:09:19 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 3e8c1c13271330d68a8e8aa60d07f8687294c566 Author: Francis Lachapelle Date: Wed Oct 13 19:20:16 2010 +0000 @@ -31882,6 +38691,8 @@ Date: Wed Oct 13 19:20:16 2010 +0000 Monotone-Date: 2010-10-13T19:20:16 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAclEditor.js + commit 2acf20ecbfd7d3a2fece9bc3fcf00d957fc9b1f1 Author: Francis Lachapelle Date: Wed Oct 13 17:49:44 2010 +0000 @@ -31895,6 +38706,9 @@ Date: Wed Oct 13 17:49:44 2010 +0000 Monotone-Date: 2010-10-13T17:49:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.m + commit de5adf88ade77ba1bdcf4af2b173c8a294da0a26 Author: Francis Lachapelle Date: Wed Oct 13 17:45:01 2010 +0000 @@ -31908,6 +38722,9 @@ Date: Wed Oct 13 17:45:01 2010 +0000 Monotone-Date: 2010-10-13T17:45:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/HTMLElement.js + commit e3ba9e87754b36af5f1ad4fa6ed27c652c9787d2 Author: Francis Lachapelle Date: Wed Oct 13 17:42:51 2010 +0000 @@ -31919,21 +38736,7 @@ Date: Wed Oct 13 17:42:51 2010 +0000 Monotone-Date: 2010-10-13T17:42:51 Monotone-Branch: ca.inverse.sogo -commit 40b93aeac7c46f8c9404698c645a7e8af54a16a7 -Merge: 0c1c5eb 10e1449 -Author: Francis Lachapelle -Date: Wed Oct 13 16:03:50 2010 +0000 - - merge of '47d9386ed0d68b0a3585c58826ca285b428390ff' - and '88d71e038ef8bd52597f0b1089a5a8d99762d53e' - - Monotone-Parent: 47d9386ed0d68b0a3585c58826ca285b428390ff - Monotone-Parent: 88d71e038ef8bd52597f0b1089a5a8d99762d53e - Monotone-Revision: 7bab59ca603186d58c00356778082d5123367741 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-10-13T16:03:50 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js commit 10e1449c0b480244e4ebcc5810ea58a9d2789e51 Author: Francis Lachapelle @@ -31948,6 +38751,9 @@ Date: Wed Oct 13 16:03:43 2010 +0000 Monotone-Date: 2010-10-13T16:03:43 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NSString+NGCards.m + commit 0c1c5eb9aab7073a19d9e19cb605ec51966b07b9 Author: Wolfgang Sourdeau Date: Wed Oct 13 15:55:21 2010 +0000 @@ -31959,6 +38765,8 @@ Date: Wed Oct 13 15:55:21 2010 +0000 Monotone-Date: 2010-10-13T15:55:21 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreContext.m + commit de1a3cbbf75b907e78ed182f02e5fa6d06ae0b27 Author: Wolfgang Sourdeau Date: Wed Oct 13 15:45:36 2010 +0000 @@ -31970,6 +38778,8 @@ Date: Wed Oct 13 15:45:36 2010 +0000 Monotone-Date: 2010-10-13T15:45:36 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailContext.m + commit 4ff280052a6182bb1eece2993104bea1154fefd2 Author: Wolfgang Sourdeau Date: Wed Oct 13 15:45:18 2010 +0000 @@ -31981,6 +38791,9 @@ Date: Wed Oct 13 15:45:18 2010 +0000 Monotone-Date: 2010-10-13T15:45:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m + commit cfe04bb0c691c441145fd4e8da8481d308744461 Author: Wolfgang Sourdeau Date: Wed Oct 13 15:30:01 2010 +0000 @@ -31992,21 +38805,10 @@ Date: Wed Oct 13 15:30:01 2010 +0000 Monotone-Date: 2010-10-13T15:30:01 Monotone-Branch: ca.inverse.sogo -commit 9660aeb84e8f067a3fab646ed22cce9ff637b770 -Merge: 3e43e65 e3e0b7e -Author: Wolfgang Sourdeau -Date: Wed Oct 13 15:10:39 2010 +0000 - - merge of '70913882b0f1e07c463bccfd01a69394f02a9ced' - and '9f4bb6a90906abd5189ebce4675007eb8f89e4a9' - - Monotone-Parent: 70913882b0f1e07c463bccfd01a69394f02a9ced - Monotone-Parent: 9f4bb6a90906abd5189ebce4675007eb8f89e4a9 - Monotone-Revision: 59d160b60daebebf7589645c180056eb1cc90294 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-10-13T15:10:39 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreMapping.h +M OpenChange/MAPIStoreMapping.m commit e3e0b7e9e597aa9ac299fdfa474e35ab7a489a2b Author: Francis Lachapelle @@ -32019,21 +38821,8 @@ Date: Wed Oct 13 15:08:41 2010 +0000 Monotone-Date: 2010-10-13T15:08:41 Monotone-Branch: ca.inverse.sogo -commit 3e43e65193c50a678b27f3d72d91228d4f9e2aa6 -Merge: 3aebfaf bb18132 -Author: Wolfgang Sourdeau -Date: Wed Oct 13 15:07:16 2010 +0000 - - merge of '4b50d4162b83d7792f468eea0c722d4b4d5a6fe4' - and 'ed9155f6c31847d4a5dcf861ed08dfb9bb7b112a' - - Monotone-Parent: 4b50d4162b83d7792f468eea0c722d4b4d5a6fe4 - Monotone-Parent: ed9155f6c31847d4a5dcf861ed08dfb9bb7b112a - Monotone-Revision: 70913882b0f1e07c463bccfd01a69394f02a9ced - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-10-13T15:07:16 - Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalListingActions.m +M UI/WebServerResources/SchedulerUI.js commit 3aebfaf27bfa3234d061e674155c61713faa9dac Author: Wolfgang Sourdeau @@ -32046,6 +38835,9 @@ Date: Wed Oct 13 15:07:03 2010 +0000 Monotone-Date: 2010-10-13T15:07:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailNamespace.m + commit bb181329511b34a077561f87c11f2df9f0c727ed Author: Francis Lachapelle Date: Wed Oct 13 15:02:39 2010 +0000 @@ -32059,6 +38851,15 @@ Date: Wed Oct 13 15:02:39 2010 +0000 Monotone-Date: 2010-10-13T15:02:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/NSArray+Scheduler.h +M UI/Scheduler/NSArray+Scheduler.m +M UI/Scheduler/UIxCalListingActions.m +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.css + commit 28f8f5a36af75f96dc820004a367ae3e6c61ce30 Author: Wolfgang Sourdeau Date: Wed Oct 13 13:34:06 2010 +0000 @@ -32070,6 +38871,8 @@ Date: Wed Oct 13 13:34:06 2010 +0000 Monotone-Date: 2010-10-13T13:34:06 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m + commit 26501cdafe90188de5a473d2a15822eb95c8186f Author: Wolfgang Sourdeau Date: Wed Oct 13 13:21:16 2010 +0000 @@ -32081,6 +38884,11 @@ Date: Wed Oct 13 13:21:16 2010 +0000 Monotone-Date: 2010-10-13T13:21:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBaseObject.m +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m + commit 227a13eb78b2b469fb8899445c5c86eab09974ea Author: Wolfgang Sourdeau Date: Tue Oct 12 21:40:54 2010 +0000 @@ -32092,6 +38900,10 @@ Date: Tue Oct 12 21:40:54 2010 +0000 Monotone-Date: 2010-10-12T21:40:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m + commit 3d6cec69cd4cb74def8735bcfa3d296612dcbeff Author: Wolfgang Sourdeau Date: Tue Oct 12 21:37:56 2010 +0000 @@ -32103,6 +38915,9 @@ Date: Tue Oct 12 21:37:56 2010 +0000 Monotone-Date: 2010-10-12T21:37:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarContext.m + commit 97fd630b6d08a70aa686487c9fd14926e2ba729b Author: Wolfgang Sourdeau Date: Tue Oct 12 21:37:09 2010 +0000 @@ -32114,6 +38929,8 @@ Date: Tue Oct 12 21:37:09 2010 +0000 Monotone-Date: 2010-10-12T21:37:09 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMapping.h + commit e44b6f124063be6b7fff618eb9ebbd7d56bba7fd Author: Wolfgang Sourdeau Date: Tue Oct 12 21:36:30 2010 +0000 @@ -32125,6 +38942,9 @@ Date: Tue Oct 12 21:36:30 2010 +0000 Monotone-Date: 2010-10-12T21:36:30 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.h +M SoObjects/Mailer/SOGoMailObject.m + commit 4d22de2a8a745f59f77461d1d2f95f72e9612f33 Author: Wolfgang Sourdeau Date: Tue Oct 12 21:36:03 2010 +0000 @@ -32136,21 +38956,7 @@ Date: Tue Oct 12 21:36:03 2010 +0000 Monotone-Date: 2010-10-12T21:36:03 Monotone-Branch: ca.inverse.sogo -commit e2505e2daa63f2b9116a70575409633ea836a28a -Merge: dfc4f1f 862fc80 -Author: Wolfgang Sourdeau -Date: Tue Oct 12 21:35:57 2010 +0000 - - merge of '58dd5b5062c42f191897941cb537d17bb4d22cad' - and 'd8572a250b974dcb3ee2eff7964b86e79ecf315f' - - Monotone-Parent: 58dd5b5062c42f191897941cb537d17bb4d22cad - Monotone-Parent: d8572a250b974dcb3ee2eff7964b86e79ecf315f - Monotone-Revision: 31f2502a7daa35d52fc302ad66e1d2510709ec85 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-10-12T21:35:57 - Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreContactsContext.m commit 862fc80572d7c7c1f1e0815d6a9f292d54d6b1f1 Author: Wolfgang Sourdeau @@ -32163,21 +38969,7 @@ Date: Tue Oct 12 21:35:33 2010 +0000 Monotone-Date: 2010-10-12T21:35:33 Monotone-Branch: ca.inverse.sogo -commit dfc4f1ffd4eeddcdb6ce8dea9f9bd4b219b7c48d -Merge: 692d11c ecb13f0 -Author: Ludovic Marcotte -Date: Tue Oct 12 18:15:23 2010 +0000 - - merge of '42e1092ef000ba4bd49f0414c545b934da9aa8e9' - and 'd0ea8a4d4acfb64cb5dacad035cb4849d4932d6d' - - Monotone-Parent: 42e1092ef000ba4bd49f0414c545b934da9aa8e9 - Monotone-Parent: d0ea8a4d4acfb64cb5dacad035cb4849d4932d6d - Monotone-Revision: 58dd5b5062c42f191897941cb537d17bb4d22cad - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-10-12T18:15:23 - Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile commit ecb13f02c67af4d041f71d4966b38990369b5126 Author: Ludovic Marcotte @@ -32192,6 +38984,8 @@ Date: Tue Oct 12 18:13:43 2010 +0000 Monotone-Date: 2010-10-12T18:13:43 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 692d11c4c9d972b380e6a39b99b9c849f92760be Author: Wolfgang Sourdeau Date: Tue Oct 12 16:31:47 2010 +0000 @@ -32203,6 +38997,11 @@ Date: Tue Oct 12 16:31:47 2010 +0000 Monotone-Date: 2010-10-12T16:31:47 Monotone-Branch: ca.inverse.sogo +M Apache/SOGo-debian.conf +M Apache/SOGo.conf +M ChangeLog +A Scripts/cas-proxy-validate.py + commit ad7bf7f5d36aca87c72cdfbc99b4e0c70fa0e54d Author: Wolfgang Sourdeau Date: Mon Oct 11 21:22:14 2010 +0000 @@ -32214,6 +39013,9 @@ Date: Mon Oct 11 21:22:14 2010 +0000 Monotone-Date: 2010-10-11T21:22:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxAttendeesEditor.js + commit 25ab64ec7d1715e9fa9bac8ca9c859d7f6cb2ed2 Author: Wolfgang Sourdeau Date: Mon Oct 11 20:54:43 2010 +0000 @@ -32225,6 +39027,9 @@ Date: Mon Oct 11 20:54:43 2010 +0000 Monotone-Date: 2010-10-11T20:54:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SOGoAutoCompletion.js + commit cbf3c1567766b6b03c3f7697b57ae5999c0b0c3b Author: Wolfgang Sourdeau Date: Mon Oct 11 20:13:26 2010 +0000 @@ -32236,6 +39041,9 @@ Date: Mon Oct 11 20:13:26 2010 +0000 Monotone-Date: 2010-10-11T20:13:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js + commit 55a5e29854ca3e5e8a1d50b675495cc24c64b825 Author: Wolfgang Sourdeau Date: Mon Oct 11 20:09:57 2010 +0000 @@ -32247,6 +39055,9 @@ Date: Mon Oct 11 20:09:57 2010 +0000 Monotone-Date: 2010-10-11T20:09:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit b4ff2cde2632f465c4a987be43e3264993b16462 Author: Wolfgang Sourdeau Date: Mon Oct 11 20:05:58 2010 +0000 @@ -32258,6 +39069,9 @@ Date: Mon Oct 11 20:05:58 2010 +0000 Monotone-Date: 2010-10-11T20:05:58 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/Toolbars/SOGoContactFolder.toolbar +M UI/Scheduler/Toolbars/SOGoAppointmentFolders.toolbar + commit 3b318bb3996e4281922a933fc1893869b0e0bfa5 Author: Wolfgang Sourdeau Date: Mon Oct 11 20:02:48 2010 +0000 @@ -32269,6 +39083,8 @@ Date: Mon Oct 11 20:02:48 2010 +0000 Monotone-Date: 2010-10-11T20:02:48 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/Toolbars/SOGoMailObject.toolbar + commit f5b09dcc183d61c5215258f153603b5e50d1ff62 Author: Wolfgang Sourdeau Date: Mon Oct 11 20:02:24 2010 +0000 @@ -32280,6 +39096,9 @@ Date: Mon Oct 11 20:02:24 2010 +0000 Monotone-Date: 2010-10-11T20:02:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/HTMLElement.js + commit e49b58f1542ac3c263793261842d547fc01af98e Author: Wolfgang Sourdeau Date: Mon Oct 11 20:00:19 2010 +0000 @@ -32291,6 +39110,8 @@ Date: Mon Oct 11 20:00:19 2010 +0000 Monotone-Date: 2010-10-11T20:00:19 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLTableElement.js + commit 02fec1d67a8480a4be45fc240295b59bce662f3f Author: Ludovic Marcotte Date: Sun Oct 10 12:00:31 2010 +0000 @@ -32304,6 +39125,8 @@ Date: Sun Oct 10 12:00:31 2010 +0000 Monotone-Date: 2010-10-10T12:00:31 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/GNUmakefile + commit e446e07adb406cb3157758c7322f4e9133cfd497 Author: Ludovic Marcotte Date: Sat Oct 9 11:32:31 2010 +0000 @@ -32317,6 +39140,13 @@ Date: Sat Oct 9 11:32:31 2010 +0000 Monotone-Date: 2010-10-09T11:32:31 Monotone-Branch: ca.inverse.sogo +M UI/Common/Ukrainian.lproj/Localizable.strings +M UI/Contacts/Ukrainian.lproj/Localizable.strings +M UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/MainUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/Scheduler/Ukrainian.lproj/Localizable.strings + commit f95fcda9d8f188600f8bafaeb0f67d544e72c6f0 Author: Wolfgang Sourdeau Date: Fri Oct 8 21:29:25 2010 +0000 @@ -32328,21 +39158,8 @@ Date: Fri Oct 8 21:29:25 2010 +0000 Monotone-Date: 2010-10-08T21:29:25 Monotone-Branch: ca.inverse.sogo -commit 950e55a7f72adbbfe8141c602179092777788d53 -Merge: 9145f0b f7a904b -Author: Francis Lachapelle -Date: Fri Oct 8 20:58:00 2010 +0000 - - merge of '27e383633f4976ef792123d347e4195e8fecd185' - and 'f02a11f1e1e720bc3a1a26a301b2b216d5335eb9' - - Monotone-Parent: 27e383633f4976ef792123d347e4195e8fecd185 - Monotone-Parent: f02a11f1e1e720bc3a1a26a301b2b216d5335eb9 - Monotone-Revision: 0bf2d169ac561f57a7e921d8f03772e095e7f54a - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-10-08T20:58:00 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalDateSelector.m commit f7a904b977948c619c4839b314ccfd0536ef331c Author: Francis Lachapelle @@ -32357,21 +39174,10 @@ Date: Fri Oct 8 20:57:24 2010 +0000 Monotone-Date: 2010-10-08T20:57:24 Monotone-Branch: ca.inverse.sogo -commit 9145f0be467cd0451a7d5458dfccd2019eecb1bc -Merge: d28c57e 118a588 -Author: Wolfgang Sourdeau -Date: Fri Oct 8 20:31:47 2010 +0000 - - merge of '7283e847d5338d046cd6d5bd9ea7475d0248528f' - and '7be471a6a7e6a2c4d99f470e9617461175519459' - - Monotone-Parent: 7283e847d5338d046cd6d5bd9ea7475d0248528f - Monotone-Parent: 7be471a6a7e6a2c4d99f470e9617461175519459 - Monotone-Revision: 27e383633f4976ef792123d347e4195e8fecd185 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-10-08T20:31:47 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js commit d28c57e9b5142c150c601624c688fcd555359abe Author: Wolfgang Sourdeau @@ -32384,21 +39190,64 @@ Date: Fri Oct 8 20:31:37 2010 +0000 Monotone-Date: 2010-10-08T20:31:37 Monotone-Branch: ca.inverse.sogo -commit 118a5887eaf27ba1c9e4251593664dc28cea3e1b -Merge: 7de1386 ba63f4d -Author: Francis Lachapelle -Date: Fri Oct 8 20:26:33 2010 +0000 - - merge of '314cdc639d9d8e37c3b7d63829a17bbd875a093e' - and '8edef594b9dbe81854edb93b0440fb81ef74970f' - - Monotone-Parent: 314cdc639d9d8e37c3b7d63829a17bbd875a093e - Monotone-Parent: 8edef594b9dbe81854edb93b0440fb81ef74970f - Monotone-Revision: 7be471a6a7e6a2c4d99f470e9617461175519459 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-10-08T20:26:33 - Monotone-Branch: ca.inverse.sogo +M NEWS +A SoObjects/Appointments/Catalan.lproj/Localizable.strings +M SoObjects/Appointments/GNUmakefile +A SoObjects/Contacts/Catalan.lproj/Localizable.strings +M SoObjects/Contacts/GNUmakefile +M SoObjects/Mailer/GNUmakefile +A SoObjects/Mailer/SOGoMailCatalanForward.wo/SOGoCatalanForward.html +A SoObjects/Mailer/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.html +M SoObjects/SOGo/SOGoDefaults.plist +A UI/AdministrationUI/Catalan.lproj/Localizable.strings +M UI/AdministrationUI/GNUmakefile +A UI/Common/Catalan.lproj/Localizable.strings +M UI/Common/GNUmakefile +A UI/Contacts/Catalan.lproj/Localizable.strings +M UI/Contacts/GNUmakefile +A UI/MailPartViewers/Catalan.lproj/Localizable.strings +M UI/MailPartViewers/GNUmakefile +A UI/MailerUI/Catalan.lproj/Localizable.strings +M UI/MailerUI/GNUmakefile +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +A UI/MainUI/Catalan.lproj/Locale +A UI/MainUI/Catalan.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/GNUmakefile +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/Polish.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Swedish.lproj/Localizable.strings +M UI/MainUI/Ukrainian.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +A UI/PreferencesUI/Catalan.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/GNUmakefile +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Polish.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +A UI/Scheduler/Catalan.lproj/Localizable.strings +A UI/Templates/SOGoACLCatalanAdditionAdvisory.wox +A UI/Templates/SOGoACLCatalanModificationAdvisory.wox +A UI/Templates/SOGoACLCatalanRemovalAdvisory.wox +A UI/Templates/SOGoFolderCatalanAdditionAdvisory.wox +A UI/Templates/SOGoFolderCatalanRemovalAdvisory.wox commit ba63f4deab241c8e311007d4ab1e680e0959aa4f Author: Francis Lachapelle @@ -32413,6 +39262,9 @@ Date: Fri Oct 8 20:25:54 2010 +0000 Monotone-Date: 2010-10-08T20:25:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 8ed772ebd79bbd35e24683084aaec0ddb946dd91 Author: Francis Lachapelle Date: Fri Oct 8 20:20:17 2010 +0000 @@ -32424,6 +39276,8 @@ Date: Fri Oct 8 20:20:17 2010 +0000 Monotone-Date: 2010-10-08T20:20:17 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit 7de1386b6e466d7fc17baec0094d267293467375 Author: Wolfgang Sourdeau Date: Fri Oct 8 20:13:26 2010 +0000 @@ -32435,6 +39289,9 @@ Date: Fri Oct 8 20:13:26 2010 +0000 Monotone-Date: 2010-10-08T20:13:26 Monotone-Branch: ca.inverse.sogo +M UI/Common/Polish.lproj/Localizable.strings +M UI/PreferencesUI/Polish.lproj/Localizable.strings + commit c2056e4de3dfcab02ff4e50fa09e19dffc9d1504 Author: Wolfgang Sourdeau Date: Fri Oct 8 19:56:17 2010 +0000 @@ -32446,21 +39303,7 @@ Date: Fri Oct 8 19:56:17 2010 +0000 Monotone-Date: 2010-10-08T19:56:17 Monotone-Branch: ca.inverse.sogo -commit 6c4091756cab5845d1fd2f61bc5b4b4fd5fce652 -Merge: aad1a0f a2b3ec5 -Author: Wolfgang Sourdeau -Date: Fri Oct 8 19:54:59 2010 +0000 - - merge of '5676ae3c13c58684d5b39a82a4ce2aeafdfc7040' - and 'c1871a78b402c35ce922ac5da7c7d2256dc9bb0c' - - Monotone-Parent: 5676ae3c13c58684d5b39a82a4ce2aeafdfc7040 - Monotone-Parent: c1871a78b402c35ce922ac5da7c7d2256dc9bb0c - Monotone-Revision: c43d9919f8f332369324d9caae4a46a303f32fa6 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-10-08T19:54:59 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/Italian.lproj/Localizable.strings commit a2b3ec567a3bd63cb12a2174476907417e45f5c5 Author: Wolfgang Sourdeau @@ -32473,6 +39316,11 @@ Date: Fri Oct 8 19:53:04 2010 +0000 Monotone-Date: 2010-10-08T19:53:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m + commit aad1a0f8ad848eb866288bc13db19e99733de200 Author: Ludovic Marcotte Date: Fri Oct 8 18:38:12 2010 +0000 @@ -32486,6 +39334,10 @@ Date: Fri Oct 8 18:38:12 2010 +0000 Monotone-Date: 2010-10-08T18:38:12 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIApplication.h +M OpenChange/MAPIStoreAuthenticator.h +M OpenChange/MAPIStoreContext.h + commit e859ba4123e3e30d34bb754ac400c9ada87d6664 Author: Wolfgang Sourdeau Date: Fri Oct 8 16:19:55 2010 +0000 @@ -32497,6 +39349,9 @@ Date: Fri Oct 8 16:19:55 2010 +0000 Monotone-Date: 2010-10-08T16:19:55 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalEvent.m + commit 3fa2e103fcadc25aabea63298626e6768117c9d3 Author: Francis Lachapelle Date: Fri Oct 8 16:14:09 2010 +0000 @@ -32510,6 +39365,9 @@ Date: Fri Oct 8 16:14:09 2010 +0000 Monotone-Date: 2010-10-08T16:14:09 Monotone-Branch: ca.inverse.sogo +M Apache/SOGo-debian.conf +M Apache/SOGo.conf + commit 50c9612b2f7df62caa7436f14c2649aedf4e0da6 Author: Francis Lachapelle Date: Fri Oct 8 16:08:10 2010 +0000 @@ -32523,6 +39381,9 @@ Date: Fri Oct 8 16:08:10 2010 +0000 Monotone-Date: 2010-10-08T16:08:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit 38c346083a06b43df92e42ebf3a2f5896ef1fc26 Author: Wolfgang Sourdeau Date: Fri Oct 8 14:09:58 2010 +0000 @@ -32534,6 +39395,9 @@ Date: Fri Oct 8 14:09:58 2010 +0000 Monotone-Date: 2010-10-08T14:09:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js + commit 0b3ca41ccc0f54d9eccb1337255059e2ab8f85de Author: Wolfgang Sourdeau Date: Fri Oct 8 12:43:48 2010 +0000 @@ -32545,6 +39409,8 @@ Date: Fri Oct 8 12:43:48 2010 +0000 Monotone-Date: 2010-10-08T12:43:48 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.m + commit b4f8503826924495a089c8587ee023e53967fbe0 Author: Wolfgang Sourdeau Date: Fri Oct 8 12:43:43 2010 +0000 @@ -32556,6 +39422,12 @@ Date: Fri Oct 8 12:43:43 2010 +0000 Monotone-Date: 2010-10-08T12:43:43 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NGCardsSaxHandler.m +M SOPE/NGCards/NSString+NGCards.h +M SOPE/NGCards/NSString+NGCards.m +M SOPE/NGCards/versitCardsSaxDriver/VSSaxDriver.m + commit b391953aa488fb176835f1b63605ac39f8d9acca Author: Wolfgang Sourdeau Date: Wed Oct 6 19:47:20 2010 +0000 @@ -32567,6 +39439,9 @@ Date: Wed Oct 6 19:47:20 2010 +0000 Monotone-Date: 2010-10-06T19:47:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit e8debc37e3ecd1e85cfa73d88506b0827bcd7f89 Author: Wolfgang Sourdeau Date: Wed Oct 6 14:27:09 2010 +0000 @@ -32578,6 +39453,14 @@ Date: Wed Oct 6 14:27:09 2010 +0000 Monotone-Date: 2010-10-06T14:27:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreCalendarContext.m +M OpenChange/MAPIStoreContactsContext.m +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreMailContext.m +M OpenChange/MAPIStoreTasksContext.m + commit bc5c6979a39378d7e8f51643ee5a426495510e2a Author: Wolfgang Sourdeau Date: Wed Oct 6 13:59:49 2010 +0000 @@ -32589,6 +39472,11 @@ Date: Wed Oct 6 13:59:49 2010 +0000 Monotone-Date: 2010-10-06T13:59:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreMailContext.m + commit a6ac923ffa20921b70b1938da6f3df3d4d0984bd Author: Wolfgang Sourdeau Date: Wed Oct 6 13:36:32 2010 +0000 @@ -32602,6 +39490,8 @@ Date: Wed Oct 6 13:36:32 2010 +0000 Monotone-Date: 2010-10-06T13:36:32 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 76a791f93ba3502ccc108df3dff760b0a59ec607 Author: Wolfgang Sourdeau Date: Tue Oct 5 21:31:46 2010 +0000 @@ -32615,6 +39505,8 @@ Date: Tue Oct 5 21:31:46 2010 +0000 Monotone-Date: 2010-10-05T21:31:46 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 671d1f7a1c805feb9de7601d75cdebc264c452f5 Author: Wolfgang Sourdeau Date: Tue Oct 5 13:56:43 2010 +0000 @@ -32626,6 +39518,8 @@ Date: Tue Oct 5 13:56:43 2010 +0000 Monotone-Date: 2010-10-05T13:56:43 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreContext.m + commit 9705f286ebb4997e23ffa997fef4a47a870f942d Author: Wolfgang Sourdeau Date: Tue Oct 5 13:56:33 2010 +0000 @@ -32637,6 +39531,8 @@ Date: Tue Oct 5 13:56:33 2010 +0000 Monotone-Date: 2010-10-05T13:56:33 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreMailContext.m + commit a853c8bd9d31d327339a75175d445c11662bf599 Author: Wolfgang Sourdeau Date: Tue Oct 5 13:54:53 2010 +0000 @@ -32648,6 +39544,9 @@ Date: Tue Oct 5 13:54:53 2010 +0000 Monotone-Date: 2010-10-05T13:54:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/MAPIStoreTasksContext.m + commit 61bb20f66fcc0e1a5a1dcae8dfafb837ab5c18b4 Author: Wolfgang Sourdeau Date: Tue Oct 5 13:50:03 2010 +0000 @@ -32659,6 +39558,8 @@ Date: Tue Oct 5 13:50:03 2010 +0000 Monotone-Date: 2010-10-05T13:50:03 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIStoreCalendarContext.m + commit 6a615d1bced96d8559897f7f790c3807e57e5726 Author: Wolfgang Sourdeau Date: Fri Oct 1 21:31:58 2010 +0000 @@ -32670,6 +39571,13 @@ Date: Fri Oct 1 21:31:58 2010 +0000 Monotone-Date: 2010-10-01T21:31:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreMapping.m +A OpenChange/MAPIStoreTasksContext.h +A OpenChange/MAPIStoreTasksContext.m + commit 0c742dd5ca7a3c44b6c6cf97ebd565fee7e14139 Author: Wolfgang Sourdeau Date: Fri Oct 1 21:24:15 2010 +0000 @@ -32681,6 +39589,16 @@ Date: Fri Oct 1 21:24:15 2010 +0000 Monotone-Date: 2010-10-01T21:24:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OpenChange/GNUmakefile +M OpenChange/MAPIStoreCalendarContext.m +M OpenChange/MAPIStoreContactsContext.m +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreMailContext.m +A OpenChange/SOGoGCSFolder+MAPIStore.h +A OpenChange/SOGoGCSFolder+MAPIStore.m + commit f0129f6312c46b1d3555289cc378a1c8ada5be2f Author: Wolfgang Sourdeau Date: Fri Oct 1 21:19:03 2010 +0000 @@ -32692,6 +39610,8 @@ Date: Fri Oct 1 21:19:03 2010 +0000 Monotone-Date: 2010-10-01T21:19:03 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.h + commit da7d543cd5f70a9411d33ef92c8efb230e456644 Author: Wolfgang Sourdeau Date: Fri Oct 1 20:39:51 2010 +0000 @@ -32703,6 +39623,10 @@ Date: Fri Oct 1 20:39:51 2010 +0000 Monotone-Date: 2010-10-01T20:39:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m + commit 0c7a3d7b0d463c91395a02bb8f38df973821fd65 Author: Wolfgang Sourdeau Date: Fri Oct 1 20:39:00 2010 +0000 @@ -32714,6 +39638,8 @@ Date: Fri Oct 1 20:39:00 2010 +0000 Monotone-Date: 2010-10-01T20:39:00 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.h + commit e4b127bb531f73776f06b6b312719eb72f386b88 Author: Wolfgang Sourdeau Date: Fri Oct 1 20:35:29 2010 +0000 @@ -32727,6 +39653,18 @@ Date: Fri Oct 1 20:35:29 2010 +0000 Monotone-Date: 2010-10-01T20:35:29 Monotone-Branch: ca.inverse.sogo +M OpenChange/MAPIApplication.m +M OpenChange/MAPIStoreAuthenticator.m +M OpenChange/MAPIStoreCalendarContext.m +M OpenChange/MAPIStoreContactsContext.m +M OpenChange/MAPIStoreContext.h +M OpenChange/MAPIStoreContext.m +M OpenChange/MAPIStoreMailContext.m +M OpenChange/MAPIStoreMapping.m +M OpenChange/MAPIStoreSOGo.m +M OpenChange/NSCalendarDate+MAPIStore.m +M OpenChange/NSString+MAPIStore.m + commit 43568edc76c24a738d1d80e30eb7ac2494a028b5 Author: Wolfgang Sourdeau Date: Fri Oct 1 20:35:09 2010 +0000 @@ -32738,6 +39676,8 @@ Date: Fri Oct 1 20:35:09 2010 +0000 Monotone-Date: 2010-10-01T20:35:09 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 07b5425cc9bc8bbe30696b57be4c986d21e9da21 Author: Wolfgang Sourdeau Date: Fri Oct 1 18:55:17 2010 +0000 @@ -32749,6 +39689,8 @@ Date: Fri Oct 1 18:55:17 2010 +0000 Monotone-Date: 2010-10-01T18:55:17 Monotone-Branch: ca.inverse.sogo +M OpenChange/GNUmakefile + commit 1440a686c07f140d2c80a0edb4b13bd7d1aa8574 Author: Wolfgang Sourdeau Date: Fri Oct 1 18:54:30 2010 +0000 @@ -32762,6 +39704,28 @@ Date: Fri Oct 1 18:54:30 2010 +0000 Monotone-Date: 2010-10-01T18:54:30 Monotone-Branch: ca.inverse.sogo +A OpenChange/GNUmakefile +A OpenChange/MAPIApplication.h +A OpenChange/MAPIApplication.m +A OpenChange/MAPIStoreAuthenticator.h +A OpenChange/MAPIStoreAuthenticator.m +A OpenChange/MAPIStoreCalendarContext.h +A OpenChange/MAPIStoreCalendarContext.m +A OpenChange/MAPIStoreContactsContext.h +A OpenChange/MAPIStoreContactsContext.m +A OpenChange/MAPIStoreContext.h +A OpenChange/MAPIStoreContext.m +A OpenChange/MAPIStoreMailContext.h +A OpenChange/MAPIStoreMailContext.m +A OpenChange/MAPIStoreMapping.h +A OpenChange/MAPIStoreMapping.m +A OpenChange/MAPIStoreSOGo.h +A OpenChange/MAPIStoreSOGo.m +A OpenChange/NSCalendarDate+MAPIStore.h +A OpenChange/NSCalendarDate+MAPIStore.m +A OpenChange/NSString+MAPIStore.h +A OpenChange/NSString+MAPIStore.m + commit 79fc9f4c2613dd018333183a40a4d2cde84e8b25 Author: Wolfgang Sourdeau Date: Thu Sep 30 18:05:14 2010 +0000 @@ -32773,6 +39737,37 @@ Date: Thu Sep 30 18:05:14 2010 +0000 Monotone-Date: 2010-09-30T18:05:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/GNUmakefile +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m +A SoObjects/Mailer/SOGoUser+Mailer.h +A SoObjects/Mailer/SOGoUser+Mailer.m +M UI/MailerUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailerUI/Czech.lproj/Localizable.strings +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/GNUmakefile +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Hungarian.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Polish.lproj/Localizable.strings +M UI/MailerUI/Russian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MailerUI/Swedish.lproj/Localizable.strings +M UI/MailerUI/UIxMailAccountActions.m +A UI/MailerUI/UIxMailUserDelegationEditor.m +M UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/MailerUI/Welsh.lproj/Localizable.strings +M UI/MailerUI/product.plist +M UI/Templates/MailerUI/UIxMailMainFrame.wox +A UI/Templates/MailerUI/UIxMailUserDelegationEditor.wox +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxContactsUserFolders.js +A UI/WebServerResources/UIxMailUserDelegationEditor.css +A UI/WebServerResources/UIxMailUserDelegationEditor.js + commit 80df88564495618abe73dbc4c4bab89f0e8ed37c Author: Wolfgang Sourdeau Date: Thu Sep 30 18:03:02 2010 +0000 @@ -32784,6 +39779,8 @@ Date: Thu Sep 30 18:03:02 2010 +0000 Monotone-Date: 2010-09-30T18:03:02 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.m + commit 29f1ffe6b23edd31ccb676e4eb4d019be80cb88e Author: Wolfgang Sourdeau Date: Thu Sep 30 17:36:37 2010 +0000 @@ -32795,6 +39792,9 @@ Date: Thu Sep 30 17:36:37 2010 +0000 Monotone-Date: 2010-09-30T17:36:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSDictionary+BSJSONAdditions.m + commit b3bc0987761fc214bf128e37b908792b220d90f5 Author: Francis Lachapelle Date: Wed Sep 29 18:29:01 2010 +0000 @@ -32808,21 +39808,7 @@ Date: Wed Sep 29 18:29:01 2010 +0000 Monotone-Date: 2010-09-29T18:29:01 Monotone-Branch: ca.inverse.sogo -commit 6b6a441e1ab1897bafca10ca54137981cacf0d99 -Merge: 48879f2 99cd717 -Author: Wolfgang Sourdeau -Date: Wed Sep 29 13:28:47 2010 +0000 - - merge of '50e65cc6ce54ea052b3aeba048f1a2f447154953' - and '5ded584da8e206ac5d953762545e4d49aa5010d7' - - Monotone-Parent: 50e65cc6ce54ea052b3aeba048f1a2f447154953 - Monotone-Parent: 5ded584da8e206ac5d953762545e4d49aa5010d7 - Monotone-Revision: 79274fbc0dcc605237ea83312be3e900b8e97903 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-09-29T13:28:47 - Monotone-Branch: ca.inverse.sogo +M sogo.spec commit 99cd717e8a7fc77c1457743283f0d15e341a93bb Author: Wolfgang Sourdeau @@ -32837,6 +39823,8 @@ Date: Wed Sep 29 13:21:59 2010 +0000 Monotone-Date: 2010-09-29T13:21:59 Monotone-Branch: ca.inverse.sogo +M debian/sogo.docs + commit 48879f2a5c8164845aed2370abbafd5e7639429f Author: Francis Lachapelle Date: Tue Sep 28 23:02:33 2010 +0000 @@ -32850,21 +39838,7 @@ Date: Tue Sep 28 23:02:33 2010 +0000 Monotone-Date: 2010-09-28T23:02:33 Monotone-Branch: ca.inverse.sogo -commit 14221a130c6959b5532e58784e38878a88d1feef -Merge: 380e9df c873752 -Author: Wolfgang Sourdeau -Date: Tue Sep 28 17:54:14 2010 +0000 - - merge of '1e037a870db694332f09d5b9487b81d3c76ade7a' - and '7285cdd10c4ae24e612e984c6b14a96e15e060a1' - - Monotone-Parent: 1e037a870db694332f09d5b9487b81d3c76ade7a - Monotone-Parent: 7285cdd10c4ae24e612e984c6b14a96e15e060a1 - Monotone-Revision: f98cf98b9e244d049aff84921d88c0db705241f1 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-09-28T17:54:14 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt commit 380e9df7c24c75ee29474eceadca80f714674f2b Author: Wolfgang Sourdeau @@ -32877,21 +39851,7 @@ Date: Tue Sep 28 17:54:05 2010 +0000 Monotone-Date: 2010-09-28T17:54:05 Monotone-Branch: ca.inverse.sogo -commit c87375265872f9c673ec3de57f86740bba5836ae -Merge: fe112e2 5721227 -Author: Francis Lachapelle -Date: Tue Sep 28 16:09:00 2010 +0000 - - merge of '57cb13b050b46962a5b75e6eb9b8c15eddd51ef1' - and '99ea9ff62c0f957853593872fbc025892f52f11b' - - Monotone-Parent: 57cb13b050b46962a5b75e6eb9b8c15eddd51ef1 - Monotone-Parent: 99ea9ff62c0f957853593872fbc025892f52f11b - Monotone-Revision: 7285cdd10c4ae24e612e984c6b14a96e15e060a1 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-09-28T16:09:00 - Monotone-Branch: ca.inverse.sogo +M sogo.spec commit 572122703f1bd3b1169b31c0153d456d45ad88c6 Author: Francis Lachapelle @@ -32906,6 +39866,12 @@ Date: Tue Sep 28 16:07:58 2010 +0000 Monotone-Date: 2010-09-28T16:07:58 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NSString+NGCards.m +M SOPE/NGCards/iCalDateTime.h +M SOPE/NGCards/iCalDateTime.m +M SOPE/NGCards/iCalRepeatableEntityObject.m + commit fe112e2dc372633d533c3e3878b8b76d5fbad544 Author: Wolfgang Sourdeau Date: Tue Sep 28 15:29:05 2010 +0000 @@ -32917,21 +39883,8 @@ Date: Tue Sep 28 15:29:05 2010 +0000 Monotone-Date: 2010-09-28T15:29:05 Monotone-Branch: ca.inverse.sogo -commit cbc04a57e9f45b84aaca6e690ee9d3b818e78223 -Merge: b0374af addca0f -Author: Wolfgang Sourdeau -Date: Tue Sep 28 15:07:35 2010 +0000 - - merge of '9e946c46691afd745f601eae3b1973a26f7494e4' - and 'be2d77f6c4881e75bb24c06d7eec7e0a2869a643' - - Monotone-Parent: 9e946c46691afd745f601eae3b1973a26f7494e4 - Monotone-Parent: be2d77f6c4881e75bb24c06d7eec7e0a2869a643 - Monotone-Revision: ed0087920f7016ffe9d167eede15e8f77e91413f - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-09-28T15:07:35 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m commit b0374af51d956a86fa2288ebf1075e87e8d97489 Author: Wolfgang Sourdeau @@ -32944,6 +39897,9 @@ Date: Tue Sep 28 15:07:27 2010 +0000 Monotone-Date: 2010-09-28T15:07:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailFolderActions.m + commit 3d62a683cec590eee7066b768edc6dcaae1335c7 Author: Wolfgang Sourdeau Date: Tue Sep 28 15:06:29 2010 +0000 @@ -32955,6 +39911,9 @@ Date: Tue Sep 28 15:06:29 2010 +0000 Monotone-Date: 2010-09-28T15:06:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.m + commit e31f76877fc39fe33cbadc48e4a75cc78f261b23 Author: Wolfgang Sourdeau Date: Tue Sep 28 15:05:56 2010 +0000 @@ -32966,6 +39925,10 @@ Date: Tue Sep 28 15:05:56 2010 +0000 Monotone-Date: 2010-09-28T15:05:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m + commit 429e214829e1f6c1265700e2675ce470926589b5 Author: Wolfgang Sourdeau Date: Tue Sep 28 15:03:33 2010 +0000 @@ -32977,6 +39940,9 @@ Date: Tue Sep 28 15:03:33 2010 +0000 Monotone-Date: 2010-09-28T15:03:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSEntry.m + commit addca0f1b74aa8a356da1d1db12d381b463c5921 Author: Francis Lachapelle Date: Tue Sep 28 14:48:50 2010 +0000 @@ -32990,6 +39956,11 @@ Date: Tue Sep 28 14:48:50 2010 +0000 Monotone-Date: 2010-09-28T14:48:50 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/first.gif +A UI/WebServerResources/last.gif +A UI/WebServerResources/next.gif +A UI/WebServerResources/previous.gif + commit 96885636b35ead11866abc57ef1806e5a18007fe Author: Francis Lachapelle Date: Mon Sep 27 20:47:32 2010 +0000 @@ -33003,6 +39974,12 @@ Date: Mon Sep 27 20:47:32 2010 +0000 Monotone-Date: 2010-09-27T20:47:32 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MainUI/German.lproj/Locale +M UI/MainUI/German.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings + commit 68007551df994fcb98f996746b34d48dfb6c35ca Author: Francis Lachapelle Date: Mon Sep 27 16:19:47 2010 +0000 @@ -33016,6 +39993,8 @@ Date: Mon Sep 27 16:19:47 2010 +0000 Monotone-Date: 2010-09-27T16:19:47 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit 8dfe6cbb3a1c7b77981742801c3cdb3466421053 Author: Francis Lachapelle Date: Mon Sep 27 16:17:16 2010 +0000 @@ -33027,6 +40006,8 @@ Date: Mon Sep 27 16:17:16 2010 +0000 Monotone-Date: 2010-09-27T16:17:16 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 3d2f08f678f4d4d2bcdcb214e3668da8a525d885 Author: Ludovic Marcotte Date: Fri Sep 24 19:13:02 2010 +0000 @@ -33040,6 +40021,32 @@ Date: Fri Sep 24 19:13:02 2010 +0000 Monotone-Date: 2010-09-24T19:13:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D README +D SOPE/GDLContentStore/README +D SOPE/NGCards/README +D SOPE/NGCards/samples/README +D SOPE/NGCards/tests/README +D SOPE/NGCards/versitCardsSaxDriver/README +M SoObjects/Appointments/GNUmakefile +D SoObjects/Appointments/SOGoGroupAppointmentFolder.h +D SoObjects/Appointments/SOGoGroupAppointmentFolder.m +D SoObjects/Contacts/README +D SoObjects/Mailer/README +D SoObjects/README +M SoObjects/SOGo/GNUmakefile +D SoObjects/SOGo/README +D SoObjects/SOGo/SOGoCustomGroupFolder.h +D SoObjects/SOGo/SOGoCustomGroupFolder.m +D SoObjects/SOGo/SOGoGroupFolder.h +D SoObjects/SOGo/SOGoGroupFolder.m +D SoObjects/SOGo/SOGoGroupsFolder.h +D SoObjects/SOGo/SOGoGroupsFolder.m +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoUserFolder.h +D UI/MailerUI/README +D UI/MainUI/README + commit 38af9bc66b5ed5f45edc41d38dd210b937c91acd Author: Ludovic Marcotte Date: Fri Sep 24 17:50:40 2010 +0000 @@ -33053,6 +40060,9 @@ Date: Fri Sep 24 17:50:40 2010 +0000 Monotone-Date: 2010-09-24T17:50:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.m + commit fa522147e69364e6a163bed1e36a5d07ed58a44c Author: Ludovic Marcotte Date: Fri Sep 24 15:24:24 2010 +0000 @@ -33066,6 +40076,14 @@ Date: Fri Sep 24 15:24:24 2010 +0000 Monotone-Date: 2010-09-24T15:24:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoGroup.h +M SoObjects/SOGo/SOGoGroup.m +M SoObjects/SOGo/SQLSource.m + commit 33a5f8a3ddf64b07a99f240b3868019b81f6b3e4 Author: Francis Lachapelle Date: Thu Sep 23 17:57:30 2010 +0000 @@ -33079,6 +40097,13 @@ Date: Thu Sep 23 17:57:30 2010 +0000 Monotone-Date: 2010-09-23T17:57:30 Monotone-Branch: ca.inverse.sogo +M UI/AdministrationUI/German.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/MailPartViewers/German.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings + commit 56183e8a7b423841b30d79d254b3e8697e56fd30 Author: Francis Lachapelle Date: Wed Sep 22 20:10:25 2010 +0000 @@ -33092,6 +40117,9 @@ Date: Wed Sep 22 20:10:25 2010 +0000 Monotone-Date: 2010-09-22T20:10:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js + commit 7c568108659754f5c777c4858d1b9f6ad704c162 Author: Francis Lachapelle Date: Wed Sep 22 19:44:48 2010 +0000 @@ -33103,6 +40131,8 @@ Date: Wed Sep 22 19:44:48 2010 +0000 Monotone-Date: 2010-09-22T19:44:48 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit da01afd5a0f086b7c6630d55e26e77da6ed897f6 Author: Francis Lachapelle Date: Wed Sep 22 14:25:44 2010 +0000 @@ -33116,6 +40146,9 @@ Date: Wed Sep 22 14:25:44 2010 +0000 Monotone-Date: 2010-09-22T14:25:44 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt + commit c2bfc0fcc6053307218d9e5536e84737abd6a4bf Author: Francis Lachapelle Date: Wed Sep 22 13:32:48 2010 +0000 @@ -33129,69 +40162,7 @@ Date: Wed Sep 22 13:32:48 2010 +0000 Monotone-Date: 2010-09-22T13:32:48 Monotone-Branch: ca.inverse.sogo -commit 659676572b50951319f1b27a13f8a7af723e2db9 -Merge: 0157cd6 02d5e95 -Author: Francis Lachapelle -Date: Tue Sep 21 22:38:17 2010 +0000 - - merge of '150562a6cebe155a4cb327810609cda6bf2fb935' - and 'bf9cc230b574a121a65dec376056ef21db5478d1' - - Monotone-Parent: 150562a6cebe155a4cb327810609cda6bf2fb935 - Monotone-Parent: bf9cc230b574a121a65dec376056ef21db5478d1 - Monotone-Revision: aa694c23977599cbef19c8530654ec14bd0d7a86 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-09-21T22:38:17 - Monotone-Branch: ca.inverse.sogo - -commit 0157cd67a4b4fbe17ede5475d72ede05116ebb87 -Merge: 8add1b0 b48c752 -Author: Ludovic Marcotte -Date: Wed Sep 22 11:25:43 2010 +0000 - - merge of '7e92f68d047f833383107a515ec0f4ffbcbb0ba5' - and 'd14d73ffda1c750075f94c27ab66f90844a83291' - - Monotone-Parent: 7e92f68d047f833383107a515ec0f4ffbcbb0ba5 - Monotone-Parent: d14d73ffda1c750075f94c27ab66f90844a83291 - Monotone-Revision: 150562a6cebe155a4cb327810609cda6bf2fb935 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-09-22T11:25:43 - Monotone-Branch: ca.inverse.sogo - -commit 02d5e95f36d35ee815cad59b9c2dfbfacdd5686c -Merge: 226ee81 b48c752 -Author: Francis Lachapelle -Date: Tue Sep 21 22:21:02 2010 +0000 - - merge of 'a8a0cf231c1df012737d3e075f5dc8885cca4540' - and 'd14d73ffda1c750075f94c27ab66f90844a83291' - - Monotone-Parent: a8a0cf231c1df012737d3e075f5dc8885cca4540 - Monotone-Parent: d14d73ffda1c750075f94c27ab66f90844a83291 - Monotone-Revision: bf9cc230b574a121a65dec376056ef21db5478d1 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-09-21T22:21:02 - Monotone-Branch: ca.inverse.sogo - -commit b48c75273fa9e892c2a3cf244a866e2efa0c1456 -Merge: f47d5a8 c8f70ec -Author: Ludovic Marcotte -Date: Tue Sep 21 18:51:52 2010 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_2' (head 27928b2f068db3c3e82db3c62f4fc38854011aa9) - to branch 'ca.inverse.sogo' (head 830fc624da8f3c1746ad2b7249cc18a3d0e3365a) - - Monotone-Parent: 27928b2f068db3c3e82db3c62f4fc38854011aa9 - Monotone-Parent: 830fc624da8f3c1746ad2b7249cc18a3d0e3365a - Monotone-Revision: d14d73ffda1c750075f94c27ab66f90844a83291 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-09-21T18:51:52 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Mobile Devices Configuration.odt commit f47d5a8b94cdbd350c5d14a7c4880a5ba8ec22f2 Author: Ludovic Marcotte @@ -33205,37 +40176,7 @@ Date: Tue Sep 21 18:50:27 2010 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-09-21T18:50:27 -commit 226ee81d10baadd3235a69caf9b727bc1093c077 -Merge: 8add1b0 c8f70ec -Author: Francis Lachapelle -Date: Tue Sep 21 18:28:00 2010 +0000 - - merge of '7e92f68d047f833383107a515ec0f4ffbcbb0ba5' - and '830fc624da8f3c1746ad2b7249cc18a3d0e3365a' - - Monotone-Parent: 7e92f68d047f833383107a515ec0f4ffbcbb0ba5 - Monotone-Parent: 830fc624da8f3c1746ad2b7249cc18a3d0e3365a - Monotone-Revision: a8a0cf231c1df012737d3e075f5dc8885cca4540 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-09-21T18:28:00 - Monotone-Branch: ca.inverse.sogo - -commit c8f70ecf979d0af7129c50a8814266026e86766b -Merge: 25b848e 9424204 -Author: Ludovic Marcotte -Date: Tue Sep 21 17:49:33 2010 +0000 - - merge of '0003bd90fb1070c884af826f67b63c41fca97554' - and 'c4797e1e6cd8eac66a45d44b94200b38f4bf7749' - - Monotone-Parent: 0003bd90fb1070c884af826f67b63c41fca97554 - Monotone-Parent: c4797e1e6cd8eac66a45d44b94200b38f4bf7749 - Monotone-Revision: 830fc624da8f3c1746ad2b7249cc18a3d0e3365a - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-09-21T17:49:33 - Monotone-Branch: ca.inverse.sogo +M Scripts/updates.php commit 25b848e5a92454de4c999b4f9856fc74ce516f9e Author: Ludovic Marcotte @@ -33250,21 +40191,7 @@ Date: Tue Sep 21 17:49:26 2010 +0000 Monotone-Date: 2010-09-21T17:49:26 Monotone-Branch: ca.inverse.sogo -commit 942420475e476441d31864dde4d0561117e9cff5 -Merge: 5b700ff a16bca3 -Author: Ludovic Marcotte -Date: Tue Sep 21 17:47:46 2010 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_2' (head eaf913d29d99bd1d8089bfc9bfb79fddef19a8be) - to branch 'ca.inverse.sogo' (head 595f922ff0d07669c998389a631ab6ba36fe8fe7) - - Monotone-Parent: 595f922ff0d07669c998389a631ab6ba36fe8fe7 - Monotone-Parent: eaf913d29d99bd1d8089bfc9bfb79fddef19a8be - Monotone-Revision: c4797e1e6cd8eac66a45d44b94200b38f4bf7749 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-09-21T17:47:46 - Monotone-Branch: ca.inverse.sogo +M Scripts/updates.php commit 5b700ff445056853c44498168067a15129dafea0 Author: Ludovic Marcotte @@ -33279,6 +40206,11 @@ Date: Tue Sep 21 17:47:15 2010 +0000 Monotone-Date: 2010-09-21T17:47:15 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt +M Scripts/updates.php + commit 8add1b0f1aabf485a7bc857708906dd1691be8a2 Author: Francis Lachapelle Date: Tue Sep 21 15:46:37 2010 +0000 @@ -33290,6 +40222,8 @@ Date: Tue Sep 21 15:46:37 2010 +0000 Monotone-Date: 2010-09-21T15:46:37 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/Version + commit a16bca3ab552b6a4d47555ab99bad3d1e77958b2 Author: Ludovic Marcotte Date: Tue Sep 21 15:09:12 2010 +0000 @@ -33302,6 +40236,12 @@ Date: Tue Sep 21 15:09:12 2010 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-09-21T15:09:12 +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt +M NEWS +M Scripts/updates.php + commit aae9325fc8d3826a060e1ea29e700057d72eaaf1 Author: Francis Lachapelle Date: Mon Sep 20 20:19:41 2010 +0000 @@ -33313,6 +40253,8 @@ Date: Mon Sep 20 20:19:41 2010 +0000 Monotone-Date: 2010-09-20T20:19:41 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 9c35b5ddaf9caff49cdb3009bfd21826f75592c0 Author: Francis Lachapelle Date: Mon Sep 20 20:17:50 2010 +0000 @@ -33326,6 +40268,26 @@ Date: Mon Sep 20 20:17:50 2010 +0000 Monotone-Date: 2010-09-20T20:17:50 Monotone-Branch: ca.inverse.sogo +M UI/Common/Italian.lproj/Localizable.strings +M UI/MailerUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Hungarian.lproj/Localizable.strings +M UI/MailerUI/Polish.lproj/Localizable.strings +M UI/MailerUI/Russian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MailerUI/Swedish.lproj/Localizable.strings +M UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/MailerUI/Welsh.lproj/Localizable.strings +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/Scheduler/Polish.lproj/Localizable.strings + commit 40d2f1dfdd08650f5677be9713b0f95da88ad2c8 Author: Ludovic Marcotte Date: Mon Sep 20 17:18:37 2010 +0000 @@ -33339,6 +40301,9 @@ Date: Mon Sep 20 17:18:37 2010 +0000 Monotone-Date: 2010-09-20T17:18:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit 70efdbc06b4c8109a9e59d94dfc400eaa2c8838c Author: Ludovic Marcotte Date: Mon Sep 20 15:27:31 2010 +0000 @@ -33351,6 +40316,8 @@ Date: Mon Sep 20 15:27:31 2010 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-09-20T15:27:31 +M NEWS + commit e68c05b8a05175b44922c7fb6853085a7996c0af Author: Francis Lachapelle Date: Mon Sep 20 14:41:04 2010 +0000 @@ -33364,6 +40331,9 @@ Date: Mon Sep 20 14:41:04 2010 +0000 Monotone-Date: 2010-09-20T14:41:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.m + commit eacb6d9942381216257490456379b0e82e575c53 Author: Francis Lachapelle Date: Mon Sep 20 14:36:02 2010 +0000 @@ -33377,21 +40347,13 @@ Date: Mon Sep 20 14:36:02 2010 +0000 Monotone-Date: 2010-09-20T14:36:02 Monotone-Branch: ca.inverse.sogo -commit 7c12cf72f6ec913f458b2eef6307638db59d90d6 -Merge: cee94fe 5ffe015 -Author: Francis Lachapelle -Date: Mon Sep 20 14:29:04 2010 +0000 - - merge of '1acff2251868501e5baba3465e49475362ce1e4b' - and '68057140404e926c49422f77445d1b382fc182e5' - - Monotone-Parent: 1acff2251868501e5baba3465e49475362ce1e4b - Monotone-Parent: 68057140404e926c49422f77445d1b382fc182e5 - Monotone-Revision: 434c3721a8dac924cce0531eebee09d9b27457ea - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-09-20T14:29:04 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/UIxMailFolderActions.m +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.js commit 5ffe0153183e8ed843ed87856e2e21ee9ef9ee26 Author: Francis Lachapelle @@ -33404,6 +40366,8 @@ Date: Mon Sep 20 14:11:05 2010 +0000 Monotone-Date: 2010-09-20T14:11:05 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit cee94feb0592fd98e528fbce3611022316448ea0 Author: Wolfgang Sourdeau Date: Mon Sep 20 13:56:29 2010 +0000 @@ -33415,6 +40379,9 @@ Date: Mon Sep 20 13:56:29 2010 +0000 Monotone-Date: 2010-09-20T13:56:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.m + commit d9cf3145da9adc73f1a7cb67ced13491c523fb2b Author: Wolfgang Sourdeau Date: Mon Sep 20 13:42:16 2010 +0000 @@ -33426,6 +40393,10 @@ Date: Mon Sep 20 13:42:16 2010 +0000 Monotone-Date: 2010-09-20T13:42:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Integration/test-davacl.py +M Tests/Integration/utilities.py + commit b2f882a898873d4c6615f1578644f9b42491db15 Author: Wolfgang Sourdeau Date: Fri Sep 17 20:56:00 2010 +0000 @@ -33437,6 +40408,8 @@ Date: Fri Sep 17 20:56:00 2010 +0000 Monotone-Date: 2010-09-17T20:56:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit c5ccfd44c6b54353ea6d006cc32d8d45fa3c991e Author: Wolfgang Sourdeau Date: Fri Sep 17 20:55:19 2010 +0000 @@ -33448,6 +40421,9 @@ Date: Fri Sep 17 20:55:19 2010 +0000 Monotone-Date: 2010-09-17T20:55:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo+DAV.m + commit 1e2579a6649143079e7ecedfae4a44f7cd0678a4 Author: Francis Lachapelle Date: Fri Sep 17 20:37:20 2010 +0000 @@ -33461,6 +40437,9 @@ Date: Fri Sep 17 20:37:20 2010 +0000 Monotone-Date: 2010-09-17T20:37:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit 26de71bac2a9c2916ed9ce63e37c3580797a701d Author: Francis Lachapelle Date: Fri Sep 17 20:30:17 2010 +0000 @@ -33472,6 +40451,8 @@ Date: Fri Sep 17 20:30:17 2010 +0000 Monotone-Date: 2010-09-17T20:30:17 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoGCSFolder.m + commit a16ddee32c4acdc0ad5d8a591165df713707f247 Author: Francis Lachapelle Date: Fri Sep 17 18:30:10 2010 +0000 @@ -33485,6 +40466,9 @@ Date: Fri Sep 17 18:30:10 2010 +0000 Monotone-Date: 2010-09-17T18:30:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit 0807a039103871025f831ec8d8a0254a64eaea14 Author: Francis Lachapelle Date: Fri Sep 17 18:26:28 2010 +0000 @@ -33496,21 +40480,8 @@ Date: Fri Sep 17 18:26:28 2010 +0000 Monotone-Date: 2010-09-17T18:26:28 Monotone-Branch: ca.inverse.sogo -commit ea3cf9e51e99cb81ec9d604f443c242f8b478709 -Merge: 681e8bb 1c29ec7 -Author: Ludovic Marcotte -Date: Thu Sep 16 16:53:45 2010 +0000 - - merge of 'cf224472d6ba902892440c969a9a308dcbe60b86' - and 'd925078e57868fc910aed3a8f4d3ae25d8eaffd3' - - Monotone-Parent: cf224472d6ba902892440c969a9a308dcbe60b86 - Monotone-Parent: d925078e57868fc910aed3a8f4d3ae25d8eaffd3 - Monotone-Revision: 93f8b5c83438d0624dcc65f2a200d4431df36530 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-09-16T16:53:45 - Monotone-Branch: ca.inverse.sogo +M Main/Version +M UI/MainUI/Version commit 681e8bb3e9040d666fd4bb110be42fc46a887b6e Author: Ludovic Marcotte @@ -33525,21 +40496,7 @@ Date: Thu Sep 16 16:53:09 2010 +0000 Monotone-Date: 2010-09-16T16:53:09 Monotone-Branch: ca.inverse.sogo -commit 1c29ec736ea0006e807ee7ccabc92a684f374b1e -Merge: da4b852 50f6f7a -Author: Wolfgang Sourdeau -Date: Thu Sep 16 13:18:09 2010 +0000 - - merge of '2beb673f2d4abc8e4ea6eb827ec51bd6371423b6' - and '3aef78f323b46f1ff836bf4757a34f80ffd3d160' - - Monotone-Parent: 2beb673f2d4abc8e4ea6eb827ec51bd6371423b6 - Monotone-Parent: 3aef78f323b46f1ff836bf4757a34f80ffd3d160 - Monotone-Revision: d925078e57868fc910aed3a8f4d3ae25d8eaffd3 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-09-16T13:18:09 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt commit da4b852773cbb866a45114d3b1ee0488007d0dcb Author: Ludovic Marcotte @@ -33554,6 +40511,8 @@ Date: Thu Sep 16 12:42:47 2010 +0000 Monotone-Date: 2010-09-16T12:42:47 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/GCSChannelManager.m + commit 50f6f7a54ff75ebffd749209dbfc3f102aa3a8ab Author: Wolfgang Sourdeau Date: Wed Sep 15 20:02:37 2010 +0000 @@ -33565,6 +40524,9 @@ Date: Wed Sep 15 20:02:37 2010 +0000 Monotone-Date: 2010-09-15T20:02:37 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailObject.h + commit c33e030588d04580fdd867007cf9ab9058324ca9 Author: Ludovic Marcotte Date: Wed Sep 15 10:33:07 2010 +0000 @@ -33578,6 +40540,8 @@ Date: Wed Sep 15 10:33:07 2010 +0000 Monotone-Date: 2010-09-15T10:33:07 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailListActions.m + commit 7d56370ae1d3f9f02da93bdbeee9a1d0d965c1b9 Author: Ludovic Marcotte Date: Tue Sep 14 21:37:10 2010 +0000 @@ -33591,21 +40555,7 @@ Date: Tue Sep 14 21:37:10 2010 +0000 Monotone-Date: 2010-09-14T21:37:10 Monotone-Branch: ca.inverse.sogo -commit fa99b2bfeda84e13918ad890298121376f7de396 -Merge: 4f028a0 b90a3f7 -Author: Ludovic Marcotte -Date: Tue Sep 14 21:36:44 2010 +0000 - - merge of '2e385121b8070035aeacb75be839ee7daaec77ab' - and '756755f35a7b0415c98a7a403ba3c57bc62a635a' - - Monotone-Parent: 2e385121b8070035aeacb75be839ee7daaec77ab - Monotone-Parent: 756755f35a7b0415c98a7a403ba3c57bc62a635a - Monotone-Revision: 8a33d1f9394c9fbaada3fcd1f51d3ba2fb6de40e - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-09-14T21:36:44 - Monotone-Branch: ca.inverse.sogo +M ChangeLog commit 4f028a0613ef860d996deb00249debabbc97d608 Author: Ludovic Marcotte @@ -33620,6 +40570,22 @@ Date: Tue Sep 14 18:42:35 2010 +0000 Monotone-Date: 2010-09-14T18:42:35 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Polish.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/Ukrainian.lproj/Localizable.strings +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/WebServerResources/UIxReminderEditor.js + commit bab7e374bb6b5145c3e30e8fd1e3e88cf101538b Author: Ludovic Marcotte Date: Tue Sep 14 18:18:10 2010 +0000 @@ -33633,6 +40599,16 @@ Date: Tue Sep 14 18:18:10 2010 +0000 Monotone-Date: 2010-09-14T18:18:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M SoObjects/Appointments/SOGoAppointmentFolders.m +M SoObjects/Appointments/SOGoUserFolder+Appointments.h +M SoObjects/Appointments/SOGoUserFolder+Appointments.m +M SoObjects/SOGo/SOGoGroup.m +M UI/Common/UIxUserRightsEditor.h +M UI/Common/UIxUserRightsEditor.m +M UI/Scheduler/UIxCalUserRightsEditor.m + commit b90a3f76b4ffb06957c650ff4b62b60d091e070a Author: Wolfgang Sourdeau Date: Tue Sep 14 14:06:20 2010 +0000 @@ -33644,6 +40620,13 @@ Date: Tue Sep 14 14:06:20 2010 +0000 Monotone-Date: 2010-09-14T14:06:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoDomainDefaults.h +M SoObjects/SOGo/SOGoDomainDefaults.m +M UI/Common/UIxPageFrame.h +M UI/Common/UIxPageFrame.m +M UI/Templates/UIxPageFrame.wox + commit eeaa7627b6e5b87cacb1922cbed142f75c4fbba1 Author: Ludovic Marcotte Date: Mon Sep 13 22:53:51 2010 +0000 @@ -33657,6 +40640,9 @@ Date: Mon Sep 13 22:53:51 2010 +0000 Monotone-Date: 2010-09-13T22:53:51 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt + commit 0d7d91d862f31ebaf911c1bcf31a723249ba572e Author: Ludovic Marcotte Date: Mon Sep 13 21:49:07 2010 +0000 @@ -33670,6 +40656,16 @@ Date: Mon Sep 13 21:49:07 2010 +0000 Monotone-Date: 2010-09-13T21:49:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/Italian.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/MailPartViewers/Italian.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings + commit 024c24a9e48e79dd7dfa3d46e588a7513c894981 Author: Ludovic Marcotte Date: Mon Sep 13 21:37:07 2010 +0000 @@ -33683,6 +40679,11 @@ Date: Mon Sep 13 21:37:07 2010 +0000 Monotone-Date: 2010-09-13T21:37:07 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailForward.h +M SoObjects/Mailer/SOGoMailForward.m +M SoObjects/Mailer/SOGoMailReply.h +M SoObjects/Mailer/SOGoMailReply.m + commit 083fd932c90c331289feba3a857f4d63f2ccefe8 Author: Ludovic Marcotte Date: Mon Sep 13 21:34:05 2010 +0000 @@ -33696,6 +40697,12 @@ Date: Mon Sep 13 21:34:05 2010 +0000 Monotone-Date: 2010-09-13T21:34:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D SoObjects/Mailer/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.html +D SoObjects/Mailer/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.wod +D SoObjects/Mailer/SOGoMailUkrainianReply.wo/SOGoMailUkrainian.wod +A SoObjects/Mailer/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.wod + commit 75d6765b7965013cf6a598eb739d9e7276fc9b45 Author: Ludovic Marcotte Date: Fri Sep 10 22:18:43 2010 +0000 @@ -33709,6 +40716,8 @@ Date: Fri Sep 10 22:18:43 2010 +0000 Monotone-Date: 2010-09-10T22:18:43 Monotone-Branch: ca.inverse.sogo +M Main/GNUmakefile + commit 0aba9b359e212ee935a779b32fa22c15593cea45 Author: Ludovic Marcotte Date: Thu Sep 9 18:42:45 2010 +0000 @@ -33722,6 +40731,8 @@ Date: Thu Sep 9 18:42:45 2010 +0000 Monotone-Date: 2010-09-09T18:42:45 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailListActions.m + commit d67826dcd06625e8406c0865373b698faeb34b7c Author: Ludovic Marcotte Date: Thu Sep 9 17:03:27 2010 +0000 @@ -33735,6 +40746,13 @@ Date: Thu Sep 9 17:03:27 2010 +0000 Monotone-Date: 2010-09-09T17:03:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/GNUmakefile +M Main/NSException+Stacktrace.h +M Main/NSException+Stacktrace.m +D Main/README +M Main/SOGo.m + commit 97f662825be59d1e86a02197c7de0f78bdbcd7c0 Author: Wolfgang Sourdeau Date: Thu Sep 9 18:53:40 2010 +0000 @@ -33746,6 +40764,8 @@ Date: Thu Sep 9 18:53:40 2010 +0000 Monotone-Date: 2010-09-09T18:53:40 Monotone-Branch: ca.inverse.sogo +M debian/control + commit 0c58d236e2c551e16a8919d72bf7f9212c1a815d Author: Wolfgang Sourdeau Date: Thu Sep 9 18:41:56 2010 +0000 @@ -33757,6 +40777,8 @@ Date: Thu Sep 9 18:41:56 2010 +0000 Monotone-Date: 2010-09-09T18:41:56 Monotone-Branch: ca.inverse.sogo +M debian/control + commit ca681d8f806108a4e5e196e67e5fdb482c14881e Author: Wolfgang Sourdeau Date: Thu Sep 9 18:41:31 2010 +0000 @@ -33768,6 +40790,8 @@ Date: Thu Sep 9 18:41:31 2010 +0000 Monotone-Date: 2010-09-09T18:41:31 Monotone-Branch: ca.inverse.sogo +M debian/sogo.overrides + commit 165ae115436a91a02a3f65b912cd480471fe41d2 Author: Wolfgang Sourdeau Date: Thu Sep 9 18:38:43 2010 +0000 @@ -33779,6 +40803,9 @@ Date: Thu Sep 9 18:38:43 2010 +0000 Monotone-Date: 2010-09-09T18:38:43 Monotone-Branch: ca.inverse.sogo +M debian/control +M debian/sogo.init + commit bb48c8c6721e4785dcc95a3302840558161d2b94 Author: Wolfgang Sourdeau Date: Thu Sep 9 18:07:57 2010 +0000 @@ -33790,6 +40817,8 @@ Date: Thu Sep 9 18:07:57 2010 +0000 Monotone-Date: 2010-09-09T18:07:57 Monotone-Branch: ca.inverse.sogo +M debian/control + commit 8956ba4325d1a5bc33e95078e5d386134ef5c913 Author: Wolfgang Sourdeau Date: Thu Sep 9 16:36:56 2010 +0000 @@ -33801,6 +40830,8 @@ Date: Thu Sep 9 16:36:56 2010 +0000 Monotone-Date: 2010-09-09T16:36:56 Monotone-Branch: ca.inverse.sogo +M debian/rules + commit cfaf3fa72c3e6aaa389a5fb90ff17d7c7dd50b4f Author: Wolfgang Sourdeau Date: Thu Sep 9 16:35:31 2010 +0000 @@ -33812,6 +40843,8 @@ Date: Thu Sep 9 16:35:31 2010 +0000 Monotone-Date: 2010-09-09T16:35:31 Monotone-Branch: ca.inverse.sogo +M debian/rules + commit 5567a7a83fbe9fcce01e9002a15c7a5691b378d5 Author: Wolfgang Sourdeau Date: Thu Sep 9 16:33:12 2010 +0000 @@ -33823,6 +40856,8 @@ Date: Thu Sep 9 16:33:12 2010 +0000 Monotone-Date: 2010-09-09T16:33:12 Monotone-Branch: ca.inverse.sogo +M debian/rules + commit 172b48a461a21ef86eb4957117172260dd1383b0 Author: Wolfgang Sourdeau Date: Thu Sep 9 16:04:27 2010 +0000 @@ -33836,21 +40871,7 @@ Date: Thu Sep 9 16:04:27 2010 +0000 Monotone-Date: 2010-09-09T16:04:27 Monotone-Branch: ca.inverse.sogo -commit eac5a07e169d5fd49de18b14bf38dda56b478ef8 -Merge: 2ec0d4d 6981ac8 -Author: Wolfgang Sourdeau -Date: Thu Sep 9 15:51:28 2010 +0000 - - merge of '625efb02980e7be9f62a6da3298d79adb34b78bd' - and '9ab8bbc4744bc53399410cafa678f8b27923e5fb' - - Monotone-Parent: 625efb02980e7be9f62a6da3298d79adb34b78bd - Monotone-Parent: 9ab8bbc4744bc53399410cafa678f8b27923e5fb - Monotone-Revision: a3e6c76628a0d2f514619fb4c55d3768c57c848b - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-09-09T15:51:28 - Monotone-Branch: ca.inverse.sogo +M debian/rules commit 2ec0d4d273b38d5f49c28ee01f9e68c3c327b574 Author: Wolfgang Sourdeau @@ -33865,6 +40886,9 @@ Date: Thu Sep 9 15:51:13 2010 +0000 Monotone-Date: 2010-09-09T15:51:13 Monotone-Branch: ca.inverse.sogo +M debian/control +M debian/rules + commit 6981ac8ab3e97bec59b315b12887a10a19c2830f Author: Francis Lachapelle Date: Wed Sep 8 16:27:52 2010 +0000 @@ -33878,6 +40902,9 @@ Date: Wed Sep 8 16:27:52 2010 +0000 Monotone-Date: 2010-09-08T16:27:52 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactEditor.css +M UI/WebServerResources/iefixes.css + commit 82cb84b54b4b654f04bfcf909c201596964d40bf Author: Ludovic Marcotte Date: Wed Sep 8 10:58:36 2010 +0000 @@ -33891,6 +40918,8 @@ Date: Wed Sep 8 10:58:36 2010 +0000 Monotone-Date: 2010-09-08T10:58:36 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 45c653d990dfe9a204531c7b618af368a311f68f Author: Ludovic Marcotte Date: Fri Sep 3 19:20:02 2010 +0000 @@ -33904,6 +40933,8 @@ Date: Fri Sep 3 19:20:02 2010 +0000 Monotone-Date: 2010-09-03T19:20:02 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxPageFrame.m + commit 3178dcf9145feacf61b4771d624405b300f1012c Author: Ludovic Marcotte Date: Fri Sep 3 18:00:05 2010 +0000 @@ -33917,6 +40948,9 @@ Date: Fri Sep 3 18:00:05 2010 +0000 Monotone-Date: 2010-09-03T18:00:05 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/appointment-oracle.ocs +M OGoContentStore/appointment.ocs + commit d68fa531a811e8dcbcb768fdea634ad740a1a6bf Author: Wolfgang Sourdeau Date: Fri Sep 3 15:51:22 2010 +0000 @@ -33930,21 +40964,7 @@ Date: Fri Sep 3 15:51:22 2010 +0000 Monotone-Date: 2010-09-03T15:51:22 Monotone-Branch: ca.inverse.sogo -commit 77e019bd0543fc88a39fe5944172134e37a9197d -Merge: 8328374 a798b6b -Author: Wolfgang Sourdeau -Date: Fri Sep 3 15:49:51 2010 +0000 - - merge of '3041774927e7490f413c502580f789b26a0e693d' - and 'adf196d027f81b081e5999a384d4c9faaea58f27' - - Monotone-Parent: 3041774927e7490f413c502580f789b26a0e693d - Monotone-Parent: adf196d027f81b081e5999a384d4c9faaea58f27 - Monotone-Revision: 0194b10e82c289d4b0daf68bd644381fc3f912c7 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-09-03T15:49:51 - Monotone-Branch: ca.inverse.sogo +M Tools/SOGoToolBackup.m commit 8328374042e19599f2e3647ad2294f2706dc7062 Author: Ludovic Marcotte @@ -33959,21 +40979,8 @@ Date: Fri Sep 3 12:21:48 2010 +0000 Monotone-Date: 2010-09-03T12:21:48 Monotone-Branch: ca.inverse.sogo -commit 716d156847115624fce3e26ae853469974897335 -Merge: 3d27a57 f8eb68e -Author: Francis Lachapelle -Date: Fri Sep 3 13:20:50 2010 +0000 - - merge of '7b6c0dbf0ad6e6acc3aff1ca99e36772eba250dc' - and '831f41d261df5430147e999c1ce2b945b81086b7' - - Monotone-Parent: 7b6c0dbf0ad6e6acc3aff1ca99e36772eba250dc - Monotone-Parent: 831f41d261df5430147e999c1ce2b945b81086b7 - Monotone-Revision: 09f0f8877795f3a345aa7c98083aa8c1a62ad06f - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-09-03T13:20:50 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/SOGo/SOGoUser.m commit 3d27a57d72a59a5876ddccd227959bcd402e4ee3 Author: Ludovic Marcotte @@ -33988,6 +40995,8 @@ Date: Fri Sep 3 10:49:59 2010 +0000 Monotone-Date: 2010-09-03T10:49:59 Monotone-Branch: ca.inverse.sogo +M Tools/SOGoToolBackup.m + commit f8eb68ee1e750ecae8fdb19a6ded600eb38c30d2 Author: Francis Lachapelle Date: Thu Sep 2 22:22:40 2010 +0000 @@ -33999,6 +41008,8 @@ Date: Thu Sep 2 22:22:40 2010 +0000 Monotone-Date: 2010-09-02T22:22:40 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoGroup.m + commit a798b6b876edaa8d325a83ff147a707f13d0ba03 Author: Wolfgang Sourdeau Date: Thu Sep 2 22:03:50 2010 +0000 @@ -34010,6 +41021,13 @@ Date: Thu Sep 2 22:03:50 2010 +0000 Monotone-Date: 2010-09-02T22:03:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/SOGoUserHomePage.m +M UI/MainUI/product.plist +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit 8b1b45dab9576165f8d138e4e60afe356e6bdf6a Author: Wolfgang Sourdeau Date: Thu Sep 2 20:51:24 2010 +0000 @@ -34021,6 +41039,9 @@ Date: Thu Sep 2 20:51:24 2010 +0000 Monotone-Date: 2010-09-02T20:51:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.m + commit 71670d527758fff9d63d72643c495d3489506b84 Author: Wolfgang Sourdeau Date: Thu Sep 2 20:49:44 2010 +0000 @@ -34032,6 +41053,8 @@ Date: Thu Sep 2 20:49:44 2010 +0000 Monotone-Date: 2010-09-02T20:49:44 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 6ba62f4e9e1018c75dbded4246141cf57946029a Author: Wolfgang Sourdeau Date: Thu Sep 2 20:49:19 2010 +0000 @@ -34043,21 +41066,7 @@ Date: Thu Sep 2 20:49:19 2010 +0000 Monotone-Date: 2010-09-02T20:49:19 Monotone-Branch: ca.inverse.sogo -commit ebdf9419fe9c211e0e25bf00cd375c2aa61b83e0 -Merge: 428b086 eb506c6 -Author: Francis Lachapelle -Date: Thu Sep 2 19:17:20 2010 +0000 - - merge of '1f2eaa372e3ae66a929fc22a568735d95ec1f67f' - and '1f953cea64fc6c840758f4cc35550f91b6aa07af' - - Monotone-Parent: 1f2eaa372e3ae66a929fc22a568735d95ec1f67f - Monotone-Parent: 1f953cea64fc6c840758f4cc35550f91b6aa07af - Monotone-Revision: e3f12e7b1f3dbd033f9a9644cb66aff2e1661704 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-09-02T19:17:20 - Monotone-Branch: ca.inverse.sogo +M NEWS commit 428b086ff8e6e4bcfe93addb9d5666c336c5b6d6 Author: Francis Lachapelle @@ -34072,6 +41081,11 @@ Date: Thu Sep 2 19:11:20 2010 +0000 Monotone-Date: 2010-09-02T19:11:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SoObjects/SOGo/NSDictionary+URL.m +M UI/WebServerResources/generic.js + commit b7c9ebdd4578c5d35d999e692ef51cb5ee706716 Author: Francis Lachapelle Date: Thu Sep 2 19:00:38 2010 +0000 @@ -34083,6 +41097,8 @@ Date: Thu Sep 2 19:00:38 2010 +0000 Monotone-Date: 2010-09-02T19:00:38 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailMainFrame.m + commit eb506c6b0df1aac3e02522b962075a46fa4e0336 Author: Ludovic Marcotte Date: Thu Sep 2 16:47:06 2010 +0000 @@ -34096,6 +41112,11 @@ Date: Thu Sep 2 16:47:06 2010 +0000 Monotone-Date: 2010-09-02T16:47:06 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailBaseObject.m +M SoObjects/SOGo/SOGoUser.m +M UI/PreferencesUI/UIxPreferences.h + commit 0b57a9d8e0a25d2a4cfa602093fac1406317f883 Author: Wolfgang Sourdeau Date: Thu Sep 2 16:39:31 2010 +0000 @@ -34107,21 +41128,8 @@ Date: Thu Sep 2 16:39:31 2010 +0000 Monotone-Date: 2010-09-02T16:39:31 Monotone-Branch: ca.inverse.sogo -commit 641b87d35ecb4cb12e9c80da0da1ad8718393c67 -Merge: 3d9ac73 a7b0d55 -Author: Wolfgang Sourdeau -Date: Thu Sep 2 16:38:07 2010 +0000 - - merge of 'b9a09b9bf8fc46e61ede310c9787e2c7118175cd' - and 'ba544c4d9dc8a0764eb65feb6e8655bacf2701c5' - - Monotone-Parent: b9a09b9bf8fc46e61ede310c9787e2c7118175cd - Monotone-Parent: ba544c4d9dc8a0764eb65feb6e8655bacf2701c5 - Monotone-Revision: 85562e3494ccd15c1f10a3a0bbdfeb11ff54430d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-09-02T16:38:07 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailView.m commit a7b0d55b0c62525f1d629bf8c6c353060d7c705e Author: Francis Lachapelle @@ -34134,6 +41142,8 @@ Date: Thu Sep 2 16:16:26 2010 +0000 Monotone-Date: 2010-09-02T16:16:26 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 3d9ac737bf341e342a7c6a5ac1f122259e734521 Author: Wolfgang Sourdeau Date: Thu Sep 2 12:31:32 2010 +0000 @@ -34145,6 +41155,9 @@ Date: Thu Sep 2 12:31:32 2010 +0000 Monotone-Date: 2010-09-02T12:31:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxMailEditor.js + commit d0577e001f78913a6bc31aaf93ef33c05d8fcd36 Author: Wolfgang Sourdeau Date: Wed Sep 1 20:53:50 2010 +0000 @@ -34156,6 +41169,9 @@ Date: Wed Sep 1 20:53:50 2010 +0000 Monotone-Date: 2010-09-01T20:53:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Unit/SOGoTest.m + commit 186eff9c85df523113716e5e0222584dfcf31bfa Author: Wolfgang Sourdeau Date: Wed Sep 1 20:49:17 2010 +0000 @@ -34167,6 +41183,8 @@ Date: Wed Sep 1 20:49:17 2010 +0000 Monotone-Date: 2010-09-01T20:49:17 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 67e8ac48abd86e2932d8e5962ea026afa4478814 Author: Wolfgang Sourdeau Date: Wed Sep 1 20:48:39 2010 +0000 @@ -34178,6 +41196,21 @@ Date: Wed Sep 1 20:48:39 2010 +0000 Monotone-Date: 2010-09-01T20:48:39 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Polish.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings + commit f450315f5e5346d8813f550c632b62d8214302f1 Author: Wolfgang Sourdeau Date: Wed Sep 1 20:48:37 2010 +0000 @@ -34189,6 +41222,21 @@ Date: Wed Sep 1 20:48:37 2010 +0000 Monotone-Date: 2010-09-01T20:48:37 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailerUI/Czech.lproj/Localizable.strings +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Hungarian.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Polish.lproj/Localizable.strings +M UI/MailerUI/Russian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MailerUI/Swedish.lproj/Localizable.strings +M UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/MailerUI/Welsh.lproj/Localizable.strings + commit 2039c4f6644b88aa993a078235be3d4621482ca0 Author: Wolfgang Sourdeau Date: Wed Sep 1 20:36:05 2010 +0000 @@ -34200,6 +41248,9 @@ Date: Wed Sep 1 20:36:05 2010 +0000 Monotone-Date: 2010-09-01T20:36:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailView.m + commit 4d5c0ff6f4ae96a5df59b93ee8ff420ed41903fc Author: Wolfgang Sourdeau Date: Wed Sep 1 20:27:45 2010 +0000 @@ -34211,6 +41262,35 @@ Date: Wed Sep 1 20:27:45 2010 +0000 Monotone-Date: 2010-09-01T20:27:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m +M UI/MailerUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailerUI/Czech.lproj/Localizable.strings +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Hungarian.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Polish.lproj/Localizable.strings +M UI/MailerUI/Russian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MailerUI/Swedish.lproj/Localizable.strings +M UI/MailerUI/UIxMailView.m +M UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/MailerUI/Welsh.lproj/Localizable.strings +M UI/MailerUI/product.plist +M UI/PreferencesUI/UIxPreferences.m +M UI/Templates/MailerUI/UIxMailView.wox +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/JavascriptAPIExtensions.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailPopupView.js +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/UIxPreferences.js + commit 5ae619bea48b5a6ea222bcec64e59449782f72ed Author: Wolfgang Sourdeau Date: Wed Sep 1 20:21:08 2010 +0000 @@ -34222,6 +41302,8 @@ Date: Wed Sep 1 20:21:08 2010 +0000 Monotone-Date: 2010-09-01T20:21:08 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 7e1f5a66913cbeb9b058be420c33754ccccfdf95 Author: Wolfgang Sourdeau Date: Wed Sep 1 20:21:01 2010 +0000 @@ -34233,6 +41315,8 @@ Date: Wed Sep 1 20:21:01 2010 +0000 Monotone-Date: 2010-09-01T20:21:01 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit ee9b99e9ed28c63f018b7fb2eee83ff2d5777fc6 Author: Wolfgang Sourdeau Date: Wed Sep 1 20:16:25 2010 +0000 @@ -34244,6 +41328,8 @@ Date: Wed Sep 1 20:16:25 2010 +0000 Monotone-Date: 2010-09-01T20:16:25 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.h + commit f95ba3f30034762773d5e27532c5d169c856d3ab Author: Wolfgang Sourdeau Date: Wed Sep 1 20:15:14 2010 +0000 @@ -34255,6 +41341,8 @@ Date: Wed Sep 1 20:15:14 2010 +0000 Monotone-Date: 2010-09-01T20:15:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit dcd38d997a5c3b65eb3182a92cc8be2bd3f06deb Author: Wolfgang Sourdeau Date: Tue Aug 31 19:56:45 2010 +0000 @@ -34266,6 +41354,10 @@ Date: Tue Aug 31 19:56:45 2010 +0000 Monotone-Date: 2010-08-31T19:56:45 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSScanner+BSJSONAdditions.m +M Tests/Unit/SOGoTest.h +M Tests/Unit/TestBSJSONAdditions.m + commit d4c7a0520a33992ba1d9cd75d802effcc4e12917 Author: Wolfgang Sourdeau Date: Tue Aug 31 13:49:31 2010 +0000 @@ -34277,6 +41369,30 @@ Date: Tue Aug 31 13:49:31 2010 +0000 Monotone-Date: 2010-08-31T13:49:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m +M UI/MailerUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailerUI/Czech.lproj/Localizable.strings +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Hungarian.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Polish.lproj/Localizable.strings +M UI/MailerUI/Russian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MailerUI/Swedish.lproj/Localizable.strings +M UI/MailerUI/Toolbars/SOGoDraftObject.toolbar +M UI/MailerUI/UIxMailEditor.m +M UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/MailerUI/Welsh.lproj/Localizable.strings +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/WebServerResources/UIxMailEditor.js +A UI/WebServerResources/options.png +D UI/WebServerResources/priority.png +M debian/sogo.overrides + commit f591023b2c28f20f44dbfd76ac2943c6cbaff9e6 Author: Wolfgang Sourdeau Date: Tue Aug 31 12:30:02 2010 +0000 @@ -34288,6 +41404,8 @@ Date: Tue Aug 31 12:30:02 2010 +0000 Monotone-Date: 2010-08-31T12:30:02 Monotone-Branch: ca.inverse.sogo +M Tests/Unit/SOGoTest.m + commit 1be000404c8c3de7a1effe5f17686f723e38891b Author: Wolfgang Sourdeau Date: Mon Aug 30 20:33:25 2010 +0000 @@ -34299,6 +41417,8 @@ Date: Mon Aug 30 20:33:25 2010 +0000 Monotone-Date: 2010-08-30T20:33:25 Monotone-Branch: ca.inverse.sogo +M NEWS + commit c018b949977bb193d56912c26eacef3016ba1550 Author: Wolfgang Sourdeau Date: Mon Aug 30 19:49:58 2010 +0000 @@ -34310,6 +41430,10 @@ Date: Mon Aug 30 19:49:58 2010 +0000 Monotone-Date: 2010-08-30T19:49:58 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalPerson.m +M SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m + commit 629cf8ec1070b621f3c5ee312a9d78122e8993e8 Author: Wolfgang Sourdeau Date: Mon Aug 30 19:49:04 2010 +0000 @@ -34321,6 +41445,10 @@ Date: Mon Aug 30 19:49:04 2010 +0000 Monotone-Date: 2010-08-30T19:49:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/SOGoToolRemoveDoubles.m +M UI/MailerUI/UIxMailFormatter.m + commit 83c5a044ac4e9728cb3c4fef208b3a7c50296c52 Author: Wolfgang Sourdeau Date: Mon Aug 30 19:45:00 2010 +0000 @@ -34334,6 +41462,8 @@ Date: Mon Aug 30 19:45:00 2010 +0000 Monotone-Date: 2010-08-30T19:45:00 Monotone-Branch: ca.inverse.sogo +D fhsbundle.make + commit df6a6309a59f805205f320aad02ce915ef0ff0a2 Author: Wolfgang Sourdeau Date: Mon Aug 30 19:44:46 2010 +0000 @@ -34347,6 +41477,10 @@ Date: Mon Aug 30 19:44:46 2010 +0000 Monotone-Date: 2010-08-30T19:44:46 Monotone-Branch: ca.inverse.sogo +D fhslib.make +D fhstool.make +D fhswobundle.make + commit 6870e49f821e46ba9a49b7daaceb0bf34b1be97b Author: Francis Lachapelle Date: Mon Aug 30 19:38:56 2010 +0000 @@ -34360,6 +41494,8 @@ Date: Mon Aug 30 19:38:56 2010 +0000 Monotone-Date: 2010-08-30T19:38:56 Monotone-Branch: ca.inverse.sogo +M Scripts/sogo-init.d-redhat + commit 5afad0e0e7f7c93dcd1d2f904f15edf05e941bea Author: Francis Lachapelle Date: Mon Aug 30 18:34:01 2010 +0000 @@ -34373,6 +41509,8 @@ Date: Mon Aug 30 18:34:01 2010 +0000 Monotone-Date: 2010-08-30T18:34:01 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 4f0825eaa901a8f6fc5a73c0c611bf45fcd69946 Author: Francis Lachapelle Date: Mon Aug 30 18:33:42 2010 +0000 @@ -34384,21 +41522,8 @@ Date: Mon Aug 30 18:33:42 2010 +0000 Monotone-Date: 2010-08-30T18:33:42 Monotone-Branch: ca.inverse.sogo -commit 9d25d6e42b52d84508b50e0dd65af9087f8e4129 -Merge: efc1cfb ec40f45 -Author: Wolfgang Sourdeau -Date: Fri Aug 27 20:40:03 2010 +0000 - - merge of '2633331d11d2066cf3528aa65b464bb03169f1c9' - and '773d2f54b9bda91cde8db9efc3ee7828e95535de' - - Monotone-Parent: 2633331d11d2066cf3528aa65b464bb03169f1c9 - Monotone-Parent: 773d2f54b9bda91cde8db9efc3ee7828e95535de - Monotone-Revision: 1198851379c12913a7d2c42cae14f137188fdbb2 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-08-27T20:40:03 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS commit ec40f455c4f8e5225d194845617eb0f592fc0972 Author: Wolfgang Sourdeau @@ -34411,6 +41536,99 @@ Date: Fri Aug 27 20:39:50 2010 +0000 Monotone-Date: 2010-08-27T20:39:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ckeditor/ckeditor.js +D UI/WebServerResources/ckeditor/ckeditor.pack +M UI/WebServerResources/ckeditor/ckeditor_basic.js +D UI/WebServerResources/ckeditor/ckeditor_basic_source.js +D UI/WebServerResources/ckeditor/ckeditor_source.js +M UI/WebServerResources/ckeditor/lang/_translationstatus.txt +M UI/WebServerResources/ckeditor/lang/af.js +M UI/WebServerResources/ckeditor/lang/ar.js +M UI/WebServerResources/ckeditor/lang/bg.js +M UI/WebServerResources/ckeditor/lang/bn.js +M UI/WebServerResources/ckeditor/lang/bs.js +M UI/WebServerResources/ckeditor/lang/ca.js +M UI/WebServerResources/ckeditor/lang/cs.js +M UI/WebServerResources/ckeditor/lang/cy.js +M UI/WebServerResources/ckeditor/lang/da.js +M UI/WebServerResources/ckeditor/lang/de.js +M UI/WebServerResources/ckeditor/lang/el.js +M UI/WebServerResources/ckeditor/lang/en-au.js +M UI/WebServerResources/ckeditor/lang/en-ca.js +M UI/WebServerResources/ckeditor/lang/en-gb.js +M UI/WebServerResources/ckeditor/lang/en.js +M UI/WebServerResources/ckeditor/lang/eo.js +M UI/WebServerResources/ckeditor/lang/es.js +M UI/WebServerResources/ckeditor/lang/et.js +M UI/WebServerResources/ckeditor/lang/eu.js +M UI/WebServerResources/ckeditor/lang/fa.js +M UI/WebServerResources/ckeditor/lang/fi.js +M UI/WebServerResources/ckeditor/lang/fo.js +M UI/WebServerResources/ckeditor/lang/fr-ca.js +M UI/WebServerResources/ckeditor/lang/fr.js +M UI/WebServerResources/ckeditor/lang/gl.js +M UI/WebServerResources/ckeditor/lang/gu.js +M UI/WebServerResources/ckeditor/lang/he.js +M UI/WebServerResources/ckeditor/lang/hi.js +M UI/WebServerResources/ckeditor/lang/hr.js +M UI/WebServerResources/ckeditor/lang/hu.js +M UI/WebServerResources/ckeditor/lang/is.js +M UI/WebServerResources/ckeditor/lang/it.js +M UI/WebServerResources/ckeditor/lang/ja.js +M UI/WebServerResources/ckeditor/lang/km.js +M UI/WebServerResources/ckeditor/lang/ko.js +M UI/WebServerResources/ckeditor/lang/lt.js +M UI/WebServerResources/ckeditor/lang/lv.js +M UI/WebServerResources/ckeditor/lang/mn.js +M UI/WebServerResources/ckeditor/lang/ms.js +M UI/WebServerResources/ckeditor/lang/nb.js +M UI/WebServerResources/ckeditor/lang/nl.js +M UI/WebServerResources/ckeditor/lang/no.js +M UI/WebServerResources/ckeditor/lang/pl.js +M UI/WebServerResources/ckeditor/lang/pt-br.js +M UI/WebServerResources/ckeditor/lang/pt.js +M UI/WebServerResources/ckeditor/lang/ro.js +M UI/WebServerResources/ckeditor/lang/ru.js +M UI/WebServerResources/ckeditor/lang/sk.js +M UI/WebServerResources/ckeditor/lang/sl.js +M UI/WebServerResources/ckeditor/lang/sr-latn.js +M UI/WebServerResources/ckeditor/lang/sr.js +M UI/WebServerResources/ckeditor/lang/sv.js +M UI/WebServerResources/ckeditor/lang/th.js +M UI/WebServerResources/ckeditor/lang/tr.js +M UI/WebServerResources/ckeditor/lang/uk.js +M UI/WebServerResources/ckeditor/lang/vi.js +M UI/WebServerResources/ckeditor/lang/zh-cn.js +M UI/WebServerResources/ckeditor/lang/zh.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/he.js +A UI/WebServerResources/ckeditor/plugins/autogrow/plugin.js +M UI/WebServerResources/ckeditor/plugins/clipboard/dialogs/paste.js +M UI/WebServerResources/ckeditor/plugins/colordialog/dialogs/colordialog.js +M UI/WebServerResources/ckeditor/plugins/div/dialogs/div.js +M UI/WebServerResources/ckeditor/plugins/find/dialogs/find.js +M UI/WebServerResources/ckeditor/plugins/flash/dialogs/flash.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/form.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/textfield.js +M UI/WebServerResources/ckeditor/plugins/image/dialogs/image.js +M UI/WebServerResources/ckeditor/plugins/link/dialogs/link.js +M UI/WebServerResources/ckeditor/plugins/liststyle/dialogs/liststyle.js +M UI/WebServerResources/ckeditor/plugins/pastefromword/filter/default.js +M UI/WebServerResources/ckeditor/plugins/pastetext/dialogs/pastetext.js +M UI/WebServerResources/ckeditor/plugins/smiley/dialogs/smiley.js +M UI/WebServerResources/ckeditor/plugins/specialchar/dialogs/specialchar.js +M UI/WebServerResources/ckeditor/plugins/table/dialogs/table.js +A UI/WebServerResources/ckeditor/plugins/tableresize/plugin.js +M UI/WebServerResources/ckeditor/plugins/tabletools/dialogs/tableCell.js +M UI/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.css +M UI/WebServerResources/ckeditor/skins/kama/dialog.css +M UI/WebServerResources/ckeditor/skins/kama/editor.css +M UI/WebServerResources/ckeditor/skins/office2003/dialog.css +M UI/WebServerResources/ckeditor/skins/office2003/editor.css +M UI/WebServerResources/ckeditor/skins/v2/dialog.css +M UI/WebServerResources/ckeditor/skins/v2/editor.css +M UI/WebServerResources/ckeditor/themes/default/theme.js + commit efc1cfb4011c327127ec097d3c4af037768bf5bc Author: Francis Lachapelle Date: Fri Aug 27 20:25:07 2010 +0000 @@ -34422,6 +41640,9 @@ Date: Fri Aug 27 20:25:07 2010 +0000 Monotone-Date: 2010-08-27T20:25:07 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit b692d9f5fd6761a60d154a87a3492f1e84cc47ae Author: Francis Lachapelle Date: Fri Aug 27 20:16:35 2010 +0000 @@ -34435,6 +41656,12 @@ Date: Fri Aug 27 20:16:35 2010 +0000 Monotone-Date: 2010-08-27T20:16:35 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/alarm.png +A UI/WebServerResources/confidential.png +A UI/WebServerResources/private.png + commit 6a420bc3c2e277e3b1e174a630af58ff59354957 Author: Wolfgang Sourdeau Date: Fri Aug 27 19:04:01 2010 +0000 @@ -34446,6 +41673,8 @@ Date: Fri Aug 27 19:04:01 2010 +0000 Monotone-Date: 2010-08-27T19:04:01 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailEditor.m + commit f6194ad6497db2ee36bfee10563483e569e51ebd Author: Wolfgang Sourdeau Date: Fri Aug 27 19:03:36 2010 +0000 @@ -34457,6 +41686,15 @@ Date: Fri Aug 27 19:03:36 2010 +0000 Monotone-Date: 2010-08-27T19:03:36 Monotone-Branch: ca.inverse.sogo +D UI/WebServerResources/arrow-lft-sharp.gif +D UI/WebServerResources/arrow-rit-sharp.gif +D UI/WebServerResources/closewindow.gif +D UI/WebServerResources/first.gif +D UI/WebServerResources/last.gif +D UI/WebServerResources/next.gif +D UI/WebServerResources/non_sorted.gif +D UI/WebServerResources/previous.gif + commit ef2d49f864340611ccdb743050e022ce482bfe57 Author: Wolfgang Sourdeau Date: Fri Aug 27 19:03:29 2010 +0000 @@ -34468,6 +41706,8 @@ Date: Fri Aug 27 19:03:29 2010 +0000 Monotone-Date: 2010-08-27T19:03:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit 9153afd7f11b646b387de694536d6a3417688058 Author: Wolfgang Sourdeau Date: Fri Aug 27 15:14:03 2010 +0000 @@ -34479,21 +41719,8 @@ Date: Fri Aug 27 15:14:03 2010 +0000 Monotone-Date: 2010-08-27T15:14:03 Monotone-Branch: ca.inverse.sogo -commit 35b64a432477737247bd1b35db1cc41238192bdc -Merge: ff00afd 8e09042 -Author: Wolfgang Sourdeau -Date: Fri Aug 27 15:11:56 2010 +0000 - - merge of '6731baba845a29cc3395d6e6d558a49a66e757ac' - and 'fc39c185d5027b0bfdd0955c8b1696252a79b85b' - - Monotone-Parent: 6731baba845a29cc3395d6e6d558a49a66e757ac - Monotone-Parent: fc39c185d5027b0bfdd0955c8b1696252a79b85b - Monotone-Revision: babfea6e4a86c3a35dca2f890f5274a718b07250 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-08-27T15:11:56 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxPreferences.js commit ff00afd9163b18d337930f4c120f72ea40eb6c34 Author: Wolfgang Sourdeau @@ -34506,37 +41733,9 @@ Date: Fri Aug 27 14:56:57 2010 +0000 Monotone-Date: 2010-08-27T14:56:57 Monotone-Branch: ca.inverse.sogo -commit 8e090425972ebaf6ea8f70c4e04658750dde3cba -Merge: c380057 ff7fb74 -Author: Ludovic Marcotte -Date: Fri Aug 27 00:58:58 2010 +0000 - - merge of '748bc1fd6d5c867c7b2b4da7574602b322a35fa5' - and 'b878ebe9e2ac1b346fe42d489eb816955a3b1727' - - Monotone-Parent: 748bc1fd6d5c867c7b2b4da7574602b322a35fa5 - Monotone-Parent: b878ebe9e2ac1b346fe42d489eb816955a3b1727 - Monotone-Revision: fc39c185d5027b0bfdd0955c8b1696252a79b85b - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-08-27T00:58:58 - Monotone-Branch: ca.inverse.sogo - -commit ff7fb74d60a6793687209d0cde6dd5806005765e -Merge: 1c5be3f d9aea1b -Author: Ludovic Marcotte -Date: Fri Aug 27 00:51:54 2010 +0000 - - merge of '7a136da813c9771632c72c06589d2cb6383ef052' - and 'b9e39b84892a7087aa8b4a045496b566eca839ec' - - Monotone-Parent: 7a136da813c9771632c72c06589d2cb6383ef052 - Monotone-Parent: b9e39b84892a7087aa8b4a045496b566eca839ec - Monotone-Revision: b878ebe9e2ac1b346fe42d489eb816955a3b1727 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-08-27T00:51:54 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxFilterEditor.js +M UI/WebServerResources/UIxPreferences.js commit d9aea1bba03d281e2ca4b9fc3ca08b649e486fb5 Author: Ludovic Marcotte @@ -34551,6 +41750,8 @@ Date: Fri Aug 27 00:51:46 2010 +0000 Monotone-Date: 2010-08-27T00:51:46 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailEditor.m + commit c380057b28f19cfa15ac46338358b29326827cb4 Author: Wolfgang Sourdeau Date: Thu Aug 26 20:45:23 2010 +0000 @@ -34562,6 +41763,9 @@ Date: Thu Aug 26 20:45:23 2010 +0000 Monotone-Date: 2010-08-26T20:45:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.m + commit 1c5be3fbe68560b5af2e78192f796e1e2b37be5e Author: Francis Lachapelle Date: Thu Aug 26 17:21:41 2010 +0000 @@ -34573,6 +41777,10 @@ Date: Thu Aug 26 17:21:41 2010 +0000 Monotone-Date: 2010-08-26T17:21:41 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js + commit a6a3ca2cf5bbd5732b9d79edd7d91cd7c9176e6a Author: Wolfgang Sourdeau Date: Thu Aug 26 15:32:42 2010 +0000 @@ -34584,6 +41792,8 @@ Date: Thu Aug 26 15:32:42 2010 +0000 Monotone-Date: 2010-08-26T15:32:42 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 14d3f1ae86b347b72ad4643c70fa2b02c84a64de Author: Wolfgang Sourdeau Date: Thu Aug 26 15:30:51 2010 +0000 @@ -34595,6 +41805,9 @@ Date: Thu Aug 26 15:30:51 2010 +0000 Monotone-Date: 2010-08-26T15:30:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit a4488f234fa9c22d9b10ee01fa0c27d86ebc00ea Author: Wolfgang Sourdeau Date: Thu Aug 26 15:29:05 2010 +0000 @@ -34606,6 +41819,9 @@ Date: Thu Aug 26 15:29:05 2010 +0000 Monotone-Date: 2010-08-26T15:29:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailEditor.m + commit 37561dadeb6de625107addf4ca1dc942a8a2c937 Author: Wolfgang Sourdeau Date: Thu Aug 26 15:27:34 2010 +0000 @@ -34617,6 +41833,8 @@ Date: Thu Aug 26 15:27:34 2010 +0000 Monotone-Date: 2010-08-26T15:27:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 1fa8dbf31e6f8ad2152e73975292c2047637277a Author: Wolfgang Sourdeau Date: Thu Aug 26 15:27:25 2010 +0000 @@ -34628,6 +41846,9 @@ Date: Thu Aug 26 15:27:25 2010 +0000 Monotone-Date: 2010-08-26T15:27:25 Monotone-Branch: ca.inverse.sogo +M Tests/Unit/GNUmakefile +A Tests/Unit/TestNGMimeAddressHeaderFieldGenerator.m + commit c512f1240f99b2f2a4682b86499afcc66fae21bf Author: Francis Lachapelle Date: Thu Aug 26 14:14:10 2010 +0000 @@ -34641,6 +41862,56 @@ Date: Thu Aug 26 14:14:10 2010 +0000 Monotone-Date: 2010-08-26T14:14:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m +M UI/Common/BrazilianPortuguese.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Common/Hungarian.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Common/Polish.lproj/Localizable.strings +M UI/Common/Russian.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +M UI/Common/Swedish.lproj/Localizable.strings +M UI/Common/Welsh.lproj/Localizable.strings +M UI/Contacts/Polish.lproj/Localizable.strings +M UI/MailPartViewers/Polish.lproj/Localizable.strings +M UI/MailPartViewers/Ukrainian.lproj/Localizable.strings +M UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Polish.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/UIxAppointmentActions.m +M UI/Scheduler/Ukrainian.lproj/Localizable.strings +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Scheduler/product.plist +M UI/Templates/SchedulerUI/UIxCalDayView.wox +M UI/Templates/SchedulerUI/UIxCalMonthView.wox +M UI/Templates/SchedulerUI/UIxCalWeekView.wox +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDataTable.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit d2b696fcfa8a53b7f9d279ced04055a5858b6523 Author: Francis Lachapelle Date: Thu Aug 26 14:09:23 2010 +0000 @@ -34652,21 +41923,7 @@ Date: Thu Aug 26 14:09:23 2010 +0000 Monotone-Date: 2010-08-26T14:09:23 Monotone-Branch: ca.inverse.sogo -commit 4c07adfc503f434db590bf961f372791ef86b17b -Merge: 29e79ac 4f8f86e -Author: Francis Lachapelle -Date: Thu Aug 26 14:06:32 2010 +0000 - - merge of '7552a94eb1b6254545099a5beeef2e57fd0e0da3' - and 'cbe8e2b0be511edea6bd5d62d20fad24d0a1f260' - - Monotone-Parent: 7552a94eb1b6254545099a5beeef2e57fd0e0da3 - Monotone-Parent: cbe8e2b0be511edea6bd5d62d20fad24d0a1f260 - Monotone-Revision: 885a8aa2d3e7ce7d4493c5d244d42811994b1fb8 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-08-26T14:06:32 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css commit 29e79ac428ac86324ff2d52a1991c43a6effa065 Author: Ludovic Marcotte @@ -34681,6 +41938,15 @@ Date: Wed Aug 25 21:50:15 2010 +0000 Monotone-Date: 2010-08-25T21:50:15 Monotone-Branch: ca.inverse.sogo +M UI/AdministrationUI/German.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/MailPartViewers/German.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings + commit 4f8f86e5aba6746d4d1dccb70798934b9936bb96 Author: Francis Lachapelle Date: Wed Aug 25 21:15:02 2010 +0000 @@ -34692,6 +41958,8 @@ Date: Wed Aug 25 21:15:02 2010 +0000 Monotone-Date: 2010-08-25T21:15:02 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoMailDataSource.js + commit df17b901e9f42276b9a0a9c5d49f12356dc5e94f Author: Wolfgang Sourdeau Date: Wed Aug 25 15:23:51 2010 +0000 @@ -34705,6 +41973,9 @@ Date: Wed Aug 25 15:23:51 2010 +0000 Monotone-Date: 2010-08-25T15:23:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxListEditor.m + commit d79565bc90798492d476b3488a690aeb6ff25d42 Author: Ludovic Marcotte Date: Wed Aug 25 13:09:25 2010 +0000 @@ -34718,6 +41989,13 @@ Date: Wed Aug 25 13:09:25 2010 +0000 Monotone-Date: 2010-08-25T13:09:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserDefaults.m +M UI/PreferencesUI/UIxPreferences.m + commit ccd69d3f8817a14fdb80306a754009e4ac7b9693 Author: Ludovic Marcotte Date: Tue Aug 24 19:41:23 2010 +0000 @@ -34731,6 +42009,12 @@ Date: Tue Aug 24 19:41:23 2010 +0000 Monotone-Date: 2010-08-24T19:41:23 Monotone-Branch: ca.inverse.sogo +D SOPE/sope-debian.diff +D SOPE/sope-debugleaks.diff +D SOPE/sope-gsmake2.diff +D SOPE/sope-ngobjweb-fix.diff +D SOPE/sope-patchset-r1664.diff + commit 6e2ebc045c04cb01a8c8ba0d2a9bf460917b6720 Author: Wolfgang Sourdeau Date: Tue Aug 24 19:57:44 2010 +0000 @@ -34742,6 +42026,8 @@ Date: Tue Aug 24 19:57:44 2010 +0000 Monotone-Date: 2010-08-24T19:57:44 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 7d49bfd2c6521e8a795be4a737cffd813b88a3f8 Author: Wolfgang Sourdeau Date: Tue Aug 24 19:57:42 2010 +0000 @@ -34753,6 +42039,9 @@ Date: Tue Aug 24 19:57:42 2010 +0000 Monotone-Date: 2010-08-24T19:57:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 13436b2be6a6d4e5aefbd887c03a8c5932e43b70 Author: Wolfgang Sourdeau Date: Tue Aug 24 18:48:56 2010 +0000 @@ -34764,21 +42053,8 @@ Date: Tue Aug 24 18:48:56 2010 +0000 Monotone-Date: 2010-08-24T18:48:56 Monotone-Branch: ca.inverse.sogo -commit a7ff20e05cd4a5a7e1eac4f8aa1af0fe43d56bbc -Merge: 7c2eb53 b5fb0b8 -Author: Wolfgang Sourdeau -Date: Tue Aug 24 18:48:17 2010 +0000 - - merge of '478756ffec5abdd24d602d86bbb8fdf091d543bd' - and 'cbeb049178fb31d19a533abf22a87b401926032f' - - Monotone-Parent: 478756ffec5abdd24d602d86bbb8fdf091d543bd - Monotone-Parent: cbeb049178fb31d19a533abf22a87b401926032f - Monotone-Revision: 76909628785d7db94f5a70ec9d81f0d310851522 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-08-24T18:48:17 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSList.m commit b5fb0b8ff560f0c562fe34fe0f052e0dca224ac3 Author: Francis Lachapelle @@ -34793,6 +42069,9 @@ Date: Tue Aug 24 13:41:21 2010 +0000 Monotone-Date: 2010-08-24T13:41:21 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardElement.m +M SOPE/NGCards/ChangeLog + commit 7c2eb5394bb02cd93f15659b182aa46f098013d1 Author: Ludovic Marcotte Date: Tue Aug 24 13:27:02 2010 +0000 @@ -34806,6 +42085,11 @@ Date: Tue Aug 24 13:27:02 2010 +0000 Monotone-Date: 2010-08-24T13:27:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m +M UI/Templates/PreferencesUI/UIxPreferences.wox + commit a2b5a5b4bb50101b8f5b0ba001048fa1a744ae54 Author: Wolfgang Sourdeau Date: Mon Aug 23 20:58:41 2010 +0000 @@ -34817,6 +42101,15 @@ Date: Mon Aug 23 20:58:41 2010 +0000 Monotone-Date: 2010-08-23T20:58:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailEditor.m +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/generic.js + commit aa9312f27863631efe632afc7acf2ae8c782907d Author: Wolfgang Sourdeau Date: Mon Aug 23 20:56:28 2010 +0000 @@ -34828,6 +42121,8 @@ Date: Mon Aug 23 20:56:28 2010 +0000 Monotone-Date: 2010-08-23T20:56:28 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxJSClose.wox + commit 8a1e8056578e8a0106d05dcd5aabb27906636083 Author: Wolfgang Sourdeau Date: Mon Aug 23 15:32:52 2010 +0000 @@ -34839,6 +42134,10 @@ Date: Mon Aug 23 15:32:52 2010 +0000 Monotone-Date: 2010-08-23T15:32:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/MailerUI.js + commit f52e7111c60d66ed51f18aa4a25b10540970dc4b Author: Wolfgang Sourdeau Date: Fri Aug 20 16:04:57 2010 +0000 @@ -34850,6 +42149,8 @@ Date: Fri Aug 20 16:04:57 2010 +0000 Monotone-Date: 2010-08-20T16:04:57 Monotone-Branch: ca.inverse.sogo +M debian/rules + commit 935ec4a5864f23c96dfbadf9877ba77001d3b192 Author: Wolfgang Sourdeau Date: Fri Aug 20 16:02:07 2010 +0000 @@ -34861,6 +42162,8 @@ Date: Fri Aug 20 16:02:07 2010 +0000 Monotone-Date: 2010-08-20T16:02:07 Monotone-Branch: ca.inverse.sogo +M debian/rules + commit 2c1aef2cbdc3d96efdd4b4ae98f810ad39084eab Author: Wolfgang Sourdeau Date: Fri Aug 20 14:11:43 2010 +0000 @@ -34872,6 +42175,8 @@ Date: Fri Aug 20 14:11:43 2010 +0000 Monotone-Date: 2010-08-20T14:11:43 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit 4eb18f593b87d2bed8dfe5e8374094f192fbf23f Author: Wolfgang Sourdeau Date: Fri Aug 20 14:07:32 2010 +0000 @@ -34883,6 +42188,11 @@ Date: Fri Aug 20 14:07:32 2010 +0000 Monotone-Date: 2010-08-20T14:07:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoDAVAuthenticator.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoUser.m + commit dcb8b9a1bb15f89a88ca9f8b0b0420a92d4c79a8 Author: Wolfgang Sourdeau Date: Fri Aug 20 12:50:47 2010 +0000 @@ -34894,6 +42204,9 @@ Date: Fri Aug 20 12:50:47 2010 +0000 Monotone-Date: 2010-08-20T12:50:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.m + commit 2e271ba1fa196973773998fbae5b0aa91dce90da Author: Wolfgang Sourdeau Date: Fri Aug 20 12:50:15 2010 +0000 @@ -34905,6 +42218,9 @@ Date: Fri Aug 20 12:50:15 2010 +0000 Monotone-Date: 2010-08-20T12:50:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoParentFolder.m + commit f653ca8c4bceafe1072ffe257aa671aed26f3a35 Author: Wolfgang Sourdeau Date: Fri Aug 20 12:49:16 2010 +0000 @@ -34916,6 +42232,10 @@ Date: Fri Aug 20 12:49:16 2010 +0000 Monotone-Date: 2010-08-20T12:49:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/WORequest+SOGo.h +M SoObjects/SOGo/WORequest+SOGo.m + commit 8ac94ac581ad27a2dbc5c35150c1d6ac544e5d06 Author: Wolfgang Sourdeau Date: Fri Aug 20 12:37:09 2010 +0000 @@ -34927,6 +42247,9 @@ Date: Fri Aug 20 12:37:09 2010 +0000 Monotone-Date: 2010-08-20T12:37:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoFolder.m + commit 3c426c52cfc04aaa0f5c8dbae5da43a02a87de48 Author: Wolfgang Sourdeau Date: Fri Aug 20 01:40:07 2010 +0000 @@ -34938,6 +42261,11 @@ Date: Fri Aug 20 01:40:07 2010 +0000 Monotone-Date: 2010-08-20T01:40:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A Tools/SOGoEAlarmsNotifier.h +A Tools/SOGoEAlarmsNotifier.m +A Tools/sogo-ealarms-notify.m + commit 2f66264657a51269fbff21ad0b858b92d2ef9a23 Author: Wolfgang Sourdeau Date: Fri Aug 20 01:38:33 2010 +0000 @@ -34949,21 +42277,9 @@ Date: Fri Aug 20 01:38:33 2010 +0000 Monotone-Date: 2010-08-20T01:38:33 Monotone-Branch: ca.inverse.sogo -commit 107658532149b19e44cce8aa0de19db45a5b3b40 -Merge: e947440 89d282d -Author: Wolfgang Sourdeau -Date: Fri Aug 20 01:36:29 2010 +0000 - - merge of 'c08e4921f6ce7d20b4c9532750d271ac4a7a3e5a' - and 'd1a4f0ec595bfdd85dcd021dca6e4957ac192140' - - Monotone-Parent: c08e4921f6ce7d20b4c9532750d271ac4a7a3e5a - Monotone-Parent: d1a4f0ec595bfdd85dcd021dca6e4957ac192140 - Monotone-Revision: dedf484aec95d33480d529af12e81cb45edb7dd0 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-08-20T01:36:29 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Appointments/SOGoEMailAlarmsManager.h +A SoObjects/Appointments/SOGoEMailAlarmsManager.m commit 89d282d220d9b2187dbf1641df94efa42d839657 Author: Wolfgang Sourdeau @@ -34976,6 +42292,9 @@ Date: Fri Aug 20 01:36:08 2010 +0000 Monotone-Date: 2010-08-20T01:36:08 Monotone-Branch: ca.inverse.sogo +A SOPE/GDLContentStore/GCSAlarmsFolder.h +A SOPE/GDLContentStore/GCSAlarmsFolder.m + commit e94744095370ccb34ab7f7aa6bcb3bbf8d5d900c Author: Francis Lachapelle Date: Thu Aug 19 21:26:31 2010 +0000 @@ -34989,21 +42308,11 @@ Date: Thu Aug 19 21:26:31 2010 +0000 Monotone-Date: 2010-08-19T21:26:31 Monotone-Branch: ca.inverse.sogo -commit 8698cb57c0f98836c2c3b803e25c4a25706c05e2 -Merge: dd628a5 554d467 -Author: Ludovic Marcotte -Date: Thu Aug 19 19:31:41 2010 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_1' (head d7190b0d224574c8656aa4031d63070f85201971) - to branch 'ca.inverse.sogo' (head 8604969aca9f512a5bfb3a1d79b03b7e261c4c4d) - - Monotone-Parent: 8604969aca9f512a5bfb3a1d79b03b7e261c4c4d - Monotone-Parent: d7190b0d224574c8656aa4031d63070f85201971 - Monotone-Revision: 61d77b3172c7a72376f9b867ab6d96136e763698 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-08-19T19:31:41 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js commit 554d46709890de082a191df2286d55ba45418a07 Author: Ludovic Marcotte @@ -35017,21 +42326,7 @@ Date: Thu Aug 19 19:31:24 2010 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-19T19:31:24 -commit d96c9f09ba5574784ae2c83b8e538c015a65df14 -Merge: 589ffd6 67720a0 -Author: Wolfgang Sourdeau -Date: Thu Aug 19 19:22:27 2010 +0000 - - merge of '0b02f6196103152cfd231e8681b65ad2464d90e6' - and '4b75d0f2673a649962c631fea2213e8dbf33a7b1' - - Monotone-Parent: 0b02f6196103152cfd231e8681b65ad2464d90e6 - Monotone-Parent: 4b75d0f2673a649962c631fea2213e8dbf33a7b1 - Monotone-Revision: 848b310c090a03db48d0571c275639c9b9b49c9f - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-08-19T19:22:27 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js commit 67720a01a0a92f38531b3b26b8202d4517bb9761 Author: Wolfgang Sourdeau @@ -35044,6 +42339,9 @@ Date: Thu Aug 19 19:22:08 2010 +0000 Monotone-Date: 2010-08-19T19:22:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m + commit bbe850c044157a2c3fdc69b93f923c68cce7fa77 Author: Wolfgang Sourdeau Date: Thu Aug 19 19:20:56 2010 +0000 @@ -35055,6 +42353,9 @@ Date: Thu Aug 19 19:20:56 2010 +0000 Monotone-Date: 2010-08-19T19:20:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit b9201e4741565f1a32e469aa4c19b64c4ba7e6c7 Author: Wolfgang Sourdeau Date: Thu Aug 19 19:20:48 2010 +0000 @@ -35066,6 +42367,8 @@ Date: Thu Aug 19 19:20:48 2010 +0000 Monotone-Date: 2010-08-19T19:20:48 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit dd628a5087d04fce61c30bdb80302f734434649f Author: Ludovic Marcotte Date: Thu Aug 19 18:57:47 2010 +0000 @@ -35079,6 +42382,9 @@ Date: Thu Aug 19 18:57:47 2010 +0000 Monotone-Date: 2010-08-19T18:57:47 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + commit ef464c989eb9dae2cc911eb5e0c178249af01d8d Author: Francis Lachapelle Date: Thu Aug 19 19:24:35 2010 +0000 @@ -35092,6 +42398,9 @@ Date: Thu Aug 19 19:24:35 2010 +0000 Monotone-Date: 2010-08-19T19:24:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 49dc98f93c2d18fc2c965e9efa098ea0f86d234b Author: Francis Lachapelle Date: Thu Aug 19 18:32:10 2010 +0000 @@ -35103,21 +42412,7 @@ Date: Thu Aug 19 18:32:10 2010 +0000 Monotone-Date: 2010-08-19T18:32:10 Monotone-Tag: SOGo_v1.3.1 -commit 589ffd60abba0396bfbda5ed42e09c7ed56f4e7d -Merge: 048c15c 4229a0b -Author: Francis Lachapelle -Date: Thu Aug 19 18:17:14 2010 +0000 - - merge of '069a26b1da4cd9cb430bcfa41dc9eb96e0cc8778' - and '09fb0a44c87c46e45808e833ff9299edcb07ac03' - - Monotone-Parent: 069a26b1da4cd9cb430bcfa41dc9eb96e0cc8778 - Monotone-Parent: 09fb0a44c87c46e45808e833ff9299edcb07ac03 - Monotone-Revision: 0b02f6196103152cfd231e8681b65ad2464d90e6 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-08-19T18:17:14 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js commit 4229a0b55d7d7c29101fb723386b918ca2523ebc Author: Francis Lachapelle @@ -35130,21 +42425,7 @@ Date: Thu Aug 19 18:16:47 2010 +0000 Monotone-Date: 2010-08-19T18:16:47 Monotone-Branch: ca.inverse.sogo -commit 048c15cf3851c6f2a57689bdf4fc4877284c88f2 -Merge: 0862665 354fcbe -Author: Wolfgang Sourdeau -Date: Thu Aug 19 17:46:13 2010 +0000 - - merge of '7766ae8ec61d9568e049bfa9fb16f7452250a88a' - and 'fa4c79494b368a1d150b33a70179a532c2f71dcd' - - Monotone-Parent: 7766ae8ec61d9568e049bfa9fb16f7452250a88a - Monotone-Parent: fa4c79494b368a1d150b33a70179a532c2f71dcd - Monotone-Revision: 069a26b1da4cd9cb430bcfa41dc9eb96e0cc8778 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-08-19T17:46:13 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js commit 354fcbecaf6d4d9ddf2dbab65adcbcb48f3af275 Author: Wolfgang Sourdeau @@ -35157,20 +42438,20 @@ Date: Thu Aug 19 17:46:01 2010 +0000 Monotone-Date: 2010-08-19T17:46:01 Monotone-Branch: ca.inverse.sogo -commit 1cb1bb77e9307ae46e8b64ce0d4782c27b53b30b -Merge: 5a949e9 892c9cf -Author: Francis Lachapelle -Date: Thu Aug 19 17:45:38 2010 +0000 - - merge of '4b47b695463a14cf2c3acf6fe59fa9d778fce6c5' - and '5023b99b30755688cc4fc864ca034ae7966b1af9' - - Monotone-Parent: 4b47b695463a14cf2c3acf6fe59fa9d778fce6c5 - Monotone-Parent: 5023b99b30755688cc4fc864ca034ae7966b1af9 - Monotone-Revision: 72af4681aa9d575ba898d28f6ce6d07d6d5dafd5 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-08-19T17:45:38 +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Polish.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/Ukrainian.lproj/Localizable.strings +M UI/Scheduler/Welsh.lproj/Localizable.strings commit 5a949e9b4abce4fe9192c706dc4f9f40c32c1ffa Author: Francis Lachapelle @@ -35182,6 +42463,8 @@ Date: Thu Aug 19 17:45:29 2010 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-08-19T17:45:29 +M UI/WebServerResources/MailerUI.js + commit 0862665e852a522380b82dc96c1dc5e4a2aca856 Author: Francis Lachapelle Date: Thu Aug 19 17:42:20 2010 +0000 @@ -35193,6 +42476,8 @@ Date: Thu Aug 19 17:42:20 2010 +0000 Monotone-Date: 2010-08-19T17:42:20 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 5840f2a4a2d9f1612186dac8c454005aca949be4 Author: Wolfgang Sourdeau Date: Thu Aug 19 17:40:28 2010 +0000 @@ -35204,6 +42489,20 @@ Date: Thu Aug 19 17:40:28 2010 +0000 Monotone-Date: 2010-08-19T17:40:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m +M SoObjects/Appointments/GNUmakefile +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M Tools/GNUmakefile +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/UIxReminderEditor.m +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/Templates/SchedulerUI/UIxReminderEditor.wox +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/UIxReminderEditor.js + commit aa8a110edf975728a058786df54aa38457cc1091 Author: Wolfgang Sourdeau Date: Thu Aug 19 17:37:38 2010 +0000 @@ -35215,6 +42514,10 @@ Date: Thu Aug 19 17:37:38 2010 +0000 Monotone-Date: 2010-08-19T17:37:38 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalAlarm.h +M SOPE/NGCards/iCalAlarm.m + commit f70b2507290333297ea6c3efd6ed6aafdcce0ca4 Author: Wolfgang Sourdeau Date: Thu Aug 19 17:31:01 2010 +0000 @@ -35226,6 +42529,8 @@ Date: Thu Aug 19 17:31:01 2010 +0000 Monotone-Date: 2010-08-19T17:31:01 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/French.lproj/Localizable.strings + commit 7212bfec70a2c1d5b9f21c8c21b7e45c8350d773 Author: Wolfgang Sourdeau Date: Thu Aug 19 17:27:58 2010 +0000 @@ -35237,6 +42542,10 @@ Date: Thu Aug 19 17:27:58 2010 +0000 Monotone-Date: 2010-08-19T17:27:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoSystemDefaults.h +M SoObjects/SOGo/SOGoSystemDefaults.m + commit c62f3b2634a2613d374dc87591114dd2f5399b7a Author: Wolfgang Sourdeau Date: Thu Aug 19 15:51:25 2010 +0000 @@ -35248,6 +42557,13 @@ Date: Thu Aug 19 15:51:25 2010 +0000 Monotone-Date: 2010-08-19T15:51:25 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolderManager.h +M SOPE/GDLContentStore/GCSFolderManager.m +M SOPE/GDLContentStore/GCSSpecialQueries.h +M SOPE/GDLContentStore/GCSSpecialQueries.m +M SOPE/GDLContentStore/GNUmakefile + commit b8d9e5f1e783f92cbae544c1daf5e4f57788276b Author: Wolfgang Sourdeau Date: Thu Aug 19 15:35:21 2010 +0000 @@ -35259,6 +42575,10 @@ Date: Thu Aug 19 15:35:21 2010 +0000 Monotone-Date: 2010-08-19T15:35:21 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.h +M SOPE/GDLContentStore/GCSFolder.m + commit 071f5b858f5a5401c112eadac66975e1b24a103a Author: Francis Lachapelle Date: Thu Aug 19 14:19:24 2010 +0000 @@ -35272,6 +42592,16 @@ Date: Thu Aug 19 14:19:24 2010 +0000 Monotone-Date: 2010-08-19T14:19:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js +M UI/WebServerResources/iefixes.css + commit 892c9cfd4cdb65f695b70e2616fb5be70976c4ad Author: Ludovic Marcotte Date: Thu Aug 19 14:14:49 2010 +0000 @@ -35284,6 +42614,8 @@ Date: Thu Aug 19 14:14:49 2010 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-19T14:14:49 +M UI/MainUI/Version + commit 5611b5f32e0fa01eb85f982b165795d5edc3b698 Author: Ludovic Marcotte Date: Thu Aug 19 13:55:10 2010 +0000 @@ -35296,6 +42628,8 @@ Date: Thu Aug 19 13:55:10 2010 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-19T13:55:10 +M Documentation/SOGo Installation Guide.odt + commit ec9fcce3c64cc8d00afbbc68ada8e00ddb3730de Author: Ludovic Marcotte Date: Thu Aug 19 13:48:53 2010 +0000 @@ -35308,21 +42642,15 @@ Date: Thu Aug 19 13:48:53 2010 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-19T13:48:53 -commit 86415633a31f63efbf6f7cc1d8f6423abd856306 -Merge: 097ef1d 27e8ebb -Author: Ludovic Marcotte -Date: Thu Aug 19 11:51:59 2010 +0000 - - merge of '130ac0c1247ae89a854346c0b781aad3257b2690' - and 'c1639ae492d9fb3315ef9630d824d8b441ff879e' - - Monotone-Parent: 130ac0c1247ae89a854346c0b781aad3257b2690 - Monotone-Parent: c1639ae492d9fb3315ef9630d824d8b441ff879e - Monotone-Revision: f1cd0d304e65e52a50441f7062e35bd9f5716f98 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-08-19T11:51:59 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt +A Migration/Oracle/README +A Migration/Oracle/oracleimport.pl +M NEWS +M Tests/Integration/README +M UI/MainUI/Version +M UI/WebServerResources/SOGoResizableTable.js +M UI/WebServerResources/UIxPreferences.js commit 27e8ebb0dad182014eb6e16358e8365b8a232e7e Author: Francis Lachapelle @@ -35335,6 +42663,8 @@ Date: Wed Aug 18 20:48:38 2010 +0000 Monotone-Date: 2010-08-18T20:48:38 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxPreferences.js + commit 097ef1d003c7669f9684b504f551f1f4e8b402b0 Author: Wolfgang Sourdeau Date: Wed Aug 18 20:20:33 2010 +0000 @@ -35348,21 +42678,7 @@ Date: Wed Aug 18 20:20:33 2010 +0000 Monotone-Date: 2010-08-18T20:20:33 Monotone-Branch: ca.inverse.sogo -commit 56a2b07c0317ac76fd83f0354b04498f833f3e77 -Merge: 2d1da50 50dd3ad -Author: Wolfgang Sourdeau -Date: Wed Aug 18 20:19:22 2010 +0000 - - merge of '3cd11326bdc49c91494e0a2e9cf1465efe47c52e' - and 'bb3c592590664390a1256fac17d92ed09a9484d3' - - Monotone-Parent: 3cd11326bdc49c91494e0a2e9cf1465efe47c52e - Monotone-Parent: bb3c592590664390a1256fac17d92ed09a9484d3 - Monotone-Revision: 5f3a2eb80d68bf394630219bbb989256d30629cc - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-08-18T20:19:22 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css commit 2d1da50d37c515820262f92d1c5feebe0e4a138e Author: Francis Lachapelle @@ -35377,6 +42693,9 @@ Date: Wed Aug 18 17:24:55 2010 +0000 Monotone-Date: 2010-08-18T17:24:55 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.css + commit 50dd3ada2ccb05cf653e73f32f2c810d0e11523f Author: Wolfgang Sourdeau Date: Wed Aug 18 16:23:13 2010 +0000 @@ -35390,6 +42709,8 @@ Date: Wed Aug 18 16:23:13 2010 +0000 Monotone-Date: 2010-08-18T16:23:13 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxReminderEditor.js + commit 4e22e4fd67954b90432254431ca0dc98733fbabd Author: Francis Lachapelle Date: Wed Aug 18 15:51:19 2010 +0000 @@ -35402,6 +42723,9 @@ Date: Wed Aug 18 15:51:19 2010 +0000 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-08-18T15:51:19 +M SoObjects/Mailer/Version +M UI/MainUI/Version + commit cf2ade9fcca0dfcada3e5d370d21dbfac636a5c2 Author: Francis Lachapelle Date: Wed Aug 18 15:38:13 2010 +0000 @@ -35415,21 +42739,8 @@ Date: Wed Aug 18 15:38:13 2010 +0000 Monotone-Date: 2010-08-18T15:38:13 Monotone-Branch: ca.inverse.sogo -commit 0950df8354168bdb6a557083a3aee68477edfd81 -Merge: c78e451 a054856 -Author: Wolfgang Sourdeau -Date: Wed Aug 18 13:50:55 2010 +0000 - - merge of 'acb80bff5c509e32241ffa6715083280a5bb9158' - and 'b718c48057e1fd4a0cc8a43b5d71809846232ca6' - - Monotone-Parent: acb80bff5c509e32241ffa6715083280a5bb9158 - Monotone-Parent: b718c48057e1fd4a0cc8a43b5d71809846232ca6 - Monotone-Revision: f19a49f2c5d69679992d50a3ebb685975f47b75e - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-08-18T13:50:55 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/Version +M UI/MainUI/Version commit 7269c22841aefa7e89bdda31d8cda76474f8130e Author: Francis Lachapelle @@ -35442,21 +42753,7 @@ Date: Tue Aug 17 20:25:16 2010 +0000 Monotone-Date: 2010-08-17T20:25:16 Monotone-Branch: ca.inverse.sogo -commit c78e4511791aa82673e87e625f082e8126bbe721 -Merge: 3945cc6 f2e91c0 -Author: Ludovic Marcotte -Date: Tue Aug 17 14:30:25 2010 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_1' (head b007aa339001e9c21adeaad9c72c7fdfc845e9b7) - to branch 'ca.inverse.sogo' (head 38aeede6f54d0b954356cd2d385ba01bbdd8aecd) - - Monotone-Parent: 38aeede6f54d0b954356cd2d385ba01bbdd8aecd - Monotone-Parent: b007aa339001e9c21adeaad9c72c7fdfc845e9b7 - Monotone-Revision: acb80bff5c509e32241ffa6715083280a5bb9158 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-08-17T14:30:25 - Monotone-Branch: ca.inverse.sogo +M UI/MainUI/SOGoUserHomePage.m commit f2e91c084c9cb3f60e94b0601f946b1ae087b9ff Author: Ludovic Marcotte @@ -35470,21 +42767,7 @@ Date: Tue Aug 17 14:30:09 2010 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-17T14:30:09 -commit 3945cc64380cb12c77422ef0ac6cf82dd3e8dbad -Merge: 9596b26 25fe7bb -Author: Ludovic Marcotte -Date: Tue Aug 17 14:10:30 2010 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_1' (head 996598fce70f35fe733debbc06cb1ae8c677afe1) - to branch 'ca.inverse.sogo' (head e16807404ac6ea20632ee7e0e21ae2db34830540) - - Monotone-Parent: 996598fce70f35fe733debbc06cb1ae8c677afe1 - Monotone-Parent: e16807404ac6ea20632ee7e0e21ae2db34830540 - Monotone-Revision: 38aeede6f54d0b954356cd2d385ba01bbdd8aecd - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-08-17T14:10:30 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m commit 9596b26d0314e4b46b4858eeafb85842af6b37f3 Author: Ludovic Marcotte @@ -35498,6 +42781,8 @@ Date: Tue Aug 17 14:10:01 2010 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-17T14:10:01 +M SoObjects/Appointments/SOGoAppointmentObject.m + commit a0548561b6a815a3bb7725d64813aebc1255b90f Author: Wolfgang Sourdeau Date: Fri Aug 13 21:28:15 2010 +0000 @@ -35509,6 +42794,10 @@ Date: Fri Aug 13 21:28:15 2010 +0000 Monotone-Date: 2010-08-13T21:28:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/iCalEvent+SOGo.m +M SoObjects/Appointments/iCalToDo+SOGo.m + commit 16d77fcb15240d425a8d097f7d64e386a093ac53 Author: Wolfgang Sourdeau Date: Fri Aug 13 21:26:28 2010 +0000 @@ -35520,6 +42809,8 @@ Date: Fri Aug 13 21:26:28 2010 +0000 Monotone-Date: 2010-08-13T21:26:28 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalAlarm.m + commit 030c5cde99416f750ad04e5dd9f0bc6d6ddb2994 Author: Wolfgang Sourdeau Date: Fri Aug 13 21:23:56 2010 +0000 @@ -35531,6 +42822,8 @@ Date: Fri Aug 13 21:23:56 2010 +0000 Monotone-Date: 2010-08-13T21:23:56 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalAlarm.m + commit 42817f45bf1146cf64e88bcbcc48a3adcd46913c Author: Wolfgang Sourdeau Date: Fri Aug 13 21:03:04 2010 +0000 @@ -35542,6 +42835,10 @@ Date: Fri Aug 13 21:03:04 2010 +0000 Monotone-Date: 2010-08-13T21:03:04 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalAlarm.h +M SOPE/NGCards/iCalAlarm.m + commit 25fe7bbe9ed50b30fec6a8e1523b3bdc1bf8406b Author: Wolfgang Sourdeau Date: Thu Aug 12 20:51:10 2010 +0000 @@ -35553,6 +42850,18 @@ Date: Thu Aug 12 20:51:10 2010 +0000 Monotone-Date: 2010-08-12T20:51:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailAccountActions.h +M UI/MailerUI/UIxMailAccountActions.m +M UI/MailerUI/UIxMailFolderActions.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/MailerUI/product.plist +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/MailerUIdTree.js +M UI/WebServerResources/dtree.js +M UI/WebServerResources/generic.css + commit 23b1304e15bb26f8c15219147bcbb430ad46be86 Author: Wolfgang Sourdeau Date: Thu Aug 12 20:19:25 2010 +0000 @@ -35564,6 +42873,8 @@ Date: Thu Aug 12 20:19:25 2010 +0000 Monotone-Date: 2010-08-12T20:19:25 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 849d4ae3bc80925bd9188fa07b41160b70385272 Author: Wolfgang Sourdeau Date: Thu Aug 12 20:19:15 2010 +0000 @@ -35575,6 +42886,10 @@ Date: Thu Aug 12 20:19:15 2010 +0000 Monotone-Date: 2010-08-12T20:19:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoDomainDefaults.h +M SoObjects/SOGo/SOGoDomainDefaults.m + commit 0edb882b43e47b4541e7bdb0917968120088cb62 Author: Wolfgang Sourdeau Date: Thu Aug 12 20:18:11 2010 +0000 @@ -35586,6 +42901,9 @@ Date: Thu Aug 12 20:18:11 2010 +0000 Monotone-Date: 2010-08-12T20:18:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.m + commit 45ce17347223fba52e8cf2ee1fbea36694f39816 Author: Wolfgang Sourdeau Date: Thu Aug 12 18:48:56 2010 +0000 @@ -35597,6 +42915,8 @@ Date: Thu Aug 12 18:48:56 2010 +0000 Monotone-Date: 2010-08-12T18:48:56 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 9e711ab842616bc6e5fee6ec46cf37914b64d54c Author: Wolfgang Sourdeau Date: Thu Aug 12 18:29:13 2010 +0000 @@ -35608,21 +42928,8 @@ Date: Thu Aug 12 18:29:13 2010 +0000 Monotone-Date: 2010-08-12T18:29:13 Monotone-Branch: ca.inverse.sogo -commit 39626e8569980791ffd6a288ec06ba57487c2e4e -Merge: f8e882a 89d3d4b -Author: Ludovic Marcotte -Date: Thu Aug 12 18:23:23 2010 +0000 - - propagate from branch 'ca.inverse.sogo.1_3_1' (head f6a0b62965278336b461dac36045bfae5fc07f0a) - to branch 'ca.inverse.sogo' (head aa0663eb86f38080e2ab2d20b64f30547adbfa81) - - Monotone-Parent: aa0663eb86f38080e2ab2d20b64f30547adbfa81 - Monotone-Parent: f6a0b62965278336b461dac36045bfae5fc07f0a - Monotone-Revision: 0176ffcc344892f0535563789b246aea9810ee5e - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-08-12T18:23:23 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SQLSource.h +M SoObjects/SOGo/SQLSource.m commit f8e882ae368ca856833a4fe2aa3c06a03023c092 Author: Ludovic Marcotte @@ -35637,6 +42944,8 @@ Date: Thu Aug 12 18:21:21 2010 +0000 Monotone-Date: 2010-08-12T18:21:21 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Mobile Devices Configuration.odt + commit 0d409a18e6d0023760aeaa7920c4cddc58330a92 Author: Ludovic Marcotte Date: Thu Aug 12 18:04:27 2010 +0000 @@ -35650,6 +42959,10 @@ Date: Thu Aug 12 18:04:27 2010 +0000 Monotone-Date: 2010-08-12T18:04:27 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Tests/Integration/test-caldav-scheduling.py + commit 89d3d4b413a75bad1a09eeb5688156d0f0c040c9 Author: Ludovic Marcotte Date: Thu Aug 12 17:56:18 2010 +0000 @@ -35662,6 +42975,14 @@ Date: Thu Aug 12 17:56:18 2010 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-12T17:56:18 +M ChangeLog +M NEWS +M UI/Common/UIxPageFrame.m +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/product.plist +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/generic.js + commit 92de1e148478048c433d1ec9e59472a62820d207 Author: Wolfgang Sourdeau Date: Thu Aug 12 17:42:33 2010 +0000 @@ -35673,6 +42994,8 @@ Date: Thu Aug 12 17:42:33 2010 +0000 Monotone-Date: 2010-08-12T17:42:33 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit bfcf13e683063d42bd565e51bed4b2b6c66f164b Author: Wolfgang Sourdeau Date: Thu Aug 12 17:37:11 2010 +0000 @@ -35684,6 +43007,8 @@ Date: Thu Aug 12 17:37:11 2010 +0000 Monotone-Date: 2010-08-12T17:37:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 5c4964bc555b3da6ed39b86024ecdaff468d1664 Author: Wolfgang Sourdeau Date: Thu Aug 12 17:34:32 2010 +0000 @@ -35695,6 +43020,13 @@ Date: Thu Aug 12 17:34:32 2010 +0000 Monotone-Date: 2010-08-12T17:34:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.m +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/product.plist +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/generic.js + commit a6df60d4d8b3f7ea298589514da18a1e82d59d59 Author: Ludovic Marcotte Date: Thu Aug 12 15:31:17 2010 +0000 @@ -35707,6 +43039,9 @@ Date: Thu Aug 12 15:31:17 2010 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-12T15:31:17 +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 060d06bc606121a23e3a29929519dfd66ac33c1e Author: Wolfgang Sourdeau Date: Thu Aug 12 14:14:34 2010 +0000 @@ -35718,6 +43053,8 @@ Date: Thu Aug 12 14:14:34 2010 +0000 Monotone-Date: 2010-08-12T14:14:34 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactGCSFolder.m + commit fe73002ead79f924dac21498f408a752ff025ffa Author: Wolfgang Sourdeau Date: Thu Aug 12 14:14:11 2010 +0000 @@ -35729,21 +43066,7 @@ Date: Thu Aug 12 14:14:11 2010 +0000 Monotone-Date: 2010-08-12T14:14:11 Monotone-Branch: ca.inverse.sogo -commit 9371987226666ff8f82fa5be8f4fbcf0a326c536 -Merge: 1773670 f19bba7 -Author: Wolfgang Sourdeau -Date: Thu Aug 12 14:06:56 2010 +0000 - - merge of '87eb8bb69f68316e6f95f8206ea9f665209d2b0f' - and 'e78fc689c78de581aaf34ccdcebebddeb142c5b3' - - Monotone-Parent: 87eb8bb69f68316e6f95f8206ea9f665209d2b0f - Monotone-Parent: e78fc689c78de581aaf34ccdcebebddeb142c5b3 - Monotone-Revision: 60c12b841698957b704b47490a125477543c7dc3 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-08-12T14:06:56 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/DOMNode+SOGo.h commit f19bba72922a975ed57502ec457c594ce22ea258 Author: Wolfgang Sourdeau @@ -35756,6 +43079,15 @@ Date: Thu Aug 12 14:02:21 2010 +0000 Monotone-Date: 2010-08-12T14:02:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Contacts/SOGoContactFolder.h +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/Contacts/SOGoContactSourceFolder.m +M SoObjects/Contacts/SOGoFolder+CardDAV.m +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m + commit e40cd602f7bed232872f7714cf3ededa4c2c8d70 Author: Wolfgang Sourdeau Date: Thu Aug 12 13:18:35 2010 +0000 @@ -35767,6 +43099,9 @@ Date: Thu Aug 12 13:18:35 2010 +0000 Monotone-Date: 2010-08-12T13:18:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.m + commit 1773670282cc224abdcfe73fd41db30862a7973b Author: Francis Lachapelle Date: Thu Aug 12 02:12:24 2010 +0000 @@ -35780,6 +43115,9 @@ Date: Thu Aug 12 02:12:24 2010 +0000 Monotone-Date: 2010-08-12T02:12:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 4e7465533572e944c17ab89221fc4c4603dda853 Author: Wolfgang Sourdeau Date: Wed Aug 11 20:56:14 2010 +0000 @@ -35791,6 +43129,9 @@ Date: Wed Aug 11 20:56:14 2010 +0000 Monotone-Date: 2010-08-11T20:56:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit ee13adbf9b02b28f221261bbd253d58ffacea4e5 Author: Wolfgang Sourdeau Date: Wed Aug 11 19:53:02 2010 +0000 @@ -35802,6 +43143,10 @@ Date: Wed Aug 11 19:53:02 2010 +0000 Monotone-Date: 2010-08-11T19:53:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo+DAV.m +M SoObjects/Contacts/SOGoContactGCSEntry.m + commit 39928c163d04d413e8f6fa8ff41813ddbb888cde Author: Wolfgang Sourdeau Date: Wed Aug 11 19:23:51 2010 +0000 @@ -35813,6 +43158,10 @@ Date: Wed Aug 11 19:23:51 2010 +0000 Monotone-Date: 2010-08-11T19:23:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/WORequest+SOGo.h +M SoObjects/SOGo/WORequest+SOGo.m + commit 3371a4712d6e7557457aca509356624fecc356e8 Author: Wolfgang Sourdeau Date: Wed Aug 11 19:20:17 2010 +0000 @@ -35824,6 +43173,11 @@ Date: Wed Aug 11 19:20:17 2010 +0000 Monotone-Date: 2010-08-11T19:20:17 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NGVCardPhoto.m +M SOPE/NGCards/versitCardsSaxDriver/ChangeLog +M SOPE/NGCards/versitCardsSaxDriver/VSSaxDriver.m + commit 798076e6faf4c301bb21f8485a61d7b78edef4ad Author: Ludovic Marcotte Date: Wed Aug 11 18:29:05 2010 +0000 @@ -35836,6 +43190,12 @@ Date: Wed Aug 11 18:29:05 2010 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-11T18:29:05 +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.m +M UI/MailerUI/UIxMailFolderActions.m +M UI/WebServerResources/JavascriptAPIExtensions.js +M UI/WebServerResources/MailerUI.js + commit 5c291627a4209c6e16b6eeaf05a98fe6f73b90f0 Author: Ludovic Marcotte Date: Wed Aug 11 17:23:59 2010 +0000 @@ -35848,6 +43208,11 @@ Date: Wed Aug 11 17:23:59 2010 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-11T17:23:59 +M ChangeLog +M UI/Common/UIxAclEditor.m +M UI/Common/UIxObjectActions.m +M UI/WebServerResources/UIxAclEditor.js + commit 15526db83182eb7e12f3690d599d4956d6e1c516 Author: Ludovic Marcotte Date: Wed Aug 11 16:23:47 2010 +0000 @@ -35860,6 +43225,9 @@ Date: Wed Aug 11 16:23:47 2010 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-11T16:23:47 +M ChangeLog +M SOPE/NGCards/iCalRecurrenceRule.m + commit cae4fb16bdf6b3a9fd700d401bf867e66ae4c73a Author: Ludovic Marcotte Date: Wed Aug 11 14:52:11 2010 +0000 @@ -35872,21 +43240,16 @@ Date: Wed Aug 11 14:52:11 2010 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-11T14:52:11 -commit 0c4d4b099ebd589d8f50c6541abcc1e884c9bc21 -Merge: 68fbd90 43ef41e -Author: Wolfgang Sourdeau -Date: Wed Aug 11 13:33:02 2010 +0000 - - merge of '2a121cef9785165904cbe9effa330ad47ba45099' - and '9f129d083b11ce7ac964a083c351d2a15f16fbdb' - - Monotone-Parent: 2a121cef9785165904cbe9effa330ad47ba45099 - Monotone-Parent: 9f129d083b11ce7ac964a083c351d2a15f16fbdb - Monotone-Revision: ef0808300fb0a2f855c131c8d4958cef75bb1a1c - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-08-11T13:33:02 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentFolders.m +M SoObjects/Appointments/SOGoAppointmentObject.h +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoComponentOccurence.m +M SoObjects/Appointments/iCalEntityObject+SOGo.m +M SoObjects/Appointments/iCalEventChanges+SOGo.m +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoObject.h commit 43ef41eeb70b65cd15b22230c6eeb542ac40e664 Author: Wolfgang Sourdeau @@ -35899,21 +43262,8 @@ Date: Wed Aug 11 13:31:59 2010 +0000 Monotone-Date: 2010-08-11T13:31:59 Monotone-Branch: ca.inverse.sogo -commit 68fbd900d31b9a507b784b3d812bfd21d5b51638 -Merge: d2b67cb 71c2f1f -Author: Francis Lachapelle -Date: Tue Aug 10 14:15:50 2010 +0000 - - merge of '79070131b527d8b1a88014a212b6f2fafc9a1490' - and 'd794ef4e02f1e288bc12d1379cbaba6e67be4e25' - - Monotone-Parent: 79070131b527d8b1a88014a212b6f2fafc9a1490 - Monotone-Parent: d794ef4e02f1e288bc12d1379cbaba6e67be4e25 - Monotone-Revision: 2a121cef9785165904cbe9effa330ad47ba45099 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-08-10T14:15:50 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.m commit 71c2f1f4a842f7fe20dc9512228bb61b44393fd6 Author: Francis Lachapelle @@ -35928,6 +43278,12 @@ Date: Tue Aug 10 13:47:11 2010 +0000 Monotone-Date: 2010-08-10T13:47:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit fbc36faf174d630c576a5940ae3728b02f15d61f Author: Wolfgang Sourdeau Date: Mon Aug 9 16:47:51 2010 +0000 @@ -35939,6 +43295,9 @@ Date: Mon Aug 9 16:47:51 2010 +0000 Monotone-Date: 2010-08-09T16:47:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit c7f26f13a101e16ee047932184a3e0b988e7df46 Author: Wolfgang Sourdeau Date: Mon Aug 9 16:46:45 2010 +0000 @@ -35950,6 +43309,9 @@ Date: Mon Aug 9 16:46:45 2010 +0000 Monotone-Date: 2010-08-09T16:46:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit d2b67cb3ba5fcbed7f86570d7214e8767d4e7d31 Author: Wolfgang Sourdeau Date: Mon Aug 9 14:30:16 2010 +0000 @@ -35961,6 +43323,8 @@ Date: Mon Aug 9 14:30:16 2010 +0000 Monotone-Date: 2010-08-09T14:30:16 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox + commit 308de80e6aedf52ce2e4b6dfe84a7f6a7df8ec75 Author: Wolfgang Sourdeau Date: Mon Aug 9 14:17:22 2010 +0000 @@ -35972,6 +43336,14 @@ Date: Mon Aug 9 14:17:22 2010 +0000 Monotone-Date: 2010-08-09T14:17:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.h +M UI/Common/UIxPageFrame.m +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/Templates/UIxPageFrame.wox + commit fc12cf9fd9ae23d977341606ccb9f444e627fe0a Author: Wolfgang Sourdeau Date: Mon Aug 9 13:30:21 2010 +0000 @@ -35983,6 +43355,11 @@ Date: Mon Aug 9 13:30:21 2010 +0000 Monotone-Date: 2010-08-09T13:30:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/UIxFilterEditor.m +M UI/Templates/PreferencesUI/UIxFilterEditor.wox +M UI/WebServerResources/UIxFilterEditor.js + commit 549162ce51177fc59d52abfb69f172d55e3a211e Author: Wolfgang Sourdeau Date: Mon Aug 9 13:25:02 2010 +0000 @@ -35994,6 +43371,9 @@ Date: Mon Aug 9 13:25:02 2010 +0000 Monotone-Date: 2010-08-09T13:25:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxPreferences.js + commit e4f8477929eb175bd452702e6454d7cceaae846a Author: Wolfgang Sourdeau Date: Fri Aug 6 21:04:15 2010 +0000 @@ -36005,6 +43385,9 @@ Date: Fri Aug 6 21:04:15 2010 +0000 Monotone-Date: 2010-08-06T21:04:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 8d91c119fd09eccc63b7eb04c5a1380139615eb4 Author: Wolfgang Sourdeau Date: Fri Aug 6 20:26:47 2010 +0000 @@ -36016,6 +43399,9 @@ Date: Fri Aug 6 20:26:47 2010 +0000 Monotone-Date: 2010-08-06T20:26:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/UIxPreferences.m + commit affa2988021dfad5768a4fa2f3046818b7791ab9 Author: Wolfgang Sourdeau Date: Fri Aug 6 18:24:39 2010 +0000 @@ -36027,6 +43413,9 @@ Date: Fri Aug 6 18:24:39 2010 +0000 Monotone-Date: 2010-08-06T18:24:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 5916ac22da8686eebe47cd0f48ba33a601f4a7fb Author: Wolfgang Sourdeau Date: Fri Aug 6 18:22:49 2010 +0000 @@ -36038,6 +43427,9 @@ Date: Fri Aug 6 18:22:49 2010 +0000 Monotone-Date: 2010-08-06T18:22:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 54f3d441c5769b72e9994f09ae93d9a32eabbc57 Author: Wolfgang Sourdeau Date: Fri Aug 6 17:44:36 2010 +0000 @@ -36049,6 +43441,9 @@ Date: Fri Aug 6 17:44:36 2010 +0000 Monotone-Date: 2010-08-06T17:44:36 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/generic.js + commit 090a459f7ecebe708d0dc9968a6a6e73e86401f7 Author: Wolfgang Sourdeau Date: Fri Aug 6 17:42:03 2010 +0000 @@ -36062,6 +43457,8 @@ Date: Fri Aug 6 17:42:03 2010 +0000 Monotone-Date: 2010-08-06T17:42:03 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit ea79ce42c6b68c617615c3774eb4b3baf0581a82 Author: Wolfgang Sourdeau Date: Fri Aug 6 17:24:35 2010 +0000 @@ -36073,6 +43470,20 @@ Date: Fri Aug 6 17:24:35 2010 +0000 Monotone-Date: 2010-08-06T17:24:35 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings + commit 5aec0c7c027c5036e462b171ee6a4bd7b65d376d Author: Wolfgang Sourdeau Date: Fri Aug 6 17:16:15 2010 +0000 @@ -36084,6 +43495,20 @@ Date: Fri Aug 6 17:16:15 2010 +0000 Monotone-Date: 2010-08-06T17:16:15 Monotone-Branch: ca.inverse.sogo +M UI/Common/BrazilianPortuguese.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Common/Hungarian.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Common/Russian.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +M UI/Common/Swedish.lproj/Localizable.strings +M UI/Common/Ukrainian.lproj/Localizable.strings +M UI/Common/Welsh.lproj/Localizable.strings + commit 4c56db8273c1ddfd11fe7430a0c27e5472d0065d Author: Wolfgang Sourdeau Date: Fri Aug 6 16:34:47 2010 +0000 @@ -36095,6 +43520,8 @@ Date: Fri Aug 6 16:34:47 2010 +0000 Monotone-Date: 2010-08-06T16:34:47 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 8f0b91c054e36af20c466de881f5bd886c298a4f Author: Wolfgang Sourdeau Date: Fri Aug 6 16:34:43 2010 +0000 @@ -36106,6 +43533,20 @@ Date: Fri Aug 6 16:34:43 2010 +0000 Monotone-Date: 2010-08-06T16:34:43 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings + commit 397e3ed3a2ab7bc96dbbe64520f7546b00141129 Author: Wolfgang Sourdeau Date: Fri Aug 6 15:45:25 2010 +0000 @@ -36117,6 +43558,9 @@ Date: Fri Aug 6 15:45:25 2010 +0000 Monotone-Date: 2010-08-06T15:45:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 5899c2d41b5230a4e3ee17f695be7c42ded9c1fc Author: Wolfgang Sourdeau Date: Fri Aug 6 15:38:31 2010 +0000 @@ -36128,6 +43572,9 @@ Date: Fri Aug 6 15:38:31 2010 +0000 Monotone-Date: 2010-08-06T15:38:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js + commit 81b305e983b5fa88db994bc59ee2d923b896bbed Author: Wolfgang Sourdeau Date: Fri Aug 6 15:37:55 2010 +0000 @@ -36139,6 +43586,9 @@ Date: Fri Aug 6 15:37:55 2010 +0000 Monotone-Date: 2010-08-06T15:37:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUIdTree.js + commit 2b9df195500b114afe093c83ee03c9dfba100948 Author: Wolfgang Sourdeau Date: Fri Aug 6 15:34:05 2010 +0000 @@ -36150,6 +43600,12 @@ Date: Fri Aug 6 15:34:05 2010 +0000 Monotone-Date: 2010-08-06T15:34:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/UIxPreferences.m +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/UIxPreferences.js + commit 0efbccb5923df3489620bba3fd06b850c34c0b59 Author: Wolfgang Sourdeau Date: Fri Aug 6 15:24:47 2010 +0000 @@ -36161,6 +43617,8 @@ Date: Fri Aug 6 15:24:47 2010 +0000 Monotone-Date: 2010-08-06T15:24:47 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.m + commit d02564f1162e640e921f9add2ac5281f0db82714 Author: Wolfgang Sourdeau Date: Fri Aug 6 14:29:41 2010 +0000 @@ -36172,6 +43630,9 @@ Date: Fri Aug 6 14:29:41 2010 +0000 Monotone-Date: 2010-08-06T14:29:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailFolderActions.m + commit 6a99f7e54fe1a22b48d843d28b062de6e4482167 Author: Wolfgang Sourdeau Date: Fri Aug 6 14:27:06 2010 +0000 @@ -36183,6 +43644,9 @@ Date: Fri Aug 6 14:27:06 2010 +0000 Monotone-Date: 2010-08-06T14:27:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailEditor.m + commit b8804341794906a7a4c8ed9d5120d9a5e0993ff3 Author: Wolfgang Sourdeau Date: Fri Aug 6 14:25:59 2010 +0000 @@ -36194,21 +43658,16 @@ Date: Fri Aug 6 14:25:59 2010 +0000 Monotone-Date: 2010-08-06T14:25:59 Monotone-Branch: ca.inverse.sogo -commit 44a7a9b099a2a86da80a8ffc3329390170196618 -Merge: 4a1c8d3 1aedf2b -Author: Wolfgang Sourdeau -Date: Fri Aug 6 14:24:02 2010 +0000 - - merge of 'aa5015ff0079b6856954284a0b566fd85c428a93' - and 'd894e5477e189d935a994c87418e92db405deacb' - - Monotone-Parent: aa5015ff0079b6856954284a0b566fd85c428a93 - Monotone-Parent: d894e5477e189d935a994c87418e92db405deacb - Monotone-Revision: ec44ffcb951f3db4e0041a44e56a9f0d5df4ef3b - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-08-06T14:24:02 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailBaseObject.h +M SoObjects/Mailer/SOGoMailBaseObject.m +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/Mailer/SOGoMailForward.m +M SoObjects/SOGo/SOGoUser.m +M UI/MailerUI/UIxMailAccountActions.m commit 4a1c8d3753e0cec2cd9743a3666975111e8817b8 Author: Francis Lachapelle @@ -36223,21 +43682,7 @@ Date: Fri Aug 6 13:10:09 2010 +0000 Monotone-Date: 2010-08-06T13:10:09 Monotone-Branch: ca.inverse.sogo -commit 1aedf2b67d19e05d5d499980d338d846d3147d78 -Merge: 99727fd 8702855 -Author: Wolfgang Sourdeau -Date: Fri Aug 6 13:08:29 2010 +0000 - - merge of '3ed5547660c034b85d2587a802d66c09ecb62b0c' - and '65a935a868913d9a39d46a15dec1fdb508cbf72f' - - Monotone-Parent: 3ed5547660c034b85d2587a802d66c09ecb62b0c - Monotone-Parent: 65a935a868913d9a39d46a15dec1fdb508cbf72f - Monotone-Revision: d894e5477e189d935a994c87418e92db405deacb - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-08-06T13:08:29 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt commit 87028555202c546a745da0f6234beb616eb1c21f Author: Wolfgang Sourdeau @@ -36250,6 +43695,12 @@ Date: Fri Aug 6 12:45:02 2010 +0000 Monotone-Date: 2010-08-06T12:45:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoDomainDefaults.h +M SoObjects/SOGo/SOGoDomainDefaults.m +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m + commit eabd9d5a8e08cd8fede0dd9c2a566448f36e0491 Author: Wolfgang Sourdeau Date: Fri Aug 6 12:40:57 2010 +0000 @@ -36261,6 +43712,9 @@ Date: Fri Aug 6 12:40:57 2010 +0000 Monotone-Date: 2010-08-06T12:40:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/HTMLElement.js + commit 4613beebaa15e6e70b3f75def7b1b00983a1ca65 Author: Wolfgang Sourdeau Date: Fri Aug 6 12:37:28 2010 +0000 @@ -36272,6 +43726,10 @@ Date: Fri Aug 6 12:37:28 2010 +0000 Monotone-Date: 2010-08-06T12:37:28 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js +M UI/WebServerResources/iefixes.css + commit 99727fd0b5f61564bedc1b7b66dae00e43a72986 Author: Francis Lachapelle Date: Thu Aug 5 21:23:48 2010 +0000 @@ -36285,21 +43743,8 @@ Date: Thu Aug 5 21:23:48 2010 +0000 Monotone-Date: 2010-08-05T21:23:48 Monotone-Branch: ca.inverse.sogo -commit 1cec1589228d7d164a6d838178b98f229fe45bd8 -Merge: e7ab667 c1a74a3 -Author: Wolfgang Sourdeau -Date: Thu Aug 5 20:41:14 2010 +0000 - - merge of '4ebbfbccc5eec87857b36901546058740ff96f2b' - and '8bd35931f4458c8afad7fa3cb3f169897d94d25b' - - Monotone-Parent: 4ebbfbccc5eec87857b36901546058740ff96f2b - Monotone-Parent: 8bd35931f4458c8afad7fa3cb3f169897d94d25b - Monotone-Revision: e7d394203e99a74856b665487e4681aa70114480 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-08-05T20:41:14 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SOGoResizableTable.js commit c1a74a3ae70ce8ce2c708b7adfe5d8371e7ce674 Author: Wolfgang Sourdeau @@ -36314,6 +43759,8 @@ Date: Thu Aug 5 17:43:43 2010 +0000 Monotone-Date: 2010-08-05T17:43:43 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/dtree.js + commit 9b6372806319c3dffadec4bb263b22c646633e73 Author: Wolfgang Sourdeau Date: Thu Aug 5 17:42:24 2010 +0000 @@ -36327,21 +43774,7 @@ Date: Thu Aug 5 17:42:24 2010 +0000 Monotone-Date: 2010-08-05T17:42:24 Monotone-Branch: ca.inverse.sogo -commit e7ab6675733486686606375036bb13deb4760c30 -Merge: b89f56a 76312d1 -Author: Francis Lachapelle -Date: Thu Aug 5 15:58:20 2010 +0000 - - merge of '96aed5aa92f481740bda8d0b5c68aa4b21c762f0' - and 'd05f8aecb657893bff2082d8a6401c885709a426' - - Monotone-Parent: 96aed5aa92f481740bda8d0b5c68aa4b21c762f0 - Monotone-Parent: d05f8aecb657893bff2082d8a6401c885709a426 - Monotone-Revision: 4ebbfbccc5eec87857b36901546058740ff96f2b - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-08-05T15:58:20 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUIdTree.js commit 76312d1a9badb40d1b18982fa21f43125c0587d5 Author: Francis Lachapelle @@ -36356,21 +43789,10 @@ Date: Thu Aug 5 15:57:09 2010 +0000 Monotone-Date: 2010-08-05T15:57:09 Monotone-Branch: ca.inverse.sogo -commit b89f56a6e01509fce1035ec97efdc1f8f33928b1 -Merge: 662f6d5 d1912a4 -Author: Wolfgang Sourdeau -Date: Wed Aug 4 20:38:22 2010 +0000 - - merge of '7e80d62d21237dc99d74c702f53f591b1fd10acc' - and '903126052b2bc7a486d1885b2118aad411d1b2f2' - - Monotone-Parent: 7e80d62d21237dc99d74c702f53f591b1fd10acc - Monotone-Parent: 903126052b2bc7a486d1885b2118aad411d1b2f2 - Monotone-Revision: 96aed5aa92f481740bda8d0b5c68aa4b21c762f0 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-08-04T20:38:22 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js +M UI/WebServerResources/iefixes.css commit 662f6d509a7710fd8a81148e2b04311cb4c8207d Author: Francis Lachapelle @@ -36385,6 +43807,11 @@ Date: Wed Aug 4 17:59:43 2010 +0000 Monotone-Date: 2010-08-04T17:59:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit d1912a40898ecc05d9b0cd6d02cef79445095344 Author: Wolfgang Sourdeau Date: Wed Aug 4 12:47:07 2010 +0000 @@ -36396,6 +43823,9 @@ Date: Wed Aug 4 12:47:07 2010 +0000 Monotone-Date: 2010-08-04T12:47:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/RowEditionController.js + commit dbe7f83a6723b9acd42838d6d3e10708a51a86d6 Author: Ludovic Marcotte Date: Tue Aug 3 23:37:12 2010 +0000 @@ -36408,6 +43838,9 @@ Date: Tue Aug 3 23:37:12 2010 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-03T23:37:12 +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt + commit 2f69dee9d60467e59efd9de7d392c709c77f586e Author: Wolfgang Sourdeau Date: Tue Aug 3 18:54:49 2010 +0000 @@ -36419,6 +43852,10 @@ Date: Tue Aug 3 18:54:49 2010 +0000 Monotone-Date: 2010-08-03T18:54:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m + commit b58b956b48aab5997987e242821700b6bed525d8 Author: Wolfgang Sourdeau Date: Tue Aug 3 18:53:34 2010 +0000 @@ -36430,6 +43867,8 @@ Date: Tue Aug 3 18:53:34 2010 +0000 Monotone-Date: 2010-08-03T18:53:34 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js + commit 9100c3db2fe5413e484a0672588ec520299438d8 Author: Wolfgang Sourdeau Date: Tue Aug 3 18:52:49 2010 +0000 @@ -36441,6 +43880,14 @@ Date: Tue Aug 3 18:52:49 2010 +0000 Monotone-Date: 2010-08-03T18:52:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailAccounts.h +M SoObjects/Mailer/SOGoMailAccounts.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/WebServerResources/MailerUI.js + commit 05ef0e573e0834bbae917bfe1faac7a081a372b4 Author: Wolfgang Sourdeau Date: Tue Aug 3 18:40:18 2010 +0000 @@ -36452,6 +43899,9 @@ Date: Tue Aug 3 18:40:18 2010 +0000 Monotone-Date: 2010-08-03T18:40:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/RowEditionController.js + commit 71f4bf49fb32dd79d674b7636f7620ccf29b8f52 Author: Ludovic Marcotte Date: Tue Aug 3 18:06:12 2010 +0000 @@ -36464,6 +43914,9 @@ Date: Tue Aug 3 18:06:12 2010 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-03T18:06:12 +M NEWS +M SoObjects/Appointments/SOGoAptMailNotification.m + commit 393805d3610ea1caf82698dacba679028e491430 Author: Ludovic Marcotte Date: Tue Aug 3 16:19:07 2010 +0000 @@ -36476,6 +43929,39 @@ Date: Tue Aug 3 16:19:07 2010 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-03T16:19:07 +M ChangeLog +A SoObjects/Mailer/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.html +A SoObjects/Mailer/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.wod +M UI/Common/Ukrainian.lproj/Localizable.strings +M UI/Contacts/Ukrainian.lproj/Localizable.strings +M UI/MailPartViewers/Ukrainian.lproj/Localizable.strings +M UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Swedish.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/Scheduler/Ukrainian.lproj/Localizable.strings + commit a1c61e5aeb1aadb6afd247554263120492c02777 Author: Ludovic Marcotte Date: Tue Aug 3 15:13:58 2010 +0000 @@ -36488,6 +43974,99 @@ Date: Tue Aug 3 15:13:58 2010 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-03T15:13:58 +M ChangeLog +M SoObjects/Appointments/GNUmakefile +A SoObjects/Appointments/Polish.lproj/Localizable.strings +M SoObjects/Contacts/GNUmakefile +A SoObjects/Contacts/Polish.lproj/Localizable.strings +M SoObjects/Mailer/GNUmakefile +M SoObjects/Mailer/SOGoMailForward.h +M SoObjects/Mailer/SOGoMailForward.m +A SoObjects/Mailer/SOGoMailPolishForward.wo/SOGoMailPolishForward.html +A SoObjects/Mailer/SOGoMailPolishForward.wo/SOGoMailPolishForward.wod +A SoObjects/Mailer/SOGoMailPolishReply.wo/SOGoMailPolishReply.html +A SoObjects/Mailer/SOGoMailPolishReply.wo/SOGoMailPolishReply.wod +M SoObjects/Mailer/SOGoMailReply.h +M SoObjects/Mailer/SOGoMailReply.m +M SoObjects/SOGo/SOGoDefaults.plist +M Tests/Integration/all.py +M UI/AdministrationUI/GNUmakefile +A UI/AdministrationUI/Polish.lproj/Localizable.strings +M UI/Common/GNUmakefile +A UI/Common/Polish.lproj/Localizable.strings +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/GNUmakefile +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +A UI/Contacts/Polish.lproj/Localizable.strings +M UI/Contacts/Russian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/Contacts/Swedish.lproj/Localizable.strings +M UI/Contacts/Ukrainian.lproj/Localizable.strings +M UI/Contacts/Welsh.lproj/Localizable.strings +M UI/MailPartViewers/GNUmakefile +A UI/MailPartViewers/Polish.lproj/Localizable.strings +M UI/MailerUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailerUI/Czech.lproj/Localizable.strings +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/GNUmakefile +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Hungarian.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +A UI/MailerUI/Polish.lproj/Localizable.strings +M UI/MailerUI/Russian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MailerUI/Swedish.lproj/Localizable.strings +M UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/MailerUI/Welsh.lproj/Localizable.strings +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/GNUmakefile +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +A UI/MainUI/Polish.lproj/Locale +A UI/MainUI/Polish.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Swedish.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/GNUmakefile +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +A UI/PreferencesUI/Polish.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/SOGoUI/SOGoACLAdvisory.h +M UI/SOGoUI/SOGoACLAdvisory.m +M UI/SOGoUI/SOGoFolderAdvisory.h +M UI/SOGoUI/SOGoFolderAdvisory.m +M UI/Scheduler/GNUmakefile +A UI/Scheduler/Polish.lproj/Localizable.strings +A UI/Templates/SOGoACLPolishAdditionAdvisory.wox +A UI/Templates/SOGoACLPolishModificationAdvisory.wox +A UI/Templates/SOGoACLPolishRemovalAdvisory.wox +A UI/Templates/SOGoFolderPolishAdditionAdvisory.wox +A UI/Templates/SOGoFolderPolishRemovalAdvisory.wox + commit fd07a9b028960eeb6906b2797b6c2568f481a07a Author: Ludovic Marcotte Date: Tue Aug 3 14:49:28 2010 +0000 @@ -36500,6 +44079,10 @@ Date: Tue Aug 3 14:49:28 2010 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-03T14:49:28 +M ChangeLog +M SoObjects/SOGo/GNUmakefile.preamble +M SoObjects/SOGo/SQLSource.m + commit 440897027ed5d6050c3d3540799f485a80553405 Author: Ludovic Marcotte Date: Tue Aug 3 14:36:33 2010 +0000 @@ -36512,6 +44095,9 @@ Date: Tue Aug 3 14:36:33 2010 +0000 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-03T14:36:33 +M ChangeLog +M SOPE/NGCards/NSString+NGCards.m + commit 8d107d0de0bf27f98f5acb66187787d0abe4901d Author: Wolfgang Sourdeau Date: Mon Aug 2 20:55:45 2010 +0000 @@ -36523,6 +44109,8 @@ Date: Mon Aug 2 20:55:45 2010 +0000 Monotone-Date: 2010-08-02T20:55:45 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxPreferences.js + commit 9e193f560dd145063ef8f76a98573a08b561b7cf Author: Wolfgang Sourdeau Date: Mon Aug 2 20:42:53 2010 +0000 @@ -36534,6 +44122,8 @@ Date: Mon Aug 2 20:42:53 2010 +0000 Monotone-Date: 2010-08-02T20:42:53 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUIDnD.js + commit 20a6696850a6e902ed3ce9351d1286b87da383a6 Author: Wolfgang Sourdeau Date: Mon Aug 2 20:42:40 2010 +0000 @@ -36545,6 +44135,12 @@ Date: Mon Aug 2 20:42:40 2010 +0000 Monotone-Date: 2010-08-02T20:42:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/PreferencesUI/UIxPreferences.wox +A UI/WebServerResources/RowEditionController.js +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/generic.css + commit 046a46b86a4c35a29ceb4010b15884ce9a844489 Author: Wolfgang Sourdeau Date: Mon Aug 2 20:29:38 2010 +0000 @@ -36556,21 +44152,8 @@ Date: Mon Aug 2 20:29:38 2010 +0000 Monotone-Date: 2010-08-02T20:29:38 Monotone-Branch: ca.inverse.sogo -commit 004b5300d58a1739549e1895e952721243dffd03 -Merge: beaf3e9 9b0e5ae -Author: Ludovic Marcotte -Date: Mon Aug 2 14:55:15 2010 +0000 - - merge of '858a9ca804ecabd66c735a54fe09bd4e5b7ec5b2' - and 'a8e20b13effb8b62bfe9471ec95ca5dd7eb9dd3d' - - Monotone-Parent: 858a9ca804ecabd66c735a54fe09bd4e5b7ec5b2 - Monotone-Parent: a8e20b13effb8b62bfe9471ec95ca5dd7eb9dd3d - Monotone-Revision: 8330dfa1ad05eb096cee895845442bf564cf19bd - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-08-02T14:55:15 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSNumber+Utilities.m commit beaf3e9b7d49341ec3852299130f48880124e429 Author: Francis Lachapelle @@ -36585,6 +44168,12 @@ Date: Fri Jul 30 20:10:00 2010 +0000 Monotone-Date: 2010-07-30T20:10:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/scriptaculous/dragdrop.js + commit 9b0e5ae09361c0ad957786db2dd6f96a8e43def4 Author: Wolfgang Sourdeau Date: Fri Jul 30 18:24:29 2010 +0000 @@ -36596,6 +44185,8 @@ Date: Fri Jul 30 18:24:29 2010 +0000 Monotone-Date: 2010-07-30T18:24:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit 9e819f81f64808123f2a48e01e14b460d1b4be71 Author: Francis Lachapelle Date: Thu Jul 29 15:34:06 2010 +0000 @@ -36609,6 +44200,10 @@ Date: Thu Jul 29 15:34:06 2010 +0000 Monotone-Date: 2010-07-29T15:34:06 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalUserRightsEditor.wox +M UI/WebServerResources/UIxCalUserRightsEditor.css +M UI/WebServerResources/iefixes.css + commit 76806b1a831c84fc02a8fa9be47a10a57c0605ef Author: Francis Lachapelle Date: Wed Jul 28 21:17:57 2010 +0000 @@ -36622,6 +44217,11 @@ Date: Wed Jul 28 21:17:57 2010 +0000 Monotone-Date: 2010-07-28T21:17:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/generic.js + commit 98970b7b9b5936d888a86f7d3b3824d33e6217bf Author: Francis Lachapelle Date: Wed Jul 28 20:19:08 2010 +0000 @@ -36635,6 +44235,13 @@ Date: Wed Jul 28 20:19:08 2010 +0000 Monotone-Date: 2010-07-28T20:19:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxComponentEditor.js + commit dc342f28054a0a115fb228ec887147b737211fe2 Author: Ludovic Marcotte Date: Wed Jul 28 14:39:34 2010 +0000 @@ -36648,6 +44255,8 @@ Date: Wed Jul 28 14:39:34 2010 +0000 Monotone-Date: 2010-07-28T14:39:34 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 66a9fc106bc3be41a179bc50231b2c8a26246bb0 Author: Francis Lachapelle Date: Tue Jul 27 19:34:37 2010 +0000 @@ -36661,6 +44270,10 @@ Date: Tue Jul 27 19:34:37 2010 +0000 Monotone-Date: 2010-07-27T19:34:37 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SOGoACLGermanAdditionAdvisory.wox +M UI/Templates/SOGoACLGermanModificationAdvisory.wox +M UI/Templates/SOGoACLGermanRemovalAdvisory.wox + commit 8a3fcb7cc483cc64d20a8e57e53e1255832c1c37 Author: Francis Lachapelle Date: Tue Jul 27 19:24:40 2010 +0000 @@ -36674,6 +44287,9 @@ Date: Tue Jul 27 19:24:40 2010 +0000 Monotone-Date: 2010-07-27T19:24:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SOGoAutoCompletion.js + commit ad76ca2d8b350c43ba865daa2eec4e576410364d Author: Francis Lachapelle Date: Tue Jul 27 18:42:12 2010 +0000 @@ -36687,37 +44303,20 @@ Date: Tue Jul 27 18:42:12 2010 +0000 Monotone-Date: 2010-07-27T18:42:12 Monotone-Branch: ca.inverse.sogo -commit 9c5e953aa827d491e5af8540f745acc6027be944 -Merge: 08b60dd 31f3268 -Author: Francis Lachapelle -Date: Mon Jul 26 13:20:23 2010 +0000 - - merge of '0ce8c0fe1af6188f22754102040d63f124d3761b' - and '98ba3d5ee1d111284dfb68999ac43af19ef48122' - - Monotone-Parent: 0ce8c0fe1af6188f22754102040d63f124d3761b - Monotone-Parent: 98ba3d5ee1d111284dfb68999ac43af19ef48122 - Monotone-Revision: bdac9c079f5f6f8a742d138d4a5f9d41043ae013 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-07-26T13:20:23 - Monotone-Branch: ca.inverse.sogo - -commit 31f3268985962b13169f13514f7cec539a0d56cb -Merge: eccf14e 6f9045f -Author: Wolfgang Sourdeau -Date: Thu Jul 22 17:54:48 2010 +0000 - - merge of '1475912d0e20ad5f1180b0921306270039272161' - and '5af7a1393148e6e3508fd84f023b7a907fc67c25' - - Monotone-Parent: 1475912d0e20ad5f1180b0921306270039272161 - Monotone-Parent: 5af7a1393148e6e3508fd84f023b7a907fc67c25 - Monotone-Revision: 98ba3d5ee1d111284dfb68999ac43af19ef48122 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-07-22T17:54:48 - Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailPartViewers/Czech.lproj/Localizable.strings +M UI/MailPartViewers/Dutch.lproj/Localizable.strings +M UI/MailPartViewers/English.lproj/Localizable.strings +M UI/MailPartViewers/French.lproj/Localizable.strings +M UI/MailPartViewers/German.lproj/Localizable.strings +M UI/MailPartViewers/Hungarian.lproj/Localizable.strings +M UI/MailPartViewers/Italian.lproj/Localizable.strings +M UI/MailPartViewers/Russian.lproj/Localizable.strings +M UI/MailPartViewers/Spanish.lproj/Localizable.strings +M UI/MailPartViewers/Swedish.lproj/Localizable.strings +M UI/MailPartViewers/Ukrainian.lproj/Localizable.strings +M UI/MailPartViewers/Welsh.lproj/Localizable.strings +M UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox commit eccf14efd0c2e8cddcc78eeec9f656efa476357c Author: Ludovic Marcotte @@ -36732,21 +44331,14 @@ Date: Thu Jul 22 15:13:09 2010 +0000 Monotone-Date: 2010-07-22T15:13:09 Monotone-Branch: ca.inverse.sogo -commit 6f9045fd2d63816a020b2f64ed86223970b2f405 -Merge: 4307be0 b5a8dfa -Author: Wolfgang Sourdeau -Date: Wed Jul 21 16:00:54 2010 +0000 - - merge of '027083e4ddfcc14898e7dd8b6e08c73058f18778' - and '775c77bf29362b522a5e4bc462f291c0cd1f4aaa' - - Monotone-Parent: 027083e4ddfcc14898e7dd8b6e08c73058f18778 - Monotone-Parent: 775c77bf29362b522a5e4bc462f291c0cd1f4aaa - Monotone-Revision: 5af7a1393148e6e3508fd84f023b7a907fc67c25 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-07-21T16:00:54 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +A Migration/Horde/HordeSignatureConverter.py +A Migration/Horde/PHPDeserializer.py +A Migration/Horde/README +A Migration/Horde/TurbaConverter.py +A Migration/Horde/config.py.in +A Migration/Horde/signature.py +A Migration/Horde/turba.py commit b5a8dfae627faf0192354f6e24f25fa35c444e2e Author: Wolfgang Sourdeau @@ -36759,6 +44351,9 @@ Date: Wed Jul 21 16:00:51 2010 +0000 Monotone-Date: 2010-07-21T16:00:51 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalXMLRenderer.m + commit 92cbd9f20d0e97f551e13e1477636896bc6ff587 Author: Wolfgang Sourdeau Date: Wed Jul 21 13:57:24 2010 +0000 @@ -36770,6 +44365,9 @@ Date: Wed Jul 21 13:57:24 2010 +0000 Monotone-Date: 2010-07-21T13:57:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js + commit 4307be07a251e2ddc052ec7a947d7212a1bb98f4 Author: Ludovic Marcotte Date: Wed Jul 21 13:17:28 2010 +0000 @@ -36784,6 +44382,10 @@ Date: Wed Jul 21 13:17:28 2010 +0000 Monotone-Branch: ca.inverse.sogo Monotone-Tag: SOGo_v1.3.0 +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + commit 1e3ef762ae10d8ca7bffb2f96b9dc6fcae50e212 Author: Ludovic Marcotte Date: Wed Jul 21 12:34:54 2010 +0000 @@ -36797,6 +44399,10 @@ Date: Wed Jul 21 12:34:54 2010 +0000 Monotone-Date: 2010-07-21T12:34:54 Monotone-Branch: ca.inverse.sogo +M Main/Version +M UI/MainUI/Version +M Version + commit f1258d4bc7c9b2f7f821ed9de3d2eff62f870637 Author: Ludovic Marcotte Date: Wed Jul 21 00:20:30 2010 +0000 @@ -36810,21 +44416,12 @@ Date: Wed Jul 21 00:20:30 2010 +0000 Monotone-Date: 2010-07-21T00:20:30 Monotone-Branch: ca.inverse.sogo -commit 65ec32bfb7c3daf6decaba66ba5075703a2c325f -Merge: 1585f25 c942ad9 -Author: Ludovic Marcotte -Date: Tue Jul 20 17:39:10 2010 +0000 - - merge of '6c3973de5dad3f2478a806c7eb196f3a1a7d66a8' - and '8c3f435e214cb69b7980be52ef28c9a08c8f6385' - - Monotone-Parent: 6c3973de5dad3f2478a806c7eb196f3a1a7d66a8 - Monotone-Parent: 8c3f435e214cb69b7980be52ef28c9a08c8f6385 - Monotone-Revision: 82a45236051a8825c5786369ead73de38b7f5183 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-07-20T17:39:10 - Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxFolderActions.m +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/UIxContactsUserFolders.m +M UI/MailPartViewers/French.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/WebServerResources/ContactsUI.js commit 1585f25c2b950d8d99116f4b9ab92836b2924aec Author: Wolfgang Sourdeau @@ -36837,6 +44434,9 @@ Date: Tue Jul 20 18:50:12 2010 +0000 Monotone-Date: 2010-07-20T18:50:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit 3d698d0f91ec0f79d92b0030a637d449d075c38c Author: Wolfgang Sourdeau Date: Tue Jul 20 18:46:08 2010 +0000 @@ -36848,6 +44448,9 @@ Date: Tue Jul 20 18:46:08 2010 +0000 Monotone-Date: 2010-07-20T18:46:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.m + commit c942ad923022c70628972ba4f58f293bb29dbbb0 Author: Ludovic Marcotte Date: Tue Jul 20 17:30:54 2010 +0000 @@ -36861,6 +44464,9 @@ Date: Tue Jul 20 17:30:54 2010 +0000 Monotone-Date: 2010-07-20T17:30:54 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/WebServerResources/MailerUI.js + commit e6d77925362940313b83f5e5afa0a051c754d019 Author: Ludovic Marcotte Date: Tue Jul 20 17:00:22 2010 +0000 @@ -36874,6 +44480,9 @@ Date: Tue Jul 20 17:00:22 2010 +0000 Monotone-Date: 2010-07-20T17:00:22 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M NEWS + commit cfae359ba7af96a9a64152b4bc6af43ccaf24a5c Author: Wolfgang Sourdeau Date: Fri Jul 16 20:19:55 2010 +0000 @@ -36885,6 +44494,8 @@ Date: Fri Jul 16 20:19:55 2010 +0000 Monotone-Date: 2010-07-16T20:19:55 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit 52065f43aa9afdfe32651148ae78e1c2689fc749 Author: Wolfgang Sourdeau Date: Fri Jul 16 19:36:29 2010 +0000 @@ -36896,6 +44507,8 @@ Date: Fri Jul 16 19:36:29 2010 +0000 Monotone-Date: 2010-07-16T19:36:29 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 0f991b582f14a1cf3e64c33a78f5ce15a37c700f Author: Wolfgang Sourdeau Date: Fri Jul 16 19:35:25 2010 +0000 @@ -36907,6 +44520,31 @@ Date: Fri Jul 16 19:35:25 2010 +0000 Monotone-Date: 2010-07-16T19:35:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/GNUmakefile +A SoObjects/Contacts/SOGoContactEntryPhoto.h +A SoObjects/Contacts/SOGoContactEntryPhoto.m +M SoObjects/Contacts/SOGoContactGCSEntry.m +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Russian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/Contacts/Swedish.lproj/Localizable.strings +M UI/Contacts/UIxContactEditor.h +M UI/Contacts/UIxContactEditor.m +M UI/Contacts/UIxContactView.h +M UI/Contacts/UIxContactView.m +M UI/Contacts/Ukrainian.lproj/Localizable.strings +M UI/Contacts/Welsh.lproj/Localizable.strings +M UI/Templates/ContactsUI/UIxContactEditor.wox +M UI/Templates/ContactsUI/UIxContactView.wox + commit bb19a2ab6b27494393baaa628edd2fb62f135f11 Author: Wolfgang Sourdeau Date: Fri Jul 16 19:28:57 2010 +0000 @@ -36918,21 +44556,11 @@ Date: Fri Jul 16 19:28:57 2010 +0000 Monotone-Date: 2010-07-16T19:28:57 Monotone-Branch: ca.inverse.sogo -commit 4500f4ad2d1a1dea89c677897202e030ebf4ddbc -Merge: a4e3042 db34f79 -Author: Wolfgang Sourdeau -Date: Fri Jul 16 17:30:09 2010 +0000 - - merge of 'a2eae89ac32b5eb74e9d2879fd2b60d50e3e7071' - and 'b10b8128ebc4881915a970495f64caebed8fa4e9' - - Monotone-Parent: a2eae89ac32b5eb74e9d2879fd2b60d50e3e7071 - Monotone-Parent: b10b8128ebc4881915a970495f64caebed8fa4e9 - Monotone-Revision: b9ef4467c8539893214db9196096daa10370d0a6 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-07-16T17:30:09 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/GNUmakefile +M SOPE/NGCards/NGVCard.m +A SOPE/NGCards/NGVCardPhoto.h +A SOPE/NGCards/NGVCardPhoto.m commit a4e3042fe09dbf617a319d49c044017f94591bac Author: Wolfgang Sourdeau @@ -36945,6 +44573,9 @@ Date: Fri Jul 16 17:22:42 2010 +0000 Monotone-Date: 2010-07-16T17:22:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.m + commit db34f7922249920e54979b61280470f5436b984d Author: Ludovic Marcotte Date: Fri Jul 16 16:13:05 2010 +0000 @@ -36958,6 +44589,10 @@ Date: Fri Jul 16 16:13:05 2010 +0000 Monotone-Date: 2010-07-16T16:13:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactEditor.m +M UI/Contacts/UIxContactView.m + commit 9c9ae46e8c3e9fac02503f5b4e7042275b7ba3a3 Author: Ludovic Marcotte Date: Fri Jul 16 14:11:14 2010 +0000 @@ -36971,6 +44606,9 @@ Date: Fri Jul 16 14:11:14 2010 +0000 Monotone-Date: 2010-07-16T14:11:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactView.m + commit 9fb92479d6d23fa13f5bfafeda9c93a84645dd4b Author: Wolfgang Sourdeau Date: Fri Jul 16 15:03:16 2010 +0000 @@ -36982,6 +44620,9 @@ Date: Fri Jul 16 15:03:16 2010 +0000 Monotone-Date: 2010-07-16T15:03:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 9b83f2655f9e047f936688fc78f7093b934943b0 Author: Wolfgang Sourdeau Date: Fri Jul 16 14:34:39 2010 +0000 @@ -36995,6 +44636,8 @@ Date: Fri Jul 16 14:34:39 2010 +0000 Monotone-Date: 2010-07-16T14:34:39 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolders.m + commit aa24b42521d1818d4ff9f1cb8f49eddd3026b2e8 Author: Wolfgang Sourdeau Date: Fri Jul 16 14:19:34 2010 +0000 @@ -37008,21 +44651,7 @@ Date: Fri Jul 16 14:19:34 2010 +0000 Monotone-Date: 2010-07-16T14:19:34 Monotone-Branch: ca.inverse.sogo -commit bd8d65dc529b4000ee0e29c712c55bff6a40a736 -Merge: 48d13cc dd963bb -Author: Ludovic Marcotte -Date: Fri Jul 16 11:50:23 2010 +0000 - - merge of '63d885278525c121ba22e743c666e34900d9cf2b' - and '764dc2a57b1679736fee67beb1479636c8a1b54b' - - Monotone-Parent: 63d885278525c121ba22e743c666e34900d9cf2b - Monotone-Parent: 764dc2a57b1679736fee67beb1479636c8a1b54b - Monotone-Revision: d68ff2564716354de100688f82825ac0b5a5f2e9 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-07-16T11:50:23 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/NSArray+NGCards.m commit dd963bb03c7df4fbce013560667295a1b7e3a143 Author: Ludovic Marcotte @@ -37037,21 +44666,7 @@ Date: Fri Jul 16 11:47:22 2010 +0000 Monotone-Date: 2010-07-16T11:47:22 Monotone-Branch: ca.inverse.sogo -commit 48d13cc12baff89d399e2b9ab344e8b0f1a3818e -Merge: 0d222c2 b764a6e -Author: Ludovic Marcotte -Date: Fri Jul 16 11:34:10 2010 +0000 - - merge of '9ea99adedaf5e690e25346e8ed3b4051c589bddc' - and 'e750571b424fd6eb63b5c1e2704f0f04635a6e51' - - Monotone-Parent: 9ea99adedaf5e690e25346e8ed3b4051c589bddc - Monotone-Parent: e750571b424fd6eb63b5c1e2704f0f04635a6e51 - Monotone-Revision: 63d885278525c121ba22e743c666e34900d9cf2b - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-07-16T11:34:10 - Monotone-Branch: ca.inverse.sogo +M sogo.spec commit 0d222c27740d260a2d977cb213e37e812bff1095 Author: Wolfgang Sourdeau @@ -37064,6 +44679,8 @@ Date: Fri Jul 16 02:22:52 2010 +0000 Monotone-Date: 2010-07-16T02:22:52 Monotone-Branch: ca.inverse.sogo +M NEWS + commit c8d8a587b8adab7959cbe357e30a8e3e5f86d303 Author: Wolfgang Sourdeau Date: Fri Jul 16 02:21:01 2010 +0000 @@ -37075,21 +44692,8 @@ Date: Fri Jul 16 02:21:01 2010 +0000 Monotone-Date: 2010-07-16T02:21:01 Monotone-Branch: ca.inverse.sogo -commit 08b60dd47a438d0f354c304f4333a3df994f120a -Merge: 12ab791 b764a6e -Author: Francis Lachapelle -Date: Thu Jul 15 18:30:07 2010 +0000 - - merge of '1239295b979f0ffa4eaaaac3d20eda7873f1606d' - and 'e750571b424fd6eb63b5c1e2704f0f04635a6e51' - - Monotone-Parent: 1239295b979f0ffa4eaaaac3d20eda7873f1606d - Monotone-Parent: e750571b424fd6eb63b5c1e2704f0f04635a6e51 - Monotone-Revision: 0ce8c0fe1af6188f22754102040d63f124d3761b - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-07-15T18:30:07 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m commit bafbffcf6db0030faf4bad24919b269cc91c4e47 Author: Wolfgang Sourdeau @@ -37102,6 +44706,9 @@ Date: Thu Jul 15 17:10:46 2010 +0000 Monotone-Date: 2010-07-15T17:10:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxAppointmentEditor.js + commit ec6dd4915b5940cdefaffa66cb96ba9cf136d178 Author: Wolfgang Sourdeau Date: Thu Jul 15 17:06:29 2010 +0000 @@ -37113,6 +44720,9 @@ Date: Thu Jul 15 17:06:29 2010 +0000 Monotone-Date: 2010-07-15T17:06:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit 2926f2f22da412058891ccca19f4e5f742f622a1 Author: Wolfgang Sourdeau Date: Thu Jul 15 17:05:34 2010 +0000 @@ -37124,6 +44734,8 @@ Date: Thu Jul 15 17:05:34 2010 +0000 Monotone-Date: 2010-07-15T17:05:34 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoParentFolder.h + commit c6532f9d73295bbe54d831f4b17c84bccae35d04 Author: Wolfgang Sourdeau Date: Thu Jul 15 17:05:29 2010 +0000 @@ -37135,6 +44747,11 @@ Date: Thu Jul 15 17:05:29 2010 +0000 Monotone-Date: 2010-07-15T17:05:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 023c8da1738e1ea99830596f2ae9fcdbcd63b47c Author: Wolfgang Sourdeau Date: Thu Jul 15 17:03:13 2010 +0000 @@ -37146,6 +44763,9 @@ Date: Thu Jul 15 17:03:13 2010 +0000 Monotone-Date: 2010-07-15T17:03:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m + commit b995b9acdc0baa9b95854e8713b4bb6fba0ddefb Author: Wolfgang Sourdeau Date: Thu Jul 15 17:02:57 2010 +0000 @@ -37157,6 +44777,9 @@ Date: Thu Jul 15 17:02:57 2010 +0000 Monotone-Date: 2010-07-15T17:02:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoParentFolder.m + commit bcab00c58d5bdf81ec3970a60765955b47ebe0f5 Author: Wolfgang Sourdeau Date: Thu Jul 15 16:59:35 2010 +0000 @@ -37170,6 +44793,8 @@ Date: Thu Jul 15 16:59:35 2010 +0000 Monotone-Date: 2010-07-15T16:59:35 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolders.m + commit 1211ec78a1bcc6d28ad2d019e510b0425fe871dd Author: Wolfgang Sourdeau Date: Thu Jul 15 16:40:26 2010 +0000 @@ -37181,21 +44806,8 @@ Date: Thu Jul 15 16:40:26 2010 +0000 Monotone-Date: 2010-07-15T16:40:26 Monotone-Branch: ca.inverse.sogo -commit b764a6e811ab651fe9d39cb09522aefd663af618 -Merge: 106dfe4 bafbffc -Author: Ludovic Marcotte -Date: Thu Jul 15 16:16:06 2010 +0000 - - merge of '3bf253d3d887017200751e451da4fd1a31cc57ce' - and '77a1a396ead2722d4c170d71c3f90eb39e0a4eee' - - Monotone-Parent: 3bf253d3d887017200751e451da4fd1a31cc57ce - Monotone-Parent: 77a1a396ead2722d4c170d71c3f90eb39e0a4eee - Monotone-Revision: e750571b424fd6eb63b5c1e2704f0f04635a6e51 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-07-15T16:16:06 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxAppointmentEditor.js commit 106dfe4dbbad15d37d9a37d18c4e33f17e28e16f Author: Ludovic Marcotte @@ -37211,6 +44823,10 @@ Date: Thu Jul 15 15:03:35 2010 +0000 Monotone-Date: 2010-07-15T15:03:35 Monotone-Branch: ca.inverse.sogo +A Scripts/sql-update-1.2.2_to_1.3.0-mysql.sh +M debian/sogo.docs +M sogo.spec + commit 97f72faf38825ea6fa06a1948031a666106b87dc Author: Wolfgang Sourdeau Date: Thu Jul 15 14:54:03 2010 +0000 @@ -37222,6 +44838,11 @@ Date: Thu Jul 15 14:54:03 2010 +0000 Monotone-Date: 2010-07-15T14:54:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolders.m +M SoObjects/SOGo/SOGoParentFolder.m +M Tests/Integration/test-davacl.py + commit ddf66a8d107bae2ce521574d3e9d5e60ec700567 Author: Wolfgang Sourdeau Date: Thu Jul 15 14:49:29 2010 +0000 @@ -37233,6 +44854,8 @@ Date: Thu Jul 15 14:49:29 2010 +0000 Monotone-Date: 2010-07-15T14:49:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit ba2271f7aa98e43d19b37633b6e27be59aef1417 Author: Wolfgang Sourdeau Date: Thu Jul 15 14:48:45 2010 +0000 @@ -37244,6 +44867,9 @@ Date: Thu Jul 15 14:48:45 2010 +0000 Monotone-Date: 2010-07-15T14:48:45 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m + commit 85b450a669f568d3d0870abf19b5d25c1ad0c0d4 Author: Wolfgang Sourdeau Date: Thu Jul 15 14:33:10 2010 +0000 @@ -37257,6 +44883,8 @@ Date: Thu Jul 15 14:33:10 2010 +0000 Monotone-Date: 2010-07-15T14:33:10 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoGCSFolder.m + commit 780be72bbff217b0c1bec952237dab3f97eeda34 Author: Wolfgang Sourdeau Date: Wed Jul 14 23:16:38 2010 +0000 @@ -37268,6 +44896,10 @@ Date: Wed Jul 14 23:16:38 2010 +0000 Monotone-Date: 2010-07-14T23:16:38 Monotone-Branch: ca.inverse.sogo +D Tests/Integration/test-put.py +A Tests/Stress/put.py +A Tests/Stress/webdavsync.py + commit 68ff066d2f38e521be8a0155ccc9fa443bd07742 Author: Wolfgang Sourdeau Date: Wed Jul 14 23:13:11 2010 +0000 @@ -37279,6 +44911,8 @@ Date: Wed Jul 14 23:13:11 2010 +0000 Monotone-Date: 2010-07-14T23:13:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit ada00ef9f0da1407863b795abe71da152a844224 Author: Wolfgang Sourdeau Date: Wed Jul 14 23:11:37 2010 +0000 @@ -37290,6 +44924,9 @@ Date: Wed Jul 14 23:11:37 2010 +0000 Monotone-Date: 2010-07-14T23:11:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit 636f3766c6c304ee08b06cd1e9edda1701b4635b Author: Wolfgang Sourdeau Date: Wed Jul 14 23:09:41 2010 +0000 @@ -37301,37 +44938,8 @@ Date: Wed Jul 14 23:09:41 2010 +0000 Monotone-Date: 2010-07-14T23:09:41 Monotone-Branch: ca.inverse.sogo -commit 12ab7913f37117e6173d7262235d4e3af8d785a4 -Merge: 5331f00 780be72 -Author: Francis Lachapelle -Date: Wed Jul 14 22:30:00 2010 +0000 - - merge of '13eac3b68ef15a1ef039875fa0d5b9c4c2662728' - and '4520bccbe080f6685e84dc4ecd3ae2c5d9741940' - - Monotone-Parent: 13eac3b68ef15a1ef039875fa0d5b9c4c2662728 - Monotone-Parent: 4520bccbe080f6685e84dc4ecd3ae2c5d9741940 - Monotone-Revision: 1239295b979f0ffa4eaaaac3d20eda7873f1606d - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-07-14T22:30:00 - Monotone-Branch: ca.inverse.sogo - -commit b530e071398ba20b1d743731d77e8f5af3c03c88 -Merge: 100285f ba1e5eb -Author: Wolfgang Sourdeau -Date: Wed Jul 14 20:37:47 2010 +0000 - - merge of '9b5cf1dad0f0c1ebc67a93241e06b486406df417' - and 'fcaffd578bcbd7038ac7318f0436491a6b5b04b6' - - Monotone-Parent: 9b5cf1dad0f0c1ebc67a93241e06b486406df417 - Monotone-Parent: fcaffd578bcbd7038ac7318f0436491a6b5b04b6 - Monotone-Revision: d6e0c020944934e7bb1070c67f8eca954c679efd - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-07-14T20:37:47 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Integration/test-davacl.py commit 100285f763d0c5a9f24ef7d5312884f2aec43794 Author: Wolfgang Sourdeau @@ -37344,6 +44952,9 @@ Date: Wed Jul 14 20:37:38 2010 +0000 Monotone-Date: 2010-07-14T20:37:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Integration/test-davacl.py + commit ba1e5eb172d86c5bfeac1871509638d49f4064c5 Author: Ludovic Marcotte Date: Wed Jul 14 18:42:54 2010 +0000 @@ -37358,21 +44969,10 @@ Date: Wed Jul 14 18:42:54 2010 +0000 Monotone-Date: 2010-07-14T18:42:54 Monotone-Branch: ca.inverse.sogo -commit 5331f00151fd45d6942a03362f2483001cd32f82 -Merge: 121119a bed50b5 -Author: Francis Lachapelle -Date: Wed Jul 14 15:33:35 2010 +0000 - - merge of '6241da9328c33188944caa2dcd2511fa0574ea5b' - and 'fadda581fd1abe4d86b55b0e83a0de4f42e41119' - - Monotone-Parent: 6241da9328c33188944caa2dcd2511fa0574ea5b - Monotone-Parent: fadda581fd1abe4d86b55b0e83a0de4f42e41119 - Monotone-Revision: 13eac3b68ef15a1ef039875fa0d5b9c4c2662728 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-07-14T15:33:35 - Monotone-Branch: ca.inverse.sogo +D Scripts/sql-update-1.2.2_to_1.2.3.sh +A Scripts/sql-update-1.2.2_to_1.3.0.sh +M debian/sogo.docs +M sogo.spec commit bed50b5b59b92aef504c2ef9b15b99313460ffe9 Author: Wolfgang Sourdeau @@ -37385,6 +44985,8 @@ Date: Wed Jul 14 14:13:10 2010 +0000 Monotone-Date: 2010-07-14T14:13:10 Monotone-Branch: ca.inverse.sogo +M debian/sogo.init + commit 9afaff4af42fe6f08762908a67a06a3225db7227 Author: Wolfgang Sourdeau Date: Tue Jul 13 17:36:32 2010 +0000 @@ -37396,6 +44998,11 @@ Date: Tue Jul 13 17:36:32 2010 +0000 Monotone-Date: 2010-07-13T17:36:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Integration/config.py.in +A Tests/Integration/ev_generator.py +A Tests/Integration/test-put.py + commit 10059831aba2d1af3a437293e30a223b169a1a5f Author: Wolfgang Sourdeau Date: Tue Jul 13 16:02:56 2010 +0000 @@ -37407,6 +45014,18 @@ Date: Tue Jul 13 16:02:56 2010 +0000 Monotone-Date: 2010-07-13T16:02:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Integration/all.py +A Tests/Integration/sogotests.py +M Tests/Integration/test-caldav-scheduling.py +M Tests/Integration/test-config.py +M Tests/Integration/test-davacl.py +M Tests/Integration/test-ical.py +M Tests/Integration/test-maildav.py +M Tests/Integration/test-webdav.py +M Tests/Integration/test-webdavlib.py +M Tests/Integration/test-webdavsync.py + commit d7d107a8cc6c7fda482a2dcfa40b7b439229e35f Author: Wolfgang Sourdeau Date: Tue Jul 13 15:05:27 2010 +0000 @@ -37418,6 +45037,9 @@ Date: Tue Jul 13 15:05:27 2010 +0000 Monotone-Date: 2010-07-13T15:05:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Integration/test-webdavsync.py + commit 888159c45f45df3ce91642b61b5d86e1e7ac9e12 Author: Ludovic Marcotte Date: Mon Jul 12 20:59:49 2010 +0000 @@ -37431,6 +45053,9 @@ Date: Mon Jul 12 20:59:49 2010 +0000 Monotone-Date: 2010-07-12T20:59:49 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/French.lproj/Localizable.strings +M debian/control + commit 121119a395412145ff047d917aeb3df2e9d9fe7a Author: Francis Lachapelle Date: Thu Jul 8 04:47:28 2010 +0000 @@ -37442,6 +45067,9 @@ Date: Thu Jul 8 04:47:28 2010 +0000 Monotone-Date: 2010-07-08T04:47:28 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailICalReply.m +M SoObjects/Appointments/SOGoAptMailNotification.m + commit a8a0084614da8c43b9fe1ea0e4c71876f1b83c41 Author: Francis Lachapelle Date: Thu Jul 8 04:13:56 2010 +0000 @@ -37455,6 +45083,16 @@ Date: Thu Jul 8 04:13:56 2010 +0000 Monotone-Date: 2010-07-08T04:13:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAttendeesEditor.m +M UI/Scheduler/UIxComponentEditor.m +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxMailEditor.js + commit 9c79bd547327fe626f5a28989c20a05db130984a Author: Francis Lachapelle Date: Wed Jul 7 15:37:29 2010 +0000 @@ -37468,6 +45106,13 @@ Date: Wed Jul 7 15:37:29 2010 +0000 Monotone-Date: 2010-07-07T15:37:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/HTMLInputElement.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxTaskEditor.js + commit 1b2f888fe10bab77489e8da6b4b4c8605b1c5fbe Author: Francis Lachapelle Date: Wed Jul 7 14:30:37 2010 +0000 @@ -37479,6 +45124,8 @@ Date: Wed Jul 7 14:30:37 2010 +0000 Monotone-Date: 2010-07-07T14:30:37 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/JavascriptAPIExtensions.js + commit cedf1c24798e54fe72f97de51d2397fae0a1f256 Author: Francis Lachapelle Date: Tue Jul 6 19:22:11 2010 +0000 @@ -37492,6 +45139,10 @@ Date: Tue Jul 6 19:22:11 2010 +0000 Monotone-Date: 2010-07-06T19:22:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.m +M UI/WebServerResources/JavascriptAPIExtensions.js + commit b674cd4e85164dfbd65d16f37c2d84eaf406ffaa Author: Francis Lachapelle Date: Mon Jul 5 19:10:18 2010 +0000 @@ -37505,6 +45156,13 @@ Date: Mon Jul 5 19:10:18 2010 +0000 Monotone-Date: 2010-07-05T19:10:18 Monotone-Branch: ca.inverse.sogo +M UI/Common/Czech.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/MailPartViewers/Czech.lproj/Localizable.strings +M UI/MailerUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings + commit 34070082dee150a57d4c690c4835ce86225a7763 Author: Francis Lachapelle Date: Mon Jul 5 18:50:00 2010 +0000 @@ -37518,6 +45176,23 @@ Date: Mon Jul 5 18:50:00 2010 +0000 Monotone-Date: 2010-07-05T18:50:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/French.lproj/Localizable.strings +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/Contacts/Swedish.lproj/Localizable.strings +M UI/MailPartViewers/German.lproj/Localizable.strings +M UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/WebServerResources/UIxContactEditor.js + commit 13fdd3572cf3dc2a12fac9f5d12453a0a090da45 Author: Francis Lachapelle Date: Mon Jul 5 15:58:18 2010 +0000 @@ -37531,6 +45206,10 @@ Date: Mon Jul 5 15:58:18 2010 +0000 Monotone-Date: 2010-07-05T15:58:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/iefixes.css + commit 024941380ee79d9cfc98ad742ff27ecddd1180f5 Author: Francis Lachapelle Date: Mon Jul 5 13:57:18 2010 +0000 @@ -37544,6 +45223,8 @@ Date: Mon Jul 5 13:57:18 2010 +0000 Monotone-Date: 2010-07-05T13:57:18 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxComponentEditor.css + commit ab9dd4b8aae78e87252f194e617225cea7f13713 Author: Francis Lachapelle Date: Sat Jul 3 02:16:37 2010 +0000 @@ -37557,6 +45238,8 @@ Date: Sat Jul 3 02:16:37 2010 +0000 Monotone-Date: 2010-07-03T02:16:37 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit f4475e7c75affb503be0da3bae997034bdb6c09b Author: Ludovic Marcotte Date: Mon Jul 5 02:06:01 2010 +0000 @@ -37570,6 +45253,10 @@ Date: Mon Jul 5 02:06:01 2010 +0000 Monotone-Date: 2010-07-05T02:06:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactEditor.m +M UI/Contacts/UIxContactView.m + commit 1b4db03da30f7339fb7fb4fc39fa2e79c22e5f06 Author: Ludovic Marcotte Date: Thu Jul 1 14:52:17 2010 +0000 @@ -37583,21 +45270,21 @@ Date: Thu Jul 1 14:52:17 2010 +0000 Monotone-Date: 2010-07-01T14:52:17 Monotone-Branch: ca.inverse.sogo -commit 4b475ed7000662a068fa32810935b79126ef7165 -Merge: a08e5bd a9e204c -Author: Francis Lachapelle -Date: Wed Jun 30 21:12:43 2010 +0000 - - merge of 'bfae70f2a55e4f192f4b03068a3818e1458c8eef' - and 'e65f23f90fb5c66f4d022a83e3635b9f7d5973d8' - - Monotone-Parent: bfae70f2a55e4f192f4b03068a3818e1458c8eef - Monotone-Parent: e65f23f90fb5c66f4d022a83e3635b9f7d5973d8 - Monotone-Revision: d254b5cdebcd1a874f8b12799ae49020476c4295 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-06-30T21:12:43 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Russian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/Contacts/Swedish.lproj/Localizable.strings +M UI/Contacts/Ukrainian.lproj/Localizable.strings +M UI/Contacts/Welsh.lproj/Localizable.strings +M UI/Templates/ContactsUI/UIxContactEditor.wox commit a9e204cb5019f60265ddfb2fc0e7a95cc535f3f5 Author: Francis Lachapelle @@ -37612,6 +45299,21 @@ Date: Wed Jun 30 21:12:11 2010 +0000 Monotone-Date: 2010-06-30T21:12:11 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/Ukrainian.lproj/Localizable.strings +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox + commit a08e5bd0f659feea06024cdd6dbd20d586e3726e Author: Ludovic Marcotte Date: Wed Jun 30 20:30:30 2010 +0000 @@ -37625,6 +45327,10 @@ Date: Wed Jun 30 20:30:30 2010 +0000 Monotone-Date: 2010-06-30T20:30:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactEditor.m +M UI/Contacts/UIxContactView.m + commit 75931380bf695f00044adc637077d01a2da37ca6 Author: Francis Lachapelle Date: Wed Jun 30 18:37:12 2010 +0000 @@ -37638,6 +45344,14 @@ Date: Wed Jun 30 18:37:12 2010 +0000 Monotone-Date: 2010-06-30T18:37:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailEditor.m +M UI/PreferencesUI/UIxPreferences.m +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxPreferences.js + commit e8ecf7e53b5b49a030c33b5cdea2e7bd0d0f8f15 Author: Francis Lachapelle Date: Wed Jun 30 17:26:06 2010 +0000 @@ -37651,6 +45365,11 @@ Date: Wed Jun 30 17:26:06 2010 +0000 Monotone-Date: 2010-06-30T17:26:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxMailToSelection.js +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/generic.js + commit a7a47ba59b1bf961d7ec5c59d3298594f31b3232 Author: Ludovic Marcotte Date: Wed Jun 30 16:53:23 2010 +0000 @@ -37664,6 +45383,10 @@ Date: Wed Jun 30 16:53:23 2010 +0000 Monotone-Date: 2010-06-30T16:53:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactEditor.m +M UI/Contacts/UIxContactView.m + commit 02e66e48a06800a940ed2d91fc7e3105f2908097 Author: Francis Lachapelle Date: Tue Jun 29 23:41:24 2010 +0000 @@ -37677,21 +45400,8 @@ Date: Tue Jun 29 23:41:24 2010 +0000 Monotone-Date: 2010-06-29T23:41:24 Monotone-Branch: ca.inverse.sogo -commit 6707629e4b81cc807d82b9017d15cc11b3d63174 -Merge: 6682a6e 0ff309b -Author: Francis Lachapelle -Date: Tue Jun 29 20:32:33 2010 +0000 - - merge of '609fcde70ee5ebcb8ef0f4c8d578eb1e7ac74e09' - and 'aa47b57f3bbc833ffcc7199f21b79f0453a1cd87' - - Monotone-Parent: 609fcde70ee5ebcb8ef0f4c8d578eb1e7ac74e09 - Monotone-Parent: aa47b57f3bbc833ffcc7199f21b79f0453a1cd87 - Monotone-Revision: 5b2d034015171bcc6958b829b7479e9040fcef98 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-06-29T20:32:33 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js commit 0ff309bb15cedbfa1d2567d506738065d7588cbb Author: Francis Lachapelle @@ -37706,6 +45416,18 @@ Date: Tue Jun 29 20:21:48 2010 +0000 Monotone-Date: 2010-06-29T20:21:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/UIxCalendarProperties.h +M UI/Scheduler/UIxCalendarProperties.m +M UI/Templates/SchedulerUI/UIxCalendarProperties.wox +M UI/WebServerResources/UIxCalendarProperties.css +M UI/WebServerResources/UIxCalendarProperties.js +M UI/WebServerResources/iefixes.css + commit f29132041334daedc771bc4a94e3dc7e8b9c68e9 Author: Francis Lachapelle Date: Tue Jun 29 20:09:01 2010 +0000 @@ -37717,6 +45439,8 @@ Date: Tue Jun 29 20:09:01 2010 +0000 Monotone-Date: 2010-06-29T20:09:01 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit 6682a6e72ec995a75d4c78edf9816c172a1c65bc Author: Ludovic Marcotte Date: Mon Jun 28 23:22:05 2010 +0000 @@ -37730,6 +45454,10 @@ Date: Mon Jun 28 23:22:05 2010 +0000 Monotone-Date: 2010-06-28T23:22:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/sope-patchset-r1664.diff +M SoObjects/Appointments/SOGoWebAppointmentFolder.m + commit 8d12bd2ff6f76979f0dd712593772ae7615599c3 Author: Ludovic Marcotte Date: Mon Jun 28 20:40:07 2010 +0000 @@ -37743,6 +45471,9 @@ Date: Mon Jun 28 20:40:07 2010 +0000 Monotone-Date: 2010-06-28T20:40:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/sope-patchset-r1664.diff + commit 11665b2024688c7d4043053b01f062991b974627 Author: Francis Lachapelle Date: Mon Jun 28 14:24:20 2010 +0000 @@ -37756,6 +45487,11 @@ Date: Mon Jun 28 14:24:20 2010 +0000 Monotone-Date: 2010-06-28T14:24:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactEditor.m +M UI/Templates/ContactsUI/UIxContactEditor.wox +M UI/Templates/ContactsUI/UIxContactView.wox + commit 0932c851e6389d741d80e3acb24d06465e658b0f Author: Francis Lachapelle Date: Mon Jun 28 14:03:14 2010 +0000 @@ -37769,6 +45505,8 @@ Date: Mon Jun 28 14:03:14 2010 +0000 Monotone-Date: 2010-06-28T14:03:14 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/Italian.lproj/Localizable.strings + commit 8c626d4dcd32a32af18ec999d42e04d5f9fab035 Author: Francis Lachapelle Date: Fri Jun 25 21:30:38 2010 +0000 @@ -37782,6 +45520,8 @@ Date: Fri Jun 25 21:30:38 2010 +0000 Monotone-Date: 2010-06-25T21:30:38 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoDataTable.js + commit cc7ead5cefec9bd03966702421da295fef9b72b4 Author: Francis Lachapelle Date: Fri Jun 25 20:43:23 2010 +0000 @@ -37795,6 +45535,9 @@ Date: Fri Jun 25 20:43:23 2010 +0000 Monotone-Date: 2010-06-25T20:43:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit b2fc189b932b97461ffba79a1973ffd02366e8b7 Author: Francis Lachapelle Date: Fri Jun 25 19:58:30 2010 +0000 @@ -37808,21 +45551,18 @@ Date: Fri Jun 25 19:58:30 2010 +0000 Monotone-Date: 2010-06-25T19:58:30 Monotone-Branch: ca.inverse.sogo -commit 339a9b60c51ad9a502533dddaaf6d089f7702795 -Merge: 96a5913 87f02a7 -Author: Wolfgang Sourdeau -Date: Wed Jun 23 21:01:07 2010 +0000 - - merge of '00387fb21eaf4cb1b4d1ece522a38e6417a162c1' - and '3316e8de631c5da2b7ba6c4505fa74b707b80b51' - - Monotone-Parent: 00387fb21eaf4cb1b4d1ece522a38e6417a162c1 - Monotone-Parent: 3316e8de631c5da2b7ba6c4505fa74b707b80b51 - Monotone-Revision: 2b83c62317d266d5f7a2e2046fc19f68f88a385f - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-06-23T21:01:07 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.h +M SoObjects/Mailer/SOGoDraftObject.m +M UI/MailerUI/UIxMailEditor.m +M UI/MailerUI/UIxMailListActions.h +M UI/MailerUI/UIxMailListActions.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDataTable.js +M UI/WebServerResources/SOGoMailDataSource.js commit 87f02a755d52129c5ae9bba8edd8fe72a8ef521e Author: Ludovic Marcotte @@ -37837,6 +45577,8 @@ Date: Wed Jun 23 19:46:51 2010 +0000 Monotone-Date: 2010-06-23T19:46:51 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit 96a59133c4fe543532052b96fa779d59a97d697e Author: Francis Lachapelle Date: Wed Jun 23 18:13:48 2010 +0000 @@ -37850,21 +45592,9 @@ Date: Wed Jun 23 18:13:48 2010 +0000 Monotone-Date: 2010-06-23T18:13:48 Monotone-Branch: ca.inverse.sogo -commit 48658b274123b82a8bc86a4473f208b6c6b2b8ac -Merge: f36586e d1e2c5e -Author: Francis Lachapelle -Date: Wed Jun 23 15:47:50 2010 +0000 - - merge of '517b4606eb0bf70ff837ab032cd258dfcca1e292' - and '77c7a08939b557080f47653bfa1203e557eb14d2' - - Monotone-Parent: 517b4606eb0bf70ff837ab032cd258dfcca1e292 - Monotone-Parent: 77c7a08939b557080f47653bfa1203e557eb14d2 - Monotone-Revision: 9cb63fedb848baac983ef94694d11b7e242eef67 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-06-23T15:47:50 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserDefaults.m +M UI/Scheduler/UIxCalMonthView.m commit f36586ef1635efb6b46cc1547dcf0846cf05b4d1 Author: Francis Lachapelle @@ -37879,21 +45609,103 @@ Date: Wed Jun 23 15:47:35 2010 +0000 Monotone-Date: 2010-06-23T15:47:35 Monotone-Branch: ca.inverse.sogo -commit d1e2c5e1bf253a4353c6b49a16625228d5e5cefa -Merge: ddaf28f 633c7be -Author: Wolfgang Sourdeau -Date: Wed Jun 23 15:06:22 2010 +0000 - - merge of '432bfd0df53df4464e70c8b82989b3fcc7aa849e' - and '8e1a3af5628f31703023508d2fb742a933691c15' - - Monotone-Parent: 432bfd0df53df4464e70c8b82989b3fcc7aa849e - Monotone-Parent: 8e1a3af5628f31703023508d2fb742a933691c15 - Monotone-Revision: 77c7a08939b557080f47653bfa1203e557eb14d2 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-06-23T15:06:22 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ckeditor/ckeditor.js +M UI/WebServerResources/ckeditor/ckeditor.pack +M UI/WebServerResources/ckeditor/ckeditor_basic.js +M UI/WebServerResources/ckeditor/ckeditor_basic_source.js +M UI/WebServerResources/ckeditor/ckeditor_source.js +M UI/WebServerResources/ckeditor/lang/_translationstatus.txt +M UI/WebServerResources/ckeditor/lang/af.js +M UI/WebServerResources/ckeditor/lang/ar.js +M UI/WebServerResources/ckeditor/lang/bg.js +M UI/WebServerResources/ckeditor/lang/bn.js +M UI/WebServerResources/ckeditor/lang/bs.js +M UI/WebServerResources/ckeditor/lang/ca.js +M UI/WebServerResources/ckeditor/lang/cs.js +M UI/WebServerResources/ckeditor/lang/cy.js +M UI/WebServerResources/ckeditor/lang/da.js +M UI/WebServerResources/ckeditor/lang/de.js +M UI/WebServerResources/ckeditor/lang/el.js +M UI/WebServerResources/ckeditor/lang/en-au.js +M UI/WebServerResources/ckeditor/lang/en-ca.js +M UI/WebServerResources/ckeditor/lang/en-gb.js +M UI/WebServerResources/ckeditor/lang/en.js +M UI/WebServerResources/ckeditor/lang/eo.js +M UI/WebServerResources/ckeditor/lang/es.js +M UI/WebServerResources/ckeditor/lang/et.js +M UI/WebServerResources/ckeditor/lang/eu.js +M UI/WebServerResources/ckeditor/lang/fa.js +M UI/WebServerResources/ckeditor/lang/fi.js +M UI/WebServerResources/ckeditor/lang/fo.js +M UI/WebServerResources/ckeditor/lang/fr-ca.js +M UI/WebServerResources/ckeditor/lang/fr.js +M UI/WebServerResources/ckeditor/lang/gl.js +M UI/WebServerResources/ckeditor/lang/gu.js +M UI/WebServerResources/ckeditor/lang/he.js +M UI/WebServerResources/ckeditor/lang/hi.js +M UI/WebServerResources/ckeditor/lang/hr.js +M UI/WebServerResources/ckeditor/lang/hu.js +M UI/WebServerResources/ckeditor/lang/is.js +M UI/WebServerResources/ckeditor/lang/it.js +M UI/WebServerResources/ckeditor/lang/ja.js +M UI/WebServerResources/ckeditor/lang/km.js +M UI/WebServerResources/ckeditor/lang/ko.js +M UI/WebServerResources/ckeditor/lang/lt.js +M UI/WebServerResources/ckeditor/lang/lv.js +M UI/WebServerResources/ckeditor/lang/mn.js +M UI/WebServerResources/ckeditor/lang/ms.js +M UI/WebServerResources/ckeditor/lang/nb.js +M UI/WebServerResources/ckeditor/lang/nl.js +M UI/WebServerResources/ckeditor/lang/no.js +M UI/WebServerResources/ckeditor/lang/pl.js +M UI/WebServerResources/ckeditor/lang/pt-br.js +M UI/WebServerResources/ckeditor/lang/pt.js +M UI/WebServerResources/ckeditor/lang/ro.js +M UI/WebServerResources/ckeditor/lang/ru.js +M UI/WebServerResources/ckeditor/lang/sk.js +M UI/WebServerResources/ckeditor/lang/sl.js +M UI/WebServerResources/ckeditor/lang/sr-latn.js +M UI/WebServerResources/ckeditor/lang/sr.js +M UI/WebServerResources/ckeditor/lang/sv.js +M UI/WebServerResources/ckeditor/lang/th.js +M UI/WebServerResources/ckeditor/lang/tr.js +M UI/WebServerResources/ckeditor/lang/uk.js +M UI/WebServerResources/ckeditor/lang/vi.js +M UI/WebServerResources/ckeditor/lang/zh-cn.js +M UI/WebServerResources/ckeditor/lang/zh.js +M UI/WebServerResources/ckeditor/plugins/clipboard/dialogs/paste.js +M UI/WebServerResources/ckeditor/plugins/colordialog/dialogs/colordialog.js +M UI/WebServerResources/ckeditor/plugins/div/dialogs/div.js +M UI/WebServerResources/ckeditor/plugins/find/dialogs/find.js +M UI/WebServerResources/ckeditor/plugins/flash/dialogs/flash.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/checkbox.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/hiddenfield.js +A UI/WebServerResources/ckeditor/plugins/forms/images/hiddenfield.gif +M UI/WebServerResources/ckeditor/plugins/image/dialogs/image.js +M UI/WebServerResources/ckeditor/plugins/link/dialogs/link.js +A UI/WebServerResources/ckeditor/plugins/liststyle/dialogs/liststyle.js +M UI/WebServerResources/ckeditor/plugins/pastetext/dialogs/pastetext.js +M UI/WebServerResources/ckeditor/plugins/scayt/dialogs/options.js +M UI/WebServerResources/ckeditor/plugins/smiley/dialogs/smiley.js +M UI/WebServerResources/ckeditor/plugins/specialchar/dialogs/specialchar.js +A UI/WebServerResources/ckeditor/plugins/styles/styles/default.js +D UI/WebServerResources/ckeditor/plugins/stylescombo/styles/default.js +M UI/WebServerResources/ckeditor/plugins/table/dialogs/table.js +M UI/WebServerResources/ckeditor/plugins/tabletools/dialogs/tableCell.js +M UI/WebServerResources/ckeditor/plugins/templates/dialogs/templates.js +M UI/WebServerResources/ckeditor/plugins/templates/templates/default.js +M UI/WebServerResources/ckeditor/plugins/uicolor/dialogs/uicolor.js +M UI/WebServerResources/ckeditor/plugins/uicolor/yui/assets/yui.css +M UI/WebServerResources/ckeditor/skins/kama/dialog.css +M UI/WebServerResources/ckeditor/skins/kama/editor.css +M UI/WebServerResources/ckeditor/skins/kama/templates.css +M UI/WebServerResources/ckeditor/skins/office2003/dialog.css +M UI/WebServerResources/ckeditor/skins/office2003/editor.css +M UI/WebServerResources/ckeditor/skins/office2003/templates.css +M UI/WebServerResources/ckeditor/skins/v2/dialog.css +M UI/WebServerResources/ckeditor/skins/v2/editor.css +M UI/WebServerResources/ckeditor/skins/v2/templates.css +M UI/WebServerResources/ckeditor/themes/default/theme.js commit ddaf28fc24e72b79176ec8b909efa223c4184d9f Author: Wolfgang Sourdeau @@ -37906,6 +45718,9 @@ Date: Wed Jun 23 14:47:20 2010 +0000 Monotone-Date: 2010-06-23T14:47:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit 633c7be22857ecca4c18aaff3b66f363a3cf708c Author: Ludovic Marcotte Date: Wed Jun 23 12:08:09 2010 +0000 @@ -37919,6 +45734,9 @@ Date: Wed Jun 23 12:08:09 2010 +0000 Monotone-Date: 2010-06-23T12:08:09 Monotone-Branch: ca.inverse.sogo +M Tools/SOGoToolBackup.m +M Tools/SOGoToolRestore.m + commit a1ec12a83328bbaf7e0d4ebc496704270dc192f8 Author: Ludovic Marcotte Date: Tue Jun 22 19:37:56 2010 +0000 @@ -37932,6 +45750,8 @@ Date: Tue Jun 22 19:37:56 2010 +0000 Monotone-Date: 2010-06-22T19:37:56 Monotone-Branch: ca.inverse.sogo +M Tools/SOGoToolRestore.m + commit fd9839a1e7bac72dc705f1f52b84d888437090d2 Author: Ludovic Marcotte Date: Tue Jun 22 19:33:12 2010 +0000 @@ -37945,6 +45765,9 @@ Date: Tue Jun 22 19:33:12 2010 +0000 Monotone-Date: 2010-06-22T19:33:12 Monotone-Branch: ca.inverse.sogo +M Tools/SOGoToolBackup.m +M Tools/SOGoToolRestore.m + commit a6bdbfc801228f27e0551d40ec36ec35af9d307f Author: Ludovic Marcotte Date: Tue Jun 22 19:13:36 2010 +0000 @@ -37958,6 +45781,8 @@ Date: Tue Jun 22 19:13:36 2010 +0000 Monotone-Date: 2010-06-22T19:13:36 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit be167e4a60e949c1f54a67368b283dd3cf2d6467 Author: Wolfgang Sourdeau Date: Tue Jun 22 15:22:12 2010 +0000 @@ -37969,6 +45794,9 @@ Date: Tue Jun 22 15:22:12 2010 +0000 Monotone-Date: 2010-06-22T15:22:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoDAVAuthenticator.m + commit b3c7a5d4425ad9469d0d0d286cf91a0798ccd2e9 Author: Francis Lachapelle Date: Tue Jun 22 14:46:41 2010 +0000 @@ -37982,6 +45810,8 @@ Date: Tue Jun 22 14:46:41 2010 +0000 Monotone-Date: 2010-06-22T14:46:41 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css + commit ec1b98e86b546917ce4cbae897091b87f3482382 Author: Francis Lachapelle Date: Tue Jun 22 14:35:12 2010 +0000 @@ -37995,6 +45825,8 @@ Date: Tue Jun 22 14:35:12 2010 +0000 Monotone-Date: 2010-06-22T14:35:12 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 43f248db6f65c52fe9cbcce4203e8026399d0c11 Author: Wolfgang Sourdeau Date: Fri Jun 18 13:30:05 2010 +0000 @@ -38006,6 +45838,9 @@ Date: Fri Jun 18 13:30:05 2010 +0000 Monotone-Date: 2010-06-18T13:30:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoDAVAuthenticator.m + commit c7d305e36ff2ca75a729110f911e92e6695b6df8 Author: Francis Lachapelle Date: Thu Jun 17 21:38:12 2010 +0000 @@ -38019,6 +45854,10 @@ Date: Thu Jun 17 21:38:12 2010 +0000 Monotone-Date: 2010-06-17T21:38:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SOGoAutoCompletion.js +M UI/WebServerResources/UIxMailToSelection.js + commit 0685c97b5330d7bdae6ec129ba10e89d5575b467 Author: Wolfgang Sourdeau Date: Thu Jun 17 19:54:19 2010 +0000 @@ -38030,21 +45869,8 @@ Date: Thu Jun 17 19:54:19 2010 +0000 Monotone-Date: 2010-06-17T19:54:19 Monotone-Branch: ca.inverse.sogo -commit 9c6a95c49b37a0447d0b284341f6279f300158c5 -Merge: 8e8c5c4 98df4f0 -Author: Wolfgang Sourdeau -Date: Wed Jun 16 21:17:09 2010 +0000 - - merge of 'f0bbd5c2ee25d0180b238170194330bf01bfa9fd' - and 'fb988c964ef041fc784d33b6c0cf192735fe88a0' - - Monotone-Parent: f0bbd5c2ee25d0180b238170194330bf01bfa9fd - Monotone-Parent: fb988c964ef041fc784d33b6c0cf192735fe88a0 - Monotone-Revision: 497c7c0a555d415e36d1f2aba0f96b960a3f0c8c - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-06-16T21:17:09 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolders.m commit 8e8c5c4b88df1abcebbe13bf127570e668dce98b Author: Wolfgang Sourdeau @@ -38057,6 +45883,9 @@ Date: Wed Jun 16 21:15:34 2010 +0000 Monotone-Date: 2010-06-16T21:15:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m + commit 98df4f06827a25d6967fa173e29c1425f6ddf5f9 Author: Francis Lachapelle Date: Wed Jun 16 20:21:38 2010 +0000 @@ -38070,6 +45899,11 @@ Date: Wed Jun 16 20:21:38 2010 +0000 Monotone-Date: 2010-06-16T20:21:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SOGoAutoCompletion.js +M UI/WebServerResources/UIxContactEditor.js +M UI/WebServerResources/UIxListEditor.js + commit 922c760c95b2fb658f1ee89f131db0e70676a836 Author: Francis Lachapelle Date: Wed Jun 16 20:21:08 2010 +0000 @@ -38081,6 +45915,8 @@ Date: Wed Jun 16 20:21:08 2010 +0000 Monotone-Date: 2010-06-16T20:21:08 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailMainFrame.wox + commit 8415bcc3b0084fd583bbe10615e23a4d6fde58c0 Author: Francis Lachapelle Date: Wed Jun 16 20:19:08 2010 +0000 @@ -38092,6 +45928,8 @@ Date: Wed Jun 16 20:19:08 2010 +0000 Monotone-Date: 2010-06-16T20:19:08 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoMailDataSource.js + commit 4b6f5ecacfe7b373459a3a009e6f27d39b754d28 Author: Francis Lachapelle Date: Wed Jun 16 20:18:43 2010 +0000 @@ -38103,6 +45941,8 @@ Date: Wed Jun 16 20:18:43 2010 +0000 Monotone-Date: 2010-06-16T20:18:43 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 01042ec50ffe74439f1d18e64171c62ffd10eca1 Author: Wolfgang Sourdeau Date: Wed Jun 16 17:50:37 2010 +0000 @@ -38114,6 +45954,9 @@ Date: Wed Jun 16 17:50:37 2010 +0000 Monotone-Date: 2010-06-16T17:50:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit 030514e4e18d367b19039f45ca4094b151e83fe1 Author: Wolfgang Sourdeau Date: Tue Jun 15 14:39:11 2010 +0000 @@ -38125,6 +45968,9 @@ Date: Tue Jun 15 14:39:11 2010 +0000 Monotone-Date: 2010-06-15T14:39:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoDAVAuthenticator.m + commit 099148ae17640fbfc22706eba29df76b5c5bc861 Author: Wolfgang Sourdeau Date: Mon Jun 14 21:06:08 2010 +0000 @@ -38136,6 +45982,8 @@ Date: Mon Jun 14 21:06:08 2010 +0000 Monotone-Date: 2010-06-14T21:06:08 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoContentObject.m + commit a579dbe5cbeba8c0467044dd06fa9258fcaaa6e2 Author: Francis Lachapelle Date: Mon Jun 14 21:00:17 2010 +0000 @@ -38149,6 +45997,9 @@ Date: Mon Jun 14 21:00:17 2010 +0000 Monotone-Date: 2010-06-14T21:00:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxPreferences.js + commit d0efbebbf7ebce938b8dfcf1c45546a32acbb26d Author: Wolfgang Sourdeau Date: Mon Jun 14 13:51:57 2010 +0000 @@ -38160,6 +46011,8 @@ Date: Mon Jun 14 13:51:57 2010 +0000 Monotone-Date: 2010-06-14T13:51:57 Monotone-Branch: ca.inverse.sogo +M UI/Common/French.lproj/Localizable.strings + commit 676194b020ef3e29acd6f5ddc109218d2a4123ab Author: Wolfgang Sourdeau Date: Fri Jun 11 18:43:46 2010 +0000 @@ -38173,6 +46026,15 @@ Date: Fri Jun 11 18:43:46 2010 +0000 Monotone-Date: 2010-06-11T18:43:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolders.h +M SoObjects/Appointments/SOGoAppointmentFolders.m +M SoObjects/Appointments/SOGoWebAppointmentFolder.h +M SoObjects/Appointments/SOGoWebAppointmentFolder.m +M UI/Scheduler/UIxCalMainActions.h +M UI/Scheduler/UIxCalMainActions.m +M UI/Scheduler/UIxCalendarProperties.m + commit bfcaea41c0d093ac7247be1c33ba9c9f2e5b21a0 Author: Wolfgang Sourdeau Date: Fri Jun 11 15:29:54 2010 +0000 @@ -38184,6 +46046,8 @@ Date: Fri Jun 11 15:29:54 2010 +0000 Monotone-Date: 2010-06-11T15:29:54 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit cf293681cb62341559fef51a5bfb8576147337b1 Author: Wolfgang Sourdeau Date: Fri Jun 11 14:48:00 2010 +0000 @@ -38195,6 +46059,14 @@ Date: Fri Jun 11 14:48:00 2010 +0000 Monotone-Date: 2010-06-11T14:48:00 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/EOAdaptorChannel+GCS.h +M SOPE/GDLContentStore/GCSFolderManager.m +A SOPE/GDLContentStore/GCSSpecialQueries.h +A SOPE/GDLContentStore/GCSSpecialQueries.m +M SOPE/GDLContentStore/GNUmakefile +M SOPE/sope-patchset-r1664.diff + commit f5ea84b8e87a4a4b97c5931e81d6a2155f1b3d5e Author: Wolfgang Sourdeau Date: Fri Jun 11 12:39:11 2010 +0000 @@ -38206,6 +46078,9 @@ Date: Fri Jun 11 12:39:11 2010 +0000 Monotone-Date: 2010-06-11T12:39:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalFilterPanel.m + commit 7e1bb0921f75fbe3091fd92548595c538d7f7106 Author: Wolfgang Sourdeau Date: Thu Jun 10 21:59:14 2010 +0000 @@ -38217,6 +46092,9 @@ Date: Thu Jun 10 21:59:14 2010 +0000 Monotone-Date: 2010-06-10T21:59:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoDAVAuthenticator.m + commit 41fe0341a333de3c09664a13593aa4eda05b9441 Author: Wolfgang Sourdeau Date: Thu Jun 10 21:57:14 2010 +0000 @@ -38228,6 +46106,9 @@ Date: Thu Jun 10 21:57:14 2010 +0000 Monotone-Date: 2010-06-10T21:57:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.m + commit e71a5a5ebd53c7506dcb07b4263e977d7ba1b677 Author: Wolfgang Sourdeau Date: Thu Jun 10 21:32:23 2010 +0000 @@ -38239,6 +46120,10 @@ Date: Thu Jun 10 21:32:23 2010 +0000 Monotone-Date: 2010-06-10T21:32:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoSystemDefaults.h +M SoObjects/SOGo/SOGoSystemDefaults.m + commit 7ff3aba0c0657b641224f6e71819f9dc7ab786e5 Author: Wolfgang Sourdeau Date: Thu Jun 10 21:31:13 2010 +0000 @@ -38250,6 +46135,9 @@ Date: Thu Jun 10 21:31:13 2010 +0000 Monotone-Date: 2010-06-10T21:31:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoUserHomePage.m + commit cc7cb9f2bbdb8710c4731c8129467d5f5de5f4b3 Author: Wolfgang Sourdeau Date: Thu Jun 10 21:29:55 2010 +0000 @@ -38261,6 +46149,12 @@ Date: Thu Jun 10 21:29:55 2010 +0000 Monotone-Date: 2010-06-10T21:29:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoCASSession.h +M SoObjects/SOGo/SOGoCASSession.m +M SoObjects/SOGo/SOGoWebAuthenticator.m +M UI/MainUI/SOGoRootPage.m + commit 3f43e0b56e03255f35f0f918037f87f478730dbc Author: Wolfgang Sourdeau Date: Thu Jun 10 18:45:35 2010 +0000 @@ -38272,6 +46166,9 @@ Date: Thu Jun 10 18:45:35 2010 +0000 Monotone-Date: 2010-06-10T18:45:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoDAVAuthenticator.m + commit 6bc3b47bf41d38f0f4608ff7e7097dedf73b8171 Author: Wolfgang Sourdeau Date: Thu Jun 10 18:44:38 2010 +0000 @@ -38283,6 +46180,9 @@ Date: Thu Jun 10 18:44:38 2010 +0000 Monotone-Date: 2010-06-10T18:44:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.m + commit b1a7398de1a01b41707b68178b201c4190aa6ee4 Author: Wolfgang Sourdeau Date: Thu Jun 10 18:42:26 2010 +0000 @@ -38294,6 +46194,9 @@ Date: Thu Jun 10 18:42:26 2010 +0000 Monotone-Date: 2010-06-10T18:42:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.m + commit e91844e3a3295c51078f53abdddf51181d2a320e Author: Wolfgang Sourdeau Date: Thu Jun 10 18:40:57 2010 +0000 @@ -38305,6 +46208,10 @@ Date: Thu Jun 10 18:40:57 2010 +0000 Monotone-Date: 2010-06-10T18:40:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoSystemDefaults.h +M SoObjects/SOGo/SOGoSystemDefaults.m + commit 5c887130866d70d98b025fbbb3bed2d505e0817a Author: Ludovic Marcotte Date: Thu Jun 10 15:07:13 2010 +0000 @@ -38318,6 +46225,14 @@ Date: Thu Jun 10 15:07:13 2010 +0000 Monotone-Date: 2010-06-10T15:07:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Scripts/sogo-init.d-redhat +M Scripts/sogo-init.d-sles +M UI/Templates/MainUI/SOGoRootPage.wox +M debian/copyright +M debian/sogo.init +M sogo.spec + commit 58933b153b5d8c43c6314244dfe99dd9bd7b4caa Author: Wolfgang Sourdeau Date: Wed Jun 9 13:38:24 2010 +0000 @@ -38329,6 +46244,9 @@ Date: Wed Jun 9 13:38:24 2010 +0000 Monotone-Date: 2010-06-09T13:38:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit 17389d874ee39b76aaefb4a356ab79d112ea5685 Author: Wolfgang Sourdeau Date: Wed Jun 9 12:49:57 2010 +0000 @@ -38340,6 +46258,10 @@ Date: Wed Jun 9 12:49:57 2010 +0000 Monotone-Date: 2010-06-09T12:49:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolderObject.h +M SoObjects/Appointments/SOGoAppointmentFolderObject.m + commit fe2ab6e9b60c2e68caac9d46948de33abbdffa1a Author: Wolfgang Sourdeau Date: Tue Jun 8 21:32:31 2010 +0000 @@ -38351,6 +46273,9 @@ Date: Tue Jun 8 21:32:31 2010 +0000 Monotone-Date: 2010-06-08T21:32:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxAttendeesEditor.js + commit a6af67adcf09f9467e7290a421ac590c9108f2fd Author: Wolfgang Sourdeau Date: Tue Jun 8 20:34:09 2010 +0000 @@ -38362,6 +46287,8 @@ Date: Tue Jun 8 20:34:09 2010 +0000 Monotone-Date: 2010-06-08T20:34:09 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAclEditor.css + commit 4920950a568b3e9fd38373145660d490f5bc0848 Author: Wolfgang Sourdeau Date: Tue Jun 8 20:31:49 2010 +0000 @@ -38373,6 +46300,8 @@ Date: Tue Jun 8 20:31:49 2010 +0000 Monotone-Date: 2010-06-08T20:31:49 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAclEditor.css + commit 18a21c7221dcecc12d018bcc1c284754c34f8114 Author: Wolfgang Sourdeau Date: Tue Jun 8 18:31:00 2010 +0000 @@ -38384,6 +46313,9 @@ Date: Tue Jun 8 18:31:00 2010 +0000 Monotone-Date: 2010-06-08T18:31:00 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalXMLRenderer.m + commit 6e4fd601350e8c94c3992b311cc94e59fa8f9106 Author: Wolfgang Sourdeau Date: Tue Jun 8 15:55:51 2010 +0000 @@ -38395,6 +46327,8 @@ Date: Tue Jun 8 15:55:51 2010 +0000 Monotone-Date: 2010-06-08T15:55:51 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoGCSFolder.m + commit 859b8016329d91be6f95b9ebafd208a12066bb5f Author: Wolfgang Sourdeau Date: Tue Jun 8 15:48:35 2010 +0000 @@ -38406,6 +46340,8 @@ Date: Tue Jun 8 15:48:35 2010 +0000 Monotone-Date: 2010-06-08T15:48:35 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalFolderActions.m + commit 78feefcdc9998c236a9385d75c29d424ca9128f9 Author: Francis Lachapelle Date: Tue Jun 8 14:17:25 2010 +0000 @@ -38417,6 +46353,9 @@ Date: Tue Jun 8 14:17:25 2010 +0000 Monotone-Date: 2010-06-08T14:17:25 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/iefixes.css + commit 08915dcf6b9f612e64ad4937a4f8ad7c6637b941 Author: Wolfgang Sourdeau Date: Tue Jun 8 13:44:02 2010 +0000 @@ -38428,6 +46367,8 @@ Date: Tue Jun 8 13:44:02 2010 +0000 Monotone-Date: 2010-06-08T13:44:02 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 5d66f622055668bc70df3ffe3fe81f01dc4a5372 Author: Wolfgang Sourdeau Date: Tue Jun 8 13:38:32 2010 +0000 @@ -38439,6 +46380,11 @@ Date: Tue Jun 8 13:38:32 2010 +0000 Monotone-Date: 2010-06-08T13:38:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalFolderActions.m +M UI/Scheduler/product.plist +M UI/WebServerResources/SchedulerUI.js + commit bbe1bae54d30fe4c424b2c0b8cfb58436ab4ada7 Author: Wolfgang Sourdeau Date: Tue Jun 8 13:35:25 2010 +0000 @@ -38450,6 +46396,10 @@ Date: Tue Jun 8 13:35:25 2010 +0000 Monotone-Date: 2010-06-08T13:35:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolderObject.h +M SoObjects/Appointments/SOGoAppointmentFolderObject.m + commit acf41cb2b165591ec83d84f2e0c5a2a8ff5eb2a1 Author: Wolfgang Sourdeau Date: Tue Jun 8 13:34:40 2010 +0000 @@ -38461,6 +46411,8 @@ Date: Tue Jun 8 13:34:40 2010 +0000 Monotone-Date: 2010-06-08T13:34:40 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/iefixes.css + commit de19f4ad6120827499c5ca5f4eb7f8888f1d764a Author: Wolfgang Sourdeau Date: Tue Jun 8 13:34:27 2010 +0000 @@ -38472,6 +46424,9 @@ Date: Tue Jun 8 13:34:27 2010 +0000 Monotone-Date: 2010-06-08T13:34:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxAclEditor.js + commit ce131c529eb1b956a4424032be0469099b12d4b4 Author: Wolfgang Sourdeau Date: Mon Jun 7 21:59:19 2010 +0000 @@ -38483,6 +46438,8 @@ Date: Mon Jun 7 21:59:19 2010 +0000 Monotone-Date: 2010-06-07T21:59:19 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxAclEditor.h + commit db99b3510c7ba568b90773d674c7edc6c786b88d Author: Wolfgang Sourdeau Date: Mon Jun 7 21:30:36 2010 +0000 @@ -38494,6 +46451,26 @@ Date: Mon Jun 7 21:30:36 2010 +0000 Monotone-Date: 2010-06-07T21:30:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserManager.m +M UI/Common/BrazilianPortuguese.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Common/Hungarian.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Common/Russian.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +M UI/Common/Swedish.lproj/Localizable.strings +M UI/Common/UIxAclEditor.m +M UI/Common/Ukrainian.lproj/Localizable.strings +M UI/Common/Welsh.lproj/Localizable.strings +M UI/Templates/UIxAclEditor.wox +M UI/WebServerResources/UIxAclEditor.css +M UI/WebServerResources/UIxAclEditor.js + commit 8193a90fc2f1602e2d45eaf1791ab587654883cc Author: Wolfgang Sourdeau Date: Mon Jun 7 12:46:35 2010 +0000 @@ -38505,21 +46482,7 @@ Date: Mon Jun 7 12:46:35 2010 +0000 Monotone-Date: 2010-06-07T12:46:35 Monotone-Branch: ca.inverse.sogo -commit 7c98ada22309b1cd2adaa68a6f00261757a40a57 -Merge: bef2e77 49ab6e5 -Author: Wolfgang Sourdeau -Date: Mon Jun 7 12:45:25 2010 +0000 - - merge of '04792139eaeaa95bfa70e66349320e38518eb8da' - and 'f273242650aaecbcba217ab4ee2f04f5964f3ab0' - - Monotone-Parent: 04792139eaeaa95bfa70e66349320e38518eb8da - Monotone-Parent: f273242650aaecbcba217ab4ee2f04f5964f3ab0 - Monotone-Revision: 6d601c4d925dd7c8ff8648909b7bde1e3097127d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-06-07T12:45:25 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolders.m commit bef2e7773319ba31955f90200cdce162cef45769 Author: Francis Lachapelle @@ -38532,21 +46495,10 @@ Date: Mon Jun 7 16:31:51 2010 +0000 Monotone-Date: 2010-06-07T16:31:51 Monotone-Branch: ca.inverse.sogo -commit 3df8728a68a09f8674d1b915e3d4bb6fd90ec93c -Merge: dcf4086 1191c6b -Author: Wolfgang Sourdeau -Date: Mon Jun 7 13:51:45 2010 +0000 - - merge of '10fadb79fc28a892498ff228f648c363587ed6e4' - and '6e082f09a153b3a0152c5b9355a2001b3c542c96' - - Monotone-Parent: 10fadb79fc28a892498ff228f648c363587ed6e4 - Monotone-Parent: 6e082f09a153b3a0152c5b9355a2001b3c542c96 - Monotone-Revision: 85281fd909e8f0d613327a321fb964be7ca872ca - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-06-07T13:51:45 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDataTable.js +M UI/WebServerResources/iefixes.css commit dcf408630cb04aa27604a4bbba78358df1a8c243 Author: Francis Lachapelle @@ -38559,6 +46511,8 @@ Date: Mon Jun 7 13:34:10 2010 +0000 Monotone-Date: 2010-06-07T13:34:10 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailListActions.m + commit 38fa44caa032af2f171d865d64398018e27eea04 Author: Francis Lachapelle Date: Mon Jun 7 13:24:17 2010 +0000 @@ -38570,6 +46524,8 @@ Date: Mon Jun 7 13:24:17 2010 +0000 Monotone-Date: 2010-06-07T13:24:17 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailListActions.m + commit 1191c6b3d13192b7c3bf5edf6eabc1b7b713ed46 Author: Wolfgang Sourdeau Date: Mon Jun 7 13:15:20 2010 +0000 @@ -38581,6 +46537,11 @@ Date: Mon Jun 7 13:15:20 2010 +0000 Monotone-Date: 2010-06-07T13:15:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxAclEditor.m +M UI/Templates/UIxAclEditor.wox +M UI/WebServerResources/UIxAclEditor.js + commit 49ab6e5bc20c0758bd4afeb248f189f1a35f76f7 Author: Wolfgang Sourdeau Date: Mon Jun 7 12:45:22 2010 +0000 @@ -38592,6 +46553,9 @@ Date: Mon Jun 7 12:45:22 2010 +0000 Monotone-Date: 2010-06-07T12:45:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolders.m + commit 68abc9cb6c48b5bec951a52dc161ddc0e0148b57 Author: Wolfgang Sourdeau Date: Sat Jun 5 04:55:53 2010 +0000 @@ -38603,6 +46567,8 @@ Date: Sat Jun 5 04:55:53 2010 +0000 Monotone-Date: 2010-06-05T04:55:53 Monotone-Branch: ca.inverse.sogo +M NEWS + commit c5232d42a5bf452601ba6336f958dbf8b08269f2 Author: Wolfgang Sourdeau Date: Sat Jun 5 04:46:12 2010 +0000 @@ -38614,6 +46580,26 @@ Date: Sat Jun 5 04:46:12 2010 +0000 Monotone-Date: 2010-06-05T04:46:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/UIxCalendarProperties.h +M UI/Scheduler/UIxCalendarProperties.m +M UI/Scheduler/Ukrainian.lproj/Localizable.strings +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxCalendarProperties.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxCalendarProperties.css + commit d5ae7827648a02b8baaa078407e0439dabfefd8b Author: Wolfgang Sourdeau Date: Sat Jun 5 04:45:00 2010 +0000 @@ -38625,6 +46611,9 @@ Date: Sat Jun 5 04:45:00 2010 +0000 Monotone-Date: 2010-06-05T04:45:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 77bcf92491e5c23fbe8c37c12d7409cae70973f6 Author: Wolfgang Sourdeau Date: Sat Jun 5 04:44:02 2010 +0000 @@ -38636,6 +46625,10 @@ Date: Sat Jun 5 04:44:02 2010 +0000 Monotone-Date: 2010-06-05T04:44:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m + commit f7ac2f27135c514db7255dcc28b1cd8ee9784f32 Author: Wolfgang Sourdeau Date: Fri Jun 4 22:01:32 2010 +0000 @@ -38647,6 +46640,11 @@ Date: Fri Jun 4 22:01:32 2010 +0000 Monotone-Date: 2010-06-04T22:01:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/GNUmakefile +D UI/Scheduler/UIxCalParticipationStatusView.m +D UI/Templates/SchedulerUI/UIxCalParticipationStatusView.wox + commit 85cfae601f91346d52bf01506d1e07caab8e7002 Author: Wolfgang Sourdeau Date: Fri Jun 4 21:14:17 2010 +0000 @@ -38658,21 +46656,8 @@ Date: Fri Jun 4 21:14:17 2010 +0000 Monotone-Date: 2010-06-04T21:14:17 Monotone-Branch: ca.inverse.sogo -commit 00ffd36ca6f49ab85bc74159b3f5e1db8817d2e5 -Merge: 167a270 6728b5e -Author: Wolfgang Sourdeau -Date: Fri Jun 4 20:54:51 2010 +0000 - - merge of '10e4639d26e8856e1d1cce589fc7dcdd0639f703' - and '5402e16ca9d296346561a48b192ce3ed97373e2c' - - Monotone-Parent: 10e4639d26e8856e1d1cce589fc7dcdd0639f703 - Monotone-Parent: 5402e16ca9d296346561a48b192ce3ed97373e2c - Monotone-Revision: 75884864019e8268f2d2a24b534d0020370d2de5 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-06-04T20:54:51 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxUserRightsEditor.m commit 6728b5eed6df6c4537917368ef0ae151a35ae6d6 Author: Wolfgang Sourdeau @@ -38685,6 +46670,18 @@ Date: Fri Jun 4 20:54:07 2010 +0000 Monotone-Date: 2010-06-04T20:54:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/GNUmakefile +A SoObjects/Appointments/SOGoAppointmentFolderICS.h +A SoObjects/Appointments/SOGoAppointmentFolderICS.m +A SoObjects/Appointments/SOGoAppointmentFolderObject.h +A SoObjects/Appointments/SOGoAppointmentFolderObject.m +A SoObjects/Appointments/SOGoAppointmentFolderXML.h +A SoObjects/Appointments/SOGoAppointmentFolderXML.m +M SoObjects/Appointments/SOGoAppointmentFolders.h +M SoObjects/Appointments/SOGoAppointmentFolders.m +M SoObjects/Appointments/product.plist + commit 3592e10152a8da68f755c402478c7950cf5a7747 Author: Wolfgang Sourdeau Date: Fri Jun 4 20:52:12 2010 +0000 @@ -38696,6 +46693,14 @@ Date: Fri Jun 4 20:52:12 2010 +0000 Monotone-Date: 2010-06-04T20:52:12 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/GNUmakefile +M SOPE/NGCards/iCalTimeZonePeriod.m +A SOPE/NGCards/iCalUTCOffset.h +A SOPE/NGCards/iCalUTCOffset.m +A SOPE/NGCards/iCalXMLRenderer.h +A SOPE/NGCards/iCalXMLRenderer.m + commit fcf0ec518a21786f77ac151341bd31ce1c931abd Author: Wolfgang Sourdeau Date: Fri Jun 4 20:49:30 2010 +0000 @@ -38707,6 +46712,9 @@ Date: Fri Jun 4 20:49:30 2010 +0000 Monotone-Date: 2010-06-04T20:49:30 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoGCSFolder.h + commit 167a2700de10d74582cc147ebcd31144a63c483c Author: Ludovic Marcotte Date: Fri Jun 4 16:32:21 2010 +0000 @@ -38720,6 +46728,41 @@ Date: Fri Jun 4 16:32:21 2010 +0000 Monotone-Date: 2010-06-04T16:32:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/GNUmakefile +A SoObjects/Appointments/Ukrainian.lproj/Localizable.strings +M SoObjects/Contacts/GNUmakefile +A SoObjects/Contacts/Ukrainian.lproj/Localizable.strings +A SoObjects/Mailer/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.html +A SoObjects/Mailer/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.wod +A SoObjects/Mailer/SOGoMailUkrainianReply.wo/SOGoMailUkrainian.wod +A SoObjects/Mailer/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.html +M SoObjects/SOGo/SOGoDefaults.plist +M Tests/Integration/all.py +M UI/AdministrationUI/GNUmakefile +A UI/AdministrationUI/Ukrainian.lproj/Localizable.strings +M UI/Common/GNUmakefile +A UI/Common/Ukrainian.lproj/Localizable.strings +M UI/Contacts/GNUmakefile +A UI/Contacts/Ukrainian.lproj/Localizable.strings +M UI/MailPartViewers/GNUmakefile +A UI/MailPartViewers/Ukrainian.lproj/Localizable.strings +M UI/MailerUI/GNUmakefile +A UI/MailerUI/Ukrainian.lproj/Localizable.strings +M UI/MainUI/GNUmakefile +A UI/MainUI/Ukrainian.lproj/Locale +A UI/MainUI/Ukrainian.lproj/Localizable.strings +M UI/PreferencesUI/GNUmakefile +A UI/PreferencesUI/Ukrainian.lproj/Localizable.strings +M UI/Scheduler/GNUmakefile +A UI/Scheduler/Ukrainian.lproj/Localizable.strings +A UI/Templates/Appointments/SOGoAptMailUkrainianICalReply.wox +A UI/Templates/SOGoACLUkrainianAdditionAdvisory.wox +A UI/Templates/SOGoACLUkrainianModificationAdvisory.wox +A UI/Templates/SOGoACLUkrainianRemovalAdvisory.wox +A UI/Templates/SOGoFolderUkrainianAdditionAdvisory.wox +A UI/Templates/SOGoFolderUkrainianRemovalAdvisory.wox + commit 3ea4c81f32fac8c362944317cd046509c6d4349d Author: Ludovic Marcotte Date: Fri Jun 4 15:27:00 2010 +0000 @@ -38733,6 +46776,8 @@ Date: Fri Jun 4 15:27:00 2010 +0000 Monotone-Date: 2010-06-04T15:27:00 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/icon_unread.gif + commit 6136f48b0472ced396b0ea0154dec3deee5397f2 Author: Wolfgang Sourdeau Date: Fri Jun 4 14:43:28 2010 +0000 @@ -38744,6 +46789,8 @@ Date: Fri Jun 4 14:43:28 2010 +0000 Monotone-Date: 2010-06-04T14:43:28 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/French.lproj/Localizable.strings + commit 5cc7e345437ff0c8ad65d1297126cbc9a15023a5 Author: Wolfgang Sourdeau Date: Thu Jun 3 19:49:23 2010 +0000 @@ -38755,21 +46802,11 @@ Date: Thu Jun 3 19:49:23 2010 +0000 Monotone-Date: 2010-06-03T19:49:23 Monotone-Branch: ca.inverse.sogo -commit dea9c242ea50417977286655becc30c0100d3a05 -Merge: 0959a88 31db238 -Author: Wolfgang Sourdeau -Date: Thu Jun 3 14:44:09 2010 +0000 - - merge of '7f2779135e9501efcfbb73fce0b3d244687ecaa4' - and '8e95e810adc0d63b540e7ad1bde7d23e688bd3b1' - - Monotone-Parent: 7f2779135e9501efcfbb73fce0b3d244687ecaa4 - Monotone-Parent: 8e95e810adc0d63b540e7ad1bde7d23e688bd3b1 - Monotone-Revision: 76b40deecb2e5b69e47348707c29710d2db05142 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-06-03T14:44:09 - Monotone-Branch: ca.inverse.sogo +M UI/Common/GNUmakefile +D UI/Common/Toolbars/SOGoAclAssistant.toolbar +D UI/Common/Toolbars/SOGoAclOwner.toolbar +M UI/Templates/UIxAclEditor.wox +M UI/WebServerResources/UIxAclEditor.css commit 0959a88ea9c15585a3515385be85a1a8071aefeb Author: Wolfgang Sourdeau @@ -38782,6 +46819,56 @@ Date: Thu Jun 3 14:43:38 2010 +0000 Monotone-Date: 2010-06-03T14:43:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/BrazilianPortuguese.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Common/Hungarian.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Common/Russian.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +M UI/Common/Swedish.lproj/Localizable.strings +M UI/Common/UIxAclEditor.m +M UI/Common/UIxUserRightsEditor.m +M UI/Common/Welsh.lproj/Localizable.strings +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Russian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/Contacts/Swedish.lproj/Localizable.strings +M UI/Contacts/Welsh.lproj/Localizable.strings +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/UIxCalUserRightsEditor.m +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Templates/ContactsUI/UIxContactsUserRightsEditor.wox +M UI/Templates/SchedulerUI/UIxCalUserRightsEditor.wox +M UI/Templates/UIxAclEditor.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/UIxAclEditor.css +M UI/WebServerResources/UIxAclEditor.js +A UI/WebServerResources/abcard-anonymous.png +A UI/WebServerResources/abcard-anyone.png +M UI/WebServerResources/generic.js + commit ba2b9aad81ada1d3dc7d18815bbb5ede49ef4063 Author: Wolfgang Sourdeau Date: Wed Jun 2 19:11:15 2010 +0000 @@ -38793,6 +46880,24 @@ Date: Wed Jun 2 19:11:15 2010 +0000 Monotone-Date: 2010-06-02T19:11:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/AdministrationUI.js +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/MailerUIdTree.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/SchedulerUIDnD.js +M UI/WebServerResources/UIxAclEditor.js +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxCalendarProperties.js +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/UIxContactEditor.js +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/UIxTaskEditor.js +M UI/WebServerResources/generic.js + commit d12f6ac78c6cd58e70df0c6608ec036fb6b1d420 Author: Wolfgang Sourdeau Date: Wed Jun 2 19:10:32 2010 +0000 @@ -38804,6 +46909,8 @@ Date: Wed Jun 2 19:10:32 2010 +0000 Monotone-Date: 2010-06-02T19:10:32 Monotone-Branch: ca.inverse.sogo +M debian/sogo.overrides + commit 659563c7b7a24e16488b159e5cf895de2ef26585 Author: Wolfgang Sourdeau Date: Wed Jun 2 19:05:48 2010 +0000 @@ -38815,6 +46922,19 @@ Date: Wed Jun 2 19:05:48 2010 +0000 Monotone-Date: 2010-06-02T19:05:48 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/AdministrationUI.js +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/UIxAclEditor.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxComponentEditor.css +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxTaskEditor.js +D UI/WebServerResources/abcard.gif +A UI/WebServerResources/abcard.png + commit ab171b7d2e9be6d429008a98583ec996bb8428ee Author: Wolfgang Sourdeau Date: Wed Jun 2 16:49:26 2010 +0000 @@ -38826,6 +46946,9 @@ Date: Wed Jun 2 16:49:26 2010 +0000 Monotone-Date: 2010-06-02T16:49:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Integration/test-davacl.py + commit ec1f65026204265a497f123420a9edcca35d81dc Author: Wolfgang Sourdeau Date: Wed Jun 2 16:47:07 2010 +0000 @@ -38837,6 +46960,9 @@ Date: Wed Jun 2 16:47:07 2010 +0000 Monotone-Date: 2010-06-02T16:47:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Integration/utilities.py + commit 654aa6d7f38134332d6da5d8f3ec27acb0ac700d Author: Wolfgang Sourdeau Date: Wed Jun 2 16:46:33 2010 +0000 @@ -38848,6 +46974,8 @@ Date: Wed Jun 2 16:46:33 2010 +0000 Monotone-Date: 2010-06-02T16:46:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit cb8b538e27ecf804a0855d25787301a9b621123e Author: Wolfgang Sourdeau Date: Wed Jun 2 16:46:06 2010 +0000 @@ -38859,6 +46987,9 @@ Date: Wed Jun 2 16:46:06 2010 +0000 Monotone-Date: 2010-06-02T16:46:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Integration/webdavlib.py + commit a668437d2fa5905b4fddac1f9bd9bcf452125291 Author: Wolfgang Sourdeau Date: Wed Jun 2 16:44:09 2010 +0000 @@ -38870,6 +47001,9 @@ Date: Wed Jun 2 16:44:09 2010 +0000 Monotone-Date: 2010-06-02T16:44:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/WORequest+SOGo.m + commit c2721bfb6ed3aeb5be268f428a1b9132add737af Author: Wolfgang Sourdeau Date: Wed Jun 2 16:42:58 2010 +0000 @@ -38881,6 +47015,9 @@ Date: Wed Jun 2 16:42:58 2010 +0000 Monotone-Date: 2010-06-02T16:42:58 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoPermissions.h +M SoObjects/SOGo/SOGoPermissions.m + commit 0a09a045c5b3ae7a8851701cfae10d1d9d9de2f4 Author: Wolfgang Sourdeau Date: Wed Jun 2 16:42:49 2010 +0000 @@ -38892,6 +47029,10 @@ Date: Wed Jun 2 16:42:49 2010 +0000 Monotone-Date: 2010-06-02T16:42:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoParentFolder.m +M SoObjects/SOGo/SOGoUserFolder.m + commit 64a0aa3d9cafc88b883432f8c6c72b198f89e792 Author: Wolfgang Sourdeau Date: Wed Jun 2 16:39:33 2010 +0000 @@ -38903,6 +47044,9 @@ Date: Wed Jun 2 16:39:33 2010 +0000 Monotone-Date: 2010-06-02T16:39:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit 044a29c178f7cea1196831f65bfa81ddd27fb398 Author: Wolfgang Sourdeau Date: Wed Jun 2 16:37:43 2010 +0000 @@ -38914,6 +47058,9 @@ Date: Wed Jun 2 16:37:43 2010 +0000 Monotone-Date: 2010-06-02T16:37:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.m + commit 1b793d65a35073ec2b9bf3e13965519bd152ebde Author: Wolfgang Sourdeau Date: Wed Jun 2 16:36:30 2010 +0000 @@ -38925,6 +47072,8 @@ Date: Wed Jun 2 16:36:30 2010 +0000 Monotone-Date: 2010-06-02T16:36:30 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile + commit 0ebe2d052bd31e444dcf1cc03a27bee9912f410a Author: Wolfgang Sourdeau Date: Wed Jun 2 16:36:14 2010 +0000 @@ -38936,6 +47085,8 @@ Date: Wed Jun 2 16:36:14 2010 +0000 Monotone-Date: 2010-06-02T16:36:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 13df91ba79a1156f07b811473b126457d973f57d Author: Wolfgang Sourdeau Date: Wed Jun 2 16:35:59 2010 +0000 @@ -38947,37 +47098,15 @@ Date: Wed Jun 2 16:35:59 2010 +0000 Monotone-Date: 2010-06-02T16:35:59 Monotone-Branch: ca.inverse.sogo -commit 26cb2290ac65e549e1480ea486e2a56154131111 -Merge: f3b15c6 853060f -Author: Wolfgang Sourdeau -Date: Wed Jun 2 15:02:46 2010 +0000 - - merge of '33c96e6881c7a8bafb056ea86ca1517c42edb343' - and '5a7b30b7d5f425b2c0c3b96e6f1afb39c15257d7' - - Monotone-Parent: 33c96e6881c7a8bafb056ea86ca1517c42edb343 - Monotone-Parent: 5a7b30b7d5f425b2c0c3b96e6f1afb39c15257d7 - Monotone-Revision: 4ac4ae3613d51d31b8aa0f22e8581e25651b89fd - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-06-02T15:02:46 - Monotone-Branch: ca.inverse.sogo - -commit 31db238c4d31ff3decb95b443030304d5c288305 -Merge: 01e57b5 ab171b7 -Author: Francis Lachapelle -Date: Wed Jun 2 04:35:59 2010 +0000 - - merge of '137a22f54c5009171918bdd3a3e136138e9f9a67' - and 'c896a0d9f1b127ab4c1d9c4ba270727464984c2b' - - Monotone-Parent: 137a22f54c5009171918bdd3a3e136138e9f9a67 - Monotone-Parent: c896a0d9f1b127ab4c1d9c4ba270727464984c2b - Monotone-Revision: 8e95e810adc0d63b540e7ad1bde7d23e688bd3b1 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-06-02T04:35:59 - Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m +M SoObjects/Appointments/product.plist +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m +A SoObjects/SOGo/SOGoPublicBaseFolder.h +A SoObjects/SOGo/SOGoPublicBaseFolder.m +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoWebAuthenticator.m +M UI/MainUI/product.plist commit 01e57b599ac7560dcd0d14b1668d976459e2595f Author: Francis Lachapelle @@ -38992,6 +47121,8 @@ Date: Wed Jun 2 04:35:30 2010 +0000 Monotone-Date: 2010-06-02T04:35:30 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MainUI/SOGoRootPage.wox + commit 853060fbee74bcd51c11ed613e3a295032f6dd81 Author: Francis Lachapelle Date: Wed Jun 2 01:25:19 2010 +0000 @@ -39005,6 +47136,9 @@ Date: Wed Jun 2 01:25:19 2010 +0000 Monotone-Date: 2010-06-02T01:25:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m + commit f3b15c68be05bbf4ce550e8d9aaf9c95ef50db5b Author: Wolfgang Sourdeau Date: Tue Jun 1 19:50:26 2010 +0000 @@ -39016,6 +47150,9 @@ Date: Tue Jun 1 19:50:26 2010 +0000 Monotone-Date: 2010-06-01T19:50:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/WORequest+SOGo.m + commit 687cfb8520ccab20f88fae3a776db8f286369d91 Author: Wolfgang Sourdeau Date: Tue Jun 1 19:43:07 2010 +0000 @@ -39027,6 +47164,9 @@ Date: Tue Jun 1 19:43:07 2010 +0000 Monotone-Date: 2010-06-01T19:43:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Integration/test-davacl.py + commit 05e3bdca1326cc175d9a673b65ca43064961fb25 Author: Wolfgang Sourdeau Date: Tue Jun 1 18:49:01 2010 +0000 @@ -39038,6 +47178,10 @@ Date: Tue Jun 1 18:49:01 2010 +0000 Monotone-Date: 2010-06-01T18:49:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoSystemDefaults.h +M SoObjects/SOGo/SOGoSystemDefaults.m + commit 786d7a1558aee91e7075a01986a888ace8a8c26e Author: Wolfgang Sourdeau Date: Tue Jun 1 18:48:14 2010 +0000 @@ -39049,6 +47193,9 @@ Date: Tue Jun 1 18:48:14 2010 +0000 Monotone-Date: 2010-06-01T18:48:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserManager.m + commit d544e677e5edda736551425fd91a044ef3c6a9e9 Author: Wolfgang Sourdeau Date: Tue Jun 1 18:14:17 2010 +0000 @@ -39060,6 +47207,15 @@ Date: Tue Jun 1 18:14:17 2010 +0000 Monotone-Date: 2010-06-01T18:14:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Integration/test-caldav-scheduling.py +M Tests/Integration/test-davacl.py +M Tests/Integration/test-ical.py +M Tests/Integration/test-maildav.py +M Tests/Integration/test-webdav.py +M Tests/Integration/test-webdavsync.py +M Tests/Integration/utilities.py + commit 40afb73cc1c304d070aec7abdcba71ce298f5aeb Author: Wolfgang Sourdeau Date: Tue Jun 1 18:12:01 2010 +0000 @@ -39071,6 +47227,11 @@ Date: Tue Jun 1 18:12:01 2010 +0000 Monotone-Date: 2010-06-01T18:12:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m + commit 51f50fae62d0839e3893b80695f2f8ed751a0504 Author: Wolfgang Sourdeau Date: Tue Jun 1 17:45:53 2010 +0000 @@ -39082,6 +47243,10 @@ Date: Tue Jun 1 17:45:53 2010 +0000 Monotone-Date: 2010-06-01T17:45:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoFolder.m + commit 975d318036aff243e609d640d2b702c12a8c7ce6 Author: Wolfgang Sourdeau Date: Tue Jun 1 17:35:51 2010 +0000 @@ -39093,21 +47258,8 @@ Date: Tue Jun 1 17:35:51 2010 +0000 Monotone-Date: 2010-06-01T17:35:51 Monotone-Branch: ca.inverse.sogo -commit bb83e75057ea5977fc410a20a8833e204d04eed0 -Merge: 25ef214 990940c -Author: Wolfgang Sourdeau -Date: Tue Jun 1 14:09:31 2010 +0000 - - merge of '92aa17abc68474bee4eb24c3a407d5e730164973' - and 'a7ffefd73526ec82019cd487dbeacfa8219526c9' - - Monotone-Parent: 92aa17abc68474bee4eb24c3a407d5e730164973 - Monotone-Parent: a7ffefd73526ec82019cd487dbeacfa8219526c9 - Monotone-Revision: bda8c0c7d4f41ed2b18820b74e11fe35187b1afe - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-06-01T14:09:31 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Integration/all.py commit 25ef21457302fbb9a4f08305c7041accb18f91d9 Author: Wolfgang Sourdeau @@ -39120,6 +47272,9 @@ Date: Tue Jun 1 14:08:59 2010 +0000 Monotone-Date: 2010-06-01T14:08:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Integration/webdavlib.py + commit 99d75bfc88793bc277f57b720f078d60d08e5710 Author: Wolfgang Sourdeau Date: Tue Jun 1 14:01:18 2010 +0000 @@ -39131,6 +47286,8 @@ Date: Tue Jun 1 14:01:18 2010 +0000 Monotone-Date: 2010-06-01T14:01:18 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/README + commit 667ed3c150163a80ca786cb50350810cefeca1e1 Author: Wolfgang Sourdeau Date: Tue Jun 1 14:00:36 2010 +0000 @@ -39142,6 +47299,9 @@ Date: Tue Jun 1 14:00:36 2010 +0000 Monotone-Date: 2010-06-01T14:00:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoCache.m + commit 990940cf254aee0fe84ec3b289723943bd5afc2d Author: Francis Lachapelle Date: Fri May 28 20:06:24 2010 +0000 @@ -39155,6 +47315,9 @@ Date: Fri May 28 20:06:24 2010 +0000 Monotone-Date: 2010-05-28T20:06:24 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/SOGoDataTable.js + commit 2ea9dc0e6e10d802aeeb9fad7a2a55f6861a0aaa Author: Francis Lachapelle Date: Fri May 28 19:18:52 2010 +0000 @@ -39168,6 +47331,16 @@ Date: Fri May 28 19:18:52 2010 +0000 Monotone-Date: 2010-05-28T19:18:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListActions.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/MailerUI/product.plist +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDataTable.js +M UI/WebServerResources/SOGoMailDataSource.js +M UI/WebServerResources/SOGoResizableTable.js + commit eb8125f468ed43eda70b1e94eb5a63118ba36376 Author: Wolfgang Sourdeau Date: Fri May 28 16:52:17 2010 +0000 @@ -39179,6 +47352,10 @@ Date: Fri May 28 16:52:17 2010 +0000 Monotone-Date: 2010-05-28T16:52:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/WebServerResources/UIxComponentEditor.js + commit df904d06abd63438626749140f7ebea85ce0424c Author: Wolfgang Sourdeau Date: Fri May 28 12:34:42 2010 +0000 @@ -39192,6 +47369,8 @@ Date: Fri May 28 12:34:42 2010 +0000 Monotone-Date: 2010-05-28T12:34:42 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.js + commit d17341abe80ac2e269a72b5c2d197d8170e6d591 Author: Wolfgang Sourdeau Date: Fri May 28 12:34:18 2010 +0000 @@ -39205,6 +47384,8 @@ Date: Fri May 28 12:34:18 2010 +0000 Monotone-Date: 2010-05-28T12:34:18 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.js + commit d81084a03115130f9ea3c3fd1ff0f422106d403f Author: Wolfgang Sourdeau Date: Thu May 27 21:56:04 2010 +0000 @@ -39216,6 +47397,12 @@ Date: Thu May 27 21:56:04 2010 +0000 Monotone-Date: 2010-05-27T21:56:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailFormatter.h +M UI/MailerUI/UIxMailListActions.m +M UI/MailerUI/WOContext+UIxMailer.h +M UI/MailerUI/WOContext+UIxMailer.m + commit 71d3f72e30b84eb7f5b531f0bc6b1dffb63bbf7a Author: Francis Lachapelle Date: Thu May 27 19:47:41 2010 +0000 @@ -39229,6 +47416,8 @@ Date: Thu May 27 19:47:41 2010 +0000 Monotone-Date: 2010-05-27T19:47:41 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoDragHandles.js + commit 0176350dbcffbc1205148fae29706ca0b36ac01a Author: Francis Lachapelle Date: Thu May 27 17:09:02 2010 +0000 @@ -39242,21 +47431,12 @@ Date: Thu May 27 17:09:02 2010 +0000 Monotone-Date: 2010-05-27T17:09:02 Monotone-Branch: ca.inverse.sogo -commit 4b63a768c41e1d6ff94445c4ac7a75fe7c9786c2 -Merge: 8c0b02f a99d7b9 -Author: Francis Lachapelle -Date: Thu May 27 17:08:22 2010 +0000 - - merge of '29fd9949fb7298bd5c25f926f16a0126f65f6b15' - and '8db65223b26070872a7995e55aefc91c7b932796' - - Monotone-Parent: 29fd9949fb7298bd5c25f926f16a0126f65f6b15 - Monotone-Parent: 8db65223b26070872a7995e55aefc91c7b932796 - Monotone-Revision: fdc663e746cda0a1106c97d2d9af95b6eb0d1b40 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-05-27T17:08:22 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/WODirectAction+SOGo.h +M UI/Common/WODirectAction+SOGo.m +M UI/MailerUI/UIxMailListActions.h +M UI/MailerUI/UIxMailListActions.m +M UI/MailerUI/product.plist commit 8c0b02f57cce28734b56752645c5113511e766e6 Author: Francis Lachapelle @@ -39271,21 +47451,18 @@ Date: Thu May 27 17:00:22 2010 +0000 Monotone-Date: 2010-05-27T17:00:22 Monotone-Branch: ca.inverse.sogo -commit a99d7b9b90f14739d328475a135543e22071b600 -Merge: 3c0bf46 cae9967 -Author: Wolfgang Sourdeau -Date: Thu May 27 15:28:27 2010 +0000 - - merge of '4c3c63649f1424cf932228d812cb2a38ae67b434' - and 'aa9e23f566f7242b956beb43ee6e8103d5ac7f3c' - - Monotone-Parent: 4c3c63649f1424cf932228d812cb2a38ae67b434 - Monotone-Parent: aa9e23f566f7242b956beb43ee6e8103d5ac7f3c - Monotone-Revision: 8db65223b26070872a7995e55aefc91c7b932796 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-05-27T15:28:27 - Monotone-Branch: ca.inverse.sogo +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Swedish.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings commit cae996785af6d2262dbbfd18e865d19355af8ca0 Author: Wolfgang Sourdeau @@ -39298,6 +47475,9 @@ Date: Thu May 27 15:27:44 2010 +0000 Monotone-Date: 2010-05-27T15:27:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxAttendeesEditor.js + commit 3c0bf460bd4c70e0f568fd2e19909057ed02a140 Author: Francis Lachapelle Date: Thu May 27 14:41:59 2010 +0000 @@ -39311,6 +47491,28 @@ Date: Thu May 27 14:41:59 2010 +0000 Monotone-Date: 2010-05-27T14:41:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/GNUmakefile +A UI/MailerUI/UIxMailListActions.h +A UI/MailerUI/UIxMailListActions.m +D UI/MailerUI/UIxMailListView.h +D UI/MailerUI/UIxMailListView.m +M UI/MailerUI/UIxMailMainFrame.h +M UI/MailerUI/UIxMailMainFrame.m +M UI/MailerUI/product.plist +D UI/Templates/MailerUI/UIxMailListView.wox +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +A UI/WebServerResources/SOGoDataTable.js +M UI/WebServerResources/SOGoDragHandles.js +A UI/WebServerResources/SOGoMailDataSource.js +A UI/WebServerResources/SOGoResizableTable.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js +M UI/WebServerResources/iefixes.css + commit dbaf83902506ca79c43f669fdbc5389b3d75c9fb Author: Wolfgang Sourdeau Date: Thu May 27 13:30:36 2010 +0000 @@ -39322,6 +47524,23 @@ Date: Thu May 27 13:30:36 2010 +0000 Monotone-Date: 2010-05-27T13:30:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js + commit 113a01009f2a91791c17d5e865508effc0c67b0f Author: Wolfgang Sourdeau Date: Tue May 25 20:55:38 2010 +0000 @@ -39333,6 +47552,9 @@ Date: Tue May 25 20:55:38 2010 +0000 Monotone-Date: 2010-05-25T20:55:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 9bbc19231d1ae9c63d0ab4bd05b78a6ea52c36c0 Author: Wolfgang Sourdeau Date: Tue May 25 19:40:46 2010 +0000 @@ -39344,6 +47566,11 @@ Date: Tue May 25 19:40:46 2010 +0000 Monotone-Date: 2010-05-25T19:40:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAptMailNotification.m +M SoObjects/Appointments/SOGoAptMailReceipt.m +M SoObjects/Appointments/SOGoAptMailUpdate.m + commit eb3280e18149bbdd6a2233a93ccaaeb1285c811f Author: Wolfgang Sourdeau Date: Tue May 25 18:34:27 2010 +0000 @@ -39355,6 +47582,8 @@ Date: Tue May 25 18:34:27 2010 +0000 Monotone-Date: 2010-05-25T18:34:27 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAttendeesEditor.js + commit e26102d5ec802dcc3fda6e32a8718f9a55c0f2a1 Author: Wolfgang Sourdeau Date: Tue May 25 18:17:00 2010 +0000 @@ -39366,21 +47595,9 @@ Date: Tue May 25 18:17:00 2010 +0000 Monotone-Date: 2010-05-25T18:17:00 Monotone-Branch: ca.inverse.sogo -commit 417f5552385d0b061e628eb2f13623c5786d03a4 -Merge: b036d4b 505015a -Author: Francis Lachapelle -Date: Tue May 25 14:42:25 2010 +0000 - - merge of 'c7bedf71e117aebb3c471ca7dafef74ece6a678a' - and 'dd36447201e91b020480c7a6fea71a74097cf9fd' - - Monotone-Parent: c7bedf71e117aebb3c471ca7dafef74ece6a678a - Monotone-Parent: dd36447201e91b020480c7a6fea71a74097cf9fd - Monotone-Revision: 027321e56420de11bdfda4ed6b6c00478c2c22c7 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-05-25T14:42:25 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUIDnD.js commit 505015a68e4a809421133e5cd881e79ecd2ee00e Author: Wolfgang Sourdeau @@ -39393,6 +47610,8 @@ Date: Tue May 25 13:46:36 2010 +0000 Monotone-Date: 2010-05-25T13:46:36 Monotone-Branch: ca.inverse.sogo +M debian/sogo.docs + commit 201b5cd2dfaa0b635e67946147c06ef354412cd6 Author: Wolfgang Sourdeau Date: Tue May 25 13:15:57 2010 +0000 @@ -39404,6 +47623,8 @@ Date: Tue May 25 13:15:57 2010 +0000 Monotone-Date: 2010-05-25T13:15:57 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit d2ca80f4b4fc8e1608def67babf41058a73efabf Author: Wolfgang Sourdeau Date: Fri May 21 21:30:33 2010 +0000 @@ -39415,6 +47636,9 @@ Date: Fri May 21 21:30:33 2010 +0000 Monotone-Date: 2010-05-21T21:30:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAptMailUpdate.m + commit f087d8e4f702dd46475e81505ba1acc2643b9b4f Author: Wolfgang Sourdeau Date: Fri May 21 21:25:14 2010 +0000 @@ -39426,6 +47650,8 @@ Date: Fri May 21 21:25:14 2010 +0000 Monotone-Date: 2010-05-21T21:25:14 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxComponentEditor.js + commit c528cefea8a4d0ce868e26af7d342577124de9c4 Author: Wolfgang Sourdeau Date: Fri May 21 21:22:25 2010 +0000 @@ -39437,6 +47663,9 @@ Date: Fri May 21 21:22:25 2010 +0000 Monotone-Date: 2010-05-21T21:22:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit 689b9df4ff5d9608ff6474208aa488b54b04c903 Author: Wolfgang Sourdeau Date: Fri May 21 21:21:19 2010 +0000 @@ -39448,21 +47677,7 @@ Date: Fri May 21 21:21:19 2010 +0000 Monotone-Date: 2010-05-21T21:21:19 Monotone-Branch: ca.inverse.sogo -commit b036d4baac479e285b589b7be38f8acf72cc51ff -Merge: 661d3f2 d2ca80f -Author: Francis Lachapelle -Date: Sun May 16 19:24:36 2010 +0000 - - merge of '0891f9bac2704aa4c0ef0224c54360af14c5618a' - and '7bb42646015cb99b0c6dfe942e088aba59cc5991' - - Monotone-Parent: 0891f9bac2704aa4c0ef0224c54360af14c5618a - Monotone-Parent: 7bb42646015cb99b0c6dfe942e088aba59cc5991 - Monotone-Revision: c7bedf71e117aebb3c471ca7dafef74ece6a678a - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-05-16T19:24:36 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoDefaults.plist commit 661d3f28099e34833fe4a29f48b577888bd3ad99 Author: Francis Lachapelle @@ -39477,6 +47692,10 @@ Date: Sun May 16 19:24:07 2010 +0000 Monotone-Date: 2010-05-16T19:24:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js + commit 2c9cefb3f965de3600c0a3958ba976c4be396d06 Author: Francis Lachapelle Date: Sun May 16 17:58:44 2010 +0000 @@ -39490,6 +47709,10 @@ Date: Sun May 16 17:58:44 2010 +0000 Monotone-Date: 2010-05-16T17:58:44 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/iefixes.css + commit 5946dc5a677e81dc0f3b09b49d1fdd51b77fc638 Author: Francis Lachapelle Date: Sun May 16 17:27:25 2010 +0000 @@ -39503,6 +47726,10 @@ Date: Sun May 16 17:27:25 2010 +0000 Monotone-Date: 2010-05-16T17:27:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxPreferences.js + commit 69367de5034addd947f7f42f95ebb368fa838727 Author: Francis Lachapelle Date: Sun May 16 17:13:11 2010 +0000 @@ -39516,6 +47743,9 @@ Date: Sun May 16 17:13:11 2010 +0000 Monotone-Date: 2010-05-16T17:13:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 829217e667e20c694c88224bb4c1d2ac6a61ee18 Author: Wolfgang Sourdeau Date: Fri May 21 14:02:16 2010 +0000 @@ -39527,6 +47757,8 @@ Date: Fri May 21 14:02:16 2010 +0000 Monotone-Date: 2010-05-21T14:02:16 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 2d2b9c8d2f2f4fce0eb0355c74ebb44d6bcff284 Author: Wolfgang Sourdeau Date: Fri May 21 13:59:35 2010 +0000 @@ -39538,6 +47770,8 @@ Date: Fri May 21 13:59:35 2010 +0000 Monotone-Date: 2010-05-21T13:59:35 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 654312b4b656081cf75465a736e6780ff4b4d4a1 Author: Wolfgang Sourdeau Date: Fri May 21 12:29:04 2010 +0000 @@ -39549,6 +47783,8 @@ Date: Fri May 21 12:29:04 2010 +0000 Monotone-Date: 2010-05-21T12:29:04 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/webdavlib.py + commit ab8da5f7922c13eedd068f0f8bec74c05f462bac Author: Wolfgang Sourdeau Date: Fri May 21 12:28:48 2010 +0000 @@ -39560,6 +47796,8 @@ Date: Fri May 21 12:28:48 2010 +0000 Monotone-Date: 2010-05-21T12:28:48 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m + commit 4c4025b355813391e2b86e016cc751d42db2e8e2 Author: Wolfgang Sourdeau Date: Thu May 20 23:31:09 2010 +0000 @@ -39571,6 +47809,10 @@ Date: Thu May 20 23:31:09 2010 +0000 Monotone-Date: 2010-05-20T23:31:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js + commit 5b63644e6ade7f7b36225eaf7899d1b45ebbf0d9 Author: Wolfgang Sourdeau Date: Tue May 18 18:35:47 2010 +0000 @@ -39582,6 +47824,15 @@ Date: Tue May 18 18:35:47 2010 +0000 Monotone-Date: 2010-05-18T18:35:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/appointment-oracle.ocs +M OGoContentStore/appointment.ocs +A Scripts/sql-update-1.2.2_to_1.2.3.sh +M SoObjects/Appointments/iCalEvent+SOGo.m +M SoObjects/Appointments/iCalToDo+SOGo.m +M UI/Scheduler/UIxCalListingActions.m +M UI/WebServerResources/SchedulerUI.js + commit 59685ed0356363188bef29c4273f89fa90b3cb12 Author: Wolfgang Sourdeau Date: Tue May 18 18:00:11 2010 +0000 @@ -39593,6 +47844,8 @@ Date: Tue May 18 18:00:11 2010 +0000 Monotone-Date: 2010-05-18T18:00:11 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m + commit d5a03c0d2514d662a7f4e231b7be992d2bf2de0d Author: Wolfgang Sourdeau Date: Tue May 18 17:57:58 2010 +0000 @@ -39604,6 +47857,9 @@ Date: Tue May 18 17:57:58 2010 +0000 Monotone-Date: 2010-05-18T17:57:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m + commit 4c399caaa785e613d4b81be9707f838527f94b79 Author: Wolfgang Sourdeau Date: Mon May 17 19:19:45 2010 +0000 @@ -39615,6 +47871,21 @@ Date: Mon May 17 19:19:45 2010 +0000 Monotone-Date: 2010-05-17T19:19:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/WebServerResources/UIxAttendeesEditor.js + commit 1de98394d4a374817c397d69855175e2b35811cf Author: Wolfgang Sourdeau Date: Mon May 17 15:29:57 2010 +0000 @@ -39626,6 +47897,26 @@ Date: Mon May 17 15:29:57 2010 +0000 Monotone-Date: 2010-05-17T15:29:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/UIxCalListingActions.h +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Scheduler/product.plist +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js + commit 2e37273ff3a571975f950a63dece7c712f7e2bce Author: Wolfgang Sourdeau Date: Mon May 17 14:48:17 2010 +0000 @@ -39637,6 +47928,9 @@ Date: Mon May 17 14:48:17 2010 +0000 Monotone-Date: 2010-05-17T14:48:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoUserHomePage.m + commit ae9c2eadc50c8957130d5a25d007f479c781a440 Author: Wolfgang Sourdeau Date: Mon May 17 14:47:33 2010 +0000 @@ -39648,6 +47942,9 @@ Date: Mon May 17 14:47:33 2010 +0000 Monotone-Date: 2010-05-17T14:47:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 10f57ab8489611522c780174b77ea0d8db5435e2 Author: Wolfgang Sourdeau Date: Mon May 17 14:46:49 2010 +0000 @@ -39659,6 +47956,9 @@ Date: Mon May 17 14:46:49 2010 +0000 Monotone-Date: 2010-05-17T14:46:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/JavascriptAPIExtensions.js + commit 4223efe8478aeea5a935ad3c36e8d6d68b3c3684 Author: Wolfgang Sourdeau Date: Wed May 12 20:51:09 2010 +0000 @@ -39670,6 +47970,8 @@ Date: Wed May 12 20:51:09 2010 +0000 Monotone-Date: 2010-05-12T20:51:09 Monotone-Branch: ca.inverse.sogo +M debian/sogo.init + commit 92dfeaa4e3da0e85cf7ee3c4d0cbbfce9cbcbb77 Author: Wolfgang Sourdeau Date: Fri May 7 12:47:00 2010 +0000 @@ -39681,6 +47983,8 @@ Date: Fri May 7 12:47:00 2010 +0000 Monotone-Date: 2010-05-07T12:47:00 Monotone-Branch: ca.inverse.sogo +M NEWS + commit bbab422c150a761f6b0476b92ca103e6404a2552 Author: Wolfgang Sourdeau Date: Fri May 7 12:46:35 2010 +0000 @@ -39692,6 +47996,8 @@ Date: Fri May 7 12:46:35 2010 +0000 Monotone-Date: 2010-05-07T12:46:35 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 0c97264fc3d0f59289b8a536da0c55e79531617a Author: Wolfgang Sourdeau Date: Fri May 7 12:46:19 2010 +0000 @@ -39703,6 +48009,8 @@ Date: Fri May 7 12:46:19 2010 +0000 Monotone-Date: 2010-05-07T12:46:19 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 900186988599314e2acfee7430b0939f5063fd7b Author: Wolfgang Sourdeau Date: Fri May 7 12:46:05 2010 +0000 @@ -39714,6 +48022,8 @@ Date: Fri May 7 12:46:05 2010 +0000 Monotone-Date: 2010-05-07T12:46:05 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 90ca8eb163dfc06b6859074da932c1d0e5230602 Author: Wolfgang Sourdeau Date: Fri May 7 12:45:09 2010 +0000 @@ -39725,6 +48035,8 @@ Date: Fri May 7 12:45:09 2010 +0000 Monotone-Date: 2010-05-07T12:45:09 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 9fde607b228a43e006a2b02241955a3479c23791 Author: Wolfgang Sourdeau Date: Fri May 7 12:44:51 2010 +0000 @@ -39736,6 +48048,8 @@ Date: Fri May 7 12:44:51 2010 +0000 Monotone-Date: 2010-05-07T12:44:51 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 320e9256d1f14125ac610bb068ff18e84592bfb9 Author: Wolfgang Sourdeau Date: Thu May 6 19:30:14 2010 +0000 @@ -39747,6 +48061,28 @@ Date: Thu May 6 19:30:14 2010 +0000 Monotone-Date: 2010-05-06T19:30:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/sope-patchset-r1664.diff +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoFreeBusyObject.m +M Tests/Integration/test-caldav-scheduling.py +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/UIxCalendarProperties.m +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxCalendarProperties.wox +M UI/WebServerResources/SchedulerUI.js + commit 861190b68f2d17204cccd9779ee43fe2dfb53bcb Author: Wolfgang Sourdeau Date: Thu May 6 14:33:16 2010 +0000 @@ -39758,6 +48094,8 @@ Date: Thu May 6 14:33:16 2010 +0000 Monotone-Date: 2010-05-06T14:33:16 Monotone-Branch: ca.inverse.sogo +D UI/Scheduler/SOGoAppointment+UIx.m + commit f0e5f02c95d5f59d4a5b4b6ac78816532cd8a229 Author: Wolfgang Sourdeau Date: Wed May 5 21:14:33 2010 +0000 @@ -39769,6 +48107,8 @@ Date: Wed May 5 21:14:33 2010 +0000 Monotone-Date: 2010-05-05T21:14:33 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/German.lproj/Localizable.strings + commit 5991f704d8b6e6ce0cac43b684ee972721b43e81 Author: Wolfgang Sourdeau Date: Wed May 5 20:23:10 2010 +0000 @@ -39780,21 +48120,7 @@ Date: Wed May 5 20:23:10 2010 +0000 Monotone-Date: 2010-05-05T20:23:10 Monotone-Branch: ca.inverse.sogo -commit cb8c1f6522b476110e95dfd55002a8c848f5e404 -Merge: 83831ab 1a54a38 -Author: Wolfgang Sourdeau -Date: Wed May 5 18:52:51 2010 +0000 - - merge of '29dc700a0a33827e16bd46a8d97f89d5f11630e9' - and 'b539ed81e839a831ce07b7618690feb8ac799176' - - Monotone-Parent: 29dc700a0a33827e16bd46a8d97f89d5f11630e9 - Monotone-Parent: b539ed81e839a831ce07b7618690feb8ac799176 - Monotone-Revision: a322b26bc82b5d04dfdd3997d676eec971639aec - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-05-05T18:52:51 - Monotone-Branch: ca.inverse.sogo +M NEWS commit 1a54a3819486974089321fa223ea163898632daa Author: Wolfgang Sourdeau @@ -39809,6 +48135,11 @@ Date: Wed May 5 18:52:26 2010 +0000 Monotone-Date: 2010-05-05T18:52:26 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff +M SoObjects/Appointments/SOGoAppointmentFolder.m +M Tests/Integration/test-caldav-scheduling.py +M Tests/Integration/test-webdav.py + commit 97df7c4c45b5b84913fd78b3e29cc7adce1d6c87 Author: Wolfgang Sourdeau Date: Wed May 5 18:49:29 2010 +0000 @@ -39820,6 +48151,17 @@ Date: Wed May 5 18:49:29 2010 +0000 Monotone-Date: 2010-05-05T18:49:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/sope-patchset-r1664.diff +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Contacts/SOGoContactGCSFolder.m +M Tests/Integration/test-caldav-scheduling.py +M Tests/Integration/test-webdav.py +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/UIxListView.m +M UI/Contacts/product.plist +M UI/WebServerResources/UIxAttendeesEditor.js + commit 83831abaaa987493221253e9e3887973f9a13239 Author: Francis Lachapelle Date: Wed May 5 15:20:41 2010 +0000 @@ -39833,6 +48175,9 @@ Date: Wed May 5 15:20:41 2010 +0000 Monotone-Date: 2010-05-05T15:20:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit 2bf4b7cf8b0e369a2af84f2377188a5c82172f19 Author: Wolfgang Sourdeau Date: Wed May 5 14:40:53 2010 +0000 @@ -39844,6 +48189,49 @@ Date: Wed May 5 14:40:53 2010 +0000 Monotone-Date: 2010-05-05T14:40:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartICalActions.h +M UI/MailPartViewers/UIxMailPartICalActions.m +M UI/MailPartViewers/product.plist +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Scheduler/product.plist +M UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxComponentEditor.js +D UI/WebServerResources/accepted.png +D UI/WebServerResources/accepted.selected.png +A UI/WebServerResources/attendee-partstats.png +A UI/WebServerResources/attendee-roles.png +D UI/WebServerResources/declined.png +D UI/WebServerResources/declined.selected.png +D UI/WebServerResources/delegated.png +D UI/WebServerResources/delegated.selected.png +M UI/WebServerResources/generic.js +M UI/WebServerResources/iefixes.css +D UI/WebServerResources/needs-action.png +D UI/WebServerResources/needs-action.selected.png + commit f7799b9cf8e491d8fab43e65ed0edfbe9bf189a8 Author: Wolfgang Sourdeau Date: Wed May 5 13:56:19 2010 +0000 @@ -39855,6 +48243,16 @@ Date: Wed May 5 13:56:19 2010 +0000 Monotone-Date: 2010-05-05T13:56:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/iCalEntityObject+SOGo.h +M SoObjects/Appointments/iCalEntityObject+SOGo.m +M SoObjects/SOGo/GNUmakefile +D SoObjects/SOGo/iCalEntityObject+Utilities.h +D SoObjects/SOGo/iCalEntityObject+Utilities.m +M UI/MailPartViewers/UIxMailPartICalViewer.m + commit 82a38c87fb72e388d7f59495a5bc456545afa677 Author: Wolfgang Sourdeau Date: Wed May 5 13:48:06 2010 +0000 @@ -39866,6 +48264,10 @@ Date: Wed May 5 13:48:06 2010 +0000 Monotone-Date: 2010-05-05T13:48:06 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalPerson.h +M SOPE/NGCards/iCalPerson.m + commit 37cbdd43780c6fcfbc6c10e31dc97a4a212d0274 Author: Wolfgang Sourdeau Date: Wed May 5 13:46:58 2010 +0000 @@ -39877,21 +48279,8 @@ Date: Wed May 5 13:46:58 2010 +0000 Monotone-Date: 2010-05-05T13:46:58 Monotone-Branch: ca.inverse.sogo -commit 2864ffff1e1218cc72b8aa7916eb8237b65a46ca -Merge: fb8a440 312ed28 -Author: Wolfgang Sourdeau -Date: Wed May 5 13:45:26 2010 +0000 - - merge of '2cbf84f8b8523601758341cbc178cf538f0a6dee' - and 'f2d1ff2e80e90f3c3d73fe6006e22ee1e9d39b01' - - Monotone-Parent: 2cbf84f8b8523601758341cbc178cf538f0a6dee - Monotone-Parent: f2d1ff2e80e90f3c3d73fe6006e22ee1e9d39b01 - Monotone-Revision: 915f4f176feb772bfa74b034b6b7ce28f66778f8 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-05-05T13:45:26 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/versitCardsSaxDriver/ChangeLog +M SOPE/NGCards/versitCardsSaxDriver/VSSaxDriver.m commit 312ed2824fd1e94746209431dac6111de0030de9 Author: Wolfgang Sourdeau @@ -39904,21 +48293,9 @@ Date: Wed May 5 13:45:18 2010 +0000 Monotone-Date: 2010-05-05T13:45:18 Monotone-Branch: ca.inverse.sogo -commit 1f02dbc73463634eedfe448888e3c1f1e380d163 -Merge: 8ca67ca fb8a440 -Author: Francis Lachapelle -Date: Tue May 4 21:37:39 2010 +0000 - - merge of '0c7a3586830c4d7e3ddd7bb0a43931475b8e83f2' - and '2cbf84f8b8523601758341cbc178cf538f0a6dee' - - Monotone-Parent: 0c7a3586830c4d7e3ddd7bb0a43931475b8e83f2 - Monotone-Parent: 2cbf84f8b8523601758341cbc178cf538f0a6dee - Monotone-Revision: 77fd2c6c49b1f4507e0f5be304a29a407392053a - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-05-04T21:37:39 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalEntityObject.h +M SOPE/NGCards/iCalEntityObject.m commit 8ca67ca9340ec016c5b81074f80572ae018a06ad Author: Francis Lachapelle @@ -39933,6 +48310,9 @@ Date: Tue May 4 21:37:16 2010 +0000 Monotone-Date: 2010-05-04T21:37:16 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + commit fb8a440624684aae448fa60eb9a0db2291a7f1bc Author: Wolfgang Sourdeau Date: Tue May 4 20:57:06 2010 +0000 @@ -39944,6 +48324,8 @@ Date: Tue May 4 20:57:06 2010 +0000 Monotone-Date: 2010-05-04T20:57:06 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit 163ade326d603a2b6c19b172c86806a853fb942a Author: Wolfgang Sourdeau Date: Tue May 4 20:46:24 2010 +0000 @@ -39955,22 +48337,7 @@ Date: Tue May 4 20:46:24 2010 +0000 Monotone-Date: 2010-05-04T20:46:24 Monotone-Branch: ca.inverse.sogo -commit 972dbbfeaf78d7dbcd08d40795852e4f5650c3ee -Merge: ad08499 a7688dc -Author: Francis Lachapelle -Date: Tue May 4 20:39:42 2010 +0000 - - merge of 'cd72e30c3ff6059abdd388e190f4886d3a0464c3' - and 'd6ab95fb5e01dd5626f96aaf55a07cd55725bef2' - - Monotone-Parent: cd72e30c3ff6059abdd388e190f4886d3a0464c3 - Monotone-Parent: d6ab95fb5e01dd5626f96aaf55a07cd55725bef2 - Monotone-Revision: 40b37915206fb95bdaa2f9e1e2b5453b995ea16e - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-05-04T20:39:42 - Monotone-Branch: ca.inverse.sogo - Monotone-Tag: SOGo_v1.2.2 +M debian/changelog commit a7688dcb621f6b162ed8e921faceccf50ea34073 Author: Wolfgang Sourdeau @@ -39983,6 +48350,8 @@ Date: Tue May 4 20:39:01 2010 +0000 Monotone-Date: 2010-05-04T20:39:01 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit ad08499996faf50d85ed8b48677e85fb48069b92 Author: Francis Lachapelle Date: Tue May 4 20:35:42 2010 +0000 @@ -39996,21 +48365,7 @@ Date: Tue May 4 20:35:42 2010 +0000 Monotone-Date: 2010-05-04T20:35:42 Monotone-Branch: ca.inverse.sogo -commit 76d66fb8813dfa307dae4b709a07ac3f1e69f1cd -Merge: dced455 cc0cb44 -Author: Francis Lachapelle -Date: Tue May 4 20:31:39 2010 +0000 - - merge of 'a26c83f12ef82aa63257ce34342230e701cb350e' - and 'c0e065124542dc89953bc74f2d8fdd2aa36185d9' - - Monotone-Parent: a26c83f12ef82aa63257ce34342230e701cb350e - Monotone-Parent: c0e065124542dc89953bc74f2d8fdd2aa36185d9 - Monotone-Revision: 987765a742a81dd1ec1d63940a2bc13d926dd6ca - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-05-04T20:31:39 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt commit dced4553279b05e30a9d3667abe0198560fab1b9 Author: Wolfgang Sourdeau @@ -40023,6 +48378,9 @@ Date: Tue May 4 20:19:09 2010 +0000 Monotone-Date: 2010-05-04T20:19:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js + commit cc0cb44bca79369b231b7208eb41c04dd09f921e Author: Francis Lachapelle Date: Tue May 4 20:14:19 2010 +0000 @@ -40036,6 +48394,10 @@ Date: Tue May 4 20:14:19 2010 +0000 Monotone-Date: 2010-05-04T20:14:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/Version +M UI/MainUI/Version + commit eb6bae33a91f888262a177ced66d46d515d81685 Author: Wolfgang Sourdeau Date: Tue May 4 20:10:27 2010 +0000 @@ -40047,21 +48409,7 @@ Date: Tue May 4 20:10:27 2010 +0000 Monotone-Date: 2010-05-04T20:10:27 Monotone-Branch: ca.inverse.sogo -commit fd5f9fd4760bcc20c9ec16fbca99bd907a1cff91 -Merge: 2c43125 3ff779a -Author: Francis Lachapelle -Date: Tue May 4 19:53:23 2010 +0000 - - merge of '2e1565da869405c503b47261079abdaf1bcbe0dc' - and '5aa79fd0d4ac848647377f824a2f1a004888b1d4' - - Monotone-Parent: 2e1565da869405c503b47261079abdaf1bcbe0dc - Monotone-Parent: 5aa79fd0d4ac848647377f824a2f1a004888b1d4 - Monotone-Revision: 87feef5f6b5a134ba084a5136940995c74246765 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-05-04T19:53:23 - Monotone-Branch: ca.inverse.sogo +M NEWS commit 2c431250796f8c3d8da1cc1be14b5cc714ab557d Author: Francis Lachapelle @@ -40076,6 +48424,8 @@ Date: Tue May 4 19:52:11 2010 +0000 Monotone-Date: 2010-05-04T19:52:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 3ff779a8e864d43ce6f4636ec44828700bd61119 Author: Wolfgang Sourdeau Date: Tue May 4 19:49:35 2010 +0000 @@ -40087,6 +48437,9 @@ Date: Tue May 4 19:49:35 2010 +0000 Monotone-Date: 2010-05-04T19:49:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js + commit 51bd8854bba8210c53bc9de34c98eab5fe2b03d5 Author: Francis Lachapelle Date: Tue May 4 19:39:45 2010 +0000 @@ -40100,6 +48453,8 @@ Date: Tue May 4 19:39:45 2010 +0000 Monotone-Date: 2010-05-04T19:39:45 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 4f20e34b6aeb5662034072771cb5f17cac229dab Author: Francis Lachapelle Date: Tue May 4 19:23:16 2010 +0000 @@ -40113,6 +48468,9 @@ Date: Tue May 4 19:23:16 2010 +0000 Monotone-Date: 2010-05-04T19:23:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactSourceFolder.m + commit 31bdac9cf63ded4ac3f2f69b934e9e145e18abf9 Author: Francis Lachapelle Date: Tue May 4 17:54:58 2010 +0000 @@ -40126,6 +48484,8 @@ Date: Tue May 4 17:54:58 2010 +0000 Monotone-Date: 2010-05-04T17:54:58 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxRecurrenceEditor.css + commit 7c440935287287943dd31b939cf5137fb6fa219d Author: Francis Lachapelle Date: Tue May 4 17:24:29 2010 +0000 @@ -40139,6 +48499,8 @@ Date: Tue May 4 17:24:29 2010 +0000 Monotone-Date: 2010-05-04T17:24:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxReminderEditor.js + commit 787b02c085f6b65c869e8b50e3e8627dfff015e7 Author: Francis Lachapelle Date: Tue May 4 17:24:13 2010 +0000 @@ -40152,6 +48514,8 @@ Date: Tue May 4 17:24:13 2010 +0000 Monotone-Date: 2010-05-04T17:24:13 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.js + commit 100f34b6989f5f0831ecb49994db1db94c9ee08b Author: Wolfgang Sourdeau Date: Fri Apr 30 16:14:24 2010 +0000 @@ -40163,6 +48527,8 @@ Date: Fri Apr 30 16:14:24 2010 +0000 Monotone-Date: 2010-04-30T16:14:24 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit da5fff77e940abb2644f44732131235d9c78dd15 Author: Wolfgang Sourdeau Date: Wed Apr 28 17:59:45 2010 +0000 @@ -40174,6 +48540,10 @@ Date: Wed Apr 28 17:59:45 2010 +0000 Monotone-Date: 2010-04-28T17:59:45 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalRecurrenceRule.h +M SOPE/NGCards/iCalRecurrenceRule.m + commit 273db454644d12de79363f5fb2f56683845fe921 Author: Wolfgang Sourdeau Date: Wed Apr 28 17:58:19 2010 +0000 @@ -40185,6 +48555,9 @@ Date: Wed Apr 28 17:58:19 2010 +0000 Monotone-Date: 2010-04-28T17:58:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/sogo-tool.m + commit 31139cacb067d56563ebe20fce1372a1aba006c5 Author: Wolfgang Sourdeau Date: Wed Apr 28 17:57:02 2010 +0000 @@ -40196,21 +48569,8 @@ Date: Wed Apr 28 17:57:02 2010 +0000 Monotone-Date: 2010-04-28T17:57:02 Monotone-Branch: ca.inverse.sogo -commit 1a62535756b415b6f00f70a1f73702593580f454 -Merge: 1e42494 76e8d13 -Author: Wolfgang Sourdeau -Date: Wed Apr 28 16:22:18 2010 +0000 - - merge of '09b7f3172646059661ecae8b9b613cb052cfff9a' - and '12a3d305a1e50a57c4bdbc1b4a3610a6f9627ccf' - - Monotone-Parent: 09b7f3172646059661ecae8b9b613cb052cfff9a - Monotone-Parent: 12a3d305a1e50a57c4bdbc1b4a3610a6f9627ccf - Monotone-Revision: abf0593bed546a2a9f1b2e7b96945af8f2dd4bee - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-04-28T16:22:18 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/SOGoToolBackup.m commit 1e424949c42d792a41383b619479db9b97cfa59c Author: Wolfgang Sourdeau @@ -40223,6 +48583,8 @@ Date: Wed Apr 28 16:21:58 2010 +0000 Monotone-Date: 2010-04-28T16:21:58 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit 76e8d13897b243a20265677a7c6f699ecf30077e Author: Francis Lachapelle Date: Wed Apr 28 14:49:40 2010 +0000 @@ -40236,6 +48598,8 @@ Date: Wed Apr 28 14:49:40 2010 +0000 Monotone-Date: 2010-04-28T14:49:40 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 98ec7eb0a3a0fe99d1a5556fd262cae4c779733c Author: Francis Lachapelle Date: Tue Apr 27 20:25:21 2010 +0000 @@ -40249,6 +48613,9 @@ Date: Tue Apr 27 20:25:21 2010 +0000 Monotone-Date: 2010-04-27T20:25:21 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.css +M UI/WebServerResources/SOGoRootPage.js + commit e6f41458ac78b3121db140a04813191797420d15 Author: Francis Lachapelle Date: Mon Apr 26 18:08:45 2010 +0000 @@ -40262,21 +48629,8 @@ Date: Mon Apr 26 18:08:45 2010 +0000 Monotone-Date: 2010-04-26T18:08:45 Monotone-Branch: ca.inverse.sogo -commit f07b979fa0399c96574d2c9f64a661e5a9ae4153 -Merge: 2387868 d2b76a8 -Author: Francis Lachapelle -Date: Mon Apr 26 16:01:39 2010 +0000 - - merge of '57d4b2a3ccb82fb9075fec4638adcd3bbb16ae4d' - and 'cd845bf5330077e8801634336d85db1dd1834d50' - - Monotone-Parent: 57d4b2a3ccb82fb9075fec4638adcd3bbb16ae4d - Monotone-Parent: cd845bf5330077e8801634336d85db1dd1834d50 - Monotone-Revision: 76b92aaa0be7118096a3287bc24849f4e5b6c795 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-04-26T16:01:39 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.css commit d2b76a871fd599fe6a4aaa5661688520631819a3 Author: Francis Lachapelle @@ -40291,6 +48645,8 @@ Date: Mon Apr 26 16:01:01 2010 +0000 Monotone-Date: 2010-04-26T16:01:01 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 2387868240f79f693e980af95aa1967f81962142 Author: Wolfgang Sourdeau Date: Mon Apr 26 15:15:42 2010 +0000 @@ -40302,6 +48658,9 @@ Date: Mon Apr 26 15:15:42 2010 +0000 Monotone-Date: 2010-04-26T15:15:42 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/test-webdav.py +M Tests/Integration/webdavlib.py + commit 90341bbe6ba2c751560942d3a6ff6906766366ed Author: Ludovic Marcotte Date: Mon Apr 26 13:20:52 2010 +0000 @@ -40315,6 +48674,58 @@ Date: Mon Apr 26 13:20:52 2010 +0000 Monotone-Date: 2010-04-26T13:20:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/SOGoACLBrazilianPortugueseAdditionAdvisory.wox +M UI/Templates/SOGoACLBrazilianPortugueseModificationAdvisory.wox +M UI/Templates/SOGoACLBrazilianPortugueseRemovalAdvisory.wox +M UI/Templates/SOGoACLDutchAdditionAdvisory.wox +M UI/Templates/SOGoACLDutchModificationAdvisory.wox +M UI/Templates/SOGoACLDutchRemovalAdvisory.wox +M UI/Templates/SOGoACLEnglishAdditionAdvisory.wox +M UI/Templates/SOGoACLEnglishModificationAdvisory.wox +M UI/Templates/SOGoACLEnglishRemovalAdvisory.wox +M UI/Templates/SOGoACLFrenchAdditionAdvisory.wox +M UI/Templates/SOGoACLFrenchModificationAdvisory.wox +M UI/Templates/SOGoACLFrenchRemovalAdvisory.wox +M UI/Templates/SOGoACLGermanAdditionAdvisory.wox +M UI/Templates/SOGoACLGermanModificationAdvisory.wox +M UI/Templates/SOGoACLGermanRemovalAdvisory.wox +M UI/Templates/SOGoACLHungarianAdditionAdvisory.wox +M UI/Templates/SOGoACLHungarianModificationAdvisory.wox +M UI/Templates/SOGoACLHungarianRemovalAdvisory.wox +M UI/Templates/SOGoACLItalianAdditionAdvisory.wox +M UI/Templates/SOGoACLItalianModificationAdvisory.wox +M UI/Templates/SOGoACLItalianRemovalAdvisory.wox +M UI/Templates/SOGoACLRussianAdditionAdvisory.wox +M UI/Templates/SOGoACLRussianModificationAdvisory.wox +M UI/Templates/SOGoACLRussianRemovalAdvisory.wox +M UI/Templates/SOGoACLSpanishAdditionAdvisory.wox +M UI/Templates/SOGoACLSpanishModificationAdvisory.wox +M UI/Templates/SOGoACLSpanishRemovalAdvisory.wox +M UI/Templates/SOGoACLSwedishAdditionAdvisory.wox +M UI/Templates/SOGoACLSwedishModificationAdvisory.wox +M UI/Templates/SOGoACLSwedishRemovalAdvisory.wox +M UI/Templates/SOGoFolderBrazilianPortugueseAdditionAdvisory.wox +M UI/Templates/SOGoFolderBrazilianPortugueseRemovalAdvisory.wox +M UI/Templates/SOGoFolderDutchAdditionAdvisory.wox +M UI/Templates/SOGoFolderDutchRemovalAdvisory.wox +M UI/Templates/SOGoFolderEnglishAdditionAdvisory.wox +M UI/Templates/SOGoFolderEnglishRemovalAdvisory.wox +M UI/Templates/SOGoFolderFrenchAdditionAdvisory.wox +M UI/Templates/SOGoFolderFrenchRemovalAdvisory.wox +M UI/Templates/SOGoFolderGermanAdditionAdvisory.wox +M UI/Templates/SOGoFolderGermanRemovalAdvisory.wox +M UI/Templates/SOGoFolderHungarianAdditionAdvisory.wox +M UI/Templates/SOGoFolderHungarianRemovalAdvisory.wox +M UI/Templates/SOGoFolderItalianAdditionAdvisory.wox +M UI/Templates/SOGoFolderItalianRemovalAdvisory.wox +M UI/Templates/SOGoFolderRussianAdditionAdvisory.wox +M UI/Templates/SOGoFolderRussianRemovalAdvisory.wox +M UI/Templates/SOGoFolderSpanishAdditionAdvisory.wox +M UI/Templates/SOGoFolderSpanishRemovalAdvisory.wox +M UI/Templates/SOGoFolderSwedishAdditionAdvisory.wox +M UI/Templates/SOGoFolderSwedishRemovalAdvisory.wox + commit 304814b93be84b02ca62fae2ea44c59a4936ccff Author: Wolfgang Sourdeau Date: Fri Apr 23 22:23:47 2010 +0000 @@ -40326,6 +48737,9 @@ Date: Fri Apr 23 22:23:47 2010 +0000 Monotone-Date: 2010-04-23T22:23:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Integration/test-webdav.py + commit 857635150f8afdc2472c700d515300b94e0d3fdf Author: Wolfgang Sourdeau Date: Fri Apr 23 21:49:20 2010 +0000 @@ -40337,6 +48751,8 @@ Date: Fri Apr 23 21:49:20 2010 +0000 Monotone-Date: 2010-04-23T21:49:20 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/webdavlib.py + commit d19d11c99f022c93ce20d87af995c0b73d873892 Author: Wolfgang Sourdeau Date: Fri Apr 23 21:23:19 2010 +0000 @@ -40348,6 +48764,9 @@ Date: Fri Apr 23 21:23:19 2010 +0000 Monotone-Date: 2010-04-23T21:23:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Integration/webdavlib.py + commit 5b592198124c5c86ef09b716b44ad554b5602d68 Author: Wolfgang Sourdeau Date: Fri Apr 23 19:26:05 2010 +0000 @@ -40359,6 +48778,11 @@ Date: Fri Apr 23 19:26:05 2010 +0000 Monotone-Date: 2010-04-23T19:26:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo+DAV.m +M SoObjects/SOGo/SOGoUserFolder.h +M SoObjects/SOGo/SOGoUserFolder.m + commit 392b300a025486cd84797c3deb95cf34f57ac52c Author: Wolfgang Sourdeau Date: Fri Apr 23 16:29:35 2010 +0000 @@ -40370,6 +48794,10 @@ Date: Fri Apr 23 16:29:35 2010 +0000 Monotone-Date: 2010-04-23T16:29:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/SOGoSockDOperation.h +M Tools/SOGoSockDOperation.m + commit 32eda4b84128cc849c8c495089369dfc16884473 Author: Wolfgang Sourdeau Date: Fri Apr 23 15:53:54 2010 +0000 @@ -40381,6 +48809,12 @@ Date: Fri Apr 23 15:53:54 2010 +0000 Monotone-Date: 2010-04-23T15:53:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolder.h +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/Contacts/SOGoContactSourceFolder.m +M Tools/SOGoSockDOperation.m + commit e092c4f38ad4006f2cb7e06a5ea9622f0c00bdb1 Author: Wolfgang Sourdeau Date: Thu Apr 22 19:28:35 2010 +0000 @@ -40392,6 +48826,8 @@ Date: Thu Apr 22 19:28:35 2010 +0000 Monotone-Date: 2010-04-22T19:28:35 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/product.plist + commit 4c02b926299eb98487804726ff97bbc379e26a88 Author: Wolfgang Sourdeau Date: Thu Apr 22 18:11:31 2010 +0000 @@ -40403,21 +48839,8 @@ Date: Thu Apr 22 18:11:31 2010 +0000 Monotone-Date: 2010-04-22T18:11:31 Monotone-Branch: ca.inverse.sogo -commit edb8bfd35c46171324c81660c13d85edde963f20 -Merge: f2439aa 535be69 -Author: Francis Lachapelle -Date: Thu Apr 22 14:50:01 2010 +0000 - - merge of '434dee0cc13fa6e16a52014e292f0e769e821680' - and 'b0d1ff8b21014633e8ebd6118da1ad59a9349dcb' - - Monotone-Parent: 434dee0cc13fa6e16a52014e292f0e769e821680 - Monotone-Parent: b0d1ff8b21014633e8ebd6118da1ad59a9349dcb - Monotone-Revision: fdc69a8bf5b6b5a68b37d7ddf77d671fc0bcbe15 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-04-22T14:50:01 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m commit f2439aa90dd976d56a71ce978ef85749a6341682 Author: Francis Lachapelle @@ -40430,21 +48853,8 @@ Date: Thu Apr 22 14:49:46 2010 +0000 Monotone-Date: 2010-04-22T14:49:46 Monotone-Branch: ca.inverse.sogo -commit 535be695bf007d6f5756e8eed826910ea7ac509c -Merge: ed80559 4d119c5 -Author: Wolfgang Sourdeau -Date: Thu Apr 22 14:47:35 2010 +0000 - - merge of '18a37cc2e34898697d26aa8ab49aaab61673a465' - and '340a8fe3e4c8019fbd49b456058706ca807b68b5' - - Monotone-Parent: 18a37cc2e34898697d26aa8ab49aaab61673a465 - Monotone-Parent: 340a8fe3e4c8019fbd49b456058706ca807b68b5 - Monotone-Revision: b0d1ff8b21014633e8ebd6118da1ad59a9349dcb - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-04-22T14:47:35 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalYearlyRecurrenceCalculator.m +A Tests/Unit/TestiCalRecurrenceCalculator.m commit 4d119c5365a257534ce6d986ad09cd404631c935 Author: Wolfgang Sourdeau @@ -40457,6 +48867,9 @@ Date: Thu Apr 22 14:46:04 2010 +0000 Monotone-Date: 2010-04-22T14:46:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Integration/webdavlib.py + commit ed80559b0517af9bc1176c7de64160c98074a9ea Author: Francis Lachapelle Date: Thu Apr 22 13:15:04 2010 +0000 @@ -40470,6 +48883,12 @@ Date: Thu Apr 22 13:15:04 2010 +0000 Monotone-Date: 2010-04-22T13:15:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m +M SOPE/NGCards/iCalYearlyRecurrenceCalculator.m +M Tests/Unit/GNUmakefile + commit 7c4a7d491f7905032bc98fd15d4b3d5e9efd9077 Author: Wolfgang Sourdeau Date: Wed Apr 21 17:03:10 2010 +0000 @@ -40483,6 +48902,8 @@ Date: Wed Apr 21 17:03:10 2010 +0000 Monotone-Date: 2010-04-21T17:03:10 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 95ddd48310720bcf371b959abd72d4d1a9539b44 Author: Wolfgang Sourdeau Date: Wed Apr 21 16:59:22 2010 +0000 @@ -40496,6 +48917,9 @@ Date: Wed Apr 21 16:59:22 2010 +0000 Monotone-Date: 2010-04-21T16:59:22 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M SoObjects/SOGo/SOGoDefaults.plist + commit 8424faa3d50227c8429b1b2403bd7ed36498f37f Author: Wolfgang Sourdeau Date: Wed Apr 21 14:44:42 2010 +0000 @@ -40507,6 +48931,10 @@ Date: Wed Apr 21 14:44:42 2010 +0000 Monotone-Date: 2010-04-21T14:44:42 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalYearlyRecurrenceCalculator.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M UI/MailPartViewers/UIxMailPartICalViewer.m + commit f51c2b0f5b95199277160de577b7e5fa1ecbbcb1 Author: Wolfgang Sourdeau Date: Wed Apr 21 14:35:58 2010 +0000 @@ -40518,21 +48946,31 @@ Date: Wed Apr 21 14:35:58 2010 +0000 Monotone-Date: 2010-04-21T14:35:58 Monotone-Branch: ca.inverse.sogo -commit 28911e16dda6da2333698019a1398b5f394ce35b -Merge: bd948aa b7067ee -Author: Wolfgang Sourdeau -Date: Wed Apr 21 14:14:56 2010 +0000 - - merge of '3e7ab09417e0eb7a43c8f716a4a51471466afee8' - and '7576485920bab942eaccc45f2ab5b1914255643d' - - Monotone-Parent: 3e7ab09417e0eb7a43c8f716a4a51471466afee8 - Monotone-Parent: 7576485920bab942eaccc45f2ab5b1914255643d - Monotone-Revision: a4b72920f072cccd72e189b05519b57436eb9471 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-04-21T14:14:56 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo+DAV.h +M Main/SOGo+DAV.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentInboxFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoAptMailReceipt.m +M SoObjects/Appointments/SOGoWebAppointmentFolder.m +M SoObjects/Contacts/SOGoUserFolder+Contacts.m +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/Mailer/SOGoMailForward.m +M SoObjects/Mailer/SOGoMailObject.m +M SoObjects/Mailer/SOGoSieveConverter.m +M SoObjects/SOGo/SOGoCASSession.h +M SoObjects/SOGo/SOGoCASSession.m +M SoObjects/SOGo/WOContext+SOGo.m +M UI/Contacts/UIxContactFoldersView.m +M UI/MailPartViewers/UIxMailPartICalActions.m +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/MailerUI/UIxMailEditor.m +M UI/MailerUI/UIxMailFolderActions.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/SOGoUI/SOGoACLAdvisory.m +M UI/SOGoUI/SOGoFolderAdvisory.m +M UI/Scheduler/UIxCalMulticolumnDayView.m commit b7067eec65f0a719dea5a6f42f2ab268b2718dc0 Author: Wolfgang Sourdeau @@ -40545,6 +48983,32 @@ Date: Tue Apr 20 21:30:17 2010 +0000 Monotone-Date: 2010-04-20T21:30:17 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPSource.m +M SoObjects/SOGo/NSObject+Utilities.m +M SoObjects/SOGo/SOGoCASSession.m +M SoObjects/SOGo/SOGoDefaultsSource.m +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoGroup.h +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoParentFolder.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserDefaults.m +M SoObjects/SOGo/SOGoUserFolder.h +M SoObjects/SOGo/SOGoUserSettings.m +M SoObjects/SOGo/SQLSource.m +M Tools/SOGoSockD.m +M Tools/SOGoSockDOperation.m +M Tools/SOGoTool.h +M Tools/SOGoTool.m +M Tools/SOGoToolBackup.m +M UI/PreferencesUI/UIxFilterEditor.m +M UI/Scheduler/UIxCalFilterPanel.m +M UI/Scheduler/UIxCalMainView.m +M UI/Scheduler/UIxCalUserRightsEditor.m +M UI/Scheduler/UIxCalView.m + commit bd948aa0e00f79a49e4d9bcca8321b9f9489791a Author: Francis Lachapelle Date: Tue Apr 20 20:29:59 2010 +0000 @@ -40556,6 +49020,11 @@ Date: Tue Apr 20 20:29:59 2010 +0000 Monotone-Date: 2010-04-20T20:29:59 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalByDayMask.m +M SOPE/NGCards/iCalDailyRecurrenceCalculator.m +M SOPE/NGCards/iCalMonthlyRecurrenceCalculator.m +M SOPE/NGCards/iCalYearlyRecurrenceCalculator.m + commit 769979d8d5fded20d18f4573090c7fc5904fb9ff Author: Wolfgang Sourdeau Date: Tue Apr 20 20:22:15 2010 +0000 @@ -40567,6 +49036,9 @@ Date: Tue Apr 20 20:22:15 2010 +0000 Monotone-Date: 2010-04-20T20:22:15 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/EOAdaptorChannel+GCS.m + commit 0a527f0f8d1a444f8ebeab5c827e0b7205c459ed Author: Wolfgang Sourdeau Date: Tue Apr 20 20:11:29 2010 +0000 @@ -40578,6 +49050,8 @@ Date: Tue Apr 20 20:11:29 2010 +0000 Monotone-Date: 2010-04-20T20:11:29 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailUpdate.m + commit 8808caa7e25e6b5dec4171aad5ed3cae98654155 Author: Wolfgang Sourdeau Date: Tue Apr 20 19:53:13 2010 +0000 @@ -40589,6 +49063,8 @@ Date: Tue Apr 20 19:53:13 2010 +0000 Monotone-Date: 2010-04-20T19:53:13 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoObject.h + commit 92842ba5f03c71238b3fefedc1b10742ea678139 Author: Wolfgang Sourdeau Date: Tue Apr 20 19:47:25 2010 +0000 @@ -40600,6 +49076,8 @@ Date: Tue Apr 20 19:47:25 2010 +0000 Monotone-Date: 2010-04-20T19:47:25 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m + commit acb024b9ca724f225841a6c933b9e90d46e3d47c Author: Wolfgang Sourdeau Date: Tue Apr 20 19:45:16 2010 +0000 @@ -40611,6 +49089,8 @@ Date: Tue Apr 20 19:45:16 2010 +0000 Monotone-Date: 2010-04-20T19:45:16 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 70ed689bdeacac1d39a9a2a434de588bae57fad8 Author: Wolfgang Sourdeau Date: Tue Apr 20 19:43:56 2010 +0000 @@ -40622,6 +49102,8 @@ Date: Tue Apr 20 19:43:56 2010 +0000 Monotone-Date: 2010-04-20T19:43:56 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/GCSFolder.m + commit a105c461506ac29d7f268cc57b704b4ab516d9a3 Author: Wolfgang Sourdeau Date: Tue Apr 20 19:41:49 2010 +0000 @@ -40633,6 +49115,8 @@ Date: Tue Apr 20 19:41:49 2010 +0000 Monotone-Date: 2010-04-20T19:41:49 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/EOQualifier+GCS.m + commit c9cebfec36e0ed76ede2cd6521ec116c3589c73d Author: Wolfgang Sourdeau Date: Tue Apr 20 19:34:50 2010 +0000 @@ -40644,6 +49128,9 @@ Date: Tue Apr 20 19:34:50 2010 +0000 Monotone-Date: 2010-04-20T19:34:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit d86e2b01a210de64eb3ca86648e61d9b85866079 Author: Wolfgang Sourdeau Date: Tue Apr 20 19:08:29 2010 +0000 @@ -40655,6 +49142,8 @@ Date: Tue Apr 20 19:08:29 2010 +0000 Monotone-Date: 2010-04-20T19:08:29 Monotone-Branch: ca.inverse.sogo +M NEWS + commit c9ecdce89180a80817e55fe29dd2928cc8a0469c Author: Wolfgang Sourdeau Date: Tue Apr 20 17:48:06 2010 +0000 @@ -40666,6 +49155,8 @@ Date: Tue Apr 20 17:48:06 2010 +0000 Monotone-Date: 2010-04-20T17:48:06 Monotone-Branch: ca.inverse.sogo +M NEWS + commit b9e50361c36705ad3dba6ee26128a53b68c071b0 Author: Wolfgang Sourdeau Date: Tue Apr 20 17:45:17 2010 +0000 @@ -40677,6 +49168,10 @@ Date: Tue Apr 20 17:45:17 2010 +0000 Monotone-Date: 2010-04-20T17:45:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartHTMLViewer.m +M UI/WebServerResources/MailerUI.js + commit 1112a46b7b629982cc22d7efbc06293f4bad834a Author: Wolfgang Sourdeau Date: Tue Apr 20 13:24:17 2010 +0000 @@ -40690,21 +49185,7 @@ Date: Tue Apr 20 13:24:17 2010 +0000 Monotone-Date: 2010-04-20T13:24:17 Monotone-Branch: ca.inverse.sogo -commit 00ccd6fea3f111f09d2ae31c2669d579725f2c6e -Merge: add1d54 0d89f02 -Author: Wolfgang Sourdeau -Date: Mon Apr 19 21:30:47 2010 +0000 - - merge of '28cde865644a3171d49fc0d08dad0efa39112fa2' - and 'b6b676075804a429d82d9d9a9fa7c68dd27cef65' - - Monotone-Parent: 28cde865644a3171d49fc0d08dad0efa39112fa2 - Monotone-Parent: b6b676075804a429d82d9d9a9fa7c68dd27cef65 - Monotone-Revision: c24fa70f3ef61ccf3c6aac8e4ecfe11f064cdf29 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-04-19T21:30:47 - Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.m commit add1d5441af7041a73e5ffa1847019240066a22a Author: Wolfgang Sourdeau @@ -40717,6 +49198,30 @@ Date: Mon Apr 19 21:30:25 2010 +0000 Monotone-Date: 2010-04-19T21:30:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolders.h +M SoObjects/Appointments/SOGoAppointmentFolders.m +M SoObjects/Appointments/SOGoWebAppointmentFolder.h +M SoObjects/Appointments/SOGoWebAppointmentFolder.m +M SoObjects/SOGo/SOGoUser.m +M UI/MainUI/SOGoRootPage.m +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/UIxCalMainActions.m +M UI/Scheduler/UIxCalendarProperties.m +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxCalendarProperties.wox +M UI/WebServerResources/SchedulerUI.js + commit 0d89f02410b16a9dc27eb899fafdf0db3b14f599 Author: Francis Lachapelle Date: Mon Apr 19 21:28:03 2010 +0000 @@ -40730,21 +49235,8 @@ Date: Mon Apr 19 21:28:03 2010 +0000 Monotone-Date: 2010-04-19T21:28:03 Monotone-Branch: ca.inverse.sogo -commit bed2246b97d7be37cfaa6c744f1c7784cd0b2bd2 -Merge: 260972e 98bd606 -Author: Wolfgang Sourdeau -Date: Mon Apr 19 21:25:30 2010 +0000 - - merge of '8f8b8e1ba740753f2a06bacb246e4d9768d57753' - and 'f9e18ec89398d410d9a1603f1d30c2911cb74a44' - - Monotone-Parent: 8f8b8e1ba740753f2a06bacb246e4d9768d57753 - Monotone-Parent: f9e18ec89398d410d9a1603f1d30c2911cb74a44 - Monotone-Revision: ab2613d820779df99f34c6d0ae2ec38908cae05f - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-04-19T21:25:30 - Monotone-Branch: ca.inverse.sogo +A SOPE/NGCards/iCalByDayMask.h +A SOPE/NGCards/iCalByDayMask.m commit 98bd606b4f115a0009afd7e9513e698804402bed Author: Francis Lachapelle @@ -40757,6 +49249,8 @@ Date: Mon Apr 19 21:15:04 2010 +0000 Monotone-Date: 2010-04-19T21:15:04 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalRecurrenceRule.m + commit 599783f93375b13a09f215f08641ccdefb13e347 Author: Francis Lachapelle Date: Mon Apr 19 21:14:47 2010 +0000 @@ -40768,6 +49262,8 @@ Date: Mon Apr 19 21:14:47 2010 +0000 Monotone-Date: 2010-04-19T21:14:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 6e1ee64101f24f214703a6f390201bb300498685 Author: Francis Lachapelle Date: Mon Apr 19 21:05:35 2010 +0000 @@ -40782,6 +49278,23 @@ Date: Mon Apr 19 21:05:35 2010 +0000 Monotone-Date: 2010-04-19T21:05:35 Monotone-Branch: ca.inverse.sogo +M .mtn-ignore +M NEWS +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/GNUmakefile +M SOPE/NGCards/iCalDailyRecurrenceCalculator.m +M SOPE/NGCards/iCalMonthlyRecurrenceCalculator.m +M SOPE/NGCards/iCalRecurrenceCalculator.m +M SOPE/NGCards/iCalRecurrenceRule.h +M SOPE/NGCards/iCalRecurrenceRule.m +M SOPE/NGCards/iCalTimeZonePeriod.m +M SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m +M SOPE/NGCards/iCalYearlyRecurrenceCalculator.m +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/UIxComponentEditor.m +M UI/WebServerResources/UIxRecurrenceEditor.js + commit 97e9fb3e67d3dbcc7b0da6995c95165e78953ff6 Author: Francis Lachapelle Date: Mon Apr 19 20:49:27 2010 +0000 @@ -40793,6 +49306,8 @@ Date: Mon Apr 19 20:49:27 2010 +0000 Monotone-Date: 2010-04-19T20:49:27 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoWebAuthenticator.m + commit 260972e4427830422801fcd75ef471f5cc6b6adf Author: Wolfgang Sourdeau Date: Mon Apr 19 19:22:28 2010 +0000 @@ -40804,6 +49319,8 @@ Date: Mon Apr 19 19:22:28 2010 +0000 Monotone-Date: 2010-04-19T19:22:28 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/SOGoRootPage.m + commit 21cc13172260cae83cdccb7251acc4324e989f69 Author: Wolfgang Sourdeau Date: Mon Apr 19 18:13:58 2010 +0000 @@ -40815,6 +49332,8 @@ Date: Mon Apr 19 18:13:58 2010 +0000 Monotone-Date: 2010-04-19T18:13:58 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/Czech.lproj/Localizable.strings + commit 9ce7095d8ce6cf2277f26f6969ba2d902ebff742 Author: Wolfgang Sourdeau Date: Mon Apr 19 17:43:02 2010 +0000 @@ -40826,6 +49345,15 @@ Date: Mon Apr 19 17:43:02 2010 +0000 Monotone-Date: 2010-04-19T17:43:02 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/German.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/MailPartViewers/German.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings + commit 072a05bd2deffed4b9275bcdf54e83456f4515a2 Author: Wolfgang Sourdeau Date: Mon Apr 19 16:36:22 2010 +0000 @@ -40837,6 +49365,8 @@ Date: Mon Apr 19 16:36:22 2010 +0000 Monotone-Date: 2010-04-19T16:36:22 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 545e6693faae365f1982e36bdc169bac68ca4e9f Author: Wolfgang Sourdeau Date: Mon Apr 19 16:35:35 2010 +0000 @@ -40848,6 +49378,24 @@ Date: Mon Apr 19 16:35:35 2010 +0000 Monotone-Date: 2010-04-19T16:35:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Russian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/Contacts/Swedish.lproj/Localizable.strings +M UI/Contacts/UIxContactFolderActions.m +M UI/Contacts/Welsh.lproj/Localizable.strings +M UI/Contacts/product.plist +M UI/Templates/ContactsUI/UIxContactFoldersView.wox +M UI/WebServerResources/ContactsUI.js + commit a693ebedf44a75c45de3b1c8f3cf8f0808c58d87 Author: Wolfgang Sourdeau Date: Mon Apr 19 16:31:29 2010 +0000 @@ -40859,6 +49407,9 @@ Date: Mon Apr 19 16:31:29 2010 +0000 Monotone-Date: 2010-04-19T16:31:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 8c9913539fd685f64badc53255394a027af63404 Author: Wolfgang Sourdeau Date: Mon Apr 19 16:30:32 2010 +0000 @@ -40870,6 +49421,8 @@ Date: Mon Apr 19 16:30:32 2010 +0000 Monotone-Date: 2010-04-19T16:30:32 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.m + commit 696108bc775833e94aa5c5d7ad2554f7a8d737f0 Author: Wolfgang Sourdeau Date: Fri Apr 16 21:45:19 2010 +0000 @@ -40881,6 +49434,9 @@ Date: Fri Apr 16 21:45:19 2010 +0000 Monotone-Date: 2010-04-16T21:45:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 7d131982d028ea75ab36574f27d265dfd9c4dc34 Author: Wolfgang Sourdeau Date: Fri Apr 16 21:44:26 2010 +0000 @@ -40892,6 +49448,10 @@ Date: Fri Apr 16 21:44:26 2010 +0000 Monotone-Date: 2010-04-16T21:44:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailPopupView.js + commit f8de900dd7ae1264fbfa3afde296001cf6f85b48 Author: Wolfgang Sourdeau Date: Thu Apr 15 22:19:28 2010 +0000 @@ -40903,6 +49463,9 @@ Date: Thu Apr 15 22:19:28 2010 +0000 Monotone-Date: 2010-04-15T22:19:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit 5acbdadbc6f083ff147212a5efaf63e64c36173a Author: Wolfgang Sourdeau Date: Thu Apr 15 21:16:19 2010 +0000 @@ -40914,6 +49477,9 @@ Date: Thu Apr 15 21:16:19 2010 +0000 Monotone-Date: 2010-04-15T21:16:19 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings + commit 8625d737540abccf6918e8be35aa70af21a2a880 Author: Wolfgang Sourdeau Date: Thu Apr 15 21:15:10 2010 +0000 @@ -40925,6 +49491,15 @@ Date: Thu Apr 15 21:15:10 2010 +0000 Monotone-Date: 2010-04-15T21:15:10 Monotone-Branch: ca.inverse.sogo +D Tools/SOGoToolBackup.h +M Tools/SOGoToolBackup.m +D Tools/SOGoToolCheckDoubles.h +M Tools/SOGoToolCheckDoubles.m +D Tools/SOGoToolRemoveDoubles.h +M Tools/SOGoToolRemoveDoubles.m +D Tools/SOGoToolRestore.h +M Tools/SOGoToolRestore.m + commit ae7052829451893d312a6dc855303e3f8cc11791 Author: Wolfgang Sourdeau Date: Thu Apr 15 21:14:56 2010 +0000 @@ -40936,6 +49511,8 @@ Date: Thu Apr 15 21:14:56 2010 +0000 Monotone-Date: 2010-04-15T21:14:56 Monotone-Branch: ca.inverse.sogo +M Tools/GNUmakefile + commit 71ff13296434ce045b3967dbc95baca60601b75f Author: Wolfgang Sourdeau Date: Thu Apr 15 21:14:53 2010 +0000 @@ -40947,6 +49524,10 @@ Date: Thu Apr 15 21:14:53 2010 +0000 Monotone-Date: 2010-04-15T21:14:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +A Tools/SOGoToolRemove.m + commit 89753dc1a26d98728bc14231e2ee6f9ac186aa77 Author: Wolfgang Sourdeau Date: Thu Apr 15 18:27:08 2010 +0000 @@ -40958,6 +49539,26 @@ Date: Thu Apr 15 18:27:08 2010 +0000 Monotone-Date: 2010-04-15T18:27:08 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/SOGo/NSString+Utilities.m +M UI/MailerUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailerUI/Czech.lproj/Localizable.strings +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Hungarian.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Russian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MailerUI/Swedish.lproj/Localizable.strings +M UI/MailerUI/UIxMailFolderActions.m +M UI/MailerUI/Welsh.lproj/Localizable.strings +M UI/MailerUI/product.plist +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/MailerUI.js + commit 15e4f94dc9a502cfb47026c3702985335495628e Author: Wolfgang Sourdeau Date: Thu Apr 15 18:26:33 2010 +0000 @@ -40969,21 +49570,8 @@ Date: Thu Apr 15 18:26:33 2010 +0000 Monotone-Date: 2010-04-15T18:26:33 Monotone-Branch: ca.inverse.sogo -commit 99f5300e9d9d0f807d36ef32fe9fc916ce80b7b4 -Merge: 1394655 db22e52 -Author: Wolfgang Sourdeau -Date: Thu Apr 15 17:51:20 2010 +0000 - - merge of '6f00886ef5c38edb41e974783e7c09697556ceae' - and 'ab21c3e01c7f88f5f720128f63a22f009b5365f2' - - Monotone-Parent: 6f00886ef5c38edb41e974783e7c09697556ceae - Monotone-Parent: ab21c3e01c7f88f5f720128f63a22f009b5365f2 - Monotone-Revision: a19be68625a5093cfe153b4b51816f9388875b23 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-04-15T17:51:20 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/SOGoSockDOperation.m commit db22e52abc1f8a087ecfa671a6caab096303c5c2 Author: Ludovic Marcotte @@ -40998,6 +49586,8 @@ Date: Thu Apr 15 00:27:30 2010 +0000 Monotone-Date: 2010-04-15T00:27:30 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/French.lproj/Localizable.strings + commit 1394655c3517ea2c96ef316fdaf1ecb28e20c725 Author: Wolfgang Sourdeau Date: Wed Apr 14 19:08:31 2010 +0000 @@ -41009,6 +49599,8 @@ Date: Wed Apr 14 19:08:31 2010 +0000 Monotone-Date: 2010-04-14T19:08:31 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 72f6916865452390057ea5f2893f9446f9e34252 Author: Wolfgang Sourdeau Date: Wed Apr 14 19:07:59 2010 +0000 @@ -41020,21 +49612,8 @@ Date: Wed Apr 14 19:07:59 2010 +0000 Monotone-Date: 2010-04-14T19:07:59 Monotone-Branch: ca.inverse.sogo -commit 4ad3eefcddd1e9b6271783b856319b14fce1bbf1 -Merge: e10d4f2 80c953e -Author: Wolfgang Sourdeau -Date: Wed Apr 14 13:22:28 2010 +0000 - - merge of '47946984df94ecb19a0e0f351847e1df1ec07393' - and '4d2e9e4f4237fb0b335a34870686d9bd0fedcd78' - - Monotone-Parent: 47946984df94ecb19a0e0f351847e1df1ec07393 - Monotone-Parent: 4d2e9e4f4237fb0b335a34870686d9bd0fedcd78 - Monotone-Revision: c3ae4b113ff2c8334bbf16d65765c81a85d99929 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-04-14T13:22:28 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js commit e10d4f2fcc24f75d943186a04a4edfb1da6501d6 Author: Wolfgang Sourdeau @@ -41047,6 +49626,9 @@ Date: Wed Apr 14 13:22:12 2010 +0000 Monotone-Date: 2010-04-14T13:22:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 80c953e1d02f00e4bc0a9ce3bb95629fc7161669 Author: Francis Lachapelle Date: Tue Apr 13 22:05:28 2010 +0000 @@ -41060,6 +49642,8 @@ Date: Tue Apr 13 22:05:28 2010 +0000 Monotone-Date: 2010-04-13T22:05:28 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 0abf0fa282afe9ef977f1f35b71a0d8800366c13 Author: Wolfgang Sourdeau Date: Tue Apr 13 15:58:15 2010 +0000 @@ -41071,6 +49655,8 @@ Date: Tue Apr 13 15:58:15 2010 +0000 Monotone-Date: 2010-04-13T15:58:15 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit dfe8438bde983aa9901e71ca385caf08cfc0adc8 Author: Wolfgang Sourdeau Date: Tue Apr 13 14:26:49 2010 +0000 @@ -41082,6 +49668,8 @@ Date: Tue Apr 13 14:26:49 2010 +0000 Monotone-Date: 2010-04-13T14:26:49 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit dd176ddebc62e8b22ffa04891178443c5a48d61b Author: Wolfgang Sourdeau Date: Tue Apr 13 14:24:02 2010 +0000 @@ -41093,6 +49681,8 @@ Date: Tue Apr 13 14:24:02 2010 +0000 Monotone-Date: 2010-04-13T14:24:02 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactEditor.css + commit 3b673c98644a1eae84195738be07ac55a12db26a Author: Wolfgang Sourdeau Date: Tue Apr 13 14:19:58 2010 +0000 @@ -41106,6 +49696,8 @@ Date: Tue Apr 13 14:19:58 2010 +0000 Monotone-Date: 2010-04-13T14:19:58 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactEditor.js + commit 62bc1e01f68bc0d41346afdc53eea5134073fca1 Author: Wolfgang Sourdeau Date: Tue Apr 13 14:18:27 2010 +0000 @@ -41117,6 +49709,11 @@ Date: Tue Apr 13 14:18:27 2010 +0000 Monotone-Date: 2010-04-13T14:18:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/ContactsUI/UIxContactEditor.wox +M UI/WebServerResources/UIxContactEditor.css +M UI/WebServerResources/UIxContactEditor.js + commit 0c7a54bb518fe79f763f38ab1fb39b605f219655 Author: Wolfgang Sourdeau Date: Tue Apr 13 14:17:04 2010 +0000 @@ -41128,6 +49725,8 @@ Date: Tue Apr 13 14:17:04 2010 +0000 Monotone-Date: 2010-04-13T14:17:04 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit f43bb41175c6652e33b336a1e3a7df5bb116ce56 Author: Wolfgang Sourdeau Date: Mon Apr 12 21:26:30 2010 +0000 @@ -41139,6 +49738,8 @@ Date: Mon Apr 12 21:26:30 2010 +0000 Monotone-Date: 2010-04-12T21:26:30 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoProxyAuthenticator.m + commit 872edfe59bdaef22ff610987d55b93f63f7e0a73 Author: Wolfgang Sourdeau Date: Mon Apr 12 21:22:54 2010 +0000 @@ -41150,6 +49751,9 @@ Date: Mon Apr 12 21:22:54 2010 +0000 Monotone-Date: 2010-04-12T21:22:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoProxyAuthenticator.m + commit 3418a0c7f1bae87eb4eff37c114864c0bf3bb2e0 Author: Wolfgang Sourdeau Date: Mon Apr 12 19:05:15 2010 +0000 @@ -41161,6 +49765,8 @@ Date: Mon Apr 12 19:05:15 2010 +0000 Monotone-Date: 2010-04-12T19:05:15 Monotone-Branch: ca.inverse.sogo +M NEWS + commit c46633c6e6516c1a216dd39abb13ad71a6d725e7 Author: Wolfgang Sourdeau Date: Mon Apr 12 19:04:12 2010 +0000 @@ -41172,6 +49778,8 @@ Date: Mon Apr 12 19:04:12 2010 +0000 Monotone-Date: 2010-04-12T19:04:12 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 0af877bd7d1456acf31509a067948c08640c591e Author: Wolfgang Sourdeau Date: Mon Apr 12 19:03:12 2010 +0000 @@ -41183,6 +49791,8 @@ Date: Mon Apr 12 19:03:12 2010 +0000 Monotone-Date: 2010-04-12T19:03:12 Monotone-Branch: ca.inverse.sogo +M NEWS + commit b93e72e29cf4d0d1972b1b56ccc9737cd94c7a1b Author: Wolfgang Sourdeau Date: Mon Apr 12 19:03:07 2010 +0000 @@ -41194,6 +49804,15 @@ Date: Mon Apr 12 19:03:07 2010 +0000 Monotone-Date: 2010-04-12T19:03:07 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/Czech.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/MailPartViewers/Czech.lproj/Localizable.strings +M UI/MailerUI/Czech.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings + commit 98fab548fbcb689823049edee9f70814e68b3d8c Author: Wolfgang Sourdeau Date: Mon Apr 12 18:32:52 2010 +0000 @@ -41205,6 +49824,11 @@ Date: Mon Apr 12 18:32:52 2010 +0000 Monotone-Date: 2010-04-12T18:32:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAptMailNotification.h +M SoObjects/Appointments/SOGoAptMailReceipt.h +M SoObjects/Appointments/SOGoAptMailReceipt.m + commit 65a08b56cd1d784bb60cc306f02b90b2ca4d6202 Author: Wolfgang Sourdeau Date: Mon Apr 12 17:51:59 2010 +0000 @@ -41216,6 +49840,23 @@ Date: Mon Apr 12 17:51:59 2010 +0000 Monotone-Date: 2010-04-12T17:51:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/ContactsUI/UIxContactFoldersView.wox +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js +A UI/WebServerResources/SOGoTabsController.js +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js +M UI/WebServerResources/iefixes.css + commit 781dbc8c4fe95e87a6aa8daaa19df08e9df2bb99 Author: Wolfgang Sourdeau Date: Mon Apr 12 15:08:25 2010 +0000 @@ -41227,6 +49868,12 @@ Date: Mon Apr 12 15:08:25 2010 +0000 Monotone-Date: 2010-04-12T15:08:25 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/appointment-oracle.ocs +M OGoContentStore/appointment.ocs +M OGoContentStore/contact-oracle.ocs +M OGoContentStore/contact.ocs +M SOPE/sope-patchset-r1664.diff + commit badd3a7ef3afddcdf453dba9b256840ea1052da9 Author: Wolfgang Sourdeau Date: Fri Apr 9 21:00:00 2010 +0000 @@ -41238,6 +49885,9 @@ Date: Fri Apr 9 21:00:00 2010 +0000 Monotone-Date: 2010-04-09T21:00:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartICalActions.m + commit 3dab983c97adbd9f6e64be2e71436a3cf8fe15ba Author: Wolfgang Sourdeau Date: Fri Apr 9 20:17:03 2010 +0000 @@ -41249,6 +49899,9 @@ Date: Fri Apr 9 20:17:03 2010 +0000 Monotone-Date: 2010-04-09T20:17:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m + commit f7043478c72256886122d5657574f86e9ae6e51f Author: Wolfgang Sourdeau Date: Fri Apr 9 19:29:54 2010 +0000 @@ -41260,6 +49913,9 @@ Date: Fri Apr 9 19:29:54 2010 +0000 Monotone-Date: 2010-04-09T19:29:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit 0fc3588ff31ef736cb6b660714fd4fa81caabab9 Author: Wolfgang Sourdeau Date: Fri Apr 9 18:45:14 2010 +0000 @@ -41271,6 +49927,128 @@ Date: Fri Apr 9 18:45:14 2010 +0000 Monotone-Date: 2010-04-09T18:45:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/BrazilianPortuguese.lproj/Localizable.strings +M SoObjects/Appointments/Czech.lproj/Localizable.strings +M SoObjects/Appointments/Dutch.lproj/Localizable.strings +M SoObjects/Appointments/English.lproj/Localizable.strings +M SoObjects/Appointments/French.lproj/Localizable.strings +M SoObjects/Appointments/GNUmakefile +M SoObjects/Appointments/German.lproj/Localizable.strings +M SoObjects/Appointments/Hungarian.lproj/Localizable.strings +M SoObjects/Appointments/Italian.lproj/Localizable.strings +M SoObjects/Appointments/Russian.lproj/Localizable.strings +M SoObjects/Appointments/SOGoAppointmentFolders.m +D SoObjects/Appointments/SOGoAptMailBrazilianPortugueseDeletion.wo/SOGoAptMailBrazilianPortugueseDeletion.html +D SoObjects/Appointments/SOGoAptMailBrazilianPortugueseDeletion.wo/SOGoAptMailBrazilianPortugueseDeletion.wod +D SoObjects/Appointments/SOGoAptMailBrazilianPortugueseICalReply.wo/SOGoAptMailBrazilianPortugueseICalReply.html +D SoObjects/Appointments/SOGoAptMailBrazilianPortugueseICalReply.wo/SOGoAptMailBrazilianPortugueseICalReply.wod +D SoObjects/Appointments/SOGoAptMailBrazilianPortugueseInvitation.wo/SOGoAptMailBrazilianPortugueseInvitation.html +D SoObjects/Appointments/SOGoAptMailBrazilianPortugueseInvitation.wo/SOGoAptMailBrazilianPortugueseInvitation.wod +D SoObjects/Appointments/SOGoAptMailBrazilianPortugueseUpdate.wo/SOGoAptMailBrazilianPortugueseUpdate.html +D SoObjects/Appointments/SOGoAptMailBrazilianPortugueseUpdate.wo/SOGoAptMailBrazilianPortugueseUpdate.wod +D SoObjects/Appointments/SOGoAptMailCzechDeletion.wo/SOGoAptMailCzechDeletion.html +D SoObjects/Appointments/SOGoAptMailCzechDeletion.wo/SOGoAptMailCzechDeletion.wod +D SoObjects/Appointments/SOGoAptMailCzechICalReply.wo/SOGoAptMailCzechICalReply.html +D SoObjects/Appointments/SOGoAptMailCzechICalReply.wo/SOGoAptMailCzechICalReply.wod +D SoObjects/Appointments/SOGoAptMailCzechInvitation.wo/SOGoAptMailCzechInvitation.html +D SoObjects/Appointments/SOGoAptMailCzechInvitation.wo/SOGoAptMailCzechInvitation.wod +D SoObjects/Appointments/SOGoAptMailCzechUpdate.wo/SOGoAptMailCzechUpdate.html +D SoObjects/Appointments/SOGoAptMailCzechUpdate.wo/SOGoAptMailCzechUpdate.wod +M SoObjects/Appointments/SOGoAptMailDeletion.m +D SoObjects/Appointments/SOGoAptMailDutchDeletion.wo/SOGoAptMailDutchDeletion.html +D SoObjects/Appointments/SOGoAptMailDutchDeletion.wo/SOGoAptMailDutchDeletion.wod +D SoObjects/Appointments/SOGoAptMailDutchICalReply.wo/SOGoAptMailDutchICalReply.html +D SoObjects/Appointments/SOGoAptMailDutchICalReply.wo/SOGoAptMailDutchICalReply.wod +D SoObjects/Appointments/SOGoAptMailDutchInvitation.wo/SOGoAptMailDutchInvitation.html +D SoObjects/Appointments/SOGoAptMailDutchInvitation.wo/SOGoAptMailDutchInvitation.wod +D SoObjects/Appointments/SOGoAptMailDutchUpdate.wo/SOGoAptMailDutchUpdate.html +D SoObjects/Appointments/SOGoAptMailDutchUpdate.wo/SOGoAptMailDutchUpdate.wod +D SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailEnglishDeletion.html +D SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailEnglishDeletion.wod +D SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailEnglishInvitation.html +D SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailEnglishInvitation.wod +D SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.html +D SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.wod +D SoObjects/Appointments/SOGoAptMailFrenchDeletion.wo/SOGoAptMailFrenchDeletion.html +D SoObjects/Appointments/SOGoAptMailFrenchDeletion.wo/SOGoAptMailFrenchDeletion.wod +D SoObjects/Appointments/SOGoAptMailFrenchICalReply.wo/SOGoAptMailFrenchICalReply.html +D SoObjects/Appointments/SOGoAptMailFrenchICalReply.wo/SOGoAptMailFrenchICalReply.wod +D SoObjects/Appointments/SOGoAptMailFrenchInvitation.wo/SOGoAptMailFrenchInvitation.html +D SoObjects/Appointments/SOGoAptMailFrenchInvitation.wo/SOGoAptMailFrenchInvitation.wod +D SoObjects/Appointments/SOGoAptMailFrenchUpdate.wo/SOGoAptMailFrenchUpdate.html +D SoObjects/Appointments/SOGoAptMailFrenchUpdate.wo/SOGoAptMailFrenchUpdate.wod +D SoObjects/Appointments/SOGoAptMailGermanDeletion.wo/SOGoAptMailGermanDeletion.html +D SoObjects/Appointments/SOGoAptMailGermanDeletion.wo/SOGoAptMailGermanDeletion.wod +D SoObjects/Appointments/SOGoAptMailGermanICalReply.wo/SOGoAptMailGermanICalReply.html +D SoObjects/Appointments/SOGoAptMailGermanICalReply.wo/SOGoAptMailGermanICalReply.wod +D SoObjects/Appointments/SOGoAptMailGermanInvitation.wo/SOGoAptMailGermanInvitation.html +D SoObjects/Appointments/SOGoAptMailGermanInvitation.wo/SOGoAptMailGermanInvitation.wod +D SoObjects/Appointments/SOGoAptMailGermanUpdate.wo/SOGoAptMailGermanUpdate.html +D SoObjects/Appointments/SOGoAptMailGermanUpdate.wo/SOGoAptMailGermanUpdate.wod +D SoObjects/Appointments/SOGoAptMailHungarianDeletion.wo/SOGoAptMailHungarianDeletion.html +D SoObjects/Appointments/SOGoAptMailHungarianICalReply.wo/SOGoAptMailHungarianICalReply.html +D SoObjects/Appointments/SOGoAptMailHungarianInvitation.wo/SOGoAptMailHungarianInvitation.html +D SoObjects/Appointments/SOGoAptMailHungarianUpdate.wo/SOGoAptMailHungarianUpdate.html +M SoObjects/Appointments/SOGoAptMailICalReply.h +M SoObjects/Appointments/SOGoAptMailICalReply.m +M SoObjects/Appointments/SOGoAptMailInvitation.m +D SoObjects/Appointments/SOGoAptMailItalianDeletion.wo/SOGoAptMailItalianDeletion.html +D SoObjects/Appointments/SOGoAptMailItalianDeletion.wo/SOGoAptMailItalianDeletion.wod +D SoObjects/Appointments/SOGoAptMailItalianICalReply.wo/SOGoAptMailItalianICalReply.html +D SoObjects/Appointments/SOGoAptMailItalianICalReply.wo/SOGoAptMailItalianICalReply.wod +D SoObjects/Appointments/SOGoAptMailItalianInvitation.wo/SOGoAptMailItalianInvitation.html +D SoObjects/Appointments/SOGoAptMailItalianInvitation.wo/SOGoAptMailItalianInvitation.wod +D SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.html +D SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.wod +M SoObjects/Appointments/SOGoAptMailNotification.h +M SoObjects/Appointments/SOGoAptMailNotification.m +D SoObjects/Appointments/SOGoAptMailRussianDeletion.wo/SOGoAptMailRussianDeletion.html +D SoObjects/Appointments/SOGoAptMailRussianDeletion.wo/SOGoAptMailRussianDeletion.wod +D SoObjects/Appointments/SOGoAptMailRussianICalReply.wo/SOGoAptMailRussianICalReply.html +D SoObjects/Appointments/SOGoAptMailRussianICalReply.wo/SOGoAptMailRussianICalReply.wod +D SoObjects/Appointments/SOGoAptMailRussianInvitation.wo/SOGoAptMailRussianInvitation.html +D SoObjects/Appointments/SOGoAptMailRussianInvitation.wo/SOGoAptMailRussianInvitation.wod +D SoObjects/Appointments/SOGoAptMailRussianUpdate.wo/SOGoAptMailRussianUpdate.html +D SoObjects/Appointments/SOGoAptMailRussianUpdate.wo/SOGoAptMailRussianUpdate.wod +D SoObjects/Appointments/SOGoAptMailSpanishDeletion.wo/SOGoAptMailSpanishDeletion.html +D SoObjects/Appointments/SOGoAptMailSpanishDeletion.wo/SOGoAptMailSpanishDeletion.wod +D SoObjects/Appointments/SOGoAptMailSpanishICalReply.wo/SOGoAptMailSpanishICalReply.html +D SoObjects/Appointments/SOGoAptMailSpanishICalReply.wo/SOGoAptMailSpanishICalReply.wod +D SoObjects/Appointments/SOGoAptMailSpanishInvitation.wo/SOGoAptMailSpanishInvitation.html +D SoObjects/Appointments/SOGoAptMailSpanishInvitation.wo/SOGoAptMailSpanishInvitation.wod +D SoObjects/Appointments/SOGoAptMailSpanishUpdate.wo/SOGoAptMailSpanishUpdate.html +D SoObjects/Appointments/SOGoAptMailSpanishUpdate.wo/SOGoAptMailSpanishUpdate.wod +D SoObjects/Appointments/SOGoAptMailSwedishDeletion.wo/SOGoAptMailSwedishDeletion.html +D SoObjects/Appointments/SOGoAptMailSwedishDeletion.wo/SOGoAptMailSwedishDeletion.wod +D SoObjects/Appointments/SOGoAptMailSwedishInvitation.wo/SOGoAptMailSwedishInvitation.html +D SoObjects/Appointments/SOGoAptMailSwedishInvitation.wo/SOGoAptMailSwedishInvitation.wod +D SoObjects/Appointments/SOGoAptMailSwedishUpdate.wo/SOGoAptMailSwedishUpdate.html +D SoObjects/Appointments/SOGoAptMailSwedishUpdate.wo/SOGoAptMailSwedishUpdate.wod +M SoObjects/Appointments/SOGoAptMailUpdate.m +D SoObjects/Appointments/SOGoAptMailWelshDeletion.wo/SOGoAptMailWelshDeletion.html +D SoObjects/Appointments/SOGoAptMailWelshDeletion.wo/SOGoAptMailWelshDeletion.wod +D SoObjects/Appointments/SOGoAptMailWelshICalReply.wo/SOGoAptMailWelshICalReply.html +D SoObjects/Appointments/SOGoAptMailWelshICalReply.wo/SOGoAptMailWelshICalReply.wod +D SoObjects/Appointments/SOGoAptMailWelshInvitation.wo/SOGoAptMailWelshInvitation.html +D SoObjects/Appointments/SOGoAptMailWelshInvitation.wo/SOGoAptMailWelshInvitation.wod +D SoObjects/Appointments/SOGoAptMailWelshUpdate.wo/SOGoAptMailWelshUpdate.html +D SoObjects/Appointments/SOGoAptMailWelshUpdate.wo/SOGoAptMailWelshUpdate.wod +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/Spanish.lproj/Localizable.strings +M SoObjects/Appointments/Swedish.lproj/Localizable.strings +M SoObjects/Appointments/Welsh.lproj/Localizable.strings +M SoObjects/SOGo/NSObject+Utilities.h +M SoObjects/SOGo/NSObject+Utilities.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m +A UI/Templates/Appointments/SOGoAptMailDeletion.wox +D UI/Templates/Appointments/SOGoAptMailEnglishICalReply.wox +A UI/Templates/Appointments/SOGoAptMailICalReply.wox +A UI/Templates/Appointments/SOGoAptMailInvitation.wox +A UI/Templates/Appointments/SOGoAptMailUpdate.wox + commit 7a072049abbff7952d69e5b96fec0d05bef537f2 Author: Wolfgang Sourdeau Date: Fri Apr 9 18:32:22 2010 +0000 @@ -41282,6 +50060,10 @@ Date: Fri Apr 9 18:32:22 2010 +0000 Monotone-Date: 2010-04-09T18:32:22 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalEvent.h +M SOPE/NGCards/iCalEvent.m + commit c8cb1b9e39f49f70065f77c8ea135c21302f9508 Author: Wolfgang Sourdeau Date: Fri Apr 9 18:31:17 2010 +0000 @@ -41293,6 +50075,11 @@ Date: Fri Apr 9 18:31:17 2010 +0000 Monotone-Date: 2010-04-09T18:31:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Integration/test-caldav-scheduling.py +M Tests/Integration/test-webdav.py +M Tests/Integration/utilities.py + commit db0044c1e32e19e4899d24d20baf9cba15984e85 Author: Wolfgang Sourdeau Date: Fri Apr 9 18:30:09 2010 +0000 @@ -41304,6 +50091,8 @@ Date: Fri Apr 9 18:30:09 2010 +0000 Monotone-Date: 2010-04-09T18:30:09 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/test-maildav.py + commit d729a77e020fe8068db6c560283bd7b34502c264 Author: Wolfgang Sourdeau Date: Thu Apr 8 15:27:46 2010 +0000 @@ -41315,6 +50104,9 @@ Date: Thu Apr 8 15:27:46 2010 +0000 Monotone-Date: 2010-04-08T15:27:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailEditor.m + commit dd3e8b2fc448b855f67be1fcc3a2e16b25f5e98f Author: Francis Lachapelle Date: Wed Apr 7 20:33:18 2010 +0000 @@ -41328,6 +50120,8 @@ Date: Wed Apr 7 20:33:18 2010 +0000 Monotone-Date: 2010-04-07T20:33:18 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 1f9ba2e430685832945c41aa480dca4768bd506c Author: Francis Lachapelle Date: Wed Apr 7 20:26:15 2010 +0000 @@ -41341,6 +50135,8 @@ Date: Wed Apr 7 20:26:15 2010 +0000 Monotone-Date: 2010-04-07T20:26:15 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailPopupView.js + commit 84035c6c45a2e1fd774160b20cd593d5df480cdc Author: Francis Lachapelle Date: Wed Apr 7 15:42:25 2010 +0000 @@ -41352,21 +50148,7 @@ Date: Wed Apr 7 15:42:25 2010 +0000 Monotone-Date: 2010-04-07T15:42:25 Monotone-Branch: ca.inverse.sogo -commit 19f531c9f8a14571a038b68e4f017108cfa94d4f -Merge: a0de7e9 88857d6 -Author: Francis Lachapelle -Date: Wed Apr 7 15:36:26 2010 +0000 - - merge of '3d5669e86bbeab76360e6a880abf55736dec22e1' - and 'fa3da496f8fda4380291c10cbb009ed34be0c475' - - Monotone-Parent: 3d5669e86bbeab76360e6a880abf55736dec22e1 - Monotone-Parent: fa3da496f8fda4380291c10cbb009ed34be0c475 - Monotone-Revision: 8dae20e5ee74408ab84e7a8148f380c92b636521 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-04-07T15:36:26 - Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/French.lproj/Localizable.strings commit a0de7e968386febcf3107e77901b869d74655d3b Author: Francis Lachapelle @@ -41381,6 +50163,19 @@ Date: Wed Apr 7 15:35:55 2010 +0000 Monotone-Date: 2010-04-07T15:35:55 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/Welsh.lproj/Localizable.strings + commit 88857d6e4e0945059941524c6c497acb860a368b Author: Wolfgang Sourdeau Date: Wed Apr 7 15:06:07 2010 +0000 @@ -41392,6 +50187,9 @@ Date: Wed Apr 7 15:06:07 2010 +0000 Monotone-Date: 2010-04-07T15:06:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartICalActions.m + commit cd43a73710ae1f0aa9a82640cf10c8ab9a7fa9a6 Author: Wolfgang Sourdeau Date: Wed Apr 7 14:04:48 2010 +0000 @@ -41403,6 +50201,10 @@ Date: Wed Apr 7 14:04:48 2010 +0000 Monotone-Date: 2010-04-07T14:04:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailFolder.m + commit bed291c039a47ffc200260241fbca4aa67764290 Author: Wolfgang Sourdeau Date: Wed Apr 7 13:58:59 2010 +0000 @@ -41414,6 +50216,8 @@ Date: Wed Apr 7 13:58:59 2010 +0000 Monotone-Date: 2010-04-07T13:58:59 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit f52e8a52eb56a01ec6af6f1fc5e492dc8daaaacf Author: Ludovic Marcotte Date: Tue Apr 6 20:55:45 2010 +0000 @@ -41427,6 +50231,8 @@ Date: Tue Apr 6 20:55:45 2010 +0000 Monotone-Date: 2010-04-06T20:55:45 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 310a07f309652238b88bf0c666f71c1a167fbf0f Author: Wolfgang Sourdeau Date: Tue Apr 6 16:04:42 2010 +0000 @@ -41438,6 +50244,8 @@ Date: Tue Apr 6 16:04:42 2010 +0000 Monotone-Date: 2010-04-06T16:04:42 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit c730b3e3f2ca019243d5e84947370a926996b8b4 Author: Wolfgang Sourdeau Date: Tue Apr 6 16:04:30 2010 +0000 @@ -41449,6 +50257,8 @@ Date: Tue Apr 6 16:04:30 2010 +0000 Monotone-Date: 2010-04-06T16:04:30 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit 9271b83b6b4ee110ff8770973b51f3327873bd8f Author: Wolfgang Sourdeau Date: Tue Apr 6 15:59:55 2010 +0000 @@ -41460,6 +50270,8 @@ Date: Tue Apr 6 15:59:55 2010 +0000 Monotone-Date: 2010-04-06T15:59:55 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit 0e3eac203d9678045255881867483e788a3d9bb3 Author: Wolfgang Sourdeau Date: Tue Apr 6 15:41:08 2010 +0000 @@ -41471,6 +50283,10 @@ Date: Tue Apr 6 15:41:08 2010 +0000 Monotone-Date: 2010-04-06T15:41:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxFilterEditor.js +M UI/WebServerResources/UIxPreferences.js + commit 165425fd990ee9ed3792e868af85012cae3d0252 Author: Francis Lachapelle Date: Sat Apr 3 09:02:47 2010 +0000 @@ -41485,21 +50301,102 @@ Date: Sat Apr 3 09:02:47 2010 +0000 Monotone-Date: 2010-04-03T09:02:47 Monotone-Branch: ca.inverse.sogo -commit 0ad98e6a1a204c208a88a5a74d51610edc534589 -Merge: 2d6af76 dddce76 -Author: Francis Lachapelle -Date: Sat Apr 3 07:36:15 2010 +0000 - - merge of '815204fe1b8d9f62f875d9e22c4883aede5c1e8d' - and 'f84a4aea78f0990248fedd817ec377260a9120b3' - - Monotone-Parent: 815204fe1b8d9f62f875d9e22c4883aede5c1e8d - Monotone-Parent: f84a4aea78f0990248fedd817ec377260a9120b3 - Monotone-Revision: 82ff830f32b58a69104d076987745b96e90e0ebf - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-04-03T07:36:15 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ckeditor/ckeditor.js +M UI/WebServerResources/ckeditor/ckeditor.pack +M UI/WebServerResources/ckeditor/ckeditor_basic.js +M UI/WebServerResources/ckeditor/ckeditor_basic_source.js +M UI/WebServerResources/ckeditor/ckeditor_source.js +M UI/WebServerResources/ckeditor/lang/_languages.js +M UI/WebServerResources/ckeditor/lang/_translationstatus.txt +M UI/WebServerResources/ckeditor/lang/af.js +M UI/WebServerResources/ckeditor/lang/ar.js +M UI/WebServerResources/ckeditor/lang/bg.js +M UI/WebServerResources/ckeditor/lang/bn.js +M UI/WebServerResources/ckeditor/lang/bs.js +M UI/WebServerResources/ckeditor/lang/ca.js +M UI/WebServerResources/ckeditor/lang/cs.js +A UI/WebServerResources/ckeditor/lang/cy.js +M UI/WebServerResources/ckeditor/lang/da.js +M UI/WebServerResources/ckeditor/lang/de.js +M UI/WebServerResources/ckeditor/lang/el.js +M UI/WebServerResources/ckeditor/lang/en-au.js +M UI/WebServerResources/ckeditor/lang/en-ca.js +A UI/WebServerResources/ckeditor/lang/en-gb.js +D UI/WebServerResources/ckeditor/lang/en-uk.js +M UI/WebServerResources/ckeditor/lang/en.js +M UI/WebServerResources/ckeditor/lang/eo.js +M UI/WebServerResources/ckeditor/lang/es.js +M UI/WebServerResources/ckeditor/lang/et.js +M UI/WebServerResources/ckeditor/lang/eu.js +M UI/WebServerResources/ckeditor/lang/fa.js +M UI/WebServerResources/ckeditor/lang/fi.js +M UI/WebServerResources/ckeditor/lang/fo.js +M UI/WebServerResources/ckeditor/lang/fr-ca.js +M UI/WebServerResources/ckeditor/lang/fr.js +M UI/WebServerResources/ckeditor/lang/gl.js +M UI/WebServerResources/ckeditor/lang/gu.js +M UI/WebServerResources/ckeditor/lang/he.js +M UI/WebServerResources/ckeditor/lang/hi.js +M UI/WebServerResources/ckeditor/lang/hr.js +M UI/WebServerResources/ckeditor/lang/hu.js +M UI/WebServerResources/ckeditor/lang/is.js +M UI/WebServerResources/ckeditor/lang/it.js +M UI/WebServerResources/ckeditor/lang/ja.js +M UI/WebServerResources/ckeditor/lang/km.js +M UI/WebServerResources/ckeditor/lang/ko.js +M UI/WebServerResources/ckeditor/lang/lt.js +M UI/WebServerResources/ckeditor/lang/lv.js +M UI/WebServerResources/ckeditor/lang/mn.js +M UI/WebServerResources/ckeditor/lang/ms.js +M UI/WebServerResources/ckeditor/lang/nb.js +M UI/WebServerResources/ckeditor/lang/nl.js +M UI/WebServerResources/ckeditor/lang/no.js +M UI/WebServerResources/ckeditor/lang/pl.js +M UI/WebServerResources/ckeditor/lang/pt-br.js +M UI/WebServerResources/ckeditor/lang/pt.js +M UI/WebServerResources/ckeditor/lang/ro.js +M UI/WebServerResources/ckeditor/lang/ru.js +M UI/WebServerResources/ckeditor/lang/sk.js +M UI/WebServerResources/ckeditor/lang/sl.js +M UI/WebServerResources/ckeditor/lang/sr-latn.js +M UI/WebServerResources/ckeditor/lang/sr.js +M UI/WebServerResources/ckeditor/lang/sv.js +M UI/WebServerResources/ckeditor/lang/th.js +M UI/WebServerResources/ckeditor/lang/tr.js +M UI/WebServerResources/ckeditor/lang/uk.js +M UI/WebServerResources/ckeditor/lang/vi.js +M UI/WebServerResources/ckeditor/lang/zh-cn.js +M UI/WebServerResources/ckeditor/lang/zh.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +A UI/WebServerResources/ckeditor/plugins/a11yhelp/lang/en.js +M UI/WebServerResources/ckeditor/plugins/clipboard/dialogs/paste.js +A UI/WebServerResources/ckeditor/plugins/colordialog/dialogs/colordialog.js +A UI/WebServerResources/ckeditor/plugins/div/dialogs/div.js +M UI/WebServerResources/ckeditor/plugins/find/dialogs/find.js +M UI/WebServerResources/ckeditor/plugins/flash/dialogs/flash.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/form.js +M UI/WebServerResources/ckeditor/plugins/image/dialogs/image.js +M UI/WebServerResources/ckeditor/plugins/link/dialogs/anchor.js +M UI/WebServerResources/ckeditor/plugins/link/dialogs/link.js +A UI/WebServerResources/ckeditor/plugins/pastefromword/filter/default.js +M UI/WebServerResources/ckeditor/plugins/pastetext/dialogs/pastetext.js +M UI/WebServerResources/ckeditor/plugins/smiley/dialogs/smiley.js +M UI/WebServerResources/ckeditor/plugins/specialchar/dialogs/specialchar.js +M UI/WebServerResources/ckeditor/plugins/stylescombo/styles/default.js +M UI/WebServerResources/ckeditor/plugins/table/dialogs/table.js +M UI/WebServerResources/ckeditor/plugins/tabletools/dialogs/tableCell.js +M UI/WebServerResources/ckeditor/plugins/templates/dialogs/templates.js +M UI/WebServerResources/ckeditor/plugins/wsc/dialogs/ciframe.html +M UI/WebServerResources/ckeditor/skins/kama/dialog.css +M UI/WebServerResources/ckeditor/skins/kama/editor.css +M UI/WebServerResources/ckeditor/skins/kama/templates.css +M UI/WebServerResources/ckeditor/skins/office2003/dialog.css +M UI/WebServerResources/ckeditor/skins/office2003/editor.css +M UI/WebServerResources/ckeditor/skins/office2003/templates.css +M UI/WebServerResources/ckeditor/skins/v2/dialog.css +M UI/WebServerResources/ckeditor/skins/v2/editor.css +M UI/WebServerResources/ckeditor/skins/v2/templates.css +M UI/WebServerResources/ckeditor/themes/default/theme.js commit 2d6af7647ecb8e22089d8e27b60c1313a822b78c Author: Ludovic Marcotte @@ -41514,6 +50411,9 @@ Date: Mon Apr 5 20:17:39 2010 +0000 Monotone-Date: 2010-04-05T20:17:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactEditor.m + commit 6069996d9c6739e017307d8399b6a77c1d204e02 Author: Ludovic Marcotte Date: Mon Apr 5 19:38:43 2010 +0000 @@ -41527,6 +50427,10 @@ Date: Mon Apr 5 19:38:43 2010 +0000 Monotone-Date: 2010-04-05T19:38:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactEditor.m +M UI/WebServerResources/SOGoRootPage.js + commit dddce7626f7552171da1db739f015f4687703db4 Author: Francis Lachapelle Date: Sat Apr 3 07:35:28 2010 +0000 @@ -41540,6 +50444,8 @@ Date: Sat Apr 3 07:35:28 2010 +0000 Monotone-Date: 2010-04-03T07:35:28 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUIDnD.js + commit b54ddf24e90f60d4af5cf4ee3509af4df75106a4 Author: Wolfgang Sourdeau Date: Fri Apr 2 20:19:14 2010 +0000 @@ -41551,21 +50457,9 @@ Date: Fri Apr 2 20:19:14 2010 +0000 Monotone-Date: 2010-04-02T20:19:14 Monotone-Branch: ca.inverse.sogo -commit 31bd407c540c067c61e774f67cfd6f0417cb2e5f -Merge: af23614 5a8b97d -Author: Wolfgang Sourdeau -Date: Fri Apr 2 20:03:25 2010 +0000 - - merge of '9e9ae5751a1a008c8b1986bd933c97f02aa65760' - and 'c87ee0c01e17a1a47680ed6ca858c1e5bdcac411' - - Monotone-Parent: 9e9ae5751a1a008c8b1986bd933c97f02aa65760 - Monotone-Parent: c87ee0c01e17a1a47680ed6ca858c1e5bdcac411 - Monotone-Revision: 7e6b126157fe6364467c441181458934b7c93347 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-04-02T20:03:25 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/sope-patchset-r1664.diff +M SoObjects/Mailer/SOGoMailAccount.m commit af23614cef0028ac84575bbceb07485d08c1d941 Author: Wolfgang Sourdeau @@ -41578,6 +50472,8 @@ Date: Fri Apr 2 20:03:13 2010 +0000 Monotone-Date: 2010-04-02T20:03:13 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit 95cdd86021775e8943440398c80f4836ed4e87bb Author: Wolfgang Sourdeau Date: Fri Apr 2 18:50:21 2010 +0000 @@ -41589,6 +50485,9 @@ Date: Fri Apr 2 18:50:21 2010 +0000 Monotone-Date: 2010-04-02T18:50:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m + commit 5a8b97d2701c9ece8fa385a0d613e1503b3c656c Author: Francis Lachapelle Date: Fri Apr 2 18:50:10 2010 +0000 @@ -41603,6 +50502,9 @@ Date: Fri Apr 2 18:50:10 2010 +0000 Monotone-Date: 2010-04-02T18:50:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 1a5a5fe13d7c08be770ab2fbb32f8a997dd34262 Author: Francis Lachapelle Date: Fri Apr 2 17:33:29 2010 +0000 @@ -41617,6 +50519,9 @@ Date: Fri Apr 2 17:33:29 2010 +0000 Monotone-Date: 2010-04-02T17:33:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit 48d7aa958c3cc6b7d00a6f47d5f93ffcae2e6b3a Author: Francis Lachapelle Date: Thu Apr 1 20:24:29 2010 +0000 @@ -41630,21 +50535,7 @@ Date: Thu Apr 1 20:24:29 2010 +0000 Monotone-Date: 2010-04-01T20:24:29 Monotone-Branch: ca.inverse.sogo -commit ee0560219c195c0ac35ae2c45576654dafa85cf7 -Merge: fb8d209 5842686 -Author: Francis Lachapelle -Date: Wed Mar 31 20:59:28 2010 +0000 - - merge of '55428fa2e114fb8a494d7411a553fb0a378a4995' - and 'b4e7bba523520804e5e2156a93f9fd775463b75f' - - Monotone-Parent: 55428fa2e114fb8a494d7411a553fb0a378a4995 - Monotone-Parent: b4e7bba523520804e5e2156a93f9fd775463b75f - Monotone-Revision: a15cd58d41cfa4e9d3ac44ddaa4fd3b9f1b5a5f4 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-03-31T20:59:28 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoAutoCompletion.js commit 58426868e98685e019ae7cdde6461289a44e1a99 Author: Francis Lachapelle @@ -41659,6 +50550,8 @@ Date: Wed Mar 31 20:59:07 2010 +0000 Monotone-Date: 2010-03-31T20:59:07 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit fb8d209065b9a039c6df75456296b97aa8293b15 Author: Wolfgang Sourdeau Date: Wed Mar 31 20:49:24 2010 +0000 @@ -41670,6 +50563,8 @@ Date: Wed Mar 31 20:49:24 2010 +0000 Monotone-Date: 2010-03-31T20:49:24 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit 7826181ff7a5c44f5aa385475c8e230092c0ac90 Author: Francis Lachapelle Date: Wed Mar 31 20:44:22 2010 +0000 @@ -41683,21 +50578,8 @@ Date: Wed Mar 31 20:44:22 2010 +0000 Monotone-Date: 2010-03-31T20:44:22 Monotone-Branch: ca.inverse.sogo -commit 4ae82de32f6178fb50fbdc23b9cd525acab0ee6c -Merge: b26a512 c83872d -Author: Francis Lachapelle -Date: Wed Mar 31 20:22:11 2010 +0000 - - merge of '6fa4b48fbe28f1cf7fd69a18c2504d3ac7c2e806' - and '861e1c5552eaa1edddf6ca6869c53e708cf1c4d2' - - Monotone-Parent: 6fa4b48fbe28f1cf7fd69a18c2504d3ac7c2e806 - Monotone-Parent: 861e1c5552eaa1edddf6ca6869c53e708cf1c4d2 - Monotone-Revision: e5138baadcbf7f196e37747707b570897665a6d3 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-03-31T20:22:11 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUIDnD.js +M UI/WebServerResources/generic.js commit c83872d82b0a8778532d0eb93ecc0c6dfa8b9fe2 Author: Francis Lachapelle @@ -41712,6 +50594,8 @@ Date: Wed Mar 31 20:21:49 2010 +0000 Monotone-Date: 2010-03-31T20:21:49 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit b26a51234c32ed0410faaa447245d966f68011f9 Author: Wolfgang Sourdeau Date: Wed Mar 31 20:16:40 2010 +0000 @@ -41723,6 +50607,9 @@ Date: Wed Mar 31 20:16:40 2010 +0000 Monotone-Date: 2010-03-31T20:16:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A Tools/sogo-slapd-sockd.m + commit 048985d97651c8f7489b7be6ea9fe96c0bbb7e4c Author: Wolfgang Sourdeau Date: Wed Mar 31 20:15:11 2010 +0000 @@ -41734,6 +50621,15 @@ Date: Wed Mar 31 20:15:11 2010 +0000 Monotone-Date: 2010-03-31T20:15:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/GNUmakefile +A Tools/SOGoSockD.h +A Tools/SOGoSockD.m +A Tools/SOGoSockDOperation.h +A Tools/SOGoSockDOperation.m +A Tools/SOGoSockDScanner.h +A Tools/SOGoSockDScanner.m + commit d59da9c70e995f2b28a2a9dd30a3ad5ae42dae18 Author: Wolfgang Sourdeau Date: Wed Mar 31 20:11:30 2010 +0000 @@ -41745,6 +50641,9 @@ Date: Wed Mar 31 20:11:30 2010 +0000 Monotone-Date: 2010-03-31T20:11:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/sogo-tool.m + commit 070973b0bae99f19a8d5b6eea512fddca1e03406 Author: Francis Lachapelle Date: Wed Mar 31 16:00:03 2010 +0000 @@ -41759,6 +50658,10 @@ Date: Wed Mar 31 16:00:03 2010 +0000 Monotone-Date: 2010-03-31T16:00:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/Mailer/Version + commit cc9a0b8aba7947c4c59aa1bf2de3ef05f5697f3e Author: Francis Lachapelle Date: Wed Mar 31 15:27:59 2010 +0000 @@ -41773,6 +50676,10 @@ Date: Wed Mar 31 15:27:59 2010 +0000 Monotone-Date: 2010-03-31T15:27:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/SchedulerUIDnD.js + commit 81049065b9c02a5fd8185dd3773a53b318bac105 Author: Francis Lachapelle Date: Wed Mar 31 13:44:33 2010 +0000 @@ -41786,6 +50693,11 @@ Date: Wed Mar 31 13:44:33 2010 +0000 Monotone-Date: 2010-03-31T13:44:33 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/French.lproj/Localizable.strings +M UI/Templates/Appointments/SOGoAptMailDeletionReceipt.wox +M UI/Templates/Appointments/SOGoAptMailInvitationReceipt.wox +M UI/Templates/Appointments/SOGoAptMailUpdateReceipt.wox + commit b1e314115a530f85be58b3619e7c7acfb952fe96 Author: Francis Lachapelle Date: Tue Mar 30 22:02:30 2010 +0000 @@ -41799,6 +50711,18 @@ Date: Tue Mar 30 22:02:30 2010 +0000 Monotone-Date: 2010-03-30T22:02:30 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Swedish.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings + commit c4a5c6defdd485e1db83df2e449dc67703b31da0 Author: Francis Lachapelle Date: Tue Mar 30 22:01:15 2010 +0000 @@ -41812,6 +50736,21 @@ Date: Tue Mar 30 22:01:15 2010 +0000 Monotone-Date: 2010-03-30T22:01:15 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/WebServerResources/SchedulerUI.js + commit ebd2d98c5a54df52adfdbe5b072d715ddb5e427c Author: Francis Lachapelle Date: Tue Mar 30 20:51:29 2010 +0000 @@ -41825,6 +50764,8 @@ Date: Tue Mar 30 20:51:29 2010 +0000 Monotone-Date: 2010-03-30T20:51:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/AdministrationUI.js + commit 303f1681590d21b1463bf924352a00fae1be39bd Author: Wolfgang Sourdeau Date: Tue Mar 30 14:36:38 2010 +0000 @@ -41836,6 +50777,8 @@ Date: Tue Mar 30 14:36:38 2010 +0000 Monotone-Date: 2010-03-30T14:36:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit ae0540a8b81f01b0b55065650bd2551d9a99791e Author: Wolfgang Sourdeau Date: Tue Mar 30 14:35:09 2010 +0000 @@ -41847,6 +50790,10 @@ Date: Tue Mar 30 14:35:09 2010 +0000 Monotone-Date: 2010-03-30T14:35:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactSourceFolder.h +M SoObjects/Contacts/SOGoContactSourceFolder.m + commit fd34f58a5add5ce691e9e166459a86e98967a63c Author: Wolfgang Sourdeau Date: Tue Mar 30 14:32:27 2010 +0000 @@ -41858,6 +50805,9 @@ Date: Tue Mar 30 14:32:27 2010 +0000 Monotone-Date: 2010-03-30T14:32:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.m + commit 03aaceba49ebfed3205b7cfd7b176a23c609e37d Author: Ludovic Marcotte Date: Mon Mar 29 20:07:08 2010 +0000 @@ -41871,6 +50821,9 @@ Date: Mon Mar 29 20:07:08 2010 +0000 Monotone-Date: 2010-03-29T20:07:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoWebAppointmentFolder.m + commit cb13c963bda89dc6c02c60c9fa4213695f26b895 Author: Ludovic Marcotte Date: Mon Mar 29 00:49:29 2010 +0000 @@ -41884,6 +50837,22 @@ Date: Mon Mar 29 00:49:29 2010 +0000 Monotone-Date: 2010-03-29T00:49:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Swedish.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings +M UI/WebServerResources/PasswordPolicy.js +M UI/WebServerResources/SOGoRootPage.js + commit 668c26c104b0853f505a14a331207137b8d54c43 Author: Ludovic Marcotte Date: Fri Mar 26 19:55:22 2010 +0000 @@ -41897,6 +50866,8 @@ Date: Fri Mar 26 19:55:22 2010 +0000 Monotone-Date: 2010-03-26T19:55:22 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit a8ba622d558ee4d422cf0b7bd4fcf9e637bff9c3 Author: Ludovic Marcotte Date: Fri Mar 26 18:05:28 2010 +0000 @@ -41910,6 +50881,10 @@ Date: Fri Mar 26 18:05:28 2010 +0000 Monotone-Date: 2010-03-26T18:05:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + commit 7827ceeb5616d1883f2ff4eb59f0ea88c980818e Author: Wolfgang Sourdeau Date: Thu Mar 25 20:17:50 2010 +0000 @@ -41921,6 +50896,12 @@ Date: Thu Mar 25 20:17:50 2010 +0000 Monotone-Date: 2010-03-25T20:17:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/UIxPreferences.h +M UI/PreferencesUI/UIxPreferences.m +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.js + commit 4881f4bc40bd48b4a759b811b8d1a70e7f86dc42 Author: Francis Lachapelle Date: Thu Mar 25 15:42:52 2010 +0000 @@ -41934,6 +50915,13 @@ Date: Thu Mar 25 15:42:52 2010 +0000 Monotone-Date: 2010-03-25T15:42:52 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/generic.css + commit 784eb352b8dcdf5a5b8d6d4480b8f7f8a739c2d3 Author: Francis Lachapelle Date: Thu Mar 25 15:18:56 2010 +0000 @@ -41947,21 +50935,9 @@ Date: Thu Mar 25 15:18:56 2010 +0000 Monotone-Date: 2010-03-25T15:18:56 Monotone-Branch: ca.inverse.sogo -commit b4979825e845a008f4790d1674a638f9c2edd115 -Merge: 6f58d94 7c72b96 -Author: Ludovic Marcotte -Date: Thu Mar 25 01:20:16 2010 +0000 - - merge of '6518d809c62090407ee4ee8fc132902607385421' - and 'ae25610b2149f561f23ae34e0889a7197d4324c3' - - Monotone-Parent: 6518d809c62090407ee4ee8fc132902607385421 - Monotone-Parent: ae25610b2149f561f23ae34e0889a7197d4324c3 - Monotone-Revision: a625593a580ec03e118df9e1150b6baf7c8f5c53 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-03-25T01:20:16 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxContactsUserFolders.css +M UI/WebServerResources/UIxContactsUserFolders.js commit 7c72b96b1e4df7c90a88bc4462359bda34c9878f Author: Ludovic Marcotte @@ -41976,21 +50952,8 @@ Date: Thu Mar 25 01:20:06 2010 +0000 Monotone-Date: 2010-03-25T01:20:06 Monotone-Branch: ca.inverse.sogo -commit 6f58d9445ec5478b26344efa864eddeb8b61a725 -Merge: 8dfaa80 b1fd5e8 -Author: Wolfgang Sourdeau -Date: Wed Mar 24 15:59:39 2010 +0000 - - merge of '5cd36f9e514c2019e708362661b3ede2e8598fb8' - and 'fc4c1f1be84a58e494d27f5885576e38eeb809ba' - - Monotone-Parent: 5cd36f9e514c2019e708362661b3ede2e8598fb8 - Monotone-Parent: fc4c1f1be84a58e494d27f5885576e38eeb809ba - Monotone-Revision: 6518d809c62090407ee4ee8fc132902607385421 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-03-24T15:59:39 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SQLSource.m commit 8dfaa80f3658a3feffa5731e9c870b50b2b3c26c Author: Ludovic Marcotte @@ -42005,21 +50968,12 @@ Date: Wed Mar 24 15:22:59 2010 +0000 Monotone-Date: 2010-03-24T15:22:59 Monotone-Branch: ca.inverse.sogo -commit b1fd5e86f82c754ecb0634ac443fc4dbc2e11389 -Merge: 14ad710 c9c3226 -Author: Wolfgang Sourdeau -Date: Wed Mar 24 15:09:21 2010 +0000 - - merge of '73f3fa811c59b152f7c426fe28488efd6bcfe6f2' - and '83c63e63da91d2b44db08849dc570ff2029ed74a' - - Monotone-Parent: 73f3fa811c59b152f7c426fe28488efd6bcfe6f2 - Monotone-Parent: 83c63e63da91d2b44db08849dc570ff2029ed74a - Monotone-Revision: fc4c1f1be84a58e494d27f5885576e38eeb809ba - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-03-24T15:09:21 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/versitCardsSaxDriver/VSSaxDriver.m +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoSystemDefaults.h +M SoObjects/SOGo/SOGoSystemDefaults.m commit 14ad71063033f63f38dd47d229e828dd53e3151c Author: Wolfgang Sourdeau @@ -42032,6 +50986,9 @@ Date: Wed Mar 24 15:09:17 2010 +0000 Monotone-Date: 2010-03-24T15:09:17 Monotone-Branch: ca.inverse.sogo +M Apache/SOGo-debian.conf +M Apache/SOGo.conf + commit c9c3226988c230ddb09b535673595d61c1ec1d36 Author: Ludovic Marcotte Date: Mon Mar 22 23:06:42 2010 +0000 @@ -42045,6 +51002,9 @@ Date: Mon Mar 22 23:06:42 2010 +0000 Monotone-Date: 2010-03-22T23:06:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit f80d1ab5fa52c729013d267ef9f17154e01165b5 Author: Wolfgang Sourdeau Date: Mon Mar 22 17:49:23 2010 +0000 @@ -42056,6 +51016,9 @@ Date: Mon Mar 22 17:49:23 2010 +0000 Monotone-Date: 2010-03-22T17:49:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m + commit 58fd52560187e3e6a8fa9bee44aab35c1a166063 Author: Wolfgang Sourdeau Date: Mon Mar 22 17:16:16 2010 +0000 @@ -42067,21 +51030,11 @@ Date: Mon Mar 22 17:16:16 2010 +0000 Monotone-Date: 2010-03-22T17:16:16 Monotone-Branch: ca.inverse.sogo -commit abec0f84fb05311b093e7f73ec4fda7ce5a70517 -Merge: 9971737 d1e5ed2 -Author: Wolfgang Sourdeau -Date: Mon Mar 22 17:11:10 2010 +0000 - - merge of '7d7bd9ebaef743c2d234e3487f041c1d213b742e' - and 'c650aab7e4429bb8a2b8885d4161d881a1f9f2e7' - - Monotone-Parent: 7d7bd9ebaef743c2d234e3487f041c1d213b742e - Monotone-Parent: c650aab7e4429bb8a2b8885d4161d881a1f9f2e7 - Monotone-Revision: 00c44c219ebc45d53f4b71a1825bc55315546793 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-03-22T17:11:10 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalTimeZonePeriod.m +M Tests/Unit/GNUmakefile +A Tests/Unit/TestiCalTimeZonePeriod.m commit 9971737b29389e6abe81b833f8e66dc377c7fd84 Author: Wolfgang Sourdeau @@ -42094,6 +51047,9 @@ Date: Mon Mar 22 17:10:27 2010 +0000 Monotone-Date: 2010-03-22T17:10:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/Unit/SOGoTestRunner.m + commit d1e5ed23652cf4b6791ce5524585d9d0ccc00aa6 Author: Francis Lachapelle Date: Mon Mar 22 15:06:13 2010 +0000 @@ -42107,6 +51063,8 @@ Date: Mon Mar 22 15:06:13 2010 +0000 Monotone-Date: 2010-03-22T15:06:13 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css + commit e7b0efaacef2878b6f5332166bb84c5e790e2876 Author: Ludovic Marcotte Date: Fri Mar 19 13:08:15 2010 +0000 @@ -42120,6 +51078,13 @@ Date: Fri Mar 19 13:08:15 2010 +0000 Monotone-Date: 2010-03-19T13:08:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/SOGo/SOGoDomainDefaults.h +M SoObjects/SOGo/SOGoDomainDefaults.m +M SoObjects/SOGo/WORequest+SOGo.m +M UI/Contacts/UIxContactsListView.m + commit bf275960b4d933337d5335ec244e0057801c243f Author: Ludovic Marcotte Date: Thu Mar 18 12:58:39 2010 +0000 @@ -42133,21 +51098,12 @@ Date: Thu Mar 18 12:58:39 2010 +0000 Monotone-Date: 2010-03-18T12:58:39 Monotone-Branch: ca.inverse.sogo -commit a6672ac59dcd72654735735b108c1b2bdd86a89c -Merge: bc693c8 a7ffeaf -Author: Wolfgang Sourdeau -Date: Tue Mar 16 13:44:53 2010 +0000 - - merge of 'e789f702b24bdc52b2a34ab4a58f4a2f26371610' - and 'fa44544f060a255e700fe82b3b47846be0343017' - - Monotone-Parent: e789f702b24bdc52b2a34ab4a58f4a2f26371610 - Monotone-Parent: fa44544f060a255e700fe82b3b47846be0343017 - Monotone-Revision: c1e5870e5f5c7546c7a47515125246ca856a2f40 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-03-16T13:44:53 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoConstants.h +M SoObjects/SOGo/SOGoConstants.m +M SoObjects/SOGo/SOGoDomainDefaults.h +M SoObjects/SOGo/SOGoDomainDefaults.m +M SoObjects/SOGo/SOGoSystemDefaults.m commit bc693c868faa09aaf4a472eb08a2a36d50cdb368 Author: Wolfgang Sourdeau @@ -42160,6 +51116,8 @@ Date: Tue Mar 16 13:38:28 2010 +0000 Monotone-Date: 2010-03-16T13:38:28 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit f9d1fda8332d409baee8d4b69034da6ff1828efc Author: Wolfgang Sourdeau Date: Tue Mar 16 13:34:14 2010 +0000 @@ -42171,6 +51129,8 @@ Date: Tue Mar 16 13:34:14 2010 +0000 Monotone-Date: 2010-03-16T13:34:14 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit a7ffeaf3f81e980e0d8ebdc8d0586d2c79027251 Author: Ludovic Marcotte Date: Tue Mar 16 00:02:57 2010 +0000 @@ -42184,6 +51144,19 @@ Date: Tue Mar 16 00:02:57 2010 +0000 Monotone-Date: 2010-03-16T00:02:57 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Russian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/Contacts/Swedish.lproj/Localizable.strings +M UI/Contacts/Welsh.lproj/Localizable.strings + commit 1b4dca76f903ebb666d1f3d8d4458ce9c0088431 Author: Wolfgang Sourdeau Date: Mon Mar 15 18:43:11 2010 +0000 @@ -42195,21 +51168,8 @@ Date: Mon Mar 15 18:43:11 2010 +0000 Monotone-Date: 2010-03-15T18:43:11 Monotone-Branch: ca.inverse.sogo -commit f1e38dec2d0157d26de393c0f513aa8575fa607a -Merge: 1b4dca7 a147ea5 -Author: Ludovic Marcotte -Date: Mon Mar 15 17:56:35 2010 +0000 - - merge of '9bd966b224328d78fb14df7e0b5cca2b4e4e4bfb' - and 'f14ae03d576d6870939b367861ecc7f56c411580' - - Monotone-Parent: 9bd966b224328d78fb14df7e0b5cca2b4e4e4bfb - Monotone-Parent: f14ae03d576d6870939b367861ecc7f56c411580 - Monotone-Revision: 2c333cbb2be8ee61b03f3ba7f4e2a293be78f431 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-03-15T17:56:35 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m commit a147ea528fa0956cab559cd3fab01260d7479095 Author: Ludovic Marcotte @@ -42224,6 +51184,8 @@ Date: Mon Mar 15 17:56:13 2010 +0000 Monotone-Date: 2010-03-15T17:56:13 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.css + commit 9ba010ea23d57d9e5f1aa0daf3f42ee2824c356a Author: Wolfgang Sourdeau Date: Mon Mar 15 16:26:38 2010 +0000 @@ -42235,6 +51197,9 @@ Date: Mon Mar 15 16:26:38 2010 +0000 Monotone-Date: 2010-03-15T16:26:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m + commit 3ddaecf6d0ce20a73eb4947a535f62a90a68c961 Author: Wolfgang Sourdeau Date: Mon Mar 15 16:08:19 2010 +0000 @@ -42246,21 +51211,8 @@ Date: Mon Mar 15 16:08:19 2010 +0000 Monotone-Date: 2010-03-15T16:08:19 Monotone-Branch: ca.inverse.sogo -commit 8f8dddb1f143ba1436c71938383362cc6babf7b9 -Merge: 927c82c 914e382 -Author: Wolfgang Sourdeau -Date: Mon Mar 15 13:44:05 2010 +0000 - - merge of '5617028c92b280b921baa88c04ea7e1430dbef8a' - and 'ae3b606b25bf64895dc0e94fd5ceccaa439e457f' - - Monotone-Parent: 5617028c92b280b921baa88c04ea7e1430dbef8a - Monotone-Parent: ae3b606b25bf64895dc0e94fd5ceccaa439e457f - Monotone-Revision: d22bf4c980f45be9bbef3845ceeb3a8bf583f6c9 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-03-15T13:44:05 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m commit 927c82cdc10b85c03ca04a35ffb0704cce31addc Author: Wolfgang Sourdeau @@ -42273,6 +51225,10 @@ Date: Mon Mar 15 12:51:57 2010 +0000 Monotone-Date: 2010-03-15T12:51:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/SchedulerUIDnD.js + commit 914e382dcd49978d7d518869fce5bf84f8ea34ca Author: Ludovic Marcotte Date: Sun Mar 14 23:07:42 2010 +0000 @@ -42286,6 +51242,10 @@ Date: Sun Mar 14 23:07:42 2010 +0000 Monotone-Date: 2010-03-14T23:07:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoRootPage.m +M UI/WebServerResources/SOGoRootPage.js + commit d7bca942999712f66d16e6127cf9c66ad4b73e58 Author: Wolfgang Sourdeau Date: Fri Mar 12 20:24:59 2010 +0000 @@ -42297,6 +51257,10 @@ Date: Fri Mar 12 20:24:59 2010 +0000 Monotone-Date: 2010-03-12T20:24:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M UI/Scheduler/UIxAppointmentEditor.m + commit c3f943b7a7d7cbf7d155ed79afe3c9097268c689 Author: Wolfgang Sourdeau Date: Fri Mar 12 16:52:28 2010 +0000 @@ -42308,6 +51272,8 @@ Date: Fri Mar 12 16:52:28 2010 +0000 Monotone-Date: 2010-03-12T16:52:28 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit d5f65a357622c1dc4f4e03cc51a41ecc8fc6df28 Author: Wolfgang Sourdeau Date: Fri Mar 12 16:17:20 2010 +0000 @@ -42319,6 +51285,8 @@ Date: Fri Mar 12 16:17:20 2010 +0000 Monotone-Date: 2010-03-12T16:17:20 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.js + commit 9020851ebf3498f2d7ca6cceb920b523f8981a27 Author: Wolfgang Sourdeau Date: Fri Mar 12 16:16:30 2010 +0000 @@ -42330,6 +51298,8 @@ Date: Fri Mar 12 16:16:30 2010 +0000 Monotone-Date: 2010-03-12T16:16:30 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit 466c0ee0184ef7c929329cea337544d459cca41b Author: Wolfgang Sourdeau Date: Fri Mar 12 16:15:26 2010 +0000 @@ -42341,6 +51311,8 @@ Date: Fri Mar 12 16:15:26 2010 +0000 Monotone-Date: 2010-03-12T16:15:26 Monotone-Branch: ca.inverse.sogo +M UI/Templates/PreferencesUI/UIxPreferences.wox + commit 7c1dc619b0ec74799256a2567f0a179a4e726119 Author: Wolfgang Sourdeau Date: Fri Mar 12 16:03:26 2010 +0000 @@ -42352,6 +51324,8 @@ Date: Fri Mar 12 16:03:26 2010 +0000 Monotone-Date: 2010-03-12T16:03:26 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/PasswordPolicy.js + commit 5cdefc8a8bc30adb12b2d9da561abd88c9c68226 Author: Wolfgang Sourdeau Date: Thu Mar 11 22:32:47 2010 +0000 @@ -42363,6 +51337,9 @@ Date: Thu Mar 11 22:32:47 2010 +0000 Monotone-Date: 2010-03-11T22:32:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit 4d594b799fdffd2ecf59170bc22bc0779929c7aa Author: Wolfgang Sourdeau Date: Thu Mar 11 21:51:06 2010 +0000 @@ -42374,6 +51351,8 @@ Date: Thu Mar 11 21:51:06 2010 +0000 Monotone-Date: 2010-03-11T21:51:06 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit a274a8e5454bbf866badbd739ac2725c5654dc94 Author: Wolfgang Sourdeau Date: Thu Mar 11 14:52:52 2010 +0000 @@ -42385,6 +51364,8 @@ Date: Thu Mar 11 14:52:52 2010 +0000 Monotone-Date: 2010-03-11T14:52:52 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxPreferences.js + commit bb48a95ab20afb44d23a2173d7ce951c0efd9b47 Author: Wolfgang Sourdeau Date: Thu Mar 11 13:43:45 2010 +0000 @@ -42396,6 +51377,8 @@ Date: Thu Mar 11 13:43:45 2010 +0000 Monotone-Date: 2010-03-11T13:43:45 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.js + commit dce4fd7896505f68ec2a518ab9762f42a8eefbe4 Author: Wolfgang Sourdeau Date: Thu Mar 11 13:43:41 2010 +0000 @@ -42407,6 +51390,8 @@ Date: Thu Mar 11 13:43:41 2010 +0000 Monotone-Date: 2010-03-11T13:43:41 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 81def3f574621770288b473657fc1b68e973c9b5 Author: Wolfgang Sourdeau Date: Thu Mar 11 13:34:37 2010 +0000 @@ -42418,6 +51403,9 @@ Date: Thu Mar 11 13:34:37 2010 +0000 Monotone-Date: 2010-03-11T13:34:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 0713ff2d1617d8cc0d787ef05ecb0692b7aab82f Author: Wolfgang Sourdeau Date: Wed Mar 10 21:57:36 2010 +0000 @@ -42429,6 +51417,8 @@ Date: Wed Mar 10 21:57:36 2010 +0000 Monotone-Date: 2010-03-10T21:57:36 Monotone-Branch: ca.inverse.sogo +M NEWS + commit f0b3b6af5368333f17a7b7534a8c05d694dfcc58 Author: Wolfgang Sourdeau Date: Wed Mar 10 21:56:39 2010 +0000 @@ -42440,6 +51430,8 @@ Date: Wed Mar 10 21:56:39 2010 +0000 Monotone-Date: 2010-03-10T21:56:39 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 251a538c12682f5d352b8040d4f078e510ccf732 Author: Wolfgang Sourdeau Date: Wed Mar 10 21:53:26 2010 +0000 @@ -42451,6 +51443,15 @@ Date: Wed Mar 10 21:53:26 2010 +0000 Monotone-Date: 2010-03-10T21:53:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m +M UI/Scheduler/UIxCalendarProperties.h +M UI/Scheduler/UIxCalendarProperties.m +M UI/Templates/SchedulerUI/UIxCalendarProperties.wox +M UI/WebServerResources/SchedulerUI.js + commit 3b056b322669e334c40eb1d4bd2f7cb0739420bd Author: Wolfgang Sourdeau Date: Tue Mar 9 20:33:00 2010 +0000 @@ -42462,6 +51463,10 @@ Date: Tue Mar 9 20:33:00 2010 +0000 Monotone-Date: 2010-03-09T20:33:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/WODirectAction+SOGo.m +M UI/MainUI/SOGoRootPage.m + commit 2b03a58b9d54fbe3389bfce8eb397bacf6a88c48 Author: Wolfgang Sourdeau Date: Tue Mar 9 20:29:17 2010 +0000 @@ -42473,6 +51478,9 @@ Date: Tue Mar 9 20:29:17 2010 +0000 Monotone-Date: 2010-03-09T20:29:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/UIxComponent.m + commit 8de0a6199805b107d7d920feacfdd7fec3e85505 Author: Wolfgang Sourdeau Date: Tue Mar 9 20:28:38 2010 +0000 @@ -42484,6 +51492,8 @@ Date: Tue Mar 9 20:28:38 2010 +0000 Monotone-Date: 2010-03-09T20:28:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit e50a87cd67c6ce3bc1f353bcc48a3a13984bfc38 Author: Wolfgang Sourdeau Date: Tue Mar 9 20:28:24 2010 +0000 @@ -42495,6 +51505,9 @@ Date: Tue Mar 9 20:28:24 2010 +0000 Monotone-Date: 2010-03-09T20:28:24 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/SOGoUserHomePage.m +M UI/WebServerResources/UIxContactsUserFolders.js + commit 0c1f4cc40a1af7cf3a0e8976e56015f1bc1e15ed Author: Wolfgang Sourdeau Date: Tue Mar 9 20:25:10 2010 +0000 @@ -42506,6 +51519,8 @@ Date: Tue Mar 9 20:25:10 2010 +0000 Monotone-Date: 2010-03-09T20:25:10 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 20f383e85facdf1a42179880299dabe14ce39d62 Author: Wolfgang Sourdeau Date: Tue Mar 9 17:08:22 2010 +0000 @@ -42517,6 +51532,9 @@ Date: Tue Mar 9 17:08:22 2010 +0000 Monotone-Date: 2010-03-09T17:08:22 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalTimeZone.m + commit 0d8c134cb1af337cec171d3f2c30d1e25cca76d1 Author: Wolfgang Sourdeau Date: Tue Mar 9 17:06:40 2010 +0000 @@ -42528,6 +51546,9 @@ Date: Tue Mar 9 17:06:40 2010 +0000 Monotone-Date: 2010-03-09T17:06:40 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalTimeZonePeriod.m + commit 9da637263e281d0b9fe3413c77b189bb6427626d Author: Wolfgang Sourdeau Date: Tue Mar 9 14:29:16 2010 +0000 @@ -42539,21 +51560,8 @@ Date: Tue Mar 9 14:29:16 2010 +0000 Monotone-Date: 2010-03-09T14:29:16 Monotone-Branch: ca.inverse.sogo -commit abeac067fd2cb973e6ff7bc754903dfaa876c2d9 -Merge: f26856a 493989e -Author: Wolfgang Sourdeau -Date: Tue Mar 9 14:22:15 2010 +0000 - - merge of 'c34c0300a1f39388ab0115f21ccd4e9ac36b52ae' - and 'c6b8e3c75a4449f576bab78576b6ea03f5d7d891' - - Monotone-Parent: c34c0300a1f39388ab0115f21ccd4e9ac36b52ae - Monotone-Parent: c6b8e3c75a4449f576bab78576b6ea03f5d7d891 - Monotone-Revision: 03c23ddd42cc8c0dc879455acf6c14cc491d7f12 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-03-09T14:22:15 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js commit f26856a8a11709809ae8f3f4e02eb567aa81e320 Author: Wolfgang Sourdeau @@ -42568,6 +51576,8 @@ Date: Tue Mar 9 13:50:54 2010 +0000 Monotone-Date: 2010-03-09T13:50:54 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 96d98662e3722bd87c6fe89e67f798c56629cb7f Author: Wolfgang Sourdeau Date: Tue Mar 9 13:50:24 2010 +0000 @@ -42581,6 +51591,8 @@ Date: Tue Mar 9 13:50:24 2010 +0000 Monotone-Date: 2010-03-09T13:50:24 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 2146e42f3631e98bc8448ccae282503d62f557ab Author: Wolfgang Sourdeau Date: Tue Mar 9 13:50:06 2010 +0000 @@ -42594,6 +51606,8 @@ Date: Tue Mar 9 13:50:06 2010 +0000 Monotone-Date: 2010-03-09T13:50:06 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit f960f6fbd5fa9dd7d8261323df532ef79d3a7ed1 Author: Wolfgang Sourdeau Date: Tue Mar 9 13:45:52 2010 +0000 @@ -42607,6 +51621,8 @@ Date: Tue Mar 9 13:45:52 2010 +0000 Monotone-Date: 2010-03-09T13:45:52 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactsUserFolders.js + commit 30552433854dc15b9f0c0da8129a21bc03ddfc24 Author: Wolfgang Sourdeau Date: Tue Mar 9 13:45:19 2010 +0000 @@ -42618,6 +51634,10 @@ Date: Tue Mar 9 13:45:19 2010 +0000 Monotone-Date: 2010-03-09T13:45:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/generic.js + commit 96ae0d1b16a7a78eff06c19b2fc3724318d49c45 Author: Wolfgang Sourdeau Date: Mon Mar 8 21:42:10 2010 +0000 @@ -42629,21 +51649,9 @@ Date: Mon Mar 8 21:42:10 2010 +0000 Monotone-Date: 2010-03-08T21:42:10 Monotone-Branch: ca.inverse.sogo -commit 493989e954c52295dcda5c715a6b7aab4ca01738 -Merge: df8b5ba 96ae0d1 -Author: Ludovic Marcotte -Date: Mon Mar 8 21:01:35 2010 +0000 - - merge of 'c6339a8aa68698c675ee2d4eb594d55534556d0a' - and 'd6acf550ed6a03fbd33942b8d7cd672e30a07bf0' - - Monotone-Parent: c6339a8aa68698c675ee2d4eb594d55534556d0a - Monotone-Parent: d6acf550ed6a03fbd33942b8d7cd672e30a07bf0 - Monotone-Revision: c6b8e3c75a4449f576bab78576b6ea03f5d7d891 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2010-03-08T21:01:35 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/generic.js commit df8b5ba7d55239bebf9475bcb535f000ac77d821 Author: Ludovic Marcotte @@ -42658,6 +51666,9 @@ Date: Mon Mar 8 21:01:25 2010 +0000 Monotone-Date: 2010-03-08T21:01:25 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/SOGoRootPage.m +M UI/WebServerResources/SOGoRootPage.js + commit 17bb6a4c7a134f24891e88cdc185d46748977ae3 Author: Wolfgang Sourdeau Date: Mon Mar 8 20:52:37 2010 +0000 @@ -42669,6 +51680,17 @@ Date: Mon Mar 8 20:52:37 2010 +0000 Monotone-Date: 2010-03-08T20:52:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoRootPage.m +M UI/Templates/MainUI/SOGoRootPage.wox +M UI/Templates/PreferencesUI/UIxPreferences.wox +A UI/WebServerResources/PasswordPolicy.js +M UI/WebServerResources/SOGoRootPage.css +M UI/WebServerResources/SOGoRootPage.js +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit e42e19b9d5e36dab3f4be5fff37c6c5f31bdc034 Author: Wolfgang Sourdeau Date: Mon Mar 8 16:41:04 2010 +0000 @@ -42680,6 +51702,8 @@ Date: Mon Mar 8 16:41:04 2010 +0000 Monotone-Date: 2010-03-08T16:41:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit f0cb6ac2b02df9f8c10b380382cdb8f822f123b9 Author: Wolfgang Sourdeau Date: Mon Mar 8 16:40:18 2010 +0000 @@ -42691,21 +51715,10 @@ Date: Mon Mar 8 16:40:18 2010 +0000 Monotone-Date: 2010-03-08T16:40:18 Monotone-Branch: ca.inverse.sogo -commit 32e7443688eb0f6776339b970b028739b3aad5e2 -Merge: 40c3cb7 bac6987 -Author: Wolfgang Sourdeau -Date: Mon Mar 8 16:27:32 2010 +0000 - - merge of '2cbc46c16f9b3d45d868b15a968f614dbbaf9749' - and '2f4f12453e4e198701812e72c5d221790c69d013' - - Monotone-Parent: 2cbc46c16f9b3d45d868b15a968f614dbbaf9749 - Monotone-Parent: 2f4f12453e4e198701812e72c5d221790c69d013 - Monotone-Revision: 9adf735e0d77302071b7cf3311f5304804b3927f - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-03-08T16:27:32 - Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/UIxPreferences.h +M UI/PreferencesUI/UIxPreferences.m +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.js commit 40c3cb74d0e08d5205302efa6bd16afe5a99d686 Author: Ludovic Marcotte @@ -42720,6 +51733,33 @@ Date: Mon Mar 8 15:18:05 2010 +0000 Monotone-Date: 2010-03-08T15:18:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/sope-patchset-r1664.diff +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m +M SoObjects/SOGo/SOGoAuthenticator.h +A SoObjects/SOGo/SOGoConstants.h +A SoObjects/SOGo/SOGoConstants.m +M SoObjects/SOGo/SOGoDAVAuthenticator.m +M SoObjects/SOGo/SOGoDomainDefaults.h +M SoObjects/SOGo/SOGoDomainDefaults.m +M SoObjects/SOGo/SOGoSource.h +M SoObjects/SOGo/SOGoSystemDefaults.h +M SoObjects/SOGo/SOGoUserManager.h +M SoObjects/SOGo/SOGoUserManager.m +M SoObjects/SOGo/SOGoWebAuthenticator.h +M SoObjects/SOGo/SOGoWebAuthenticator.m +M SoObjects/SOGo/SQLSource.m +M UI/MainUI/SOGoRootPage.h +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/product.plist +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/JavascriptAPIExtensions.js +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/generic.js + commit bac6987b5b4afc4c8a9470f144ed23b1c4787945 Author: Wolfgang Sourdeau Date: Fri Mar 5 23:44:20 2010 +0000 @@ -42731,6 +51771,19 @@ Date: Fri Mar 5 23:44:20 2010 +0000 Monotone-Date: 2010-03-05T23:44:20 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings + commit 13206f066d29190fb308012765be0fe73f759507 Author: Wolfgang Sourdeau Date: Fri Mar 5 18:31:52 2010 +0000 @@ -42744,6 +51797,8 @@ Date: Fri Mar 5 18:31:52 2010 +0000 Monotone-Date: 2010-03-05T18:31:52 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit 7470617afa0f4c710616970a374ced3caab57d8b Author: Wolfgang Sourdeau Date: Fri Mar 5 18:22:40 2010 +0000 @@ -42757,6 +51812,8 @@ Date: Fri Mar 5 18:22:40 2010 +0000 Monotone-Date: 2010-03-05T18:22:40 Monotone-Branch: ca.inverse.sogo +M UI/Templates/PreferencesUI/UIxPreferences.wox + commit 056ccff35f9ab0de3cd903013259f91dddec99ec Author: Wolfgang Sourdeau Date: Fri Mar 5 15:34:24 2010 +0000 @@ -42768,6 +51825,10 @@ Date: Fri Mar 5 15:34:24 2010 +0000 Monotone-Date: 2010-03-05T15:34:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+DAV.m +M SoObjects/SOGo/SOGoUserFolder.m + commit c5b0a191a2edb819d60b783547a41cd3f8d4e2fc Author: Wolfgang Sourdeau Date: Thu Mar 4 20:41:37 2010 +0000 @@ -42779,6 +51840,8 @@ Date: Thu Mar 4 20:41:37 2010 +0000 Monotone-Date: 2010-03-04T20:41:37 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 49acec6fe140782a2049778e91c24b12051acdd6 Author: Wolfgang Sourdeau Date: Wed Mar 3 14:20:55 2010 +0000 @@ -42790,6 +51853,8 @@ Date: Wed Mar 3 14:20:55 2010 +0000 Monotone-Date: 2010-03-03T14:20:55 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit b06a362464cdba56e6144f0296fd8551d6816071 Author: Wolfgang Sourdeau Date: Tue Mar 2 21:35:42 2010 +0000 @@ -42801,6 +51866,8 @@ Date: Tue Mar 2 21:35:42 2010 +0000 Monotone-Date: 2010-03-02T21:35:42 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxFilterEditor.js + commit 5e868a76e7f8e24a9ddf498dcc3011531380378f Author: Wolfgang Sourdeau Date: Tue Mar 2 21:35:21 2010 +0000 @@ -42812,6 +51879,8 @@ Date: Tue Mar 2 21:35:21 2010 +0000 Monotone-Date: 2010-03-02T21:35:21 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxPreferences.css + commit cc9966dccc13772c1262deb157b0264c7af3165a Author: Wolfgang Sourdeau Date: Tue Mar 2 21:26:11 2010 +0000 @@ -42823,6 +51892,8 @@ Date: Tue Mar 2 21:26:11 2010 +0000 Monotone-Date: 2010-03-02T21:26:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxFilterEditor.css + commit cbb06faf7c977b8176f68b9d55495559d0fd0675 Author: Wolfgang Sourdeau Date: Tue Mar 2 20:00:27 2010 +0000 @@ -42834,6 +51905,8 @@ Date: Tue Mar 2 20:00:27 2010 +0000 Monotone-Date: 2010-03-02T20:00:27 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoDefaults.plist + commit f81f48cb90a0c5fd37dd1f92cfeb20d0687454e3 Author: Wolfgang Sourdeau Date: Tue Mar 2 19:57:30 2010 +0000 @@ -42845,6 +51918,35 @@ Date: Tue Mar 2 19:57:30 2010 +0000 Monotone-Date: 2010-03-02T19:57:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/GNUmakefile +M SoObjects/Mailer/SOGoMailAccount.m +A SoObjects/Mailer/SOGoSieveConverter.h +A SoObjects/Mailer/SOGoSieveConverter.m +M SoObjects/SOGo/NSDictionary+Utilities.h +M SoObjects/SOGo/NSDictionary+Utilities.m +M SoObjects/SOGo/SOGoDefaults.plist +M SoObjects/SOGo/SOGoDomainDefaults.h +M SoObjects/SOGo/SOGoDomainDefaults.m +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m +M UI/PreferencesUI/GNUmakefile +A UI/PreferencesUI/GNUmakefile.preamble +A UI/PreferencesUI/UIxFilterEditor.m +M UI/PreferencesUI/UIxPreferences.h +M UI/PreferencesUI/UIxPreferences.m +M UI/PreferencesUI/product.plist +A UI/Templates/PreferencesUI/UIxFilterEditor.wox +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxContactEditor.js +A UI/WebServerResources/UIxFilterEditor.css +A UI/WebServerResources/UIxFilterEditor.js +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/UIxPreferences.js +A UI/WebServerResources/down-icon.png +M UI/WebServerResources/generic.css +A UI/WebServerResources/up-icon.png + commit e2f1faa6972e28b8f6ea542416348b90981287c3 Author: Wolfgang Sourdeau Date: Tue Mar 2 19:53:53 2010 +0000 @@ -42856,21 +51958,8 @@ Date: Tue Mar 2 19:53:53 2010 +0000 Monotone-Date: 2010-03-02T19:53:53 Monotone-Branch: ca.inverse.sogo -commit a5171ea34fc15977e1d731d3036bea5d04a64055 -Merge: 43a51d3 c054109 -Author: Wolfgang Sourdeau -Date: Mon Mar 1 21:22:11 2010 +0000 - - merge of '708b215bd02d30547b93140994babe45b2472573' - and '7c54925b7d17d30cc75f406592cb3e9c01a59759' - - Monotone-Parent: 708b215bd02d30547b93140994babe45b2472573 - Monotone-Parent: 7c54925b7d17d30cc75f406592cb3e9c01a59759 - Monotone-Revision: 57e41fda15f1e4891e7b367169b5662b73274f50 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-03-01T21:22:11 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js commit 43a51d3b448c53fbb87f1e4d71d831a53bb6b51b Author: Wolfgang Sourdeau @@ -42883,6 +51972,10 @@ Date: Mon Mar 1 17:56:33 2010 +0000 Monotone-Date: 2010-03-01T17:56:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoDomainDefaults.h +M SoObjects/SOGo/SOGoDomainDefaults.m + commit 5de096bc9fcdbb86b6f760a90faa5d27d3f4f929 Author: Wolfgang Sourdeau Date: Mon Mar 1 16:43:45 2010 +0000 @@ -42894,21 +51987,9 @@ Date: Mon Mar 1 16:43:45 2010 +0000 Monotone-Date: 2010-03-01T16:43:45 Monotone-Branch: ca.inverse.sogo -commit c0541095a75618b0661163596349201a4f321876 -Merge: 77ada2f 6f1c1ba -Author: Francis Lachapelle -Date: Mon Mar 1 15:31:38 2010 +0000 - - merge of '21ee7a1f6257a0c47b6bce99b088614daf239ad3' - and 'c753d4af992c07bd25d59ae087113384e379361b' - - Monotone-Parent: 21ee7a1f6257a0c47b6bce99b088614daf239ad3 - Monotone-Parent: c753d4af992c07bd25d59ae087113384e379361b - Monotone-Revision: 7c54925b7d17d30cc75f406592cb3e9c01a59759 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-03-01T15:31:38 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoDomainDefaults.h +M SoObjects/SOGo/SOGoDomainDefaults.m commit 6f1c1baa201423dcb59f0b225d52f55672afa6cf Author: Francis Lachapelle @@ -42923,6 +52004,9 @@ Date: Mon Mar 1 15:31:20 2010 +0000 Monotone-Date: 2010-03-01T15:31:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxMailEditor.js + commit 77ada2fdd92b47bb8fbbf3636d54662b037790d7 Author: Wolfgang Sourdeau Date: Mon Mar 1 15:31:13 2010 +0000 @@ -42934,6 +52018,8 @@ Date: Mon Mar 1 15:31:13 2010 +0000 Monotone-Date: 2010-03-01T15:31:13 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css + commit 0cc22a47e98b180dd77f7ccec85a50060f47975d Author: Wolfgang Sourdeau Date: Thu Feb 25 14:47:57 2010 +0000 @@ -42945,21 +52031,7 @@ Date: Thu Feb 25 14:47:57 2010 +0000 Monotone-Date: 2010-02-25T14:47:57 Monotone-Branch: ca.inverse.sogo -commit 92e5b3031029282be4daa2baf68799d0a67dfc89 -Merge: 639d6cf 0f4868c -Author: Wolfgang Sourdeau -Date: Wed Feb 24 21:39:01 2010 +0000 - - merge of '776dc75fed5683da1627715f48714600978e0286' - and 'a9979a68cce7a82e5b6ee0e52a65df546ab56c59' - - Monotone-Parent: 776dc75fed5683da1627715f48714600978e0286 - Monotone-Parent: a9979a68cce7a82e5b6ee0e52a65df546ab56c59 - Monotone-Revision: bc53d4486da9eb6b195273cef7d073fdcf53aa5c - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-02-24T21:39:01 - Monotone-Branch: ca.inverse.sogo +D UI/WebServerResources/HTMLUListElement.js commit 639d6cfde544af38aeff62fe6507873c76254457 Author: Wolfgang Sourdeau @@ -42972,6 +52044,8 @@ Date: Wed Feb 24 21:37:57 2010 +0000 Monotone-Date: 2010-02-24T21:37:57 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit 0f4868c996ff52f47f064d971548856a0c3ab6ea Author: Ludovic Marcotte Date: Tue Feb 23 14:49:18 2010 +0000 @@ -42985,6 +52059,13 @@ Date: Tue Feb 23 14:49:18 2010 +0000 Monotone-Date: 2010-02-23T14:49:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoDefaults.plist +M SoObjects/SOGo/SOGoSystemDefaults.h +M SoObjects/SOGo/SOGoSystemDefaults.m + commit 108954122c752219c45d95ecb044e3464d132cc3 Author: Ludovic Marcotte Date: Tue Feb 23 14:41:25 2010 +0000 @@ -42998,6 +52079,10 @@ Date: Tue Feb 23 14:41:25 2010 +0000 Monotone-Date: 2010-02-23T14:41:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/GNUmakefile.preamble +M UI/Scheduler/UIxCalListingActions.m + commit 1ca9679ba20f0530e113661c5b7781a247fa02c9 Author: Wolfgang Sourdeau Date: Mon Feb 22 16:37:50 2010 +0000 @@ -43009,6 +52094,8 @@ Date: Mon Feb 22 16:37:50 2010 +0000 Monotone-Date: 2010-02-22T16:37:50 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxPreferences.css + commit 972e44201f50602e56bf2d62ba45c38fa47122fd Author: Wolfgang Sourdeau Date: Mon Feb 22 16:36:23 2010 +0000 @@ -43020,6 +52107,8 @@ Date: Mon Feb 22 16:36:23 2010 +0000 Monotone-Date: 2010-02-22T16:36:23 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit 1d3269fe919464833ecf955f2a926f515272c6f3 Author: Wolfgang Sourdeau Date: Mon Feb 22 15:12:42 2010 +0000 @@ -43033,6 +52122,9 @@ Date: Mon Feb 22 15:12:42 2010 +0000 Monotone-Date: 2010-02-22T15:12:42 Monotone-Branch: ca.inverse.sogo +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.css + commit a1cd03457caa83f1c06ef55609922a89d70f1855 Author: Wolfgang Sourdeau Date: Mon Feb 22 14:54:25 2010 +0000 @@ -43044,6 +52136,8 @@ Date: Mon Feb 22 14:54:25 2010 +0000 Monotone-Date: 2010-02-22T14:54:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 51fe06f49bd04d819bfaf33eb344f74bfb515854 Author: Wolfgang Sourdeau Date: Fri Feb 19 22:12:25 2010 +0000 @@ -43055,21 +52149,7 @@ Date: Fri Feb 19 22:12:25 2010 +0000 Monotone-Date: 2010-02-19T22:12:25 Monotone-Branch: ca.inverse.sogo -commit 897e17aef55541f1b682d76213840f269f26b829 -Merge: 9325739 5384391 -Author: Wolfgang Sourdeau -Date: Fri Feb 19 20:16:55 2010 +0000 - - merge of '1334b0291ad757f98c96b8cb3b8c8adf02c08bad' - and '4221bfcbc24f6099f969c44a20f8736c7d6fa718' - - Monotone-Parent: 1334b0291ad757f98c96b8cb3b8c8adf02c08bad - Monotone-Parent: 4221bfcbc24f6099f969c44a20f8736c7d6fa718 - Monotone-Revision: 92e0d4c3b4bdc8ffd74aabd14c2d3e3ee7c1f7d4 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-02-19T20:16:55 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailCzechICalReply.wo/SOGoAptMailCzechICalReply.html commit 538439128f0f970f59dec300c0906baf5fb743b2 Author: Francis Lachapelle @@ -43084,21 +52164,8 @@ Date: Fri Feb 19 20:16:18 2010 +0000 Monotone-Date: 2010-02-19T20:16:18 Monotone-Branch: ca.inverse.sogo -commit 93257396513cc851eadd8ca40769d934a0e17204 -Merge: db30303 fbc2493 -Author: Wolfgang Sourdeau -Date: Fri Feb 19 20:02:19 2010 +0000 - - merge of '27325903c7c22f4bf624c26770a8d5506aa2ef70' - and 'fbf33893aadacadd740bd14f543861a0c8f9aee5' - - Monotone-Parent: 27325903c7c22f4bf624c26770a8d5506aa2ef70 - Monotone-Parent: fbf33893aadacadd740bd14f543861a0c8f9aee5 - Monotone-Revision: 1334b0291ad757f98c96b8cb3b8c8adf02c08bad - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-02-19T20:02:19 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt commit fbc2493d02996959148677d98843575b58251d05 Author: Wolfgang Sourdeau @@ -43111,21 +52178,7 @@ Date: Fri Feb 19 19:58:47 2010 +0000 Monotone-Date: 2010-02-19T19:58:47 Monotone-Branch: ca.inverse.sogo -commit db30303c710461b16f63a0a949841d33cda7a9fd -Merge: a372bc6 e80dcd9 -Author: Francis Lachapelle -Date: Fri Feb 19 19:43:42 2010 +0000 - - merge of '2b2aeaee582fb444f9d1dff9992f1bd7aa86830d' - and 'ebb7a9c328e41d407de2da0ef3e8b8df2c454780' - - Monotone-Parent: 2b2aeaee582fb444f9d1dff9992f1bd7aa86830d - Monotone-Parent: ebb7a9c328e41d407de2da0ef3e8b8df2c454780 - Monotone-Revision: 27325903c7c22f4bf624c26770a8d5506aa2ef70 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-02-19T19:43:42 - Monotone-Branch: ca.inverse.sogo +M NEWS commit e80dcd971d3829506ed95a30b6fad54b7c342353 Author: Wolfgang Sourdeau @@ -43139,6 +52192,8 @@ Date: Fri Feb 19 19:32:02 2010 +0000 Monotone-Branch: ca.inverse.sogo Monotone-Tag: SOGo_v1.2.1 +M UI/WebServerResources/SchedulerUI.css + commit a372bc60642aa0165235aa70f7c0aa2d78b7ea45 Author: Francis Lachapelle Date: Fri Feb 19 19:31:26 2010 +0000 @@ -43152,6 +52207,8 @@ Date: Fri Feb 19 19:31:26 2010 +0000 Monotone-Date: 2010-02-19T19:31:26 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/Version + commit bca521ebd9c1dbb6733b346f188b94c2537fac0e Author: Wolfgang Sourdeau Date: Fri Feb 19 19:04:44 2010 +0000 @@ -43164,6 +52221,8 @@ Date: Fri Feb 19 19:04:44 2010 +0000 Monotone-Branch: ca.inverse.sogo Monotone-Tag: SOGo_v1.2.1 +M ChangeLog + commit e70b3cdf8e1e3804909020d60e371ec1d67f1bbd Author: Wolfgang Sourdeau Date: Fri Feb 19 19:04:19 2010 +0000 @@ -43175,6 +52234,9 @@ Date: Fri Feb 19 19:04:19 2010 +0000 Monotone-Date: 2010-02-19T19:04:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m + commit e73b7889f5232f75632d2e16b17246472f7e482f Author: Wolfgang Sourdeau Date: Fri Feb 19 17:07:18 2010 +0000 @@ -43186,6 +52248,8 @@ Date: Fri Feb 19 17:07:18 2010 +0000 Monotone-Date: 2010-02-19T17:07:18 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 586e5f5642748fb0cab6689ccc5c327c0e9e734c Author: Wolfgang Sourdeau Date: Fri Feb 19 16:45:07 2010 +0000 @@ -43197,6 +52261,13 @@ Date: Fri Feb 19 16:45:07 2010 +0000 Monotone-Date: 2010-02-19T16:45:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/GNUmakefile.preamble +M UI/Common/UIxPageFrame.m +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/generic.css +M UI/common.make + commit 24e065f45aae613798e743f6aedce537e4bc6c17 Author: Wolfgang Sourdeau Date: Fri Feb 19 16:25:55 2010 +0000 @@ -43208,21 +52279,9 @@ Date: Fri Feb 19 16:25:55 2010 +0000 Monotone-Date: 2010-02-19T16:25:55 Monotone-Branch: ca.inverse.sogo -commit fb12309ed44e07d148c1468ff4304b96101761f6 -Merge: 65fcd2b 6513761 -Author: Wolfgang Sourdeau -Date: Fri Feb 19 14:52:55 2010 +0000 - - merge of '92359dd58e30421ba90b8d9411ebae413f553836' - and 'f2cb92adb8ead8e44b81938a9d331584b7752fe4' - - Monotone-Parent: 92359dd58e30421ba90b8d9411ebae413f553836 - Monotone-Parent: f2cb92adb8ead8e44b81938a9d331584b7752fe4 - Monotone-Revision: c85488a496026efc268c07b0e8c84d1c1d1983d7 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-02-19T14:52:55 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/sope-patchset-r1664.diff +M SoObjects/Mailer/SOGoMailAccount.m commit 65137616096aed902e9224d2b5f06a1e40a25366 Author: Wolfgang Sourdeau @@ -43235,6 +52294,8 @@ Date: Fri Feb 19 14:52:05 2010 +0000 Monotone-Date: 2010-02-19T14:52:05 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailFolderActions.m + commit f9dac5dbcf34467cd64e32582970de708313ded3 Author: Wolfgang Sourdeau Date: Fri Feb 19 14:51:07 2010 +0000 @@ -43246,6 +52307,9 @@ Date: Fri Feb 19 14:51:07 2010 +0000 Monotone-Date: 2010-02-19T14:51:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailFolderActions.m + commit 65fcd2bde3c19cf44977a0ef7f8cfe9c3c6e330c Author: Ludovic Marcotte Date: Fri Feb 19 14:30:21 2010 +0000 @@ -43259,6 +52323,10 @@ Date: Fri Feb 19 14:30:21 2010 +0000 Monotone-Date: 2010-02-19T14:30:21 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + commit 7c0d2b8954fa3d7f2f55b6c2f4f790236a98066d Author: Wolfgang Sourdeau Date: Fri Feb 19 13:48:09 2010 +0000 @@ -43270,6 +52338,8 @@ Date: Fri Feb 19 13:48:09 2010 +0000 Monotone-Date: 2010-02-19T13:48:09 Monotone-Branch: ca.inverse.sogo +M Main/Version + commit 2361039015806e818c338993a07fc0be22ee4867 Author: Wolfgang Sourdeau Date: Fri Feb 19 13:47:40 2010 +0000 @@ -43281,6 +52351,11 @@ Date: Fri Feb 19 13:47:40 2010 +0000 Monotone-Date: 2010-02-19T13:47:40 Monotone-Branch: ca.inverse.sogo +M Main/GNUmakefile +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/GNUmakefile.preamble +M SoObjects/SOGo/SOGoBuild.m + commit 9f7901f9d3adb5ef2a52256636f337e2e1341ad0 Author: Wolfgang Sourdeau Date: Fri Feb 19 13:47:00 2010 +0000 @@ -43292,6 +52367,9 @@ Date: Fri Feb 19 13:47:00 2010 +0000 Monotone-Date: 2010-02-19T13:47:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m + commit 93a566cf9baa32d9e2ab7f6193744adcad4b4731 Author: Wolfgang Sourdeau Date: Fri Feb 19 00:38:34 2010 +0000 @@ -43303,6 +52381,8 @@ Date: Fri Feb 19 00:38:34 2010 +0000 Monotone-Date: 2010-02-19T00:38:34 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit f20478142ff9647996475828c0b3caee12ff5513 Author: Wolfgang Sourdeau Date: Thu Feb 18 22:36:00 2010 +0000 @@ -43314,6 +52394,9 @@ Date: Thu Feb 18 22:36:00 2010 +0000 Monotone-Date: 2010-02-18T22:36:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/SOGoToolRestore.m + commit f0ba13c1dc8616a7b744dd3194a742813da41e96 Author: Wolfgang Sourdeau Date: Thu Feb 18 22:34:51 2010 +0000 @@ -43325,6 +52408,11 @@ Date: Thu Feb 18 22:34:51 2010 +0000 Monotone-Date: 2010-02-18T22:34:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m +M SoObjects/SOGo/SOGoProductLoader.h +M SoObjects/SOGo/SOGoProductLoader.m + commit bb13d2b0b5c8639e773c184f59ded25fbb24143a Author: Wolfgang Sourdeau Date: Thu Feb 18 22:08:48 2010 +0000 @@ -43336,6 +52424,18 @@ Date: Thu Feb 18 22:08:48 2010 +0000 Monotone-Date: 2010-02-18T22:08:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/GNUmakefile +M Main/GNUmakefile.preamble +M Main/SOGo.m +D Main/build.h +D Main/build.m +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/GNUmakefile.preamble +A SoObjects/SOGo/SOGoBuild.h +A SoObjects/SOGo/SOGoBuild.m +M UI/SOGoUI/UIxComponent.m + commit 9227567a30f87e1b9abc1edbbb6622cc93720b60 Author: Wolfgang Sourdeau Date: Thu Feb 18 21:55:40 2010 +0000 @@ -43347,21 +52447,15 @@ Date: Thu Feb 18 21:55:40 2010 +0000 Monotone-Date: 2010-02-18T21:55:40 Monotone-Branch: ca.inverse.sogo -commit 4209def9c3641d52ef178b488975a99db1be34ab -Merge: 4584652 d5af9f3 -Author: Wolfgang Sourdeau -Date: Thu Feb 18 21:40:29 2010 +0000 - - merge of '33a155bb9aa78b5b1566316b90bfe31c482dc6a2' - and 'dad4b61f6a15f4d008df898e890a7b7f753c94e9' - - Monotone-Parent: 33a155bb9aa78b5b1566316b90bfe31c482dc6a2 - Monotone-Parent: dad4b61f6a15f4d008df898e890a7b7f753c94e9 - Monotone-Revision: 96b7d5f5bff55eab43747cf0e5e2b7e3d5df7d82 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-02-18T21:40:29 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/GNUmakefile +M Main/GNUmakefile.preamble +M Main/SOGo.m +D Main/SOGoProductLoader.h +D Main/SOGoProductLoader.m +M SoObjects/SOGo/GNUmakefile +A SoObjects/SOGo/SOGoProductLoader.h +A SoObjects/SOGo/SOGoProductLoader.m commit 4584652626d235e2d1c44c41ec1a22a75be5ae50 Author: Wolfgang Sourdeau @@ -43374,6 +52468,9 @@ Date: Thu Feb 18 21:39:25 2010 +0000 Monotone-Date: 2010-02-18T21:39:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoRootPage.m + commit d5af9f3d86d032e481101aea8614614d0ffd711d Author: Ludovic Marcotte Date: Thu Feb 18 20:01:12 2010 +0000 @@ -43387,6 +52484,9 @@ Date: Thu Feb 18 20:01:12 2010 +0000 Monotone-Date: 2010-02-18T20:01:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailFolderActions.m + commit c4e242069fbff9d00059fea959401426f8ad3c11 Author: Wolfgang Sourdeau Date: Thu Feb 18 19:43:22 2010 +0000 @@ -43398,6 +52498,9 @@ Date: Thu Feb 18 19:43:22 2010 +0000 Monotone-Date: 2010-02-18T19:43:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 9cced0c472867b41adc25bb93f54204302250433 Author: Wolfgang Sourdeau Date: Thu Feb 18 19:37:08 2010 +0000 @@ -43409,6 +52512,9 @@ Date: Thu Feb 18 19:37:08 2010 +0000 Monotone-Date: 2010-02-18T19:37:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 7e70e80e66081b369a1ef43bd4a3a8359822be22 Author: Wolfgang Sourdeau Date: Thu Feb 18 19:14:37 2010 +0000 @@ -43420,6 +52526,10 @@ Date: Thu Feb 18 19:14:37 2010 +0000 Monotone-Date: 2010-02-18T19:14:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m + commit 41a4767b62946887f0fbbbde2df203fa584d25f4 Author: Wolfgang Sourdeau Date: Thu Feb 18 18:09:59 2010 +0000 @@ -43431,6 +52541,8 @@ Date: Thu Feb 18 18:09:59 2010 +0000 Monotone-Date: 2010-02-18T18:09:59 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit 530b85d0cb2edbdf71b7acece5281a21a7feb063 Author: Wolfgang Sourdeau Date: Wed Feb 17 21:53:39 2010 +0000 @@ -43442,6 +52554,8 @@ Date: Wed Feb 17 21:53:39 2010 +0000 Monotone-Date: 2010-02-17T21:53:39 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 54276d3f1de6a4b2de464729f583c65b546f415d Author: Wolfgang Sourdeau Date: Wed Feb 17 21:31:59 2010 +0000 @@ -43455,6 +52569,8 @@ Date: Wed Feb 17 21:31:59 2010 +0000 Monotone-Date: 2010-02-17T21:31:59 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxRecurrenceEditor.js + commit 9bb85f3ca5ee63c6cbfe7fe6c34be19b4a684b2e Author: Wolfgang Sourdeau Date: Wed Feb 17 21:27:02 2010 +0000 @@ -43466,6 +52582,9 @@ Date: Wed Feb 17 21:27:02 2010 +0000 Monotone-Date: 2010-02-17T21:27:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit 745a21914837fe308fb0e0041a26296646222496 Author: Wolfgang Sourdeau Date: Wed Feb 17 21:05:24 2010 +0000 @@ -43477,6 +52596,8 @@ Date: Wed Feb 17 21:05:24 2010 +0000 Monotone-Date: 2010-02-17T21:05:24 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit e14a562650e6f9a5d8d7b3bad8ab8a1b7fa5351c Author: Wolfgang Sourdeau Date: Wed Feb 17 20:59:53 2010 +0000 @@ -43488,6 +52609,9 @@ Date: Wed Feb 17 20:59:53 2010 +0000 Monotone-Date: 2010-02-17T20:59:53 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/iefixes.css + commit cdcfa19091fd7387bced80bc6d3c431c28c95f4b Author: Wolfgang Sourdeau Date: Wed Feb 17 16:31:50 2010 +0000 @@ -43499,6 +52623,8 @@ Date: Wed Feb 17 16:31:50 2010 +0000 Monotone-Date: 2010-02-17T16:31:50 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAttendeesEditor.css + commit 9767563b46e3e718de9daae56910d4aa117f3d9a Author: Wolfgang Sourdeau Date: Wed Feb 17 16:29:31 2010 +0000 @@ -43510,6 +52636,8 @@ Date: Wed Feb 17 16:29:31 2010 +0000 Monotone-Date: 2010-02-17T16:29:31 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit d82f2ca1350bdc1dd57619658e134dab2c66d513 Author: Wolfgang Sourdeau Date: Wed Feb 17 16:06:55 2010 +0000 @@ -43521,6 +52649,11 @@ Date: Wed Feb 17 16:06:55 2010 +0000 Monotone-Date: 2010-02-17T16:06:55 Monotone-Branch: ca.inverse.sogo +M debian/changelog +M debian/rules +D debian/sogo.examples +M debian/sogo.install + commit b3033b7ee3180ef93e83c6a54dac7bea10c0339a Author: Wolfgang Sourdeau Date: Wed Feb 17 15:12:30 2010 +0000 @@ -43532,6 +52665,9 @@ Date: Wed Feb 17 15:12:30 2010 +0000 Monotone-Date: 2010-02-17T15:12:30 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/WebServerResources/UIxComponentEditor.css + commit 974d9d762916666484c8424840b4b544c223e0f3 Author: Wolfgang Sourdeau Date: Wed Feb 17 15:07:11 2010 +0000 @@ -43543,6 +52679,8 @@ Date: Wed Feb 17 15:07:11 2010 +0000 Monotone-Date: 2010-02-17T15:07:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/iefixes.css + commit 80041fdeff7eca86dc35f16a5904a10688d3e3b4 Author: Wolfgang Sourdeau Date: Tue Feb 16 22:50:21 2010 +0000 @@ -43554,6 +52692,8 @@ Date: Tue Feb 16 22:50:21 2010 +0000 Monotone-Date: 2010-02-16T22:50:21 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 3d046791ba0728ea29a595fd615b91391871f994 Author: Wolfgang Sourdeau Date: Tue Feb 16 13:32:02 2010 +0000 @@ -43565,6 +52705,9 @@ Date: Tue Feb 16 13:32:02 2010 +0000 Monotone-Date: 2010-02-16T13:32:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit 51951f162d4156add33ba4b65b9f17e8e8b4d2bb Author: Wolfgang Sourdeau Date: Tue Feb 16 13:28:20 2010 +0000 @@ -43576,6 +52719,9 @@ Date: Tue Feb 16 13:28:20 2010 +0000 Monotone-Date: 2010-02-16T13:28:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxColorPicker.js + commit 412fec42e9f9fc3b75e06df13c31060b42691350 Author: Wolfgang Sourdeau Date: Tue Feb 16 13:26:18 2010 +0000 @@ -43587,6 +52733,19 @@ Date: Tue Feb 16 13:26:18 2010 +0000 Monotone-Date: 2010-02-16T13:26:18 Monotone-Branch: ca.inverse.sogo +M UI/Common/BrazilianPortuguese.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Common/Hungarian.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Common/Russian.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +M UI/Common/Swedish.lproj/Localizable.strings +M UI/Common/Welsh.lproj/Localizable.strings + commit eed49616b4d6490044495e8baa93bcda802d9c93 Author: Wolfgang Sourdeau Date: Mon Feb 15 23:51:37 2010 +0000 @@ -43598,6 +52757,8 @@ Date: Mon Feb 15 23:51:37 2010 +0000 Monotone-Date: 2010-02-15T23:51:37 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/Italian.lproj/Localizable.strings + commit e522d93641e8df8f592cb93aad002de06fe2390a Author: Wolfgang Sourdeau Date: Mon Feb 15 23:47:52 2010 +0000 @@ -43609,6 +52770,17 @@ Date: Mon Feb 15 23:47:52 2010 +0000 Monotone-Date: 2010-02-15T23:47:52 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings + commit 904e35497dd38dd1f09b4cef42060ab9de60f3a0 Author: Wolfgang Sourdeau Date: Mon Feb 15 17:50:33 2010 +0000 @@ -43620,6 +52792,9 @@ Date: Mon Feb 15 17:50:33 2010 +0000 Monotone-Date: 2010-02-15T17:50:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUIDnD.js + commit a012a1a2055b74d01804f7b64fed569d9e85ce3a Author: Wolfgang Sourdeau Date: Mon Feb 15 17:35:19 2010 +0000 @@ -43631,6 +52806,8 @@ Date: Mon Feb 15 17:35:19 2010 +0000 Monotone-Date: 2010-02-15T17:35:19 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 9b28e8e9f23c5423b3ed50a579981e159fc2a621 Author: Wolfgang Sourdeau Date: Mon Feb 15 15:40:22 2010 +0000 @@ -43642,6 +52819,8 @@ Date: Mon Feb 15 15:40:22 2010 +0000 Monotone-Date: 2010-02-15T15:40:22 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 0dd16a499fc6667c5e0286beda8df21311e65198 Author: Wolfgang Sourdeau Date: Mon Feb 15 15:32:12 2010 +0000 @@ -43653,6 +52832,9 @@ Date: Mon Feb 15 15:32:12 2010 +0000 Monotone-Date: 2010-02-15T15:32:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 494e54e861942647f537dd6565b48faa5bd2fee7 Author: Wolfgang Sourdeau Date: Mon Feb 15 15:26:08 2010 +0000 @@ -43664,6 +52846,9 @@ Date: Mon Feb 15 15:26:08 2010 +0000 Monotone-Date: 2010-02-15T15:26:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit fcce28636641df20b85414af9070368acd2dec2d Author: Wolfgang Sourdeau Date: Mon Feb 15 15:18:57 2010 +0000 @@ -43675,6 +52860,8 @@ Date: Mon Feb 15 15:18:57 2010 +0000 Monotone-Date: 2010-02-15T15:18:57 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 978af1296edada0707128b7601899c875f9c6079 Author: Wolfgang Sourdeau Date: Mon Feb 15 15:16:13 2010 +0000 @@ -43686,6 +52873,9 @@ Date: Mon Feb 15 15:16:13 2010 +0000 Monotone-Date: 2010-02-15T15:16:13 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/Toolbars/SOGoAppointmentFolders.toolbar +M UI/WebServerResources/SchedulerUI.js + commit ca21ac4e874a51d8df772b7e0c86088e8c5d48bd Author: Wolfgang Sourdeau Date: Mon Feb 15 15:09:15 2010 +0000 @@ -43697,6 +52887,8 @@ Date: Mon Feb 15 15:09:15 2010 +0000 Monotone-Date: 2010-02-15T15:09:15 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 2be0197233ffda17793b62a6ce01c29b3e41d3fa Author: Wolfgang Sourdeau Date: Mon Feb 15 14:20:30 2010 +0000 @@ -43708,6 +52900,10 @@ Date: Mon Feb 15 14:20:30 2010 +0000 Monotone-Date: 2010-02-15T14:20:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUIDnD.js + commit 20f23f60bb30916bedea91bdf2556c9b58380730 Author: Wolfgang Sourdeau Date: Sat Feb 13 16:57:39 2010 +0000 @@ -43719,6 +52915,11 @@ Date: Sat Feb 13 16:57:39 2010 +0000 Monotone-Date: 2010-02-13T16:57:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/iefixes.css + commit 91337107be8f6e4dd1b962d6f648e093055ff38a Author: Wolfgang Sourdeau Date: Sat Feb 13 16:54:21 2010 +0000 @@ -43732,6 +52933,8 @@ Date: Sat Feb 13 16:54:21 2010 +0000 Monotone-Date: 2010-02-13T16:54:21 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalDayTable.wox + commit d70f949961a8104be41202e237a917e0b6d10db9 Author: Wolfgang Sourdeau Date: Fri Feb 12 23:24:24 2010 +0000 @@ -43743,6 +52946,15 @@ Date: Fri Feb 12 23:24:24 2010 +0000 Monotone-Date: 2010-02-12T23:24:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalDayTable.m +M UI/Scheduler/UIxCalMonthView.m +M UI/Templates/SchedulerUI/UIxCalDayTable.wox +M UI/Templates/SchedulerUI/UIxCalMonthView.wox +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/SchedulerUIDnD.js + commit d0d1e364993c023902fd4fdec40d203a62e86939 Author: Francis Lachapelle Date: Fri Feb 12 20:59:46 2010 +0000 @@ -43756,6 +52968,10 @@ Date: Fri Feb 12 20:59:46 2010 +0000 Monotone-Date: 2010-02-12T20:59:46 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/WebServerResources/UIxComponentEditor.css +M UI/WebServerResources/UIxComponentEditor.js + commit 110972a02d3811e01cb04a5f2991afd343656389 Author: Wolfgang Sourdeau Date: Fri Feb 12 17:55:28 2010 +0000 @@ -43767,6 +52983,9 @@ Date: Fri Feb 12 17:55:28 2010 +0000 Monotone-Date: 2010-02-12T17:55:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit baf62cd21a8868cb7504cb4163b122c3f74f075d Author: Wolfgang Sourdeau Date: Fri Feb 12 17:23:47 2010 +0000 @@ -43778,6 +52997,14 @@ Date: Fri Feb 12 17:23:47 2010 +0000 Monotone-Date: 2010-02-12T17:23:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M UI/Templates/SchedulerUI/UIxCalDayTable.wox +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/SchedulerUIDnD.js +M UI/WebServerResources/iefixes.css + commit aa51e2eba3b390ad62704f58cbd6476f4f5df3d7 Author: Wolfgang Sourdeau Date: Thu Feb 11 19:48:11 2010 +0000 @@ -43789,6 +53016,8 @@ Date: Thu Feb 11 19:48:11 2010 +0000 Monotone-Date: 2010-02-11T19:48:11 Monotone-Branch: ca.inverse.sogo +M NEWS + commit dab684f8aaa97bdee27abb76a00ebc2fd011c7ee Author: Wolfgang Sourdeau Date: Thu Feb 11 19:48:09 2010 +0000 @@ -43800,21 +53029,12 @@ Date: Thu Feb 11 19:48:09 2010 +0000 Monotone-Date: 2010-02-11T19:48:09 Monotone-Branch: ca.inverse.sogo -commit d8a541ab8d3c29f8eb8654efad8605f048e2c48c -Merge: b33f975 fe8b465 -Author: Wolfgang Sourdeau -Date: Thu Feb 11 02:48:41 2010 +0000 - - merge of '3a5f7ecea6abc6df1d89a08f33863028e17c287c' - and 'c8a36e926bc75ffc1d4206737365b76d6621e3ab' - - Monotone-Parent: 3a5f7ecea6abc6df1d89a08f33863028e17c287c - Monotone-Parent: c8a36e926bc75ffc1d4206737365b76d6621e3ab - Monotone-Revision: ebe63ce53628359dd83606f2bb756f112a053f66 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-02-11T02:48:41 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentActions.m +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/SchedulerUIDnD.js +A UI/WebServerResources/event-grippy-vertical.png commit b33f9753e1412d42708338c0ccb6d540f5a82912 Author: Wolfgang Sourdeau @@ -43827,6 +53047,9 @@ Date: Thu Feb 11 02:38:01 2010 +0000 Monotone-Date: 2010-02-11T02:38:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SOGoRootPage.js + commit cceeebc234a703f6fb37c0d50c7ca89d1c2a2325 Author: Wolfgang Sourdeau Date: Thu Feb 11 02:36:43 2010 +0000 @@ -43838,6 +53061,28 @@ Date: Thu Feb 11 02:36:43 2010 +0000 Monotone-Date: 2010-02-11T02:36:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/GNUmakefile +M UI/Scheduler/Toolbars/SOGoAppointmentFolders.toolbar +A UI/Scheduler/UIxAppointmentActions.h +A UI/Scheduler/UIxAppointmentActions.m +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxCalDayTable.m +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/UIxOccurenceDialog.m +M UI/Scheduler/product.plist +M UI/Templates/SchedulerUI/UIxCalDayTable.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +A UI/WebServerResources/SchedulerUIDnD.js +M UI/WebServerResources/UIxOccurenceDialog.js +A UI/WebServerResources/event-grippy-bottom.png +A UI/WebServerResources/event-grippy-top.png +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit fe8b465ddc30520db0cdff9ecf9531327f6153e7 Author: Francis Lachapelle Date: Mon Feb 8 17:17:28 2010 +0000 @@ -43851,6 +53096,10 @@ Date: Mon Feb 8 17:17:28 2010 +0000 Monotone-Date: 2010-02-08T17:17:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.h +M UI/Contacts/UIxContactFoldersView.m + commit f84de5a75e5ddadd150fd2aa1e5fd084f587d173 Author: Francis Lachapelle Date: Mon Feb 8 17:01:39 2010 +0000 @@ -43864,6 +53113,9 @@ Date: Mon Feb 8 17:01:39 2010 +0000 Monotone-Date: 2010-02-08T17:01:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js + commit 9fa26189c5aca28eb710998be9fbafb826a079e9 Author: Francis Lachapelle Date: Mon Feb 8 16:12:12 2010 +0000 @@ -43877,6 +53129,8 @@ Date: Mon Feb 8 16:12:12 2010 +0000 Monotone-Date: 2010-02-08T16:12:12 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 026600472ebc423835f1cc236b2b4c935a544ccb Author: Francis Lachapelle Date: Mon Feb 8 16:11:37 2010 +0000 @@ -43890,6 +53144,9 @@ Date: Mon Feb 8 16:11:37 2010 +0000 Monotone-Date: 2010-02-08T16:11:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.m + commit e350c7b90b041ebced8987b20f2c5e4cf040f430 Author: Wolfgang Sourdeau Date: Wed Feb 3 16:09:18 2010 +0000 @@ -43901,6 +53158,8 @@ Date: Wed Feb 3 16:09:18 2010 +0000 Monotone-Date: 2010-02-03T16:09:18 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/SOGoRootPage.m + commit 93ff05dbd8d6fe65c5e9a5be54b8a871bfae5a74 Author: Wolfgang Sourdeau Date: Wed Feb 3 16:08:30 2010 +0000 @@ -43912,6 +53171,8 @@ Date: Wed Feb 3 16:08:30 2010 +0000 Monotone-Date: 2010-02-03T16:08:30 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit 9b8d2bd38c530539474f9a4df4f2de7ce6208871 Author: Wolfgang Sourdeau Date: Wed Feb 3 14:56:38 2010 +0000 @@ -43923,6 +53184,9 @@ Date: Wed Feb 3 14:56:38 2010 +0000 Monotone-Date: 2010-02-03T14:56:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoRootPage.m + commit 141c9938b6961f3118606af24d35afedf6b7f370 Author: Wolfgang Sourdeau Date: Wed Feb 3 00:32:26 2010 +0000 @@ -43934,6 +53198,10 @@ Date: Wed Feb 3 00:32:26 2010 +0000 Monotone-Date: 2010-02-03T00:32:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDIFEntry.h +M SoObjects/Contacts/SOGoContactLDIFEntry.m + commit 42c2c84eedb56a86551c8e0fd95d33ddf967447d Author: Wolfgang Sourdeau Date: Tue Feb 2 22:07:50 2010 +0000 @@ -43945,21 +53213,8 @@ Date: Tue Feb 2 22:07:50 2010 +0000 Monotone-Date: 2010-02-02T22:07:50 Monotone-Branch: ca.inverse.sogo -commit 6deb913777389b5d4811252e75d01479d0dc8eb0 -Merge: 122983c dab48cf -Author: Wolfgang Sourdeau -Date: Tue Feb 2 21:42:47 2010 +0000 - - merge of '94f45ff6951a0436a18fa4903817d09a28213af4' - and '9d18fbe46d6a29e9e61882026aae14cdf40ecd7c' - - Monotone-Parent: 94f45ff6951a0436a18fa4903817d09a28213af4 - Monotone-Parent: 9d18fbe46d6a29e9e61882026aae14cdf40ecd7c - Monotone-Revision: 2d74e4a1d7a6712cf530cd008210def6d2ee0ecc - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-02-02T21:42:47 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBodyPart.m commit dab48cf12a8cc585e14769329d4f870446403f55 Author: Wolfgang Sourdeau @@ -43972,6 +53227,10 @@ Date: Tue Feb 2 21:42:17 2010 +0000 Monotone-Date: 2010-02-02T21:42:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 32eabc43501d0558fffb2d8e9b53e61bff0f9bd0 Author: Wolfgang Sourdeau Date: Tue Feb 2 21:35:12 2010 +0000 @@ -43983,6 +53242,8 @@ Date: Tue Feb 2 21:35:12 2010 +0000 Monotone-Date: 2010-02-02T21:35:12 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/test-davacl.py + commit 17187a3df57431d03ed91c0976f81c4919ab9987 Author: Wolfgang Sourdeau Date: Tue Feb 2 21:26:23 2010 +0000 @@ -43994,6 +53255,13 @@ Date: Tue Feb 2 21:26:23 2010 +0000 Monotone-Date: 2010-02-02T21:26:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/product.plist +M Tests/Integration/test-davacl.py +M UI/MainUI/product.plist + commit 8118ad5820276ca17b0ca2027658c45a5c0010a9 Author: Wolfgang Sourdeau Date: Tue Feb 2 21:21:18 2010 +0000 @@ -44005,6 +53273,8 @@ Date: Tue Feb 2 21:21:18 2010 +0000 Monotone-Date: 2010-02-02T21:21:18 Monotone-Branch: ca.inverse.sogo +M Tests/Integration/webdavlib.py + commit 122983c17e2008744a52be66f915c6afad638207 Author: Ludovic Marcotte Date: Sun Jan 31 20:22:47 2010 +0000 @@ -44018,6 +53288,8 @@ Date: Sun Jan 31 20:22:47 2010 +0000 Monotone-Date: 2010-01-31T20:22:47 Monotone-Branch: ca.inverse.sogo +M Tests/Unit/GNUmakefile + commit 7ab5be678eb61523f24eddcccc024dfc4bbb200a Author: Wolfgang Sourdeau Date: Sun Jan 31 00:53:37 2010 +0000 @@ -44029,21 +53301,11 @@ Date: Sun Jan 31 00:53:37 2010 +0000 Monotone-Date: 2010-01-31T00:53:37 Monotone-Branch: ca.inverse.sogo -commit 764e5404b8b2ffcea06ff0db2eff2e37c9b8b326 -Merge: 6c2f247 8ef885f -Author: Wolfgang Sourdeau -Date: Sun Jan 31 00:47:20 2010 +0000 - - merge of '480019f7fbb2f5372b3caf4b1f0781edd7716532' - and 'd50cbb2db285dc1ae769ada376081f942570b9a1' - - Monotone-Parent: 480019f7fbb2f5372b3caf4b1f0781edd7716532 - Monotone-Parent: d50cbb2db285dc1ae769ada376081f942570b9a1 - Monotone-Revision: 6661b82baa487cf8e72c04a8e31c6c05b7c58321 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-01-31T00:47:20 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoDAVAuthenticator.h +M SoObjects/SOGo/SOGoProxyAuthenticator.h +M SoObjects/SOGo/SOGoProxyAuthenticator.m +M SoObjects/SOGo/SOGoWebAuthenticator.h commit 6c2f247d5e506d4ba43e95c365dd83e7bfc09362 Author: Wolfgang Sourdeau @@ -44056,6 +53318,10 @@ Date: Sun Jan 31 00:46:14 2010 +0000 Monotone-Date: 2010-01-31T00:46:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoUserFolder.m + commit 888ddd023b1878944c46b2e447692da57a64c7ac Author: Wolfgang Sourdeau Date: Sun Jan 31 00:42:45 2010 +0000 @@ -44067,6 +53333,8 @@ Date: Sun Jan 31 00:42:45 2010 +0000 Monotone-Date: 2010-01-31T00:42:45 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit 046a5447dd855014f0ffdb20e741200ee0cca7b8 Author: Wolfgang Sourdeau Date: Sun Jan 31 00:42:34 2010 +0000 @@ -44078,6 +53346,9 @@ Date: Sun Jan 31 00:42:34 2010 +0000 Monotone-Date: 2010-01-31T00:42:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGoProductLoader.m + commit 4ed5481f5d967c9794113031a1370d9e93f1137f Author: Wolfgang Sourdeau Date: Sat Jan 30 04:11:29 2010 +0000 @@ -44089,6 +53360,8 @@ Date: Sat Jan 30 04:11:29 2010 +0000 Monotone-Date: 2010-01-30T04:11:29 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit 80c6f2be34a25918d3dfadd9d3a7f9968f884ff0 Author: Wolfgang Sourdeau Date: Sat Jan 30 03:53:54 2010 +0000 @@ -44100,6 +53373,8 @@ Date: Sat Jan 30 03:53:54 2010 +0000 Monotone-Date: 2010-01-30T03:53:54 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-gsmake2.diff + commit 97cec0bd462517dac6ce1715e082f26ef69a8d6b Author: Wolfgang Sourdeau Date: Sat Jan 30 03:28:25 2010 +0000 @@ -44111,6 +53386,8 @@ Date: Sat Jan 30 03:28:25 2010 +0000 Monotone-Date: 2010-01-30T03:28:25 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxToolbar.m + commit 8ef885f91f61977a43ce07a53239c47207b37c35 Author: Francis Lachapelle Date: Fri Jan 29 22:28:39 2010 +0000 @@ -44124,6 +53401,8 @@ Date: Fri Jan 29 22:28:39 2010 +0000 Monotone-Date: 2010-01-29T22:28:39 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit 5c33b2988eb303741f1ac4f9971b6a4af239f68e Author: Wolfgang Sourdeau Date: Fri Jan 29 16:39:01 2010 +0000 @@ -44135,6 +53414,8 @@ Date: Fri Jan 29 16:39:01 2010 +0000 Monotone-Date: 2010-01-29T16:39:01 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 4f0f7d9e96c15115acdbe79bc7a193a5bd933d90 Author: Wolfgang Sourdeau Date: Fri Jan 29 16:38:32 2010 +0000 @@ -44146,6 +53427,8 @@ Date: Fri Jan 29 16:38:32 2010 +0000 Monotone-Date: 2010-01-29T16:38:32 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoCASSession.m + commit 1f3c833ce702c63c818dee7b57dd7544b540da12 Author: Wolfgang Sourdeau Date: Thu Jan 28 22:05:17 2010 +0000 @@ -44157,6 +53440,8 @@ Date: Thu Jan 28 22:05:17 2010 +0000 Monotone-Date: 2010-01-28T22:05:17 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 3631b17bcd054292391c8a46ae5654336dcdf462 Author: Wolfgang Sourdeau Date: Thu Jan 28 21:52:48 2010 +0000 @@ -44168,21 +53453,7 @@ Date: Thu Jan 28 21:52:48 2010 +0000 Monotone-Date: 2010-01-28T21:52:48 Monotone-Branch: ca.inverse.sogo -commit 4d7d88667d5765c1c5f0c596075f648e2614d87e -Merge: 48f16a2 126651b -Author: Wolfgang Sourdeau -Date: Thu Jan 28 21:52:34 2010 +0000 - - merge of '83f360b9ad32a59125310f306b42d5ecac442834' - and 'ff12d30f9bf1800bb0b1bcbefba9493cdeeeccaf' - - Monotone-Parent: 83f360b9ad32a59125310f306b42d5ecac442834 - Monotone-Parent: ff12d30f9bf1800bb0b1bcbefba9493cdeeeccaf - Monotone-Revision: e6e156c468a28553e1f0a768c21f8ac2ef3cc930 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-01-28T21:52:34 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff commit 126651b6a75325e3e61e963e3448fade1df75f06 Author: Wolfgang Sourdeau @@ -44195,6 +53466,27 @@ Date: Thu Jan 28 21:42:03 2010 +0000 Monotone-Date: 2010-01-28T21:42:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailBaseObject.h +M SoObjects/Mailer/SOGoMailBaseObject.m +M SoObjects/Mailer/SOGoMailObject.m +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/SOGoAuthenticator.h +A SoObjects/SOGo/SOGoCASSession.h +A SoObjects/SOGo/SOGoCASSession.m +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoDAVAuthenticator.m +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoSystemDefaults.h +M SoObjects/SOGo/SOGoSystemDefaults.m +M SoObjects/SOGo/SOGoWebAuthenticator.m +M UI/Common/UIxPageFrame.m +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/SOGoUserHomePage.m +M UI/MainUI/product.plist + commit 331e8a4f7dc413a36c370c087e44de14dace089f Author: Wolfgang Sourdeau Date: Wed Jan 27 19:27:58 2010 +0000 @@ -44206,6 +53498,9 @@ Date: Wed Jan 27 19:27:58 2010 +0000 Monotone-Date: 2010-01-27T19:27:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/SOGoToolBackup.m + commit 48f16a2394a898f1fd824e5cbed1e4092aff2440 Author: Francis Lachapelle Date: Wed Jan 27 17:51:00 2010 +0000 @@ -44219,6 +53514,9 @@ Date: Wed Jan 27 17:51:00 2010 +0000 Monotone-Date: 2010-01-27T17:51:00 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/WebServerResources/UIxComponentEditor.css + commit 6a9c0a46f23e0dde986048799fa9e107f704e05a Author: Wolfgang Sourdeau Date: Wed Jan 27 15:48:13 2010 +0000 @@ -44232,6 +53530,8 @@ Date: Wed Jan 27 15:48:13 2010 +0000 Monotone-Date: 2010-01-27T15:48:13 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoWebAuthenticator.m + commit 09bc56d8995bb8c2863acc02aa945491a6645939 Author: Wolfgang Sourdeau Date: Wed Jan 27 13:45:57 2010 +0000 @@ -44243,21 +53543,12 @@ Date: Wed Jan 27 13:45:57 2010 +0000 Monotone-Date: 2010-01-27T13:45:57 Monotone-Branch: ca.inverse.sogo -commit 20dd37bfe0f184c0ad736a9c75370e173f625165 -Merge: 3295345 35be26d -Author: Wolfgang Sourdeau -Date: Tue Jan 26 14:14:47 2010 +0000 - - merge of '01536fae1db92e4ed9c01a8b4279baa0fd924b6d' - and 'af9e4e5f70557e805b63e51e8a14442cf6d9ffce' - - Monotone-Parent: 01536fae1db92e4ed9c01a8b4279baa0fd924b6d - Monotone-Parent: af9e4e5f70557e805b63e51e8a14442cf6d9ffce - Monotone-Revision: 8eff3fcb9d28703e16adf6fd2da5a29c70cf6a0a - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-01-26T14:14:47 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailAccounts.h +M SoObjects/SOGo/GNUmakefile.preamble +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoUserFolder.m +M UI/MainUI/SOGoRootPage.h commit 35be26d1fa51d7b235638cc90fa6047b54660ff6 Author: Wolfgang Sourdeau @@ -44270,6 +53561,8 @@ Date: Tue Jan 26 13:35:04 2010 +0000 Monotone-Date: 2010-01-26T13:35:04 Monotone-Branch: ca.inverse.sogo +M debian/changelog + commit f72a64ad8d38c252217ce6839dd83d9f637b0ac4 Author: Wolfgang Sourdeau Date: Mon Jan 25 23:43:10 2010 +0000 @@ -44281,21 +53574,7 @@ Date: Mon Jan 25 23:43:10 2010 +0000 Monotone-Date: 2010-01-25T23:43:10 Monotone-Branch: ca.inverse.sogo -commit 32953451f31ac579b884a475e77d78558f740e1d -Merge: 5826589 f72a64a -Author: Francis Lachapelle -Date: Mon Jan 25 23:07:22 2010 +0000 - - merge of '757b6521030075afab35a20d8dfccc19ae336ae9' - and 'c149c2681b78af12b651f3560f2c584754ccd9c1' - - Monotone-Parent: 757b6521030075afab35a20d8dfccc19ae336ae9 - Monotone-Parent: c149c2681b78af12b651f3560f2c584754ccd9c1 - Monotone-Revision: 01536fae1db92e4ed9c01a8b4279baa0fd924b6d - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-01-25T23:07:22 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff commit 5826589f26505648197a5bb26d65f60c5fd190d0 Author: Francis Lachapelle @@ -44310,6 +53589,8 @@ Date: Mon Jan 25 23:03:46 2010 +0000 Monotone-Date: 2010-01-25T23:03:46 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 743c4af3ed7c760f86549f54d44a284068aafe1d Author: Francis Lachapelle Date: Mon Jan 25 20:45:45 2010 +0000 @@ -44323,6 +53604,8 @@ Date: Mon Jan 25 20:45:45 2010 +0000 Monotone-Date: 2010-01-25T20:45:45 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit a28c353d757af21794b22d5769caf6fc8203bc40 Author: Francis Lachapelle Date: Mon Jan 25 19:25:57 2010 +0000 @@ -44336,6 +53619,8 @@ Date: Mon Jan 25 19:25:57 2010 +0000 Monotone-Date: 2010-01-25T19:25:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 5f542247faa4224d8ff73f541d2d7680e97394d6 Author: Francis Lachapelle Date: Mon Jan 25 19:10:48 2010 +0000 @@ -44350,6 +53635,8 @@ Date: Mon Jan 25 19:10:48 2010 +0000 Monotone-Branch: ca.inverse.sogo Monotone-Tag: SOGo_v1.2.0 +M UI/Templates/MailerUI/UIxMailEditor.wox + commit aee5654af775bbcf06d4bd8e7818f9a0259a1199 Author: Francis Lachapelle Date: Mon Jan 25 19:10:18 2010 +0000 @@ -44363,21 +53650,7 @@ Date: Mon Jan 25 19:10:18 2010 +0000 Monotone-Date: 2010-01-25T19:10:18 Monotone-Branch: ca.inverse.sogo -commit 4430e6587f63bd470188a0d0b6ffcf3f53af9122 -Merge: ebc4a5c b49c581 -Author: Francis Lachapelle -Date: Mon Jan 25 19:03:05 2010 +0000 - - merge of '17e6a035351ab1ed8cac627eab40336501626d1d' - and '297bcf08ea5cbb7605247c525221f453b66e84ad' - - Monotone-Parent: 17e6a035351ab1ed8cac627eab40336501626d1d - Monotone-Parent: 297bcf08ea5cbb7605247c525221f453b66e84ad - Monotone-Revision: 7b05cf03726531102653ab798fe9755747588cb6 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-01-25T19:03:05 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailFilterPanel.wox commit ebc4a5ce7e29f1c1dda489630206c92384b9704d Author: Francis Lachapelle @@ -44392,6 +53665,10 @@ Date: Mon Jan 25 19:02:37 2010 +0000 Monotone-Date: 2010-01-25T19:02:37 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + commit b49c5814f9783432076b46111cf4754df9dbe082 Author: Wolfgang Sourdeau Date: Mon Jan 25 17:57:13 2010 +0000 @@ -44403,21 +53680,7 @@ Date: Mon Jan 25 17:57:13 2010 +0000 Monotone-Date: 2010-01-25T17:57:13 Monotone-Branch: ca.inverse.sogo -commit d9f84565fff5cf2231cb2fa4d80c2f165b203fc9 -Merge: 9d61c32 4534742 -Author: Wolfgang Sourdeau -Date: Mon Jan 25 17:40:26 2010 +0000 - - merge of '2a09733287aae014c2abab945596b03e401444ae' - and 'edcc0786cecbc0129855dd749f12c72557d2a08f' - - Monotone-Parent: 2a09733287aae014c2abab945596b03e401444ae - Monotone-Parent: edcc0786cecbc0129855dd749f12c72557d2a08f - Monotone-Revision: 809e26f6797e99b0dc3440bc4da33da4677540d9 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-01-25T17:40:26 - Monotone-Branch: ca.inverse.sogo +M NEWS commit 45347425b097a7e36d2e6765e06b4d9ce2cb497b Author: Wolfgang Sourdeau @@ -44430,6 +53693,8 @@ Date: Mon Jan 25 17:38:29 2010 +0000 Monotone-Date: 2010-01-25T17:38:29 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 73354fa00026f3e98f5561ca6a5d70746d8a2d96 Author: Wolfgang Sourdeau Date: Mon Jan 25 17:38:21 2010 +0000 @@ -44441,6 +53706,8 @@ Date: Mon Jan 25 17:38:21 2010 +0000 Monotone-Date: 2010-01-25T17:38:21 Monotone-Branch: ca.inverse.sogo +M Tools/GNUmakefile.preamble + commit fcf04bc75fc6a627596fa57838848def2a0dd36a Author: Wolfgang Sourdeau Date: Mon Jan 25 17:38:15 2010 +0000 @@ -44452,6 +53719,10 @@ Date: Mon Jan 25 17:38:15 2010 +0000 Monotone-Date: 2010-01-25T17:38:15 Monotone-Branch: ca.inverse.sogo +M SoObjects/common.make +M UI/SOGoElements/GNUmakefile +M UI/common.make + commit 9d61c323116ae13c56d68b698eeec700424bad9b Author: Francis Lachapelle Date: Mon Jan 25 17:10:00 2010 +0000 @@ -44465,21 +53736,8 @@ Date: Mon Jan 25 17:10:00 2010 +0000 Monotone-Date: 2010-01-25T17:10:00 Monotone-Branch: ca.inverse.sogo -commit 865b122da6afb953721c53f4673648d14c5ab2e7 -Merge: 1aa86a0 b6844c3 -Author: Francis Lachapelle -Date: Mon Jan 25 17:08:35 2010 +0000 - - merge of '03ab73ff63dcd41936ff772c87444389b1448a27' - and '517c5f244ae9b2a903f799c27dc64452fa8c75ee' - - Monotone-Parent: 03ab73ff63dcd41936ff772c87444389b1448a27 - Monotone-Parent: 517c5f244ae9b2a903f799c27dc64452fa8c75ee - Monotone-Revision: 139a022c95578093f60b05265c6af3758cb8fbdf - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-01-25T17:08:35 - Monotone-Branch: ca.inverse.sogo +M NEWS +M Version commit 1aa86a0858fdce4a4c3453ba5bbe17c979eb9aaa Author: Francis Lachapelle @@ -44494,21 +53752,8 @@ Date: Mon Jan 25 17:08:17 2010 +0000 Monotone-Date: 2010-01-25T17:08:17 Monotone-Branch: ca.inverse.sogo -commit b7c65cd06d099f3a01e26bb96f3630ef4497a305 -Merge: 786d418 9e0f946 -Author: Francis Lachapelle -Date: Mon Jan 25 17:04:31 2010 +0000 - - merge of '4b92bd8e12e3f79e2ba6838787a30729a0b2a4cb' - and '578bc8e9cf723c91e4011bbb0f7b4e1a1c52918a' - - Monotone-Parent: 4b92bd8e12e3f79e2ba6838787a30729a0b2a4cb - Monotone-Parent: 578bc8e9cf723c91e4011bbb0f7b4e1a1c52918a - Monotone-Revision: b8785a107526f1e90244fbdab4a759e95b15a5b0 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-01-25T17:04:31 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js commit b6844c3c8950334ec2637a0cae02538a6db9db7d Author: Wolfgang Sourdeau @@ -44521,6 +53766,8 @@ Date: Mon Jan 25 17:02:40 2010 +0000 Monotone-Date: 2010-01-25T17:02:40 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/Hungarian.lproj/Localizable.strings + commit 9e0f94640013113002106e42b4dbee3a0ce464e7 Author: Francis Lachapelle Date: Mon Jan 25 17:00:22 2010 +0000 @@ -44534,6 +53781,8 @@ Date: Mon Jan 25 17:00:22 2010 +0000 Monotone-Date: 2010-01-25T17:00:22 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxComponentEditor.css + commit d1273a98cc929d8201c59ca5917475bcc889b4ce Author: Wolfgang Sourdeau Date: Mon Jan 25 16:58:00 2010 +0000 @@ -44545,6 +53794,10 @@ Date: Mon Jan 25 16:58:00 2010 +0000 Monotone-Date: 2010-01-25T16:58:00 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/GNUmakefile.preamble +M SOPE/NGCards/GNUmakefile.preamble +M SOPE/NGCards/versitCardsSaxDriver/GNUmakefile.preamble + commit 786d418fd9d78050ab06ec4b684600d961ad98c4 Author: Wolfgang Sourdeau Date: Mon Jan 25 16:26:02 2010 +0000 @@ -44556,21 +53809,7 @@ Date: Mon Jan 25 16:26:02 2010 +0000 Monotone-Date: 2010-01-25T16:26:02 Monotone-Branch: ca.inverse.sogo -commit 8937d26b92656df64fe5957e0877959f6426bad4 -Merge: f951751 4d6a9d1 -Author: Francis Lachapelle -Date: Mon Jan 25 16:03:26 2010 +0000 - - merge of '38bdad32536cc97eb69bad5515fa682a452c9be6' - and '69348ff83b958e39e8d6bdc38da8a1f1ea4ace1a' - - Monotone-Parent: 38bdad32536cc97eb69bad5515fa682a452c9be6 - Monotone-Parent: 69348ff83b958e39e8d6bdc38da8a1f1ea4ace1a - Monotone-Revision: 0b152b3b9b68eb80edffbcf7dec3d59fa6a7e76d - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-01-25T16:03:26 - Monotone-Branch: ca.inverse.sogo +M Apache/SOGo.conf commit f951751ae81e22242034966828367b7f8a34d281 Author: Francis Lachapelle @@ -44585,6 +53824,8 @@ Date: Mon Jan 25 16:03:19 2010 +0000 Monotone-Date: 2010-01-25T16:03:19 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit ddc36b7adae87de2ccce92b9fb00c2b2c2d8e580 Author: Francis Lachapelle Date: Mon Jan 25 16:02:22 2010 +0000 @@ -44598,6 +53839,9 @@ Date: Mon Jan 25 16:02:22 2010 +0000 Monotone-Date: 2010-01-25T16:02:22 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css +M UI/WebServerResources/iefixes.css + commit 4d6a9d138bf05c41dbb7c3a1de6d8f949768d9c6 Author: Wolfgang Sourdeau Date: Mon Jan 25 14:51:41 2010 +0000 @@ -44609,6 +53853,8 @@ Date: Mon Jan 25 14:51:41 2010 +0000 Monotone-Date: 2010-01-25T14:51:41 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit 00e3963a96749e6406eb0908b034a228641bcebf Author: Ludovic Marcotte Date: Sun Jan 24 20:40:12 2010 +0000 @@ -44622,6 +53868,53 @@ Date: Sun Jan 24 20:40:12 2010 +0000 Monotone-Date: 2010-01-24T20:40:12 Monotone-Branch: ca.inverse.sogo +M .mtn-ignore +M ChangeLog +A Tests/Integration/README +A Tests/Integration/all.py +A Tests/Integration/config.py.in +A Tests/Integration/preferences.py +A Tests/Integration/propfind.py +A Tests/Integration/test-caldav-scheduling.py +A Tests/Integration/test-config.py +A Tests/Integration/test-davacl.py +A Tests/Integration/test-ical.py +A Tests/Integration/test-maildav.py +A Tests/Integration/test-webdav.py +A Tests/Integration/test-webdavlib.py +A Tests/Integration/test-webdavsync.py +A Tests/Integration/utilities.py +A Tests/Integration/webdavlib.py +M Tests/README +A Tests/Unit/GNUmakefile +A Tests/Unit/SOGoTest.h +A Tests/Unit/SOGoTest.m +A Tests/Unit/SOGoTestRunner.h +A Tests/Unit/SOGoTestRunner.m +A Tests/Unit/TestBSJSONAdditions.m +A Tests/Unit/sogo-tests.m +D Tests/all.py +D Tests/config.py.in +D Tests/preferences.py +D Tests/propfind.py +D Tests/test-caldav-scheduling.py +D Tests/test-config.py +D Tests/test-davacl.py +D Tests/test-ical.py +D Tests/test-maildav.py +D Tests/test-webdav.py +D Tests/test-webdavlib.py +D Tests/test-webdavsync.py +D Tests/utilities.py +D Tests/webdavlib.py +D UnitTests/GNUmakefile +D UnitTests/SOGoTest.h +D UnitTests/SOGoTest.m +D UnitTests/SOGoTestRunner.h +D UnitTests/SOGoTestRunner.m +D UnitTests/TestBSJSONAdditions.m +D UnitTests/sogo-tests.m + commit 3efde51b624d24463afd7471ad5b7d543a7560d7 Author: Wolfgang Sourdeau Date: Fri Jan 22 22:08:58 2010 +0000 @@ -44635,6 +53928,8 @@ Date: Fri Jan 22 22:08:58 2010 +0000 Monotone-Date: 2010-01-22T22:08:58 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/iefixes.css + commit d1e8b460a76823aedf981804c9701e7d5d03115c Author: Wolfgang Sourdeau Date: Fri Jan 22 22:02:39 2010 +0000 @@ -44648,6 +53943,8 @@ Date: Fri Jan 22 22:02:39 2010 +0000 Monotone-Date: 2010-01-22T22:02:39 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/iefixes.css + commit de772f5fc785dc465d686cc5ae556a63ef00596f Author: Wolfgang Sourdeau Date: Fri Jan 22 22:02:34 2010 +0000 @@ -44659,21 +53956,7 @@ Date: Fri Jan 22 22:02:34 2010 +0000 Monotone-Date: 2010-01-22T22:02:34 Monotone-Branch: ca.inverse.sogo -commit 59196a3e904e3ca61aba0cfedc4f76df2b4b3d2f -Merge: 683ba2d dc41b95 -Author: Wolfgang Sourdeau -Date: Fri Jan 22 21:34:52 2010 +0000 - - merge of '637d4bc405444db20b4ed12bf09dd27c7780047b' - and 'c8e16863bcabf9adf6b224c4a9922c0ace67917f' - - Monotone-Parent: 637d4bc405444db20b4ed12bf09dd27c7780047b - Monotone-Parent: c8e16863bcabf9adf6b224c4a9922c0ace67917f - Monotone-Revision: 4f9cd9e4647b59cc1df48053efc611005b19b79c - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-01-22T21:34:52 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactEditor.wox commit dc41b95e0dd17222446a46ae1e8545fa85b9f6bd Author: Wolfgang Sourdeau @@ -44686,6 +53969,9 @@ Date: Fri Jan 22 21:34:39 2010 +0000 Monotone-Date: 2010-01-22T21:34:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 1e64a91f02c05d92f5b289f36d21a7ca7dfd43d8 Author: Wolfgang Sourdeau Date: Fri Jan 22 21:15:11 2010 +0000 @@ -44699,6 +53985,10 @@ Date: Fri Jan 22 21:15:11 2010 +0000 Monotone-Date: 2010-01-22T21:15:11 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalendarProperties.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxCalendarProperties.css + commit 683ba2d520a01287ca6bdd1c7ac925013dd72cb2 Author: Francis Lachapelle Date: Fri Jan 22 20:42:37 2010 +0000 @@ -44713,21 +54003,7 @@ Date: Fri Jan 22 20:42:37 2010 +0000 Monotone-Date: 2010-01-22T20:42:37 Monotone-Branch: ca.inverse.sogo -commit 05aa300146d9ea6aa6bffd5d86c9c033903333a3 -Merge: 98ebd45 820bc1a -Author: Francis Lachapelle -Date: Fri Jan 22 20:16:52 2010 +0000 - - merge of 'a343f74f4a124ecd3e0d422d0fc2b88a22459e97' - and 'dab4ee4d9a35331ab917eaf590b5318395be4a43' - - Monotone-Parent: a343f74f4a124ecd3e0d422d0fc2b88a22459e97 - Monotone-Parent: dab4ee4d9a35331ab917eaf590b5318395be4a43 - Monotone-Revision: 149c53aba731f158240e0887a26fa6309fc3694a - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-01-22T20:16:52 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js commit 98ebd45bd93a5eaa662f3bcfa6ec9c38f4b56ad6 Author: Wolfgang Sourdeau @@ -44740,21 +54016,7 @@ Date: Fri Jan 22 20:15:35 2010 +0000 Monotone-Date: 2010-01-22T20:15:35 Monotone-Branch: ca.inverse.sogo -commit 820bc1aa6742de52bcb9f3428820293ff754db78 -Merge: 7b8a8cc 544a6ca -Author: Francis Lachapelle -Date: Fri Jan 22 20:14:33 2010 +0000 - - merge of '15319a5f3d5074d8502634ab24003b28d070d85e' - and '98e797e237e41e316f67dab068ddf038cdcc0b9a' - - Monotone-Parent: 15319a5f3d5074d8502634ab24003b28d070d85e - Monotone-Parent: 98e797e237e41e316f67dab068ddf038cdcc0b9a - Monotone-Revision: dab4ee4d9a35331ab917eaf590b5318395be4a43 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-01-22T20:14:33 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js commit 544a6ca798643dc2f143fe5c60238f9f2cb6b907 Author: Francis Lachapelle @@ -44769,6 +54031,9 @@ Date: Fri Jan 22 20:12:21 2010 +0000 Monotone-Date: 2010-01-22T20:12:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxListEditor.m + commit 4dbafd38dcb1c7e65c56ac4031e0beb9fdfc84b9 Author: Francis Lachapelle Date: Fri Jan 22 20:05:40 2010 +0000 @@ -44782,6 +54047,10 @@ Date: Fri Jan 22 20:05:40 2010 +0000 Monotone-Date: 2010-01-22T20:05:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxListView.m +M UI/Templates/ContactsUI/UIxListView.wox + commit 7b8a8ccc5b7c847ad62fdd96c51b7c4bdf199e7b Author: Wolfgang Sourdeau Date: Fri Jan 22 17:52:50 2010 +0000 @@ -44793,6 +54062,8 @@ Date: Fri Jan 22 17:52:50 2010 +0000 Monotone-Date: 2010-01-22T17:52:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit bc33b9308a0b46712412caa3d1cb8ff8e8cb9b8f Author: Wolfgang Sourdeau Date: Fri Jan 22 17:32:06 2010 +0000 @@ -44804,21 +54075,10 @@ Date: Fri Jan 22 17:32:06 2010 +0000 Monotone-Date: 2010-01-22T17:32:06 Monotone-Branch: ca.inverse.sogo -commit 36663b5c8e33cbc8d892cd17d06babf645326160 -Merge: 1e5155e 731973a -Author: Wolfgang Sourdeau -Date: Fri Jan 22 16:34:23 2010 +0000 - - merge of '9ea936d2bbff9184d4e2df3779bdc267702b6996' - and 'dc6ca87d2eb61c99218dd74023fe0f2bd84434ac' - - Monotone-Parent: 9ea936d2bbff9184d4e2df3779bdc267702b6996 - Monotone-Parent: dc6ca87d2eb61c99218dd74023fe0f2bd84434ac - Monotone-Revision: 1ee824cc2519285b798ee5a9b6d741e19bf29966 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-01-22T16:34:23 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/iCalEntityObject+SOGo.h +M SoObjects/Appointments/iCalEntityObject+SOGo.m +M Tools/SOGoToolRestore.m commit 1e5155e1a20382fb38533258505eadec4de84934 Author: Wolfgang Sourdeau @@ -44833,21 +54093,20 @@ Date: Fri Jan 22 16:33:35 2010 +0000 Monotone-Date: 2010-01-22T16:33:35 Monotone-Branch: ca.inverse.sogo -commit 731973ad30dbc12703f8677c6fb776b07725d689 -Merge: 2df89a8 7a41879 -Author: Francis Lachapelle -Date: Thu Jan 21 22:19:49 2010 +0000 - - merge of '45249fe68411e1b5ecd968fb87f91801d6882115' - and '6c3ab3f69b066603f5ac7caffee043e67c1ab883' - - Monotone-Parent: 45249fe68411e1b5ecd968fb87f91801d6882115 - Monotone-Parent: 6c3ab3f69b066603f5ac7caffee043e67c1ab883 - Monotone-Revision: dc6ca87d2eb61c99218dd74023fe0f2bd84434ac - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-01-21T22:19:49 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolders.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoComponentOccurence.h +M SoObjects/Contacts/SOGoContactLDIFEntry.h +M SoObjects/Contacts/SOGoContactObject.h +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/SOGo/SOGoContentObject.h +M UI/Contacts/UIxContactFoldersView.m +M UI/MailerUI/UIxMailEditor.m +M UI/SOGoElements/SOGoIEConditional.m +M UI/SOGoUI/SOGoACLAdvisory.m +M UI/SOGoUI/UIxComponent.m +M UI/Scheduler/UIxAppointmentEditor.m commit 7a418798701a7bf8a8dec0622741b138ded47d71 Author: Francis Lachapelle @@ -44862,21 +54121,7 @@ Date: Thu Jan 21 21:57:25 2010 +0000 Monotone-Date: 2010-01-21T21:57:25 Monotone-Branch: ca.inverse.sogo -commit 2df89a88ca3e459b541c7869267064422e20f3ea -Merge: bd85881 55f0db0 -Author: Wolfgang Sourdeau -Date: Thu Jan 21 20:53:54 2010 +0000 - - merge of '4c570fedd8a0bf2a5ec231caa2b981bd796da85b' - and 'a98828a2111fc135396157fa30a08e62d44cec82' - - Monotone-Parent: 4c570fedd8a0bf2a5ec231caa2b981bd796da85b - Monotone-Parent: a98828a2111fc135396157fa30a08e62d44cec82 - Monotone-Revision: 45249fe68411e1b5ecd968fb87f91801d6882115 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-01-21T20:53:54 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxComponentEditor.css commit 55f0db064b79c151e2487e619dd7af324976da4a Author: Wolfgang Sourdeau @@ -44889,6 +54134,8 @@ Date: Thu Jan 21 20:53:18 2010 +0000 Monotone-Date: 2010-01-21T20:53:18 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/product.plist + commit bd858817c51b218a909c2a9b068b4724affa29ab Author: Francis Lachapelle Date: Thu Jan 21 20:44:17 2010 +0000 @@ -44902,6 +54149,11 @@ Date: Thu Jan 21 20:44:17 2010 +0000 Monotone-Date: 2010-01-21T20:44:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/product.plist +M UI/WebServerResources/SchedulerUI.js + commit 33412b5e594ebe28df1ee518b080b23a620b9e11 Author: Wolfgang Sourdeau Date: Thu Jan 21 20:42:30 2010 +0000 @@ -44913,6 +54165,8 @@ Date: Thu Jan 21 20:42:30 2010 +0000 Monotone-Date: 2010-01-21T20:42:30 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoComponentOccurence.m + commit b3332cfef80cc9b16673bd32352304d40bd72f1c Author: Wolfgang Sourdeau Date: Thu Jan 21 20:42:16 2010 +0000 @@ -44924,6 +54178,8 @@ Date: Thu Jan 21 20:42:16 2010 +0000 Monotone-Date: 2010-01-21T20:42:16 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoGroup.m + commit 63f1af3b2f594df7f5fdb9cd7fb1cdbb58ce8acf Author: Francis Lachapelle Date: Thu Jan 21 15:40:32 2010 +0000 @@ -44937,6 +54193,8 @@ Date: Thu Jan 21 15:40:32 2010 +0000 Monotone-Date: 2010-01-21T15:40:32 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalMonthlyRecurrenceCalculator.m + commit c5bc543e8dbc5e9ec297dd9d77a88754b47b8b96 Author: Wolfgang Sourdeau Date: Wed Jan 20 23:09:35 2010 +0000 @@ -44948,6 +54206,14 @@ Date: Wed Jan 20 23:09:35 2010 +0000 Monotone-Date: 2010-01-20T23:09:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/sope-patchset-r1664.diff +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentFolders.m +M SoObjects/Appointments/SOGoAppointmentInboxFolder.m +M SoObjects/Appointments/SOGoUserFolder+Appointments.m +M SoObjects/Appointments/product.plist + commit cb288eb50241cfc49d243a9221adbc5d5949c240 Author: Wolfgang Sourdeau Date: Wed Jan 20 18:34:13 2010 +0000 @@ -44959,6 +54225,11 @@ Date: Wed Jan 20 18:34:13 2010 +0000 Monotone-Date: 2010-01-20T18:34:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/UIxPageFrame.wox +A UI/WebServerResources/scriptaculous.js +D UI/WebServerResources/scriptaculous/scriptaculous.js + commit 278f788be772f3249c444bcd47ebe3b050369a28 Author: Wolfgang Sourdeau Date: Wed Jan 20 16:28:56 2010 +0000 @@ -44970,6 +54241,12 @@ Date: Wed Jan 20 16:28:56 2010 +0000 Monotone-Date: 2010-01-20T16:28:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxAclEditor.m +M UI/Templates/UIxAclEditor.wox +M UI/WebServerResources/UIxAclEditor.css +M UI/WebServerResources/UIxAclEditor.js + commit af6c88fd2a41202c72cd735e7562e8220f9b0336 Author: Wolfgang Sourdeau Date: Wed Jan 20 14:53:55 2010 +0000 @@ -44981,6 +54258,8 @@ Date: Wed Jan 20 14:53:55 2010 +0000 Monotone-Date: 2010-01-20T14:53:55 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoDefaults.plist + commit 824810375eddc6b121f61d7d1b8e16030af4de7f Author: Wolfgang Sourdeau Date: Wed Jan 20 14:53:49 2010 +0000 @@ -44992,6 +54271,9 @@ Date: Wed Jan 20 14:53:49 2010 +0000 Monotone-Date: 2010-01-20T14:53:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/UIxPreferences.m + commit 937bd959eda084e787a89decf12ee8a0f3d5417f Author: Wolfgang Sourdeau Date: Tue Jan 19 13:38:09 2010 +0000 @@ -45003,6 +54285,9 @@ Date: Tue Jan 19 13:38:09 2010 +0000 Monotone-Date: 2010-01-19T13:38:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolders.m + commit 4639bf6b999e7aaba11dd9fd61217b978e2876a0 Author: Wolfgang Sourdeau Date: Tue Jan 19 12:28:10 2010 +0000 @@ -45014,6 +54299,56 @@ Date: Tue Jan 19 12:28:10 2010 +0000 Monotone-Date: 2010-01-19T12:28:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentFolders.h +M SoObjects/Appointments/SOGoAppointmentFolders.m +M SoObjects/Appointments/SOGoCalendarProxy.m +M SoObjects/Appointments/SOGoUser+Appointments.h +M SoObjects/Appointments/SOGoUser+Appointments.m +M SoObjects/Appointments/SOGoUserFolder+Appointments.m +M SoObjects/SOGo/SOGoParentFolder.m +M SoObjects/SOGo/SOGoUserSettings.h +M SoObjects/SOGo/SOGoUserSettings.m +M Tests/test-ical.py +M Tests/test-webdavsync.py +M Tests/utilities.py +M UI/Common/BrazilianPortuguese.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Common/Hungarian.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Common/Russian.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +M UI/Common/Swedish.lproj/Localizable.strings +M UI/Common/UIxAclEditor.m +M UI/Common/UIxFolderActions.m +M UI/Common/Welsh.lproj/Localizable.strings +M UI/Common/product.plist +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/UIxCalendarProperties.h +M UI/Scheduler/UIxCalendarProperties.m +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxCalendarProperties.wox +M UI/Templates/UIxAclEditor.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAclEditor.css +M UI/WebServerResources/UIxAclEditor.js + commit 943b044622e60174d8bbcfb769e2c6a48612d892 Author: Wolfgang Sourdeau Date: Tue Jan 19 12:16:45 2010 +0000 @@ -45025,6 +54360,9 @@ Date: Tue Jan 19 12:16:45 2010 +0000 Monotone-Date: 2010-01-19T12:16:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js + commit 32a1e43defa3249908d8bddab8656d7786ae407b Author: Wolfgang Sourdeau Date: Mon Jan 18 13:12:16 2010 +0000 @@ -45036,6 +54374,8 @@ Date: Mon Jan 18 13:12:16 2010 +0000 Monotone-Date: 2010-01-18T13:12:16 Monotone-Branch: ca.inverse.sogo +M Tests/utilities.py + commit 2a9bd7b645ae7e8db3b736cb24dbc47d31ac0518 Author: Wolfgang Sourdeau Date: Mon Jan 18 11:33:53 2010 +0000 @@ -45047,6 +54387,9 @@ Date: Mon Jan 18 11:33:53 2010 +0000 Monotone-Date: 2010-01-18T11:33:53 Monotone-Branch: ca.inverse.sogo +M Tests/test-davacl.py +M Tests/utilities.py + commit ef3cb1dae090ff143041a6501c66381baef23193 Author: Wolfgang Sourdeau Date: Mon Jan 18 11:27:11 2010 +0000 @@ -45058,6 +54401,11 @@ Date: Mon Jan 18 11:27:11 2010 +0000 Monotone-Date: 2010-01-18T11:27:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/test-davacl.py +M Tests/test-webdav.py +A Tests/utilities.py + commit 3bd64092ae3eda7320f245df5ba7aa6269772aab Author: Wolfgang Sourdeau Date: Mon Jan 18 11:25:32 2010 +0000 @@ -45069,6 +54417,8 @@ Date: Mon Jan 18 11:25:32 2010 +0000 Monotone-Date: 2010-01-18T11:25:32 Monotone-Branch: ca.inverse.sogo +M Tests/test-ical.py + commit 091283461fd52fbd72e3b8e461a0dd8c1e61f8e3 Author: Wolfgang Sourdeau Date: Mon Jan 18 11:24:55 2010 +0000 @@ -45080,6 +54430,8 @@ Date: Mon Jan 18 11:24:55 2010 +0000 Monotone-Date: 2010-01-18T11:24:55 Monotone-Branch: ca.inverse.sogo +M Tests/preferences.py + commit 80e9302dbc6091701773d54eaf419400cac40fae Author: Wolfgang Sourdeau Date: Mon Jan 18 09:23:06 2010 +0000 @@ -45091,6 +54443,9 @@ Date: Mon Jan 18 09:23:06 2010 +0000 Monotone-Date: 2010-01-18T09:23:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/sogod.m + commit 5dceaf32f0a001735e65846ad5412ecc363e1936 Author: Wolfgang Sourdeau Date: Mon Jan 18 09:22:07 2010 +0000 @@ -45102,6 +54457,8 @@ Date: Mon Jan 18 09:22:07 2010 +0000 Monotone-Date: 2010-01-18T09:22:07 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactFoldersView.wox + commit 51a643fd06dbc6add1c4beda89cb28ddab7a3f3a Author: Wolfgang Sourdeau Date: Fri Jan 15 17:26:22 2010 +0000 @@ -45113,6 +54470,8 @@ Date: Fri Jan 15 17:26:22 2010 +0000 Monotone-Date: 2010-01-15T17:26:22 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.m + commit fb1a0448af485b75f6fb90cecb5a493472d9f24e Author: Wolfgang Sourdeau Date: Fri Jan 15 15:31:38 2010 +0000 @@ -45124,6 +54483,9 @@ Date: Fri Jan 15 15:31:38 2010 +0000 Monotone-Date: 2010-01-15T15:31:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserSettings.m + commit bd6edc2243b91b8ec58006f4a134eb347b8c8e24 Author: Wolfgang Sourdeau Date: Fri Jan 15 12:19:36 2010 +0000 @@ -45135,6 +54497,8 @@ Date: Fri Jan 15 12:19:36 2010 +0000 Monotone-Date: 2010-01-15T12:19:36 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit 2b0cc9a6e59162aff05774b0270d991929488a29 Author: Wolfgang Sourdeau Date: Fri Jan 15 11:41:20 2010 +0000 @@ -45146,6 +54510,8 @@ Date: Fri Jan 15 11:41:20 2010 +0000 Monotone-Date: 2010-01-15T11:41:20 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFolderActions.m + commit aaded8c7741a328420447d84b8806a59dfbd0d99 Author: Wolfgang Sourdeau Date: Thu Jan 14 23:19:19 2010 +0000 @@ -45157,6 +54523,78 @@ Date: Thu Jan 14 23:19:19 2010 +0000 Monotone-Date: 2010-01-14T23:19:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/GNUmakefile +A Main/SOGo+DAV.h +A Main/SOGo+DAV.m +M Main/SOGo.m +M NEWS +M SOPE/sope-patchset-r1664.diff +M SoObjects/Appointments/GNUmakefile +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentFolders.h +M SoObjects/Appointments/SOGoAppointmentFolders.m +A SoObjects/Appointments/SOGoAppointmentInboxFolder.h +A SoObjects/Appointments/SOGoAppointmentInboxFolder.m +M SoObjects/Appointments/SOGoCalendarProxy.m +A SoObjects/Appointments/SOGoUser+Appointments.h +A SoObjects/Appointments/SOGoUser+Appointments.m +M SoObjects/Appointments/SOGoUserFolder+Appointments.h +M SoObjects/Appointments/SOGoUserFolder+Appointments.m +M SoObjects/Appointments/product.plist +M SoObjects/Contacts/SOGoFolder+CardDAV.m +M SoObjects/Mailer/SOGoMailBaseObject.m +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/SOGo/DAVReportMap.plist +M SoObjects/SOGo/DOMNode+SOGo.h +M SoObjects/SOGo/DOMNode+SOGo.m +M SoObjects/SOGo/NSArray+Utilities.h +M SoObjects/SOGo/NSArray+Utilities.m +M SoObjects/SOGo/NSObject+DAV.h +M SoObjects/SOGo/NSObject+DAV.m +M SoObjects/SOGo/NSObject+Utilities.h +M SoObjects/SOGo/NSObject+Utilities.m +M SoObjects/SOGo/NSString+DAV.h +M SoObjects/SOGo/NSString+DAV.m +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoParentFolder.m +M SoObjects/SOGo/SOGoPermissions.h +M SoObjects/SOGo/SOGoPermissions.m +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserFolder.h +M SoObjects/SOGo/SOGoUserFolder.m +M SoObjects/SOGo/SOGoUserSettings.h +M SoObjects/SOGo/SOGoUserSettings.m +M SoObjects/SOGo/SOGoWebDAVAclManager.m +M SoObjects/SOGo/WOResponse+SOGo.h +M SoObjects/SOGo/WOResponse+SOGo.m +A Tests/test-ical.py +M Tests/test-webdav.py +M Tests/webdavlib.py +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/GNUmakefile +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/UIxCalendarProperties.h +M UI/Scheduler/UIxCalendarProperties.m +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxCalendarProperties.wox +M UI/WebServerResources/SchedulerUI.js + commit cbf4bc2519f9ed9e1a220dd8fa1c442c59395743 Author: Wolfgang Sourdeau Date: Thu Jan 14 22:57:44 2010 +0000 @@ -45168,21 +54606,8 @@ Date: Thu Jan 14 22:57:44 2010 +0000 Monotone-Date: 2010-01-14T22:57:44 Monotone-Branch: ca.inverse.sogo -commit 0197a8b333dc5a29d52ab3fb24916fd9fddea275 -Merge: c4820e0 3f0908f -Author: Wolfgang Sourdeau -Date: Wed Jan 13 23:03:17 2010 +0000 - - merge of '88fd2a0a000ff31c79e91314a17503ec1d076d23' - and 'bf01e6f088a2111decc0b38c4b13d77205fd3b39' - - Monotone-Parent: 88fd2a0a000ff31c79e91314a17503ec1d076d23 - Monotone-Parent: bf01e6f088a2111decc0b38c4b13d77205fd3b39 - Monotone-Revision: aada198309b5b9b1d7e6e2f2faade7b2b97c4718 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-01-13T23:03:17 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/SOGoToolBackup.m commit c4820e081ab679e507e9f90857dc2d5bf54c10f5 Author: Francis Lachapelle @@ -45197,6 +54622,8 @@ Date: Thu Jan 14 18:32:59 2010 +0000 Monotone-Date: 2010-01-14T18:32:59 Monotone-Branch: ca.inverse.sogo +M NEWS + commit d46ac02ac12947d987119c037db8ab6e47beb04a Author: Francis Lachapelle Date: Thu Jan 14 16:35:33 2010 +0000 @@ -45210,6 +54637,505 @@ Date: Thu Jan 14 16:35:33 2010 +0000 Monotone-Date: 2010-01-14T16:35:33 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ckeditor/.htaccess +M UI/WebServerResources/ckeditor/LICENSE.html +D UI/WebServerResources/ckeditor/_source/core/_bootstrap.js +D UI/WebServerResources/ckeditor/_source/core/ajax.js +D UI/WebServerResources/ckeditor/_source/core/ckeditor.js +D UI/WebServerResources/ckeditor/_source/core/ckeditor_base.js +D UI/WebServerResources/ckeditor/_source/core/ckeditor_basic.js +D UI/WebServerResources/ckeditor/_source/core/command.js +D UI/WebServerResources/ckeditor/_source/core/commanddefinition.js +D UI/WebServerResources/ckeditor/_source/core/config.js +D UI/WebServerResources/ckeditor/_source/core/dom.js +D UI/WebServerResources/ckeditor/_source/core/dom/document.js +D UI/WebServerResources/ckeditor/_source/core/dom/documentfragment.js +D UI/WebServerResources/ckeditor/_source/core/dom/element.js +D UI/WebServerResources/ckeditor/_source/core/dom/elementpath.js +D UI/WebServerResources/ckeditor/_source/core/dom/event.js +D UI/WebServerResources/ckeditor/_source/core/dom/node.js +D UI/WebServerResources/ckeditor/_source/core/dom/nodelist.js +D UI/WebServerResources/ckeditor/_source/core/dom/range.js +D UI/WebServerResources/ckeditor/_source/core/dom/text.js +D UI/WebServerResources/ckeditor/_source/core/dom/walker.js +D UI/WebServerResources/ckeditor/_source/core/dom/window.js +D UI/WebServerResources/ckeditor/_source/core/dtd.js +D UI/WebServerResources/ckeditor/_source/core/editor.js +D UI/WebServerResources/ckeditor/_source/core/editor_basic.js +D UI/WebServerResources/ckeditor/_source/core/env.js +D UI/WebServerResources/ckeditor/_source/core/event.js +D UI/WebServerResources/ckeditor/_source/core/eventInfo.js +D UI/WebServerResources/ckeditor/_source/core/focusmanager.js +D UI/WebServerResources/ckeditor/_source/core/htmlparser.js +D UI/WebServerResources/ckeditor/_source/core/htmlparser/basicwriter.js +D UI/WebServerResources/ckeditor/_source/core/htmlparser/cdata.js +D UI/WebServerResources/ckeditor/_source/core/htmlparser/comment.js +D UI/WebServerResources/ckeditor/_source/core/htmlparser/element.js +D UI/WebServerResources/ckeditor/_source/core/htmlparser/filter.js +D UI/WebServerResources/ckeditor/_source/core/htmlparser/fragment.js +D UI/WebServerResources/ckeditor/_source/core/htmlparser/text.js +D UI/WebServerResources/ckeditor/_source/core/imagecacher.js +D UI/WebServerResources/ckeditor/_source/core/lang.js +D UI/WebServerResources/ckeditor/_source/core/loader.js +D UI/WebServerResources/ckeditor/_source/core/plugindefinition.js +D UI/WebServerResources/ckeditor/_source/core/plugins.js +D UI/WebServerResources/ckeditor/_source/core/resourcemanager.js +D UI/WebServerResources/ckeditor/_source/core/scriptloader.js +D UI/WebServerResources/ckeditor/_source/core/skins.js +D UI/WebServerResources/ckeditor/_source/core/test.js +D UI/WebServerResources/ckeditor/_source/core/themes.js +D UI/WebServerResources/ckeditor/_source/core/tools.js +D UI/WebServerResources/ckeditor/_source/core/ui.js +D UI/WebServerResources/ckeditor/_source/core/xml.js +D UI/WebServerResources/ckeditor/_source/lang/_languages.js +D UI/WebServerResources/ckeditor/_source/lang/_translationstatus.txt +D UI/WebServerResources/ckeditor/_source/lang/af.js +D UI/WebServerResources/ckeditor/_source/lang/ar.js +D UI/WebServerResources/ckeditor/_source/lang/bg.js +D UI/WebServerResources/ckeditor/_source/lang/bn.js +D UI/WebServerResources/ckeditor/_source/lang/bs.js +D UI/WebServerResources/ckeditor/_source/lang/ca.js +D UI/WebServerResources/ckeditor/_source/lang/cs.js +D UI/WebServerResources/ckeditor/_source/lang/da.js +D UI/WebServerResources/ckeditor/_source/lang/de.js +D UI/WebServerResources/ckeditor/_source/lang/el.js +D UI/WebServerResources/ckeditor/_source/lang/en-au.js +D UI/WebServerResources/ckeditor/_source/lang/en-ca.js +D UI/WebServerResources/ckeditor/_source/lang/en-uk.js +D UI/WebServerResources/ckeditor/_source/lang/en.js +D UI/WebServerResources/ckeditor/_source/lang/eo.js +D UI/WebServerResources/ckeditor/_source/lang/es.js +D UI/WebServerResources/ckeditor/_source/lang/et.js +D UI/WebServerResources/ckeditor/_source/lang/eu.js +D UI/WebServerResources/ckeditor/_source/lang/fa.js +D UI/WebServerResources/ckeditor/_source/lang/fi.js +D UI/WebServerResources/ckeditor/_source/lang/fo.js +D UI/WebServerResources/ckeditor/_source/lang/fr-ca.js +D UI/WebServerResources/ckeditor/_source/lang/fr.js +D UI/WebServerResources/ckeditor/_source/lang/gl.js +D UI/WebServerResources/ckeditor/_source/lang/gu.js +D UI/WebServerResources/ckeditor/_source/lang/he.js +D UI/WebServerResources/ckeditor/_source/lang/hi.js +D UI/WebServerResources/ckeditor/_source/lang/hr.js +D UI/WebServerResources/ckeditor/_source/lang/hu.js +D UI/WebServerResources/ckeditor/_source/lang/is.js +D UI/WebServerResources/ckeditor/_source/lang/it.js +D UI/WebServerResources/ckeditor/_source/lang/ja.js +D UI/WebServerResources/ckeditor/_source/lang/km.js +D UI/WebServerResources/ckeditor/_source/lang/ko.js +D UI/WebServerResources/ckeditor/_source/lang/lt.js +D UI/WebServerResources/ckeditor/_source/lang/lv.js +D UI/WebServerResources/ckeditor/_source/lang/mn.js +D UI/WebServerResources/ckeditor/_source/lang/ms.js +D UI/WebServerResources/ckeditor/_source/lang/nb.js +D UI/WebServerResources/ckeditor/_source/lang/nl.js +D UI/WebServerResources/ckeditor/_source/lang/no.js +D UI/WebServerResources/ckeditor/_source/lang/pl.js +D UI/WebServerResources/ckeditor/_source/lang/pt-br.js +D UI/WebServerResources/ckeditor/_source/lang/pt.js +D UI/WebServerResources/ckeditor/_source/lang/ro.js +D UI/WebServerResources/ckeditor/_source/lang/ru.js +D UI/WebServerResources/ckeditor/_source/lang/sk.js +D UI/WebServerResources/ckeditor/_source/lang/sl.js +D UI/WebServerResources/ckeditor/_source/lang/sr-latn.js +D UI/WebServerResources/ckeditor/_source/lang/sr.js +D UI/WebServerResources/ckeditor/_source/lang/sv.js +D UI/WebServerResources/ckeditor/_source/lang/th.js +D UI/WebServerResources/ckeditor/_source/lang/tr.js +D UI/WebServerResources/ckeditor/_source/lang/uk.js +D UI/WebServerResources/ckeditor/_source/lang/vi.js +D UI/WebServerResources/ckeditor/_source/lang/zh-cn.js +D UI/WebServerResources/ckeditor/_source/lang/zh.js +D UI/WebServerResources/ckeditor/_source/plugins/about/dialogs/about.js +D UI/WebServerResources/ckeditor/_source/plugins/about/dialogs/logo_ckeditor.png +D UI/WebServerResources/ckeditor/_source/plugins/about/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/basicstyles/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/blockquote/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/button/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/clipboard/dialogs/paste.js +D UI/WebServerResources/ckeditor/_source/plugins/clipboard/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/colorbutton/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/contextmenu/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/dialog/dialogDefinition.js +D UI/WebServerResources/ckeditor/_source/plugins/dialog/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/dialogui/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/domiterator/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/editingblock/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/elementspath/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/enterkey/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/entities/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/filebrowser/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/find/dialogs/find.js +D UI/WebServerResources/ckeditor/_source/plugins/find/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/flash/dialogs/flash.js +D UI/WebServerResources/ckeditor/_source/plugins/flash/images/placeholder.png +D UI/WebServerResources/ckeditor/_source/plugins/flash/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/floatpanel/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/font/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/format/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/forms/dialogs/button.js +D UI/WebServerResources/ckeditor/_source/plugins/forms/dialogs/checkbox.js +D UI/WebServerResources/ckeditor/_source/plugins/forms/dialogs/form.js +D UI/WebServerResources/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js +D UI/WebServerResources/ckeditor/_source/plugins/forms/dialogs/radio.js +D UI/WebServerResources/ckeditor/_source/plugins/forms/dialogs/select.js +D UI/WebServerResources/ckeditor/_source/plugins/forms/dialogs/textarea.js +D UI/WebServerResources/ckeditor/_source/plugins/forms/dialogs/textfield.js +D UI/WebServerResources/ckeditor/_source/plugins/forms/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/horizontalrule/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/htmldataprocessor/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/htmlwriter/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/iframedialog/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/image/dialogs/image.js +D UI/WebServerResources/ckeditor/_source/plugins/image/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/indent/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/justify/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/keystrokes/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/link/dialogs/anchor.js +D UI/WebServerResources/ckeditor/_source/plugins/link/dialogs/link.js +D UI/WebServerResources/ckeditor/_source/plugins/link/images/anchor.gif +D UI/WebServerResources/ckeditor/_source/plugins/link/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/list/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/listblock/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/maximize/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/menu/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/menubutton/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/newpage/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/pagebreak/images/pagebreak.gif +D UI/WebServerResources/ckeditor/_source/plugins/pagebreak/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/panel/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/panelbutton/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/pastefromword/dialogs/pastefromword.js +D UI/WebServerResources/ckeditor/_source/plugins/pastefromword/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js +D UI/WebServerResources/ckeditor/_source/plugins/pastetext/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/popup/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/preview/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/print/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/removeformat/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/resize/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/richcombo/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/save/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/scayt/dialogs/options.js +D UI/WebServerResources/ckeditor/_source/plugins/scayt/dialogs/toolbar.css +D UI/WebServerResources/ckeditor/_source/plugins/scayt/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/selection/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_address.png +D UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_blockquote.png +D UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_div.png +D UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_h1.png +D UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_h2.png +D UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_h3.png +D UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_h4.png +D UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_h5.png +D UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_h6.png +D UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_p.png +D UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_pre.png +D UI/WebServerResources/ckeditor/_source/plugins/showblocks/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/smiley/dialogs/smiley.js +D UI/WebServerResources/ckeditor/_source/plugins/smiley/images/angel_smile.gif +D UI/WebServerResources/ckeditor/_source/plugins/smiley/images/angry_smile.gif +D UI/WebServerResources/ckeditor/_source/plugins/smiley/images/broken_heart.gif +D UI/WebServerResources/ckeditor/_source/plugins/smiley/images/confused_smile.gif +D UI/WebServerResources/ckeditor/_source/plugins/smiley/images/cry_smile.gif +D UI/WebServerResources/ckeditor/_source/plugins/smiley/images/devil_smile.gif +D UI/WebServerResources/ckeditor/_source/plugins/smiley/images/embaressed_smile.gif +D UI/WebServerResources/ckeditor/_source/plugins/smiley/images/envelope.gif +D UI/WebServerResources/ckeditor/_source/plugins/smiley/images/heart.gif +D UI/WebServerResources/ckeditor/_source/plugins/smiley/images/kiss.gif +D UI/WebServerResources/ckeditor/_source/plugins/smiley/images/lightbulb.gif +D UI/WebServerResources/ckeditor/_source/plugins/smiley/images/omg_smile.gif +D UI/WebServerResources/ckeditor/_source/plugins/smiley/images/regular_smile.gif +D UI/WebServerResources/ckeditor/_source/plugins/smiley/images/sad_smile.gif +D UI/WebServerResources/ckeditor/_source/plugins/smiley/images/shades_smile.gif +D UI/WebServerResources/ckeditor/_source/plugins/smiley/images/teeth_smile.gif +D UI/WebServerResources/ckeditor/_source/plugins/smiley/images/thumbs_down.gif +D UI/WebServerResources/ckeditor/_source/plugins/smiley/images/thumbs_up.gif +D UI/WebServerResources/ckeditor/_source/plugins/smiley/images/tounge_smile.gif +D UI/WebServerResources/ckeditor/_source/plugins/smiley/images/whatchutalkingabout_smile.gif +D UI/WebServerResources/ckeditor/_source/plugins/smiley/images/wink_smile.gif +D UI/WebServerResources/ckeditor/_source/plugins/smiley/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/sourcearea/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js +D UI/WebServerResources/ckeditor/_source/plugins/specialchar/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/styles/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/stylescombo/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/stylescombo/styles/default.js +D UI/WebServerResources/ckeditor/_source/plugins/tab/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/table/dialogs/table.js +D UI/WebServerResources/ckeditor/_source/plugins/table/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js +D UI/WebServerResources/ckeditor/_source/plugins/tabletools/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/templates/dialogs/templates.js +D UI/WebServerResources/ckeditor/_source/plugins/templates/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/templates/templates/default.js +D UI/WebServerResources/ckeditor/_source/plugins/templates/templates/images/template1.gif +D UI/WebServerResources/ckeditor/_source/plugins/templates/templates/images/template2.gif +D UI/WebServerResources/ckeditor/_source/plugins/templates/templates/images/template3.gif +D UI/WebServerResources/ckeditor/_source/plugins/toolbar/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js +D UI/WebServerResources/ckeditor/_source/plugins/uicolor/lang/en.js +D UI/WebServerResources/ckeditor/_source/plugins/uicolor/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/uicolor/uicolor.gif +D UI/WebServerResources/ckeditor/_source/plugins/uicolor/yui/assets/hue_bg.png +D UI/WebServerResources/ckeditor/_source/plugins/uicolor/yui/assets/hue_thumb.png +D UI/WebServerResources/ckeditor/_source/plugins/uicolor/yui/assets/picker_mask.png +D UI/WebServerResources/ckeditor/_source/plugins/uicolor/yui/assets/picker_thumb.png +D UI/WebServerResources/ckeditor/_source/plugins/uicolor/yui/assets/yui.css +D UI/WebServerResources/ckeditor/_source/plugins/uicolor/yui/yui.js +D UI/WebServerResources/ckeditor/_source/plugins/undo/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/wsc/dialogs/ciframe.html +D UI/WebServerResources/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset.html +D UI/WebServerResources/ckeditor/_source/plugins/wsc/dialogs/wsc.css +D UI/WebServerResources/ckeditor/_source/plugins/wsc/dialogs/wsc.js +D UI/WebServerResources/ckeditor/_source/plugins/wsc/plugin.js +D UI/WebServerResources/ckeditor/_source/plugins/wysiwygarea/plugin.js +D UI/WebServerResources/ckeditor/_source/skins/kama/dialog.css +D UI/WebServerResources/ckeditor/_source/skins/kama/editor.css +D UI/WebServerResources/ckeditor/_source/skins/kama/elementspath.css +D UI/WebServerResources/ckeditor/_source/skins/kama/icons.css +D UI/WebServerResources/ckeditor/_source/skins/kama/icons.png +D UI/WebServerResources/ckeditor/_source/skins/kama/images/dialog_sides.gif +D UI/WebServerResources/ckeditor/_source/skins/kama/images/dialog_sides.png +D UI/WebServerResources/ckeditor/_source/skins/kama/images/dialog_sides_rtl.png +D UI/WebServerResources/ckeditor/_source/skins/kama/images/mini.gif +D UI/WebServerResources/ckeditor/_source/skins/kama/images/noimage.png +D UI/WebServerResources/ckeditor/_source/skins/kama/images/sprites.png +D UI/WebServerResources/ckeditor/_source/skins/kama/images/sprites_ie6.png +D UI/WebServerResources/ckeditor/_source/skins/kama/images/toolbar_start.gif +D UI/WebServerResources/ckeditor/_source/skins/kama/mainui.css +D UI/WebServerResources/ckeditor/_source/skins/kama/menu.css +D UI/WebServerResources/ckeditor/_source/skins/kama/panel.css +D UI/WebServerResources/ckeditor/_source/skins/kama/presets.css +D UI/WebServerResources/ckeditor/_source/skins/kama/reset.css +D UI/WebServerResources/ckeditor/_source/skins/kama/richcombo.css +D UI/WebServerResources/ckeditor/_source/skins/kama/skin.js +D UI/WebServerResources/ckeditor/_source/skins/kama/templates.css +D UI/WebServerResources/ckeditor/_source/skins/kama/toolbar.css +D UI/WebServerResources/ckeditor/_source/skins/office2003/dialog.css +D UI/WebServerResources/ckeditor/_source/skins/office2003/editor.css +D UI/WebServerResources/ckeditor/_source/skins/office2003/elementspath.css +D UI/WebServerResources/ckeditor/_source/skins/office2003/icons.css +D UI/WebServerResources/ckeditor/_source/skins/office2003/icons.png +D UI/WebServerResources/ckeditor/_source/skins/office2003/images/dialog_sides.gif +D UI/WebServerResources/ckeditor/_source/skins/office2003/images/dialog_sides.png +D UI/WebServerResources/ckeditor/_source/skins/office2003/images/dialog_sides_rtl.png +D UI/WebServerResources/ckeditor/_source/skins/office2003/images/mini.gif +D UI/WebServerResources/ckeditor/_source/skins/office2003/images/noimage.png +D UI/WebServerResources/ckeditor/_source/skins/office2003/images/sprites.png +D UI/WebServerResources/ckeditor/_source/skins/office2003/images/sprites_ie6.png +D UI/WebServerResources/ckeditor/_source/skins/office2003/mainui.css +D UI/WebServerResources/ckeditor/_source/skins/office2003/menu.css +D UI/WebServerResources/ckeditor/_source/skins/office2003/panel.css +D UI/WebServerResources/ckeditor/_source/skins/office2003/presets.css +D UI/WebServerResources/ckeditor/_source/skins/office2003/reset.css +D UI/WebServerResources/ckeditor/_source/skins/office2003/richcombo.css +D UI/WebServerResources/ckeditor/_source/skins/office2003/skin.js +D UI/WebServerResources/ckeditor/_source/skins/office2003/templates.css +D UI/WebServerResources/ckeditor/_source/skins/office2003/toolbar.css +D UI/WebServerResources/ckeditor/_source/skins/v2/dialog.css +D UI/WebServerResources/ckeditor/_source/skins/v2/editor.css +D UI/WebServerResources/ckeditor/_source/skins/v2/elementspath.css +D UI/WebServerResources/ckeditor/_source/skins/v2/icons.css +D UI/WebServerResources/ckeditor/_source/skins/v2/icons.png +D UI/WebServerResources/ckeditor/_source/skins/v2/images/dialog_sides.gif +D UI/WebServerResources/ckeditor/_source/skins/v2/images/dialog_sides.png +D UI/WebServerResources/ckeditor/_source/skins/v2/images/dialog_sides_rtl.png +D UI/WebServerResources/ckeditor/_source/skins/v2/images/mini.gif +D UI/WebServerResources/ckeditor/_source/skins/v2/images/noimage.png +D UI/WebServerResources/ckeditor/_source/skins/v2/images/sprites.png +D UI/WebServerResources/ckeditor/_source/skins/v2/images/sprites_ie6.png +D UI/WebServerResources/ckeditor/_source/skins/v2/images/toolbar_start.gif +D UI/WebServerResources/ckeditor/_source/skins/v2/mainui.css +D UI/WebServerResources/ckeditor/_source/skins/v2/menu.css +D UI/WebServerResources/ckeditor/_source/skins/v2/panel.css +D UI/WebServerResources/ckeditor/_source/skins/v2/presets.css +D UI/WebServerResources/ckeditor/_source/skins/v2/reset.css +D UI/WebServerResources/ckeditor/_source/skins/v2/richcombo.css +D UI/WebServerResources/ckeditor/_source/skins/v2/skin.js +D UI/WebServerResources/ckeditor/_source/skins/v2/templates.css +D UI/WebServerResources/ckeditor/_source/skins/v2/toolbar.css +D UI/WebServerResources/ckeditor/_source/themes/default/theme.js +M UI/WebServerResources/ckeditor/ckeditor.js +M UI/WebServerResources/ckeditor/ckeditor.pack +M UI/WebServerResources/ckeditor/ckeditor_basic.js +M UI/WebServerResources/ckeditor/ckeditor_basic_source.js +M UI/WebServerResources/ckeditor/ckeditor_source.js +M UI/WebServerResources/ckeditor/config.js +M UI/WebServerResources/ckeditor/contents.css +M UI/WebServerResources/ckeditor/lang/_languages.js +M UI/WebServerResources/ckeditor/lang/_translationstatus.txt +M UI/WebServerResources/ckeditor/lang/af.js +M UI/WebServerResources/ckeditor/lang/ar.js +M UI/WebServerResources/ckeditor/lang/bg.js +M UI/WebServerResources/ckeditor/lang/bn.js +M UI/WebServerResources/ckeditor/lang/bs.js +M UI/WebServerResources/ckeditor/lang/ca.js +M UI/WebServerResources/ckeditor/lang/cs.js +M UI/WebServerResources/ckeditor/lang/da.js +M UI/WebServerResources/ckeditor/lang/de.js +M UI/WebServerResources/ckeditor/lang/el.js +M UI/WebServerResources/ckeditor/lang/en-au.js +M UI/WebServerResources/ckeditor/lang/en-ca.js +M UI/WebServerResources/ckeditor/lang/en-uk.js +M UI/WebServerResources/ckeditor/lang/en.js +M UI/WebServerResources/ckeditor/lang/eo.js +M UI/WebServerResources/ckeditor/lang/es.js +M UI/WebServerResources/ckeditor/lang/et.js +M UI/WebServerResources/ckeditor/lang/eu.js +M UI/WebServerResources/ckeditor/lang/fa.js +M UI/WebServerResources/ckeditor/lang/fi.js +M UI/WebServerResources/ckeditor/lang/fo.js +M UI/WebServerResources/ckeditor/lang/fr-ca.js +M UI/WebServerResources/ckeditor/lang/fr.js +M UI/WebServerResources/ckeditor/lang/gl.js +M UI/WebServerResources/ckeditor/lang/gu.js +M UI/WebServerResources/ckeditor/lang/he.js +M UI/WebServerResources/ckeditor/lang/hi.js +M UI/WebServerResources/ckeditor/lang/hr.js +M UI/WebServerResources/ckeditor/lang/hu.js +M UI/WebServerResources/ckeditor/lang/is.js +M UI/WebServerResources/ckeditor/lang/it.js +M UI/WebServerResources/ckeditor/lang/ja.js +M UI/WebServerResources/ckeditor/lang/km.js +M UI/WebServerResources/ckeditor/lang/ko.js +M UI/WebServerResources/ckeditor/lang/lt.js +M UI/WebServerResources/ckeditor/lang/lv.js +M UI/WebServerResources/ckeditor/lang/mn.js +M UI/WebServerResources/ckeditor/lang/ms.js +M UI/WebServerResources/ckeditor/lang/nb.js +M UI/WebServerResources/ckeditor/lang/nl.js +M UI/WebServerResources/ckeditor/lang/no.js +M UI/WebServerResources/ckeditor/lang/pl.js +M UI/WebServerResources/ckeditor/lang/pt-br.js +M UI/WebServerResources/ckeditor/lang/pt.js +M UI/WebServerResources/ckeditor/lang/ro.js +M UI/WebServerResources/ckeditor/lang/ru.js +M UI/WebServerResources/ckeditor/lang/sk.js +M UI/WebServerResources/ckeditor/lang/sl.js +M UI/WebServerResources/ckeditor/lang/sr-latn.js +M UI/WebServerResources/ckeditor/lang/sr.js +M UI/WebServerResources/ckeditor/lang/sv.js +M UI/WebServerResources/ckeditor/lang/th.js +M UI/WebServerResources/ckeditor/lang/tr.js +M UI/WebServerResources/ckeditor/lang/uk.js +M UI/WebServerResources/ckeditor/lang/vi.js +M UI/WebServerResources/ckeditor/lang/zh-cn.js +M UI/WebServerResources/ckeditor/lang/zh.js +M UI/WebServerResources/ckeditor/plugins/about/dialogs/about.js +D UI/WebServerResources/ckeditor/plugins/about/plugin.js +D UI/WebServerResources/ckeditor/plugins/basicstyles/plugin.js +D UI/WebServerResources/ckeditor/plugins/blockquote/plugin.js +D UI/WebServerResources/ckeditor/plugins/button/plugin.js +M UI/WebServerResources/ckeditor/plugins/clipboard/dialogs/paste.js +D UI/WebServerResources/ckeditor/plugins/clipboard/plugin.js +D UI/WebServerResources/ckeditor/plugins/colorbutton/plugin.js +D UI/WebServerResources/ckeditor/plugins/contextmenu/plugin.js +M UI/WebServerResources/ckeditor/plugins/dialog/dialogDefinition.js +D UI/WebServerResources/ckeditor/plugins/dialog/plugin.js +D UI/WebServerResources/ckeditor/plugins/dialogui/plugin.js +D UI/WebServerResources/ckeditor/plugins/domiterator/plugin.js +D UI/WebServerResources/ckeditor/plugins/editingblock/plugin.js +D UI/WebServerResources/ckeditor/plugins/elementspath/plugin.js +D UI/WebServerResources/ckeditor/plugins/enterkey/plugin.js +D UI/WebServerResources/ckeditor/plugins/entities/plugin.js +D UI/WebServerResources/ckeditor/plugins/filebrowser/plugin.js +M UI/WebServerResources/ckeditor/plugins/find/dialogs/find.js +D UI/WebServerResources/ckeditor/plugins/find/plugin.js +M UI/WebServerResources/ckeditor/plugins/flash/dialogs/flash.js +D UI/WebServerResources/ckeditor/plugins/flash/plugin.js +D UI/WebServerResources/ckeditor/plugins/floatpanel/plugin.js +D UI/WebServerResources/ckeditor/plugins/font/plugin.js +D UI/WebServerResources/ckeditor/plugins/format/plugin.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/button.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/checkbox.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/form.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/hiddenfield.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/radio.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/select.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/textarea.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/textfield.js +D UI/WebServerResources/ckeditor/plugins/forms/plugin.js +D UI/WebServerResources/ckeditor/plugins/horizontalrule/plugin.js +D UI/WebServerResources/ckeditor/plugins/htmldataprocessor/plugin.js +D UI/WebServerResources/ckeditor/plugins/htmlwriter/plugin.js +M UI/WebServerResources/ckeditor/plugins/iframedialog/plugin.js +M UI/WebServerResources/ckeditor/plugins/image/dialogs/image.js +D UI/WebServerResources/ckeditor/plugins/image/plugin.js +D UI/WebServerResources/ckeditor/plugins/indent/plugin.js +D UI/WebServerResources/ckeditor/plugins/justify/plugin.js +D UI/WebServerResources/ckeditor/plugins/keystrokes/plugin.js +M UI/WebServerResources/ckeditor/plugins/link/dialogs/anchor.js +M UI/WebServerResources/ckeditor/plugins/link/dialogs/link.js +D UI/WebServerResources/ckeditor/plugins/link/plugin.js +D UI/WebServerResources/ckeditor/plugins/list/plugin.js +D UI/WebServerResources/ckeditor/plugins/listblock/plugin.js +D UI/WebServerResources/ckeditor/plugins/maximize/plugin.js +D UI/WebServerResources/ckeditor/plugins/menu/plugin.js +D UI/WebServerResources/ckeditor/plugins/menubutton/plugin.js +D UI/WebServerResources/ckeditor/plugins/newpage/plugin.js +D UI/WebServerResources/ckeditor/plugins/pagebreak/plugin.js +D UI/WebServerResources/ckeditor/plugins/panel/plugin.js +D UI/WebServerResources/ckeditor/plugins/panelbutton/plugin.js +D UI/WebServerResources/ckeditor/plugins/pastefromword/dialogs/pastefromword.js +D UI/WebServerResources/ckeditor/plugins/pastefromword/plugin.js +M UI/WebServerResources/ckeditor/plugins/pastetext/dialogs/pastetext.js +D UI/WebServerResources/ckeditor/plugins/pastetext/plugin.js +D UI/WebServerResources/ckeditor/plugins/popup/plugin.js +D UI/WebServerResources/ckeditor/plugins/preview/plugin.js +D UI/WebServerResources/ckeditor/plugins/print/plugin.js +D UI/WebServerResources/ckeditor/plugins/removeformat/plugin.js +D UI/WebServerResources/ckeditor/plugins/resize/plugin.js +D UI/WebServerResources/ckeditor/plugins/richcombo/plugin.js +D UI/WebServerResources/ckeditor/plugins/save/plugin.js +M UI/WebServerResources/ckeditor/plugins/scayt/dialogs/options.js +M UI/WebServerResources/ckeditor/plugins/scayt/dialogs/toolbar.css +D UI/WebServerResources/ckeditor/plugins/scayt/plugin.js +D UI/WebServerResources/ckeditor/plugins/selection/plugin.js +D UI/WebServerResources/ckeditor/plugins/showblocks/plugin.js +M UI/WebServerResources/ckeditor/plugins/smiley/dialogs/smiley.js +D UI/WebServerResources/ckeditor/plugins/smiley/plugin.js +D UI/WebServerResources/ckeditor/plugins/sourcearea/plugin.js +M UI/WebServerResources/ckeditor/plugins/specialchar/dialogs/specialchar.js +D UI/WebServerResources/ckeditor/plugins/specialchar/plugin.js +D UI/WebServerResources/ckeditor/plugins/styles/plugin.js +D UI/WebServerResources/ckeditor/plugins/stylescombo/plugin.js +M UI/WebServerResources/ckeditor/plugins/stylescombo/styles/default.js +D UI/WebServerResources/ckeditor/plugins/tab/plugin.js +M UI/WebServerResources/ckeditor/plugins/table/dialogs/table.js +D UI/WebServerResources/ckeditor/plugins/table/plugin.js +M UI/WebServerResources/ckeditor/plugins/tabletools/dialogs/tableCell.js +D UI/WebServerResources/ckeditor/plugins/tabletools/plugin.js +M UI/WebServerResources/ckeditor/plugins/templates/dialogs/templates.js +D UI/WebServerResources/ckeditor/plugins/templates/plugin.js +M UI/WebServerResources/ckeditor/plugins/templates/templates/default.js +D UI/WebServerResources/ckeditor/plugins/toolbar/plugin.js +M UI/WebServerResources/ckeditor/plugins/uicolor/dialogs/uicolor.js +M UI/WebServerResources/ckeditor/plugins/uicolor/lang/en.js +M UI/WebServerResources/ckeditor/plugins/uicolor/plugin.js +M UI/WebServerResources/ckeditor/plugins/uicolor/yui/assets/yui.css +M UI/WebServerResources/ckeditor/plugins/uicolor/yui/yui.js +D UI/WebServerResources/ckeditor/plugins/undo/plugin.js +M UI/WebServerResources/ckeditor/plugins/wsc/dialogs/ciframe.html +M UI/WebServerResources/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +M UI/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.css +M UI/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.js +D UI/WebServerResources/ckeditor/plugins/wsc/plugin.js +D UI/WebServerResources/ckeditor/plugins/wysiwygarea/plugin.js +M UI/WebServerResources/ckeditor/skins/kama/dialog.css +M UI/WebServerResources/ckeditor/skins/kama/editor.css +M UI/WebServerResources/ckeditor/skins/kama/skin.js +M UI/WebServerResources/ckeditor/skins/kama/templates.css +M UI/WebServerResources/ckeditor/skins/office2003/dialog.css +M UI/WebServerResources/ckeditor/skins/office2003/editor.css +M UI/WebServerResources/ckeditor/skins/office2003/skin.js +M UI/WebServerResources/ckeditor/skins/office2003/templates.css +M UI/WebServerResources/ckeditor/skins/v2/dialog.css +M UI/WebServerResources/ckeditor/skins/v2/editor.css +M UI/WebServerResources/ckeditor/skins/v2/skin.js +M UI/WebServerResources/ckeditor/skins/v2/templates.css +M UI/WebServerResources/ckeditor/themes/default/theme.js + commit ec9697d1791b5bbe306602508191f4eb5c18364d Author: Francis Lachapelle Date: Thu Jan 14 15:26:10 2010 +0000 @@ -45223,21 +55149,9 @@ Date: Thu Jan 14 15:26:10 2010 +0000 Monotone-Date: 2010-01-14T15:26:10 Monotone-Branch: ca.inverse.sogo -commit 3f0908f3847934e1abbbc0b0270532b672ce22fb -Merge: bc90de0 ec9697d -Author: Wolfgang Sourdeau -Date: Wed Jan 13 22:50:05 2010 +0000 - - merge of '2185decf68286616e141956d251df6580c4747cd' - and '6970e7a89b13f1353d770e663717021a53350856' - - Monotone-Parent: 2185decf68286616e141956d251df6580c4747cd - Monotone-Parent: 6970e7a89b13f1353d770e663717021a53350856 - Monotone-Revision: bf01e6f088a2111decc0b38c4b13d77205fd3b39 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-01-13T22:50:05 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxComponentEditor.js commit bc90de08262b96244ce8a2be96b7a415b27fbe68 Author: Wolfgang Sourdeau @@ -45252,6 +55166,8 @@ Date: Wed Jan 13 22:49:54 2010 +0000 Monotone-Date: 2010-01-13T22:49:54 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalendarProperties.wox + commit 2c907c79cd66c6f7a56b8e7da9398b6234c643b3 Author: Francis Lachapelle Date: Wed Jan 13 05:14:36 2010 +0000 @@ -45265,21 +55181,9 @@ Date: Wed Jan 13 05:14:36 2010 +0000 Monotone-Date: 2010-01-13T05:14:36 Monotone-Branch: ca.inverse.sogo -commit 5d5d0ea60a7a95555441852719897a72666a8607 -Merge: dad75bb 304a332 -Author: Francis Lachapelle -Date: Wed Jan 13 04:46:56 2010 +0000 - - merge of '583f127303a07196077a96b395056caf120f4117' - and 'e963d0d35abbc798444e616c5532ac4a7461c63a' - - Monotone-Parent: 583f127303a07196077a96b395056caf120f4117 - Monotone-Parent: e963d0d35abbc798444e616c5532ac4a7461c63a - Monotone-Revision: e01a6cf59f2ee75d0b39a067e4bb3dc8f01bc380 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-01-13T04:46:56 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js commit 304a332d04f29847cbf8b3a7895546c8f730200b Author: Ludovic Marcotte @@ -45294,6 +55198,10 @@ Date: Tue Jan 12 19:43:47 2010 +0000 Monotone-Date: 2010-01-12T19:43:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Mozilla Thunderbird Configuration.odt +M SoObjects/SOGo/NSString+Utilities.m + commit cade28b75c1dfc7b98b5a791d23812a395c3dfd0 Author: Ludovic Marcotte Date: Mon Jan 11 18:38:44 2010 +0000 @@ -45307,21 +55215,8 @@ Date: Mon Jan 11 18:38:44 2010 +0000 Monotone-Date: 2010-01-11T18:38:44 Monotone-Branch: ca.inverse.sogo -commit dad75bbdde52da43738b2a35652daace92e1ec16 -Merge: 575ca49 b11895f -Author: Francis Lachapelle -Date: Mon Jan 11 18:25:50 2010 +0000 - - merge of '18bcde63a97bfd2933b370687c939865d8c21d61' - and '32e14dc57c4f6d9a43de5dfdf3c298091cbf84ea' - - Monotone-Parent: 18bcde63a97bfd2933b370687c939865d8c21d61 - Monotone-Parent: 32e14dc57c4f6d9a43de5dfdf3c298091cbf84ea - Monotone-Revision: 583f127303a07196077a96b395056caf120f4117 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-01-11T18:25:50 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFolderActions.m commit 105a5b7305a04b492150a1a6b502a2c441e9153f Author: Wolfgang Sourdeau @@ -45334,6 +55229,10 @@ Date: Fri Jan 8 20:48:45 2010 +0000 Monotone-Date: 2010-01-08T20:48:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D UI/Scheduler/UIxCalDateLabel.m +D UI/Templates/SchedulerUI/UIxCalDateLabel.wox + commit b11895fd59637e2b2954f18ddc9e6c8fc0075dfd Author: Ludovic Marcotte Date: Fri Jan 8 17:48:45 2010 +0000 @@ -45347,6 +55246,11 @@ Date: Fri Jan 8 17:48:45 2010 +0000 Monotone-Date: 2010-01-08T17:48:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m + commit f8a2a82673b5a853e95e7323c3a8c98117efd508 Author: Wolfgang Sourdeau Date: Fri Jan 8 15:46:14 2010 +0000 @@ -45358,6 +55262,8 @@ Date: Fri Jan 8 15:46:14 2010 +0000 Monotone-Date: 2010-01-08T15:46:14 Monotone-Branch: ca.inverse.sogo +M UnitTests/TestBSJSONAdditions.m + commit 29ddd6719e87abc4dc59e6bf4fda4344a3bfd2e9 Author: Wolfgang Sourdeau Date: Fri Jan 8 15:46:00 2010 +0000 @@ -45369,6 +55275,14 @@ Date: Fri Jan 8 15:46:00 2010 +0000 Monotone-Date: 2010-01-08T15:46:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UnitTests/GNUmakefile +M UnitTests/SOGoTest.h +M UnitTests/SOGoTest.m +A UnitTests/SOGoTestRunner.h +A UnitTests/SOGoTestRunner.m +M UnitTests/sogo-tests.m + commit 38c31ba2aa0d5e0daf6ec5797f04d007c276db41 Author: Wolfgang Sourdeau Date: Fri Jan 8 15:03:02 2010 +0000 @@ -45380,6 +55294,9 @@ Date: Fri Jan 8 15:03:02 2010 +0000 Monotone-Date: 2010-01-08T15:03:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.m + commit 7867800838fef0c9d015cbc66cf27bb4876b574d Author: Wolfgang Sourdeau Date: Fri Jan 8 15:01:03 2010 +0000 @@ -45391,6 +55308,9 @@ Date: Fri Jan 8 15:01:03 2010 +0000 Monotone-Date: 2010-01-08T15:01:03 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSArray+Utilities.h +M SoObjects/SOGo/NSArray+Utilities.m + commit 575ca49b2c5474ea8c1327cc592eca48d4dca1f4 Author: Francis Lachapelle Date: Thu Jan 7 20:00:07 2010 +0000 @@ -45404,6 +55324,8 @@ Date: Thu Jan 7 20:00:07 2010 +0000 Monotone-Date: 2010-01-07T20:00:07 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxOccurenceDialog.js + commit 5f9e3b3e5f3996757865f68c8322a94539097206 Author: Wolfgang Sourdeau Date: Thu Jan 7 19:53:03 2010 +0000 @@ -45415,6 +55337,9 @@ Date: Thu Jan 7 19:53:03 2010 +0000 Monotone-Date: 2010-01-07T19:53:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.m + commit b28e046d946283aff5b766fcc4e636d0ec1ddda7 Author: Francis Lachapelle Date: Thu Jan 7 19:24:46 2010 +0000 @@ -45428,6 +55353,9 @@ Date: Thu Jan 7 19:24:46 2010 +0000 Monotone-Date: 2010-01-07T19:24:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.m + commit 731875092c4ba54921cce2d55bced81982789a18 Author: Francis Lachapelle Date: Thu Jan 7 19:24:18 2010 +0000 @@ -45441,21 +55369,7 @@ Date: Thu Jan 7 19:24:18 2010 +0000 Monotone-Date: 2010-01-07T19:24:18 Monotone-Branch: ca.inverse.sogo -commit bfd2d9f070a784773db880768a931dd6c5d080ca -Merge: 1afac41 a123053 -Author: Francis Lachapelle -Date: Thu Jan 7 19:07:11 2010 +0000 - - merge of '53583144c5d999d03c432c06fcea467dcb2b4988' - and 'ba80cda7e44181710c6bab1a4dbafe1c4da06a57' - - Monotone-Parent: 53583144c5d999d03c432c06fcea467dcb2b4988 - Monotone-Parent: ba80cda7e44181710c6bab1a4dbafe1c4da06a57 - Monotone-Revision: 1bafb5734a88e44a2e54a0ecf6daae5cee2a0f57 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2010-01-07T19:07:11 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js commit 1afac41537a3c130ac250f25e5ab5d29ce31878b Author: Wolfgang Sourdeau @@ -45468,6 +55382,10 @@ Date: Thu Jan 7 16:59:41 2010 +0000 Monotone-Date: 2010-01-07T16:59:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSDictionary+BSJSONAdditions.m +M UnitTests/TestBSJSONAdditions.m + commit 063091f72a93383253734d789a9866737df7c4fe Author: Wolfgang Sourdeau Date: Thu Jan 7 16:37:36 2010 +0000 @@ -45479,6 +55397,12 @@ Date: Thu Jan 7 16:37:36 2010 +0000 Monotone-Date: 2010-01-07T16:37:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSScanner+BSJSONAdditions.m +M UnitTests/GNUmakefile +M UnitTests/SOGoTest.h +A UnitTests/TestBSJSONAdditions.m + commit a1230534d65aace21a84f1644f518be198a70d74 Author: Francis Lachapelle Date: Thu Jan 7 16:31:14 2010 +0000 @@ -45492,6 +55416,8 @@ Date: Thu Jan 7 16:31:14 2010 +0000 Monotone-Date: 2010-01-07T16:31:14 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoDefaults.plist + commit 06be8d2ebf64963d11d078ee757df4ee56071e5a Author: Francis Lachapelle Date: Thu Jan 7 16:30:27 2010 +0000 @@ -45505,6 +55431,8 @@ Date: Thu Jan 7 16:30:27 2010 +0000 Monotone-Date: 2010-01-07T16:30:27 Monotone-Branch: ca.inverse.sogo +M NEWS + commit aca76201ad6871d1fc25fe51b0089b5d34caa840 Author: Wolfgang Sourdeau Date: Thu Jan 7 15:28:47 2010 +0000 @@ -45516,6 +55444,12 @@ Date: Thu Jan 7 15:28:47 2010 +0000 Monotone-Date: 2010-01-07T15:28:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UnitTests/GNUmakefile +A UnitTests/SOGoTest.h +A UnitTests/SOGoTest.m +A UnitTests/sogo-tests.m + commit 4abeab0e1efd73b5074f540f296b6a4e62b542c0 Author: Wolfgang Sourdeau Date: Wed Jan 6 22:22:31 2010 +0000 @@ -45527,6 +55461,8 @@ Date: Wed Jan 6 22:22:31 2010 +0000 Monotone-Date: 2010-01-06T22:22:31 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox + commit 7f686a011ad6f1ca5c07947481c90bf81cbac284 Author: Wolfgang Sourdeau Date: Wed Jan 6 22:16:24 2010 +0000 @@ -45538,6 +55474,11 @@ Date: Wed Jan 6 22:16:24 2010 +0000 Monotone-Date: 2010-01-06T22:16:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/WebServerResources/SchedulerUI.js + commit f535b1e0d6239fd431c76febecfe19563a899d3b Author: Wolfgang Sourdeau Date: Wed Jan 6 22:01:29 2010 +0000 @@ -45551,6 +55492,15 @@ Date: Wed Jan 6 22:01:29 2010 +0000 Monotone-Date: 2010-01-06T22:01:29 Monotone-Branch: ca.inverse.sogo +M UI/AdministrationUI/product.plist +M UI/Common/product.plist +M UI/Contacts/product.plist +M UI/MailPartViewers/product.plist +M UI/MailerUI/product.plist +M UI/MainUI/product.plist +M UI/PreferencesUI/product.plist +M UI/Scheduler/product.plist + commit c4fa4fed35b82312a5b6e0dc2fdf01e51bf29b97 Author: Wolfgang Sourdeau Date: Wed Jan 6 20:32:33 2010 +0000 @@ -45562,6 +55512,8 @@ Date: Wed Jan 6 20:32:33 2010 +0000 Monotone-Date: 2010-01-06T20:32:33 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/product.plist + commit 3616e3ea5d686c899eb066c99a1dd19b0b177913 Author: Wolfgang Sourdeau Date: Wed Jan 6 20:32:24 2010 +0000 @@ -45573,6 +55525,9 @@ Date: Wed Jan 6 20:32:24 2010 +0000 Monotone-Date: 2010-01-06T20:32:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m + commit 4006945c7b63ef796332b904c8bbf8db48831618 Author: Wolfgang Sourdeau Date: Wed Jan 6 20:29:54 2010 +0000 @@ -45584,6 +55539,8 @@ Date: Wed Jan 6 20:29:54 2010 +0000 Monotone-Date: 2010-01-06T20:29:54 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m + commit bc442609ac4f67d2edea962031b868d9ef054fa8 Author: Wolfgang Sourdeau Date: Wed Jan 6 20:29:20 2010 +0000 @@ -45595,6 +55552,8 @@ Date: Wed Jan 6 20:29:20 2010 +0000 Monotone-Date: 2010-01-06T20:29:20 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoWebAppointmentFolder.m + commit 310228551a48f4505c498ae96949e09c54bfbea7 Author: Wolfgang Sourdeau Date: Wed Jan 6 19:50:30 2010 +0000 @@ -45606,6 +55565,8 @@ Date: Wed Jan 6 19:50:30 2010 +0000 Monotone-Date: 2010-01-06T19:50:30 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-debian.diff + commit 6c51e6e1325fc3a4356617e5e1af34883bae1ce3 Author: Wolfgang Sourdeau Date: Wed Jan 6 19:43:23 2010 +0000 @@ -45617,6 +55578,10 @@ Date: Wed Jan 6 19:43:23 2010 +0000 Monotone-Date: 2010-01-06T19:43:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalMainView.h +M UI/Scheduler/UIxCalMainView.m + commit 62433faf3515f51cb7015b9611f80c88c8b65a53 Author: Wolfgang Sourdeau Date: Wed Jan 6 19:21:15 2010 +0000 @@ -45628,6 +55593,10 @@ Date: Wed Jan 6 19:21:15 2010 +0000 Monotone-Date: 2010-01-06T19:21:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/iCalEntityObject+SOGo.m +M UI/Scheduler/UIxDatePicker.m + commit 1169e642e74c7f3da638da6aa2323edb99c01003 Author: Wolfgang Sourdeau Date: Wed Jan 6 19:16:55 2010 +0000 @@ -45639,6 +55608,8 @@ Date: Wed Jan 6 19:16:55 2010 +0000 Monotone-Date: 2010-01-06T19:16:55 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxTimeDateControl.m + commit a24233c3762097b30e7cd1cffff54efa680909d5 Author: Wolfgang Sourdeau Date: Wed Jan 6 19:15:32 2010 +0000 @@ -45650,6 +55621,9 @@ Date: Wed Jan 6 19:15:32 2010 +0000 Monotone-Date: 2010-01-06T19:15:32 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalDateTime.m + commit 62af6abdf901b4ba7609a0a9eec6ec138d33e55c Author: Wolfgang Sourdeau Date: Wed Jan 6 16:27:28 2010 +0000 @@ -45661,6 +55635,8 @@ Date: Wed Jan 6 16:27:28 2010 +0000 Monotone-Date: 2010-01-06T16:27:28 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1664.diff + commit 1b4c0de728510def72264216ecabe370bcfbc0cc Author: Wolfgang Sourdeau Date: Wed Jan 6 14:36:17 2010 +0000 @@ -45672,6 +55648,9 @@ Date: Wed Jan 6 14:36:17 2010 +0000 Monotone-Date: 2010-01-06T14:36:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailNamespace.m + commit 63c787e7590549f2d8a73067d544961ec6271c9b Author: Wolfgang Sourdeau Date: Wed Jan 6 13:45:55 2010 +0000 @@ -45683,6 +55662,13 @@ Date: Wed Jan 6 13:45:55 2010 +0000 Monotone-Date: 2010-01-06T13:45:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/SOGo/SOGoDomainDefaults.h +M SoObjects/SOGo/SOGoDomainDefaults.m + commit 23da51ef77fb9a13092e49ccbbf9177782e7114d Author: Wolfgang Sourdeau Date: Wed Jan 6 00:20:19 2010 +0000 @@ -45694,6 +55680,8 @@ Date: Wed Jan 6 00:20:19 2010 +0000 Monotone-Date: 2010-01-06T00:20:19 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoDraftObject.m + commit 93dc70985ebec222f7976875fca14eb1a1c0c94d Author: Wolfgang Sourdeau Date: Wed Jan 6 00:20:10 2010 +0000 @@ -45705,6 +55693,8 @@ Date: Wed Jan 6 00:20:10 2010 +0000 Monotone-Date: 2010-01-06T00:20:10 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoCache.m + commit fd160c3dbad745c1c625e0c708e4f169a6da6a9e Author: Wolfgang Sourdeau Date: Tue Jan 5 23:16:27 2010 +0000 @@ -45716,6 +55706,8 @@ Date: Tue Jan 5 23:16:27 2010 +0000 Monotone-Date: 2010-01-05T23:16:27 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-debian.diff + commit aa7e1d2f5aa31964884de824e82f807d47e0c14c Author: Wolfgang Sourdeau Date: Tue Jan 5 22:34:35 2010 +0000 @@ -45727,6 +55719,22 @@ Date: Tue Jan 5 22:34:35 2010 +0000 Monotone-Date: 2010-01-05T22:34:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/sope-patchset-r1664.diff +M SoObjects/Mailer/GNUmakefile +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailFolder.m +A SoObjects/Mailer/SOGoMailNamespace.h +A SoObjects/Mailer/SOGoMailNamespace.m +M SoObjects/SOGo/NSArray+Utilities.h +M SoObjects/SOGo/NSArray+Utilities.m +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m +M UI/WebServerResources/JavascriptAPIExtensions.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/MailerUIdTree.js + commit 7c3b61134a75a4aef3fbe205432f017a0df88ba8 Author: Wolfgang Sourdeau Date: Tue Jan 5 22:12:34 2010 +0000 @@ -45738,6 +55746,10 @@ Date: Tue Jan 5 22:12:34 2010 +0000 Monotone-Date: 2010-01-05T22:12:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D SOPE/sope-patchset-r1660.diff +A SOPE/sope-patchset-r1664.diff + commit ea156c6474f149dcbf8c8dd0d9754b9f0f41c284 Author: Wolfgang Sourdeau Date: Mon Jan 4 16:05:12 2010 +0000 @@ -45749,21 +55761,7 @@ Date: Mon Jan 4 16:05:12 2010 +0000 Monotone-Date: 2010-01-04T16:05:12 Monotone-Branch: ca.inverse.sogo -commit 524cba9bfd79093d1bf2bf1684e2a57f7df6e5c9 -Merge: c90366c 1af27ac -Author: Wolfgang Sourdeau -Date: Mon Jan 4 16:03:36 2010 +0000 - - merge of '495c84a755d7c3dc5b821ce81dde08939ec11972' - and 'f910b2c688865ff7576908ec3caa65dbd9cd74a2' - - Monotone-Parent: 495c84a755d7c3dc5b821ce81dde08939ec11972 - Monotone-Parent: f910b2c688865ff7576908ec3caa65dbd9cd74a2 - Monotone-Revision: a2b439e6942cf7fae5cee8b06159f0a6c4ac6ba6 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2010-01-04T16:03:36 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailForward.m commit c90366c08af7ae8ce68a405b4949e1b9f3185c85 Author: Francis Lachapelle @@ -45778,6 +55776,8 @@ Date: Mon Jan 4 16:01:18 2010 +0000 Monotone-Date: 2010-01-04T16:01:18 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 1af27ac214f73a5d2a189df6fed243f0b8b5983b Author: Wolfgang Sourdeau Date: Mon Jan 4 15:59:57 2010 +0000 @@ -45789,6 +55789,8 @@ Date: Mon Jan 4 15:59:57 2010 +0000 Monotone-Date: 2010-01-04T15:59:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 623fbc186f571d7c3ed87a9c1e6c42de0dabebc5 Author: Wolfgang Sourdeau Date: Mon Jan 4 15:59:40 2010 +0000 @@ -45802,6 +55804,16 @@ Date: Mon Jan 4 15:59:40 2010 +0000 Monotone-Date: 2010-01-04T15:59:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailBaseObject.m +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/Mailer/SOGoMailForward.m +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m + commit b8fafe42da6ab097c30038fc179cf6e526731317 Author: Wolfgang Sourdeau Date: Mon Jan 4 15:58:52 2010 +0000 @@ -45813,21 +55825,15 @@ Date: Mon Jan 4 15:58:52 2010 +0000 Monotone-Date: 2010-01-04T15:58:52 Monotone-Branch: ca.inverse.sogo -commit 0a187f9d383424c5d7b55520ee72a2d5a3c9a82a -Merge: 84c7e14 516861d -Author: Ludovic Marcotte -Date: Sun Dec 27 22:37:41 2009 +0000 - - merge of '0c1ec7e54de5221c8ed291d64541b4524fc8ca6d' - and '71bc211c9fb2a32b06f59717e4f1706d6482c950' - - Monotone-Parent: 0c1ec7e54de5221c8ed291d64541b4524fc8ca6d - Monotone-Parent: 71bc211c9fb2a32b06f59717e4f1706d6482c950 - Monotone-Revision: f6829bdd7a8f8207d69f2c7bd6e1dc52fe733eb0 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2009-12-27T22:37:41 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailBaseObject.m +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/Mailer/SOGoMailForward.m +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m commit 516861d6f6c7eafdfe6ab9ac4271b4a0d1fab832 Author: Ludovic Marcotte @@ -45842,6 +55848,8 @@ Date: Sat Dec 26 19:02:01 2009 +0000 Monotone-Date: 2009-12-26T19:02:01 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailForward.m + commit 82f15efb6d68d841eaf7d877f82f7fd0d84808d1 Author: Ludovic Marcotte Date: Sat Dec 26 19:00:45 2009 +0000 @@ -45855,6 +55863,9 @@ Date: Sat Dec 26 19:00:45 2009 +0000 Monotone-Date: 2009-12-26T19:00:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailForward.m + commit e2e53b5a53fb1aa2fd83ab0fa44eedfed9de970e Author: Ludovic Marcotte Date: Sat Dec 26 16:01:08 2009 +0000 @@ -45868,6 +55879,9 @@ Date: Sat Dec 26 16:01:08 2009 +0000 Monotone-Date: 2009-12-26T16:01:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoMailer.m + commit ec868276aad6ced4be5c42ea2a9c65b62b25c269 Author: Ludovic Marcotte Date: Fri Dec 25 22:52:52 2009 +0000 @@ -45881,21 +55895,8 @@ Date: Fri Dec 25 22:52:52 2009 +0000 Monotone-Date: 2009-12-25T22:52:52 Monotone-Branch: ca.inverse.sogo -commit 84c7e145abdeba3a485b211e8fe37a989cc2c993 -Merge: 3b3d4e6 3525149 -Author: Wolfgang Sourdeau -Date: Thu Dec 24 14:24:01 2009 +0000 - - merge of '5475eac0e45624fa60269bb388e23e6e2dc89bd8' - and '6c665d10d66699c41ab79b02a4b7703765bc6d2a' - - Monotone-Parent: 5475eac0e45624fa60269bb388e23e6e2dc89bd8 - Monotone-Parent: 6c665d10d66699c41ab79b02a4b7703765bc6d2a - Monotone-Revision: 0c1ec7e54de5221c8ed291d64541b4524fc8ca6d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-12-24T14:24:01 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/SOGoToolBackup.m commit 3b3d4e68c0277e1e81b473f01936c1bf82812e63 Author: Ludovic Marcotte @@ -45910,21 +55911,8 @@ Date: Wed Dec 23 22:09:18 2009 +0000 Monotone-Date: 2009-12-23T22:09:18 Monotone-Branch: ca.inverse.sogo -commit 35251494f2a077a63e8aab1b56e9777571cc8241 -Merge: 7163e4e b080e01 -Author: Ludovic Marcotte -Date: Wed Dec 23 21:40:56 2009 +0000 - - merge of '4d3351a8b6b27006c2727b36d6fae250d5c24d40' - and 'fbe3cd1ce788185ea42f3ac4b3238f48a16821ad' - - Monotone-Parent: 4d3351a8b6b27006c2727b36d6fae250d5c24d40 - Monotone-Parent: fbe3cd1ce788185ea42f3ac4b3238f48a16821ad - Monotone-Revision: 6c665d10d66699c41ab79b02a4b7703765bc6d2a - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2009-12-23T21:40:56 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js commit b080e012ae322e83013e914770d75ccb5dc021fd Author: Ludovic Marcotte @@ -45939,21 +55927,9 @@ Date: Wed Dec 23 21:39:09 2009 +0000 Monotone-Date: 2009-12-23T21:39:09 Monotone-Branch: ca.inverse.sogo -commit 7163e4ed0ba53b09014ff617a92544ee62463552 -Merge: 1add40c 4320805 -Author: Wolfgang Sourdeau -Date: Wed Dec 23 21:25:07 2009 +0000 - - merge of '3823bd3cc970f67d1d304545984ce01cc2c32ac6' - and '9b5272463fac61370796a5551a285c8f7d3dd24c' - - Monotone-Parent: 3823bd3cc970f67d1d304545984ce01cc2c32ac6 - Monotone-Parent: 9b5272463fac61370796a5551a285c8f7d3dd24c - Monotone-Revision: 4d3351a8b6b27006c2727b36d6fae250d5c24d40 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-12-23T21:25:07 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSDictionary+Utilities.m +M SoObjects/SOGo/NSString+Utilities.m commit 4320805ece29b0e6b8fae01149c1ddebf16ae6c6 Author: Ludovic Marcotte @@ -45968,6 +55944,10 @@ Date: Wed Dec 23 21:14:18 2009 +0000 Monotone-Date: 2009-12-23T21:14:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/ContactsUI/UIxContactFoldersView.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox + commit cbc87fc9ab7be40947e8fe202679798732be393c Author: Ludovic Marcotte Date: Wed Dec 23 20:14:53 2009 +0000 @@ -45981,6 +55961,12 @@ Date: Wed Dec 23 20:14:53 2009 +0000 Monotone-Date: 2009-12-23T20:14:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/WODirectAction+SOGo.m +M UI/Scheduler/UIxCalMainView.h +M UI/Scheduler/UIxCalMonthView.h +M UI/Scheduler/UIxCalView.m + commit 1add40c6ff04bfe8e83a173d4c5fc73f7a7077c9 Author: Wolfgang Sourdeau Date: Wed Dec 23 18:32:42 2009 +0000 @@ -45992,37 +55978,9 @@ Date: Wed Dec 23 18:32:42 2009 +0000 Monotone-Date: 2009-12-23T18:32:42 Monotone-Branch: ca.inverse.sogo -commit 8de7496f556efa43b1f04ab7376cd05d7b37f103 -Merge: 84b7582 15849bc -Author: Wolfgang Sourdeau -Date: Wed Dec 23 02:22:35 2009 +0000 - - merge of '048651c03289ee8aea9a9d3d3088a91e534dbe5b' - and 'cef59e89d1cdca1998457ce41e60e9271b884a23' - - Monotone-Parent: 048651c03289ee8aea9a9d3d3088a91e534dbe5b - Monotone-Parent: cef59e89d1cdca1998457ce41e60e9271b884a23 - Monotone-Revision: 06d8a080e505b11bad76b3afa0c1ffa5aa02bc23 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-12-23T02:22:35 - Monotone-Branch: ca.inverse.sogo - -commit 15849bc3cdafbdf563abd195a2de7f08e66e5b30 -Merge: 8ee88b6 215282e -Author: Wolfgang Sourdeau -Date: Tue Dec 22 23:04:49 2009 +0000 - - merge of '15a323395e06e9dba494ab7c7ad2871d2e95bdd4' - and '77f74fbd8da16c35f71279bd179f0afad94285b5' - - Monotone-Parent: 15a323395e06e9dba494ab7c7ad2871d2e95bdd4 - Monotone-Parent: 77f74fbd8da16c35f71279bd179f0afad94285b5 - Monotone-Revision: cef59e89d1cdca1998457ce41e60e9271b884a23 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-12-22T23:04:49 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m commit 215282e08021d15316b483b6572b070dc88cf522 Author: Wolfgang Sourdeau @@ -46035,6 +55993,9 @@ Date: Tue Dec 22 23:04:21 2009 +0000 Monotone-Date: 2009-12-22T23:04:21 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/versitCardsSaxDriver/ChangeLog +M SOPE/NGCards/versitCardsSaxDriver/VSSaxDriver.m + commit 84b7582e0314b62fdcd7f645c962a543bec5ddd8 Author: Ludovic Marcotte Date: Tue Dec 22 22:45:37 2009 +0000 @@ -46048,21 +56009,43 @@ Date: Tue Dec 22 22:45:37 2009 +0000 Monotone-Date: 2009-12-22T22:45:37 Monotone-Branch: ca.inverse.sogo -commit 8ee88b6a42909ff198aef7c5488e18b4a5426f5f -Merge: 14201aa ab3c3f3 -Author: Francis Lachapelle -Date: Tue Dec 22 21:07:40 2009 +0000 - - merge of '2c0e8a6a410ecb7bc3984b724b271bf6bbdb8947' - and '6f84a669db2d05b99c1720fe9558575f53130156' - - Monotone-Parent: 2c0e8a6a410ecb7bc3984b724b271bf6bbdb8947 - Monotone-Parent: 6f84a669db2d05b99c1720fe9558575f53130156 - Monotone-Revision: 15a323395e06e9dba494ab7c7ad2871d2e95bdd4 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-12-22T21:07:40 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/Mailer/SOGoMailObject.m +M SoObjects/SOGo/SOGoObject.m +M UI/MailPartViewers/GNUmakefile +D UI/MailPartViewers/UIxKolabPartContactViewer.m +D UI/MailPartViewers/UIxKolabPartEventViewer.m +D UI/MailPartViewers/UIxKolabPartTaskViewer.m +D UI/MailPartViewers/UIxKolabPartViewer.h +D UI/MailPartViewers/UIxKolabPartViewer.m +M UI/MailPartViewers/UIxMailRenderingContext.m +M UI/MailerUI/UIxMailFolderActions.m +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/GNUmakefile +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/UIxCalView.h +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/Welsh.lproj/Localizable.strings +D UI/Templates/MailPartViewers/UIxKolabPartContactViewer.wox +D UI/Templates/MailPartViewers/UIxKolabPartEventViewer.wox +D UI/Templates/MailPartViewers/UIxKolabPartTaskViewer.wox +M UI/Templates/SchedulerUI/UIxAppointmentProposal.wox +M UI/Templates/SchedulerUI/UIxCalDayView.wox +M UI/Templates/SchedulerUI/UIxCalMonthView.wox +M UI/Templates/SchedulerUI/UIxCalWeekView.wox +M UI/Templates/SchedulerUI/UIxTaskProposal.wox +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/SchedulerUI.js commit 14201aa76d721e3160f400fbf4a3a67cfdf38643 Author: Francis Lachapelle @@ -46077,6 +56060,10 @@ Date: Tue Dec 22 21:07:06 2009 +0000 Monotone-Date: 2009-12-22T21:07:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Templates/SchedulerUI/UIxCalMainView.wox + commit ab3c3f3599edf3f04061dc42e733ed9f5cd95242 Author: Wolfgang Sourdeau Date: Tue Dec 22 20:46:29 2009 +0000 @@ -46088,6 +56075,8 @@ Date: Tue Dec 22 20:46:29 2009 +0000 Monotone-Date: 2009-12-22T20:46:29 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoUserFolder+Appointments.m + commit d73757c3ad7f8b8166e5296962cec9e23f371dac Author: Wolfgang Sourdeau Date: Tue Dec 22 20:35:19 2009 +0000 @@ -46099,21 +56088,8 @@ Date: Tue Dec 22 20:35:19 2009 +0000 Monotone-Date: 2009-12-22T20:35:19 Monotone-Branch: ca.inverse.sogo -commit 0dccddb87bbf4e2b82382af15df2bb80c62668f3 -Merge: 56075d6 843af28 -Author: Wolfgang Sourdeau -Date: Tue Dec 22 20:34:02 2009 +0000 - - merge of 'a678bfc28369a5cca8665c85a0a2e944c1a1fa37' - and 'c6211d892652356a678ac26ac4f287499fbe91ea' - - Monotone-Parent: a678bfc28369a5cca8665c85a0a2e944c1a1fa37 - Monotone-Parent: c6211d892652356a678ac26ac4f287499fbe91ea - Monotone-Revision: becba1041ad050a1189effa1d6444a31a7727dc3 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-12-22T20:34:02 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/test-webdav.py commit 56075d6240416f4b2a3c082d8d16598b21f19dee Author: Wolfgang Sourdeau @@ -46126,6 +56102,10 @@ Date: Tue Dec 22 20:33:47 2009 +0000 Monotone-Date: 2009-12-22T20:33:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoGCSFolder.m + commit 843af28d1a097d4de3b124abc07b34a8e492c6e1 Author: Francis Lachapelle Date: Tue Dec 22 20:23:50 2009 +0000 @@ -46139,6 +56119,13 @@ Date: Tue Dec 22 20:23:50 2009 +0000 Monotone-Date: 2009-12-22T20:23:50 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/accepted.png +A UI/WebServerResources/accepted.selected.png +A UI/WebServerResources/declined.selected.png +A UI/WebServerResources/delegated.selected.png +A UI/WebServerResources/needs-action.selected.png + commit bf68910d9b64eb0e6216fa8a75df931dcbe60c66 Author: Wolfgang Sourdeau Date: Tue Dec 22 16:58:26 2009 +0000 @@ -46150,6 +56137,8 @@ Date: Tue Dec 22 16:58:26 2009 +0000 Monotone-Date: 2009-12-22T16:58:26 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1660.diff + commit bc2094427f34775c99dc8a396fc89827d0a3e5f2 Author: Wolfgang Sourdeau Date: Mon Dec 21 19:10:28 2009 +0000 @@ -46161,6 +56150,8 @@ Date: Mon Dec 21 19:10:28 2009 +0000 Monotone-Date: 2009-12-21T19:10:28 Monotone-Branch: ca.inverse.sogo +M Tools/SOGoToolBackup.m + commit 2e15c455f5175f37b0c2b7e99f73a670bc1bb4b2 Author: Wolfgang Sourdeau Date: Mon Dec 21 19:10:18 2009 +0000 @@ -46172,6 +56163,9 @@ Date: Mon Dec 21 19:10:18 2009 +0000 Monotone-Date: 2009-12-21T19:10:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit aba2773d6c52ed2437764ef903566c423b638f2b Author: Ludovic Marcotte Date: Sat Dec 19 22:50:40 2009 +0000 @@ -46185,6 +56179,10 @@ Date: Sat Dec 19 22:50:40 2009 +0000 Monotone-Date: 2009-12-19T22:50:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoUserFolder+Appointments.m +M UI/MailPartViewers/UIxMailPartViewer.m + commit cb860fcba64d78e671a30b8e0bb4f5b4f34fd173 Author: Francis Lachapelle Date: Fri Dec 18 19:03:47 2009 +0000 @@ -46198,37 +56196,7 @@ Date: Fri Dec 18 19:03:47 2009 +0000 Monotone-Date: 2009-12-18T19:03:47 Monotone-Branch: ca.inverse.sogo -commit 941e6dcf23861b9c025b3e1bf3efaea0c04bab77 -Merge: f7b70bf b1075fe -Author: Wolfgang Sourdeau -Date: Thu Dec 17 15:07:11 2009 +0000 - - merge of '69372764b79859a841a1bd84d4f52b2fa501d13a' - and '74f02749420fc106c34d4d9fc437bfa2b41dc6cb' - - Monotone-Parent: 69372764b79859a841a1bd84d4f52b2fa501d13a - Monotone-Parent: 74f02749420fc106c34d4d9fc437bfa2b41dc6cb - Monotone-Revision: 1f7e36970ce281b76583914ff0a8e814841077cb - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-12-17T15:07:11 - Monotone-Branch: ca.inverse.sogo - -commit f7b70bf926744e2a61d589943457b62b1d513006 -Merge: 133425e f875b39 -Author: Wolfgang Sourdeau -Date: Tue Dec 15 20:21:59 2009 +0000 - - merge of '80091501b42618d93c33de4da16ce798fd5915f3' - and 'e389d9fcfdbcd0c7734388d2a608f86d15589fcf' - - Monotone-Parent: 80091501b42618d93c33de4da16ce798fd5915f3 - Monotone-Parent: e389d9fcfdbcd0c7734388d2a608f86d15589fcf - Monotone-Revision: 69372764b79859a841a1bd84d4f52b2fa501d13a - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-12-15T20:21:59 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt commit f875b39f4d7504ddbb6b98bdb525b7ae3d709ab7 Author: Wolfgang Sourdeau @@ -46241,6 +56209,9 @@ Date: Tue Dec 15 20:21:38 2009 +0000 Monotone-Date: 2009-12-15T20:21:38 Monotone-Branch: ca.inverse.sogo +A COPYING.GPL +A COPYING.LGPL + commit b1075fec0c956e1c5335fb441e08fa9e82eeea15 Author: Francis Lachapelle Date: Tue Dec 15 19:57:03 2009 +0000 @@ -46254,6 +56225,9 @@ Date: Tue Dec 15 19:57:03 2009 +0000 Monotone-Date: 2009-12-15T19:57:03 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +A Documentation/preferences.png + commit 133425e598da03a0107d109d52fbb64aad56e6cf Author: Ludovic Marcotte Date: Tue Dec 15 00:05:06 2009 +0000 @@ -46267,6 +56241,10 @@ Date: Tue Dec 15 00:05:06 2009 +0000 Monotone-Date: 2009-12-15T00:05:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartHTMLViewer.m +M UI/MailPartViewers/UIxMailPartViewer.m + commit 7fd62cf7c40f4a04e9fabbcdbd19323fd99030cf Author: Wolfgang Sourdeau Date: Mon Dec 14 16:02:15 2009 +0000 @@ -46278,6 +56256,9 @@ Date: Mon Dec 14 16:02:15 2009 +0000 Monotone-Date: 2009-12-14T16:02:15 Monotone-Branch: ca.inverse.sogo +M Scripts/sogo-init.d-redhat +M Scripts/sogo-init.d-sles + commit c51ba5b09930fde19f7c3b14dd8652fbd47c1d8e Author: Wolfgang Sourdeau Date: Mon Dec 14 15:51:57 2009 +0000 @@ -46289,6 +56270,8 @@ Date: Mon Dec 14 15:51:57 2009 +0000 Monotone-Date: 2009-12-14T15:51:57 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1660.diff + commit 01aa8e299c12863b4e0b47d1d20389452ec566d2 Author: Wolfgang Sourdeau Date: Mon Dec 14 15:07:06 2009 +0000 @@ -46300,21 +56283,10 @@ Date: Mon Dec 14 15:07:06 2009 +0000 Monotone-Date: 2009-12-14T15:07:06 Monotone-Branch: ca.inverse.sogo -commit 9595a07c82320c2424efc29028fd61ea106a7778 -Merge: 33777d0 ff048cd -Author: Wolfgang Sourdeau -Date: Mon Dec 14 14:37:43 2009 +0000 - - merge of '41c1c07c9e64afed10d305ba098bdffb69a7e77d' - and '4bfa73f8df33a1fad6c74b0321872b8b41b526fa' - - Monotone-Parent: 41c1c07c9e64afed10d305ba098bdffb69a7e77d - Monotone-Parent: 4bfa73f8df33a1fad6c74b0321872b8b41b526fa - Monotone-Revision: 26b5f40103235f325bd04edf2ca9fe43ad924990 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-12-14T14:37:43 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/NSString+Mail.m +M Tools/SOGoToolCheckDoubles.m +M Tools/SOGoToolRemoveDoubles.m commit 33777d04bcf0d4314ee0be91a421c2328ecc47e7 Author: Wolfgang Sourdeau @@ -46327,6 +56299,9 @@ Date: Mon Dec 14 14:37:24 2009 +0000 Monotone-Date: 2009-12-14T14:37:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.m + commit 23dc7dd4749ecaf9bc345ce0516801dd0f9a93f3 Author: Wolfgang Sourdeau Date: Fri Dec 11 14:57:57 2009 +0000 @@ -46338,6 +56313,9 @@ Date: Fri Dec 11 14:57:57 2009 +0000 Monotone-Date: 2009-12-11T14:57:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/UIxPreferences.m + commit ff048cdfae2fe2a90e5e10edc5f65ef8c76383aa Author: Ludovic Marcotte Date: Fri Dec 11 14:14:48 2009 +0000 @@ -46351,21 +56329,9 @@ Date: Fri Dec 11 14:14:48 2009 +0000 Monotone-Date: 2009-12-11T14:14:48 Monotone-Branch: ca.inverse.sogo -commit f08aed28d3f9de34efff93213d66d9defad4c0de -Merge: 61c0072 89a5e0d -Author: Wolfgang Sourdeau -Date: Wed Dec 9 21:46:39 2009 +0000 - - merge of '9003f157ebcad8369e5e69e70dc966267d1cf728' - and 'db370b54d1c04790d487307a6c2427a914aae37b' - - Monotone-Parent: 9003f157ebcad8369e5e69e70dc966267d1cf728 - Monotone-Parent: db370b54d1c04790d487307a6c2427a914aae37b - Monotone-Revision: 0fae105daa23d0bfd278a2c1253b578984b8876e - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-12-09T21:46:39 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/Toolbars/SOGoContactFolder.toolbar +M UI/WebServerResources/ContactsUI.js commit 61c0072fc5a02343856f5d403427ffb7fb65cefd Author: Wolfgang Sourdeau @@ -46378,6 +56344,9 @@ Date: Wed Dec 9 21:46:05 2009 +0000 Monotone-Date: 2009-12-09T21:46:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit 89a5e0d72c620dc7313607c3686e12e6038a0bc2 Author: Francis Lachapelle Date: Wed Dec 9 21:32:44 2009 +0000 @@ -46391,6 +56360,8 @@ Date: Wed Dec 9 21:32:44 2009 +0000 Monotone-Date: 2009-12-09T21:32:44 Monotone-Branch: ca.inverse.sogo +M Apache/SOGo-debian.conf + commit 66eee3f0438bfcf3331d7928efdb7d81738e3c09 Author: Wolfgang Sourdeau Date: Wed Dec 9 21:22:18 2009 +0000 @@ -46402,6 +56373,8 @@ Date: Wed Dec 9 21:22:18 2009 +0000 Monotone-Date: 2009-12-09T21:22:18 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1660.diff + commit 380f095815bf54499c5375c3e51023426e4a4764 Author: Wolfgang Sourdeau Date: Tue Dec 8 23:19:16 2009 +0000 @@ -46413,6 +56386,9 @@ Date: Tue Dec 8 23:19:16 2009 +0000 Monotone-Date: 2009-12-08T23:19:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/WORequest+SOGo.m + commit af7f0ba0e43093541f80c792384d5c2ef01d3223 Author: Wolfgang Sourdeau Date: Tue Dec 8 23:18:12 2009 +0000 @@ -46424,6 +56400,13 @@ Date: Tue Dec 8 23:18:12 2009 +0000 Monotone-Date: 2009-12-08T23:18:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m +M SoObjects/SOGo/SOGoDefaults.plist +M SoObjects/SOGo/SOGoSystemDefaults.h +M SoObjects/SOGo/SOGoSystemDefaults.m +M SoObjects/SOGo/SOGoUserFolder.m + commit e361b6615fd9e00a8866ac3a98635487cd6f9a2b Author: Wolfgang Sourdeau Date: Tue Dec 8 21:15:56 2009 +0000 @@ -46435,6 +56418,10 @@ Date: Tue Dec 8 21:15:56 2009 +0000 Monotone-Date: 2009-12-08T21:15:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m +A Tests/test-webdav.py + commit cb9423595c4dde38f97dcbcbc5f89da90215df36 Author: Wolfgang Sourdeau Date: Tue Dec 8 20:18:37 2009 +0000 @@ -46446,6 +56433,8 @@ Date: Tue Dec 8 20:18:37 2009 +0000 Monotone-Date: 2009-12-08T20:18:37 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 745d09fd3320fba746341b042c9dab8b045956c6 Author: Wolfgang Sourdeau Date: Tue Dec 8 18:09:45 2009 +0000 @@ -46457,6 +56446,8 @@ Date: Tue Dec 8 18:09:45 2009 +0000 Monotone-Date: 2009-12-08T18:09:45 Monotone-Branch: ca.inverse.sogo +M debian/sogo.logrotate + commit 6aa31f609277f1531f22052a6f25fc4bbde2ce03 Author: Wolfgang Sourdeau Date: Mon Dec 7 21:02:35 2009 +0000 @@ -46468,6 +56459,8 @@ Date: Mon Dec 7 21:02:35 2009 +0000 Monotone-Date: 2009-12-07T21:02:35 Monotone-Branch: ca.inverse.sogo +M Scripts/sogo-init.d-sles + commit 7b774b19c1ba2444e0da0c5310bbc3fe9d21d8f9 Author: Wolfgang Sourdeau Date: Mon Dec 7 20:39:00 2009 +0000 @@ -46479,21 +56472,7 @@ Date: Mon Dec 7 20:39:00 2009 +0000 Monotone-Date: 2009-12-07T20:39:00 Monotone-Branch: ca.inverse.sogo -commit 36fdb452e149dc2fd254e6a5453768d20d0a9a52 -Merge: 0b1dab8 3af65ad -Author: Wolfgang Sourdeau -Date: Mon Dec 7 16:16:33 2009 +0000 - - merge of '6a57f3626fde7fbfcae50a7c894c35736ad794c8' - and 'be5e3b15cde44245718151c5191d6eb1a73b061b' - - Monotone-Parent: 6a57f3626fde7fbfcae50a7c894c35736ad794c8 - Monotone-Parent: be5e3b15cde44245718151c5191d6eb1a73b061b - Monotone-Revision: ac9fdaf585c4ef94cbc22bcacdf8a0bef4ccd28a - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-12-07T16:16:33 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1660.diff commit 3af65adf0afd290fc67433370ffe2a640eedd0e5 Author: Wolfgang Sourdeau @@ -46506,6 +56485,10 @@ Date: Mon Dec 7 16:16:01 2009 +0000 Monotone-Date: 2009-12-07T16:16:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoDomainDefaults.m +M UI/PreferencesUI/UIxPreferences.m + commit 0b1dab8023ca88184a124bc7a157bdb2ad196e6e Author: Francis Lachapelle Date: Thu Dec 3 18:33:44 2009 +0000 @@ -46519,6 +56502,9 @@ Date: Thu Dec 3 18:33:44 2009 +0000 Monotone-Date: 2009-12-03T18:33:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/iCalEntityObject+Utilities.m + commit 4359d943fe7900101b65f156e76743ab76fb3a98 Author: Wolfgang Sourdeau Date: Wed Dec 2 21:18:22 2009 +0000 @@ -46530,6 +56516,9 @@ Date: Wed Dec 2 21:18:22 2009 +0000 Monotone-Date: 2009-12-02T21:18:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserDefaults.m + commit 538367c8935b33eca9a50851f6bf1fbc210bf4d7 Author: Wolfgang Sourdeau Date: Wed Dec 2 20:55:13 2009 +0000 @@ -46541,6 +56530,10 @@ Date: Wed Dec 2 20:55:13 2009 +0000 Monotone-Date: 2009-12-02T20:55:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/SOGoSource.h + commit f5a885e1fa8fbe591c6f446787820955c4c7a91f Author: Wolfgang Sourdeau Date: Wed Dec 2 20:54:45 2009 +0000 @@ -46552,6 +56545,8 @@ Date: Wed Dec 2 20:54:45 2009 +0000 Monotone-Date: 2009-12-02T20:54:45 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoDomainDefaults.m + commit bc8e5a9998453546fa7119f5f842cfef74d64349 Author: Wolfgang Sourdeau Date: Wed Dec 2 20:53:52 2009 +0000 @@ -46563,6 +56558,10 @@ Date: Wed Dec 2 20:53:52 2009 +0000 Monotone-Date: 2009-12-02T20:53:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserManager.h +M SoObjects/SOGo/SOGoUserManager.m + commit 29f7d5c7d8777bc9834305983a55422ac6604207 Author: Wolfgang Sourdeau Date: Wed Dec 2 20:51:31 2009 +0000 @@ -46574,6 +56573,8 @@ Date: Wed Dec 2 20:51:31 2009 +0000 Monotone-Date: 2009-12-02T20:51:31 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUserDefaults.m + commit d54b59625da2737a058d367fc5a616b40b83bae8 Author: Wolfgang Sourdeau Date: Wed Dec 2 20:48:20 2009 +0000 @@ -46585,6 +56586,8 @@ Date: Wed Dec 2 20:48:20 2009 +0000 Monotone-Date: 2009-12-02T20:48:20 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoDefaults.plist + commit 5b2595866906387f5c27dd2befba011d0738bfe7 Author: Wolfgang Sourdeau Date: Wed Dec 2 18:27:48 2009 +0000 @@ -46596,6 +56599,8 @@ Date: Wed Dec 2 18:27:48 2009 +0000 Monotone-Date: 2009-12-02T18:27:48 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.m + commit 771f0796259fc36427036452e836ef6bda80d257 Author: Wolfgang Sourdeau Date: Tue Dec 1 20:38:31 2009 +0000 @@ -46607,6 +56612,8 @@ Date: Tue Dec 1 20:38:31 2009 +0000 Monotone-Date: 2009-12-01T20:38:31 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoDefaults.plist + commit c4ed5bae992e07ba471781df97e38ef7cec55365 Author: Wolfgang Sourdeau Date: Tue Dec 1 18:33:07 2009 +0000 @@ -46618,6 +56625,8 @@ Date: Tue Dec 1 18:33:07 2009 +0000 Monotone-Date: 2009-12-01T18:33:07 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailAccount.m + commit a2033cc5d053e7a56b3f8d89b003636021cde482 Author: Wolfgang Sourdeau Date: Tue Dec 1 16:54:24 2009 +0000 @@ -46629,6 +56638,9 @@ Date: Tue Dec 1 16:54:24 2009 +0000 Monotone-Date: 2009-12-01T16:54:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m + commit b9a5c1e750c11626691c9239dd8bfbbb4771663b Author: Wolfgang Sourdeau Date: Tue Dec 1 16:53:15 2009 +0000 @@ -46640,6 +56652,15 @@ Date: Tue Dec 1 16:53:15 2009 +0000 Monotone-Date: 2009-12-01T16:53:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoSystemDefaults.m +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m +M UI/PreferencesUI/UIxPreferences.h +M UI/PreferencesUI/UIxPreferences.m +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.js + commit ee001b16abb0205c051c173bef1bcd81026cad7f Author: Wolfgang Sourdeau Date: Tue Dec 1 16:46:44 2009 +0000 @@ -46651,6 +56672,10 @@ Date: Tue Dec 1 16:46:44 2009 +0000 Monotone-Date: 2009-12-01T16:46:44 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoDefaults.plist +M SoObjects/SOGo/SOGoDomainDefaults.h +M SoObjects/SOGo/SOGoDomainDefaults.m + commit b18f3652bafa8291889348cbd5458f30a4da8ce4 Author: Ludovic Marcotte Date: Tue Dec 1 15:15:23 2009 +0000 @@ -46664,6 +56689,32 @@ Date: Tue Dec 1 15:15:23 2009 +0000 Monotone-Date: 2009-12-01T15:15:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/Swedish.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Swedish.lproj/Localizable.strings +M UI/Scheduler/Welsh.lproj/Localizable.strings + commit dfeb559f2cc7f988f949ca6d7ad00c644b7dc558 Author: Wolfgang Sourdeau Date: Tue Dec 1 16:09:26 2009 +0000 @@ -46675,6 +56726,8 @@ Date: Tue Dec 1 16:09:26 2009 +0000 Monotone-Date: 2009-12-01T16:09:26 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoDefaultsSource.m + commit 851e86373e51404ab806c5c69040aa0e203dcf76 Author: Wolfgang Sourdeau Date: Tue Dec 1 14:46:55 2009 +0000 @@ -46686,6 +56739,8 @@ Date: Tue Dec 1 14:46:55 2009 +0000 Monotone-Date: 2009-12-01T14:46:55 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoDefaultsSource.m + commit f092e394c1d650a77634601ab4fcedb117b83bb5 Author: Wolfgang Sourdeau Date: Tue Dec 1 14:29:56 2009 +0000 @@ -46697,21 +56752,13 @@ Date: Tue Dec 1 14:29:56 2009 +0000 Monotone-Date: 2009-12-01T14:29:56 Monotone-Branch: ca.inverse.sogo -commit e8dc2e31c5629e14ef4ae9d8f25aae6f11cf0876 -Merge: f08365d 0a96b7c -Author: Wolfgang Sourdeau -Date: Mon Nov 30 22:38:33 2009 +0000 - - merge of '004229d10ec89760026cebaca31254e6487c54ab' - and '8ac7c60ab7cfe1eb0f5cedd0ac4b33114af38fb8' - - Monotone-Parent: 004229d10ec89760026cebaca31254e6487c54ab - Monotone-Parent: 8ac7c60ab7cfe1eb0f5cedd0ac4b33114af38fb8 - Monotone-Revision: afb2242cf07ec3d3c9cbe25bb4a43d4e15d1ec70 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-11-30T22:38:33 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoDefaultsSource.h +M SoObjects/SOGo/SOGoDefaultsSource.m +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m +M UI/MailerUI/UIxMailFolderActions.m +M UI/PreferencesUI/UIxPreferences.m commit 0a96b7ca89fbb0e861dada833395362fffcca478 Author: Wolfgang Sourdeau @@ -46724,6 +56771,9 @@ Date: Mon Nov 30 22:38:22 2009 +0000 Monotone-Date: 2009-11-30T22:38:22 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoDefaultsSource.h +M SoObjects/SOGo/SOGoLDAPDefaults.h + commit f33c6094c946c8aa53c758bb4348d909709725eb Author: Wolfgang Sourdeau Date: Mon Nov 30 19:19:20 2009 +0000 @@ -46735,6 +56785,8 @@ Date: Mon Nov 30 19:19:20 2009 +0000 Monotone-Date: 2009-11-30T19:19:20 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUserProfile.m + commit f08365d8b503ea74204be9dabfbcfad0af3c2cdd Author: Ludovic Marcotte Date: Mon Nov 30 18:51:06 2009 +0000 @@ -46748,6 +56800,8 @@ Date: Mon Nov 30 18:51:06 2009 +0000 Monotone-Date: 2009-11-30T18:51:06 Monotone-Branch: ca.inverse.sogo +M Tests/all.py + commit 3ede37b026a5e7945c36d67e8db3c43e12112edc Author: Wolfgang Sourdeau Date: Mon Nov 30 18:23:39 2009 +0000 @@ -46759,6 +56813,8 @@ Date: Mon Nov 30 18:23:39 2009 +0000 Monotone-Date: 2009-11-30T18:23:39 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit e4ef12a690dc923467bf32fffd2c70c6d2316885 Author: Wolfgang Sourdeau Date: Mon Nov 30 18:23:29 2009 +0000 @@ -46770,6 +56826,8 @@ Date: Mon Nov 30 18:23:29 2009 +0000 Monotone-Date: 2009-11-30T18:23:29 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoDefaultsSource.m + commit 148ce32085d87c8afd55dcf5fbb5f1546d57dcc7 Author: Wolfgang Sourdeau Date: Mon Nov 30 18:12:46 2009 +0000 @@ -46781,6 +56839,9 @@ Date: Mon Nov 30 18:12:46 2009 +0000 Monotone-Date: 2009-11-30T18:12:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoDefaultsSource.m + commit e753c289478d894b2e5e31dce247ec5f2f81263c Author: Wolfgang Sourdeau Date: Mon Nov 30 18:11:39 2009 +0000 @@ -46792,6 +56853,8 @@ Date: Mon Nov 30 18:11:39 2009 +0000 Monotone-Date: 2009-11-30T18:11:39 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox + commit ea65257acfef4b503cae478f71003663edb9bf59 Author: Wolfgang Sourdeau Date: Mon Nov 30 18:11:31 2009 +0000 @@ -46803,6 +56866,9 @@ Date: Mon Nov 30 18:11:31 2009 +0000 Monotone-Date: 2009-11-30T18:11:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit 62856908bb06cef0fd71a262ff37a6b369abc31b Author: Wolfgang Sourdeau Date: Mon Nov 30 16:31:19 2009 +0000 @@ -46814,6 +56880,11 @@ Date: Mon Nov 30 16:31:19 2009 +0000 Monotone-Date: 2009-11-30T16:31:19 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSChannelManager.h +M SOPE/GDLContentStore/GCSChannelManager.m +M SOPE/GDLContentStore/NSURL+GCS.m + commit 76c81ab71a760f88c6d7f2a17f1297e72c58d008 Author: Wolfgang Sourdeau Date: Mon Nov 30 15:55:04 2009 +0000 @@ -46825,6 +56896,10 @@ Date: Mon Nov 30 15:55:04 2009 +0000 Monotone-Date: 2009-11-30T15:55:04 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/NSURL+GCS.h +M SOPE/GDLContentStore/NSURL+GCS.m + commit 0b74efd7f2bce9c6a1d1b71ffe1045c7e03f1db5 Author: Wolfgang Sourdeau Date: Mon Nov 30 15:42:16 2009 +0000 @@ -46836,6 +56911,9 @@ Date: Mon Nov 30 15:42:16 2009 +0000 Monotone-Date: 2009-11-30T15:42:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoDefaultsSource.m + commit c78ad98742f18ea7ebcdc218b4229ebe1fbf570e Author: Wolfgang Sourdeau Date: Mon Nov 30 14:48:50 2009 +0000 @@ -46847,6 +56925,9 @@ Date: Mon Nov 30 14:48:50 2009 +0000 Monotone-Date: 2009-11-30T14:48:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoDefaultsSource.m + commit f9c8deb0b527f0db425769ac5d10f58c719b274d Author: Wolfgang Sourdeau Date: Mon Nov 30 01:42:15 2009 +0000 @@ -46858,6 +56939,11 @@ Date: Mon Nov 30 01:42:15 2009 +0000 Monotone-Date: 2009-11-30T01:42:15 Monotone-Branch: ca.inverse.sogo +D OGoContentStore/OGoContentStore.xcode/project.pbxproj +D OGoContentStore/OGoContentStore.xcodeproj/project.pbxproj +D SOPE/NGCards/NGCards.xcodeproj/project.pbxproj +D SOPE/NGCards/versitCardsSaxDriver/versitCardsSaxDriver.xcodeproj/project.pbxproj + commit bdb91694421c8fb281de21e4b44943e845b2a8ac Author: Wolfgang Sourdeau Date: Sun Nov 29 21:48:00 2009 +0000 @@ -46869,6 +56955,16 @@ Date: Sun Nov 29 21:48:00 2009 +0000 Monotone-Date: 2009-11-29T21:48:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/SOGoUserFolder.m +M SoObjects/SOGo/SOGoUserManager.h +M SoObjects/SOGo/SOGoUserManager.m +M SoObjects/SOGo/SQLSource.h +M Tools/SOGoToolBackup.m +M Tools/SOGoToolRestore.m +M UI/MainUI/SOGoUserHomePage.m + commit 43dfb25589aaab9e23139ffdd776bff88c2ca5bd Author: Wolfgang Sourdeau Date: Sun Nov 29 21:44:04 2009 +0000 @@ -46880,6 +56976,10 @@ Date: Sun Nov 29 21:44:04 2009 +0000 Monotone-Date: 2009-11-29T21:44:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.m +M SoObjects/SOGo/SQLSource.m + commit 12b8c7a42729768606babe1277c7d57d17171e61 Author: Wolfgang Sourdeau Date: Sun Nov 29 04:21:54 2009 +0000 @@ -46891,6 +56991,10 @@ Date: Sun Nov 29 04:21:54 2009 +0000 Monotone-Date: 2009-11-29T04:21:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/SOGo/SOGoUserSettings.h +A SoObjects/SOGo/SOGoUserSettings.m + commit b79a7e5a004320d73684ecf8f0042297f2a6d443 Author: Wolfgang Sourdeau Date: Sun Nov 29 04:19:32 2009 +0000 @@ -46902,6 +57006,136 @@ Date: Sun Nov 29 04:19:32 2009 +0000 Monotone-Date: 2009-11-29T04:19:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m +M Main/sogod.m +M SOPE/GDLContentStore/GCSChannelManager.m +M SOPE/GDLContentStore/GCSFolderManager.m +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentFolders.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoAptMailICalReply.m +M SoObjects/Appointments/SOGoAptMailReceipt.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/Appointments/SOGoTaskObject.m +M SoObjects/Appointments/SOGoWebAppointmentFolder.m +M SoObjects/Appointments/iCalEntityObject+SOGo.m +M SoObjects/Contacts/SOGoContactFolders.m +M SoObjects/Contacts/SOGoContactLDIFEntry.m +M SoObjects/Contacts/SOGoContactSourceFolder.m +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/Mailer/SOGoDraftsFolder.m +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailBodyPart.m +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/Mailer/SOGoMailForward.m +M SoObjects/Mailer/SOGoMailObject+Draft.m +M SoObjects/Mailer/SOGoMailObject.m +M SoObjects/Mailer/SOGoMailReply.m +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/GNUmakefile.preamble +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoDAVAuthenticator.m +M SoObjects/SOGo/SOGoDateFormatter.m +A SoObjects/SOGo/SOGoDefaults.plist +A SoObjects/SOGo/SOGoDefaultsSource.h +A SoObjects/SOGo/SOGoDefaultsSource.m +A SoObjects/SOGo/SOGoDomainDefaults.h +A SoObjects/SOGo/SOGoDomainDefaults.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoGroup.h +M SoObjects/SOGo/SOGoGroup.m +A SoObjects/SOGo/SOGoLDAPDefaults.h +M SoObjects/SOGo/SOGoLDAPUserDefaultsBootstrap.m +M SoObjects/SOGo/SOGoMailer.h +M SoObjects/SOGo/SOGoMailer.m +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoParentFolder.m +M SoObjects/SOGo/SOGoProxyAuthenticator.m +A SoObjects/SOGo/SOGoSQLUserProfile.h +A SoObjects/SOGo/SOGoSQLUserProfile.m +M SoObjects/SOGo/SOGoSource.h +A SoObjects/SOGo/SOGoSystemDefaults.h +A SoObjects/SOGo/SOGoSystemDefaults.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m +M SoObjects/SOGo/SOGoUserFolder.m +M SoObjects/SOGo/SOGoUserManager.h +M SoObjects/SOGo/SOGoUserManager.m +A SoObjects/SOGo/SOGoUserProfile.h +A SoObjects/SOGo/SOGoUserProfile.m +M SoObjects/SOGo/SOGoWebAuthenticator.m +M SoObjects/SOGo/SQLSource.h +M SoObjects/SOGo/SQLSource.m +M SoObjects/SOGo/WOContext+SOGo.h +M SoObjects/SOGo/WOContext+SOGo.m +M SoObjects/SOGo/iCalEntityObject+Utilities.m +M Tools/SOGoToolBackup.m +M Tools/SOGoToolRestore.m +M UI/Common/UIxFolderActions.h +M UI/Common/UIxFolderActions.m +M UI/Common/UIxObjectActions.m +M UI/Common/UIxPageFrame.m +M UI/Common/UIxUserRightsEditor.m +M UI/Common/WODirectAction+SOGo.m +M UI/Contacts/UIxContactFoldersView.h +M UI/Contacts/UIxContactFoldersView.m +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/MailerUI/UIxMailAccountActions.m +M UI/MailerUI/UIxMailEditor.m +M UI/MailerUI/UIxMailFolderActions.m +M UI/MailerUI/UIxMailListView.h +M UI/MailerUI/UIxMailListView.m +M UI/MailerUI/UIxMailMainFrame.h +M UI/MailerUI/UIxMailMainFrame.m +M UI/MailerUI/UIxMailUserRightsEditor.m +M UI/MailerUI/UIxMailView.m +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/SOGoUserHomePage.m +M UI/PreferencesUI/UIxJSONPreferences.m +M UI/PreferencesUI/UIxPreferences.h +M UI/PreferencesUI/UIxPreferences.m +M UI/SOGoUI/GNUmakefile +M UI/SOGoUI/SOGoACLAdvisory.m +M UI/SOGoUI/SOGoFolderAdvisory.m +M UI/SOGoUI/UIxComponent.m +D UI/SOGoUI/WOContext+UIx.h +D UI/SOGoUI/WOContext+UIx.m +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxAttendeesEditor.m +M UI/Scheduler/UIxCalDateSelector.m +M UI/Scheduler/UIxCalDayTable.h +M UI/Scheduler/UIxCalDayTable.m +M UI/Scheduler/UIxCalFilterPanel.m +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/UIxCalMainActions.m +M UI/Scheduler/UIxCalMainView.h +M UI/Scheduler/UIxCalMainView.m +M UI/Scheduler/UIxCalMulticolumnDayView.m +M UI/Scheduler/UIxCalView.h +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/UIxCalWeekView.m +M UI/Scheduler/UIxCalendarProperties.m +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/UIxTaskEditor.m +M UI/Scheduler/UIxTimeDateControl.m +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxMailEditor.js +M configure + commit 3821d1aa7fde7c8ad9ecf9d3f837ab781420118f Author: Wolfgang Sourdeau Date: Sun Nov 29 04:02:47 2009 +0000 @@ -46913,6 +57147,13 @@ Date: Sun Nov 29 04:02:47 2009 +0000 Monotone-Date: 2009-11-29T04:02:47 Monotone-Branch: ca.inverse.sogo +M Main/GNUmakefile +M Main/GNUmakefile.preamble +D Main/SOGoStartupLogger.h +D Main/SOGoStartupLogger.m +A SoObjects/SOGo/SOGoStartupLogger.h +A SoObjects/SOGo/SOGoStartupLogger.m + commit 6d44dd58f9271ec91c869b81da74c0d3ab255a7f Author: Wolfgang Sourdeau Date: Fri Nov 27 15:16:31 2009 +0000 @@ -46924,6 +57165,9 @@ Date: Fri Nov 27 15:16:31 2009 +0000 Monotone-Date: 2009-11-27T15:16:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserDefaults.m + commit 0fdae362784f864db1a4bf4b75af19e66d9e50e6 Author: Wolfgang Sourdeau Date: Thu Nov 26 21:14:56 2009 +0000 @@ -46935,6 +57179,9 @@ Date: Thu Nov 26 21:14:56 2009 +0000 Monotone-Date: 2009-11-26T21:14:56 Monotone-Branch: ca.inverse.sogo +M Tests/README +M Tests/preferences.py + commit e77aba5bd6ee25536b866946247f23429088c874 Author: Wolfgang Sourdeau Date: Thu Nov 26 20:44:58 2009 +0000 @@ -46946,6 +57193,9 @@ Date: Thu Nov 26 20:44:58 2009 +0000 Monotone-Date: 2009-11-26T20:44:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserDefaults.m + commit 126b92fb1ec6997f0e711062e0c54af07d10e29e Author: Wolfgang Sourdeau Date: Thu Nov 26 19:34:56 2009 +0000 @@ -46957,6 +57207,9 @@ Date: Thu Nov 26 19:34:56 2009 +0000 Monotone-Date: 2009-11-26T19:34:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserDefaults.m + commit 5a31a100c6f7252e84856ea4e37217c7007cbd4d Author: Wolfgang Sourdeau Date: Thu Nov 26 19:32:24 2009 +0000 @@ -46968,6 +57221,9 @@ Date: Thu Nov 26 19:32:24 2009 +0000 Monotone-Date: 2009-11-26T19:32:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoCache.m + commit 09e4c3f2a954f988dfb6c2d613e3a00740807a5b Author: Wolfgang Sourdeau Date: Thu Nov 26 19:31:07 2009 +0000 @@ -46979,21 +57235,13 @@ Date: Thu Nov 26 19:31:07 2009 +0000 Monotone-Date: 2009-11-26T19:31:07 Monotone-Branch: ca.inverse.sogo -commit b0446051d325c9fbff58c0bcfac68d14756f721e -Merge: 55c9719 988df04 -Author: Wolfgang Sourdeau -Date: Thu Nov 26 18:24:10 2009 +0000 - - merge of '00ffb0295fd6e6526c1e1132bcd23e8726c80997' - and '5cb63d3b6d43af52102d0fcf33a7587994776330' - - Monotone-Parent: 00ffb0295fd6e6526c1e1132bcd23e8726c80997 - Monotone-Parent: 5cb63d3b6d43af52102d0fcf33a7587994776330 - Monotone-Revision: bcd29d180f0f481f03088f9e1fcb3066dcfdbcc9 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-11-26T18:24:10 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSDictionary+BSJSONAdditions.h +M SoObjects/SOGo/NSDictionary+BSJSONAdditions.m +M SoObjects/SOGo/NSString+Utilities.m +M SoObjects/SOGo/SOGoUserDefaults.m +M SoObjects/SOGo/SOGoUserManager.m +M UI/Scheduler/UIxComponentEditor.m commit 988df04587a2dc59554961056baba7fa26308246 Author: Ludovic Marcotte @@ -47008,6 +57256,9 @@ Date: Thu Nov 26 16:59:29 2009 +0000 Monotone-Date: 2009-11-26T16:59:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/UIxPreferences.m + commit 55c9719b11e9df226845dfa69c0a9056719d625c Author: Francis Lachapelle Date: Thu Nov 26 14:53:30 2009 +0000 @@ -47021,6 +57272,12 @@ Date: Thu Nov 26 14:53:30 2009 +0000 Monotone-Date: 2009-11-26T14:53:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/NSData+Mail.h +M SoObjects/Mailer/NSData+Mail.m +M SoObjects/Mailer/NSString+Mail.m +M UI/MailPartViewers/UIxMailPartMessageViewer.m + commit 90f4187c98b05f7a5620f95b288fe9cc1e3218c5 Author: Ludovic Marcotte Date: Thu Nov 26 11:51:52 2009 +0000 @@ -47034,6 +57291,10 @@ Date: Thu Nov 26 11:51:52 2009 +0000 Monotone-Date: 2009-11-26T11:51:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject+Draft.m +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit a66386c85ab811ceee5f3d4f84714ee66feda09b Author: Francis Lachapelle Date: Thu Nov 26 01:09:50 2009 +0000 @@ -47047,21 +57308,10 @@ Date: Thu Nov 26 01:09:50 2009 +0000 Monotone-Date: 2009-11-26T01:09:50 Monotone-Branch: ca.inverse.sogo -commit 33b662f13636426bd70ff0feda81d7eb0e4fa86d -Merge: ea61156 57a29bf -Author: Wolfgang Sourdeau -Date: Wed Nov 25 21:16:10 2009 +0000 - - merge of 'a08cbc6fd5fb7b2ac306802cada535a59514a495' - and 'd9edaa5a4ca6782486f4ff16bb99afda3eb95d68' - - Monotone-Parent: a08cbc6fd5fb7b2ac306802cada535a59514a495 - Monotone-Parent: d9edaa5a4ca6782486f4ff16bb99afda3eb95d68 - Monotone-Revision: 39c75e19bf860149cbc9f36ece8744fbd26e0134 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-11-25T21:16:10 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/iefixes.css commit 57a29bf6b03029e45e5f63c465d79bf13270e1b9 Author: Wolfgang Sourdeau @@ -47074,21 +57324,7 @@ Date: Wed Nov 25 19:45:58 2009 +0000 Monotone-Date: 2009-11-25T19:45:58 Monotone-Branch: ca.inverse.sogo -commit ea611566afc9861701fa6c39b5799348cb0dbae4 -Merge: 3a28682 e9a9134 -Author: Francis Lachapelle -Date: Wed Nov 25 19:29:21 2009 +0000 - - merge of '6159e0c704df2f0a52d5c655b815ae3ef9db304d' - and '9f67c189b2251b9511b4088c2ea0553e82a50502' - - Monotone-Parent: 6159e0c704df2f0a52d5c655b815ae3ef9db304d - Monotone-Parent: 9f67c189b2251b9511b4088c2ea0553e82a50502 - Monotone-Revision: a08cbc6fd5fb7b2ac306802cada535a59514a495 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-11-25T19:29:21 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1660.diff commit e9a9134d927a9ee51165fd550ea84d0c24d1083e Author: Francis Lachapelle @@ -47103,6 +57339,9 @@ Date: Wed Nov 25 19:21:58 2009 +0000 Monotone-Date: 2009-11-25T19:21:58 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalendarSelector.wox +M UI/Templates/SchedulerUI/UIxComponentEditor.wox + commit 3a28682a3e84242a0c9fed0756eae93859cfeb0d Author: Wolfgang Sourdeau Date: Wed Nov 25 19:21:37 2009 +0000 @@ -47114,6 +57353,8 @@ Date: Wed Nov 25 19:21:37 2009 +0000 Monotone-Date: 2009-11-25T19:21:37 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1660.diff + commit 3c24d99fb398d30e7c468ef048614d4f295a8b6f Author: Francis Lachapelle Date: Wed Nov 25 02:34:24 2009 +0000 @@ -47127,6 +57368,15 @@ Date: Wed Nov 25 02:34:24 2009 +0000 Monotone-Date: 2009-11-25T02:34:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/NSData+Mail.h +M SoObjects/Mailer/NSData+Mail.m +M SoObjects/Mailer/NSString+Mail.h +M SoObjects/Mailer/NSString+Mail.m +M SoObjects/Mailer/SOGoMailObject.m +M UI/MailPartViewers/UIxMailPartMessageViewer.m +M UI/MailerUI/UIxMailListView.m + commit c8358a9f4f035ad0b0e446e93a0c6a0d6b9953d1 Author: Ludovic Marcotte Date: Tue Nov 24 20:19:21 2009 +0000 @@ -47141,21 +57391,9 @@ Date: Tue Nov 24 20:19:21 2009 +0000 Monotone-Date: 2009-11-24T20:19:21 Monotone-Branch: ca.inverse.sogo -commit 0e50fc3ef9ee84b46a19a6814e58f015803536e7 -Merge: 4071fdb c834daa -Author: Wolfgang Sourdeau -Date: Tue Nov 24 20:33:06 2009 +0000 - - merge of '0c87f247ac8738bb8abb3be8b9181fa346568ad5' - and '7aed954ad4ebbca743fbd0ed569ccff8ef579d50' - - Monotone-Parent: 0c87f247ac8738bb8abb3be8b9181fa346568ad5 - Monotone-Parent: 7aed954ad4ebbca743fbd0ed569ccff8ef579d50 - Monotone-Revision: 8bf27e6a6e311b43dd1eefbb9eab21ed89a80f6d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-11-24T20:33:06 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGroup.m +M SoObjects/SOGo/SQLSource.m commit c834daa7cafaa7d64b573acecc47623ae9264b23 Author: Francis Lachapelle @@ -47170,6 +57408,12 @@ Date: Mon Nov 23 22:46:14 2009 +0000 Monotone-Date: 2009-11-23T22:46:14 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings + commit 4071fdb44aef721d76223e8c93bc51d5006c8749 Author: Wolfgang Sourdeau Date: Mon Nov 23 19:18:50 2009 +0000 @@ -47181,6 +57425,9 @@ Date: Mon Nov 23 19:18:50 2009 +0000 Monotone-Date: 2009-11-23T19:18:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/sogo-tool.m + commit 4a46b725c7cacd460fdc49eb67830bd15d7817e6 Author: Wolfgang Sourdeau Date: Fri Nov 20 20:25:13 2009 +0000 @@ -47192,6 +57439,14 @@ Date: Fri Nov 20 20:25:13 2009 +0000 Monotone-Date: 2009-11-20T20:25:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoDAVAuthenticator.h +M SoObjects/SOGo/SOGoDAVAuthenticator.m +M SoObjects/SOGo/SOGoProxyAuthenticator.h +M SoObjects/SOGo/SOGoProxyAuthenticator.m +M SoObjects/SOGo/SOGoWebAuthenticator.h +M SoObjects/SOGo/SOGoWebAuthenticator.m + commit 9dd4c2c0148ee49222785103b0c182243fcad5f0 Author: Wolfgang Sourdeau Date: Fri Nov 20 20:17:01 2009 +0000 @@ -47203,21 +57458,11 @@ Date: Fri Nov 20 20:17:01 2009 +0000 Monotone-Date: 2009-11-20T20:17:01 Monotone-Branch: ca.inverse.sogo -commit 5f86e04f2fdd1375aa6f466726df674d739e220e -Merge: d6ddc23 ef483a5 -Author: Wolfgang Sourdeau -Date: Fri Nov 20 19:02:51 2009 +0000 - - merge of '6c60bad69f933684089ae1979a3fe51e84f2c0e5' - and '8c9e590b755c113a30dd211d600f834108d3d3c5' - - Monotone-Parent: 6c60bad69f933684089ae1979a3fe51e84f2c0e5 - Monotone-Parent: 8c9e590b755c113a30dd211d600f834108d3d3c5 - Monotone-Revision: c0283461e792310f219134254634aca1351aec58 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-11-20T19:02:51 - Monotone-Branch: ca.inverse.sogo +M Main/GNUmakefile +M Main/SOGo.m +A Main/SOGoStartupLogger.h +A Main/SOGoStartupLogger.m +M Main/sogod.m commit ef483a59ea008a41d0d6ed6e0e0f76ce1edfd18f Author: Wolfgang Sourdeau @@ -47230,6 +57475,9 @@ Date: Fri Nov 20 19:02:39 2009 +0000 Monotone-Date: 2009-11-20T19:02:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/sogod.m + commit c8e8c4dff09567a619a40600108ea4d048263c73 Author: Wolfgang Sourdeau Date: Fri Nov 20 18:59:52 2009 +0000 @@ -47241,21 +57489,7 @@ Date: Fri Nov 20 18:59:52 2009 +0000 Monotone-Date: 2009-11-20T18:59:52 Monotone-Branch: ca.inverse.sogo -commit d6ddc2394da72250d9d699ca20b46a9f48973189 -Merge: d086fd5 02db1a1 -Author: Francis Lachapelle -Date: Fri Nov 20 16:18:32 2009 +0000 - - merge of '3f1a705ea4e12fea3f816fcc523a8b481c081f11' - and 'cb353540581231ee354e2ecfb4ee098e1f4fd5b7' - - Monotone-Parent: 3f1a705ea4e12fea3f816fcc523a8b481c081f11 - Monotone-Parent: cb353540581231ee354e2ecfb4ee098e1f4fd5b7 - Monotone-Revision: 6c60bad69f933684089ae1979a3fe51e84f2c0e5 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-11-20T16:18:32 - Monotone-Branch: ca.inverse.sogo +M Main/SOGoProductLoader.m commit 02db1a1be73dfad491d24178b7315c6c6d7a7300 Author: Francis Lachapelle @@ -47270,6 +57504,17 @@ Date: Fri Nov 20 16:18:10 2009 +0000 Monotone-Date: 2009-11-20T16:18:10 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings + commit d086fd5dd95f96eb6199829b7ff5db471da7d6bc Author: Wolfgang Sourdeau Date: Fri Nov 20 15:54:14 2009 +0000 @@ -47281,6 +57526,9 @@ Date: Fri Nov 20 15:54:14 2009 +0000 Monotone-Date: 2009-11-20T15:54:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserDefaults.m + commit a652b15152d776d85da016cd71e59b335f3aae3f Author: Francis Lachapelle Date: Fri Nov 20 14:59:16 2009 +0000 @@ -47294,6 +57542,9 @@ Date: Fri Nov 20 14:59:16 2009 +0000 Monotone-Date: 2009-11-20T14:59:16 Monotone-Branch: ca.inverse.sogo +M UI/Common/Swedish.lproj/Localizable.strings +M UI/MailerUI/Swedish.lproj/Localizable.strings + commit 8f472524a4df4e00203a074c6fe129c64a3914ba Author: Francis Lachapelle Date: Thu Nov 19 22:50:18 2009 +0000 @@ -47307,6 +57558,9 @@ Date: Thu Nov 19 22:50:18 2009 +0000 Monotone-Date: 2009-11-19T22:50:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailReply.m + commit 56972b8e5337ba370e2fa4076da6deaed85726d3 Author: Wolfgang Sourdeau Date: Thu Nov 19 20:21:48 2009 +0000 @@ -47318,6 +57572,9 @@ Date: Thu Nov 19 20:21:48 2009 +0000 Monotone-Date: 2009-11-19T20:21:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserDefaults.m + commit 547958b916510ef42bbc87deed39a3f9d18466bc Author: Wolfgang Sourdeau Date: Thu Nov 19 20:02:45 2009 +0000 @@ -47329,6 +57586,9 @@ Date: Thu Nov 19 20:02:45 2009 +0000 Monotone-Date: 2009-11-19T20:02:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SQLSource.m + commit cee703c4562d49d899727cdfd9717df798ec778d Author: Wolfgang Sourdeau Date: Thu Nov 19 19:57:26 2009 +0000 @@ -47340,6 +57600,9 @@ Date: Thu Nov 19 19:57:26 2009 +0000 Monotone-Date: 2009-11-19T19:57:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserDefaults.m + commit ee68a98bfdc0a37cdc607a16e137b2f10efb9e3c Author: Wolfgang Sourdeau Date: Thu Nov 19 19:54:08 2009 +0000 @@ -47351,6 +57614,9 @@ Date: Thu Nov 19 19:54:08 2009 +0000 Monotone-Date: 2009-11-19T19:54:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit c94db02a3360ffe6b397e15d2e41fc6a0502b511 Author: Wolfgang Sourdeau Date: Thu Nov 19 17:08:47 2009 +0000 @@ -47362,6 +57628,14 @@ Date: Thu Nov 19 17:08:47 2009 +0000 Monotone-Date: 2009-11-19T17:08:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m +M SoObjects/SOGo/SOGoUserManager.m + commit 81997a8c8a9add2c64da9e9cbb529b04351df430 Author: Wolfgang Sourdeau Date: Thu Nov 19 16:53:51 2009 +0000 @@ -47373,6 +57647,9 @@ Date: Thu Nov 19 16:53:51 2009 +0000 Monotone-Date: 2009-11-19T16:53:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoParentFolder.m + commit 972aa027d9c7104ad449db7907ea4963d00d286d Author: Wolfgang Sourdeau Date: Thu Nov 19 16:51:02 2009 +0000 @@ -47384,6 +57661,9 @@ Date: Thu Nov 19 16:51:02 2009 +0000 Monotone-Date: 2009-11-19T16:51:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/sogo-tool.m + commit 702af743247c7eba7294080a1bf6ff9f477fe2eb Author: Wolfgang Sourdeau Date: Thu Nov 19 16:49:45 2009 +0000 @@ -47395,6 +57675,9 @@ Date: Thu Nov 19 16:49:45 2009 +0000 Monotone-Date: 2009-11-19T16:49:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m + commit cfc6787765800d097f7298a5f095cc61321c330b Author: Wolfgang Sourdeau Date: Thu Nov 19 16:43:29 2009 +0000 @@ -47406,21 +57689,9 @@ Date: Thu Nov 19 16:43:29 2009 +0000 Monotone-Date: 2009-11-19T16:43:29 Monotone-Branch: ca.inverse.sogo -commit ddbbb02373944294bce1ea7746cb207dd8ae0be6 -Merge: b35a2e9 7e03b25 -Author: Wolfgang Sourdeau -Date: Thu Nov 19 14:44:54 2009 +0000 - - merge of '8284970df75a548f065196f3da7fcd70bc8c47b3' - and '8b5b324a1c2f984ac4755fedfc3bf7a66169a6af' - - Monotone-Parent: 8284970df75a548f065196f3da7fcd70bc8c47b3 - Monotone-Parent: 8b5b324a1c2f984ac4755fedfc3bf7a66169a6af - Monotone-Revision: 42650c7e11b236bf9b1b25f7089b591ad1af31aa - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-11-19T14:44:54 - Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSChannelManager.h +M SOPE/GDLContentStore/GCSChannelManager.m commit b35a2e92cd2b3b385caf3c35c6e57b836120e5d9 Author: Francis Lachapelle @@ -47435,6 +57706,8 @@ Date: Thu Nov 19 01:59:24 2009 +0000 Monotone-Date: 2009-11-19T01:59:24 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 024673187f61388085c5c2cd1e5efc9c04fc55d4 Author: Francis Lachapelle Date: Thu Nov 19 01:46:55 2009 +0000 @@ -47448,6 +57721,8 @@ Date: Thu Nov 19 01:46:55 2009 +0000 Monotone-Date: 2009-11-19T01:46:55 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/French.lproj/Localizable.strings + commit b651794c5a899986c8d93cff6befb40b7907ecae Author: Francis Lachapelle Date: Wed Nov 18 23:42:49 2009 +0000 @@ -47461,6 +57736,34 @@ Date: Wed Nov 18 23:42:49 2009 +0000 Monotone-Date: 2009-11-18T23:42:49 Monotone-Branch: ca.inverse.sogo +A SoObjects/Appointments/SOGoAptMailSwedishDeletion.wo/SOGoAptMailSwedishDeletion.html +A SoObjects/Appointments/SOGoAptMailSwedishDeletion.wo/SOGoAptMailSwedishDeletion.wod +A SoObjects/Appointments/SOGoAptMailSwedishInvitation.wo/SOGoAptMailSwedishInvitation.html +A SoObjects/Appointments/SOGoAptMailSwedishInvitation.wo/SOGoAptMailSwedishInvitation.wod +A SoObjects/Appointments/SOGoAptMailSwedishUpdate.wo/SOGoAptMailSwedishUpdate.html +A SoObjects/Appointments/SOGoAptMailSwedishUpdate.wo/SOGoAptMailSwedishUpdate.wod +A SoObjects/Appointments/Swedish.lproj/Localizable.strings +A SoObjects/Contacts/Swedish.lproj/Localizable.strings +A SoObjects/Mailer/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.html +A SoObjects/Mailer/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.wod +A SoObjects/Mailer/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.html +A SoObjects/Mailer/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.wod +A UI/AdministrationUI/Swedish.lproj/Localizable.strings +A UI/Common/Swedish.lproj/Localizable.strings +A UI/Contacts/Swedish.lproj/Localizable.strings +A UI/MailPartViewers/Swedish.lproj/Localizable.strings +A UI/MailerUI/Swedish.lproj/Localizable.strings +A UI/MainUI/Swedish.lproj/Locale +A UI/MainUI/Swedish.lproj/Localizable.strings +A UI/PreferencesUI/Swedish.lproj/Localizable.strings +A UI/Scheduler/Swedish.lproj/Localizable.strings +A UI/Templates/Appointments/SOGoAptMailSwedishICalReply.wox +A UI/Templates/SOGoACLSwedishAdditionAdvisory.wox +A UI/Templates/SOGoACLSwedishModificationAdvisory.wox +A UI/Templates/SOGoACLSwedishRemovalAdvisory.wox +A UI/Templates/SOGoFolderSwedishAdditionAdvisory.wox +A UI/Templates/SOGoFolderSwedishRemovalAdvisory.wox + commit 7e03b255fe56040bb68e94f960dac93ef4f24bd5 Author: Wolfgang Sourdeau Date: Wed Nov 18 23:16:15 2009 +0000 @@ -47472,6 +57775,10 @@ Date: Wed Nov 18 23:16:15 2009 +0000 Monotone-Date: 2009-11-18T23:16:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m + commit 2dcdcb2e89e1a94330c00436a7457c108a3e6717 Author: Wolfgang Sourdeau Date: Wed Nov 18 23:15:34 2009 +0000 @@ -47483,6 +57790,12 @@ Date: Wed Nov 18 23:15:34 2009 +0000 Monotone-Date: 2009-11-18T23:15:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSDictionary+BSJSONAdditions.h +M SoObjects/SOGo/NSDictionary+BSJSONAdditions.m +M SoObjects/SOGo/NSScanner+BSJSONAdditions.h +M SoObjects/SOGo/NSScanner+BSJSONAdditions.m + commit bf127ecc18e8a53f1e3d77bb7bae4d33f5419423 Author: Wolfgang Sourdeau Date: Wed Nov 18 23:13:44 2009 +0000 @@ -47494,21 +57807,8 @@ Date: Wed Nov 18 23:13:44 2009 +0000 Monotone-Date: 2009-11-18T23:13:44 Monotone-Branch: ca.inverse.sogo -commit dec37c41bd737b41dc87e6208817178173f058bc -Merge: 9259ff5 dcc9ae8 -Author: Francis Lachapelle -Date: Wed Nov 18 22:55:10 2009 +0000 - - merge of 'c1d0200c4b60b6258231cb033e48e83ccd97ed4e' - and 'ed66e83d2feb1a41dee7a2a6ca422f440f0e7b18' - - Monotone-Parent: c1d0200c4b60b6258231cb033e48e83ccd97ed4e - Monotone-Parent: ed66e83d2feb1a41dee7a2a6ca422f440f0e7b18 - Monotone-Revision: 12a59355a419419882f630c0b278d47eefbbd116 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-11-18T22:55:10 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m commit dcc9ae85ef09c052d4b670d4d3917eea04741b92 Author: Francis Lachapelle @@ -47523,6 +57823,43 @@ Date: Wed Nov 18 22:54:12 2009 +0000 Monotone-Date: 2009-11-18T22:54:12 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/GNUmakefile +M SoObjects/Appointments/SOGoAptMailDeletion.m +M SoObjects/Appointments/SOGoAptMailICalReply.m +M SoObjects/Appointments/SOGoAptMailInvitation.m +M SoObjects/Appointments/SOGoAptMailUpdate.m +M SoObjects/Contacts/GNUmakefile +M SoObjects/Mailer/GNUmakefile +M UI/AdministrationUI/GNUmakefile +M UI/Common/GNUmakefile +M UI/Contacts/GNUmakefile +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/UIxListEditor.m +M UI/MailPartViewers/GNUmakefile +M UI/MailerUI/GNUmakefile +M UI/MailerUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/GNUmakefile +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/GNUmakefile +M UI/SOGoUI/SOGoACLAdvisory.h +M UI/SOGoUI/SOGoACLAdvisory.m +M UI/SOGoUI/SOGoFolderAdvisory.h +M UI/SOGoUI/SOGoFolderAdvisory.m +M UI/Scheduler/GNUmakefile +M UI/Scheduler/Russian.lproj/Localizable.strings + commit 70947fe36707ceaacefde36c287c3c55a0872a50 Author: Wolfgang Sourdeau Date: Wed Nov 18 16:47:49 2009 +0000 @@ -47534,6 +57871,8 @@ Date: Wed Nov 18 16:47:49 2009 +0000 Monotone-Date: 2009-11-18T16:47:49 Monotone-Branch: ca.inverse.sogo +M UI/Templates/GNUmakefile + commit 4775e4188c4f65c9a0db4a65649659afcd6600fc Author: Wolfgang Sourdeau Date: Wed Nov 18 16:44:46 2009 +0000 @@ -47545,6 +57884,8 @@ Date: Wed Nov 18 16:44:46 2009 +0000 Monotone-Date: 2009-11-18T16:44:46 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/GNUmakefile + commit 9259ff53d23c77c60dec4b9f343044cca0ebdba3 Author: Wolfgang Sourdeau Date: Wed Nov 18 16:40:43 2009 +0000 @@ -47556,6 +57897,8 @@ Date: Wed Nov 18 16:40:43 2009 +0000 Monotone-Date: 2009-11-18T16:40:43 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/GNUmakefile + commit ac106aad7f627dc341b761502c22a9efa21fe4b5 Author: Francis Lachapelle Date: Tue Nov 17 17:44:21 2009 +0000 @@ -47569,6 +57912,8 @@ Date: Tue Nov 17 17:44:21 2009 +0000 Monotone-Date: 2009-11-17T17:44:21 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 6aa4bc10a38638554eea34eb7c27ec66edf532c5 Author: Francis Lachapelle Date: Tue Nov 17 16:29:09 2009 +0000 @@ -47582,6 +57927,8 @@ Date: Tue Nov 17 16:29:09 2009 +0000 Monotone-Date: 2009-11-17T16:29:09 Monotone-Branch: ca.inverse.sogo +M debian/sogo.init + commit 89eb0bb7e0cf4fbb434cb0f9b3e0a90068e046f2 Author: Francis Lachapelle Date: Mon Nov 16 20:11:15 2009 +0000 @@ -47595,6 +57942,8 @@ Date: Mon Nov 16 20:11:15 2009 +0000 Monotone-Date: 2009-11-16T20:11:15 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.js + commit 95c6872a41d1547e40d6ab37d72b0506975e95eb Author: Wolfgang Sourdeau Date: Mon Nov 16 15:02:14 2009 +0000 @@ -47606,6 +57955,11 @@ Date: Mon Nov 16 15:02:14 2009 +0000 Monotone-Date: 2009-11-16T15:02:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m + commit e420fd76e903bc4713e1d96196935bf1107a9c96 Author: Wolfgang Sourdeau Date: Mon Nov 16 15:01:54 2009 +0000 @@ -47617,6 +57971,8 @@ Date: Mon Nov 16 15:01:54 2009 +0000 Monotone-Date: 2009-11-16T15:01:54 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.m + commit 672ae69c978d448d944fc5890444072e49c198b4 Author: Wolfgang Sourdeau Date: Fri Nov 13 21:30:44 2009 +0000 @@ -47628,6 +57984,8 @@ Date: Fri Nov 13 21:30:44 2009 +0000 Monotone-Date: 2009-11-13T21:30:44 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit fc2e9eef18ee071bc8b78720ddc7e542e6288efc Author: Wolfgang Sourdeau Date: Fri Nov 13 14:25:47 2009 +0000 @@ -47639,6 +57997,8 @@ Date: Fri Nov 13 14:25:47 2009 +0000 Monotone-Date: 2009-11-13T14:25:47 Monotone-Branch: ca.inverse.sogo +M Scripts/sogod-wrapper + commit 766e60bd43ca17b0928474bf5c7f965db9575c07 Author: Wolfgang Sourdeau Date: Fri Nov 13 14:17:35 2009 +0000 @@ -47650,21 +58010,7 @@ Date: Fri Nov 13 14:17:35 2009 +0000 Monotone-Date: 2009-11-13T14:17:35 Monotone-Branch: ca.inverse.sogo -commit ba7581f4f44d81775de5966366f9613ca6d32670 -Merge: 83c23e0 c7c0809 -Author: Wolfgang Sourdeau -Date: Thu Nov 12 18:30:42 2009 +0000 - - merge of '7c3174b2dda8eadea001bf8ed529fc682f44b4eb' - and '9324608c23d9ecf3722d0720d2628281ed725d79' - - Monotone-Parent: 7c3174b2dda8eadea001bf8ed529fc682f44b4eb - Monotone-Parent: 9324608c23d9ecf3722d0720d2628281ed725d79 - Monotone-Revision: 6be35fb163738ebd89b9e08ca6fbb581da88e8b6 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-11-12T18:30:42 - Monotone-Branch: ca.inverse.sogo +M sogo.spec commit 83c23e05fcf7b3dd64943ff175481e3fc9ac134b Author: Wolfgang Sourdeau @@ -47677,6 +58023,15 @@ Date: Thu Nov 12 18:30:21 2009 +0000 Monotone-Date: 2009-11-12T18:30:21 Monotone-Branch: ca.inverse.sogo +M Apache/SOGo-debian.conf +M Apache/SOGo.conf +M SOPE/sope-patchset-r1660.diff +M Scripts/sogo-init.d-redhat +M Scripts/sogo-init.d-sles +M Scripts/sogod-wrapper +M debian/sogo.init +M sogo.spec + commit c7c0809c6845ff8a2f44b7b3e50e8f54796399a0 Author: Francis Lachapelle Date: Wed Nov 11 14:57:15 2009 +0000 @@ -47690,24 +58045,7 @@ Date: Wed Nov 11 14:57:15 2009 +0000 Monotone-Date: 2009-11-11T14:57:15 Monotone-Branch: ca.inverse.sogo -commit ff1496649fdc173c56930df1c20a9dd2ddf1a464 -Merge: e36c0b3 fb9ac84 -Author: Francis Lachapelle -Date: Wed Nov 11 14:53:29 2009 +0000 - - merge of 'd3a95d579a2f82053505d322483528cb41b5690f' - and 'f3dd7372c4f74c5e1e309b528107e222964ca70b' - - Monotone-Parent: d3a95d579a2f82053505d322483528cb41b5690f - Monotone-Parent: f3dd7372c4f74c5e1e309b528107e222964ca70b - Monotone-Revision: 4c5d2c4066a223a058bf92270c21c3319e0a25fc - - Monotone-Author: flachapelle@inverse.ca - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-11-11T14:53:29 - Monotone-Date: 2009-11-12T14:57:10 - Monotone-Branch: ca.inverse.sogo - Monotone-Branch: ca.inverse.sogo +M Scripts/updates.php commit fb9ac84533503018fd33d2b44228658e073e2148 Author: Wolfgang Sourdeau @@ -47720,21 +58058,13 @@ Date: Tue Nov 10 21:39:40 2009 +0000 Monotone-Date: 2009-11-10T21:39:40 Monotone-Branch: ca.inverse.sogo -commit e36c0b372df21337b314b7baf2c92a220a88244a -Merge: e1797c9 5adaba3 -Author: Francis Lachapelle -Date: Tue Nov 10 21:18:46 2009 +0000 - - merge of '9aa24eb1e4a4107aaa9cf4e74e6f8c5b0477350a' - and 'f9a04cc4832d7c1ca8d70b594faba3c5a0eda334' - - Monotone-Parent: 9aa24eb1e4a4107aaa9cf4e74e6f8c5b0477350a - Monotone-Parent: f9a04cc4832d7c1ca8d70b594faba3c5a0eda334 - Monotone-Revision: d3a95d579a2f82053505d322483528cb41b5690f - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-11-10T21:18:46 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactEditor.m +M UI/Contacts/UIxListEditor.m +M UI/MainUI/SOGoRootPage.m +M UI/SOGoUI/UIxComponent.h +M UI/SOGoUI/UIxComponent.m +M UI/Templates/UIxPageFrame.wox commit 5adaba3ca9b464ea8a447536c9e8a1418ca0c5b5 Author: Wolfgang Sourdeau @@ -47747,21 +58077,7 @@ Date: Tue Nov 10 21:08:58 2009 +0000 Monotone-Date: 2009-11-10T21:08:58 Monotone-Branch: ca.inverse.sogo -commit 30abfa18cb3efb9e3796b5773c6232fe89ed35c7 -Merge: 4446507 a6a841d -Author: Wolfgang Sourdeau -Date: Tue Nov 10 20:58:11 2009 +0000 - - merge of 'bc27fcec7009f89be6225808b581d3967066dfac' - and 'e41ab0579999c2bec5931b07e24575fdd3352c01' - - Monotone-Parent: bc27fcec7009f89be6225808b581d3967066dfac - Monotone-Parent: e41ab0579999c2bec5931b07e24575fdd3352c01 - Monotone-Revision: 132b2ba750acac2321a05f595c90612251cc2660 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-11-10T20:58:11 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox commit 44465073bbfd665fb29e605d64cec9e97d03e626 Author: Wolfgang Sourdeau @@ -47774,6 +58090,8 @@ Date: Tue Nov 10 20:57:55 2009 +0000 Monotone-Date: 2009-11-10T20:57:55 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox + commit e1797c9365a172c8910995d8d9bd240265fdae37 Author: Francis Lachapelle Date: Tue Nov 10 16:18:57 2009 +0000 @@ -47787,6 +58105,9 @@ Date: Tue Nov 10 16:18:57 2009 +0000 Monotone-Date: 2009-11-10T16:18:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m + commit 4f5f19e6133e5b58ae2828af4e58f6103a6bf824 Author: Francis Lachapelle Date: Tue Nov 10 16:18:19 2009 +0000 @@ -47800,6 +58121,8 @@ Date: Tue Nov 10 16:18:19 2009 +0000 Monotone-Date: 2009-11-10T16:18:19 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit a6a841d85d9623ef4b192901cd77fa8bb858b770 Author: Ludovic Marcotte Date: Sat Nov 7 22:33:25 2009 +0000 @@ -47813,6 +58136,17 @@ Date: Sat Nov 7 22:33:25 2009 +0000 Monotone-Date: 2009-11-07T22:33:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAptMailNotification.h +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoMailer.m +D UI/README +D UI/SOGoUI/README +M UI/SOGoUI/SOGoACLAdvisory.m +M UI/SOGoUI/SOGoFolderAdvisory.m + commit 02cba4656428bda9b931425fec0ec91d0d8b6137 Author: Francis Lachapelle Date: Fri Nov 6 22:07:48 2009 +0000 @@ -47826,6 +58160,8 @@ Date: Fri Nov 6 22:07:48 2009 +0000 Monotone-Date: 2009-11-06T22:07:48 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MainUI/SOGoBrowsersPanel.wox + commit 61dbbabc0feb22d5bffbf58fa43ef368551916a8 Author: Wolfgang Sourdeau Date: Fri Nov 6 13:53:52 2009 +0000 @@ -47837,6 +58173,9 @@ Date: Fri Nov 6 13:53:52 2009 +0000 Monotone-Date: 2009-11-06T13:53:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxPreferences.js + commit bd2a008d2dd31c52d0c7913d69ffe71b648fb91c Author: Francis Lachapelle Date: Thu Nov 5 21:51:07 2009 +0000 @@ -47850,6 +58189,8 @@ Date: Thu Nov 5 21:51:07 2009 +0000 Monotone-Date: 2009-11-05T21:51:07 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit aa16b8a5748d65ac5dd8fe9454cbf0789c44d239 Author: Francis Lachapelle Date: Thu Nov 5 21:25:04 2009 +0000 @@ -47863,6 +58204,10 @@ Date: Thu Nov 5 21:25:04 2009 +0000 Monotone-Date: 2009-11-05T21:25:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SOGoRootPage.js + commit 6ae1bfb0fed0a0b23b16b3e76a8b249a031cba82 Author: Ludovic Marcotte Date: Thu Nov 5 19:42:17 2009 +0000 @@ -47876,6 +58221,8 @@ Date: Thu Nov 5 19:42:17 2009 +0000 Monotone-Date: 2009-11-05T19:42:17 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/README + commit 468073b1315804f5157655362149f284647a7f76 Author: Francis Lachapelle Date: Wed Nov 4 22:13:20 2009 +0000 @@ -47889,21 +58236,98 @@ Date: Wed Nov 4 22:13:20 2009 +0000 Monotone-Date: 2009-11-04T22:13:20 Monotone-Branch: ca.inverse.sogo -commit a0eef52a7f508ac7863b3cb917bc83fefc139673 -Merge: ad0de63 dd6fb4c -Author: Francis Lachapelle -Date: Wed Nov 4 20:52:35 2009 +0000 - - merge of '106be109a8235ab909bab6ec1c0cc13000074eac' - and 'b2d46c6b2a5ef48f18ce5b5dae9339ace2025d0d' - - Monotone-Parent: 106be109a8235ab909bab6ec1c0cc13000074eac - Monotone-Parent: b2d46c6b2a5ef48f18ce5b5dae9339ace2025d0d - Monotone-Revision: 508bbe52515b0ad7119c755b4cc91d17e313c06b - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-11-04T20:52:35 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.h +M UI/Common/UIxPageFrame.m +M UI/Templates/AdministrationUI/UIxAdministration.wox +M UI/Templates/ContactsUI/UIxContactEditor.wox +M UI/Templates/ContactsUI/UIxContactFoldersView.wox +M UI/Templates/ContactsUI/UIxContactsMailerSelection.wox +M UI/Templates/ContactsUI/UIxContactsUserFolders.wox +M UI/Templates/ContactsUI/UIxContactsUserRightsEditor.wox +M UI/Templates/ContactsUI/UIxListEditor.wox +M UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/Templates/MailerUI/UIxMailUserRightsEditor.wox +M UI/Templates/MainUI/SOGoRootPage.wox +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/Templates/SchedulerUI/UIxCalDateSelector.wox +M UI/Templates/SchedulerUI/UIxCalDayView.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/Templates/SchedulerUI/UIxCalMonthView.wox +M UI/Templates/SchedulerUI/UIxCalMulticolumnDayView.wox +M UI/Templates/SchedulerUI/UIxCalUserRightsEditor.wox +M UI/Templates/SchedulerUI/UIxCalWeekView.wox +M UI/Templates/SchedulerUI/UIxCalendarProperties.wox +M UI/Templates/SchedulerUI/UIxCalendarSelector.wox +M UI/Templates/SchedulerUI/UIxDatePicker.wox +M UI/Templates/SchedulerUI/UIxOccurenceDialog.wox +M UI/Templates/SchedulerUI/UIxRecurrenceEditor.wox +M UI/Templates/SchedulerUI/UIxReminderEditor.wox +M UI/Templates/SchedulerUI/UIxTaskEditor.wox +M UI/Templates/UIxAclEditor.wox +M UI/Templates/UIxPageFrame.wox +M UI/Templates/UIxToolbar.wox +M UI/WebServerResources/AdministrationUI.css +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoAutoCompletion.js +M UI/WebServerResources/SOGoRootPage.css +M UI/WebServerResources/SOGoRootPage.js +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAclEditor.css +M UI/WebServerResources/UIxAclEditor.js +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxCalUserRightsEditor.css +M UI/WebServerResources/UIxCalUserRightsEditor.js +M UI/WebServerResources/UIxCalendarProperties.css +M UI/WebServerResources/UIxCalendarProperties.js +M UI/WebServerResources/UIxComponentEditor.css +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/UIxContactEditor.css +M UI/WebServerResources/UIxContactEditor.js +M UI/WebServerResources/UIxContactsUserFolders.css +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/UIxContactsUserRightsEditor.js +M UI/WebServerResources/UIxListEditor.css +M UI/WebServerResources/UIxListEditor.js +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailPopupView.js +M UI/WebServerResources/UIxMailUserRightsEditor.js +M UI/WebServerResources/UIxOccurenceDialog.css +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/UIxRecurrenceEditor.css +M UI/WebServerResources/UIxReminderEditor.css +A UI/WebServerResources/add-icon.png +A UI/WebServerResources/arrow-down.png +A UI/WebServerResources/arrow-left.png +A UI/WebServerResources/arrow-right.png +A UI/WebServerResources/arrow-up.png +A UI/WebServerResources/btn_a_bg.png +A UI/WebServerResources/btn_span_bg.png +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js +M UI/WebServerResources/iefixes.css +A UI/WebServerResources/input_bg.gif +A UI/WebServerResources/remove-icon.png +A UI/WebServerResources/smalltoolbarbtn_a_bg.png +A UI/WebServerResources/smalltoolbarbtn_span_bg.png +A UI/WebServerResources/tab_a_active_bg.png +A UI/WebServerResources/tab_a_inactive_bg.png +A UI/WebServerResources/tab_span_active_bg.png +A UI/WebServerResources/tab_span_inactive_bg.png +M UI/WebServerResources/tbtv_junction_17x17.gif +A UI/WebServerResources/thead_bg.png +A UI/WebServerResources/toolbarbtn_a_bg.png +A UI/WebServerResources/toolbarbtn_span_bg.png commit dd6fb4c07dba58b7560cab75e72483cfa90c4be6 Author: Wolfgang Sourdeau @@ -47916,6 +58340,10 @@ Date: Wed Nov 4 16:26:22 2009 +0000 Monotone-Date: 2009-11-04T16:26:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSArray+Utilities.m +M SoObjects/SOGo/NSDictionary+Utilities.m + commit 012aad04f829dd44359890b915bb1df21c5298dc Author: Wolfgang Sourdeau Date: Wed Nov 4 16:22:01 2009 +0000 @@ -47927,6 +58355,8 @@ Date: Wed Nov 4 16:22:01 2009 +0000 Monotone-Date: 2009-11-04T16:22:01 Monotone-Branch: ca.inverse.sogo +M general.make + commit ad0de63e8de38dba1e1aa1f8069ca73fef707e30 Author: Francis Lachapelle Date: Mon Nov 2 16:41:10 2009 +0000 @@ -47940,6 +58370,8 @@ Date: Mon Nov 2 16:41:10 2009 +0000 Monotone-Date: 2009-11-02T16:41:10 Monotone-Branch: ca.inverse.sogo +M NEWS + commit aae216d5c41b3d46477366776f6a29ab7f75de8a Author: Ludovic Marcotte Date: Sun Nov 1 23:01:23 2009 +0000 @@ -47953,6 +58385,15 @@ Date: Sun Nov 1 23:01:23 2009 +0000 Monotone-Date: 2009-11-01T23:01:23 Monotone-Branch: ca.inverse.sogo +D OGoContentStore/COPYRIGHT +D SOPE/GDLContentStore/COPYRIGHT +D SOPE/NGCards/COPYRIGHT +D SOPE/NGCards/versitCardsSaxDriver/COPYRIGHT +D UI/Contacts/COPYRIGHT +D UI/MailPartViewers/COPYRIGHT +D UI/MailerUI/COPYRIGHT +D UI/Scheduler/COPYRIGHT + commit 23bcd39d99f26e3b7ccf95a5b40a25d0ad4e5099 Author: Francis Lachapelle Date: Fri Oct 30 19:47:44 2009 +0000 @@ -47966,6 +58407,9 @@ Date: Fri Oct 30 19:47:44 2009 +0000 Monotone-Date: 2009-10-30T19:47:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit e541366b08c8910ad95bafd989a3c45315983e19 Author: Francis Lachapelle Date: Fri Oct 30 19:37:04 2009 +0000 @@ -47979,6 +58423,9 @@ Date: Fri Oct 30 19:37:04 2009 +0000 Monotone-Date: 2009-10-30T19:37:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxPreferences.js + commit 41aba43200ad59cf16e7a032448d7d68e85b5921 Author: Francis Lachapelle Date: Fri Oct 30 14:43:36 2009 +0000 @@ -47993,21 +58440,8 @@ Date: Fri Oct 30 14:43:36 2009 +0000 Monotone-Date: 2009-10-30T14:43:36 Monotone-Branch: ca.inverse.sogo -commit 820bbbbe0b3998cc479e7f66480028ca2fa8651d -Merge: e9179e2 b1f4016 -Author: Francis Lachapelle -Date: Fri Oct 30 14:42:32 2009 +0000 - - merge of 'a2cbb882585652aa32a8a34aa0b1e4c61649ce04' - and 'a74245035e03f9c4d879846e3b90f3d7f0c64657' - - Monotone-Parent: a2cbb882585652aa32a8a34aa0b1e4c61649ce04 - Monotone-Parent: a74245035e03f9c4d879846e3b90f3d7f0c64657 - Monotone-Revision: 4e15640eabc9053b15d1d41557d0a3d2e9ddd1ec - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-10-30T14:42:32 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxComponentEditor.js commit e9179e28faba6760502eff0812c08fd2930dcdd7 Author: Francis Lachapelle @@ -48022,6 +58456,8 @@ Date: Fri Oct 30 13:05:44 2009 +0000 Monotone-Date: 2009-10-30T13:05:44 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxComponentEditor.wox + commit b1f401606d56010a18a2e85c418d9202367c3ba6 Author: Wolfgang Sourdeau Date: Thu Oct 29 21:36:00 2009 +0000 @@ -48033,21 +58469,7 @@ Date: Thu Oct 29 21:36:00 2009 +0000 Monotone-Date: 2009-10-29T21:36:00 Monotone-Branch: ca.inverse.sogo -commit adb4dd67322887523015c35032eb3393a272bb29 -Merge: d597ef4 e3aa5b6 -Author: Francis Lachapelle -Date: Thu Oct 29 15:49:00 2009 +0000 - - merge of '66579c760e295ff673528237f7a3497509335c5b' - and '757818bcf28a80dc4ced3f18d49bf9499207ebd8' - - Monotone-Parent: 66579c760e295ff673528237f7a3497509335c5b - Monotone-Parent: 757818bcf28a80dc4ced3f18d49bf9499207ebd8 - Monotone-Revision: 84f16af60b24272574dd4cda1e264912e25d3f4e - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-10-29T15:49:00 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-debian.diff commit d597ef40d866a077c7d9f04f3d43c35c35aa2a31 Author: Wolfgang Sourdeau @@ -48060,6 +58482,9 @@ Date: Wed Oct 28 21:10:27 2009 +0000 Monotone-Date: 2009-10-28T21:10:27 Monotone-Branch: ca.inverse.sogo +M NEWS +M debian/changelog + commit e3aa5b6c1b58631c33f836f01b7b0b270fe9cac8 Author: Francis Lachapelle Date: Wed Oct 28 20:27:22 2009 +0000 @@ -48073,22 +58498,7 @@ Date: Wed Oct 28 20:27:22 2009 +0000 Monotone-Date: 2009-10-28T20:27:22 Monotone-Branch: ca.inverse.sogo -commit 46143430450e4563bb195cf23c61e4cfaa4084d7 -Merge: 88d5a1d d9cb0cc -Author: Francis Lachapelle -Date: Wed Oct 28 19:45:46 2009 +0000 - - merge of '37036b35704ebb8a3dea409c83f85cfb5aac658a' - and '505a627078dae3b66b4dd1a147d36c51fdcb0f02' - - Monotone-Parent: 37036b35704ebb8a3dea409c83f85cfb5aac658a - Monotone-Parent: 505a627078dae3b66b4dd1a147d36c51fdcb0f02 - Monotone-Revision: 85db266345780c5066e6f15194a42e0cb6b64250 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-10-28T19:45:46 - Monotone-Branch: ca.inverse.sogo - Monotone-Tag: SOGo_v1.1.0 +M NEWS commit 88d5a1ddce994519a657739fd72a22b881d9cca8 Author: Francis Lachapelle @@ -48103,6 +58513,8 @@ Date: Wed Oct 28 19:45:19 2009 +0000 Monotone-Date: 2009-10-28T19:45:19 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxListView.m + commit 4b7f966749f267bf4e5d911fde827ad9a8e7c5aa Author: Francis Lachapelle Date: Wed Oct 28 19:38:56 2009 +0000 @@ -48116,6 +58528,10 @@ Date: Wed Oct 28 19:38:56 2009 +0000 Monotone-Date: 2009-10-28T19:38:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactView.m +M UI/Contacts/UIxListView.m + commit 2e0d488f3e7ac98a89102e061efb04c452c10212 Author: Francis Lachapelle Date: Wed Oct 28 17:48:22 2009 +0000 @@ -48129,21 +58545,58 @@ Date: Wed Oct 28 17:48:22 2009 +0000 Monotone-Date: 2009-10-28T17:48:22 Monotone-Branch: ca.inverse.sogo -commit d9cb0cc5a85250a8c5e5b34a3ea152b09790586c -Merge: 1e658ab 2e0d488 -Author: Ludovic Marcotte -Date: Wed Oct 28 17:47:12 2009 +0000 - - merge of '438a063520e89ce01a9e4e9104a4f5899bad3202' - and '62137d02651888053a8bd415f6e6f5aa79e44cf4' - - Monotone-Parent: 438a063520e89ce01a9e4e9104a4f5899bad3202 - Monotone-Parent: 62137d02651888053a8bd415f6e6f5aa79e44cf4 - Monotone-Revision: 505a627078dae3b66b4dd1a147d36c51fdcb0f02 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2009-10-28T17:47:12 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Contacts/SOGoContactGCSFolder.h +M SoObjects/Contacts/SOGoContactGCSFolder.m +M UI/Common/BrazilianPortuguese.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Common/Hungarian.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Common/Russian.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +M UI/Common/Welsh.lproj/Localizable.strings +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Russian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/Contacts/UIxListEditor.m +M UI/Contacts/Welsh.lproj/Localizable.strings +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Templates/ContactsUI/UIxContactFoldersView.wox +M UI/Templates/ContactsUI/UIxListEditor.wox +M UI/Templates/MailerUI/UIxMailToSelection.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoAutoCompletion.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxListEditor.css +M UI/WebServerResources/UIxListEditor.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailToSelection.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js commit 1e658ab39f11ed5edd830228353c3e9ecc2bd26f Author: Wolfgang Sourdeau @@ -48156,6 +58609,8 @@ Date: Wed Oct 28 17:23:28 2009 +0000 Monotone-Date: 2009-10-28T17:23:28 Monotone-Branch: ca.inverse.sogo +M debian/control + commit 837f13a0c3b448d4f18f7671152423668330abb1 Author: Wolfgang Sourdeau Date: Wed Oct 28 14:05:31 2009 +0000 @@ -48167,6 +58622,8 @@ Date: Wed Oct 28 14:05:31 2009 +0000 Monotone-Date: 2009-10-28T14:05:31 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-debian.diff + commit b0be0530e90dafe4f9656e1fb91a617eb776631a Author: Ludovic Marcotte Date: Wed Oct 28 14:18:27 2009 +0000 @@ -48180,6 +58637,10 @@ Date: Wed Oct 28 14:18:27 2009 +0000 Monotone-Date: 2009-10-28T14:18:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.h +M UI/MailPartViewers/UIxMailPartICalActions.m + commit 63583757aebcc5ab90ba17c864756f5c07bf9146 Author: Ludovic Marcotte Date: Tue Oct 27 18:46:17 2009 +0000 @@ -48193,21 +58654,13 @@ Date: Tue Oct 27 18:46:17 2009 +0000 Monotone-Date: 2009-10-27T18:46:17 Monotone-Branch: ca.inverse.sogo -commit df66723d570eb4a7a6eac41c3c03352025fa8dc1 -Merge: cc8ae31 cd3c744 -Author: Wolfgang Sourdeau -Date: Tue Oct 27 18:45:06 2009 +0000 - - merge of '540f090a7d557ec7343d1c63082b35d288d03630' - and '7aef600466ee268d07b4d4516d7457e184d2e0be' - - Monotone-Parent: 540f090a7d557ec7343d1c63082b35d288d03630 - Monotone-Parent: 7aef600466ee268d07b4d4516d7457e184d2e0be - Monotone-Revision: 2f97890bbf7aff0d55eb80775c6c96e7bf5a6343 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-10-27T18:45:06 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDIFEntry.m +M SoObjects/Contacts/SOGoContactSourceFolder.m +M SoObjects/SOGo/SOGoUserFolder.m +M SoObjects/SOGo/SOGoUserManager.m +M UI/Contacts/UIxContactFoldersView.m +M UI/MainUI/SOGoUserHomePage.m commit cc8ae31729e382cbf31682187e8363e688cd9f5e Author: Wolfgang Sourdeau @@ -48220,6 +58673,8 @@ Date: Tue Oct 27 18:17:37 2009 +0000 Monotone-Date: 2009-10-27T18:17:37 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-debian.diff + commit cd3c744f2e340f91e9d609ea288e231f8d02490e Author: Ludovic Marcotte Date: Tue Oct 27 15:57:58 2009 +0000 @@ -48233,21 +58688,8 @@ Date: Tue Oct 27 15:57:58 2009 +0000 Monotone-Date: 2009-10-27T15:57:58 Monotone-Branch: ca.inverse.sogo -commit d3a6b7ae40a23cdc013690f2e2bc58fec6dc1518 -Merge: 37823ea b00bcf1 -Author: C Robert -Date: Tue Oct 27 16:07:16 2009 +0000 - - merge of '352d23b933923d47d85f540dbc1f7dae0abe7ddb' - and 'cb47401127bc90adde66734592f99174a37c6e8b' - - Monotone-Parent: 352d23b933923d47d85f540dbc1f7dae0abe7ddb - Monotone-Parent: cb47401127bc90adde66734592f99174a37c6e8b - Monotone-Revision: ed24a4c73d409a237db89ecae8763c9078fe440e - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-10-27T16:07:16 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt commit 37823ea401bd26630698c22bbc27828d9dd18631 Author: C Robert @@ -48262,6 +58704,9 @@ Date: Tue Oct 27 16:06:59 2009 +0000 Monotone-Date: 2009-10-27T16:06:59 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxListView.m +M UI/Templates/ContactsUI/UIxListView.wox + commit b00bcf196920fb7672c38bf9004723a035af8cbb Author: Ludovic Marcotte Date: Tue Oct 27 13:14:38 2009 +0000 @@ -48275,6 +58720,9 @@ Date: Tue Oct 27 13:14:38 2009 +0000 Monotone-Date: 2009-10-27T13:14:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit 25553d4a8ba6d9821a6ca5d258d37b5137c96a9e Author: Wolfgang Sourdeau Date: Tue Oct 27 13:09:40 2009 +0000 @@ -48286,21 +58734,7 @@ Date: Tue Oct 27 13:09:40 2009 +0000 Monotone-Date: 2009-10-27T13:09:40 Monotone-Branch: ca.inverse.sogo -commit 98c0419a241059c96e88aae378fa809dfc766388 -Merge: c38cb52 daba82a -Author: Francis Lachapelle -Date: Mon Oct 26 18:30:28 2009 +0000 - - merge of '0750a53ed5f3840d792633c143fd51e07040d486' - and 'c7ad331417d6c2767578747a293dae8820497511' - - Monotone-Parent: 0750a53ed5f3840d792633c143fd51e07040d486 - Monotone-Parent: c7ad331417d6c2767578747a293dae8820497511 - Monotone-Revision: 5f797d0ee49e0c4a8db09057f193305ea618291c - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-10-26T18:30:28 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1660.diff commit c38cb5200de1b7800d5828190b3240e4ec04b567 Author: Francis Lachapelle @@ -48315,6 +58749,10 @@ Date: Mon Oct 26 18:30:06 2009 +0000 Monotone-Date: 2009-10-26T18:30:06 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxListEditor.wox +M UI/WebServerResources/UIxListEditor.css +M UI/WebServerResources/UIxListEditor.js + commit daba82aa37e66a00076aba62f96a26bcf2047aba Author: Ludovic Marcotte Date: Mon Oct 26 18:08:31 2009 +0000 @@ -48328,6 +58766,9 @@ Date: Mon Oct 26 18:08:31 2009 +0000 Monotone-Date: 2009-10-26T18:08:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m + commit bb283c56554519a2ac7a8c85984a1661f2989fac Author: Francis Lachapelle Date: Mon Oct 26 15:52:45 2009 +0000 @@ -48341,21 +58782,8 @@ Date: Mon Oct 26 15:52:45 2009 +0000 Monotone-Date: 2009-10-26T15:52:45 Monotone-Branch: ca.inverse.sogo -commit 59ed1ace53e23976bd84dd1d472650e7a248d166 -Merge: cd8b08c 0c15bc1 -Author: Francis Lachapelle -Date: Mon Oct 26 14:49:48 2009 +0000 - - merge of '5dc4cb1b1db106a86e6f11efc1734d6d529c5a5b' - and 'ee8550aaa8fff50b1f80d13d050359038bd92e54' - - Monotone-Parent: 5dc4cb1b1db106a86e6f11efc1734d6d529c5a5b - Monotone-Parent: ee8550aaa8fff50b1f80d13d050359038bd92e54 - Monotone-Revision: cc50967cd5623fad93774ada2fe5af98c14b2a98 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-10-26T14:49:48 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js commit 0c15bc1be7f2fde6ff2b25d80b725698e39bd93c Author: Francis Lachapelle @@ -48370,6 +58798,8 @@ Date: Mon Oct 26 14:49:25 2009 +0000 Monotone-Date: 2009-10-26T14:49:25 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit f859e2fe59cfce3f38b59fb1f678bbc137a34213 Author: Francis Lachapelle Date: Mon Oct 26 14:48:16 2009 +0000 @@ -48383,6 +58813,8 @@ Date: Mon Oct 26 14:48:16 2009 +0000 Monotone-Date: 2009-10-26T14:48:16 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit cd8b08c814d60f3cd91d670d2903b9199a3c9cbe Author: Ludovic Marcotte Date: Mon Oct 26 14:18:07 2009 +0000 @@ -48396,6 +58828,9 @@ Date: Mon Oct 26 14:18:07 2009 +0000 Monotone-Date: 2009-10-26T14:18:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Mobile Devices Configuration.odt + commit 2ebf35c2c36770d39151cbd706906e1f035bdaac Author: Ludovic Marcotte Date: Mon Oct 26 13:39:28 2009 +0000 @@ -48409,6 +58844,13 @@ Date: Mon Oct 26 13:39:28 2009 +0000 Monotone-Date: 2009-10-26T13:39:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/iCalTimeZone.m +M SoObjects/SOGo/SOGoUserDefaults.m +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxCalFilterPanel.m +M UI/Scheduler/UIxTaskEditor.m + commit 5eda4d4358803978b7a71117d67de36e97383814 Author: Ludovic Marcotte Date: Sat Oct 24 19:45:13 2009 +0000 @@ -48422,6 +58864,9 @@ Date: Sat Oct 24 19:45:13 2009 +0000 Monotone-Date: 2009-10-24T19:45:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m + commit c84611928fd20402aa653c02afd1f86d982bb30e Author: Ludovic Marcotte Date: Sat Oct 24 19:28:04 2009 +0000 @@ -48435,6 +58880,9 @@ Date: Sat Oct 24 19:28:04 2009 +0000 Monotone-Date: 2009-10-24T19:28:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/French.lproj/Localizable.strings + commit 2a38fa95d0bd934eec8c987f44928115e7cd8aaa Author: Ludovic Marcotte Date: Sat Oct 24 19:20:51 2009 +0000 @@ -48448,6 +58896,8 @@ Date: Sat Oct 24 19:20:51 2009 +0000 Monotone-Date: 2009-10-24T19:20:51 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/French.lproj/Localizable.strings + commit 63b4ee13a61f99f1e362f8844b1f916b5471ce94 Author: Ludovic Marcotte Date: Sat Oct 24 19:18:31 2009 +0000 @@ -48461,6 +58911,9 @@ Date: Sat Oct 24 19:18:31 2009 +0000 Monotone-Date: 2009-10-24T19:18:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/French.lproj/Localizable.strings + commit a1a4540d632c21ed9b08336b14ed40d7deb99ae1 Author: Ludovic Marcotte Date: Sat Oct 24 19:10:53 2009 +0000 @@ -48474,6 +58927,9 @@ Date: Sat Oct 24 19:10:53 2009 +0000 Monotone-Date: 2009-10-24T19:10:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/AdministrationUI/French.lproj/Localizable.strings + commit 8622ac1db40aa52b4a614ba17a3f3b175b1c1792 Author: Ludovic Marcotte Date: Sat Oct 24 18:59:42 2009 +0000 @@ -48487,21 +58943,15 @@ Date: Sat Oct 24 18:59:42 2009 +0000 Monotone-Date: 2009-10-24T18:59:42 Monotone-Branch: ca.inverse.sogo -commit e54807ff3962010261d871bad532653f1078a468 -Merge: 2ee667d e30a6ca -Author: Francis Lachapelle -Date: Fri Oct 23 21:20:45 2009 +0000 - - merge of '5ca0171c2820bdea8fa61c516f7b07890504fe94' - and 'ae600dde90a09517ff2cad4629bd94dc68652e03' - - Monotone-Parent: 5ca0171c2820bdea8fa61c516f7b07890504fe94 - Monotone-Parent: ae600dde90a09517ff2cad4629bd94dc68652e03 - Monotone-Revision: f515f427a2758c70b0acbdb399f62573b5979407 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-10-23T21:20:45 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/Czech.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/MailerUI/Czech.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Locale +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings commit 2ee667d38d7562ec8d9652d3d569015541e09111 Author: Francis Lachapelle @@ -48516,6 +58966,8 @@ Date: Fri Oct 23 21:20:06 2009 +0000 Monotone-Date: 2009-10-23T21:20:06 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit e30a6ca1704f4a285c1ecebb86bd18131f6ee5db Author: Wolfgang Sourdeau Date: Fri Oct 23 21:15:00 2009 +0000 @@ -48527,6 +58979,8 @@ Date: Fri Oct 23 21:15:00 2009 +0000 Monotone-Date: 2009-10-23T21:15:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 004ea35949a0ec4223a5c81d96073db2347816d0 Author: Wolfgang Sourdeau Date: Fri Oct 23 21:12:56 2009 +0000 @@ -48538,6 +58992,9 @@ Date: Fri Oct 23 21:12:56 2009 +0000 Monotone-Date: 2009-10-23T21:12:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactSourceFolder.m + commit 5b53a774b40e11a66b033201c23395389c1ef14b Author: Wolfgang Sourdeau Date: Fri Oct 23 21:10:42 2009 +0000 @@ -48549,21 +59006,8 @@ Date: Fri Oct 23 21:10:42 2009 +0000 Monotone-Date: 2009-10-23T21:10:42 Monotone-Branch: ca.inverse.sogo -commit 6e973a44b22301931ec84e60268aba67a05fdddd -Merge: e7e31ef 7663cdc -Author: Wolfgang Sourdeau -Date: Fri Oct 23 21:06:27 2009 +0000 - - merge of '3f0a698566b940e183824009e4aae638d5263054' - and '7c369f5daacf319b74a648fea43f833dda69d81d' - - Monotone-Parent: 3f0a698566b940e183824009e4aae638d5263054 - Monotone-Parent: 7c369f5daacf319b74a648fea43f833dda69d81d - Monotone-Revision: 991fcab97beb9fd908675007805ffd9ce421800e - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-10-23T21:06:27 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactSourceFolder.m commit e7e31ef543bf0a694f0393ddc1c53aefd5da2c5b Author: Wolfgang Sourdeau @@ -48576,6 +59020,9 @@ Date: Fri Oct 23 21:06:05 2009 +0000 Monotone-Date: 2009-10-23T21:06:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactSourceFolder.m + commit 23583d2e867a5d8fb870703da5152297314cd3b2 Author: Wolfgang Sourdeau Date: Fri Oct 23 21:04:02 2009 +0000 @@ -48587,6 +59034,9 @@ Date: Fri Oct 23 21:04:02 2009 +0000 Monotone-Date: 2009-10-23T21:04:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserManager.m + commit 7663cdc37d5d37441105d8eb1a6d0e45ee45a566 Author: Ludovic Marcotte Date: Fri Oct 23 21:00:49 2009 +0000 @@ -48600,6 +59050,9 @@ Date: Fri Oct 23 21:00:49 2009 +0000 Monotone-Date: 2009-10-23T21:00:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit b4939043572ac699286647b4dad302b52a2eb1d6 Author: Francis Lachapelle Date: Fri Oct 23 20:25:36 2009 +0000 @@ -48613,6 +59066,9 @@ Date: Fri Oct 23 20:25:36 2009 +0000 Monotone-Date: 2009-10-23T20:25:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailMainFrame.m + commit 602d6748e853055e364b1f634a1a26bffa33033b Author: Francis Lachapelle Date: Fri Oct 23 20:11:56 2009 +0000 @@ -48626,6 +59082,9 @@ Date: Fri Oct 23 20:11:56 2009 +0000 Monotone-Date: 2009-10-23T20:11:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailMainFrame.m + commit fa43f053f7a00b1446720ff3471ae73d3833a874 Author: Francis Lachapelle Date: Fri Oct 23 19:57:53 2009 +0000 @@ -48639,6 +59098,9 @@ Date: Fri Oct 23 19:57:53 2009 +0000 Monotone-Date: 2009-10-23T19:57:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailMainFrame.m + commit c8e3e69ae24af064b64ed16e3f3e79dc185ce17b Author: Francis Lachapelle Date: Fri Oct 23 15:04:28 2009 +0000 @@ -48652,21 +59114,8 @@ Date: Fri Oct 23 15:04:28 2009 +0000 Monotone-Date: 2009-10-23T15:04:28 Monotone-Branch: ca.inverse.sogo -commit e3702243dfa167ddfd2dee3bc66406f9270bacf0 -Merge: 0138026 bfe9202 -Author: Wolfgang Sourdeau -Date: Fri Oct 23 12:55:05 2009 +0000 - - merge of '0b4f4888f8c4911de2f9cab76cdd5c442df13689' - and 'f3e126a601c0f8c108b12798b89b865a4a61cdb1' - - Monotone-Parent: 0b4f4888f8c4911de2f9cab76cdd5c442df13689 - Monotone-Parent: f3e126a601c0f8c108b12798b89b865a4a61cdb1 - Monotone-Revision: 4f0bf8feeb9303c272c290edf3a27a53d5f0e7f6 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-10-23T12:55:05 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m commit 01380267d2471cc85d1fd90015476601a6892c9f Author: Wolfgang Sourdeau @@ -48679,6 +59128,9 @@ Date: Fri Oct 23 12:54:50 2009 +0000 Monotone-Date: 2009-10-23T12:54:50 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-debian.diff +M debian/control + commit bfe9202c2d96cb925062fc9e640c95955cc05449 Author: Ludovic Marcotte Date: Thu Oct 22 17:15:08 2009 +0000 @@ -48692,6 +59144,12 @@ Date: Thu Oct 22 17:15:08 2009 +0000 Monotone-Date: 2009-10-22T17:15:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt +M SoObjects/SOGo/SOGoUserManager.m + commit ef60db13cdab10c9d6ade6964cbb834391858d93 Author: Wolfgang Sourdeau Date: Wed Oct 21 21:30:21 2009 +0000 @@ -48703,21 +59161,7 @@ Date: Wed Oct 21 21:30:21 2009 +0000 Monotone-Date: 2009-10-21T21:30:21 Monotone-Branch: ca.inverse.sogo -commit 57545694964ef1f3ba70a1b20d8004cb45d8a0d7 -Merge: bfb2bf0 8bbe631 -Author: Wolfgang Sourdeau -Date: Wed Oct 21 21:18:19 2009 +0000 - - merge of '2486c891d32ba8306f9e058c37f500a0d43424c5' - and 'fe50cf1e82dc1e3027fc400eb2f405261b9ad9f3' - - Monotone-Parent: 2486c891d32ba8306f9e058c37f500a0d43424c5 - Monotone-Parent: fe50cf1e82dc1e3027fc400eb2f405261b9ad9f3 - Monotone-Revision: 846fa20b13dd09d896ed82cad5836822133d22c3 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-10-21T21:18:19 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1660.diff commit 8bbe631dac2ead0784bb3574a834e1af0e8894bc Author: Wolfgang Sourdeau @@ -48730,6 +59174,23 @@ Date: Wed Oct 21 21:17:11 2009 +0000 Monotone-Date: 2009-10-21T21:17:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.h +M Main/SOGo.m +M NEWS +M SOPE/sope-patchset-r1660.diff +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoUserFolder+Appointments.m +M SoObjects/Contacts/SOGoUserFolder+Contacts.m +M SoObjects/SOGo/NSCalendarDate+SOGo.m +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoUserFolder.m +M SoObjects/SOGo/WORequest+SOGo.h +M SoObjects/SOGo/WORequest+SOGo.m + commit bfb2bf00a6e6a4ca1cd79d737ceb04d76a289058 Author: Francis Lachapelle Date: Wed Oct 21 18:07:09 2009 +0000 @@ -48744,6 +59205,10 @@ Date: Wed Oct 21 18:07:09 2009 +0000 Monotone-Date: 2009-10-21T18:07:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m +M UI/WebServerResources/UIxAttendeesEditor.js + commit a890f166fbaf6196100fcef149b76c6aa90e4c0d Author: Francis Lachapelle Date: Wed Oct 21 18:05:44 2009 +0000 @@ -48757,6 +59222,20 @@ Date: Wed Oct 21 18:05:44 2009 +0000 Monotone-Date: 2009-10-21T18:05:44 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailPartViewers/Czech.lproj/Localizable.strings +M UI/MailPartViewers/Dutch.lproj/Localizable.strings +M UI/MailPartViewers/English.lproj/Localizable.strings +M UI/MailPartViewers/French.lproj/Localizable.strings +M UI/MailPartViewers/German.lproj/Localizable.strings +M UI/MailPartViewers/Hungarian.lproj/Localizable.strings +M UI/MailPartViewers/Italian.lproj/Localizable.strings +M UI/MailPartViewers/Russian.lproj/Localizable.strings +M UI/MailPartViewers/Spanish.lproj/Localizable.strings +M UI/MailPartViewers/UIxMailPartMessageViewer.m +M UI/MailPartViewers/Welsh.lproj/Localizable.strings +M UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox + commit 06f386242c678cb9f993f5694935d59da7a0ac7c Author: Francis Lachapelle Date: Wed Oct 21 18:03:41 2009 +0000 @@ -48770,6 +59249,8 @@ Date: Wed Oct 21 18:03:41 2009 +0000 Monotone-Date: 2009-10-21T18:03:41 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings + commit e7b6f8c8a83f6ac4dba1cc0690629f748c932770 Author: Francis Lachapelle Date: Wed Oct 21 18:03:01 2009 +0000 @@ -48783,6 +59264,10 @@ Date: Wed Oct 21 18:03:01 2009 +0000 Monotone-Date: 2009-10-21T18:03:01 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/iCalEvent+SOGo.m +M UI/MainUI/SOGoUserHomePage.m +M UI/WebServerResources/MailerUI.js + commit 98a48a1c53471e1dd80261fff84ccfe3bdfd99e0 Author: Ludovic Marcotte Date: Tue Oct 20 20:11:51 2009 +0000 @@ -48796,6 +59281,8 @@ Date: Tue Oct 20 20:11:51 2009 +0000 Monotone-Date: 2009-10-20T20:11:51 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalTimeZonePeriod.m + commit 4074fef5dc29505eb2bf8230f701edee73aeba20 Author: Ludovic Marcotte Date: Tue Oct 20 19:07:20 2009 +0000 @@ -48809,6 +59296,8 @@ Date: Tue Oct 20 19:07:20 2009 +0000 Monotone-Date: 2009-10-20T19:07:20 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalTimeZonePeriod.m + commit 1008505fb520d191232ba887d4f5af9c9b0b24c9 Author: Ludovic Marcotte Date: Tue Oct 20 18:22:53 2009 +0000 @@ -48822,6 +59311,10 @@ Date: Tue Oct 20 18:22:53 2009 +0000 Monotone-Date: 2009-10-20T18:22:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/iCalDateTime.h +M SOPE/NGCards/iCalTimeZonePeriod.m + commit 6927574d188715cbf3a7d8f2cfebde5c4c1d4ba3 Author: Ludovic Marcotte Date: Tue Oct 20 13:15:22 2009 +0000 @@ -48835,6 +59328,22 @@ Date: Tue Oct 20 13:15:22 2009 +0000 Monotone-Date: 2009-10-20T13:15:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SOPE/NGCards/TimeZones/America/Indiana/Indianapolis.ics +A SOPE/NGCards/TimeZones/America/Indiana/Knox.ics +A SOPE/NGCards/TimeZones/America/Indiana/Marengo.ics +A SOPE/NGCards/TimeZones/America/Indiana/Petersburg.ics +A SOPE/NGCards/TimeZones/America/Indiana/Tell_City.ics +A SOPE/NGCards/TimeZones/America/Indiana/Vevay.ics +A SOPE/NGCards/TimeZones/America/Indiana/Vincennes.ics +A SOPE/NGCards/TimeZones/America/Indiana/Winamac.ics +A SOPE/NGCards/TimeZones/America/Kentucky/Louisville.ics +A SOPE/NGCards/TimeZones/America/Kentucky/Monticello.ics +A SOPE/NGCards/TimeZones/America/North_Dakota/Center.ics +A SOPE/NGCards/TimeZones/America/North_Dakota/New_Salem.ics +M SoObjects/SOGo/SOGoParentFolder.m +M debian/copyright + commit fbd3da20931ae98b8ae5f198777d759795895389 Author: Wolfgang Sourdeau Date: Mon Oct 19 21:45:51 2009 +0000 @@ -48848,6 +59357,8 @@ Date: Mon Oct 19 21:45:51 2009 +0000 Monotone-Date: 2009-10-19T21:45:51 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-debian.diff + commit 97f530da4ff6d0569bc707ebad23a00a3655d156 Author: Wolfgang Sourdeau Date: Mon Oct 19 21:44:25 2009 +0000 @@ -48859,21 +59370,7 @@ Date: Mon Oct 19 21:44:25 2009 +0000 Monotone-Date: 2009-10-19T21:44:25 Monotone-Branch: ca.inverse.sogo -commit ab9c9b72633fa60ca9df3567161abac8dc80e5a7 -Merge: ffd3b8d 7344e4d -Author: Wolfgang Sourdeau -Date: Mon Oct 19 21:40:01 2009 +0000 - - merge of '62d1af99422697f56336f8de72d9a7ae0ec1b210' - and 'c3418cb8dc92a811cb6b1d3b583d6ffd09d6bd4d' - - Monotone-Parent: 62d1af99422697f56336f8de72d9a7ae0ec1b210 - Monotone-Parent: c3418cb8dc92a811cb6b1d3b583d6ffd09d6bd4d - Monotone-Revision: 950380ef7d21e236720a256867099e544955446c - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-10-19T21:40:01 - Monotone-Branch: ca.inverse.sogo +M debian/sogo.cron.daily commit ffd3b8d2e06d7ebf7520430693d9d4dcce2994c0 Author: Wolfgang Sourdeau @@ -48886,6 +59383,8 @@ Date: Mon Oct 19 21:39:49 2009 +0000 Monotone-Date: 2009-10-19T21:39:49 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-gsmake2.diff + commit 7344e4d038941fb20c30cd854bc53160e8b77243 Author: Francis Lachapelle Date: Mon Oct 19 21:19:50 2009 +0000 @@ -48899,6 +59398,9 @@ Date: Mon Oct 19 21:19:50 2009 +0000 Monotone-Date: 2009-10-19T21:19:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSCalendarDate+SOGo.m + commit fd2e4c66591ed1f43898e5c1df468c9e8942af88 Author: Francis Lachapelle Date: Mon Oct 19 15:24:38 2009 +0000 @@ -48912,6 +59414,8 @@ Date: Mon Oct 19 15:24:38 2009 +0000 Monotone-Date: 2009-10-19T15:24:38 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog + commit 32576eaca58fa08822ed6d5c7c5850611bb97404 Author: Francis Lachapelle Date: Mon Oct 19 15:24:08 2009 +0000 @@ -48925,6 +59429,8 @@ Date: Mon Oct 19 15:24:08 2009 +0000 Monotone-Date: 2009-10-19T15:24:08 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalDateTime.m + commit 47f01b79e5771e4e9b0634718845bd5e16502c59 Author: Francis Lachapelle Date: Mon Oct 19 15:22:36 2009 +0000 @@ -48938,6 +59444,10 @@ Date: Mon Oct 19 15:22:36 2009 +0000 Monotone-Date: 2009-10-19T15:22:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox + commit f0e37a88853250486ecad6bbee9c1be69f2357e2 Author: Ludovic Marcotte Date: Mon Oct 19 12:56:52 2009 +0000 @@ -48951,6 +59461,9 @@ Date: Mon Oct 19 12:56:52 2009 +0000 Monotone-Date: 2009-10-19T12:56:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit ddb50621ccf119e63f7556a65b43a015e1e800d2 Author: Ludovic Marcotte Date: Sat Oct 17 17:54:14 2009 +0000 @@ -48964,6 +59477,11 @@ Date: Sat Oct 17 17:54:14 2009 +0000 Monotone-Date: 2009-10-17T17:54:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSList.m +M UI/Contacts/UIxListEditor.m +M UI/WebServerResources/UIxListEditor.js + commit 12896b24dbcc9889e64132bb91f6b26495ef135e Author: Francis Lachapelle Date: Fri Oct 16 19:38:23 2009 +0000 @@ -48977,6 +59495,9 @@ Date: Fri Oct 16 19:38:23 2009 +0000 Monotone-Date: 2009-10-16T19:38:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit a426eec7161e007411eea455e241435123cb0de6 Author: Francis Lachapelle Date: Fri Oct 16 18:38:24 2009 +0000 @@ -48990,6 +59511,9 @@ Date: Fri Oct 16 18:38:24 2009 +0000 Monotone-Date: 2009-10-16T18:38:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m + commit 4a41b4603681392813ae923a17bd17a7ff5b7fdf Author: Francis Lachapelle Date: Fri Oct 16 18:29:18 2009 +0000 @@ -49003,6 +59527,8 @@ Date: Fri Oct 16 18:29:18 2009 +0000 Monotone-Date: 2009-10-16T18:29:18 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxComponentEditor.js + commit 891f31d0b1e3db91afeb81f97573ecdea027bd2f Author: C Robert Date: Thu Oct 15 21:33:56 2009 +0000 @@ -49016,6 +59542,13 @@ Date: Thu Oct 15 21:33:56 2009 +0000 Monotone-Date: 2009-10-15T21:33:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentFolders.m +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoWebDAVAclManager.h +M SoObjects/SOGo/SOGoWebDAVAclManager.m + commit a5cafe30b6cb21a3eac9c71e6f1d7728437c970d Author: Ludovic Marcotte Date: Thu Oct 15 18:43:28 2009 +0000 @@ -49029,6 +59562,362 @@ Date: Thu Oct 15 18:43:28 2009 +0000 Monotone-Date: 2009-10-15T18:43:28 Monotone-Branch: ca.inverse.sogo +M .mtn-ignore +M ChangeLog +M SOPE/NGCards/GNUmakefile.postamble +A SOPE/NGCards/TimeZones/Africa/Abidjan.ics +A SOPE/NGCards/TimeZones/Africa/Accra.ics +A SOPE/NGCards/TimeZones/Africa/Addis_Ababa.ics +A SOPE/NGCards/TimeZones/Africa/Algiers.ics +A SOPE/NGCards/TimeZones/Africa/Asmara.ics +A SOPE/NGCards/TimeZones/Africa/Bamako.ics +A SOPE/NGCards/TimeZones/Africa/Bangui.ics +A SOPE/NGCards/TimeZones/Africa/Banjul.ics +A SOPE/NGCards/TimeZones/Africa/Bissau.ics +A SOPE/NGCards/TimeZones/Africa/Blantyre.ics +A SOPE/NGCards/TimeZones/Africa/Brazzaville.ics +A SOPE/NGCards/TimeZones/Africa/Bujumbura.ics +A SOPE/NGCards/TimeZones/Africa/Cairo.ics +A SOPE/NGCards/TimeZones/Africa/Casablanca.ics +A SOPE/NGCards/TimeZones/Africa/Ceuta.ics +A SOPE/NGCards/TimeZones/Africa/Conakry.ics +A SOPE/NGCards/TimeZones/Africa/Dakar.ics +A SOPE/NGCards/TimeZones/Africa/Dar_es_Salaam.ics +A SOPE/NGCards/TimeZones/Africa/Djibouti.ics +A SOPE/NGCards/TimeZones/Africa/Douala.ics +A SOPE/NGCards/TimeZones/Africa/El_Aaiun.ics +A SOPE/NGCards/TimeZones/Africa/Freetown.ics +A SOPE/NGCards/TimeZones/Africa/Gaborone.ics +A SOPE/NGCards/TimeZones/Africa/Harare.ics +A SOPE/NGCards/TimeZones/Africa/Johannesburg.ics +A SOPE/NGCards/TimeZones/Africa/Kampala.ics +A SOPE/NGCards/TimeZones/Africa/Khartoum.ics +A SOPE/NGCards/TimeZones/Africa/Kigali.ics +A SOPE/NGCards/TimeZones/Africa/Kinshasa.ics +A SOPE/NGCards/TimeZones/Africa/Lagos.ics +A SOPE/NGCards/TimeZones/Africa/Libreville.ics +A SOPE/NGCards/TimeZones/Africa/Lome.ics +A SOPE/NGCards/TimeZones/Africa/Luanda.ics +A SOPE/NGCards/TimeZones/Africa/Lubumbashi.ics +A SOPE/NGCards/TimeZones/Africa/Lusaka.ics +A SOPE/NGCards/TimeZones/Africa/Malabo.ics +A SOPE/NGCards/TimeZones/Africa/Maputo.ics +A SOPE/NGCards/TimeZones/Africa/Maseru.ics +A SOPE/NGCards/TimeZones/Africa/Mbabane.ics +A SOPE/NGCards/TimeZones/Africa/Mogadishu.ics +A SOPE/NGCards/TimeZones/Africa/Monrovia.ics +A SOPE/NGCards/TimeZones/Africa/Nairobi.ics +A SOPE/NGCards/TimeZones/Africa/Ndjamena.ics +A SOPE/NGCards/TimeZones/Africa/Niamey.ics +A SOPE/NGCards/TimeZones/Africa/Nouakchott.ics +A SOPE/NGCards/TimeZones/Africa/Ouagadougou.ics +A SOPE/NGCards/TimeZones/Africa/Porto-Novo.ics +A SOPE/NGCards/TimeZones/Africa/Sao_Tome.ics +A SOPE/NGCards/TimeZones/Africa/Tripoli.ics +A SOPE/NGCards/TimeZones/Africa/Tunis.ics +A SOPE/NGCards/TimeZones/Africa/Windhoek.ics +A SOPE/NGCards/TimeZones/America/Adak.ics +A SOPE/NGCards/TimeZones/America/Anchorage.ics +A SOPE/NGCards/TimeZones/America/Anguilla.ics +A SOPE/NGCards/TimeZones/America/Antigua.ics +A SOPE/NGCards/TimeZones/America/Atikokan.ics +A SOPE/NGCards/TimeZones/America/Barbados.ics +A SOPE/NGCards/TimeZones/America/Belize.ics +A SOPE/NGCards/TimeZones/America/Blanc-Sablon.ics +A SOPE/NGCards/TimeZones/America/Boise.ics +A SOPE/NGCards/TimeZones/America/Cambridge_Bay.ics +A SOPE/NGCards/TimeZones/America/Cancun.ics +A SOPE/NGCards/TimeZones/America/Cayman.ics +A SOPE/NGCards/TimeZones/America/Chicago.ics +A SOPE/NGCards/TimeZones/America/Chihuahua.ics +A SOPE/NGCards/TimeZones/America/Costa_Rica.ics +A SOPE/NGCards/TimeZones/America/Danmarkshavn.ics +A SOPE/NGCards/TimeZones/America/Dawson.ics +A SOPE/NGCards/TimeZones/America/Dawson_Creek.ics +A SOPE/NGCards/TimeZones/America/Denver.ics +A SOPE/NGCards/TimeZones/America/Detroit.ics +A SOPE/NGCards/TimeZones/America/Dominica.ics +A SOPE/NGCards/TimeZones/America/Edmonton.ics +A SOPE/NGCards/TimeZones/America/El_Salvador.ics +A SOPE/NGCards/TimeZones/America/Glace_Bay.ics +A SOPE/NGCards/TimeZones/America/Godthab.ics +A SOPE/NGCards/TimeZones/America/Goose_Bay.ics +A SOPE/NGCards/TimeZones/America/Grand_Turk.ics +A SOPE/NGCards/TimeZones/America/Grenada.ics +A SOPE/NGCards/TimeZones/America/Guadeloupe.ics +A SOPE/NGCards/TimeZones/America/Guatemala.ics +A SOPE/NGCards/TimeZones/America/Halifax.ics +A SOPE/NGCards/TimeZones/America/Havana.ics +A SOPE/NGCards/TimeZones/America/Hermosillo.ics +A SOPE/NGCards/TimeZones/America/Inuvik.ics +A SOPE/NGCards/TimeZones/America/Iqaluit.ics +A SOPE/NGCards/TimeZones/America/Jamaica.ics +A SOPE/NGCards/TimeZones/America/Juneau.ics +A SOPE/NGCards/TimeZones/America/Los_Angeles.ics +A SOPE/NGCards/TimeZones/America/Managua.ics +A SOPE/NGCards/TimeZones/America/Marigot.ics +A SOPE/NGCards/TimeZones/America/Martinique.ics +A SOPE/NGCards/TimeZones/America/Mazatlan.ics +A SOPE/NGCards/TimeZones/America/Menominee.ics +A SOPE/NGCards/TimeZones/America/Merida.ics +A SOPE/NGCards/TimeZones/America/Mexico_City.ics +A SOPE/NGCards/TimeZones/America/Miquelon.ics +A SOPE/NGCards/TimeZones/America/Moncton.ics +A SOPE/NGCards/TimeZones/America/Montreal.ics +A SOPE/NGCards/TimeZones/America/Nassau.ics +A SOPE/NGCards/TimeZones/America/New_York.ics +A SOPE/NGCards/TimeZones/America/Nipigon.ics +A SOPE/NGCards/TimeZones/America/Nome.ics +A SOPE/NGCards/TimeZones/America/Panama.ics +A SOPE/NGCards/TimeZones/America/Pangnirtung.ics +A SOPE/NGCards/TimeZones/America/Phoenix.ics +A SOPE/NGCards/TimeZones/America/Port-au-Prince.ics +A SOPE/NGCards/TimeZones/America/Puerto_Rico.ics +A SOPE/NGCards/TimeZones/America/Rainy_River.ics +A SOPE/NGCards/TimeZones/America/Rankin_Inlet.ics +A SOPE/NGCards/TimeZones/America/Regina.ics +A SOPE/NGCards/TimeZones/America/Resolute.ics +A SOPE/NGCards/TimeZones/America/Santo_Domingo.ics +A SOPE/NGCards/TimeZones/America/Scoresbysund.ics +A SOPE/NGCards/TimeZones/America/Shiprock.ics +A SOPE/NGCards/TimeZones/America/St_Barthelemy.ics +A SOPE/NGCards/TimeZones/America/St_Johns.ics +A SOPE/NGCards/TimeZones/America/St_Kitts.ics +A SOPE/NGCards/TimeZones/America/St_Lucia.ics +A SOPE/NGCards/TimeZones/America/St_Thomas.ics +A SOPE/NGCards/TimeZones/America/St_Vincent.ics +A SOPE/NGCards/TimeZones/America/Swift_Current.ics +A SOPE/NGCards/TimeZones/America/Tegucigalpa.ics +A SOPE/NGCards/TimeZones/America/Thule.ics +A SOPE/NGCards/TimeZones/America/Thunder_Bay.ics +A SOPE/NGCards/TimeZones/America/Tijuana.ics +A SOPE/NGCards/TimeZones/America/Toronto.ics +A SOPE/NGCards/TimeZones/America/Tortola.ics +A SOPE/NGCards/TimeZones/America/Vancouver.ics +A SOPE/NGCards/TimeZones/America/Whitehorse.ics +A SOPE/NGCards/TimeZones/America/Winnipeg.ics +A SOPE/NGCards/TimeZones/America/Yakutat.ics +A SOPE/NGCards/TimeZones/America/Yellowknife.ics +A SOPE/NGCards/TimeZones/Antarctica/Casey.ics +A SOPE/NGCards/TimeZones/Antarctica/Davis.ics +A SOPE/NGCards/TimeZones/Antarctica/DumontDUrville.ics +A SOPE/NGCards/TimeZones/Antarctica/Mawson.ics +A SOPE/NGCards/TimeZones/Antarctica/McMurdo.ics +A SOPE/NGCards/TimeZones/Antarctica/Palmer.ics +A SOPE/NGCards/TimeZones/Antarctica/Rothera.ics +A SOPE/NGCards/TimeZones/Antarctica/South_Pole.ics +A SOPE/NGCards/TimeZones/Antarctica/Syowa.ics +A SOPE/NGCards/TimeZones/Antarctica/Vostok.ics +A SOPE/NGCards/TimeZones/Arctic/Longyearbyen.ics +A SOPE/NGCards/TimeZones/Asia/Aden.ics +A SOPE/NGCards/TimeZones/Asia/Almaty.ics +A SOPE/NGCards/TimeZones/Asia/Amman.ics +A SOPE/NGCards/TimeZones/Asia/Anadyr.ics +A SOPE/NGCards/TimeZones/Asia/Aqtau.ics +A SOPE/NGCards/TimeZones/Asia/Aqtobe.ics +A SOPE/NGCards/TimeZones/Asia/Ashgabat.ics +A SOPE/NGCards/TimeZones/Asia/Baghdad.ics +A SOPE/NGCards/TimeZones/Asia/Bahrain.ics +A SOPE/NGCards/TimeZones/Asia/Baku.ics +A SOPE/NGCards/TimeZones/Asia/Bangkok.ics +A SOPE/NGCards/TimeZones/Asia/Beirut.ics +A SOPE/NGCards/TimeZones/Asia/Bishkek.ics +A SOPE/NGCards/TimeZones/Asia/Brunei.ics +A SOPE/NGCards/TimeZones/Asia/Choibalsan.ics +A SOPE/NGCards/TimeZones/Asia/Chongqing.ics +A SOPE/NGCards/TimeZones/Asia/Colombo.ics +A SOPE/NGCards/TimeZones/Asia/Damascus.ics +A SOPE/NGCards/TimeZones/Asia/Dhaka.ics +A SOPE/NGCards/TimeZones/Asia/Dili.ics +A SOPE/NGCards/TimeZones/Asia/Dubai.ics +A SOPE/NGCards/TimeZones/Asia/Dushanbe.ics +A SOPE/NGCards/TimeZones/Asia/Gaza.ics +A SOPE/NGCards/TimeZones/Asia/Harbin.ics +A SOPE/NGCards/TimeZones/Asia/Ho_Chi_Minh.ics +A SOPE/NGCards/TimeZones/Asia/Hong_Kong.ics +A SOPE/NGCards/TimeZones/Asia/Hovd.ics +A SOPE/NGCards/TimeZones/Asia/Irkutsk.ics +A SOPE/NGCards/TimeZones/Asia/Istanbul.ics +A SOPE/NGCards/TimeZones/Asia/Jakarta.ics +A SOPE/NGCards/TimeZones/Asia/Jayapura.ics +A SOPE/NGCards/TimeZones/Asia/Jerusalem.ics +A SOPE/NGCards/TimeZones/Asia/Kabul.ics +A SOPE/NGCards/TimeZones/Asia/Kamchatka.ics +A SOPE/NGCards/TimeZones/Asia/Karachi.ics +A SOPE/NGCards/TimeZones/Asia/Kashgar.ics +A SOPE/NGCards/TimeZones/Asia/Kathmandu.ics +A SOPE/NGCards/TimeZones/Asia/Kolkata.ics +A SOPE/NGCards/TimeZones/Asia/Krasnoyarsk.ics +A SOPE/NGCards/TimeZones/Asia/Kuala_Lumpur.ics +A SOPE/NGCards/TimeZones/Asia/Kuching.ics +A SOPE/NGCards/TimeZones/Asia/Kuwait.ics +A SOPE/NGCards/TimeZones/Asia/Macau.ics +A SOPE/NGCards/TimeZones/Asia/Magadan.ics +A SOPE/NGCards/TimeZones/Asia/Makassar.ics +A SOPE/NGCards/TimeZones/Asia/Manila.ics +A SOPE/NGCards/TimeZones/Asia/Muscat.ics +A SOPE/NGCards/TimeZones/Asia/Nicosia.ics +A SOPE/NGCards/TimeZones/Asia/Novosibirsk.ics +A SOPE/NGCards/TimeZones/Asia/Omsk.ics +A SOPE/NGCards/TimeZones/Asia/Oral.ics +A SOPE/NGCards/TimeZones/Asia/Phnom_Penh.ics +A SOPE/NGCards/TimeZones/Asia/Pontianak.ics +A SOPE/NGCards/TimeZones/Asia/Pyongyang.ics +A SOPE/NGCards/TimeZones/Asia/Qatar.ics +A SOPE/NGCards/TimeZones/Asia/Qyzylorda.ics +A SOPE/NGCards/TimeZones/Asia/Rangoon.ics +A SOPE/NGCards/TimeZones/Asia/Riyadh.ics +A SOPE/NGCards/TimeZones/Asia/Sakhalin.ics +A SOPE/NGCards/TimeZones/Asia/Samarkand.ics +A SOPE/NGCards/TimeZones/Asia/Seoul.ics +A SOPE/NGCards/TimeZones/Asia/Shanghai.ics +A SOPE/NGCards/TimeZones/Asia/Singapore.ics +A SOPE/NGCards/TimeZones/Asia/Taipei.ics +A SOPE/NGCards/TimeZones/Asia/Tashkent.ics +A SOPE/NGCards/TimeZones/Asia/Tbilisi.ics +A SOPE/NGCards/TimeZones/Asia/Tehran.ics +A SOPE/NGCards/TimeZones/Asia/Thimphu.ics +A SOPE/NGCards/TimeZones/Asia/Tokyo.ics +A SOPE/NGCards/TimeZones/Asia/Ulaanbaatar.ics +A SOPE/NGCards/TimeZones/Asia/Urumqi.ics +A SOPE/NGCards/TimeZones/Asia/Vientiane.ics +A SOPE/NGCards/TimeZones/Asia/Vladivostok.ics +A SOPE/NGCards/TimeZones/Asia/Yakutsk.ics +A SOPE/NGCards/TimeZones/Asia/Yekaterinburg.ics +A SOPE/NGCards/TimeZones/Asia/Yerevan.ics +A SOPE/NGCards/TimeZones/Atlantic/Azores.ics +A SOPE/NGCards/TimeZones/Atlantic/Bermuda.ics +A SOPE/NGCards/TimeZones/Atlantic/Canary.ics +A SOPE/NGCards/TimeZones/Atlantic/Cape_Verde.ics +A SOPE/NGCards/TimeZones/Atlantic/Faroe.ics +A SOPE/NGCards/TimeZones/Atlantic/Madeira.ics +A SOPE/NGCards/TimeZones/Atlantic/Reykjavik.ics +A SOPE/NGCards/TimeZones/Atlantic/St_Helena.ics +A SOPE/NGCards/TimeZones/Australia/Adelaide.ics +A SOPE/NGCards/TimeZones/Australia/Brisbane.ics +A SOPE/NGCards/TimeZones/Australia/Broken_Hill.ics +A SOPE/NGCards/TimeZones/Australia/Currie.ics +A SOPE/NGCards/TimeZones/Australia/Darwin.ics +A SOPE/NGCards/TimeZones/Australia/Eucla.ics +A SOPE/NGCards/TimeZones/Australia/Hobart.ics +A SOPE/NGCards/TimeZones/Australia/Lindeman.ics +A SOPE/NGCards/TimeZones/Australia/Lord_Howe.ics +A SOPE/NGCards/TimeZones/Australia/Melbourne.ics +A SOPE/NGCards/TimeZones/Australia/Perth.ics +A SOPE/NGCards/TimeZones/Australia/Sydney.ics +A SOPE/NGCards/TimeZones/Europe/Amsterdam.ics +A SOPE/NGCards/TimeZones/Europe/Andorra.ics +A SOPE/NGCards/TimeZones/Europe/Athens.ics +A SOPE/NGCards/TimeZones/Europe/Belgrade.ics +A SOPE/NGCards/TimeZones/Europe/Berlin.ics +A SOPE/NGCards/TimeZones/Europe/Bratislava.ics +A SOPE/NGCards/TimeZones/Europe/Brussels.ics +A SOPE/NGCards/TimeZones/Europe/Bucharest.ics +A SOPE/NGCards/TimeZones/Europe/Budapest.ics +A SOPE/NGCards/TimeZones/Europe/Chisinau.ics +A SOPE/NGCards/TimeZones/Europe/Copenhagen.ics +A SOPE/NGCards/TimeZones/Europe/Dublin.ics +A SOPE/NGCards/TimeZones/Europe/Gibraltar.ics +A SOPE/NGCards/TimeZones/Europe/Guernsey.ics +A SOPE/NGCards/TimeZones/Europe/Helsinki.ics +A SOPE/NGCards/TimeZones/Europe/Isle_of_Man.ics +A SOPE/NGCards/TimeZones/Europe/Istanbul.ics +A SOPE/NGCards/TimeZones/Europe/Jersey.ics +A SOPE/NGCards/TimeZones/Europe/Kaliningrad.ics +A SOPE/NGCards/TimeZones/Europe/Kiev.ics +A SOPE/NGCards/TimeZones/Europe/Lisbon.ics +A SOPE/NGCards/TimeZones/Europe/Ljubljana.ics +A SOPE/NGCards/TimeZones/Europe/London.ics +A SOPE/NGCards/TimeZones/Europe/Luxembourg.ics +A SOPE/NGCards/TimeZones/Europe/Madrid.ics +A SOPE/NGCards/TimeZones/Europe/Malta.ics +A SOPE/NGCards/TimeZones/Europe/Mariehamn.ics +A SOPE/NGCards/TimeZones/Europe/Minsk.ics +A SOPE/NGCards/TimeZones/Europe/Monaco.ics +A SOPE/NGCards/TimeZones/Europe/Moscow.ics +A SOPE/NGCards/TimeZones/Europe/Nicosia.ics +A SOPE/NGCards/TimeZones/Europe/Oslo.ics +A SOPE/NGCards/TimeZones/Europe/Paris.ics +A SOPE/NGCards/TimeZones/Europe/Podgorica.ics +A SOPE/NGCards/TimeZones/Europe/Prague.ics +A SOPE/NGCards/TimeZones/Europe/Riga.ics +A SOPE/NGCards/TimeZones/Europe/Rome.ics +A SOPE/NGCards/TimeZones/Europe/Samara.ics +A SOPE/NGCards/TimeZones/Europe/San_Marino.ics +A SOPE/NGCards/TimeZones/Europe/Sarajevo.ics +A SOPE/NGCards/TimeZones/Europe/Simferopol.ics +A SOPE/NGCards/TimeZones/Europe/Skopje.ics +A SOPE/NGCards/TimeZones/Europe/Sofia.ics +A SOPE/NGCards/TimeZones/Europe/Stockholm.ics +A SOPE/NGCards/TimeZones/Europe/Tallinn.ics +A SOPE/NGCards/TimeZones/Europe/Tirane.ics +A SOPE/NGCards/TimeZones/Europe/Uzhgorod.ics +A SOPE/NGCards/TimeZones/Europe/Vaduz.ics +A SOPE/NGCards/TimeZones/Europe/Vatican.ics +A SOPE/NGCards/TimeZones/Europe/Vienna.ics +A SOPE/NGCards/TimeZones/Europe/Vilnius.ics +A SOPE/NGCards/TimeZones/Europe/Volgograd.ics +A SOPE/NGCards/TimeZones/Europe/Warsaw.ics +A SOPE/NGCards/TimeZones/Europe/Zagreb.ics +A SOPE/NGCards/TimeZones/Europe/Zaporozhye.ics +A SOPE/NGCards/TimeZones/Europe/Zurich.ics +A SOPE/NGCards/TimeZones/Indian/Antananarivo.ics +A SOPE/NGCards/TimeZones/Indian/Chagos.ics +A SOPE/NGCards/TimeZones/Indian/Christmas.ics +A SOPE/NGCards/TimeZones/Indian/Cocos.ics +A SOPE/NGCards/TimeZones/Indian/Comoro.ics +A SOPE/NGCards/TimeZones/Indian/Kerguelen.ics +A SOPE/NGCards/TimeZones/Indian/Mahe.ics +A SOPE/NGCards/TimeZones/Indian/Maldives.ics +A SOPE/NGCards/TimeZones/Indian/Mauritius.ics +A SOPE/NGCards/TimeZones/Indian/Mayotte.ics +A SOPE/NGCards/TimeZones/Indian/Reunion.ics +A SOPE/NGCards/TimeZones/Pacific/Apia.ics +A SOPE/NGCards/TimeZones/Pacific/Auckland.ics +A SOPE/NGCards/TimeZones/Pacific/Chatham.ics +A SOPE/NGCards/TimeZones/Pacific/Efate.ics +A SOPE/NGCards/TimeZones/Pacific/Enderbury.ics +A SOPE/NGCards/TimeZones/Pacific/Fakaofo.ics +A SOPE/NGCards/TimeZones/Pacific/Fiji.ics +A SOPE/NGCards/TimeZones/Pacific/Funafuti.ics +A SOPE/NGCards/TimeZones/Pacific/Gambier.ics +A SOPE/NGCards/TimeZones/Pacific/Guadalcanal.ics +A SOPE/NGCards/TimeZones/Pacific/Guam.ics +A SOPE/NGCards/TimeZones/Pacific/Honolulu.ics +A SOPE/NGCards/TimeZones/Pacific/Johnston.ics +A SOPE/NGCards/TimeZones/Pacific/Kiritimati.ics +A SOPE/NGCards/TimeZones/Pacific/Kosrae.ics +A SOPE/NGCards/TimeZones/Pacific/Kwajalein.ics +A SOPE/NGCards/TimeZones/Pacific/Majuro.ics +A SOPE/NGCards/TimeZones/Pacific/Marquesas.ics +A SOPE/NGCards/TimeZones/Pacific/Midway.ics +A SOPE/NGCards/TimeZones/Pacific/Nauru.ics +A SOPE/NGCards/TimeZones/Pacific/Niue.ics +A SOPE/NGCards/TimeZones/Pacific/Norfolk.ics +A SOPE/NGCards/TimeZones/Pacific/Noumea.ics +A SOPE/NGCards/TimeZones/Pacific/Pago_Pago.ics +A SOPE/NGCards/TimeZones/Pacific/Palau.ics +A SOPE/NGCards/TimeZones/Pacific/Pitcairn.ics +A SOPE/NGCards/TimeZones/Pacific/Ponape.ics +A SOPE/NGCards/TimeZones/Pacific/Port_Moresby.ics +A SOPE/NGCards/TimeZones/Pacific/Rarotonga.ics +A SOPE/NGCards/TimeZones/Pacific/Saipan.ics +A SOPE/NGCards/TimeZones/Pacific/Tahiti.ics +A SOPE/NGCards/TimeZones/Pacific/Tarawa.ics +A SOPE/NGCards/TimeZones/Pacific/Tongatapu.ics +A SOPE/NGCards/TimeZones/Pacific/Truk.ics +A SOPE/NGCards/TimeZones/Pacific/Wake.ics +A SOPE/NGCards/TimeZones/Pacific/Wallis.ics +M SOPE/NGCards/iCalCalendar.h +M SOPE/NGCards/iCalCalendar.m +M SOPE/NGCards/iCalTimeZone.h +M SOPE/NGCards/iCalTimeZone.m +M SOPE/NGCards/iCalTimeZonePeriod.m +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxTaskEditor.m +M UI/Scheduler/UIxTimeDateControl.m +M sogo.spec + commit 052138a0691ae90d1aca27bb3d36a269cb05b786 Author: Francis Lachapelle Date: Thu Oct 15 17:21:01 2009 +0000 @@ -49042,21 +59931,24 @@ Date: Thu Oct 15 17:21:01 2009 +0000 Monotone-Date: 2009-10-15T17:21:01 Monotone-Branch: ca.inverse.sogo -commit d5b7afa129987f6f2131e4adc878740c1a27604c -Merge: 2db389e 8bb4876 -Author: Francis Lachapelle -Date: Thu Oct 15 16:10:31 2009 +0000 - - merge of '0125ec85f12db797fda490ba70897a61682fadad' - and '543e45199920400765ecaa8cf762102cd49ee1cb' - - Monotone-Parent: 0125ec85f12db797fda490ba70897a61682fadad - Monotone-Parent: 543e45199920400765ecaa8cf762102cd49ee1cb - Monotone-Revision: 7145f91bc53473eb5af77730e87d0ebc7d3988e3 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-10-15T16:10:31 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/AdministrationUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/AdministrationUI/Czech.lproj/Localizable.strings +M UI/AdministrationUI/Dutch.lproj/Localizable.strings +M UI/AdministrationUI/English.lproj/Localizable.strings +M UI/AdministrationUI/French.lproj/Localizable.strings +M UI/AdministrationUI/GNUmakefile +M UI/AdministrationUI/German.lproj/Localizable.strings +M UI/AdministrationUI/Hungarian.lproj/Localizable.strings +M UI/AdministrationUI/Italian.lproj/Localizable.strings +M UI/AdministrationUI/Russian.lproj/Localizable.strings +M UI/AdministrationUI/Spanish.lproj/Localizable.strings +A UI/AdministrationUI/Toolbars/UIxAdministration.toolbar +M UI/AdministrationUI/UIxAdministration.h +M UI/AdministrationUI/Welsh.lproj/Localizable.strings +M UI/Templates/AdministrationUI/UIxAdministration.wox +M UI/WebServerResources/AdministrationUI.css +M UI/WebServerResources/AdministrationUI.js commit 2db389e38d6945c89c2d9704d06586b5db935c47 Author: Ludovic Marcotte @@ -49071,6 +59963,10 @@ Date: Thu Oct 15 13:40:36 2009 +0000 Monotone-Date: 2009-10-15T13:40:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/sope-patchset-r1660.diff +M UI/MailerUI/UIxMailAccountActions.m + commit 8bb4876d0e27d6f5c15d5c4f12f32167ea5ae446 Author: Francis Lachapelle Date: Wed Oct 14 22:39:53 2009 +0000 @@ -49084,6 +59980,8 @@ Date: Wed Oct 14 22:39:53 2009 +0000 Monotone-Date: 2009-10-14T22:39:53 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 4cfa21406e59c215bc0f65a7d621826de925f1ab Author: Francis Lachapelle Date: Wed Oct 14 22:11:13 2009 +0000 @@ -49097,6 +59995,14 @@ Date: Wed Oct 14 22:11:13 2009 +0000 Monotone-Date: 2009-10-14T22:11:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/UIxPreferences.m +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/UIxPreferences.js + commit f281877100e8e190d12e9745bdb287de7496a0f1 Author: Francis Lachapelle Date: Wed Oct 14 20:29:46 2009 +0000 @@ -49110,6 +60016,9 @@ Date: Wed Oct 14 20:29:46 2009 +0000 Monotone-Date: 2009-10-14T20:29:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit 27fd38f96f87d65d99b1acbd1aa9520353421efa Author: Francis Lachapelle Date: Wed Oct 14 19:44:46 2009 +0000 @@ -49123,6 +60032,9 @@ Date: Wed Oct 14 19:44:46 2009 +0000 Monotone-Date: 2009-10-14T19:44:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit 447aa1a3ec60bf5327174d6b5fb6afa6597f3d98 Author: Francis Lachapelle Date: Wed Oct 14 19:43:21 2009 +0000 @@ -49136,21 +60048,7 @@ Date: Wed Oct 14 19:43:21 2009 +0000 Monotone-Date: 2009-10-14T19:43:21 Monotone-Branch: ca.inverse.sogo -commit ec67e4d654141a566abc1ed6b732e4a3e06e50b4 -Merge: 5396c23 b6d3139 -Author: Francis Lachapelle -Date: Wed Oct 14 19:27:54 2009 +0000 - - merge of '2b398c7917c2665525f315c4a078f13665aeea62' - and '9808a0781250c62da6dbd16dbd959fef199ace09' - - Monotone-Parent: 2b398c7917c2665525f315c4a078f13665aeea62 - Monotone-Parent: 9808a0781250c62da6dbd16dbd959fef199ace09 - Monotone-Revision: 9718b3ccbc149f9b4b497423af72e8271ec7b624 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-10-14T19:27:54 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css commit 5396c23a62f52656c3784e80654a59ac7223d2c1 Author: Francis Lachapelle @@ -49165,21 +60063,8 @@ Date: Wed Oct 14 19:27:45 2009 +0000 Monotone-Date: 2009-10-14T19:27:45 Monotone-Branch: ca.inverse.sogo -commit b6d3139fb7f66974a148c19c7d857de428f189cb -Merge: 29e239b 9cd9670 -Author: Francis Lachapelle -Date: Wed Oct 14 18:28:07 2009 +0000 - - merge of '78eddfb311776e904d4f6650bcc5e2930af4519a' - and 'cff51eb80ef633a72d1cc7527a1092b597f57f55' - - Monotone-Parent: 78eddfb311776e904d4f6650bcc5e2930af4519a - Monotone-Parent: cff51eb80ef633a72d1cc7527a1092b597f57f55 - Monotone-Revision: 9808a0781250c62da6dbd16dbd959fef199ace09 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-10-14T18:28:07 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m commit 9cd9670741518af471030351ddbee23bbe64d4a0 Author: Francis Lachapelle @@ -49194,6 +60079,9 @@ Date: Wed Oct 14 18:25:50 2009 +0000 Monotone-Date: 2009-10-14T18:25:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m + commit 29e239bba010aaebbd605257446d91ed308b169b Author: Ludovic Marcotte Date: Wed Oct 14 16:47:15 2009 +0000 @@ -49207,21 +60095,8 @@ Date: Wed Oct 14 16:47:15 2009 +0000 Monotone-Date: 2009-10-14T16:47:15 Monotone-Branch: ca.inverse.sogo -commit 46e526721516819b4cf742dc67abada2105c4d3c -Merge: 68253d1 e5d8de7 -Author: Wolfgang Sourdeau -Date: Wed Oct 14 12:48:55 2009 +0000 - - merge of 'a9673b6b7feb76572f80c31fe67ba936ed709f8f' - and 'b246c3979cba84d0c46cb39e0141ae390baaea7a' - - Monotone-Parent: a9673b6b7feb76572f80c31fe67ba936ed709f8f - Monotone-Parent: b246c3979cba84d0c46cb39e0141ae390baaea7a - Monotone-Revision: dfb0905a14bcb6b22ea2b02eb9910b1e098aeaa9 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-10-14T12:48:55 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalMainActions.m commit e5d8de7d5c9a3e93c7370a1e15309ec5d8717b12 Author: Wolfgang Sourdeau @@ -49234,6 +60109,10 @@ Date: Wed Oct 14 12:01:59 2009 +0000 Monotone-Date: 2009-10-14T12:01:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/UIxPreferences.m +M UI/Scheduler/UIxComponentEditor.m + commit 4a3f7e384f1da09455ad0e27cb49a189376f0f39 Author: Wolfgang Sourdeau Date: Wed Oct 14 12:01:29 2009 +0000 @@ -49245,6 +60124,10 @@ Date: Wed Oct 14 12:01:29 2009 +0000 Monotone-Date: 2009-10-14T12:01:29 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/SOGoUserHomePage.m +M UI/SOGoUI/SOGoAptFormatter.m +M UI/Scheduler/UIxTimeDateControl.m + commit 3bdf3aacdef197d8a716e8dc043b1a6efc34f5ee Author: Wolfgang Sourdeau Date: Tue Oct 13 21:40:18 2009 +0000 @@ -49256,6 +60139,10 @@ Date: Tue Oct 13 21:40:18 2009 +0000 Monotone-Date: 2009-10-13T21:40:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartICalActions.m +M UI/Scheduler/UIxAppointmentEditor.m + commit 68253d1c442f7fd8bc588c5746183795d09ccf18 Author: Francis Lachapelle Date: Tue Oct 13 21:20:26 2009 +0000 @@ -49269,6 +60156,8 @@ Date: Tue Oct 13 21:20:26 2009 +0000 Monotone-Date: 2009-10-13T21:20:26 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.m + commit a285132f8bc7585192de3900201b8db23e773274 Author: Ludovic Marcotte Date: Tue Oct 13 20:17:29 2009 +0000 @@ -49282,21 +60171,14 @@ Date: Tue Oct 13 20:17:29 2009 +0000 Monotone-Date: 2009-10-13T20:17:29 Monotone-Branch: ca.inverse.sogo -commit bf95e107462c29c5c360bf6f2e86b2e9f44d5c7d -Merge: 2da9e90 114e8bd -Author: Francis Lachapelle -Date: Tue Oct 13 21:08:25 2009 +0000 - - merge of '31bc4f6b49316e2603b7496cfee3b18fdd5e490f' - and '5244339e45ef9095573b10733228f85b81a17377' - - Monotone-Parent: 31bc4f6b49316e2603b7496cfee3b18fdd5e490f - Monotone-Parent: 5244339e45ef9095573b10733228f85b81a17377 - Monotone-Revision: 4437a82e041d016710ea3a45d8b7cf5b6341afff - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-10-13T21:08:25 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSDictionary+BSJSONAdditions.m +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m +M UI/PreferencesUI/UIxPreferences.m commit 2da9e90ebc3212ab0573995de89b9c55e7d761b3 Author: Francis Lachapelle @@ -49311,6 +60193,9 @@ Date: Tue Oct 13 19:14:21 2009 +0000 Monotone-Date: 2009-10-13T19:14:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit db94ff7d3ff629ec0c4d3511ec74a4e8b9d00115 Author: Francis Lachapelle Date: Tue Oct 13 19:10:28 2009 +0000 @@ -49324,6 +60209,9 @@ Date: Tue Oct 13 19:10:28 2009 +0000 Monotone-Date: 2009-10-13T19:10:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 114e8bddc3301e70e6dcb6173016678c56476152 Author: Wolfgang Sourdeau Date: Tue Oct 13 14:10:17 2009 +0000 @@ -49335,6 +60223,22 @@ Date: Tue Oct 13 14:10:17 2009 +0000 Monotone-Date: 2009-10-13T14:10:17 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardElement.m +M SOPE/NGCards/CardVersitRenderer.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoUserFolder+Appointments.m +M SoObjects/Contacts/SOGoFolder+CardDAV.m +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/SOGo/NSArray+Utilities.m +M SoObjects/SOGo/SOGoGCSFolder.m +M UI/Common/UIxFolderActions.m +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/UIxContactView.m +M UI/MailPartViewers/UIxMailPartHTMLViewer.m +M UI/MailerUI/UIxMailFolderActions.m +M UI/MailerUI/UIxMailListView.m + commit 049be25681cc4518a8e162aedad05b3ea7a34702 Author: Wolfgang Sourdeau Date: Tue Oct 13 14:09:18 2009 +0000 @@ -49346,6 +60250,9 @@ Date: Tue Oct 13 14:09:18 2009 +0000 Monotone-Date: 2009-10-13T14:09:18 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.m + commit 9d1a9ae76d3e1b10192d6f20e1ef49475854feaa Author: Wolfgang Sourdeau Date: Tue Oct 13 14:09:04 2009 +0000 @@ -49357,21 +60264,8 @@ Date: Tue Oct 13 14:09:04 2009 +0000 Monotone-Date: 2009-10-13T14:09:04 Monotone-Branch: ca.inverse.sogo -commit 3e0a6e488d6322025765be4234dc3d5a955dc1df -Merge: ff237b7 11cd327 -Author: Wolfgang Sourdeau -Date: Tue Oct 13 14:04:09 2009 +0000 - - merge of 'ae9bb8c02977fbcbedcef40778d6fffefd1fb58c' - and 'dc10f7852e5329afe91c3cba3227fead4f0ae366' - - Monotone-Parent: ae9bb8c02977fbcbedcef40778d6fffefd1fb58c - Monotone-Parent: dc10f7852e5329afe91c3cba3227fead4f0ae366 - Monotone-Revision: c20caa2683b07b4d462317997632facb96fcdd72 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-10-13T14:04:09 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.m commit ff237b7b90862010078d08466934f3f237d7dded Author: Wolfgang Sourdeau @@ -49384,6 +60278,11 @@ Date: Tue Oct 13 14:04:02 2009 +0000 Monotone-Date: 2009-10-13T14:04:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject+Draft.m +M UI/Common/UIxAclEditor.m +M UI/Common/UIxPageFrame.m + commit 11cd32799e8e71595c139e2cbd2ff5a431cc198e Author: C Robert Date: Tue Oct 13 13:58:31 2009 +0000 @@ -49397,6 +60296,8 @@ Date: Tue Oct 13 13:58:31 2009 +0000 Monotone-Date: 2009-10-13T13:58:31 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxListView.m + commit f0ec2d8956054e995473038ac512e4fb1a2a78b2 Author: Ludovic Marcotte Date: Tue Oct 13 12:08:40 2009 +0000 @@ -49410,6 +60311,8 @@ Date: Tue Oct 13 12:08:40 2009 +0000 Monotone-Date: 2009-10-13T12:08:40 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit fc2a7c8c550baf025b06f38d30a16980d0034c84 Author: Ludovic Marcotte Date: Mon Oct 12 21:19:42 2009 +0000 @@ -49423,21 +60326,12 @@ Date: Mon Oct 12 21:19:42 2009 +0000 Monotone-Date: 2009-10-12T21:19:42 Monotone-Branch: ca.inverse.sogo -commit fea3baff04637e2e0d2e143a1a3e66749f0fee17 -Merge: 95b4763 d681e9a -Author: Wolfgang Sourdeau -Date: Sat Oct 10 18:40:15 2009 +0000 - - merge of '11b16e47828dac92fd5fc6a0141e90ca854b7b89' - and 'c1d31c63186b0154a4c8aae294a6968d64136187' - - Monotone-Parent: 11b16e47828dac92fd5fc6a0141e90ca854b7b89 - Monotone-Parent: c1d31c63186b0154a4c8aae294a6968d64136187 - Monotone-Revision: 9cd6cf883ffe8961708e6bdb5a8b3a3f439eebbf - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-10-10T18:40:15 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/sope-patchset-r1660.diff +M UI/MailPartViewers/UIxMailPartHTMLViewer.m +M UI/MainUI/Version +M UI/Templates/UIxPageFrame.wox +M Version commit 95b4763d9225d63eaf40c8730c8f3eb3ec7cdbba Author: Wolfgang Sourdeau @@ -49450,6 +60344,11 @@ Date: Sat Oct 10 18:37:10 2009 +0000 Monotone-Date: 2009-10-10T18:37:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxListView.m +M UI/MailPartViewers/UIxMailPartHTMLViewer.m +M UI/MailPartViewers/UIxMailPartICalActions.m + commit e2a0f14c044d3eb825921457dbc47efb2cc3b39d Author: Wolfgang Sourdeau Date: Sat Oct 10 18:34:00 2009 +0000 @@ -49461,6 +60360,8 @@ Date: Sat Oct 10 18:34:00 2009 +0000 Monotone-Date: 2009-10-10T18:34:00 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardElement.m + commit 942bcb816ed7c92f52c5ef8f8ac12384bcb5b3b9 Author: Wolfgang Sourdeau Date: Sat Oct 10 18:33:37 2009 +0000 @@ -49472,6 +60373,10 @@ Date: Sat Oct 10 18:33:37 2009 +0000 Monotone-Date: 2009-10-10T18:33:37 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardElement.m +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/versitCardsSaxDriver/VSSaxDriver.m + commit a7b876c87a64030353d4e6f09ecb64761cd354f0 Author: Wolfgang Sourdeau Date: Sat Oct 10 18:30:30 2009 +0000 @@ -49483,6 +60388,9 @@ Date: Sat Oct 10 18:30:30 2009 +0000 Monotone-Date: 2009-10-10T18:30:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m + commit da407b0ce90dfb4dd9648b49f2ec8e1f33aef8c4 Author: Wolfgang Sourdeau Date: Sat Oct 10 18:28:37 2009 +0000 @@ -49496,6 +60404,8 @@ Date: Sat Oct 10 18:28:37 2009 +0000 Monotone-Date: 2009-10-10T18:28:37 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/NGCardsSaxHandler.m + commit aa7ad6ca076278f6450c9beffcecdd267e80106e Author: Wolfgang Sourdeau Date: Sat Oct 10 18:27:51 2009 +0000 @@ -49509,6 +60419,8 @@ Date: Sat Oct 10 18:27:51 2009 +0000 Monotone-Date: 2009-10-10T18:27:51 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoGroupFolder.m + commit 5781f10807232b973a7616eb7acdd066d2562132 Author: Wolfgang Sourdeau Date: Sat Oct 10 18:27:21 2009 +0000 @@ -49522,6 +60434,14 @@ Date: Sat Oct 10 18:27:21 2009 +0000 Monotone-Date: 2009-10-10T18:27:21 Monotone-Branch: ca.inverse.sogo +M Main/SOGoProductLoader.m +M SoObjects/Mailer/SOGoMailBodyPart.m +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/Mailer/SOGoMailObject.m +M UI/AdministrationUI/UIxAdministrationFilterPanel.m +M UI/Contacts/UIxContactsFilterPanel.m +M UI/MailerUI/UIxMailFilterPanel.m + commit d681e9ac21f21152afc2e814a877b43894a1e09f Author: Ludovic Marcotte Date: Fri Oct 9 22:25:23 2009 +0000 @@ -49535,6 +60455,8 @@ Date: Fri Oct 9 22:25:23 2009 +0000 Monotone-Date: 2009-10-09T22:25:23 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 9b04e6bf752aedfa0d192f0f9fbaee327ecadc7a Author: Ludovic Marcotte Date: Fri Oct 9 22:24:47 2009 +0000 @@ -49548,6 +60470,8 @@ Date: Fri Oct 9 22:24:47 2009 +0000 Monotone-Date: 2009-10-09T22:24:47 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 8ecb6bc3e52a7f6311aef376a59419ac905f4eb0 Author: Ludovic Marcotte Date: Fri Oct 9 22:19:32 2009 +0000 @@ -49561,6 +60485,8 @@ Date: Fri Oct 9 22:19:32 2009 +0000 Monotone-Date: 2009-10-09T22:19:32 Monotone-Branch: ca.inverse.sogo +M NEWS + commit b81ed3b2feca1e5c2c68e98c69c17dff2564a55c Author: Ludovic Marcotte Date: Fri Oct 9 21:54:07 2009 +0000 @@ -49574,6 +60500,27 @@ Date: Fri Oct 9 21:54:07 2009 +0000 Monotone-Date: 2009-10-09T21:54:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/GNUmakefile +D SoObjects/Sieve/GNUmakefile +D SoObjects/Sieve/GNUmakefile.preamble +D SoObjects/Sieve/Product.m +D SoObjects/Sieve/README +D SoObjects/Sieve/SOGoSieveBaseObject.h +D SoObjects/Sieve/SOGoSieveBaseObject.m +D SoObjects/Sieve/SOGoSieveScriptObject.h +D SoObjects/Sieve/SOGoSieveScriptObject.m +D SoObjects/Sieve/SOGoSieveScriptsFolder.h +D SoObjects/Sieve/SOGoSieveScriptsFolder.m +D SoObjects/Sieve/Version +D SoObjects/Sieve/common.h +D SoObjects/Sieve/product.plist +M UI/MailerUI/GNUmakefile +M UI/MailerUI/README +D UI/MailerUI/UIxSieveEditor.m +M UI/MailerUI/product.plist +D UI/Templates/MailerUI/UIxSieveEditor.wox + commit 2eb62a573e3570e6d749931e6eaf1ae4d654b3fd Author: Ludovic Marcotte Date: Fri Oct 9 21:01:54 2009 +0000 @@ -49587,6 +60534,12 @@ Date: Fri Oct 9 21:01:54 2009 +0000 Monotone-Date: 2009-10-09T21:01:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/SOGo/SOGoUserFolder.h +M UI/PreferencesUI/UIxPreferences.m + commit 8414c7bfec99649af39e3123334efaa30c7c18a4 Author: Francis Lachapelle Date: Fri Oct 9 20:30:42 2009 +0000 @@ -49600,21 +60553,13 @@ Date: Fri Oct 9 20:30:42 2009 +0000 Monotone-Date: 2009-10-09T20:30:42 Monotone-Branch: ca.inverse.sogo -commit b31c571cee008fdbb369549b84e2c432c9d4ad50 -Merge: 1300cd4 768e3cf -Author: Francis Lachapelle -Date: Thu Oct 8 22:04:58 2009 +0000 - - merge of '434d80a4af8672744673019c8fab2fbb0c4f0004' - and 'e11d0b2861cf3888ff5f2fa58e01243c5de99a1d' - - Monotone-Parent: 434d80a4af8672744673019c8fab2fbb0c4f0004 - Monotone-Parent: e11d0b2861cf3888ff5f2fa58e01243c5de99a1d - Monotone-Revision: 3862a22ce756fbd4c559e0d9a9a211821d9c597b - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-10-08T22:04:58 - Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/UIxPreferences.h +M UI/PreferencesUI/UIxPreferences.m +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/UIxPreferences.js commit 768e3cf2249d9b5f30c44535acc4bebee6904261 Author: Wolfgang Sourdeau @@ -49627,6 +60572,10 @@ Date: Thu Oct 8 22:34:52 2009 +0000 Monotone-Date: 2009-10-08T22:34:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDIFEntry.m +M SoObjects/SOGo/LDAPSource.m + commit 8621f4ced66ddaa7bf303fc0995535c16a19b9cb Author: Wolfgang Sourdeau Date: Thu Oct 8 22:30:33 2009 +0000 @@ -49638,6 +60587,8 @@ Date: Thu Oct 8 22:30:33 2009 +0000 Monotone-Date: 2009-10-08T22:30:33 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactSourceFolder.m + commit 1300cd4936e315c5daba0e91e0a9bc0a03cb64c9 Author: Francis Lachapelle Date: Thu Oct 8 22:04:36 2009 +0000 @@ -49651,6 +60602,8 @@ Date: Thu Oct 8 22:04:36 2009 +0000 Monotone-Date: 2009-10-08T22:04:36 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/UIxPreferences.m + commit 562ef562a36cbecd4fdb055be4b29e1c07c84520 Author: Francis Lachapelle Date: Thu Oct 8 17:57:44 2009 +0000 @@ -49664,6 +60617,22 @@ Date: Thu Oct 8 17:57:44 2009 +0000 Monotone-Date: 2009-10-08T17:57:44 Monotone-Branch: ca.inverse.sogo +M UI/Common/BrazilianPortuguese.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Common/Hungarian.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Common/Russian.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +M UI/Common/Welsh.lproj/Localizable.strings +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings + commit 08e070fba81509e7872867bae3fc24eb53f62895 Author: Francis Lachapelle Date: Thu Oct 8 16:43:00 2009 +0000 @@ -49677,6 +60646,8 @@ Date: Thu Oct 8 16:43:00 2009 +0000 Monotone-Date: 2009-10-08T16:43:00 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/English.lproj/Localizable.strings + commit d610a0c4ea171ccd39fda39d67fe21d375f290ea Author: Francis Lachapelle Date: Thu Oct 8 16:24:31 2009 +0000 @@ -49690,6 +60661,21 @@ Date: Thu Oct 8 16:24:31 2009 +0000 Monotone-Date: 2009-10-08T16:24:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/UIxPreferences.h +M UI/PreferencesUI/UIxPreferences.m +M UI/PreferencesUI/Welsh.lproj/Localizable.strings + commit 20b3d4919a0ddbc75eceb3fd94612442edf266be Author: Wolfgang Sourdeau Date: Thu Oct 8 13:04:00 2009 +0000 @@ -49701,6 +60687,11 @@ Date: Thu Oct 8 13:04:00 2009 +0000 Monotone-Date: 2009-10-08T13:04:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m +M Tests/test-maildav.py +M Tests/webdavlib.py + commit 08a60d5746d5d9c65e8dcab15d861e6e032b4406 Author: Wolfgang Sourdeau Date: Wed Oct 7 22:34:24 2009 +0000 @@ -49712,6 +60703,10 @@ Date: Wed Oct 7 22:34:24 2009 +0000 Monotone-Date: 2009-10-07T22:34:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/test-maildav.py +M Tests/webdavlib.py + commit c31e3f9d2406489aeaad929430dfb2ef091e9f12 Author: C Robert Date: Wed Oct 7 21:29:50 2009 +0000 @@ -49725,6 +60720,9 @@ Date: Wed Oct 7 21:29:50 2009 +0000 Monotone-Date: 2009-10-07T21:29:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/EOQualifier+MailDAV.m + commit 9a54276a37224e454bde7441cf6764cc8bdd8672 Author: Ludovic Marcotte Date: Wed Oct 7 20:46:16 2009 +0000 @@ -49738,6 +60736,8 @@ Date: Wed Oct 7 20:46:16 2009 +0000 Monotone-Date: 2009-10-07T20:46:16 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoGroup.m + commit 4fe953f15fb8b27b777d469f37e75ce05266ed75 Author: Wolfgang Sourdeau Date: Wed Oct 7 20:25:22 2009 +0000 @@ -49749,6 +60749,8 @@ Date: Wed Oct 7 20:25:22 2009 +0000 Monotone-Date: 2009-10-07T20:25:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit ea275e5681ca625a3d36a7f0c25c840cad0e41db Author: Wolfgang Sourdeau Date: Wed Oct 7 20:24:54 2009 +0000 @@ -49760,6 +60762,10 @@ Date: Wed Oct 7 20:24:54 2009 +0000 Monotone-Date: 2009-10-07T20:24:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoParentFolder.h +M SoObjects/SOGo/SOGoParentFolder.m + commit 26ff424bfc6401be38a66244de7211eb4e78d97d Author: C Robert Date: Wed Oct 7 20:12:59 2009 +0000 @@ -49771,6 +60777,8 @@ Date: Wed Oct 7 20:12:59 2009 +0000 Monotone-Date: 2009-10-07T20:12:59 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1660.diff + commit 60fa280e71724dee3596b4dece9faab4abae085d Author: C Robert Date: Wed Oct 7 19:44:48 2009 +0000 @@ -49784,6 +60792,8 @@ Date: Wed Oct 7 19:44:48 2009 +0000 Monotone-Date: 2009-10-07T19:44:48 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/EOQualifier+MailDAV.m + commit b079ca84c129e2063c89fcab8461c160f471e83b Author: Wolfgang Sourdeau Date: Wed Oct 7 19:26:12 2009 +0000 @@ -49795,6 +60805,8 @@ Date: Wed Oct 7 19:26:12 2009 +0000 Monotone-Date: 2009-10-07T19:26:12 Monotone-Branch: ca.inverse.sogo +M Tests/test-maildav.py + commit 59a851ccd0f455c4ae7e977dcf925e259f131fe9 Author: C Robert Date: Wed Oct 7 19:11:01 2009 +0000 @@ -49808,6 +60820,10 @@ Date: Wed Oct 7 19:11:01 2009 +0000 Monotone-Date: 2009-10-07T19:11:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/EOQualifier+MailDAV.m +M Tests/test-maildav.py + commit 04b94ea1301e34fbcdee744040c8093f306fa75a Author: C Robert Date: Wed Oct 7 18:17:12 2009 +0000 @@ -49821,6 +60837,8 @@ Date: Wed Oct 7 18:17:12 2009 +0000 Monotone-Date: 2009-10-07T18:17:12 Monotone-Branch: ca.inverse.sogo +M Tests/test-maildav.py + commit 14f6b058b122efb452e09dd2089489e29bf9395c Author: C Robert Date: Wed Oct 7 18:16:34 2009 +0000 @@ -49834,21 +60852,10 @@ Date: Wed Oct 7 18:16:34 2009 +0000 Monotone-Date: 2009-10-07T18:16:34 Monotone-Branch: ca.inverse.sogo -commit e7c0170569fc28395c9ccad087ea94827dcb67c4 -Merge: 52bc9fc 09a051f -Author: Francis Lachapelle -Date: Wed Oct 7 17:40:35 2009 +0000 - - merge of '139de259dfc247ae1f4819f5700da66891c36157' - and '262c953376c0f20b5400b85f39fb76c6a95e025d' - - Monotone-Parent: 139de259dfc247ae1f4819f5700da66891c36157 - Monotone-Parent: 262c953376c0f20b5400b85f39fb76c6a95e025d - Monotone-Revision: b8a3105c4f499a2da3ed4edc4828e90d7dac93a5 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-10-07T17:40:35 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/EOQualifier+MailDAV.m +M SoObjects/Mailer/SOGoMailFolder.m +M Tests/test-maildav.py commit 52bc9fce36f054b262f98b5021f123b9a6d75c1a Author: Francis Lachapelle @@ -49863,21 +60870,8 @@ Date: Wed Oct 7 17:40:02 2009 +0000 Monotone-Date: 2009-10-07T17:40:02 Monotone-Branch: ca.inverse.sogo -commit 09a051fd3066e99a9d5b7dddf47a46278afa3480 -Merge: 4085592 cea6118 -Author: Wolfgang Sourdeau -Date: Wed Oct 7 16:38:07 2009 +0000 - - merge of '77d594aad6116d444e02c306b0279825a2b43994' - and 'c1c4f8fa1e677ec974e669c16ee667a5040a4f0a' - - Monotone-Parent: 77d594aad6116d444e02c306b0279825a2b43994 - Monotone-Parent: c1c4f8fa1e677ec974e669c16ee667a5040a4f0a - Monotone-Revision: 262c953376c0f20b5400b85f39fb76c6a95e025d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-10-07T16:38:07 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m commit cea61181824850b9ecc733ef608e0597ec2744e0 Author: Francis Lachapelle @@ -49892,6 +60886,8 @@ Date: Wed Oct 7 14:59:30 2009 +0000 Monotone-Date: 2009-10-07T14:59:30 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoTaskObject.m + commit 4085592601ac2ff01b96c908d9f551dd204c6d05 Author: Wolfgang Sourdeau Date: Wed Oct 7 14:58:37 2009 +0000 @@ -49903,6 +60899,8 @@ Date: Wed Oct 7 14:58:37 2009 +0000 Monotone-Date: 2009-10-07T14:58:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 3bbd9c25b48414e5d084ce3489021e0e43c7f9af Author: Wolfgang Sourdeau Date: Wed Oct 7 13:20:16 2009 +0000 @@ -49914,6 +60912,9 @@ Date: Wed Oct 7 13:20:16 2009 +0000 Monotone-Date: 2009-10-07T13:20:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolders.m + commit 08a897780e79f282736ecc0ff061a5c211c572d8 Author: Wolfgang Sourdeau Date: Tue Oct 6 22:19:26 2009 +0000 @@ -49925,6 +60926,9 @@ Date: Tue Oct 6 22:19:26 2009 +0000 Monotone-Date: 2009-10-06T22:19:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m + commit 3b0806519cb619782304990d267cd981b499ff86 Author: Wolfgang Sourdeau Date: Tue Oct 6 22:17:38 2009 +0000 @@ -49936,6 +60940,8 @@ Date: Tue Oct 6 22:17:38 2009 +0000 Monotone-Date: 2009-10-06T22:17:38 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1660.diff + commit a46028f5b81bf844b91d1f60b826b928c07f30a6 Author: Wolfgang Sourdeau Date: Tue Oct 6 21:15:38 2009 +0000 @@ -49947,6 +60953,8 @@ Date: Tue Oct 6 21:15:38 2009 +0000 Monotone-Date: 2009-10-06T21:15:38 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1660.diff + commit b848cf41d1999b8602ef2f838d6e234fbbe90f82 Author: Wolfgang Sourdeau Date: Tue Oct 6 20:53:15 2009 +0000 @@ -49958,21 +60966,7 @@ Date: Tue Oct 6 20:53:15 2009 +0000 Monotone-Date: 2009-10-06T20:53:15 Monotone-Branch: ca.inverse.sogo -commit 244e05307e26ffdb92d232b8350ec7e3289f37a4 -Merge: 725878e 8f85f81 -Author: Wolfgang Sourdeau -Date: Tue Oct 6 18:27:56 2009 +0000 - - merge of '33a4befb91778f46b962f6c895f7697b0d1df722' - and 'bdbaabe6229246948b265d310037a9694b45d91f' - - Monotone-Parent: 33a4befb91778f46b962f6c895f7697b0d1df722 - Monotone-Parent: bdbaabe6229246948b265d310037a9694b45d91f - Monotone-Revision: ae35a52b6b85f7b941d2d5a27bdae17a0e87e216 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-10-06T18:27:56 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1660.diff commit 8f85f81cdafdb3e26f4f185fdb31cf0975d5927e Author: Wolfgang Sourdeau @@ -49985,6 +60979,8 @@ Date: Tue Oct 6 18:26:22 2009 +0000 Monotone-Date: 2009-10-06T18:26:22 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 3a5e5003aefba0948206179a44675cb0eed922c2 Author: Wolfgang Sourdeau Date: Tue Oct 6 18:26:09 2009 +0000 @@ -49996,6 +60992,10 @@ Date: Tue Oct 6 18:26:09 2009 +0000 Monotone-Date: 2009-10-06T18:26:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m + commit f518e5f4a9f839b34118e556be04a9f1c5dd8a13 Author: Wolfgang Sourdeau Date: Tue Oct 6 18:24:47 2009 +0000 @@ -50007,6 +61007,10 @@ Date: Tue Oct 6 18:24:47 2009 +0000 Monotone-Date: 2009-10-06T18:24:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSArray+DAV.h +M SoObjects/SOGo/NSArray+DAV.m + commit 725878ebdbec019b874b5a761614bcf190177d67 Author: Francis Lachapelle Date: Tue Oct 6 18:12:07 2009 +0000 @@ -50021,6 +61025,15 @@ Date: Tue Oct 6 18:12:07 2009 +0000 Monotone-Date: 2009-10-06T18:12:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject+Draft.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M UI/PreferencesUI/UIxPreferences.m +M UI/Scheduler/UIxCalDayTable.h +M UI/Scheduler/UIxCalDayTable.m +M UI/WebServerResources/UIxPreferences.js + commit a9f4d77c2c4515fbb83bffcacc24c2a9c1bf5d6f Author: Francis Lachapelle Date: Tue Oct 6 13:08:16 2009 +0000 @@ -50034,21 +61047,7 @@ Date: Tue Oct 6 13:08:16 2009 +0000 Monotone-Date: 2009-10-06T13:08:16 Monotone-Branch: ca.inverse.sogo -commit 77996f2b7a72df2a32161363ef4bc972efcdb772 -Merge: 5cc26fa 088cb75 -Author: Francis Lachapelle -Date: Mon Oct 5 22:10:12 2009 +0000 - - merge of '24faa1b3ee3108a8faa323c456c74d517b4e233d' - and 'ce654c24f2f00574570b6f4719cccc588905dc0e' - - Monotone-Parent: 24faa1b3ee3108a8faa323c456c74d517b4e233d - Monotone-Parent: ce654c24f2f00574570b6f4719cccc588905dc0e - Monotone-Revision: 9091f162c671a0d32c003aa063bff71fb1e68a10 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-10-05T22:10:12 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalMainView.wox commit 5cc26fad8ab71d43d65dd3e917d38099e8e2c757 Author: Francis Lachapelle @@ -50063,6 +61062,9 @@ Date: Mon Oct 5 22:09:35 2009 +0000 Monotone-Date: 2009-10-05T22:09:35 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactFoldersView.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox + commit 088cb7587d308afb38d8175c822f5a6f2b4d3c67 Author: Wolfgang Sourdeau Date: Mon Oct 5 21:34:16 2009 +0000 @@ -50074,6 +61076,9 @@ Date: Mon Oct 5 21:34:16 2009 +0000 Monotone-Date: 2009-10-05T21:34:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/test-maildav.py + commit 0d27d67b2f9ddb65831297ac546f1256db5d1fa9 Author: Wolfgang Sourdeau Date: Mon Oct 5 21:33:45 2009 +0000 @@ -50085,6 +61090,8 @@ Date: Mon Oct 5 21:33:45 2009 +0000 Monotone-Date: 2009-10-05T21:33:45 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/DAVReportMap.plist + commit dab23398766332fdbd0f239394d4996817be3e0c Author: Wolfgang Sourdeau Date: Mon Oct 5 21:33:33 2009 +0000 @@ -50096,6 +61103,9 @@ Date: Mon Oct 5 21:33:33 2009 +0000 Monotone-Date: 2009-10-05T21:33:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m + commit 290d0e76d5113a272d8db2fdc827a9e3511364b1 Author: C Robert Date: Mon Oct 5 21:14:44 2009 +0000 @@ -50109,6 +61119,9 @@ Date: Mon Oct 5 21:14:44 2009 +0000 Monotone-Date: 2009-10-05T21:14:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/EOQualifier+MailDAV.m + commit 5a357311c6ea7b480095b0bc9cb20349c482894d Author: C Robert Date: Mon Oct 5 19:38:40 2009 +0000 @@ -50122,6 +61135,9 @@ Date: Mon Oct 5 19:38:40 2009 +0000 Monotone-Date: 2009-10-05T19:38:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/EOQualifier+MailDAV.m + commit 5e342d5e9942529c441cf52a2ecb01e5893aac99 Author: C Robert Date: Mon Oct 5 19:15:14 2009 +0000 @@ -50135,6 +61151,13 @@ Date: Mon Oct 5 19:15:14 2009 +0000 Monotone-Date: 2009-10-05T19:15:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Mailer/EOQualifier+MailDAV.h +A SoObjects/Mailer/EOQualifier+MailDAV.m +M SoObjects/Mailer/GNUmakefile +M Tests/test-webdavlib.py +M Tests/webdavlib.py + commit 3e7278ba0eceec60e2c37cc204303fc7514f9a4a Author: Francis Lachapelle Date: Mon Oct 5 15:30:25 2009 +0000 @@ -50148,6 +61171,8 @@ Date: Mon Oct 5 15:30:25 2009 +0000 Monotone-Date: 2009-10-05T15:30:25 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/UIxPreferences.m + commit 37687c9b16cb34787a2655e643066fe1c7ef7535 Author: Ludovic Marcotte Date: Mon Oct 5 00:47:18 2009 +0000 @@ -50161,6 +61186,13 @@ Date: Mon Oct 5 00:47:18 2009 +0000 Monotone-Date: 2009-10-05T00:47:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAptMailDeletion.m +M SoObjects/Appointments/SOGoAptMailInvitation.m +M SoObjects/Appointments/SOGoAptMailUpdate.m +M SoObjects/Appointments/SOGoAptMailWelshDeletion.wo/SOGoAptMailWelshDeletion.html +M SoObjects/Appointments/SOGoAptMailWelshInvitation.wo/SOGoAptMailWelshInvitation.html + commit 1ffcdd97bcc50fd1e5de241ba24e3e1f66d68da5 Author: C Robert Date: Fri Oct 2 20:59:52 2009 +0000 @@ -50174,21 +61206,7 @@ Date: Fri Oct 2 20:59:52 2009 +0000 Monotone-Date: 2009-10-02T20:59:52 Monotone-Branch: ca.inverse.sogo -commit 59da0220d32d6fbe2f2f6ed932718c4ee8dd4e47 -Merge: 4c68d9f 50709fb -Author: C Robert -Date: Fri Oct 2 20:49:55 2009 +0000 - - merge of '1e98981134df0b7159efec9e9e202b43a2c90b0b' - and '28406780a6c50ff64f105729a3da838862931031' - - Monotone-Parent: 1e98981134df0b7159efec9e9e202b43a2c90b0b - Monotone-Parent: 28406780a6c50ff64f105729a3da838862931031 - Monotone-Revision: 19556539dea890ea9ed78ae2d8b4ebfdfa9a4756 - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-10-02T20:49:55 - Monotone-Branch: ca.inverse.sogo +M Tests/preferences.py commit 50709fba65b5331b5fcec620f4fea4d739013724 Author: C Robert @@ -50203,6 +61221,8 @@ Date: Fri Oct 2 20:49:39 2009 +0000 Monotone-Date: 2009-10-02T20:49:39 Monotone-Branch: ca.inverse.sogo +M Tests/preferences.py + commit 4c68d9fbf1c73b105f1ed52678c34f17bbfbf078 Author: Francis Lachapelle Date: Fri Oct 2 20:33:07 2009 +0000 @@ -50216,6 +61236,8 @@ Date: Fri Oct 2 20:33:07 2009 +0000 Monotone-Date: 2009-10-02T20:33:07 Monotone-Branch: ca.inverse.sogo +M NEWS + commit bc26a8b285488212fed3d168a1e35be1df67ec7b Author: Francis Lachapelle Date: Fri Oct 2 20:29:51 2009 +0000 @@ -50229,6 +61251,8 @@ Date: Fri Oct 2 20:29:51 2009 +0000 Monotone-Date: 2009-10-02T20:29:51 Monotone-Branch: ca.inverse.sogo +M Scripts/updates.php + commit 3f09ab94f0c3aca893186dca867cec0bc3ad8f2a Author: C Robert Date: Fri Oct 2 20:10:40 2009 +0000 @@ -50242,6 +61266,10 @@ Date: Fri Oct 2 20:10:40 2009 +0000 Monotone-Date: 2009-10-02T20:10:40 Monotone-Branch: ca.inverse.sogo +M Tests/all.py +A Tests/preferences.py +M Tests/test-maildav.py + commit deadf8e33e0a92eb7d527f5ced93cc913622e1a8 Author: C Robert Date: Fri Oct 2 16:00:07 2009 +0000 @@ -50255,6 +61283,8 @@ Date: Fri Oct 2 16:00:07 2009 +0000 Monotone-Date: 2009-10-02T16:00:07 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m + commit 3e35ec79c2a890e7430f9c38392a14cd48a9232d Author: C Robert Date: Fri Oct 2 14:30:07 2009 +0000 @@ -50268,6 +61298,9 @@ Date: Fri Oct 2 14:30:07 2009 +0000 Monotone-Date: 2009-10-02T14:30:07 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m +M Tests/test-maildav.py + commit a60ab92dc49831f595c5cff3be7c6622b1535be4 Author: Wolfgang Sourdeau Date: Fri Oct 2 14:00:58 2009 +0000 @@ -50279,6 +61312,10 @@ Date: Fri Oct 2 14:00:58 2009 +0000 Monotone-Date: 2009-10-02T14:00:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/test-maildav.py +M Tests/webdavlib.py + commit 08a840ca7d3c96dc2c40dad90d64d90fa56e1021 Author: C Robert Date: Fri Oct 2 13:51:21 2009 +0000 @@ -50292,6 +61329,8 @@ Date: Fri Oct 2 13:51:21 2009 +0000 Monotone-Date: 2009-10-02T13:51:21 Monotone-Branch: ca.inverse.sogo +M Tests/test-maildav.py + commit 65a0ba29a651bf3f19ba7c5dcff566a344b0344a Author: Francis Lachapelle Date: Fri Oct 2 13:42:19 2009 +0000 @@ -50305,6 +61344,8 @@ Date: Fri Oct 2 13:42:19 2009 +0000 Monotone-Date: 2009-10-02T13:42:19 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit d67529eed0451ec3ecdfb8f2b56af47fafb412ca Author: Francis Lachapelle Date: Fri Oct 2 13:41:49 2009 +0000 @@ -50318,37 +61359,7 @@ Date: Fri Oct 2 13:41:49 2009 +0000 Monotone-Date: 2009-10-02T13:41:49 Monotone-Branch: ca.inverse.sogo -commit 79e582d9e9af1acd56600d4c6356234695b086ba -Merge: f273572 e9584b6 -Author: Francis Lachapelle -Date: Fri Oct 2 13:24:41 2009 +0000 - - merge of '3b18c2f1210021a7c5a829e08dbc01abb290d085' - and '5a074ab7a9fac70c04e1d59bb93005aab536c9f7' - - Monotone-Parent: 3b18c2f1210021a7c5a829e08dbc01abb290d085 - Monotone-Parent: 5a074ab7a9fac70c04e1d59bb93005aab536c9f7 - Monotone-Revision: 0c24951c6f23e1c5c5c97871b0a535b026ad55e4 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-10-02T13:24:41 - Monotone-Branch: ca.inverse.sogo - -commit e9584b649bfac359c973acdfe08e054d9034c57e -Merge: dae82c8 87007c3 -Author: Francis Lachapelle -Date: Fri Oct 2 13:21:28 2009 +0000 - - merge of '40a85071e7335fa3da3361d43dbbf6cf13684342' - and 'd41e13d636a1fa2bf22bce99faacdbfccca67d9e' - - Monotone-Parent: 40a85071e7335fa3da3361d43dbbf6cf13684342 - Monotone-Parent: d41e13d636a1fa2bf22bce99faacdbfccca67d9e - Monotone-Revision: 5a074ab7a9fac70c04e1d59bb93005aab536c9f7 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-10-02T13:21:28 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoAutoCompletion.js commit f273572c9572ea4cb2c03a89e6de3bbf27b1c613 Author: Ludovic Marcotte @@ -50363,6 +61374,8 @@ Date: Fri Oct 2 13:13:00 2009 +0000 Monotone-Date: 2009-10-02T13:13:00 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolders.m + commit dae82c8f2299f4d3261b6f05d51e0dc582709e65 Author: Ludovic Marcotte Date: Fri Oct 2 12:50:09 2009 +0000 @@ -50376,6 +61389,8 @@ Date: Fri Oct 2 12:50:09 2009 +0000 Monotone-Date: 2009-10-02T12:50:09 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolders.m + commit a72a55de90735539e6aba670c00ed7f96b1e12de Author: C Robert Date: Thu Oct 1 21:55:29 2009 +0000 @@ -50389,6 +61404,10 @@ Date: Thu Oct 1 21:55:29 2009 +0000 Monotone-Date: 2009-10-01T21:55:29 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/Mailer/SOGoMailObject.m + commit f1ffcac38913837ced594a66b7854e0eff6b530e Author: C Robert Date: Thu Oct 1 21:41:54 2009 +0000 @@ -50402,6 +61421,22 @@ Date: Thu Oct 1 21:41:54 2009 +0000 Monotone-Date: 2009-10-01T21:41:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/UIxPreferences.m +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.js + commit 05ea0e5ad7e1416c3aa2d9600356737dc292e225 Author: C Robert Date: Thu Oct 1 20:51:52 2009 +0000 @@ -50415,6 +61450,8 @@ Date: Thu Oct 1 20:51:52 2009 +0000 Monotone-Date: 2009-10-01T20:51:52 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.m + commit 019309d9766cf5f2b6a725ac8e6d148da9d5d4f5 Author: C Robert Date: Thu Oct 1 20:28:20 2009 +0000 @@ -50428,6 +61465,8 @@ Date: Thu Oct 1 20:28:20 2009 +0000 Monotone-Date: 2009-10-01T20:28:20 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m + commit 01aed641ea2c43bfa05599ef3208cac3c47a068a Author: C Robert Date: Thu Oct 1 20:26:19 2009 +0000 @@ -50441,6 +61480,8 @@ Date: Thu Oct 1 20:26:19 2009 +0000 Monotone-Date: 2009-10-01T20:26:19 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m + commit 7524610f5c1f30178bc00dd54fd71fb921083dce Author: C Robert Date: Thu Oct 1 20:16:52 2009 +0000 @@ -50454,6 +61495,10 @@ Date: Thu Oct 1 20:16:52 2009 +0000 Monotone-Date: 2009-10-01T20:16:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.m +M Tests/test-maildav.py + commit 87007c35d1e7817fae70be806ba9f2b300813d9b Author: Francis Lachapelle Date: Thu Oct 1 19:47:02 2009 +0000 @@ -50467,21 +61512,7 @@ Date: Thu Oct 1 19:47:02 2009 +0000 Monotone-Date: 2009-10-01T19:47:02 Monotone-Branch: ca.inverse.sogo -commit bf093a8053b09879a565e9201fa5aa6a0e4dbed7 -Merge: cd2c6e9 1e5e4ff -Author: Francis Lachapelle -Date: Thu Oct 1 18:56:36 2009 +0000 - - merge of '612feb8d0685768e00f996a577adc89429721263' - and 'c8a95d2308d9bd094568d9a719c5f29d11543123' - - Monotone-Parent: 612feb8d0685768e00f996a577adc89429721263 - Monotone-Parent: c8a95d2308d9bd094568d9a719c5f29d11543123 - Monotone-Revision: 2b6cf9ec13774912de440dcfe08a03df4a580d4e - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-10-01T18:56:36 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailPartViewers/UIxMailPartMessageViewer.wox commit 1e5e4ff46e1f0c5ba3d772ef5901ff27c89af351 Author: Francis Lachapelle @@ -50496,6 +61527,9 @@ Date: Thu Oct 1 18:55:51 2009 +0000 Monotone-Date: 2009-10-01T18:55:51 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/English.lproj/Localizable.strings +M UI/MailPartViewers/French.lproj/Localizable.strings + commit cd2c6e91399e0a2bec924078fc5dfefcdb98ef14 Author: Wolfgang Sourdeau Date: Thu Oct 1 17:11:54 2009 +0000 @@ -50507,6 +61541,10 @@ Date: Thu Oct 1 17:11:54 2009 +0000 Monotone-Date: 2009-10-01T17:11:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A Tests/test-webdavlib.py +M Tests/webdavlib.py + commit 0bb0771f1cfc73889ef5baa082e5a5398cdb512b Author: Wolfgang Sourdeau Date: Thu Oct 1 16:44:28 2009 +0000 @@ -50518,6 +61556,9 @@ Date: Thu Oct 1 16:44:28 2009 +0000 Monotone-Date: 2009-10-01T16:44:28 Monotone-Branch: ca.inverse.sogo +A Tests/test-webdavsync.py +D Tests/test-wedavsync.py + commit 546d683137ebac780e00255f04c0029d90b5b3ac Author: Wolfgang Sourdeau Date: Thu Oct 1 14:47:51 2009 +0000 @@ -50529,6 +61570,9 @@ Date: Thu Oct 1 14:47:51 2009 +0000 Monotone-Date: 2009-10-01T14:47:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m + commit 94e2b8ed00610f358a691d1b2cd777fc3e934e21 Author: Wolfgang Sourdeau Date: Thu Oct 1 14:40:10 2009 +0000 @@ -50540,21 +61584,7 @@ Date: Thu Oct 1 14:40:10 2009 +0000 Monotone-Date: 2009-10-01T14:40:10 Monotone-Branch: ca.inverse.sogo -commit 917364313c96bf8fb11c38c96a8708a74f3f278b -Merge: aaba35a ad49c5d -Author: Wolfgang Sourdeau -Date: Thu Oct 1 14:37:48 2009 +0000 - - merge of '378c2fe5c0cef090bbc8c6a6cfe47eace6fbe923' - and 'b5beb9beec402717a04f1250f79638aae4d70b55' - - Monotone-Parent: 378c2fe5c0cef090bbc8c6a6cfe47eace6fbe923 - Monotone-Parent: b5beb9beec402717a04f1250f79638aae4d70b55 - Monotone-Revision: b0d8d058d4066dff46512567c9ebf3f888825052 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-10-01T14:37:48 - Monotone-Branch: ca.inverse.sogo +M general.make commit aaba35ab88946686f88a41552adf493a29b8966e Author: Wolfgang Sourdeau @@ -50567,6 +61597,8 @@ Date: Thu Oct 1 14:37:35 2009 +0000 Monotone-Date: 2009-10-01T14:37:35 Monotone-Branch: ca.inverse.sogo +M general.make + commit ad49c5dca77e60e9407875a67f9c2cc12ed931c1 Author: C Robert Date: Thu Oct 1 14:07:59 2009 +0000 @@ -50580,6 +61612,8 @@ Date: Thu Oct 1 14:07:59 2009 +0000 Monotone-Date: 2009-10-01T14:07:59 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m + commit 77c219509e4c89ecee6f34ff80f133e83a63cc2b Author: C Robert Date: Thu Oct 1 13:59:04 2009 +0000 @@ -50593,6 +61627,9 @@ Date: Thu Oct 1 13:59:04 2009 +0000 Monotone-Date: 2009-10-01T13:59:04 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m +M Tests/test-maildav.py + commit aa79c702d4f5de973bba4ab130bcc5ca8976f388 Author: C Robert Date: Thu Oct 1 13:51:27 2009 +0000 @@ -50606,6 +61643,8 @@ Date: Thu Oct 1 13:51:27 2009 +0000 Monotone-Date: 2009-10-01T13:51:27 Monotone-Branch: ca.inverse.sogo +M Tests/test-maildav.py + commit e382c8b1707c58950a26437a8efed4c1ce585c76 Author: C Robert Date: Thu Oct 1 13:46:48 2009 +0000 @@ -50619,6 +61658,8 @@ Date: Thu Oct 1 13:46:48 2009 +0000 Monotone-Date: 2009-10-01T13:46:48 Monotone-Branch: ca.inverse.sogo +M Tests/test-maildav.py + commit 57dc9a00e576820fd2ef6242290776142bde8c36 Author: Wolfgang Sourdeau Date: Thu Oct 1 13:07:56 2009 +0000 @@ -50630,6 +61671,8 @@ Date: Thu Oct 1 13:07:56 2009 +0000 Monotone-Date: 2009-10-01T13:07:56 Monotone-Branch: ca.inverse.sogo +M Tests/config.py.in + commit b3cd6000b3d032d573f0b6b8427b47c6a1e97b01 Author: Wolfgang Sourdeau Date: Thu Oct 1 13:06:42 2009 +0000 @@ -50641,6 +61684,9 @@ Date: Thu Oct 1 13:06:42 2009 +0000 Monotone-Date: 2009-10-01T13:06:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/test-maildav.py + commit b4156a91d4a3f13dafae819e1b974112c276caa9 Author: Wolfgang Sourdeau Date: Thu Oct 1 12:47:43 2009 +0000 @@ -50652,21 +61698,8 @@ Date: Thu Oct 1 12:47:43 2009 +0000 Monotone-Date: 2009-10-01T12:47:43 Monotone-Branch: ca.inverse.sogo -commit 2e93d8d329c41579009ac8b30e7aeca259f16407 -Merge: b3d3c61 57c5a4e -Author: Wolfgang Sourdeau -Date: Thu Oct 1 12:41:57 2009 +0000 - - merge of '11bccd9e32f64627c80021f1ebe5a4a27341208f' - and 'd76a6bc23d031a16535ce20a79d7881c485b3025' - - Monotone-Parent: 11bccd9e32f64627c80021f1ebe5a4a27341208f - Monotone-Parent: d76a6bc23d031a16535ce20a79d7881c485b3025 - Monotone-Revision: bbd203abc78f2fcaff9b64e547342ba96b97bfb3 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-10-01T12:41:57 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolders.m commit b3d3c6171374a15c277649b3d3974e624a9fc254 Author: Wolfgang Sourdeau @@ -50679,6 +61712,10 @@ Date: Thu Oct 1 12:20:52 2009 +0000 Monotone-Date: 2009-10-01T12:20:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/test-config.py +M Tests/test-maildav.py + commit 57c5a4eb5d00ab40b17abfd9196b69820486ef01 Author: Ludovic Marcotte Date: Wed Sep 30 15:47:22 2009 +0000 @@ -50692,6 +61729,8 @@ Date: Wed Sep 30 15:47:22 2009 +0000 Monotone-Date: 2009-09-30T15:47:22 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m + commit edc07cff2913df8748d65b631e08adbedec3ba03 Author: C Robert Date: Wed Sep 30 15:21:10 2009 +0000 @@ -50705,6 +61744,8 @@ Date: Wed Sep 30 15:21:10 2009 +0000 Monotone-Date: 2009-09-30T15:21:10 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit b302b7887c1c540b0550d45050f11e3eb74c658a Author: Wolfgang Sourdeau Date: Wed Sep 30 15:11:47 2009 +0000 @@ -50716,6 +61757,10 @@ Date: Wed Sep 30 15:11:47 2009 +0000 Monotone-Date: 2009-09-30T15:11:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m + commit faa508f4a5f43c568b2f118843a48426fd990c31 Author: Wolfgang Sourdeau Date: Wed Sep 30 14:26:18 2009 +0000 @@ -50727,6 +61772,9 @@ Date: Wed Sep 30 14:26:18 2009 +0000 Monotone-Date: 2009-09-30T14:26:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailMainFrame.m + commit 1871e13d307e9efab4564fbee5000ed179baf789 Author: C Robert Date: Wed Sep 30 13:46:35 2009 +0000 @@ -50740,6 +61788,8 @@ Date: Wed Sep 30 13:46:35 2009 +0000 Monotone-Date: 2009-09-30T13:46:35 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit cbdeae05ecf2d58ca884549ec9dc060d2a72abf2 Author: Ludovic Marcotte Date: Wed Sep 30 01:57:12 2009 +0000 @@ -50753,6 +61803,8 @@ Date: Wed Sep 30 01:57:12 2009 +0000 Monotone-Date: 2009-09-30T01:57:12 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartSignedViewer.m + commit fee293cea5a697f762bb69f67d4f3a6960577465 Author: Ludovic Marcotte Date: Wed Sep 30 01:15:21 2009 +0000 @@ -50766,6 +61818,8 @@ Date: Wed Sep 30 01:15:21 2009 +0000 Monotone-Date: 2009-09-30T01:15:21 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartSignedViewer.m + commit b31270f3589f7d84d77afec796189e8382e263d1 Author: Ludovic Marcotte Date: Wed Sep 30 01:04:04 2009 +0000 @@ -50779,6 +61833,8 @@ Date: Wed Sep 30 01:04:04 2009 +0000 Monotone-Date: 2009-09-30T01:04:04 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartSignedViewer.m + commit a310c3826c7d2cdda2e8f71b1dfe36b4c949f16e Author: C Robert Date: Tue Sep 29 21:07:22 2009 +0000 @@ -50792,6 +61848,9 @@ Date: Tue Sep 29 21:07:22 2009 +0000 Monotone-Date: 2009-09-29T21:07:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailMainFrame.m + commit d871fe0bd8f424e4c005a95ea2d44a250a99a84e Author: C Robert Date: Tue Sep 29 20:39:23 2009 +0000 @@ -50805,6 +61864,9 @@ Date: Tue Sep 29 20:39:23 2009 +0000 Monotone-Date: 2009-09-29T20:39:23 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.m +M UI/WebServerResources/MailerUI.js + commit 9493a337293547e9222b2c4b2fa0ee6f381d6315 Author: C Robert Date: Tue Sep 29 20:13:36 2009 +0000 @@ -50818,6 +61880,24 @@ Date: Tue Sep 29 20:13:36 2009 +0000 Monotone-Date: 2009-09-29T20:13:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailAccounts.h +M SoObjects/Mailer/SOGoMailAccounts.m +M SoObjects/Mailer/SOGoMailBaseObject.h +M SoObjects/Mailer/SOGoMailBaseObject.m +M SoObjects/Mailer/SOGoMailBodyPart.m +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/Mailer/SOGoMailObject.m +M Tests/test-maildav.py +M Tests/webdavlib.py +M UI/MailerUI/UIxMailMainFrame.m +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/MailerUIdTree.js + commit 0aaaf5981426c29888b0932c6b44b8c543e233b5 Author: Wolfgang Sourdeau Date: Tue Sep 29 18:17:57 2009 +0000 @@ -50829,6 +61909,9 @@ Date: Tue Sep 29 18:17:57 2009 +0000 Monotone-Date: 2009-09-29T18:17:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit bb0c7a875dadcb3a5a50540b21e2a0473b1d3031 Author: Wolfgang Sourdeau Date: Tue Sep 29 18:17:18 2009 +0000 @@ -50840,6 +61923,8 @@ Date: Tue Sep 29 18:17:18 2009 +0000 Monotone-Date: 2009-09-29T18:17:18 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoGroup.h + commit a361b49fec7a764044bb5c4a844458275cdd85ed Author: Wolfgang Sourdeau Date: Tue Sep 29 18:17:12 2009 +0000 @@ -50851,6 +61936,10 @@ Date: Tue Sep 29 18:17:12 2009 +0000 Monotone-Date: 2009-09-29T18:17:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoGroup.m + commit 7812cd0785ba5ca607daa91fce9c12c80fb8df79 Author: Wolfgang Sourdeau Date: Tue Sep 29 16:43:37 2009 +0000 @@ -50862,6 +61951,11 @@ Date: Tue Sep 29 16:43:37 2009 +0000 Monotone-Date: 2009-09-29T16:43:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m +M SoObjects/SOGo/SOGoObject.m + commit 6b85a35298b8be085dce5c7111c245af960f008a Author: C Robert Date: Mon Sep 28 21:42:11 2009 +0000 @@ -50876,6 +61970,12 @@ Date: Mon Sep 28 21:42:11 2009 +0000 Monotone-Date: 2009-09-28T21:42:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m +M SoObjects/SOGo/SOGoObject.m + commit 2738e102d5aee12afd3e50c7686614a3a398d793 Author: C Robert Date: Mon Sep 28 20:51:19 2009 +0000 @@ -50889,6 +61989,8 @@ Date: Mon Sep 28 20:51:19 2009 +0000 Monotone-Date: 2009-09-28T20:51:19 Monotone-Branch: ca.inverse.sogo +M Tests/test-maildav.py + commit 7d27853a4d21041b0b759289345cd5edae524d40 Author: C Robert Date: Mon Sep 28 20:47:27 2009 +0000 @@ -50902,21 +62004,8 @@ Date: Mon Sep 28 20:47:27 2009 +0000 Monotone-Date: 2009-09-28T20:47:27 Monotone-Branch: ca.inverse.sogo -commit 9ae151dfb90ec157e1802fc5545c32eb7ec967f6 -Merge: 8b591d6 f66e173 -Author: Ludovic Marcotte -Date: Mon Sep 28 15:07:20 2009 +0000 - - merge of '5052783f79bc86c62042f5d4a556a3573c4a3876' - and '8889afbf143b1653a2ac96bad029b4301fc1f146' - - Monotone-Parent: 5052783f79bc86c62042f5d4a556a3573c4a3876 - Monotone-Parent: 8889afbf143b1653a2ac96bad029b4301fc1f146 - Monotone-Revision: fcece651323f876baef1d1d08bc52772b67ce6a4 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2009-09-28T15:07:20 - Monotone-Branch: ca.inverse.sogo +A Tests/test-maildav.py +M Tests/webdavlib.py commit 8b591d6f07189338540eed607289311eff1f73ec Author: Ludovic Marcotte @@ -50931,6 +62020,8 @@ Date: Mon Sep 28 15:06:54 2009 +0000 Monotone-Date: 2009-09-28T15:06:54 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit f66e173e82c0b110ce5f770814c638945d2b2632 Author: C Robert Date: Mon Sep 28 13:54:28 2009 +0000 @@ -50944,6 +62035,12 @@ Date: Mon Sep 28 13:54:28 2009 +0000 Monotone-Date: 2009-09-28T13:54:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAptMailDeletion.m +M SoObjects/Appointments/SOGoAptMailICalReply.m +M SoObjects/Appointments/SOGoAptMailInvitation.m +M SoObjects/Appointments/SOGoAptMailUpdate.m + commit 1648d063af91d2606a83f3e68852a84131982189 Author: C Robert Date: Mon Sep 28 13:25:14 2009 +0000 @@ -50957,6 +62054,9 @@ Date: Mon Sep 28 13:25:14 2009 +0000 Monotone-Date: 2009-09-28T13:25:14 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M UI/Contacts/UIxContactFolderActions.m + commit 9a04b3bdfd2ee5d7f7ea93b4e5c461eb76ef9538 Author: Wolfgang Sourdeau Date: Mon Sep 28 13:20:13 2009 +0000 @@ -50968,6 +62068,8 @@ Date: Mon Sep 28 13:20:13 2009 +0000 Monotone-Date: 2009-09-28T13:20:13 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailPartViewers/UIxMailPartMixedViewer.wox + commit 02bf8acc977a7c81762705990cada12db2a6e0c6 Author: Wolfgang Sourdeau Date: Mon Sep 28 13:20:04 2009 +0000 @@ -50979,6 +62081,8 @@ Date: Mon Sep 28 13:20:04 2009 +0000 Monotone-Date: 2009-09-28T13:20:04 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailPartViewers/UIxMailPartSignedViewer.wox + commit 65964c5b7169e0bafa7f61e45e18ba9f54204a55 Author: Wolfgang Sourdeau Date: Mon Sep 28 13:19:48 2009 +0000 @@ -50990,6 +62094,9 @@ Date: Mon Sep 28 13:19:48 2009 +0000 Monotone-Date: 2009-09-28T13:19:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit ed6ca8476249d620542b652dd5dee8b5b2335465 Author: Ludovic Marcotte Date: Mon Sep 28 01:05:10 2009 +0000 @@ -51003,6 +62110,10 @@ Date: Mon Sep 28 01:05:10 2009 +0000 Monotone-Date: 2009-09-28T01:05:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalMainActions.m +M UI/WebServerResources/SchedulerUI.js + commit 4abc5045aa57f300165bdbbce992eb3b89e7360d Author: Ludovic Marcotte Date: Sun Sep 27 17:24:20 2009 +0000 @@ -51016,6 +62127,11 @@ Date: Sun Sep 27 17:24:20 2009 +0000 Monotone-Date: 2009-09-27T17:24:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartSignedViewer.h +M UI/MailPartViewers/UIxMailPartSignedViewer.m +M UI/Templates/MailPartViewers/UIxMailPartSignedViewer.wox + commit 30d6257136159ecf80f4eb045f31fc77a3c45fdf Author: Ludovic Marcotte Date: Fri Sep 25 21:18:08 2009 +0000 @@ -51029,6 +62145,19 @@ Date: Fri Sep 25 21:18:08 2009 +0000 Monotone-Date: 2009-09-25T21:18:08 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailPartViewers/Czech.lproj/Localizable.strings +M UI/MailPartViewers/Dutch.lproj/Localizable.strings +M UI/MailPartViewers/English.lproj/Localizable.strings +M UI/MailPartViewers/French.lproj/Localizable.strings +M UI/MailPartViewers/German.lproj/Localizable.strings +M UI/MailPartViewers/Hungarian.lproj/Localizable.strings +M UI/MailPartViewers/Italian.lproj/Localizable.strings +D UI/MailPartViewers/README.txt +M UI/MailPartViewers/Russian.lproj/Localizable.strings +M UI/MailPartViewers/Spanish.lproj/Localizable.strings +M UI/MailPartViewers/Welsh.lproj/Localizable.strings + commit 602658511855b391ee26d80ae87768977a2cf51f Author: C Robert Date: Fri Sep 25 21:16:03 2009 +0000 @@ -51042,6 +62171,9 @@ Date: Fri Sep 25 21:16:03 2009 +0000 Monotone-Date: 2009-09-25T21:16:03 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js + commit 129df380ee91a7cc555d204dcc367be00e86f3a6 Author: Ludovic Marcotte Date: Fri Sep 25 21:01:05 2009 +0000 @@ -51055,6 +62187,12 @@ Date: Fri Sep 25 21:01:05 2009 +0000 Monotone-Date: 2009-09-25T21:01:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartSignedViewer.h +M UI/MailPartViewers/UIxMailPartSignedViewer.m +M UI/Templates/MailPartViewers/UIxMailPartSignedViewer.wox +M UI/WebServerResources/MailerUI.js + commit 7b22cc66a7803f62676ff7ca2001efb5e0bcfb70 Author: C Robert Date: Fri Sep 25 20:53:00 2009 +0000 @@ -51068,6 +62206,9 @@ Date: Fri Sep 25 20:53:00 2009 +0000 Monotone-Date: 2009-09-25T20:53:00 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/MailerUI.js + commit ed0545ba6ca8df53c8268dd23cf277a41c659ca0 Author: Ludovic Marcotte Date: Fri Sep 25 15:21:01 2009 +0000 @@ -51081,6 +62222,9 @@ Date: Fri Sep 25 15:21:01 2009 +0000 Monotone-Date: 2009-09-25T15:21:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.m + commit 96c12fa555d2a3b0e14f668b08f0cbc44385c42a Author: Wolfgang Sourdeau Date: Fri Sep 25 17:17:40 2009 +0000 @@ -51092,6 +62236,8 @@ Date: Fri Sep 25 17:17:40 2009 +0000 Monotone-Date: 2009-09-25T17:17:40 Monotone-Branch: ca.inverse.sogo +M Apache/SOGo.conf + commit 502279186e828fb6d7425adf96f3f6ad75570c1e Author: Ludovic Marcotte Date: Fri Sep 25 14:42:33 2009 +0000 @@ -51105,6 +62251,54 @@ Date: Fri Sep 25 14:42:33 2009 +0000 Monotone-Date: 2009-09-25T14:42:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoAptMailReceipt.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/Appointments/iCalEvent+SOGo.h +M SoObjects/Appointments/iCalPerson+SOGo.h +M SoObjects/Appointments/iCalPerson+SOGo.m +M SoObjects/Contacts/GNUmakefile +M SoObjects/Contacts/SOGoContactFolders.m +M SoObjects/Contacts/SOGoContactGCSFolder.m +D SoObjects/Contacts/SOGoContactLDAPFolder.h +D SoObjects/Contacts/SOGoContactLDAPFolder.m +M SoObjects/Contacts/SOGoContactLDIFEntry.m +A SoObjects/Contacts/SOGoContactSourceFolder.h +A SoObjects/Contacts/SOGoContactSourceFolder.m +M SoObjects/Contacts/product.plist +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m +D SoObjects/SOGo/LDAPUserManager.h +D SoObjects/SOGo/LDAPUserManager.m +M SoObjects/SOGo/SOGoDAVAuthenticator.m +M SoObjects/SOGo/SOGoGroup.m +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoProxyAuthenticator.m +A SoObjects/SOGo/SOGoSource.h +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserFolder.m +A SoObjects/SOGo/SOGoUserManager.h +A SoObjects/SOGo/SOGoUserManager.m +M SoObjects/SOGo/SOGoWebAuthenticator.m +A SoObjects/SOGo/SQLSource.h +A SoObjects/SOGo/SQLSource.m +M Tools/SOGoToolBackup.m +M Tools/SOGoToolRestore.m +M UI/Common/UIxAclEditor.m +M UI/Common/UIxFolderActions.m +M UI/Common/UIxObjectActions.m +M UI/Common/UIxUserRightsEditor.m +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/product.plist +M UI/MainUI/SOGoUserHomePage.m +M UI/SOGoUI/SOGoACLAdvisory.m +M UI/SOGoUI/SOGoFolderAdvisory.m +M UI/Scheduler/UIxComponentEditor.m + commit a8a1f20f3546d46b2759276808d25d50a0d6aa4c Author: Wolfgang Sourdeau Date: Fri Sep 25 15:22:50 2009 +0000 @@ -51116,6 +62310,9 @@ Date: Fri Sep 25 15:22:50 2009 +0000 Monotone-Date: 2009-09-25T15:22:50 Monotone-Branch: ca.inverse.sogo +M Apache/SOGo-debian.conf +M Apache/SOGo.conf + commit f82236c4a1b384a761981e559ad2a8fd8fabfda8 Author: C Robert Date: Thu Sep 24 15:58:30 2009 +0000 @@ -51129,6 +62326,9 @@ Date: Thu Sep 24 15:58:30 2009 +0000 Monotone-Date: 2009-09-24T15:58:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/NGVCard+SOGo.m + commit 8906e89999ba8bdb006964c16e1df6d22bc1c296 Author: C Robert Date: Thu Sep 24 15:43:35 2009 +0000 @@ -51140,6 +62340,9 @@ Date: Thu Sep 24 15:43:35 2009 +0000 Monotone-Date: 2009-09-24T15:43:35 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NSArray+NGCards.m + commit ee06dcfa1210fdef68d0df5a8f04e3de8832f981 Author: C Robert Date: Thu Sep 24 14:35:43 2009 +0000 @@ -51153,6 +62356,9 @@ Date: Thu Sep 24 14:35:43 2009 +0000 Monotone-Date: 2009-09-24T14:35:43 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M UI/Scheduler/UIxCalFolderActions.m + commit 76dc2a9a33bf76343140b06433f0c1a489b30ffd Author: C Robert Date: Thu Sep 24 14:29:24 2009 +0000 @@ -51166,6 +62372,9 @@ Date: Thu Sep 24 14:29:24 2009 +0000 Monotone-Date: 2009-09-24T14:29:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 32bc40e2c35ab55b9941146b2cdb85f5e3433dd7 Author: C Robert Date: Wed Sep 23 18:45:16 2009 +0000 @@ -51179,6 +62388,9 @@ Date: Wed Sep 23 18:45:16 2009 +0000 Monotone-Date: 2009-09-23T18:45:16 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxCalendarProperties.js + commit 1a3ef125bec95106f85a207853ee26691e6d549f Author: C Robert Date: Wed Sep 23 18:17:31 2009 +0000 @@ -51192,6 +62404,8 @@ Date: Wed Sep 23 18:17:31 2009 +0000 Monotone-Date: 2009-09-23T18:17:31 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 8d0895a8ac00479a9b6e77396b5d2dadd95f91e3 Author: Wolfgang Sourdeau Date: Wed Sep 23 17:21:02 2009 +0000 @@ -51203,21 +62417,8 @@ Date: Wed Sep 23 17:21:02 2009 +0000 Monotone-Date: 2009-09-23T17:21:02 Monotone-Branch: ca.inverse.sogo -commit d5957ac5c594a537d483cd7957eeeb04ccc4e783 -Merge: 7cc930f 582dee6 -Author: Wolfgang Sourdeau -Date: Wed Sep 23 17:18:32 2009 +0000 - - merge of '11ca52315bdce5c8e4b000e5b9f33d5b2ecbd052' - and 'd999a58fea7c083b81da56a7f2274d857b44eb7a' - - Monotone-Parent: 11ca52315bdce5c8e4b000e5b9f33d5b2ecbd052 - Monotone-Parent: d999a58fea7c083b81da56a7f2274d857b44eb7a - Monotone-Revision: 1e1b1ea27969183ec35f1d755b26adeadb3874c0 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-09-23T17:18:32 - Monotone-Branch: ca.inverse.sogo +M configure +A general.make commit 7cc930fb55618c46f22b4191e61a6e1d11105cbe Author: C Robert @@ -51232,6 +62433,13 @@ Date: Wed Sep 23 15:00:50 2009 +0000 Monotone-Date: 2009-09-23T15:00:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentFolders.h +M SoObjects/Appointments/SOGoWebAppointmentFolder.h +M SoObjects/Appointments/SOGoWebAppointmentFolder.m +M UI/Scheduler/UIxCalMainActions.m + commit 582dee632341a18b076582f0235b37d683999d52 Author: Ludovic Marcotte Date: Wed Sep 23 14:16:50 2009 +0000 @@ -51245,6 +62453,8 @@ Date: Wed Sep 23 14:16:50 2009 +0000 Monotone-Date: 2009-09-23T14:16:50 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalendarProperties.m + commit 84c6a108b6b2d00beb6a253080efada3a69ffd2e Author: Wolfgang Sourdeau Date: Wed Sep 23 14:08:37 2009 +0000 @@ -51256,21 +62466,9 @@ Date: Wed Sep 23 14:08:37 2009 +0000 Monotone-Date: 2009-09-23T14:08:37 Monotone-Branch: ca.inverse.sogo -commit f1198fed5e55938a584c5f9d009744a63314cf1c -Merge: c1e494b d405890 -Author: Wolfgang Sourdeau -Date: Wed Sep 23 14:08:10 2009 +0000 - - merge of '1443769c1e31f2a1fd56f511f744a2511816cad6' - and 'eb849cd1ed0d0c971d478b71224c6832391b51e7' - - Monotone-Parent: 1443769c1e31f2a1fd56f511f744a2511816cad6 - Monotone-Parent: eb849cd1ed0d0c971d478b71224c6832391b51e7 - Monotone-Revision: 90ce7306feefa92f1dc0cb7d38c3530919015bb5 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-09-23T14:08:10 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SOGoAutoCompletion.js +M UI/WebServerResources/UIxMailToSelection.js commit c1e494b6527a1869acdb465963f88e699f7862bb Author: C Robert @@ -51285,6 +62483,8 @@ Date: Wed Sep 23 13:03:37 2009 +0000 Monotone-Date: 2009-09-23T13:03:37 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit d40589087d359e8ff3c0bc36797dcac476d7f440 Author: Ludovic Marcotte Date: Wed Sep 23 11:12:04 2009 +0000 @@ -51298,6 +62498,9 @@ Date: Wed Sep 23 11:12:04 2009 +0000 Monotone-Date: 2009-09-23T11:12:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/UIxPreferences.m + commit fcc5d28eca74cff3d90d2fe741748e65fc232f08 Author: Wolfgang Sourdeau Date: Tue Sep 22 21:11:08 2009 +0000 @@ -51309,6 +62512,11 @@ Date: Tue Sep 22 21:11:08 2009 +0000 Monotone-Date: 2009-09-22T21:11:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.m +M SoObjects/SOGo/NSArray+Utilities.h +M SoObjects/SOGo/NSArray+Utilities.m + commit 3ef9f1cef14c8c86c157e92a4032968aad28b4a3 Author: Wolfgang Sourdeau Date: Tue Sep 22 21:06:44 2009 +0000 @@ -51320,21 +62528,8 @@ Date: Tue Sep 22 21:06:44 2009 +0000 Monotone-Date: 2009-09-22T21:06:44 Monotone-Branch: ca.inverse.sogo -commit 5104dcb4c67402e3cca1a351a5e5684bfc401d7c -Merge: 75365c7 4af8436 -Author: C Robert -Date: Tue Sep 22 20:54:22 2009 +0000 - - merge of '083c5eacbea5cf39b26ae89e1fa54412357634af' - and '5549339aa6c865731d17f2f65a560a401cb19e1f' - - Monotone-Parent: 083c5eacbea5cf39b26ae89e1fa54412357634af - Monotone-Parent: 5549339aa6c865731d17f2f65a560a401cb19e1f - Monotone-Revision: a6b2e3c5d395d584befdfa5576912f12276f0677 - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-09-22T20:54:22 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/webdavlib.py commit 75365c7e5f436e9015fc81f7ae54bef946744f03 Author: C Robert @@ -51349,6 +62544,19 @@ Date: Tue Sep 22 20:54:09 2009 +0000 Monotone-Date: 2009-09-22T20:54:09 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/WebServerResources/UIxPreferences.js + commit 84ae3c3f849585382d006ac213066ef6a1a61c2f Author: C Robert Date: Tue Sep 22 20:36:28 2009 +0000 @@ -51362,6 +62570,8 @@ Date: Tue Sep 22 20:36:28 2009 +0000 Monotone-Date: 2009-09-22T20:36:28 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactEditor.js + commit 4af84368a5b801842b6ec5dec9cbc47f4af7ab33 Author: Ludovic Marcotte Date: Tue Sep 22 18:53:51 2009 +0000 @@ -51375,6 +62585,10 @@ Date: Tue Sep 22 18:53:51 2009 +0000 Monotone-Date: 2009-09-22T18:53:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M SoObjects/Contacts/NGVCard+SOGo.m + commit 8b76df353b0569828d995051fe9a4545e1bf9c7c Author: C Robert Date: Tue Sep 22 17:51:18 2009 +0000 @@ -51388,6 +62602,8 @@ Date: Tue Sep 22 17:51:18 2009 +0000 Monotone-Date: 2009-09-22T17:51:18 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactsUserFolders.css + commit 91849fb6a666e25f9be559dd08622fbcd7c654a9 Author: C Robert Date: Tue Sep 22 17:36:11 2009 +0000 @@ -51399,6 +62615,8 @@ Date: Tue Sep 22 17:36:11 2009 +0000 Monotone-Date: 2009-09-22T17:36:11 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFolderActions.m + commit 6d13d2347cecdaed879841afcafdd865ec78d8ff Author: C Robert Date: Tue Sep 22 17:25:00 2009 +0000 @@ -51412,6 +62630,9 @@ Date: Tue Sep 22 17:25:00 2009 +0000 Monotone-Date: 2009-09-22T17:25:00 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFolderActions.m +M UI/Scheduler/UIxCalFolderActions.m + commit ced6bfdeee844a65bb91257aa0279a1a22a49d30 Author: C Robert Date: Tue Sep 22 17:24:25 2009 +0000 @@ -51425,6 +62646,10 @@ Date: Tue Sep 22 17:24:25 2009 +0000 Monotone-Date: 2009-09-22T17:24:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFolderActions.m +M UI/Scheduler/UIxCalFolderActions.m + commit 59931862ffc604cc075d61d918b107a0eb4fb1ab Author: Wolfgang Sourdeau Date: Tue Sep 22 16:19:01 2009 +0000 @@ -51436,21 +62661,7 @@ Date: Tue Sep 22 16:19:01 2009 +0000 Monotone-Date: 2009-09-22T16:19:01 Monotone-Branch: ca.inverse.sogo -commit 98a95e6c7d836313eb174b7adec14e1a395a06d9 -Merge: 9ce1b2d b491d2b -Author: Wolfgang Sourdeau -Date: Tue Sep 22 16:18:46 2009 +0000 - - merge of '38d99d8e3c69a7b418c3c71ebadc112262ad53db' - and 'c67e433732722d75d043f48a847d38b5f7acad9d' - - Monotone-Parent: 38d99d8e3c69a7b418c3c71ebadc112262ad53db - Monotone-Parent: c67e433732722d75d043f48a847d38b5f7acad9d - Monotone-Revision: 797076e3cfc53405c373bf68e4ec84628c293235 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-09-22T16:18:46 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1660.diff commit b491d2b0eb0f69661c0ec259f46c550adfe89a9f Author: Wolfgang Sourdeau @@ -51463,6 +62674,10 @@ Date: Tue Sep 22 15:58:43 2009 +0000 Monotone-Date: 2009-09-22T15:58:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.h +M UI/MailerUI/UIxMailListView.m + commit 9ce1b2dfb30e322f8865e9c8bd16268ccaa93e30 Author: C Robert Date: Tue Sep 22 15:43:38 2009 +0000 @@ -51476,6 +62691,9 @@ Date: Tue Sep 22 15:43:38 2009 +0000 Monotone-Date: 2009-09-22T15:43:38 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFolderActions.m +M UI/Scheduler/UIxCalFolderActions.m + commit 819c3bcab4216d4e08316355d0c688bf3120ca07 Author: Ludovic Marcotte Date: Mon Sep 21 17:27:41 2009 +0000 @@ -51489,6 +62707,9 @@ Date: Mon Sep 21 17:27:41 2009 +0000 Monotone-Date: 2009-09-21T17:27:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/versitCardsSaxDriver/VSSaxDriver.m + commit 416b520fdfce773731715ac1ae7e45058d3ddc32 Author: Wolfgang Sourdeau Date: Mon Sep 21 16:17:02 2009 +0000 @@ -51500,6 +62721,9 @@ Date: Mon Sep 21 16:17:02 2009 +0000 Monotone-Date: 2009-09-21T16:17:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit d4987888270f8917704ffa71f25b7fba3aae14e2 Author: Wolfgang Sourdeau Date: Mon Sep 21 15:36:27 2009 +0000 @@ -51511,6 +62735,8 @@ Date: Mon Sep 21 15:36:27 2009 +0000 Monotone-Date: 2009-09-21T15:36:27 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1660.diff + commit facfdaadd3888a6ae170b438c47c0de694e5762d Author: C Robert Date: Mon Sep 21 14:10:16 2009 +0000 @@ -51524,6 +62750,24 @@ Date: Mon Sep 21 14:10:16 2009 +0000 Monotone-Date: 2009-09-21T14:10:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/UIxCalMainActions.m +M UI/Scheduler/UIxCalendarProperties.m +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxCalendarProperties.wox +M UI/WebServerResources/UIxCalendarProperties.css +M UI/WebServerResources/UIxCalendarProperties.js + commit 78cf07608f00b293d22f98c2dbe5265c47bdcfe7 Author: Ludovic Marcotte Date: Mon Sep 21 10:56:51 2009 +0000 @@ -51537,6 +62781,23 @@ Date: Mon Sep 21 10:56:51 2009 +0000 Monotone-Date: 2009-09-21T10:56:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Russian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/Contacts/Welsh.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Templates/ContactsUI/UIxContactFoldersView.wox + commit 80419f5ea7ec6978b51d779334bff9b31222c3bf Author: Wolfgang Sourdeau Date: Sat Sep 19 20:07:31 2009 +0000 @@ -51548,6 +62809,11 @@ Date: Sat Sep 19 20:07:31 2009 +0000 Monotone-Date: 2009-09-19T20:07:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m + commit 0b55cd4485927b2dc42d71e53f0924c4f5346427 Author: Wolfgang Sourdeau Date: Fri Sep 18 17:23:16 2009 +0000 @@ -51559,6 +62825,8 @@ Date: Fri Sep 18 17:23:16 2009 +0000 Monotone-Date: 2009-09-18T17:23:16 Monotone-Branch: ca.inverse.sogo +M Apache/SOGo.conf + commit 07116c9df9da310b83081b2a7b6130b70511f5fc Author: Wolfgang Sourdeau Date: Fri Sep 18 13:36:40 2009 +0000 @@ -51570,21 +62838,9 @@ Date: Fri Sep 18 13:36:40 2009 +0000 Monotone-Date: 2009-09-18T13:36:40 Monotone-Branch: ca.inverse.sogo -commit fd2185a463b57dcc0d90dcd809d13af1a9204d7d -Merge: 282f33c c6a6d7a -Author: Wolfgang Sourdeau -Date: Thu Sep 17 15:23:10 2009 +0000 - - merge of '329632453c9a3f0fdbb5eb9f65ce204e82fe7549' - and 'a2f77c74b5edb6ba4c72880ef957354f05292c27' - - Monotone-Parent: 329632453c9a3f0fdbb5eb9f65ce204e82fe7549 - Monotone-Parent: a2f77c74b5edb6ba4c72880ef957354f05292c27 - Monotone-Revision: 652a580846111dfcf9de40e4ccfcded593cf6f0d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-09-17T15:23:10 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/generic.js commit 282f33cc4014c3a1b125d1d3dd88da139d10a778 Author: Wolfgang Sourdeau @@ -51597,6 +62853,9 @@ Date: Thu Sep 17 15:22:53 2009 +0000 Monotone-Date: 2009-09-17T15:22:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A Tests/test-config.py + commit 7aec71e853423ad9e201b61636bb3ef6a6408d38 Author: Wolfgang Sourdeau Date: Thu Sep 17 14:28:50 2009 +0000 @@ -51608,6 +62867,9 @@ Date: Thu Sep 17 14:28:50 2009 +0000 Monotone-Date: 2009-09-17T14:28:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/UIxPreferences.m + commit c6a6d7a4600127e550beb373a6af2c8e5f27696a Author: C Robert Date: Thu Sep 17 14:14:17 2009 +0000 @@ -51621,6 +62883,8 @@ Date: Thu Sep 17 14:14:17 2009 +0000 Monotone-Date: 2009-09-17T14:14:17 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxListEditor.wox + commit fb0edf7b5ba1cc2c0535e3f48837f96ad8ab7363 Author: C Robert Date: Thu Sep 17 13:21:10 2009 +0000 @@ -51634,6 +62898,10 @@ Date: Thu Sep 17 13:21:10 2009 +0000 Monotone-Date: 2009-09-17T13:21:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxListEditor.m +M UI/Templates/ContactsUI/UIxListEditor.wox + commit 8727c5a74d64dc1ebe8584b8fab7907032d75b91 Author: Ludovic Marcotte Date: Wed Sep 16 23:19:12 2009 +0000 @@ -51647,6 +62915,18 @@ Date: Wed Sep 16 23:19:12 2009 +0000 Monotone-Date: 2009-09-16T23:19:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoWebAppointmentFolder.m +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxCalMainView.wox + commit 07284f19b4121a3e2ad0e72c98fc55ae5675aedc Author: Wolfgang Sourdeau Date: Wed Sep 16 23:47:36 2009 +0000 @@ -51658,6 +62938,9 @@ Date: Wed Sep 16 23:47:36 2009 +0000 Monotone-Date: 2009-09-16T23:47:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit 16f341b805023d13f8437cd38ebd8e17837a9903 Author: Wolfgang Sourdeau Date: Wed Sep 16 23:47:30 2009 +0000 @@ -51669,6 +62952,8 @@ Date: Wed Sep 16 23:47:30 2009 +0000 Monotone-Date: 2009-09-16T23:47:30 Monotone-Branch: ca.inverse.sogo +M Tests/config.py.in + commit 9e29b464cb1ff70bbe7a0f6d1a14891e9d4539f2 Author: Wolfgang Sourdeau Date: Wed Sep 16 20:25:47 2009 +0000 @@ -51680,6 +62965,21 @@ Date: Wed Sep 16 20:25:47 2009 +0000 Monotone-Date: 2009-09-16T20:25:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/AdministrationUI.js +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/MailerUIdTree.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAclEditor.js +M UI/WebServerResources/UIxCalendarProperties.js +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/UIxTaskEditor.js +M UI/WebServerResources/generic.js + commit d1bfb3572d7b7bb7cf6583a2f8782e2fa6033964 Author: Wolfgang Sourdeau Date: Wed Sep 16 20:15:58 2009 +0000 @@ -51691,6 +62991,8 @@ Date: Wed Sep 16 20:15:58 2009 +0000 Monotone-Date: 2009-09-16T20:15:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 31fdad17116c273361563cd6043551127742cc0b Author: Wolfgang Sourdeau Date: Tue Sep 15 14:05:09 2009 +0000 @@ -51702,6 +63004,8 @@ Date: Tue Sep 15 14:05:09 2009 +0000 Monotone-Date: 2009-09-15T14:05:09 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoProxyAuthenticator.m + commit 2df33fb74a27517cab671dfd995db792db587f18 Author: Wolfgang Sourdeau Date: Mon Sep 14 23:16:05 2009 +0000 @@ -51713,6 +63017,9 @@ Date: Mon Sep 14 23:16:05 2009 +0000 Monotone-Date: 2009-09-14T23:16:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 715e21ba2ecc9699ee5258c84c9dbc291fc84e88 Author: Wolfgang Sourdeau Date: Mon Sep 14 23:05:45 2009 +0000 @@ -51724,6 +63031,16 @@ Date: Mon Sep 14 23:05:45 2009 +0000 Monotone-Date: 2009-09-14T23:05:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartHTMLViewer.h +M UI/MailPartViewers/UIxMailPartHTMLViewer.m +M UI/MailPartViewers/UIxMailRenderingContext.h +M UI/MailPartViewers/UIxMailRenderingContext.m +M UI/MailerUI/UIxMailView.m +M UI/Templates/MailPartViewers/UIxMailPartHTMLViewer.wox +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailPopupView.js + commit 2dde01f3e0dff18306a39681fb5d92c581d65ad0 Author: Wolfgang Sourdeau Date: Mon Sep 14 21:29:09 2009 +0000 @@ -51735,21 +63052,7 @@ Date: Mon Sep 14 21:29:09 2009 +0000 Monotone-Date: 2009-09-14T21:29:09 Monotone-Branch: ca.inverse.sogo -commit 7794982fc5c38c56640b2279eda7b4a3d1c67b15 -Merge: 7399f16 eaed6f4 -Author: Wolfgang Sourdeau -Date: Mon Sep 14 20:50:41 2009 +0000 - - merge of '5b2a32ba5341455fbf5f685a68a8b18fd5d22fb8' - and '9495d1f289e6a977a13ee774c20ad749628a99ac' - - Monotone-Parent: 5b2a32ba5341455fbf5f685a68a8b18fd5d22fb8 - Monotone-Parent: 9495d1f289e6a977a13ee774c20ad749628a99ac - Monotone-Revision: dd55b0862cf04b300528e65ce2245dd5ff05b730 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-09-14T20:50:41 - Monotone-Branch: ca.inverse.sogo +M UI/MainUI/product.plist commit 7399f16a8588a49bcd47571f5906ccf237e06c2c Author: C Robert @@ -51764,6 +63067,9 @@ Date: Mon Sep 14 20:43:50 2009 +0000 Monotone-Date: 2009-09-14T20:43:50 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoAutoCompletion.js +M UI/WebServerResources/UIxMailToSelection.js + commit eaed6f4651ea552caeed2c3cabc11f06782880a0 Author: Wolfgang Sourdeau Date: Mon Sep 14 20:15:31 2009 +0000 @@ -51775,6 +63081,9 @@ Date: Mon Sep 14 20:15:31 2009 +0000 Monotone-Date: 2009-09-14T20:15:31 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/NGVCard+SOGo.m +M SoObjects/Contacts/NGVList+SOGo.m + commit ef9b3882523bd924992fdf6b8fd7c309e0197394 Author: Wolfgang Sourdeau Date: Mon Sep 14 20:10:34 2009 +0000 @@ -51786,6 +63095,8 @@ Date: Mon Sep 14 20:10:34 2009 +0000 Monotone-Date: 2009-09-14T20:10:34 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartSignedViewer.m + commit 69852c53718867dbbc55b55aa49ba29de153ea5c Author: Wolfgang Sourdeau Date: Mon Sep 14 18:12:38 2009 +0000 @@ -51797,6 +63108,8 @@ Date: Mon Sep 14 18:12:38 2009 +0000 Monotone-Date: 2009-09-14T18:12:38 Monotone-Branch: ca.inverse.sogo +A UI/Templates/MailPartViewers/UIxMailPartSignedViewer.wox + commit 6f9f415014744b6cc3f1c363d97be1e38f74befc Author: Wolfgang Sourdeau Date: Mon Sep 14 17:44:39 2009 +0000 @@ -51808,6 +63121,19 @@ Date: Mon Sep 14 17:44:39 2009 +0000 Monotone-Date: 2009-09-14T17:44:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M UI/MailPartViewers/GNUmakefile +A UI/MailPartViewers/UIxMailPartSignedViewer.h +A UI/MailPartViewers/UIxMailPartSignedViewer.m +M UI/MailPartViewers/UIxMailPartViewer.m +M UI/MailPartViewers/UIxMailRenderingContext.m +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailPopupView.js +A UI/WebServerResources/signature-not-ok.png +A UI/WebServerResources/signature-ok.png + commit dcf14c1b05b3b062250b81708b3bc30721a8e004 Author: Ludovic Marcotte Date: Mon Sep 14 13:31:08 2009 +0000 @@ -51821,6 +63147,8 @@ Date: Mon Sep 14 13:31:08 2009 +0000 Monotone-Date: 2009-09-14T13:31:08 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 5919579279c553be033474157f9ae1ccf3dac364 Author: Ludovic Marcotte Date: Mon Sep 14 13:10:54 2009 +0000 @@ -51834,6 +63162,8 @@ Date: Mon Sep 14 13:10:54 2009 +0000 Monotone-Date: 2009-09-14T13:10:54 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/English.lproj/Localizable.strings + commit 596bd3ce1c97abfc0f3193fd638a18bfe52d848f Author: C Robert Date: Mon Sep 14 14:06:20 2009 +0000 @@ -51847,6 +63177,8 @@ Date: Mon Sep 14 14:06:20 2009 +0000 Monotone-Date: 2009-09-14T14:06:20 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.js + commit 3732d9a1684ec4c5a3a7e5238e6321f37cab544e Author: C Robert Date: Mon Sep 14 13:57:50 2009 +0000 @@ -51860,6 +63192,8 @@ Date: Mon Sep 14 13:57:50 2009 +0000 Monotone-Date: 2009-09-14T13:57:50 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/French.lproj/Localizable.strings + commit 6e7dfdc6d9d7e385e3f2881551ecd2fac017f82a Author: C Robert Date: Mon Sep 14 13:53:23 2009 +0000 @@ -51873,6 +63207,8 @@ Date: Mon Sep 14 13:53:23 2009 +0000 Monotone-Date: 2009-09-14T13:53:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit c64f1fdd87685619d44b9ba3f54557f394128b78 Author: C Robert Date: Mon Sep 14 13:52:24 2009 +0000 @@ -51886,6 +63222,9 @@ Date: Mon Sep 14 13:52:24 2009 +0000 Monotone-Date: 2009-09-14T13:52:24 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxPageFrame.m +M UI/WebServerResources/generic.js + commit e45813c59339d6000cfca66c47256f5970d3e1db Author: C Robert Date: Mon Sep 14 12:56:05 2009 +0000 @@ -51899,6 +63238,8 @@ Date: Mon Sep 14 12:56:05 2009 +0000 Monotone-Date: 2009-09-14T12:56:05 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit 821c56dab0c535fa6c0b1efd4533892128c3b154 Author: Wolfgang Sourdeau Date: Sun Sep 13 15:17:57 2009 +0000 @@ -51910,6 +63251,8 @@ Date: Sun Sep 13 15:17:57 2009 +0000 Monotone-Date: 2009-09-13T15:17:57 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.h + commit a586f06de5da2f5afa0261168761a049b0bfdc0b Author: Wolfgang Sourdeau Date: Sun Sep 13 15:17:27 2009 +0000 @@ -51921,6 +63264,9 @@ Date: Sun Sep 13 15:17:27 2009 +0000 Monotone-Date: 2009-09-13T15:17:27 Monotone-Branch: ca.inverse.sogo +A UI/MailPartViewers/UIxMailPartMixedViewer.h +M UI/MailPartViewers/UIxMailPartMixedViewer.m + commit 11f9a773173b1f0e79306119b77432880bfeca1f Author: Wolfgang Sourdeau Date: Sun Sep 13 15:17:05 2009 +0000 @@ -51932,6 +63278,12 @@ Date: Sun Sep 13 15:17:05 2009 +0000 Monotone-Date: 2009-09-13T15:17:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/SOGoUserHomePage.m +M UI/WebServerResources/SOGoRootPage.js + commit 4b54234375a9d9c6a1c1487cc6cfdc17345c5f67 Author: C Robert Date: Fri Sep 11 20:25:06 2009 +0000 @@ -51945,6 +63297,20 @@ Date: Fri Sep 11 20:25:06 2009 +0000 Monotone-Date: 2009-09-11T20:25:06 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/AdministrationUI.js +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/MailerUIdTree.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAclEditor.js +M UI/WebServerResources/UIxCalendarProperties.js +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/UIxTaskEditor.js +M UI/WebServerResources/generic.js + commit 8d8d9e4155a693275b5a31feeb5ff5e1f3ac9519 Author: C Robert Date: Fri Sep 11 19:59:59 2009 +0000 @@ -51958,6 +63324,19 @@ Date: Fri Sep 11 19:59:59 2009 +0000 Monotone-Date: 2009-09-11T19:59:59 Monotone-Branch: ca.inverse.sogo +M UI/Common/BrazilianPortuguese.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Common/Hungarian.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Common/Russian.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +M UI/Common/Welsh.lproj/Localizable.strings +M UI/WebServerResources/ContactsUI.js + commit 23b79023b39552365c1910af81af7f61bb18c258 Author: C Robert Date: Fri Sep 11 19:56:21 2009 +0000 @@ -51971,6 +63350,8 @@ Date: Fri Sep 11 19:56:21 2009 +0000 Monotone-Date: 2009-09-11T19:56:21 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalMainView.wox + commit cb12f0e3417293a9c9faafb24e52155e0b214ff0 Author: C Robert Date: Fri Sep 11 19:49:31 2009 +0000 @@ -51984,6 +63365,8 @@ Date: Fri Sep 11 19:49:31 2009 +0000 Monotone-Date: 2009-09-11T19:49:31 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit 53ba65fcf12212f15815095f002ab9f0b288b487 Author: C Robert Date: Fri Sep 11 19:30:22 2009 +0000 @@ -51997,21 +63380,13 @@ Date: Fri Sep 11 19:30:22 2009 +0000 Monotone-Date: 2009-09-11T19:30:22 Monotone-Branch: ca.inverse.sogo -commit 106e818d2e0948677011a7baa4916a17b83a1c0c -Merge: 4fc5be3 f31fc1c -Author: C Robert -Date: Fri Sep 11 19:27:11 2009 +0000 - - merge of '432ae5bfbc553377904f4af62eb75728fdd9ff07' - and 'b5fd6a81fe5f1b221278976163e751f500a6a90c' - - Monotone-Parent: 432ae5bfbc553377904f4af62eb75728fdd9ff07 - Monotone-Parent: b5fd6a81fe5f1b221278976163e751f500a6a90c - Monotone-Revision: bd7bfc7a8af12b0b27f7a5b9d7a313a298cd99fb - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-09-11T19:27:11 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.m +M UI/Templates/ContactsUI/UIxListEditor.wox +M UI/WebServerResources/SOGoAutoCompletion.js +M UI/WebServerResources/UIxListEditor.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailToSelection.js commit 4fc5be37ca41b6d284dd58073c865ed8aeafed25 Author: Wolfgang Sourdeau @@ -52024,6 +63399,8 @@ Date: Fri Sep 11 15:09:32 2009 +0000 Monotone-Date: 2009-09-11T15:09:32 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoProxyAuthenticator.m + commit 8b0a925176dff519c86446974189bde6445939ec Author: Wolfgang Sourdeau Date: Fri Sep 11 14:44:16 2009 +0000 @@ -52035,6 +63412,8 @@ Date: Fri Sep 11 14:44:16 2009 +0000 Monotone-Date: 2009-09-11T14:44:16 Monotone-Branch: ca.inverse.sogo +M Apache/SOGo.conf + commit 7bb57b46927f02f1a2d30507cdb18878dd3e44ee Author: Wolfgang Sourdeau Date: Fri Sep 11 14:38:43 2009 +0000 @@ -52046,6 +63425,22 @@ Date: Fri Sep 11 14:38:43 2009 +0000 Monotone-Date: 2009-09-11T14:38:43 Monotone-Branch: ca.inverse.sogo +M Apache/SOGo.conf +M ChangeLog +M Main/SOGo.m +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoDAVAuthenticator.h +M SoObjects/SOGo/SOGoDAVAuthenticator.m +A SoObjects/SOGo/SOGoProxyAuthenticator.h +A SoObjects/SOGo/SOGoProxyAuthenticator.m +M SoObjects/SOGo/SOGoUser.m +M UI/Common/UIxPageFrame.m +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/SOGoUserHomePage.m +M UI/Templates/UIxPageFrame.wox + commit b5dfe674de298a8fe19e172c4cc5b8ce8476fb06 Author: Wolfgang Sourdeau Date: Fri Sep 11 14:31:02 2009 +0000 @@ -52057,6 +63452,8 @@ Date: Fri Sep 11 14:31:02 2009 +0000 Monotone-Date: 2009-09-11T14:31:02 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPSource.m + commit f31fc1c71be5403281be6770b9d438157983dd7f Author: C Robert Date: Fri Sep 11 13:32:22 2009 +0000 @@ -52070,6 +63467,8 @@ Date: Fri Sep 11 13:32:22 2009 +0000 Monotone-Date: 2009-09-11T13:32:22 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoAutoCompletion.js + commit d4464d37cef6104b63e3399eafd6700da0d84ce4 Author: C Robert Date: Fri Sep 11 13:09:28 2009 +0000 @@ -52083,6 +63482,8 @@ Date: Fri Sep 11 13:09:28 2009 +0000 Monotone-Date: 2009-09-11T13:09:28 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.m + commit a77bd3ded2f94129ebc2e5c4c53521f920c0f2c0 Author: C Robert Date: Thu Sep 10 21:00:38 2009 +0000 @@ -52096,6 +63497,12 @@ Date: Thu Sep 10 21:00:38 2009 +0000 Monotone-Date: 2009-09-10T21:00:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxListView.m +M UI/Contacts/product.plist +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/UIxContactsUserFolders.js + commit fbac33e308d383fc55474bcaaf90342d94168277 Author: C Robert Date: Thu Sep 10 20:01:24 2009 +0000 @@ -52109,6 +63516,10 @@ Date: Thu Sep 10 20:01:24 2009 +0000 Monotone-Date: 2009-09-10T20:01:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m +M UI/WebServerResources/UIxContactsUserFolders.js + commit 424fc720f9fb4daf5d474e37f7f02eb4e360b518 Author: Francis Lachapelle Date: Thu Sep 10 19:52:09 2009 +0000 @@ -52122,6 +63533,8 @@ Date: Thu Sep 10 19:52:09 2009 +0000 Monotone-Date: 2009-09-10T19:52:09 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPSource.m + commit 9a9ecb1811a2c474f4549b6ba7ed849eb07e9142 Author: Francis Lachapelle Date: Thu Sep 10 18:31:20 2009 +0000 @@ -52135,21 +63548,51 @@ Date: Thu Sep 10 18:31:20 2009 +0000 Monotone-Date: 2009-09-10T18:31:20 Monotone-Branch: ca.inverse.sogo -commit b63b53fecdf211a07a8d74827d50c87e20379daf -Merge: a4d616d 91b2623 -Author: Francis Lachapelle -Date: Thu Sep 10 18:22:56 2009 +0000 - - merge of '0e8b1704a04c5c494b76cbc377b9d9075df6cb1a' - and '3665058235c9d303e295671add1811764b128816' - - Monotone-Parent: 0e8b1704a04c5c494b76cbc377b9d9075df6cb1a - Monotone-Parent: 3665058235c9d303e295671add1811764b128816 - Monotone-Revision: 4d711e074341810486c1842c6a345777cc3664bb - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-09-10T18:22:56 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NSString+NGCards.h +M SOPE/NGCards/NSString+NGCards.m +M SOPE/NGCards/iCalPerson.m +M SoObjects/Appointments/GNUmakefile +M SoObjects/Appointments/SOGoAppointmentObject.m +D SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailEnglishICalReply.html +D SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailEnglishICalReply.wod +M SoObjects/Appointments/SOGoAptMailICalReply.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Contacts/SOGoContactLDAPFolder.m +M SoObjects/SOGo/LDAPSource.m +M SoObjects/SOGo/SOGoGroup.m +M UI/Common/English.lproj/Localizable.strings +M UI/Contacts/UIxContactFoldersView.m +M UI/MailPartViewers/UIxMailPartICalActions.m +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/MailPartViewers/product.plist +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/product.plist +A UI/Templates/Appointments/SOGoAptMailEnglishICalReply.wox +M UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/Templates/UIxToolbar.wox +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoAutoCompletion.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxComponentEditor.css +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/UIxMailPartExternalHTMLViewer.css +A UI/WebServerResources/delegated.png +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js +M UI/WebServerResources/prototype.js +M debian/sogo.overrides commit 91b2623d6fea6be4a8680c8ed018910a4c392c2f Author: C Robert @@ -52164,6 +63607,8 @@ Date: Thu Sep 10 18:19:12 2009 +0000 Monotone-Date: 2009-09-10T18:19:12 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxPreferences.js + commit a30d27177fd24241eef4520af1a29ed39a13c87b Author: C Robert Date: Thu Sep 10 17:49:07 2009 +0000 @@ -52177,6 +63622,11 @@ Date: Thu Sep 10 17:49:07 2009 +0000 Monotone-Date: 2009-09-10T17:49:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoWebAppointmentFolder.m +M UI/Scheduler/UIxCalMainActions.m +M UI/WebServerResources/SchedulerUI.js + commit 9d46c890d1912b13291a3259a39ed9874708c25f Author: C Robert Date: Thu Sep 10 17:26:57 2009 +0000 @@ -52190,6 +63640,37 @@ Date: Thu Sep 10 17:26:57 2009 +0000 Monotone-Date: 2009-09-10T17:26:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.h +M SOPE/GDLContentStore/GCSFolder.m +M SoObjects/Appointments/GNUmakefile +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentFolders.m +A SoObjects/Appointments/SOGoWebAppointmentFolder.h +A SoObjects/Appointments/SOGoWebAppointmentFolder.m +M SoObjects/Appointments/product.plist +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/GNUmakefile +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/UIxCalFolderActions.m +A UI/Scheduler/UIxCalMainActions.h +A UI/Scheduler/UIxCalMainActions.m +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Scheduler/product.plist +M UI/Templates/SchedulerUI/UIxCalendarSelector.wox +M UI/WebServerResources/SchedulerUI.js + commit cec888b0c050c6efb0e1da23b9e3d82d759722c6 Author: C Robert Date: Thu Sep 10 13:45:56 2009 +0000 @@ -52203,6 +63684,8 @@ Date: Thu Sep 10 13:45:56 2009 +0000 Monotone-Date: 2009-09-10T13:45:56 Monotone-Branch: ca.inverse.sogo +M debian/changelog + commit acf5da06138b8544f15429e4a77259849037a9e2 Author: C Robert Date: Thu Sep 10 13:43:21 2009 +0000 @@ -52216,6 +63699,8 @@ Date: Thu Sep 10 13:43:21 2009 +0000 Monotone-Date: 2009-09-10T13:43:21 Monotone-Branch: ca.inverse.sogo +M debian/changelog + commit 20f44a392775799448b37fd0eec93da7d04c9dfb Author: Wolfgang Sourdeau Date: Thu Sep 10 13:38:56 2009 +0000 @@ -52227,21 +63712,8 @@ Date: Thu Sep 10 13:38:56 2009 +0000 Monotone-Date: 2009-09-10T13:38:56 Monotone-Branch: ca.inverse.sogo -commit b2789c005c9024c3ea33e86c20b875bcc84fe596 -Merge: 62e4148 8072316 -Author: C Robert -Date: Thu Sep 10 13:03:34 2009 +0000 - - merge of '40d996b280dc1152661e729288981bcbd446b344' - and '921b2ca3d3518b0f7304e14f0bfd8e3dd09e0054' - - Monotone-Parent: 40d996b280dc1152661e729288981bcbd446b344 - Monotone-Parent: 921b2ca3d3518b0f7304e14f0bfd8e3dd09e0054 - Monotone-Revision: dc5bdda4eee483eae805bffa6ff605e9995cd81d - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-09-10T13:03:34 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m commit 62e41486c0bfacc7183a426821f2faf4b83f9dda Author: C Robert @@ -52256,37 +63728,7 @@ Date: Thu Sep 10 13:03:14 2009 +0000 Monotone-Date: 2009-09-10T13:03:14 Monotone-Branch: ca.inverse.sogo -commit a4d616d19b9e639847f963f64cece3a18453c050 -Merge: 204dcd6 b2789c0 -Author: Francis Lachapelle -Date: Wed Sep 9 21:51:45 2009 +0000 - - merge of '5f06eea4bed0099215d8a10c86ab93337557a176' - and 'dc5bdda4eee483eae805bffa6ff605e9995cd81d' - - Monotone-Parent: 5f06eea4bed0099215d8a10c86ab93337557a176 - Monotone-Parent: dc5bdda4eee483eae805bffa6ff605e9995cd81d - Monotone-Revision: 0e8b1704a04c5c494b76cbc377b9d9075df6cb1a - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-09-09T21:51:45 - Monotone-Branch: ca.inverse.sogo - -commit 807231629a05fc4fc27be3457e0cc446dce31e05 -Merge: f4fabba 6a4dd19 -Author: Wolfgang Sourdeau -Date: Wed Sep 9 17:35:44 2009 +0000 - - merge of '2ca761e2d40488480678e105a10bfe240b9c689c' - and 'edd72b1e960245b7bca420619b28446ba3ce513b' - - Monotone-Parent: 2ca761e2d40488480678e105a10bfe240b9c689c - Monotone-Parent: edd72b1e960245b7bca420619b28446ba3ce513b - Monotone-Revision: 921b2ca3d3518b0f7304e14f0bfd8e3dd09e0054 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-09-09T17:35:44 - Monotone-Branch: ca.inverse.sogo +M debian/control commit 6a4dd19e85f92a462dbbd11c39ad95f4db50d983 Author: Wolfgang Sourdeau @@ -52299,21 +63741,9 @@ Date: Wed Sep 9 17:35:03 2009 +0000 Monotone-Date: 2009-09-09T17:35:03 Monotone-Branch: ca.inverse.sogo -commit 204dcd6e7a895844f3e72df6777c4288a0218ad4 -Merge: c543b9e ae8211e -Author: Francis Lachapelle -Date: Wed Sep 9 15:53:41 2009 +0000 - - merge of 'd124c012f70febcfcbb9a2b5d4f3a20a7a001d7a' - and 'dc27f9e63f17e21dca5f0eca9226336de591e299' - - Monotone-Parent: d124c012f70febcfcbb9a2b5d4f3a20a7a001d7a - Monotone-Parent: dc27f9e63f17e21dca5f0eca9226336de591e299 - Monotone-Revision: 5f06eea4bed0099215d8a10c86ab93337557a176 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-09-09T15:53:41 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoUser.m commit f4fabba6b900b14d53672e4d728b14a584daa88a Author: C Robert @@ -52328,6 +63758,19 @@ Date: Wed Sep 9 15:30:22 2009 +0000 Monotone-Date: 2009-09-09T15:30:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NGVCard.h +M SOPE/NGCards/NGVCard.m +M SOPE/NGCards/NGVList.h +M SOPE/NGCards/NGVList.m +M SoObjects/Contacts/GNUmakefile +A SoObjects/Contacts/NGVCard+SOGo.h +A SoObjects/Contacts/NGVCard+SOGo.m +A SoObjects/Contacts/NGVList+SOGo.h +A SoObjects/Contacts/NGVList+SOGo.m +M UI/Contacts/UIxContactFolderActions.m + commit ae8211ea11f15ec28538514f26af7cb434c1d9d7 Author: Francis Lachapelle Date: Wed Sep 9 14:45:43 2009 +0000 @@ -52341,6 +63784,8 @@ Date: Wed Sep 9 14:45:43 2009 +0000 Monotone-Date: 2009-09-09T14:45:43 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAttendeesEditor.js + commit c543b9e9a73b3a26d464b10b37235c4cd19d50ea Author: C Robert Date: Wed Sep 9 13:31:45 2009 +0000 @@ -52354,6 +63799,31 @@ Date: Wed Sep 9 13:31:45 2009 +0000 Monotone-Date: 2009-09-09T13:31:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NGVCard.m +M SOPE/NGCards/NGVList.m +M SoObjects/SOGo/NSDictionary+Utilities.h +M SoObjects/SOGo/NSDictionary+Utilities.m +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m +M Tools/GNUmakefile +D Tools/NSDictionary+SOGoTool.h +D Tools/NSDictionary+SOGoTool.m +M Tools/SOGoToolBackup.m +M UI/Contacts/GNUmakefile +A UI/Contacts/UIxContactFolderActions.h +A UI/Contacts/UIxContactFolderActions.m +M UI/Contacts/UIxContactsListView.h +M UI/Contacts/UIxContactsListView.m +M UI/Contacts/product.plist +M UI/Scheduler/GNUmakefile +A UI/Scheduler/UIxCalFolderActions.h +A UI/Scheduler/UIxCalFolderActions.m +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/product.plist +M UI/WebServerResources/SchedulerUI.js + commit cb888a11ff2f9b6e06fb08f513bc1e0ccca4393c Author: Ludovic Marcotte Date: Mon Sep 7 17:47:30 2009 +0000 @@ -52367,6 +63837,8 @@ Date: Mon Sep 7 17:47:30 2009 +0000 Monotone-Date: 2009-09-07T17:47:30 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalendarProperties.m + commit d8be5f7ddbf71d126bee42bd7f4a7e308023fef5 Author: Francis Lachapelle Date: Fri Sep 4 21:32:53 2009 +0000 @@ -52380,21 +63852,9 @@ Date: Fri Sep 4 21:32:53 2009 +0000 Monotone-Date: 2009-09-04T21:32:53 Monotone-Branch: ca.inverse.sogo -commit 1bd01c2ce09932ee497388b53910a7b8b46deabf -Merge: 083f6fa 2d70be8 -Author: C Robert -Date: Fri Sep 4 19:31:59 2009 +0000 - - merge of '580c60138894e89e690be96ec87dcf17034ebbc8' - and 'cd47285793879adfc070a9c4d18ddeff85722b7f' - - Monotone-Parent: 580c60138894e89e690be96ec87dcf17034ebbc8 - Monotone-Parent: cd47285793879adfc070a9c4d18ddeff85722b7f - Monotone-Revision: 23831e953238f691f5c6c210b4ddec5d7aee5aec - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-09-04T19:31:59 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactsUserFolders.css +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/generic.js commit 2d70be8981fa1aa6ca4fb3f28e2e2d7c0816a33a Author: C Robert @@ -52409,6 +63869,10 @@ Date: Fri Sep 4 19:31:38 2009 +0000 Monotone-Date: 2009-09-04T19:31:38 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/AdministrationUI.js +M UI/WebServerResources/UIxContactsUserFolders.js +A UI/WebServerResources/add-web-calendar.png + commit 083f6fa266316d514f54729f7747bbef58f8a1d3 Author: Francis Lachapelle Date: Fri Sep 4 19:16:29 2009 +0000 @@ -52422,6 +63886,12 @@ Date: Fri Sep 4 19:16:29 2009 +0000 Monotone-Date: 2009-09-04T19:16:29 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings + commit 2f84f000b14cab0699f9d8034c728eeac5932ece Author: Francis Lachapelle Date: Fri Sep 4 19:08:21 2009 +0000 @@ -52435,6 +63905,10 @@ Date: Fri Sep 4 19:08:21 2009 +0000 Monotone-Date: 2009-09-04T19:08:21 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit 60b68ee8f7b8a83c17f3a595ce441f8fe0977226 Author: C Robert Date: Thu Sep 3 18:37:27 2009 +0000 @@ -52448,6 +63922,8 @@ Date: Thu Sep 3 18:37:27 2009 +0000 Monotone-Date: 2009-09-03T18:37:27 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalView.m + commit 476bb879bb7c3e247d8bbb85af51cf553279497c Author: C Robert Date: Thu Sep 3 18:37:08 2009 +0000 @@ -52461,6 +63937,10 @@ Date: Thu Sep 3 18:37:08 2009 +0000 Monotone-Date: 2009-09-03T18:37:08 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactsListView.m +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js + commit 207fff01174c4ec3f57486d0428ed7a95201ff70 Author: C Robert Date: Thu Sep 3 18:24:05 2009 +0000 @@ -52474,6 +63954,11 @@ Date: Thu Sep 3 18:24:05 2009 +0000 Monotone-Date: 2009-09-03T18:24:05 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactsListView.m +M UI/Scheduler/UIxCalView.m +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js + commit 45420d434c2e635ae144de27eb77afbd41634a2a Author: C Robert Date: Thu Sep 3 17:53:38 2009 +0000 @@ -52487,6 +63972,41 @@ Date: Thu Sep 3 17:53:38 2009 +0000 Monotone-Date: 2009-09-03T17:53:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Russian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/Contacts/UIxContactsListView.h +M UI/Contacts/UIxContactsListView.m +M UI/Contacts/Welsh.lproj/Localizable.strings +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Templates/ContactsUI/UIxContactFoldersView.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit 110bfdcb4e7e7f4233643c34b42e0470f753d3d9 Author: C Robert Date: Thu Sep 3 14:18:13 2009 +0000 @@ -52500,6 +64020,26 @@ Date: Thu Sep 3 14:18:13 2009 +0000 Monotone-Date: 2009-09-03T14:18:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Russian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/Contacts/UIxContactsListView.h +M UI/Contacts/UIxContactsListView.m +M UI/Contacts/Welsh.lproj/Localizable.strings +M UI/Contacts/product.plist +M UI/Templates/ContactsUI/UIxContactFoldersView.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/generic.css + commit eff69827ccf72c9253eac7c6f9bdff47a266b28f Author: C Robert Date: Wed Sep 2 19:15:45 2009 +0000 @@ -52513,6 +64053,8 @@ Date: Wed Sep 2 19:15:45 2009 +0000 Monotone-Date: 2009-09-02T19:15:45 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalView.m + commit 9111a196b26f952895f56feaec004c6e1e90272c Author: C Robert Date: Wed Sep 2 19:14:15 2009 +0000 @@ -52526,6 +64068,27 @@ Date: Wed Sep 2 19:14:15 2009 +0000 Monotone-Date: 2009-09-02T19:14:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Scheduler/product.plist +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/dialog-left.png + commit 5658838afdcf6ec52ddbce4a0b74cbfee81b67ec Author: C Robert Date: Wed Sep 2 13:24:02 2009 +0000 @@ -52539,6 +64102,31 @@ Date: Wed Sep 2 13:24:02 2009 +0000 Monotone-Date: 2009-09-02T13:24:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NGVCard.h +M SOPE/NGCards/NGVCard.m +M SOPE/NGCards/NGVList.h +M SOPE/NGCards/NGVList.m +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Russian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/Contacts/UIxContactsListView.m +M UI/Contacts/Welsh.lproj/Localizable.strings +M UI/Contacts/product.plist +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/product.plist +M UI/Templates/ContactsUI/UIxContactFoldersView.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js + commit 484e4b605f935aaa74c3e66f9872154f0174e7d4 Author: Francis Lachapelle Date: Wed Sep 2 01:24:51 2009 +0000 @@ -52552,6 +64140,9 @@ Date: Wed Sep 2 01:24:51 2009 +0000 Monotone-Date: 2009-09-02T01:24:51 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/WebServerResources/UIxMailEditor.js + commit 4388c925bb70064aca4095ef5caf82905ad665a8 Author: Francis Lachapelle Date: Tue Sep 1 20:42:32 2009 +0000 @@ -52565,6 +64156,8 @@ Date: Tue Sep 1 20:42:32 2009 +0000 Monotone-Date: 2009-09-01T20:42:32 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ckeditor/contents.css + commit d15accde64192887086726417362f70af335ab35 Author: Francis Lachapelle Date: Tue Sep 1 20:20:08 2009 +0000 @@ -52578,6 +64171,12 @@ Date: Tue Sep 1 20:20:08 2009 +0000 Monotone-Date: 2009-09-01T20:20:08 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/product.plist +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/WebServerResources/MailerUI.js +A UI/WebServerResources/dot.png +D UI/WebServerResources/icon_read.gif + commit 4999403a36dd45279a4725ca71a58226768c3775 Author: Francis Lachapelle Date: Tue Sep 1 14:12:53 2009 +0000 @@ -52592,6 +64191,13 @@ Date: Tue Sep 1 14:12:53 2009 +0000 Monotone-Date: 2009-09-01T14:12:53 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/Templates/MailerUI/UIxMailPopupView.wox +A UI/WebServerResources/SOGoAutoCompletion.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailToSelection.js + commit 1e8b478de3a5b7e218cbe686100003cd7d5cf122 Author: Francis Lachapelle Date: Tue Sep 1 14:05:41 2009 +0000 @@ -52603,6 +64209,8 @@ Date: Tue Sep 1 14:05:41 2009 +0000 Monotone-Date: 2009-09-01T14:05:41 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/Russian.lproj/Localizable.strings + commit 1872ce71fabd9561990a70bd230cc56c64d58df4 Author: Ludovic Marcotte Date: Mon Aug 31 19:48:19 2009 +0000 @@ -52616,6 +64224,8 @@ Date: Mon Aug 31 19:48:19 2009 +0000 Monotone-Date: 2009-08-31T19:48:19 Monotone-Branch: ca.inverse.sogo +M NEWS + commit cb55eabfc4eefeba552066cbe1031ed0a8a8c3e0 Author: C Robert Date: Mon Aug 31 20:13:23 2009 +0000 @@ -52627,6 +64237,8 @@ Date: Mon Aug 31 20:13:23 2009 +0000 Monotone-Date: 2009-08-31T20:13:23 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/AdministrationUI.js + commit fb91e03b389b456ded791a928cbeab493996136a Author: C Robert Date: Mon Aug 31 19:52:47 2009 +0000 @@ -52640,21 +64252,10 @@ Date: Mon Aug 31 19:52:47 2009 +0000 Monotone-Date: 2009-08-31T19:52:47 Monotone-Branch: ca.inverse.sogo -commit ad7a9f27e71be37e11c37ba0e37a8ba67b71f76c -Merge: d416156 06b296d -Author: Wolfgang Sourdeau -Date: Thu Aug 27 21:15:39 2009 +0000 - - merge of '4a2351cfd0ee0b84e1abe4b32284c6d363471ef3' - and 'f5b8996b9296ee950ea712c8de2c37e474163519' - - Monotone-Parent: 4a2351cfd0ee0b84e1abe4b32284c6d363471ef3 - Monotone-Parent: f5b8996b9296ee950ea712c8de2c37e474163519 - Monotone-Revision: 42546d8b4fa35f6a7815d1398a17f302007d272d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-08-27T21:15:39 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/AdministrationUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/dtree.js commit 06b296ddbad8c46af4159b16458362f2b23de90d Author: Wolfgang Sourdeau @@ -52667,6 +64268,26 @@ Date: Thu Aug 27 21:14:54 2009 +0000 Monotone-Date: 2009-08-27T21:14:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SoObjects/Appointments/GNUmakefile +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentFolders.h +M SoObjects/Appointments/SOGoAppointmentFolders.m +A SoObjects/Appointments/SOGoCalendarProxy.h +A SoObjects/Appointments/SOGoCalendarProxy.m +M SoObjects/Appointments/SOGoUserFolder+Appointments.m +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoParentFolder.m +M SoObjects/SOGo/SOGoUserFolder.m +M SoObjects/SOGo/WORequest+SOGo.h +M SoObjects/SOGo/WORequest+SOGo.m +M UI/Common/UIxFolderActions.m + commit d416156e38b73707a3e9921211f2c5c03b535ba4 Author: Ludovic Marcotte Date: Thu Aug 27 19:15:04 2009 +0000 @@ -52680,6 +64301,8 @@ Date: Thu Aug 27 19:15:04 2009 +0000 Monotone-Date: 2009-08-27T19:15:04 Monotone-Branch: ca.inverse.sogo +M Scripts/sogod-wrapper + commit a38722d9cb069485477cc6afc223d8d73e54de05 Author: Francis Lachapelle Date: Thu Aug 27 16:51:30 2009 +0000 @@ -52693,6 +64316,8 @@ Date: Thu Aug 27 16:51:30 2009 +0000 Monotone-Date: 2009-08-27T16:51:30 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 4803ab33b9fcd3a3aecd593b8df613084749ef4f Author: Wolfgang Sourdeau Date: Thu Aug 27 16:25:55 2009 +0000 @@ -52704,6 +64329,8 @@ Date: Thu Aug 27 16:25:55 2009 +0000 Monotone-Date: 2009-08-27T16:25:55 Monotone-Branch: ca.inverse.sogo +M Tests/webdavlib.py + commit 7c335df2434d0046b7713eab69786dce9994fc40 Author: Wolfgang Sourdeau Date: Thu Aug 27 16:22:14 2009 +0000 @@ -52715,6 +64342,8 @@ Date: Thu Aug 27 16:22:14 2009 +0000 Monotone-Date: 2009-08-27T16:22:14 Monotone-Branch: ca.inverse.sogo +M Tests/README + commit d54fef79b8722d680984d1c83566b706e9af55c7 Author: Wolfgang Sourdeau Date: Thu Aug 27 16:20:41 2009 +0000 @@ -52726,6 +64355,16 @@ Date: Thu Aug 27 16:20:41 2009 +0000 Monotone-Date: 2009-08-27T16:20:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.h +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoComponentOccurence.h +M SoObjects/Appointments/SOGoComponentOccurence.m +M Tests/config.py.in +A Tests/test-caldav-scheduling.py +M UI/Scheduler/UIxAppointmentEditor.m + commit cfe1d1151a073cc7b7f289c441ab7cde8c2ba9fb Author: Wolfgang Sourdeau Date: Thu Aug 27 16:12:00 2009 +0000 @@ -52737,6 +64376,10 @@ Date: Thu Aug 27 16:12:00 2009 +0000 Monotone-Date: 2009-08-27T16:12:00 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalPerson.h +M SOPE/NGCards/iCalPerson.m + commit b84952e615b6cb7cde4f15aa82f1aefb4f0e418f Author: Wolfgang Sourdeau Date: Thu Aug 27 16:10:51 2009 +0000 @@ -52748,6 +64391,10 @@ Date: Thu Aug 27 16:10:51 2009 +0000 Monotone-Date: 2009-08-27T16:10:51 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalEntityObject.h +M SOPE/NGCards/iCalEntityObject.m + commit d72fc4792bf98e8333a01920dcd46157a7a930c2 Author: Wolfgang Sourdeau Date: Thu Aug 27 16:09:26 2009 +0000 @@ -52759,6 +64406,10 @@ Date: Thu Aug 27 16:09:26 2009 +0000 Monotone-Date: 2009-08-27T16:09:26 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardVersitRenderer.m +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NSArray+NGCards.m + commit cfe59955d9c1ab654e8d0952380af0ada6fce0cb Author: Wolfgang Sourdeau Date: Thu Aug 27 15:59:19 2009 +0000 @@ -52770,6 +64421,10 @@ Date: Thu Aug 27 15:59:19 2009 +0000 Monotone-Date: 2009-08-27T15:59:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/test-davacl.py +M Tests/webdavlib.py + commit 53f2433ad69304eade4e81ef4a4a212b40e3e0bd Author: Wolfgang Sourdeau Date: Wed Aug 26 18:44:01 2009 +0000 @@ -52781,6 +64436,8 @@ Date: Wed Aug 26 18:44:01 2009 +0000 Monotone-Date: 2009-08-26T18:44:01 Monotone-Branch: ca.inverse.sogo +M .mtn-ignore + commit 51bf101f89ce44ca48bf3570134c08eaf79aecdf Author: Wolfgang Sourdeau Date: Wed Aug 26 18:42:30 2009 +0000 @@ -52792,6 +64449,8 @@ Date: Wed Aug 26 18:42:30 2009 +0000 Monotone-Date: 2009-08-26T18:42:30 Monotone-Branch: ca.inverse.sogo +M .mtn-ignore + commit 9e0c1355be9fae49adc0e3aeceafe5a854dd9ba7 Author: Wolfgang Sourdeau Date: Wed Aug 26 18:40:11 2009 +0000 @@ -52803,6 +64462,8 @@ Date: Wed Aug 26 18:40:11 2009 +0000 Monotone-Date: 2009-08-26T18:40:11 Monotone-Branch: ca.inverse.sogo +M .mtn-ignore + commit 3c659d118ec008924e77f8f179ea1a0f91c80371 Author: C Robert Date: Wed Aug 26 15:08:56 2009 +0000 @@ -52816,6 +64477,12 @@ Date: Wed Aug 26 15:08:56 2009 +0000 Monotone-Date: 2009-08-26T15:08:56 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/ckeditor/_source/skins/kama/mainui.css +M UI/WebServerResources/ckeditor/config.js +M UI/WebServerResources/ckeditor/skins/kama/editor.css + commit 4f7130e8a0cd58696854a52a0fcda7c02ac2ff2b Author: Wolfgang Sourdeau Date: Wed Aug 26 15:00:12 2009 +0000 @@ -52827,6 +64494,9 @@ Date: Wed Aug 26 15:00:12 2009 +0000 Monotone-Date: 2009-08-26T15:00:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoUserHomePage.m + commit bf64bfdc1da4caac6c39b0f8cb8cab1e55bbb6c2 Author: C Robert Date: Wed Aug 26 14:10:37 2009 +0000 @@ -52840,6 +64510,43 @@ Date: Wed Aug 26 14:10:37 2009 +0000 Monotone-Date: 2009-08-26T14:10:37 Monotone-Branch: ca.inverse.sogo +D UI/WebServerResources/ckeditor/_source/tests/_assets/sample.css +D UI/WebServerResources/ckeditor/_source/tests/_assets/sample.js +D UI/WebServerResources/ckeditor/_source/tests/_assets/sample.txt +D UI/WebServerResources/ckeditor/_source/tests/_assets/sample.xml +D UI/WebServerResources/ckeditor/_source/tests/_assets/sample_xml.txt +D UI/WebServerResources/ckeditor/_source/tests/core/_editor/custom_config_1.js +D UI/WebServerResources/ckeditor/_source/tests/core/_editor/custom_config_2.js +D UI/WebServerResources/ckeditor/_source/tests/core/ajax.html +D UI/WebServerResources/ckeditor/_source/tests/core/ckeditor.html +D UI/WebServerResources/ckeditor/_source/tests/core/dom/document.html +D UI/WebServerResources/ckeditor/_source/tests/core/dom/documentfragment.html +D UI/WebServerResources/ckeditor/_source/tests/core/dom/element.html +D UI/WebServerResources/ckeditor/_source/tests/core/dom/node.html +D UI/WebServerResources/ckeditor/_source/tests/core/dom/range.html +D UI/WebServerResources/ckeditor/_source/tests/core/dom/text.html +D UI/WebServerResources/ckeditor/_source/tests/core/dom/walker.html +D UI/WebServerResources/ckeditor/_source/tests/core/dom/window.html +D UI/WebServerResources/ckeditor/_source/tests/core/editor.html +D UI/WebServerResources/ckeditor/_source/tests/core/env.html +D UI/WebServerResources/ckeditor/_source/tests/core/event.html +D UI/WebServerResources/ckeditor/_source/tests/core/htmlparser/fragment.html +D UI/WebServerResources/ckeditor/_source/tests/core/htmlparser/htmlparser.html +D UI/WebServerResources/ckeditor/_source/tests/core/plugins.html +D UI/WebServerResources/ckeditor/_source/tests/core/plugins/myplugins/sample/my_plugin.js +D UI/WebServerResources/ckeditor/_source/tests/core/scriptloader.html +D UI/WebServerResources/ckeditor/_source/tests/core/tools.html +D UI/WebServerResources/ckeditor/_source/tests/core/xml.html +D UI/WebServerResources/ckeditor/_source/tests/plugins/domiterator/domiterator.html +D UI/WebServerResources/ckeditor/_source/tests/plugins/htmldataprocessor/htmldataprocessor.html +D UI/WebServerResources/ckeditor/_source/tests/plugins/list/list.html +D UI/WebServerResources/ckeditor/_source/tests/plugins/selection/selection.html +D UI/WebServerResources/ckeditor/_source/tests/plugins/styles/styles.html +D UI/WebServerResources/ckeditor/_source/tests/test.css +D UI/WebServerResources/ckeditor/_source/tests/test.js +D UI/WebServerResources/ckeditor/_source/tests/testall.html +D UI/WebServerResources/ckeditor/_source/tests/yuitest.js + commit 0ce87017d68ecc9df012407198123002733af031 Author: C Robert Date: Wed Aug 26 14:03:12 2009 +0000 @@ -52853,6 +64560,336 @@ Date: Wed Aug 26 14:03:12 2009 +0000 Monotone-Date: 2009-08-26T14:03:12 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/ckeditor/_source/core/_bootstrap.js +M UI/WebServerResources/ckeditor/_source/core/ckeditor_base.js +M UI/WebServerResources/ckeditor/_source/core/config.js +M UI/WebServerResources/ckeditor/_source/core/dom/documentfragment.js +D UI/WebServerResources/ckeditor/_source/core/dom/domwalker.js +M UI/WebServerResources/ckeditor/_source/core/dom/element.js +M UI/WebServerResources/ckeditor/_source/core/dom/node.js +M UI/WebServerResources/ckeditor/_source/core/dom/range.js +M UI/WebServerResources/ckeditor/_source/core/dom/walker.js +M UI/WebServerResources/ckeditor/_source/core/dom/window.js +M UI/WebServerResources/ckeditor/_source/core/editor.js +M UI/WebServerResources/ckeditor/_source/core/htmlparser/fragment.js +M UI/WebServerResources/ckeditor/_source/core/loader.js +M UI/WebServerResources/ckeditor/_source/core/test.js +M UI/WebServerResources/ckeditor/_source/core/tools.js +M UI/WebServerResources/ckeditor/_source/lang/_translationstatus.txt +M UI/WebServerResources/ckeditor/_source/lang/af.js +M UI/WebServerResources/ckeditor/_source/lang/ar.js +M UI/WebServerResources/ckeditor/_source/lang/bg.js +M UI/WebServerResources/ckeditor/_source/lang/bn.js +M UI/WebServerResources/ckeditor/_source/lang/bs.js +M UI/WebServerResources/ckeditor/_source/lang/ca.js +M UI/WebServerResources/ckeditor/_source/lang/cs.js +M UI/WebServerResources/ckeditor/_source/lang/da.js +M UI/WebServerResources/ckeditor/_source/lang/de.js +M UI/WebServerResources/ckeditor/_source/lang/el.js +M UI/WebServerResources/ckeditor/_source/lang/en-au.js +M UI/WebServerResources/ckeditor/_source/lang/en-ca.js +M UI/WebServerResources/ckeditor/_source/lang/en-uk.js +M UI/WebServerResources/ckeditor/_source/lang/en.js +M UI/WebServerResources/ckeditor/_source/lang/eo.js +M UI/WebServerResources/ckeditor/_source/lang/es.js +M UI/WebServerResources/ckeditor/_source/lang/et.js +M UI/WebServerResources/ckeditor/_source/lang/eu.js +M UI/WebServerResources/ckeditor/_source/lang/fa.js +M UI/WebServerResources/ckeditor/_source/lang/fi.js +M UI/WebServerResources/ckeditor/_source/lang/fo.js +M UI/WebServerResources/ckeditor/_source/lang/fr-ca.js +M UI/WebServerResources/ckeditor/_source/lang/fr.js +M UI/WebServerResources/ckeditor/_source/lang/gl.js +M UI/WebServerResources/ckeditor/_source/lang/gu.js +M UI/WebServerResources/ckeditor/_source/lang/he.js +M UI/WebServerResources/ckeditor/_source/lang/hi.js +M UI/WebServerResources/ckeditor/_source/lang/hr.js +M UI/WebServerResources/ckeditor/_source/lang/hu.js +M UI/WebServerResources/ckeditor/_source/lang/is.js +M UI/WebServerResources/ckeditor/_source/lang/it.js +M UI/WebServerResources/ckeditor/_source/lang/ja.js +M UI/WebServerResources/ckeditor/_source/lang/km.js +M UI/WebServerResources/ckeditor/_source/lang/ko.js +M UI/WebServerResources/ckeditor/_source/lang/lt.js +M UI/WebServerResources/ckeditor/_source/lang/lv.js +M UI/WebServerResources/ckeditor/_source/lang/mn.js +M UI/WebServerResources/ckeditor/_source/lang/ms.js +M UI/WebServerResources/ckeditor/_source/lang/nb.js +M UI/WebServerResources/ckeditor/_source/lang/nl.js +M UI/WebServerResources/ckeditor/_source/lang/no.js +M UI/WebServerResources/ckeditor/_source/lang/pl.js +M UI/WebServerResources/ckeditor/_source/lang/pt-br.js +M UI/WebServerResources/ckeditor/_source/lang/pt.js +M UI/WebServerResources/ckeditor/_source/lang/ro.js +M UI/WebServerResources/ckeditor/_source/lang/ru.js +M UI/WebServerResources/ckeditor/_source/lang/sk.js +M UI/WebServerResources/ckeditor/_source/lang/sl.js +M UI/WebServerResources/ckeditor/_source/lang/sr-latn.js +M UI/WebServerResources/ckeditor/_source/lang/sr.js +M UI/WebServerResources/ckeditor/_source/lang/sv.js +M UI/WebServerResources/ckeditor/_source/lang/th.js +M UI/WebServerResources/ckeditor/_source/lang/tr.js +M UI/WebServerResources/ckeditor/_source/lang/uk.js +M UI/WebServerResources/ckeditor/_source/lang/vi.js +M UI/WebServerResources/ckeditor/_source/lang/zh-cn.js +M UI/WebServerResources/ckeditor/_source/lang/zh.js +M UI/WebServerResources/ckeditor/_source/plugins/about/dialogs/about.js +M UI/WebServerResources/ckeditor/_source/plugins/button/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/clipboard/dialogs/paste.js +M UI/WebServerResources/ckeditor/_source/plugins/colorbutton/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/dialog/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/dialogui/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/domiterator/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/editingblock/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/enterkey/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/entities/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/find/dialogs/find.js +M UI/WebServerResources/ckeditor/_source/plugins/find/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/flash/dialogs/flash.js +M UI/WebServerResources/ckeditor/_source/plugins/flash/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/floatpanel/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/font/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/format/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/forms/dialogs/form.js +M UI/WebServerResources/ckeditor/_source/plugins/htmldataprocessor/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/image/dialogs/image.js +M UI/WebServerResources/ckeditor/_source/plugins/image/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/indent/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/keystrokes/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/link/dialogs/link.js +M UI/WebServerResources/ckeditor/_source/plugins/list/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/menu/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/menubutton/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/newpage/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/panel/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/pastefromword/dialogs/pastefromword.js +M UI/WebServerResources/ckeditor/_source/plugins/pastefromword/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/pastetext/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/removeformat/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/resize/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/scayt/dialogs/options.js +M UI/WebServerResources/ckeditor/_source/plugins/scayt/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/selection/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/showblocks/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/smiley/dialogs/smiley.js +M UI/WebServerResources/ckeditor/_source/plugins/smiley/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/sourcearea/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js +M UI/WebServerResources/ckeditor/_source/plugins/styles/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/stylescombo/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/tab/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js +M UI/WebServerResources/ckeditor/_source/plugins/tabletools/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/templates/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/toolbar/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js +M UI/WebServerResources/ckeditor/_source/plugins/undo/plugin.js +M UI/WebServerResources/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset.html +M UI/WebServerResources/ckeditor/_source/plugins/wsc/dialogs/wsc.js +M UI/WebServerResources/ckeditor/_source/plugins/wysiwygarea/plugin.js +M UI/WebServerResources/ckeditor/_source/skins/kama/dialog.css +D UI/WebServerResources/ckeditor/_source/skins/kama/images/arrowdown.gif +D UI/WebServerResources/ckeditor/_source/skins/kama/images/arrowleft.gif +D UI/WebServerResources/ckeditor/_source/skins/kama/images/arrowright.gif +D UI/WebServerResources/ckeditor/_source/skins/kama/images/arrowtop.gif +D UI/WebServerResources/ckeditor/_source/skins/kama/images/resizer.gif +D UI/WebServerResources/ckeditor/_source/skins/kama/images/resizer_rtl.gif +M UI/WebServerResources/ckeditor/_source/skins/kama/images/sprites.png +M UI/WebServerResources/ckeditor/_source/skins/kama/images/sprites_ie6.png +M UI/WebServerResources/ckeditor/_source/skins/kama/mainui.css +M UI/WebServerResources/ckeditor/_source/skins/kama/menu.css +M UI/WebServerResources/ckeditor/_source/skins/kama/richcombo.css +M UI/WebServerResources/ckeditor/_source/skins/kama/skin.js +D UI/WebServerResources/ckeditor/_source/skins/kama/sprites.png +M UI/WebServerResources/ckeditor/_source/skins/kama/toolbar.css +M UI/WebServerResources/ckeditor/_source/skins/office2003/dialog.css +D UI/WebServerResources/ckeditor/_source/skins/office2003/images/arrowdown.gif +D UI/WebServerResources/ckeditor/_source/skins/office2003/images/arrowleft.gif +D UI/WebServerResources/ckeditor/_source/skins/office2003/images/arrowright.gif +D UI/WebServerResources/ckeditor/_source/skins/office2003/images/arrowtop.gif +D UI/WebServerResources/ckeditor/_source/skins/office2003/images/resizer.gif +D UI/WebServerResources/ckeditor/_source/skins/office2003/images/resizer_rtl.gif +M UI/WebServerResources/ckeditor/_source/skins/office2003/images/sprites.png +M UI/WebServerResources/ckeditor/_source/skins/office2003/images/sprites_ie6.png +M UI/WebServerResources/ckeditor/_source/skins/office2003/mainui.css +M UI/WebServerResources/ckeditor/_source/skins/office2003/menu.css +M UI/WebServerResources/ckeditor/_source/skins/office2003/richcombo.css +M UI/WebServerResources/ckeditor/_source/skins/office2003/skin.js +M UI/WebServerResources/ckeditor/_source/skins/office2003/toolbar.css +M UI/WebServerResources/ckeditor/_source/skins/v2/dialog.css +D UI/WebServerResources/ckeditor/_source/skins/v2/images/arrowdown.gif +D UI/WebServerResources/ckeditor/_source/skins/v2/images/arrowleft.gif +D UI/WebServerResources/ckeditor/_source/skins/v2/images/arrowright.gif +D UI/WebServerResources/ckeditor/_source/skins/v2/images/arrowtop.gif +D UI/WebServerResources/ckeditor/_source/skins/v2/images/resizer.gif +D UI/WebServerResources/ckeditor/_source/skins/v2/images/resizer_rtl.gif +M UI/WebServerResources/ckeditor/_source/skins/v2/images/sprites.png +M UI/WebServerResources/ckeditor/_source/skins/v2/images/sprites_ie6.png +M UI/WebServerResources/ckeditor/_source/skins/v2/mainui.css +M UI/WebServerResources/ckeditor/_source/skins/v2/menu.css +M UI/WebServerResources/ckeditor/_source/skins/v2/presets.css +M UI/WebServerResources/ckeditor/_source/skins/v2/richcombo.css +M UI/WebServerResources/ckeditor/_source/skins/v2/toolbar.css +M UI/WebServerResources/ckeditor/_source/tests/core/ckeditor.html +D UI/WebServerResources/ckeditor/_source/tests/core/ckeditor2.html +M UI/WebServerResources/ckeditor/_source/tests/core/dom/document.html +M UI/WebServerResources/ckeditor/_source/tests/core/dom/documentfragment.html +M UI/WebServerResources/ckeditor/_source/tests/core/dom/element.html +M UI/WebServerResources/ckeditor/_source/tests/core/dom/node.html +M UI/WebServerResources/ckeditor/_source/tests/core/dom/range.html +M UI/WebServerResources/ckeditor/_source/tests/core/editor.html +M UI/WebServerResources/ckeditor/_source/tests/core/htmlparser/htmlparser.html +M UI/WebServerResources/ckeditor/_source/tests/core/plugins.html +M UI/WebServerResources/ckeditor/_source/tests/core/tools.html +M UI/WebServerResources/ckeditor/_source/tests/plugins/domiterator/domiterator.html +M UI/WebServerResources/ckeditor/_source/tests/plugins/htmldataprocessor/htmldataprocessor.html +M UI/WebServerResources/ckeditor/_source/tests/plugins/list/list.html +M UI/WebServerResources/ckeditor/_source/tests/plugins/selection/selection.html +M UI/WebServerResources/ckeditor/_source/tests/plugins/styles/styles.html +M UI/WebServerResources/ckeditor/_source/tests/test.js +M UI/WebServerResources/ckeditor/_source/tests/testall.html +M UI/WebServerResources/ckeditor/_source/themes/default/theme.js +M UI/WebServerResources/ckeditor/ckeditor.js +M UI/WebServerResources/ckeditor/ckeditor.pack +M UI/WebServerResources/ckeditor/ckeditor_basic.js +M UI/WebServerResources/ckeditor/ckeditor_basic_source.js +M UI/WebServerResources/ckeditor/ckeditor_source.js +M UI/WebServerResources/ckeditor/config.js +M UI/WebServerResources/ckeditor/contents.css +M UI/WebServerResources/ckeditor/lang/_translationstatus.txt +M UI/WebServerResources/ckeditor/lang/af.js +M UI/WebServerResources/ckeditor/lang/ar.js +M UI/WebServerResources/ckeditor/lang/bg.js +M UI/WebServerResources/ckeditor/lang/bn.js +M UI/WebServerResources/ckeditor/lang/bs.js +M UI/WebServerResources/ckeditor/lang/ca.js +M UI/WebServerResources/ckeditor/lang/cs.js +M UI/WebServerResources/ckeditor/lang/da.js +M UI/WebServerResources/ckeditor/lang/de.js +M UI/WebServerResources/ckeditor/lang/el.js +M UI/WebServerResources/ckeditor/lang/en-au.js +M UI/WebServerResources/ckeditor/lang/en-ca.js +M UI/WebServerResources/ckeditor/lang/en-uk.js +M UI/WebServerResources/ckeditor/lang/en.js +M UI/WebServerResources/ckeditor/lang/eo.js +M UI/WebServerResources/ckeditor/lang/es.js +M UI/WebServerResources/ckeditor/lang/et.js +M UI/WebServerResources/ckeditor/lang/eu.js +M UI/WebServerResources/ckeditor/lang/fa.js +M UI/WebServerResources/ckeditor/lang/fi.js +M UI/WebServerResources/ckeditor/lang/fo.js +M UI/WebServerResources/ckeditor/lang/fr-ca.js +M UI/WebServerResources/ckeditor/lang/fr.js +M UI/WebServerResources/ckeditor/lang/gl.js +M UI/WebServerResources/ckeditor/lang/gu.js +M UI/WebServerResources/ckeditor/lang/he.js +M UI/WebServerResources/ckeditor/lang/hi.js +M UI/WebServerResources/ckeditor/lang/hr.js +M UI/WebServerResources/ckeditor/lang/hu.js +M UI/WebServerResources/ckeditor/lang/is.js +M UI/WebServerResources/ckeditor/lang/it.js +M UI/WebServerResources/ckeditor/lang/ja.js +M UI/WebServerResources/ckeditor/lang/km.js +M UI/WebServerResources/ckeditor/lang/ko.js +M UI/WebServerResources/ckeditor/lang/lt.js +M UI/WebServerResources/ckeditor/lang/lv.js +M UI/WebServerResources/ckeditor/lang/mn.js +M UI/WebServerResources/ckeditor/lang/ms.js +M UI/WebServerResources/ckeditor/lang/nb.js +M UI/WebServerResources/ckeditor/lang/nl.js +M UI/WebServerResources/ckeditor/lang/no.js +M UI/WebServerResources/ckeditor/lang/pl.js +M UI/WebServerResources/ckeditor/lang/pt-br.js +M UI/WebServerResources/ckeditor/lang/pt.js +M UI/WebServerResources/ckeditor/lang/ro.js +M UI/WebServerResources/ckeditor/lang/ru.js +M UI/WebServerResources/ckeditor/lang/sk.js +M UI/WebServerResources/ckeditor/lang/sl.js +M UI/WebServerResources/ckeditor/lang/sr-latn.js +M UI/WebServerResources/ckeditor/lang/sr.js +M UI/WebServerResources/ckeditor/lang/sv.js +M UI/WebServerResources/ckeditor/lang/th.js +M UI/WebServerResources/ckeditor/lang/tr.js +M UI/WebServerResources/ckeditor/lang/uk.js +M UI/WebServerResources/ckeditor/lang/vi.js +M UI/WebServerResources/ckeditor/lang/zh-cn.js +M UI/WebServerResources/ckeditor/lang/zh.js +M UI/WebServerResources/ckeditor/plugins/about/dialogs/about.js +M UI/WebServerResources/ckeditor/plugins/button/plugin.js +M UI/WebServerResources/ckeditor/plugins/clipboard/dialogs/paste.js +M UI/WebServerResources/ckeditor/plugins/colorbutton/plugin.js +M UI/WebServerResources/ckeditor/plugins/dialog/plugin.js +M UI/WebServerResources/ckeditor/plugins/dialogui/plugin.js +M UI/WebServerResources/ckeditor/plugins/domiterator/plugin.js +M UI/WebServerResources/ckeditor/plugins/editingblock/plugin.js +M UI/WebServerResources/ckeditor/plugins/enterkey/plugin.js +M UI/WebServerResources/ckeditor/plugins/flash/dialogs/flash.js +M UI/WebServerResources/ckeditor/plugins/flash/plugin.js +M UI/WebServerResources/ckeditor/plugins/floatpanel/plugin.js +M UI/WebServerResources/ckeditor/plugins/font/plugin.js +M UI/WebServerResources/ckeditor/plugins/forms/dialogs/form.js +M UI/WebServerResources/ckeditor/plugins/htmldataprocessor/plugin.js +M UI/WebServerResources/ckeditor/plugins/image/dialogs/image.js +M UI/WebServerResources/ckeditor/plugins/indent/plugin.js +M UI/WebServerResources/ckeditor/plugins/link/dialogs/link.js +M UI/WebServerResources/ckeditor/plugins/list/plugin.js +M UI/WebServerResources/ckeditor/plugins/menu/plugin.js +M UI/WebServerResources/ckeditor/plugins/menubutton/plugin.js +M UI/WebServerResources/ckeditor/plugins/panel/plugin.js +M UI/WebServerResources/ckeditor/plugins/pastefromword/dialogs/pastefromword.js +M UI/WebServerResources/ckeditor/plugins/pastetext/plugin.js +M UI/WebServerResources/ckeditor/plugins/scayt/dialogs/options.js +M UI/WebServerResources/ckeditor/plugins/scayt/plugin.js +M UI/WebServerResources/ckeditor/plugins/selection/plugin.js +M UI/WebServerResources/ckeditor/plugins/smiley/dialogs/smiley.js +M UI/WebServerResources/ckeditor/plugins/smiley/plugin.js +M UI/WebServerResources/ckeditor/plugins/sourcearea/plugin.js +M UI/WebServerResources/ckeditor/plugins/specialchar/dialogs/specialchar.js +M UI/WebServerResources/ckeditor/plugins/styles/plugin.js +M UI/WebServerResources/ckeditor/plugins/tabletools/dialogs/tableCell.js +M UI/WebServerResources/ckeditor/plugins/tabletools/plugin.js +M UI/WebServerResources/ckeditor/plugins/toolbar/plugin.js +M UI/WebServerResources/ckeditor/plugins/uicolor/dialogs/uicolor.js +M UI/WebServerResources/ckeditor/plugins/undo/plugin.js +M UI/WebServerResources/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +M UI/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.js +M UI/WebServerResources/ckeditor/plugins/wysiwygarea/plugin.js +M UI/WebServerResources/ckeditor/skins/kama/dialog.css +M UI/WebServerResources/ckeditor/skins/kama/editor.css +D UI/WebServerResources/ckeditor/skins/kama/images/arrowdown.gif +D UI/WebServerResources/ckeditor/skins/kama/images/arrowleft.gif +D UI/WebServerResources/ckeditor/skins/kama/images/arrowright.gif +D UI/WebServerResources/ckeditor/skins/kama/images/arrowtop.gif +D UI/WebServerResources/ckeditor/skins/kama/images/resizer.gif +D UI/WebServerResources/ckeditor/skins/kama/images/resizer_rtl.gif +M UI/WebServerResources/ckeditor/skins/kama/images/sprites.png +M UI/WebServerResources/ckeditor/skins/kama/images/sprites_ie6.png +M UI/WebServerResources/ckeditor/skins/kama/skin.js +D UI/WebServerResources/ckeditor/skins/kama/sprites.png +M UI/WebServerResources/ckeditor/skins/office2003/dialog.css +M UI/WebServerResources/ckeditor/skins/office2003/editor.css +D UI/WebServerResources/ckeditor/skins/office2003/images/arrowdown.gif +D UI/WebServerResources/ckeditor/skins/office2003/images/arrowleft.gif +D UI/WebServerResources/ckeditor/skins/office2003/images/arrowright.gif +D UI/WebServerResources/ckeditor/skins/office2003/images/arrowtop.gif +D UI/WebServerResources/ckeditor/skins/office2003/images/resizer.gif +D UI/WebServerResources/ckeditor/skins/office2003/images/resizer_rtl.gif +M UI/WebServerResources/ckeditor/skins/office2003/images/sprites.png +M UI/WebServerResources/ckeditor/skins/office2003/images/sprites_ie6.png +M UI/WebServerResources/ckeditor/skins/office2003/skin.js +M UI/WebServerResources/ckeditor/skins/v2/dialog.css +M UI/WebServerResources/ckeditor/skins/v2/editor.css +D UI/WebServerResources/ckeditor/skins/v2/images/arrowdown.gif +D UI/WebServerResources/ckeditor/skins/v2/images/arrowleft.gif +D UI/WebServerResources/ckeditor/skins/v2/images/arrowright.gif +D UI/WebServerResources/ckeditor/skins/v2/images/arrowtop.gif +D UI/WebServerResources/ckeditor/skins/v2/images/resizer.gif +D UI/WebServerResources/ckeditor/skins/v2/images/resizer_rtl.gif +M UI/WebServerResources/ckeditor/skins/v2/images/sprites.png +M UI/WebServerResources/ckeditor/skins/v2/images/sprites_ie6.png +M UI/WebServerResources/ckeditor/themes/default/theme.js + commit 4d1a0031246303a167114591c2f6845203bc63b1 Author: C Robert Date: Wed Aug 26 13:49:48 2009 +0000 @@ -52866,6 +64903,8 @@ Date: Wed Aug 26 13:49:48 2009 +0000 Monotone-Date: 2009-08-26T13:49:48 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.css + commit 4a694b045a2d4911ecedab5848a99404925d2351 Author: C Robert Date: Wed Aug 26 13:48:48 2009 +0000 @@ -52879,6 +64918,18 @@ Date: Wed Aug 26 13:48:48 2009 +0000 Monotone-Date: 2009-08-26T13:48:48 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/BrazilianPortuguese.lproj/Localizable.strings +M SoObjects/Appointments/Czech.lproj/Localizable.strings +M SoObjects/Appointments/Dutch.lproj/Localizable.strings +M SoObjects/Appointments/English.lproj/Localizable.strings +M SoObjects/Appointments/French.lproj/Localizable.strings +M SoObjects/Appointments/German.lproj/Localizable.strings +M SoObjects/Appointments/Hungarian.lproj/Localizable.strings +M SoObjects/Appointments/Italian.lproj/Localizable.strings +M SoObjects/Appointments/Russian.lproj/Localizable.strings +M SoObjects/Appointments/Spanish.lproj/Localizable.strings +M SoObjects/Appointments/Welsh.lproj/Localizable.strings + commit 13bb602aea9dc68891d1f581bce9129ac9ed66da Author: Wolfgang Sourdeau Date: Wed Aug 26 13:19:01 2009 +0000 @@ -52890,37 +64941,9 @@ Date: Wed Aug 26 13:19:01 2009 +0000 Monotone-Date: 2009-08-26T13:19:01 Monotone-Branch: ca.inverse.sogo -commit 5dec3b0c7c0f7d7a19b8846b645b01b25f5934a7 -Merge: 669e48b 655d7ac -Author: Francis Lachapelle -Date: Tue Aug 25 06:55:34 2009 +0000 - - merge of '30348f77456e478212615701c8fefcf7bca6d8c7' - and 'aef1019c7301247713eb09de3ac3db5bad7bd607' - - Monotone-Parent: 30348f77456e478212615701c8fefcf7bca6d8c7 - Monotone-Parent: aef1019c7301247713eb09de3ac3db5bad7bd607 - Monotone-Revision: 3c0ee7a5e6c3b55080de52b9f49fb1e40b652fae - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-08-25T06:55:34 - Monotone-Branch: ca.inverse.sogo - -commit 669e48b8e391e1ebd475e08eacd77867a1a6da4d -Merge: 9126a62 1486216 -Author: Wolfgang Sourdeau -Date: Tue Aug 25 21:28:55 2009 +0000 - - merge of '8795a814c4d6589297d2b23d6a67cf1981228e11' - and 'f04c25f5f8bfb6f1876bab3f70b89ee5c99bcc01' - - Monotone-Parent: 8795a814c4d6589297d2b23d6a67cf1981228e11 - Monotone-Parent: f04c25f5f8bfb6f1876bab3f70b89ee5c99bcc01 - Monotone-Revision: 30348f77456e478212615701c8fefcf7bca6d8c7 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-08-25T21:28:55 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Appointments/SOGoAptMailReceipt.h +A SoObjects/Appointments/SOGoAptMailReceipt.m commit 1486216b0c25dea64650087d94f808d7ab90f2c9 Author: Wolfgang Sourdeau @@ -52933,6 +64956,33 @@ Date: Tue Aug 25 21:28:24 2009 +0000 Monotone-Date: 2009-08-25T21:28:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/BrazilianPortuguese.lproj/Localizable.strings +M SoObjects/Appointments/Czech.lproj/Localizable.strings +M SoObjects/Appointments/Dutch.lproj/Localizable.strings +M SoObjects/Appointments/English.lproj/Localizable.strings +M SoObjects/Appointments/French.lproj/Localizable.strings +M SoObjects/Appointments/GNUmakefile +M SoObjects/Appointments/German.lproj/Localizable.strings +M SoObjects/Appointments/Hungarian.lproj/Localizable.strings +M SoObjects/Appointments/Italian.lproj/Localizable.strings +M SoObjects/Appointments/Russian.lproj/Localizable.strings +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoAptMailNotification.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/Appointments/SOGoUserFolder+Appointments.m +M SoObjects/Appointments/Spanish.lproj/Localizable.strings +M SoObjects/Appointments/Welsh.lproj/Localizable.strings +M SoObjects/Appointments/iCalEventChanges+SOGo.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +A UI/Templates/Appointments/SOGoAptMailDeletionReceipt.wox +A UI/Templates/Appointments/SOGoAptMailInvitationReceipt.wox +A UI/Templates/Appointments/SOGoAptMailUpdateReceipt.wox + commit 9126a62dd79385aec146ebb235797cbad5c0e151 Author: Ludovic Marcotte Date: Tue Aug 25 20:39:52 2009 +0000 @@ -52946,6 +64996,8 @@ Date: Tue Aug 25 20:39:52 2009 +0000 Monotone-Date: 2009-08-25T20:39:52 Monotone-Branch: ca.inverse.sogo +M NEWS + commit a67635d70cdf1f44b7a22f42a2c27cffffa8781e Author: C Robert Date: Tue Aug 25 17:51:20 2009 +0000 @@ -52959,6 +65011,12 @@ Date: Tue Aug 25 17:51:20 2009 +0000 Monotone-Date: 2009-08-25T17:51:20 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.h +M UI/Contacts/UIxContactFoldersView.h +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/UIxContactsListView.m +M UI/PreferencesUI/UIxPreferences.m + commit 2723e6ffebcd01e9a22792bb95114f1041c6bf22 Author: C Robert Date: Tue Aug 25 17:34:37 2009 +0000 @@ -52972,6 +65030,20 @@ Date: Tue Aug 25 17:34:37 2009 +0000 Monotone-Date: 2009-08-25T17:34:37 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/WebServerResources/SchedulerUI.js + commit b7c9a597911bc62dd91880e6662b89e4550844bb Author: C Robert Date: Tue Aug 25 15:05:01 2009 +0000 @@ -52985,6 +65057,12 @@ Date: Tue Aug 25 15:05:01 2009 +0000 Monotone-Date: 2009-08-25T15:05:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalDayTable.h +M UI/Scheduler/UIxCalDayTable.m +M UI/Templates/SchedulerUI/UIxCalDayTable.wox +M UI/WebServerResources/UIxMailEditor.js + commit 9881f32a82af1d0d84e193d253026e7f793bb964 Author: C Robert Date: Tue Aug 25 13:27:03 2009 +0000 @@ -52998,6 +65076,9 @@ Date: Tue Aug 25 13:27:03 2009 +0000 Monotone-Date: 2009-08-25T13:27:03 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js + commit 5a4386114d6a9cbe346d89da74b414ed5f650411 Author: C Robert Date: Tue Aug 25 13:12:14 2009 +0000 @@ -53009,6 +65090,22 @@ Date: Tue Aug 25 13:12:14 2009 +0000 Monotone-Date: 2009-08-25T13:12:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSList.m +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Russian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/Contacts/Welsh.lproj/Localizable.strings +M UI/Contacts/product.plist +M UI/WebServerResources/ContactsUI.js + commit 655d7acab12aebde7852b25085d57075287f8d4f Author: Francis Lachapelle Date: Tue Aug 25 06:55:03 2009 +0000 @@ -53022,6 +65119,8 @@ Date: Tue Aug 25 06:55:03 2009 +0000 Monotone-Date: 2009-08-25T06:55:03 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 7162f4c23770d5d88e06f3d8e60e8dd59097e2de Author: C Robert Date: Mon Aug 24 21:02:47 2009 +0000 @@ -53035,6 +65134,12 @@ Date: Mon Aug 24 21:02:47 2009 +0000 Monotone-Date: 2009-08-24T21:02:47 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactGCSList.h +M UI/Contacts/UIxListEditor.h +M UI/Contacts/UIxListEditor.m +M UI/MailerUI/UIxMailMainFrame.h +M UI/MailerUI/UIxMailMainFrame.m + commit ac81ef06fd006ef972e8477792463df0baf40d0d Author: C Robert Date: Mon Aug 24 20:47:23 2009 +0000 @@ -53048,6 +65153,10 @@ Date: Mon Aug 24 20:47:23 2009 +0000 Monotone-Date: 2009-08-24T20:47:23 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxListEditor.wox +A UI/WebServerResources/UIxListEditor.css +A UI/WebServerResources/UIxListEditor.js + commit 7a4b84b9b6fff1b2d4e937f27de7881c6f7ed2e3 Author: C Robert Date: Mon Aug 24 20:26:52 2009 +0000 @@ -53061,6 +65170,29 @@ Date: Mon Aug 24 20:26:52 2009 +0000 Monotone-Date: 2009-08-24T20:26:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Russian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/Contacts/Toolbars/SOGoContactFolder.toolbar +M UI/Contacts/UIxContactsListView.m +M UI/Contacts/UIxListEditor.h +M UI/Contacts/UIxListEditor.m +M UI/Contacts/Welsh.lproj/Localizable.strings +M UI/Contacts/product.plist +M UI/MailerUI/UIxMailMainFrame.m +M UI/Templates/ContactsUI/UIxListEditor.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxPreferences.css + commit 2f39baacc129228b08553844268af635bff08d69 Author: C Robert Date: Mon Aug 24 19:40:29 2009 +0000 @@ -53074,21 +65206,7 @@ Date: Mon Aug 24 19:40:29 2009 +0000 Monotone-Date: 2009-08-24T19:40:29 Monotone-Branch: ca.inverse.sogo -commit 99bd149b3bc6d510bca0603e35aa4e458568d253 -Merge: 658afee 1c7e5b8 -Author: Francis Lachapelle -Date: Wed Aug 19 07:17:12 2009 +0000 - - merge of 'bc3bfc52f8785d114d335b22f794ece898dbd164' - and 'de4013a540009902497a1085be5975e4ff6c3a83' - - Monotone-Parent: bc3bfc52f8785d114d335b22f794ece898dbd164 - Monotone-Parent: de4013a540009902497a1085be5975e4ff6c3a83 - Monotone-Revision: cd1bb1e892161fcc358630fd5cf9f3c3511c886f - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-08-19T07:17:12 - Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailMainFrame.m commit 1c7e5b8680e4ae39137cf35062275eaec8bfacad Author: C Robert @@ -53103,6 +65221,10 @@ Date: Fri Aug 21 17:41:52 2009 +0000 Monotone-Date: 2009-08-21T17:41:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxListView.h +M UI/Contacts/UIxListView.m + commit 7acec88b97a1889a37c4753c325177ca5e656193 Author: C Robert Date: Fri Aug 21 14:25:42 2009 +0000 @@ -53114,6 +65236,11 @@ Date: Fri Aug 21 14:25:42 2009 +0000 Monotone-Date: 2009-08-21T14:25:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxListView.h +M UI/Contacts/UIxListView.m +M UI/Templates/ContactsUI/UIxListView.wox + commit 3e8d3546721b17ac926a9d9469ef1715b1df511e Author: Wolfgang Sourdeau Date: Fri Aug 21 14:06:28 2009 +0000 @@ -53125,6 +65252,11 @@ Date: Fri Aug 21 14:06:28 2009 +0000 Monotone-Date: 2009-08-21T14:06:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/test-davacl.py +M Tests/test-wedavsync.py +M Tests/webdavlib.py + commit 00979a71f01cab403533d5ab917af946554c21ed Author: C Robert Date: Thu Aug 20 21:08:42 2009 +0000 @@ -53138,6 +65270,9 @@ Date: Thu Aug 20 21:08:42 2009 +0000 Monotone-Date: 2009-08-20T21:08:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPUserManager.m + commit f5a202a36a08586322823392c499ecf713c9a5d5 Author: C Robert Date: Thu Aug 20 20:51:01 2009 +0000 @@ -53151,6 +65286,10 @@ Date: Thu Aug 20 20:51:01 2009 +0000 Monotone-Date: 2009-08-20T20:51:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m +M UI/PreferencesUI/UIxPreferences.m + commit 2ffcb68c5072fe849faa5a9d77d9bf9adce518f0 Author: C Robert Date: Thu Aug 20 20:33:57 2009 +0000 @@ -53164,21 +65303,10 @@ Date: Thu Aug 20 20:33:57 2009 +0000 Monotone-Date: 2009-08-20T20:33:57 Monotone-Branch: ca.inverse.sogo -commit 5da3373d1e336f30760d313008031715b7ea06a7 -Merge: f4e1c30 486d69f -Author: Wolfgang Sourdeau -Date: Thu Aug 20 20:07:08 2009 +0000 - - merge of '4eec48b0737f46c7d29a611b8aacf7df08d809fb' - and 'd7d88aba2043056ef5f8c9a2b7f5e77653ee01f7' - - Monotone-Parent: 4eec48b0737f46c7d29a611b8aacf7df08d809fb - Monotone-Parent: d7d88aba2043056ef5f8c9a2b7f5e77653ee01f7 - Monotone-Revision: fd4f04fce6a66b3dc14b58f9b67f93c6af6d450a - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-08-20T20:07:08 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m +M UI/PreferencesUI/UIxPreferences.m +M UI/WebServerResources/UIxMailEditor.js commit 486d69f331936297220f2301d391827883652518 Author: Wolfgang Sourdeau @@ -53191,6 +65319,9 @@ Date: Thu Aug 20 20:06:43 2009 +0000 Monotone-Date: 2009-08-20T20:06:43 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailReply.m +M UI/Scheduler/UIxCalendarProperties.m + commit 3433b173a3a821b62fb2baaf001e94dabb82606c Author: Wolfgang Sourdeau Date: Wed Aug 19 13:42:26 2009 +0000 @@ -53202,6 +65333,8 @@ Date: Wed Aug 19 13:42:26 2009 +0000 Monotone-Date: 2009-08-19T13:42:26 Monotone-Branch: ca.inverse.sogo +M debian/changelog + commit 3a0abd7197ed8fa4db35e40213804d779c6c3513 Author: Wolfgang Sourdeau Date: Wed Aug 19 12:48:35 2009 +0000 @@ -53213,6 +65346,10 @@ Date: Wed Aug 19 12:48:35 2009 +0000 Monotone-Date: 2009-08-19T12:48:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoObject.m + commit 658afee248453572df3cd6445d68807d70a7641f Author: Francis Lachapelle Date: Wed Aug 19 07:16:35 2009 +0000 @@ -53226,6 +65363,8 @@ Date: Wed Aug 19 07:16:35 2009 +0000 Monotone-Date: 2009-08-19T07:16:35 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit f4e1c305e5fd6acdeed6139215be98037a8804f5 Author: Francis Lachapelle Date: Wed Aug 19 00:26:55 2009 +0000 @@ -53239,6 +65378,8 @@ Date: Wed Aug 19 00:26:55 2009 +0000 Monotone-Date: 2009-08-19T00:26:55 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxCalendarProperties.js + commit 0fc8ee775663470644bfefbff95a9c5e68eecbe3 Author: C Robert Date: Thu Aug 20 19:30:06 2009 +0000 @@ -53252,6 +65393,8 @@ Date: Thu Aug 20 19:30:06 2009 +0000 Monotone-Date: 2009-08-20T19:30:06 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 553cb396fed56c312b47b923a207843194ff3da9 Author: C Robert Date: Thu Aug 20 19:20:12 2009 +0000 @@ -53265,6 +65408,10 @@ Date: Thu Aug 20 19:20:12 2009 +0000 Monotone-Date: 2009-08-20T19:20:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalFilterPanel.m +M UI/Scheduler/UIxCalListingActions.m + commit d4223aa0a0b428a98ea6042f1ca1f93fde225c33 Author: C Robert Date: Thu Aug 20 18:35:55 2009 +0000 @@ -53278,6 +65425,8 @@ Date: Thu Aug 20 18:35:55 2009 +0000 Monotone-Date: 2009-08-20T18:35:55 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 855e40b9c48975cd41360f86380bff49af3dd952 Author: C Robert Date: Thu Aug 20 17:50:37 2009 +0000 @@ -53291,6 +65440,10 @@ Date: Thu Aug 20 17:50:37 2009 +0000 Monotone-Date: 2009-08-20T17:50:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxDatePicker.h +M UI/Scheduler/UIxDatePicker.m + commit 51b21413691e7a9ed654c6c9e1dcc7d57a4066d1 Author: C Robert Date: Thu Aug 20 17:27:08 2009 +0000 @@ -53304,6 +65457,8 @@ Date: Thu Aug 20 17:27:08 2009 +0000 Monotone-Date: 2009-08-20T17:27:08 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 5e84df5faa214b5eda97796ae62bd1a05ab769a7 Author: C Robert Date: Thu Aug 20 14:30:52 2009 +0000 @@ -53317,6 +65472,10 @@ Date: Thu Aug 20 14:30:52 2009 +0000 Monotone-Date: 2009-08-20T14:30:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxDatePicker.h +M UI/Scheduler/UIxDatePicker.m + commit 4b4a31796bb91a6abb59ed0ab948ecfe533c8e88 Author: C Robert Date: Thu Aug 20 13:02:51 2009 +0000 @@ -53330,6 +65489,22 @@ Date: Thu Aug 20 13:02:51 2009 +0000 Monotone-Date: 2009-08-20T13:02:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoParentFolder.m +M UI/Common/BrazilianPortuguese.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Common/Hungarian.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Common/Russian.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +M UI/Common/UIxParentFolderActions.m +M UI/Common/Welsh.lproj/Localizable.strings +M UI/WebServerResources/generic.js + commit a9af949ef645c878a0392d3ea989fae79e0e286a Author: C Robert Date: Wed Aug 19 20:32:58 2009 +0000 @@ -53343,6 +65518,19 @@ Date: Wed Aug 19 20:32:58 2009 +0000 Monotone-Date: 2009-08-19T20:32:58 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailerUI/Czech.lproj/Localizable.strings +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Hungarian.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Russian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MailerUI/Welsh.lproj/Localizable.strings +M UI/WebServerResources/MailerUI.js + commit 78ed08664c771aa014debbf278256a03d9add074 Author: C Robert Date: Wed Aug 19 20:04:59 2009 +0000 @@ -53356,21 +65544,7 @@ Date: Wed Aug 19 20:04:59 2009 +0000 Monotone-Date: 2009-08-19T20:04:59 Monotone-Branch: ca.inverse.sogo -commit 32e80f39032cfdecce7912856d370881565daea2 -Merge: bcc6384 1eeea5b -Author: C Robert -Date: Wed Aug 19 20:04:38 2009 +0000 - - merge of '1720cf251b5e03b7d77aadbba2e8a9b52b80ce5a' - and '7c984206f0f8720225b0539588bf187498c7ca04' - - Monotone-Parent: 1720cf251b5e03b7d77aadbba2e8a9b52b80ce5a - Monotone-Parent: 7c984206f0f8720225b0539588bf187498c7ca04 - Monotone-Revision: fbeef1c7f78a5c59c02f565b96c5e2cfe2e6b18b - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-08-19T20:04:38 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/flag-col.png commit 1eeea5b7008e20204b16bff49aaf4cd16f22e64e Author: Ludovic Marcotte @@ -53385,6 +65559,9 @@ Date: Wed Aug 19 19:52:42 2009 +0000 Monotone-Date: 2009-08-19T19:52:42 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M NEWS + commit bcc6384c798865e4d89d8c2031efe9c281d6db81 Author: C Robert Date: Wed Aug 19 19:47:31 2009 +0000 @@ -53396,6 +65573,14 @@ Date: Wed Aug 19 19:47:31 2009 +0000 Monotone-Date: 2009-08-19T19:47:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailActions.m +M UI/MailerUI/UIxMailListView.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/MailerUI/product.plist +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/WebServerResources/MailerUI.js + commit 239ddd089320f89c419d43b255ba6da4b38f7d5a Author: C Robert Date: Wed Aug 19 18:30:38 2009 +0000 @@ -53409,6 +65594,8 @@ Date: Wed Aug 19 18:30:38 2009 +0000 Monotone-Date: 2009-08-19T18:30:38 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailListView.wox + commit 8280182e6f7d3a3cdad70174929eaf7e071955ad Author: C Robert Date: Wed Aug 19 18:28:45 2009 +0000 @@ -53420,6 +65607,9 @@ Date: Wed Aug 19 18:28:45 2009 +0000 Monotone-Date: 2009-08-19T18:28:45 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailListView.wox +A UI/WebServerResources/flag-col.png + commit 587b717de5986454ce80a49e76ef4d72a8f3de08 Author: C Robert Date: Wed Aug 19 18:22:25 2009 +0000 @@ -53433,6 +65623,11 @@ Date: Wed Aug 19 18:22:25 2009 +0000 Monotone-Date: 2009-08-19T18:22:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.m +M UI/Templates/MailerUI/UIxMailListView.wox +A UI/WebServerResources/flag.png + commit 99944b67f51cd30a4f07dda6fc4636653e633755 Author: C Robert Date: Wed Aug 19 17:19:32 2009 +0000 @@ -53446,6 +65641,25 @@ Date: Wed Aug 19 17:19:32 2009 +0000 Monotone-Date: 2009-08-19T17:19:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.m +M UI/MailerUI/UIxMailListView.m +M UI/MainUI/SOGoUserHomePage.m +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/UIxPreferences.m +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/Scheduler/UIxCalMainView.m +M UI/Templates/PreferencesUI/UIxPreferences.wox + commit 3c431eeb8499c66e899f91357b7933b10537a070 Author: C Robert Date: Wed Aug 19 16:02:05 2009 +0000 @@ -53459,6 +65673,8 @@ Date: Wed Aug 19 16:02:05 2009 +0000 Monotone-Date: 2009-08-19T16:02:05 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/SOGoUserHomePage.m + commit d00a20e9f5ba5091e29e5770c61c5345c681e30b Author: C Robert Date: Tue Aug 18 19:03:56 2009 +0000 @@ -53472,6 +65688,8 @@ Date: Tue Aug 18 19:03:56 2009 +0000 Monotone-Date: 2009-08-18T19:03:56 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit a921d4abc60157e596b77b225642019dddb89eb4 Author: C Robert Date: Tue Aug 18 18:23:13 2009 +0000 @@ -53485,21 +65703,7 @@ Date: Tue Aug 18 18:23:13 2009 +0000 Monotone-Date: 2009-08-18T18:23:13 Monotone-Branch: ca.inverse.sogo -commit 01416af35170916e5cd5e1380c2c1fef4c78f7a2 -Merge: 1ae7e9d 11d5455 -Author: Francis Lachapelle -Date: Tue Aug 18 01:56:12 2009 +0000 - - merge of '973efc6b7800601981d13f7968d2b1ff1e7e5858' - and 'fc29c1b763c506067039095b47f73dfd6301f0e2' - - Monotone-Parent: 973efc6b7800601981d13f7968d2b1ff1e7e5858 - Monotone-Parent: fc29c1b763c506067039095b47f73dfd6301f0e2 - Monotone-Revision: e7b81958c4674e9abdea432ddd234af617b11eda - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-08-18T01:56:12 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js commit 11d5455737c73506901430442162d3db1c7b4ad2 Author: C Robert @@ -53514,21 +65718,8 @@ Date: Tue Aug 18 17:41:14 2009 +0000 Monotone-Date: 2009-08-18T17:41:14 Monotone-Branch: ca.inverse.sogo -commit b7e5eef86fc1d732e970e6cdfe7fea9384970136 -Merge: 7885aa1 1652ba8 -Author: Wolfgang Sourdeau -Date: Tue Aug 18 17:37:04 2009 +0000 - - merge of 'b5a68a922e7dfe7ff0ee88a40ce86bf257337314' - and 'c0ba6ea9411e86e50582cdd4036256776349b556' - - Monotone-Parent: b5a68a922e7dfe7ff0ee88a40ce86bf257337314 - Monotone-Parent: c0ba6ea9411e86e50582cdd4036256776349b556 - Monotone-Revision: 2c8266b41b53ae4ece560d6f611a57376986383a - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-08-18T17:37:04 - Monotone-Branch: ca.inverse.sogo +M debian/control +M debian/rules commit 1652ba8c0bb1d02de50348252370fc01487ce41c Author: Wolfgang Sourdeau @@ -53541,6 +65732,9 @@ Date: Tue Aug 18 17:36:20 2009 +0000 Monotone-Date: 2009-08-18T17:36:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit 25a73572fa6e83dad43e812ea090c9ae8b70bd11 Author: Wolfgang Sourdeau Date: Tue Aug 18 16:29:05 2009 +0000 @@ -53552,6 +65746,8 @@ Date: Tue Aug 18 16:29:05 2009 +0000 Monotone-Date: 2009-08-18T16:29:05 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/product.plist + commit 54b18ff052639d186bed49d5010c4b553de96e2a Author: Wolfgang Sourdeau Date: Tue Aug 18 16:22:20 2009 +0000 @@ -53563,6 +65759,8 @@ Date: Tue Aug 18 16:22:20 2009 +0000 Monotone-Date: 2009-08-18T16:22:20 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalListingActions.m + commit 368766074999e2af65762576700f09780ac70dcd Author: C Robert Date: Tue Aug 18 12:53:29 2009 +0000 @@ -53576,6 +65774,8 @@ Date: Tue Aug 18 12:53:29 2009 +0000 Monotone-Date: 2009-08-18T12:53:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ckeditor/config.js + commit 1ae7e9d18d0e5799ad3ad10ba2505aab00844d2e Author: Francis Lachapelle Date: Tue Aug 18 01:55:49 2009 +0000 @@ -53589,6 +65789,19 @@ Date: Tue Aug 18 01:55:49 2009 +0000 Monotone-Date: 2009-08-18T01:55:49 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/WebServerResources/UIxCalendarProperties.js + commit 7885aa117fa621ba3ff71679b19ee45b84319262 Author: Francis Lachapelle Date: Tue Aug 18 01:43:48 2009 +0000 @@ -53602,6 +65815,8 @@ Date: Tue Aug 18 01:43:48 2009 +0000 Monotone-Date: 2009-08-18T01:43:48 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/iefixes.css + commit 169f8ec107eb49b1974e76cd0b246f5f3b1f7bf8 Author: Ludovic Marcotte Date: Tue Aug 18 16:52:52 2009 +0000 @@ -53615,24 +65830,7 @@ Date: Tue Aug 18 16:52:52 2009 +0000 Monotone-Date: 2009-08-18T16:52:52 Monotone-Branch: ca.inverse.sogo -commit 231e5253c88e25099742554dfc96d82165c3a39d -Merge: a22876a 8a6457e -Author: Francis Lachapelle -Date: Tue Aug 18 01:06:24 2009 +0000 - - merge of '7238e3a0d03138ec5ff31751dee6c1f8d162b693' - and 'b0b741447cee83cc3c6abb1efe8e10d41ca9b746' - - Monotone-Parent: 7238e3a0d03138ec5ff31751dee6c1f8d162b693 - Monotone-Parent: b0b741447cee83cc3c6abb1efe8e10d41ca9b746 - Monotone-Revision: d7d1c2dca6201480a29c35b33a4b32fbfac9af55 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2009-08-18T01:06:24 - Monotone-Date: 2009-08-18T16:52:26 - Monotone-Branch: ca.inverse.sogo - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt commit 8a6457e30c39315793a2222079ada06dda9c8aec Author: C Robert @@ -53647,24 +65845,9 @@ Date: Tue Aug 18 16:27:28 2009 +0000 Monotone-Date: 2009-08-18T16:27:28 Monotone-Branch: ca.inverse.sogo -commit a22876a72e87b9d45bae2ba60bd15e918de8f6fc -Merge: d09c9cd 25a7357 -Author: Francis Lachapelle -Date: Tue Aug 18 01:06:23 2009 +0000 - - merge of '0c53de1af9568d623ce0caee5e1b914df12b40bb' - and '3015b169187acab527747642b2900806a48dbe60' - - Monotone-Parent: 0c53de1af9568d623ce0caee5e1b914df12b40bb - Monotone-Parent: 3015b169187acab527747642b2900806a48dbe60 - Monotone-Revision: 7238e3a0d03138ec5ff31751dee6c1f8d162b693 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2009-08-18T01:06:23 - Monotone-Date: 2009-08-18T16:52:24 - Monotone-Branch: ca.inverse.sogo - Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox +A UI/WebServerResources/XMLHttpRequest.js +M UI/WebServerResources/generic.js commit d09c9cd6050d2c5ec4ce998ecb6251b657779ec4 Author: Francis Lachapelle @@ -53679,6 +65862,16 @@ Date: Tue Aug 18 01:05:46 2009 +0000 Monotone-Date: 2009-08-18T01:05:46 Monotone-Branch: ca.inverse.sogo +M UI/Common/BrazilianPortuguese.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Common/Russian.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +M UI/Common/Welsh.lproj/Localizable.strings + commit 607b8915df900577c89db3ebd11cab40e6be8373 Author: Francis Lachapelle Date: Tue Aug 18 01:05:33 2009 +0000 @@ -53692,6 +65885,8 @@ Date: Tue Aug 18 01:05:33 2009 +0000 Monotone-Date: 2009-08-18T01:05:33 Monotone-Branch: ca.inverse.sogo +M UI/Common/Hungarian.lproj/Localizable.strings + commit e7eb160782caaed79c93894324d16c49b755e086 Author: Francis Lachapelle Date: Tue Aug 18 01:03:05 2009 +0000 @@ -53705,37 +65900,27 @@ Date: Tue Aug 18 01:03:05 2009 +0000 Monotone-Date: 2009-08-18T01:03:05 Monotone-Branch: ca.inverse.sogo -commit ee2ebd206d64438a7c0773ea164854b050520047 -Merge: e99cb37 3687660 -Author: Francis Lachapelle -Date: Mon Aug 17 22:41:31 2009 +0000 - - merge of '81b84aa1dccb31c15c94976cc8ed486e6a1efd9a' - and 'afa8a9fe095d6de052bd0ce6faa3412737247666' - - Monotone-Parent: 81b84aa1dccb31c15c94976cc8ed486e6a1efd9a - Monotone-Parent: afa8a9fe095d6de052bd0ce6faa3412737247666 - Monotone-Revision: 6eda087f6dba9f0f98b63f259880cf2d343835d5 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-08-17T22:41:31 - Monotone-Branch: ca.inverse.sogo - -commit e99cb37de3c7579207da7d98a9416f52917d3c44 -Merge: 0444386 be7be5b -Author: Francis Lachapelle -Date: Mon Aug 17 21:33:55 2009 +0000 - - merge of '45aca387e14de293ad62e303a3c8c06620805e6c' - and '9cbe6e6f1780024d4dcb37d4ce3de593f9c91828' - - Monotone-Parent: 45aca387e14de293ad62e303a3c8c06620805e6c - Monotone-Parent: 9cbe6e6f1780024d4dcb37d4ce3de593f9c91828 - Monotone-Revision: 81b84aa1dccb31c15c94976cc8ed486e6a1efd9a - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-08-17T21:33:55 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/UIxCalendarProperties.h +M UI/Scheduler/UIxCalendarProperties.m +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxCalendarProperties.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxCalendarProperties.css +M UI/WebServerResources/UIxCalendarProperties.js commit be7be5bc938868064edbee9dc2981e267b291ee4 Author: C Robert @@ -53750,6 +65935,8 @@ Date: Mon Aug 17 20:34:18 2009 +0000 Monotone-Date: 2009-08-17T20:34:18 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit 6524ffc078a816bc78857075ca5a086bf7a3fd65 Author: C Robert Date: Mon Aug 17 20:07:54 2009 +0000 @@ -53763,6 +65950,13 @@ Date: Mon Aug 17 20:07:54 2009 +0000 Monotone-Date: 2009-08-17T20:07:54 Monotone-Branch: ca.inverse.sogo +A Apache/SOGo-debian.conf +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m +M UI/WebServerResources/SchedulerUI.js +M debian/control +M debian/rules + commit 5915f09471a206b8d58ced8e0a95b7e98b29821d Author: Ludovic Marcotte Date: Mon Aug 17 14:22:09 2009 +0000 @@ -53776,6 +65970,8 @@ Date: Mon Aug 17 14:22:09 2009 +0000 Monotone-Date: 2009-08-17T14:22:09 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 0444386ef9a3e112a88a030d39a77869e8c575d7 Author: Francis Lachapelle Date: Thu Aug 13 19:09:16 2009 +0000 @@ -53789,21 +65985,7 @@ Date: Thu Aug 13 19:09:16 2009 +0000 Monotone-Date: 2009-08-13T19:09:16 Monotone-Branch: ca.inverse.sogo -commit bd2246bdbe824f3960f527d7259f74d7ba752d61 -Merge: 6f2f5b0 93b569a -Author: Francis Lachapelle -Date: Thu Aug 13 14:32:01 2009 +0000 - - merge of '83ce5dcf2ff56b688fb6c8b0b1128b665111170a' - and 'cd7b1310c287fec8f03fa7a5432b1fc774378ea1' - - Monotone-Parent: 83ce5dcf2ff56b688fb6c8b0b1128b665111170a - Monotone-Parent: cd7b1310c287fec8f03fa7a5432b1fc774378ea1 - Monotone-Revision: b618e1688ed06827d0300b85ed2a93ae6a4930fe - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-08-13T14:32:01 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/AdministrationUI.js commit 93b569ab9ad74b69c1f6e897b78542257b914f52 Author: Ludovic Marcotte @@ -53818,6 +66000,10 @@ Date: Mon Aug 17 09:48:04 2009 +0000 Monotone-Date: 2009-08-17T09:48:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SoObjects/SOGo/LDAPSource.m + commit 6f2f5b01c93de730061fc495b6e229bd8fa06c82 Author: Francis Lachapelle Date: Thu Aug 13 14:31:35 2009 +0000 @@ -53831,6 +66017,9 @@ Date: Thu Aug 13 14:31:35 2009 +0000 Monotone-Date: 2009-08-13T14:31:35 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/AdministrationUI.css +A UI/WebServerResources/AdministrationUI.js + commit cde8c0bcacbb737ade8ff3616dc4bd3db57c76be Author: Francis Lachapelle Date: Thu Aug 13 14:09:53 2009 +0000 @@ -53844,21 +66033,8 @@ Date: Thu Aug 13 14:09:53 2009 +0000 Monotone-Date: 2009-08-13T14:09:53 Monotone-Branch: ca.inverse.sogo -commit ae79668b1d81764068f1358e6f4387be36246a13 -Merge: bd43877 2fd167b -Author: Wolfgang Sourdeau -Date: Fri Aug 14 19:18:20 2009 +0000 - - merge of '97bd3b4f7ef7920ded0314bd1d5eadce2a2af62a' - and 'e43e6e313ceb0162bb60e87d3316e25f02875be4' - - Monotone-Parent: 97bd3b4f7ef7920ded0314bd1d5eadce2a2af62a - Monotone-Parent: e43e6e313ceb0162bb60e87d3316e25f02875be4 - Monotone-Revision: 29f51b2d5e324b7999ae51b3eb6485059497cdb3 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-08-14T19:18:20 - Monotone-Branch: ca.inverse.sogo +A UI/Templates/AdministrationUI/UIxAdministration.wox +A UI/Templates/AdministrationUI/UIxAdministrationFilterPanel.wox commit bd43877c6bab696181bea2153ea19dcfbcd1baa6 Author: Wolfgang Sourdeau @@ -53871,6 +66047,9 @@ Date: Fri Aug 14 19:17:53 2009 +0000 Monotone-Date: 2009-08-14T19:17:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/SOGoToolBackup.m + commit 584c3cae01f3516b6e4813b699be905532a30d26 Author: Wolfgang Sourdeau Date: Fri Aug 14 16:26:07 2009 +0000 @@ -53882,6 +66061,8 @@ Date: Fri Aug 14 16:26:07 2009 +0000 Monotone-Date: 2009-08-14T16:26:07 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit 5eb391b00985e11ef2b96f3943868a5006e9690c Author: Wolfgang Sourdeau Date: Fri Aug 14 15:24:31 2009 +0000 @@ -53893,6 +66074,8 @@ Date: Fri Aug 14 15:24:31 2009 +0000 Monotone-Date: 2009-08-14T15:24:31 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit 5c7aa07f4ef74502de6107b6ffe5923f4c58cbbe Author: Wolfgang Sourdeau Date: Fri Aug 14 15:17:58 2009 +0000 @@ -53904,21 +66087,7 @@ Date: Fri Aug 14 15:17:58 2009 +0000 Monotone-Date: 2009-08-14T15:17:58 Monotone-Branch: ca.inverse.sogo -commit 3b270cda013992d7bdf6a61bd0be715624905f34 -Merge: 87b0e27 31a647b -Author: Wolfgang Sourdeau -Date: Fri Aug 14 15:05:06 2009 +0000 - - merge of '5253a478333e1c7fb21c61abd4592b1f92a0c899' - and '831abd52d51297f3a0de88978cf6abeda7fad46c' - - Monotone-Parent: 5253a478333e1c7fb21c61abd4592b1f92a0c899 - Monotone-Parent: 831abd52d51297f3a0de88978cf6abeda7fad46c - Monotone-Revision: 8fd2ccda774229842a01a4095b96f10a9511ede4 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-08-14T15:05:06 - Monotone-Branch: ca.inverse.sogo +M Tools/GNUmakefile.preamble commit 31a647b19497ac0e4a8efd3e9b087b5db3e9dc68 Author: Wolfgang Sourdeau @@ -53931,6 +66100,11 @@ Date: Fri Aug 14 14:57:05 2009 +0000 Monotone-Date: 2009-08-14T14:57:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/GNUmakefile.preamble +M Tools/SOGoToolRestore.h +M Tools/SOGoToolRestore.m + commit 70898b25f10aee0114ef280a430c107c6554da00 Author: Wolfgang Sourdeau Date: Fri Aug 14 12:23:35 2009 +0000 @@ -53942,6 +66116,11 @@ Date: Fri Aug 14 12:23:35 2009 +0000 Monotone-Date: 2009-08-14T12:23:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/GNUmakefile +A Tools/SOGoToolRestore.h +A Tools/SOGoToolRestore.m + commit 47e6a827ee40c5c946267b9082b056ab96a87cec Author: Wolfgang Sourdeau Date: Fri Aug 14 12:22:33 2009 +0000 @@ -53953,6 +66132,9 @@ Date: Fri Aug 14 12:22:33 2009 +0000 Monotone-Date: 2009-08-14T12:22:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/SOGoToolBackup.m + commit 15a8557fc009b05c02a3ef046edb205751e9da68 Author: Wolfgang Sourdeau Date: Fri Aug 14 12:20:44 2009 +0000 @@ -53964,6 +66146,9 @@ Date: Fri Aug 14 12:20:44 2009 +0000 Monotone-Date: 2009-08-14T12:20:44 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.m + commit 8f8e003833862acbf859e3395eec53d36b3c6f86 Author: Wolfgang Sourdeau Date: Thu Aug 13 21:20:39 2009 +0000 @@ -53975,6 +66160,8 @@ Date: Thu Aug 13 21:20:39 2009 +0000 Monotone-Date: 2009-08-13T21:20:39 Monotone-Branch: ca.inverse.sogo +M Tools/SOGoToolBackup.m + commit 99cbc531b41405de5d2be9451040212e93604d6a Author: Wolfgang Sourdeau Date: Thu Aug 13 19:54:20 2009 +0000 @@ -53986,6 +66173,8 @@ Date: Thu Aug 13 19:54:20 2009 +0000 Monotone-Date: 2009-08-13T19:54:20 Monotone-Branch: ca.inverse.sogo +M Tools/SOGoTool.m + commit c1932c3747c0508d1eec1459a280f08c592730c5 Author: Wolfgang Sourdeau Date: Thu Aug 13 19:48:03 2009 +0000 @@ -53997,6 +66186,9 @@ Date: Thu Aug 13 19:48:03 2009 +0000 Monotone-Date: 2009-08-13T19:48:03 Monotone-Branch: ca.inverse.sogo +M Tools/SOGoToolBackup.m +M Tools/sogo-tool.m + commit cd909615f604f1c76d61e9aab51ed64c18ede3b5 Author: Wolfgang Sourdeau Date: Thu Aug 13 18:35:10 2009 +0000 @@ -54008,6 +66200,9 @@ Date: Thu Aug 13 18:35:10 2009 +0000 Monotone-Date: 2009-08-13T18:35:10 Monotone-Branch: ca.inverse.sogo +A Tools/NSDictionary+SOGoTool.h +A Tools/NSDictionary+SOGoTool.m + commit cd20a4bb9567b6941043c6da417339fc57fd4bc6 Author: Wolfgang Sourdeau Date: Thu Aug 13 18:34:54 2009 +0000 @@ -54019,6 +66214,14 @@ Date: Thu Aug 13 18:34:54 2009 +0000 Monotone-Date: 2009-08-13T18:34:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/sope-patchset-r1660.diff +M SoObjects/SOGo/LDAPSource.m +M Tools/GNUmakefile +A Tools/README.backup +A Tools/SOGoToolBackup.h +A Tools/SOGoToolBackup.m + commit 2676045b23040f93a82d632ed465eb327c2bbf44 Author: Wolfgang Sourdeau Date: Thu Aug 13 18:31:15 2009 +0000 @@ -54030,21 +66233,18 @@ Date: Thu Aug 13 18:31:15 2009 +0000 Monotone-Date: 2009-08-13T18:31:15 Monotone-Branch: ca.inverse.sogo -commit 2fd167beb020dc313e0e68ef737c2549a856eeff -Merge: 584c3ca c868274 -Author: Francis Lachapelle -Date: Thu Aug 13 10:44:18 2009 +0000 - - merge of '1cab635a2c57c6953c8a393b67f593bdaccb43b9' - and '1e80eeeca87a58cdd799df8c0a9561f4e0e692b7' - - Monotone-Parent: 1cab635a2c57c6953c8a393b67f593bdaccb43b9 - Monotone-Parent: 1e80eeeca87a58cdd799df8c0a9561f4e0e692b7 - Monotone-Revision: e43e6e313ceb0162bb60e87d3316e25f02875be4 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-08-13T10:44:18 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tools/GNUmakefile +M Tools/GNUmakefile.preamble +A Tools/SOGoTool.h +A Tools/SOGoTool.m +A Tools/SOGoToolCheckDoubles.h +A Tools/SOGoToolCheckDoubles.m +A Tools/SOGoToolRemoveDoubles.h +A Tools/SOGoToolRemoveDoubles.m +D Tools/sogo-contacts-checkdoubles.m +D Tools/sogo-contacts-removedoubles.m +A Tools/sogo-tool.m commit c868274fe04873003816e25c97450bedb9c6f649 Author: Francis Lachapelle @@ -54059,6 +66259,9 @@ Date: Thu Aug 13 10:43:18 2009 +0000 Monotone-Date: 2009-08-13T10:43:18 Monotone-Branch: ca.inverse.sogo +A SoObjects/Appointments/Russian.lproj/Localizable.strings +A SoObjects/Contacts/Russian.lproj/Localizable.strings + commit 8e55eeb4b90b5d017e36b486765af75e182be094 Author: Francis Lachapelle Date: Thu Aug 13 10:40:25 2009 +0000 @@ -54072,21 +66275,31 @@ Date: Thu Aug 13 10:40:25 2009 +0000 Monotone-Date: 2009-08-13T10:40:25 Monotone-Branch: ca.inverse.sogo -commit 87b0e27193a98710e1789c3fadd8db3154be20c5 -Merge: 70898b2 990f026 -Author: Francis Lachapelle -Date: Thu Aug 13 06:46:49 2009 +0000 - - merge of '98e35c999db27e9159edf91d2c17f8b5bc742330' - and 'c8a13e58e7ce73cd9924b4567998c6246b793672' - - Monotone-Parent: 98e35c999db27e9159edf91d2c17f8b5bc742330 - Monotone-Parent: c8a13e58e7ce73cd9924b4567998c6246b793672 - Monotone-Revision: 5253a478333e1c7fb21c61abd4592b1f92a0c899 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-08-13T06:46:49 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/AdministrationUI/AdministrationUIProduct.m +A UI/AdministrationUI/BrazilianPortuguese.lproj/Localizable.strings +A UI/AdministrationUI/Czech.lproj/Localizable.strings +A UI/AdministrationUI/Dutch.lproj/Localizable.strings +A UI/AdministrationUI/English.lproj/Localizable.strings +A UI/AdministrationUI/French.lproj/Localizable.strings +A UI/AdministrationUI/GNUmakefile +A UI/AdministrationUI/German.lproj/Localizable.strings +A UI/AdministrationUI/Hungarian.lproj/Localizable.strings +A UI/AdministrationUI/Italian.lproj/Localizable.strings +A UI/AdministrationUI/Russian.lproj/Localizable.strings +A UI/AdministrationUI/Spanish.lproj/Localizable.strings +A UI/AdministrationUI/UIxAdministration.h +A UI/AdministrationUI/UIxAdministration.m +A UI/AdministrationUI/UIxAdministrationFilterPanel.m +A UI/AdministrationUI/Version +A UI/AdministrationUI/Welsh.lproj/Localizable.strings +A UI/AdministrationUI/product.plist +M UI/Common/English.lproj/Localizable.strings +M UI/Common/UIxPageFrame.m +M UI/GNUmakefile +M UI/MainUI/SOGoUserHomePage.m +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/SOGoDragHandles.js commit 990f0260ea52ec838f7daf20bd0b8102b2d0ff76 Author: Francis Lachapelle @@ -54101,6 +66314,8 @@ Date: Thu Aug 13 03:17:38 2009 +0000 Monotone-Date: 2009-08-13T03:17:38 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoDragHandles.js + commit 4a61fe3217b60748ff94a10ed8f16c6e35d1f31e Author: Francis Lachapelle Date: Wed Aug 12 23:07:46 2009 +0000 @@ -54114,6 +66329,8 @@ Date: Wed Aug 12 23:07:46 2009 +0000 Monotone-Date: 2009-08-12T23:07:46 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css + commit 170f96926ebbab500e2481549804336d5962b37e Author: Ludovic Marcotte Date: Wed Aug 12 18:33:13 2009 +0000 @@ -54127,21 +66344,7 @@ Date: Wed Aug 12 18:33:13 2009 +0000 Monotone-Date: 2009-08-12T18:33:13 Monotone-Branch: ca.inverse.sogo -commit 5a671abd4e4e93654ba0ec2a3537c7c71bb447ae -Merge: 8374b07 90fbbd2 -Author: Ludovic Marcotte -Date: Wed Aug 12 18:32:06 2009 +0000 - - merge of '30b17f8b132aabf466920f5741c98449cf90b643' - and 'bc6ce04250c2cbad21bdc2d1f485e5a659478282' - - Monotone-Parent: 30b17f8b132aabf466920f5741c98449cf90b643 - Monotone-Parent: bc6ce04250c2cbad21bdc2d1f485e5a659478282 - Monotone-Revision: 7160d34efc971b66d2814d542e0ba0d577a8bcd6 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2009-08-12T18:32:06 - Monotone-Branch: ca.inverse.sogo +M NEWS commit 90fbbd211c34c8b619712836f9d2c5ed024a972a Author: Wolfgang Sourdeau @@ -54154,6 +66357,9 @@ Date: Wed Aug 12 19:03:04 2009 +0000 Monotone-Date: 2009-08-12T19:03:04 Monotone-Branch: ca.inverse.sogo +M debian/sogo.postrm +M debian/sogo.preinst + commit 0159e951d183e5e58efee3f928390535f32fef31 Author: Wolfgang Sourdeau Date: Wed Aug 12 18:29:34 2009 +0000 @@ -54165,6 +66371,8 @@ Date: Wed Aug 12 18:29:34 2009 +0000 Monotone-Date: 2009-08-12T18:29:34 Monotone-Branch: ca.inverse.sogo +D Scripts/sogo-init.d-debian + commit 6143663d79c318c719a353438d4e89eb786dc457 Author: Wolfgang Sourdeau Date: Wed Aug 12 18:17:40 2009 +0000 @@ -54176,6 +66384,9 @@ Date: Wed Aug 12 18:17:40 2009 +0000 Monotone-Date: 2009-08-12T18:17:40 Monotone-Branch: ca.inverse.sogo +M debian/sogo.postrm +M debian/sogo.preinst + commit 059bd049ec0af292dd275f02851c165734dd3898 Author: Wolfgang Sourdeau Date: Wed Aug 12 18:03:17 2009 +0000 @@ -54187,6 +66398,8 @@ Date: Wed Aug 12 18:03:17 2009 +0000 Monotone-Date: 2009-08-12T18:03:17 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-debian.diff + commit 20558d13a36aa31c59887a90ae98ba4793caa27c Author: Wolfgang Sourdeau Date: Wed Aug 12 17:24:12 2009 +0000 @@ -54198,38 +66411,12 @@ Date: Wed Aug 12 17:24:12 2009 +0000 Monotone-Date: 2009-08-12T17:24:12 Monotone-Branch: ca.inverse.sogo -commit 6716bb6b8f592d1ff0a3664ea0daf9b3e9f0abe4 -Merge: e196a06 d78b051 -Author: Francis Lachapelle -Date: Wed Aug 12 16:32:39 2009 +0000 - - merge of '6c5400ad876892d2492cc0fc30b4cfb3561245f0' - and 'dbb2faa4ece00785610d1dc432ae7e76a17f8961' - - Monotone-Parent: 6c5400ad876892d2492cc0fc30b4cfb3561245f0 - Monotone-Parent: dbb2faa4ece00785610d1dc432ae7e76a17f8961 - Monotone-Revision: bea77de1f9abc0ecf4b75dd637ecb87af1981845 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-08-12T16:32:39 - Monotone-Branch: ca.inverse.sogo - Monotone-Tag: SOGo_v1.0.4 - -commit d78b0516aab14aea075d84dbd6be2e927059265f -Merge: 73c603c c2d9a2e -Author: Wolfgang Sourdeau -Date: Wed Aug 12 16:32:14 2009 +0000 - - merge of '0044cf5f6592a131133f84f76e539a47a7d8f64a' - and '87d1d936dba4536ea960f1ec23222ecd8c906d10' - - Monotone-Parent: 0044cf5f6592a131133f84f76e539a47a7d8f64a - Monotone-Parent: 87d1d936dba4536ea960f1ec23222ecd8c906d10 - Monotone-Revision: dbb2faa4ece00785610d1dc432ae7e76a17f8961 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-08-12T16:32:14 - Monotone-Branch: ca.inverse.sogo +A debian/sogo.cron.daily +A debian/sogo.examples +A debian/sogo.init +A debian/sogo.logrotate +A debian/sogo.overrides +A debian/sogo.preinst commit c2d9a2ea344a60c0722498163f1cf427a923b0ba Author: Wolfgang Sourdeau @@ -54242,21 +66429,7 @@ Date: Wed Aug 12 16:32:01 2009 +0000 Monotone-Date: 2009-08-12T16:32:01 Monotone-Branch: ca.inverse.sogo -commit e196a0617bcf98d1bf5ec7e787c92028f0f11a3a -Merge: 73c603c 8b9042d -Author: Francis Lachapelle -Date: Wed Aug 12 16:31:38 2009 +0000 - - merge of '0044cf5f6592a131133f84f76e539a47a7d8f64a' - and 'e36cbb9da53308642513123a9831ab22030eca9f' - - Monotone-Parent: 0044cf5f6592a131133f84f76e539a47a7d8f64a - Monotone-Parent: e36cbb9da53308642513123a9831ab22030eca9f - Monotone-Revision: 6c5400ad876892d2492cc0fc30b4cfb3561245f0 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-08-12T16:31:38 - Monotone-Branch: ca.inverse.sogo +M debian/sogo.prerm commit 73c603cb2a9385e0dd96160673d6537df477b4ef Author: Francis Lachapelle @@ -54271,6 +66444,9 @@ Date: Wed Aug 12 16:28:54 2009 +0000 Monotone-Date: 2009-08-12T16:28:54 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + commit fb69d6c83c67837a30226d48e753f6d69856ccf2 Author: Francis Lachapelle Date: Wed Aug 12 16:24:46 2009 +0000 @@ -54284,6 +66460,8 @@ Date: Wed Aug 12 16:24:46 2009 +0000 Monotone-Date: 2009-08-12T16:24:46 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 8b9042d24d7012f830259947fa239835ccb89efb Author: Wolfgang Sourdeau Date: Wed Aug 12 15:25:33 2009 +0000 @@ -54295,6 +66473,18 @@ Date: Wed Aug 12 15:25:33 2009 +0000 Monotone-Date: 2009-08-12T15:25:33 Monotone-Branch: ca.inverse.sogo +D SOPE/sope-deb.diff +A SOPE/sope-debian.diff +M debian/changelog +M debian/control +M debian/copyright +M debian/rules +M debian/sogo.docs +M debian/sogo.install +M debian/sogo.postinst +M debian/sogo.postrm +M debian/sogo.prerm + commit ccdf1fb60d4bf7d9c0c91789e53707dec2fbdd93 Author: Francis Lachapelle Date: Wed Aug 12 15:18:07 2009 +0000 @@ -54308,24 +66498,8 @@ Date: Wed Aug 12 15:18:07 2009 +0000 Monotone-Date: 2009-08-12T15:18:07 Monotone-Branch: ca.inverse.sogo -commit 7bf21e3dc168fbcd6f1eebc55dc2a5857296fe51 -Merge: e4999b8 aab012e -Author: Francis Lachapelle -Date: Wed Aug 12 14:22:38 2009 +0000 - - merge of '0e58e513a89ec890f9064334253d81189c9b4b77' - and '64564dd4ca1852af3441d98e355837a9511444c6' - - Monotone-Parent: 0e58e513a89ec890f9064334253d81189c9b4b77 - Monotone-Parent: 64564dd4ca1852af3441d98e355837a9511444c6 - Monotone-Revision: b73c9a8e960042141668dfb6cc60ef8926fd189a - - Monotone-Author: flachapelle@inverse.ca - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-08-12T14:22:38 - Monotone-Date: 2009-08-12T15:14:21 - Monotone-Branch: ca.inverse.sogo - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/Version commit e4999b857b5321e8f3a270e5c068eea90b682b56 Author: Francis Lachapelle @@ -54338,6 +66512,8 @@ Date: Wed Aug 12 14:13:54 2009 +0000 Monotone-Date: 2009-08-12T14:13:54 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.m + commit aab012ec5be2d89a2e7ef21655d36797fbc92605 Author: Wolfgang Sourdeau Date: Wed Aug 12 14:13:46 2009 +0000 @@ -54349,6 +66525,26 @@ Date: Wed Aug 12 14:13:46 2009 +0000 Monotone-Date: 2009-08-12T14:13:46 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailBrazilianPortugueseDeletion.wo/SOGoAptMailBrazilianPortugueseDeletion.html +M SoObjects/Appointments/SOGoAptMailBrazilianPortugueseDeletion.wo/SOGoAptMailBrazilianPortugueseDeletion.wod +M SoObjects/Appointments/SOGoAptMailBrazilianPortugueseICalReply.wo/SOGoAptMailBrazilianPortugueseICalReply.html +M SoObjects/Appointments/SOGoAptMailBrazilianPortugueseICalReply.wo/SOGoAptMailBrazilianPortugueseICalReply.wod +M SoObjects/Appointments/SOGoAptMailBrazilianPortugueseInvitation.wo/SOGoAptMailBrazilianPortugueseInvitation.html +M SoObjects/Appointments/SOGoAptMailBrazilianPortugueseInvitation.wo/SOGoAptMailBrazilianPortugueseInvitation.wod +M SoObjects/Appointments/SOGoAptMailBrazilianPortugueseUpdate.wo/SOGoAptMailBrazilianPortugueseUpdate.html +M SoObjects/Appointments/SOGoAptMailBrazilianPortugueseUpdate.wo/SOGoAptMailBrazilianPortugueseUpdate.wod +M SoObjects/Appointments/SOGoAptMailCzechDeletion.wo/SOGoAptMailCzechDeletion.html +M SoObjects/Appointments/SOGoAptMailCzechICalReply.wo/SOGoAptMailCzechICalReply.html +M SoObjects/Appointments/SOGoAptMailCzechInvitation.wo/SOGoAptMailCzechInvitation.html +M SoObjects/Appointments/SOGoAptMailCzechUpdate.wo/SOGoAptMailCzechUpdate.html +M SoObjects/Mailer/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.html +M SoObjects/Mailer/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.wod +M SoObjects/Mailer/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.html +M SoObjects/Mailer/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.wod +M SoObjects/Mailer/SOGoMailCzechForward.wo/SOGoMailCzechForward.html +M SoObjects/Mailer/SOGoMailCzechReply.wo/SOGoMailCzechReply.html +M UI/MainUI/Czech.lproj/Locale + commit a12ecf7fb18b4847283d3d31870bd9ec98b415ac Author: Francis Lachapelle Date: Wed Aug 12 13:56:55 2009 +0000 @@ -54362,6 +66558,8 @@ Date: Wed Aug 12 13:56:55 2009 +0000 Monotone-Date: 2009-08-12T13:56:55 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxComponentEditor.js + commit 0d558abe536ee10161ee7b8688087619fe4e3093 Author: Wolfgang Sourdeau Date: Tue Aug 11 22:14:10 2009 +0000 @@ -54373,6 +66571,24 @@ Date: Tue Aug 11 22:14:10 2009 +0000 Monotone-Date: 2009-08-11T22:14:10 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/BrazilianPortuguese.lproj/Localizable.strings +M SoObjects/Appointments/Czech.lproj/Localizable.strings +M SoObjects/Contacts/Czech.lproj/Localizable.strings +M UI/Common/BrazilianPortuguese.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/MailPartViewers/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailPartViewers/Czech.lproj/Localizable.strings +M UI/MailerUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailerUI/Czech.lproj/Localizable.strings +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings + commit 84b02ae0e6f44e748b7e230681eccf7bc9d31ca6 Author: Wolfgang Sourdeau Date: Tue Aug 11 22:06:50 2009 +0000 @@ -54384,6 +66600,8 @@ Date: Tue Aug 11 22:06:50 2009 +0000 Monotone-Date: 2009-08-11T22:06:50 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 69163c2e777925c18fd9b0e6b38fb54d7c379736 Author: Wolfgang Sourdeau Date: Tue Aug 11 17:31:05 2009 +0000 @@ -54395,21 +66613,7 @@ Date: Tue Aug 11 17:31:05 2009 +0000 Monotone-Date: 2009-08-11T17:31:05 Monotone-Branch: ca.inverse.sogo -commit 698a8e955a4024ea244b982dd431d701369137cc -Merge: 72f16ae ee3f45e -Author: Wolfgang Sourdeau -Date: Tue Aug 11 17:30:49 2009 +0000 - - merge of '49622a78cc682f73b0d14c2e5e0ba8cc5ddbdc89' - and '6dba4565cf1a4808254012e5e6299fe143f884f5' - - Monotone-Parent: 49622a78cc682f73b0d14c2e5e0ba8cc5ddbdc89 - Monotone-Parent: 6dba4565cf1a4808254012e5e6299fe143f884f5 - Monotone-Revision: 7a113f7bea732d33ac70591602ece2a138aee9b3 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-08-11T17:30:49 - Monotone-Branch: ca.inverse.sogo +M NEWS commit ee3f45e0df2af0bd154ebae9f1bbf780b0c65220 Author: Wolfgang Sourdeau @@ -54422,6 +66626,10 @@ Date: Tue Aug 11 16:52:10 2009 +0000 Monotone-Date: 2009-08-11T16:52:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M UI/Scheduler/UIxComponentEditor.m + commit 8374b0742093672c04858761fb75727d8a4b32b9 Author: Ludovic Marcotte Date: Tue Aug 11 12:10:22 2009 +0000 @@ -54435,6 +66643,8 @@ Date: Tue Aug 11 12:10:22 2009 +0000 Monotone-Date: 2009-08-11T12:10:22 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 72f16aee96c125419929b17b39ab6e863d583edd Author: Francis Lachapelle Date: Tue Aug 11 03:19:05 2009 +0000 @@ -54448,6 +66658,8 @@ Date: Tue Aug 11 03:19:05 2009 +0000 Monotone-Date: 2009-08-11T03:19:05 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css + commit 4d17df904c29c0f9433ce83df2bd7f0ebd06e71b Author: Francis Lachapelle Date: Tue Aug 11 02:32:19 2009 +0000 @@ -54461,6 +66673,8 @@ Date: Tue Aug 11 02:32:19 2009 +0000 Monotone-Date: 2009-08-11T02:32:19 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/French.lproj/Localizable.strings + commit ed79ed79fda442ea4a197e303fc93b4ece4b2b6e Author: Francis Lachapelle Date: Tue Aug 11 02:06:27 2009 +0000 @@ -54474,6 +66688,10 @@ Date: Tue Aug 11 02:06:27 2009 +0000 Monotone-Date: 2009-08-11T02:06:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M UI/Scheduler/UIxComponentEditor.m + commit 6a5af3ba35d85f3883b993826984e0cf6a6bb16c Author: Francis Lachapelle Date: Tue Aug 11 01:49:08 2009 +0000 @@ -54487,6 +66705,8 @@ Date: Tue Aug 11 01:49:08 2009 +0000 Monotone-Date: 2009-08-11T01:49:08 Monotone-Branch: ca.inverse.sogo +M NEWS + commit ecfd8f026e2bfcaf1c5c4612a362d1e97dd6a306 Author: Wolfgang Sourdeau Date: Mon Aug 10 20:59:49 2009 +0000 @@ -54498,6 +66718,11 @@ Date: Mon Aug 10 20:59:49 2009 +0000 Monotone-Date: 2009-08-10T20:59:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/product.plist +M Tests/test-davacl.py + commit 89b67f843485e7626b507dd9d2e24ed9045745a3 Author: Wolfgang Sourdeau Date: Mon Aug 10 20:57:22 2009 +0000 @@ -54509,6 +66734,10 @@ Date: Mon Aug 10 20:57:22 2009 +0000 Monotone-Date: 2009-08-10T20:57:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/iCalEntityObject+SOGo.h +M SoObjects/Appointments/iCalEntityObject+SOGo.m + commit 87793cdb481cb01eb1cb6a3d749e4049266967a7 Author: Francis Lachapelle Date: Mon Aug 10 20:18:24 2009 +0000 @@ -54522,6 +66751,8 @@ Date: Mon Aug 10 20:18:24 2009 +0000 Monotone-Date: 2009-08-10T20:18:24 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit daaa7fdf8a5886603f549c314ce5d8c824aeee6e Author: Francis Lachapelle Date: Mon Aug 10 20:17:43 2009 +0000 @@ -54535,6 +66766,13 @@ Date: Mon Aug 10 20:17:43 2009 +0000 Monotone-Date: 2009-08-10T20:17:43 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings + commit a91abae53caea3b9d6fb9a9e34ddd9361eaafeab Author: Ludovic Marcotte Date: Mon Aug 10 16:23:21 2009 +0000 @@ -54548,6 +66786,9 @@ Date: Mon Aug 10 16:23:21 2009 +0000 Monotone-Date: 2009-08-10T16:23:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPUserManager.m + commit 34ee31b2cbb8953261ca95fc3febe9cb9747005d Author: Francis Lachapelle Date: Mon Aug 10 18:56:30 2009 +0000 @@ -54561,6 +66802,57 @@ Date: Mon Aug 10 18:56:30 2009 +0000 Monotone-Date: 2009-08-10T18:56:30 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/BrazilianPortuguese.lproj/Localizable.strings +M SoObjects/Appointments/Dutch.lproj/Localizable.strings +M SoObjects/Appointments/German.lproj/Localizable.strings +M SoObjects/Appointments/Italian.lproj/Localizable.strings +M SoObjects/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M SoObjects/Contacts/Italian.lproj/Localizable.strings +M UI/Common/BrazilianPortuguese.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Common/Hungarian.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +M UI/Common/Welsh.lproj/Localizable.strings +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/MailPartViewers/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailPartViewers/Dutch.lproj/Localizable.strings +M UI/MailPartViewers/German.lproj/Localizable.strings +M UI/MailPartViewers/Spanish.lproj/Localizable.strings +M UI/MailerUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MailerUI/Czech.lproj/Localizable.strings +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Hungarian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MailerUI/Welsh.lproj/Localizable.strings +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Welsh.lproj/Localizable.strings + commit 437dc98f3e3e8b096d251fc896deaae5a4463606 Author: Francis Lachapelle Date: Mon Aug 10 18:20:39 2009 +0000 @@ -54574,6 +66866,30 @@ Date: Mon Aug 10 18:20:39 2009 +0000 Monotone-Date: 2009-08-10T18:20:39 Monotone-Branch: ca.inverse.sogo +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MailerUI/Welsh.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings + commit 940ad8ca98401329f54b8c7f7eace44ee323d420 Author: Wolfgang Sourdeau Date: Mon Aug 10 16:25:40 2009 +0000 @@ -54585,6 +66901,8 @@ Date: Mon Aug 10 16:25:40 2009 +0000 Monotone-Date: 2009-08-10T16:25:40 Monotone-Branch: ca.inverse.sogo +M Tests/propfind.py + commit 12c629ff1fde89e4c9496eb15f4b7d0e3cad09dd Author: Wolfgang Sourdeau Date: Mon Aug 10 15:14:09 2009 +0000 @@ -54596,6 +66914,8 @@ Date: Mon Aug 10 15:14:09 2009 +0000 Monotone-Date: 2009-08-10T15:14:09 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoWebDAVAclManager.m + commit 51f0a296f50e630bd94597e400ff07bf09de9657 Author: Wolfgang Sourdeau Date: Mon Aug 10 15:13:45 2009 +0000 @@ -54607,6 +66927,9 @@ Date: Mon Aug 10 15:13:45 2009 +0000 Monotone-Date: 2009-08-10T15:13:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/webdavlib.py + commit 6cb148d463224a2734c10de71220326a5188c532 Author: Wolfgang Sourdeau Date: Mon Aug 10 15:12:01 2009 +0000 @@ -54618,6 +66941,8 @@ Date: Mon Aug 10 15:12:01 2009 +0000 Monotone-Date: 2009-08-10T15:12:01 Monotone-Branch: ca.inverse.sogo +M Tests/propfind.py + commit ed4d17f83cb790ad3d42689a3d8f284e829c36f5 Author: Wolfgang Sourdeau Date: Mon Aug 10 15:11:31 2009 +0000 @@ -54629,6 +66954,9 @@ Date: Mon Aug 10 15:11:31 2009 +0000 Monotone-Date: 2009-08-10T15:11:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit d30428795202c5b2b4ce0f7223575a089315ac8d Author: Wolfgang Sourdeau Date: Sun Aug 9 03:18:34 2009 +0000 @@ -54640,6 +66968,8 @@ Date: Sun Aug 9 03:18:34 2009 +0000 Monotone-Date: 2009-08-09T03:18:34 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 22b32f3e40d916f8f64732106261aaaf743db7e9 Author: Ludovic Marcotte Date: Fri Aug 7 20:01:18 2009 +0000 @@ -54653,6 +66983,8 @@ Date: Fri Aug 7 20:01:18 2009 +0000 Monotone-Date: 2009-08-07T20:01:18 Monotone-Branch: ca.inverse.sogo +M NEWS + commit babc98e751491ae72b843380cfc54942969566eb Author: Wolfgang Sourdeau Date: Fri Aug 7 17:52:53 2009 +0000 @@ -54664,6 +66996,8 @@ Date: Fri Aug 7 17:52:53 2009 +0000 Monotone-Date: 2009-08-07T17:52:53 Monotone-Branch: ca.inverse.sogo +M Tests/README + commit 18d5be6be43a386dc647b883d990a2c7067ccad6 Author: Wolfgang Sourdeau Date: Fri Aug 7 17:45:37 2009 +0000 @@ -54675,6 +67009,8 @@ Date: Fri Aug 7 17:45:37 2009 +0000 Monotone-Date: 2009-08-07T17:45:37 Monotone-Branch: ca.inverse.sogo +M Tests/README + commit 5915e345cea4a4b3ad480ec60d527d0cd157c1be Author: Wolfgang Sourdeau Date: Fri Aug 7 17:42:42 2009 +0000 @@ -54686,6 +67022,8 @@ Date: Fri Aug 7 17:42:42 2009 +0000 Monotone-Date: 2009-08-07T17:42:42 Monotone-Branch: ca.inverse.sogo +M Tests/README + commit ae7fa18c8d8ae3afd348623abc7f4c53bf334cf6 Author: Wolfgang Sourdeau Date: Fri Aug 7 17:40:57 2009 +0000 @@ -54697,21 +67035,7 @@ Date: Fri Aug 7 17:40:57 2009 +0000 Monotone-Date: 2009-08-07T17:40:57 Monotone-Branch: ca.inverse.sogo -commit a23ab48820aa3d4d536c7c5e474d5c3a482e029f -Merge: a8a3246 c7513e3 -Author: Wolfgang Sourdeau -Date: Fri Aug 7 17:35:38 2009 +0000 - - merge of '22327124753059b633156bc954cc02084275bce4' - and '424fe05c145a975ee16eb60cf1c50dda3ff5e588' - - Monotone-Parent: 22327124753059b633156bc954cc02084275bce4 - Monotone-Parent: 424fe05c145a975ee16eb60cf1c50dda3ff5e588 - Monotone-Revision: 15cfd78a03a492815ed414c938dc732ee440dedb - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-08-07T17:35:38 - Monotone-Branch: ca.inverse.sogo +M Tests/test-davacl.py commit c7513e338dd81c85e0aee8b326ebae3987a13610 Author: Wolfgang Sourdeau @@ -54724,21 +67048,8 @@ Date: Fri Aug 7 17:35:15 2009 +0000 Monotone-Date: 2009-08-07T17:35:15 Monotone-Branch: ca.inverse.sogo -commit a8a32461d4f96c0bdddba5e438e875808fa7f12b -Merge: d5efec6 41f230c -Author: Francis Lachapelle -Date: Fri Aug 7 16:02:14 2009 +0000 - - merge of '6eb182232c54958d95899ac372dfe954dcc1b9f4' - and 'b187467dece23f6eb8bf6fef314b1cf1ca22eaec' - - Monotone-Parent: 6eb182232c54958d95899ac372dfe954dcc1b9f4 - Monotone-Parent: b187467dece23f6eb8bf6fef314b1cf1ca22eaec - Monotone-Revision: 22327124753059b633156bc954cc02084275bce4 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-08-07T16:02:14 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/test-davacl.py commit 41f230c6b2d8eb1e4c1d5291a7f58dbc82f11960 Author: Francis Lachapelle @@ -54753,6 +67064,13 @@ Date: Fri Aug 7 16:01:14 2009 +0000 Monotone-Date: 2009-08-07T16:01:14 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxComponentEditor.css +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/UIxTaskEditor.js + commit 10648ee0ac5e2c7bf03e6ddc7bd6138a43e6d4f5 Author: Wolfgang Sourdeau Date: Fri Aug 7 15:55:15 2009 +0000 @@ -54764,21 +67082,7 @@ Date: Fri Aug 7 15:55:15 2009 +0000 Monotone-Date: 2009-08-07T15:55:15 Monotone-Branch: ca.inverse.sogo -commit d5efec6e728f4d28ea44f35be6f91b06ef3a8bfc -Merge: f6baff6 395f584 -Author: Wolfgang Sourdeau -Date: Fri Aug 7 15:40:42 2009 +0000 - - merge of '087438694b433e2d312278234d9a1776d302326f' - and '6c5c0cfc38476abab3bbd81d781d653717c5be6d' - - Monotone-Parent: 087438694b433e2d312278234d9a1776d302326f - Monotone-Parent: 6c5c0cfc38476abab3bbd81d781d653717c5be6d - Monotone-Revision: 6eb182232c54958d95899ac372dfe954dcc1b9f4 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-08-07T15:40:42 - Monotone-Branch: ca.inverse.sogo +M Tests/all.py commit 395f584db75d71aad550347a3432d7ee9f7b55e2 Author: Wolfgang Sourdeau @@ -54791,6 +67095,16 @@ Date: Fri Aug 7 15:40:03 2009 +0000 Monotone-Date: 2009-08-07T15:40:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/all.py +A Tests/config.py.in +D Tests/davacl.py +M Tests/propfind.py +A Tests/test-davacl.py +A Tests/test-wedavsync.py +D Tests/testconfig.py.in +D Tests/webdavsync.py + commit 83e1cf8b0647f0401f677ff3947b3f3bd958706a Author: Francis Lachapelle Date: Fri Aug 7 15:21:14 2009 +0000 @@ -54804,21 +67118,7 @@ Date: Fri Aug 7 15:21:14 2009 +0000 Monotone-Date: 2009-08-07T15:21:14 Monotone-Branch: ca.inverse.sogo -commit f6baff69f8c04f408682105d4c4d7c7aabda6dc1 -Merge: 19f5d50 2f3758e -Author: Ludovic Marcotte -Date: Fri Aug 7 09:32:44 2009 +0000 - - merge of '65d93d27a238a5e86f0c7bc9fd3cbc658d5ee681' - and '7fdf5019b42b8f7abfe4265a47d3175189493e24' - - Monotone-Parent: 65d93d27a238a5e86f0c7bc9fd3cbc658d5ee681 - Monotone-Parent: 7fdf5019b42b8f7abfe4265a47d3175189493e24 - Monotone-Revision: 087438694b433e2d312278234d9a1776d302326f - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2009-08-07T09:32:44 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.js commit 2f3758efa6a8ccacfa6ddbd4103b369128e2d45a Author: Francis Lachapelle @@ -54833,6 +67133,9 @@ Date: Thu Aug 6 22:03:58 2009 +0000 Monotone-Date: 2009-08-06T22:03:58 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/Templates/SchedulerUI/UIxComponentEditor.wox + commit 19f5d50e616ce6bebf90f49821f7beb2d3e87908 Author: Wolfgang Sourdeau Date: Thu Aug 6 21:41:19 2009 +0000 @@ -54844,6 +67147,9 @@ Date: Thu Aug 6 21:41:19 2009 +0000 Monotone-Date: 2009-08-06T21:41:19 Monotone-Branch: ca.inverse.sogo +M Tests/README +A Tests/all.py + commit c761ef5ba1047001929f9597bc721de9a4039e69 Author: Wolfgang Sourdeau Date: Thu Aug 6 21:40:48 2009 +0000 @@ -54855,6 +67161,13 @@ Date: Thu Aug 6 21:40:48 2009 +0000 Monotone-Date: 2009-08-06T21:40:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/product.plist +A Tests/davacl.py +M Tests/testconfig.py.in +M UI/MainUI/product.plist + commit e8acf62eb7426dc0654765486d1ac8b36993655c Author: Wolfgang Sourdeau Date: Thu Aug 6 21:38:41 2009 +0000 @@ -54866,21 +67179,7 @@ Date: Thu Aug 6 21:38:41 2009 +0000 Monotone-Date: 2009-08-06T21:38:41 Monotone-Branch: ca.inverse.sogo -commit ee1e2a3f7df27a3f973dc778726790f4d78a5f58 -Merge: d0f60f9 888d078 -Author: Francis Lachapelle -Date: Thu Aug 6 21:22:45 2009 +0000 - - merge of '8ba93fdae75ee545af159a1b88dfb6faccbe7bc2' - and 'f14da511e49cf36d5c6f6a7d9fe1aed0eeda1c79' - - Monotone-Parent: 8ba93fdae75ee545af159a1b88dfb6faccbe7bc2 - Monotone-Parent: f14da511e49cf36d5c6f6a7d9fe1aed0eeda1c79 - Monotone-Revision: a1e57050a74f60b51f4353a56736984146736973 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-08-06T21:22:45 - Monotone-Branch: ca.inverse.sogo +M Tests/README commit d0f60f9e9301373b1914d13181c6ea228f1a823d Author: Francis Lachapelle @@ -54895,6 +67194,9 @@ Date: Thu Aug 6 21:22:11 2009 +0000 Monotone-Date: 2009-08-06T21:22:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js + commit 93982c19891726415bce973bdcff98ab25370216 Author: Francis Lachapelle Date: Thu Aug 6 21:18:27 2009 +0000 @@ -54906,6 +67208,8 @@ Date: Thu Aug 6 21:18:27 2009 +0000 Monotone-Date: 2009-08-06T21:18:27 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/French.lproj/Localizable.strings + commit 888d078d522213b8d256c8a9b637cc283f0b1f65 Author: Wolfgang Sourdeau Date: Thu Aug 6 19:27:40 2009 +0000 @@ -54917,6 +67221,8 @@ Date: Thu Aug 6 19:27:40 2009 +0000 Monotone-Date: 2009-08-06T19:27:40 Monotone-Branch: ca.inverse.sogo +M Tests/README + commit 9627dd6eaaa02fe4ed4b96f0acc3c85cbef2f1f7 Author: Wolfgang Sourdeau Date: Thu Aug 6 19:21:49 2009 +0000 @@ -54928,6 +67234,9 @@ Date: Thu Aug 6 19:21:49 2009 +0000 Monotone-Date: 2009-08-06T19:21:49 Monotone-Branch: ca.inverse.sogo +D Tests/webdav-sync.py +A Tests/webdavsync.py + commit dbc6bd1a8cf2b2026b0d7c1558ebd97a617c46ac Author: Wolfgang Sourdeau Date: Thu Aug 6 19:21:10 2009 +0000 @@ -54939,21 +67248,8 @@ Date: Thu Aug 6 19:21:10 2009 +0000 Monotone-Date: 2009-08-06T19:21:10 Monotone-Branch: ca.inverse.sogo -commit 7895f290c97cfa51b3f1b617cf5bdfdc059ea9c5 -Merge: cf7b984 c3ff1d6 -Author: Wolfgang Sourdeau -Date: Thu Aug 6 19:19:32 2009 +0000 - - merge of '977a2fc6635839b5595a2518bac96d0260c9b3da' - and '997781056d484980738b11e151b8156a66f0998b' - - Monotone-Parent: 977a2fc6635839b5595a2518bac96d0260c9b3da - Monotone-Parent: 997781056d484980738b11e151b8156a66f0998b - Monotone-Revision: f0967567767bc3e201a892b9a9fc17de9c47f0a1 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-08-06T19:19:32 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Tests/webdavlib.py commit cf7b984ad7d5d9f2507d8674a13ca1c5fa1e6b88 Author: Wolfgang Sourdeau @@ -54966,6 +67262,8 @@ Date: Thu Aug 6 19:18:51 2009 +0000 Monotone-Date: 2009-08-06T19:18:51 Monotone-Branch: ca.inverse.sogo +M .mtn-ignore + commit c3ff1d6c6e8aed153b11739043d980b594489daa Author: Francis Lachapelle Date: Thu Aug 6 19:07:25 2009 +0000 @@ -54979,6 +67277,24 @@ Date: Thu Aug 6 19:07:25 2009 +0000 Monotone-Date: 2009-08-06T19:07:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/UIxPreferences.h +M UI/PreferencesUI/UIxPreferences.m +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/iefixes.css + commit 8bf4515d6fc5e1f762e42b434a919858497228d2 Author: Francis Lachapelle Date: Thu Aug 6 18:51:58 2009 +0000 @@ -54990,21 +67306,7 @@ Date: Thu Aug 6 18:51:58 2009 +0000 Monotone-Date: 2009-08-06T18:51:58 Monotone-Branch: ca.inverse.sogo -commit 927575dc9d6814a150ad71907d734ea4c9d6a1e6 -Merge: 0ee22d9 e94b025 -Author: Francis Lachapelle -Date: Thu Aug 6 14:37:53 2009 +0000 - - merge of 'a0d0b11a9d09b6e2a4c1105454c00cca7c853ac5' - and 'd35569adb5f95d077a2e359cae7af87c6ba720d1' - - Monotone-Parent: a0d0b11a9d09b6e2a4c1105454c00cca7c853ac5 - Monotone-Parent: d35569adb5f95d077a2e359cae7af87c6ba720d1 - Monotone-Revision: 2ae443d1e9e3ef66ebb42cbba16fc86deb005615 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-08-06T14:37:53 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ckeditor/_source/core/_bootstrap.js commit c8e3996fee3fb3e1eb07c8da3c2b1a0d67c9e1df Author: Wolfgang Sourdeau @@ -55017,6 +67319,8 @@ Date: Wed Aug 5 16:44:50 2009 +0000 Monotone-Date: 2009-08-05T16:44:50 Monotone-Branch: ca.inverse.sogo +M Tests/webdav-sync.py + commit 3fff395160b634de7e627140a8f50f8e917a2a91 Author: Wolfgang Sourdeau Date: Wed Aug 5 16:44:45 2009 +0000 @@ -55028,6 +67332,8 @@ Date: Wed Aug 5 16:44:45 2009 +0000 Monotone-Date: 2009-08-05T16:44:45 Monotone-Branch: ca.inverse.sogo +M Tests/webdavlib.py + commit e94b025ae9359144c7333c114d0a9584e5f323f9 Author: Wolfgang Sourdeau Date: Wed Aug 5 15:38:46 2009 +0000 @@ -55039,6 +67345,8 @@ Date: Wed Aug 5 15:38:46 2009 +0000 Monotone-Date: 2009-08-05T15:38:46 Monotone-Branch: ca.inverse.sogo +M Tests/README + commit ecfa434da2503ede720f5462ee2f95f9dd70ae23 Author: Wolfgang Sourdeau Date: Wed Aug 5 15:36:09 2009 +0000 @@ -55050,6 +67358,10 @@ Date: Wed Aug 5 15:36:09 2009 +0000 Monotone-Date: 2009-08-05T15:36:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m +M Tests/README + commit 5b3592c974861264a820bd83872d2a2731f1e6ff Author: Wolfgang Sourdeau Date: Wed Aug 5 15:34:45 2009 +0000 @@ -55061,37 +67373,11 @@ Date: Wed Aug 5 15:34:45 2009 +0000 Monotone-Date: 2009-08-05T15:34:45 Monotone-Branch: ca.inverse.sogo -commit d6bb70c29c76fcf3863f91f21454075c56ad1347 -Merge: b2638c1 689f10d -Author: Wolfgang Sourdeau -Date: Wed Aug 5 15:20:08 2009 +0000 - - merge of 'a5d8a3ec1f85f1e3b6704040be5e3e1e48a905d0' - and 'a8c64d14750befd92b3c27234b3603d4a6f894c9' - - Monotone-Parent: a5d8a3ec1f85f1e3b6704040be5e3e1e48a905d0 - Monotone-Parent: a8c64d14750befd92b3c27234b3603d4a6f894c9 - Monotone-Revision: 11e7712d6d915167dfc15be7f67ab23f7f9e7cc7 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-08-05T15:20:08 - Monotone-Branch: ca.inverse.sogo - -commit 689f10d8ad741ada8484410a94e0177f20513d31 -Merge: b1b8ce2 e2dd875 -Author: Wolfgang Sourdeau -Date: Wed Aug 5 15:19:08 2009 +0000 - - merge of '4ac197b200da843253c472d28004ce7d849b7299' - and '64703eddf193d3b0fa0bcca0b336e5a68d8a1256' - - Monotone-Parent: 4ac197b200da843253c472d28004ce7d849b7299 - Monotone-Parent: 64703eddf193d3b0fa0bcca0b336e5a68d8a1256 - Monotone-Revision: a8c64d14750befd92b3c27234b3603d4a6f894c9 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-08-05T15:19:08 - Monotone-Branch: ca.inverse.sogo +A Tests/README +A Tests/propfind.py +A Tests/testconfig.py.in +A Tests/webdav-sync.py +A Tests/webdavlib.py commit b1b8ce2aa313bd0b878b03fa041268000178bd9f Author: Wolfgang Sourdeau @@ -55104,6 +67390,11 @@ Date: Wed Aug 5 15:19:01 2009 +0000 Monotone-Date: 2009-08-05T15:19:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/GNUmakefile +A SoObjects/SOGo/WOResponse+SOGo.h +A SoObjects/SOGo/WOResponse+SOGo.m + commit b2638c1a68172dbaedb0e202018ffffaa7bdd00f Author: Ludovic Marcotte Date: Wed Aug 5 11:32:37 2009 +0000 @@ -55117,6 +67408,8 @@ Date: Wed Aug 5 11:32:37 2009 +0000 Monotone-Date: 2009-08-05T11:32:37 Monotone-Branch: ca.inverse.sogo +M NEWS + commit c3df2a4b4623de03704ec6e2d5e5e099d197f3d6 Author: Ludovic Marcotte Date: Wed Aug 5 11:30:23 2009 +0000 @@ -55130,6 +67423,15 @@ Date: Wed Aug 5 11:30:23 2009 +0000 Monotone-Date: 2009-08-05T11:30:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailForward.h +M SoObjects/Mailer/SOGoMailForward.m +A SoObjects/Mailer/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.wod +A SoObjects/Mailer/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.wod +M SoObjects/Mailer/SOGoMailReply.h +M SoObjects/Mailer/SOGoMailReply.m +M SoObjects/Mailer/SOGoMailWelshForward.wo/SOGoMailWelshForward.html + commit cc3e9cef5d8d30907830558885938241ddfb6f1f Author: Ludovic Marcotte Date: Wed Aug 5 11:06:06 2009 +0000 @@ -55143,6 +67445,11 @@ Date: Wed Aug 5 11:06:06 2009 +0000 Monotone-Date: 2009-08-05T11:06:06 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailForward.h +M SoObjects/Mailer/SOGoMailForward.m +M SoObjects/Mailer/SOGoMailReply.h +M SoObjects/Mailer/SOGoMailReply.m + commit 0ee22d91e1d70fd9f68c5990a0798ba93be7c2b4 Author: Francis Lachapelle Date: Tue Aug 4 19:29:38 2009 +0000 @@ -55156,6 +67463,8 @@ Date: Tue Aug 4 19:29:38 2009 +0000 Monotone-Date: 2009-08-04T19:29:38 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxPreferences.js + commit e2dd875a2032b3a34b9117a90329bb672cfa01ac Author: Francis Lachapelle Date: Tue Aug 4 18:44:06 2009 +0000 @@ -55169,6 +67478,9 @@ Date: Tue Aug 4 18:44:06 2009 +0000 Monotone-Date: 2009-08-04T18:44:06 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js + commit b07d16dce583a31633a421484907a038088b6098 Author: Ludovic Marcotte Date: Tue Aug 4 17:54:00 2009 +0000 @@ -55182,6 +67494,8 @@ Date: Tue Aug 4 17:54:00 2009 +0000 Monotone-Date: 2009-08-04T17:54:00 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 8d4a65a680928fef25a0e037f6b4555f87c1f357 Author: Francis Lachapelle Date: Tue Aug 4 15:42:02 2009 +0000 @@ -55195,21 +67509,7 @@ Date: Tue Aug 4 15:42:02 2009 +0000 Monotone-Date: 2009-08-04T15:42:02 Monotone-Branch: ca.inverse.sogo -commit b792ebcd3da8c3b7dc72d7e0948efb92d0760235 -Merge: f3be199 9e71e5e -Author: Francis Lachapelle -Date: Tue Aug 4 13:09:25 2009 +0000 - - merge of '76398ce8225fa84ac8374a71833feefd637f4353' - and 'f36a1e49c67549ae0dd10c6f3aede630507c8a19' - - Monotone-Parent: 76398ce8225fa84ac8374a71833feefd637f4353 - Monotone-Parent: f36a1e49c67549ae0dd10c6f3aede630507c8a19 - Monotone-Revision: 42e38d681c5b553626459ab2c9fc83fa9d65d3b0 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-08-04T13:09:25 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js commit f3be199fa336f641afd01af34bcce200daf9da41 Author: Francis Lachapelle @@ -55224,6 +67524,8 @@ Date: Tue Aug 4 13:07:30 2009 +0000 Monotone-Date: 2009-08-04T13:07:30 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/Hungarian.lproj/Localizable.strings + commit 203d4ae5af2ee9a0b9362f6f370fd5f977fa66b9 Author: Francis Lachapelle Date: Tue Aug 4 13:06:44 2009 +0000 @@ -55237,6 +67539,9 @@ Date: Tue Aug 4 13:06:44 2009 +0000 Monotone-Date: 2009-08-04T13:06:44 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/Hungarian.lproj/Localizable.strings + commit 3dfacbdc06e6bf120308c0f3bd3933b5de376491 Author: Francis Lachapelle Date: Tue Aug 4 13:05:16 2009 +0000 @@ -55250,6 +67555,8 @@ Date: Tue Aug 4 13:05:16 2009 +0000 Monotone-Date: 2009-08-04T13:05:16 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit f4fac23fea457b92bb7d3a318eec73036e1aab89 Author: Francis Lachapelle Date: Mon Aug 3 19:02:04 2009 +0000 @@ -55263,6 +67570,8 @@ Date: Mon Aug 3 19:02:04 2009 +0000 Monotone-Date: 2009-08-03T19:02:04 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/English.lproj/Localizable.strings + commit d2410477c750e7a10a4d9deecb835ee6d32e060f Author: Francis Lachapelle Date: Mon Aug 3 18:59:57 2009 +0000 @@ -55274,21 +67583,7 @@ Date: Mon Aug 3 18:59:57 2009 +0000 Monotone-Date: 2009-08-03T18:59:57 Monotone-Branch: ca.inverse.sogo -commit 9e71e5e57bc330128d2297eb307a8f95679b362f -Merge: f4fac23 f1df83e -Author: Ludovic Marcotte -Date: Mon Aug 3 18:14:10 2009 +0000 - - merge of '2212bb9a2c983d084ee30e6ffdefbb85028501b9' - and '740d7bf9e85e6faf504cb29387d81a224a6a92e9' - - Monotone-Parent: 2212bb9a2c983d084ee30e6ffdefbb85028501b9 - Monotone-Parent: 740d7bf9e85e6faf504cb29387d81a224a6a92e9 - Monotone-Revision: f36a1e49c67549ae0dd10c6f3aede630507c8a19 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2009-08-03T18:14:10 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js commit f1df83e44c23822d35f4ac545d207f071d34de2e Author: Ludovic Marcotte @@ -55303,6 +67598,19 @@ Date: Mon Aug 3 15:46:02 2009 +0000 Monotone-Date: 2009-08-03T15:46:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/LDAPUserManager.m +M SoObjects/SOGo/NSDictionary+DAV.m +M SoObjects/SOGo/NSScanner+BSJSONAdditions.m +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m +M sogo.spec + commit 49d79275662d38718e076e181cef1b24330a77d6 Author: Francis Lachapelle Date: Fri Jul 31 12:50:46 2009 +0000 @@ -55316,6 +67624,9 @@ Date: Fri Jul 31 12:50:46 2009 +0000 Monotone-Date: 2009-07-31T12:50:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalView.m + commit 26451dc99256154261431861d41028d3ae36b194 Author: C Robert Date: Fri Jul 31 19:50:09 2009 +0000 @@ -55327,6 +67638,8 @@ Date: Fri Jul 31 19:50:09 2009 +0000 Monotone-Date: 2009-07-31T19:50:09 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 84d5ab611c3b5a50e252047af761c4c3aeb9c823 Author: C Robert Date: Fri Jul 31 19:48:25 2009 +0000 @@ -55340,6 +67653,11 @@ Date: Fri Jul 31 19:48:25 2009 +0000 Monotone-Date: 2009-07-31T19:48:25 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalListingActions.m +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +A UI/WebServerResources/important.png + commit e1515361d0818e1b402793bc0185b27a1be4733d Author: C Robert Date: Fri Jul 31 19:08:15 2009 +0000 @@ -55353,6 +67671,8 @@ Date: Fri Jul 31 19:08:15 2009 +0000 Monotone-Date: 2009-07-31T19:08:15 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 4b9bddab18599b78e2da2b083dd5226a1609fada Author: C Robert Date: Fri Jul 31 18:34:58 2009 +0000 @@ -55366,6 +67686,8 @@ Date: Fri Jul 31 18:34:58 2009 +0000 Monotone-Date: 2009-07-31T18:34:58 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ckeditor/ckeditor.js + commit 696813dd2990ce6623b8f9110a02772a9496803d Author: C Robert Date: Fri Jul 31 18:06:03 2009 +0000 @@ -55379,6 +67701,8 @@ Date: Fri Jul 31 18:06:03 2009 +0000 Monotone-Date: 2009-07-31T18:06:03 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/UIxPreferences.m + commit da0d3dfb5a5a48b117ac5b28f435db0821ed3eaa Author: C Robert Date: Fri Jul 31 17:52:49 2009 +0000 @@ -55392,6 +67716,8 @@ Date: Fri Jul 31 17:52:49 2009 +0000 Monotone-Date: 2009-07-31T17:52:49 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/UIxPreferences.m + commit 58b6a7a6333ae7ebfba6ff6c7db02b9722ac895d Author: C Robert Date: Fri Jul 31 15:35:33 2009 +0000 @@ -55405,6 +67731,20 @@ Date: Fri Jul 31 15:35:33 2009 +0000 Monotone-Date: 2009-07-31T15:35:33 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Hungarian.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxRecurrenceEditor.wox +M UI/WebServerResources/UIxRecurrenceEditor.js + commit a3e7730ef19fc80c84369f3f9c411a3eadb650dc Author: C Robert Date: Fri Jul 31 13:52:29 2009 +0000 @@ -55418,6 +67758,8 @@ Date: Fri Jul 31 13:52:29 2009 +0000 Monotone-Date: 2009-07-31T13:52:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit d493dcd00165f53370149e1c23aa623634580bbe Author: Francis Lachapelle Date: Thu Jul 30 21:57:46 2009 +0000 @@ -55431,6 +67773,8 @@ Date: Thu Jul 30 21:57:46 2009 +0000 Monotone-Date: 2009-07-30T21:57:46 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/product.plist + commit d318f7225071c867bc2656661002eab79d747757 Author: C Robert Date: Thu Jul 30 20:44:04 2009 +0000 @@ -55444,6 +67788,12 @@ Date: Thu Jul 30 20:44:04 2009 +0000 Monotone-Date: 2009-07-30T20:44:04 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-deb.diff +M Scripts/sogod-wrapper +M debian/control +M debian/rules +M debian/sogo.postinst + commit fa6f49bcd57cbd823b4b226e046e79e923e9c6d8 Author: Ludovic Marcotte Date: Thu Jul 30 14:49:30 2009 +0000 @@ -55457,6 +67807,9 @@ Date: Thu Jul 30 14:49:30 2009 +0000 Monotone-Date: 2009-07-30T14:49:30 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + commit f20cc880a8a975ae0fcdec103c7d3d7f46660bfe Author: Francis Lachapelle Date: Thu Jul 30 14:42:14 2009 +0000 @@ -55470,6 +67823,9 @@ Date: Thu Jul 30 14:42:14 2009 +0000 Monotone-Date: 2009-07-30T14:42:14 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +M UI/Contacts/Czech.lproj/Localizable.strings + commit 2c99a08b93ba84ee3dae1d3a4e39afca83bab34f Author: Francis Lachapelle Date: Thu Jul 30 14:35:52 2009 +0000 @@ -55483,6 +67839,10 @@ Date: Thu Jul 30 14:35:52 2009 +0000 Monotone-Date: 2009-07-30T14:35:52 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/Hungarian.lproj/Localizable.strings + commit d8c8627905bbb09d99ec9845391ce11da9327af5 Author: Francis Lachapelle Date: Thu Jul 30 14:34:51 2009 +0000 @@ -55496,6 +67856,8 @@ Date: Thu Jul 30 14:34:51 2009 +0000 Monotone-Date: 2009-07-30T14:34:51 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css + commit 7fb4f84b49ec9f8ae484ea92871d7bfe2ec3e519 Author: Francis Lachapelle Date: Thu Jul 30 02:12:53 2009 +0000 @@ -55509,6 +67871,57 @@ Date: Thu Jul 30 02:12:53 2009 +0000 Monotone-Date: 2009-07-30T02:12:53 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/GNUmakefile +A SoObjects/Appointments/Hungarian.lproj/Localizable.strings +M SoObjects/Appointments/SOGoAptMailDeletion.m +A SoObjects/Appointments/SOGoAptMailHungarianDeletion.wo/SOGoAptMailHungarianDeletion.html +A SoObjects/Appointments/SOGoAptMailHungarianICalReply.wo/SOGoAptMailHungarianICalReply.html +A SoObjects/Appointments/SOGoAptMailHungarianInvitation.wo/SOGoAptMailHungarianInvitation.html +A SoObjects/Appointments/SOGoAptMailHungarianUpdate.wo/SOGoAptMailHungarianUpdate.html +M SoObjects/Appointments/SOGoAptMailICalReply.m +M SoObjects/Appointments/SOGoAptMailInvitation.m +M SoObjects/Appointments/SOGoAptMailUpdate.m +M SoObjects/Contacts/GNUmakefile +A SoObjects/Contacts/Hungarian.lproj/Localizable.strings +M SoObjects/Mailer/GNUmakefile +A SoObjects/Mailer/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.html +A SoObjects/Mailer/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.html +M UI/Common/GNUmakefile +A UI/Common/Hungarian.lproj/Localizable.strings +M UI/Contacts/GNUmakefile +A UI/Contacts/Hungarian.lproj/Localizable.strings +M UI/MailPartViewers/GNUmakefile +A UI/MailPartViewers/Hungarian.lproj/Localizable.strings +M UI/MailerUI/GNUmakefile +A UI/MailerUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/GNUmakefile +M UI/MainUI/German.lproj/Localizable.strings +A UI/MainUI/Hungarian.lproj/Locale +A UI/MainUI/Hungarian.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings +M UI/PreferencesUI/GNUmakefile +A UI/PreferencesUI/Hungarian.lproj/Localizable.strings +M UI/SOGoUI/SOGoACLAdvisory.h +M UI/SOGoUI/SOGoACLAdvisory.m +M UI/SOGoUI/SOGoFolderAdvisory.h +M UI/SOGoUI/SOGoFolderAdvisory.m +M UI/Scheduler/GNUmakefile +A UI/Scheduler/Hungarian.lproj/Localizable.strings +A UI/Templates/SOGoACLHungarianAdditionAdvisory.wox +A UI/Templates/SOGoACLHungarianModificationAdvisory.wox +A UI/Templates/SOGoACLHungarianRemovalAdvisory.wox +A UI/Templates/SOGoFolderHungarianAdditionAdvisory.wox +A UI/Templates/SOGoFolderHungarianRemovalAdvisory.wox + commit 3e357eb6e9c62ee4b343e4b7181736a15441b2ef Author: Francis Lachapelle Date: Thu Jul 30 01:07:17 2009 +0000 @@ -55522,6 +67935,11 @@ Date: Thu Jul 30 01:07:17 2009 +0000 Monotone-Date: 2009-07-30T01:07:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m +M UI/Templates/SchedulerUI/UIxComponentEditor.wox + commit f42d095e46504082b5c781311d18b98a894d40ab Author: Francis Lachapelle Date: Wed Jul 29 21:47:02 2009 +0000 @@ -55535,6 +67953,8 @@ Date: Wed Jul 29 21:47:02 2009 +0000 Monotone-Date: 2009-07-29T21:47:02 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxComponentEditor.wox + commit 897c06cf98fe9a83f9be2b80a0beca95ff086a5a Author: Francis Lachapelle Date: Wed Jul 29 21:46:11 2009 +0000 @@ -55548,21 +67968,7 @@ Date: Wed Jul 29 21:46:11 2009 +0000 Monotone-Date: 2009-07-29T21:46:11 Monotone-Branch: ca.inverse.sogo -commit b3c7b6f4a78c55bed3bc7da54de217373f1321bd -Merge: 16a7bbc c4176bc -Author: Francis Lachapelle -Date: Wed Jul 29 20:50:19 2009 +0000 - - merge of '14aa5300641c43328c0f753870eaabd762151300' - and 'a64db0af208294bbcd6d4fc902d82ed61bcbc070' - - Monotone-Parent: 14aa5300641c43328c0f753870eaabd762151300 - Monotone-Parent: a64db0af208294bbcd6d4fc902d82ed61bcbc070 - Monotone-Revision: 863a2bf77ab81b7d1c3fc3135371ca8eab6a32f9 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-07-29T20:50:19 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.css commit c4176bc1739f180a07e346481abc9b879d2230cf Author: Francis Lachapelle @@ -55577,6 +67983,13 @@ Date: Wed Jul 29 20:47:56 2009 +0000 Monotone-Date: 2009-07-29T20:47:56 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoObject.m +A UI/Templates/SOGoACLBrazilianPortugueseAdditionAdvisory.wox +A UI/Templates/SOGoACLBrazilianPortugueseModificationAdvisory.wox +A UI/Templates/SOGoACLBrazilianPortugueseRemovalAdvisory.wox +A UI/Templates/SOGoFolderBrazilianPortugueseAdditionAdvisory.wox +A UI/Templates/SOGoFolderBrazilianPortugueseRemovalAdvisory.wox + commit 3db97b9211cd83f40293108e57771f5deb21b263 Author: Francis Lachapelle Date: Wed Jul 29 20:45:52 2009 +0000 @@ -55590,6 +68003,14 @@ Date: Wed Jul 29 20:45:52 2009 +0000 Monotone-Date: 2009-07-29T20:45:52 Monotone-Branch: ca.inverse.sogo +M UI/Common/BrazilianPortuguese.lproj/Localizable.strings +M UI/Common/Czech.lproj/Localizable.strings +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/Russian.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +M UI/Common/Welsh.lproj/Localizable.strings + commit 16a7bbcd2aea23a749e4d94ccc06e20a085e0da6 Author: C Robert Date: Wed Jul 29 18:53:11 2009 +0000 @@ -55603,21 +68024,7 @@ Date: Wed Jul 29 18:53:11 2009 +0000 Monotone-Date: 2009-07-29T18:53:11 Monotone-Branch: ca.inverse.sogo -commit aaaa125ccaa1b2db766fe5361c58a916feb8642b -Merge: 1cc51af ec8b942 -Author: C Robert -Date: Wed Jul 29 18:49:21 2009 +0000 - - merge of '08f744da20c99e50446879fca5f5ee8194b2217b' - and '783f97bcf896d7f1f4a68b2bdb211c79e4383241' - - Monotone-Parent: 08f744da20c99e50446879fca5f5ee8194b2217b - Monotone-Parent: 783f97bcf896d7f1f4a68b2bdb211c79e4383241 - Monotone-Revision: c58fc8185274bae5a88c2fc98e49c56fb4e81878 - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-07-29T18:49:21 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-deb.diff commit 1cc51af9efc202a2295ec7eb6b9c0ab005c7fd6b Author: Francis Lachapelle @@ -55632,6 +68039,18 @@ Date: Wed Jul 29 18:46:44 2009 +0000 Monotone-Date: 2009-07-29T18:46:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.h +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/UIxTaskEditor.h +M UI/Scheduler/UIxTaskEditor.m +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/Templates/SchedulerUI/UIxTaskEditor.wox +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxComponentEditor.js + commit d7a9423108ae38cef84aa4fa127f32177d075150 Author: Francis Lachapelle Date: Wed Jul 29 18:31:44 2009 +0000 @@ -55643,6 +68062,8 @@ Date: Wed Jul 29 18:31:44 2009 +0000 Monotone-Date: 2009-07-29T18:31:44 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit a73e6bf7ab082982da3e42fbc7f75faf73aeb3e4 Author: Francis Lachapelle Date: Wed Jul 29 18:29:02 2009 +0000 @@ -55654,6 +68075,8 @@ Date: Wed Jul 29 18:29:02 2009 +0000 Monotone-Date: 2009-07-29T18:29:02 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxCalendarProperties.js + commit ec8b94291e249209da933110d8ecdaca1b4c43bb Author: C Robert Date: Wed Jul 29 18:25:49 2009 +0000 @@ -55667,6 +68090,8 @@ Date: Wed Jul 29 18:25:49 2009 +0000 Monotone-Date: 2009-07-29T18:25:49 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-deb.diff + commit 48bf33d85323c2cdf3d3de4f0f3163f91f673114 Author: Francis Lachapelle Date: Wed Jul 29 17:54:48 2009 +0000 @@ -55680,6 +68105,8 @@ Date: Wed Jul 29 17:54:48 2009 +0000 Monotone-Date: 2009-07-29T17:54:48 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 08a5e8c9e8cad1512712e7805a78698d3f563c6d Author: C Robert Date: Wed Jul 29 15:52:43 2009 +0000 @@ -55693,21 +68120,8 @@ Date: Wed Jul 29 15:52:43 2009 +0000 Monotone-Date: 2009-07-29T15:52:43 Monotone-Branch: ca.inverse.sogo -commit d2d010d913ed0e4d8748977aa10501e60defee22 -Merge: 17ee622 37a4b12 -Author: Francis Lachapelle -Date: Wed Jul 29 15:40:52 2009 +0000 - - merge of '1480ab87cd945c5b85d9c1f7282d0ab1267f37d0' - and '79cc22f9c2a49076ea278b33a8c3a3ac249d9b75' - - Monotone-Parent: 1480ab87cd945c5b85d9c1f7282d0ab1267f37d0 - Monotone-Parent: 79cc22f9c2a49076ea278b33a8c3a3ac249d9b75 - Monotone-Revision: 4114bd0be7d5fc4d73b57879b042ffab8c6a8d7f - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-07-29T15:40:52 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSFolder.m commit 37a4b12fa6968d8fd064b7e157fa211e28941528 Author: C Robert @@ -55720,6 +68134,8 @@ Date: Wed Jul 29 14:47:14 2009 +0000 Monotone-Date: 2009-07-29T14:47:14 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 6127c7f2e72e52eebdd53424eb89b04f1d68818f Author: C Robert Date: Wed Jul 29 14:39:13 2009 +0000 @@ -55733,6 +68149,8 @@ Date: Wed Jul 29 14:39:13 2009 +0000 Monotone-Date: 2009-07-29T14:39:13 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 67bfa03ef5700f2790768d2b0d5a60f146948135 Author: C Robert Date: Wed Jul 29 13:54:14 2009 +0000 @@ -55746,6 +68164,8 @@ Date: Wed Jul 29 13:54:14 2009 +0000 Monotone-Date: 2009-07-29T13:54:14 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 90305db0be2c5e505e929359281b217b942cf415 Author: C Robert Date: Wed Jul 29 13:43:47 2009 +0000 @@ -55759,21 +68179,7 @@ Date: Wed Jul 29 13:43:47 2009 +0000 Monotone-Date: 2009-07-29T13:43:47 Monotone-Branch: ca.inverse.sogo -commit a39eef4f6479e3b76f5906bba76437fbbff8fad4 -Merge: e314556 ced2268 -Author: C Robert -Date: Wed Jul 29 13:12:24 2009 +0000 - - merge of 'dd15c9733b13187e5bb3c64144e52558efbdf42d' - and 'dea46a9c0a007139fa87fd98c606f1185523a535' - - Monotone-Parent: dd15c9733b13187e5bb3c64144e52558efbdf42d - Monotone-Parent: dea46a9c0a007139fa87fd98c606f1185523a535 - Monotone-Revision: 510caacd94dac9fc1a3fdf4240cc641a70be63d8 - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-07-29T13:12:24 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js commit ced2268aa511e4127f5b8761fd1949fe4b0677a4 Author: C Robert @@ -55788,6 +68194,10 @@ Date: Wed Jul 29 13:11:46 2009 +0000 Monotone-Date: 2009-07-29T13:11:46 Monotone-Branch: ca.inverse.sogo +M debian/rules +M debian/sogo.postinst +M debian/sogo.postrm + commit 17ee6224fd020fd52962a178c31d4086b6fca44b Author: Francis Lachapelle Date: Tue Jul 28 20:56:53 2009 +0000 @@ -55801,6 +68211,9 @@ Date: Tue Jul 28 20:56:53 2009 +0000 Monotone-Date: 2009-07-28T20:56:53 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAclEditor.css +M UI/WebServerResources/UIxCalUserRightsEditor.css + commit e314556023973df2bc1c3b08ea87de089f61f0b9 Author: Francis Lachapelle Date: Tue Jul 28 20:17:58 2009 +0000 @@ -55814,21 +68227,7 @@ Date: Tue Jul 28 20:17:58 2009 +0000 Monotone-Date: 2009-07-28T20:17:58 Monotone-Branch: ca.inverse.sogo -commit dee097622a8e2edbfe69635b01208cb612fa6ac2 -Merge: 2c91496 1a1b062 -Author: Francis Lachapelle -Date: Tue Jul 28 20:10:30 2009 +0000 - - merge of '7d3304b769784beb1122a7a8507098f0d966fc4d' - and 'cff25745ccc8bc7caca33ea99cd3b32e15d60a4e' - - Monotone-Parent: 7d3304b769784beb1122a7a8507098f0d966fc4d - Monotone-Parent: cff25745ccc8bc7caca33ea99cd3b32e15d60a4e - Monotone-Revision: 25ef4774f63414bacd7d7a784ee1c61d318f7003 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-07-28T20:10:30 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalDateSelector.wox commit 1a1b062a04ce768886e2fb20e09f00e838721492 Author: Francis Lachapelle @@ -55843,6 +68242,10 @@ Date: Tue Jul 28 20:09:24 2009 +0000 Monotone-Date: 2009-07-28T20:09:24 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalDateSelector.wox +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js + commit 3aa6b46bb05cab5656d624ac37806797d548298f Author: C Robert Date: Tue Jul 28 19:43:54 2009 +0000 @@ -55854,6 +68257,8 @@ Date: Tue Jul 28 19:43:54 2009 +0000 Monotone-Date: 2009-07-28T19:43:54 Monotone-Branch: ca.inverse.sogo +M debian/control + commit 2c9149644b7c4f6c3fa580cb3ef93b3a36439caa Author: C Robert Date: Tue Jul 28 19:31:11 2009 +0000 @@ -55865,6 +68270,8 @@ Date: Tue Jul 28 19:31:11 2009 +0000 Monotone-Date: 2009-07-28T19:31:11 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-deb.diff + commit 42c44ad910db4463bdfdaea04fd7f446b6a199a5 Author: C Robert Date: Tue Jul 28 19:07:51 2009 +0000 @@ -55878,6 +68285,19 @@ Date: Tue Jul 28 19:07:51 2009 +0000 Monotone-Date: 2009-07-28T19:07:51 Monotone-Branch: ca.inverse.sogo +A SOPE/sope-deb.diff +A debian/changelog +A debian/compat +A debian/control +A debian/copyright +A debian/rules +A debian/sogo.dirs +A debian/sogo.docs +A debian/sogo.install +A debian/sogo.postinst +A debian/sogo.postrm +A debian/sogo.prerm + commit 6ea29c4601f9c0b3abf27c04dc3bc1ea78a3dd38 Author: Francis Lachapelle Date: Tue Jul 28 18:36:06 2009 +0000 @@ -55891,21 +68311,8 @@ Date: Tue Jul 28 18:36:06 2009 +0000 Monotone-Date: 2009-07-28T18:36:06 Monotone-Branch: ca.inverse.sogo -commit 76d6f9a3983e06c2059186e72a5c70fa821d74e0 -Merge: e7788ac 734ca58 -Author: Ludovic Marcotte -Date: Mon Jul 27 22:30:11 2009 +0000 - - merge of '6b0d38e3817a056f1bb60d2484e9c2bc8bd02234' - and '9ff85942428355ba664fde2dedf6c8e3591248c3' - - Monotone-Parent: 6b0d38e3817a056f1bb60d2484e9c2bc8bd02234 - Monotone-Parent: 9ff85942428355ba664fde2dedf6c8e3591248c3 - Monotone-Revision: 0e5ecbd534de16df76709927dc37b1bc83801546 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2009-07-27T22:30:11 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/generic.js commit e7788ac76ead7d679cbb1be73ab919ffe1f9b7d3 Author: Francis Lachapelle @@ -55920,6 +68327,9 @@ Date: Mon Jul 27 21:36:03 2009 +0000 Monotone-Date: 2009-07-27T21:36:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 919858a5599ebfbf0eb638d98034c936a8b4cbdd Author: Francis Lachapelle Date: Mon Jul 27 21:30:08 2009 +0000 @@ -55931,6 +68341,8 @@ Date: Mon Jul 27 21:30:08 2009 +0000 Monotone-Date: 2009-07-27T21:30:08 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalListingActions.m + commit 80b7a2a68da5d1803c3396d7eeed8763ef2a03fe Author: Francis Lachapelle Date: Mon Jul 27 19:30:05 2009 +0000 @@ -55944,6 +68356,10 @@ Date: Mon Jul 27 19:30:05 2009 +0000 Monotone-Date: 2009-07-27T19:30:05 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxComponentEditor.css + commit 734ca5888e373b831f60bcdcbda335224e6b84fc Author: Ludovic Marcotte Date: Mon Jul 27 18:04:10 2009 +0000 @@ -55957,6 +68373,8 @@ Date: Mon Jul 27 18:04:10 2009 +0000 Monotone-Date: 2009-07-27T18:04:10 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 388bc39c3ce2fbb78f05995d0e55b4ecc2e3b16e Author: C Robert Date: Mon Jul 27 13:42:52 2009 +0000 @@ -55968,6 +68386,8 @@ Date: Mon Jul 27 13:42:52 2009 +0000 Monotone-Date: 2009-07-27T13:42:52 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.js + commit 64b6c7490432adf8330c06d9991f652340c361f7 Author: C Robert Date: Mon Jul 27 13:31:16 2009 +0000 @@ -55979,6 +68399,8 @@ Date: Mon Jul 27 13:31:16 2009 +0000 Monotone-Date: 2009-07-27T13:31:16 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.css + commit 8d2bd35e108e3644a6a253cce0db95d9537a96ad Author: C Robert Date: Mon Jul 27 13:22:15 2009 +0000 @@ -55990,6 +68412,8 @@ Date: Mon Jul 27 13:22:15 2009 +0000 Monotone-Date: 2009-07-27T13:22:15 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.js + commit 1acef513bee3b2fc8055858174cf6ef04d98ef80 Author: C Robert Date: Mon Jul 27 12:48:27 2009 +0000 @@ -56003,6 +68427,25 @@ Date: Mon Jul 27 12:48:27 2009 +0000 Monotone-Date: 2009-07-27T12:48:27 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/GNUmakefile +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +A UI/Scheduler/Toolbars/SOGoEmpty.toolbar +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxComponentEditor.css +M UI/WebServerResources/UIxComponentEditor.js + commit 949d2af8ccfd27b53634feecdb14c0b28a3f3e53 Author: C Robert Date: Thu Jul 23 20:11:06 2009 +0000 @@ -56016,6 +68459,13 @@ Date: Thu Jul 23 20:11:06 2009 +0000 Monotone-Date: 2009-07-23T20:11:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxComponentEditor.js + commit 816b22defa12c998cce24c39d7a0e8ec8702a72a Author: C Robert Date: Thu Jul 23 19:39:17 2009 +0000 @@ -56027,6 +68477,8 @@ Date: Thu Jul 23 19:39:17 2009 +0000 Monotone-Date: 2009-07-23T19:39:17 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/UIxPreferences.m + commit 5ff0a76211508ab43c3cd56e9f17f63ea2166122 Author: Wolfgang Sourdeau Date: Thu Jul 23 18:23:11 2009 +0000 @@ -56038,6 +68490,8 @@ Date: Thu Jul 23 18:23:11 2009 +0000 Monotone-Date: 2009-07-23T18:23:11 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.m + commit 470e663f4372ad0e6c1bbceff0c771665fb75360 Author: Wolfgang Sourdeau Date: Thu Jul 23 18:21:11 2009 +0000 @@ -56049,21 +68503,7 @@ Date: Thu Jul 23 18:21:11 2009 +0000 Monotone-Date: 2009-07-23T18:21:11 Monotone-Branch: ca.inverse.sogo -commit baf36979002b091e24a8dc2e9829c694132c2c5a -Merge: 178c887 b9e0d7c -Author: Wolfgang Sourdeau -Date: Thu Jul 23 17:43:31 2009 +0000 - - merge of '464a36a4cf8b5363c773454107f99d458238f9ad' - and '7a6e1fe27ab30ac91e4bde131ecca9500f2ddb87' - - Monotone-Parent: 464a36a4cf8b5363c773454107f99d458238f9ad - Monotone-Parent: 7a6e1fe27ab30ac91e4bde131ecca9500f2ddb87 - Monotone-Revision: 245edd2f1c6f124d2608cb323b7bf7660bb7583f - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-07-23T17:43:31 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1660.diff commit 178c887ca2a2f77c5291bf36b3ea2c8a68ab3471 Author: Wolfgang Sourdeau @@ -56076,6 +68516,8 @@ Date: Thu Jul 23 17:34:17 2009 +0000 Monotone-Date: 2009-07-23T17:34:17 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/iCalPerson+SOGo.m + commit cf3eb03735ad87cc838f55d2a6e667b6e450088a Author: Wolfgang Sourdeau Date: Thu Jul 23 17:34:10 2009 +0000 @@ -56087,6 +68529,9 @@ Date: Thu Jul 23 17:34:10 2009 +0000 Monotone-Date: 2009-07-23T17:34:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit b35388fd4e00716ce0ab6c4b580922be2854bbae Author: Wolfgang Sourdeau Date: Thu Jul 23 17:32:09 2009 +0000 @@ -56098,6 +68543,10 @@ Date: Thu Jul 23 17:32:09 2009 +0000 Monotone-Date: 2009-07-23T17:32:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSArray+Utilities.h +M SoObjects/SOGo/NSArray+Utilities.m + commit b9e0d7c1e0486cb5ebd2beae4b3ba74397191699 Author: C Robert Date: Thu Jul 23 17:17:20 2009 +0000 @@ -56109,6 +68558,8 @@ Date: Thu Jul 23 17:17:20 2009 +0000 Monotone-Date: 2009-07-23T17:17:20 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit da6af09c45f55315da11edbc11d3413b174d59af Author: C Robert Date: Thu Jul 23 13:57:35 2009 +0000 @@ -56122,21 +68573,8 @@ Date: Thu Jul 23 13:57:35 2009 +0000 Monotone-Date: 2009-07-23T13:57:35 Monotone-Branch: ca.inverse.sogo -commit 12580c442b2ddb327d7442153a0b8d2a838543d6 -Merge: c54dc99 350d187 -Author: C Robert -Date: Thu Jul 23 12:45:37 2009 +0000 - - merge of '40158dc91b545a299c42231ee687029a4bf2e718' - and 'a7b68a3656aaebe8e9a421997de4d311b04b9e13' - - Monotone-Parent: 40158dc91b545a299c42231ee687029a4bf2e718 - Monotone-Parent: a7b68a3656aaebe8e9a421997de4d311b04b9e13 - Monotone-Revision: ef30367c8b75538cf7607ce41aba7151c3667d37 - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-07-23T12:45:37 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js commit c54dc99d36f3d5a8a641761418a28da8bd3a195a Author: Wolfgang Sourdeau @@ -56149,6 +68587,8 @@ Date: Wed Jul 22 21:14:17 2009 +0000 Monotone-Date: 2009-07-22T21:14:17 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/JavascriptAPIExtensions.js + commit 350d187374ae68992852bb029cd2e75b1a30157d Author: C Robert Date: Wed Jul 22 19:35:37 2009 +0000 @@ -56162,21 +68602,9 @@ Date: Wed Jul 22 19:35:37 2009 +0000 Monotone-Date: 2009-07-22T19:35:37 Monotone-Branch: ca.inverse.sogo -commit f3bc2e3259a99c86d5f5beb758bdb5dce68e64ec -Merge: f2e34f1 a0c1708 -Author: C Robert -Date: Wed Jul 22 19:33:04 2009 +0000 - - merge of '29a207ea9c97e43be0249c6ba94ebcb799650a1b' - and 'b601815254b395ef279eca302af8590015e1cc45' - - Monotone-Parent: 29a207ea9c97e43be0249c6ba94ebcb799650a1b - Monotone-Parent: b601815254b395ef279eca302af8590015e1cc45 - Monotone-Revision: 22cceb4aa0e1bdff4e6a5d3bae05737a180e6c86 - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-07-22T19:33:04 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m +M UI/WebServerResources/SchedulerUI.js commit a2f64cb24799a9ff626735c0cf166d51d15895a9 Author: Wolfgang Sourdeau @@ -56189,6 +68617,8 @@ Date: Wed Jul 22 19:06:14 2009 +0000 Monotone-Date: 2009-07-22T19:06:14 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit f2e34f19aef295a689666b6c9d3edad516bc8fb1 Author: Wolfgang Sourdeau Date: Wed Jul 22 18:47:46 2009 +0000 @@ -56200,21 +68630,7 @@ Date: Wed Jul 22 18:47:46 2009 +0000 Monotone-Date: 2009-07-22T18:47:46 Monotone-Branch: ca.inverse.sogo -commit a0c170842ad7a53065f525bd3d0a062f94d7fc7a -Merge: 036496c 975cfe3 -Author: C Robert -Date: Wed Jul 22 18:47:43 2009 +0000 - - merge of '18a196ff2267018bcfe42ffec1c88757004fe621' - and 'd5c8f082c4cdd11904c2520fd1a85e71f588fa59' - - Monotone-Parent: 18a196ff2267018bcfe42ffec1c88757004fe621 - Monotone-Parent: d5c8f082c4cdd11904c2520fd1a85e71f588fa59 - Monotone-Revision: b601815254b395ef279eca302af8590015e1cc45 - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-07-22T18:47:43 - Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalListingActions.m commit 975cfe3c1c3c54b162fec78ec20b5731e0e6220a Author: Wolfgang Sourdeau @@ -56227,6 +68643,9 @@ Date: Wed Jul 22 18:47:27 2009 +0000 Monotone-Date: 2009-07-22T18:47:27 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/product.plist + commit c8788b200ad1e76a17629255435ff937ad89e60c Author: Wolfgang Sourdeau Date: Wed Jul 22 18:41:07 2009 +0000 @@ -56238,6 +68657,8 @@ Date: Wed Jul 22 18:41:07 2009 +0000 Monotone-Date: 2009-07-22T18:41:07 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalListingActions.m + commit 62ca34007bba58f46ea742c4b05c4f0f43794008 Author: Wolfgang Sourdeau Date: Wed Jul 22 18:25:52 2009 +0000 @@ -56249,6 +68670,8 @@ Date: Wed Jul 22 18:25:52 2009 +0000 Monotone-Date: 2009-07-22T18:25:52 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoUserFolder+Appointments.h + commit 036496c82530ca1fc6f31ffb98567b0e708bc6b7 Author: Ludovic Marcotte Date: Wed Jul 22 16:58:10 2009 +0000 @@ -56262,21 +68685,7 @@ Date: Wed Jul 22 16:58:10 2009 +0000 Monotone-Date: 2009-07-22T16:58:10 Monotone-Branch: ca.inverse.sogo -commit 8abb6ab954102df76ccba34ef70ec52f8b66bad3 -Merge: 3e8763f 62ca340 -Author: Ludovic Marcotte -Date: Wed Jul 22 16:55:40 2009 +0000 - - merge of '6dd9533693c1be1bcf7cea4b6c567122206a4f91' - and 'a86e2373112b3d6f47fab17f20db32c0726842b7' - - Monotone-Parent: 6dd9533693c1be1bcf7cea4b6c567122206a4f91 - Monotone-Parent: a86e2373112b3d6f47fab17f20db32c0726842b7 - Monotone-Revision: cb8f10ad251afc331b0fd503e55e538ba1737d5a - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2009-07-22T16:55:40 - Monotone-Branch: ca.inverse.sogo +M NEWS commit 3e8763fc46ac9533af3427bbdbcdd7f15ede0460 Author: C Robert @@ -56291,6 +68700,8 @@ Date: Wed Jul 22 17:14:14 2009 +0000 Monotone-Date: 2009-07-22T17:14:14 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxPreferences.js + commit b88ad2989ae00fca229c06f6cbe3cd0473001d46 Author: C Robert Date: Wed Jul 22 17:09:41 2009 +0000 @@ -56304,21 +68715,7 @@ Date: Wed Jul 22 17:09:41 2009 +0000 Monotone-Date: 2009-07-22T17:09:41 Monotone-Branch: ca.inverse.sogo -commit 9ce6b68cece22bf106bb6050f9dc3f3bb5f096aa -Merge: 81d6757 9540d47 -Author: C Robert -Date: Wed Jul 22 15:17:48 2009 +0000 - - merge of 'c0c3fcc36b231d74c76f51c0827795b0ac360f7c' - and 'ef4d1dca45f5b9bbb2bd53d9f0116baab9367c9d' - - Monotone-Parent: c0c3fcc36b231d74c76f51c0827795b0ac360f7c - Monotone-Parent: ef4d1dca45f5b9bbb2bd53d9f0116baab9367c9d - Monotone-Revision: 929c48879342ae7a0903a90d5d51d42a4913acb0 - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-07-22T15:17:48 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxPreferences.js commit 81d6757af5e40f0cca880aebd71d5db0a8a09464 Author: C Robert @@ -56333,6 +68730,8 @@ Date: Wed Jul 22 15:16:44 2009 +0000 Monotone-Date: 2009-07-22T15:16:44 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit c09b8b4c569538030968332c1052f4bd30797fe9 Author: C Robert Date: Wed Jul 22 13:45:46 2009 +0000 @@ -56346,6 +68745,8 @@ Date: Wed Jul 22 13:45:46 2009 +0000 Monotone-Date: 2009-07-22T13:45:46 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css + commit 7c7c597a487c39fb59c4a9c68908d1361b4b7749 Author: C Robert Date: Wed Jul 22 13:41:23 2009 +0000 @@ -56359,6 +68760,17 @@ Date: Wed Jul 22 13:41:23 2009 +0000 Monotone-Date: 2009-07-22T13:41:23 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings + commit 55c273209ee6a1fa48a30ab27162f40438c62893 Author: C Robert Date: Wed Jul 22 13:30:27 2009 +0000 @@ -56372,6 +68784,17 @@ Date: Wed Jul 22 13:30:27 2009 +0000 Monotone-Date: 2009-07-22T13:30:27 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings + commit 9540d475b9d881e7adc55b2a637e4cc2b87ae824 Author: Wolfgang Sourdeau Date: Wed Jul 22 13:22:48 2009 +0000 @@ -56383,6 +68806,9 @@ Date: Wed Jul 22 13:22:48 2009 +0000 Monotone-Date: 2009-07-22T13:22:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoUserFolder+Appointments.m + commit ade5980c50e8a13f308f8e7242fd1c8aa4c7581d Author: Francis Lachapelle Date: Tue Jul 21 22:53:15 2009 +0000 @@ -56396,6 +68822,8 @@ Date: Tue Jul 21 22:53:15 2009 +0000 Monotone-Date: 2009-07-21T22:53:15 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit ebbda560b630407c4d1d7a8f645050d9095ced03 Author: Francis Lachapelle Date: Tue Jul 21 22:51:37 2009 +0000 @@ -56409,6 +68837,8 @@ Date: Tue Jul 21 22:51:37 2009 +0000 Monotone-Date: 2009-07-21T22:51:37 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit edb9bed9b95d5cbb1ab899909901857557db5d45 Author: C Robert Date: Tue Jul 21 18:45:25 2009 +0000 @@ -56420,6 +68850,11 @@ Date: Tue Jul 21 18:45:25 2009 +0000 Monotone-Date: 2009-07-21T18:45:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalendarProperties.h +M UI/Scheduler/UIxCalendarProperties.m +M UI/WebServerResources/SchedulerUI.js + commit 6b70e8480dac6815a4624c063d3caceb6ae44b1a Author: C Robert Date: Tue Jul 21 18:06:55 2009 +0000 @@ -56433,6 +68868,27 @@ Date: Tue Jul 21 18:06:55 2009 +0000 Monotone-Date: 2009-07-21T18:06:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoGCSFolder.m +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/UIxCalendarProperties.h +M UI/Scheduler/UIxCalendarProperties.m +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxCalendarProperties.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxCalendarProperties.css + commit 21a245668b72485ff22b8d8becc4042f1bb638cd Author: Francis Lachapelle Date: Tue Jul 21 14:56:19 2009 +0000 @@ -56446,6 +68902,8 @@ Date: Tue Jul 21 14:56:19 2009 +0000 Monotone-Date: 2009-07-21T14:56:19 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 16d35d68597a15a32d8766215b6fada2434fdf39 Author: Ludovic Marcotte Date: Tue Jul 21 12:25:13 2009 +0000 @@ -56459,6 +68917,8 @@ Date: Tue Jul 21 12:25:13 2009 +0000 Monotone-Date: 2009-07-21T12:25:13 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit cae33222d6f900321f0dc71369c782ba403fe896 Author: Francis Lachapelle Date: Mon Jul 20 23:00:44 2009 +0000 @@ -56472,21 +68932,8 @@ Date: Mon Jul 20 23:00:44 2009 +0000 Monotone-Date: 2009-07-20T23:00:44 Monotone-Branch: ca.inverse.sogo -commit 20f67bc34f1f8def456ec04cdf472e81fcf7924b -Merge: a364ab9 d6f2a42 -Author: Ludovic Marcotte -Date: Tue Jul 21 10:53:03 2009 +0000 - - merge of '2052b9dc077ae7af1e3a8d4929d79cfd202de6ad' - and 'd3ebcb6db8dee3d858871a8ba7d7566e5ffd5f3e' - - Monotone-Parent: 2052b9dc077ae7af1e3a8d4929d79cfd202de6ad - Monotone-Parent: d3ebcb6db8dee3d858871a8ba7d7566e5ffd5f3e - Monotone-Revision: 5921568bee00f491f2b94ec6398344393f1b38aa - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2009-07-21T10:53:03 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBodyPart.m commit a364ab95a78cf20a0f7e7065226053499ef1a384 Author: Francis Lachapelle @@ -56501,6 +68948,9 @@ Date: Mon Jul 20 21:06:33 2009 +0000 Monotone-Date: 2009-07-20T21:06:33 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js + commit 4f43a4fbd2145232257da4530aa00fa9bf3dcd57 Author: Wolfgang Sourdeau Date: Mon Jul 20 18:49:56 2009 +0000 @@ -56512,21 +68962,9 @@ Date: Mon Jul 20 18:49:56 2009 +0000 Monotone-Date: 2009-07-20T18:49:56 Monotone-Branch: ca.inverse.sogo -commit f714fa42bccfd7b8c4dea87a05254f4fa2cc6806 -Merge: fea2893 86a694e -Author: C Robert -Date: Mon Jul 20 18:37:08 2009 +0000 - - merge of '283b85ceb3a2d749da436802a5bf6c9e26565d00' - and 'ff4ded519351216e33ec0fa734612c05b21917d1' - - Monotone-Parent: 283b85ceb3a2d749da436802a5bf6c9e26565d00 - Monotone-Parent: ff4ded519351216e33ec0fa734612c05b21917d1 - Monotone-Revision: 779f7c78a42d4b2a50a642ddf6b7977bc7e6d72d - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-07-20T18:37:08 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalPerson.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoFreeBusyObject.m commit fea2893d6faaf1d471c3a13857906791d6b63b71 Author: Wolfgang Sourdeau @@ -56539,6 +68977,9 @@ Date: Mon Jul 20 18:29:09 2009 +0000 Monotone-Date: 2009-07-20T18:29:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 86a694e5e1e320fb339808b8d1e0dc17a3050258 Author: C Robert Date: Mon Jul 20 18:23:44 2009 +0000 @@ -56552,6 +68993,10 @@ Date: Mon Jul 20 18:23:44 2009 +0000 Monotone-Date: 2009-07-20T18:23:44 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalPerson.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoFreeBusyObject.m + commit 29c77f0ffb53f5045f3c49451898bb502e6f3d0a Author: C Robert Date: Mon Jul 20 18:20:44 2009 +0000 @@ -56565,6 +69010,11 @@ Date: Mon Jul 20 18:20:44 2009 +0000 Monotone-Date: 2009-07-20T18:20:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/WORequest+SOGo.h +M SoObjects/SOGo/WORequest+SOGo.m + commit d6f2a42d2545861305dcafc93c56e89735f70211 Author: Ludovic Marcotte Date: Mon Jul 20 17:46:28 2009 +0000 @@ -56578,6 +69028,8 @@ Date: Mon Jul 20 17:46:28 2009 +0000 Monotone-Date: 2009-07-20T17:46:28 Monotone-Branch: ca.inverse.sogo +M NEWS + commit e78b90bfaa66d202a436ee857203c2aa52f36fd7 Author: Francis Lachapelle Date: Mon Jul 20 14:23:05 2009 +0000 @@ -56591,21 +69043,8 @@ Date: Mon Jul 20 14:23:05 2009 +0000 Monotone-Date: 2009-07-20T14:23:05 Monotone-Branch: ca.inverse.sogo -commit 22e14d946d22e59fde82b6b7b83bb00cdeb2605c -Merge: c3ae477 b0dd991 -Author: Francis Lachapelle -Date: Sun Jul 19 14:00:29 2009 +0000 - - merge of '6ccb3c8e1a50f88fbb322c6e2d3c04e736f48475' - and 'f0935fff2414656359bd160c4d90eb3f0e9d8598' - - Monotone-Parent: 6ccb3c8e1a50f88fbb322c6e2d3c04e736f48475 - Monotone-Parent: f0935fff2414656359bd160c4d90eb3f0e9d8598 - Monotone-Revision: 2ec2bb218c1f6876ffaba4bb7f29f652a1080446 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-07-19T14:00:29 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m commit c3ae477008725d9de3e94ce9752436497884950e Author: Wolfgang Sourdeau @@ -56618,6 +69057,8 @@ Date: Sun Jul 19 17:22:54 2009 +0000 Monotone-Date: 2009-07-19T17:22:54 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 9d7b6d4ecd9ed563510af8bf011c4780d4277f95 Author: Wolfgang Sourdeau Date: Sun Jul 19 17:22:26 2009 +0000 @@ -56629,6 +69070,8 @@ Date: Sun Jul 19 17:22:26 2009 +0000 Monotone-Date: 2009-07-19T17:22:26 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit f1d38a52b331aa6f90a0dc264a8ee8201e39e5bf Author: Wolfgang Sourdeau Date: Sun Jul 19 17:11:37 2009 +0000 @@ -56640,6 +69083,9 @@ Date: Sun Jul 19 17:11:37 2009 +0000 Monotone-Date: 2009-07-19T17:11:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/UIxComponent.m + commit 7bb826bafd4bdcb01296d372b5da9c4a4a54e2b0 Author: Wolfgang Sourdeau Date: Sun Jul 19 16:51:50 2009 +0000 @@ -56651,6 +69097,10 @@ Date: Sun Jul 19 16:51:50 2009 +0000 Monotone-Date: 2009-07-19T16:51:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalFilterPanel.m +M UI/WebServerResources/SchedulerUI.js + commit 2cf444f99b556e6df580dd182fd7597824b347ff Author: Wolfgang Sourdeau Date: Sun Jul 19 16:42:04 2009 +0000 @@ -56662,21 +69112,7 @@ Date: Sun Jul 19 16:42:04 2009 +0000 Monotone-Date: 2009-07-19T16:42:04 Monotone-Branch: ca.inverse.sogo -commit ebeda97b7447bcb8d408e0d18adc6c190e002daa -Merge: e1ad72a b89bcb1 -Author: Wolfgang Sourdeau -Date: Sun Jul 19 16:41:48 2009 +0000 - - merge of '084a7a5ec0ad85b0c967e9425da2b4b789029549' - and '5122dba2cf6d25cecc6935ab5313e950bc38b7a8' - - Monotone-Parent: 084a7a5ec0ad85b0c967e9425da2b4b789029549 - Monotone-Parent: 5122dba2cf6d25cecc6935ab5313e950bc38b7a8 - Monotone-Revision: 99f2e49deefdf8b448f9388104536c94d7581cbd - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-07-19T16:41:48 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js commit b89bcb1a939d6e32c3442d712089fb38c276b8cc Author: Wolfgang Sourdeau @@ -56689,6 +69125,47 @@ Date: Sun Jul 19 16:41:42 2009 +0000 Monotone-Date: 2009-07-19T16:41:42 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/HTMLInputElement.js +M UI/WebServerResources/HTMLTableElement.js +M UI/WebServerResources/HTMLUListElement.js +M UI/WebServerResources/JavascriptAPIExtensions.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/MailerUIdTree.js +M UI/WebServerResources/SOGoDragHandles.js +M UI/WebServerResources/SOGoRootPage.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAclEditor.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxCalUserRightsEditor.js +M UI/WebServerResources/UIxCalendarProperties.js +M UI/WebServerResources/UIxColorPicker.js +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/UIxContactEditor.js +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/UIxContactsUserRightsEditor.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailPopupView.js +M UI/WebServerResources/UIxMailToSelection.js +M UI/WebServerResources/UIxMailUserRightsEditor.js +M UI/WebServerResources/UIxMailView.js +M UI/WebServerResources/UIxOccurenceDialog.js +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/UIxRecurrenceEditor.js +M UI/WebServerResources/UIxReminderEditor.js +M UI/WebServerResources/UIxTaskEditor.js +M UI/WebServerResources/dtree.js +M UI/WebServerResources/generic.js +M UI/WebServerResources/js_color_picker_v2.js +M UI/WebServerResources/layout2or3_xlib.js +M UI/WebServerResources/prototype.js +M UI/WebServerResources/skycalendar.js +M UI/WebServerResources/tablekit-sogo.js +M UI/WebServerResources/tablekit-trueresize.js +M UI/WebServerResources/tablekit.js + commit b0dd991ef168a2cb800baf85c41482f7a2b9ad7f Author: Francis Lachapelle Date: Fri Jul 17 21:25:38 2009 +0000 @@ -56702,6 +69179,13 @@ Date: Fri Jul 17 21:25:38 2009 +0000 Monotone-Date: 2009-07-17T21:25:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.h +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/UIxContactsListView.h +M UI/Contacts/UIxContactsListView.m +M UI/Contacts/product.plist + commit e1ad72a534883385c515b9de54f4c30fbac25ba4 Author: C Robert Date: Fri Jul 17 18:36:09 2009 +0000 @@ -56715,6 +69199,12 @@ Date: Fri Jul 17 18:36:09 2009 +0000 Monotone-Date: 2009-07-17T18:36:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalPerson.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoFreeBusyObject.m + commit 2691fe6389777506747561e0fe60c67278f50594 Author: Francis Lachapelle Date: Fri Jul 17 17:33:32 2009 +0000 @@ -56728,21 +69218,7 @@ Date: Fri Jul 17 17:33:32 2009 +0000 Monotone-Date: 2009-07-17T17:33:32 Monotone-Branch: ca.inverse.sogo -commit bc7f50e0b48df554b11b782cc375d5af64d9625c -Merge: 115616f 98eaf4b -Author: C Robert -Date: Thu Jul 16 18:09:12 2009 +0000 - - merge of '3bb4ab21fa8d95f3fb6ba36a32d7541726045fd9' - and 'e409f99e26e7a5e1d224123fb22a166248351319' - - Monotone-Parent: 3bb4ab21fa8d95f3fb6ba36a32d7541726045fd9 - Monotone-Parent: e409f99e26e7a5e1d224123fb22a166248351319 - Monotone-Revision: ae3345097f59fc699c864086217dff63e641ee3d - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-07-16T18:09:12 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxComponentEditor.js commit 115616feebd42eddd5f1fb25c2715823adcb1df4 Author: C Robert @@ -56757,6 +69233,10 @@ Date: Thu Jul 16 18:08:59 2009 +0000 Monotone-Date: 2009-07-16T18:08:59 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/scriptaculous/dragdrop.js + commit 98eaf4b10048a050ab4c90164f1255bd77882ad5 Author: Francis Lachapelle Date: Thu Jul 16 17:53:43 2009 +0000 @@ -56770,6 +69250,8 @@ Date: Thu Jul 16 17:53:43 2009 +0000 Monotone-Date: 2009-07-16T17:53:43 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxPreferences.css + commit b1ce8aef4421ea955d9fb29c5a01b4db873b8859 Author: Wolfgang Sourdeau Date: Thu Jul 16 17:35:40 2009 +0000 @@ -56781,6 +69263,9 @@ Date: Thu Jul 16 17:35:40 2009 +0000 Monotone-Date: 2009-07-16T17:35:40 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoContentObject.m + commit 4c2c6ef15a31009e3e35e0f524e4d27c1f16db42 Author: Francis Lachapelle Date: Thu Jul 16 17:28:36 2009 +0000 @@ -56794,6 +69279,9 @@ Date: Thu Jul 16 17:28:36 2009 +0000 Monotone-Date: 2009-07-16T17:28:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit aee8aa1f5e14eabfa13666a5250448451deca819 Author: C Robert Date: Thu Jul 16 17:21:25 2009 +0000 @@ -56807,21 +69295,9 @@ Date: Thu Jul 16 17:21:25 2009 +0000 Monotone-Date: 2009-07-16T17:21:25 Monotone-Branch: ca.inverse.sogo -commit d3e2bdf23a6f28569d1bebf318382e10a721d764 -Merge: 5cf62a7 2c28544 -Author: C Robert -Date: Thu Jul 16 15:57:56 2009 +0000 - - merge of '00f021939a59d6bcc0871dadde8fbc81c2d0b614' - and 'e723074f5d8219ca1c6d8a8a36e8c33c8e2ba0bf' - - Monotone-Parent: 00f021939a59d6bcc0871dadde8fbc81c2d0b614 - Monotone-Parent: e723074f5d8219ca1c6d8a8a36e8c33c8e2ba0bf - Monotone-Revision: b1fac1b458b718d0b80ecc77aa59220107cd9ef8 - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-07-16T15:57:56 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/UIxPreferences.js commit 5cf62a74a9b6045dc5770a5ef97d30608a2dbc29 Author: C Robert @@ -56836,37 +69312,23 @@ Date: Thu Jul 16 15:57:31 2009 +0000 Monotone-Date: 2009-07-16T15:57:31 Monotone-Branch: ca.inverse.sogo -commit 2c2854427ed19293bdeb6c0f9078422f6ebffcc3 -Merge: b957556 a88f5d7 -Author: Ludovic Marcotte -Date: Thu Jul 16 14:25:11 2009 +0000 - - merge of '94da50397e51ef2f1bf7530b7a3c4b2e9e1594f6' - and 'e57c559e7f4acc6c125cef6398101fdf444f5d7b' - - Monotone-Parent: 94da50397e51ef2f1bf7530b7a3c4b2e9e1594f6 - Monotone-Parent: e57c559e7f4acc6c125cef6398101fdf444f5d7b - Monotone-Revision: e723074f5d8219ca1c6d8a8a36e8c33c8e2ba0bf - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2009-07-16T14:25:11 - Monotone-Branch: ca.inverse.sogo - -commit dced0f231d90e43a7fc86de58efc009162737d9e -Merge: 0ad1970 a88f5d7 -Author: C Robert -Date: Thu Jul 16 13:55:32 2009 +0000 - - merge of '3b129c3c362bac1e7fdf67d93f24a6e9be27fdc1' - and 'e57c559e7f4acc6c125cef6398101fdf444f5d7b' - - Monotone-Parent: 3b129c3c362bac1e7fdf67d93f24a6e9be27fdc1 - Monotone-Parent: e57c559e7f4acc6c125cef6398101fdf444f5d7b - Monotone-Revision: bb2d11200e5d8cbdc9a740b2a9e019efed65432b - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-07-16T13:55:32 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +M UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/UIxPreferences.m +M UI/PreferencesUI/Welsh.lproj/Localizable.strings +M UI/Scheduler/UIxComponentEditor.m +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/generic.js commit a88f5d7ad6197d03e212351fbf73b5b3a9fa4a82 Author: Wolfgang Sourdeau @@ -56879,21 +69341,22 @@ Date: Thu Jul 16 13:52:53 2009 +0000 Monotone-Date: 2009-07-16T13:52:53 Monotone-Branch: ca.inverse.sogo -commit 0ad1970ffb32fe752854819ee014133b8bd23cd9 -Merge: b957556 d6755b5 -Author: C Robert -Date: Thu Jul 16 13:20:52 2009 +0000 - - merge of '94da50397e51ef2f1bf7530b7a3c4b2e9e1594f6' - and 'd350e00bfd2567a3222879e516694b309523070e' - - Monotone-Parent: 94da50397e51ef2f1bf7530b7a3c4b2e9e1594f6 - Monotone-Parent: d350e00bfd2567a3222879e516694b309523070e - Monotone-Revision: 3b129c3c362bac1e7fdf67d93f24a6e9be27fdc1 - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-07-16T13:20:52 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoContentObject.m +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Toolbars/SOGoAppointmentFolders.toolbar +M UI/Scheduler/UIxCalFilterPanel.m +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxComponentEditor.wox commit b957556a9cd08cef7257585aa0ccf975d59ef949 Author: Ludovic Marcotte @@ -56908,21 +69371,7 @@ Date: Thu Jul 16 02:18:24 2009 +0000 Monotone-Date: 2009-07-16T02:18:24 Monotone-Branch: ca.inverse.sogo -commit f1cfbfa658756fe303caed25dbce4d0cbf0ce985 -Merge: 2978d0a 18afa2e -Author: Ludovic Marcotte -Date: Thu Jul 16 02:17:32 2009 +0000 - - merge of '6ea189a179012ff48f750e835f069abfdbe32c7c' - and 'e0d6a2d51589348dbe6602973f8a6ae6718f0991' - - Monotone-Parent: 6ea189a179012ff48f750e835f069abfdbe32c7c - Monotone-Parent: e0d6a2d51589348dbe6602973f8a6ae6718f0991 - Monotone-Revision: 3765f757435c9d9934d42b1af5d1fd32fe72631a - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2009-07-16T02:17:32 - Monotone-Branch: ca.inverse.sogo +M NEWS commit 18afa2eecd29b0802de7b68b95994a7b1e29de7d Author: Wolfgang Sourdeau @@ -56935,6 +69384,21 @@ Date: Wed Jul 15 20:36:06 2009 +0000 Monotone-Date: 2009-07-15T20:36:06 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Toolbars/SOGoAppointmentFolders.toolbar +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/WebServerResources/SchedulerUI.js +A UI/WebServerResources/calendar-reload.png + commit ba0e354bffeca198372cbc596529adbf1c3477e1 Author: Wolfgang Sourdeau Date: Wed Jul 15 19:28:20 2009 +0000 @@ -56946,6 +69410,11 @@ Date: Wed Jul 15 19:28:20 2009 +0000 Monotone-Date: 2009-07-15T19:28:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m +M UI/Templates/SchedulerUI/UIxComponentEditor.wox + commit 2978d0a1c3fd8fc4fd756fdbf1dcb2fe25806f69 Author: Francis Lachapelle Date: Wed Jul 15 18:32:36 2009 +0000 @@ -56959,6 +69428,8 @@ Date: Wed Jul 15 18:32:36 2009 +0000 Monotone-Date: 2009-07-15T18:32:36 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 7b1fe4fbf46881779b47980509334e502a159b1b Author: Francis Lachapelle Date: Wed Jul 15 18:26:08 2009 +0000 @@ -56972,6 +69443,21 @@ Date: Wed Jul 15 18:26:08 2009 +0000 Monotone-Date: 2009-07-15T18:26:08 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxCalDayView.wox +M UI/Templates/SchedulerUI/UIxCalMonthView.wox +M UI/Templates/SchedulerUI/UIxCalWeekView.wox +M UI/WebServerResources/SchedulerUI.js + commit f3343ebe71f714472df4de672e741c48947b27f3 Author: Francis Lachapelle Date: Wed Jul 15 18:24:53 2009 +0000 @@ -56983,37 +69469,7 @@ Date: Wed Jul 15 18:24:53 2009 +0000 Monotone-Date: 2009-07-15T18:24:53 Monotone-Branch: ca.inverse.sogo -commit 7d517ed5774935d1747a39d802573b15b61cc6a3 -Merge: e934420 ea65646 -Author: Francis Lachapelle -Date: Wed Jul 15 18:23:42 2009 +0000 - - merge of '2a9b87ed394af6e53bee4a43a3c95a337b9c7ecf' - and 'c1a2d381d8af27188d0704030b27985ca594d689' - - Monotone-Parent: 2a9b87ed394af6e53bee4a43a3c95a337b9c7ecf - Monotone-Parent: c1a2d381d8af27188d0704030b27985ca594d689 - Monotone-Revision: fc9f23ed8b7b90222cd132a38dbcf53498d4b56c - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-07-15T18:23:42 - Monotone-Branch: ca.inverse.sogo - -commit e934420a09a0972e96c4e77767fa938223b9ae98 -Merge: 268aed2 dff649e -Author: Francis Lachapelle -Date: Wed Jul 15 18:23:05 2009 +0000 - - merge of 'cb8beedb8717b79c50ae6be14d74e57819f02a62' - and 'd9486921eb70cccd2f182f072819a3dd798840ad' - - Monotone-Parent: cb8beedb8717b79c50ae6be14d74e57819f02a62 - Monotone-Parent: d9486921eb70cccd2f182f072819a3dd798840ad - Monotone-Revision: 2a9b87ed394af6e53bee4a43a3c95a337b9c7ecf - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-07-15T18:23:05 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxComponentEditor.wox commit dff649ed078f4cbc569022db64efe7f98d0a0a5a Author: Francis Lachapelle @@ -57026,6 +69482,8 @@ Date: Wed Jul 15 18:21:35 2009 +0000 Monotone-Date: 2009-07-15T18:21:35 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox + commit ea65646b76e1f3bf18ff5b7cc727beab079d4e10 Author: Wolfgang Sourdeau Date: Wed Jul 15 16:15:22 2009 +0000 @@ -57037,6 +69495,12 @@ Date: Wed Jul 15 16:15:22 2009 +0000 Monotone-Date: 2009-07-15T16:15:22 Monotone-Branch: ca.inverse.sogo +M UI/Common/Italian.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/MailPartViewers/Italian.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings + commit 1c459b222f5099dd98e97ceac2674a6c1e76623d Author: Wolfgang Sourdeau Date: Wed Jul 15 16:10:42 2009 +0000 @@ -57048,21 +69512,7 @@ Date: Wed Jul 15 16:10:42 2009 +0000 Monotone-Date: 2009-07-15T16:10:42 Monotone-Branch: ca.inverse.sogo -commit d6755b508752edba5194d4f80af7e6d59c1df479 -Merge: bb6f27c 3c1b73a -Author: C Robert -Date: Wed Jul 15 15:19:50 2009 +0000 - - merge of '717a205cd03639045199ba0d192c6a7fba0ec751' - and 'a2229b5d48e906a42ce1d5dfc54dd55fbbbb0367' - - Monotone-Parent: 717a205cd03639045199ba0d192c6a7fba0ec751 - Monotone-Parent: a2229b5d48e906a42ce1d5dfc54dd55fbbbb0367 - Monotone-Revision: d350e00bfd2567a3222879e516694b309523070e - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-07-15T15:19:50 - Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/Italian.lproj/Localizable.strings commit bb6f27c270118a2485c2ed85f33b63e33a0b1c46 Author: Wolfgang Sourdeau @@ -57075,6 +69525,8 @@ Date: Wed Jul 15 14:05:49 2009 +0000 Monotone-Date: 2009-07-15T14:05:49 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/Toolbars/SOGoTaskObject.toolbar + commit 268aed271b1b71b878d881a6e0f70a794d80c624 Author: Wolfgang Sourdeau Date: Wed Jul 15 14:03:50 2009 +0000 @@ -57086,6 +69538,18 @@ Date: Wed Jul 15 14:03:50 2009 +0000 Monotone-Date: 2009-07-15T14:03:50 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +M UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/Toolbars/SOGoAppointmentObject.toolbar +M UI/Scheduler/Welsh.lproj/Localizable.strings + commit 252e2039c0717db78f57ae5c6e41aac78020c780 Author: Francis Lachapelle Date: Tue Jul 14 18:41:44 2009 +0000 @@ -57099,21 +69563,7 @@ Date: Tue Jul 14 18:41:44 2009 +0000 Monotone-Date: 2009-07-14T18:41:44 Monotone-Branch: ca.inverse.sogo -commit 3c1b73a2179873a3fb76486a0c92f2960cf01d58 -Merge: 2b4e8cb 98fd12e -Author: C Robert -Date: Tue Jul 14 18:05:04 2009 +0000 - - merge of '21391b18cfffeec760e8fb1ec2e36599374a1c48' - and 'd5700732397ebf4e67639bb33ff05a1c35349ff0' - - Monotone-Parent: 21391b18cfffeec760e8fb1ec2e36599374a1c48 - Monotone-Parent: d5700732397ebf4e67639bb33ff05a1c35349ff0 - Monotone-Revision: a2229b5d48e906a42ce1d5dfc54dd55fbbbb0367 - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-07-14T18:05:04 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Mozilla Thunderbird Configuration.odt commit 98fd12e7412621f0fcc2d8c334a38cb124cfb402 Author: C Robert @@ -57126,6 +69576,10 @@ Date: Tue Jul 14 18:04:50 2009 +0000 Monotone-Date: 2009-07-14T18:04:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m +M UI/WebServerResources/UIxComponentEditor.js + commit 2b4e8cbd2f5cb9c1ad443834b9f37273c7dfa6bd Author: Francis Lachapelle Date: Tue Jul 14 17:23:47 2009 +0000 @@ -57140,6 +69594,8 @@ Date: Tue Jul 14 17:23:47 2009 +0000 Monotone-Branch: ca.inverse.sogo Monotone-Tag: SOGo_v1.0.3 +M NEWS + commit 6a0979aad7e4ee91ee4aa525ed709f4ea6334a1f Author: Francis Lachapelle Date: Tue Jul 14 17:22:46 2009 +0000 @@ -57153,6 +69609,8 @@ Date: Tue Jul 14 17:22:46 2009 +0000 Monotone-Date: 2009-07-14T17:22:46 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/Version + commit f527055f0f83c15c4843278b8b5f0e7c6b60cc68 Author: Francis Lachapelle Date: Tue Jul 14 17:21:53 2009 +0000 @@ -57166,6 +69624,8 @@ Date: Tue Jul 14 17:21:53 2009 +0000 Monotone-Date: 2009-07-14T17:21:53 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 13f621c453a49f8f8e915113c83921a094d42135 Author: Francis Lachapelle Date: Tue Jul 14 17:20:49 2009 +0000 @@ -57179,6 +69639,14 @@ Date: Tue Jul 14 17:20:49 2009 +0000 Monotone-Date: 2009-07-14T17:20:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.m +M UI/SOGoUI/UIxComponent.h +M UI/SOGoUI/UIxComponent.m +M UI/Templates/MainUI/SOGoRootPage.wox +M UI/WebServerResources/SOGoRootPage.css +M UI/WebServerResources/SOGoRootPage.js + commit 23759f2991792a39d8b3e92071237cca7e056d8b Author: C Robert Date: Tue Jul 14 17:17:06 2009 +0000 @@ -57192,6 +69660,8 @@ Date: Tue Jul 14 17:17:06 2009 +0000 Monotone-Date: 2009-07-14T17:17:06 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m + commit 07c56db6c93078bd71d0842baadfd4df973913e9 Author: C Robert Date: Tue Jul 14 17:15:03 2009 +0000 @@ -57205,6 +69675,8 @@ Date: Tue Jul 14 17:15:03 2009 +0000 Monotone-Date: 2009-07-14T17:15:03 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m + commit 53d48ee66dc217641cd90837e2fd367940746d1b Author: Francis Lachapelle Date: Tue Jul 14 16:57:57 2009 +0000 @@ -57216,6 +69688,8 @@ Date: Tue Jul 14 16:57:57 2009 +0000 Monotone-Date: 2009-07-14T16:57:57 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalMainView.wox + commit 866acfc19df26c14b391be9dd4016370122f75ac Author: Francis Lachapelle Date: Tue Jul 14 16:52:39 2009 +0000 @@ -57229,6 +69703,8 @@ Date: Tue Jul 14 16:52:39 2009 +0000 Monotone-Date: 2009-07-14T16:52:39 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit d2f32ce1f48be636bc2dcf51c230e21d8ade772e Author: Francis Lachapelle Date: Tue Jul 14 15:01:21 2009 +0000 @@ -57242,21 +69718,7 @@ Date: Tue Jul 14 15:01:21 2009 +0000 Monotone-Date: 2009-07-14T15:01:21 Monotone-Branch: ca.inverse.sogo -commit 858ee0656ab208570a997fb5f193da5527470483 -Merge: 99c0858 14b3ca1 -Author: Francis Lachapelle -Date: Tue Jul 14 14:58:45 2009 +0000 - - merge of '04613672d5bbddb489f5e265a0540411ae9b2fa3' - and '3e90781b75df157db7681cf0321f96486a923247' - - Monotone-Parent: 04613672d5bbddb489f5e265a0540411ae9b2fa3 - Monotone-Parent: 3e90781b75df157db7681cf0321f96486a923247 - Monotone-Revision: 560dcc0f72c18c937a44c51c6710da0835aae555 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-07-14T14:58:45 - Monotone-Branch: ca.inverse.sogo +M ChangeLog commit 99c08584c537fd8fc8c1098fbb83d5566a590ecc Author: Francis Lachapelle @@ -57271,6 +69733,8 @@ Date: Tue Jul 14 14:55:59 2009 +0000 Monotone-Date: 2009-07-14T14:55:59 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 14b3ca11a1d59bff8a9ede24640ee4790163454a Author: Wolfgang Sourdeau Date: Tue Jul 14 14:36:24 2009 +0000 @@ -57282,6 +69746,8 @@ Date: Tue Jul 14 14:36:24 2009 +0000 Monotone-Date: 2009-07-14T14:36:24 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoGCSFolder.m + commit 06ce3515971e44d78a0f66ffc870b46d4c98f0a9 Author: Wolfgang Sourdeau Date: Tue Jul 14 14:36:15 2009 +0000 @@ -57293,6 +69759,9 @@ Date: Tue Jul 14 14:36:15 2009 +0000 Monotone-Date: 2009-07-14T14:36:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoUserFolder+Appointments.m + commit b1d6a77cb59fa0d608e03b721b9ca91ce03f2ec0 Author: Wolfgang Sourdeau Date: Tue Jul 14 14:35:35 2009 +0000 @@ -57304,6 +69773,9 @@ Date: Tue Jul 14 14:35:35 2009 +0000 Monotone-Date: 2009-07-14T14:35:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolders.m + commit 449d20640bb5d8706715bdb3b76b3977040166bd Author: Wolfgang Sourdeau Date: Tue Jul 14 14:34:55 2009 +0000 @@ -57315,6 +69787,9 @@ Date: Tue Jul 14 14:34:55 2009 +0000 Monotone-Date: 2009-07-14T14:34:55 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit 50feb12405b6d6fe6378480f5ed2b5fd50dc72d1 Author: Francis Lachapelle Date: Mon Jul 13 21:58:44 2009 +0000 @@ -57328,6 +69803,8 @@ Date: Mon Jul 13 21:58:44 2009 +0000 Monotone-Date: 2009-07-13T21:58:44 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.js + commit 808d736323bdc1c2c2e4c4fd4a457c5892a28b39 Author: Francis Lachapelle Date: Mon Jul 13 21:56:27 2009 +0000 @@ -57341,6 +69818,8 @@ Date: Mon Jul 13 21:56:27 2009 +0000 Monotone-Date: 2009-07-13T21:56:27 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 207a163829409876a777067b927ebc64c7077818 Author: Ludovic Marcotte Date: Mon Jul 13 17:45:23 2009 +0000 @@ -57354,6 +69833,8 @@ Date: Mon Jul 13 17:45:23 2009 +0000 Monotone-Date: 2009-07-13T17:45:23 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/Czech.lproj/Localizable.strings + commit 897b395b2bd901aa3531bf8d91c3bbc62807f946 Author: Francis Lachapelle Date: Fri Jul 10 15:38:38 2009 +0000 @@ -57367,21 +69848,10 @@ Date: Fri Jul 10 15:38:38 2009 +0000 Monotone-Date: 2009-07-10T15:38:38 Monotone-Branch: ca.inverse.sogo -commit 4813ac0e7562b895406f52c41bcd7f8e42b94c84 -Merge: c58c67e a4efa19 -Author: Wolfgang Sourdeau -Date: Fri Jul 10 13:22:43 2009 +0000 - - merge of '1e54cf58146b56dc11d3bc2fdb64130df606ac54' - and '6bacc3304f196f108a7aa25e27eff1ab2474e5e0' - - Monotone-Parent: 1e54cf58146b56dc11d3bc2fdb64130df606ac54 - Monotone-Parent: 6bacc3304f196f108a7aa25e27eff1ab2474e5e0 - Monotone-Revision: b252b3685dc5326f7b6ab92e19b6fec1e419fb2a - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-07-10T13:22:43 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailDeletion.m +M SoObjects/Appointments/SOGoAptMailICalReply.m +M SoObjects/Appointments/SOGoAptMailInvitation.m +M SoObjects/Appointments/SOGoAptMailUpdate.m commit a4efa19e98250acaa470a8201913377d508698f1 Author: Wolfgang Sourdeau @@ -57394,6 +69864,8 @@ Date: Fri Jul 10 13:22:21 2009 +0000 Monotone-Date: 2009-07-10T13:22:21 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1660.diff + commit 1355f8077de15bed044ff50fc52a681509b0e099 Author: Wolfgang Sourdeau Date: Fri Jul 10 12:47:54 2009 +0000 @@ -57405,6 +69877,9 @@ Date: Fri Jul 10 12:47:54 2009 +0000 Monotone-Date: 2009-07-10T12:47:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.m + commit c58c67e897e3feade1b5e1b48f909cbf5d51d5fc Author: Francis Lachapelle Date: Thu Jul 9 21:45:44 2009 +0000 @@ -57416,6 +69891,8 @@ Date: Thu Jul 9 21:45:44 2009 +0000 Monotone-Date: 2009-07-09T21:45:44 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/BrazilianPortuguese.lproj/Locale + commit 76258ccce27da7efefd94297ab1f580ad1d37151 Author: Francis Lachapelle Date: Thu Jul 9 20:26:23 2009 +0000 @@ -57427,21 +69904,9 @@ Date: Thu Jul 9 20:26:23 2009 +0000 Monotone-Date: 2009-07-09T20:26:23 Monotone-Branch: ca.inverse.sogo -commit ce3abe4e86975f95f5f6461cfd6f4287d720635f -Merge: 4eb7fbc 9b86cb6 -Author: Francis Lachapelle -Date: Thu Jul 9 20:24:04 2009 +0000 - - merge of '3a355e79e6eee869bec77ad32e28a6640e81cd02' - and '3e5b0ae54eb9675e1505b56dcc06d9d447984efc' - - Monotone-Parent: 3a355e79e6eee869bec77ad32e28a6640e81cd02 - Monotone-Parent: 3e5b0ae54eb9675e1505b56dcc06d9d447984efc - Monotone-Revision: e62f727bf4e9634e88f005386ea6fef3bbc2b288 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-07-09T20:24:04 - Monotone-Branch: ca.inverse.sogo +A UI/MailPartViewers/BrazilianPortuguese.lproj/Localizable.strings +A UI/MailPartViewers/Czech.lproj/Localizable.strings +M UI/MailPartViewers/GNUmakefile commit 9b86cb601bd0118764258bd9223ebe0ade63ce88 Author: Francis Lachapelle @@ -57456,6 +69921,9 @@ Date: Thu Jul 9 20:22:38 2009 +0000 Monotone-Date: 2009-07-09T20:22:38 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/BrazilianPortuguese.lproj/Locale +M UI/MainUI/Czech.lproj/Locale + commit bfc2a3df10db0cc7095a275c641e2cebcce315d1 Author: Francis Lachapelle Date: Thu Jul 9 19:49:04 2009 +0000 @@ -57469,6 +69937,72 @@ Date: Thu Jul 9 19:49:04 2009 +0000 Monotone-Date: 2009-07-09T19:49:04 Monotone-Branch: ca.inverse.sogo +M NEWS +A SoObjects/Appointments/BrazilianPortuguese.lproj/Localizable.strings +A SoObjects/Appointments/Czech.lproj/Localizable.strings +M SoObjects/Appointments/GNUmakefile +A SoObjects/Appointments/SOGoAptMailBrazilianPortugueseDeletion.wo/SOGoAptMailBrazilianPortugueseDeletion.html +A SoObjects/Appointments/SOGoAptMailBrazilianPortugueseDeletion.wo/SOGoAptMailBrazilianPortugueseDeletion.wod +A SoObjects/Appointments/SOGoAptMailBrazilianPortugueseICalReply.wo/SOGoAptMailBrazilianPortugueseICalReply.html +A SoObjects/Appointments/SOGoAptMailBrazilianPortugueseICalReply.wo/SOGoAptMailBrazilianPortugueseICalReply.wod +A SoObjects/Appointments/SOGoAptMailBrazilianPortugueseInvitation.wo/SOGoAptMailBrazilianPortugueseInvitation.html +A SoObjects/Appointments/SOGoAptMailBrazilianPortugueseInvitation.wo/SOGoAptMailBrazilianPortugueseInvitation.wod +A SoObjects/Appointments/SOGoAptMailBrazilianPortugueseUpdate.wo/SOGoAptMailBrazilianPortugueseUpdate.html +A SoObjects/Appointments/SOGoAptMailBrazilianPortugueseUpdate.wo/SOGoAptMailBrazilianPortugueseUpdate.wod +A SoObjects/Appointments/SOGoAptMailCzechDeletion.wo/SOGoAptMailCzechDeletion.html +A SoObjects/Appointments/SOGoAptMailCzechDeletion.wo/SOGoAptMailCzechDeletion.wod +A SoObjects/Appointments/SOGoAptMailCzechICalReply.wo/SOGoAptMailCzechICalReply.html +A SoObjects/Appointments/SOGoAptMailCzechICalReply.wo/SOGoAptMailCzechICalReply.wod +A SoObjects/Appointments/SOGoAptMailCzechInvitation.wo/SOGoAptMailCzechInvitation.html +A SoObjects/Appointments/SOGoAptMailCzechInvitation.wo/SOGoAptMailCzechInvitation.wod +A SoObjects/Appointments/SOGoAptMailCzechUpdate.wo/SOGoAptMailCzechUpdate.html +A SoObjects/Appointments/SOGoAptMailCzechUpdate.wo/SOGoAptMailCzechUpdate.wod +A SoObjects/Contacts/BrazilianPortuguese.lproj/Localizable.strings +A SoObjects/Contacts/Czech.lproj/Localizable.strings +M SoObjects/Contacts/GNUmakefile +M SoObjects/Mailer/GNUmakefile +A SoObjects/Mailer/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.html +A SoObjects/Mailer/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.wod +A SoObjects/Mailer/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.html +A SoObjects/Mailer/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.wod +A SoObjects/Mailer/SOGoMailCzechForward.wo/SOGoMailCzechForward.html +A SoObjects/Mailer/SOGoMailCzechForward.wo/SOGoMailCzechForward.wod +A SoObjects/Mailer/SOGoMailCzechReply.wo/SOGoMailCzechReply.html +A SoObjects/Mailer/SOGoMailCzechReply.wo/SOGoMailCzechReply.wod +A UI/Common/BrazilianPortuguese.lproj/Localizable.strings +A UI/Common/Czech.lproj/Localizable.strings +M UI/Common/GNUmakefile +A UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings +A UI/Contacts/Czech.lproj/Localizable.strings +M UI/Contacts/GNUmakefile +A UI/MailerUI/BrazilianPortuguese.lproj/Localizable.strings +A UI/MailerUI/Czech.lproj/Localizable.strings +M UI/MailerUI/GNUmakefile +A UI/MainUI/BrazilianPortuguese.lproj/Locale +A UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings +A UI/MainUI/Czech.lproj/Locale +A UI/MainUI/Czech.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/GNUmakefile +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings +A UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings +A UI/PreferencesUI/Czech.lproj/Localizable.strings +M UI/PreferencesUI/GNUmakefile +M UI/SOGoUI/SOGoACLAdvisory.h +M UI/SOGoUI/SOGoACLAdvisory.m +M UI/SOGoUI/SOGoFolderAdvisory.h +M UI/SOGoUI/SOGoFolderAdvisory.m +A UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings +A UI/Scheduler/Czech.lproj/Localizable.strings +M UI/Scheduler/GNUmakefile + commit 4eb7fbc4c93e629ec63651f0843a5b252694b7e1 Author: C Robert Date: Thu Jul 9 15:49:45 2009 +0000 @@ -57480,6 +70014,9 @@ Date: Thu Jul 9 15:49:45 2009 +0000 Monotone-Date: 2009-07-09T15:49:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit 345e4279b132038071231451b9a6c2babb070c53 Author: C Robert Date: Thu Jul 9 15:44:46 2009 +0000 @@ -57491,21 +70028,8 @@ Date: Thu Jul 9 15:44:46 2009 +0000 Monotone-Date: 2009-07-09T15:44:46 Monotone-Branch: ca.inverse.sogo -commit 4cfe7e417c1fe3c966f651b610cab59441da2791 -Merge: 9cf72ec 7c25c16 -Author: C Robert -Date: Thu Jul 9 15:44:36 2009 +0000 - - merge of '198fe6947014072d94cf42fd01ddad350fa6bd08' - and 'f6c80d5cb25bb1c9887983399ad7fa9954631ac1' - - Monotone-Parent: 198fe6947014072d94cf42fd01ddad350fa6bd08 - Monotone-Parent: f6c80d5cb25bb1c9887983399ad7fa9954631ac1 - Monotone-Revision: 130245b7479c6dceb4d9ebbf839fbab430101735 - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-07-09T15:44:36 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailRenderingContext.m commit 9cf72ec8d5f79efb9c6b9033d6f45e51d799cc9f Author: C Robert @@ -57520,6 +70044,18 @@ Date: Thu Jul 9 15:27:11 2009 +0000 Monotone-Date: 2009-07-09T15:27:11 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Russian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MailerUI/Welsh.lproj/Localizable.strings +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/Templates/MailerUI/UIxMailPopupView.wox +M UI/WebServerResources/MailerUI.js + commit 7c25c16ddb9d70ad540b13d54cdf8b49d49e1710 Author: Francis Lachapelle Date: Thu Jul 9 14:55:16 2009 +0000 @@ -57533,21 +70069,15 @@ Date: Thu Jul 9 14:55:16 2009 +0000 Monotone-Date: 2009-07-09T14:55:16 Monotone-Branch: ca.inverse.sogo -commit 8c50019c3042364659fc87eeba2e25ebeb064da5 -Merge: b27e32a cf3fca0 -Author: Francis Lachapelle -Date: Wed Jul 8 22:52:40 2009 +0000 - - merge of '09e8d7e8a0e862b146d8d9bab41abd1661bb95b2' - and '72e05191b28fdea36565f18fc1803f1d197aee92' - - Monotone-Parent: 09e8d7e8a0e862b146d8d9bab41abd1661bb95b2 - Monotone-Parent: 72e05191b28fdea36565f18fc1803f1d197aee92 - Monotone-Revision: 41c1c5726230c10d450e8d6282dda4a8d0ce1de3 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-07-08T22:52:40 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailDutchICalReply.wo/SOGoAptMailDutchICalReply.html +M SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailEnglishICalReply.html +M SoObjects/Appointments/SOGoAptMailFrenchICalReply.wo/SOGoAptMailFrenchICalReply.html +M SoObjects/Appointments/SOGoAptMailGermanICalReply.wo/SOGoAptMailGermanICalReply.html +M SoObjects/Appointments/SOGoAptMailItalianICalReply.wo/SOGoAptMailItalianICalReply.html +M SoObjects/Appointments/SOGoAptMailRussianICalReply.wo/SOGoAptMailRussianICalReply.html +M SoObjects/Appointments/SOGoAptMailSpanishICalReply.wo/SOGoAptMailSpanishICalReply.html +M SoObjects/Appointments/SOGoAptMailWelshICalReply.wo/SOGoAptMailWelshICalReply.html +M SoObjects/Appointments/SOGoCalendarComponent.m commit b27e32a40268dcdefa8d0c189866e6bf69e34e10 Author: Francis Lachapelle @@ -57562,6 +70092,8 @@ Date: Wed Jul 8 21:13:06 2009 +0000 Monotone-Date: 2009-07-08T21:13:06 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit cf3fca068c824c71b501cd2bb798dc85e102b749 Author: Wolfgang Sourdeau Date: Wed Jul 8 21:06:11 2009 +0000 @@ -57573,6 +70105,8 @@ Date: Wed Jul 8 21:06:11 2009 +0000 Monotone-Date: 2009-07-08T21:06:11 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-gsmake2.diff + commit d50af8cc235d0a1829895242fc0da5585e4a2864 Author: Wolfgang Sourdeau Date: Wed Jul 8 19:14:30 2009 +0000 @@ -57584,6 +70118,8 @@ Date: Wed Jul 8 19:14:30 2009 +0000 Monotone-Date: 2009-07-08T19:14:30 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/French.lproj/Localizable.strings + commit 8a62ea46936ded3f0c908ec7f2a15413bfa81381 Author: Francis Lachapelle Date: Wed Jul 8 15:20:32 2009 +0000 @@ -57597,6 +70133,9 @@ Date: Wed Jul 8 15:20:32 2009 +0000 Monotone-Date: 2009-07-08T15:20:32 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js + commit 2020870eabad11c29e103389494564be0db412d3 Author: Francis Lachapelle Date: Tue Jul 7 21:25:01 2009 +0000 @@ -57610,6 +70149,8 @@ Date: Tue Jul 7 21:25:01 2009 +0000 Monotone-Date: 2009-07-07T21:25:01 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 02496888745effebd5bde1e3df1751f1f1aa1f46 Author: Francis Lachapelle Date: Tue Jul 7 21:17:43 2009 +0000 @@ -57623,21 +70164,17 @@ Date: Tue Jul 7 21:17:43 2009 +0000 Monotone-Date: 2009-07-07T21:17:43 Monotone-Branch: ca.inverse.sogo -commit 42eb08f9096f9d033734f528415c3c858bf7edd9 -Merge: 32387cd 5659a3b -Author: Francis Lachapelle -Date: Tue Jul 7 21:15:56 2009 +0000 - - merge of '266b8dcd5d7d2b3c6b6169c2f706feae1b725e7b' - and 'a1fec97888a28b21f11c4743a65a09fe028bf771' - - Monotone-Parent: 266b8dcd5d7d2b3c6b6169c2f706feae1b725e7b - Monotone-Parent: a1fec97888a28b21f11c4743a65a09fe028bf771 - Monotone-Revision: ab2ff65d5c716a5cd610c720b705af5e768a77c0 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-07-07T21:15:56 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/iCalEntityObject.h +M SOPE/NGCards/iCalEntityObject.m +M UI/Scheduler/Toolbars/SOGoAppointmentObject.toolbar +M UI/Scheduler/Toolbars/SOGoTaskObject.toolbar +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxComponentEditor.css +M UI/WebServerResources/UIxComponentEditor.js commit 5659a3b1cfcce42eeb62125f197e5e3a0703344f Author: Wolfgang Sourdeau @@ -57650,6 +70187,9 @@ Date: Tue Jul 7 20:57:00 2009 +0000 Monotone-Date: 2009-07-07T20:57:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 7acad8f8f9b671f8fe57b181e852036a5e598be1 Author: Wolfgang Sourdeau Date: Tue Jul 7 20:56:09 2009 +0000 @@ -57661,21 +70201,8 @@ Date: Tue Jul 7 20:56:09 2009 +0000 Monotone-Date: 2009-07-07T20:56:09 Monotone-Branch: ca.inverse.sogo -commit 32387cd8c633b78f0e0e3b2a38a0325f8a37d504 -Merge: 02beac8 d0dc6b3 -Author: Francis Lachapelle -Date: Tue Jul 7 19:58:38 2009 +0000 - - merge of '05fea4e552871014f910088a53242e6012ab81b0' - and 'dac228428ffd40e2b5476fd88e5a0dd9513bc493' - - Monotone-Parent: 05fea4e552871014f910088a53242e6012ab81b0 - Monotone-Parent: dac228428ffd40e2b5476fd88e5a0dd9513bc493 - Monotone-Revision: 266b8dcd5d7d2b3c6b6169c2f706feae1b725e7b - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-07-07T19:58:38 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m commit 02beac87b71008a10d843c95f9e9a02e6d7be76c Author: Francis Lachapelle @@ -57690,6 +70217,8 @@ Date: Tue Jul 7 19:58:15 2009 +0000 Monotone-Date: 2009-07-07T19:58:15 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit d0dc6b3e449e7efb7f74d89a6fcab9934ccf31f8 Author: C Robert Date: Tue Jul 7 19:34:54 2009 +0000 @@ -57703,6 +70232,15 @@ Date: Tue Jul 7 19:34:54 2009 +0000 Monotone-Date: 2009-07-07T19:34:54 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Russian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MailerUI/Welsh.lproj/Localizable.strings + commit 6f2c5d7aedd58c29462e49996b04b4e3681033b8 Author: Francis Lachapelle Date: Tue Jul 7 19:20:25 2009 +0000 @@ -57716,21 +70254,7 @@ Date: Tue Jul 7 19:20:25 2009 +0000 Monotone-Date: 2009-07-07T19:20:25 Monotone-Branch: ca.inverse.sogo -commit b5f8741206023f6695fe4511138329d968f1b540 -Merge: 0444148 3b94160 -Author: Francis Lachapelle -Date: Tue Jul 7 19:18:58 2009 +0000 - - merge of 'a78e1d7bc5249205bb5472f1376465ca1d88e281' - and 'd205cf705c1c42fd1d48092e23c41087cdfce10a' - - Monotone-Parent: a78e1d7bc5249205bb5472f1376465ca1d88e281 - Monotone-Parent: d205cf705c1c42fd1d48092e23c41087cdfce10a - Monotone-Revision: 5445a1fde58efa8862fc96a605c39020c9ff0dfb - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-07-07T19:18:58 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/message-copy.gif commit 0444148ba905be9fede5b8babbff994c1c2f5c55 Author: C Robert @@ -57745,6 +70269,9 @@ Date: Tue Jul 7 19:16:22 2009 +0000 Monotone-Date: 2009-07-07T19:16:22 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/MailerUI.css + commit 9cde0467944da05ff61a69680abd42a7c8c6c37c Author: C Robert Date: Tue Jul 7 18:49:48 2009 +0000 @@ -57756,6 +70283,9 @@ Date: Tue Jul 7 18:49:48 2009 +0000 Monotone-Date: 2009-07-07T18:49:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit 73c5d3313168d6476de7de2ea8b7fbb0e78dc002 Author: C Robert Date: Tue Jul 7 18:28:50 2009 +0000 @@ -57767,6 +70297,10 @@ Date: Tue Jul 7 18:28:50 2009 +0000 Monotone-Date: 2009-07-07T18:28:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.m +M UI/WebServerResources/MailerUI.js + commit 2296f63e1e9779a3db9d679f104fe97233dfa739 Author: Wolfgang Sourdeau Date: Tue Jul 7 18:21:15 2009 +0000 @@ -57778,21 +70312,7 @@ Date: Tue Jul 7 18:21:15 2009 +0000 Monotone-Date: 2009-07-07T18:21:15 Monotone-Branch: ca.inverse.sogo -commit 3b94160f38032f69edefc0ad5e756bc3ee812643 -Merge: b4c44e9 463752d -Author: Francis Lachapelle -Date: Tue Jul 7 17:46:18 2009 +0000 - - merge of 'a00b81f79363503679ee8113681198eb8b5de97e' - and 'eb759cedcd41f4bc822816acd58b93115f94f266' - - Monotone-Parent: a00b81f79363503679ee8113681198eb8b5de97e - Monotone-Parent: eb759cedcd41f4bc822816acd58b93115f94f266 - Monotone-Revision: d205cf705c1c42fd1d48092e23c41087cdfce10a - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-07-07T17:46:18 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m commit 463752df0d4e74394c7344de1bb9e057bdcd2453 Author: C Robert @@ -57805,6 +70325,10 @@ Date: Tue Jul 7 15:26:51 2009 +0000 Monotone-Date: 2009-07-07T15:26:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js + commit 883cd446354114d5aba3df2e9583ed9eedabb010 Author: C Robert Date: Tue Jul 7 15:14:59 2009 +0000 @@ -57816,6 +70340,9 @@ Date: Tue Jul 7 15:14:59 2009 +0000 Monotone-Date: 2009-07-07T15:14:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 8283864fe596a8e0e56d0ffe6bf9aff031d88c59 Author: C Robert Date: Tue Jul 7 15:08:11 2009 +0000 @@ -57827,6 +70354,9 @@ Date: Tue Jul 7 15:08:11 2009 +0000 Monotone-Date: 2009-07-07T15:08:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js + commit b1f7bb8a504d8e0b7a59d5f976df2ad3272dd5cd Author: C Robert Date: Tue Jul 7 15:02:52 2009 +0000 @@ -57838,6 +70368,11 @@ Date: Tue Jul 7 15:02:52 2009 +0000 Monotone-Date: 2009-07-07T15:02:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js + commit b4c44e93512a4a5994b0c0e74f37c830261c9483 Author: Francis Lachapelle Date: Tue Jul 7 14:50:52 2009 +0000 @@ -57851,6 +70386,8 @@ Date: Tue Jul 7 14:50:52 2009 +0000 Monotone-Date: 2009-07-07T14:50:52 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit f5cda3a64a10f969188d10b7ef3c1f15263f5501 Author: C Robert Date: Tue Jul 7 14:24:26 2009 +0000 @@ -57862,6 +70399,8 @@ Date: Tue Jul 7 14:24:26 2009 +0000 Monotone-Date: 2009-07-07T14:24:26 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/iefixes.css + commit f069bf2e6d6370fd4f3702807b09c60d230dc8b4 Author: C Robert Date: Tue Jul 7 14:17:15 2009 +0000 @@ -57875,6 +70414,9 @@ Date: Tue Jul 7 14:17:15 2009 +0000 Monotone-Date: 2009-07-07T14:17:15 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxMailEditor.js + commit e8075bf778ecf9155aa77f2b4271a7c80921f40b Author: Francis Lachapelle Date: Mon Jul 6 21:25:54 2009 +0000 @@ -57888,6 +70430,8 @@ Date: Mon Jul 6 21:25:54 2009 +0000 Monotone-Date: 2009-07-06T21:25:54 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoGroup.m + commit 04b8db28aff25ca39d4210df9e65b861cadaab4d Author: Francis Lachapelle Date: Mon Jul 6 21:25:38 2009 +0000 @@ -57901,6 +70445,8 @@ Date: Mon Jul 6 21:25:38 2009 +0000 Monotone-Date: 2009-07-06T21:25:38 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPSource.m + commit abfc4d773b5ddc25a42fabb61f98b621e102b010 Author: Francis Lachapelle Date: Mon Jul 6 19:57:33 2009 +0000 @@ -57914,6 +70460,8 @@ Date: Mon Jul 6 19:57:33 2009 +0000 Monotone-Date: 2009-07-06T19:57:33 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css + commit ebe9c0f4532f0b0fae6d13df66fda9814b7e4d89 Author: Wolfgang Sourdeau Date: Fri Jul 3 19:46:01 2009 +0000 @@ -57925,6 +70473,10 @@ Date: Fri Jul 3 19:46:01 2009 +0000 Monotone-Date: 2009-07-03T19:46:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M UI/Scheduler/UIxCalListingActions.m + commit 3e4c7912381d5dcd7b0b1d7009ea7f9215eb6598 Author: Wolfgang Sourdeau Date: Fri Jul 3 16:42:14 2009 +0000 @@ -57936,6 +70488,9 @@ Date: Fri Jul 3 16:42:14 2009 +0000 Monotone-Date: 2009-07-03T16:42:14 Monotone-Branch: ca.inverse.sogo +D SOPE/sope-patchset-r1657.diff +A SOPE/sope-patchset-r1660.diff + commit 124a263f93d2493378d7a0b0ef2f9b6268d54295 Author: Wolfgang Sourdeau Date: Fri Jul 3 16:34:47 2009 +0000 @@ -57947,6 +70502,9 @@ Date: Fri Jul 3 16:34:47 2009 +0000 Monotone-Date: 2009-07-03T16:34:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPUserManager.m + commit fe7e46b3f29081b68e0f031613dde111ae068315 Author: Francis Lachapelle Date: Thu Jul 2 21:09:35 2009 +0000 @@ -57960,21 +70518,9 @@ Date: Thu Jul 2 21:09:35 2009 +0000 Monotone-Date: 2009-07-02T21:09:35 Monotone-Branch: ca.inverse.sogo -commit 5873cc3e1682a7efa48e89fad66677dc36104c66 -Merge: a2be336 2bfde9c -Author: Francis Lachapelle -Date: Thu Jul 2 21:07:38 2009 +0000 - - merge of '238ddfbd3f00e0fbad3b9312ebe0bd88fde3f646' - and 'a5d600790eb0a570287e3f58d9d92d701c3f4f3a' - - Monotone-Parent: 238ddfbd3f00e0fbad3b9312ebe0bd88fde3f646 - Monotone-Parent: a5d600790eb0a570287e3f58d9d92d701c3f4f3a - Monotone-Revision: 73574164255d79da1cea7be5a59a86a13386f75f - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-07-02T21:07:38 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.m +M UI/WebServerResources/MailerUI.css commit 2bfde9c350e0893a66f78e9917199c199431a69a Author: Ludovic Marcotte @@ -57989,6 +70535,8 @@ Date: Thu Jul 2 17:30:27 2009 +0000 Monotone-Date: 2009-07-02T17:30:27 Monotone-Branch: ca.inverse.sogo +M NEWS + commit adc9a7e486d04351ffd0bb7868751d971fd954da Author: Ludovic Marcotte Date: Thu Jul 2 17:29:40 2009 +0000 @@ -58002,6 +70550,8 @@ Date: Thu Jul 2 17:29:40 2009 +0000 Monotone-Date: 2009-07-02T17:29:40 Monotone-Branch: ca.inverse.sogo +M NEWS + commit af20a0658f532466ea8e24dd4e04f5a7e6728bf2 Author: C Robert Date: Thu Jul 2 17:21:07 2009 +0000 @@ -58013,6 +70563,9 @@ Date: Thu Jul 2 17:21:07 2009 +0000 Monotone-Date: 2009-07-02T17:21:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailFolderActions.m + commit a2be33677b9232ba95ac4cc956ef861b645e825b Author: Francis Lachapelle Date: Thu Jul 2 17:12:06 2009 +0000 @@ -58024,6 +70577,8 @@ Date: Thu Jul 2 17:12:06 2009 +0000 Monotone-Date: 2009-07-02T17:12:06 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPSource.m + commit dcf8641548c6ff5b7f1e9baa92868d4e54ed3d5e Author: Francis Lachapelle Date: Thu Jul 2 17:11:48 2009 +0000 @@ -58037,6 +70592,8 @@ Date: Thu Jul 2 17:11:48 2009 +0000 Monotone-Date: 2009-07-02T17:11:48 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit f36a8dd18513de2386fd13eda2277917b94c2ed9 Author: C Robert Date: Thu Jul 2 17:06:21 2009 +0000 @@ -58050,21 +70607,7 @@ Date: Thu Jul 2 17:06:21 2009 +0000 Monotone-Date: 2009-07-02T17:06:21 Monotone-Branch: ca.inverse.sogo -commit e4d27f349bc46f220305ba10b5a38eb34f731b79 -Merge: 951389b b63050d -Author: C Robert -Date: Thu Jul 2 15:41:00 2009 +0000 - - merge of '7acfed7c7506c279e2946ae835c4ef8a1cf52114' - and 'ef38d39938984cb34954a23cdc1d54fecf577117' - - Monotone-Parent: 7acfed7c7506c279e2946ae835c4ef8a1cf52114 - Monotone-Parent: ef38d39938984cb34954a23cdc1d54fecf577117 - Monotone-Revision: d4edd90811440e920dfccfcb2c0e4305732b5cfc - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-07-02T15:41:00 - Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailFolderActions.m commit 951389b21696d3f50f908cf1c45e451ef25ca7ef Author: C Robert @@ -58077,6 +70620,9 @@ Date: Thu Jul 2 15:40:45 2009 +0000 Monotone-Date: 2009-07-02T15:40:45 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/ckeditor/ckeditor.js + commit b63050dac99c289e7500c14d5d71b65cde5b5897 Author: Wolfgang Sourdeau Date: Thu Jul 2 14:24:36 2009 +0000 @@ -58088,6 +70634,8 @@ Date: Thu Jul 2 14:24:36 2009 +0000 Monotone-Date: 2009-07-02T14:24:36 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1657.diff + commit 9311eccc483f2d0f90c0f08724396b428444159a Author: Francis Lachapelle Date: Thu Jul 2 14:14:57 2009 +0000 @@ -58099,21 +70647,7 @@ Date: Thu Jul 2 14:14:57 2009 +0000 Monotone-Date: 2009-07-02T14:14:57 Monotone-Branch: ca.inverse.sogo -commit d3ab38ff3dc62d5438db9f0c6edaade49f9251c6 -Merge: 4695f1a aebc17e -Author: Francis Lachapelle -Date: Thu Jul 2 14:12:54 2009 +0000 - - merge of '366dd63bc8cb90bda841f039b5d9e177f4dc3bbc' - and 'bde131451e61cf9c2c9b12131c6ea839e28e3bf2' - - Monotone-Parent: 366dd63bc8cb90bda841f039b5d9e177f4dc3bbc - Monotone-Parent: bde131451e61cf9c2c9b12131c6ea839e28e3bf2 - Monotone-Revision: 200696af293fef0e2e6002c56a321834f165a2ec - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-07-02T14:12:54 - Monotone-Branch: ca.inverse.sogo +M NEWS commit 4695f1a464cdedfb49a8ec91fd2f87dab2535f6e Author: Francis Lachapelle @@ -58126,6 +70660,8 @@ Date: Thu Jul 2 13:38:10 2009 +0000 Monotone-Date: 2009-07-02T13:38:10 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit aebc17edf00e8b55b3b268083334fa7f4696699b Author: Ludovic Marcotte Date: Thu Jul 2 12:39:37 2009 +0000 @@ -58139,6 +70675,8 @@ Date: Thu Jul 2 12:39:37 2009 +0000 Monotone-Date: 2009-07-02T12:39:37 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 996e33f5da0dcf195437b75a0cf08e76dbaae0a7 Author: C Robert Date: Wed Jul 1 20:26:13 2009 +0000 @@ -58150,6 +70688,8 @@ Date: Wed Jul 1 20:26:13 2009 +0000 Monotone-Date: 2009-07-01T20:26:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 1f987c15bedad4886856f3bab105e2abd8c9b79c Author: C Robert Date: Wed Jul 1 20:25:20 2009 +0000 @@ -58161,6 +70701,8 @@ Date: Wed Jul 1 20:25:20 2009 +0000 Monotone-Date: 2009-07-01T20:25:20 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoGCSFolder.m + commit e295706e1d5560a7e332e5c057211b196778f1f4 Author: Francis Lachapelle Date: Wed Jul 1 20:23:10 2009 +0000 @@ -58172,21 +70714,7 @@ Date: Wed Jul 1 20:23:10 2009 +0000 Monotone-Date: 2009-07-01T20:23:10 Monotone-Branch: ca.inverse.sogo -commit cdffc1736e2b4305bff4f91c7d0d515574cd3d02 -Merge: b57eb03 9506b6d -Author: Francis Lachapelle -Date: Wed Jul 1 20:22:39 2009 +0000 - - merge of '025dc837dc0929ee47957b2385959532807a1b9c' - and 'a6eb90bb705891f429bad2f9b15a3fc4f18c040c' - - Monotone-Parent: 025dc837dc0929ee47957b2385959532807a1b9c - Monotone-Parent: a6eb90bb705891f429bad2f9b15a3fc4f18c040c - Monotone-Revision: 1c444d4c347ea6897dc7ebdf7e4f2149271c5203 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-07-01T20:22:39 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css commit b57eb03a2954c79ee985b755df813237357a0d4e Author: Francis Lachapelle @@ -58199,37 +70727,7 @@ Date: Wed Jul 1 20:22:32 2009 +0000 Monotone-Date: 2009-07-01T20:22:32 Monotone-Branch: ca.inverse.sogo -commit 9506b6dadef52b9e608d0e16501332469c9d5ca0 -Merge: 71a0e0f 0da799f -Author: Francis Lachapelle -Date: Wed Jul 1 20:21:46 2009 +0000 - - merge of '27e4a971509238d8a77bcdbd70c00f4fc4202a00' - and '310656e43745cf03a754d629917e6024ec566244' - - Monotone-Parent: 27e4a971509238d8a77bcdbd70c00f4fc4202a00 - Monotone-Parent: 310656e43745cf03a754d629917e6024ec566244 - Monotone-Revision: a6eb90bb705891f429bad2f9b15a3fc4f18c040c - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-07-01T20:21:46 - Monotone-Branch: ca.inverse.sogo - -commit 0da799fd8c0463b8ad35ba4bcf972fc4ff0c8e23 -Merge: ef8cee5 ae87e98 -Author: C Robert -Date: Wed Jul 1 20:09:38 2009 +0000 - - merge of '065f29d26993d0476f752244bc9a97e2e8c8dcaa' - and '198c312f6f50dd9e647df21a626b63d5737a368b' - - Monotone-Parent: 065f29d26993d0476f752244bc9a97e2e8c8dcaa - Monotone-Parent: 198c312f6f50dd9e647df21a626b63d5737a368b - Monotone-Revision: 310656e43745cf03a754d629917e6024ec566244 - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-07-01T20:09:38 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.m commit ae87e98bf29ad43bd24ffd6ca405766ae16d55af Author: C Robert @@ -58242,21 +70740,9 @@ Date: Wed Jul 1 20:09:26 2009 +0000 Monotone-Date: 2009-07-01T20:09:26 Monotone-Branch: ca.inverse.sogo -commit ef8cee52bd262fc994dadbc71866cbd8bb4ed3b1 -Merge: 8b51d07 0c2a455 -Author: Wolfgang Sourdeau -Date: Wed Jul 1 19:58:59 2009 +0000 - - merge of '5547fe230efee84f5079734d9e6dccd6e02bc161' - and '856583f8779d38a6978fe4db950c4067c8a38e9c' - - Monotone-Parent: 5547fe230efee84f5079734d9e6dccd6e02bc161 - Monotone-Parent: 856583f8779d38a6978fe4db950c4067c8a38e9c - Monotone-Revision: 065f29d26993d0476f752244bc9a97e2e8c8dcaa - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-07-01T19:58:59 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/scriptaculous/dragdrop.js commit 8b51d0728f4a147affb295ead5437646eefdc7ea Author: Wolfgang Sourdeau @@ -58269,21 +70755,7 @@ Date: Wed Jul 1 19:58:44 2009 +0000 Monotone-Date: 2009-07-01T19:58:44 Monotone-Branch: ca.inverse.sogo -commit 0c2a4556164069331bef6be4cdb628e149811da8 -Merge: 5a3163c 733cc4f -Author: C Robert -Date: Wed Jul 1 19:30:11 2009 +0000 - - merge of '4540bdac2b25e94022f859ccd01e9fd4f28ef349' - and 'cc4465af2bc376a873ae8e59faf33b86548f08b3' - - Monotone-Parent: 4540bdac2b25e94022f859ccd01e9fd4f28ef349 - Monotone-Parent: cc4465af2bc376a873ae8e59faf33b86548f08b3 - Monotone-Revision: 856583f8779d38a6978fe4db950c4067c8a38e9c - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-07-01T19:30:11 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1657.diff commit 733cc4f9e7f2bdeb70d6378737acd3c7d0bf9d12 Author: C Robert @@ -58296,6 +70768,9 @@ Date: Wed Jul 1 19:28:44 2009 +0000 Monotone-Date: 2009-07-01T19:28:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailFolderActions.m + commit 5a3163c1f1c23bbc0f2aa8121426a241f34ebbb0 Author: Wolfgang Sourdeau Date: Wed Jul 1 19:27:44 2009 +0000 @@ -58307,6 +70782,9 @@ Date: Wed Jul 1 19:27:44 2009 +0000 Monotone-Date: 2009-07-01T19:27:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 79d23608d488898d54e84a6c374f4df4672f3446 Author: Wolfgang Sourdeau Date: Wed Jul 1 19:27:34 2009 +0000 @@ -58318,6 +70796,9 @@ Date: Wed Jul 1 19:27:34 2009 +0000 Monotone-Date: 2009-07-01T19:27:34 Monotone-Branch: ca.inverse.sogo +M UI/Common/WODirectAction+SOGo.m +M UI/SOGoUI/UIxComponent.m + commit 42f95af7568982b95b1a0189c7b0efcae3adc567 Author: Wolfgang Sourdeau Date: Wed Jul 1 15:49:08 2009 +0000 @@ -58329,21 +70810,7 @@ Date: Wed Jul 1 15:49:08 2009 +0000 Monotone-Date: 2009-07-01T15:49:08 Monotone-Branch: ca.inverse.sogo -commit 71a0e0f13e525e389637e02d6936457baf55cdc6 -Merge: f926ea4 a40feed -Author: Francis Lachapelle -Date: Wed Jul 1 15:40:08 2009 +0000 - - merge of '08ab1ea413a26cc68bc442788bec8b43e1f2dd07' - and '52e582748151e87bfde51bfd7c475d994270767b' - - Monotone-Parent: 08ab1ea413a26cc68bc442788bec8b43e1f2dd07 - Monotone-Parent: 52e582748151e87bfde51bfd7c475d994270767b - Monotone-Revision: 27e4a971509238d8a77bcdbd70c00f4fc4202a00 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-07-01T15:40:08 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1657.diff commit a40feed75ca62027c505187311f213c18bf452ec Author: C Robert @@ -58356,6 +70823,8 @@ Date: Wed Jul 1 15:09:45 2009 +0000 Monotone-Date: 2009-07-01T15:09:45 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit bcb1bf15241c4e421fe1247d40b24edbbf76463a Author: C Robert Date: Wed Jul 1 14:25:29 2009 +0000 @@ -58367,6 +70836,8 @@ Date: Wed Jul 1 14:25:29 2009 +0000 Monotone-Date: 2009-07-01T14:25:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxPreferences.js + commit 5e3c9c538e7aae812e5fd40dac1d3105fc2e9dec Author: C Robert Date: Wed Jul 1 14:07:46 2009 +0000 @@ -58378,6 +70849,8 @@ Date: Wed Jul 1 14:07:46 2009 +0000 Monotone-Date: 2009-07-01T14:07:46 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxPreferences.js + commit 809d315ea097fad601a12eb9e1eafbbaddb4c435 Author: C Robert Date: Wed Jul 1 14:03:58 2009 +0000 @@ -58389,6 +70862,9 @@ Date: Wed Jul 1 14:03:58 2009 +0000 Monotone-Date: 2009-07-01T14:03:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit b5a2244030407c316e612bdc26b4f305f7ce2818 Author: Wolfgang Sourdeau Date: Tue Jun 30 21:34:17 2009 +0000 @@ -58400,6 +70876,9 @@ Date: Tue Jun 30 21:34:17 2009 +0000 Monotone-Date: 2009-06-30T21:34:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit ffc3f67ff491c1ad4f5fecf9c75b11860c35291e Author: Wolfgang Sourdeau Date: Tue Jun 30 21:34:02 2009 +0000 @@ -58411,6 +70890,8 @@ Date: Tue Jun 30 21:34:02 2009 +0000 Monotone-Date: 2009-06-30T21:34:02 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoWebDAVAclManager.m + commit c619a07d57209860d32abf6ec3e5b191fd3a14a5 Author: Wolfgang Sourdeau Date: Tue Jun 30 21:21:50 2009 +0000 @@ -58422,21 +70903,8 @@ Date: Tue Jun 30 21:21:50 2009 +0000 Monotone-Date: 2009-06-30T21:21:50 Monotone-Branch: ca.inverse.sogo -commit b91c48de4f5234fe2b08c7eef00bd02e760b464a -Merge: 9b5e7361 db2c2ed -Author: C Robert -Date: Tue Jun 30 20:10:21 2009 +0000 - - merge of '1487f5359ed75a8c1f5df8db9a25b561e7e5978c' - and '78e483b4fe68843e9833d79d7bde59ac5321291c' - - Monotone-Parent: 1487f5359ed75a8c1f5df8db9a25b561e7e5978c - Monotone-Parent: 78e483b4fe68843e9833d79d7bde59ac5321291c - Monotone-Revision: db6101745dbd661ce3278ea7f4c6bb9837382a4f - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-06-30T20:10:21 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m commit 9b5e7361e38ccab6a8904d5eb12cd5de900d0b51 Author: C Robert @@ -58449,6 +70917,10 @@ Date: Tue Jun 30 20:10:09 2009 +0000 Monotone-Date: 2009-06-30T20:10:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.m +M UI/Templates/MailerUI/UIxMailListView.wox + commit f926ea4fbd1371df68a292333fa67170dae07c87 Author: Francis Lachapelle Date: Tue Jun 30 19:21:00 2009 +0000 @@ -58462,6 +70934,8 @@ Date: Tue Jun 30 19:21:00 2009 +0000 Monotone-Date: 2009-06-30T19:21:00 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 3f1671e4f05487dd26307a62ec6dfc34ab7e5cd6 Author: Francis Lachapelle Date: Tue Jun 30 19:20:10 2009 +0000 @@ -58475,6 +70949,11 @@ Date: Tue Jun 30 19:20:10 2009 +0000 Monotone-Date: 2009-06-30T19:20:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartICalActions.h +M UI/MailPartViewers/UIxMailPartICalActions.m +M UI/MailPartViewers/product.plist + commit 470917d096a286fd6b4f625e8f41b6caf5eb9631 Author: Francis Lachapelle Date: Tue Jun 30 19:19:12 2009 +0000 @@ -58486,6 +70965,9 @@ Date: Tue Jun 30 19:19:12 2009 +0000 Monotone-Date: 2009-06-30T19:19:12 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/GNUmakefile + commit 65452aecb948842afad5e1947a4ce246596deebd Author: Francis Lachapelle Date: Tue Jun 30 19:09:57 2009 +0000 @@ -58499,21 +70981,8 @@ Date: Tue Jun 30 19:09:57 2009 +0000 Monotone-Date: 2009-06-30T19:09:57 Monotone-Branch: ca.inverse.sogo -commit e41d6dced557034151d2a54ed734c752090c57b7 -Merge: d6a1489 db2c2ed -Author: Francis Lachapelle -Date: Tue Jun 30 19:08:00 2009 +0000 - - merge of '2d256ad5de45712bf664154e503ef162f9780ce7' - and '78e483b4fe68843e9833d79d7bde59ac5321291c' - - Monotone-Parent: 2d256ad5de45712bf664154e503ef162f9780ce7 - Monotone-Parent: 78e483b4fe68843e9833d79d7bde59ac5321291c - Monotone-Revision: dac2c88734449dfb2523709ee6ad66d821245e35 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-06-30T19:08:00 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSArray+Utilities.m +M SoObjects/SOGo/NSString+Utilities.m commit db2c2ed702b806cb7d2ed3413e51dbd4a4c2aa1a Author: Wolfgang Sourdeau @@ -58526,6 +70995,8 @@ Date: Tue Jun 30 18:49:53 2009 +0000 Monotone-Date: 2009-06-30T18:49:53 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxJSClose.wox + commit 784f5bffccdadb1557d7ef043352d64f2f1846e0 Author: C Robert Date: Tue Jun 30 18:01:14 2009 +0000 @@ -58537,6 +71008,9 @@ Date: Tue Jun 30 18:01:14 2009 +0000 Monotone-Date: 2009-06-30T18:01:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit 3143aa9324e381b881493d18b67a20a0e11c7196 Author: C Robert Date: Tue Jun 30 17:54:13 2009 +0000 @@ -58548,85 +71022,15 @@ Date: Tue Jun 30 17:54:13 2009 +0000 Monotone-Date: 2009-06-30T17:54:13 Monotone-Branch: ca.inverse.sogo -commit d6a148979802b28a7db83533575b4b2303544964 -Merge: 612322f 3a22099 -Author: Francis Lachapelle -Date: Tue Jun 30 14:54:23 2009 +0000 - - merge of '3c8f71698ed93ac4e9bac8ae36c7b17a9da18ca9' - and 'f0bf4f5e57bda2fe7cbbd558784c203b3fab4d36' - - Monotone-Parent: 3c8f71698ed93ac4e9bac8ae36c7b17a9da18ca9 - Monotone-Parent: f0bf4f5e57bda2fe7cbbd558784c203b3fab4d36 - Monotone-Revision: 2d256ad5de45712bf664154e503ef162f9780ce7 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-06-30T14:54:23 - Monotone-Branch: ca.inverse.sogo - -commit 3a22099b946dd7237b53fe200da5daec6608a40b -Merge: 148bd51 6c411d7 -Author: C Robert -Date: Tue Jun 30 14:52:45 2009 +0000 - - merge of '27ff1857cc937c28d83c101f077e83c119249cd6' - and 'f83500f2eb31440f37507e6dd73a3a5932b74c3d' - - Monotone-Parent: 27ff1857cc937c28d83c101f077e83c119249cd6 - Monotone-Parent: f83500f2eb31440f37507e6dd73a3a5932b74c3d - Monotone-Revision: f0bf4f5e57bda2fe7cbbd558784c203b3fab4d36 - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-06-30T14:52:45 - Monotone-Branch: ca.inverse.sogo - -commit 6c411d76480959d7514b83833d42ec5810fbb684 -Merge: 1015153 6209543 -Author: Wolfgang Sourdeau -Date: Tue Jun 30 14:50:18 2009 +0000 - - merge of '8ec679acd7bba83b03f0f4bbf41999b1d7c4b065' - and 'eca223304213a13e4a7b9e29e6e5cc41c3b1cdb3' - - Monotone-Parent: 8ec679acd7bba83b03f0f4bbf41999b1d7c4b065 - Monotone-Parent: eca223304213a13e4a7b9e29e6e5cc41c3b1cdb3 - Monotone-Revision: f83500f2eb31440f37507e6dd73a3a5932b74c3d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-06-30T14:50:18 - Monotone-Branch: ca.inverse.sogo - -commit 612322fae0bd9f05c0df45a9c36e4fb3fa6b06c1 -Merge: 1015153 6209543 -Author: Francis Lachapelle -Date: Tue Jun 30 14:50:03 2009 +0000 - - merge of '8ec679acd7bba83b03f0f4bbf41999b1d7c4b065' - and 'eca223304213a13e4a7b9e29e6e5cc41c3b1cdb3' - - Monotone-Parent: 8ec679acd7bba83b03f0f4bbf41999b1d7c4b065 - Monotone-Parent: eca223304213a13e4a7b9e29e6e5cc41c3b1cdb3 - Monotone-Revision: 3c8f71698ed93ac4e9bac8ae36c7b17a9da18ca9 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-06-30T14:50:03 - Monotone-Branch: ca.inverse.sogo - -commit 148bd513b779bb1626a5d4585c05d8f15bc7bfb5 -Merge: 1015153 6209543 -Author: C Robert -Date: Tue Jun 30 13:15:34 2009 +0000 - - merge of '8ec679acd7bba83b03f0f4bbf41999b1d7c4b065' - and 'eca223304213a13e4a7b9e29e6e5cc41c3b1cdb3' - - Monotone-Parent: 8ec679acd7bba83b03f0f4bbf41999b1d7c4b065 - Monotone-Parent: eca223304213a13e4a7b9e29e6e5cc41c3b1cdb3 - Monotone-Revision: 27ff1857cc937c28d83c101f077e83c119249cd6 - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-06-30T13:15:34 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +D UI/WebServerResources/SOGoDragAndDrop.js +M UI/WebServerResources/ckeditor/config.js +A UI/WebServerResources/message-copy.gif +A UI/WebServerResources/message.gif commit 6209543ce046a76a170e7934d4283bf06862a703 Author: Francis Lachapelle @@ -58641,6 +71045,11 @@ Date: Tue Jun 30 01:41:27 2009 +0000 Monotone-Date: 2009-06-30T01:41:27 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxComponentEditor.css +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/UIxTaskEditor.css + commit deda9f6511077dc401044c4545338d4996b874a4 Author: Francis Lachapelle Date: Tue Jun 30 01:39:27 2009 +0000 @@ -58652,21 +71061,7 @@ Date: Tue Jun 30 01:39:27 2009 +0000 Monotone-Date: 2009-06-30T01:39:27 Monotone-Branch: ca.inverse.sogo -commit 1015153f5cda1f959f9f5b2a46ec6ca7717001ea -Merge: a2f6637 e3b2301 -Author: Wolfgang Sourdeau -Date: Mon Jun 29 21:39:59 2009 +0000 - - merge of '2ce9107c8b61b56e528bf47fbe9733bd95b13c83' - and '3d05f2005e93e45bcafb0ec4aff59c61d8e08631' - - Monotone-Parent: 2ce9107c8b61b56e528bf47fbe9733bd95b13c83 - Monotone-Parent: 3d05f2005e93e45bcafb0ec4aff59c61d8e08631 - Monotone-Revision: 8ec679acd7bba83b03f0f4bbf41999b1d7c4b065 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-06-29T21:39:59 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js commit a2f663745dc2f3022cacc90a4ba82461dc4ab925 Author: Wolfgang Sourdeau @@ -58679,6 +71074,9 @@ Date: Mon Jun 29 21:38:56 2009 +0000 Monotone-Date: 2009-06-29T21:38:56 Monotone-Branch: ca.inverse.sogo +D SOPE/sope-patchset-r1632.diff +M SOPE/sope-patchset-r1657.diff + commit e3b23016dc31900512035861479550873b7f41fe Author: C Robert Date: Mon Jun 29 19:31:59 2009 +0000 @@ -58690,21 +71088,8 @@ Date: Mon Jun 29 19:31:59 2009 +0000 Monotone-Date: 2009-06-29T19:31:59 Monotone-Branch: ca.inverse.sogo -commit 6e69047f0c6bd9233d999cc2bc8c6bde7e2696f8 -Merge: f0282f6 109ca5a -Author: Francis Lachapelle -Date: Mon Jun 29 19:09:39 2009 +0000 - - merge of '71124a5805a6acd533a352015d2c6fe9c134f725' - and 'a57ac11c710e04e59d47cf12be270492f600a306' - - Monotone-Parent: 71124a5805a6acd533a352015d2c6fe9c134f725 - Monotone-Parent: a57ac11c710e04e59d47cf12be270492f600a306 - Monotone-Revision: f8f29401b79be9d6545414948b83cb353a55ae8d - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-06-29T19:09:39 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js commit 109ca5a129b12ad358aa6c90c3aee362abcd0923 Author: Francis Lachapelle @@ -58719,6 +71104,11 @@ Date: Mon Jun 29 19:08:29 2009 +0000 Monotone-Date: 2009-06-29T19:08:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoParentFolder.h +M SoObjects/SOGo/SOGoParentFolder.m +M UI/WebServerResources/ContactsUI.js + commit f0282f694d4c8094fd0685c4345dcaed3c0d8183 Author: C Robert Date: Mon Jun 29 18:37:57 2009 +0000 @@ -58730,6 +71120,17 @@ Date: Mon Jun 29 18:37:57 2009 +0000 Monotone-Date: 2009-06-29T18:37:57 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/GNUmakefile +A UI/WebServerResources/scriptaculous/MIT-LICENSE +A UI/WebServerResources/scriptaculous/builder.js +A UI/WebServerResources/scriptaculous/controls.js +A UI/WebServerResources/scriptaculous/dragdrop.js +A UI/WebServerResources/scriptaculous/effects.js +A UI/WebServerResources/scriptaculous/scriptaculous.js +A UI/WebServerResources/scriptaculous/slider.js +A UI/WebServerResources/scriptaculous/sound.js +A UI/WebServerResources/scriptaculous/unittest.js + commit 8c5fec65bd5ba6d6754a975c31b4e9053f0e0bc0 Author: C Robert Date: Mon Jun 29 18:25:29 2009 +0000 @@ -58741,6 +71142,12 @@ Date: Mon Jun 29 18:25:29 2009 +0000 Monotone-Date: 2009-06-29T18:25:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/generic.css + commit a667155d0fdab3b7e279f4281c9fc7ac3711201e Author: Francis Lachapelle Date: Fri Jun 26 20:50:39 2009 +0000 @@ -58752,6 +71159,8 @@ Date: Fri Jun 26 20:50:39 2009 +0000 Monotone-Date: 2009-06-26T20:50:39 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactFoldersView.wox + commit 75726948663c24752441e8cb5238aa615cae038e Author: Francis Lachapelle Date: Fri Jun 26 20:33:36 2009 +0000 @@ -58763,6 +71172,8 @@ Date: Fri Jun 26 20:33:36 2009 +0000 Monotone-Date: 2009-06-26T20:33:36 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit 865dae53aaf7e392d563506e6130d60fee2d1dc0 Author: Francis Lachapelle Date: Fri Jun 26 18:18:58 2009 +0000 @@ -58774,6 +71185,9 @@ Date: Fri Jun 26 18:18:58 2009 +0000 Monotone-Date: 2009-06-26T18:18:58 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactView.wox +M UI/Templates/ContactsUI/UIxContactsListView.wox + commit fc2dee60ad84b1d66c94f1d35f14ba988380a295 Author: Francis Lachapelle Date: Fri Jun 26 17:48:48 2009 +0000 @@ -58785,6 +71199,8 @@ Date: Fri Jun 26 17:48:48 2009 +0000 Monotone-Date: 2009-06-26T17:48:48 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailAccountActions.m + commit 3a26cead36c8b03963d02989a1faad6f9b037715 Author: Francis Lachapelle Date: Fri Jun 26 17:48:28 2009 +0000 @@ -58798,21 +71214,20 @@ Date: Fri Jun 26 17:48:28 2009 +0000 Monotone-Date: 2009-06-26T17:48:28 Monotone-Branch: ca.inverse.sogo -commit f30c282fc074201a069d14d75e01cc4f150dc76a -Merge: 5ddca0d b5b96a1 -Author: Wolfgang Sourdeau -Date: Fri Jun 26 17:31:12 2009 +0000 - - merge of '326cbf2748cd4309c0cacb9702c86cdb705dadfe' - and 'ba6d913f4f8a20f6769ab7fd45973e1fbdee1e68' - - Monotone-Parent: 326cbf2748cd4309c0cacb9702c86cdb705dadfe - Monotone-Parent: ba6d913f4f8a20f6769ab7fd45973e1fbdee1e68 - Monotone-Revision: 3c15622e01ba189cb753c80fb8cf4c1a57e85c29 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-06-26T17:31:12 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/GNUmakefile +M UI/Contacts/UIxContactFoldersView.h +M UI/Contacts/UIxContactFoldersView.m +D UI/Contacts/UIxContactsListViewContainer.h +D UI/Contacts/UIxContactsListViewContainer.m +M UI/Contacts/product.plist +M UI/Templates/ContactsUI/UIxContactFoldersView.wox +D UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/iefixes.css commit 5ddca0d0fff0eb813166ee47184184c288da659a Author: Wolfgang Sourdeau @@ -58825,6 +71240,8 @@ Date: Fri Jun 26 17:30:34 2009 +0000 Monotone-Date: 2009-06-26T17:30:34 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m + commit b5b96a1fb3faa5067f52e06999b21768e4fd0e73 Author: C Robert Date: Fri Jun 26 13:17:21 2009 +0000 @@ -58836,6 +71253,9 @@ Date: Fri Jun 26 13:17:21 2009 +0000 Monotone-Date: 2009-06-26T13:17:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxPreferences.js + commit 31f78e8eb070a90fae981ee4fc25ad9ce498170d Author: C Robert Date: Thu Jun 25 19:50:59 2009 +0000 @@ -58847,6 +71267,9 @@ Date: Thu Jun 25 19:50:59 2009 +0000 Monotone-Date: 2009-06-25T19:50:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxPreferences.js + commit a7312352dee9fa2f86c509b713aec6c150bda2aa Author: C Robert Date: Thu Jun 25 19:28:42 2009 +0000 @@ -58860,6 +71283,269 @@ Date: Thu Jun 25 19:28:42 2009 +0000 Monotone-Date: 2009-06-25T19:28:42 Monotone-Branch: ca.inverse.sogo +D UI/WebServerResources/ckeditor/CHANGES.html +D UI/WebServerResources/ckeditor/_docs/api/files.html +D UI/WebServerResources/ckeditor/_docs/api/index.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ajax.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.commandDefinition.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.config.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dialog.buttonDefinition.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dialog.contentDefinition.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dialog.contentDefinitionObject.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dialog.dialogDefinition.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dialog.dialogDefinitionObject.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dialog.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dialog.uiElementDefinition.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dialogCommand.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dom.document.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dom.domObject.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dom.element.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dom.event.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dom.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dom.node.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dom.selection.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dom.text.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dom.window.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dtd.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.editor.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.env.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.event.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.eventInfo.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.focusManager.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.htmlParser.cdata.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.htmlParser.comment.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.htmlParser.element.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.htmlParser.fragment.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.htmlParser.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.htmlParser.text.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.htmlWriter.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.imageCacher.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.keystrokeHandler.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.loader.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.pluginDefinition.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.plugins.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.resourceManager.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.scriptLoader.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.skins.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.test.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.themes.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.tools.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.button.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.button.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.checkbox.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.file.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.fileButton.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.hbox.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.html.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.labeledElement.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.radio.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.select.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.textInput.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.textarea.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.uiElement.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.vbox.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.handlerDefinition.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.xml.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/_global_.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core__bootstrap.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_ajax.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_ckeditor.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_ckeditor_base.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_ckeditor_basic.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_command.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_commanddefinition.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_config.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_document.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_documentfragment.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_domwalker.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_element.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_elementpath.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_event.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_node.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_nodelist.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_range.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_text.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_walker.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_window.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dtd.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_editor.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_editor_basic.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_env.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_event.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_eventInfo.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_focusmanager.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_htmlparser.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_htmlparser_basicwriter.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_htmlparser_cdata.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_htmlparser_comment.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_htmlparser_element.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_htmlparser_filter.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_htmlparser_fragment.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_htmlparser_text.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_imagecacher.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_lang.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_loader.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_plugindefinition.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_plugins.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_resourcemanager.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_scriptloader.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_skins.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_test.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_themes.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_tools.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_ui.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_xml.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/lang_en.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_about_dialogs_about.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_about_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_basicstyles_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_blockquote_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_button_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_clipboard_dialogs_paste.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_clipboard_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_colorbutton_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_contextmenu_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_dialog_dialogDefinition.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_dialog_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_dialogui_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_domiterator_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_editingblock_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_elementspath_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_enterkey_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_entities_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_filebrowser_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_find_dialogs_find.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_find_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_flash_dialogs_flash.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_flash_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_floatpanel_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_font_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_format_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_forms_dialogs_button.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_forms_dialogs_checkbox.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_forms_dialogs_form.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_forms_dialogs_hiddenfield.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_forms_dialogs_radio.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_forms_dialogs_select.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_forms_dialogs_textarea.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_forms_dialogs_textfield.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_forms_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_horizontalrule_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_htmldataprocessor_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_htmlwriter_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_iframedialog_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_image_dialogs_image.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_image_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_indent_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_justify_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_keystrokes_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_link_dialogs_anchor.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_link_dialogs_link.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_link_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_list_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_listblock_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_maximize_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_menu_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_menubutton_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_newpage_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_pagebreak_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_panel_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_panelbutton_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_pastefromword_dialogs_pastefromword.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_pastefromword_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_pastetext_dialogs_pastetext.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_pastetext_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_popup_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_preview_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_print_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_removeformat_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_resize_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_richcombo_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_save_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_scayt_dialogs_options.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_scayt_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_selection_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_showblocks_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_smiley_dialogs_smiley.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_smiley_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_sourcearea_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_specialchar_dialogs_specialchar.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_specialchar_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_styles_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_stylescombo_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_stylescombo_styles_default.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_tab_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_table_dialogs_table.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_table_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_tabletools_dialogs_tableCell.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_tabletools_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_templates_dialogs_templates.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_templates_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_templates_templates_default.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_toolbar_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_uicolor_dialogs_uicolor.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_uicolor_lang_en.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_uicolor_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_uicolor_yui_yui.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_undo_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_wsc_dialogs_wsc.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_wsc_plugin.js.html +D UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_wysiwygarea_plugin.js.html +D UI/WebServerResources/ckeditor/_samples/ajax.html +D UI/WebServerResources/ckeditor/_samples/api_dialog.html +D UI/WebServerResources/ckeditor/_samples/api_dialog/my_dialog.js +D UI/WebServerResources/ckeditor/_samples/divreplace.html +D UI/WebServerResources/ckeditor/_samples/enterkey.html +D UI/WebServerResources/ckeditor/_samples/index.html +D UI/WebServerResources/ckeditor/_samples/replacebyclass.html +D UI/WebServerResources/ckeditor/_samples/replacebycode.html +D UI/WebServerResources/ckeditor/_samples/sample.css +D UI/WebServerResources/ckeditor/_samples/sample.js +D UI/WebServerResources/ckeditor/_samples/sample_posteddata.php +D UI/WebServerResources/ckeditor/_samples/skins.html +D UI/WebServerResources/ckeditor/_samples/ui_color.html +D UI/WebServerResources/ckeditor/_samples/ui_languages.html +D UI/WebServerResources/ckeditor/_tests/_assets/sample.css +D UI/WebServerResources/ckeditor/_tests/_assets/sample.js +D UI/WebServerResources/ckeditor/_tests/_assets/sample.txt +D UI/WebServerResources/ckeditor/_tests/_assets/sample.xml +D UI/WebServerResources/ckeditor/_tests/_assets/sample_xml.txt +D UI/WebServerResources/ckeditor/_tests/core/_editor/custom_config_1.js +D UI/WebServerResources/ckeditor/_tests/core/_editor/custom_config_2.js +D UI/WebServerResources/ckeditor/_tests/core/ajax.html +D UI/WebServerResources/ckeditor/_tests/core/ckeditor.html +D UI/WebServerResources/ckeditor/_tests/core/ckeditor2.html +D UI/WebServerResources/ckeditor/_tests/core/dom/document.html +D UI/WebServerResources/ckeditor/_tests/core/dom/documentfragment.html +D UI/WebServerResources/ckeditor/_tests/core/dom/element.html +D UI/WebServerResources/ckeditor/_tests/core/dom/node.html +D UI/WebServerResources/ckeditor/_tests/core/dom/range.html +D UI/WebServerResources/ckeditor/_tests/core/dom/text.html +D UI/WebServerResources/ckeditor/_tests/core/dom/walker.html +D UI/WebServerResources/ckeditor/_tests/core/dom/window.html +D UI/WebServerResources/ckeditor/_tests/core/editor.html +D UI/WebServerResources/ckeditor/_tests/core/env.html +D UI/WebServerResources/ckeditor/_tests/core/event.html +D UI/WebServerResources/ckeditor/_tests/core/htmlparser/fragment.html +D UI/WebServerResources/ckeditor/_tests/core/htmlparser/htmlparser.html +D UI/WebServerResources/ckeditor/_tests/core/plugins.html +D UI/WebServerResources/ckeditor/_tests/core/plugins/myplugins/sample/my_plugin.js +D UI/WebServerResources/ckeditor/_tests/core/scriptloader.html +D UI/WebServerResources/ckeditor/_tests/core/tools.html +D UI/WebServerResources/ckeditor/_tests/core/xml.html +D UI/WebServerResources/ckeditor/_tests/plugins/domiterator/domiterator.html +D UI/WebServerResources/ckeditor/_tests/plugins/htmldataprocessor/htmldataprocessor.html +D UI/WebServerResources/ckeditor/_tests/plugins/list/list.html +D UI/WebServerResources/ckeditor/_tests/plugins/selection/selection.html +D UI/WebServerResources/ckeditor/_tests/plugins/styles/styles.html +D UI/WebServerResources/ckeditor/_tests/test.css +D UI/WebServerResources/ckeditor/_tests/test.js +D UI/WebServerResources/ckeditor/_tests/testall.html +D UI/WebServerResources/ckeditor/_tests/yuitest.js + commit b943372f1739c2b66d50c4af76890e60dacd0176 Author: C Robert Date: Thu Jun 25 19:18:02 2009 +0000 @@ -58873,6 +71559,1422 @@ Date: Thu Jun 25 19:18:02 2009 +0000 Monotone-Date: 2009-06-25T19:18:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailDutchForward.wo/SOGoMailDutchForward.html +M SoObjects/Mailer/SOGoMailDutchForward.wo/SOGoMailDutchForward.wod +M SoObjects/Mailer/SOGoMailDutchReply.wo/SOGoMailDutchReply.html +M SoObjects/Mailer/SOGoMailDutchReply.wo/SOGoMailDutchReply.wod +M SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.html +M SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.wod +M SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.html +M SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.wod +M SoObjects/Mailer/SOGoMailForward.h +M SoObjects/Mailer/SOGoMailForward.m +M SoObjects/Mailer/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.html +M SoObjects/Mailer/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.wod +M SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html +M SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.wod +M SoObjects/Mailer/SOGoMailGermanForward.wo/SOGoMailGermanForward.html +M SoObjects/Mailer/SOGoMailGermanForward.wo/SOGoMailGermanForward.wod +M SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.html +M SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.wod +M SoObjects/Mailer/SOGoMailItalianForward.wo/SOGoMailItalianForward.html +M SoObjects/Mailer/SOGoMailItalianForward.wo/SOGoMailItalianForward.wod +M SoObjects/Mailer/SOGoMailItalianReply.wo/SOGoMailItalianReply.html +M SoObjects/Mailer/SOGoMailItalianReply.wo/SOGoMailItalianReply.wod +M SoObjects/Mailer/SOGoMailReply.m +M SoObjects/Mailer/SOGoMailRussianForward.wo/SOGoMailRussianForward.html +M SoObjects/Mailer/SOGoMailRussianForward.wo/SOGoMailRussianForward.wod +M SoObjects/Mailer/SOGoMailRussianReply.wo/SOGoMailRussianReply.html +M SoObjects/Mailer/SOGoMailRussianReply.wo/SOGoMailRussianReply.wod +M SoObjects/Mailer/SOGoMailSpanishForward.wo/SOGoMailSpanishForward.html +M SoObjects/Mailer/SOGoMailSpanishForward.wo/SOGoMailSpanishForward.wod +M SoObjects/Mailer/SOGoMailSpanishReply.wo/SOGoMailSpanishReply.html +M SoObjects/Mailer/SOGoMailSpanishReply.wo/SOGoMailSpanishReply.wod +M SoObjects/Mailer/SOGoMailWelshForward.wo/SOGoMailWelshForward.html +M SoObjects/Mailer/SOGoMailWelshForward.wo/SOGoMailWelshForward.wod +M SoObjects/Mailer/SOGoMailWelshReply.wo/SOGoMailWelshReply.html +M SoObjects/Mailer/SOGoMailWelshReply.wo/SOGoMailWelshReply.wod +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/GNUmakefile +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxPreferences.js +A UI/WebServerResources/ckeditor/.htaccess +A UI/WebServerResources/ckeditor/CHANGES.html +A UI/WebServerResources/ckeditor/LICENSE.html +A UI/WebServerResources/ckeditor/_docs/api/files.html +A UI/WebServerResources/ckeditor/_docs/api/index.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ajax.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.commandDefinition.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.config.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dialog.buttonDefinition.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dialog.contentDefinition.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dialog.contentDefinitionObject.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dialog.dialogDefinition.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dialog.dialogDefinitionObject.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dialog.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dialog.uiElementDefinition.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dialogCommand.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dom.document.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dom.domObject.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dom.element.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dom.event.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dom.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dom.node.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dom.selection.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dom.text.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dom.window.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.dtd.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.editor.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.env.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.event.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.eventInfo.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.focusManager.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.htmlParser.cdata.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.htmlParser.comment.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.htmlParser.element.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.htmlParser.fragment.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.htmlParser.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.htmlParser.text.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.htmlWriter.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.imageCacher.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.keystrokeHandler.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.loader.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.pluginDefinition.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.plugins.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.resourceManager.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.scriptLoader.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.skins.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.test.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.themes.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.tools.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.button.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.button.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.checkbox.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.file.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.fileButton.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.hbox.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.html.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.labeledElement.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.radio.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.select.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.textInput.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.textarea.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.uiElement.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.dialog.vbox.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.handlerDefinition.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.ui.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/CKEDITOR.xml.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/_global_.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core__bootstrap.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_ajax.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_ckeditor.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_ckeditor_base.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_ckeditor_basic.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_command.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_commanddefinition.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_config.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_document.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_documentfragment.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_domwalker.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_element.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_elementpath.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_event.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_node.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_nodelist.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_range.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_text.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_walker.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dom_window.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_dtd.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_editor.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_editor_basic.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_env.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_event.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_eventInfo.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_focusmanager.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_htmlparser.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_htmlparser_basicwriter.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_htmlparser_cdata.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_htmlparser_comment.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_htmlparser_element.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_htmlparser_filter.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_htmlparser_fragment.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_htmlparser_text.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_imagecacher.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_lang.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_loader.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_plugindefinition.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_plugins.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_resourcemanager.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_scriptloader.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_skins.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_test.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_themes.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_tools.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_ui.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/core_xml.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/lang_en.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_about_dialogs_about.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_about_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_basicstyles_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_blockquote_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_button_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_clipboard_dialogs_paste.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_clipboard_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_colorbutton_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_contextmenu_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_dialog_dialogDefinition.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_dialog_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_dialogui_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_domiterator_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_editingblock_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_elementspath_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_enterkey_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_entities_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_filebrowser_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_find_dialogs_find.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_find_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_flash_dialogs_flash.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_flash_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_floatpanel_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_font_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_format_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_forms_dialogs_button.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_forms_dialogs_checkbox.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_forms_dialogs_form.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_forms_dialogs_hiddenfield.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_forms_dialogs_radio.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_forms_dialogs_select.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_forms_dialogs_textarea.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_forms_dialogs_textfield.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_forms_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_horizontalrule_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_htmldataprocessor_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_htmlwriter_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_iframedialog_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_image_dialogs_image.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_image_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_indent_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_justify_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_keystrokes_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_link_dialogs_anchor.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_link_dialogs_link.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_link_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_list_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_listblock_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_maximize_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_menu_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_menubutton_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_newpage_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_pagebreak_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_panel_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_panelbutton_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_pastefromword_dialogs_pastefromword.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_pastefromword_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_pastetext_dialogs_pastetext.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_pastetext_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_popup_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_preview_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_print_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_removeformat_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_resize_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_richcombo_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_save_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_scayt_dialogs_options.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_scayt_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_selection_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_showblocks_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_smiley_dialogs_smiley.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_smiley_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_sourcearea_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_specialchar_dialogs_specialchar.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_specialchar_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_styles_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_stylescombo_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_stylescombo_styles_default.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_tab_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_table_dialogs_table.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_table_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_tabletools_dialogs_tableCell.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_tabletools_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_templates_dialogs_templates.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_templates_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_templates_templates_default.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_toolbar_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_uicolor_dialogs_uicolor.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_uicolor_lang_en.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_uicolor_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_uicolor_yui_yui.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_undo_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_wsc_dialogs_wsc.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_wsc_plugin.js.html +A UI/WebServerResources/ckeditor/_docs/api/symbols/src/plugins_wysiwygarea_plugin.js.html +A UI/WebServerResources/ckeditor/_samples/ajax.html +A UI/WebServerResources/ckeditor/_samples/api_dialog.html +A UI/WebServerResources/ckeditor/_samples/api_dialog/my_dialog.js +A UI/WebServerResources/ckeditor/_samples/divreplace.html +A UI/WebServerResources/ckeditor/_samples/enterkey.html +A UI/WebServerResources/ckeditor/_samples/index.html +A UI/WebServerResources/ckeditor/_samples/replacebyclass.html +A UI/WebServerResources/ckeditor/_samples/replacebycode.html +A UI/WebServerResources/ckeditor/_samples/sample.css +A UI/WebServerResources/ckeditor/_samples/sample.js +A UI/WebServerResources/ckeditor/_samples/sample_posteddata.php +A UI/WebServerResources/ckeditor/_samples/skins.html +A UI/WebServerResources/ckeditor/_samples/ui_color.html +A UI/WebServerResources/ckeditor/_samples/ui_languages.html +A UI/WebServerResources/ckeditor/_source/core/_bootstrap.js +A UI/WebServerResources/ckeditor/_source/core/ajax.js +A UI/WebServerResources/ckeditor/_source/core/ckeditor.js +A UI/WebServerResources/ckeditor/_source/core/ckeditor_base.js +A UI/WebServerResources/ckeditor/_source/core/ckeditor_basic.js +A UI/WebServerResources/ckeditor/_source/core/command.js +A UI/WebServerResources/ckeditor/_source/core/commanddefinition.js +A UI/WebServerResources/ckeditor/_source/core/config.js +A UI/WebServerResources/ckeditor/_source/core/dom.js +A UI/WebServerResources/ckeditor/_source/core/dom/document.js +A UI/WebServerResources/ckeditor/_source/core/dom/documentfragment.js +A UI/WebServerResources/ckeditor/_source/core/dom/domwalker.js +A UI/WebServerResources/ckeditor/_source/core/dom/element.js +A UI/WebServerResources/ckeditor/_source/core/dom/elementpath.js +A UI/WebServerResources/ckeditor/_source/core/dom/event.js +A UI/WebServerResources/ckeditor/_source/core/dom/node.js +A UI/WebServerResources/ckeditor/_source/core/dom/nodelist.js +A UI/WebServerResources/ckeditor/_source/core/dom/range.js +A UI/WebServerResources/ckeditor/_source/core/dom/text.js +A UI/WebServerResources/ckeditor/_source/core/dom/walker.js +A UI/WebServerResources/ckeditor/_source/core/dom/window.js +A UI/WebServerResources/ckeditor/_source/core/dtd.js +A UI/WebServerResources/ckeditor/_source/core/editor.js +A UI/WebServerResources/ckeditor/_source/core/editor_basic.js +A UI/WebServerResources/ckeditor/_source/core/env.js +A UI/WebServerResources/ckeditor/_source/core/event.js +A UI/WebServerResources/ckeditor/_source/core/eventInfo.js +A UI/WebServerResources/ckeditor/_source/core/focusmanager.js +A UI/WebServerResources/ckeditor/_source/core/htmlparser.js +A UI/WebServerResources/ckeditor/_source/core/htmlparser/basicwriter.js +A UI/WebServerResources/ckeditor/_source/core/htmlparser/cdata.js +A UI/WebServerResources/ckeditor/_source/core/htmlparser/comment.js +A UI/WebServerResources/ckeditor/_source/core/htmlparser/element.js +A UI/WebServerResources/ckeditor/_source/core/htmlparser/filter.js +A UI/WebServerResources/ckeditor/_source/core/htmlparser/fragment.js +A UI/WebServerResources/ckeditor/_source/core/htmlparser/text.js +A UI/WebServerResources/ckeditor/_source/core/imagecacher.js +A UI/WebServerResources/ckeditor/_source/core/lang.js +A UI/WebServerResources/ckeditor/_source/core/loader.js +A UI/WebServerResources/ckeditor/_source/core/plugindefinition.js +A UI/WebServerResources/ckeditor/_source/core/plugins.js +A UI/WebServerResources/ckeditor/_source/core/resourcemanager.js +A UI/WebServerResources/ckeditor/_source/core/scriptloader.js +A UI/WebServerResources/ckeditor/_source/core/skins.js +A UI/WebServerResources/ckeditor/_source/core/test.js +A UI/WebServerResources/ckeditor/_source/core/themes.js +A UI/WebServerResources/ckeditor/_source/core/tools.js +A UI/WebServerResources/ckeditor/_source/core/ui.js +A UI/WebServerResources/ckeditor/_source/core/xml.js +A UI/WebServerResources/ckeditor/_source/lang/_languages.js +A UI/WebServerResources/ckeditor/_source/lang/_translationstatus.txt +A UI/WebServerResources/ckeditor/_source/lang/af.js +A UI/WebServerResources/ckeditor/_source/lang/ar.js +A UI/WebServerResources/ckeditor/_source/lang/bg.js +A UI/WebServerResources/ckeditor/_source/lang/bn.js +A UI/WebServerResources/ckeditor/_source/lang/bs.js +A UI/WebServerResources/ckeditor/_source/lang/ca.js +A UI/WebServerResources/ckeditor/_source/lang/cs.js +A UI/WebServerResources/ckeditor/_source/lang/da.js +A UI/WebServerResources/ckeditor/_source/lang/de.js +A UI/WebServerResources/ckeditor/_source/lang/el.js +A UI/WebServerResources/ckeditor/_source/lang/en-au.js +A UI/WebServerResources/ckeditor/_source/lang/en-ca.js +A UI/WebServerResources/ckeditor/_source/lang/en-uk.js +A UI/WebServerResources/ckeditor/_source/lang/en.js +A UI/WebServerResources/ckeditor/_source/lang/eo.js +A UI/WebServerResources/ckeditor/_source/lang/es.js +A UI/WebServerResources/ckeditor/_source/lang/et.js +A UI/WebServerResources/ckeditor/_source/lang/eu.js +A UI/WebServerResources/ckeditor/_source/lang/fa.js +A UI/WebServerResources/ckeditor/_source/lang/fi.js +A UI/WebServerResources/ckeditor/_source/lang/fo.js +A UI/WebServerResources/ckeditor/_source/lang/fr-ca.js +A UI/WebServerResources/ckeditor/_source/lang/fr.js +A UI/WebServerResources/ckeditor/_source/lang/gl.js +A UI/WebServerResources/ckeditor/_source/lang/gu.js +A UI/WebServerResources/ckeditor/_source/lang/he.js +A UI/WebServerResources/ckeditor/_source/lang/hi.js +A UI/WebServerResources/ckeditor/_source/lang/hr.js +A UI/WebServerResources/ckeditor/_source/lang/hu.js +A UI/WebServerResources/ckeditor/_source/lang/is.js +A UI/WebServerResources/ckeditor/_source/lang/it.js +A UI/WebServerResources/ckeditor/_source/lang/ja.js +A UI/WebServerResources/ckeditor/_source/lang/km.js +A UI/WebServerResources/ckeditor/_source/lang/ko.js +A UI/WebServerResources/ckeditor/_source/lang/lt.js +A UI/WebServerResources/ckeditor/_source/lang/lv.js +A UI/WebServerResources/ckeditor/_source/lang/mn.js +A UI/WebServerResources/ckeditor/_source/lang/ms.js +A UI/WebServerResources/ckeditor/_source/lang/nb.js +A UI/WebServerResources/ckeditor/_source/lang/nl.js +A UI/WebServerResources/ckeditor/_source/lang/no.js +A UI/WebServerResources/ckeditor/_source/lang/pl.js +A UI/WebServerResources/ckeditor/_source/lang/pt-br.js +A UI/WebServerResources/ckeditor/_source/lang/pt.js +A UI/WebServerResources/ckeditor/_source/lang/ro.js +A UI/WebServerResources/ckeditor/_source/lang/ru.js +A UI/WebServerResources/ckeditor/_source/lang/sk.js +A UI/WebServerResources/ckeditor/_source/lang/sl.js +A UI/WebServerResources/ckeditor/_source/lang/sr-latn.js +A UI/WebServerResources/ckeditor/_source/lang/sr.js +A UI/WebServerResources/ckeditor/_source/lang/sv.js +A UI/WebServerResources/ckeditor/_source/lang/th.js +A UI/WebServerResources/ckeditor/_source/lang/tr.js +A UI/WebServerResources/ckeditor/_source/lang/uk.js +A UI/WebServerResources/ckeditor/_source/lang/vi.js +A UI/WebServerResources/ckeditor/_source/lang/zh-cn.js +A UI/WebServerResources/ckeditor/_source/lang/zh.js +A UI/WebServerResources/ckeditor/_source/plugins/about/dialogs/about.js +A UI/WebServerResources/ckeditor/_source/plugins/about/dialogs/logo_ckeditor.png +A UI/WebServerResources/ckeditor/_source/plugins/about/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/basicstyles/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/blockquote/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/button/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/clipboard/dialogs/paste.js +A UI/WebServerResources/ckeditor/_source/plugins/clipboard/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/colorbutton/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/contextmenu/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/dialog/dialogDefinition.js +A UI/WebServerResources/ckeditor/_source/plugins/dialog/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/dialogui/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/domiterator/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/editingblock/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/elementspath/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/enterkey/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/entities/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/filebrowser/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/find/dialogs/find.js +A UI/WebServerResources/ckeditor/_source/plugins/find/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/flash/dialogs/flash.js +A UI/WebServerResources/ckeditor/_source/plugins/flash/images/placeholder.png +A UI/WebServerResources/ckeditor/_source/plugins/flash/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/floatpanel/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/font/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/format/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/forms/dialogs/button.js +A UI/WebServerResources/ckeditor/_source/plugins/forms/dialogs/checkbox.js +A UI/WebServerResources/ckeditor/_source/plugins/forms/dialogs/form.js +A UI/WebServerResources/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js +A UI/WebServerResources/ckeditor/_source/plugins/forms/dialogs/radio.js +A UI/WebServerResources/ckeditor/_source/plugins/forms/dialogs/select.js +A UI/WebServerResources/ckeditor/_source/plugins/forms/dialogs/textarea.js +A UI/WebServerResources/ckeditor/_source/plugins/forms/dialogs/textfield.js +A UI/WebServerResources/ckeditor/_source/plugins/forms/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/horizontalrule/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/htmldataprocessor/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/htmlwriter/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/iframedialog/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/image/dialogs/image.js +A UI/WebServerResources/ckeditor/_source/plugins/image/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/indent/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/justify/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/keystrokes/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/link/dialogs/anchor.js +A UI/WebServerResources/ckeditor/_source/plugins/link/dialogs/link.js +A UI/WebServerResources/ckeditor/_source/plugins/link/images/anchor.gif +A UI/WebServerResources/ckeditor/_source/plugins/link/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/list/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/listblock/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/maximize/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/menu/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/menubutton/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/newpage/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/pagebreak/images/pagebreak.gif +A UI/WebServerResources/ckeditor/_source/plugins/pagebreak/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/panel/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/panelbutton/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/pastefromword/dialogs/pastefromword.js +A UI/WebServerResources/ckeditor/_source/plugins/pastefromword/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js +A UI/WebServerResources/ckeditor/_source/plugins/pastetext/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/popup/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/preview/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/print/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/removeformat/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/resize/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/richcombo/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/save/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/scayt/dialogs/options.js +A UI/WebServerResources/ckeditor/_source/plugins/scayt/dialogs/toolbar.css +A UI/WebServerResources/ckeditor/_source/plugins/scayt/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/selection/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_address.png +A UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_blockquote.png +A UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_div.png +A UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_h1.png +A UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_h2.png +A UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_h3.png +A UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_h4.png +A UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_h5.png +A UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_h6.png +A UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_p.png +A UI/WebServerResources/ckeditor/_source/plugins/showblocks/images/block_pre.png +A UI/WebServerResources/ckeditor/_source/plugins/showblocks/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/smiley/dialogs/smiley.js +A UI/WebServerResources/ckeditor/_source/plugins/smiley/images/angel_smile.gif +A UI/WebServerResources/ckeditor/_source/plugins/smiley/images/angry_smile.gif +A UI/WebServerResources/ckeditor/_source/plugins/smiley/images/broken_heart.gif +A UI/WebServerResources/ckeditor/_source/plugins/smiley/images/confused_smile.gif +A UI/WebServerResources/ckeditor/_source/plugins/smiley/images/cry_smile.gif +A UI/WebServerResources/ckeditor/_source/plugins/smiley/images/devil_smile.gif +A UI/WebServerResources/ckeditor/_source/plugins/smiley/images/embaressed_smile.gif +A UI/WebServerResources/ckeditor/_source/plugins/smiley/images/envelope.gif +A UI/WebServerResources/ckeditor/_source/plugins/smiley/images/heart.gif +A UI/WebServerResources/ckeditor/_source/plugins/smiley/images/kiss.gif +A UI/WebServerResources/ckeditor/_source/plugins/smiley/images/lightbulb.gif +A UI/WebServerResources/ckeditor/_source/plugins/smiley/images/omg_smile.gif +A UI/WebServerResources/ckeditor/_source/plugins/smiley/images/regular_smile.gif +A UI/WebServerResources/ckeditor/_source/plugins/smiley/images/sad_smile.gif +A UI/WebServerResources/ckeditor/_source/plugins/smiley/images/shades_smile.gif +A UI/WebServerResources/ckeditor/_source/plugins/smiley/images/teeth_smile.gif +A UI/WebServerResources/ckeditor/_source/plugins/smiley/images/thumbs_down.gif +A UI/WebServerResources/ckeditor/_source/plugins/smiley/images/thumbs_up.gif +A UI/WebServerResources/ckeditor/_source/plugins/smiley/images/tounge_smile.gif +A UI/WebServerResources/ckeditor/_source/plugins/smiley/images/whatchutalkingabout_smile.gif +A UI/WebServerResources/ckeditor/_source/plugins/smiley/images/wink_smile.gif +A UI/WebServerResources/ckeditor/_source/plugins/smiley/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/sourcearea/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js +A UI/WebServerResources/ckeditor/_source/plugins/specialchar/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/styles/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/stylescombo/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/stylescombo/styles/default.js +A UI/WebServerResources/ckeditor/_source/plugins/tab/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/table/dialogs/table.js +A UI/WebServerResources/ckeditor/_source/plugins/table/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js +A UI/WebServerResources/ckeditor/_source/plugins/tabletools/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/templates/dialogs/templates.js +A UI/WebServerResources/ckeditor/_source/plugins/templates/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/templates/templates/default.js +A UI/WebServerResources/ckeditor/_source/plugins/templates/templates/images/template1.gif +A UI/WebServerResources/ckeditor/_source/plugins/templates/templates/images/template2.gif +A UI/WebServerResources/ckeditor/_source/plugins/templates/templates/images/template3.gif +A UI/WebServerResources/ckeditor/_source/plugins/toolbar/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js +A UI/WebServerResources/ckeditor/_source/plugins/uicolor/lang/en.js +A UI/WebServerResources/ckeditor/_source/plugins/uicolor/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/uicolor/uicolor.gif +A UI/WebServerResources/ckeditor/_source/plugins/uicolor/yui/assets/hue_bg.png +A UI/WebServerResources/ckeditor/_source/plugins/uicolor/yui/assets/hue_thumb.png +A UI/WebServerResources/ckeditor/_source/plugins/uicolor/yui/assets/picker_mask.png +A UI/WebServerResources/ckeditor/_source/plugins/uicolor/yui/assets/picker_thumb.png +A UI/WebServerResources/ckeditor/_source/plugins/uicolor/yui/assets/yui.css +A UI/WebServerResources/ckeditor/_source/plugins/uicolor/yui/yui.js +A UI/WebServerResources/ckeditor/_source/plugins/undo/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/wsc/dialogs/ciframe.html +A UI/WebServerResources/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset.html +A UI/WebServerResources/ckeditor/_source/plugins/wsc/dialogs/wsc.css +A UI/WebServerResources/ckeditor/_source/plugins/wsc/dialogs/wsc.js +A UI/WebServerResources/ckeditor/_source/plugins/wsc/plugin.js +A UI/WebServerResources/ckeditor/_source/plugins/wysiwygarea/plugin.js +A UI/WebServerResources/ckeditor/_source/skins/kama/dialog.css +A UI/WebServerResources/ckeditor/_source/skins/kama/editor.css +A UI/WebServerResources/ckeditor/_source/skins/kama/elementspath.css +A UI/WebServerResources/ckeditor/_source/skins/kama/icons.css +A UI/WebServerResources/ckeditor/_source/skins/kama/icons.png +A UI/WebServerResources/ckeditor/_source/skins/kama/images/arrowdown.gif +A UI/WebServerResources/ckeditor/_source/skins/kama/images/arrowleft.gif +A UI/WebServerResources/ckeditor/_source/skins/kama/images/arrowright.gif +A UI/WebServerResources/ckeditor/_source/skins/kama/images/arrowtop.gif +A UI/WebServerResources/ckeditor/_source/skins/kama/images/dialog_sides.gif +A UI/WebServerResources/ckeditor/_source/skins/kama/images/dialog_sides.png +A UI/WebServerResources/ckeditor/_source/skins/kama/images/dialog_sides_rtl.png +A UI/WebServerResources/ckeditor/_source/skins/kama/images/mini.gif +A UI/WebServerResources/ckeditor/_source/skins/kama/images/noimage.png +A UI/WebServerResources/ckeditor/_source/skins/kama/images/resizer.gif +A UI/WebServerResources/ckeditor/_source/skins/kama/images/resizer_rtl.gif +A UI/WebServerResources/ckeditor/_source/skins/kama/images/sprites.png +A UI/WebServerResources/ckeditor/_source/skins/kama/images/sprites_ie6.png +A UI/WebServerResources/ckeditor/_source/skins/kama/images/toolbar_start.gif +A UI/WebServerResources/ckeditor/_source/skins/kama/mainui.css +A UI/WebServerResources/ckeditor/_source/skins/kama/menu.css +A UI/WebServerResources/ckeditor/_source/skins/kama/panel.css +A UI/WebServerResources/ckeditor/_source/skins/kama/presets.css +A UI/WebServerResources/ckeditor/_source/skins/kama/reset.css +A UI/WebServerResources/ckeditor/_source/skins/kama/richcombo.css +A UI/WebServerResources/ckeditor/_source/skins/kama/skin.js +A UI/WebServerResources/ckeditor/_source/skins/kama/sprites.png +A UI/WebServerResources/ckeditor/_source/skins/kama/templates.css +A UI/WebServerResources/ckeditor/_source/skins/kama/toolbar.css +A UI/WebServerResources/ckeditor/_source/skins/office2003/dialog.css +A UI/WebServerResources/ckeditor/_source/skins/office2003/editor.css +A UI/WebServerResources/ckeditor/_source/skins/office2003/elementspath.css +A UI/WebServerResources/ckeditor/_source/skins/office2003/icons.css +A UI/WebServerResources/ckeditor/_source/skins/office2003/icons.png +A UI/WebServerResources/ckeditor/_source/skins/office2003/images/arrowdown.gif +A UI/WebServerResources/ckeditor/_source/skins/office2003/images/arrowleft.gif +A UI/WebServerResources/ckeditor/_source/skins/office2003/images/arrowright.gif +A UI/WebServerResources/ckeditor/_source/skins/office2003/images/arrowtop.gif +A UI/WebServerResources/ckeditor/_source/skins/office2003/images/dialog_sides.gif +A UI/WebServerResources/ckeditor/_source/skins/office2003/images/dialog_sides.png +A UI/WebServerResources/ckeditor/_source/skins/office2003/images/dialog_sides_rtl.png +A UI/WebServerResources/ckeditor/_source/skins/office2003/images/mini.gif +A UI/WebServerResources/ckeditor/_source/skins/office2003/images/noimage.png +A UI/WebServerResources/ckeditor/_source/skins/office2003/images/resizer.gif +A UI/WebServerResources/ckeditor/_source/skins/office2003/images/resizer_rtl.gif +A UI/WebServerResources/ckeditor/_source/skins/office2003/images/sprites.png +A UI/WebServerResources/ckeditor/_source/skins/office2003/images/sprites_ie6.png +A UI/WebServerResources/ckeditor/_source/skins/office2003/mainui.css +A UI/WebServerResources/ckeditor/_source/skins/office2003/menu.css +A UI/WebServerResources/ckeditor/_source/skins/office2003/panel.css +A UI/WebServerResources/ckeditor/_source/skins/office2003/presets.css +A UI/WebServerResources/ckeditor/_source/skins/office2003/reset.css +A UI/WebServerResources/ckeditor/_source/skins/office2003/richcombo.css +A UI/WebServerResources/ckeditor/_source/skins/office2003/skin.js +A UI/WebServerResources/ckeditor/_source/skins/office2003/templates.css +A UI/WebServerResources/ckeditor/_source/skins/office2003/toolbar.css +A UI/WebServerResources/ckeditor/_source/skins/v2/dialog.css +A UI/WebServerResources/ckeditor/_source/skins/v2/editor.css +A UI/WebServerResources/ckeditor/_source/skins/v2/elementspath.css +A UI/WebServerResources/ckeditor/_source/skins/v2/icons.css +A UI/WebServerResources/ckeditor/_source/skins/v2/icons.png +A UI/WebServerResources/ckeditor/_source/skins/v2/images/arrowdown.gif +A UI/WebServerResources/ckeditor/_source/skins/v2/images/arrowleft.gif +A UI/WebServerResources/ckeditor/_source/skins/v2/images/arrowright.gif +A UI/WebServerResources/ckeditor/_source/skins/v2/images/arrowtop.gif +A UI/WebServerResources/ckeditor/_source/skins/v2/images/dialog_sides.gif +A UI/WebServerResources/ckeditor/_source/skins/v2/images/dialog_sides.png +A UI/WebServerResources/ckeditor/_source/skins/v2/images/dialog_sides_rtl.png +A UI/WebServerResources/ckeditor/_source/skins/v2/images/mini.gif +A UI/WebServerResources/ckeditor/_source/skins/v2/images/noimage.png +A UI/WebServerResources/ckeditor/_source/skins/v2/images/resizer.gif +A UI/WebServerResources/ckeditor/_source/skins/v2/images/resizer_rtl.gif +A UI/WebServerResources/ckeditor/_source/skins/v2/images/sprites.png +A UI/WebServerResources/ckeditor/_source/skins/v2/images/sprites_ie6.png +A UI/WebServerResources/ckeditor/_source/skins/v2/images/toolbar_start.gif +A UI/WebServerResources/ckeditor/_source/skins/v2/mainui.css +A UI/WebServerResources/ckeditor/_source/skins/v2/menu.css +A UI/WebServerResources/ckeditor/_source/skins/v2/panel.css +A UI/WebServerResources/ckeditor/_source/skins/v2/presets.css +A UI/WebServerResources/ckeditor/_source/skins/v2/reset.css +A UI/WebServerResources/ckeditor/_source/skins/v2/richcombo.css +A UI/WebServerResources/ckeditor/_source/skins/v2/skin.js +A UI/WebServerResources/ckeditor/_source/skins/v2/templates.css +A UI/WebServerResources/ckeditor/_source/skins/v2/toolbar.css +A UI/WebServerResources/ckeditor/_source/tests/_assets/sample.css +A UI/WebServerResources/ckeditor/_source/tests/_assets/sample.js +A UI/WebServerResources/ckeditor/_source/tests/_assets/sample.txt +A UI/WebServerResources/ckeditor/_source/tests/_assets/sample.xml +A UI/WebServerResources/ckeditor/_source/tests/_assets/sample_xml.txt +A UI/WebServerResources/ckeditor/_source/tests/core/_editor/custom_config_1.js +A UI/WebServerResources/ckeditor/_source/tests/core/_editor/custom_config_2.js +A UI/WebServerResources/ckeditor/_source/tests/core/ajax.html +A UI/WebServerResources/ckeditor/_source/tests/core/ckeditor.html +A UI/WebServerResources/ckeditor/_source/tests/core/ckeditor2.html +A UI/WebServerResources/ckeditor/_source/tests/core/dom/document.html +A UI/WebServerResources/ckeditor/_source/tests/core/dom/documentfragment.html +A UI/WebServerResources/ckeditor/_source/tests/core/dom/element.html +A UI/WebServerResources/ckeditor/_source/tests/core/dom/node.html +A UI/WebServerResources/ckeditor/_source/tests/core/dom/range.html +A UI/WebServerResources/ckeditor/_source/tests/core/dom/text.html +A UI/WebServerResources/ckeditor/_source/tests/core/dom/walker.html +A UI/WebServerResources/ckeditor/_source/tests/core/dom/window.html +A UI/WebServerResources/ckeditor/_source/tests/core/editor.html +A UI/WebServerResources/ckeditor/_source/tests/core/env.html +A UI/WebServerResources/ckeditor/_source/tests/core/event.html +A UI/WebServerResources/ckeditor/_source/tests/core/htmlparser/fragment.html +A UI/WebServerResources/ckeditor/_source/tests/core/htmlparser/htmlparser.html +A UI/WebServerResources/ckeditor/_source/tests/core/plugins.html +A UI/WebServerResources/ckeditor/_source/tests/core/plugins/myplugins/sample/my_plugin.js +A UI/WebServerResources/ckeditor/_source/tests/core/scriptloader.html +A UI/WebServerResources/ckeditor/_source/tests/core/tools.html +A UI/WebServerResources/ckeditor/_source/tests/core/xml.html +A UI/WebServerResources/ckeditor/_source/tests/plugins/domiterator/domiterator.html +A UI/WebServerResources/ckeditor/_source/tests/plugins/htmldataprocessor/htmldataprocessor.html +A UI/WebServerResources/ckeditor/_source/tests/plugins/list/list.html +A UI/WebServerResources/ckeditor/_source/tests/plugins/selection/selection.html +A UI/WebServerResources/ckeditor/_source/tests/plugins/styles/styles.html +A UI/WebServerResources/ckeditor/_source/tests/test.css +A UI/WebServerResources/ckeditor/_source/tests/test.js +A UI/WebServerResources/ckeditor/_source/tests/testall.html +A UI/WebServerResources/ckeditor/_source/tests/yuitest.js +A UI/WebServerResources/ckeditor/_source/themes/default/theme.js +A UI/WebServerResources/ckeditor/_tests/_assets/sample.css +A UI/WebServerResources/ckeditor/_tests/_assets/sample.js +A UI/WebServerResources/ckeditor/_tests/_assets/sample.txt +A UI/WebServerResources/ckeditor/_tests/_assets/sample.xml +A UI/WebServerResources/ckeditor/_tests/_assets/sample_xml.txt +A UI/WebServerResources/ckeditor/_tests/core/_editor/custom_config_1.js +A UI/WebServerResources/ckeditor/_tests/core/_editor/custom_config_2.js +A UI/WebServerResources/ckeditor/_tests/core/ajax.html +A UI/WebServerResources/ckeditor/_tests/core/ckeditor.html +A UI/WebServerResources/ckeditor/_tests/core/ckeditor2.html +A UI/WebServerResources/ckeditor/_tests/core/dom/document.html +A UI/WebServerResources/ckeditor/_tests/core/dom/documentfragment.html +A UI/WebServerResources/ckeditor/_tests/core/dom/element.html +A UI/WebServerResources/ckeditor/_tests/core/dom/node.html +A UI/WebServerResources/ckeditor/_tests/core/dom/range.html +A UI/WebServerResources/ckeditor/_tests/core/dom/text.html +A UI/WebServerResources/ckeditor/_tests/core/dom/walker.html +A UI/WebServerResources/ckeditor/_tests/core/dom/window.html +A UI/WebServerResources/ckeditor/_tests/core/editor.html +A UI/WebServerResources/ckeditor/_tests/core/env.html +A UI/WebServerResources/ckeditor/_tests/core/event.html +A UI/WebServerResources/ckeditor/_tests/core/htmlparser/fragment.html +A UI/WebServerResources/ckeditor/_tests/core/htmlparser/htmlparser.html +A UI/WebServerResources/ckeditor/_tests/core/plugins.html +A UI/WebServerResources/ckeditor/_tests/core/plugins/myplugins/sample/my_plugin.js +A UI/WebServerResources/ckeditor/_tests/core/scriptloader.html +A UI/WebServerResources/ckeditor/_tests/core/tools.html +A UI/WebServerResources/ckeditor/_tests/core/xml.html +A UI/WebServerResources/ckeditor/_tests/plugins/domiterator/domiterator.html +A UI/WebServerResources/ckeditor/_tests/plugins/htmldataprocessor/htmldataprocessor.html +A UI/WebServerResources/ckeditor/_tests/plugins/list/list.html +A UI/WebServerResources/ckeditor/_tests/plugins/selection/selection.html +A UI/WebServerResources/ckeditor/_tests/plugins/styles/styles.html +A UI/WebServerResources/ckeditor/_tests/test.css +A UI/WebServerResources/ckeditor/_tests/test.js +A UI/WebServerResources/ckeditor/_tests/testall.html +A UI/WebServerResources/ckeditor/_tests/yuitest.js +A UI/WebServerResources/ckeditor/ckeditor.js +A UI/WebServerResources/ckeditor/ckeditor.pack +A UI/WebServerResources/ckeditor/ckeditor_basic.js +A UI/WebServerResources/ckeditor/ckeditor_basic_source.js +A UI/WebServerResources/ckeditor/ckeditor_source.js +A UI/WebServerResources/ckeditor/config.js +A UI/WebServerResources/ckeditor/contents.css +A UI/WebServerResources/ckeditor/images/spacer.gif +A UI/WebServerResources/ckeditor/lang/_languages.js +A UI/WebServerResources/ckeditor/lang/_translationstatus.txt +A UI/WebServerResources/ckeditor/lang/af.js +A UI/WebServerResources/ckeditor/lang/ar.js +A UI/WebServerResources/ckeditor/lang/bg.js +A UI/WebServerResources/ckeditor/lang/bn.js +A UI/WebServerResources/ckeditor/lang/bs.js +A UI/WebServerResources/ckeditor/lang/ca.js +A UI/WebServerResources/ckeditor/lang/cs.js +A UI/WebServerResources/ckeditor/lang/da.js +A UI/WebServerResources/ckeditor/lang/de.js +A UI/WebServerResources/ckeditor/lang/el.js +A UI/WebServerResources/ckeditor/lang/en-au.js +A UI/WebServerResources/ckeditor/lang/en-ca.js +A UI/WebServerResources/ckeditor/lang/en-uk.js +A UI/WebServerResources/ckeditor/lang/en.js +A UI/WebServerResources/ckeditor/lang/eo.js +A UI/WebServerResources/ckeditor/lang/es.js +A UI/WebServerResources/ckeditor/lang/et.js +A UI/WebServerResources/ckeditor/lang/eu.js +A UI/WebServerResources/ckeditor/lang/fa.js +A UI/WebServerResources/ckeditor/lang/fi.js +A UI/WebServerResources/ckeditor/lang/fo.js +A UI/WebServerResources/ckeditor/lang/fr-ca.js +A UI/WebServerResources/ckeditor/lang/fr.js +A UI/WebServerResources/ckeditor/lang/gl.js +A UI/WebServerResources/ckeditor/lang/gu.js +A UI/WebServerResources/ckeditor/lang/he.js +A UI/WebServerResources/ckeditor/lang/hi.js +A UI/WebServerResources/ckeditor/lang/hr.js +A UI/WebServerResources/ckeditor/lang/hu.js +A UI/WebServerResources/ckeditor/lang/is.js +A UI/WebServerResources/ckeditor/lang/it.js +A UI/WebServerResources/ckeditor/lang/ja.js +A UI/WebServerResources/ckeditor/lang/km.js +A UI/WebServerResources/ckeditor/lang/ko.js +A UI/WebServerResources/ckeditor/lang/lt.js +A UI/WebServerResources/ckeditor/lang/lv.js +A UI/WebServerResources/ckeditor/lang/mn.js +A UI/WebServerResources/ckeditor/lang/ms.js +A UI/WebServerResources/ckeditor/lang/nb.js +A UI/WebServerResources/ckeditor/lang/nl.js +A UI/WebServerResources/ckeditor/lang/no.js +A UI/WebServerResources/ckeditor/lang/pl.js +A UI/WebServerResources/ckeditor/lang/pt-br.js +A UI/WebServerResources/ckeditor/lang/pt.js +A UI/WebServerResources/ckeditor/lang/ro.js +A UI/WebServerResources/ckeditor/lang/ru.js +A UI/WebServerResources/ckeditor/lang/sk.js +A UI/WebServerResources/ckeditor/lang/sl.js +A UI/WebServerResources/ckeditor/lang/sr-latn.js +A UI/WebServerResources/ckeditor/lang/sr.js +A UI/WebServerResources/ckeditor/lang/sv.js +A UI/WebServerResources/ckeditor/lang/th.js +A UI/WebServerResources/ckeditor/lang/tr.js +A UI/WebServerResources/ckeditor/lang/uk.js +A UI/WebServerResources/ckeditor/lang/vi.js +A UI/WebServerResources/ckeditor/lang/zh-cn.js +A UI/WebServerResources/ckeditor/lang/zh.js +A UI/WebServerResources/ckeditor/plugins/about/dialogs/about.js +A UI/WebServerResources/ckeditor/plugins/about/dialogs/logo_ckeditor.png +A UI/WebServerResources/ckeditor/plugins/about/plugin.js +A UI/WebServerResources/ckeditor/plugins/basicstyles/plugin.js +A UI/WebServerResources/ckeditor/plugins/blockquote/plugin.js +A UI/WebServerResources/ckeditor/plugins/button/plugin.js +A UI/WebServerResources/ckeditor/plugins/clipboard/dialogs/paste.js +A UI/WebServerResources/ckeditor/plugins/clipboard/plugin.js +A UI/WebServerResources/ckeditor/plugins/colorbutton/plugin.js +A UI/WebServerResources/ckeditor/plugins/contextmenu/plugin.js +A UI/WebServerResources/ckeditor/plugins/dialog/dialogDefinition.js +A UI/WebServerResources/ckeditor/plugins/dialog/plugin.js +A UI/WebServerResources/ckeditor/plugins/dialogui/plugin.js +A UI/WebServerResources/ckeditor/plugins/domiterator/plugin.js +A UI/WebServerResources/ckeditor/plugins/editingblock/plugin.js +A UI/WebServerResources/ckeditor/plugins/elementspath/plugin.js +A UI/WebServerResources/ckeditor/plugins/enterkey/plugin.js +A UI/WebServerResources/ckeditor/plugins/entities/plugin.js +A UI/WebServerResources/ckeditor/plugins/filebrowser/plugin.js +A UI/WebServerResources/ckeditor/plugins/find/dialogs/find.js +A UI/WebServerResources/ckeditor/plugins/find/plugin.js +A UI/WebServerResources/ckeditor/plugins/flash/dialogs/flash.js +A UI/WebServerResources/ckeditor/plugins/flash/images/placeholder.png +A UI/WebServerResources/ckeditor/plugins/flash/plugin.js +A UI/WebServerResources/ckeditor/plugins/floatpanel/plugin.js +A UI/WebServerResources/ckeditor/plugins/font/plugin.js +A UI/WebServerResources/ckeditor/plugins/format/plugin.js +A UI/WebServerResources/ckeditor/plugins/forms/dialogs/button.js +A UI/WebServerResources/ckeditor/plugins/forms/dialogs/checkbox.js +A UI/WebServerResources/ckeditor/plugins/forms/dialogs/form.js +A UI/WebServerResources/ckeditor/plugins/forms/dialogs/hiddenfield.js +A UI/WebServerResources/ckeditor/plugins/forms/dialogs/radio.js +A UI/WebServerResources/ckeditor/plugins/forms/dialogs/select.js +A UI/WebServerResources/ckeditor/plugins/forms/dialogs/textarea.js +A UI/WebServerResources/ckeditor/plugins/forms/dialogs/textfield.js +A UI/WebServerResources/ckeditor/plugins/forms/plugin.js +A UI/WebServerResources/ckeditor/plugins/horizontalrule/plugin.js +A UI/WebServerResources/ckeditor/plugins/htmldataprocessor/plugin.js +A UI/WebServerResources/ckeditor/plugins/htmlwriter/plugin.js +A UI/WebServerResources/ckeditor/plugins/iframedialog/plugin.js +A UI/WebServerResources/ckeditor/plugins/image/dialogs/image.js +A UI/WebServerResources/ckeditor/plugins/image/plugin.js +A UI/WebServerResources/ckeditor/plugins/indent/plugin.js +A UI/WebServerResources/ckeditor/plugins/justify/plugin.js +A UI/WebServerResources/ckeditor/plugins/keystrokes/plugin.js +A UI/WebServerResources/ckeditor/plugins/link/dialogs/anchor.js +A UI/WebServerResources/ckeditor/plugins/link/dialogs/link.js +A UI/WebServerResources/ckeditor/plugins/link/images/anchor.gif +A UI/WebServerResources/ckeditor/plugins/link/plugin.js +A UI/WebServerResources/ckeditor/plugins/list/plugin.js +A UI/WebServerResources/ckeditor/plugins/listblock/plugin.js +A UI/WebServerResources/ckeditor/plugins/maximize/plugin.js +A UI/WebServerResources/ckeditor/plugins/menu/plugin.js +A UI/WebServerResources/ckeditor/plugins/menubutton/plugin.js +A UI/WebServerResources/ckeditor/plugins/newpage/plugin.js +A UI/WebServerResources/ckeditor/plugins/pagebreak/images/pagebreak.gif +A UI/WebServerResources/ckeditor/plugins/pagebreak/plugin.js +A UI/WebServerResources/ckeditor/plugins/panel/plugin.js +A UI/WebServerResources/ckeditor/plugins/panelbutton/plugin.js +A UI/WebServerResources/ckeditor/plugins/pastefromword/dialogs/pastefromword.js +A UI/WebServerResources/ckeditor/plugins/pastefromword/plugin.js +A UI/WebServerResources/ckeditor/plugins/pastetext/dialogs/pastetext.js +A UI/WebServerResources/ckeditor/plugins/pastetext/plugin.js +A UI/WebServerResources/ckeditor/plugins/popup/plugin.js +A UI/WebServerResources/ckeditor/plugins/preview/plugin.js +A UI/WebServerResources/ckeditor/plugins/print/plugin.js +A UI/WebServerResources/ckeditor/plugins/removeformat/plugin.js +A UI/WebServerResources/ckeditor/plugins/resize/plugin.js +A UI/WebServerResources/ckeditor/plugins/richcombo/plugin.js +A UI/WebServerResources/ckeditor/plugins/save/plugin.js +A UI/WebServerResources/ckeditor/plugins/scayt/dialogs/options.js +A UI/WebServerResources/ckeditor/plugins/scayt/dialogs/toolbar.css +A UI/WebServerResources/ckeditor/plugins/scayt/plugin.js +A UI/WebServerResources/ckeditor/plugins/selection/plugin.js +A UI/WebServerResources/ckeditor/plugins/showblocks/images/block_address.png +A UI/WebServerResources/ckeditor/plugins/showblocks/images/block_blockquote.png +A UI/WebServerResources/ckeditor/plugins/showblocks/images/block_div.png +A UI/WebServerResources/ckeditor/plugins/showblocks/images/block_h1.png +A UI/WebServerResources/ckeditor/plugins/showblocks/images/block_h2.png +A UI/WebServerResources/ckeditor/plugins/showblocks/images/block_h3.png +A UI/WebServerResources/ckeditor/plugins/showblocks/images/block_h4.png +A UI/WebServerResources/ckeditor/plugins/showblocks/images/block_h5.png +A UI/WebServerResources/ckeditor/plugins/showblocks/images/block_h6.png +A UI/WebServerResources/ckeditor/plugins/showblocks/images/block_p.png +A UI/WebServerResources/ckeditor/plugins/showblocks/images/block_pre.png +A UI/WebServerResources/ckeditor/plugins/showblocks/plugin.js +A UI/WebServerResources/ckeditor/plugins/smiley/dialogs/smiley.js +A UI/WebServerResources/ckeditor/plugins/smiley/images/angel_smile.gif +A UI/WebServerResources/ckeditor/plugins/smiley/images/angry_smile.gif +A UI/WebServerResources/ckeditor/plugins/smiley/images/broken_heart.gif +A UI/WebServerResources/ckeditor/plugins/smiley/images/confused_smile.gif +A UI/WebServerResources/ckeditor/plugins/smiley/images/cry_smile.gif +A UI/WebServerResources/ckeditor/plugins/smiley/images/devil_smile.gif +A UI/WebServerResources/ckeditor/plugins/smiley/images/embaressed_smile.gif +A UI/WebServerResources/ckeditor/plugins/smiley/images/envelope.gif +A UI/WebServerResources/ckeditor/plugins/smiley/images/heart.gif +A UI/WebServerResources/ckeditor/plugins/smiley/images/kiss.gif +A UI/WebServerResources/ckeditor/plugins/smiley/images/lightbulb.gif +A UI/WebServerResources/ckeditor/plugins/smiley/images/omg_smile.gif +A UI/WebServerResources/ckeditor/plugins/smiley/images/regular_smile.gif +A UI/WebServerResources/ckeditor/plugins/smiley/images/sad_smile.gif +A UI/WebServerResources/ckeditor/plugins/smiley/images/shades_smile.gif +A UI/WebServerResources/ckeditor/plugins/smiley/images/teeth_smile.gif +A UI/WebServerResources/ckeditor/plugins/smiley/images/thumbs_down.gif +A UI/WebServerResources/ckeditor/plugins/smiley/images/thumbs_up.gif +A UI/WebServerResources/ckeditor/plugins/smiley/images/tounge_smile.gif +A UI/WebServerResources/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +A UI/WebServerResources/ckeditor/plugins/smiley/images/wink_smile.gif +A UI/WebServerResources/ckeditor/plugins/smiley/plugin.js +A UI/WebServerResources/ckeditor/plugins/sourcearea/plugin.js +A UI/WebServerResources/ckeditor/plugins/specialchar/dialogs/specialchar.js +A UI/WebServerResources/ckeditor/plugins/specialchar/plugin.js +A UI/WebServerResources/ckeditor/plugins/styles/plugin.js +A UI/WebServerResources/ckeditor/plugins/stylescombo/plugin.js +A UI/WebServerResources/ckeditor/plugins/stylescombo/styles/default.js +A UI/WebServerResources/ckeditor/plugins/tab/plugin.js +A UI/WebServerResources/ckeditor/plugins/table/dialogs/table.js +A UI/WebServerResources/ckeditor/plugins/table/plugin.js +A UI/WebServerResources/ckeditor/plugins/tabletools/dialogs/tableCell.js +A UI/WebServerResources/ckeditor/plugins/tabletools/plugin.js +A UI/WebServerResources/ckeditor/plugins/templates/dialogs/templates.js +A UI/WebServerResources/ckeditor/plugins/templates/plugin.js +A UI/WebServerResources/ckeditor/plugins/templates/templates/default.js +A UI/WebServerResources/ckeditor/plugins/templates/templates/images/template1.gif +A UI/WebServerResources/ckeditor/plugins/templates/templates/images/template2.gif +A UI/WebServerResources/ckeditor/plugins/templates/templates/images/template3.gif +A UI/WebServerResources/ckeditor/plugins/toolbar/plugin.js +A UI/WebServerResources/ckeditor/plugins/uicolor/dialogs/uicolor.js +A UI/WebServerResources/ckeditor/plugins/uicolor/lang/en.js +A UI/WebServerResources/ckeditor/plugins/uicolor/plugin.js +A UI/WebServerResources/ckeditor/plugins/uicolor/uicolor.gif +A UI/WebServerResources/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +A UI/WebServerResources/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +A UI/WebServerResources/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +A UI/WebServerResources/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +A UI/WebServerResources/ckeditor/plugins/uicolor/yui/assets/yui.css +A UI/WebServerResources/ckeditor/plugins/uicolor/yui/yui.js +A UI/WebServerResources/ckeditor/plugins/undo/plugin.js +A UI/WebServerResources/ckeditor/plugins/wsc/dialogs/ciframe.html +A UI/WebServerResources/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +A UI/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.css +A UI/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.js +A UI/WebServerResources/ckeditor/plugins/wsc/plugin.js +A UI/WebServerResources/ckeditor/plugins/wysiwygarea/plugin.js +A UI/WebServerResources/ckeditor/skins/kama/dialog.css +A UI/WebServerResources/ckeditor/skins/kama/editor.css +A UI/WebServerResources/ckeditor/skins/kama/icons.png +A UI/WebServerResources/ckeditor/skins/kama/images/arrowdown.gif +A UI/WebServerResources/ckeditor/skins/kama/images/arrowleft.gif +A UI/WebServerResources/ckeditor/skins/kama/images/arrowright.gif +A UI/WebServerResources/ckeditor/skins/kama/images/arrowtop.gif +A UI/WebServerResources/ckeditor/skins/kama/images/dialog_sides.gif +A UI/WebServerResources/ckeditor/skins/kama/images/dialog_sides.png +A UI/WebServerResources/ckeditor/skins/kama/images/dialog_sides_rtl.png +A UI/WebServerResources/ckeditor/skins/kama/images/mini.gif +A UI/WebServerResources/ckeditor/skins/kama/images/noimage.png +A UI/WebServerResources/ckeditor/skins/kama/images/resizer.gif +A UI/WebServerResources/ckeditor/skins/kama/images/resizer_rtl.gif +A UI/WebServerResources/ckeditor/skins/kama/images/sprites.png +A UI/WebServerResources/ckeditor/skins/kama/images/sprites_ie6.png +A UI/WebServerResources/ckeditor/skins/kama/images/toolbar_start.gif +A UI/WebServerResources/ckeditor/skins/kama/skin.js +A UI/WebServerResources/ckeditor/skins/kama/sprites.png +A UI/WebServerResources/ckeditor/skins/kama/templates.css +A UI/WebServerResources/ckeditor/skins/office2003/dialog.css +A UI/WebServerResources/ckeditor/skins/office2003/editor.css +A UI/WebServerResources/ckeditor/skins/office2003/icons.png +A UI/WebServerResources/ckeditor/skins/office2003/images/arrowdown.gif +A UI/WebServerResources/ckeditor/skins/office2003/images/arrowleft.gif +A UI/WebServerResources/ckeditor/skins/office2003/images/arrowright.gif +A UI/WebServerResources/ckeditor/skins/office2003/images/arrowtop.gif +A UI/WebServerResources/ckeditor/skins/office2003/images/dialog_sides.gif +A UI/WebServerResources/ckeditor/skins/office2003/images/dialog_sides.png +A UI/WebServerResources/ckeditor/skins/office2003/images/dialog_sides_rtl.png +A UI/WebServerResources/ckeditor/skins/office2003/images/mini.gif +A UI/WebServerResources/ckeditor/skins/office2003/images/noimage.png +A UI/WebServerResources/ckeditor/skins/office2003/images/resizer.gif +A UI/WebServerResources/ckeditor/skins/office2003/images/resizer_rtl.gif +A UI/WebServerResources/ckeditor/skins/office2003/images/sprites.png +A UI/WebServerResources/ckeditor/skins/office2003/images/sprites_ie6.png +A UI/WebServerResources/ckeditor/skins/office2003/skin.js +A UI/WebServerResources/ckeditor/skins/office2003/templates.css +A UI/WebServerResources/ckeditor/skins/v2/dialog.css +A UI/WebServerResources/ckeditor/skins/v2/editor.css +A UI/WebServerResources/ckeditor/skins/v2/icons.png +A UI/WebServerResources/ckeditor/skins/v2/images/arrowdown.gif +A UI/WebServerResources/ckeditor/skins/v2/images/arrowleft.gif +A UI/WebServerResources/ckeditor/skins/v2/images/arrowright.gif +A UI/WebServerResources/ckeditor/skins/v2/images/arrowtop.gif +A UI/WebServerResources/ckeditor/skins/v2/images/dialog_sides.gif +A UI/WebServerResources/ckeditor/skins/v2/images/dialog_sides.png +A UI/WebServerResources/ckeditor/skins/v2/images/dialog_sides_rtl.png +A UI/WebServerResources/ckeditor/skins/v2/images/mini.gif +A UI/WebServerResources/ckeditor/skins/v2/images/noimage.png +A UI/WebServerResources/ckeditor/skins/v2/images/resizer.gif +A UI/WebServerResources/ckeditor/skins/v2/images/resizer_rtl.gif +A UI/WebServerResources/ckeditor/skins/v2/images/sprites.png +A UI/WebServerResources/ckeditor/skins/v2/images/sprites_ie6.png +A UI/WebServerResources/ckeditor/skins/v2/images/toolbar_start.gif +A UI/WebServerResources/ckeditor/skins/v2/skin.js +A UI/WebServerResources/ckeditor/skins/v2/templates.css +A UI/WebServerResources/ckeditor/themes/default/theme.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckcontextmenu.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckdataprocessor.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckdocumentfragment_gecko.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckdocumentfragment_ie.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckdomrange.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckdomrange_gecko.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckdomrange_ie.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckdomrangeiterator.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckeditingarea.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckelementpath.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckenterkey.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckevents.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckhtmliterator.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckicon.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckiecleanup.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckimagepreloader.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckkeystrokehandler.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckmenublock.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckmenublockpanel.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckmenuitem.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckpanel.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckplugin.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckspecialcombo.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckstyle.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbar.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbarbreak_gecko.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbarbreak_ie.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbarbutton.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbarbuttonui.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbarfontformatcombo.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbarfontscombo.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbarfontsizecombo.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbarpanelbutton.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbarspecialcombo.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbarstylecombo.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckw3crange.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckxml.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckxml_gecko.js +D UI/WebServerResources/fckeditor/editor/_source/classes/fckxml_ie.js +D UI/WebServerResources/fckeditor/editor/_source/commandclasses/fck_othercommands.js +D UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckblockquotecommand.js +D UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckcorestylecommand.js +D UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckfitwindow.js +D UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckindentcommands.js +D UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckjustifycommands.js +D UI/WebServerResources/fckeditor/editor/_source/commandclasses/fcklistcommands.js +D UI/WebServerResources/fckeditor/editor/_source/commandclasses/fcknamedcommand.js +D UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js +D UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckpastewordcommand.js +D UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckremoveformatcommand.js +D UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckshowblocks.js +D UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_gecko.js +D UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_ie.js +D UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckstylecommand.js +D UI/WebServerResources/fckeditor/editor/_source/commandclasses/fcktablecommand.js +D UI/WebServerResources/fckeditor/editor/_source/commandclasses/fcktextcolorcommand.js +D UI/WebServerResources/fckeditor/editor/_source/fckconstants.js +D UI/WebServerResources/fckeditor/editor/_source/fckeditorapi.js +D UI/WebServerResources/fckeditor/editor/_source/fckjscoreextensions.js +D UI/WebServerResources/fckeditor/editor/_source/fckscriptloader.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fck.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fck_contextmenu.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fck_gecko.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fck_ie.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fckbrowserinfo.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fckcodeformatter.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fckcommands.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fckconfig.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fckdebug.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fckdebug_empty.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fckdialog.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fckdocumentprocessor.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fckdomtools.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fcklanguagemanager.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fcklisthandler.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fcklistslib.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fckplugins.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fckregexlib.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fckselection.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fckselection_gecko.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fckselection_ie.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fckstyles.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fcktablehandler.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fcktablehandler_gecko.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fcktablehandler_ie.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fcktoolbaritems.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fcktoolbarset.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fcktools.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fcktools_gecko.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fcktools_ie.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fckundo.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fckurlparams.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fckxhtml.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fckxhtml_gecko.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fckxhtml_ie.js +D UI/WebServerResources/fckeditor/editor/_source/internals/fckxhtmlentities.js +D UI/WebServerResources/fckeditor/editor/css/behaviors/disablehandles.htc +D UI/WebServerResources/fckeditor/editor/css/behaviors/showtableborders.htc +D UI/WebServerResources/fckeditor/editor/css/fck_editorarea.css +D UI/WebServerResources/fckeditor/editor/css/fck_internal.css +D UI/WebServerResources/fckeditor/editor/css/fck_showtableborders_gecko.css +D UI/WebServerResources/fckeditor/editor/css/images/block_address.png +D UI/WebServerResources/fckeditor/editor/css/images/block_blockquote.png +D UI/WebServerResources/fckeditor/editor/css/images/block_div.png +D UI/WebServerResources/fckeditor/editor/css/images/block_h1.png +D UI/WebServerResources/fckeditor/editor/css/images/block_h2.png +D UI/WebServerResources/fckeditor/editor/css/images/block_h3.png +D UI/WebServerResources/fckeditor/editor/css/images/block_h4.png +D UI/WebServerResources/fckeditor/editor/css/images/block_h5.png +D UI/WebServerResources/fckeditor/editor/css/images/block_h6.png +D UI/WebServerResources/fckeditor/editor/css/images/block_p.png +D UI/WebServerResources/fckeditor/editor/css/images/block_pre.png +D UI/WebServerResources/fckeditor/editor/css/images/fck_anchor.gif +D UI/WebServerResources/fckeditor/editor/css/images/fck_flashlogo.gif +D UI/WebServerResources/fckeditor/editor/css/images/fck_hiddenfield.gif +D UI/WebServerResources/fckeditor/editor/css/images/fck_pagebreak.gif +D UI/WebServerResources/fckeditor/editor/css/images/fck_plugin.gif +D UI/WebServerResources/fckeditor/editor/dialog/common/fck_dialog_common.css +D UI/WebServerResources/fckeditor/editor/dialog/common/fck_dialog_common.js +D UI/WebServerResources/fckeditor/editor/dialog/common/images/locked.gif +D UI/WebServerResources/fckeditor/editor/dialog/common/images/reset.gif +D UI/WebServerResources/fckeditor/editor/dialog/common/images/unlocked.gif +D UI/WebServerResources/fckeditor/editor/dialog/fck_about.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_about/logo_fckeditor.gif +D UI/WebServerResources/fckeditor/editor/dialog/fck_about/logo_fredck.gif +D UI/WebServerResources/fckeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif +D UI/WebServerResources/fckeditor/editor/dialog/fck_anchor.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_button.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_checkbox.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_colorselector.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_div.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_docprops.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_flash.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_flash/fck_flash.js +D UI/WebServerResources/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_form.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_hiddenfield.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_image.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_image/fck_image.js +D UI/WebServerResources/fckeditor/editor/dialog/fck_image/fck_image_preview.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_link.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_link/fck_link.js +D UI/WebServerResources/fckeditor/editor/dialog/fck_listprop.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_paste.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_radiobutton.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_replace.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_select.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_select/fck_select.js +D UI/WebServerResources/fckeditor/editor/dialog/fck_smiley.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_source.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_specialchar.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js +D UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm +D UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php +D UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl +D UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js +D UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css +D UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js +D UI/WebServerResources/fckeditor/editor/dialog/fck_table.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_tablecell.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_template.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_template/images/template1.gif +D UI/WebServerResources/fckeditor/editor/dialog/fck_template/images/template2.gif +D UI/WebServerResources/fckeditor/editor/dialog/fck_template/images/template3.gif +D UI/WebServerResources/fckeditor/editor/dialog/fck_textarea.html +D UI/WebServerResources/fckeditor/editor/dialog/fck_textfield.html +D UI/WebServerResources/fckeditor/editor/dtd/fck_dtd_test.html +D UI/WebServerResources/fckeditor/editor/dtd/fck_xhtml10strict.js +D UI/WebServerResources/fckeditor/editor/dtd/fck_xhtml10transitional.js +D UI/WebServerResources/fckeditor/editor/fckdebug.html +D UI/WebServerResources/fckeditor/editor/fckdialog.html +D UI/WebServerResources/fckeditor/editor/fckeditor.html +D UI/WebServerResources/fckeditor/editor/fckeditor.original.html +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/browser.css +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/browser.html +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/frmactualfolder.html +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/frmfolders.html +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/frmresourceslist.html +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/frmresourcetype.html +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/frmupload.html +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/ButtonArrow.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/Folder.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/Folder32.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/FolderOpened.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/FolderOpened32.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/FolderUp.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/ai.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/avi.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/cs.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/dll.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/doc.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/exe.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/fla.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/gif.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/htm.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/html.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/jpg.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/js.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/mdb.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/png.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/ppt.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/rdp.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/swf.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/swt.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/txt.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/vsd.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/xls.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/xml.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/zip.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/ai.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/avi.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/bmp.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/cs.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/default.icon.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/dll.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/doc.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/exe.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/fla.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/gif.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/htm.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/html.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/jpg.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/js.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/mdb.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/mp3.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/pdf.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/png.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/ppt.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/rdp.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/swf.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/swt.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/txt.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/vsd.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/xls.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/xml.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/zip.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/spacer.gif +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/js/common.js +D UI/WebServerResources/fckeditor/editor/filemanager/browser/default/js/fckxml.js +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/asp/basexml.asp +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/asp/class_upload.asp +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/asp/commands.asp +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/asp/config.asp +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/asp/connector.asp +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/asp/io.asp +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/asp/upload.asp +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/asp/util.asp +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/aspx/config.ascx +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/aspx/connector.aspx +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/aspx/upload.aspx +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/ImageObject.cfc +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/cf5_connector.cfm +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/cf5_upload.cfm +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/cf_basexml.cfm +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/cf_commands.cfm +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/cf_connector.cfm +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/cf_io.cfm +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/cf_upload.cfm +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/cf_util.cfm +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/config.cfm +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/connector.cfm +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/image.cfc +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/upload.cfm +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/lasso/config.lasso +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/lasso/connector.lasso +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/lasso/upload.lasso +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/perl/basexml.pl +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/perl/commands.pl +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/perl/connector.cgi +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/perl/io.pl +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/perl/upload.cgi +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/perl/upload_fck.pl +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/perl/util.pl +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/php/basexml.php +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/php/commands.php +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/php/config.php +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/php/connector.php +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/php/io.php +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/php/phpcompat.php +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/php/upload.php +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/php/util.php +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/py/config.py +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/py/connector.py +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/py/fckcommands.py +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/py/fckconnector.py +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/py/fckoutput.py +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/py/fckutil.py +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/py/htaccess.txt +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/py/upload.py +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/py/wsgi.py +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/py/zope.py +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/test.html +D UI/WebServerResources/fckeditor/editor/filemanager/connectors/uploadtest.html +D UI/WebServerResources/fckeditor/editor/images/anchor.gif +D UI/WebServerResources/fckeditor/editor/images/arrow_ltr.gif +D UI/WebServerResources/fckeditor/editor/images/arrow_rtl.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/angel_smile.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/angry_smile.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/broken_heart.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/cake.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/confused_smile.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/cry_smile.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/devil_smile.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/embaressed_smile.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/envelope.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/heart.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/kiss.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/lightbulb.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/omg_smile.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/regular_smile.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/sad_smile.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/shades_smile.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/teeth_smile.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/thumbs_down.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/thumbs_up.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/tounge_smile.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif +D UI/WebServerResources/fckeditor/editor/images/smiley/msn/wink_smile.gif +D UI/WebServerResources/fckeditor/editor/images/spacer.gif +D UI/WebServerResources/fckeditor/editor/js/fckadobeair.js +D UI/WebServerResources/fckeditor/editor/js/fckeditorcode_gecko.js +D UI/WebServerResources/fckeditor/editor/js/fckeditorcode_ie.js +D UI/WebServerResources/fckeditor/editor/lang/_translationstatus.txt +D UI/WebServerResources/fckeditor/editor/lang/af.js +D UI/WebServerResources/fckeditor/editor/lang/ar.js +D UI/WebServerResources/fckeditor/editor/lang/bg.js +D UI/WebServerResources/fckeditor/editor/lang/bn.js +D UI/WebServerResources/fckeditor/editor/lang/bs.js +D UI/WebServerResources/fckeditor/editor/lang/ca.js +D UI/WebServerResources/fckeditor/editor/lang/cs.js +D UI/WebServerResources/fckeditor/editor/lang/da.js +D UI/WebServerResources/fckeditor/editor/lang/de.js +D UI/WebServerResources/fckeditor/editor/lang/el.js +D UI/WebServerResources/fckeditor/editor/lang/en-au.js +D UI/WebServerResources/fckeditor/editor/lang/en-ca.js +D UI/WebServerResources/fckeditor/editor/lang/en-uk.js +D UI/WebServerResources/fckeditor/editor/lang/en.js +D UI/WebServerResources/fckeditor/editor/lang/eo.js +D UI/WebServerResources/fckeditor/editor/lang/es.js +D UI/WebServerResources/fckeditor/editor/lang/et.js +D UI/WebServerResources/fckeditor/editor/lang/eu.js +D UI/WebServerResources/fckeditor/editor/lang/fa.js +D UI/WebServerResources/fckeditor/editor/lang/fi.js +D UI/WebServerResources/fckeditor/editor/lang/fo.js +D UI/WebServerResources/fckeditor/editor/lang/fr-ca.js +D UI/WebServerResources/fckeditor/editor/lang/fr.js +D UI/WebServerResources/fckeditor/editor/lang/gl.js +D UI/WebServerResources/fckeditor/editor/lang/gu.js +D UI/WebServerResources/fckeditor/editor/lang/he.js +D UI/WebServerResources/fckeditor/editor/lang/hi.js +D UI/WebServerResources/fckeditor/editor/lang/hr.js +D UI/WebServerResources/fckeditor/editor/lang/hu.js +D UI/WebServerResources/fckeditor/editor/lang/is.js +D UI/WebServerResources/fckeditor/editor/lang/it.js +D UI/WebServerResources/fckeditor/editor/lang/ja.js +D UI/WebServerResources/fckeditor/editor/lang/km.js +D UI/WebServerResources/fckeditor/editor/lang/ko.js +D UI/WebServerResources/fckeditor/editor/lang/lt.js +D UI/WebServerResources/fckeditor/editor/lang/lv.js +D UI/WebServerResources/fckeditor/editor/lang/mn.js +D UI/WebServerResources/fckeditor/editor/lang/ms.js +D UI/WebServerResources/fckeditor/editor/lang/nb.js +D UI/WebServerResources/fckeditor/editor/lang/nl.js +D UI/WebServerResources/fckeditor/editor/lang/no.js +D UI/WebServerResources/fckeditor/editor/lang/pl.js +D UI/WebServerResources/fckeditor/editor/lang/pt-br.js +D UI/WebServerResources/fckeditor/editor/lang/pt.js +D UI/WebServerResources/fckeditor/editor/lang/ro.js +D UI/WebServerResources/fckeditor/editor/lang/ru.js +D UI/WebServerResources/fckeditor/editor/lang/sk.js +D UI/WebServerResources/fckeditor/editor/lang/sl.js +D UI/WebServerResources/fckeditor/editor/lang/sr-latn.js +D UI/WebServerResources/fckeditor/editor/lang/sr.js +D UI/WebServerResources/fckeditor/editor/lang/sv.js +D UI/WebServerResources/fckeditor/editor/lang/th.js +D UI/WebServerResources/fckeditor/editor/lang/tr.js +D UI/WebServerResources/fckeditor/editor/lang/uk.js +D UI/WebServerResources/fckeditor/editor/lang/vi.js +D UI/WebServerResources/fckeditor/editor/lang/zh-cn.js +D UI/WebServerResources/fckeditor/editor/lang/zh.js +D UI/WebServerResources/fckeditor/editor/plugins/autogrow/fckplugin.js +D UI/WebServerResources/fckeditor/editor/plugins/bbcode/_sample/sample.config.js +D UI/WebServerResources/fckeditor/editor/plugins/bbcode/_sample/sample.html +D UI/WebServerResources/fckeditor/editor/plugins/bbcode/fckplugin.js +D UI/WebServerResources/fckeditor/editor/plugins/dragresizetable/fckplugin.js +D UI/WebServerResources/fckeditor/editor/plugins/placeholder/fck_placeholder.html +D UI/WebServerResources/fckeditor/editor/plugins/placeholder/fckplugin.js +D UI/WebServerResources/fckeditor/editor/plugins/placeholder/lang/de.js +D UI/WebServerResources/fckeditor/editor/plugins/placeholder/lang/en.js +D UI/WebServerResources/fckeditor/editor/plugins/placeholder/lang/es.js +D UI/WebServerResources/fckeditor/editor/plugins/placeholder/lang/fr.js +D UI/WebServerResources/fckeditor/editor/plugins/placeholder/lang/it.js +D UI/WebServerResources/fckeditor/editor/plugins/placeholder/lang/pl.js +D UI/WebServerResources/fckeditor/editor/plugins/placeholder/placeholder.gif +D UI/WebServerResources/fckeditor/editor/plugins/simplecommands/fckplugin.js +D UI/WebServerResources/fckeditor/editor/plugins/tablecommands/fckplugin.js +D UI/WebServerResources/fckeditor/editor/skins/_fckviewstrips.html +D UI/WebServerResources/fckeditor/editor/skins/default/fck_dialog.css +D UI/WebServerResources/fckeditor/editor/skins/default/fck_dialog_ie6.js +D UI/WebServerResources/fckeditor/editor/skins/default/fck_editor.css +D UI/WebServerResources/fckeditor/editor/skins/default/fck_strip.gif +D UI/WebServerResources/fckeditor/editor/skins/default/images/dialog.sides.gif +D UI/WebServerResources/fckeditor/editor/skins/default/images/dialog.sides.png +D UI/WebServerResources/fckeditor/editor/skins/default/images/dialog.sides.rtl.png +D UI/WebServerResources/fckeditor/editor/skins/default/images/sprites.gif +D UI/WebServerResources/fckeditor/editor/skins/default/images/sprites.png +D UI/WebServerResources/fckeditor/editor/skins/default/images/toolbar.arrowright.gif +D UI/WebServerResources/fckeditor/editor/skins/default/images/toolbar.buttonarrow.gif +D UI/WebServerResources/fckeditor/editor/skins/default/images/toolbar.collapse.gif +D UI/WebServerResources/fckeditor/editor/skins/default/images/toolbar.end.gif +D UI/WebServerResources/fckeditor/editor/skins/default/images/toolbar.expand.gif +D UI/WebServerResources/fckeditor/editor/skins/default/images/toolbar.separator.gif +D UI/WebServerResources/fckeditor/editor/skins/default/images/toolbar.start.gif +D UI/WebServerResources/fckeditor/editor/skins/office2003/fck_dialog.css +D UI/WebServerResources/fckeditor/editor/skins/office2003/fck_dialog_ie6.js +D UI/WebServerResources/fckeditor/editor/skins/office2003/fck_editor.css +D UI/WebServerResources/fckeditor/editor/skins/office2003/fck_strip.gif +D UI/WebServerResources/fckeditor/editor/skins/office2003/images/dialog.sides.gif +D UI/WebServerResources/fckeditor/editor/skins/office2003/images/dialog.sides.png +D UI/WebServerResources/fckeditor/editor/skins/office2003/images/dialog.sides.rtl.png +D UI/WebServerResources/fckeditor/editor/skins/office2003/images/sprites.gif +D UI/WebServerResources/fckeditor/editor/skins/office2003/images/sprites.png +D UI/WebServerResources/fckeditor/editor/skins/office2003/images/toolbar.arrowright.gif +D UI/WebServerResources/fckeditor/editor/skins/office2003/images/toolbar.bg.gif +D UI/WebServerResources/fckeditor/editor/skins/office2003/images/toolbar.buttonarrow.gif +D UI/WebServerResources/fckeditor/editor/skins/office2003/images/toolbar.collapse.gif +D UI/WebServerResources/fckeditor/editor/skins/office2003/images/toolbar.end.gif +D UI/WebServerResources/fckeditor/editor/skins/office2003/images/toolbar.expand.gif +D UI/WebServerResources/fckeditor/editor/skins/office2003/images/toolbar.separator.gif +D UI/WebServerResources/fckeditor/editor/skins/office2003/images/toolbar.start.gif +D UI/WebServerResources/fckeditor/editor/skins/silver/fck_dialog.css +D UI/WebServerResources/fckeditor/editor/skins/silver/fck_dialog_ie6.js +D UI/WebServerResources/fckeditor/editor/skins/silver/fck_editor.css +D UI/WebServerResources/fckeditor/editor/skins/silver/fck_strip.gif +D UI/WebServerResources/fckeditor/editor/skins/silver/images/dialog.sides.gif +D UI/WebServerResources/fckeditor/editor/skins/silver/images/dialog.sides.png +D UI/WebServerResources/fckeditor/editor/skins/silver/images/dialog.sides.rtl.png +D UI/WebServerResources/fckeditor/editor/skins/silver/images/sprites.gif +D UI/WebServerResources/fckeditor/editor/skins/silver/images/sprites.png +D UI/WebServerResources/fckeditor/editor/skins/silver/images/toolbar.arrowright.gif +D UI/WebServerResources/fckeditor/editor/skins/silver/images/toolbar.buttonarrow.gif +D UI/WebServerResources/fckeditor/editor/skins/silver/images/toolbar.buttonbg.gif +D UI/WebServerResources/fckeditor/editor/skins/silver/images/toolbar.collapse.gif +D UI/WebServerResources/fckeditor/editor/skins/silver/images/toolbar.end.gif +D UI/WebServerResources/fckeditor/editor/skins/silver/images/toolbar.expand.gif +D UI/WebServerResources/fckeditor/editor/skins/silver/images/toolbar.separator.gif +D UI/WebServerResources/fckeditor/editor/skins/silver/images/toolbar.start.gif +D UI/WebServerResources/fckeditor/editor/wsc/ciframe.html +D UI/WebServerResources/fckeditor/editor/wsc/tmpFrameset.html +D UI/WebServerResources/fckeditor/editor/wsc/w.html +D UI/WebServerResources/fckeditor/fckconfig.js +D UI/WebServerResources/fckeditor/fckeditor.js +D UI/WebServerResources/fckeditor/fckpackager.xml +D UI/WebServerResources/fckeditor/fckstyles.xml +D UI/WebServerResources/fckeditor/fcktemplates.xml +D UI/WebServerResources/fckeditor/fckutils.cfm +D UI/WebServerResources/fckeditor/license.txt + commit 6ea89d62cdcf749d2f4e49e57a4a1bde1c7ff903 Author: Wolfgang Sourdeau Date: Tue Jun 23 23:41:25 2009 +0000 @@ -58884,6 +72986,9 @@ Date: Tue Jun 23 23:41:25 2009 +0000 Monotone-Date: 2009-06-23T23:41:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit 39c9be64dbad1162df3e97d8878be138b963ea87 Author: Wolfgang Sourdeau Date: Tue Jun 23 23:38:52 2009 +0000 @@ -58895,6 +73000,9 @@ Date: Tue Jun 23 23:38:52 2009 +0000 Monotone-Date: 2009-06-23T23:38:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit f9337f183f10d7b1b59135de0acfd3527bc14a6a Author: C Robert Date: Tue Jun 23 17:53:18 2009 +0000 @@ -58908,6 +73016,20 @@ Date: Tue Jun 23 17:53:18 2009 +0000 Monotone-Date: 2009-06-23T17:53:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/NSString+Mail.h +M SoObjects/Mailer/NSString+Mail.m +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/Mailer/SOGoMailObject+Draft.m +M SoObjects/Mailer/SOGoMailReply.m +M UI/MailPartViewers/UIxMailPartTextViewer.m +M UI/PreferencesUI/UIxPreferences.m +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/GNUmakefile +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxPreferences.js + commit 445224aa8f61cc2ed388325a156e725c6679d278 Author: C Robert Date: Tue Jun 23 17:43:40 2009 +0000 @@ -58919,6 +73041,8 @@ Date: Tue Jun 23 17:43:40 2009 +0000 Monotone-Date: 2009-06-23T17:43:40 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/Welsh.lproj/Localizable.strings + commit 69853fef9133976a7d141d0bca66386fed9394c9 Author: C Robert Date: Tue Jun 23 17:43:20 2009 +0000 @@ -58932,6 +73056,14 @@ Date: Tue Jun 23 17:43:20 2009 +0000 Monotone-Date: 2009-06-23T17:43:20 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings + commit a373c28da8753c76d34fe3570923fff01c68b57c Author: C Robert Date: Tue Jun 23 17:41:38 2009 +0000 @@ -58945,6 +73077,474 @@ Date: Tue Jun 23 17:41:38 2009 +0000 Monotone-Date: 2009-06-23T17:41:38 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/fckeditor/editor/_source/classes/fckcontextmenu.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckdataprocessor.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckdocumentfragment_gecko.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckdocumentfragment_ie.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckdomrange.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckdomrange_gecko.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckdomrange_ie.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckdomrangeiterator.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckeditingarea.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckelementpath.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckenterkey.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckevents.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckhtmliterator.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckicon.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckiecleanup.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckimagepreloader.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckkeystrokehandler.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckmenublock.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckmenublockpanel.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckmenuitem.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckpanel.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckplugin.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckspecialcombo.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckstyle.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbar.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbarbreak_gecko.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbarbreak_ie.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbarbutton.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbarbuttonui.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbarfontformatcombo.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbarfontscombo.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbarfontsizecombo.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbarpanelbutton.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbarspecialcombo.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fcktoolbarstylecombo.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckw3crange.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckxml.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckxml_gecko.js +A UI/WebServerResources/fckeditor/editor/_source/classes/fckxml_ie.js +A UI/WebServerResources/fckeditor/editor/_source/commandclasses/fck_othercommands.js +A UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckblockquotecommand.js +A UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckcorestylecommand.js +A UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckfitwindow.js +A UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckindentcommands.js +A UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckjustifycommands.js +A UI/WebServerResources/fckeditor/editor/_source/commandclasses/fcklistcommands.js +A UI/WebServerResources/fckeditor/editor/_source/commandclasses/fcknamedcommand.js +A UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js +A UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckpastewordcommand.js +A UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckremoveformatcommand.js +A UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckshowblocks.js +A UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_gecko.js +A UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_ie.js +A UI/WebServerResources/fckeditor/editor/_source/commandclasses/fckstylecommand.js +A UI/WebServerResources/fckeditor/editor/_source/commandclasses/fcktablecommand.js +A UI/WebServerResources/fckeditor/editor/_source/commandclasses/fcktextcolorcommand.js +A UI/WebServerResources/fckeditor/editor/_source/fckconstants.js +A UI/WebServerResources/fckeditor/editor/_source/fckeditorapi.js +A UI/WebServerResources/fckeditor/editor/_source/fckjscoreextensions.js +A UI/WebServerResources/fckeditor/editor/_source/fckscriptloader.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fck.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fck_contextmenu.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fck_gecko.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fck_ie.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fckbrowserinfo.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fckcodeformatter.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fckcommands.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fckconfig.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fckdebug.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fckdebug_empty.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fckdialog.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fckdocumentprocessor.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fckdomtools.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fcklanguagemanager.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fcklisthandler.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fcklistslib.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fckplugins.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fckregexlib.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fckselection.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fckselection_gecko.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fckselection_ie.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fckstyles.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fcktablehandler.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fcktablehandler_gecko.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fcktablehandler_ie.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fcktoolbaritems.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fcktoolbarset.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fcktools.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fcktools_gecko.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fcktools_ie.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fckundo.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fckurlparams.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fckxhtml.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fckxhtml_gecko.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fckxhtml_ie.js +A UI/WebServerResources/fckeditor/editor/_source/internals/fckxhtmlentities.js +A UI/WebServerResources/fckeditor/editor/css/behaviors/disablehandles.htc +A UI/WebServerResources/fckeditor/editor/css/behaviors/showtableborders.htc +A UI/WebServerResources/fckeditor/editor/css/fck_editorarea.css +A UI/WebServerResources/fckeditor/editor/css/fck_internal.css +A UI/WebServerResources/fckeditor/editor/css/fck_showtableborders_gecko.css +A UI/WebServerResources/fckeditor/editor/css/images/block_address.png +A UI/WebServerResources/fckeditor/editor/css/images/block_blockquote.png +A UI/WebServerResources/fckeditor/editor/css/images/block_div.png +A UI/WebServerResources/fckeditor/editor/css/images/block_h1.png +A UI/WebServerResources/fckeditor/editor/css/images/block_h2.png +A UI/WebServerResources/fckeditor/editor/css/images/block_h3.png +A UI/WebServerResources/fckeditor/editor/css/images/block_h4.png +A UI/WebServerResources/fckeditor/editor/css/images/block_h5.png +A UI/WebServerResources/fckeditor/editor/css/images/block_h6.png +A UI/WebServerResources/fckeditor/editor/css/images/block_p.png +A UI/WebServerResources/fckeditor/editor/css/images/block_pre.png +A UI/WebServerResources/fckeditor/editor/css/images/fck_anchor.gif +A UI/WebServerResources/fckeditor/editor/css/images/fck_flashlogo.gif +A UI/WebServerResources/fckeditor/editor/css/images/fck_hiddenfield.gif +A UI/WebServerResources/fckeditor/editor/css/images/fck_pagebreak.gif +A UI/WebServerResources/fckeditor/editor/css/images/fck_plugin.gif +A UI/WebServerResources/fckeditor/editor/dialog/common/fck_dialog_common.css +A UI/WebServerResources/fckeditor/editor/dialog/common/fck_dialog_common.js +A UI/WebServerResources/fckeditor/editor/dialog/common/images/locked.gif +A UI/WebServerResources/fckeditor/editor/dialog/common/images/reset.gif +A UI/WebServerResources/fckeditor/editor/dialog/common/images/unlocked.gif +A UI/WebServerResources/fckeditor/editor/dialog/fck_about.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_about/logo_fckeditor.gif +A UI/WebServerResources/fckeditor/editor/dialog/fck_about/logo_fredck.gif +A UI/WebServerResources/fckeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif +A UI/WebServerResources/fckeditor/editor/dialog/fck_anchor.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_button.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_checkbox.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_colorselector.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_div.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_docprops.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_flash.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_flash/fck_flash.js +A UI/WebServerResources/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_form.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_hiddenfield.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_image.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_image/fck_image.js +A UI/WebServerResources/fckeditor/editor/dialog/fck_image/fck_image_preview.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_link.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_link/fck_link.js +A UI/WebServerResources/fckeditor/editor/dialog/fck_listprop.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_paste.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_radiobutton.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_replace.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_select.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_select/fck_select.js +A UI/WebServerResources/fckeditor/editor/dialog/fck_smiley.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_source.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_specialchar.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js +A UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm +A UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php +A UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl +A UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js +A UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css +A UI/WebServerResources/fckeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js +A UI/WebServerResources/fckeditor/editor/dialog/fck_table.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_tablecell.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_template.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_template/images/template1.gif +A UI/WebServerResources/fckeditor/editor/dialog/fck_template/images/template2.gif +A UI/WebServerResources/fckeditor/editor/dialog/fck_template/images/template3.gif +A UI/WebServerResources/fckeditor/editor/dialog/fck_textarea.html +A UI/WebServerResources/fckeditor/editor/dialog/fck_textfield.html +A UI/WebServerResources/fckeditor/editor/dtd/fck_dtd_test.html +A UI/WebServerResources/fckeditor/editor/dtd/fck_xhtml10strict.js +A UI/WebServerResources/fckeditor/editor/dtd/fck_xhtml10transitional.js +A UI/WebServerResources/fckeditor/editor/fckdebug.html +A UI/WebServerResources/fckeditor/editor/fckdialog.html +A UI/WebServerResources/fckeditor/editor/fckeditor.html +A UI/WebServerResources/fckeditor/editor/fckeditor.original.html +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/browser.css +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/browser.html +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/frmactualfolder.html +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/frmfolders.html +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/frmresourceslist.html +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/frmresourcetype.html +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/frmupload.html +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/ButtonArrow.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/Folder.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/Folder32.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/FolderOpened.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/FolderOpened32.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/FolderUp.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/ai.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/avi.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/cs.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/dll.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/doc.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/exe.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/fla.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/gif.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/htm.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/html.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/jpg.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/js.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/mdb.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/png.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/ppt.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/rdp.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/swf.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/swt.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/txt.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/vsd.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/xls.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/xml.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/32/zip.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/ai.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/avi.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/bmp.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/cs.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/default.icon.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/dll.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/doc.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/exe.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/fla.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/gif.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/htm.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/html.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/jpg.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/js.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/mdb.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/mp3.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/pdf.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/png.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/ppt.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/rdp.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/swf.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/swt.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/txt.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/vsd.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/xls.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/xml.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/icons/zip.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/images/spacer.gif +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/js/common.js +A UI/WebServerResources/fckeditor/editor/filemanager/browser/default/js/fckxml.js +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/asp/basexml.asp +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/asp/class_upload.asp +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/asp/commands.asp +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/asp/config.asp +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/asp/connector.asp +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/asp/io.asp +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/asp/upload.asp +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/asp/util.asp +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/aspx/config.ascx +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/aspx/connector.aspx +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/aspx/upload.aspx +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/ImageObject.cfc +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/cf5_connector.cfm +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/cf5_upload.cfm +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/cf_basexml.cfm +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/cf_commands.cfm +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/cf_connector.cfm +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/cf_io.cfm +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/cf_upload.cfm +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/cf_util.cfm +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/config.cfm +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/connector.cfm +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/image.cfc +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/cfm/upload.cfm +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/lasso/config.lasso +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/lasso/connector.lasso +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/lasso/upload.lasso +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/perl/basexml.pl +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/perl/commands.pl +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/perl/connector.cgi +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/perl/io.pl +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/perl/upload.cgi +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/perl/upload_fck.pl +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/perl/util.pl +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/php/basexml.php +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/php/commands.php +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/php/config.php +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/php/connector.php +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/php/io.php +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/php/phpcompat.php +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/php/upload.php +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/php/util.php +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/py/config.py +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/py/connector.py +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/py/fckcommands.py +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/py/fckconnector.py +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/py/fckoutput.py +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/py/fckutil.py +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/py/htaccess.txt +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/py/upload.py +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/py/wsgi.py +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/py/zope.py +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/test.html +A UI/WebServerResources/fckeditor/editor/filemanager/connectors/uploadtest.html +A UI/WebServerResources/fckeditor/editor/images/anchor.gif +A UI/WebServerResources/fckeditor/editor/images/arrow_ltr.gif +A UI/WebServerResources/fckeditor/editor/images/arrow_rtl.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/angel_smile.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/angry_smile.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/broken_heart.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/cake.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/confused_smile.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/cry_smile.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/devil_smile.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/embaressed_smile.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/envelope.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/heart.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/kiss.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/lightbulb.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/omg_smile.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/regular_smile.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/sad_smile.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/shades_smile.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/teeth_smile.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/thumbs_down.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/thumbs_up.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/tounge_smile.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif +A UI/WebServerResources/fckeditor/editor/images/smiley/msn/wink_smile.gif +A UI/WebServerResources/fckeditor/editor/images/spacer.gif +A UI/WebServerResources/fckeditor/editor/js/fckadobeair.js +A UI/WebServerResources/fckeditor/editor/js/fckeditorcode_gecko.js +A UI/WebServerResources/fckeditor/editor/js/fckeditorcode_ie.js +A UI/WebServerResources/fckeditor/editor/lang/_translationstatus.txt +A UI/WebServerResources/fckeditor/editor/lang/af.js +A UI/WebServerResources/fckeditor/editor/lang/ar.js +A UI/WebServerResources/fckeditor/editor/lang/bg.js +A UI/WebServerResources/fckeditor/editor/lang/bn.js +A UI/WebServerResources/fckeditor/editor/lang/bs.js +A UI/WebServerResources/fckeditor/editor/lang/ca.js +A UI/WebServerResources/fckeditor/editor/lang/cs.js +A UI/WebServerResources/fckeditor/editor/lang/da.js +A UI/WebServerResources/fckeditor/editor/lang/de.js +A UI/WebServerResources/fckeditor/editor/lang/el.js +A UI/WebServerResources/fckeditor/editor/lang/en-au.js +A UI/WebServerResources/fckeditor/editor/lang/en-ca.js +A UI/WebServerResources/fckeditor/editor/lang/en-uk.js +A UI/WebServerResources/fckeditor/editor/lang/en.js +A UI/WebServerResources/fckeditor/editor/lang/eo.js +A UI/WebServerResources/fckeditor/editor/lang/es.js +A UI/WebServerResources/fckeditor/editor/lang/et.js +A UI/WebServerResources/fckeditor/editor/lang/eu.js +A UI/WebServerResources/fckeditor/editor/lang/fa.js +A UI/WebServerResources/fckeditor/editor/lang/fi.js +A UI/WebServerResources/fckeditor/editor/lang/fo.js +A UI/WebServerResources/fckeditor/editor/lang/fr-ca.js +A UI/WebServerResources/fckeditor/editor/lang/fr.js +A UI/WebServerResources/fckeditor/editor/lang/gl.js +A UI/WebServerResources/fckeditor/editor/lang/gu.js +A UI/WebServerResources/fckeditor/editor/lang/he.js +A UI/WebServerResources/fckeditor/editor/lang/hi.js +A UI/WebServerResources/fckeditor/editor/lang/hr.js +A UI/WebServerResources/fckeditor/editor/lang/hu.js +A UI/WebServerResources/fckeditor/editor/lang/is.js +A UI/WebServerResources/fckeditor/editor/lang/it.js +A UI/WebServerResources/fckeditor/editor/lang/ja.js +A UI/WebServerResources/fckeditor/editor/lang/km.js +A UI/WebServerResources/fckeditor/editor/lang/ko.js +A UI/WebServerResources/fckeditor/editor/lang/lt.js +A UI/WebServerResources/fckeditor/editor/lang/lv.js +A UI/WebServerResources/fckeditor/editor/lang/mn.js +A UI/WebServerResources/fckeditor/editor/lang/ms.js +A UI/WebServerResources/fckeditor/editor/lang/nb.js +A UI/WebServerResources/fckeditor/editor/lang/nl.js +A UI/WebServerResources/fckeditor/editor/lang/no.js +A UI/WebServerResources/fckeditor/editor/lang/pl.js +A UI/WebServerResources/fckeditor/editor/lang/pt-br.js +A UI/WebServerResources/fckeditor/editor/lang/pt.js +A UI/WebServerResources/fckeditor/editor/lang/ro.js +A UI/WebServerResources/fckeditor/editor/lang/ru.js +A UI/WebServerResources/fckeditor/editor/lang/sk.js +A UI/WebServerResources/fckeditor/editor/lang/sl.js +A UI/WebServerResources/fckeditor/editor/lang/sr-latn.js +A UI/WebServerResources/fckeditor/editor/lang/sr.js +A UI/WebServerResources/fckeditor/editor/lang/sv.js +A UI/WebServerResources/fckeditor/editor/lang/th.js +A UI/WebServerResources/fckeditor/editor/lang/tr.js +A UI/WebServerResources/fckeditor/editor/lang/uk.js +A UI/WebServerResources/fckeditor/editor/lang/vi.js +A UI/WebServerResources/fckeditor/editor/lang/zh-cn.js +A UI/WebServerResources/fckeditor/editor/lang/zh.js +A UI/WebServerResources/fckeditor/editor/plugins/autogrow/fckplugin.js +A UI/WebServerResources/fckeditor/editor/plugins/bbcode/_sample/sample.config.js +A UI/WebServerResources/fckeditor/editor/plugins/bbcode/_sample/sample.html +A UI/WebServerResources/fckeditor/editor/plugins/bbcode/fckplugin.js +A UI/WebServerResources/fckeditor/editor/plugins/dragresizetable/fckplugin.js +A UI/WebServerResources/fckeditor/editor/plugins/placeholder/fck_placeholder.html +A UI/WebServerResources/fckeditor/editor/plugins/placeholder/fckplugin.js +A UI/WebServerResources/fckeditor/editor/plugins/placeholder/lang/de.js +A UI/WebServerResources/fckeditor/editor/plugins/placeholder/lang/en.js +A UI/WebServerResources/fckeditor/editor/plugins/placeholder/lang/es.js +A UI/WebServerResources/fckeditor/editor/plugins/placeholder/lang/fr.js +A UI/WebServerResources/fckeditor/editor/plugins/placeholder/lang/it.js +A UI/WebServerResources/fckeditor/editor/plugins/placeholder/lang/pl.js +A UI/WebServerResources/fckeditor/editor/plugins/placeholder/placeholder.gif +A UI/WebServerResources/fckeditor/editor/plugins/simplecommands/fckplugin.js +A UI/WebServerResources/fckeditor/editor/plugins/tablecommands/fckplugin.js +A UI/WebServerResources/fckeditor/editor/skins/_fckviewstrips.html +A UI/WebServerResources/fckeditor/editor/skins/default/fck_dialog.css +A UI/WebServerResources/fckeditor/editor/skins/default/fck_dialog_ie6.js +A UI/WebServerResources/fckeditor/editor/skins/default/fck_editor.css +A UI/WebServerResources/fckeditor/editor/skins/default/fck_strip.gif +A UI/WebServerResources/fckeditor/editor/skins/default/images/dialog.sides.gif +A UI/WebServerResources/fckeditor/editor/skins/default/images/dialog.sides.png +A UI/WebServerResources/fckeditor/editor/skins/default/images/dialog.sides.rtl.png +A UI/WebServerResources/fckeditor/editor/skins/default/images/sprites.gif +A UI/WebServerResources/fckeditor/editor/skins/default/images/sprites.png +A UI/WebServerResources/fckeditor/editor/skins/default/images/toolbar.arrowright.gif +A UI/WebServerResources/fckeditor/editor/skins/default/images/toolbar.buttonarrow.gif +A UI/WebServerResources/fckeditor/editor/skins/default/images/toolbar.collapse.gif +A UI/WebServerResources/fckeditor/editor/skins/default/images/toolbar.end.gif +A UI/WebServerResources/fckeditor/editor/skins/default/images/toolbar.expand.gif +A UI/WebServerResources/fckeditor/editor/skins/default/images/toolbar.separator.gif +A UI/WebServerResources/fckeditor/editor/skins/default/images/toolbar.start.gif +A UI/WebServerResources/fckeditor/editor/skins/office2003/fck_dialog.css +A UI/WebServerResources/fckeditor/editor/skins/office2003/fck_dialog_ie6.js +A UI/WebServerResources/fckeditor/editor/skins/office2003/fck_editor.css +A UI/WebServerResources/fckeditor/editor/skins/office2003/fck_strip.gif +A UI/WebServerResources/fckeditor/editor/skins/office2003/images/dialog.sides.gif +A UI/WebServerResources/fckeditor/editor/skins/office2003/images/dialog.sides.png +A UI/WebServerResources/fckeditor/editor/skins/office2003/images/dialog.sides.rtl.png +A UI/WebServerResources/fckeditor/editor/skins/office2003/images/sprites.gif +A UI/WebServerResources/fckeditor/editor/skins/office2003/images/sprites.png +A UI/WebServerResources/fckeditor/editor/skins/office2003/images/toolbar.arrowright.gif +A UI/WebServerResources/fckeditor/editor/skins/office2003/images/toolbar.bg.gif +A UI/WebServerResources/fckeditor/editor/skins/office2003/images/toolbar.buttonarrow.gif +A UI/WebServerResources/fckeditor/editor/skins/office2003/images/toolbar.collapse.gif +A UI/WebServerResources/fckeditor/editor/skins/office2003/images/toolbar.end.gif +A UI/WebServerResources/fckeditor/editor/skins/office2003/images/toolbar.expand.gif +A UI/WebServerResources/fckeditor/editor/skins/office2003/images/toolbar.separator.gif +A UI/WebServerResources/fckeditor/editor/skins/office2003/images/toolbar.start.gif +A UI/WebServerResources/fckeditor/editor/skins/silver/fck_dialog.css +A UI/WebServerResources/fckeditor/editor/skins/silver/fck_dialog_ie6.js +A UI/WebServerResources/fckeditor/editor/skins/silver/fck_editor.css +A UI/WebServerResources/fckeditor/editor/skins/silver/fck_strip.gif +A UI/WebServerResources/fckeditor/editor/skins/silver/images/dialog.sides.gif +A UI/WebServerResources/fckeditor/editor/skins/silver/images/dialog.sides.png +A UI/WebServerResources/fckeditor/editor/skins/silver/images/dialog.sides.rtl.png +A UI/WebServerResources/fckeditor/editor/skins/silver/images/sprites.gif +A UI/WebServerResources/fckeditor/editor/skins/silver/images/sprites.png +A UI/WebServerResources/fckeditor/editor/skins/silver/images/toolbar.arrowright.gif +A UI/WebServerResources/fckeditor/editor/skins/silver/images/toolbar.buttonarrow.gif +A UI/WebServerResources/fckeditor/editor/skins/silver/images/toolbar.buttonbg.gif +A UI/WebServerResources/fckeditor/editor/skins/silver/images/toolbar.collapse.gif +A UI/WebServerResources/fckeditor/editor/skins/silver/images/toolbar.end.gif +A UI/WebServerResources/fckeditor/editor/skins/silver/images/toolbar.expand.gif +A UI/WebServerResources/fckeditor/editor/skins/silver/images/toolbar.separator.gif +A UI/WebServerResources/fckeditor/editor/skins/silver/images/toolbar.start.gif +A UI/WebServerResources/fckeditor/editor/wsc/ciframe.html +A UI/WebServerResources/fckeditor/editor/wsc/tmpFrameset.html +A UI/WebServerResources/fckeditor/editor/wsc/w.html +A UI/WebServerResources/fckeditor/fckconfig.js +A UI/WebServerResources/fckeditor/fckeditor.js +A UI/WebServerResources/fckeditor/fckpackager.xml +A UI/WebServerResources/fckeditor/fckstyles.xml +A UI/WebServerResources/fckeditor/fcktemplates.xml +A UI/WebServerResources/fckeditor/fckutils.cfm +A UI/WebServerResources/fckeditor/license.txt + commit ebff1411c519e12ecef572ce177d3fe20dbfcf3c Author: Wolfgang Sourdeau Date: Fri Jun 19 20:52:04 2009 +0000 @@ -58956,6 +73556,9 @@ Date: Fri Jun 19 20:52:04 2009 +0000 Monotone-Date: 2009-06-19T20:52:04 Monotone-Branch: ca.inverse.sogo +M NEWS +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit c36ebb7624b2b1c7ae23c08ac2f5e122cea2e5db Author: Wolfgang Sourdeau Date: Fri Jun 19 20:14:19 2009 +0000 @@ -58967,6 +73570,9 @@ Date: Fri Jun 19 20:14:19 2009 +0000 Monotone-Date: 2009-06-19T20:14:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit aa09636ec6017965b8704d0b3d19f3c59d6dd89e Author: Wolfgang Sourdeau Date: Fri Jun 19 16:20:49 2009 +0000 @@ -58978,6 +73584,10 @@ Date: Fri Jun 19 16:20:49 2009 +0000 Monotone-Date: 2009-06-19T16:20:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoGCSFolder.m + commit c2656306eddc4f38bb622097341a28ae7cc0036e Author: Wolfgang Sourdeau Date: Fri Jun 19 15:34:22 2009 +0000 @@ -58989,6 +73599,9 @@ Date: Fri Jun 19 15:34:22 2009 +0000 Monotone-Date: 2009-06-19T15:34:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 988779e0982ca920f1d1161df1f46336e0c170b8 Author: Wolfgang Sourdeau Date: Fri Jun 19 15:17:12 2009 +0000 @@ -59000,21 +73613,7 @@ Date: Fri Jun 19 15:17:12 2009 +0000 Monotone-Date: 2009-06-19T15:17:12 Monotone-Branch: ca.inverse.sogo -commit 980be2a0c6a00ce6b16997a4857c85f8150e8959 -Merge: 1a67a34 31b7bd4 -Author: Wolfgang Sourdeau -Date: Fri Jun 19 14:54:48 2009 +0000 - - merge of 'db5e568c7dc79c31416d0756d5275c3a7271ea61' - and 'dc9dc8d5f131b13fcd58dd6c796f3dfaa553a104' - - Monotone-Parent: db5e568c7dc79c31416d0756d5275c3a7271ea61 - Monotone-Parent: dc9dc8d5f131b13fcd58dd6c796f3dfaa553a104 - Monotone-Revision: 3a06415372a1a1f51b286861a4ab3a51dd7df886 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-06-19T14:54:48 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m commit 1a67a3454be5e6da2903192a033aea22f86d2990 Author: Wolfgang Sourdeau @@ -59027,6 +73626,9 @@ Date: Fri Jun 19 14:49:47 2009 +0000 Monotone-Date: 2009-06-19T14:49:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit 853cc1312e839b3241d13a0a710bb589d3a7e453 Author: Wolfgang Sourdeau Date: Fri Jun 19 14:48:25 2009 +0000 @@ -59038,6 +73640,11 @@ Date: Fri Jun 19 14:48:25 2009 +0000 Monotone-Date: 2009-06-19T14:48:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSArray+DAV.m +M SoObjects/SOGo/NSString+DAV.h +M SoObjects/SOGo/NSString+DAV.m + commit 411b7df5b71124ed9de06698ce89b91f51a981b3 Author: Wolfgang Sourdeau Date: Fri Jun 19 14:46:30 2009 +0000 @@ -59049,6 +73656,8 @@ Date: Fri Jun 19 14:46:30 2009 +0000 Monotone-Date: 2009-06-19T14:46:30 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 7ef86a677e50d80d7e976ee05989b240a7c65e31 Author: Wolfgang Sourdeau Date: Fri Jun 19 14:46:24 2009 +0000 @@ -59060,6 +73669,8 @@ Date: Fri Jun 19 14:46:24 2009 +0000 Monotone-Date: 2009-06-19T14:46:24 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSDictionary+DAV.m + commit 31b7bd43377e1f7cffbfe2d20efa03b3f58c329b Author: Francis Lachapelle Date: Thu Jun 18 23:01:15 2009 +0000 @@ -59071,6 +73682,8 @@ Date: Thu Jun 18 23:01:15 2009 +0000 Monotone-Date: 2009-06-18T23:01:15 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 1e49373ab9ecf0ba430b04277e4f8552755b83e0 Author: Wolfgang Sourdeau Date: Thu Jun 18 20:58:46 2009 +0000 @@ -59082,6 +73695,15 @@ Date: Thu Jun 18 20:58:46 2009 +0000 Monotone-Date: 2009-06-18T20:58:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/DAVReportMap.plist +M SoObjects/SOGo/DOMNode+SOGo.h +M SoObjects/SOGo/DOMNode+SOGo.m +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m + commit a4f46a1205e9146bc1c71b5285f65e44dfe0c2e1 Author: Wolfgang Sourdeau Date: Thu Jun 18 20:26:32 2009 +0000 @@ -59093,6 +73715,9 @@ Date: Thu Jun 18 20:26:32 2009 +0000 Monotone-Date: 2009-06-18T20:26:32 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/DOMNode+SOGo.h +M SoObjects/SOGo/DOMNode+SOGo.m + commit 38f77d80e4d805dda9e13ee642e401c1bdbbfe6a Author: Wolfgang Sourdeau Date: Thu Jun 18 19:41:56 2009 +0000 @@ -59104,6 +73729,10 @@ Date: Thu Jun 18 19:41:56 2009 +0000 Monotone-Date: 2009-06-18T19:41:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/SOGo/DOMNode+SOGo.h +A SoObjects/SOGo/DOMNode+SOGo.m + commit 7933e86bf42db68df409e3216bc2e57e9c2ca446 Author: Wolfgang Sourdeau Date: Thu Jun 18 15:19:18 2009 +0000 @@ -59115,21 +73744,8 @@ Date: Thu Jun 18 15:19:18 2009 +0000 Monotone-Date: 2009-06-18T15:19:18 Monotone-Branch: ca.inverse.sogo -commit f0b7e1b67d3e60be07b970b44b153bef06f2396e -Merge: 82234df 71fe9f8 -Author: Wolfgang Sourdeau -Date: Wed Jun 17 18:08:00 2009 +0000 - - merge of '1306f5dc489a510d74accc34d99229210cecdb1e' - and '3b018c57691598e10f6e73b0f7fc31137f869040' - - Monotone-Parent: 1306f5dc489a510d74accc34d99229210cecdb1e - Monotone-Parent: 3b018c57691598e10f6e73b0f7fc31137f869040 - Monotone-Revision: 79f18765fc6ea227b58f8314495f4ef856966585 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-06-17T18:08:00 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m commit 71fe9f878bb18ba7afe1f0ec7ac7d997d98313bc Author: Wolfgang Sourdeau @@ -59142,6 +73758,9 @@ Date: Wed Jun 17 18:07:23 2009 +0000 Monotone-Date: 2009-06-17T18:07:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 82234dfb87d0513d8a129ab0a5d8d5edcf1c9ffc Author: Francis Lachapelle Date: Wed Jun 17 16:22:26 2009 +0000 @@ -59153,6 +73772,24 @@ Date: Wed Jun 17 16:22:26 2009 +0000 Monotone-Date: 2009-06-17T16:22:26 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailDutchForward.wo/SOGoMailDutchForward.html +M SoObjects/Mailer/SOGoMailDutchReply.wo/SOGoMailDutchReply.html +M SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.html +M SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.html +M SoObjects/Mailer/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.html +M SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html +M SoObjects/Mailer/SOGoMailGermanForward.wo/SOGoMailGermanForward.html +M SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.html +M SoObjects/Mailer/SOGoMailItalianForward.wo/SOGoMailItalianForward.html +M SoObjects/Mailer/SOGoMailItalianReply.wo/SOGoMailItalianReply.html +M SoObjects/Mailer/SOGoMailRussianForward.wo/SOGoMailRussianForward.html +M SoObjects/Mailer/SOGoMailRussianReply.wo/SOGoMailRussianReply.html +M SoObjects/Mailer/SOGoMailSpanishForward.wo/SOGoMailSpanishForward.html +M SoObjects/Mailer/SOGoMailWelshForward.wo/SOGoMailWelshForward.html +M SoObjects/Mailer/SOGoMailWelshReply.wo/SOGoMailWelshReply.html +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/WebServerResources/UIxMailEditor.js + commit 6a58d17252f415a3becadb8683dab79ca4821c11 Author: Wolfgang Sourdeau Date: Wed Jun 17 15:55:35 2009 +0000 @@ -59164,6 +73801,9 @@ Date: Wed Jun 17 15:55:35 2009 +0000 Monotone-Date: 2009-06-17T15:55:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit fdca4383309948f9810ee83bc637f8201176fe5e Author: Wolfgang Sourdeau Date: Wed Jun 17 15:26:54 2009 +0000 @@ -59175,6 +73815,8 @@ Date: Wed Jun 17 15:26:54 2009 +0000 Monotone-Date: 2009-06-17T15:26:54 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit fd86551b7ca194b89659ef53edcefaf06538e049 Author: Wolfgang Sourdeau Date: Wed Jun 17 15:19:33 2009 +0000 @@ -59186,6 +73828,8 @@ Date: Wed Jun 17 15:19:33 2009 +0000 Monotone-Date: 2009-06-17T15:19:33 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 1db7523e1186cf198360d8d59411497aa070ce06 Author: Wolfgang Sourdeau Date: Wed Jun 17 15:19:19 2009 +0000 @@ -59197,21 +73841,7 @@ Date: Wed Jun 17 15:19:19 2009 +0000 Monotone-Date: 2009-06-17T15:19:19 Monotone-Branch: ca.inverse.sogo -commit fd399be4c0a81ff2c910a2597880a0753bf1a3c7 -Merge: b37c58e 3f3db8f -Author: Francis Lachapelle -Date: Wed Jun 17 14:40:41 2009 +0000 - - merge of '9995223a0452fd05c8a2bc29a4e75bddaa07438b' - and 'aa0162c14e4f909e63d3ee7b4d7c67aea973ddd2' - - Monotone-Parent: 9995223a0452fd05c8a2bc29a4e75bddaa07438b - Monotone-Parent: aa0162c14e4f909e63d3ee7b4d7c67aea973ddd2 - Monotone-Revision: 6df5fda5f5dd4cf08493fa5086b30a1bbf5c0b2d - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-06-17T14:40:41 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoObject.m commit b37c58e765bfd3eb95cd9b3fed5243e46e1ade74 Author: Wolfgang Sourdeau @@ -59224,6 +73854,10 @@ Date: Wed Jun 17 13:35:08 2009 +0000 Monotone-Date: 2009-06-17T13:35:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartICalViewer.h +M UI/MailPartViewers/UIxMailPartICalViewer.m + commit 0e0a8468e68f8bb250214efa0c9b11048c354ec4 Author: Wolfgang Sourdeau Date: Wed Jun 17 13:32:31 2009 +0000 @@ -59235,6 +73869,9 @@ Date: Wed Jun 17 13:32:31 2009 +0000 Monotone-Date: 2009-06-17T13:32:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit 94f0101a2827091af8fcfcea21bb4354aa07d9c4 Author: Wolfgang Sourdeau Date: Wed Jun 17 13:30:51 2009 +0000 @@ -59246,6 +73883,9 @@ Date: Wed Jun 17 13:30:51 2009 +0000 Monotone-Date: 2009-06-17T13:30:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoParentFolder.m + commit 377aa84d381ef1fdefcc3ba32accaaafeef1db95 Author: Wolfgang Sourdeau Date: Tue Jun 16 21:35:23 2009 +0000 @@ -59257,6 +73897,9 @@ Date: Tue Jun 16 21:35:23 2009 +0000 Monotone-Date: 2009-06-16T21:35:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 2c4af4bb8fb0ad9574c6bb7407827136b29351ca Author: Wolfgang Sourdeau Date: Tue Jun 16 21:30:46 2009 +0000 @@ -59268,6 +73911,9 @@ Date: Tue Jun 16 21:30:46 2009 +0000 Monotone-Date: 2009-06-16T21:30:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 3f3db8f953feab5f83a1637f5f810ac835bd9cd8 Author: Francis Lachapelle Date: Tue Jun 16 20:29:25 2009 +0000 @@ -59281,6 +73927,9 @@ Date: Tue Jun 16 20:29:25 2009 +0000 Monotone-Date: 2009-06-16T20:29:25 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/UIxMailEditor.js + commit 4d658e92df574c53b1a7d75656a6222204814f08 Author: Wolfgang Sourdeau Date: Tue Jun 16 16:21:21 2009 +0000 @@ -59292,6 +73941,8 @@ Date: Tue Jun 16 16:21:21 2009 +0000 Monotone-Date: 2009-06-16T16:21:21 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit c613ddc4ef40fe0cca5876e48f388457fd6f286a Author: Wolfgang Sourdeau Date: Tue Jun 16 01:49:16 2009 +0000 @@ -59303,6 +73954,8 @@ Date: Tue Jun 16 01:49:16 2009 +0000 Monotone-Date: 2009-06-16T01:49:16 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/product.plist + commit 27e0b9aea00c4c86f83fec3b9952d868b6199e64 Author: Wolfgang Sourdeau Date: Tue Jun 16 01:36:29 2009 +0000 @@ -59314,6 +73967,9 @@ Date: Tue Jun 16 01:36:29 2009 +0000 Monotone-Date: 2009-06-16T01:36:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSArray+Utilities.m + commit 4ad8ed8de7ffe289ce5444e8286a875df38ca430 Author: Wolfgang Sourdeau Date: Tue Jun 16 01:18:37 2009 +0000 @@ -59325,21 +73981,7 @@ Date: Tue Jun 16 01:18:37 2009 +0000 Monotone-Date: 2009-06-16T01:18:37 Monotone-Branch: ca.inverse.sogo -commit f7df54e621932a95e716cfccdb94271fdf6abdd8 -Merge: f1b2286 831d177 -Author: Wolfgang Sourdeau -Date: Tue Jun 16 01:15:58 2009 +0000 - - merge of '6d931b60fff0152bef4accc444201620045a9d87' - and '914b4e262396efbb440644e500c6fa43e8d23a61' - - Monotone-Parent: 6d931b60fff0152bef4accc444201620045a9d87 - Monotone-Parent: 914b4e262396efbb440644e500c6fa43e8d23a61 - Monotone-Revision: 07531f86fd693076f1210ca5298d43ef1a2495bc - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-06-16T01:15:58 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/dtree.js commit 831d177ce348245a8a59ea2ab868831f7131042d Author: Wolfgang Sourdeau @@ -59352,6 +73994,9 @@ Date: Tue Jun 16 01:15:39 2009 +0000 Monotone-Date: 2009-06-16T01:15:39 Monotone-Branch: ca.inverse.sogo +M NEWS +M SOPE/sope-patchset-r1657.diff + commit 286f48179af02cdc6b36442af8a0e7b7ba7c51c1 Author: Wolfgang Sourdeau Date: Tue Jun 16 01:14:44 2009 +0000 @@ -59363,6 +74008,8 @@ Date: Tue Jun 16 01:14:44 2009 +0000 Monotone-Date: 2009-06-16T01:14:44 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/dtree.js + commit b73a34e13dee989bb93663020bcb95b627ba662e Author: Wolfgang Sourdeau Date: Mon Jun 15 22:20:01 2009 +0000 @@ -59374,6 +74021,8 @@ Date: Mon Jun 15 22:20:01 2009 +0000 Monotone-Date: 2009-06-15T22:20:01 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 1c5e6affb99c04ce24df5ebc95baa3ddb59bd7f6 Author: Wolfgang Sourdeau Date: Mon Jun 15 22:19:26 2009 +0000 @@ -59385,6 +74034,8 @@ Date: Mon Jun 15 22:19:26 2009 +0000 Monotone-Date: 2009-06-15T22:19:26 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/dtree.js + commit f1b2286848ed003d2d79b7356e2243b1d887ed9f Author: Francis Lachapelle Date: Mon Jun 15 21:19:36 2009 +0000 @@ -59398,6 +74049,12 @@ Date: Mon Jun 15 21:19:36 2009 +0000 Monotone-Date: 2009-06-15T21:19:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SoObjects/Appointments/SOGoAppointmentFolder.m +M UI/Scheduler/UIxCalListingActions.m +M UI/WebServerResources/SchedulerUI.js + commit dd543d934e412c862da432004828ea371ce45fe5 Author: Francis Lachapelle Date: Mon Jun 15 15:58:47 2009 +0000 @@ -59411,6 +74068,10 @@ Date: Mon Jun 15 15:58:47 2009 +0000 Monotone-Date: 2009-06-15T15:58:47 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsFilterPanel.wox +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/generic.js + commit dbd90b1f582056b52af059e1962a00b1f3b24166 Author: Francis Lachapelle Date: Mon Jun 15 15:54:43 2009 +0000 @@ -59422,6 +74083,8 @@ Date: Mon Jun 15 15:54:43 2009 +0000 Monotone-Date: 2009-06-15T15:54:43 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/dtree.js + commit 7a7ce4821d8766251d9a777a17f84f253b978333 Author: Francis Lachapelle Date: Mon Jun 15 14:13:39 2009 +0000 @@ -59435,6 +74098,9 @@ Date: Mon Jun 15 14:13:39 2009 +0000 Monotone-Date: 2009-06-15T14:13:39 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactsUserFolders.css +M UI/WebServerResources/UIxContactsUserFolders.js + commit 95b52f811f984ba5ec939039cef1a2b20ae649b4 Author: Francis Lachapelle Date: Mon Jun 15 14:10:46 2009 +0000 @@ -59446,21 +74112,7 @@ Date: Mon Jun 15 14:10:46 2009 +0000 Monotone-Date: 2009-06-15T14:10:46 Monotone-Branch: ca.inverse.sogo -commit 6b16baa457d9f7a8cdcf763cd82ad06f85bade9d -Merge: de8ca41 cd01ea7 -Author: Wolfgang Sourdeau -Date: Sat Jun 13 18:51:19 2009 +0000 - - merge of '4133aa51d99944a0881e6439951b7325553c5309' - and '787fab4426e6ea6fab09ccfcc61ecc658e06ed5e' - - Monotone-Parent: 4133aa51d99944a0881e6439951b7325553c5309 - Monotone-Parent: 787fab4426e6ea6fab09ccfcc61ecc658e06ed5e - Monotone-Revision: 075df52db5284515c4b7994dd7a105a4399e3e3d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-06-13T18:51:19 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.css commit de8ca4149cf334294107ddaa5477b2c232c38f14 Author: Wolfgang Sourdeau @@ -59473,6 +74125,9 @@ Date: Sat Jun 13 18:06:29 2009 +0000 Monotone-Date: 2009-06-13T18:06:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/MailerUIdTree.js + commit 98d5c119e76357fa8e35c2ee74b63feb58c8d1bc Author: Wolfgang Sourdeau Date: Fri Jun 12 23:39:02 2009 +0000 @@ -59484,21 +74139,8 @@ Date: Fri Jun 12 23:39:02 2009 +0000 Monotone-Date: 2009-06-12T23:39:02 Monotone-Branch: ca.inverse.sogo -commit cd01ea7aea35e90e5efcba42ffce8161b1842a83 -Merge: ab2883a 6b61cd8 -Author: Francis Lachapelle -Date: Fri Jun 12 15:56:10 2009 +0000 - - merge of '571d9bfb5bd40cb2435fe9c4ecec1069f13f7a7d' - and 'b8d56bd5a31be825cfe66b8fe9f9a15269a09fbc' - - Monotone-Parent: 571d9bfb5bd40cb2435fe9c4ecec1069f13f7a7d - Monotone-Parent: b8d56bd5a31be825cfe66b8fe9f9a15269a09fbc - Monotone-Revision: 787fab4426e6ea6fab09ccfcc61ecc658e06ed5e - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-06-12T15:56:10 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/dtree.js commit ab2883af195fc8b816276b3b0e2f2f8d88c29e2c Author: Francis Lachapelle @@ -59513,6 +74155,9 @@ Date: Fri Jun 12 15:55:04 2009 +0000 Monotone-Date: 2009-06-12T15:55:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactEditor.m + commit 3f7eb02ce92938d825fb92753c0d97caf5b98268 Author: Francis Lachapelle Date: Fri Jun 12 14:05:11 2009 +0000 @@ -59524,6 +74169,8 @@ Date: Fri Jun 12 14:05:11 2009 +0000 Monotone-Date: 2009-06-12T14:05:11 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoGroup.m + commit 357f4f10ac8003a387b90cb486a647f5bbf274b3 Author: Francis Lachapelle Date: Fri Jun 12 13:59:40 2009 +0000 @@ -59537,6 +74184,8 @@ Date: Fri Jun 12 13:59:40 2009 +0000 Monotone-Date: 2009-06-12T13:59:40 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 6b61cd87013af2f3d622636c993789b5f00626e3 Author: Wolfgang Sourdeau Date: Thu Jun 11 22:13:10 2009 +0000 @@ -59548,6 +74197,9 @@ Date: Thu Jun 11 22:13:10 2009 +0000 Monotone-Date: 2009-06-11T22:13:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit 5643fd2f3f048ce26842874356c15595288b4ed2 Author: Wolfgang Sourdeau Date: Thu Jun 11 19:55:13 2009 +0000 @@ -59559,6 +74211,14 @@ Date: Thu Jun 11 19:55:13 2009 +0000 Monotone-Date: 2009-06-11T19:55:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoUserFolder+Contacts.h +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoUserFolder.m +M UI/MainUI/SOGoUserHomePage.m +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/generic.js + commit b74da846f2287ba799a7e051e85611f748cc1444 Author: Wolfgang Sourdeau Date: Thu Jun 11 12:47:26 2009 +0000 @@ -59570,6 +74230,8 @@ Date: Thu Jun 11 12:47:26 2009 +0000 Monotone-Date: 2009-06-11T12:47:26 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/dtree.js + commit 698b9d676a40bbccd7c4b4603521678bf24e8f35 Author: Wolfgang Sourdeau Date: Thu Jun 11 12:43:48 2009 +0000 @@ -59581,6 +74243,8 @@ Date: Thu Jun 11 12:43:48 2009 +0000 Monotone-Date: 2009-06-11T12:43:48 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/dtree.js + commit 97f9609afb1b762633c938e480359e7b9d7b1102 Author: Wolfgang Sourdeau Date: Wed Jun 10 20:54:02 2009 +0000 @@ -59592,21 +74256,10 @@ Date: Wed Jun 10 20:54:02 2009 +0000 Monotone-Date: 2009-06-10T20:54:02 Monotone-Branch: ca.inverse.sogo -commit 7ef586be276b150d7010ae9236ffde6e9e9e25e2 -Merge: 52c6a2f 0136b1b -Author: Wolfgang Sourdeau -Date: Wed Jun 10 20:00:58 2009 +0000 - - merge of '273ee77d23dba034d893c56736e213fd1a33f824' - and '52fad13e2d8c7765e5b822c94adbb945e0636f00' - - Monotone-Parent: 273ee77d23dba034d893c56736e213fd1a33f824 - Monotone-Parent: 52fad13e2d8c7765e5b822c94adbb945e0636f00 - Monotone-Revision: 810ca1c510af3f2653d3478ccb575204bc309c5a - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-06-10T20:00:58 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSArray+Utilities.h +M SoObjects/SOGo/NSArray+Utilities.m +M SoObjects/SOGo/NSString+Utilities.m commit 0136b1b83d838354ddda805195fd27999a35dc39 Author: Wolfgang Sourdeau @@ -59619,6 +74272,8 @@ Date: Wed Jun 10 20:00:45 2009 +0000 Monotone-Date: 2009-06-10T20:00:45 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit ad313c2ad833a23f9fabed9189de1c71fec49d46 Author: Wolfgang Sourdeau Date: Wed Jun 10 20:00:42 2009 +0000 @@ -59630,6 +74285,8 @@ Date: Wed Jun 10 20:00:42 2009 +0000 Monotone-Date: 2009-06-10T20:00:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 52c6a2f12cee1b89af683186aa4f284f27942921 Author: Francis Lachapelle Date: Wed Jun 10 14:50:57 2009 +0000 @@ -59641,6 +74298,8 @@ Date: Wed Jun 10 14:50:57 2009 +0000 Monotone-Date: 2009-06-10T14:50:57 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.css + commit f7f55e931571e3c1433880de1bca43ddf1f01a27 Author: Francis Lachapelle Date: Tue Jun 9 21:25:41 2009 +0000 @@ -59654,6 +74313,17 @@ Date: Tue Jun 9 21:25:41 2009 +0000 Monotone-Date: 2009-06-09T21:25:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalDayView.m +M UI/Scheduler/UIxCalMainView.h +M UI/Scheduler/UIxCalMainView.m +M UI/Scheduler/UIxCalMonthView.m +M UI/Scheduler/UIxCalView.h +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/UIxCalWeekView.m +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/WebServerResources/SchedulerUI.js + commit be78b5890eb555c6911668e20a8f8286ed7d225d Author: Wolfgang Sourdeau Date: Tue Jun 9 21:10:25 2009 +0000 @@ -59665,6 +74335,11 @@ Date: Tue Jun 9 21:10:25 2009 +0000 Monotone-Date: 2009-06-09T21:10:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoFreeBusyObject.h +M SoObjects/Appointments/SOGoFreeBusyObject.m + commit 03ba8640046df9bff9aaa6e956146226754ed691 Author: Wolfgang Sourdeau Date: Tue Jun 9 20:43:53 2009 +0000 @@ -59676,6 +74351,11 @@ Date: Tue Jun 9 20:43:53 2009 +0000 Monotone-Date: 2009-06-09T20:43:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoFreeBusyObject.h +M SoObjects/Appointments/SOGoFreeBusyObject.m + commit 9455bc0d2cb0c6726d1dde8c2dc1a22626fb0ed1 Author: Wolfgang Sourdeau Date: Tue Jun 9 20:14:45 2009 +0000 @@ -59687,6 +74367,8 @@ Date: Tue Jun 9 20:14:45 2009 +0000 Monotone-Date: 2009-06-09T20:14:45 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoFreeBusyObject.m + commit 125ad28272cf5ae067b245018c2956c344b0a295 Author: Wolfgang Sourdeau Date: Tue Jun 9 20:11:22 2009 +0000 @@ -59698,6 +74380,8 @@ Date: Tue Jun 9 20:11:22 2009 +0000 Monotone-Date: 2009-06-09T20:11:22 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoFreeBusyObject.m + commit 890a68ddd7b82b79544dcc013069b0046419414f Author: Wolfgang Sourdeau Date: Tue Jun 9 20:06:11 2009 +0000 @@ -59709,6 +74393,8 @@ Date: Tue Jun 9 20:06:11 2009 +0000 Monotone-Date: 2009-06-09T20:06:11 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit c4e0db1427e20e7ae6573dc6db2191032232b2f7 Author: Wolfgang Sourdeau Date: Tue Jun 9 20:00:28 2009 +0000 @@ -59720,21 +74406,9 @@ Date: Tue Jun 9 20:00:28 2009 +0000 Monotone-Date: 2009-06-09T20:00:28 Monotone-Branch: ca.inverse.sogo -commit 0287e9f3bdbd963ebffc02ae25d83ea16a5662ec -Merge: a400f8b 6b81019 -Author: Wolfgang Sourdeau -Date: Tue Jun 9 19:34:56 2009 +0000 - - merge of '44f11e17b6ccb6efa08fd613a7d939a22240c5ec' - and 'efe6e4c8aa7fb9627b66f5f1fb961a5387549fcc' - - Monotone-Parent: 44f11e17b6ccb6efa08fd613a7d939a22240c5ec - Monotone-Parent: efe6e4c8aa7fb9627b66f5f1fb961a5387549fcc - Monotone-Revision: ec8493cddd76f24d59a41d1da4982d89ecab0001 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-06-09T19:34:56 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoWebDAVValue.m commit 6b8101963213a6000bc851373a077add4e47f129 Author: C Robert @@ -59749,6 +74423,8 @@ Date: Tue Jun 9 19:34:25 2009 +0000 Monotone-Date: 2009-06-09T19:34:25 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit a400f8b9576490e2b7b31a7fc0a7d462ccd5d90f Author: Francis Lachapelle Date: Tue Jun 9 19:30:02 2009 +0000 @@ -59762,6 +74438,9 @@ Date: Tue Jun 9 19:30:02 2009 +0000 Monotone-Date: 2009-06-09T19:30:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 0a8a256eed77604eadac76bee26ebcf93537d796 Author: Francis Lachapelle Date: Tue Jun 9 17:50:25 2009 +0000 @@ -59775,6 +74454,10 @@ Date: Tue Jun 9 17:50:25 2009 +0000 Monotone-Date: 2009-06-09T17:50:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoGroup.m + commit 6d4a6c8df05f68bd8044e4c2ff6a72160a2dfe13 Author: Wolfgang Sourdeau Date: Tue Jun 9 17:42:00 2009 +0000 @@ -59786,6 +74469,8 @@ Date: Tue Jun 9 17:42:00 2009 +0000 Monotone-Date: 2009-06-09T17:42:00 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit f02ad40e31901f3eda55f909ff2d391a916eb0ae Author: Wolfgang Sourdeau Date: Tue Jun 9 17:41:15 2009 +0000 @@ -59797,6 +74482,8 @@ Date: Tue Jun 9 17:41:15 2009 +0000 Monotone-Date: 2009-06-09T17:41:15 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 2521594474158622ac299ed1d50e30a0a4f1c6cc Author: Wolfgang Sourdeau Date: Tue Jun 9 12:49:44 2009 +0000 @@ -59808,6 +74495,8 @@ Date: Tue Jun 9 12:49:44 2009 +0000 Monotone-Date: 2009-06-09T12:49:44 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 82e9df7df53597908a7b48f389cd9ea8698dceb1 Author: C Robert Date: Mon Jun 8 21:13:51 2009 +0000 @@ -59821,21 +74510,7 @@ Date: Mon Jun 8 21:13:51 2009 +0000 Monotone-Date: 2009-06-08T21:13:51 Monotone-Branch: ca.inverse.sogo -commit 740c70a799a9efd823b96d082b568f011624540d -Merge: c65b492 d4a8f31 -Author: Wolfgang Sourdeau -Date: Mon Jun 8 20:26:27 2009 +0000 - - merge of '9dc1c127f410eb6a2bcfa8e50929a9ab77e8c255' - and 'cff34552be80b43b382bf21a61aea5efb44ca8ab' - - Monotone-Parent: 9dc1c127f410eb6a2bcfa8e50929a9ab77e8c255 - Monotone-Parent: cff34552be80b43b382bf21a61aea5efb44ca8ab - Monotone-Revision: 39df276f7e7e9a64d5949f3075f98a71e913491d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-06-08T20:26:27 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m commit d4a8f3198f9ddd34dbc34b8c7d7f94a57c97f915 Author: Francis Lachapelle @@ -59850,6 +74525,8 @@ Date: Mon Jun 8 19:24:28 2009 +0000 Monotone-Date: 2009-06-08T19:24:28 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/tablekit.js + commit c65b492911b733f101dd8d8c9ebefe910b4c143f Author: Wolfgang Sourdeau Date: Mon Jun 8 17:49:15 2009 +0000 @@ -59861,6 +74538,9 @@ Date: Mon Jun 8 17:49:15 2009 +0000 Monotone-Date: 2009-06-08T17:49:15 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoGCSFolder.m + commit d3972d990d035a8f649cb3a156af68f85dca2730 Author: Wolfgang Sourdeau Date: Mon Jun 8 17:48:46 2009 +0000 @@ -59872,6 +74552,8 @@ Date: Mon Jun 8 17:48:46 2009 +0000 Monotone-Date: 2009-06-08T17:48:46 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalListingActions.m + commit f5b4ab332567241f55cc8c0095b080ce3ee1acca Author: Wolfgang Sourdeau Date: Mon Jun 8 17:16:09 2009 +0000 @@ -59883,6 +74565,10 @@ Date: Mon Jun 8 17:16:09 2009 +0000 Monotone-Date: 2009-06-08T17:16:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoGCSFolder.m + commit 9c394ac8e617f254e004dbf892805584f0b5088c Author: C Robert Date: Mon Jun 8 15:31:17 2009 +0000 @@ -59894,6 +74580,9 @@ Date: Mon Jun 8 15:31:17 2009 +0000 Monotone-Date: 2009-06-08T15:31:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit ec8c7a2f42be62a3517d97f54bca653add646467 Author: C Robert Date: Mon Jun 8 14:32:21 2009 +0000 @@ -59905,6 +74594,9 @@ Date: Mon Jun 8 14:32:21 2009 +0000 Monotone-Date: 2009-06-08T14:32:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 5992021354e2e72a010cca6d7ba73ece04f51f75 Author: Francis Lachapelle Date: Fri Jun 5 18:35:00 2009 +0000 @@ -59919,6 +74611,8 @@ Date: Fri Jun 5 18:35:00 2009 +0000 Monotone-Branch: ca.inverse.sogo Monotone-Tag: SOGo_v1.0.2 +M UI/MainUI/Version + commit 80d0eb04f8dcceaa2966bffa8429e8f4487753a1 Author: Francis Lachapelle Date: Fri Jun 5 18:34:41 2009 +0000 @@ -59932,6 +74626,8 @@ Date: Fri Jun 5 18:34:41 2009 +0000 Monotone-Date: 2009-06-05T18:34:41 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 81a2702c5277959e12fe1a587201488876b0e2f4 Author: Francis Lachapelle Date: Fri Jun 5 18:34:27 2009 +0000 @@ -59945,6 +74641,8 @@ Date: Fri Jun 5 18:34:27 2009 +0000 Monotone-Date: 2009-06-05T18:34:27 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 0ec165a34425f674e154a5cca9e44692aeea48fb Author: Francis Lachapelle Date: Fri Jun 5 17:36:39 2009 +0000 @@ -59956,6 +74654,9 @@ Date: Fri Jun 5 17:36:39 2009 +0000 Monotone-Date: 2009-06-05T17:36:39 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/generic.js + commit 40cc7a378510673b15f6bd407a961ac35c64f53a Author: C Robert Date: Fri Jun 5 16:55:26 2009 +0000 @@ -59967,21 +74668,19 @@ Date: Fri Jun 5 16:55:26 2009 +0000 Monotone-Date: 2009-06-05T16:55:26 Monotone-Branch: ca.inverse.sogo -commit 399f05cc77439e469ec105f58f9458ad7ebf6229 -Merge: 5249c99 b2073ed -Author: C Robert -Date: Thu Jun 4 21:00:15 2009 +0000 - - merge of '1aafadb0f219460ff7d8c59eeb924061abdea533' - and '6222d0ffffb65bf603b285c281887d1975d95e16' - - Monotone-Parent: 1aafadb0f219460ff7d8c59eeb924061abdea533 - Monotone-Parent: 6222d0ffffb65bf603b285c281887d1975d95e16 - Monotone-Revision: 4de8470166df292fcd9ceff9ebe9f6837f051a3e - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-06-04T21:00:15 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Russian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js commit b2073ed833ab0be78e895a956b3f4b87b8492436 Author: C Robert @@ -59994,21 +74693,9 @@ Date: Thu Jun 4 20:59:48 2009 +0000 Monotone-Date: 2009-06-04T20:59:48 Monotone-Branch: ca.inverse.sogo -commit 5249c99a81faf6b80c436235459efd361b1c101c -Merge: 2005dc9 6d8fae0 -Author: Wolfgang Sourdeau -Date: Thu Jun 4 19:20:15 2009 +0000 - - merge of '6de0a98067b97567bbcbe8d9bf8d0a0add24b5fa' - and 'cc8f3eae095d7b17561debda2b36946509f78018' - - Monotone-Parent: 6de0a98067b97567bbcbe8d9bf8d0a0add24b5fa - Monotone-Parent: cc8f3eae095d7b17561debda2b36946509f78018 - Monotone-Revision: 1aafadb0f219460ff7d8c59eeb924061abdea533 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-06-04T19:20:15 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/WebServerResources/UIxAttendeesEditor.js commit 2005dc93fd9af13518af7e4f4d6d7c4c32163cdc Author: Wolfgang Sourdeau @@ -60021,6 +74708,9 @@ Date: Thu Jun 4 19:19:56 2009 +0000 Monotone-Date: 2009-06-04T19:19:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject+Draft.m + commit b312897a3d9b717e6555e7c375b6ec7a1a65c4cf Author: Wolfgang Sourdeau Date: Thu Jun 4 18:56:14 2009 +0000 @@ -60032,6 +74722,8 @@ Date: Thu Jun 4 18:56:14 2009 +0000 Monotone-Date: 2009-06-04T18:56:14 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m + commit 27613474ac441a018c106fc81aa2098d70371bfb Author: Wolfgang Sourdeau Date: Thu Jun 4 18:56:06 2009 +0000 @@ -60043,37 +74735,7 @@ Date: Thu Jun 4 18:56:06 2009 +0000 Monotone-Date: 2009-06-04T18:56:06 Monotone-Branch: ca.inverse.sogo -commit 6d8fae0dfc5821ac9db5ad5879713957642ce700 -Merge: 5b8ddf9 32ab285 -Author: C Robert -Date: Thu Jun 4 18:50:47 2009 +0000 - - merge of '356577bd6ef977cadd9399a0edb30ba742cbb425' - and 'ee14e86957da3fdf5320b2589b9d5fb65407d353' - - Monotone-Parent: 356577bd6ef977cadd9399a0edb30ba742cbb425 - Monotone-Parent: ee14e86957da3fdf5320b2589b9d5fb65407d353 - Monotone-Revision: cc8f3eae095d7b17561debda2b36946509f78018 - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-06-04T18:50:47 - Monotone-Branch: ca.inverse.sogo - -commit 5b8ddf942bbb0e9d4b916f203718151be6e48cf8 -Merge: 1f0ac38 9306731 -Author: C Robert -Date: Thu Jun 4 18:50:46 2009 +0000 - - merge of '69bdee75f2d2b26ac2ca5a3bb53a6a43becfcb06' - and '7a455791a787acec10f4b9c8249a9f97a36998e0' - - Monotone-Parent: 69bdee75f2d2b26ac2ca5a3bb53a6a43becfcb06 - Monotone-Parent: 7a455791a787acec10f4b9c8249a9f97a36998e0 - Monotone-Revision: 356577bd6ef977cadd9399a0edb30ba742cbb425 - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-06-04T18:50:46 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoCache.m commit 93067312ec7008b7e69766c884afe5ca086790f2 Author: C Robert @@ -60086,6 +74748,11 @@ Date: Thu Jun 4 18:50:23 2009 +0000 Monotone-Date: 2009-06-04T18:50:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/WebServerResources/UIxAttendeesEditor.js + commit 32ab2855c4f93eede2c273574731a986b5f3c58c Author: Francis Lachapelle Date: Thu Jun 4 15:49:08 2009 +0000 @@ -60099,21 +74766,7 @@ Date: Thu Jun 4 15:49:08 2009 +0000 Monotone-Date: 2009-06-04T15:49:08 Monotone-Branch: ca.inverse.sogo -commit 1f0ac38a09d254561f5d48d85893c30ee2a31f07 -Merge: 962b296 52a4de6 -Author: Wolfgang Sourdeau -Date: Thu Jun 4 15:35:36 2009 +0000 - - merge of '4ea4003e94bffaaf5b684eeedc97c4f483ce3173' - and '4efc308e378492efdb95420253ab9f2c2b3ab674' - - Monotone-Parent: 4ea4003e94bffaaf5b684eeedc97c4f483ce3173 - Monotone-Parent: 4efc308e378492efdb95420253ab9f2c2b3ab674 - Monotone-Revision: 69bdee75f2d2b26ac2ca5a3bb53a6a43becfcb06 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-06-04T15:35:36 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/iefixes.css commit 962b2966c6cb264f737711096cbb0101cf0dfec7 Author: Wolfgang Sourdeau @@ -60126,6 +74779,8 @@ Date: Thu Jun 4 15:34:52 2009 +0000 Monotone-Date: 2009-06-04T15:34:52 Monotone-Branch: ca.inverse.sogo +M NEWS + commit b4fe7d040c4354fce0dc2aee05366d71bd118902 Author: Wolfgang Sourdeau Date: Thu Jun 4 15:08:03 2009 +0000 @@ -60137,6 +74792,9 @@ Date: Thu Jun 4 15:08:03 2009 +0000 Monotone-Date: 2009-06-04T15:08:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/UIxComponent.m + commit 52a4de60bd149550b2b451fb04a329abf920055f Author: C Robert Date: Thu Jun 4 14:57:50 2009 +0000 @@ -60150,6 +74808,13 @@ Date: Thu Jun 4 14:57:50 2009 +0000 Monotone-Date: 2009-06-04T14:57:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.h +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/product.plist +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/WebServerResources/UIxAttendeesEditor.js + commit 82aa341a5fa7830c658024308ac7c134511af6b6 Author: Wolfgang Sourdeau Date: Thu Jun 4 14:42:50 2009 +0000 @@ -60161,6 +74826,9 @@ Date: Thu Jun 4 14:42:50 2009 +0000 Monotone-Date: 2009-06-04T14:42:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSFolder.m + commit 6a9b6e5fd553548fe2e1f1a1ed3d9f14a0da6796 Author: Wolfgang Sourdeau Date: Thu Jun 4 14:33:39 2009 +0000 @@ -60172,6 +74840,8 @@ Date: Thu Jun 4 14:33:39 2009 +0000 Monotone-Date: 2009-06-04T14:33:39 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPSource.m + commit 7bffc6c1a98062ebabf345736ec20c83de1d3219 Author: Wolfgang Sourdeau Date: Thu Jun 4 14:02:45 2009 +0000 @@ -60183,6 +74853,9 @@ Date: Thu Jun 4 14:02:45 2009 +0000 Monotone-Date: 2009-06-04T14:02:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.m + commit bfab0126e36dddba1ac8ef5f3bb769d2e596951f Author: Wolfgang Sourdeau Date: Thu Jun 4 13:14:48 2009 +0000 @@ -60194,6 +74867,15 @@ Date: Thu Jun 4 13:14:48 2009 +0000 Monotone-Date: 2009-06-04T13:14:48 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings + commit 3734c100532d5e46e48cd504bdbbb7f157eebc86 Author: Wolfgang Sourdeau Date: Thu Jun 4 13:04:37 2009 +0000 @@ -60205,6 +74887,15 @@ Date: Thu Jun 4 13:04:37 2009 +0000 Monotone-Date: 2009-06-04T13:04:37 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/Russian.lproj/Localizable.strings +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/MainUI/Welsh.lproj/Localizable.strings + commit 68d1f27913dcec44ee10499c55b62f70bed0bd72 Author: Wolfgang Sourdeau Date: Thu Jun 4 00:51:47 2009 +0000 @@ -60216,21 +74907,7 @@ Date: Thu Jun 4 00:51:47 2009 +0000 Monotone-Date: 2009-06-04T00:51:47 Monotone-Branch: ca.inverse.sogo -commit 6b44861da7cc5b34b8fb8b4673787cda2e8d6235 -Merge: 4e98c44 5f6fb65 -Author: Wolfgang Sourdeau -Date: Thu Jun 4 00:41:08 2009 +0000 - - merge of '2e6ec6866313aade92a1bcb4405a7ef0ff26696c' - and '9b15232c558892eb4787b921845df76e7ed25b71' - - Monotone-Parent: 2e6ec6866313aade92a1bcb4405a7ef0ff26696c - Monotone-Parent: 9b15232c558892eb4787b921845df76e7ed25b71 - Monotone-Revision: f8795baa052d7d5b6da4d6c947c91e65a2da600a - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-06-04T00:41:08 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m commit 4e98c44d6ff195b6fc252d107d6ede6f3d5d57c1 Author: Wolfgang Sourdeau @@ -60243,6 +74920,13 @@ Date: Thu Jun 4 00:40:21 2009 +0000 Monotone-Date: 2009-06-04T00:40:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/iCalEntityObject.h +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m + commit d976a8cbb0d14bf51b7706c469b65fdb4005827a Author: Wolfgang Sourdeau Date: Thu Jun 4 00:31:57 2009 +0000 @@ -60254,6 +74938,8 @@ Date: Thu Jun 4 00:31:57 2009 +0000 Monotone-Date: 2009-06-04T00:31:57 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 459ab3484e20dca19da76080db959b974bffdb51 Author: Wolfgang Sourdeau Date: Wed Jun 3 23:06:52 2009 +0000 @@ -60265,6 +74951,19 @@ Date: Wed Jun 3 23:06:52 2009 +0000 Monotone-Date: 2009-06-03T23:06:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/NSException+Stacktrace.m +M SOPE/NGCards/NGCardsSaxHandler.m +M SOPE/NGCards/NSString+NGCards.m +M SOPE/NGCards/versitCardsSaxDriver/VSSaxDriver.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/NSArray+Utilities.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoLDAPUserDefaults.m +M UI/MailPartViewers/UIxMailPartTextViewer.m +M UI/MainUI/SOGoUserHomePage.m +M UI/Scheduler/UIxCalListingActions.m + commit 7737073752189fcd5421475ebe9bfea94742a5c3 Author: Wolfgang Sourdeau Date: Wed Jun 3 21:38:46 2009 +0000 @@ -60276,6 +74975,9 @@ Date: Wed Jun 3 21:38:46 2009 +0000 Monotone-Date: 2009-06-03T21:38:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 96c5298a3f32f2fd9f51cfee9cd6271253c54001 Author: Wolfgang Sourdeau Date: Wed Jun 3 21:35:34 2009 +0000 @@ -60287,6 +74989,8 @@ Date: Wed Jun 3 21:35:34 2009 +0000 Monotone-Date: 2009-06-03T21:35:34 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit 5f6fb65c02517d3aa2d2302db68ca29c21821bf7 Author: Francis Lachapelle Date: Wed Jun 3 21:06:06 2009 +0000 @@ -60300,6 +75004,9 @@ Date: Wed Jun 3 21:06:06 2009 +0000 Monotone-Date: 2009-06-03T21:06:06 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js + commit 7110f4ad4f4a5f40bf673479309c694780c82910 Author: Francis Lachapelle Date: Wed Jun 3 21:02:30 2009 +0000 @@ -60311,6 +75018,8 @@ Date: Wed Jun 3 21:02:30 2009 +0000 Monotone-Date: 2009-06-03T21:02:30 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.h + commit aa2c69643aa09b06d57779d4d829ba9ad7ead21b Author: Wolfgang Sourdeau Date: Wed Jun 3 14:46:41 2009 +0000 @@ -60322,21 +75031,7 @@ Date: Wed Jun 3 14:46:41 2009 +0000 Monotone-Date: 2009-06-03T14:46:41 Monotone-Branch: ca.inverse.sogo -commit 91004d10dd8363c460951e72a9619cd0d976b14d -Merge: e9a951e 69a125b -Author: Wolfgang Sourdeau -Date: Wed Jun 3 14:46:04 2009 +0000 - - merge of 'f5b2544b7b7565841ff64e184b65a5e1cfc12747' - and 'f84e8d517a23517ef7550171fec8fa0d26a53ef2' - - Monotone-Parent: f5b2544b7b7565841ff64e184b65a5e1cfc12747 - Monotone-Parent: f84e8d517a23517ef7550171fec8fa0d26a53ef2 - Monotone-Revision: ec3af19d29d0e15b51deef425f6198af7d672f18 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-06-03T14:46:04 - Monotone-Branch: ca.inverse.sogo +M ChangeLog commit e9a951e0418753aaf1878e4ed80a6d4d9b429985 Author: Wolfgang Sourdeau @@ -60349,6 +75044,8 @@ Date: Wed Jun 3 14:34:15 2009 +0000 Monotone-Date: 2009-06-03T14:34:15 Monotone-Branch: ca.inverse.sogo +M GNUmakefile + commit 7bda2acefda916d5469dd4dbe6ef929242156703 Author: Wolfgang Sourdeau Date: Wed Jun 3 14:33:36 2009 +0000 @@ -60360,6 +75057,10 @@ Date: Wed Jun 3 14:33:36 2009 +0000 Monotone-Date: 2009-06-03T14:33:36 Monotone-Branch: ca.inverse.sogo +M Tools/GNUmakefile +M Tools/sogo-contacts-checkdoubles.m +M Tools/sogo-contacts-removedoubles.m + commit 72a7d598d51ad31d5a8bf6b36f36dad3cd7a1681 Author: Wolfgang Sourdeau Date: Wed Jun 3 14:30:49 2009 +0000 @@ -60371,6 +75072,9 @@ Date: Wed Jun 3 14:30:49 2009 +0000 Monotone-Date: 2009-06-03T14:30:49 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolderManager.m + commit 69a125b98014159bb4a64c48aac4a7aa215e9531 Author: Francis Lachapelle Date: Tue Jun 2 21:51:17 2009 +0000 @@ -60384,21 +75088,8 @@ Date: Tue Jun 2 21:51:17 2009 +0000 Monotone-Date: 2009-06-02T21:51:17 Monotone-Branch: ca.inverse.sogo -commit 0356de03badeb37b079dccd119a982f0c5466fbd -Merge: 5dde98e a366d91 -Author: Francis Lachapelle -Date: Tue Jun 2 19:45:28 2009 +0000 - - merge of '1847862dc21a428caed6adc657748916dc782418' - and '90cccbef5388ee00f07794b49092e47c6767a899' - - Monotone-Parent: 1847862dc21a428caed6adc657748916dc782418 - Monotone-Parent: 90cccbef5388ee00f07794b49092e47c6767a899 - Monotone-Revision: d0922ce075360a9cfb2cbf684f4b1552ebfdb435 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-06-02T19:45:28 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m commit a366d9150a80736496a1872a8e10543417349348 Author: Francis Lachapelle @@ -60413,21 +75104,18 @@ Date: Tue Jun 2 19:45:07 2009 +0000 Monotone-Date: 2009-06-02T19:45:07 Monotone-Branch: ca.inverse.sogo -commit 5dde98e2e63923bd3bba2aa9c75e7911986d7407 -Merge: 7c3da75 5a178e6 -Author: C Robert -Date: Tue Jun 2 19:44:28 2009 +0000 - - merge of '3556596e54bd1f81160e5c10120b46259ec240f8' - and 'ab7deac10b2e0f0a2db216131747b63c5f374160' - - Monotone-Parent: 3556596e54bd1f81160e5c10120b46259ec240f8 - Monotone-Parent: ab7deac10b2e0f0a2db216131747b63c5f374160 - Monotone-Revision: 1847862dc21a428caed6adc657748916dc782418 - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-06-02T19:44:28 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAclEditor.js +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/UIxReminderEditor.css +M UI/WebServerResources/dtree.js +M UI/WebServerResources/generic.js +M UI/WebServerResources/iefixes.css commit 5a178e6392be7097bf8710992fc1891ed3186b12 Author: C Robert @@ -60440,21 +75128,9 @@ Date: Tue Jun 2 19:43:42 2009 +0000 Monotone-Date: 2009-06-02T19:43:42 Monotone-Branch: ca.inverse.sogo -commit 3f4b8376af4c36ebc268bf591b960b1e1ba8b3f0 -Merge: c65ca12 7c3da75 -Author: Francis Lachapelle -Date: Tue Jun 2 19:04:01 2009 +0000 - - merge of '1998a97de11b63460cd6ecf4448985e926b5d6d7' - and '3556596e54bd1f81160e5c10120b46259ec240f8' - - Monotone-Parent: 1998a97de11b63460cd6ecf4448985e926b5d6d7 - Monotone-Parent: 3556596e54bd1f81160e5c10120b46259ec240f8 - Monotone-Revision: ac5f8b237dc599527e40ae6ad5333633c8dfffe1 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-06-02T19:04:01 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/WebServerResources/UIxAttendeesEditor.js commit 249ac42896ad6187abf6d8bd80f5c7d1bbed28c5 Author: C Robert @@ -60467,6 +75143,10 @@ Date: Tue Jun 2 19:01:58 2009 +0000 Monotone-Date: 2009-06-02T19:01:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/WebServerResources/UIxAttendeesEditor.js + commit 7c3da75fa5178a2e40d428623d57884bce431eba Author: Wolfgang Sourdeau Date: Tue Jun 2 18:00:19 2009 +0000 @@ -60478,6 +75158,8 @@ Date: Tue Jun 2 18:00:19 2009 +0000 Monotone-Date: 2009-06-02T18:00:19 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 363bfac5a5b4809699af673215f15e6603b7f18e Author: Wolfgang Sourdeau Date: Tue Jun 2 17:59:06 2009 +0000 @@ -60489,21 +75171,9 @@ Date: Tue Jun 2 17:59:06 2009 +0000 Monotone-Date: 2009-06-02T17:59:06 Monotone-Branch: ca.inverse.sogo -commit 475dec16d0cbc9d5016e67b3c5d745eabb222fcc -Merge: 1f0b289 97ce7fd -Author: C Robert -Date: Tue Jun 2 17:10:58 2009 +0000 - - merge of '653a47a63f4f9fb59c7e85515dd7937dbaa2b23e' - and 'be1804befa03c2b271f09b1fa8f95c0d9877d056' - - Monotone-Parent: 653a47a63f4f9fb59c7e85515dd7937dbaa2b23e - Monotone-Parent: be1804befa03c2b271f09b1fa8f95c0d9877d056 - Monotone-Revision: 5f136163cb35bf4d930f90a158464f4eb5e1d55e - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-06-02T17:10:58 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoUser.m commit 97ce7fd2058b1df5294269cabfc1be8028bfb5d7 Author: C Robert @@ -60518,6 +75188,8 @@ Date: Tue Jun 2 17:10:33 2009 +0000 Monotone-Date: 2009-06-02T17:10:33 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 1f0b289ef7dfaed6746d9137766dc9b6cc60da06 Author: Wolfgang Sourdeau Date: Tue Jun 2 16:23:32 2009 +0000 @@ -60529,6 +75201,12 @@ Date: Tue Jun 2 16:23:32 2009 +0000 Monotone-Date: 2009-06-02T16:23:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A Tools/GNUmakefile +A Tools/GNUmakefile.preamble +A Tools/sogo-contacts-checkdoubles.m +A Tools/sogo-contacts-removedoubles.m + commit f7ce31f7cbaac2e4b2e0d9aa06807ba979fe5b1d Author: Wolfgang Sourdeau Date: Tue Jun 2 16:22:28 2009 +0000 @@ -60540,6 +75218,10 @@ Date: Tue Jun 2 16:22:28 2009 +0000 Monotone-Date: 2009-06-02T16:22:28 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.h +M SOPE/GDLContentStore/GCSFolder.m + commit df68da38fa82bc7a02d2db29c37033bf268956c7 Author: C Robert Date: Tue Jun 2 15:28:42 2009 +0000 @@ -60551,6 +75233,9 @@ Date: Tue Jun 2 15:28:42 2009 +0000 Monotone-Date: 2009-06-02T15:28:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 3354a88c47d8714e429f41a4aebe5b52dec8e49e Author: C Robert Date: Tue Jun 2 14:40:50 2009 +0000 @@ -60564,6 +75249,8 @@ Date: Tue Jun 2 14:40:50 2009 +0000 Monotone-Date: 2009-06-02T14:40:50 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 1802fe1e63164bae9f02ae0153f98d952630b741 Author: C Robert Date: Tue Jun 2 14:39:21 2009 +0000 @@ -60577,6 +75264,8 @@ Date: Tue Jun 2 14:39:21 2009 +0000 Monotone-Date: 2009-06-02T14:39:21 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit e551f917d5e1301a377f9697f4176e22272d0172 Author: C Robert Date: Tue Jun 2 14:05:59 2009 +0000 @@ -60588,6 +75277,9 @@ Date: Tue Jun 2 14:05:59 2009 +0000 Monotone-Date: 2009-06-02T14:05:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit c65ca12487061a285f2568dd748f26c44cee8858 Author: Francis Lachapelle Date: Tue Jun 2 13:47:11 2009 +0000 @@ -60599,6 +75291,9 @@ Date: Tue Jun 2 13:47:11 2009 +0000 Monotone-Date: 2009-06-02T13:47:11 Monotone-Branch: ca.inverse.sogo +M Scripts/sogo-init.d-debian +M Scripts/sogod-wrapper + commit 41af1f31457fca891761c272681c85276e8e46ad Author: Ludovic Marcotte Date: Tue Jun 2 12:45:04 2009 +0000 @@ -60612,6 +75307,9 @@ Date: Tue Jun 2 12:45:04 2009 +0000 Monotone-Date: 2009-06-02T12:45:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt + commit dfc2704303f51b376f9839a2f4669ad86bd1bfcb Author: Ludovic Marcotte Date: Tue Jun 2 12:25:11 2009 +0000 @@ -60625,21 +75323,7 @@ Date: Tue Jun 2 12:25:11 2009 +0000 Monotone-Date: 2009-06-02T12:25:11 Monotone-Branch: ca.inverse.sogo -commit bd830dc011186027528b380295fb449bfdd0d653 -Merge: ac6b020 d6f1ee5 -Author: Ludovic Marcotte -Date: Tue Jun 2 12:24:41 2009 +0000 - - merge of '35bb8c54877a2413065ebbe25721294d096fa5e8' - and '4460dc88c76a37f4ac0d64f2247e8e155254ca11' - - Monotone-Parent: 35bb8c54877a2413065ebbe25721294d096fa5e8 - Monotone-Parent: 4460dc88c76a37f4ac0d64f2247e8e155254ca11 - Monotone-Revision: 1a4c87b6d951f04cfe7725514b38d62ac6e8238d - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2009-06-02T12:24:41 - Monotone-Branch: ca.inverse.sogo +M ChangeLog commit ac6b0209a110b8e54bbd5755dc0540c56fc9f5cc Author: Wolfgang Sourdeau @@ -60652,6 +75336,8 @@ Date: Mon Jun 1 17:59:02 2009 +0000 Monotone-Date: 2009-06-01T17:59:02 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/product.plist + commit d6f1ee5e8917d9dc5f4ff4baf05e0d950267a3f8 Author: C Robert Date: Mon Jun 1 17:56:31 2009 +0000 @@ -60665,6 +75351,8 @@ Date: Mon Jun 1 17:56:31 2009 +0000 Monotone-Date: 2009-06-01T17:56:31 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit d1d720b22b1c0fe666fd20b476ec7f5c6ea74260 Author: Wolfgang Sourdeau Date: Mon Jun 1 17:52:24 2009 +0000 @@ -60676,6 +75364,12 @@ Date: Mon Jun 1 17:52:24 2009 +0000 Monotone-Date: 2009-06-01T17:52:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailFolderActions.h +M UI/MailerUI/UIxMailFolderActions.m +M UI/MailerUI/product.plist +M UI/WebServerResources/MailerUI.js + commit f827ad748c42daf00836871f7856acb13c6a66d3 Author: C Robert Date: Mon Jun 1 17:29:31 2009 +0000 @@ -60687,6 +75381,9 @@ Date: Mon Jun 1 17:29:31 2009 +0000 Monotone-Date: 2009-06-01T17:29:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxContactsUserFolders.js + commit f100388a783f6c951f71647ed88246a245782321 Author: Wolfgang Sourdeau Date: Mon Jun 1 17:19:44 2009 +0000 @@ -60698,6 +75395,17 @@ Date: Mon Jun 1 17:19:44 2009 +0000 Monotone-Date: 2009-06-01T17:19:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/product.plist +M SoObjects/SOGo/SOGoPermissions.h +M SoObjects/SOGo/SOGoPermissions.m +M UI/Common/UIxFolderActions.m +M UI/Common/product.plist +M UI/MainUI/product.plist +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js + commit 7409e053bde9012662979e86c7b3905753091fe9 Author: Ludovic Marcotte Date: Sat May 30 18:47:24 2009 +0000 @@ -60711,21 +75419,9 @@ Date: Sat May 30 18:47:24 2009 +0000 Monotone-Date: 2009-05-30T18:47:24 Monotone-Branch: ca.inverse.sogo -commit 19c49015b3c739ef82d871d18fbe38108ef65850 -Merge: ee92e9b f53dcdd -Author: Francis Lachapelle -Date: Thu May 28 14:43:51 2009 +0000 - - merge of '921a9b22042e960f85ee461f7ad9c020af61974c' - and 'ef6a3721ce15e46898bf17beffc20e0a010566e8' - - Monotone-Parent: 921a9b22042e960f85ee461f7ad9c020af61974c - Monotone-Parent: ef6a3721ce15e46898bf17beffc20e0a010566e8 - Monotone-Revision: 42a3b4e08a22ce3456a4487fd4692b0670fde00f - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-05-28T14:43:51 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SoObjects/Appointments/SOGoCalendarComponent.m commit ee92e9b29ac83d2c617dc7d71ffb943b4ec90e66 Author: Francis Lachapelle @@ -60740,6 +75436,8 @@ Date: Tue May 26 18:56:49 2009 +0000 Monotone-Date: 2009-05-26T18:56:49 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MainUI/SOGoBrowsersPanel.wox + commit f53dcdd10dad924b230935af5b14169ff7ccaeca Author: Ludovic Marcotte Date: Sun May 24 10:11:59 2009 +0000 @@ -60753,6 +75451,36 @@ Date: Sun May 24 10:11:59 2009 +0000 Monotone-Date: 2009-05-24T10:11:59 Monotone-Branch: ca.inverse.sogo +M NEWS +A SoObjects/Appointments/SOGoAptMailRussianDeletion.wo/SOGoAptMailRussianDeletion.html +A SoObjects/Appointments/SOGoAptMailRussianDeletion.wo/SOGoAptMailRussianDeletion.wod +A SoObjects/Appointments/SOGoAptMailRussianICalReply.wo/SOGoAptMailRussianICalReply.html +A SoObjects/Appointments/SOGoAptMailRussianICalReply.wo/SOGoAptMailRussianICalReply.wod +A SoObjects/Appointments/SOGoAptMailRussianInvitation.wo/SOGoAptMailRussianInvitation.html +A SoObjects/Appointments/SOGoAptMailRussianInvitation.wo/SOGoAptMailRussianInvitation.wod +A SoObjects/Appointments/SOGoAptMailRussianUpdate.wo/SOGoAptMailRussianUpdate.html +A SoObjects/Appointments/SOGoAptMailRussianUpdate.wo/SOGoAptMailRussianUpdate.wod +A SoObjects/Mailer/SOGoMailRussianForward.wo/SOGoMailRussianForward.html +A SoObjects/Mailer/SOGoMailRussianForward.wo/SOGoMailRussianForward.wod +A SoObjects/Mailer/SOGoMailRussianReply.wo/SOGoMailRussianReply.html +A SoObjects/Mailer/SOGoMailRussianReply.wo/SOGoMailRussianReply.wod +A UI/Common/Russian.lproj/Localizable.strings +A UI/Contacts/Russian.lproj/Localizable.strings +A UI/MailPartViewers/Russian.lproj/Localizable.strings +A UI/MailerUI/Russian.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +A UI/MainUI/Russian.lproj/Locale +A UI/MainUI/Russian.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +A UI/PreferencesUI/Russian.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +A UI/Scheduler/Russian.lproj/Localizable.strings +A UI/Templates/SOGoACLRussianAdditionAdvisory.wox +A UI/Templates/SOGoACLRussianModificationAdvisory.wox +A UI/Templates/SOGoACLRussianRemovalAdvisory.wox +A UI/Templates/SOGoFolderRussianAdditionAdvisory.wox +A UI/Templates/SOGoFolderRussianRemovalAdvisory.wox + commit 7f6dc0d25a150a09664755a54859cd16209fddb3 Author: Ludovic Marcotte Date: Sat May 23 11:17:51 2009 +0000 @@ -60766,6 +75494,8 @@ Date: Sat May 23 11:17:51 2009 +0000 Monotone-Date: 2009-05-23T11:17:51 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/SOGoRootPage.m + commit dd0fc5a714629a4d28866f06ffe142fbd836f2a4 Author: Ludovic Marcotte Date: Sat May 23 11:12:34 2009 +0000 @@ -60779,6 +75509,31 @@ Date: Sat May 23 11:12:34 2009 +0000 Monotone-Date: 2009-05-23T11:12:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/GNUmakefile +M SoObjects/Appointments/SOGoAptMailDeletion.m +M SoObjects/Appointments/SOGoAptMailICalReply.m +M SoObjects/Appointments/SOGoAptMailInvitation.m +M SoObjects/Appointments/SOGoAptMailUpdate.m +M SoObjects/Contacts/GNUmakefile +M SoObjects/Mailer/GNUmakefile +M SoObjects/Mailer/SOGoMailForward.h +M SoObjects/Mailer/SOGoMailForward.m +M SoObjects/Mailer/SOGoMailReply.h +M SoObjects/Mailer/SOGoMailReply.m +M UI/Common/GNUmakefile +M UI/Contacts/GNUmakefile +M UI/MailPartViewers/GNUmakefile +M UI/MailerUI/GNUmakefile +M UI/MainUI/GNUmakefile +M UI/MainUI/SOGoRootPage.m +M UI/PreferencesUI/GNUmakefile +M UI/SOGoUI/SOGoACLAdvisory.h +M UI/SOGoUI/SOGoACLAdvisory.m +M UI/SOGoUI/SOGoFolderAdvisory.h +M UI/SOGoUI/SOGoFolderAdvisory.m +M UI/Scheduler/GNUmakefile + commit 6d07744e366e542c0b39dd9d2f20833fdc946591 Author: Francis Lachapelle Date: Fri May 22 21:39:53 2009 +0000 @@ -60792,6 +75547,9 @@ Date: Fri May 22 21:39:53 2009 +0000 Monotone-Date: 2009-05-22T21:39:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/sogod.m + commit e225a936cab9f9eec39aaae49713f33e486e2cfe Author: Francis Lachapelle Date: Fri May 22 21:01:47 2009 +0000 @@ -60805,6 +75563,9 @@ Date: Fri May 22 21:01:47 2009 +0000 Monotone-Date: 2009-05-22T21:01:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m + commit 2fcdaf40e2c10d83d5f415198ea880302c2f195a Author: Francis Lachapelle Date: Fri May 22 17:09:54 2009 +0000 @@ -60818,6 +75579,8 @@ Date: Fri May 22 17:09:54 2009 +0000 Monotone-Date: 2009-05-22T17:09:54 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 658a3a24c4bba290175db153a3fc4745142ff809 Author: Francis Lachapelle Date: Fri May 22 01:27:26 2009 +0000 @@ -60829,6 +75592,8 @@ Date: Fri May 22 01:27:26 2009 +0000 Monotone-Date: 2009-05-22T01:27:26 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit cdd3dd5d3b686c0e29637b64a68d7cbe83edb173 Author: Francis Lachapelle Date: Thu May 21 19:13:23 2009 +0000 @@ -60842,6 +75607,8 @@ Date: Thu May 21 19:13:23 2009 +0000 Monotone-Date: 2009-05-21T19:13:23 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 732828bd9bd5f19313636fd83b2dd2b6af641a0b Author: Francis Lachapelle Date: Thu May 21 18:59:12 2009 +0000 @@ -60853,6 +75620,8 @@ Date: Thu May 21 18:59:12 2009 +0000 Monotone-Date: 2009-05-21T18:59:12 Monotone-Branch: ca.inverse.sogo +M Scripts/sogod-wrapper + commit 789f537cca325439665d0b5e71b3984bcecfcbc4 Author: Francis Lachapelle Date: Thu May 21 18:56:55 2009 +0000 @@ -60864,6 +75633,8 @@ Date: Thu May 21 18:56:55 2009 +0000 Monotone-Date: 2009-05-21T18:56:55 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 58638a2726e6a7f4b3523c94eb944d84fddf408b Author: Francis Lachapelle Date: Thu May 21 18:47:32 2009 +0000 @@ -60877,6 +75648,8 @@ Date: Thu May 21 18:47:32 2009 +0000 Monotone-Date: 2009-05-21T18:47:32 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit a717c0bc6a04d0cb1ef08183d3a0517c15a917ce Author: Ludovic Marcotte Date: Thu May 21 16:44:40 2009 +0000 @@ -60890,6 +75663,9 @@ Date: Thu May 21 16:44:40 2009 +0000 Monotone-Date: 2009-05-21T16:44:40 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/Version +M SOPE/NGCards/Version + commit aa444432be502472e22557fb3de4fee43d72a031 Author: Wolfgang Sourdeau Date: Thu May 21 17:24:13 2009 +0000 @@ -60901,6 +75677,8 @@ Date: Thu May 21 17:24:13 2009 +0000 Monotone-Date: 2009-05-21T17:24:13 Monotone-Branch: ca.inverse.sogo +M configure + commit 56d77dec71c88fdb127103cc9ecc11d4a7a6fdde Author: Ludovic Marcotte Date: Thu May 21 15:12:10 2009 +0000 @@ -60914,21 +75692,10 @@ Date: Thu May 21 15:12:10 2009 +0000 Monotone-Date: 2009-05-21T15:12:10 Monotone-Branch: ca.inverse.sogo -commit 08c235b4c3b8a3b9d59436138f16646a405d60a9 -Merge: cd49068 b338b36 -Author: Francis Lachapelle -Date: Thu May 21 15:37:21 2009 +0000 - - merge of '08072a021136a28a193b28ee306b59bc5fb87d73' - and '8d83618a18c319c1db3843f81574c79ee5d52430' - - Monotone-Parent: 08072a021136a28a193b28ee306b59bc5fb87d73 - Monotone-Parent: 8d83618a18c319c1db3843f81574c79ee5d52430 - Monotone-Revision: 09c2ef621ffaea633516a58bf226554a1147b8de - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-05-21T15:37:21 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SOPE/sope-patchset-r1657.diff +M UI/MailPartViewers/UIxMailPartHTMLViewer.m commit b338b3696389d9fe32856e47c610598d9a300a4f Author: Francis Lachapelle @@ -60943,6 +75710,8 @@ Date: Thu May 21 15:37:00 2009 +0000 Monotone-Date: 2009-05-21T15:37:00 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/JavascriptAPIExtensions.js + commit cd49068d78ee77a68162ad523e3fdd7d9b689c50 Author: Wolfgang Sourdeau Date: Thu May 21 13:40:53 2009 +0000 @@ -60954,6 +75723,8 @@ Date: Thu May 21 13:40:53 2009 +0000 Monotone-Date: 2009-05-21T13:40:53 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1657.diff + commit 791400e729114bb3302105b7224391b6f167250b Author: Wolfgang Sourdeau Date: Thu May 21 12:10:55 2009 +0000 @@ -60965,6 +75736,8 @@ Date: Thu May 21 12:10:55 2009 +0000 Monotone-Date: 2009-05-21T12:10:55 Monotone-Branch: ca.inverse.sogo +A SOPE/sope-patchset-r1657.diff + commit 0602e1d36a847c865b372e932a717091c2573159 Author: Wolfgang Sourdeau Date: Thu May 21 12:10:43 2009 +0000 @@ -60976,6 +75749,8 @@ Date: Thu May 21 12:10:43 2009 +0000 Monotone-Date: 2009-05-21T12:10:43 Monotone-Branch: ca.inverse.sogo +M Scripts/sogo-init.d-sles + commit 13cc138afc58fd4df06eae17314292ca9a2c9dd4 Author: Francis Lachapelle Date: Tue May 19 23:31:51 2009 +0000 @@ -60989,6 +75764,10 @@ Date: Tue May 19 23:31:51 2009 +0000 Monotone-Date: 2009-05-19T23:31:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.m +M UI/PreferencesUI/UIxPreferences.m + commit d7bcd8d2dab29f7f57bf93ce36f4960bb531fb68 Author: Francis Lachapelle Date: Tue May 19 22:53:02 2009 +0000 @@ -61002,6 +75781,8 @@ Date: Tue May 19 22:53:02 2009 +0000 Monotone-Date: 2009-05-19T22:53:02 Monotone-Branch: ca.inverse.sogo +M Scripts/sogo-init.d-debian + commit b8624f11016ceb01e51bc4fa1b56b63c29d31a91 Author: Francis Lachapelle Date: Tue May 19 22:49:50 2009 +0000 @@ -61015,6 +75796,8 @@ Date: Tue May 19 22:49:50 2009 +0000 Monotone-Date: 2009-05-19T22:49:50 Monotone-Branch: ca.inverse.sogo +M Scripts/sogod-wrapper + commit 5dde4705b0c9dccc55fa413ce0edfc7bf8644d7d Author: Francis Lachapelle Date: Fri May 15 20:38:56 2009 +0000 @@ -61026,6 +75809,14 @@ Date: Fri May 15 20:38:56 2009 +0000 Monotone-Date: 2009-05-15T20:38:56 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/Welsh.lproj/Localizable.strings + commit fb18e6ec8d5baaf33ff04b751772fe5daa2c87f9 Author: Francis Lachapelle Date: Fri May 15 20:26:25 2009 +0000 @@ -61039,6 +75830,13 @@ Date: Fri May 15 20:26:25 2009 +0000 Monotone-Date: 2009-05-15T20:26:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/sope-patchset-r1632.diff +M SoObjects/Mailer/SOGoMailAccount.m +M UI/PreferencesUI/UIxPreferences.m +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.js + commit 42f5859b1927d05735c41339c76b51655ecd8951 Author: Francis Lachapelle Date: Fri May 15 15:52:29 2009 +0000 @@ -61052,6 +75850,9 @@ Date: Fri May 15 15:52:29 2009 +0000 Monotone-Date: 2009-05-15T15:52:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserDefaults.m + commit ebef6be9f8f488d998fe1ae9da30e947fb2bc59f Author: Francis Lachapelle Date: Fri May 15 01:40:18 2009 +0000 @@ -61065,6 +75866,8 @@ Date: Fri May 15 01:40:18 2009 +0000 Monotone-Date: 2009-05-15T01:40:18 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 188fda54d45999608484864350b64c2c33e5c677 Author: Francis Lachapelle Date: Tue May 12 19:56:39 2009 +0000 @@ -61078,6 +75881,14 @@ Date: Tue May 12 19:56:39 2009 +0000 Monotone-Date: 2009-05-12T19:56:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m +M SoObjects/SOGo/LDAPUserManager.m +M SoObjects/SOGo/SOGoUser.m + commit ab786b688932362f7db947545f074b1cb0913ad5 Author: Francis Lachapelle Date: Wed May 6 21:57:21 2009 +0000 @@ -61091,6 +75902,13 @@ Date: Wed May 6 21:57:21 2009 +0000 Monotone-Date: 2009-05-06T21:57:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/SOGo/SOGoGCSFolder.m + commit e812288063a3ecdc40cedc7d1d5e692df740b585 Author: Francis Lachapelle Date: Tue May 5 21:16:11 2009 +0000 @@ -61104,6 +75922,9 @@ Date: Tue May 5 21:16:11 2009 +0000 Monotone-Date: 2009-05-05T21:16:11 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailPartViewers/UIxMailPartLinkViewer.wox +M UI/WebServerResources/MailerUI.css + commit 43c54e689880790e4d7b40fdcd73f5dd4636333f Author: Francis Lachapelle Date: Tue May 5 19:58:33 2009 +0000 @@ -61117,6 +75938,11 @@ Date: Tue May 5 19:58:33 2009 +0000 Monotone-Date: 2009-05-05T19:58:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPUserManager.m +M SoObjects/SOGo/SOGoUser.m +M UI/Common/UIxUserRightsEditor.m + commit 0100fbd0185c2cb6631ed24578f72e5811e709c9 Author: Francis Lachapelle Date: Sun May 3 17:50:57 2009 +0000 @@ -61130,6 +75956,18 @@ Date: Sun May 3 17:50:57 2009 +0000 Monotone-Date: 2009-05-03T17:50:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m +M SoObjects/SOGo/LDAPUserManager.h +M SoObjects/SOGo/LDAPUserManager.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoGroup.h +M SoObjects/SOGo/SOGoGroup.m +M UI/Common/UIxAclEditor.m +M UI/Common/UIxUserRightsEditor.m + commit 9cf951d32b09923b62c8f54b0d9956309d5ed127 Author: Ludovic Marcotte Date: Fri May 1 11:35:02 2009 +0000 @@ -61143,6 +75981,9 @@ Date: Fri May 1 11:35:02 2009 +0000 Monotone-Date: 2009-05-01T11:35:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit e53507146ca490ed4f65b32026de6dc5e56f6246 Author: Ludovic Marcotte Date: Thu Apr 30 21:17:55 2009 +0000 @@ -61156,6 +75997,19 @@ Date: Thu Apr 30 21:17:55 2009 +0000 Monotone-Date: 2009-04-30T21:17:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m +M SoObjects/SOGo/LDAPUserManager.h +M SoObjects/SOGo/LDAPUserManager.m +M SoObjects/SOGo/SOGoFolder.m +A SoObjects/SOGo/SOGoGroup.h +A SoObjects/SOGo/SOGoGroup.m + commit 9f9696fd320ebf240118458f25bb95fcc18a5e6a Author: Francis Lachapelle Date: Mon Apr 27 15:40:13 2009 +0000 @@ -61167,6 +76021,8 @@ Date: Mon Apr 27 15:40:13 2009 +0000 Monotone-Date: 2009-04-27T15:40:13 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 3a1dab1f335412322a4a5c8b3d0af80c3dedf5ba Author: Francis Lachapelle Date: Mon Apr 27 15:28:51 2009 +0000 @@ -61180,6 +76036,9 @@ Date: Mon Apr 27 15:28:51 2009 +0000 Monotone-Date: 2009-04-27T15:28:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m + commit 1dacd9c7ef2bcac540d74c13345bfb381b97afd6 Author: Francis Lachapelle Date: Fri Apr 24 21:58:18 2009 +0000 @@ -61191,6 +76050,9 @@ Date: Fri Apr 24 21:58:18 2009 +0000 Monotone-Date: 2009-04-24T21:58:18 Monotone-Branch: ca.inverse.sogo +M NEWS +A UI/WebServerResources/alarm.png + commit 89984c97b6c1c6063b477bdc878feef4ff39d8c4 Author: Francis Lachapelle Date: Fri Apr 24 20:22:48 2009 +0000 @@ -61202,6 +76064,8 @@ Date: Fri Apr 24 20:22:48 2009 +0000 Monotone-Date: 2009-04-24T20:22:48 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit c3a3f375b75451bdc5dcba3e49bb1af84e48ae70 Author: Francis Lachapelle Date: Fri Apr 24 19:19:43 2009 +0000 @@ -61213,6 +76077,11 @@ Date: Fri Apr 24 19:19:43 2009 +0000 Monotone-Date: 2009-04-24T19:19:43 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M UI/Scheduler/UIxCalListingActions.m +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js + commit 6f090c6846b92b50124cbc2acdf3268a2498b8a3 Author: Francis Lachapelle Date: Fri Apr 24 19:18:40 2009 +0000 @@ -61224,6 +76093,8 @@ Date: Fri Apr 24 19:18:40 2009 +0000 Monotone-Date: 2009-04-24T19:18:40 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/SOGoUserHomePage.m + commit a0c49a6eddbf20d67483b85748164dc30f1cd1a2 Author: Francis Lachapelle Date: Fri Apr 24 19:18:00 2009 +0000 @@ -61237,6 +76108,8 @@ Date: Fri Apr 24 19:18:00 2009 +0000 Monotone-Date: 2009-04-24T19:18:00 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit f66e98f9bf8f5c9790e95b24162dc61337bb0218 Author: Francis Lachapelle Date: Thu Apr 23 18:45:56 2009 +0000 @@ -61248,6 +76121,9 @@ Date: Thu Apr 23 18:45:56 2009 +0000 Monotone-Date: 2009-04-23T18:45:56 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/UIxReminderEditor.css +A UI/WebServerResources/UIxReminderEditor.js + commit 6e5d968de383c8ec4a46453088a8e96a3f7bf05e Author: Francis Lachapelle Date: Wed Apr 22 21:02:11 2009 +0000 @@ -61261,6 +76137,25 @@ Date: Wed Apr 22 21:02:11 2009 +0000 Monotone-Date: 2009-04-22T21:02:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/iCalEvent+SOGo.m +M SoObjects/Appointments/iCalToDo+SOGo.m +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +M UI/Common/Welsh.lproj/Localizable.strings +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/UIxTaskEditor.m +M UI/Scheduler/product.plist +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit 143c91bc2da0a22915930b33362522b9b3db2f36 Author: Francis Lachapelle Date: Tue Apr 21 15:48:22 2009 +0000 @@ -61272,6 +76167,8 @@ Date: Tue Apr 21 15:48:22 2009 +0000 Monotone-Date: 2009-04-21T15:48:22 Monotone-Branch: ca.inverse.sogo +A UI/Templates/SchedulerUI/UIxReminderEditor.wox + commit d1bbd65944bb3078a48e21e23f7351b50abb49bf Author: Ludovic Marcotte Date: Tue Apr 21 15:20:52 2009 +0000 @@ -61285,6 +76182,83 @@ Date: Tue Apr 21 15:20:52 2009 +0000 Monotone-Date: 2009-04-21T15:20:52 Monotone-Branch: ca.inverse.sogo +M .mtn-ignore +M ChangeLog +A ChangeLog.old +D Main/ChangeLog.upstream +M Main/SOGo.m +D OGoContentStore/ChangeLog.upstream +M OGoContentStore/appointment-oracle.ocs +M OGoContentStore/appointment.ocs +M SOPE/GDLContentStore/GCSFolder.m +M SOPE/sope-patchset-r1632.diff +M Scripts/sogod-wrapper +A Scripts/sql-update-101_to_102.sh +D SoObjects/Appointments/ChangeLog.upstream +M SoObjects/Appointments/GNUmakefile +M SoObjects/Appointments/SOGoAppointmentFolder.h +A SoObjects/Appointments/SOGoAptMailWelshDeletion.wo/SOGoAptMailWelshDeletion.html +A SoObjects/Appointments/SOGoAptMailWelshDeletion.wo/SOGoAptMailWelshDeletion.wod +A SoObjects/Appointments/SOGoAptMailWelshICalReply.wo/SOGoAptMailWelshICalReply.html +A SoObjects/Appointments/SOGoAptMailWelshICalReply.wo/SOGoAptMailWelshICalReply.wod +A SoObjects/Appointments/SOGoAptMailWelshInvitation.wo/SOGoAptMailWelshInvitation.html +A SoObjects/Appointments/SOGoAptMailWelshInvitation.wo/SOGoAptMailWelshInvitation.wod +A SoObjects/Appointments/SOGoAptMailWelshUpdate.wo/SOGoAptMailWelshUpdate.html +A SoObjects/Appointments/SOGoAptMailWelshUpdate.wo/SOGoAptMailWelshUpdate.wod +A SoObjects/Appointments/Welsh.lproj/Localizable.strings +D SoObjects/ChangeLog.upstream +D SoObjects/Contacts/ChangeLog.upstream +M SoObjects/Contacts/GNUmakefile +A SoObjects/Contacts/Welsh.lproj/Localizable.strings +D SoObjects/Mailer/ChangeLog.upstream +M SoObjects/Mailer/GNUmakefile +A SoObjects/Mailer/SOGoMailWelshForward.wo/SOGoMailWelshForward.html +A SoObjects/Mailer/SOGoMailWelshForward.wo/SOGoMailWelshForward.wod +A SoObjects/Mailer/SOGoMailWelshReply.wo/SOGoMailWelshReply.html +A SoObjects/Mailer/SOGoMailWelshReply.wo/SOGoMailWelshReply.wod +D SoObjects/SOGo/ChangeLog.upstream +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoParentFolder.h +M SoObjects/SOGo/SOGoParentFolder.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m +D SoObjects/Sieve/ChangeLog.upstream +D UI/ChangeLog.upstream +D UI/Common/ChangeLog.upstream +M UI/Common/GNUmakefile +A UI/Common/Welsh.lproj/Localizable.strings +D UI/Contacts/ChangeLog.upstream +M UI/Contacts/GNUmakefile +D UI/Contacts/NOTES +A UI/Contacts/Welsh.lproj/Localizable.strings +D UI/MailPartViewers/ChangeLog.upstream +M UI/MailPartViewers/GNUmakefile +A UI/MailPartViewers/Welsh.lproj/Localizable.strings +D UI/MailerUI/ChangeLog.upstream +M UI/MailerUI/GNUmakefile +D UI/MailerUI/NOTES +A UI/MailerUI/Welsh.lproj/Localizable.strings +D UI/MainUI/ChangeLog.upstream +M UI/MainUI/GNUmakefile +M UI/MainUI/SOGoRootPage.m +A UI/MainUI/Welsh.lproj/Locale +A UI/MainUI/Welsh.lproj/Localizable.strings +M UI/PreferencesUI/GNUmakefile +A UI/PreferencesUI/Welsh.lproj/Localizable.strings +D UI/SOGoUI/ChangeLog.upstream +D UI/Scheduler/ChangeLog.upstream +M UI/Scheduler/GNUmakefile +D UI/Scheduler/NOTES +M UI/Scheduler/UIxCalListingActions.h +M UI/Scheduler/UIxCalListingActions.m +A UI/Scheduler/Welsh.lproj/Localizable.strings +M UI/Scheduler/product.plist +D UI/Templates/ChangeLog.upstream +D UI/WebServerResources/ChangeLog.upstream + commit fa7408ebc16a80f849e036c59664012ec1b3823c Author: Francis Lachapelle Date: Tue Apr 21 14:34:22 2009 +0000 @@ -61298,6 +76272,33 @@ Date: Tue Apr 21 14:34:22 2009 +0000 Monotone-Date: 2009-04-21T14:34:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NSString+NGCards.m +M SOPE/NGCards/iCalAlarm.h +M SOPE/NGCards/iCalTrigger.h +M SOPE/NGCards/iCalTrigger.m +M SoObjects/Appointments/iCalEvent+SOGo.m +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/GNUmakefile +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m +A UI/Scheduler/UIxReminderEditor.h +A UI/Scheduler/UIxReminderEditor.m +M UI/Scheduler/UIxTaskEditor.m +M UI/Scheduler/product.plist +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/Templates/SchedulerUI/UIxTaskEditor.wox +M UI/WebServerResources/UIxComponentEditor.css +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/UIxTaskEditor.css +M UI/WebServerResources/UIxTaskEditor.js + commit 3b9d0b83cf7a4bae82ea7dd2035376c11f91d7af Author: Ludovic Marcotte Date: Mon Apr 13 15:28:41 2009 +0000 @@ -61311,6 +76312,9 @@ Date: Mon Apr 13 15:28:41 2009 +0000 Monotone-Date: 2009-04-13T15:28:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/sope-patchset-r1632.diff + commit 0f9b580c59411933ebdfb4d2ae014a75a3c64755 Author: Ludovic Marcotte Date: Mon Apr 13 15:01:21 2009 +0000 @@ -61324,6 +76328,12 @@ Date: Mon Apr 13 15:01:21 2009 +0000 Monotone-Date: 2009-04-13T15:01:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPFolder.m +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m +M UI/Templates/ContactsUI/UIxContactsListView.wox + commit 12dc73a01f2b436b49906a584b944367978b7344 Author: Ludovic Marcotte Date: Mon Apr 13 13:10:16 2009 +0000 @@ -61337,6 +76347,11 @@ Date: Mon Apr 13 13:10:16 2009 +0000 Monotone-Date: 2009-04-13T13:10:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPFolder.m +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m + commit 31a55844a3ad2d4126d56468394bcdcb899eb2fc Author: Ludovic Marcotte Date: Thu Apr 9 21:01:15 2009 +0000 @@ -61350,6 +76365,9 @@ Date: Thu Apr 9 21:01:15 2009 +0000 Monotone-Date: 2009-04-09T21:01:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m + commit 63aedf6047c05b676bc9accd852ce4c10eedbb84 Author: Ludovic Marcotte Date: Thu Apr 9 20:06:32 2009 +0000 @@ -61363,6 +76381,12 @@ Date: Thu Apr 9 20:06:32 2009 +0000 Monotone-Date: 2009-04-09T20:06:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/NSString+NGCards.m +M SOPE/NGCards/samples/GNUmakefile +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/Mailer/SOGoMailFolder.m + commit 473c8cf0d0b1b6ec85914e786b78e57db22fd466 Author: Francis Lachapelle Date: Thu Apr 9 16:29:02 2009 +0000 @@ -61376,6 +76400,9 @@ Date: Thu Apr 9 16:29:02 2009 +0000 Monotone-Date: 2009-04-09T16:29:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit ec4f39e02f7f655a4e401407ae26c87819a67dda Author: C Robert Date: Tue Apr 7 15:25:59 2009 +0000 @@ -61387,6 +76414,9 @@ Date: Tue Apr 7 15:25:59 2009 +0000 Monotone-Date: 2009-04-07T15:25:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.m + commit c15754e3fe09b963eafb4a3d218a0cec1f6dc9d4 Author: Ludovic Marcotte Date: Mon Apr 6 17:31:41 2009 +0000 @@ -61401,6 +76431,9 @@ Date: Mon Apr 6 17:31:41 2009 +0000 Monotone-Branch: ca.inverse.sogo Monotone-Tag: SOGo_v1.0.1 +M ChangeLog +M NEWS + commit 269f239e203ffbd0a2956789895a7066503d6b22 Author: Francis Lachapelle Date: Mon Apr 6 17:21:58 2009 +0000 @@ -61412,6 +76445,8 @@ Date: Mon Apr 6 17:21:58 2009 +0000 Monotone-Date: 2009-04-06T17:21:58 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 9d96c7214255bd8423c6c4c74e673846a730e9df Author: Ludovic Marcotte Date: Mon Apr 6 13:55:02 2009 +0000 @@ -61425,6 +76460,9 @@ Date: Mon Apr 6 13:55:02 2009 +0000 Monotone-Date: 2009-04-06T13:55:02 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + commit 861af12b872b30786a875d8400a4384d3dde8dc5 Author: Ludovic Marcotte Date: Mon Apr 6 13:49:06 2009 +0000 @@ -61438,6 +76476,8 @@ Date: Mon Apr 6 13:49:06 2009 +0000 Monotone-Date: 2009-04-06T13:49:06 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit f1b6f757db7c0d3e57aee03a635d431f45d9cff7 Author: Ludovic Marcotte Date: Mon Apr 6 13:25:55 2009 +0000 @@ -61451,6 +76491,8 @@ Date: Mon Apr 6 13:25:55 2009 +0000 Monotone-Date: 2009-04-06T13:25:55 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 62cdc5a13c21814b9765f1f8d873958a76df2d76 Author: Ludovic Marcotte Date: Mon Apr 6 12:54:03 2009 +0000 @@ -61464,6 +76506,11 @@ Date: Mon Apr 6 12:54:03 2009 +0000 Monotone-Date: 2009-04-06T12:54:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Scripts/sogod-wrapper +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m + commit f3eb9161de6ba5a29d2cc1e40edd07b3c8566995 Author: Ludovic Marcotte Date: Sat Apr 4 12:07:56 2009 +0000 @@ -61477,6 +76524,8 @@ Date: Sat Apr 4 12:07:56 2009 +0000 Monotone-Date: 2009-04-04T12:07:56 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit bdbeb7e3ba1b35cbf7ad89b6dd6153f27af92d5b Author: Ludovic Marcotte Date: Fri Apr 3 16:47:27 2009 +0000 @@ -61490,6 +76539,8 @@ Date: Fri Apr 3 16:47:27 2009 +0000 Monotone-Date: 2009-04-03T16:47:27 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1632.diff + commit bb5c3454312197d0f16cb3c5a69657fdab5b32e1 Author: Wolfgang Sourdeau Date: Fri Apr 3 00:35:21 2009 +0000 @@ -61501,6 +76552,8 @@ Date: Fri Apr 3 00:35:21 2009 +0000 Monotone-Date: 2009-04-03T00:35:21 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPSource.m + commit 3fa90b3f754030a30036a14c82be2a62f7a95d29 Author: Ludovic Marcotte Date: Thu Apr 2 21:38:37 2009 +0000 @@ -61514,6 +76567,8 @@ Date: Thu Apr 2 21:38:37 2009 +0000 Monotone-Date: 2009-04-02T21:38:37 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit f12689a73cbb475de77fd0f711c5f7a4462f626b Author: Wolfgang Sourdeau Date: Thu Apr 2 20:51:46 2009 +0000 @@ -61525,6 +76580,12 @@ Date: Thu Apr 2 20:51:46 2009 +0000 Monotone-Date: 2009-04-02T20:51:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SOPE/sope-patchset-r1632.diff +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m + commit 9e45431cd0f64120065c4670d3a2a1c15525bd97 Author: Wolfgang Sourdeau Date: Thu Apr 2 20:20:11 2009 +0000 @@ -61536,21 +76597,12 @@ Date: Thu Apr 2 20:20:11 2009 +0000 Monotone-Date: 2009-04-02T20:20:11 Monotone-Branch: ca.inverse.sogo -commit b5939c2c8d35d1a6f2fd0fe12420ccdfa31a6a15 -Merge: 6cddea9 cb27add -Author: Wolfgang Sourdeau -Date: Thu Apr 2 18:44:55 2009 +0000 - - merge of '833eb53a6f748d1f0f16e7ff1f05e9c33fe3bad2' - and '9e49c487691fa9cd289dc4f2323bbb118705dfc4' - - Monotone-Parent: 833eb53a6f748d1f0f16e7ff1f05e9c33fe3bad2 - Monotone-Parent: 9e49c487691fa9cd289dc4f2323bbb118705dfc4 - Monotone-Revision: baae213f1298842f132a9ed6584f30ec04446e62 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-04-02T18:44:55 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolders.h +M SoObjects/Appointments/iCalPerson+SOGo.h +M SoObjects/Contacts/SOGoContactFolder.h +M SoObjects/Contacts/SOGoContactFolders.h +M SoObjects/Contacts/SOGoContactGCSFolder.h +M UI/SOGoUI/SOGoFolderAdvisory.h commit cb27add2eb3f0ce98ee86008a60ae83e6f0bf27d Author: Ludovic Marcotte @@ -61565,6 +76617,8 @@ Date: Thu Apr 2 16:01:32 2009 +0000 Monotone-Date: 2009-04-02T16:01:32 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit 6cddea97adb95ae1186c1f25604665195e021d34 Author: Wolfgang Sourdeau Date: Wed Apr 1 21:02:00 2009 +0000 @@ -61576,6 +76630,8 @@ Date: Wed Apr 1 21:02:00 2009 +0000 Monotone-Date: 2009-04-01T21:02:00 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit e3dd3b352295a8569cf8cc77a9e0bdcb923b6f9c Author: Ludovic Marcotte Date: Wed Apr 1 18:50:32 2009 +0000 @@ -61589,6 +76645,9 @@ Date: Wed Apr 1 18:50:32 2009 +0000 Monotone-Date: 2009-04-01T18:50:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit 8f2318fe521ce3fb61a8b6a04fb15db9b5aedbd2 Author: Ludovic Marcotte Date: Wed Apr 1 13:49:24 2009 +0000 @@ -61602,6 +76661,63 @@ Date: Wed Apr 1 13:49:24 2009 +0000 Monotone-Date: 2009-04-01T13:49:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/GNUmakefile +D OGoContentStore/test_quick_extract.m +M SOPE/GDLContentStore/GNUmakefile +D SOPE/GDLContentStore/gcs_cat.m +D SOPE/GDLContentStore/gcs_gensql.m +D SOPE/GDLContentStore/gcs_ls.m +D SOPE/GDLContentStore/gcs_mkdir.m +D SOPE/GDLContentStore/gcs_recreatequick.m +M SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m +M SoObjects/Appointments/SOGoAppointmentObject.h +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoAptMailICalReply.m +M SoObjects/Appointments/SOGoAptMailNotification.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoComponentOccurence.m +M SoObjects/Contacts/SOGoFolder+CardDAV.m +M SoObjects/Contacts/SOGoUserFolder+Contacts.m +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/Mailer/SOGoMailBodyPart.m +M SoObjects/Mailer/SOGoMailObject.h +M SoObjects/Mailer/SOGoMailObject.m +M SoObjects/Mailer/SOGoMailReply.h +M SoObjects/Mailer/SOGoMailReply.m +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/LDAPUserManager.m +M SoObjects/SOGo/NSString+Utilities.m +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m +M SoObjects/SOGo/SOGoUserFolder.m +D SoObjects/SOGo/sogo_defaults.m +D SoObjects/SOGo/sogo_email2uid.m +D SoObjects/SOGo/sogo_emails4uid.m +D SoObjects/SOGo/sogo_shares4uid.m +M UI/Common/UIxPageFrame.m +M UI/Common/UIxToolbar.m +M UI/Contacts/UIxContactEditor.m +M UI/Contacts/UIxContactsListViewContainer.m +M UI/MailPartViewers/UIxMailPartAlternativeViewer.m +M UI/MailPartViewers/UIxMailPartHTMLViewer.m +M UI/MailPartViewers/UIxMailPartICalActions.m +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/MailPartViewers/UIxMailPartMessageViewer.m +M UI/MailPartViewers/UIxMailPartMixedViewer.m +M UI/MailPartViewers/UIxMailPartViewer.m +M UI/MailPartViewers/UIxMailRenderingContext.m +M UI/MailerUI/UIxMailEditor.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/MailerUI/UIxMailMoveToPopUp.m +M UI/PreferencesUI/UIxPreferences.m +M UI/SOGoUI/SOGoACLAdvisory.m +M UI/Scheduler/UIxCalDayTable.m +M UI/Scheduler/UIxCalMainView.m +M UI/Scheduler/UIxComponentEditor.m + commit 4d8563ac991b0b6e07addf3c69f061830e286823 Author: Wolfgang Sourdeau Date: Wed Apr 1 13:45:22 2009 +0000 @@ -61613,6 +76729,8 @@ Date: Wed Apr 1 13:45:22 2009 +0000 Monotone-Date: 2009-04-01T13:45:22 Monotone-Branch: ca.inverse.sogo +A Scripts/sogo-default + commit 560033499903a62d7f495f67063d3f5f3e47d31b Author: Wolfgang Sourdeau Date: Wed Apr 1 13:38:46 2009 +0000 @@ -61624,6 +76742,10 @@ Date: Wed Apr 1 13:38:46 2009 +0000 Monotone-Date: 2009-04-01T13:38:46 Monotone-Branch: ca.inverse.sogo +M Apache/SOGo.conf +A Scripts/sogo-init.d-sles +M Scripts/sogod-wrapper + commit dfa4ca039220e278192e54861f155b1a46577002 Author: Wolfgang Sourdeau Date: Tue Mar 31 20:58:55 2009 +0000 @@ -61635,6 +76757,8 @@ Date: Tue Mar 31 20:58:55 2009 +0000 Monotone-Date: 2009-03-31T20:58:55 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile + commit c920a88f3fc9b32beb7e6b9758b1867062a6a254 Author: Francis Lachapelle Date: Tue Mar 31 20:54:59 2009 +0000 @@ -61648,21 +76772,8 @@ Date: Tue Mar 31 20:54:59 2009 +0000 Monotone-Date: 2009-03-31T20:54:59 Monotone-Branch: ca.inverse.sogo -commit 0bd8e0497ab4eccf49bee19f29618313a71894af -Merge: 09b8865 5daa4fc -Author: Francis Lachapelle -Date: Tue Mar 31 17:00:49 2009 +0000 - - merge of '422473c4584bc3a1c1f5da5b6682434c839478d8' - and 'cc63899386ceb379d80c6b79b929a81724db952b' - - Monotone-Parent: 422473c4584bc3a1c1f5da5b6682434c839478d8 - Monotone-Parent: cc63899386ceb379d80c6b79b929a81724db952b - Monotone-Revision: 7601a3a621aac781d52f82f859021f46513ada82 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-03-31T17:00:49 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m commit 09b88651193a16622b8cf26c07ca075e45617d43 Author: Ludovic Marcotte @@ -61677,6 +76788,8 @@ Date: Tue Mar 31 14:41:02 2009 +0000 Monotone-Date: 2009-03-31T14:41:02 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 5daa4fc7c306d0fdfe528062cdbdf9a1df4926b6 Author: Francis Lachapelle Date: Fri Mar 27 21:47:25 2009 +0000 @@ -61688,6 +76801,8 @@ Date: Fri Mar 27 21:47:25 2009 +0000 Monotone-Date: 2009-03-27T21:47:25 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit c244a5b97a82b494d695e1419be2ea6b9ca15fbf Author: Francis Lachapelle Date: Fri Mar 27 18:25:22 2009 +0000 @@ -61701,6 +76816,9 @@ Date: Fri Mar 27 18:25:22 2009 +0000 Monotone-Date: 2009-03-27T18:25:22 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js + commit 1f7957b868ba01f49aed8ec5fefe6560d77f025c Author: Francis Lachapelle Date: Thu Mar 26 20:55:57 2009 +0000 @@ -61714,6 +76832,8 @@ Date: Thu Mar 26 20:55:57 2009 +0000 Monotone-Date: 2009-03-26T20:55:57 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit a27226d9481c1bf1ef96c049c6f5a30918879801 Author: Francis Lachapelle Date: Thu Mar 26 15:44:35 2009 +0000 @@ -61727,6 +76847,8 @@ Date: Thu Mar 26 15:44:35 2009 +0000 Monotone-Date: 2009-03-26T15:44:35 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit f6b9384fffdd5c9d6f232435ef0ec374a7d86a72 Author: Francis Lachapelle Date: Wed Mar 25 21:43:56 2009 +0000 @@ -61740,21 +76862,10 @@ Date: Wed Mar 25 21:43:56 2009 +0000 Monotone-Date: 2009-03-25T21:43:56 Monotone-Branch: ca.inverse.sogo -commit 56df95bbacc22af0bb827730acad1b6d45296c1e -Merge: e9b5476 7b3af7e -Author: C Robert -Date: Wed Mar 25 15:15:20 2009 +0000 - - merge of '36ced261cec8f0a229c4466b8b7c0a78dd1a408e' - and '9c818b369358da0b25cfcd319b9f6f2d319fb99d' - - Monotone-Parent: 36ced261cec8f0a229c4466b8b7c0a78dd1a408e - Monotone-Parent: 9c818b369358da0b25cfcd319b9f6f2d319fb99d - Monotone-Revision: 3351ea272262d02bca8c04d35cc8b34b0a42118e - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2009-03-25T15:15:20 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M UI/Common/UIxPageFrame.m +M UI/Templates/UIxPageFrame.wox commit 7b3af7e7f89ddbe38c96aaf7334505e3593d140c Author: Francis Lachapelle @@ -61769,6 +76880,9 @@ Date: Wed Mar 25 14:38:19 2009 +0000 Monotone-Date: 2009-03-25T14:38:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit 302c468a4027128233202923da666ac26657862a Author: Francis Lachapelle Date: Tue Mar 24 21:46:14 2009 +0000 @@ -61782,27 +76896,18 @@ Date: Tue Mar 24 21:46:14 2009 +0000 Monotone-Date: 2009-03-24T21:46:14 Monotone-Branch: ca.inverse.sogo -commit 279d87a2bd3922298b9e44b3613d5269b86eb2ab -Merge: 5443b78 fbd13eb -Author: Francis Lachapelle -Date: Tue Mar 24 20:51:43 2009 +0000 - - merge of 'c5a0687be6e6c2cb000143fcd5eeaaf90730097d' - and 'd9282e066f50fa8c916a17d4f28da3eb6ffc1411' - - Monotone-Parent: c5a0687be6e6c2cb000143fcd5eeaaf90730097d - Monotone-Parent: d9282e066f50fa8c916a17d4f28da3eb6ffc1411 - Monotone-Revision: 3e59e0c43d322ac5fbc4016256ca84d3ea3a48f4 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Author: ludovic@Sophos.ca - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-03-24T20:51:43 - Monotone-Date: 2009-03-24T20:52:59 - Monotone-Date: 2009-03-24T20:56:17 - Monotone-Branch: ca.inverse.sogo - Monotone-Branch: ca.inverse.sogo - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailDutchUpdate.wo/SOGoAptMailDutchUpdate.html +M SoObjects/Appointments/SOGoAptMailDutchUpdate.wo/SOGoAptMailDutchUpdate.wod +M SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.html +M SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.wod +M SoObjects/Appointments/SOGoAptMailFrenchUpdate.wo/SOGoAptMailFrenchUpdate.html +M SoObjects/Appointments/SOGoAptMailFrenchUpdate.wo/SOGoAptMailFrenchUpdate.wod +M SoObjects/Appointments/SOGoAptMailGermanUpdate.wo/SOGoAptMailGermanUpdate.html +M SoObjects/Appointments/SOGoAptMailGermanUpdate.wo/SOGoAptMailGermanUpdate.wod +M SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.html +M SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.wod +M SoObjects/Appointments/SOGoAptMailSpanishUpdate.wo/SOGoAptMailSpanishUpdate.html +M SoObjects/Appointments/SOGoAptMailSpanishUpdate.wo/SOGoAptMailSpanishUpdate.wod commit fbd13ebf7b6cde11f937949f79d27e8a516e3726 Author: Wolfgang Sourdeau @@ -61815,6 +76920,9 @@ Date: Tue Mar 24 20:50:31 2009 +0000 Monotone-Date: 2009-03-24T20:50:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m + commit 5443b78f67a42f1ebee41a5b6e96b64861e216fa Author: Francis Lachapelle Date: Tue Mar 24 20:50:18 2009 +0000 @@ -61828,21 +76936,9 @@ Date: Tue Mar 24 20:50:18 2009 +0000 Monotone-Date: 2009-03-24T20:50:18 Monotone-Branch: ca.inverse.sogo -commit 011124b6cd6ef66f487f6d7e2988a64e75b8ad94 -Merge: 1508a89 cf3904b -Author: Wolfgang Sourdeau -Date: Tue Mar 24 20:44:50 2009 +0000 - - merge of '5d72cbe984ee92d95ab972816ac529dab70a9143' - and 'c2585f82f4d8e290b032bc65809c929cabaa8389' - - Monotone-Parent: 5d72cbe984ee92d95ab972816ac529dab70a9143 - Monotone-Parent: c2585f82f4d8e290b032bc65809c929cabaa8389 - Monotone-Revision: f2fe2bb08a995eb4ae8043ab64aef1f18a8b3823 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-03-24T20:44:50 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox commit cf3904b74eabb7d03d311fb008e222c5d71b3406 Author: Wolfgang Sourdeau @@ -61855,6 +76951,8 @@ Date: Tue Mar 24 20:41:55 2009 +0000 Monotone-Date: 2009-03-24T20:41:55 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/Version + commit b6706ba54c9543d52e6248378872a45ad42d1de9 Author: Wolfgang Sourdeau Date: Tue Mar 24 20:37:30 2009 +0000 @@ -61866,6 +76964,8 @@ Date: Tue Mar 24 20:37:30 2009 +0000 Monotone-Date: 2009-03-24T20:37:30 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxRecurrenceEditor.js + commit 1508a894002b8f56bc51f302d8651d86c28ac1bf Author: Francis Lachapelle Date: Tue Mar 24 20:36:49 2009 +0000 @@ -61879,6 +76979,10 @@ Date: Tue Mar 24 20:36:49 2009 +0000 Monotone-Date: 2009-03-24T20:36:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoUser.h + commit 9b8ecdda16679f33bc93f8f45bdc3d29a82c0d82 Author: Wolfgang Sourdeau Date: Tue Mar 24 20:16:32 2009 +0000 @@ -61890,6 +76994,8 @@ Date: Tue Mar 24 20:16:32 2009 +0000 Monotone-Date: 2009-03-24T20:16:32 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxRecurrenceEditor.js + commit b7217b2b1f4bb1a10ab4cdb4f40baf4b90060679 Author: Wolfgang Sourdeau Date: Tue Mar 24 20:11:18 2009 +0000 @@ -61901,21 +77007,7 @@ Date: Tue Mar 24 20:11:18 2009 +0000 Monotone-Date: 2009-03-24T20:11:18 Monotone-Branch: ca.inverse.sogo -commit cb18bab0c688fbd36bd9a953e4a66110b7cc0024 -Merge: 91fb95c 912181b -Author: Wolfgang Sourdeau -Date: Tue Mar 24 20:10:52 2009 +0000 - - merge of '2383d3cfedbdc621439fd847ceb4bddeed43c93e' - and 'cae6414bdec9c9720651a6d880165e55830fd06d' - - Monotone-Parent: 2383d3cfedbdc621439fd847ceb4bddeed43c93e - Monotone-Parent: cae6414bdec9c9720651a6d880165e55830fd06d - Monotone-Revision: 343adae0f9aaa38141d7e8ecb879168e50fff1bf - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-03-24T20:10:52 - Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.m commit 912181b3e5796eed8f94c39c075e0c84a3507b89 Author: Wolfgang Sourdeau @@ -61928,6 +77020,8 @@ Date: Tue Mar 24 20:10:46 2009 +0000 Monotone-Date: 2009-03-24T20:10:46 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxRecurrenceEditor.m + commit 91fb95c461dd61c78e12a5ab231f08d91be02572 Author: Francis Lachapelle Date: Tue Mar 24 19:50:33 2009 +0000 @@ -61941,6 +77035,10 @@ Date: Tue Mar 24 19:50:33 2009 +0000 Monotone-Date: 2009-03-24T19:50:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m +M UI/MainUI/SOGoRootPage.m + commit 97a019a169fdeacb7828ce48aac9e706e5bdcdd5 Author: Wolfgang Sourdeau Date: Tue Mar 24 17:33:15 2009 +0000 @@ -61952,21 +77050,9 @@ Date: Tue Mar 24 17:33:15 2009 +0000 Monotone-Date: 2009-03-24T17:33:15 Monotone-Branch: ca.inverse.sogo -commit 0475cc892a5f63468d1ee32e762c18802623019c -Merge: 90190dc cdb2de2 -Author: Wolfgang Sourdeau -Date: Tue Mar 24 16:34:20 2009 +0000 - - merge of '077cf05982d8b328c0c4db80c174a594d7195243' - and '8415886962e2854ead2dc46850882c17f3ddbba8' - - Monotone-Parent: 077cf05982d8b328c0c4db80c174a594d7195243 - Monotone-Parent: 8415886962e2854ead2dc46850882c17f3ddbba8 - Monotone-Revision: e862c091a9e60e7f16da927f0c0c174a7c80dd6f - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-03-24T16:34:20 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m +M UI/Scheduler/UIxCalMainView.m commit 90190dcef67fc1ad6a28f7986e5cd3471ecb3b4d Author: Wolfgang Sourdeau @@ -61979,6 +77065,9 @@ Date: Tue Mar 24 16:34:03 2009 +0000 Monotone-Date: 2009-03-24T16:34:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m + commit af733ce7503cb4dd7c3f4fed4bb05a31a3d82e47 Author: Wolfgang Sourdeau Date: Tue Mar 24 16:33:08 2009 +0000 @@ -61990,6 +77079,11 @@ Date: Tue Mar 24 16:33:08 2009 +0000 Monotone-Date: 2009-03-24T16:33:08 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolderManager.m +M SOPE/GDLContentStore/GCSFolderType.h +M SOPE/GDLContentStore/GCSFolderType.m + commit 764c156e8992fdc812f30ec42e17814fe95356fc Author: Wolfgang Sourdeau Date: Tue Mar 24 16:30:34 2009 +0000 @@ -62001,21 +77095,7 @@ Date: Tue Mar 24 16:30:34 2009 +0000 Monotone-Date: 2009-03-24T16:30:34 Monotone-Branch: ca.inverse.sogo -commit cdb2de20a2de073ea81edf8e770992428bf96307 -Merge: 0091947 a94ecb2 -Author: Francis Lachapelle -Date: Tue Mar 24 16:12:34 2009 +0000 - - merge of '54e51821fc9582ce90552a56cae0129864703700' - and 'b30f1d5e86de6b4c8c520767677a2f76f818ce5a' - - Monotone-Parent: 54e51821fc9582ce90552a56cae0129864703700 - Monotone-Parent: b30f1d5e86de6b4c8c520767677a2f76f818ce5a - Monotone-Revision: 8415886962e2854ead2dc46850882c17f3ddbba8 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-03-24T16:12:34 - Monotone-Branch: ca.inverse.sogo +A SOPE/sope-debugleaks.diff commit 0091947cb439843bebe867376f813ac11a6a0d09 Author: Francis Lachapelle @@ -62028,21 +77108,7 @@ Date: Tue Mar 24 16:12:09 2009 +0000 Monotone-Date: 2009-03-24T16:12:09 Monotone-Branch: ca.inverse.sogo -commit a94ecb2e6bdcf98584c2655f2ae378e9d9c81363 -Merge: 4cb373b e1b16d5 -Author: Ludovic Marcotte -Date: Tue Mar 24 15:57:04 2009 +0000 - - merge of '08b58bc681ca962c1a5026adf892bb10e6f4375a' - and 'a25f4f4ec1c0c0f924bd34d29ef261e5fc7a995a' - - Monotone-Parent: 08b58bc681ca962c1a5026adf892bb10e6f4375a - Monotone-Parent: a25f4f4ec1c0c0f924bd34d29ef261e5fc7a995a - Monotone-Revision: b30f1d5e86de6b4c8c520767677a2f76f818ce5a - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2009-03-24T15:57:04 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js commit e1b16d537a6dfd234a101b18cc24d680a9c47e62 Author: Ludovic Marcotte @@ -62057,6 +77123,9 @@ Date: Tue Mar 24 15:55:55 2009 +0000 Monotone-Date: 2009-03-24T15:55:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.m + commit 4cb373b3942bae9049b46b081f50a6ac3f11df4c Author: Francis Lachapelle Date: Tue Mar 24 15:50:50 2009 +0000 @@ -62068,6 +77137,9 @@ Date: Tue Mar 24 15:50:50 2009 +0000 Monotone-Date: 2009-03-24T15:50:50 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m +M UI/MailPartViewers/UIxMailPartICalActions.m + commit cc21f32490f54365e1cd7d230c0fba03ebd8e9e3 Author: Francis Lachapelle Date: Tue Mar 24 15:34:15 2009 +0000 @@ -62081,6 +77153,11 @@ Date: Tue Mar 24 15:34:15 2009 +0000 Monotone-Date: 2009-03-24T15:34:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m +M UI/MailPartViewers/UIxMailPartICalActions.m + commit f5941aa62f117cc088fc229c9859d6870e4148eb Author: Wolfgang Sourdeau Date: Tue Mar 24 15:27:25 2009 +0000 @@ -62092,21 +77169,11 @@ Date: Tue Mar 24 15:27:25 2009 +0000 Monotone-Date: 2009-03-24T15:27:25 Monotone-Branch: ca.inverse.sogo -commit 2f93cdd60b8b0780c2ef63a42de8f5e7dccb4eb9 -Merge: 34d0f15 290c4c2 -Author: Wolfgang Sourdeau -Date: Tue Mar 24 15:14:36 2009 +0000 - - merge of '2dd0d99b9f9830e90d6186f0b7bd8f21625bdfd5' - and 'cb528ed9e72c06055c7fde882bedd15f7ef64451' - - Monotone-Parent: 2dd0d99b9f9830e90d6186f0b7bd8f21625bdfd5 - Monotone-Parent: cb528ed9e72c06055c7fde882bedd15f7ef64451 - Monotone-Revision: f88d99a5bcea75c289e4a86001d1d294d3dadb9e - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-03-24T15:14:36 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/versitCardsSaxDriver/ChangeLog +M SOPE/NGCards/versitCardsSaxDriver/GNUmakefile +M SOPE/NGCards/versitCardsSaxDriver/VSSaxDriver.m +D SOPE/NGCards/versitCardsSaxDriver/VSStringFormatter.h +D SOPE/NGCards/versitCardsSaxDriver/VSStringFormatter.m commit 290c4c251713d979cd3855d60096a39c4306f218 Author: Wolfgang Sourdeau @@ -62119,6 +77186,8 @@ Date: Tue Mar 24 15:14:20 2009 +0000 Monotone-Date: 2009-03-24T15:14:20 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit 946886ed074652255f2525c4479f52c65a189260 Author: Wolfgang Sourdeau Date: Tue Mar 24 14:55:10 2009 +0000 @@ -62132,6 +77201,8 @@ Date: Tue Mar 24 14:55:10 2009 +0000 Monotone-Date: 2009-03-24T14:55:10 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit 927055105054788b1ce802d5394ea4f8302ef78e Author: Wolfgang Sourdeau Date: Tue Mar 24 14:25:44 2009 +0000 @@ -62143,6 +77214,9 @@ Date: Tue Mar 24 14:25:44 2009 +0000 Monotone-Date: 2009-03-24T14:25:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit 20adc66b93c3dfb26aed955d11896557aedb450d Author: Wolfgang Sourdeau Date: Tue Mar 24 14:25:09 2009 +0000 @@ -62154,6 +77228,8 @@ Date: Tue Mar 24 14:25:09 2009 +0000 Monotone-Date: 2009-03-24T14:25:09 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1632.diff + commit f5a98f3571983c61bba004985c1c64bd05b698b2 Author: Wolfgang Sourdeau Date: Tue Mar 24 14:05:55 2009 +0000 @@ -62165,6 +77241,9 @@ Date: Tue Mar 24 14:05:55 2009 +0000 Monotone-Date: 2009-03-24T14:05:55 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/GNUmakefile +M sogo.spec + commit d3f53a5c195512a8f96ad1b043519b66545d29b8 Author: Wolfgang Sourdeau Date: Tue Mar 24 13:47:11 2009 +0000 @@ -62176,6 +77255,9 @@ Date: Tue Mar 24 13:47:11 2009 +0000 Monotone-Date: 2009-03-24T13:47:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m + commit 8aadf63f82baed83273fde6355ab20489b4f8a63 Author: Wolfgang Sourdeau Date: Tue Mar 24 13:45:46 2009 +0000 @@ -62187,6 +77269,10 @@ Date: Tue Mar 24 13:45:46 2009 +0000 Monotone-Date: 2009-03-24T13:45:46 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalDailyRecurrenceCalculator.m +M SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m + commit 39cfaae6ec0f30e691e659868d0395095a76d847 Author: Wolfgang Sourdeau Date: Tue Mar 24 13:45:32 2009 +0000 @@ -62200,6 +77286,12 @@ Date: Tue Mar 24 13:45:32 2009 +0000 Monotone-Date: 2009-03-24T13:45:32 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalDailyRecurrenceCalculator.m +M SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m +M UI/Scheduler/UIxCalListingActions.m +M sogo.spec + commit 9bc1a1fbe1c1e1969fca51950c11a81e87fe95f0 Author: Wolfgang Sourdeau Date: Tue Mar 24 13:43:19 2009 +0000 @@ -62211,6 +77303,12 @@ Date: Tue Mar 24 13:43:19 2009 +0000 Monotone-Date: 2009-03-24T13:43:19 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalDailyRecurrenceCalculator.m +M SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m +M UI/Scheduler/UIxCalListingActions.m +M sogo.spec + commit 897fdccf52f28163211b0152f99fffd289ebc15f Author: Wolfgang Sourdeau Date: Tue Mar 24 13:41:44 2009 +0000 @@ -62222,6 +77320,10 @@ Date: Tue Mar 24 13:41:44 2009 +0000 Monotone-Date: 2009-03-24T13:41:44 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-gsmake2.diff +D SOPE/sope-patchset-r1630.diff +A SOPE/sope-patchset-r1632.diff + commit 34d0f1540c7f96600f8ddb4ced6c4f6b4743ed33 Author: Ludovic Marcotte Date: Tue Mar 24 00:07:21 2009 +0000 @@ -62235,21 +77337,7 @@ Date: Tue Mar 24 00:07:21 2009 +0000 Monotone-Date: 2009-03-24T00:07:21 Monotone-Branch: ca.inverse.sogo -commit 6a38a796a278fa443a47a95bdcf3ef6968863120 -Merge: 71d4126 28e34ba -Author: Wolfgang Sourdeau -Date: Mon Mar 23 21:22:11 2009 +0000 - - merge of 'ab9ae63478f08b1ff94c2872ca40ff73a041a9a7' - and 'bf1f76a700dd5013f40d490b2329d5c127f21fbf' - - Monotone-Parent: ab9ae63478f08b1ff94c2872ca40ff73a041a9a7 - Monotone-Parent: bf1f76a700dd5013f40d490b2329d5c127f21fbf - Monotone-Revision: cb528516476836d7575692fe4e1cd2380c58f2d9 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-03-23T21:22:11 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Mozilla Thunderbird Configuration.odt commit 71d412614913463c56d6510d64b90a66738eb787 Author: Francis Lachapelle @@ -62264,6 +77352,13 @@ Date: Mon Mar 23 21:19:55 2009 +0000 Monotone-Date: 2009-03-23T21:19:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +D UI/WebServerResources/lori-login.jpg + commit 28e34ba8aa8b86043836e42c6be7f1a5ad02bfe6 Author: Wolfgang Sourdeau Date: Mon Mar 23 21:19:54 2009 +0000 @@ -62275,6 +77370,8 @@ Date: Mon Mar 23 21:19:54 2009 +0000 Monotone-Date: 2009-03-23T21:19:54 Monotone-Branch: ca.inverse.sogo +M Scripts/sogo-init.d-redhat + commit 48dccb23166d30fb203d973f8ad9d4ffa7bf380a Author: Wolfgang Sourdeau Date: Mon Mar 23 21:16:25 2009 +0000 @@ -62286,6 +77383,8 @@ Date: Mon Mar 23 21:16:25 2009 +0000 Monotone-Date: 2009-03-23T21:16:25 Monotone-Branch: ca.inverse.sogo +M Scripts/sogo-init.d-redhat + commit 8715ec448b54ae261f7eeed7b34ac01033230e7e Author: Wolfgang Sourdeau Date: Mon Mar 23 19:04:31 2009 +0000 @@ -62297,6 +77396,9 @@ Date: Mon Mar 23 19:04:31 2009 +0000 Monotone-Date: 2009-03-23T19:04:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit e9b54763a1928cc857b21b0ba36d3663bb5860ee Author: C Robert Date: Mon Mar 23 14:35:42 2009 +0000 @@ -62310,6 +77412,10 @@ Date: Mon Mar 23 14:35:42 2009 +0000 Monotone-Date: 2009-03-23T14:35:42 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/SchedulerUI.css + commit 03055a3444d2e825a9f4c31abac58318dc0fa743 Author: Wolfgang Sourdeau Date: Mon Mar 23 13:10:33 2009 +0000 @@ -62321,6 +77427,9 @@ Date: Mon Mar 23 13:10:33 2009 +0000 Monotone-Date: 2009-03-23T13:10:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.m + commit 159f0cd76da3957a2cc5b54cc857e379d567e15b Author: Ludovic Marcotte Date: Mon Mar 23 12:51:16 2009 +0000 @@ -62334,6 +77443,10 @@ Date: Mon Mar 23 12:51:16 2009 +0000 Monotone-Date: 2009-03-23T12:51:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m +M UI/MailPartViewers/UIxMailPartViewer.m + commit 643d2dbf478f464233f27c05fdf445817723da4f Author: Wolfgang Sourdeau Date: Sun Mar 22 16:03:21 2009 +0000 @@ -62345,21 +77458,10 @@ Date: Sun Mar 22 16:03:21 2009 +0000 Monotone-Date: 2009-03-22T16:03:21 Monotone-Branch: ca.inverse.sogo -commit a30758a22e6d70bd1de2461707a0891cec9f7f23 -Merge: ab5fa75 da51be0 -Author: Wolfgang Sourdeau -Date: Sun Mar 22 15:00:41 2009 +0000 - - merge of '84411b8b6fbff010342ea44749d83a4f521e3ad7' - and 'ed796ed4ba5a6027433e3f18b4431d54833aeef8' - - Monotone-Parent: 84411b8b6fbff010342ea44749d83a4f521e3ad7 - Monotone-Parent: ed796ed4ba5a6027433e3f18b4431d54833aeef8 - Monotone-Revision: 461db977780298f484dd530f71ae963e7dde1fc4 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-03-22T15:00:41 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserDefaults.m commit da51be06192a0fe83b8c00ecc87dfca308b35308 Author: Ludovic Marcotte @@ -62374,21 +77476,7 @@ Date: Sun Mar 22 14:40:50 2009 +0000 Monotone-Date: 2009-03-22T14:40:50 Monotone-Branch: ca.inverse.sogo -commit ab5fa758107020ba29a259fbdadcc2813e5a5f5d -Merge: 1cf57b6 0c72f5a -Author: Wolfgang Sourdeau -Date: Sun Mar 22 14:24:12 2009 +0000 - - merge of 'c026420c830a2e21becf544b4e0b5d713023a37c' - and 'f7a4e6329dc23e00a3a0de99cd95bb15d432656d' - - Monotone-Parent: c026420c830a2e21becf544b4e0b5d713023a37c - Monotone-Parent: f7a4e6329dc23e00a3a0de99cd95bb15d432656d - Monotone-Revision: 84411b8b6fbff010342ea44749d83a4f521e3ad7 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-03-22T14:24:12 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUserDefaults.m commit 10417c241d3aefd43c5797c82386b2dd046774ce Author: Ludovic Marcotte @@ -62403,6 +77491,8 @@ Date: Sun Mar 22 14:20:50 2009 +0000 Monotone-Date: 2009-03-22T14:20:50 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUserDefaults.m + commit 0c72f5a4e78153e68daddade0eb30ccbf3d735f2 Author: Ludovic Marcotte Date: Sun Mar 22 13:53:06 2009 +0000 @@ -62416,6 +77506,8 @@ Date: Sun Mar 22 13:53:06 2009 +0000 Monotone-Date: 2009-03-22T13:53:06 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.m + commit 1cf57b627aa72c00d647343f8a3745e0291bec80 Author: Wolfgang Sourdeau Date: Sat Mar 21 20:21:05 2009 +0000 @@ -62427,6 +77519,8 @@ Date: Sat Mar 21 20:21:05 2009 +0000 Monotone-Date: 2009-03-21T20:21:05 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.h + commit fdb6829d3c14f699c8680886cef4a9adc7e19435 Author: Wolfgang Sourdeau Date: Sat Mar 21 14:48:56 2009 +0000 @@ -62438,6 +77532,8 @@ Date: Sat Mar 21 14:48:56 2009 +0000 Monotone-Date: 2009-03-21T14:48:56 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.h + commit 12652ba81fbaf76f22eface33b18af94368f9ff2 Author: Wolfgang Sourdeau Date: Sat Mar 21 14:43:13 2009 +0000 @@ -62449,6 +77545,9 @@ Date: Sat Mar 21 14:43:13 2009 +0000 Monotone-Date: 2009-03-21T14:43:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit 2e58aba46d77da8bac646e0b6dad789db345aa53 Author: Ludovic Marcotte Date: Fri Mar 20 22:24:31 2009 +0000 @@ -62462,6 +77561,10 @@ Date: Fri Mar 20 22:24:31 2009 +0000 Monotone-Date: 2009-03-20T22:24:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m + commit 007d1a966aa447b9923d502de369af7732f176fb Author: Wolfgang Sourdeau Date: Fri Mar 20 21:37:07 2009 +0000 @@ -62473,6 +77576,10 @@ Date: Fri Mar 20 21:37:07 2009 +0000 Monotone-Date: 2009-03-20T21:37:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoParentFolder.m +M UI/Contacts/UIxContactFoldersView.m + commit 88176a049b701a2c4c946a4a7221be3cc1905b04 Author: Wolfgang Sourdeau Date: Fri Mar 20 21:11:45 2009 +0000 @@ -62484,6 +77591,8 @@ Date: Fri Mar 20 21:11:45 2009 +0000 Monotone-Date: 2009-03-20T21:11:45 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit b873dce7562b2be7401c046e6b659951c83ba08e Author: Wolfgang Sourdeau Date: Fri Mar 20 20:56:29 2009 +0000 @@ -62495,6 +77604,9 @@ Date: Fri Mar 20 20:56:29 2009 +0000 Monotone-Date: 2009-03-20T20:56:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserDefaults.m + commit 59808b74b529472e48f8eac339aa018f8cd78ffd Author: Wolfgang Sourdeau Date: Fri Mar 20 20:35:39 2009 +0000 @@ -62506,6 +77618,9 @@ Date: Fri Mar 20 20:35:39 2009 +0000 Monotone-Date: 2009-03-20T20:35:39 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSChannelManager.m + commit c40475ab772ae6f62835c7e8bd0a8ca2c168a952 Author: Wolfgang Sourdeau Date: Fri Mar 20 19:42:44 2009 +0000 @@ -62517,6 +77632,9 @@ Date: Fri Mar 20 19:42:44 2009 +0000 Monotone-Date: 2009-03-20T19:42:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit 818de74e5e453bebf7e3fac7c81207774c2a236e Author: Wolfgang Sourdeau Date: Fri Mar 20 17:43:52 2009 +0000 @@ -62528,6 +77646,8 @@ Date: Fri Mar 20 17:43:52 2009 +0000 Monotone-Date: 2009-03-20T17:43:52 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog + commit 0ca3d9d7b0fa8bd2fa650abeb7ab255d5bd6f3ba Author: Wolfgang Sourdeau Date: Fri Mar 20 17:35:49 2009 +0000 @@ -62539,6 +77659,9 @@ Date: Fri Mar 20 17:35:49 2009 +0000 Monotone-Date: 2009-03-20T17:35:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit 273415b671a650e2780d7a4af69fe502ab3cb2a3 Author: Wolfgang Sourdeau Date: Fri Mar 20 17:34:35 2009 +0000 @@ -62550,6 +77673,8 @@ Date: Fri Mar 20 17:34:35 2009 +0000 Monotone-Date: 2009-03-20T17:34:35 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/GCSChannelManager.m + commit 43c4580ba7efd88ce78828c43c6d9aa020624dec Author: Francis Lachapelle Date: Thu Mar 19 21:31:12 2009 +0000 @@ -62562,6 +77687,11 @@ Date: Thu Mar 19 21:31:12 2009 +0000 Monotone-Branch: ca.inverse.sogo Monotone-Tag: SOGo_v1.0.0 +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt +M Documentation/architecture.png + commit 72f336b47983fe4ee55b18afc792aa4f47da45d0 Author: Wolfgang Sourdeau Date: Thu Mar 19 20:58:53 2009 +0000 @@ -62573,6 +77703,8 @@ Date: Thu Mar 19 20:58:53 2009 +0000 Monotone-Date: 2009-03-19T20:58:53 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactsUserFolders.js + commit 62a6fafaa98e5b713e7635ffb9bc1e9eef45b622 Author: Wolfgang Sourdeau Date: Thu Mar 19 20:04:16 2009 +0000 @@ -62584,6 +77716,8 @@ Date: Thu Mar 19 20:04:16 2009 +0000 Monotone-Date: 2009-03-19T20:04:16 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 131672d0e0039677d7ae4fdb2e1250181c5953a4 Author: Wolfgang Sourdeau Date: Thu Mar 19 19:53:02 2009 +0000 @@ -62595,21 +77729,7 @@ Date: Thu Mar 19 19:53:02 2009 +0000 Monotone-Date: 2009-03-19T19:53:02 Monotone-Branch: ca.inverse.sogo -commit a4394cb489c4956b842eece7577587547cb44e1a -Merge: 4cfb2b0 ed59785 -Author: Wolfgang Sourdeau -Date: Thu Mar 19 19:07:54 2009 +0000 - - merge of '2c52bc9062d09379395dae99d6c685de6c8157c9' - and '8dcf465d8b7d8d1213dcce13303ce7aba65a10ff' - - Monotone-Parent: 2c52bc9062d09379395dae99d6c685de6c8157c9 - Monotone-Parent: 8dcf465d8b7d8d1213dcce13303ce7aba65a10ff - Monotone-Revision: 548d3cca58e3fec9bc3c888112b856a577978bec - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-03-19T19:07:54 - Monotone-Branch: ca.inverse.sogo +M UI/MainUI/Version commit 4cfb2b0ccd91becfa7816660b70e419ae9019452 Author: Wolfgang Sourdeau @@ -62622,6 +77742,9 @@ Date: Thu Mar 19 19:07:39 2009 +0000 Monotone-Date: 2009-03-19T19:07:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit ed597858623a9dd1f523545708f47a912147399e Author: Francis Lachapelle Date: Thu Mar 19 18:04:23 2009 +0000 @@ -62633,6 +77756,8 @@ Date: Thu Mar 19 18:04:23 2009 +0000 Monotone-Date: 2009-03-19T18:04:23 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.js + commit 75bcbf8e5cf4ec124fa128d06a4d56d426b89beb Author: Francis Lachapelle Date: Thu Mar 19 17:59:20 2009 +0000 @@ -62644,6 +77769,8 @@ Date: Thu Mar 19 17:59:20 2009 +0000 Monotone-Date: 2009-03-19T17:59:20 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.js + commit 7d817dcb9b36526bfa9db26c93bc19fc8bea9efe Author: Francis Lachapelle Date: Thu Mar 19 16:49:36 2009 +0000 @@ -62657,6 +77784,9 @@ Date: Thu Mar 19 16:49:36 2009 +0000 Monotone-Date: 2009-03-19T16:49:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m + commit bfdf897b300da2cf7a5e7d0b798da65bbad90646 Author: Wolfgang Sourdeau Date: Thu Mar 19 15:46:36 2009 +0000 @@ -62668,6 +77798,9 @@ Date: Thu Mar 19 15:46:36 2009 +0000 Monotone-Date: 2009-03-19T15:46:36 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m +M SoObjects/SOGo/SOGoObject.m + commit 578f01bd5e0bcb5bc8df13222eda16fd84d25ef5 Author: Wolfgang Sourdeau Date: Thu Mar 19 15:42:58 2009 +0000 @@ -62679,6 +77812,11 @@ Date: Thu Mar 19 15:42:58 2009 +0000 Monotone-Date: 2009-03-19T15:42:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoUser.m + commit f980e6508709aaa6ea53d01dc3ff1419b3a33bd3 Author: Ludovic Marcotte Date: Thu Mar 19 14:30:06 2009 +0000 @@ -62692,6 +77830,10 @@ Date: Thu Mar 19 14:30:06 2009 +0000 Monotone-Date: 2009-03-19T14:30:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M sogo.spec + commit f883d170d6b1681d4f2ac62fcd1b8483c0e46e38 Author: Wolfgang Sourdeau Date: Thu Mar 19 13:22:43 2009 +0000 @@ -62703,6 +77845,9 @@ Date: Thu Mar 19 13:22:43 2009 +0000 Monotone-Date: 2009-03-19T13:22:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit c2555c75c0adcd1863f08571156edce5c6ecb0d2 Author: Francis Lachapelle Date: Thu Mar 19 02:43:14 2009 +0000 @@ -62714,6 +77859,8 @@ Date: Thu Mar 19 02:43:14 2009 +0000 Monotone-Date: 2009-03-19T02:43:14 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/inverse.png + commit 99fe6df5a904cf79a308f9b1e7066d456a20b21b Author: Francis Lachapelle Date: Thu Mar 19 02:42:59 2009 +0000 @@ -62725,6 +77872,8 @@ Date: Thu Mar 19 02:42:59 2009 +0000 Monotone-Date: 2009-03-19T02:42:59 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/sogo-logo.png + commit a05c370eb46480ce3a4b6516080d68715d298376 Author: Francis Lachapelle Date: Thu Mar 19 02:42:35 2009 +0000 @@ -62738,24 +77887,20 @@ Date: Thu Mar 19 02:42:35 2009 +0000 Monotone-Date: 2009-03-19T02:42:35 Monotone-Branch: ca.inverse.sogo -commit ceecaa65639f3e42ac73407a841253f3e5109499 -Merge: aabd65e 1775c0f -Author: Francis Lachapelle -Date: Thu Mar 19 02:15:38 2009 +0000 - - merge of '75e3cd2469a9c4627a182aa0bef3750b8d65a99e' - and 'c94dcb16868ca60cb633c8c91ff225e1f3b84329' - - Monotone-Parent: 75e3cd2469a9c4627a182aa0bef3750b8d65a99e - Monotone-Parent: c94dcb16868ca60cb633c8c91ff225e1f3b84329 - Monotone-Revision: bb83e15abbaa6a9134aefc67b7bb671c74735ea4 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2009-03-19T02:15:38 - Monotone-Date: 2009-03-19T02:38:55 - Monotone-Branch: ca.inverse.sogo - Monotone-Branch: ca.inverse.sogo +M ChangeLog +D Documentation/lori.png +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/Templates/MainUI/SOGoBrowsersPanel.wox +M UI/Templates/MainUI/SOGoRootPage.wox +M UI/WebServerResources/SOGoRootPage.css +M UI/WebServerResources/SOGoRootPage.js +M UI/WebServerResources/iefixes.css commit 1775c0f11a3d86b123a88dfb45af9cd839c5a8c7 Author: Wolfgang Sourdeau @@ -62768,6 +77913,8 @@ Date: Thu Mar 19 01:48:58 2009 +0000 Monotone-Date: 2009-03-19T01:48:58 Monotone-Branch: ca.inverse.sogo +M Version + commit aabd65ea78994cc09b9df728908a70d4e98b65f2 Author: Ludovic Marcotte Date: Thu Mar 19 01:41:05 2009 +0000 @@ -62781,21 +77928,14 @@ Date: Thu Mar 19 01:41:05 2009 +0000 Monotone-Date: 2009-03-19T01:41:05 Monotone-Branch: ca.inverse.sogo -commit 744bd14527b0f3a8017d07019ec5388e758d26c6 -Merge: e347f36 7e01998 -Author: Wolfgang Sourdeau -Date: Thu Mar 19 01:22:28 2009 +0000 - - merge of 'a1701b3f7bd858b1fc0810b5313e8648bfcb42f6' - and 'e63db11744055769ff757def864e9770499ad057' - - Monotone-Parent: a1701b3f7bd858b1fc0810b5313e8648bfcb42f6 - Monotone-Parent: e63db11744055769ff757def864e9770499ad057 - Monotone-Revision: b17886dc9b84e4662186fb632398245956c8d684 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-03-19T01:22:28 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Mozilla Thunderbird Configuration.odt +M Main/README +M Main/SOGo.m +M NEWS +M Scripts/updates.php +M UI/Common/UIxPageFrame.m +M UI/WebServerResources/generic.js commit e347f36a5b578b4bc497561f18373db2ab734af0 Author: Wolfgang Sourdeau @@ -62808,6 +77948,13 @@ Date: Thu Mar 19 01:22:09 2009 +0000 Monotone-Date: 2009-03-19T01:22:09 Monotone-Branch: ca.inverse.sogo +M Apache/SOGo.conf +M Main/README +M Scripts/sogo-init.d-debian +M Scripts/sogo-init.d-redhat +M Scripts/sogod-wrapper +M sogo.spec + commit 50dbc4e2a519c498c4317fc8230ac560e959304b Author: Wolfgang Sourdeau Date: Thu Mar 19 01:21:39 2009 +0000 @@ -62819,6 +77966,11 @@ Date: Thu Mar 19 01:21:39 2009 +0000 Monotone-Date: 2009-03-19T01:21:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/Contacts/SOGoContactLDIFEntry.m + commit 4c832536e921afa950335398cd7cb96441e6784b Author: Wolfgang Sourdeau Date: Wed Mar 18 22:13:04 2009 +0000 @@ -62830,6 +77982,15 @@ Date: Wed Mar 18 22:13:04 2009 +0000 Monotone-Date: 2009-03-18T22:13:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/GNUmakefile +M Main/SOGo.m +M Main/SOGoProductLoader.h +M Main/SOGoProductLoader.m +M Main/sogod.m +M UI/WebServerResources/SOGoRootPage.js +M configure + commit 7e019988a8b81b9de95f0c367cf26b881d67d428 Author: Francis Lachapelle Date: Wed Mar 18 21:41:22 2009 +0000 @@ -62843,6 +78004,8 @@ Date: Wed Mar 18 21:41:22 2009 +0000 Monotone-Date: 2009-03-18T21:41:22 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalDateTime.m + commit bcff48ba8c84ee0eac135bcfe0cacbf96f239193 Author: Wolfgang Sourdeau Date: Wed Mar 18 20:28:35 2009 +0000 @@ -62854,6 +78017,9 @@ Date: Wed Mar 18 20:28:35 2009 +0000 Monotone-Date: 2009-03-18T20:28:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoParentFolder.m + commit 446cee7d733379a586a043fb5ec4b15a94975b65 Author: Wolfgang Sourdeau Date: Wed Mar 18 15:48:22 2009 +0000 @@ -62865,6 +78031,9 @@ Date: Wed Mar 18 15:48:22 2009 +0000 Monotone-Date: 2009-03-18T15:48:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit c9f18f2b859be322b90d752190dd23eba91175d6 Author: Wolfgang Sourdeau Date: Wed Mar 18 14:36:06 2009 +0000 @@ -62876,6 +78045,14 @@ Date: Wed Mar 18 14:36:06 2009 +0000 Monotone-Date: 2009-03-18T14:36:06 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/WebServerResources/SchedulerUI.js + commit 607e43034c4c57ca033a8430444e1ff6990d4116 Author: Francis Lachapelle Date: Tue Mar 17 20:04:23 2009 +0000 @@ -62887,6 +78064,8 @@ Date: Tue Mar 17 20:04:23 2009 +0000 Monotone-Date: 2009-03-17T20:04:23 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m + commit 5888d108f55bc6d2691392c3968b7dcc5afc1bb2 Author: Francis Lachapelle Date: Tue Mar 17 19:54:19 2009 +0000 @@ -62898,6 +78077,8 @@ Date: Tue Mar 17 19:54:19 2009 +0000 Monotone-Date: 2009-03-17T19:54:19 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/browser_safari.gif + commit 7393727d1eb4bf8e7f586141ce5fc93d67c38eb5 Author: Francis Lachapelle Date: Tue Mar 17 19:48:19 2009 +0000 @@ -62909,6 +78090,8 @@ Date: Tue Mar 17 19:48:19 2009 +0000 Monotone-Date: 2009-03-17T19:48:19 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js + commit b0aa863564eca7214296cecbc7b97ac8688b1ad3 Author: Francis Lachapelle Date: Tue Mar 17 19:46:46 2009 +0000 @@ -62922,21 +78105,7 @@ Date: Tue Mar 17 19:46:46 2009 +0000 Monotone-Date: 2009-03-17T19:46:46 Monotone-Branch: ca.inverse.sogo -commit fce6da51b23c841c0810723264a54f296c478de8 -Merge: d8fa403 70c0c0d -Author: Francis Lachapelle -Date: Tue Mar 17 19:40:38 2009 +0000 - - merge of '29e166422a510e7b1ca9fef597f49aa7ffed17d6' - and 'b516b07191501368df1dfb16f25aee4b4fba7941' - - Monotone-Parent: 29e166422a510e7b1ca9fef597f49aa7ffed17d6 - Monotone-Parent: b516b07191501368df1dfb16f25aee4b4fba7941 - Monotone-Revision: cc6154915db42f1f14c162c6819d08d12c31b6c3 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-03-17T19:40:38 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoDragHandles.js commit 70c0c0d919dae45acd247eb3f4aa85311c60de03 Author: Francis Lachapelle @@ -62951,6 +78120,8 @@ Date: Tue Mar 17 19:38:05 2009 +0000 Monotone-Date: 2009-03-17T19:38:05 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit d8fa40340f73ea4a2ae7aeaf1b1be44cbc14f5c9 Author: Ludovic Marcotte Date: Tue Mar 17 17:34:54 2009 +0000 @@ -62964,6 +78135,11 @@ Date: Tue Mar 17 17:34:54 2009 +0000 Monotone-Date: 2009-03-17T17:34:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M Scripts/sogo-init.d-debian +M Scripts/sogo-init.d-redhat + commit 10407f7f6f1b28bd97b933fbdc1e4f6c3b3fe25f Author: Francis Lachapelle Date: Tue Mar 17 16:03:57 2009 +0000 @@ -62977,6 +78153,8 @@ Date: Tue Mar 17 16:03:57 2009 +0000 Monotone-Date: 2009-03-17T16:03:57 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 57830dbb8874a544c0447479b29eab6cc52a35aa Author: Wolfgang Sourdeau Date: Tue Mar 17 15:58:25 2009 +0000 @@ -62988,6 +78166,9 @@ Date: Tue Mar 17 15:58:25 2009 +0000 Monotone-Date: 2009-03-17T15:58:25 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.m + commit b65ae175c3253b6df756c63deea664bba692e525 Author: Ludovic Marcotte Date: Mon Mar 16 21:13:01 2009 +0000 @@ -63001,6 +78182,12 @@ Date: Mon Mar 16 21:13:01 2009 +0000 Monotone-Date: 2009-03-16T21:13:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m +M sogo.spec + commit a8cd172a6b799a2d378f64a6ace4e73e3173b3ba Author: Francis Lachapelle Date: Mon Mar 16 21:21:43 2009 +0000 @@ -63014,6 +78201,11 @@ Date: Mon Mar 16 21:21:43 2009 +0000 Monotone-Date: 2009-03-16T21:21:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M UI/Scheduler/UIxCalListingActions.m + commit 4a13bc463cdcfab2740f4acfc114c23c6f8a2a78 Author: Francis Lachapelle Date: Mon Mar 16 21:20:12 2009 +0000 @@ -63027,6 +78219,8 @@ Date: Mon Mar 16 21:20:12 2009 +0000 Monotone-Date: 2009-03-16T21:20:12 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/JavascriptAPIExtensions.js + commit 056f16178b723ad81895cd005714445d698aeb22 Author: Wolfgang Sourdeau Date: Mon Mar 16 21:08:19 2009 +0000 @@ -63038,6 +78232,10 @@ Date: Mon Mar 16 21:08:19 2009 +0000 Monotone-Date: 2009-03-16T21:08:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoTaskObject.m + commit 6d328b0c65c0491a41fcc0f4d95f9188bf8e2800 Author: Wolfgang Sourdeau Date: Mon Mar 16 21:02:59 2009 +0000 @@ -63049,6 +78247,9 @@ Date: Mon Mar 16 21:02:59 2009 +0000 Monotone-Date: 2009-03-16T21:02:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 47aeb8f7dde39b934c0450147ae197b7ca919312 Author: Wolfgang Sourdeau Date: Mon Mar 16 18:26:08 2009 +0000 @@ -63060,21 +78261,8 @@ Date: Mon Mar 16 18:26:08 2009 +0000 Monotone-Date: 2009-03-16T18:26:08 Monotone-Branch: ca.inverse.sogo -commit 5faf904b4a3fc574731d400ade8d475983dc9f59 -Merge: 8cd55ea c3bc74e -Author: Wolfgang Sourdeau -Date: Fri Mar 13 22:55:00 2009 +0000 - - merge of '0bd8de88352206932cbf2a15ae603a90b79e6e44' - and 'b4cdf2c0fe2ace70d873c007f3fd15f64aa0f91a' - - Monotone-Parent: 0bd8de88352206932cbf2a15ae603a90b79e6e44 - Monotone-Parent: b4cdf2c0fe2ace70d873c007f3fd15f64aa0f91a - Monotone-Revision: 0a9ebb81d46a0321c166273fb763ad39c233cc50 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-03-13T22:55:00 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.m commit c3bc74e1165aee3bfa2e201b14ed04c8701feedf Author: Ludovic Marcotte @@ -63089,6 +78277,11 @@ Date: Fri Mar 13 19:48:15 2009 +0000 Monotone-Date: 2009-03-13T19:48:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailFolder.m + commit 624ff85d71597946c94feea70154431497827dda Author: Ludovic Marcotte Date: Thu Mar 12 23:35:09 2009 +0000 @@ -63102,6 +78295,9 @@ Date: Thu Mar 12 23:35:09 2009 +0000 Monotone-Date: 2009-03-12T23:35:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/sope-patchset-r1630.diff + commit 2d2722b5d09b63645a08d6cd1f7954c2f47ad468 Author: Francis Lachapelle Date: Thu Mar 12 21:52:56 2009 +0000 @@ -63115,21 +78311,7 @@ Date: Thu Mar 12 21:52:56 2009 +0000 Monotone-Date: 2009-03-12T21:52:56 Monotone-Branch: ca.inverse.sogo -commit a4c353f7b24e41aafd9f538b75b0750113c9940e -Merge: a799603 cf47f74 -Author: Francis Lachapelle -Date: Thu Mar 12 21:51:57 2009 +0000 - - merge of '070042ab40f01de7dd4a39f28e1a9a445232baf0' - and 'be9bb27ba55086a4f9fcfffba7d8a0df9a6cdde2' - - Monotone-Parent: 070042ab40f01de7dd4a39f28e1a9a445232baf0 - Monotone-Parent: be9bb27ba55086a4f9fcfffba7d8a0df9a6cdde2 - Monotone-Revision: 7b1b22a765a78529ec87496fb491debd695fa9a4 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-03-12T21:51:57 - Monotone-Branch: ca.inverse.sogo +M ChangeLog commit a7996034ed95b5ba68c00fe53553d9a3943765fd Author: Francis Lachapelle @@ -63144,21 +78326,7 @@ Date: Thu Mar 12 21:49:15 2009 +0000 Monotone-Date: 2009-03-12T21:49:15 Monotone-Branch: ca.inverse.sogo -commit 8cd55ea9ab79da146c5019bc8dcf92a6c24a8fe8 -Merge: 74bc491 cf47f74 -Author: Wolfgang Sourdeau -Date: Thu Mar 12 21:26:46 2009 +0000 - - merge of '59c4b0746cb2313cef5fff230f8824a9d48a2ee1' - and 'be9bb27ba55086a4f9fcfffba7d8a0df9a6cdde2' - - Monotone-Parent: 59c4b0746cb2313cef5fff230f8824a9d48a2ee1 - Monotone-Parent: be9bb27ba55086a4f9fcfffba7d8a0df9a6cdde2 - Monotone-Revision: 0bd8de88352206932cbf2a15ae603a90b79e6e44 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-03-12T21:26:46 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoDragHandles.js commit 74bc491e8eb70c27c9f71d9d9e90bee15c5b9d7d Author: Francis Lachapelle @@ -63173,6 +78341,10 @@ Date: Thu Mar 12 21:11:22 2009 +0000 Monotone-Date: 2009-03-12T21:11:22 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox +D UI/WebServerResources/events.js +D UI/WebServerResources/fastinit.js + commit 21ab0405343e84c0289dd4f3a9780d2670c8ed87 Author: Francis Lachapelle Date: Thu Mar 12 21:09:14 2009 +0000 @@ -63186,6 +78358,29 @@ Date: Thu Mar 12 21:09:14 2009 +0000 Monotone-Date: 2009-03-12T21:09:14 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoRootPage.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAclEditor.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxCalUserRightsEditor.js +M UI/WebServerResources/UIxCalendarProperties.js +M UI/WebServerResources/UIxColorPicker.js +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/UIxContactEditor.js +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/UIxContactsUserRightsEditor.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailPopupView.js +M UI/WebServerResources/UIxMailToSelection.js +M UI/WebServerResources/UIxMailUserRightsEditor.js +M UI/WebServerResources/UIxOccurenceDialog.js +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/UIxRecurrenceEditor.js +M UI/WebServerResources/UIxTaskEditor.js + commit 40b6d7a77c96e3867467f0a3e1a96eb320f8031f Author: Francis Lachapelle Date: Thu Mar 12 21:02:21 2009 +0000 @@ -63199,6 +78394,9 @@ Date: Thu Mar 12 21:02:21 2009 +0000 Monotone-Date: 2009-03-12T21:02:21 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/Templates/SchedulerUI/UIxCalDayTable.wox + commit c4286b952b240b6d36e46b7ad28254b8ad220fd0 Author: Francis Lachapelle Date: Thu Mar 12 20:59:21 2009 +0000 @@ -63212,6 +78410,9 @@ Date: Thu Mar 12 20:59:21 2009 +0000 Monotone-Date: 2009-03-12T20:59:21 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.m +M UI/MainUI/SOGoUserHomePage.m + commit cf47f741ae3d4b067bc5004cb36e88d026155168 Author: Ludovic Marcotte Date: Thu Mar 12 16:30:32 2009 +0000 @@ -63225,21 +78426,8 @@ Date: Thu Mar 12 16:30:32 2009 +0000 Monotone-Date: 2009-03-12T16:30:32 Monotone-Branch: ca.inverse.sogo -commit 78aa8621f3cfa48b4e5c87796ff1b7705300ebc8 -Merge: 38bb5c8 6a9b459 -Author: Francis Lachapelle -Date: Thu Mar 12 14:30:28 2009 +0000 - - merge of '3055240bcbfdf1f126dd4c98383756015fe19b9f' - and '55e9652c81aeb3099b52fdacfebe185b63106ee9' - - Monotone-Parent: 3055240bcbfdf1f126dd4c98383756015fe19b9f - Monotone-Parent: 55e9652c81aeb3099b52fdacfebe185b63106ee9 - Monotone-Revision: 1493f36a1d4949d61e2af0b02cdc11d672b14313 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-03-12T14:30:28 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/sope-patchset-r1630.diff commit 38bb5c88c242dbe791887cd7ce89e87e2a83d4b5 Author: Ludovic Marcotte @@ -63254,6 +78442,9 @@ Date: Wed Mar 11 17:59:49 2009 +0000 Monotone-Date: 2009-03-11T17:59:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailAccountActions.m + commit 6a9b459d3ca4f6d6a0acda7a4937beab26abc1d4 Author: Francis Lachapelle Date: Wed Mar 11 14:59:24 2009 +0000 @@ -63267,21 +78458,7 @@ Date: Wed Mar 11 14:59:24 2009 +0000 Monotone-Date: 2009-03-11T14:59:24 Monotone-Branch: ca.inverse.sogo -commit b8f49dbbcff133ffe1b1cf502bb98d88553b9a79 -Merge: 208d480 a7f2ace -Author: Francis Lachapelle -Date: Wed Mar 11 14:33:12 2009 +0000 - - merge of '28c05bb78bef144b921bd396d723df3160a6cd68' - and '86480ce562df131383c834ebb7c0a2f353871e18' - - Monotone-Parent: 28c05bb78bef144b921bd396d723df3160a6cd68 - Monotone-Parent: 86480ce562df131383c834ebb7c0a2f353871e18 - Monotone-Revision: 1928b52441789ad4d83520e6d27fb7faa2f30d88 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-03-11T14:33:12 - Monotone-Branch: ca.inverse.sogo +M Scripts/sogo-init.d-debian commit 7664654e4200aafc803c35f861fa1e8edfdc06fd Author: Ludovic Marcotte @@ -63296,6 +78473,9 @@ Date: Wed Mar 11 13:39:20 2009 +0000 Monotone-Date: 2009-03-11T13:39:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 208d4807903e87e318647b349af8aa67339bdda1 Author: Ludovic Marcotte Date: Mon Mar 9 16:40:38 2009 +0000 @@ -63309,6 +78489,9 @@ Date: Mon Mar 9 16:40:38 2009 +0000 Monotone-Date: 2009-03-09T16:40:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/sope-patchset-r1630.diff + commit 3fc8b43b440fcf67689b699370032f59fa9e2891 Author: Ludovic Marcotte Date: Mon Mar 9 14:16:20 2009 +0000 @@ -63322,6 +78505,9 @@ Date: Mon Mar 9 14:16:20 2009 +0000 Monotone-Date: 2009-03-09T14:16:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt + commit c76b8c255bdbb32daaab4b75effd841e0835442a Author: Ludovic Marcotte Date: Sun Mar 8 18:51:48 2009 +0000 @@ -63335,21 +78521,8 @@ Date: Sun Mar 8 18:51:48 2009 +0000 Monotone-Date: 2009-03-08T18:51:48 Monotone-Branch: ca.inverse.sogo -commit a7f2ace5696a777a09a17e600ced89a250ce36ed -Merge: 3fc8b43 c809594 -Author: Francis Lachapelle -Date: Sat Mar 7 05:07:34 2009 +0000 - - merge of '0bc570e01ac30760257738a29e0d780e964f4a8a' - and '59c71248aa4b7df383ccdc570db26b7c829d9378' - - Monotone-Parent: 0bc570e01ac30760257738a29e0d780e964f4a8a - Monotone-Parent: 59c71248aa4b7df383ccdc570db26b7c829d9378 - Monotone-Revision: 86480ce562df131383c834ebb7c0a2f353871e18 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-03-07T05:07:34 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Mozilla Thunderbird Configuration.odt commit 0837840ee8256c0f83236cdeb0e4edb139c3d52c Author: Ludovic Marcotte @@ -63364,6 +78537,9 @@ Date: Fri Mar 6 21:12:42 2009 +0000 Monotone-Date: 2009-03-06T21:12:42 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.js + commit c4b539fd91ec43ce70a005cfcb8730774b1f0d32 Author: Ludovic Marcotte Date: Fri Mar 6 19:25:56 2009 +0000 @@ -63377,6 +78553,11 @@ Date: Fri Mar 6 19:25:56 2009 +0000 Monotone-Date: 2009-03-06T19:25:56 Monotone-Branch: ca.inverse.sogo +M Apache/SOGo.conf +M ChangeLog +M UI/WebServerResources/generic.js +M UI/WebServerResources/prototype.js + commit 7c4b912ad8a89d388ed8a9087de80a26f39d9381 Author: Wolfgang Sourdeau Date: Wed Mar 4 15:27:00 2009 +0000 @@ -63388,6 +78569,12 @@ Date: Wed Mar 4 15:27:00 2009 +0000 Monotone-Date: 2009-03-04T15:27:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/GNUmakefile.preamble +M Main/sogod.m +M SoObjects/SOGo/GNUmakefile +A SoObjects/SOGo/SOGoLDAPUserDefaultsBootstrap.m + commit 2388f300937820c3c7206a4e771cc28cb287a9b6 Author: Ludovic Marcotte Date: Wed Mar 4 14:41:00 2009 +0000 @@ -63401,6 +78588,10 @@ Date: Wed Mar 4 14:41:00 2009 +0000 Monotone-Date: 2009-03-04T14:41:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject+Draft.m +M SoObjects/SOGo/NSArray+Utilities.m + commit 997299688d2eb09414d710b902c47746ac36c2a8 Author: Ludovic Marcotte Date: Tue Mar 3 19:08:02 2009 +0000 @@ -63414,6 +78605,15 @@ Date: Tue Mar 3 19:08:02 2009 +0000 Monotone-Date: 2009-03-03T19:08:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m +M UI/Scheduler/UIxCalDayTable.m + commit 290cec8c6ffbb1c669ffa1e3cdc2b3b394f64f77 Author: Wolfgang Sourdeau Date: Tue Mar 3 14:57:04 2009 +0000 @@ -63425,6 +78625,9 @@ Date: Tue Mar 3 14:57:04 2009 +0000 Monotone-Date: 2009-03-03T14:57:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalDayTable.m + commit 00f7b94cbd9f20729f6873309d0cd64917cf9473 Author: Wolfgang Sourdeau Date: Mon Mar 2 21:47:47 2009 +0000 @@ -63436,6 +78639,10 @@ Date: Mon Mar 2 21:47:47 2009 +0000 Monotone-Date: 2009-03-02T21:47:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoComponentOccurence.h +M SoObjects/Appointments/SOGoComponentOccurence.m + commit 93f4098d466d3a39e9358b3975663cdfa88e9b59 Author: Wolfgang Sourdeau Date: Mon Mar 2 21:47:38 2009 +0000 @@ -63447,37 +78654,7 @@ Date: Mon Mar 2 21:47:38 2009 +0000 Monotone-Date: 2009-03-02T21:47:38 Monotone-Branch: ca.inverse.sogo -commit c809594f0d499774acfb3b64e81c8884f57f38b2 -Merge: b63d4f2 2b685ae -Author: Francis Lachapelle -Date: Mon Mar 2 21:07:14 2009 +0000 - - merge of '8c77afb1abc1cfa1e4e6fdd86195aca95b508f1a' - and 'b3a500aa833d95b94e57f01645279aeda5ad3587' - - Monotone-Parent: 8c77afb1abc1cfa1e4e6fdd86195aca95b508f1a - Monotone-Parent: b3a500aa833d95b94e57f01645279aeda5ad3587 - Monotone-Revision: 59c71248aa4b7df383ccdc570db26b7c829d9378 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-03-02T21:07:14 - Monotone-Branch: ca.inverse.sogo - -commit ccaa70b407eb929dc07e4d763b6eb604cc238e7b -Merge: 9e7ed29 f8c711f -Author: Wolfgang Sourdeau -Date: Mon Mar 2 21:04:10 2009 +0000 - - merge of '6810c56ec0938b566b7b3956334cdf42acad581b' - and 'faae591447bb2bc51c88baef80263d6f3c92e155' - - Monotone-Parent: 6810c56ec0938b566b7b3956334cdf42acad581b - Monotone-Parent: faae591447bb2bc51c88baef80263d6f3c92e155 - Monotone-Revision: 85f1f53db7cb67b3254c177bab77b5c13ab8a76f - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-03-02T21:04:10 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.js commit f8c711f79928c4c70d02328e5afeeb51dd96a4e1 Author: Wolfgang Sourdeau @@ -63490,6 +78667,23 @@ Date: Mon Mar 2 21:04:05 2009 +0000 Monotone-Date: 2009-03-02T21:04:05 Monotone-Branch: ca.inverse.sogo +D Protocols/GNUmakefile +D Protocols/common.make +D Protocols/iCalHTTP/COPYING +D Protocols/iCalHTTP/COPYRIGHT +D Protocols/iCalHTTP/ChangeLog.upstream +D Protocols/iCalHTTP/GNUmakefile +D Protocols/iCalHTTP/README +D Protocols/iCalHTTP/SOGoICalFileFetch.m +D Protocols/iCalHTTP/SOGoICalFilePublish.m +D Protocols/iCalHTTP/SOGoICalHTTPHandler.h +D Protocols/iCalHTTP/SOGoICalHTTPHandler.m +D Protocols/iCalHTTP/Version +D Protocols/iCalHTTP/bundle-info.plist +D Protocols/iCalHTTP/common.h +D Protocols/iCalHTTP/iCalHTTPProduct.m +D Protocols/iCalHTTP/product.plist + commit 9e7ed29355511fc57f8ba03a079680cf89dca9f8 Author: Ludovic Marcotte Date: Mon Mar 2 20:32:01 2009 +0000 @@ -63503,6 +78697,13 @@ Date: Mon Mar 2 20:32:01 2009 +0000 Monotone-Date: 2009-03-02T20:32:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Templates/SOGoACLDutchAdditionAdvisory.wox +A UI/Templates/SOGoACLDutchModificationAdvisory.wox +A UI/Templates/SOGoACLDutchRemovalAdvisory.wox +A UI/Templates/SOGoFolderDutchAdditionAdvisory.wox +A UI/Templates/SOGoFolderDutchRemovalAdvisory.wox + commit 869159361f3b181efd9aa5c309cb648cf7065ccc Author: Ludovic Marcotte Date: Mon Mar 2 20:14:13 2009 +0000 @@ -63529,6 +78730,25 @@ Date: Mon Mar 2 20:13:40 2009 +0000 Monotone-Date: 2009-03-02T20:13:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M GNUmakefile +D Protocols/GNUmakefile +D Protocols/common.make +D Protocols/iCalHTTP/COPYING +D Protocols/iCalHTTP/COPYRIGHT +D Protocols/iCalHTTP/ChangeLog.upstream +D Protocols/iCalHTTP/GNUmakefile +D Protocols/iCalHTTP/README +D Protocols/iCalHTTP/SOGoICalFileFetch.m +D Protocols/iCalHTTP/SOGoICalFilePublish.m +D Protocols/iCalHTTP/SOGoICalHTTPHandler.h +D Protocols/iCalHTTP/SOGoICalHTTPHandler.m +D Protocols/iCalHTTP/Version +D Protocols/iCalHTTP/bundle-info.plist +D Protocols/iCalHTTP/common.h +D Protocols/iCalHTTP/iCalHTTPProduct.m +D Protocols/iCalHTTP/product.plist + commit 2b685ae05c04dc5be9ab66ba1d8a869bd0a67bb0 Author: Ludovic Marcotte Date: Mon Mar 2 17:45:32 2009 +0000 @@ -63542,6 +78762,9 @@ Date: Mon Mar 2 17:45:32 2009 +0000 Monotone-Date: 2009-03-02T17:45:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit 1caf5a0a9e09998a3b8e0a833fa8ac5965e9aa65 Author: Ludovic Marcotte Date: Sun Mar 1 22:41:47 2009 +0000 @@ -63555,6 +78778,8 @@ Date: Sun Mar 1 22:41:47 2009 +0000 Monotone-Date: 2009-03-01T22:41:47 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailItalianInvitation.wo/SOGoAptMailItalianInvitation.html + commit b63d4f2622e39da9e117d86d292226e1cb37ab86 Author: Francis Lachapelle Date: Fri Feb 27 19:42:44 2009 +0000 @@ -63568,6 +78793,9 @@ Date: Fri Feb 27 19:42:44 2009 +0000 Monotone-Date: 2009-02-27T19:42:44 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/generic.js + commit 088dc10485ea48d45f868afb6808a64f0c9cbfd1 Author: Francis Lachapelle Date: Fri Feb 27 19:09:08 2009 +0000 @@ -63579,6 +78807,8 @@ Date: Fri Feb 27 19:09:08 2009 +0000 Monotone-Date: 2009-02-27T19:09:08 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m + commit 282be5d22b606604852cc1a3a11b426b6a4c4b58 Author: Ludovic Marcotte Date: Tue Feb 24 01:54:59 2009 +0000 @@ -63592,6 +78822,27 @@ Date: Tue Feb 24 01:54:59 2009 +0000 Monotone-Date: 2009-02-24T01:54:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPUserManager.h +M SoObjects/SOGo/LDAPUserManager.m +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m +M UI/Common/Italian.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/MailPartViewers/German.lproj/Localizable.strings +M UI/MailPartViewers/Italian.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Locale +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings + commit 5605ebc66881c7522bcda1d0753de3867e1483c1 Author: Ludovic Marcotte Date: Fri Feb 20 12:24:11 2009 +0000 @@ -63605,6 +78856,8 @@ Date: Fri Feb 20 12:24:11 2009 +0000 Monotone-Date: 2009-02-20T12:24:11 Monotone-Branch: ca.inverse.sogo +M UI/Common/Dutch.lproj/Localizable.strings + commit 9b6e0e91cb6008076c5ab930f19184932dcdd2ef Author: Ludovic Marcotte Date: Fri Feb 20 12:17:43 2009 +0000 @@ -63618,6 +78871,8 @@ Date: Fri Feb 20 12:17:43 2009 +0000 Monotone-Date: 2009-02-20T12:17:43 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/Dutch.lproj/Localizable.strings + commit 874a60c75071da5e13914818fd319221ddc1c056 Author: Francis Lachapelle Date: Thu Feb 19 23:05:31 2009 +0000 @@ -63629,6 +78884,8 @@ Date: Thu Feb 19 23:05:31 2009 +0000 Monotone-Date: 2009-02-19T23:05:31 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailToSelection.js + commit 8f2c9ebf324da3346b0ccb7b4bb931c75cfaf7b4 Author: Francis Lachapelle Date: Thu Feb 19 22:22:34 2009 +0000 @@ -63642,6 +78899,8 @@ Date: Thu Feb 19 22:22:34 2009 +0000 Monotone-Date: 2009-02-19T22:22:34 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 59ed4b2e51461dc00b9b07458f155bbf22d3379d Author: Francis Lachapelle Date: Thu Feb 19 22:21:47 2009 +0000 @@ -63653,6 +78912,9 @@ Date: Thu Feb 19 22:21:47 2009 +0000 Monotone-Date: 2009-02-19T22:21:47 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactsListView.m +M UI/WebServerResources/ContactsUI.js + commit 9295f3ef3141f5821b943bdc9dc6c5cbd556bc6f Author: Francis Lachapelle Date: Thu Feb 19 22:20:34 2009 +0000 @@ -63664,6 +78926,8 @@ Date: Thu Feb 19 22:20:34 2009 +0000 Monotone-Date: 2009-02-19T22:20:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 6856608bd8243d31a614888d85934e2ecf75f808 Author: Francis Lachapelle Date: Thu Feb 19 22:20:21 2009 +0000 @@ -63677,6 +78941,10 @@ Date: Thu Feb 19 22:20:21 2009 +0000 Monotone-Date: 2009-02-19T22:20:21 Monotone-Branch: ca.inverse.sogo +M UI/Common/WODirectAction+SOGo.m +M UI/Contacts/UIxContactFoldersView.m +M UI/Scheduler/UIxCalListingActions.m + commit dbb9765bf3ed2852560c3521a693ecc806dd5acc Author: Francis Lachapelle Date: Thu Feb 19 22:16:30 2009 +0000 @@ -63690,6 +78958,8 @@ Date: Thu Feb 19 22:16:30 2009 +0000 Monotone-Date: 2009-02-19T22:16:30 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 099e61499c2c6a244e8f8416c6431690c70aab6e Author: Francis Lachapelle Date: Tue Feb 17 23:45:58 2009 +0000 @@ -63703,6 +78973,9 @@ Date: Tue Feb 17 23:45:58 2009 +0000 Monotone-Date: 2009-02-17T23:45:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.m + commit ba800297e0b3b9a93c06587b8690df793cca839d Author: Ludovic Marcotte Date: Tue Feb 17 19:52:11 2009 +0000 @@ -63716,6 +78989,9 @@ Date: Tue Feb 17 19:52:11 2009 +0000 Monotone-Date: 2009-02-17T19:52:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDIFEntry.m + commit 35b541f0b0f49d06e7a1f1ae6cfd517d09eb1738 Author: Ludovic Marcotte Date: Tue Feb 17 15:45:11 2009 +0000 @@ -63729,21 +79005,7 @@ Date: Tue Feb 17 15:45:11 2009 +0000 Monotone-Date: 2009-02-17T15:45:11 Monotone-Branch: ca.inverse.sogo -commit e083b172a59184c628d52b3e7609df2ebca44348 -Merge: b61af0d 7259259 -Author: Francis Lachapelle -Date: Tue Feb 17 14:32:01 2009 +0000 - - merge of '2f7a28daecee683c728795ff5c395625b556ef41' - and 'b1fef274eded93af1afedb293db6a9921fadf828' - - Monotone-Parent: 2f7a28daecee683c728795ff5c395625b556ef41 - Monotone-Parent: b1fef274eded93af1afedb293db6a9921fadf828 - Monotone-Revision: 8eeffcb9ea4f7a73e85cdf5a8beb099d10547947 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-02-17T14:32:01 - Monotone-Branch: ca.inverse.sogo +M UI/MainUI/Dutch.lproj/Localizable.strings commit 72592597ca9dd0237d9ab727a94cb922ae435d9c Author: Francis Lachapelle @@ -63756,6 +79018,12 @@ Date: Tue Feb 17 14:30:49 2009 +0000 Monotone-Date: 2009-02-17T14:30:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/SOGo/LDAPSource.m +M UI/Contacts/UIxContactFoldersView.m +M UI/WebServerResources/UIxMailEditor.js + commit b61af0d0d119273abd4debe6364de1b3735e99e4 Author: Ludovic Marcotte Date: Mon Feb 16 19:32:33 2009 +0000 @@ -63769,21 +79037,14 @@ Date: Mon Feb 16 19:32:33 2009 +0000 Monotone-Date: 2009-02-16T19:32:33 Monotone-Branch: ca.inverse.sogo -commit 9af71076f99df467153f29877dedf033ec668f8d -Merge: 9dcdca5 9d9e5c0 -Author: Wolfgang Sourdeau -Date: Mon Feb 9 21:17:12 2009 +0000 - - merge of '06def9332cbc52ec43917206f7800e487623419f' - and '4716c9e3a88b72ca631ad4d08c69388764bf28d5' - - Monotone-Parent: 06def9332cbc52ec43917206f7800e487623419f - Monotone-Parent: 4716c9e3a88b72ca631ad4d08c69388764bf28d5 - Monotone-Revision: d964b6374c8b995e67d8bce06f4be5855ceb1428 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-02-09T21:17:12 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MainUI/Dutch.lproj/Locale +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings commit 9dcdca57cd3763bfbb555f3a2307f2df225ca239 Author: Wolfgang Sourdeau @@ -63796,21 +79057,8 @@ Date: Mon Feb 9 21:16:36 2009 +0000 Monotone-Date: 2009-02-09T21:16:36 Monotone-Branch: ca.inverse.sogo -commit 9d9e5c0e55dd1074ef5b34ab3c057cf9e9282f8c -Merge: 2a7d8ee ba0c3d7 -Author: Francis Lachapelle -Date: Sat Feb 7 00:20:02 2009 +0000 - - merge of 'be11ede9b39c76d3a71c05143a448ab27a83a818' - and 'f0542255e31c3d8ac8c2d9b48083294de7e0308c' - - Monotone-Parent: be11ede9b39c76d3a71c05143a448ab27a83a818 - Monotone-Parent: f0542255e31c3d8ac8c2d9b48083294de7e0308c - Monotone-Revision: 4716c9e3a88b72ca631ad4d08c69388764bf28d5 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-02-07T00:20:02 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPFolder.m commit 2a7d8eec6527242281b690af5fafd018f40a750e Author: Francis Lachapelle @@ -63825,6 +79073,12 @@ Date: Sat Feb 7 00:18:34 2009 +0000 Monotone-Date: 2009-02-07T00:18:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/sope-patchset-r1630.diff +M SoObjects/Contacts/GNUmakefile +A SoObjects/Contacts/SOGoUserFolder+Contacts.h +A SoObjects/Contacts/SOGoUserFolder+Contacts.m + commit ba0c3d7e04f6f596596d01655d63bc8832835bb6 Author: Wolfgang Sourdeau Date: Fri Feb 6 20:39:03 2009 +0000 @@ -63836,6 +79090,8 @@ Date: Fri Feb 6 20:39:03 2009 +0000 Monotone-Date: 2009-02-06T20:39:03 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactGCSFolder.h + commit 07cd48a006439989e837418d30f330703074c831 Author: Wolfgang Sourdeau Date: Fri Feb 6 20:17:04 2009 +0000 @@ -63847,6 +79103,9 @@ Date: Fri Feb 6 20:17:04 2009 +0000 Monotone-Date: 2009-02-06T20:17:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 77efe0f423c209ee3e1d9fe353bbb522d58372cc Author: Wolfgang Sourdeau Date: Fri Feb 6 20:15:52 2009 +0000 @@ -63858,6 +79117,8 @@ Date: Fri Feb 6 20:15:52 2009 +0000 Monotone-Date: 2009-02-06T20:15:52 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog + commit 192caf2190a2f7cc18bac998109603523c3a802d Author: Wolfgang Sourdeau Date: Fri Feb 6 20:15:41 2009 +0000 @@ -63869,6 +79130,12 @@ Date: Fri Feb 6 20:15:41 2009 +0000 Monotone-Date: 2009-02-06T20:15:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/CardElement.m +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxTaskEditor.m + commit 1585c3daab05dc4607086913e5a948c4eef727c7 Author: Wolfgang Sourdeau Date: Fri Feb 6 20:12:42 2009 +0000 @@ -63880,6 +79147,9 @@ Date: Fri Feb 6 20:12:42 2009 +0000 Monotone-Date: 2009-02-06T20:12:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m + commit 03ef2ce3f330ff28e77fa30c5f7290e03b72700c Author: Wolfgang Sourdeau Date: Fri Feb 6 20:11:11 2009 +0000 @@ -63891,6 +79161,9 @@ Date: Fri Feb 6 20:11:11 2009 +0000 Monotone-Date: 2009-02-06T20:11:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit 98495ca363f3bc9c22e6c33ddce05d3e71db27f6 Author: Wolfgang Sourdeau Date: Fri Feb 6 20:09:59 2009 +0000 @@ -63902,6 +79175,8 @@ Date: Fri Feb 6 20:09:59 2009 +0000 Monotone-Date: 2009-02-06T20:09:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 2765c2a2ecd2eeb16d3be4bc706de2106f17047e Author: Wolfgang Sourdeau Date: Fri Feb 6 20:09:56 2009 +0000 @@ -63913,21 +79188,11 @@ Date: Fri Feb 6 20:09:56 2009 +0000 Monotone-Date: 2009-02-06T20:09:56 Monotone-Branch: ca.inverse.sogo -commit c2635c9eba5af816c7aeac51381f0110a4305bba -Merge: 268f98e 6b7a5ad -Author: Wolfgang Sourdeau -Date: Fri Feb 6 20:08:32 2009 +0000 - - merge of '911b87d5ac8f4df7258d042280cb3980cc12fe69' - and 'af42841d84124923cafdae4a868fe032b8f07d79' - - Monotone-Parent: 911b87d5ac8f4df7258d042280cb3980cc12fe69 - Monotone-Parent: af42841d84124923cafdae4a868fe032b8f07d79 - Monotone-Revision: efd9926cc2f7cfa8385ca79896abdf82e8b16d59 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-02-06T20:08:32 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/Contacts/SOGoContactLDAPFolder.m +M UI/Contacts/UIxContactsListView.m +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/WebServerResources/ContactsUI.js commit 6b7a5ad682e3ca30c103681d1e4a166f5df30600 Author: Wolfgang Sourdeau @@ -63940,6 +79205,8 @@ Date: Fri Feb 6 20:04:50 2009 +0000 Monotone-Date: 2009-02-06T20:04:50 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 268f98e4afe4f6918865be278ca7af586939e7cb Author: Francis Lachapelle Date: Fri Feb 6 01:16:17 2009 +0000 @@ -63951,6 +79218,8 @@ Date: Fri Feb 6 01:16:17 2009 +0000 Monotone-Date: 2009-02-06T01:16:17 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 16f3e7146a0729a00bec51a62bcd1d9c38f2921e Author: Francis Lachapelle Date: Fri Feb 6 01:15:24 2009 +0000 @@ -63964,6 +79233,10 @@ Date: Fri Feb 6 01:15:24 2009 +0000 Monotone-Date: 2009-02-06T01:15:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartHTMLViewer.m +M UI/SOGoUI/UIxComponent.m + commit 5b6f42ccc92a0d5d813d65f5e14ae54d1b023a13 Author: Francis Lachapelle Date: Fri Feb 6 01:13:26 2009 +0000 @@ -63975,6 +79248,8 @@ Date: Fri Feb 6 01:13:26 2009 +0000 Monotone-Date: 2009-02-06T01:13:26 Monotone-Branch: ca.inverse.sogo +M NEWS + commit d8d02bab0a143b6a7591e148d455e6a5696b46c2 Author: Francis Lachapelle Date: Fri Jan 30 21:05:43 2009 +0000 @@ -63986,6 +79261,9 @@ Date: Fri Jan 30 21:05:43 2009 +0000 Monotone-Date: 2009-01-30T21:05:43 Monotone-Branch: ca.inverse.sogo +D UI/WebServerResources/lori_16x16.ico +A UI/WebServerResources/sogo.ico + commit 99cab9af4c718f5d3a3458accb524620d915ab7d Author: Francis Lachapelle Date: Fri Jan 30 20:59:22 2009 +0000 @@ -63999,6 +79277,8 @@ Date: Fri Jan 30 20:59:22 2009 +0000 Monotone-Date: 2009-01-30T20:59:22 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox + commit c445f5e0b3b1eb967ae0b11265e1a7ce3a846905 Author: Francis Lachapelle Date: Fri Jan 30 19:27:32 2009 +0000 @@ -64010,6 +79290,10 @@ Date: Fri Jan 30 19:27:32 2009 +0000 Monotone-Date: 2009-01-30T19:27:32 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + commit 4dfedb5e543f4402c341675d30bdbe3b901e4273 Author: Francis Lachapelle Date: Fri Jan 30 18:58:03 2009 +0000 @@ -64021,37 +79305,7 @@ Date: Fri Jan 30 18:58:03 2009 +0000 Monotone-Date: 2009-01-30T18:58:03 Monotone-Branch: ca.inverse.sogo -commit de540c17c3f657cf60e9a4693a2027a1e098561d -Merge: 885e9ca 03d1ec8 -Author: Francis Lachapelle -Date: Fri Jan 30 18:41:46 2009 +0000 - - merge of '61e9cb8576de573c854c03bbed61f9f0833b714a' - and '9cdec2953442f16223c2835dd7f7487efbc08e64' - - Monotone-Parent: 61e9cb8576de573c854c03bbed61f9f0833b714a - Monotone-Parent: 9cdec2953442f16223c2835dd7f7487efbc08e64 - Monotone-Revision: 9ca40f8edea449c724ab6a94b878dd7987baa893 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-01-30T18:41:46 - Monotone-Branch: ca.inverse.sogo - -commit 885e9ca83e79113961391ce7566c843dc051691d -Merge: b6dbad4 186c928 -Author: Francis Lachapelle -Date: Fri Jan 30 18:36:37 2009 +0000 - - merge of '82087f596ce21e5f1429ebdcd23716275fd27ae6' - and 'd0b65904d35c40a58f8bf4f778436dba5d1706dd' - - Monotone-Parent: 82087f596ce21e5f1429ebdcd23716275fd27ae6 - Monotone-Parent: d0b65904d35c40a58f8bf4f778436dba5d1706dd - Monotone-Revision: 61e9cb8576de573c854c03bbed61f9f0833b714a - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-01-30T18:36:37 - Monotone-Branch: ca.inverse.sogo +A Documentation/sogo.png commit 03d1ec86dbc1ecf0fc2033ac943be39725e8be0e Author: Ludovic Marcotte @@ -64066,6 +79320,8 @@ Date: Fri Jan 30 18:34:31 2009 +0000 Monotone-Date: 2009-01-30T18:34:31 Monotone-Branch: ca.inverse.sogo +M Apache/SOGo.conf + commit b6dbad4b69ee2bcdea9d990b83aba5236172bb36 Author: Francis Lachapelle Date: Fri Jan 30 16:36:43 2009 +0000 @@ -64077,6 +79333,8 @@ Date: Fri Jan 30 16:36:43 2009 +0000 Monotone-Date: 2009-01-30T16:36:43 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt + commit 8468ad2557eaf58c2d7b12c3aacec9165bf88160 Author: Francis Lachapelle Date: Fri Jan 30 16:36:26 2009 +0000 @@ -64088,6 +79346,8 @@ Date: Fri Jan 30 16:36:26 2009 +0000 Monotone-Date: 2009-01-30T16:36:26 Monotone-Branch: ca.inverse.sogo +M Documentation/architecture.png + commit 186c92808c409f8490f81600ecd60b35244d6898 Author: Ludovic Marcotte Date: Thu Jan 29 22:24:41 2009 +0000 @@ -64101,6 +79361,9 @@ Date: Thu Jan 29 22:24:41 2009 +0000 Monotone-Date: 2009-01-29T22:24:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SOPE/sope-ngobjweb-fix.diff + commit 5de69f72a29c37b46797e15eed73ad6d99c8598d Author: Ludovic Marcotte Date: Thu Jan 22 15:25:20 2009 +0000 @@ -64114,6 +79377,14 @@ Date: Thu Jan 22 15:25:20 2009 +0000 Monotone-Date: 2009-01-22T15:25:20 Monotone-Branch: ca.inverse.sogo +M Apache/SOGo.conf +M ChangeLog +M Documentation/SOGo Installation Guide.odt +M Scripts/sogo-init.d-debian +M Scripts/sogo-init.d-redhat +M SoObjects/Appointments/SOGoAppointmentFolders.m +M sogo.spec + commit 2f3b49f250b7e97b34d91b2f1d4316a1b65ad73f Author: Wolfgang Sourdeau Date: Wed Jan 21 20:21:10 2009 +0000 @@ -64125,6 +79396,9 @@ Date: Wed Jan 21 20:21:10 2009 +0000 Monotone-Date: 2009-01-21T20:21:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 3567a3f6d5a10dd04668944658cf73933b9373cf Author: Wolfgang Sourdeau Date: Wed Jan 21 17:01:06 2009 +0000 @@ -64136,6 +79410,14 @@ Date: Wed Jan 21 17:01:06 2009 +0000 Monotone-Date: 2009-01-21T17:01:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.m +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoGCSFolder.m +M UI/WebServerResources/JavascriptAPIExtensions.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit 63d79c031d45008cc96a2635816bb113681b1b8e Author: Wolfgang Sourdeau Date: Wed Jan 21 16:20:11 2009 +0000 @@ -64147,21 +79429,9 @@ Date: Wed Jan 21 16:20:11 2009 +0000 Monotone-Date: 2009-01-21T16:20:11 Monotone-Branch: ca.inverse.sogo -commit 5df65bd7828a960c3b47e75e826461f3940a232d -Merge: 5828611 cb170b3 -Author: Francis Lachapelle -Date: Tue Jan 20 23:18:27 2009 +0000 - - merge of '3010ebbe1277877fbfa6abfb4321d877aab63b77' - and '6771ebf82f86870516a9141b516edcd3538741ba' - - Monotone-Parent: 3010ebbe1277877fbfa6abfb4321d877aab63b77 - Monotone-Parent: 6771ebf82f86870516a9141b516edcd3538741ba - Monotone-Revision: 21911317257c6ad395e78e56a3d125fc4be404e6 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-01-20T23:18:27 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m +M UI/Common/WODirectAction+SOGo.m commit cb170b3c35efbead62eacb5c1818cb4e067fbb85 Author: Francis Lachapelle @@ -64176,6 +79446,10 @@ Date: Tue Jan 20 20:50:47 2009 +0000 Monotone-Date: 2009-01-20T20:50:47 Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt +M Documentation/SOGo Mobile Devices Configuration.odt +M Documentation/SOGo Mozilla Thunderbird Configuration.odt + commit 080897b9f4b39eee0916de48f2a6d06c5339d365 Author: Francis Lachapelle Date: Tue Jan 20 19:57:56 2009 +0000 @@ -64189,21 +79463,7 @@ Date: Tue Jan 20 19:57:56 2009 +0000 Monotone-Date: 2009-01-20T19:57:56 Monotone-Branch: ca.inverse.sogo -commit 5828611a09c32762c5cdc799c996ca91d738247d -Merge: 70ad540 97ec5fd -Author: Ludovic Marcotte -Date: Tue Jan 20 19:24:28 2009 +0000 - - merge of 'cedb7ff755d548fba20667453e2f57687b9f0c69' - and 'd9c6f196efed8f1e880b51537ffdc6f0cfd54fe5' - - Monotone-Parent: cedb7ff755d548fba20667453e2f57687b9f0c69 - Monotone-Parent: d9c6f196efed8f1e880b51537ffdc6f0cfd54fe5 - Monotone-Revision: 3010ebbe1277877fbfa6abfb4321d877aab63b77 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2009-01-20T19:24:28 - Monotone-Branch: ca.inverse.sogo +M Documentation/SOGo Installation Guide.odt commit 97ec5fd8cecff7e498bc2616961bf8e2697c1268 Author: Ludovic Marcotte @@ -64218,6 +79478,8 @@ Date: Tue Jan 20 19:23:09 2009 +0000 Monotone-Date: 2009-01-20T19:23:09 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 70ad54051f378194d331a1783f3fa89dc4579f97 Author: Francis Lachapelle Date: Tue Jan 20 19:04:11 2009 +0000 @@ -64231,6 +79493,8 @@ Date: Tue Jan 20 19:04:11 2009 +0000 Monotone-Date: 2009-01-20T19:04:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAttendeesEditor.css + commit 7388e3872331cadac4e7ed9f51327ad5be409096 Author: Ludovic Marcotte Date: Mon Jan 19 19:08:01 2009 +0000 @@ -64244,6 +79508,9 @@ Date: Mon Jan 19 19:08:01 2009 +0000 Monotone-Date: 2009-01-19T19:08:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m + commit 6c32ea07fcea93454250c2a9434069b553a0b100 Author: Wolfgang Sourdeau Date: Fri Jan 16 15:33:17 2009 +0000 @@ -64255,6 +79522,8 @@ Date: Fri Jan 16 15:33:17 2009 +0000 Monotone-Date: 2009-01-16T15:33:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 6d75e5a02ba9641badc6c0c0e3bf9a789245adb4 Author: Wolfgang Sourdeau Date: Fri Jan 16 15:33:07 2009 +0000 @@ -64266,21 +79535,9 @@ Date: Fri Jan 16 15:33:07 2009 +0000 Monotone-Date: 2009-01-16T15:33:07 Monotone-Branch: ca.inverse.sogo -commit d2f68c3b48c0aaf3bd49a59a9131529f1c7700a0 -Merge: a55cb99 ee00e63 -Author: Wolfgang Sourdeau -Date: Tue Jan 13 20:41:38 2009 +0000 - - merge of '8f10a117c2f432bdcc1ea03aecbe4854d53449ee' - and 'af789fd2e2a4e534fd7125c5adc6956afb527781' - - Monotone-Parent: 8f10a117c2f432bdcc1ea03aecbe4854d53449ee - Monotone-Parent: af789fd2e2a4e534fd7125c5adc6956afb527781 - Monotone-Revision: 62e39c3bdb32b49561def293946775b53c6ec7a8 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-01-13T20:41:38 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m +M UI/WebServerResources/JavascriptAPIExtensions.js commit ee00e635ee34309789ea9934f147a69d50e6a04a Author: Wolfgang Sourdeau @@ -64293,6 +79550,8 @@ Date: Tue Jan 13 20:39:56 2009 +0000 Monotone-Date: 2009-01-13T20:39:56 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoCache.m + commit 1cb75927b24789a626344bdd2cea037397de128b Author: Wolfgang Sourdeau Date: Tue Jan 13 20:39:19 2009 +0000 @@ -64304,6 +79563,8 @@ Date: Tue Jan 13 20:39:19 2009 +0000 Monotone-Date: 2009-01-13T20:39:19 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUserDefaults.m + commit f0ff76220829c1cb9c6d645f3ded8dab7dd243c3 Author: Wolfgang Sourdeau Date: Tue Jan 13 20:39:13 2009 +0000 @@ -64315,6 +79576,8 @@ Date: Tue Jan 13 20:39:13 2009 +0000 Monotone-Date: 2009-01-13T20:39:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 4c8ab65249e2fae4ea334a2faaf0d7f99187a665 Author: Wolfgang Sourdeau Date: Tue Jan 13 20:39:10 2009 +0000 @@ -64326,6 +79589,8 @@ Date: Tue Jan 13 20:39:10 2009 +0000 Monotone-Date: 2009-01-13T20:39:10 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.m + commit a465c82c57b4583148119f8d41969d85831745e0 Author: Wolfgang Sourdeau Date: Tue Jan 13 15:26:35 2009 +0000 @@ -64337,6 +79602,8 @@ Date: Tue Jan 13 15:26:35 2009 +0000 Monotone-Date: 2009-01-13T15:26:35 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.m + commit a55cb99ab5250051243c88da41ee1899d2a2fa89 Author: Francis Lachapelle Date: Tue Jan 13 00:08:16 2009 +0000 @@ -64348,21 +79615,7 @@ Date: Tue Jan 13 00:08:16 2009 +0000 Monotone-Date: 2009-01-13T00:08:16 Monotone-Branch: ca.inverse.sogo -commit a7afca257eca139c02c147206f03826d39ca5cc3 -Merge: 1076f87 4176730 -Author: Francis Lachapelle -Date: Mon Jan 12 23:58:46 2009 +0000 - - merge of '8ba8b3fa9da7cc4d1b86cc06f7f6907b8f8e56f7' - and 'b3bd45e420720798687eac0aee6758ecefab1487' - - Monotone-Parent: 8ba8b3fa9da7cc4d1b86cc06f7f6907b8f8e56f7 - Monotone-Parent: b3bd45e420720798687eac0aee6758ecefab1487 - Monotone-Revision: 7d318403d9fb30ae3156447d2ba6eb707f654fce - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-01-12T23:58:46 - Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/French.lproj/Localizable.strings commit 1076f87b0773da29ca3dc18722437b9e8fe3b7b6 Author: Francis Lachapelle @@ -64377,6 +79630,9 @@ Date: Mon Jan 12 23:58:39 2009 +0000 Monotone-Date: 2009-01-12T23:58:39 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalUserRightsEditor.wox +M UI/WebServerResources/UIxCalUserRightsEditor.css + commit 4176730d50aa7d30c2c6fdfe996b95d9c6859a92 Author: Wolfgang Sourdeau Date: Fri Jan 9 17:33:42 2009 +0000 @@ -64388,6 +79644,9 @@ Date: Fri Jan 9 17:33:42 2009 +0000 Monotone-Date: 2009-01-09T17:33:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.m + commit 17dfe238b1a1c79be5defba7c8a085dcddd29f3a Author: Wolfgang Sourdeau Date: Fri Jan 9 17:32:30 2009 +0000 @@ -64399,6 +79658,10 @@ Date: Fri Jan 9 17:32:30 2009 +0000 Monotone-Date: 2009-01-09T17:32:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m + commit 5173cf7921671c1e9cf1d3ff146faa41dc9f42b6 Author: Wolfgang Sourdeau Date: Fri Jan 9 17:26:25 2009 +0000 @@ -64410,6 +79673,9 @@ Date: Fri Jan 9 17:26:25 2009 +0000 Monotone-Date: 2009-01-09T17:26:25 Monotone-Branch: ca.inverse.sogo +A Main/SOGo.h +M Main/SOGo.m + commit a5013191b31986ea334fb0ce242187952147b4d6 Author: Ludovic Marcotte Date: Wed Jan 7 22:57:27 2009 +0000 @@ -64423,21 +79689,8 @@ Date: Wed Jan 7 22:57:27 2009 +0000 Monotone-Date: 2009-01-07T22:57:27 Monotone-Branch: ca.inverse.sogo -commit c8982ea65aa71a76b9bb977c0a50e8091ba1d189 -Merge: 440b119 bf41202 -Author: Francis Lachapelle -Date: Wed Jan 7 21:02:17 2009 +0000 - - merge of '4810e3862e96fcf14dc360590c88655b590f0bfb' - and '6f223777cd797453d0eec5b1c41883e2dcef69f4' - - Monotone-Parent: 4810e3862e96fcf14dc360590c88655b590f0bfb - Monotone-Parent: 6f223777cd797453d0eec5b1c41883e2dcef69f4 - Monotone-Revision: f9a39419cc4da040f8e1136267280dfec67710b9 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2009-01-07T21:02:17 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +A Documentation/SOGo Mozilla Thunderbird Configuration.odt commit 440b11984559b9db699847a1baa92beb953b3329 Author: Francis Lachapelle @@ -64452,6 +79705,12 @@ Date: Wed Jan 7 21:01:16 2009 +0000 Monotone-Date: 2009-01-07T21:01:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m +A UI/Scheduler/UIxDatePicker.h +M UI/Scheduler/UIxDatePicker.m + commit bf41202d90da7673f80455f276fc3f43b71b39f2 Author: Ludovic Marcotte Date: Wed Jan 7 19:25:06 2009 +0000 @@ -64465,6 +79724,9 @@ Date: Wed Jan 7 19:25:06 2009 +0000 Monotone-Date: 2009-01-07T19:25:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Documentation/SOGo Installation Guide.odt + commit e83418658d95850ae50a10644e76faf32eab7245 Author: Ludovic Marcotte Date: Wed Jan 7 19:21:36 2009 +0000 @@ -64478,6 +79740,9 @@ Date: Wed Jan 7 19:21:36 2009 +0000 Monotone-Date: 2009-01-07T19:21:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A Documentation/SOGo Mobile Devices Configuration.odt + commit be45d91c248b90fb55649991c3901b5d8c42da57 Author: Francis Lachapelle Date: Wed Jan 7 18:40:25 2009 +0000 @@ -64489,6 +79754,9 @@ Date: Wed Jan 7 18:40:25 2009 +0000 Monotone-Date: 2009-01-07T18:40:25 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxComponentEditor.m + commit 8ca1f8a6140cf0e73bcdf3e401862fc9732e8341 Author: Francis Lachapelle Date: Wed Jan 7 18:32:24 2009 +0000 @@ -64500,24 +79768,9 @@ Date: Wed Jan 7 18:32:24 2009 +0000 Monotone-Date: 2009-01-07T18:32:24 Monotone-Branch: ca.inverse.sogo -commit 79d2eb30dd3192ffcbacf498964fbb17523ee5c9 -Merge: 97cedb6 4deba12 -Author: Francis Lachapelle -Date: Wed Jan 7 16:46:25 2009 +0000 - - merge of '7dbd8709dbd0912d12d3ffd82df6d64d900a28b6' - and 'bab2062ac2f3f3078377ef0d19e780ee5ea5e068' - - Monotone-Parent: 7dbd8709dbd0912d12d3ffd82df6d64d900a28b6 - Monotone-Parent: bab2062ac2f3f3078377ef0d19e780ee5ea5e068 - Monotone-Revision: 886f71d2861cb6d59b81ebbddad0f7edee83e3c7 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2009-01-07T16:46:25 - Monotone-Date: 2009-01-07T16:48:02 - Monotone-Branch: ca.inverse.sogo - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxComponentEditor.m commit 4deba12358b4108b178688e9b35e610a4edb91b8 Author: Wolfgang Sourdeau @@ -64530,6 +79783,10 @@ Date: Wed Jan 7 16:45:15 2009 +0000 Monotone-Date: 2009-01-07T16:45:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m + commit 97cedb6f85c7e5b3697b22e5d20100c9e66527f9 Author: Francis Lachapelle Date: Wed Jan 7 16:44:24 2009 +0000 @@ -64541,6 +79798,8 @@ Date: Wed Jan 7 16:44:24 2009 +0000 Monotone-Date: 2009-01-07T16:44:24 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m + commit 921ecc3abe439548c2a97b60007541bd48556a1c Author: Francis Lachapelle Date: Wed Jan 7 16:23:18 2009 +0000 @@ -64554,6 +79813,9 @@ Date: Wed Jan 7 16:23:18 2009 +0000 Monotone-Date: 2009-01-07T16:23:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m + commit f824e86590051279014d28cd0d3a70b4685ce2d7 Author: Francis Lachapelle Date: Wed Jan 7 02:41:31 2009 +0000 @@ -64567,6 +79829,11 @@ Date: Wed Jan 7 02:41:31 2009 +0000 Monotone-Date: 2009-01-07T02:41:31 Monotone-Branch: ca.inverse.sogo +A Documentation/SOGo Installation Guide.odt +A Documentation/architecture.png +A Documentation/inverse.jpg +A Documentation/lori.png + commit 1858da0c70276f44f94a13562fd315cc31616284 Author: Ludovic Marcotte Date: Tue Jan 6 15:40:27 2009 +0000 @@ -64580,6 +79847,17 @@ Date: Tue Jan 6 15:40:27 2009 +0000 Monotone-Date: 2009-01-06T15:40:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/Dutch.lproj/Localizable.strings +M SoObjects/Appointments/English.lproj/Localizable.strings +M SoObjects/Appointments/French.lproj/Localizable.strings +M SoObjects/Appointments/German.lproj/Localizable.strings +M SoObjects/Appointments/Italian.lproj/Localizable.strings +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/Spanish.lproj/Localizable.strings +M UI/SOGoUI/SOGoAptFormatter.m +M UI/Scheduler/UIxCalView.m + commit 55b88b69ddb2a025fd946b5034bd2ced00f59e17 Author: Wolfgang Sourdeau Date: Wed Dec 31 17:43:47 2008 +0000 @@ -64591,6 +79869,8 @@ Date: Wed Dec 31 17:43:47 2008 +0000 Monotone-Date: 2008-12-31T17:43:47 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m + commit 51bab17e354c9b8fa4b9801a1ddb6956dd5e3424 Author: Wolfgang Sourdeau Date: Wed Dec 31 17:43:20 2008 +0000 @@ -64602,21 +79882,7 @@ Date: Wed Dec 31 17:43:20 2008 +0000 Monotone-Date: 2008-12-31T17:43:20 Monotone-Branch: ca.inverse.sogo -commit 965857ad8042a739cb3eaf44894af3bc4d789fd0 -Merge: 0fe7a9d 024a567 -Author: Wolfgang Sourdeau -Date: Wed Dec 31 04:10:26 2008 +0000 - - merge of '08c3123324ab89795cc2faa5f26bd5427cd30786' - and 'be94621e6c7d7ae0610925c213a0fc8f46eb30e9' - - Monotone-Parent: 08c3123324ab89795cc2faa5f26bd5427cd30786 - Monotone-Parent: be94621e6c7d7ae0610925c213a0fc8f46eb30e9 - Monotone-Revision: 7d16f254344611b08352a256acdce727a91c6718 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-12-31T04:10:26 - Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalListingActions.m commit 024a567d1af5e154cb00be795f4179afdcf9245a Author: Wolfgang Sourdeau @@ -64629,6 +79895,8 @@ Date: Wed Dec 31 02:57:54 2008 +0000 Monotone-Date: 2008-12-31T02:57:54 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 0fe7a9df572e3291735d70c52ccf53013a685ba2 Author: Ludovic Marcotte Date: Tue Dec 30 22:25:30 2008 +0000 @@ -64642,6 +79910,9 @@ Date: Tue Dec 30 22:25:30 2008 +0000 Monotone-Date: 2008-12-30T22:25:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit 599cd14925e0d0c7698ac19c952014c7fde187bf Author: Wolfgang Sourdeau Date: Tue Dec 30 20:20:41 2008 +0000 @@ -64653,6 +79924,9 @@ Date: Tue Dec 30 20:20:41 2008 +0000 Monotone-Date: 2008-12-30T20:20:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m + commit 28aeaa6fee8bc6c88fb6b680df0417072a2c7bdc Author: Ludovic Marcotte Date: Tue Dec 30 19:48:33 2008 +0000 @@ -64666,6 +79940,17 @@ Date: Tue Dec 30 19:48:33 2008 +0000 Monotone-Date: 2008-12-30T19:48:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M UI/Scheduler/GNUmakefile +D UI/Scheduler/UIxAppointmentProposal.m +D UI/Scheduler/UIxTaskProposal.m +M UI/Scheduler/product.plist +M UI/WebServerResources/SchedulerUI.js + commit f6a0ae15c841430c8533b175166b1acf502bd64c Author: Francis Lachapelle Date: Tue Dec 30 16:57:46 2008 +0000 @@ -64677,6 +79962,10 @@ Date: Tue Dec 30 16:57:46 2008 +0000 Monotone-Date: 2008-12-30T16:57:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M UI/Scheduler/UIxAppointmentEditor.m + commit 4df63a393f1a7382bd0e408baae337522943ddf9 Author: Francis Lachapelle Date: Tue Dec 30 14:48:25 2008 +0000 @@ -64688,6 +79977,9 @@ Date: Tue Dec 30 14:48:25 2008 +0000 Monotone-Date: 2008-12-30T14:48:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartICalViewer.m + commit eccf8870d41609f292ff3caa3fd8af2a83dcd2d7 Author: Francis Lachapelle Date: Tue Dec 30 14:47:58 2008 +0000 @@ -64701,6 +79993,11 @@ Date: Tue Dec 30 14:47:58 2008 +0000 Monotone-Date: 2008-12-30T14:47:58 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m +M UI/Scheduler/UIxAppointmentEditor.m + commit 85a9589d656ed4b2e72e5bca2d0dc4fd62f95850 Author: Ludovic Marcotte Date: Mon Dec 29 15:34:45 2008 +0000 @@ -64714,6 +80011,8 @@ Date: Mon Dec 29 15:34:45 2008 +0000 Monotone-Date: 2008-12-29T15:34:45 Monotone-Branch: ca.inverse.sogo +A Scripts/tmpwatch + commit fb9eb09c95e75ed1e893aa92aa93ac8aa3aca48c Author: Ludovic Marcotte Date: Tue Dec 23 22:39:56 2008 +0000 @@ -64727,6 +80026,10 @@ Date: Tue Dec 23 22:39:56 2008 +0000 Monotone-Date: 2008-12-23T22:39:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m + commit 7c64a776511e04aae5f38af74dc188cd475f4348 Author: Ludovic Marcotte Date: Tue Dec 23 18:43:37 2008 +0000 @@ -64740,6 +80043,13 @@ Date: Tue Dec 23 18:43:37 2008 +0000 Monotone-Date: 2008-12-23T18:43:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.h +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/iCalPerson+SOGo.h + commit ea017e67b6119880b8745514f9a2014a6270b2d0 Author: Francis Lachapelle Date: Tue Dec 23 18:39:36 2008 +0000 @@ -64753,6 +80063,10 @@ Date: Tue Dec 23 18:39:36 2008 +0000 Monotone-Date: 2008-12-23T18:39:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M UI/Scheduler/UIxAppointmentEditor.m + commit 46ae8aa3d6304a6d3cc3fbc5ec2096b55cd38c50 Author: Francis Lachapelle Date: Tue Dec 23 15:51:12 2008 +0000 @@ -64766,6 +80080,28 @@ Date: Tue Dec 23 15:51:12 2008 +0000 Monotone-Date: 2008-12-23T15:51:12 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/UIxCalUserRightsEditor.m +M UI/Templates/SchedulerUI/UIxCalUserRightsEditor.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxCalUserRightsEditor.css + commit e26d380fa2652c33d4cfd2e02bac1fab8769ca41 Author: Francis Lachapelle Date: Tue Dec 23 03:59:23 2008 +0000 @@ -64777,6 +80113,8 @@ Date: Tue Dec 23 03:59:23 2008 +0000 Monotone-Date: 2008-12-23T03:59:23 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/product.plist + commit 07e108baf5ba3115d12de79ab5b5f3e8fee831fd Author: Francis Lachapelle Date: Tue Dec 23 00:12:14 2008 +0000 @@ -64790,6 +80128,11 @@ Date: Tue Dec 23 00:12:14 2008 +0000 Monotone-Date: 2008-12-23T00:12:14 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.m +M UI/PreferencesUI/UIxPreferences.h +M UI/PreferencesUI/UIxPreferences.m +M UI/Scheduler/UIxCalDayTable.m + commit b47c7216fd22ff378b93379d0834d2fc57b6139e Author: Francis Lachapelle Date: Tue Dec 23 00:08:26 2008 +0000 @@ -64801,6 +80144,8 @@ Date: Tue Dec 23 00:08:26 2008 +0000 Monotone-Date: 2008-12-23T00:08:26 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 30b0417295e2223c4b054ba686913daad4092284 Author: Ludovic Marcotte Date: Sun Dec 21 20:06:21 2008 +0000 @@ -64814,6 +80159,8 @@ Date: Sun Dec 21 20:06:21 2008 +0000 Monotone-Date: 2008-12-21T20:06:21 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartICalActions.m + commit acc0494eb767b7adc680e197d07ac02741d61540 Author: Ludovic Marcotte Date: Sun Dec 21 17:15:47 2008 +0000 @@ -64827,21 +80174,19 @@ Date: Sun Dec 21 17:15:47 2008 +0000 Monotone-Date: 2008-12-21T17:15:47 Monotone-Branch: ca.inverse.sogo -commit fbbccbe99569cb681d77c0f1aad6c9d2c84fc9d3 -Merge: a621eae 6ffc48d -Author: Ludovic Marcotte -Date: Fri Dec 19 23:09:25 2008 +0000 - - merge of '04f60742d08acd7e35bf71da06a72013e783118c' - and '594291b61ba62cd40f6c3250f748a5fe7b2514a3' - - Monotone-Parent: 04f60742d08acd7e35bf71da06a72013e783118c - Monotone-Parent: 594291b61ba62cd40f6c3250f748a5fe7b2514a3 - Monotone-Revision: 85bab6959b5681b31089aa2b3aec261a5e8b505f - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-12-19T23:09:25 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAptMailDutchUpdate.wo/SOGoAptMailDutchUpdate.html +M SoObjects/Appointments/SOGoAptMailDutchUpdate.wo/SOGoAptMailDutchUpdate.wod +M SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.html +M SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.wod +M SoObjects/Appointments/SOGoAptMailFrenchUpdate.wo/SOGoAptMailFrenchUpdate.html +M SoObjects/Appointments/SOGoAptMailFrenchUpdate.wo/SOGoAptMailFrenchUpdate.wod +M SoObjects/Appointments/SOGoAptMailGermanUpdate.wo/SOGoAptMailGermanUpdate.html +M SoObjects/Appointments/SOGoAptMailGermanUpdate.wo/SOGoAptMailGermanUpdate.wod +M SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.html +M SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.wod +M SoObjects/Appointments/SOGoAptMailSpanishUpdate.wo/SOGoAptMailSpanishUpdate.html +M SoObjects/Appointments/SOGoAptMailSpanishUpdate.wo/SOGoAptMailSpanishUpdate.wod commit 6ffc48d2793c41d8db6496504e3e2c5d4fcac7d1 Author: Ludovic Marcotte @@ -64856,21 +80201,7 @@ Date: Fri Dec 19 23:04:26 2008 +0000 Monotone-Date: 2008-12-19T23:04:26 Monotone-Branch: ca.inverse.sogo -commit a621eae38f2dfc0fedb9de7c644ab5c662d1d356 -Merge: 7f602d5 e7f3926 -Author: Francis Lachapelle -Date: Fri Dec 19 22:14:37 2008 +0000 - - merge of '792193186b20895dc235fa98dc63de1a0ece0a8f' - and 'bac00846545ecbaa355017083f8a425f751077c7' - - Monotone-Parent: 792193186b20895dc235fa98dc63de1a0ece0a8f - Monotone-Parent: bac00846545ecbaa355017083f8a425f751077c7 - Monotone-Revision: 04f60742d08acd7e35bf71da06a72013e783118c - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-12-19T22:14:37 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m commit 7f602d5dbaa98539e5b3a0b730509466164337bf Author: Francis Lachapelle @@ -64885,6 +80216,10 @@ Date: Fri Dec 19 22:14:02 2008 +0000 Monotone-Date: 2008-12-19T22:14:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/iCalDailyRecurrenceCalculator.m +M SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m + commit 7458bf8e37499573a34366fc71c15213e82ecd74 Author: Ludovic Marcotte Date: Fri Dec 19 19:49:07 2008 +0000 @@ -64898,6 +80233,8 @@ Date: Fri Dec 19 19:49:07 2008 +0000 Monotone-Date: 2008-12-19T19:49:07 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit e7f39264684513535389b721663c9f811fe2774e Author: Wolfgang Sourdeau Date: Fri Dec 19 17:40:42 2008 +0000 @@ -64909,6 +80246,14 @@ Date: Fri Dec 19 17:40:42 2008 +0000 Monotone-Date: 2008-12-19T17:40:42 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/SOGo/LDAPUserManager.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoParentFolder.m +M SoObjects/SOGo/SOGoUser.m + commit 88df2128c517ffcaf51c7528f15856dee704fc7b Author: Wolfgang Sourdeau Date: Fri Dec 19 17:27:55 2008 +0000 @@ -64920,6 +80265,8 @@ Date: Fri Dec 19 17:27:55 2008 +0000 Monotone-Date: 2008-12-19T17:27:55 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.m + commit 1d5aec5e3ae5b1900cb6d9441ab801638250a20c Author: Wolfgang Sourdeau Date: Fri Dec 19 17:23:31 2008 +0000 @@ -64931,6 +80278,13 @@ Date: Fri Dec 19 17:23:31 2008 +0000 Monotone-Date: 2008-12-19T17:23:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.m +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/generic.js + commit 109d1b65f62a5840a54ec195afe6907fcae4afe9 Author: Wolfgang Sourdeau Date: Fri Dec 19 17:07:40 2008 +0000 @@ -64942,6 +80296,8 @@ Date: Fri Dec 19 17:07:40 2008 +0000 Monotone-Date: 2008-12-19T17:07:40 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/product.plist + commit 0184eac492ba143f968b73e88386912add8b254a Author: Wolfgang Sourdeau Date: Fri Dec 19 17:07:32 2008 +0000 @@ -64953,6 +80309,8 @@ Date: Fri Dec 19 17:07:32 2008 +0000 Monotone-Date: 2008-12-19T17:07:32 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.m + commit f4b104f937ec00dab5f949f54d6dacb8120405e2 Author: Wolfgang Sourdeau Date: Fri Dec 19 16:56:36 2008 +0000 @@ -64964,6 +80322,8 @@ Date: Fri Dec 19 16:56:36 2008 +0000 Monotone-Date: 2008-12-19T16:56:36 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/product.plist + commit 4fd1912644c3e32059b869d5454113c5b42fc09c Author: Wolfgang Sourdeau Date: Fri Dec 19 16:53:01 2008 +0000 @@ -64975,6 +80335,8 @@ Date: Fri Dec 19 16:53:01 2008 +0000 Monotone-Date: 2008-12-19T16:53:01 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit c42ed774b9b6189128f3b2ede3cc26caa97935e1 Author: Wolfgang Sourdeau Date: Fri Dec 19 16:35:46 2008 +0000 @@ -64986,6 +80348,8 @@ Date: Fri Dec 19 16:35:46 2008 +0000 Monotone-Date: 2008-12-19T16:35:46 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m + commit 30f3441d14ff274a84919d4ff48d3fe1fb5401c9 Author: Wolfgang Sourdeau Date: Fri Dec 19 16:31:03 2008 +0000 @@ -64997,6 +80361,14 @@ Date: Fri Dec 19 16:31:03 2008 +0000 Monotone-Date: 2008-12-19T16:31:03 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/SOGo/LDAPUserManager.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoParentFolder.m +M SoObjects/SOGo/SOGoUser.m + commit 896491a24a397ec0fe89a14455bac5fdab299045 Author: Wolfgang Sourdeau Date: Fri Dec 19 16:18:03 2008 +0000 @@ -65008,6 +80380,8 @@ Date: Fri Dec 19 16:18:03 2008 +0000 Monotone-Date: 2008-12-19T16:18:03 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPSource.m + commit ed9fa6463a9c078d18613fdf6c79963c47d342de Author: Wolfgang Sourdeau Date: Fri Dec 19 16:13:29 2008 +0000 @@ -65019,37 +80393,7 @@ Date: Fri Dec 19 16:13:29 2008 +0000 Monotone-Date: 2008-12-19T16:13:29 Monotone-Branch: ca.inverse.sogo -commit 3504c9f9f09145182c6c4d824964102351c590b6 -Merge: 64eb68a 6bcb367 -Author: Wolfgang Sourdeau -Date: Fri Dec 19 16:10:01 2008 +0000 - - merge of 'bc6abe537500d635cea12c3c4f611e68d4c2d725' - and 'e867a018c3076e9e2cf662e96d7cac3352bb8789' - - Monotone-Parent: bc6abe537500d635cea12c3c4f611e68d4c2d725 - Monotone-Parent: e867a018c3076e9e2cf662e96d7cac3352bb8789 - Monotone-Revision: 0e2919955b47e1a2673f50f4effe7af1a813db59 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-12-19T16:10:01 - Monotone-Branch: ca.inverse.sogo - -commit 64eb68a085776a3a7cc376613ad1880323873865 -Merge: a0b81f4 60c96ee -Author: Francis Lachapelle -Date: Fri Dec 19 02:41:46 2008 +0000 - - merge of '0187913e6e236a3a8a3a4cf66bf61a25d3cde321' - and '9b0d550ad7ecf3304e02f47b720a4aed7b1b3ce0' - - Monotone-Parent: 0187913e6e236a3a8a3a4cf66bf61a25d3cde321 - Monotone-Parent: 9b0d550ad7ecf3304e02f47b720a4aed7b1b3ce0 - Monotone-Revision: bc6abe537500d635cea12c3c4f611e68d4c2d725 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-12-19T02:41:46 - Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/GCSChannelManager.m commit 60c96ee1051b4ba82e6727150cb6a803312a0edc Author: Francis Lachapelle @@ -65062,6 +80406,8 @@ Date: Fri Dec 19 02:40:24 2008 +0000 Monotone-Date: 2008-12-19T02:40:24 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit a0b81f44730287da66279dec56a377ea827747f5 Author: Ludovic Marcotte Date: Thu Dec 18 22:11:13 2008 +0000 @@ -65075,6 +80421,8 @@ Date: Thu Dec 18 22:11:13 2008 +0000 Monotone-Date: 2008-12-18T22:11:13 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/SOGoRootPage.m + commit 107964335ec222d61612541d15b9b9834c9d8572 Author: Francis Lachapelle Date: Thu Dec 18 14:05:30 2008 +0000 @@ -65086,6 +80434,8 @@ Date: Thu Dec 18 14:05:30 2008 +0000 Monotone-Date: 2008-12-18T14:05:30 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAclEditor.css + commit 6bcb367e53c2613130b9fc5867db3dad4c3c6f72 Author: Wolfgang Sourdeau Date: Wed Dec 17 20:19:58 2008 +0000 @@ -65097,6 +80447,8 @@ Date: Wed Dec 17 20:19:58 2008 +0000 Monotone-Date: 2008-12-17T20:19:58 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPUserManager.m + commit 24e539526f01b572d9f077847dc7c872c723d3b3 Author: Wolfgang Sourdeau Date: Wed Dec 17 15:37:06 2008 +0000 @@ -65108,6 +80460,8 @@ Date: Wed Dec 17 15:37:06 2008 +0000 Monotone-Date: 2008-12-17T15:37:06 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardElement.m + commit 47072654c57d3fc296452f21e513df9fd9ba0bd5 Author: Wolfgang Sourdeau Date: Wed Dec 17 15:35:53 2008 +0000 @@ -65119,6 +80473,8 @@ Date: Wed Dec 17 15:35:53 2008 +0000 Monotone-Date: 2008-12-17T15:35:53 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 019e6ec6a92ad7076d150d988a497690148223ee Author: Wolfgang Sourdeau Date: Wed Dec 17 14:53:16 2008 +0000 @@ -65130,6 +80486,8 @@ Date: Wed Dec 17 14:53:16 2008 +0000 Monotone-Date: 2008-12-17T14:53:16 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoParentFolder.m + commit 85dfb16e7aa7423758de879a35de58b59372fd04 Author: Wolfgang Sourdeau Date: Wed Dec 17 14:34:15 2008 +0000 @@ -65141,6 +80499,9 @@ Date: Wed Dec 17 14:34:15 2008 +0000 Monotone-Date: 2008-12-17T14:34:15 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/GCSFolderType.h +M SOPE/GDLContentStore/GCSFolderType.m + commit be3758962db01e4db8d1e6f11f4872302404a2ad Author: Wolfgang Sourdeau Date: Wed Dec 17 14:33:41 2008 +0000 @@ -65152,6 +80513,8 @@ Date: Wed Dec 17 14:33:41 2008 +0000 Monotone-Date: 2008-12-17T14:33:41 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/versitCardsSaxDriver/VSSaxDriver.m + commit 8327699982a5217ecc333eeaba6fe69cd5067dc1 Author: Wolfgang Sourdeau Date: Wed Dec 17 14:33:14 2008 +0000 @@ -65163,6 +80526,10 @@ Date: Wed Dec 17 14:33:14 2008 +0000 Monotone-Date: 2008-12-17T14:33:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoParentFolder.h +M SoObjects/SOGo/SOGoParentFolder.m + commit 40360f9dc0d8828c6300b05fca186d2542be2e6b Author: Wolfgang Sourdeau Date: Wed Dec 17 14:32:13 2008 +0000 @@ -65174,21 +80541,9 @@ Date: Wed Dec 17 14:32:13 2008 +0000 Monotone-Date: 2008-12-17T14:32:13 Monotone-Branch: ca.inverse.sogo -commit d1835209f73aa8e1afc938c2f16784b6d0c79562 -Merge: ad6d40b e8346b5 -Author: Wolfgang Sourdeau -Date: Wed Dec 17 13:45:53 2008 +0000 - - merge of '2f965a12f5d7a6534d7420384246c30f0c8a4bda' - and 'e485b1c09e36d4173f7845bec12d40de808f3c3b' - - Monotone-Parent: 2f965a12f5d7a6534d7420384246c30f0c8a4bda - Monotone-Parent: e485b1c09e36d4173f7845bec12d40de808f3c3b - Monotone-Revision: 56159df9717624adf99da2f21377b40d435b1db7 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-12-17T13:45:53 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxComponentEditor.m commit ad6d40bd15b61eccadb8785ca484c2285d882c7a Author: Wolfgang Sourdeau @@ -65201,21 +80556,8 @@ Date: Mon Dec 15 23:03:04 2008 +0000 Monotone-Date: 2008-12-15T23:03:04 Monotone-Branch: ca.inverse.sogo -commit 4a43370a9143f572682bc191a376bb206b9c9155 -Merge: 030e229 084a17d -Author: Wolfgang Sourdeau -Date: Mon Dec 15 22:28:32 2008 +0000 - - merge of 'c8d084db03459d614e6031f3b3996696f8a588b4' - and 'e3d03c71b23436eb1ba6f15cfccc6c59a06df891' - - Monotone-Parent: c8d084db03459d614e6031f3b3996696f8a588b4 - Monotone-Parent: e3d03c71b23436eb1ba6f15cfccc6c59a06df891 - Monotone-Revision: b1078ea4dae02277bdf66ea5ad2e7fcdb26dc259 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-12-15T22:28:32 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m commit 084a17d3bc940ce6f220c6a734d5aac8851c53dd Author: Wolfgang Sourdeau @@ -65228,6 +80570,13 @@ Date: Mon Dec 15 22:27:45 2008 +0000 Monotone-Date: 2008-12-15T22:27:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoParentFolder.m + commit e8346b5fc69136caa834a5c5b9d966ba11c90e47 Author: Ludovic Marcotte Date: Mon Dec 15 22:27:14 2008 +0000 @@ -65241,6 +80590,11 @@ Date: Mon Dec 15 22:27:14 2008 +0000 Monotone-Date: 2008-12-15T22:27:14 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailGermanICalReply.wo/SOGoAptMailGermanICalReply.html +M SoObjects/Appointments/SOGoAptMailGermanUpdate.wo/SOGoAptMailGermanUpdate.html +M SoObjects/Mailer/SOGoMailGermanForward.wo/SOGoMailGermanForward.html +M SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.html + commit 715307143880083daa5f07ac0cf1bd4b428beb14 Author: Wolfgang Sourdeau Date: Mon Dec 15 22:26:50 2008 +0000 @@ -65252,6 +80606,9 @@ Date: Mon Dec 15 22:26:50 2008 +0000 Monotone-Date: 2008-12-15T22:26:50 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardElement.m +M SOPE/NGCards/ChangeLog + commit 2c95b16712678d37707c07ec094065739ae510c2 Author: Wolfgang Sourdeau Date: Mon Dec 15 22:24:34 2008 +0000 @@ -65263,6 +80620,8 @@ Date: Mon Dec 15 22:24:34 2008 +0000 Monotone-Date: 2008-12-15T22:24:34 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardGroup.m + commit 438a582e0b8822307b8f9241cc986d0c49ad8528 Author: Wolfgang Sourdeau Date: Mon Dec 15 22:24:14 2008 +0000 @@ -65274,6 +80633,8 @@ Date: Mon Dec 15 22:24:14 2008 +0000 Monotone-Date: 2008-12-15T22:24:14 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/NGCardsSaxHandler.h + commit 40aab6f8ca21f441f12a24f585ec4857bae3beab Author: Wolfgang Sourdeau Date: Mon Dec 15 22:24:09 2008 +0000 @@ -65285,6 +80646,8 @@ Date: Mon Dec 15 22:24:09 2008 +0000 Monotone-Date: 2008-12-15T22:24:09 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/NGCardsSaxHandler.m + commit 7bad646b7681db13c9c37d8645c7afc005594b37 Author: Wolfgang Sourdeau Date: Mon Dec 15 22:23:40 2008 +0000 @@ -65296,6 +80659,8 @@ Date: Mon Dec 15 22:23:40 2008 +0000 Monotone-Date: 2008-12-15T22:23:40 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoCache.m + commit 030e2297891d4a8ad5f4e63e4442c7eaaf9291ec Author: Ludovic Marcotte Date: Mon Dec 15 22:01:52 2008 +0000 @@ -65309,6 +80674,9 @@ Date: Mon Dec 15 22:01:52 2008 +0000 Monotone-Date: 2008-12-15T22:01:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit 6016ae3b08f3cb99357888572936fe9e33a7125d Author: Ludovic Marcotte Date: Mon Dec 15 21:32:32 2008 +0000 @@ -65322,6 +80690,9 @@ Date: Mon Dec 15 21:32:32 2008 +0000 Monotone-Date: 2008-12-15T21:32:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDIFEntry.m + commit 2dcf143fb306d214360f92c222ef85e858cba2db Author: Ludovic Marcotte Date: Mon Dec 15 19:38:56 2008 +0000 @@ -65335,6 +80706,13 @@ Date: Mon Dec 15 19:38:56 2008 +0000 Monotone-Date: 2008-12-15T19:38:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/German.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings + commit 79cc99be64701aa4909c140ca98c458b1a637650 Author: Ludovic Marcotte Date: Sun Dec 14 15:47:01 2008 +0000 @@ -65348,21 +80726,8 @@ Date: Sun Dec 14 15:47:01 2008 +0000 Monotone-Date: 2008-12-14T15:47:01 Monotone-Branch: ca.inverse.sogo -commit 5cb08d85b1b31b47c1e6424ae3a23084070d5645 -Merge: 4f18914 72efdaa -Author: Ludovic Marcotte -Date: Sun Dec 14 15:37:55 2008 +0000 - - merge of '795ed6a3f28d9a8fa693fa6e21822111e70c29e7' - and '8373ee4a182606382fcb3aea7864b142db4aaa95' - - Monotone-Parent: 795ed6a3f28d9a8fa693fa6e21822111e70c29e7 - Monotone-Parent: 8373ee4a182606382fcb3aea7864b142db4aaa95 - Monotone-Revision: a1b75d2a857673c942b21ee08d20b78d221c52df - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-12-14T15:37:55 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m commit 72efdaa9a10dba5518c9b8537d029400abed3e1c Author: Wolfgang Sourdeau @@ -65375,21 +80740,11 @@ Date: Fri Dec 12 18:55:12 2008 +0000 Monotone-Date: 2008-12-12T18:55:12 Monotone-Branch: ca.inverse.sogo -commit 4f18914a644235617e2106fc3067f93f178486b6 -Merge: 8a0a73b 5f04a77 -Author: Francis Lachapelle -Date: Fri Dec 12 18:44:44 2008 +0000 - - merge of 'fd79ef01a0501707aa8528f31eb9128418310ceb' - and 'ff27cb5c0c118c485e7cf9d8e62d4428edafdb32' - - Monotone-Parent: fd79ef01a0501707aa8528f31eb9128418310ceb - Monotone-Parent: ff27cb5c0c118c485e7cf9d8e62d4428edafdb32 - Monotone-Revision: 795ed6a3f28d9a8fa693fa6e21822111e70c29e7 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-12-12T18:44:44 - Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/GCSChannelManager.m +M SOPE/GDLContentStore/GCSFolderManager.m +M SoObjects/SOGo/LDAPUserManager.m +M SoObjects/SOGo/SOGoCache.m +M configure commit 8a0a73be964abeaba293637fbba184eae18e9a9e Author: Francis Lachapelle @@ -65402,6 +80757,8 @@ Date: Fri Dec 12 18:44:07 2008 +0000 Monotone-Date: 2008-12-12T18:44:07 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m + commit ee3c7fe50f28ade401265dd66397689756702078 Author: Francis Lachapelle Date: Fri Dec 12 18:43:14 2008 +0000 @@ -65415,6 +80772,12 @@ Date: Fri Dec 12 18:43:14 2008 +0000 Monotone-Date: 2008-12-12T18:43:14 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalDailyRecurrenceCalculator.m +M SOPE/NGCards/iCalMonthlyRecurrenceCalculator.m +M SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m +M SOPE/NGCards/iCalYearlyRecurrenceCalculator.m +M SoObjects/Appointments/iCalEvent+SOGo.m + commit 5f04a776f0261b21884911a7e8c7abb6422ddf24 Author: Wolfgang Sourdeau Date: Fri Dec 12 17:57:46 2008 +0000 @@ -65426,6 +80789,8 @@ Date: Fri Dec 12 17:57:46 2008 +0000 Monotone-Date: 2008-12-12T17:57:46 Monotone-Branch: ca.inverse.sogo +D SOPE/GDLContentStore/common.h + commit e697b7615e9e71519e9b894cd6d2a4647f0c9905 Author: Wolfgang Sourdeau Date: Fri Dec 12 17:57:23 2008 +0000 @@ -65437,6 +80802,22 @@ Date: Fri Dec 12 17:57:23 2008 +0000 Monotone-Date: 2008-12-12T17:57:23 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/EOAdaptorChannel+GCS.m +M SOPE/GDLContentStore/EOQualifier+GCS.m +M SOPE/GDLContentStore/GCSChannelManager.m +M SOPE/GDLContentStore/GCSContext.m +M SOPE/GDLContentStore/GCSFieldExtractor.m +M SOPE/GDLContentStore/GCSFieldInfo.m +M SOPE/GDLContentStore/GCSFolder.m +M SOPE/GDLContentStore/GCSFolderType.m +M SOPE/GDLContentStore/GCSStringFormatter.m +M SOPE/GDLContentStore/NSURL+GCS.m +M SOPE/GDLContentStore/gcs_cat.m +M SOPE/GDLContentStore/gcs_gensql.m +M SOPE/GDLContentStore/gcs_ls.m +M SOPE/GDLContentStore/gcs_mkdir.m +M SOPE/GDLContentStore/gcs_recreatequick.m + commit 5e8f6e38ad8d0006533d1d02e26712d822f8c5c3 Author: Wolfgang Sourdeau Date: Fri Dec 12 17:32:14 2008 +0000 @@ -65448,6 +80829,8 @@ Date: Fri Dec 12 17:32:14 2008 +0000 Monotone-Date: 2008-12-12T17:32:14 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/GCSChannelManager.m + commit b6b1069fb794a47f60842a7da26416406ee91078 Author: Wolfgang Sourdeau Date: Thu Dec 11 23:23:23 2008 +0000 @@ -65459,6 +80842,9 @@ Date: Thu Dec 11 23:23:23 2008 +0000 Monotone-Date: 2008-12-11T23:23:23 Monotone-Branch: ca.inverse.sogo +D SOPE/sope-patchset-r1626.diff +A SOPE/sope-patchset-r1630.diff + commit 376a681d9420d881c79b386e3616f6efdbed03a4 Author: Francis Lachapelle Date: Thu Dec 11 17:25:19 2008 +0000 @@ -65472,21 +80858,7 @@ Date: Thu Dec 11 17:25:19 2008 +0000 Monotone-Date: 2008-12-11T17:25:19 Monotone-Branch: ca.inverse.sogo -commit 6d59731fe2da2cee776ed0986bb5c5236ead45d1 -Merge: f37eeac e40e82c -Author: Wolfgang Sourdeau -Date: Thu Dec 11 16:45:53 2008 +0000 - - merge of '894fc668494f3ff87fbd4e784b35d68564b8d482' - and 'f6a2b7a59b97cc24c9e22e0a5b0e131bdcf23204' - - Monotone-Parent: 894fc668494f3ff87fbd4e784b35d68564b8d482 - Monotone-Parent: f6a2b7a59b97cc24c9e22e0a5b0e131bdcf23204 - Monotone-Revision: 9b6f0c65763b57f4f4f3198f2400f943060f7bb4 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-12-11T16:45:53 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js commit f37eeac57396645c951472304b730b853ffbbb7c Author: Wolfgang Sourdeau @@ -65499,6 +80871,8 @@ Date: Thu Dec 11 16:45:39 2008 +0000 Monotone-Date: 2008-12-11T16:45:39 Monotone-Branch: ca.inverse.sogo +M Main/SOGoProductLoader.m + commit e40e82cde49045d653cc27b194c270a17d3bf092 Author: Francis Lachapelle Date: Wed Dec 10 19:24:07 2008 +0000 @@ -65510,6 +80884,8 @@ Date: Wed Dec 10 19:24:07 2008 +0000 Monotone-Date: 2008-12-10T19:24:07 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/iCalEventChanges+SOGo.m + commit 8d1507cc3a92a6da59d6f6b672e28cb99a6b7d1d Author: Wolfgang Sourdeau Date: Wed Dec 10 19:02:50 2008 +0000 @@ -65521,6 +80897,11 @@ Date: Wed Dec 10 19:02:50 2008 +0000 Monotone-Date: 2008-12-10T19:02:50 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalMonthlyRecurrenceCalculator.m +M SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m +M SOPE/NGCards/iCalYearlyRecurrenceCalculator.m + commit ff33d95a42ef3ba28fe8d433891dfdee2b1ec0b2 Author: Wolfgang Sourdeau Date: Wed Dec 10 18:57:55 2008 +0000 @@ -65532,6 +80913,11 @@ Date: Wed Dec 10 18:57:55 2008 +0000 Monotone-Date: 2008-12-10T18:57:55 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalDailyRecurrenceCalculator.m +M SOPE/NGCards/iCalMonthlyRecurrenceCalculator.m +M SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m +M SOPE/NGCards/iCalYearlyRecurrenceCalculator.m + commit b8b4c6b5d3ade6d4ec31bbaa1c403c1cf2b2839a Author: Wolfgang Sourdeau Date: Wed Dec 10 18:40:20 2008 +0000 @@ -65543,6 +80929,8 @@ Date: Wed Dec 10 18:40:20 2008 +0000 Monotone-Date: 2008-12-10T18:40:20 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalDailyRecurrenceCalculator.m + commit cd26aa258a898a46c2e443bca490a0b3a401e87a Author: Wolfgang Sourdeau Date: Wed Dec 10 18:22:02 2008 +0000 @@ -65554,6 +80942,9 @@ Date: Wed Dec 10 18:22:02 2008 +0000 Monotone-Date: 2008-12-10T18:22:02 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/NSCalendarDate+ICal.m +M SOPE/NGCards/iCalRecurrenceRule.m + commit d0fa4aabcedd634168ab0c7bd2d77a67e750d4b3 Author: Francis Lachapelle Date: Tue Dec 9 22:51:01 2008 +0000 @@ -65565,6 +80956,8 @@ Date: Tue Dec 9 22:51:01 2008 +0000 Monotone-Date: 2008-12-09T22:51:01 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 757936291dfe3c897bac0646a3322df99d7f58b7 Author: Francis Lachapelle Date: Tue Dec 9 21:56:24 2008 +0000 @@ -65576,6 +80969,8 @@ Date: Tue Dec 9 21:56:24 2008 +0000 Monotone-Date: 2008-12-09T21:56:24 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 742e7fd9368e86190f9db01af36cfdc1461b0ef0 Author: Francis Lachapelle Date: Tue Dec 9 18:23:35 2008 +0000 @@ -65587,6 +80982,8 @@ Date: Tue Dec 9 18:23:35 2008 +0000 Monotone-Date: 2008-12-09T18:23:35 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 1d829010e7b2a6580aa9ac373585c5a91efe55f5 Author: Francis Lachapelle Date: Tue Dec 9 17:28:08 2008 +0000 @@ -65598,6 +80995,8 @@ Date: Tue Dec 9 17:28:08 2008 +0000 Monotone-Date: 2008-12-09T17:28:08 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 0ce1d4ed630007adad9af972f10782c2a58f4e4c Author: Francis Lachapelle Date: Tue Dec 9 15:29:39 2008 +0000 @@ -65609,6 +81008,11 @@ Date: Tue Dec 9 15:29:39 2008 +0000 Monotone-Date: 2008-12-09T15:29:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/iCalRepeatableEntityObject.m +M SoObjects/Appointments/SOGoAppointmentObject.h +M SoObjects/Appointments/SOGoAppointmentObject.m + commit cfb24466beae99cf52a1a62e815a56903e2aa4fd Author: Ludovic Marcotte Date: Tue Dec 9 00:08:55 2008 +0000 @@ -65622,6 +81026,9 @@ Date: Tue Dec 9 00:08:55 2008 +0000 Monotone-Date: 2008-12-09T00:08:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 5d4d5483ef5246562687967b3602add26c030653 Author: Francis Lachapelle Date: Fri Dec 5 16:11:54 2008 +0000 @@ -65633,6 +81040,9 @@ Date: Fri Dec 5 16:11:54 2008 +0000 Monotone-Date: 2008-12-05T16:11:54 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox + commit 30f832a3754c108edbecc844433a63fe174dc431 Author: Francis Lachapelle Date: Fri Dec 5 16:11:41 2008 +0000 @@ -65644,6 +81054,11 @@ Date: Fri Dec 5 16:11:41 2008 +0000 Monotone-Date: 2008-12-05T16:11:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoComponentOccurence.m + commit fbdb62e9e151f35169bb0a8c540c451b1da2731d Author: Ludovic Marcotte Date: Fri Dec 5 14:39:43 2008 +0000 @@ -65657,6 +81072,10 @@ Date: Fri Dec 5 14:39:43 2008 +0000 Monotone-Date: 2008-12-05T14:39:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/NSString+NGCards.m +M SOPE/NGCards/iCalDailyRecurrenceCalculator.m + commit 0ea6f9f468e4307ef2b65a2a1182b60a5cbe45a8 Author: Ludovic Marcotte Date: Fri Dec 5 01:20:59 2008 +0000 @@ -65670,6 +81089,9 @@ Date: Fri Dec 5 01:20:59 2008 +0000 Monotone-Date: 2008-12-05T01:20:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoCache.m + commit d06e7e8423d1532ef76d4ea9eb65110b9db0be65 Author: Francis Lachapelle Date: Wed Dec 3 23:11:05 2008 +0000 @@ -65681,6 +81103,8 @@ Date: Wed Dec 3 23:11:05 2008 +0000 Monotone-Date: 2008-12-03T23:11:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 8e7b9bcaa0c8489fdb12335a340801666fb746c0 Author: Francis Lachapelle Date: Wed Dec 3 23:08:37 2008 +0000 @@ -65692,6 +81116,10 @@ Date: Wed Dec 3 23:08:37 2008 +0000 Monotone-Date: 2008-12-03T23:08:37 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoComponentOccurence.m + commit d59355b5e1bb725a294279f67f29cf0f82da22a9 Author: Francis Lachapelle Date: Wed Dec 3 16:18:41 2008 +0000 @@ -65703,6 +81131,8 @@ Date: Wed Dec 3 16:18:41 2008 +0000 Monotone-Date: 2008-12-03T16:18:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 25ee135fdcd1127926d688e22862d100e060c423 Author: Francis Lachapelle Date: Wed Dec 3 16:18:12 2008 +0000 @@ -65714,6 +81144,11 @@ Date: Wed Dec 3 16:18:12 2008 +0000 Monotone-Date: 2008-12-03T16:18:12 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalRecurrenceRule.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M UI/MailPartViewers/UIxMailPartICalActions.m +M UI/MailPartViewers/UIxMailPartICalViewer.m + commit 6e6adf90381b4433a39926c14adff8c2581a6558 Author: Ludovic Marcotte Date: Wed Dec 3 01:36:57 2008 +0000 @@ -65727,24 +81162,8 @@ Date: Wed Dec 3 01:36:57 2008 +0000 Monotone-Date: 2008-12-03T01:36:57 Monotone-Branch: ca.inverse.sogo -commit a9f94fbfbd3b92edd88e44316a12bcda8bf04498 -Merge: 6d826be fdabc48 -Author: Francis Lachapelle -Date: Tue Dec 2 20:13:44 2008 +0000 - - merge of '67d8b9dd5560b0fe74b28e933a26f5555a9cad04' - and '8a7076e816120408558e4add54151b80aeeb69d8' - - Monotone-Parent: 67d8b9dd5560b0fe74b28e933a26f5555a9cad04 - Monotone-Parent: 8a7076e816120408558e4add54151b80aeeb69d8 - Monotone-Revision: ca77b33237a4a7e175057093f4f695d8170e5f1c - - Monotone-Author: flachapelle@inverse.ca - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-12-02T20:13:44 - Monotone-Date: 2008-12-02T21:04:23 - Monotone-Branch: ca.inverse.sogo - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m commit fdabc48820ff07676c9eacfecd79f1ea520cd490 Author: Ludovic Marcotte @@ -65759,6 +81178,8 @@ Date: Tue Dec 2 12:27:41 2008 +0000 Monotone-Date: 2008-12-02T12:27:41 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartICalActions.m + commit 6d826be7be9c817fb19992c73eba0f1283531716 Author: Francis Lachapelle Date: Tue Dec 2 03:36:13 2008 +0000 @@ -65770,6 +81191,13 @@ Date: Tue Dec 2 03:36:13 2008 +0000 Monotone-Date: 2008-12-02T03:36:13 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings + commit fd7f6149defc77b01902f0fdbdbda715604e9923 Author: Francis Lachapelle Date: Tue Dec 2 03:35:34 2008 +0000 @@ -65781,6 +81209,8 @@ Date: Tue Dec 2 03:35:34 2008 +0000 Monotone-Date: 2008-12-02T03:35:34 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 004cdf3a7b2cea260a2c09d6df0fb72792ebe69a Author: Francis Lachapelle Date: Tue Dec 2 03:35:16 2008 +0000 @@ -65792,6 +81222,8 @@ Date: Tue Dec 2 03:35:16 2008 +0000 Monotone-Date: 2008-12-02T03:35:16 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxRecurrenceEditor.js + commit d9791705fbb27dbe3684db6a02ac7d7c67c02dfb Author: Ludovic Marcotte Date: Tue Dec 2 01:36:53 2008 +0000 @@ -65805,6 +81237,10 @@ Date: Tue Dec 2 01:36:53 2008 +0000 Monotone-Date: 2008-12-02T01:36:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoUserDefaults.m + commit 0b69340ca5c4462e029dc6f6bc8074f3aea66775 Author: Francis Lachapelle Date: Mon Dec 1 22:46:31 2008 +0000 @@ -65816,6 +81252,12 @@ Date: Mon Dec 1 22:46:31 2008 +0000 Monotone-Date: 2008-12-01T22:46:31 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.h +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxTaskEditor.css + commit f8a1dd4ef07ccdedec50552c29c724021ff49250 Author: Francis Lachapelle Date: Mon Dec 1 21:34:04 2008 +0000 @@ -65827,21 +81269,7 @@ Date: Mon Dec 1 21:34:04 2008 +0000 Monotone-Date: 2008-12-01T21:34:04 Monotone-Branch: ca.inverse.sogo -commit 2556db1887f861d9b369e608d5c1e47e72923897 -Merge: e95d7fa 2582979 -Author: Francis Lachapelle -Date: Mon Dec 1 21:15:29 2008 +0000 - - merge of '1306bcb572d16a67199e32e625572c3430d39626' - and 'c44d651c982e7aefb1a028f246dcc968eeefaa79' - - Monotone-Parent: 1306bcb572d16a67199e32e625572c3430d39626 - Monotone-Parent: c44d651c982e7aefb1a028f246dcc968eeefaa79 - Monotone-Revision: be3a69319a721514c55dc1723be3091485efcaa6 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-12-01T21:15:29 - Monotone-Branch: ca.inverse.sogo +M ChangeLog commit 2582979066452a4bdc0cb9624b7387a15fb8ab1c Author: Francis Lachapelle @@ -65854,6 +81282,8 @@ Date: Mon Dec 1 21:15:07 2008 +0000 Monotone-Date: 2008-12-01T21:15:07 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit e95d7fa39e0b4176482ef66c9a518042f89f8e19 Author: Ludovic Marcotte Date: Mon Dec 1 19:20:25 2008 +0000 @@ -65867,6 +81297,11 @@ Date: Mon Dec 1 19:20:25 2008 +0000 Monotone-Date: 2008-12-01T19:20:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M UI/WebServerResources/UIxTaskEditor.css + commit 266586d9048a0eb42e8f121dac7004418cc3cd5b Author: Francis Lachapelle Date: Mon Dec 1 16:24:15 2008 +0000 @@ -65878,6 +81313,8 @@ Date: Mon Dec 1 16:24:15 2008 +0000 Monotone-Date: 2008-12-01T16:24:15 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 5732d7883e385318ec0bdbcac8bed5a6059c742f Author: Ludovic Marcotte Date: Sun Nov 30 13:42:16 2008 +0000 @@ -65891,6 +81328,8 @@ Date: Sun Nov 30 13:42:16 2008 +0000 Monotone-Date: 2008-11-30T13:42:16 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/product.plist + commit 1064c5d3237c2478c564b8e3223b4bc9777395db Author: Wolfgang Sourdeau Date: Sat Nov 29 17:46:33 2008 +0000 @@ -65902,21 +81341,7 @@ Date: Sat Nov 29 17:46:33 2008 +0000 Monotone-Date: 2008-11-29T17:46:33 Monotone-Branch: ca.inverse.sogo -commit b678b11e9ea0a1011ac7a108af7bc6557f968d3f -Merge: 7c7cd2a 6e33a6e -Author: Wolfgang Sourdeau -Date: Sat Nov 29 17:20:54 2008 +0000 - - merge of 'a19b3dadb613f792f2b5d328cba633f92a37f444' - and 'b9edf052394d895a535d32fccecba31ed057fd61' - - Monotone-Parent: a19b3dadb613f792f2b5d328cba633f92a37f444 - Monotone-Parent: b9edf052394d895a535d32fccecba31ed057fd61 - Monotone-Revision: 162dd535bb3f333402e6c71f49cd3dc84644980c - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-11-29T17:20:54 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoContentObject.m commit 6e33a6eaa1b24a6868013f9d3f6b36c7a013f5bd Author: Ludovic Marcotte @@ -65931,6 +81356,20 @@ Date: Sat Nov 29 13:17:52 2008 +0000 Monotone-Date: 2008-11-29T13:17:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/German.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Templates/SOGoACLGermanAdditionAdvisory.wox +M UI/Templates/SOGoACLGermanModificationAdvisory.wox +M UI/Templates/SOGoACLGermanRemovalAdvisory.wox +M UI/Templates/SOGoFolderGermanAdditionAdvisory.wox +M UI/Templates/SOGoFolderGermanRemovalAdvisory.wox + commit 7c7cd2a4ba5c22bd675f58d50efa2e6b87f9ce6b Author: Francis Lachapelle Date: Fri Nov 28 23:19:16 2008 +0000 @@ -65942,6 +81381,8 @@ Date: Fri Nov 28 23:19:16 2008 +0000 Monotone-Date: 2008-11-28T23:19:16 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox + commit b5fbee042ed46f50a23d19be4ac23f1a2531beca Author: Francis Lachapelle Date: Fri Nov 28 23:18:54 2008 +0000 @@ -65953,6 +81394,8 @@ Date: Fri Nov 28 23:18:54 2008 +0000 Monotone-Date: 2008-11-28T23:18:54 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartICalViewer.m + commit 5aca2d7235f60c093ab42e205df64eb8fdf71f06 Author: Francis Lachapelle Date: Fri Nov 28 23:10:41 2008 +0000 @@ -65964,6 +81407,8 @@ Date: Fri Nov 28 23:10:41 2008 +0000 Monotone-Date: 2008-11-28T23:10:41 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 9d4b88dfc772e4fbf7006ff8b1149cb23bd98e60 Author: Ludovic Marcotte Date: Fri Nov 28 20:12:22 2008 +0000 @@ -65977,6 +81422,21 @@ Date: Fri Nov 28 20:12:22 2008 +0000 Monotone-Date: 2008-11-28T20:12:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAptMailDutchUpdate.wo/SOGoAptMailDutchUpdate.html +M SoObjects/Appointments/SOGoAptMailDutchUpdate.wo/SOGoAptMailDutchUpdate.wod +M SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.html +M SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.wod +M SoObjects/Appointments/SOGoAptMailFrenchUpdate.wo/SOGoAptMailFrenchUpdate.html +M SoObjects/Appointments/SOGoAptMailFrenchUpdate.wo/SOGoAptMailFrenchUpdate.wod +M SoObjects/Appointments/SOGoAptMailGermanUpdate.wo/SOGoAptMailGermanUpdate.html +M SoObjects/Appointments/SOGoAptMailGermanUpdate.wo/SOGoAptMailGermanUpdate.wod +M SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.html +M SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.wod +M SoObjects/Appointments/SOGoAptMailNotification.m +M SoObjects/Appointments/SOGoAptMailSpanishUpdate.wo/SOGoAptMailSpanishUpdate.html +M SoObjects/Appointments/SOGoAptMailSpanishUpdate.wo/SOGoAptMailSpanishUpdate.wod + commit 166213933f61d2a47bda0d315b5d0c0742a4816e Author: Francis Lachapelle Date: Fri Nov 28 19:54:51 2008 +0000 @@ -65988,6 +81448,8 @@ Date: Fri Nov 28 19:54:51 2008 +0000 Monotone-Date: 2008-11-28T19:54:51 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 6834135f25045567c76544ee8ab5750559c8f755 Author: Ludovic Marcotte Date: Fri Nov 28 15:39:56 2008 +0000 @@ -66001,6 +81463,8 @@ Date: Fri Nov 28 15:39:56 2008 +0000 Monotone-Date: 2008-11-28T15:39:56 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/product.plist + commit b196cdfae2747a1264ab1c5df4d14f47b6677419 Author: Wolfgang Sourdeau Date: Fri Nov 28 15:13:52 2008 +0000 @@ -66012,6 +81476,8 @@ Date: Fri Nov 28 15:13:52 2008 +0000 Monotone-Date: 2008-11-28T15:13:52 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactsUserFolders.js + commit 021c061d291602d630ab6ca586fefcd463a1ae5b Author: Ludovic Marcotte Date: Wed Nov 26 16:26:32 2008 +0000 @@ -66025,6 +81491,12 @@ Date: Wed Nov 26 16:26:32 2008 +0000 Monotone-Date: 2008-11-26T16:26:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/SOGo/SOGoGCSFolder.m +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxComponentEditor.m + commit eba307e5c0fc1c6c9ff72901a53273ecd420bfef Author: Ludovic Marcotte Date: Wed Nov 26 12:20:26 2008 +0000 @@ -66038,6 +81510,10 @@ Date: Wed Nov 26 12:20:26 2008 +0000 Monotone-Date: 2008-11-26T12:20:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/SOGo/SOGoGCSFolder.m + commit a127fc11fc7d6de5f51e822b6f51f0f5ec085f64 Author: Wolfgang Sourdeau Date: Wed Nov 26 01:58:33 2008 +0000 @@ -66049,6 +81525,9 @@ Date: Wed Nov 26 01:58:33 2008 +0000 Monotone-Date: 2008-11-26T01:58:33 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoContentObject.m + commit 0f8fb4e270921018bc0c78c892dc2b30e24a1817 Author: Wolfgang Sourdeau Date: Tue Nov 25 15:37:26 2008 +0000 @@ -66060,6 +81539,8 @@ Date: Tue Nov 25 15:37:26 2008 +0000 Monotone-Date: 2008-11-25T15:37:26 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/Dutch.lproj/Localizable.strings + commit b3e5fb6c928a59f502fba5702c0d985a91700996 Author: Ludovic Marcotte Date: Mon Nov 24 21:25:42 2008 +0000 @@ -66073,6 +81554,11 @@ Date: Mon Nov 24 21:25:42 2008 +0000 Monotone-Date: 2008-11-24T21:25:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSDictionary+Utilities.m +M SoObjects/SOGo/SOGoUserFolder.m +M UI/MainUI/SOGoUserHomePage.m + commit 57765e6911a1ed79d4eb9b34a85550de9c7eee5f Author: Wolfgang Sourdeau Date: Mon Nov 24 21:26:36 2008 +0000 @@ -66084,6 +81570,9 @@ Date: Mon Nov 24 21:26:36 2008 +0000 Monotone-Date: 2008-11-24T21:26:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoParentFolder.m + commit 60af54d3d3167f92401f1698d2eb4a805abe7462 Author: Wolfgang Sourdeau Date: Mon Nov 24 18:22:03 2008 +0000 @@ -66095,6 +81584,11 @@ Date: Mon Nov 24 18:22:03 2008 +0000 Monotone-Date: 2008-11-24T18:22:03 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/Spanish.lproj/Localizable.strings + commit 54ad1e8d3a21a848897ddc88eb39f1e9bec1340b Author: Wolfgang Sourdeau Date: Mon Nov 24 15:32:53 2008 +0000 @@ -66106,6 +81600,8 @@ Date: Mon Nov 24 15:32:53 2008 +0000 Monotone-Date: 2008-11-24T15:32:53 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactsUserFolders.js + commit 3c4eacb5057b74291fd8ec09eadfbc0dd4f541c7 Author: Wolfgang Sourdeau Date: Mon Nov 24 14:53:48 2008 +0000 @@ -66117,6 +81613,8 @@ Date: Mon Nov 24 14:53:48 2008 +0000 Monotone-Date: 2008-11-24T14:53:48 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactsUserFolders.js + commit 5967911656cd8f0dbc385f67af1cd3254a20c6a5 Author: Francis Lachapelle Date: Mon Nov 24 13:58:04 2008 +0000 @@ -66128,6 +81626,8 @@ Date: Mon Nov 24 13:58:04 2008 +0000 Monotone-Date: 2008-11-24T13:58:04 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/iCalEntityObject+SOGo.m + commit c2ace24b44ac612c16bc62696bb4b4f915a33cca Author: Wolfgang Sourdeau Date: Mon Nov 24 04:12:16 2008 +0000 @@ -66139,6 +81639,10 @@ Date: Mon Nov 24 04:12:16 2008 +0000 Monotone-Date: 2008-11-24T04:12:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoUserHomePage.m +M UI/MainUI/product.plist + commit 27f9ea0dcd408779c0899754394d1e0cf1c4a27a Author: Wolfgang Sourdeau Date: Mon Nov 24 04:10:38 2008 +0000 @@ -66150,6 +81654,16 @@ Date: Mon Nov 24 04:10:38 2008 +0000 Monotone-Date: 2008-11-24T04:10:38 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/dtree.js +M UI/WebServerResources/generic.js + commit 2262527408f85ccdccb6c899aebbfb9db75587ae Author: Wolfgang Sourdeau Date: Mon Nov 24 04:10:23 2008 +0000 @@ -66161,21 +81675,7 @@ Date: Mon Nov 24 04:10:23 2008 +0000 Monotone-Date: 2008-11-24T04:10:23 Monotone-Branch: ca.inverse.sogo -commit 2b3b9463733686830ce7ad04027038f703ab37f8 -Merge: cdaba0e cb1677d -Author: Wolfgang Sourdeau -Date: Mon Nov 24 01:54:23 2008 +0000 - - merge of '834fb725cc2c056023365e8279ac4c8fd1d4a94c' - and '954bbdf61ee55d8e6a99433cfdb3a5c432584796' - - Monotone-Parent: 834fb725cc2c056023365e8279ac4c8fd1d4a94c - Monotone-Parent: 954bbdf61ee55d8e6a99433cfdb3a5c432584796 - Monotone-Revision: 7c7c9b116a1f28737cae823a0f0dac6a60894f7e - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-11-24T01:54:23 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUserFolder.m commit cb1677d3a9fca67bdbcb8f82050ff82951365ac9 Author: Wolfgang Sourdeau @@ -66188,6 +81688,8 @@ Date: Mon Nov 24 01:54:12 2008 +0000 Monotone-Date: 2008-11-24T01:54:12 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit cdaba0eb257dda4fe02f08178e789bc75389d0b1 Author: Ludovic Marcotte Date: Sun Nov 23 15:26:14 2008 +0000 @@ -66201,6 +81703,9 @@ Date: Sun Nov 23 15:26:14 2008 +0000 Monotone-Date: 2008-11-23T15:26:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m + commit 31ba4be81fdc51cd9d8d5f874db95dd5a091bc0d Author: Wolfgang Sourdeau Date: Sun Nov 23 08:35:33 2008 +0000 @@ -66212,6 +81717,9 @@ Date: Sun Nov 23 08:35:33 2008 +0000 Monotone-Date: 2008-11-23T08:35:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit 94d3464658150296596aac8e8ed9b35278c9a87e Author: Wolfgang Sourdeau Date: Sun Nov 23 08:33:08 2008 +0000 @@ -66223,6 +81731,9 @@ Date: Sun Nov 23 08:33:08 2008 +0000 Monotone-Date: 2008-11-23T08:33:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPUserManager.m + commit 2454d8aaefdc2c816ad537e3ee0fc2bd71ed77be Author: Wolfgang Sourdeau Date: Sun Nov 23 08:31:05 2008 +0000 @@ -66234,21 +81745,7 @@ Date: Sun Nov 23 08:31:05 2008 +0000 Monotone-Date: 2008-11-23T08:31:05 Monotone-Branch: ca.inverse.sogo -commit 433f77b3f9f17ffec71d44821f2c358e7ee42758 -Merge: 42f3b1a ff9a299 -Author: Wolfgang Sourdeau -Date: Sun Nov 23 04:41:53 2008 +0000 - - merge of 'd5b97dd613695b722316f9c4bf4e5d35241a832e' - and 'fe15a52bbb65b7147dfd596fd4f0791b716d1b26' - - Monotone-Parent: d5b97dd613695b722316f9c4bf4e5d35241a832e - Monotone-Parent: fe15a52bbb65b7147dfd596fd4f0791b716d1b26 - Monotone-Revision: 8da6944da23a276437481d8c96d487e4866d9634 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-11-23T04:41:53 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPSource.m commit 42f3b1af8001fe89393f3fc407cafabb09c6ad7d Author: Ludovic Marcotte @@ -66263,6 +81760,23 @@ Date: Sat Nov 22 21:52:40 2008 +0000 Monotone-Date: 2008-11-22T21:52:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAptMailDutchUpdate.wo/SOGoAptMailDutchUpdate.html +M SoObjects/Appointments/SOGoAptMailDutchUpdate.wo/SOGoAptMailDutchUpdate.wod +M SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.html +M SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.wod +M SoObjects/Appointments/SOGoAptMailFrenchUpdate.wo/SOGoAptMailFrenchUpdate.html +M SoObjects/Appointments/SOGoAptMailFrenchUpdate.wo/SOGoAptMailFrenchUpdate.wod +M SoObjects/Appointments/SOGoAptMailGermanUpdate.wo/SOGoAptMailGermanUpdate.html +M SoObjects/Appointments/SOGoAptMailGermanUpdate.wo/SOGoAptMailGermanUpdate.wod +M SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.html +M SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.wod +M SoObjects/Appointments/SOGoAptMailSpanishUpdate.wo/SOGoAptMailSpanishUpdate.html +M SoObjects/Appointments/SOGoAptMailSpanishUpdate.wo/SOGoAptMailSpanishUpdate.wod +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/SOGo/SOGoUserDefaults.m + commit ff9a299ed8e878cfb328d748dea489e2cc130d68 Author: Francis Lachapelle Date: Sat Nov 22 07:20:22 2008 +0000 @@ -66274,6 +81788,17 @@ Date: Sat Nov 22 07:20:22 2008 +0000 Monotone-Date: 2008-11-22T07:20:22 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.h +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoComponentOccurence.h +M SoObjects/Appointments/SOGoComponentOccurence.m +M SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m +M UI/Scheduler/UIxOccurenceDialog.m +M UI/Scheduler/product.plist +M UI/WebServerResources/SchedulerUI.js + commit d00bd0dca8cf38f1320a7e9d1547aca5c39ed3c9 Author: Francis Lachapelle Date: Sat Nov 22 07:16:48 2008 +0000 @@ -66285,6 +81810,8 @@ Date: Sat Nov 22 07:16:48 2008 +0000 Monotone-Date: 2008-11-22T07:16:48 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 89a3d513dc9b96eb489beccdb4d25a8556d7679e Author: Francis Lachapelle Date: Fri Nov 21 14:22:50 2008 +0000 @@ -66296,6 +81823,14 @@ Date: Fri Nov 21 14:22:50 2008 +0000 Monotone-Date: 2008-11-21T14:22:50 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/Spanish.lproj/Localizable.strings + commit acb4d211a834e3fdd54ab1584ac91cbddc7566db Author: Ludovic Marcotte Date: Thu Nov 20 19:17:59 2008 +0000 @@ -66309,6 +81844,15 @@ Date: Thu Nov 20 19:17:59 2008 +0000 Monotone-Date: 2008-11-20T19:17:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoUserDefaults.m +M UI/MainUI/SOGoUserHomePage.m +M UI/Scheduler/UIxComponentEditor.m + commit 6c6600bde4decb69f63f068ada60423938bef4c7 Author: Ludovic Marcotte Date: Tue Nov 18 20:59:08 2008 +0000 @@ -66322,6 +81866,9 @@ Date: Tue Nov 18 20:59:08 2008 +0000 Monotone-Date: 2008-11-18T20:59:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 3539a06f8324d6befea1783e948bf1a8a87c1926 Author: Ludovic Marcotte Date: Tue Nov 18 00:06:37 2008 +0000 @@ -66335,6 +81882,31 @@ Date: Tue Nov 18 00:06:37 2008 +0000 Monotone-Date: 2008-11-18T00:06:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/GNUmakefile +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +A SoObjects/Appointments/SOGoAptMailDutchUpdate.wo/SOGoAptMailDutchUpdate.html +A SoObjects/Appointments/SOGoAptMailDutchUpdate.wo/SOGoAptMailDutchUpdate.wod +A SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.html +A SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.wod +A SoObjects/Appointments/SOGoAptMailFrenchUpdate.wo/SOGoAptMailFrenchUpdate.html +A SoObjects/Appointments/SOGoAptMailFrenchUpdate.wo/SOGoAptMailFrenchUpdate.wod +A SoObjects/Appointments/SOGoAptMailGermanUpdate.wo/SOGoAptMailGermanUpdate.html +A SoObjects/Appointments/SOGoAptMailGermanUpdate.wo/SOGoAptMailGermanUpdate.wod +A SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.html +A SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.wod +M SoObjects/Appointments/SOGoAptMailNotification.h +M SoObjects/Appointments/SOGoAptMailNotification.m +A SoObjects/Appointments/SOGoAptMailSpanishUpdate.wo/SOGoAptMailSpanishUpdate.html +A SoObjects/Appointments/SOGoAptMailSpanishUpdate.wo/SOGoAptMailSpanishUpdate.wod +A SoObjects/Appointments/SOGoAptMailUpdate.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m +M UI/Common/UIxFolderActions.m + commit 85c9c6e402880a87b3433ba60f84f5e69d62b28b Author: Ludovic Marcotte Date: Fri Nov 14 00:55:00 2008 +0000 @@ -66348,6 +81920,20 @@ Date: Fri Nov 14 00:55:00 2008 +0000 Monotone-Date: 2008-11-14T00:55:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAptMailDutchICalReply.wo/SOGoAptMailDutchICalReply.html +M SoObjects/Appointments/SOGoAptMailDutchICalReply.wo/SOGoAptMailDutchICalReply.wod +M SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailEnglishICalReply.html +M SoObjects/Appointments/SOGoAptMailFrenchICalReply.wo/SOGoAptMailFrenchICalReply.html +M SoObjects/Appointments/SOGoAptMailFrenchICalReply.wo/SOGoAptMailFrenchICalReply.wod +M SoObjects/Appointments/SOGoAptMailGermanICalReply.wo/SOGoAptMailGermanICalReply.html +M SoObjects/Appointments/SOGoAptMailGermanICalReply.wo/SOGoAptMailGermanICalReply.wod +M SoObjects/Appointments/SOGoAptMailItalianICalReply.wo/SOGoAptMailItalianICalReply.html +M SoObjects/Appointments/SOGoAptMailItalianICalReply.wo/SOGoAptMailItalianICalReply.wod +M SoObjects/Appointments/SOGoAptMailSpanishICalReply.wo/SOGoAptMailSpanishICalReply.html +M SoObjects/Appointments/SOGoAptMailSpanishICalReply.wo/SOGoAptMailSpanishICalReply.wod +M SoObjects/SOGo/SOGoCache.m + commit 4b9e8f14861971b44b7af16228d7022197b073dd Author: Ludovic Marcotte Date: Thu Nov 13 16:03:41 2008 +0000 @@ -66361,6 +81947,10 @@ Date: Thu Nov 13 16:03:41 2008 +0000 Monotone-Date: 2008-11-13T16:03:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/CardVersitRenderer.m +M SoObjects/Appointments/iCalPerson+SOGo.m + commit 5ea4891a28a9abff34d1545c350cb979370b9a7c Author: Ludovic Marcotte Date: Thu Nov 13 13:41:43 2008 +0000 @@ -66374,6 +81964,10 @@ Date: Thu Nov 13 13:41:43 2008 +0000 Monotone-Date: 2008-11-13T13:41:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/SOGo/SOGoUserFolder.m + commit 171dfbfb3dad2a3da76e0b0c75fd103ffd97fec6 Author: Francis Lachapelle Date: Wed Nov 12 16:12:23 2008 +0000 @@ -66385,21 +81979,8 @@ Date: Wed Nov 12 16:12:23 2008 +0000 Monotone-Date: 2008-11-12T16:12:23 Monotone-Branch: ca.inverse.sogo -commit 5580d545372ca54f32d47af12bcda2f804565a14 -Merge: 4941275 16663f7 -Author: Francis Lachapelle -Date: Wed Nov 12 16:11:16 2008 +0000 - - merge of 'afb54e0e3680201763787e929aeb5bdb376b0543' - and 'f4de6456480257d599ff854178e02cb6bb3aea4e' - - Monotone-Parent: afb54e0e3680201763787e929aeb5bdb376b0543 - Monotone-Parent: f4de6456480257d599ff854178e02cb6bb3aea4e - Monotone-Revision: aadd417d36fb0c041ee85a89145a87cc634d7aeb - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-11-12T16:11:16 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/iCalEvent+SOGo.m commit 49412759b835519b4db6760557a00bbf915d7bf0 Author: Ludovic Marcotte @@ -66414,6 +81995,13 @@ Date: Wed Nov 12 03:30:13 2008 +0000 Monotone-Date: 2008-11-12T03:30:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserDefaults.m + commit 74ed2d15e0775fad13f40ec4ce4ba741d2124afb Author: Ludovic Marcotte Date: Tue Nov 11 23:03:46 2008 +0000 @@ -66427,21 +82015,9 @@ Date: Tue Nov 11 23:03:46 2008 +0000 Monotone-Date: 2008-11-11T23:03:46 Monotone-Branch: ca.inverse.sogo -commit 16663f79ebe0c16231956200333f9be479609e8c -Merge: 9c57907 79a3ff7 -Author: Francis Lachapelle -Date: Tue Nov 11 19:44:54 2008 +0000 - - merge of '467ec5f1f0997ec12a4adbf6bc501ee81735cbdb' - and '790b33ceff613dad77f7fc62c8319beafc6bf5ad' - - Monotone-Parent: 467ec5f1f0997ec12a4adbf6bc501ee81735cbdb - Monotone-Parent: 790b33ceff613dad77f7fc62c8319beafc6bf5ad - Monotone-Revision: f4de6456480257d599ff854178e02cb6bb3aea4e - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-11-11T19:44:54 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoUser.m commit 9c57907bcf73f4e2656904343ccc91fbaa7f2307 Author: Ludovic Marcotte @@ -66456,6 +82032,9 @@ Date: Tue Nov 11 03:04:22 2008 +0000 Monotone-Date: 2008-11-11T03:04:22 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoCache.m + commit ad06ce1c30902b7ed93263c0d8c151715ae64a4b Author: Ludovic Marcotte Date: Tue Nov 11 02:08:03 2008 +0000 @@ -66469,6 +82048,8 @@ Date: Tue Nov 11 02:08:03 2008 +0000 Monotone-Date: 2008-11-11T02:08:03 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoCache.m + commit 861a3558ace261a11706510cb9b1ef435ee77da7 Author: Ludovic Marcotte Date: Tue Nov 11 01:52:56 2008 +0000 @@ -66482,6 +82063,11 @@ Date: Tue Nov 11 01:52:56 2008 +0000 Monotone-Date: 2008-11-11T01:52:56 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m + commit ff3e1fbb42f72a551b8164734432177bb6a3d0c7 Author: Ludovic Marcotte Date: Tue Nov 11 00:17:35 2008 +0000 @@ -66495,21 +82081,24 @@ Date: Tue Nov 11 00:17:35 2008 +0000 Monotone-Date: 2008-11-11T00:17:35 Monotone-Branch: ca.inverse.sogo -commit 79a3ff7dff5eaa6607cb65e82ffe381f7ef4fe56 -Merge: 75e7e92 be4e239 -Author: Francis Lachapelle -Date: Mon Nov 10 19:45:45 2008 +0000 - - merge of '21357db79071c6bb6bb16eb3c8570464c85cbea9' - and 'f570fda8096334f1267b8f01d59732c4fa9943c6' - - Monotone-Parent: 21357db79071c6bb6bb16eb3c8570464c85cbea9 - Monotone-Parent: f570fda8096334f1267b8f01d59732c4fa9943c6 - Monotone-Revision: 790b33ceff613dad77f7fc62c8319beafc6bf5ad - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-11-10T19:45:45 - Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoUserFolder+Appointments.m +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoDAVAuthenticator.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserDefaults.m +M SoObjects/SOGo/SOGoUserFolder.m +D SoObjects/SOGo/SOGoUserManager.h +D SoObjects/SOGo/SOGoUserManager.m +M SoObjects/SOGo/SOGoWebAuthenticator.m commit be4e239537d0095b42fcd7c43fd20b934edc5d77 Author: Ludovic Marcotte @@ -66524,21 +82113,7 @@ Date: Mon Nov 10 16:32:24 2008 +0000 Monotone-Date: 2008-11-10T16:32:24 Monotone-Branch: ca.inverse.sogo -commit 6c711923f8520e481dd9f73b337b416516f51e74 -Merge: ce7a04c 4abe791 -Author: Ludovic Marcotte -Date: Mon Nov 10 16:04:52 2008 +0000 - - merge of '3788093156db6417b60bcf6e46c839e8ce8781a8' - and 'ee7adf911df75af83b62839ef6965b5e4ed7cc8b' - - Monotone-Parent: 3788093156db6417b60bcf6e46c839e8ce8781a8 - Monotone-Parent: ee7adf911df75af83b62839ef6965b5e4ed7cc8b - Monotone-Revision: c5b69aa2e99f9ed31beb8040542e5ebcf91bc2f6 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-11-10T16:04:52 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUserDefaults.m commit 4abe7913449adc3e1893a268151e7e230d2030e3 Author: Ludovic Marcotte @@ -66553,6 +82128,27 @@ Date: Mon Nov 10 16:01:35 2008 +0000 Monotone-Date: 2008-11-10T16:01:35 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailDutchDeletion.wo/SOGoAptMailDutchDeletion.html +M SoObjects/Appointments/SOGoAptMailDutchDeletion.wo/SOGoAptMailDutchDeletion.wod +M SoObjects/Appointments/SOGoAptMailDutchInvitation.wo/SOGoAptMailDutchInvitation.html +M SoObjects/Appointments/SOGoAptMailDutchInvitation.wo/SOGoAptMailDutchInvitation.wod +M SoObjects/Appointments/SOGoAptMailFrenchDeletion.wo/SOGoAptMailFrenchDeletion.html +M SoObjects/Appointments/SOGoAptMailFrenchDeletion.wo/SOGoAptMailFrenchDeletion.wod +M SoObjects/Appointments/SOGoAptMailFrenchInvitation.wo/SOGoAptMailFrenchInvitation.html +M SoObjects/Appointments/SOGoAptMailFrenchInvitation.wo/SOGoAptMailFrenchInvitation.wod +M SoObjects/Appointments/SOGoAptMailGermanDeletion.wo/SOGoAptMailGermanDeletion.html +M SoObjects/Appointments/SOGoAptMailGermanDeletion.wo/SOGoAptMailGermanDeletion.wod +M SoObjects/Appointments/SOGoAptMailGermanInvitation.wo/SOGoAptMailGermanInvitation.html +M SoObjects/Appointments/SOGoAptMailGermanInvitation.wo/SOGoAptMailGermanInvitation.wod +M SoObjects/Appointments/SOGoAptMailItalianDeletion.wo/SOGoAptMailItalianDeletion.html +M SoObjects/Appointments/SOGoAptMailItalianDeletion.wo/SOGoAptMailItalianDeletion.wod +M SoObjects/Appointments/SOGoAptMailItalianInvitation.wo/SOGoAptMailItalianInvitation.html +M SoObjects/Appointments/SOGoAptMailItalianInvitation.wo/SOGoAptMailItalianInvitation.wod +M SoObjects/Appointments/SOGoAptMailSpanishDeletion.wo/SOGoAptMailSpanishDeletion.html +M SoObjects/Appointments/SOGoAptMailSpanishDeletion.wo/SOGoAptMailSpanishDeletion.wod +M SoObjects/Appointments/SOGoAptMailSpanishInvitation.wo/SOGoAptMailSpanishInvitation.html +M SoObjects/Appointments/SOGoAptMailSpanishInvitation.wo/SOGoAptMailSpanishInvitation.wod + commit 312656117fb1f25a6743ba6001153ced2e90ec74 Author: Ludovic Marcotte Date: Mon Nov 10 15:38:05 2008 +0000 @@ -66566,6 +82162,13 @@ Date: Mon Nov 10 15:38:05 2008 +0000 Monotone-Date: 2008-11-10T15:38:05 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.h +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m +M UI/MailPartViewers/UIxMailPartICalActions.m + commit 75e7e92958e047bd0d4d02ebbc7ee47e8750ce79 Author: Francis Lachapelle Date: Fri Nov 7 20:24:46 2008 +0000 @@ -66577,6 +82180,8 @@ Date: Fri Nov 7 20:24:46 2008 +0000 Monotone-Date: 2008-11-07T20:24:46 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox + commit ce7a04c90cca4041ebdb4a40bd5049a131bb2c28 Author: Francis Lachapelle Date: Fri Nov 7 20:03:12 2008 +0000 @@ -66588,6 +82193,10 @@ Date: Fri Nov 7 20:03:12 2008 +0000 Monotone-Date: 2008-11-07T20:03:12 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/WebServerResources/UIxComponentEditor.css + commit 0d880248ba5c10c96e05f7d1875fb5db29ecc40e Author: Francis Lachapelle Date: Fri Nov 7 18:56:03 2008 +0000 @@ -66601,6 +82210,9 @@ Date: Fri Nov 7 18:56:03 2008 +0000 Monotone-Date: 2008-11-07T18:56:03 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M UI/Scheduler/UIxCalListingActions.m + commit b0cc837b01a9134b9c03571f4eac382e862c079b Author: Francis Lachapelle Date: Fri Nov 7 16:03:38 2008 +0000 @@ -66612,6 +82224,14 @@ Date: Fri Nov 7 16:03:38 2008 +0000 Monotone-Date: 2008-11-07T16:03:38 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/WebServerResources/MailerUI.css + commit 50a923fa53e244abd38725e211d7823ccec72f1c Author: Francis Lachapelle Date: Fri Nov 7 16:02:28 2008 +0000 @@ -66623,6 +82243,8 @@ Date: Fri Nov 7 16:02:28 2008 +0000 Monotone-Date: 2008-11-07T16:02:28 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox + commit fc00eedc5eeb9fba2cfc96ea8dae698d8c95c123 Author: Francis Lachapelle Date: Fri Nov 7 16:00:31 2008 +0000 @@ -66634,6 +82256,8 @@ Date: Fri Nov 7 16:00:31 2008 +0000 Monotone-Date: 2008-11-07T16:00:31 Monotone-Branch: ca.inverse.sogo +M Scripts/sogo-init.d-redhat + commit 1b5c0ef81c9c274ebbdad47a41c6d9b1559b9ebb Author: Francis Lachapelle Date: Thu Nov 6 17:19:14 2008 +0000 @@ -66647,6 +82271,16 @@ Date: Thu Nov 6 17:19:14 2008 +0000 Monotone-Date: 2008-11-06T17:19:14 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/UIxAppointmentEditor.h +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox + commit 023e7a4b3cb2cff7116f5b65b3f9a7bddb24137a Author: Francis Lachapelle Date: Thu Nov 6 17:16:09 2008 +0000 @@ -66658,6 +82292,8 @@ Date: Thu Nov 6 17:16:09 2008 +0000 Monotone-Date: 2008-11-06T17:16:09 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/German.lproj/Localizable.strings + commit a57e885766c0a3657bc69a20b7fc82d8c5ed933a Author: Ludovic Marcotte Date: Wed Nov 5 21:04:16 2008 +0000 @@ -66671,6 +82307,37 @@ Date: Wed Nov 5 21:04:16 2008 +0000 Monotone-Date: 2008-11-05T21:04:16 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailEnglishDeletion.html +M SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailEnglishDeletion.wod +M SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailEnglishICalReply.html +M SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailEnglishICalReply.wod +M SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailEnglishInvitation.html +M SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailEnglishInvitation.wod +M SoObjects/Appointments/SOGoAptMailICalReply.m +M SoObjects/Appointments/SOGoAptMailNotification.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoUserFolder+Appointments.m +M SoObjects/Appointments/iCalEntityObject+SOGo.m +M SoObjects/Appointments/iCalPerson+SOGo.h +M SoObjects/Appointments/iCalPerson+SOGo.m +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/SOGoDAVAuthenticator.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserDefaults.h +M SoObjects/SOGo/SOGoUserDefaults.m +M SoObjects/SOGo/SOGoUserFolder.m +A SoObjects/SOGo/SOGoUserManager.h +A SoObjects/SOGo/SOGoUserManager.m +M SoObjects/SOGo/SOGoWebAuthenticator.m +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m +M UI/Templates/SchedulerUI/UIxComponentEditor.wox + commit 5100d6611d8422477e080adc2006fb9f5a621bbd Author: Francis Lachapelle Date: Wed Nov 5 17:26:02 2008 +0000 @@ -66684,6 +82351,21 @@ Date: Wed Nov 5 17:26:02 2008 +0000 Monotone-Date: 2008-11-05T17:26:02 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile +A SoObjects/SOGo/WOContext+SOGo.h +A SoObjects/SOGo/WOContext+SOGo.m +M SoObjects/SOGo/WORequest+SOGo.m +M UI/MainUI/Dutch.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings +M UI/MainUI/Italian.lproj/Localizable.strings +M UI/MainUI/SOGoRootPage.h +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/Spanish.lproj/Localizable.strings +M UI/Templates/MainUI/SOGoRootPage.wox +M UI/WebServerResources/SOGoRootPage.js + commit d54abbdcfe6d56162c02036b9d3ffca5bba1c0dc Author: Francis Lachapelle Date: Wed Nov 5 17:16:35 2008 +0000 @@ -66697,6 +82379,8 @@ Date: Wed Nov 5 17:16:35 2008 +0000 Monotone-Date: 2008-11-05T17:16:35 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalEventChanges.m + commit 7a2eff59ea77eda5d681ffb547574ce5edb5b721 Author: Francis Lachapelle Date: Tue Nov 4 19:55:50 2008 +0000 @@ -66710,6 +82394,10 @@ Date: Tue Nov 4 19:55:50 2008 +0000 Monotone-Date: 2008-11-04T19:55:50 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/UIxComponent.m +M UI/Templates/SchedulerUI/UIxCalMonthView.wox +M UI/WebServerResources/SchedulerUI.js + commit 07225fe5888340f8191e678facd9f1537fe02984 Author: Francis Lachapelle Date: Mon Nov 3 14:17:57 2008 +0000 @@ -66721,6 +82409,10 @@ Date: Mon Nov 3 14:17:57 2008 +0000 Monotone-Date: 2008-11-03T14:17:57 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m +M UI/Scheduler/UIxAppointmentEditor.m +M UI/WebServerResources/SchedulerUI.js + commit 73b30201b568b24aa23ba734a5151fb2c931f76b Author: Francis Lachapelle Date: Mon Nov 3 14:16:32 2008 +0000 @@ -66732,6 +82424,8 @@ Date: Mon Nov 3 14:16:32 2008 +0000 Monotone-Date: 2008-11-03T14:16:32 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 4252de8a5a38ef4229516d24f98a73a96bc27e10 Author: Francis Lachapelle Date: Mon Nov 3 14:15:52 2008 +0000 @@ -66743,6 +82437,8 @@ Date: Mon Nov 3 14:15:52 2008 +0000 Monotone-Date: 2008-11-03T14:15:52 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardElement.m + commit d71300529e9bb64d6ae1c52cdeece5bb098c35e2 Author: Francis Lachapelle Date: Wed Oct 29 19:23:31 2008 +0000 @@ -66756,6 +82452,12 @@ Date: Wed Oct 29 19:23:31 2008 +0000 Monotone-Date: 2008-10-29T19:23:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M UI/PreferencesUI/UIxPreferences.m +M UI/WebServerResources/UIxMailEditor.js + commit 2730cad6aba2a12fd4868db55f077e0bde694b39 Author: Francis Lachapelle Date: Wed Oct 29 16:51:30 2008 +0000 @@ -66769,6 +82471,8 @@ Date: Wed Oct 29 16:51:30 2008 +0000 Monotone-Date: 2008-10-29T16:51:30 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 7eb75688435e4b097d8b2f91733faff3282196cf Author: Francis Lachapelle Date: Wed Oct 29 16:45:45 2008 +0000 @@ -66782,6 +82486,8 @@ Date: Wed Oct 29 16:45:45 2008 +0000 Monotone-Date: 2008-10-29T16:45:45 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit dafb17c05a70ccacf4559a53a5fc3074299821bf Author: Francis Lachapelle Date: Fri Oct 24 22:30:19 2008 +0000 @@ -66795,6 +82501,10 @@ Date: Fri Oct 24 22:30:19 2008 +0000 Monotone-Date: 2008-10-24T22:30:19 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailPopupView.wox +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailPopupView.js + commit 40d5c508cc69f7b7dd6dcba12302982251bf0488 Author: Ludovic Marcotte Date: Fri Oct 24 16:12:21 2008 +0000 @@ -66808,6 +82518,23 @@ Date: Fri Oct 24 16:12:21 2008 +0000 Monotone-Date: 2008-10-24T16:12:21 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailDutchICalReply.wo/SOGoAptMailDutchICalReply.html +M SoObjects/Appointments/SOGoAptMailDutchICalReply.wo/SOGoAptMailDutchICalReply.wod +M SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailEnglishICalReply.html +M SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailEnglishICalReply.wod +M SoObjects/Appointments/SOGoAptMailFrenchICalReply.wo/SOGoAptMailFrenchICalReply.html +M SoObjects/Appointments/SOGoAptMailFrenchICalReply.wo/SOGoAptMailFrenchICalReply.wod +M SoObjects/Appointments/SOGoAptMailGermanICalReply.wo/SOGoAptMailGermanICalReply.html +M SoObjects/Appointments/SOGoAptMailGermanICalReply.wo/SOGoAptMailGermanICalReply.wod +M SoObjects/Appointments/SOGoAptMailICalReply.m +M SoObjects/Appointments/SOGoAptMailItalianICalReply.wo/SOGoAptMailItalianICalReply.html +M SoObjects/Appointments/SOGoAptMailItalianICalReply.wo/SOGoAptMailItalianICalReply.wod +M SoObjects/Appointments/SOGoAptMailNotification.h +M SoObjects/Appointments/SOGoAptMailNotification.m +M SoObjects/Appointments/SOGoAptMailSpanishICalReply.wo/SOGoAptMailSpanishICalReply.html +M SoObjects/Appointments/SOGoAptMailSpanishICalReply.wo/SOGoAptMailSpanishICalReply.wod +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 1be3bd22c114d87d1d2ed9cdcab2ffe586f123e4 Author: Wolfgang Sourdeau Date: Thu Oct 23 17:37:21 2008 +0000 @@ -66819,6 +82546,9 @@ Date: Thu Oct 23 17:37:21 2008 +0000 Monotone-Date: 2008-10-23T17:37:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoMailer.m + commit a6b42075101582b99333b307c830b764c5712f81 Author: Wolfgang Sourdeau Date: Thu Oct 23 15:55:56 2008 +0000 @@ -66830,6 +82560,11 @@ Date: Thu Oct 23 15:55:56 2008 +0000 Monotone-Date: 2008-10-23T15:55:56 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M UI/MailerUI/UIxMailEditor.m +M UI/MailerUI/UIxMailFolderActions.m + commit 4c6ce949d6b4cc98483ff28d1afc83da686e6365 Author: Wolfgang Sourdeau Date: Thu Oct 23 15:45:41 2008 +0000 @@ -66841,6 +82576,10 @@ Date: Thu Oct 23 15:45:41 2008 +0000 Monotone-Date: 2008-10-23T15:45:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailMainFrame.m +M UI/WebServerResources/MailerUI.js + commit b6201ae20a3cf135c093759498067eb759542e40 Author: Wolfgang Sourdeau Date: Thu Oct 23 15:35:20 2008 +0000 @@ -66852,6 +82591,17 @@ Date: Thu Oct 23 15:35:20 2008 +0000 Monotone-Date: 2008-10-23T15:35:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccounts.m +M SoObjects/Mailer/SOGoMailObject+Draft.m +M SoObjects/Mailer/SOGoMailObject.m +M SoObjects/SOGo/NSArray+Utilities.h +M SoObjects/SOGo/NSArray+Utilities.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoUser.m +M UI/MailerUI/UIxMailListView.m +M UI/MailerUI/UIxMailMainFrame.m + commit 94e1d603128ab4220c7a7c9b14ddd2a86cb60746 Author: Wolfgang Sourdeau Date: Thu Oct 23 15:35:05 2008 +0000 @@ -66863,6 +82613,8 @@ Date: Thu Oct 23 15:35:05 2008 +0000 Monotone-Date: 2008-10-23T15:35:05 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff + commit 42e149a3b28779d5ec97408ae453cf77697616b6 Author: Ludovic Marcotte Date: Wed Oct 22 20:50:27 2008 +0000 @@ -66876,6 +82628,8 @@ Date: Wed Oct 22 20:50:27 2008 +0000 Monotone-Date: 2008-10-22T20:50:27 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPUserManager.m + commit 2ec29054e92b42b2384fdcd7abb41d66d56337a2 Author: Ludovic Marcotte Date: Wed Oct 22 15:54:02 2008 +0000 @@ -66889,21 +82643,9 @@ Date: Wed Oct 22 15:54:02 2008 +0000 Monotone-Date: 2008-10-22T15:54:02 Monotone-Branch: ca.inverse.sogo -commit ddfba84ebe00abb1f0a71e2e7c7d3f001d205b36 -Merge: c99479e 6d1aa93 -Author: Francis Lachapelle -Date: Tue Oct 21 21:59:43 2008 +0000 - - merge of '5f7a29adfa72a5c2257226be59358d6ef7642557' - and 'add28d9d67adcd6d59ae80bdec669e2794e55fc3' - - Monotone-Parent: 5f7a29adfa72a5c2257226be59358d6ef7642557 - Monotone-Parent: add28d9d67adcd6d59ae80bdec669e2794e55fc3 - Monotone-Revision: f14f194e02808a128112c1844ba759925e48c6e7 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-10-21T21:59:43 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Contacts/SOGoFolder+CardDAV.m +M SoObjects/SOGo/SOGoUserFolder.m commit c99479eece1d5189d190fea7ed963db285b04eae Author: Francis Lachapelle @@ -66918,6 +82660,8 @@ Date: Tue Oct 21 21:58:59 2008 +0000 Monotone-Date: 2008-10-21T21:58:59 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 6d1aa93998f57683eff07fcaf284fcba79756858 Author: Wolfgang Sourdeau Date: Tue Oct 21 16:26:07 2008 +0000 @@ -66929,6 +82673,8 @@ Date: Tue Oct 21 16:26:07 2008 +0000 Monotone-Date: 2008-10-21T16:26:07 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailListView.wox + commit 9b77c3788f4ef98229d470c7402f09fbce28d9dc Author: Wolfgang Sourdeau Date: Tue Oct 21 16:20:07 2008 +0000 @@ -66940,6 +82686,9 @@ Date: Tue Oct 21 16:20:07 2008 +0000 Monotone-Date: 2008-10-21T16:20:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.m + commit febfc84dcb4fa38cf1af16edcb1f6e01f2a90a47 Author: Francis Lachapelle Date: Mon Oct 20 18:40:45 2008 +0000 @@ -66951,6 +82700,8 @@ Date: Mon Oct 20 18:40:45 2008 +0000 Monotone-Date: 2008-10-20T18:40:45 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css + commit 278bba0494bf116fcee85e635f3d722ba615258e Author: Francis Lachapelle Date: Mon Oct 20 17:13:13 2008 +0000 @@ -66964,6 +82715,8 @@ Date: Mon Oct 20 17:13:13 2008 +0000 Monotone-Date: 2008-10-20T17:13:13 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit ce8eda69416cedc6a26343b882317b8f14752e21 Author: Ludovic Marcotte Date: Mon Oct 20 16:23:29 2008 +0000 @@ -66977,21 +82730,10 @@ Date: Mon Oct 20 16:23:29 2008 +0000 Monotone-Date: 2008-10-20T16:23:29 Monotone-Branch: ca.inverse.sogo -commit 01550ab6bb74911a315f00026f3c9487731be967 -Merge: 39af916 d6f7a53 -Author: Francis Lachapelle -Date: Mon Oct 20 15:24:51 2008 +0000 - - merge of '7b8ed9c4b20f7511d8c8423f497d9006d548729d' - and 'c188de330d668938c84bba685aabd793abbfbe6a' - - Monotone-Parent: 7b8ed9c4b20f7511d8c8423f497d9006d548729d - Monotone-Parent: c188de330d668938c84bba685aabd793abbfbe6a - Monotone-Revision: ad935d05acb272f749720110ffa0a03bb52d220d - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-10-20T15:24:51 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailDutchICalReply.wo/SOGoAptMailDutchICalReply.html +M SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailEnglishICalReply.html +M SoObjects/Appointments/SOGoAptMailGermanICalReply.wo/SOGoAptMailGermanICalReply.html +M SoObjects/Appointments/SOGoAptMailItalianICalReply.wo/SOGoAptMailItalianICalReply.html commit 39af916d688b351c10aed3b2b8321c31e06f08db Author: Ludovic Marcotte @@ -67007,6 +82749,8 @@ Date: Mon Oct 20 14:04:09 2008 +0000 Monotone-Date: 2008-10-20T14:04:09 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPSource.m + commit d6f7a53694d62beca72bfad10a749651959690df Author: Francis Lachapelle Date: Fri Oct 17 23:41:52 2008 +0000 @@ -67020,6 +82764,8 @@ Date: Fri Oct 17 23:41:52 2008 +0000 Monotone-Date: 2008-10-17T23:41:52 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 5bb2c383262fed5273b2f6e753185e14ae461219 Author: Francis Lachapelle Date: Fri Oct 17 23:41:27 2008 +0000 @@ -67033,6 +82779,11 @@ Date: Fri Oct 17 23:41:27 2008 +0000 Monotone-Date: 2008-10-17T23:41:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.h +M UI/Common/UIxPageFrame.m +M UI/Templates/UIxPageFrame.wox + commit 0b09c1b52b00daea4273ee3c2adca5a0d38748d7 Author: Francis Lachapelle Date: Fri Oct 17 02:17:56 2008 +0000 @@ -67046,6 +82797,8 @@ Date: Fri Oct 17 02:17:56 2008 +0000 Monotone-Date: 2008-10-17T02:17:56 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.m + commit 1476b9f8cd051b533d79b116ce067543276f684c Author: Wolfgang Sourdeau Date: Thu Oct 16 20:15:15 2008 +0000 @@ -67057,6 +82810,9 @@ Date: Thu Oct 16 20:15:15 2008 +0000 Monotone-Date: 2008-10-16T20:15:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit 494d09748f395ac93082ca21062a8ac050c75ec3 Author: Francis Lachapelle Date: Thu Oct 16 18:07:09 2008 +0000 @@ -67068,6 +82824,8 @@ Date: Thu Oct 16 18:07:09 2008 +0000 Monotone-Date: 2008-10-16T18:07:09 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit a54be67579e2a625680102b6e9d1a124bf035360 Author: Francis Lachapelle Date: Thu Oct 16 17:57:49 2008 +0000 @@ -67081,6 +82839,8 @@ Date: Thu Oct 16 17:57:49 2008 +0000 Monotone-Date: 2008-10-16T17:57:49 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailToSelection.js + commit 71c61697abd5b645302ae38c78ed7e54cb3cbafc Author: Francis Lachapelle Date: Thu Oct 16 15:09:15 2008 +0000 @@ -67092,6 +82852,10 @@ Date: Thu Oct 16 15:09:15 2008 +0000 Monotone-Date: 2008-10-16T15:09:15 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/generic.js + commit b4e75a005db1f7aa2c57ffa1b7a9e053170a9b27 Author: Francis Lachapelle Date: Thu Oct 16 15:07:00 2008 +0000 @@ -67105,6 +82869,8 @@ Date: Thu Oct 16 15:07:00 2008 +0000 Monotone-Date: 2008-10-16T15:07:00 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailPopupView.wox + commit 38c3ca498bb85406d96457caecf968d3aeaa92f8 Author: Francis Lachapelle Date: Wed Oct 15 22:47:42 2008 +0000 @@ -67116,6 +82882,8 @@ Date: Wed Oct 15 22:47:42 2008 +0000 Monotone-Date: 2008-10-15T22:47:42 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit d374a7c0ab8585db058112cbe281bc05cb71ef84 Author: Francis Lachapelle Date: Wed Oct 15 20:22:14 2008 +0000 @@ -67127,6 +82895,8 @@ Date: Wed Oct 15 20:22:14 2008 +0000 Monotone-Date: 2008-10-15T20:22:14 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/OCSContactFieldExtractor.m + commit 5de234238acd223294c68dc83f9bce4574a5ffd6 Author: Francis Lachapelle Date: Wed Oct 15 20:06:38 2008 +0000 @@ -67138,6 +82908,9 @@ Date: Wed Oct 15 20:06:38 2008 +0000 Monotone-Date: 2008-10-15T20:06:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.m + commit 76f4172408b4e205610b79b3bef0992645b4f73a Author: Francis Lachapelle Date: Wed Oct 15 19:57:17 2008 +0000 @@ -67149,21 +82922,9 @@ Date: Wed Oct 15 19:57:17 2008 +0000 Monotone-Date: 2008-10-15T19:57:17 Monotone-Branch: ca.inverse.sogo -commit 2a28f07821fb14c84c513116b71fa22ddbb78a8e -Merge: 993fc69 98c3449 -Author: Francis Lachapelle -Date: Wed Oct 15 15:08:12 2008 +0000 - - merge of '77c8b4de9ced789f1bc229519470e879b316a239' - and 'e831b47e5e76168e9bb7b9172e518e7d8c871173' - - Monotone-Parent: 77c8b4de9ced789f1bc229519470e879b316a239 - Monotone-Parent: e831b47e5e76168e9bb7b9172e518e7d8c871173 - Monotone-Revision: b32a3736b939af117ea6ccc7b8ce477cdc8c0b90 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-10-15T15:08:12 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/OCSContactFieldExtractor.m +M UI/Contacts/UIxContactEditor.m commit 993fc69f8110c5c96d6ae96335ccf5c8cf85ec6b Author: Francis Lachapelle @@ -67176,6 +82937,9 @@ Date: Wed Oct 15 15:07:17 2008 +0000 Monotone-Date: 2008-10-15T15:07:17 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.js + commit 98c344993c2b1e4d34bd6eca86223092b9f2fbbf Author: Wolfgang Sourdeau Date: Wed Oct 15 14:53:54 2008 +0000 @@ -67187,6 +82951,10 @@ Date: Wed Oct 15 14:53:54 2008 +0000 Monotone-Date: 2008-10-15T14:53:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/UIxMailListView.m + commit e08698a17e5f52dc343aee275ed43fe29e9f5120 Author: Wolfgang Sourdeau Date: Wed Oct 15 14:52:02 2008 +0000 @@ -67198,6 +82966,9 @@ Date: Wed Oct 15 14:52:02 2008 +0000 Monotone-Date: 2008-10-15T14:52:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit 09d42ba770d99b40fd2f3342c51b214c6996446e Author: Francis Lachapelle Date: Wed Oct 15 14:40:40 2008 +0000 @@ -67209,30 +82980,7 @@ Date: Wed Oct 15 14:40:40 2008 +0000 Monotone-Date: 2008-10-15T14:40:40 Monotone-Branch: ca.inverse.sogo -commit cfbdbbc60463d7cc027dac8d419ec5ad3a69e4d0 -Merge: 2a5fd5f eb400fd -Author: C Robert -Date: Tue Oct 14 21:21:09 2008 +0000 - - merge of 'addd7d5e87d3a58601c005b2b25baaecc4ac4ece' - and 'f47bc809420338973f9f0d1ab2dabcacc7019252' - - Monotone-Parent: addd7d5e87d3a58601c005b2b25baaecc4ac4ece - Monotone-Parent: f47bc809420338973f9f0d1ab2dabcacc7019252 - Monotone-Revision: 35aeb39a4ff1d311050f0ab6cc5002f6896f9572 - - Monotone-Author: crobert@inverse.ca - Monotone-Author: flachapelle@inverse.ca - Monotone-Author: ludovic@Sophos.ca - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-10-14T21:21:09 - Monotone-Date: 2008-10-14T23:00:25 - Monotone-Date: 2008-10-15T04:02:54 - Monotone-Date: 2008-10-15T14:21:17 - Monotone-Branch: ca.inverse.sogo - Monotone-Branch: ca.inverse.sogo - Monotone-Branch: ca.inverse.sogo - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/prototype.js commit eb400fd2e5311f5be9ec950ff0a9a48957a9e175 Author: C Robert @@ -67249,6 +82997,9 @@ Date: Tue Oct 14 21:18:52 2008 +0000 Monotone-Date: 2008-10-14T21:18:52 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.js + commit 2a5fd5f89224a4d052e2cf6f67a1b844975fbafa Author: Ludovic Marcotte Date: Tue Oct 14 17:36:04 2008 +0000 @@ -67262,6 +83013,8 @@ Date: Tue Oct 14 17:36:04 2008 +0000 Monotone-Date: 2008-10-14T17:36:04 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 933329f71dbe5c215c1af500f070691232ad807c Author: Ludovic Marcotte Date: Tue Oct 14 16:48:40 2008 +0000 @@ -67275,6 +83028,9 @@ Date: Tue Oct 14 16:48:40 2008 +0000 Monotone-Date: 2008-10-14T16:48:40 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/French.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings + commit 108cb845c7fac51fad09ea0c04208dd3ec2ddac3 Author: C Robert Date: Tue Oct 14 16:50:39 2008 +0000 @@ -67289,6 +83045,9 @@ Date: Tue Oct 14 16:50:39 2008 +0000 Monotone-Date: 2008-10-14T16:50:39 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailListView.m +M UI/WebServerResources/MailerUI.js + commit a3b58a2c7d6e44992c13a9eb805ef3f638244ce2 Author: C Robert Date: Tue Oct 14 15:40:10 2008 +0000 @@ -67303,6 +83062,8 @@ Date: Tue Oct 14 15:40:10 2008 +0000 Monotone-Date: 2008-10-14T15:40:10 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailListView.m + commit 1e689dc9302f784eb57322100875e0edfb10c8d3 Author: C Robert Date: Tue Oct 14 15:24:16 2008 +0000 @@ -67318,6 +83079,9 @@ Date: Tue Oct 14 15:24:16 2008 +0000 Monotone-Date: 2008-10-14T15:24:16 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailListView.m +M UI/Templates/MailerUI/UIxMailListView.wox + commit 498ee6581c5d501de30cd99ced587ddbc1a36913 Author: Ludovic Marcotte Date: Mon Oct 13 13:13:01 2008 +0000 @@ -67332,6 +83096,10 @@ Date: Mon Oct 13 13:13:01 2008 +0000 Monotone-Date: 2008-10-13T13:13:01 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/GCSFolder.m +M SOPE/GDLContentStore/GCSFolderManager.m +M SoObjects/SOGo/SOGoUser.m + commit adede1656850dad3fd244a17a349202e2541ca32 Author: C Robert Date: Thu Oct 9 20:38:43 2008 +0000 @@ -67346,21 +83114,7 @@ Date: Thu Oct 9 20:38:43 2008 +0000 Monotone-Date: 2008-10-09T20:38:43 Monotone-Branch: ca.inverse.sogo -commit 5b119cf5d2e8bd01f0b9fad7ef457c75d26fae20 -Merge: dbfd64e 6e4e8ce -Author: C Robert -Date: Thu Oct 9 19:59:45 2008 +0000 - - merge of 'ae19f5b80b87d9f63b4068d2a027a9fdb3190efb' - and 'c5a2fc082a5c244225c25cf41b83bbc018f79a6d' - - Monotone-Parent: ae19f5b80b87d9f63b4068d2a027a9fdb3190efb - Monotone-Parent: c5a2fc082a5c244225c25cf41b83bbc018f79a6d - Monotone-Revision: 6c373f0d20463d992f29e12a75b931b08f890301 - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2008-10-09T19:59:45 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js commit 6e4e8cea2d0bab4ac1d895c4ea786e3322dc3f69 Author: C Robert @@ -67376,6 +83130,8 @@ Date: Thu Oct 9 19:59:05 2008 +0000 Monotone-Date: 2008-10-09T19:59:05 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css + commit dbfd64e61ff255abadda76094c61225073d6878b Author: Francis Lachapelle Date: Thu Oct 9 19:27:37 2008 +0000 @@ -67387,6 +83143,12 @@ Date: Thu Oct 9 19:27:37 2008 +0000 Monotone-Date: 2008-10-09T19:27:37 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/MailerUIdTree.js +M UI/WebServerResources/dtree.js +M UI/WebServerResources/generic.js + commit 0408389bb9ad3d89ca7856f1597e1512af920785 Author: Francis Lachapelle Date: Thu Oct 9 18:45:09 2008 +0000 @@ -67398,21 +83160,7 @@ Date: Thu Oct 9 18:45:09 2008 +0000 Monotone-Date: 2008-10-09T18:45:09 Monotone-Branch: ca.inverse.sogo -commit ae51dbe6ea3d4c98ac20264bfdf586153f32d4b0 -Merge: fdd7a36 9ec8e8c -Author: Francis Lachapelle -Date: Thu Oct 9 18:44:02 2008 +0000 - - merge of '2294f2d1071cb09dc3b530c8183183338ceee302' - and '8abd92fe532be14683eafa92d990c2fce38a7365' - - Monotone-Parent: 2294f2d1071cb09dc3b530c8183183338ceee302 - Monotone-Parent: 8abd92fe532be14683eafa92d990c2fce38a7365 - Monotone-Revision: ca39f4c4b9b67b5d8fd268ec4322f18de2d255ca - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-10-09T18:44:02 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css commit 9ec8e8c4fc7217396d3efd9384f0d56ceab190ba Author: Wolfgang Sourdeau @@ -67425,21 +83173,9 @@ Date: Thu Oct 9 18:39:03 2008 +0000 Monotone-Date: 2008-10-09T18:39:03 Monotone-Branch: ca.inverse.sogo -commit fdd7a365f2c398ec553fb610bef0e787bf666df4 -Merge: 1378a58 6ab5cfa -Author: Francis Lachapelle -Date: Thu Oct 9 18:37:16 2008 +0000 - - merge of '32ab392d3b7d226db707f5c0a95d358eb0d5d4de' - and 'a1a0f6f62f6d3e023e2fadcfe803aad3abadef82' - - Monotone-Parent: 32ab392d3b7d226db707f5c0a95d358eb0d5d4de - Monotone-Parent: a1a0f6f62f6d3e023e2fadcfe803aad3abadef82 - Monotone-Revision: 2294f2d1071cb09dc3b530c8183183338ceee302 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-10-09T18:37:16 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailMainFrame.wox +D UI/WebServerResources/MailerUI+dTree.js +A UI/WebServerResources/MailerUIdTree.js commit 1378a588a34f91767971cbf32a6f128f5e4ea7fb Author: Francis Lachapelle @@ -67452,6 +83188,8 @@ Date: Thu Oct 9 17:53:57 2008 +0000 Monotone-Date: 2008-10-09T17:53:57 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailAccountActions.m + commit f2b761555b2886588b4fd20c8edf9a4d47bab176 Author: Francis Lachapelle Date: Thu Oct 9 15:44:11 2008 +0000 @@ -67463,6 +83201,8 @@ Date: Thu Oct 9 15:44:11 2008 +0000 Monotone-Date: 2008-10-09T15:44:11 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/French.lproj/Localizable.strings + commit c5d2069318628e1a7cd7e26be1677bf4f64bc524 Author: Francis Lachapelle Date: Wed Oct 8 19:31:39 2008 +0000 @@ -67474,6 +83214,8 @@ Date: Wed Oct 8 19:31:39 2008 +0000 Monotone-Date: 2008-10-08T19:31:39 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailListView.wox + commit 6ab5cfa937e20ed611eef6b45cb5fe18122e370d Author: C Robert Date: Wed Oct 8 18:38:03 2008 +0000 @@ -67488,21 +83230,9 @@ Date: Wed Oct 8 18:38:03 2008 +0000 Monotone-Date: 2008-10-08T18:38:03 Monotone-Branch: ca.inverse.sogo -commit 2e96324ecd06f803f6be453beb5856fb84613957 -Merge: aecb5ac 9e86043 -Author: Ludovic Marcotte -Date: Wed Oct 8 17:05:18 2008 +0000 - - merge of '3550dd70ecbb9d12c44ec69561f97a455b714c93' - and 'ac68ed83f444da4e4bab62959d53aad8ed53ff55' - - Monotone-Parent: 3550dd70ecbb9d12c44ec69561f97a455b714c93 - Monotone-Parent: ac68ed83f444da4e4bab62959d53aad8ed53ff55 - Monotone-Revision: 4b5ba0c0b794837c553c64a3c5e55717bd636b7b - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-10-08T17:05:18 - Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailListView.h +M UI/MailerUI/UIxMailListView.m +M UI/Templates/MailerUI/UIxMailListView.wox commit 9e860430f45924d49e05f36dcabb94f8cfe85251 Author: Ludovic Marcotte @@ -67517,6 +83247,13 @@ Date: Wed Oct 8 16:25:30 2008 +0000 Monotone-Date: 2008-10-08T16:25:30 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings + commit aecb5acd2958512b7f684fa8331edaa6a684766e Author: Wolfgang Sourdeau Date: Wed Oct 8 16:03:24 2008 +0000 @@ -67528,6 +83265,8 @@ Date: Wed Oct 8 16:03:24 2008 +0000 Monotone-Date: 2008-10-08T16:03:24 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit a3690810149c8a006cde09258c38e7d7faed5718 Author: Ludovic Marcotte Date: Mon Oct 6 17:17:43 2008 +0000 @@ -67542,6 +83281,10 @@ Date: Mon Oct 6 17:17:43 2008 +0000 Monotone-Date: 2008-10-06T17:17:43 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailPopupView.js + commit 0be954db17b90974bcaf9ceba46065e830e923ee Author: C Robert Date: Mon Oct 6 15:44:05 2008 +0000 @@ -67556,6 +83299,8 @@ Date: Mon Oct 6 15:44:05 2008 +0000 Monotone-Date: 2008-10-06T15:44:05 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit c8778a820ddd368bef575d066cd5f8adf7e8280e Author: Francis Lachapelle Date: Fri Oct 3 23:12:11 2008 +0000 @@ -67567,6 +83312,16 @@ Date: Fri Oct 3 23:12:11 2008 +0000 Monotone-Date: 2008-10-03T23:12:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPFolder.m +M SoObjects/SOGo/LDAPSource.m +M SoObjects/SOGo/LDAPUserManager.m +M UI/Contacts/UIxContactFoldersView.m +M UI/MainUI/SOGoUserHomePage.m +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/UIxMailEditor.js + commit 53a1764c22a313d7f88a77b48a90aef92cb12edc Author: C Robert Date: Fri Oct 3 21:05:53 2008 +0000 @@ -67581,6 +83336,8 @@ Date: Fri Oct 3 21:05:53 2008 +0000 Monotone-Date: 2008-10-03T21:05:53 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.m + commit 5057bd6067307a68a318c938a87720166d45b652 Author: C Robert Date: Fri Oct 3 20:26:26 2008 +0000 @@ -67595,21 +83352,7 @@ Date: Fri Oct 3 20:26:26 2008 +0000 Monotone-Date: 2008-10-03T20:26:26 Monotone-Branch: ca.inverse.sogo -commit ca7db145047b0853f13189cf2c45c3039f4b2e10 -Merge: 95c83d6 5205349 -Author: C Robert -Date: Fri Oct 3 19:02:21 2008 +0000 - - merge of '32554661a85cc9243d30ced4dbf571eab59b4ea3' - and 'ca98d833495a056f00e1887f18b6cd51c1d538ae' - - Monotone-Parent: 32554661a85cc9243d30ced4dbf571eab59b4ea3 - Monotone-Parent: ca98d833495a056f00e1887f18b6cd51c1d538ae - Monotone-Revision: df09cb53adc84e0b77ac22ce38dfb6e89498ea33 - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2008-10-03T19:02:21 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js commit 95c83d64e70e9c888b023d74d2cf42448659d9ea Author: C Robert @@ -67625,21 +83368,13 @@ Date: Fri Oct 3 19:01:29 2008 +0000 Monotone-Date: 2008-10-03T19:01:29 Monotone-Branch: ca.inverse.sogo -commit 5205349cc5dccb69c947c256dbfa59d6f4096d73 -Merge: 4109cf5 86ee245 -Author: Wolfgang Sourdeau -Date: Fri Oct 3 15:59:18 2008 +0000 - - merge of '22a0204fbcb44500dd41a225b263a8be90401353' - and 'd23ffdb26b88012981424a2080e8ef01316372e0' - - Monotone-Parent: 22a0204fbcb44500dd41a225b263a8be90401353 - Monotone-Parent: d23ffdb26b88012981424a2080e8ef01316372e0 - Monotone-Revision: ca98d833495a056f00e1887f18b6cd51c1d538ae - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-10-03T15:59:18 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m +M UI/MailerUI/UIxMailActions.m +M UI/MailerUI/UIxMailFolderActions.m +M UI/MailerUI/product.plist +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.css commit 86ee24564d62087f4e4333dc2637ab69fd3b06ce Author: Wolfgang Sourdeau @@ -67652,6 +83387,8 @@ Date: Fri Oct 3 15:59:05 2008 +0000 Monotone-Date: 2008-10-03T15:59:05 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m + commit 0f212d73661a936b4c84bdbb906bd30bae4c456e Author: Wolfgang Sourdeau Date: Fri Oct 3 15:58:50 2008 +0000 @@ -67663,6 +83400,8 @@ Date: Fri Oct 3 15:58:50 2008 +0000 Monotone-Date: 2008-10-03T15:58:50 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff + commit 1aef34a3b561f390f666d72d6e1dcd2e7842f1aa Author: Wolfgang Sourdeau Date: Fri Oct 3 15:58:31 2008 +0000 @@ -67674,6 +83413,8 @@ Date: Fri Oct 3 15:58:31 2008 +0000 Monotone-Date: 2008-10-03T15:58:31 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/product.plist + commit 4109cf5e2769ab4b82e7a7b23b8f299b022ce16d Author: Ludovic Marcotte Date: Fri Oct 3 13:54:24 2008 +0000 @@ -67688,6 +83429,10 @@ Date: Fri Oct 3 13:54:24 2008 +0000 Monotone-Date: 2008-10-03T13:54:24 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailAccountActions.h +M UI/MailerUI/UIxMailAccountActions.m +M UI/MailerUI/product.plist + commit 95f54c2c96d7dd11f6be2653508fbf682aa270dd Author: Ludovic Marcotte Date: Fri Oct 3 12:05:21 2008 +0000 @@ -67701,6 +83446,8 @@ Date: Fri Oct 3 12:05:21 2008 +0000 Monotone-Date: 2008-10-03T12:05:21 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit ba1e60db17dbfbde6410afd69059e0a20c776216 Author: C Robert Date: Thu Oct 2 15:16:50 2008 +0000 @@ -67715,6 +83462,9 @@ Date: Thu Oct 2 15:16:50 2008 +0000 Monotone-Date: 2008-10-02T15:16:50 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailListView.m +M UI/MailerUI/UIxMailMainFrame.m + commit 0bcc5fbdec85b7d7bf8969d78f34015bea4de945 Author: C Robert Date: Thu Oct 2 15:04:55 2008 +0000 @@ -67729,6 +83479,8 @@ Date: Thu Oct 2 15:04:55 2008 +0000 Monotone-Date: 2008-10-02T15:04:55 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit ffbbc25ded50dd146f2a22ac6c00e47d710e84c8 Author: C Robert Date: Thu Oct 2 15:00:13 2008 +0000 @@ -67744,6 +83496,165 @@ Date: Thu Oct 2 15:00:13 2008 +0000 Monotone-Date: 2008-10-02T15:00:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m +M UI/MailPartViewers/UIxMailPartViewer.m +M UI/MailerUI/UIxMailListView.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/Templates/MailPartViewers/UIxMailPartLinkViewer.wox +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +A UI/WebServerResources/mime-application-certificate.png +A UI/WebServerResources/mime-application-magicpoint.png +A UI/WebServerResources/mime-application-msword.png +A UI/WebServerResources/mime-application-ogg.png +A UI/WebServerResources/mime-application-pdf.png +A UI/WebServerResources/mime-application-postscript.png +A UI/WebServerResources/mime-application-rtf.png +A UI/WebServerResources/mime-application-vnd.lotus-1-2-3.png +A UI/WebServerResources/mime-application-vnd.ms-excel.png +A UI/WebServerResources/mime-application-vnd.ms-powerpoint.png +A UI/WebServerResources/mime-application-vnd.oasis.opendocument.graphics.png +A UI/WebServerResources/mime-application-vnd.oasis.opendocument.image.png +A UI/WebServerResources/mime-application-vnd.oasis.opendocument.presentation.png +A UI/WebServerResources/mime-application-vnd.oasis.opendocument.spreadsheet.png +A UI/WebServerResources/mime-application-vnd.oasis.opendocument.text-web.png +A UI/WebServerResources/mime-application-vnd.oasis.opendocument.text.png +A UI/WebServerResources/mime-application-vnd.rn-realmedia-secure.png +A UI/WebServerResources/mime-application-vnd.rn-realmedia-vbr.png +A UI/WebServerResources/mime-application-vnd.rn-realmedia.png +A UI/WebServerResources/mime-application-vnd.stardivision.calc.png +A UI/WebServerResources/mime-application-vnd.stardivision.impress.png +A UI/WebServerResources/mime-application-vnd.stardivision.writer.png +A UI/WebServerResources/mime-application-vnd.sun.xml.calc.png +A UI/WebServerResources/mime-application-vnd.sun.xml.draw.png +A UI/WebServerResources/mime-application-vnd.sun.xml.impress.png +A UI/WebServerResources/mime-application-vnd.sun.xml.writer.png +A UI/WebServerResources/mime-application-wordperfect.png +A UI/WebServerResources/mime-application-x-7z-compressed.png +A UI/WebServerResources/mime-application-x-abiword.png +A UI/WebServerResources/mime-application-x-applix-spreadsheet.png +A UI/WebServerResources/mime-application-x-applix-word.png +A UI/WebServerResources/mime-application-x-archive.png +A UI/WebServerResources/mime-application-x-arj.png +A UI/WebServerResources/mime-application-x-bzip-compressed-tar.png +A UI/WebServerResources/mime-application-x-bzip.png +A UI/WebServerResources/mime-application-x-cd-image.png +A UI/WebServerResources/mime-application-x-compress.png +A UI/WebServerResources/mime-application-x-compressed-tar.png +A UI/WebServerResources/mime-application-x-cpio-compressed.png +A UI/WebServerResources/mime-application-x-cpio.png +A UI/WebServerResources/mime-application-x-deb.png +A UI/WebServerResources/mime-application-x-dvi.png +A UI/WebServerResources/mime-application-x-executable.png +A UI/WebServerResources/mime-application-x-font-afm.png +A UI/WebServerResources/mime-application-x-font-bdf.png +A UI/WebServerResources/mime-application-x-font-linux-psf.png +A UI/WebServerResources/mime-application-x-font-pcf.png +A UI/WebServerResources/mime-application-x-font-sunos-news.png +A UI/WebServerResources/mime-application-x-font-ttf.png +A UI/WebServerResources/mime-application-x-gnumeric.png +A UI/WebServerResources/mime-application-x-gzip.png +A UI/WebServerResources/mime-application-x-gzpostscript.png +A UI/WebServerResources/mime-application-x-jar.png +A UI/WebServerResources/mime-application-x-killustrator.png +A UI/WebServerResources/mime-application-x-kpresenter.png +A UI/WebServerResources/mime-application-x-kspread.png +A UI/WebServerResources/mime-application-x-kword.png +A UI/WebServerResources/mime-application-x-lha.png +A UI/WebServerResources/mime-application-x-lhz.png +A UI/WebServerResources/mime-application-x-lzma-compressed-tar.png +A UI/WebServerResources/mime-application-x-lzma.png +A UI/WebServerResources/mime-application-x-ms-dos-executable.png +A UI/WebServerResources/mime-application-x-perl.png +A UI/WebServerResources/mime-application-x-php.png +A UI/WebServerResources/mime-application-x-python-bytecode.png +A UI/WebServerResources/mime-application-x-rar.png +A UI/WebServerResources/mime-application-x-rpm.png +A UI/WebServerResources/mime-application-x-scribus.png +A UI/WebServerResources/mime-application-x-shellscript.png +A UI/WebServerResources/mime-application-x-shockwave-flash.png +A UI/WebServerResources/mime-application-x-stuffit.png +A UI/WebServerResources/mime-application-x-tar.png +A UI/WebServerResources/mime-application-x-tarz.png +A UI/WebServerResources/mime-application-x-tex.png +A UI/WebServerResources/mime-application-xhtml+xml.png +A UI/WebServerResources/mime-application-zip.png +A UI/WebServerResources/mime-ascii.png +A UI/WebServerResources/mime-audio-x-generic.png +A UI/WebServerResources/mime-audio.png +A UI/WebServerResources/mime-binary.png +A UI/WebServerResources/mime-contents2.png +A UI/WebServerResources/mime-deb.png +A UI/WebServerResources/mime-document.png +A UI/WebServerResources/mime-empty.png +A UI/WebServerResources/mime-exec.png +A UI/WebServerResources/mime-folder_tar.png +A UI/WebServerResources/mime-font-x-generic.png +A UI/WebServerResources/mime-font.png +A UI/WebServerResources/mime-font_bitmap.png +A UI/WebServerResources/mime-font_truetype.png +A UI/WebServerResources/mime-font_type1.png +A UI/WebServerResources/mime-gnome-fs-executable.png +A UI/WebServerResources/mime-gnome-fs-regular.png +A UI/WebServerResources/mime-gnome-package.png +A UI/WebServerResources/mime-gtk-file.png +A UI/WebServerResources/mime-html.png +A UI/WebServerResources/mime-image-x-generic.png +A UI/WebServerResources/mime-image.png +A UI/WebServerResources/mime-kpresenter_kpr.png +A UI/WebServerResources/mime-mime_ascii.png +A UI/WebServerResources/mime-misc.png +A UI/WebServerResources/mime-package-x-generic.png +A UI/WebServerResources/mime-package.png +A UI/WebServerResources/mime-package_editors.png +A UI/WebServerResources/mime-package_wordprocessing.png +A UI/WebServerResources/mime-plan.png +A UI/WebServerResources/mime-rpm.png +A UI/WebServerResources/mime-shellscript.png +A UI/WebServerResources/mime-sound.png +A UI/WebServerResources/mime-spreadsheet.png +A UI/WebServerResources/mime-stock_addressbook.png +A UI/WebServerResources/mime-stock_calendar.png +A UI/WebServerResources/mime-stock_certificate.png +A UI/WebServerResources/mime-stock_script.png +A UI/WebServerResources/mime-tar.png +A UI/WebServerResources/mime-template_source.png +A UI/WebServerResources/mime-text-html.png +A UI/WebServerResources/mime-text-plain.png +A UI/WebServerResources/mime-text-vnd.wap.wml.png +A UI/WebServerResources/mime-text-x-csh.png +A UI/WebServerResources/mime-text-x-generic-template.png +A UI/WebServerResources/mime-text-x-generic.png +A UI/WebServerResources/mime-text-x-preview.png +A UI/WebServerResources/mime-text-x-python.png +A UI/WebServerResources/mime-text-x-script.png +A UI/WebServerResources/mime-text-x-sh.png +A UI/WebServerResources/mime-text-x-vcalendar.png +A UI/WebServerResources/mime-text-x-vcard.png +A UI/WebServerResources/mime-text-x-zsh.png +A UI/WebServerResources/mime-text.png +A UI/WebServerResources/mime-tgz.png +A UI/WebServerResources/mime-txt.png +A UI/WebServerResources/mime-txt2.png +A UI/WebServerResources/mime-unknown.png +A UI/WebServerResources/mime-vcalendar.png +A UI/WebServerResources/mime-vcard.png +A UI/WebServerResources/mime-video-x-generic.png +A UI/WebServerResources/mime-video.png +A UI/WebServerResources/mime-wordprocessing.png +A UI/WebServerResources/mime-www.png +A UI/WebServerResources/mime-x-font-afm.png +A UI/WebServerResources/mime-x-office-address-book.png +A UI/WebServerResources/mime-x-office-calendar.png +A UI/WebServerResources/mime-x-office-document.png +A UI/WebServerResources/mime-x-office-drawing.png +A UI/WebServerResources/mime-x-office-presentation.png +A UI/WebServerResources/mime-x-office-spreadsheet.png +A UI/WebServerResources/mime-zip.png + commit 486a2ee846fbe8b1f7ac830f9e9275fd67c57138 Author: Ludovic Marcotte Date: Thu Oct 2 12:38:14 2008 +0000 @@ -67758,6 +83669,8 @@ Date: Thu Oct 2 12:38:14 2008 +0000 Monotone-Date: 2008-10-02T12:38:14 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailListView.m + commit 1a2d2d3ece0f1a21da86552ac378c0839af6ae43 Author: Wolfgang Sourdeau Date: Wed Oct 1 20:20:37 2008 +0000 @@ -67769,6 +83682,8 @@ Date: Wed Oct 1 20:20:37 2008 +0000 Monotone-Date: 2008-10-01T20:20:37 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff + commit 056898184116b2975b415a26b599e4dee5cc49c9 Author: Wolfgang Sourdeau Date: Wed Oct 1 19:32:58 2008 +0000 @@ -67780,6 +83695,8 @@ Date: Wed Oct 1 19:32:58 2008 +0000 Monotone-Date: 2008-10-01T19:32:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit a5f5eb705d7dcd702ba2a25bcc63044ee0373d3a Author: Wolfgang Sourdeau Date: Wed Oct 1 19:32:14 2008 +0000 @@ -67791,21 +83708,77 @@ Date: Wed Oct 1 19:32:14 2008 +0000 Monotone-Date: 2008-10-01T19:32:14 Monotone-Branch: ca.inverse.sogo -commit 2c519a90e38d0e8fbb355ca25fa0258065308aeb -Merge: e09eec8 8c7462d -Author: Wolfgang Sourdeau -Date: Wed Oct 1 19:28:52 2008 +0000 - - merge of 'b84ca21f54ec505423ddc672466227a9afdc3cba' - and 'bfae2ff43f2db27d9a48b21e22064193cb575260' - - Monotone-Parent: b84ca21f54ec505423ddc672466227a9afdc3cba - Monotone-Parent: bfae2ff43f2db27d9a48b21e22064193cb575260 - Monotone-Revision: eb4066dbb2d4884ebc2bc331edf7b31b88a6a893 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-10-01T19:28:52 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/GNUmakefile +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoAptMailDutchDeletion.wo/SOGoAptMailDutchDeletion.html +M SoObjects/Appointments/SOGoAptMailDutchDeletion.wo/SOGoAptMailDutchDeletion.wod +M SoObjects/Appointments/SOGoAptMailDutchICalReply.wo/SOGoAptMailDutchICalReply.html +M SoObjects/Appointments/SOGoAptMailDutchICalReply.wo/SOGoAptMailDutchICalReply.wod +M SoObjects/Appointments/SOGoAptMailDutchInvitation.wo/SOGoAptMailDutchInvitation.html +M SoObjects/Appointments/SOGoAptMailDutchInvitation.wo/SOGoAptMailDutchInvitation.wod +D SoObjects/Appointments/SOGoAptMailDutchRemoval.wo/SOGoAptMailDutchRemoval.html +D SoObjects/Appointments/SOGoAptMailDutchRemoval.wo/SOGoAptMailDutchRemoval.wod +D SoObjects/Appointments/SOGoAptMailDutchUpdate.wo/SOGoAptMailDutchUpdate.html +D SoObjects/Appointments/SOGoAptMailDutchUpdate.wo/SOGoAptMailDutchUpdate.wod +M SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailEnglishDeletion.html +M SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailEnglishDeletion.wod +M SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailEnglishICalReply.html +M SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailEnglishICalReply.wod +M SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailEnglishInvitation.html +M SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailEnglishInvitation.wod +D SoObjects/Appointments/SOGoAptMailEnglishRemoval.wo/SOGoAptMailEnglishRemoval.html +D SoObjects/Appointments/SOGoAptMailEnglishRemoval.wo/SOGoAptMailEnglishRemoval.wod +D SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.html +D SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.wod +M SoObjects/Appointments/SOGoAptMailFrenchDeletion.wo/SOGoAptMailFrenchDeletion.html +M SoObjects/Appointments/SOGoAptMailFrenchDeletion.wo/SOGoAptMailFrenchDeletion.wod +M SoObjects/Appointments/SOGoAptMailFrenchICalReply.wo/SOGoAptMailFrenchICalReply.html +M SoObjects/Appointments/SOGoAptMailFrenchICalReply.wo/SOGoAptMailFrenchICalReply.wod +M SoObjects/Appointments/SOGoAptMailFrenchInvitation.wo/SOGoAptMailFrenchInvitation.html +M SoObjects/Appointments/SOGoAptMailFrenchInvitation.wo/SOGoAptMailFrenchInvitation.wod +D SoObjects/Appointments/SOGoAptMailFrenchRemoval.wo/SOGoAptMailFrenchRemoval.html +D SoObjects/Appointments/SOGoAptMailFrenchRemoval.wo/SOGoAptMailFrenchRemoval.wod +D SoObjects/Appointments/SOGoAptMailFrenchUpdate.wo/SOGoAptMailFrenchUpdate.html +D SoObjects/Appointments/SOGoAptMailFrenchUpdate.wo/SOGoAptMailFrenchUpdate.wod +M SoObjects/Appointments/SOGoAptMailGermanDeletion.wo/SOGoAptMailGermanDeletion.html +M SoObjects/Appointments/SOGoAptMailGermanDeletion.wo/SOGoAptMailGermanDeletion.wod +M SoObjects/Appointments/SOGoAptMailGermanICalReply.wo/SOGoAptMailGermanICalReply.html +M SoObjects/Appointments/SOGoAptMailGermanICalReply.wo/SOGoAptMailGermanICalReply.wod +M SoObjects/Appointments/SOGoAptMailGermanInvitation.wo/SOGoAptMailGermanInvitation.html +M SoObjects/Appointments/SOGoAptMailGermanInvitation.wo/SOGoAptMailGermanInvitation.wod +D SoObjects/Appointments/SOGoAptMailGermanRemoval.wo/SOGoAptMailGermanRemoval.html +D SoObjects/Appointments/SOGoAptMailGermanRemoval.wo/SOGoAptMailGermanRemoval.wod +D SoObjects/Appointments/SOGoAptMailGermanUpdate.wo/SOGoAptMailGermanUpdate.html +D SoObjects/Appointments/SOGoAptMailGermanUpdate.wo/SOGoAptMailGermanUpdate.wod +M SoObjects/Appointments/SOGoAptMailICalReply.h +M SoObjects/Appointments/SOGoAptMailICalReply.m +M SoObjects/Appointments/SOGoAptMailItalianDeletion.wo/SOGoAptMailItalianDeletion.html +M SoObjects/Appointments/SOGoAptMailItalianDeletion.wo/SOGoAptMailItalianDeletion.wod +M SoObjects/Appointments/SOGoAptMailItalianICalReply.wo/SOGoAptMailItalianICalReply.html +M SoObjects/Appointments/SOGoAptMailItalianICalReply.wo/SOGoAptMailItalianICalReply.wod +M SoObjects/Appointments/SOGoAptMailItalianInvitation.wo/SOGoAptMailItalianInvitation.html +M SoObjects/Appointments/SOGoAptMailItalianInvitation.wo/SOGoAptMailItalianInvitation.wod +D SoObjects/Appointments/SOGoAptMailItalianRemoval.wo/SOGoAptMailItalianRemoval.html +D SoObjects/Appointments/SOGoAptMailItalianRemoval.wo/SOGoAptMailItalianRemoval.wod +D SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.html +D SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.wod +M SoObjects/Appointments/SOGoAptMailNotification.h +M SoObjects/Appointments/SOGoAptMailNotification.m +D SoObjects/Appointments/SOGoAptMailRemoval.m +M SoObjects/Appointments/SOGoAptMailSpanishDeletion.wo/SOGoAptMailSpanishDeletion.html +M SoObjects/Appointments/SOGoAptMailSpanishDeletion.wo/SOGoAptMailSpanishDeletion.wod +M SoObjects/Appointments/SOGoAptMailSpanishICalReply.wo/SOGoAptMailSpanishICalReply.html +M SoObjects/Appointments/SOGoAptMailSpanishICalReply.wo/SOGoAptMailSpanishICalReply.wod +M SoObjects/Appointments/SOGoAptMailSpanishInvitation.wo/SOGoAptMailSpanishInvitation.html +M SoObjects/Appointments/SOGoAptMailSpanishInvitation.wo/SOGoAptMailSpanishInvitation.wod +D SoObjects/Appointments/SOGoAptMailSpanishRemoval.wo/SOGoAptMailSpanishRemoval.html +D SoObjects/Appointments/SOGoAptMailSpanishRemoval.wo/SOGoAptMailSpanishRemoval.wod +D SoObjects/Appointments/SOGoAptMailSpanishUpdate.wo/SOGoAptMailSpanishUpdate.html +D SoObjects/Appointments/SOGoAptMailSpanishUpdate.wo/SOGoAptMailSpanishUpdate.wod +D SoObjects/Appointments/SOGoAptMailUpdate.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m commit 8c7462d0bff29833587c260aa343dd4de45d9e2d Author: Ludovic Marcotte @@ -67820,6 +83793,13 @@ Date: Wed Oct 1 16:24:45 2008 +0000 Monotone-Date: 2008-10-01T16:24:45 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings + commit e09eec8d8d578a426ed4c44d3552c76d953cfb6e Author: Wolfgang Sourdeau Date: Wed Oct 1 16:14:56 2008 +0000 @@ -67831,6 +83811,8 @@ Date: Wed Oct 1 16:14:56 2008 +0000 Monotone-Date: 2008-10-01T16:14:56 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailNotification.m + commit 3d28fe2a5a408c8eada6226c5a71795595dd3752 Author: Wolfgang Sourdeau Date: Wed Oct 1 14:34:15 2008 +0000 @@ -67842,6 +83824,8 @@ Date: Wed Oct 1 14:34:15 2008 +0000 Monotone-Date: 2008-10-01T14:34:15 Monotone-Branch: ca.inverse.sogo +M configure + commit 3f00e45c4c74ddcd6bd06d83eb1741f63d90226a Author: Wolfgang Sourdeau Date: Wed Oct 1 14:29:24 2008 +0000 @@ -67853,6 +83837,8 @@ Date: Wed Oct 1 14:29:24 2008 +0000 Monotone-Date: 2008-10-01T14:29:24 Monotone-Branch: ca.inverse.sogo +M configure + commit e9fe5edc93573bce4d322fab69812b091b7c6905 Author: Wolfgang Sourdeau Date: Wed Oct 1 14:26:53 2008 +0000 @@ -67864,6 +83850,8 @@ Date: Wed Oct 1 14:26:53 2008 +0000 Monotone-Date: 2008-10-01T14:26:53 Monotone-Branch: ca.inverse.sogo +M configure + commit 8c12226a8031af17ae753cc9b004db74364f91b9 Author: Wolfgang Sourdeau Date: Wed Oct 1 02:27:04 2008 +0000 @@ -67875,6 +83863,8 @@ Date: Wed Oct 1 02:27:04 2008 +0000 Monotone-Date: 2008-10-01T02:27:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 282c9ccd32aa3675b1d8982611392a418975ccfe Author: Wolfgang Sourdeau Date: Wed Oct 1 02:26:40 2008 +0000 @@ -67888,6 +83878,8 @@ Date: Wed Oct 1 02:26:40 2008 +0000 Monotone-Date: 2008-10-01T02:26:40 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoLDAPUserDefaults.m + commit 53b31d9cce6bdf612fbe2e8733bb92b8320866da Author: Ludovic Marcotte Date: Tue Sep 30 19:34:31 2008 +0000 @@ -67901,6 +83893,17 @@ Date: Tue Sep 30 19:34:31 2008 +0000 Monotone-Date: 2008-09-30T19:34:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartHTMLViewer.h +M UI/MailPartViewers/UIxMailPartHTMLViewer.m +M UI/MailPartViewers/UIxMailRenderingContext.h +M UI/MailPartViewers/UIxMailRenderingContext.m +M UI/MailerUI/UIxMailView.m +M UI/Templates/MailPartViewers/UIxMailPartHTMLViewer.wox +M UI/Templates/MailerUI/UIxMailView.wox +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js + commit 3b9ee483941d8a8f0441fe8f180e0b0565dea330 Author: Wolfgang Sourdeau Date: Tue Sep 30 16:51:13 2008 +0000 @@ -67912,21 +83915,7 @@ Date: Tue Sep 30 16:51:13 2008 +0000 Monotone-Date: 2008-09-30T16:51:13 Monotone-Branch: ca.inverse.sogo -commit 95ee964274a38a011fb095aced3be262d85edb53 -Merge: fddcee9 9e96291 -Author: Wolfgang Sourdeau -Date: Tue Sep 30 16:50:07 2008 +0000 - - merge of 'c31687d1f15f8f1be580514cd252776e204a1b65' - and 'd44c77e73da2480ce01afa441c8a2705f220ae25' - - Monotone-Parent: c31687d1f15f8f1be580514cd252776e204a1b65 - Monotone-Parent: d44c77e73da2480ce01afa441c8a2705f220ae25 - Monotone-Revision: 701785bc094e6e0cc71468721c162b7ddd82fda5 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-09-30T16:50:07 - Monotone-Branch: ca.inverse.sogo +M NEWS commit fddcee9a48db5f5dee8617e8e1abc64348c61554 Author: Wolfgang Sourdeau @@ -67939,6 +83928,9 @@ Date: Tue Sep 30 16:46:53 2008 +0000 Monotone-Date: 2008-09-30T16:46:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoLDAPUserDefaults.m + commit 9e962919538e134e49bd039c802859dc61998cc0 Author: C Robert Date: Tue Sep 30 15:00:28 2008 +0000 @@ -67953,6 +83945,9 @@ Date: Tue Sep 30 15:00:28 2008 +0000 Monotone-Date: 2008-09-30T15:00:28 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.m +M UI/WebServerResources/MailerUI.js + commit d228e96a78d0ae73e1fb9058b9c875301d4e9cb0 Author: C Robert Date: Tue Sep 30 13:42:48 2008 +0000 @@ -67968,6 +83963,16 @@ Date: Tue Sep 30 13:42:48 2008 +0000 Monotone-Date: 2008-09-30T13:42:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftsFolder.m +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M UI/MailerUI/UIxMailFolderActions.h +M UI/MailerUI/UIxMailFolderActions.m +M UI/MailerUI/product.plist +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/UIxMailEditor.js + commit 4b4a8d344641e398ab7093afa68a6653c78c6036 Author: C Robert Date: Tue Sep 30 13:10:15 2008 +0000 @@ -67982,6 +83987,8 @@ Date: Tue Sep 30 13:10:15 2008 +0000 Monotone-Date: 2008-09-30T13:10:15 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit db936bf021455c58c665a5302f455fa52ecf92cb Author: C Robert Date: Mon Sep 29 22:01:44 2008 +0000 @@ -67997,6 +84004,8 @@ Date: Mon Sep 29 22:01:44 2008 +0000 Monotone-Date: 2008-09-29T22:01:44 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 44c1795d1236c1802bf79f573372259df425a536 Author: C Robert Date: Mon Sep 29 21:20:38 2008 +0000 @@ -68012,40 +84021,16 @@ Date: Mon Sep 29 21:20:38 2008 +0000 Monotone-Date: 2008-09-29T21:20:38 Monotone-Branch: ca.inverse.sogo -commit 78493a07f34f863cc3cac0ae2bc1499d187bbe89 -Merge: 342a039 bc1b2a4 -Author: C Robert -Date: Mon Sep 29 19:45:42 2008 +0000 - - merge of 'a91fdc0311ce32c507f4f0c447904b80ca61e876' - and 'd378eb61291cd07a2168a877719d71f7f92f3a38' - - Monotone-Parent: a91fdc0311ce32c507f4f0c447904b80ca61e876 - Monotone-Parent: d378eb61291cd07a2168a877719d71f7f92f3a38 - Monotone-Revision: e8f4e2f61f45b6dd1478f6cd53e4f2528bf7c047 - - Monotone-Author: crobert@inverse.ca - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-09-29T19:45:42 - Monotone-Date: 2008-09-29T20:45:53 - Monotone-Branch: ca.inverse.sogo - Monotone-Branch: ca.inverse.sogo - -commit 342a039ee77ecdbbbfb876b5ad2fb0813827b967 -Merge: 08ff142 e69d7b4 -Author: Francis Lachapelle -Date: Mon Sep 29 14:36:59 2008 +0000 - - merge of 'b5081fb240f719d3a1ce2583dff3738a9ceb9d93' - and 'f3553f7157471c92e062fbcc05707ec8f12c2df5' - - Monotone-Parent: b5081fb240f719d3a1ce2583dff3738a9ceb9d93 - Monotone-Parent: f3553f7157471c92e062fbcc05707ec8f12c2df5 - Monotone-Revision: a91fdc0311ce32c507f4f0c447904b80ca61e876 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-09-29T14:36:59 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailDutchReply.wo/SOGoMailDutchReply.html +M SoObjects/Mailer/SOGoMailDutchReply.wo/SOGoMailDutchReply.wod +M SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html +M SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.wod +M SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.html +M SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.wod +M SoObjects/Mailer/SOGoMailItalianReply.wo/SOGoMailItalianReply.html +M SoObjects/Mailer/SOGoMailItalianReply.wo/SOGoMailItalianReply.wod +M SoObjects/Mailer/SOGoMailSpanishReply.wo/SOGoMailSpanishReply.html +M SoObjects/Mailer/SOGoMailSpanishReply.wo/SOGoMailSpanishReply.wod commit e69d7b412512a97b03e3312bb073a6f87da5f239 Author: Francis Lachapelle @@ -68058,6 +84043,10 @@ Date: Mon Sep 29 14:36:18 2008 +0000 Monotone-Date: 2008-09-29T14:36:18 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactLDAPFolder.m +M SoObjects/SOGo/LDAPSource.m +M UI/WebServerResources/UIxMailEditor.js + commit bc1b2a44cfda6c50bf1a57198ebc2fad3405fda4 Author: Wolfgang Sourdeau Date: Sun Sep 28 22:39:41 2008 +0000 @@ -68069,21 +84058,7 @@ Date: Sun Sep 28 22:39:41 2008 +0000 Monotone-Date: 2008-09-28T22:39:41 Monotone-Branch: ca.inverse.sogo -commit 08ff1428cc7aa6ba83d2edb5c0a77f35b0175209 -Merge: a828b04 6d10c61 -Author: C Robert -Date: Sun Sep 28 19:49:39 2008 +0000 - - merge of '1d1c945ea058db7070c9b83c4c2bb60689c52f92' - and '74d6ae3bf39677a7d5083301f1c29c74b97b84dd' - - Monotone-Parent: 1d1c945ea058db7070c9b83c4c2bb60689c52f92 - Monotone-Parent: 74d6ae3bf39677a7d5083301f1c29c74b97b84dd - Monotone-Revision: b5081fb240f719d3a1ce2583dff3738a9ceb9d93 - - Monotone-Author: crobert@inverse.ca - Monotone-Date: 2008-09-28T19:49:39 - Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/French.lproj/Localizable.strings commit a828b049de898e814b420ec04134fa357a3daf18 Author: C Robert @@ -68100,6 +84075,24 @@ Date: Sun Sep 28 19:49:17 2008 +0000 Monotone-Date: 2008-09-28T19:49:17 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.html +M SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.wod +M SoObjects/Mailer/SOGoMailObject+Draft.m +M SoObjects/Mailer/SOGoMailReply.h +M SoObjects/Mailer/SOGoMailReply.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/UIxPreferences.m +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxPreferences.js + commit 6d10c6158274e1844f6410c8cdbd982ea6f79fbe Author: Ludovic Marcotte Date: Sun Sep 28 16:50:47 2008 +0000 @@ -68113,6 +84106,8 @@ Date: Sun Sep 28 16:50:47 2008 +0000 Monotone-Date: 2008-09-28T16:50:47 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/priority.png + commit 26e2ab38de3573c4fe52f7c26de4a5395e0bfead Author: Ludovic Marcotte Date: Sun Sep 28 14:02:40 2008 +0000 @@ -68126,6 +84121,22 @@ Date: Sun Sep 28 14:02:40 2008 +0000 Monotone-Date: 2008-09-28T14:02:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/sope-patchset-r1626.diff +M SoObjects/Mailer/SOGoDraftObject.m +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MailerUI/Toolbars/SOGoDraftObject.toolbar +M UI/MailerUI/UIxMailEditor.m +M UI/MailerUI/UIxMailListView.m +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/WebServerResources/UIxMailEditor.js + commit 7693e9df821805b9d168817181aad8450f995270 Author: Wolfgang Sourdeau Date: Sat Sep 27 01:32:47 2008 +0000 @@ -68137,6 +84148,8 @@ Date: Sat Sep 27 01:32:47 2008 +0000 Monotone-Date: 2008-09-27T01:32:47 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoLDAPUserDefaults.m + commit 15e496adbe9691bddd60ad5a1c11e52e59fff348 Author: Wolfgang Sourdeau Date: Sat Sep 27 01:13:41 2008 +0000 @@ -68148,6 +84161,248 @@ Date: Sat Sep 27 01:13:41 2008 +0000 Monotone-Date: 2008-09-27T01:13:41 Monotone-Branch: ca.inverse.sogo +M Main/build.h +M Main/build.m +M SOPE/NGCards/CardElement.h +M SOPE/NGCards/CardElement.m +M SOPE/NGCards/CardGroup.h +M SOPE/NGCards/CardGroup.m +M SOPE/NGCards/CardVersitRenderer.h +M SOPE/NGCards/CardVersitRenderer.m +M SOPE/NGCards/NGVCardReference.h +M SOPE/NGCards/NGVCardReference.m +M SOPE/NGCards/NGVList.h +M SOPE/NGCards/NGVList.m +M SOPE/NGCards/NSArray+NGCards.h +M SOPE/NGCards/NSArray+NGCards.m +M SOPE/NGCards/NSCalendarDate+NGCards.h +M SOPE/NGCards/NSCalendarDate+NGCards.m +M SOPE/NGCards/NSDictionary+NGCards.h +M SOPE/NGCards/NSDictionary+NGCards.m +M SOPE/NGCards/NSString+NGCards.h +M SOPE/NGCards/NSString+NGCards.m +M SOPE/NGCards/iCalDateTime.h +M SOPE/NGCards/iCalDateTime.m +M SOPE/NGCards/iCalTimeZone.h +M SOPE/NGCards/iCalTimeZone.m +M SOPE/NGCards/iCalTimeZonePeriod.h +M SOPE/NGCards/iCalTimeZonePeriod.m +M SOPE/NGCards/samples/unittest.h +M SOPE/NGCards/samples/unittest.m +M SOPE/NGCards/samples/vcardtest.m +M SOPE/NGCards/samples/versittest.m +M Scripts/sogo-init.d-debian +M Scripts/sogo-init.d-redhat +M Scripts/sogod-wrapper +M Scripts/updates.php +M SoObjects/Appointments/NSArray+Appointments.h +M SoObjects/Appointments/NSArray+Appointments.m +M SoObjects/Appointments/SOGoAppointmentFolders.h +M SoObjects/Appointments/SOGoAppointmentFolders.m +M SoObjects/Appointments/SOGoAppointmentOccurence.h +M SoObjects/Appointments/SOGoAppointmentOccurence.m +M SoObjects/Appointments/SOGoAptMailICalReply.h +M SoObjects/Appointments/SOGoAptMailICalReply.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoComponentOccurence.h +M SoObjects/Appointments/SOGoComponentOccurence.m +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/Appointments/SOGoTaskOccurence.h +M SoObjects/Appointments/SOGoTaskOccurence.m +M SoObjects/Appointments/SOGoUserFolder+Appointments.h +M SoObjects/Appointments/SOGoUserFolder+Appointments.m +M SoObjects/Appointments/iCalEntityObject+SOGo.h +M SoObjects/Appointments/iCalEntityObject+SOGo.m +M SoObjects/Appointments/iCalEvent+SOGo.h +M SoObjects/Appointments/iCalEvent+SOGo.m +M SoObjects/Appointments/iCalEventChanges+SOGo.h +M SoObjects/Appointments/iCalEventChanges+SOGo.m +M SoObjects/Appointments/iCalPerson+SOGo.h +M SoObjects/Appointments/iCalPerson+SOGo.m +M SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.h +M SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m +M SoObjects/Appointments/iCalToDo+SOGo.h +M SoObjects/Appointments/iCalToDo+SOGo.m +M SoObjects/Contacts/SOGoContactFolders.h +M SoObjects/Contacts/SOGoContactFolders.m +M SoObjects/Contacts/SOGoContactGCSEntry.h +M SoObjects/Contacts/SOGoContactGCSList.h +M SoObjects/Contacts/SOGoContactGCSList.m +M SoObjects/Contacts/SOGoContactLDAPFolder.h +M SoObjects/Contacts/SOGoContactLDAPFolder.m +M SoObjects/Contacts/SOGoContactLDIFEntry.h +M SoObjects/Contacts/SOGoContactLDIFEntry.m +M SoObjects/Contacts/SOGoFolder+CardDAV.h +M SoObjects/Contacts/SOGoFolder+CardDAV.m +M SoObjects/Mailer/NSData+Mail.h +M SoObjects/Mailer/NSString+Mail.h +M SoObjects/Mailer/SOGoDraftsFolder.h +M SoObjects/Mailer/SOGoDraftsFolder.m +M SoObjects/Mailer/SOGoHTMLMailBodyPart.m +M SoObjects/Mailer/SOGoMailForward.h +M SoObjects/Mailer/SOGoMailForward.m +M SoObjects/Mailer/SOGoMailObject+Draft.h +M SoObjects/Mailer/SOGoMailObject+Draft.m +M SoObjects/Mailer/SOGoMailReply.h +M SoObjects/Mailer/SOGoMailReply.m +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPUserManager.h +M SoObjects/SOGo/NSArray+DAV.h +M SoObjects/SOGo/NSArray+DAV.m +M SoObjects/SOGo/NSArray+Utilities.h +M SoObjects/SOGo/NSArray+Utilities.m +M SoObjects/SOGo/NSDictionary+DAV.h +M SoObjects/SOGo/NSDictionary+DAV.m +M SoObjects/SOGo/NSDictionary+URL.h +M SoObjects/SOGo/NSDictionary+URL.m +M SoObjects/SOGo/NSDictionary+Utilities.h +M SoObjects/SOGo/NSDictionary+Utilities.m +M SoObjects/SOGo/NSNull+Utilities.h +M SoObjects/SOGo/NSNull+Utilities.m +M SoObjects/SOGo/NSNumber+Utilities.h +M SoObjects/SOGo/NSNumber+Utilities.m +M SoObjects/SOGo/NSObject+DAV.h +M SoObjects/SOGo/NSObject+DAV.m +M SoObjects/SOGo/NSObject+Utilities.h +M SoObjects/SOGo/NSObject+Utilities.m +M SoObjects/SOGo/NSString+DAV.h +M SoObjects/SOGo/NSString+DAV.m +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSURL+DAV.h +M SoObjects/SOGo/NSURL+DAV.m +M SoObjects/SOGo/SOGoAuthenticator.h +M SoObjects/SOGo/SOGoCache.h +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoLDAPUserDefaults.h +M SoObjects/SOGo/SOGoLDAPUserDefaults.m +M SoObjects/SOGo/SOGoMailer.h +M SoObjects/SOGo/SOGoMailer.m +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoParentFolder.h +M SoObjects/SOGo/SOGoParentFolder.m +M SoObjects/SOGo/SOGoPermissions.h +M SoObjects/SOGo/SOGoPermissions.m +M SoObjects/SOGo/SOGoWebAuthenticator.h +M SoObjects/SOGo/SOGoWebAuthenticator.m +M SoObjects/SOGo/SOGoWebDAVAclManager.h +M SoObjects/SOGo/SOGoWebDAVAclManager.m +M SoObjects/SOGo/SOGoWebDAVValue.h +M SoObjects/SOGo/SOGoWebDAVValue.m +M SoObjects/SOGo/WORequest+SOGo.h +M SoObjects/SOGo/WORequest+SOGo.m +M SoObjects/SOGo/iCalEntityObject+Utilities.h +M SoObjects/SOGo/iCalEntityObject+Utilities.m +M UI/Common/UIxAclEditor.h +M UI/Common/UIxAclEditor.m +M UI/Common/UIxFolderActions.h +M UI/Common/UIxFolderActions.m +M UI/Common/UIxJSClose.h +M UI/Common/UIxJSClose.m +M UI/Common/UIxObjectActions.h +M UI/Common/UIxObjectActions.m +M UI/Common/UIxParentFolderActions.h +M UI/Common/UIxParentFolderActions.m +M UI/Common/UIxUserRightsEditor.h +M UI/Common/UIxUserRightsEditor.m +M UI/Common/WODirectAction+SOGo.h +M UI/Common/WODirectAction+SOGo.m +M UI/Contacts/UIxContactFoldersView.h +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/UIxContactsListViewContainer.h +M UI/Contacts/UIxContactsListViewContainer.m +M UI/Contacts/UIxContactsUserFolders.h +M UI/Contacts/UIxContactsUserFolders.m +M UI/Contacts/UIxContactsUserRightsEditor.h +M UI/Contacts/UIxContactsUserRightsEditor.m +M UI/Contacts/UIxListEditor.h +M UI/Contacts/UIxListEditor.m +M UI/Contacts/UIxListView.h +M UI/Contacts/UIxListView.m +M UI/MailPartViewers/UIxMailPartHTMLViewer.h +M UI/MailPartViewers/UIxMailPartHTMLViewer.m +M UI/MailPartViewers/UIxMailPartICalActions.h +M UI/MailPartViewers/UIxMailPartICalActions.m +M UI/MailPartViewers/UIxMailPartTextViewer.h +M UI/MailerUI/UIxMailAccountActions.h +M UI/MailerUI/UIxMailAccountActions.m +M UI/MailerUI/UIxMailActions.h +M UI/MailerUI/UIxMailActions.m +M UI/MailerUI/UIxMailFolderActions.h +M UI/MailerUI/UIxMailMainFrame.h +M UI/MailerUI/UIxMailPopupView.m +M UI/MailerUI/UIxMailSourceView.h +M UI/MailerUI/UIxMailSourceView.m +M UI/MailerUI/UIxMailUserRightsEditor.h +M UI/MailerUI/UIxMailUserRightsEditor.m +M UI/MainUI/OCSFolderInfo-oracle.sql +M UI/MainUI/OCSFolderInfo.sql +M UI/MainUI/SOGoProfile-oracle.sql +M UI/MainUI/SOGoProfile.sql +M UI/MainUI/SOGoRootPage.h +M UI/MainUI/SOGoUserHomePage.m +M UI/PreferencesUI/PreferencesUIProduct.m +M UI/PreferencesUI/UIxAdditionalPreferences.h +M UI/PreferencesUI/UIxAdditionalPreferences.m +M UI/PreferencesUI/UIxJSONPreferences.h +M UI/PreferencesUI/UIxJSONPreferences.m +M UI/PreferencesUI/UIxPreferences.h +M UI/PreferencesUI/UIxPreferences.m +M UI/SOGoElements/SOGoElementsBuilder.h +M UI/SOGoElements/SOGoElementsBuilder.m +M UI/SOGoElements/SOGoElementsBundle.m +M UI/SOGoElements/SOGoIEConditional.h +M UI/SOGoElements/SOGoIEConditional.m +M UI/SOGoUI/SOGoACLAdvisory.h +M UI/SOGoUI/SOGoACLAdvisory.m +M UI/SOGoUI/SOGoFolderAdvisory.h +M UI/SOGoUI/SOGoFolderAdvisory.m +M UI/SOGoUI/UIxJSClose.h +M UI/SOGoUI/UIxJSClose.m +M UI/Scheduler/NSArray+Scheduler.h +M UI/Scheduler/NSArray+Scheduler.m +M UI/Scheduler/NSDictionary+Scheduler.h +M UI/Scheduler/NSDictionary+Scheduler.m +M UI/Scheduler/UIxAppointmentEditor.h +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxAttendeesEditor.h +M UI/Scheduler/UIxAttendeesEditor.m +M UI/Scheduler/UIxCalDateSelector.h +M UI/Scheduler/UIxCalDateSelector.m +M UI/Scheduler/UIxCalDayTable.h +M UI/Scheduler/UIxCalDayTable.m +M UI/Scheduler/UIxCalFilterPanel.h +M UI/Scheduler/UIxCalFilterPanel.m +M UI/Scheduler/UIxCalListingActions.h +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/UIxCalMainView.h +M UI/Scheduler/UIxCalMainView.m +M UI/Scheduler/UIxCalMonthView.h +M UI/Scheduler/UIxCalMonthView.m +M UI/Scheduler/UIxCalMulticolumnDayView.h +M UI/Scheduler/UIxCalMulticolumnDayView.m +M UI/Scheduler/UIxCalUserRightsEditor.h +M UI/Scheduler/UIxCalUserRightsEditor.m +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/UIxCalWeekView.h +M UI/Scheduler/UIxCalWeekView.m +M UI/Scheduler/UIxCalendarProperties.h +M UI/Scheduler/UIxCalendarProperties.m +M UI/Scheduler/UIxCalendarSelector.h +M UI/Scheduler/UIxCalendarSelector.m +M UI/Scheduler/UIxColorPicker.h +M UI/Scheduler/UIxColorPicker.m +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/UIxRecurrenceEditor.h +M UI/Scheduler/UIxRecurrenceEditor.m +M UI/Scheduler/UIxTaskEditor.h +M UI/Scheduler/UIxTaskEditor.m +M UI/Templates/UIxPageFrame.wox + commit c3b3dc744d81d7029c497e8175936c755f5de3a4 Author: Wolfgang Sourdeau Date: Sat Sep 27 01:09:23 2008 +0000 @@ -68159,6 +84414,9 @@ Date: Sat Sep 27 01:09:23 2008 +0000 Monotone-Date: 2008-09-27T01:09:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoLDAPUserDefaults.m + commit 133259425a25d64097b1efe074f0b917ea0f70a0 Author: Francis Lachapelle Date: Fri Sep 26 21:08:26 2008 +0000 @@ -68172,6 +84430,26 @@ Date: Fri Sep 26 21:08:26 2008 +0000 Monotone-Date: 2008-09-26T21:08:26 Monotone-Branch: ca.inverse.sogo +M NEWS +M SoObjects/Contacts/SOGoContactLDAPFolder.m +M SoObjects/SOGo/LDAPSource.m +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MailerUI/UIxMailAccountActions.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/quota-level-alert.png +M UI/WebServerResources/quota-level-ok.png +M UI/WebServerResources/quota-level-warn.png +M UI/WebServerResources/quota-level.png + commit b22748263f0c8348b9f1f5018f9dc9ae3f2367b3 Author: Wolfgang Sourdeau Date: Fri Sep 26 14:55:44 2008 +0000 @@ -68183,6 +84461,8 @@ Date: Fri Sep 26 14:55:44 2008 +0000 Monotone-Date: 2008-09-26T14:55:44 Monotone-Branch: ca.inverse.sogo +M configure + commit 9edd16c0f4c5b13061812995713ac5e380823d80 Author: Wolfgang Sourdeau Date: Thu Sep 25 16:28:22 2008 +0000 @@ -68194,6 +84474,13 @@ Date: Thu Sep 25 16:28:22 2008 +0000 Monotone-Date: 2008-09-25T16:28:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/sogod.m +M SoObjects/SOGo/GNUmakefile +A SoObjects/SOGo/SOGoLDAPUserDefaults.h +A SoObjects/SOGo/SOGoLDAPUserDefaults.m +M configure + commit 6a97972f2a1a08d6c7fe32323a800d6bd6aa504c Author: Wolfgang Sourdeau Date: Thu Sep 25 15:55:16 2008 +0000 @@ -68205,6 +84492,8 @@ Date: Thu Sep 25 15:55:16 2008 +0000 Monotone-Date: 2008-09-25T15:55:16 Monotone-Branch: ca.inverse.sogo +M configure + commit e1a3bd3950f091319a0c9828f53ca022d0e82489 Author: C Robert Date: Wed Sep 24 20:51:36 2008 +0000 @@ -68219,6 +84508,12 @@ Date: Wed Sep 24 20:51:36 2008 +0000 Monotone-Date: 2008-09-24T20:51:36 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings + commit fcd28658253209f320177a347dd8ac5affa52e63 Author: C Robert Date: Wed Sep 24 20:36:50 2008 +0000 @@ -68234,6 +84529,9 @@ Date: Wed Sep 24 20:36:50 2008 +0000 Monotone-Date: 2008-09-24T20:36:50 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/English.lproj/Localizable.strings +M UI/Templates/MailerUI/UIxMailListView.wox + commit 891a9515dd1d5d3e3c40b1faf834c68f61cb5b88 Author: Wolfgang Sourdeau Date: Tue Sep 23 01:58:33 2008 +0000 @@ -68245,6 +84543,10 @@ Date: Tue Sep 23 01:58:33 2008 +0000 Monotone-Date: 2008-09-23T01:58:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/sope-patchset-r1626.diff +M SoObjects/Mailer/SOGoMailFolder.m + commit 4371dba9a1bf9ce2ef2c4b7cee21511daaffac5e Author: Wolfgang Sourdeau Date: Mon Sep 22 21:31:42 2008 +0000 @@ -68256,6 +84558,17 @@ Date: Mon Sep 22 21:31:42 2008 +0000 Monotone-Date: 2008-09-22T21:31:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/Mailer/SOGoMailManager.h +M SoObjects/Mailer/SOGoMailManager.m +M SoObjects/Mailer/SOGoMailObject.h +M SoObjects/Mailer/SOGoMailObject.m +M UI/MailerUI/UIxMailActions.m +M UI/MailerUI/UIxMailFolderActions.m +M UI/MailerUI/product.plist + commit ffffac624a2a6b572a5a6bd5e0e7db5810340036 Author: Wolfgang Sourdeau Date: Mon Sep 22 20:35:19 2008 +0000 @@ -68267,6 +84580,8 @@ Date: Mon Sep 22 20:35:19 2008 +0000 Monotone-Date: 2008-09-22T20:35:19 Monotone-Branch: ca.inverse.sogo +M NEWS + commit ba3718709c5f49a88c784ea71b581b460e153f40 Author: Wolfgang Sourdeau Date: Mon Sep 22 20:33:30 2008 +0000 @@ -68278,6 +84593,9 @@ Date: Mon Sep 22 20:33:30 2008 +0000 Monotone-Date: 2008-09-22T20:33:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 0174eb14553ed862e4efec0c8ed579713e101294 Author: Wolfgang Sourdeau Date: Mon Sep 22 20:31:57 2008 +0000 @@ -68289,6 +84607,9 @@ Date: Mon Sep 22 20:31:57 2008 +0000 Monotone-Date: 2008-09-22T20:31:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.m + commit 39cf142209086d3abe521d9bc0417d8d1077d905 Author: Wolfgang Sourdeau Date: Mon Sep 22 20:30:48 2008 +0000 @@ -68300,6 +84621,8 @@ Date: Mon Sep 22 20:30:48 2008 +0000 Monotone-Date: 2008-09-22T20:30:48 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m + commit 2010e69ba17878fa26b8e7f877b3118c8beddfaa Author: Wolfgang Sourdeau Date: Mon Sep 22 20:30:38 2008 +0000 @@ -68311,6 +84634,10 @@ Date: Mon Sep 22 20:30:38 2008 +0000 Monotone-Date: 2008-09-22T20:30:38 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.h +M SOPE/GDLContentStore/GCSFolder.m + commit 9d701ba84212a5d013b1d2437cae0d16449a3977 Author: Wolfgang Sourdeau Date: Fri Sep 19 15:41:44 2008 +0000 @@ -68322,6 +84649,8 @@ Date: Fri Sep 19 15:41:44 2008 +0000 Monotone-Date: 2008-09-19T15:41:44 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff + commit fd0475847e5487a85a67d8943f9223afb5e84eff Author: Wolfgang Sourdeau Date: Fri Sep 19 14:03:56 2008 +0000 @@ -68333,6 +84662,10 @@ Date: Fri Sep 19 14:03:56 2008 +0000 Monotone-Date: 2008-09-19T14:03:56 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m +M SoObjects/SOGo/LDAPSource.m +M UI/MailerUI/UIxMailFolderActions.m + commit 329eef42eef4608007e3a0f0fd5fc323d6ca5620 Author: Wolfgang Sourdeau Date: Thu Sep 18 18:30:39 2008 +0000 @@ -68344,6 +84677,8 @@ Date: Thu Sep 18 18:30:39 2008 +0000 Monotone-Date: 2008-09-18T18:30:39 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css + commit 2879eb1cab8af813a4e864ad93ee979a8ace06ed Author: Wolfgang Sourdeau Date: Thu Sep 18 18:28:14 2008 +0000 @@ -68355,6 +84690,9 @@ Date: Thu Sep 18 18:28:14 2008 +0000 Monotone-Date: 2008-09-18T18:28:14 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailView.wox +M UI/WebServerResources/MailerUI.css + commit d6bfa453079e6dbeb6c19582e8277fdfefa0545c Author: Francis Lachapelle Date: Thu Sep 18 18:20:26 2008 +0000 @@ -68366,21 +84704,7 @@ Date: Thu Sep 18 18:20:26 2008 +0000 Monotone-Date: 2008-09-18T18:20:26 Monotone-Branch: ca.inverse.sogo -commit c14e055d55db681575748e3d6e9e26aabb09cfe0 -Merge: effcc61 8c1813b -Author: Wolfgang Sourdeau -Date: Thu Sep 18 18:06:27 2008 +0000 - - merge of '131c53568d20b4a69d219487e3b929e8eb85c659' - and '4a4fbde667da9c301d01687c66ff392bca9d1658' - - Monotone-Parent: 131c53568d20b4a69d219487e3b929e8eb85c659 - Monotone-Parent: 4a4fbde667da9c301d01687c66ff392bca9d1658 - Monotone-Revision: bf32f1aad764cf9906d8a6a4eeecba627f4991dc - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-09-18T18:06:27 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css commit effcc61416a579350a1583325a20a1750fff1c63 Author: Wolfgang Sourdeau @@ -68393,6 +84717,8 @@ Date: Thu Sep 18 18:05:27 2008 +0000 Monotone-Date: 2008-09-18T18:05:27 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailAccountActions.m + commit 2850a455a07e874949cc7a8a259f7f3ab31022b1 Author: Wolfgang Sourdeau Date: Thu Sep 18 18:05:18 2008 +0000 @@ -68404,21 +84730,7 @@ Date: Thu Sep 18 18:05:18 2008 +0000 Monotone-Date: 2008-09-18T18:05:18 Monotone-Branch: ca.inverse.sogo -commit 8c1813b019f9f34437cfa78c6dc1ff921601095f -Merge: fcfb2c3 1d455ff -Author: Francis Lachapelle -Date: Thu Sep 18 18:04:16 2008 +0000 - - merge of '6fed1c4d16e6a86a4b38ab7174119068a10f5ede' - and 'd3036531db8d8c0e298e79e7bba85298dba88acd' - - Monotone-Parent: 6fed1c4d16e6a86a4b38ab7174119068a10f5ede - Monotone-Parent: d3036531db8d8c0e298e79e7bba85298dba88acd - Monotone-Revision: 4a4fbde667da9c301d01687c66ff392bca9d1658 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-09-18T18:04:16 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff commit fcfb2c32004dc9dae4c55a40d6498d56a2f8c188 Author: Francis Lachapelle @@ -68431,6 +84743,11 @@ Date: Thu Sep 18 18:03:59 2008 +0000 Monotone-Date: 2008-09-18T18:03:59 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDragHandles.js +M UI/WebServerResources/SchedulerUI.js + commit 1d455ff2b188186a83022d55a53917bca6aed21c Author: Wolfgang Sourdeau Date: Wed Sep 17 22:39:40 2008 +0000 @@ -68442,6 +84759,10 @@ Date: Wed Sep 17 22:39:40 2008 +0000 Monotone-Date: 2008-09-17T22:39:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/NSData+Mail.m +M UI/MailPartViewers/UIxMailPartViewer.m + commit cf911feea725bd7c27f44c488a8b5302318f7052 Author: Francis Lachapelle Date: Wed Sep 17 21:39:36 2008 +0000 @@ -68453,6 +84774,12 @@ Date: Wed Sep 17 21:39:36 2008 +0000 Monotone-Date: 2008-09-17T21:39:36 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoDragHandles.js +A UI/WebServerResources/quota-level-alert.png +A UI/WebServerResources/quota-level-ok.png +A UI/WebServerResources/quota-level-warn.png +A UI/WebServerResources/quota-level.png + commit 032a99adf215400ce1e03467f53af52bce8da2d3 Author: Francis Lachapelle Date: Wed Sep 17 20:27:46 2008 +0000 @@ -68464,6 +84791,9 @@ Date: Wed Sep 17 20:27:46 2008 +0000 Monotone-Date: 2008-09-17T20:27:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailAccountActions.m + commit 52bcec0fead12196f0f5b319b753657a9afe5742 Author: Francis Lachapelle Date: Wed Sep 17 19:44:11 2008 +0000 @@ -68475,6 +84805,18 @@ Date: Wed Sep 17 19:44:11 2008 +0000 Monotone-Date: 2008-09-17T19:44:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/MailerUI/UIxMailAccountActions.m +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js + commit bad7450a84eb79505cfe817d59d4d4b5573eb7e1 Author: Wolfgang Sourdeau Date: Wed Sep 17 15:28:12 2008 +0000 @@ -68486,6 +84828,9 @@ Date: Wed Sep 17 15:28:12 2008 +0000 Monotone-Date: 2008-09-17T15:28:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.m + commit 91d77156c4fa6041731294a04693958e74b81e26 Author: Wolfgang Sourdeau Date: Fri Sep 12 21:17:32 2008 +0000 @@ -68497,6 +84842,9 @@ Date: Fri Sep 12 21:17:32 2008 +0000 Monotone-Date: 2008-09-12T21:17:32 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.js + commit ff32c3a08516de03eff0afa2a3ef57c3890da542 Author: Wolfgang Sourdeau Date: Thu Sep 11 21:59:31 2008 +0000 @@ -68508,6 +84856,8 @@ Date: Thu Sep 11 21:59:31 2008 +0000 Monotone-Date: 2008-09-11T21:59:31 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailToSelection.m + commit 3273f859c42e60a5978c4d209631d89aa3e67820 Author: Wolfgang Sourdeau Date: Thu Sep 11 21:55:21 2008 +0000 @@ -68519,6 +84869,10 @@ Date: Thu Sep 11 21:55:21 2008 +0000 Monotone-Date: 2008-09-11T21:55:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/SOGoUserHomePage.m + commit 2af02d005a8f1ece36297952800c0a7c499ec8ac Author: Francis Lachapelle Date: Thu Sep 11 18:15:01 2008 +0000 @@ -68530,6 +84884,9 @@ Date: Thu Sep 11 18:15:01 2008 +0000 Monotone-Date: 2008-09-11T18:15:01 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAclEditor.js +M UI/WebServerResources/UIxContactsUserFolders.js + commit 68432b528dc6dc415b9eb2db9c571e133f812d14 Author: Wolfgang Sourdeau Date: Thu Sep 11 17:56:02 2008 +0000 @@ -68541,6 +84898,9 @@ Date: Thu Sep 11 17:56:02 2008 +0000 Monotone-Date: 2008-09-11T17:56:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit 816477714afc1c97c0277f2c81308003eb31a6e8 Author: Wolfgang Sourdeau Date: Thu Sep 11 15:12:57 2008 +0000 @@ -68552,6 +84912,8 @@ Date: Thu Sep 11 15:12:57 2008 +0000 Monotone-Date: 2008-09-11T15:12:57 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartAlternativeViewer.m + commit a2750fb0204949b6bc07ded749d9beb7deff3c89 Author: Wolfgang Sourdeau Date: Wed Sep 10 20:35:28 2008 +0000 @@ -68563,6 +84925,9 @@ Date: Wed Sep 10 20:35:28 2008 +0000 Monotone-Date: 2008-09-10T20:35:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartAlternativeViewer.m + commit c966b00c708308cab8ea60f9ae3fd5c041badbb9 Author: Wolfgang Sourdeau Date: Wed Sep 10 19:50:27 2008 +0000 @@ -68574,6 +84939,9 @@ Date: Wed Sep 10 19:50:27 2008 +0000 Monotone-Date: 2008-09-10T19:50:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit fab74a28019f7b31a6ae7d56baf4db9100bf704e Author: Wolfgang Sourdeau Date: Tue Sep 9 20:30:33 2008 +0000 @@ -68585,6 +84953,8 @@ Date: Tue Sep 9 20:30:33 2008 +0000 Monotone-Date: 2008-09-09T20:30:33 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff + commit 10a766ecfb05e95408669c23af046380a450274d Author: Wolfgang Sourdeau Date: Tue Sep 9 19:50:22 2008 +0000 @@ -68596,6 +84966,8 @@ Date: Tue Sep 9 19:50:22 2008 +0000 Monotone-Date: 2008-09-09T19:50:22 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 108e2c9ab5f53e3c8b2e3d804ccd70240d7bb445 Author: Wolfgang Sourdeau Date: Tue Sep 9 19:23:31 2008 +0000 @@ -68607,6 +84979,9 @@ Date: Tue Sep 9 19:23:31 2008 +0000 Monotone-Date: 2008-09-09T19:23:31 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/generic.js + commit 103c5fad9be8163fbdcd075f8821af67e01651aa Author: Francis Lachapelle Date: Tue Sep 9 19:01:38 2008 +0000 @@ -68618,6 +84993,9 @@ Date: Tue Sep 9 19:01:38 2008 +0000 Monotone-Date: 2008-09-09T19:01:38 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SOGoDragHandles.js + commit 7bc8c818e939a8a38907c2044937b4b37cee80af Author: Wolfgang Sourdeau Date: Tue Sep 9 18:44:25 2008 +0000 @@ -68629,6 +85007,9 @@ Date: Tue Sep 9 18:44:25 2008 +0000 Monotone-Date: 2008-09-09T18:44:25 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailToSelection.js + commit 1bdc70bbda0f845ec2f8e1d4470c20feb129dfde Author: Wolfgang Sourdeau Date: Mon Sep 8 16:00:36 2008 +0000 @@ -68640,6 +85021,8 @@ Date: Mon Sep 8 16:00:36 2008 +0000 Monotone-Date: 2008-09-08T16:00:36 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.js + commit 5cca5beda69a4d407ac7532ad4070b988387cfa0 Author: Wolfgang Sourdeau Date: Mon Sep 8 15:51:31 2008 +0000 @@ -68651,6 +85034,8 @@ Date: Mon Sep 8 15:51:31 2008 +0000 Monotone-Date: 2008-09-08T15:51:31 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff + commit 73dc0406b5967c7987ed11ed00628fc3f571cf9e Author: Wolfgang Sourdeau Date: Mon Sep 8 14:54:38 2008 +0000 @@ -68662,6 +85047,8 @@ Date: Mon Sep 8 14:54:38 2008 +0000 Monotone-Date: 2008-09-08T14:54:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 0a315ed33a8b8fb556fee494f4e418a1a767ff2f Author: Wolfgang Sourdeau Date: Mon Sep 8 14:54:33 2008 +0000 @@ -68673,6 +85060,9 @@ Date: Mon Sep 8 14:54:33 2008 +0000 Monotone-Date: 2008-09-08T14:54:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.m + commit 04b4414e714f3d1e39a9ed2728c2b01d9a659739 Author: Wolfgang Sourdeau Date: Mon Sep 8 14:42:19 2008 +0000 @@ -68684,6 +85074,8 @@ Date: Mon Sep 8 14:42:19 2008 +0000 Monotone-Date: 2008-09-08T14:42:19 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff + commit 673ca9f2d46d571aa409187cd22d01f1e8a48e35 Author: Francis Lachapelle Date: Fri Sep 5 21:02:42 2008 +0000 @@ -68697,6 +85089,9 @@ Date: Fri Sep 5 21:02:42 2008 +0000 Monotone-Date: 2008-09-05T21:02:42 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailToSelection.js + commit 163a60e07f09304195ae1c3c9cd43c8f25bf459b Author: Francis Lachapelle Date: Fri Sep 5 19:07:16 2008 +0000 @@ -68710,21 +85105,11 @@ Date: Fri Sep 5 19:07:16 2008 +0000 Monotone-Date: 2008-09-05T19:07:16 Monotone-Branch: ca.inverse.sogo -commit ee8570423a216085e0b9c83b167b58d246626970 -Merge: 22c8a20 32fb01d -Author: Ludovic Marcotte -Date: Fri Sep 5 18:00:24 2008 +0000 - - merge of '117181687b89cc111fa7c80b6e0a5fb5d9e8a5af' - and '38c27767c4a6419b76e05bfc2eefc158b009bf28' - - Monotone-Parent: 117181687b89cc111fa7c80b6e0a5fb5d9e8a5af - Monotone-Parent: 38c27767c4a6419b76e05bfc2eefc158b009bf28 - Monotone-Revision: 55136d300cf8d13c53cb1e7978c4915fba81f463 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-09-05T18:00:24 - Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailFolderActions.h +M UI/MailerUI/UIxMailFolderActions.m +M UI/MailerUI/product.plist +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js commit 32fb01df552235771158db2df4de11e3a5ffdcdc Author: Wolfgang Sourdeau @@ -68737,6 +85122,8 @@ Date: Fri Sep 5 17:06:21 2008 +0000 Monotone-Date: 2008-09-05T17:06:21 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/NSData+Mail.m + commit 2e51a1df352db91a87ea2441a98eb4bd4a1064a4 Author: Wolfgang Sourdeau Date: Fri Sep 5 17:01:34 2008 +0000 @@ -68748,6 +85135,9 @@ Date: Fri Sep 5 17:01:34 2008 +0000 Monotone-Date: 2008-09-05T17:01:34 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.html +M SoObjects/Mailer/SOGoMailItalianReply.wo/SOGoMailItalianReply.html + commit 06aaac039326f5000337fb3fdb349d4a327d027e Author: Wolfgang Sourdeau Date: Fri Sep 5 16:57:20 2008 +0000 @@ -68759,6 +85149,8 @@ Date: Fri Sep 5 16:57:20 2008 +0000 Monotone-Date: 2008-09-05T16:57:20 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html + commit 2ed91624e0411e44c00032a8c921f5c571d71fe2 Author: Wolfgang Sourdeau Date: Fri Sep 5 16:50:22 2008 +0000 @@ -68770,6 +85162,27 @@ Date: Fri Sep 5 16:50:22 2008 +0000 Monotone-Date: 2008-09-05T16:50:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/NSData+Mail.m +M SoObjects/Mailer/SOGoMailDutchReply.wo/SOGoMailDutchReply.html +M SoObjects/Mailer/SOGoMailDutchReply.wo/SOGoMailDutchReply.wod +M SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.html +M SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.wod +M SoObjects/Mailer/SOGoMailForward.h +M SoObjects/Mailer/SOGoMailForward.m +M SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html +M SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.wod +M SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.html +M SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.wod +M SoObjects/Mailer/SOGoMailItalianReply.wo/SOGoMailItalianReply.html +M SoObjects/Mailer/SOGoMailItalianReply.wo/SOGoMailItalianReply.wod +M SoObjects/Mailer/SOGoMailObject+Draft.h +M SoObjects/Mailer/SOGoMailObject+Draft.m +M SoObjects/Mailer/SOGoMailReply.h +M SoObjects/Mailer/SOGoMailReply.m +M SoObjects/Mailer/SOGoMailSpanishReply.wo/SOGoMailSpanishReply.html +M SoObjects/Mailer/SOGoMailSpanishReply.wo/SOGoMailSpanishReply.wod + commit 22c8a2083561e32524505fa7745a069f008ec156 Author: Ludovic Marcotte Date: Fri Sep 5 16:05:59 2008 +0000 @@ -68783,6 +85196,8 @@ Date: Fri Sep 5 16:05:59 2008 +0000 Monotone-Date: 2008-09-05T16:05:59 Monotone-Branch: ca.inverse.sogo +M Scripts/sogo-init.d-redhat + commit 627c07b01fa1942e8845bbb397dd3cdb36feca23 Author: Wolfgang Sourdeau Date: Fri Sep 5 15:55:03 2008 +0000 @@ -68794,6 +85209,12 @@ Date: Fri Sep 5 15:55:03 2008 +0000 Monotone-Date: 2008-09-05T15:55:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailForward.h +M SoObjects/Mailer/SOGoMailForward.m +M SoObjects/Mailer/SOGoMailObject+Draft.h +M SoObjects/Mailer/SOGoMailObject+Draft.m + commit 0e1504416a386da8ef73c8d198f5127bcdb33112 Author: Wolfgang Sourdeau Date: Fri Sep 5 15:29:42 2008 +0000 @@ -68805,21 +85226,8 @@ Date: Fri Sep 5 15:29:42 2008 +0000 Monotone-Date: 2008-09-05T15:29:42 Monotone-Branch: ca.inverse.sogo -commit 1e66ea9912f0b187c60b88c35f96d3dd50291a1d -Merge: 2e51a1d 818055d -Author: Ludovic Marcotte -Date: Fri Sep 5 15:12:44 2008 +0000 - - merge of '7a60f4a9ba785405e4cc33bb708c1870090f6691' - and 'c9c5d4c2459dece2bf7417926d244b1088f86576' - - Monotone-Parent: 7a60f4a9ba785405e4cc33bb708c1870090f6691 - Monotone-Parent: c9c5d4c2459dece2bf7417926d244b1088f86576 - Monotone-Revision: 2073217aff674fdde9b98866ce5d367033d6a51e - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-09-05T15:12:44 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject+Draft.m commit 6978ea95c5597e2fb477d1933d1680c5722c69ed Author: Wolfgang Sourdeau @@ -68832,6 +85240,8 @@ Date: Fri Sep 5 15:10:39 2008 +0000 Monotone-Date: 2008-09-05T15:10:39 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject+Draft.m + commit d17a6c93cbdf57dfafacf3b73dce73c78a2056bb Author: Wolfgang Sourdeau Date: Fri Sep 5 15:08:57 2008 +0000 @@ -68843,6 +85253,8 @@ Date: Fri Sep 5 15:08:57 2008 +0000 Monotone-Date: 2008-09-05T15:08:57 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject+Draft.m + commit 4c17603ab514e2234b4afa2ad771dd455a8e5b4c Author: Wolfgang Sourdeau Date: Fri Sep 5 15:07:24 2008 +0000 @@ -68854,53 +85266,8 @@ Date: Fri Sep 5 15:07:24 2008 +0000 Monotone-Date: 2008-09-05T15:07:24 Monotone-Branch: ca.inverse.sogo -commit 818055dc0b41dd2665afac8b40c5c732c799e154 -Merge: 32c6ff0 2ed9162 -Author: Ludovic Marcotte -Date: Fri Sep 5 15:03:02 2008 +0000 - - merge of '465796f786a1b25ed73a3ba4064f4a51bf6f3a62' - and '64aa83e8cd0a166c047f31a255fba032c405fbf9' - - Monotone-Parent: 465796f786a1b25ed73a3ba4064f4a51bf6f3a62 - Monotone-Parent: 64aa83e8cd0a166c047f31a255fba032c405fbf9 - Monotone-Revision: c9c5d4c2459dece2bf7417926d244b1088f86576 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-09-05T15:03:02 - Monotone-Branch: ca.inverse.sogo - -commit 32c6ff0179aea5bc599f2e8200a3c3ad55ac5da2 -Merge: 0e15044 85c5069 -Author: Ludovic Marcotte -Date: Fri Sep 5 13:40:42 2008 +0000 - - merge of '2b06dc463d88e9e0940158ceccab067e7cc497f7' - and '78183d1c12a5cd7f7980683cdf75c55d9cc453c6' - - Monotone-Parent: 2b06dc463d88e9e0940158ceccab067e7cc497f7 - Monotone-Parent: 78183d1c12a5cd7f7980683cdf75c55d9cc453c6 - Monotone-Revision: 465796f786a1b25ed73a3ba4064f4a51bf6f3a62 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-09-05T13:40:42 - Monotone-Branch: ca.inverse.sogo - -commit 85c50693ab1421d4f7b500b3f9e689fb4b793f14 -Merge: 6978ea9 f31c9e5 -Author: Ludovic Marcotte -Date: Fri Sep 5 13:26:55 2008 +0000 - - merge of '054094f9b080f4f9f4cda29e0be81cf14681bb8e' - and '5a3756ce927fd4f5ebc0d146f6dd71d1c08f81b9' - - Monotone-Parent: 054094f9b080f4f9f4cda29e0be81cf14681bb8e - Monotone-Parent: 5a3756ce927fd4f5ebc0d146f6dd71d1c08f81b9 - Monotone-Revision: 78183d1c12a5cd7f7980683cdf75c55d9cc453c6 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-09-05T13:26:55 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject+Draft.m commit 3bf2abab41c7178f5ea34be2cb10de1836ea6be2 Author: Wolfgang Sourdeau @@ -68913,6 +85280,9 @@ Date: Fri Sep 5 13:12:58 2008 +0000 Monotone-Date: 2008-09-05T13:12:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m + commit d82aaa615959578df9cae703223c252a032df57f Author: Wolfgang Sourdeau Date: Fri Sep 5 11:43:32 2008 +0000 @@ -68924,37 +85294,7 @@ Date: Fri Sep 5 11:43:32 2008 +0000 Monotone-Date: 2008-09-05T11:43:32 Monotone-Branch: ca.inverse.sogo -commit f31c9e54bd40a805db82696b3393f74154d394de -Merge: 3bf2aba 3782d28 -Author: Ludovic Marcotte -Date: Fri Sep 5 11:26:37 2008 +0000 - - merge of 'd0dc408cde2d2c26295711b91f59760222260c54' - and 'dbb95940faf0aead19daf176f22e0cd18debcef3' - - Monotone-Parent: d0dc408cde2d2c26295711b91f59760222260c54 - Monotone-Parent: dbb95940faf0aead19daf176f22e0cd18debcef3 - Monotone-Revision: 5a3756ce927fd4f5ebc0d146f6dd71d1c08f81b9 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-09-05T11:26:37 - Monotone-Branch: ca.inverse.sogo - -commit 3782d2871cdcd97d5cab684c11cc0ecaa4f2987b -Merge: 9a32abe 721d3fc -Author: Ludovic Marcotte -Date: Fri Sep 5 09:41:03 2008 +0000 - - merge of '0d9ecc5eae4ad9933bd54376cd8a7db508e6e0cb' - and '2c72d8da724d85fd836b547156f6c653ebb44991' - - Monotone-Parent: 0d9ecc5eae4ad9933bd54376cd8a7db508e6e0cb - Monotone-Parent: 2c72d8da724d85fd836b547156f6c653ebb44991 - Monotone-Revision: dbb95940faf0aead19daf176f22e0cd18debcef3 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-09-05T09:41:03 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoDragHandles.js commit 721d3fc61bbc50935dc76e825713c316424c285e Author: Wolfgang Sourdeau @@ -68967,21 +85307,7 @@ Date: Fri Sep 5 03:00:10 2008 +0000 Monotone-Date: 2008-09-05T03:00:10 Monotone-Branch: ca.inverse.sogo -commit a34edc3169c5848f4572836dae718208aa91851b -Merge: 4eac9ac b6ac93a -Author: Wolfgang Sourdeau -Date: Fri Sep 5 02:39:04 2008 +0000 - - merge of '721baf81426a46990c5c456d170347f03f502d1f' - and 'c4c5e180ad8506d04424626e6382fcd5b2b6a073' - - Monotone-Parent: 721baf81426a46990c5c456d170347f03f502d1f - Monotone-Parent: c4c5e180ad8506d04424626e6382fcd5b2b6a073 - Monotone-Revision: b68bf00d72134acbc6e4d38e8249c1c370f4da8d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-09-05T02:39:04 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailListView.wox commit 4eac9ac1e39bbbc8f96a654513594c1a9141d6bf Author: Wolfgang Sourdeau @@ -68994,6 +85320,9 @@ Date: Fri Sep 5 02:38:51 2008 +0000 Monotone-Date: 2008-09-05T02:38:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartAlternativeViewer.m + commit b6ac93ac8e772ce7220bde010daf33950c792575 Author: Francis Lachapelle Date: Fri Sep 5 02:12:56 2008 +0000 @@ -69007,6 +85336,13 @@ Date: Fri Sep 5 02:12:56 2008 +0000 Monotone-Date: 2008-09-05T02:12:56 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.js +A UI/WebServerResources/tablekit-sogo.js + commit 089b31362ed2b8f1b6f10daaa54845565338e694 Author: Wolfgang Sourdeau Date: Fri Sep 5 01:58:52 2008 +0000 @@ -69018,6 +85354,8 @@ Date: Fri Sep 5 01:58:52 2008 +0000 Monotone-Date: 2008-09-05T01:58:52 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailRenderingContext.m + commit ed9ebe829d8ba05dc4d9f6d5d9bba4c443771b24 Author: Wolfgang Sourdeau Date: Fri Sep 5 01:39:32 2008 +0000 @@ -69029,6 +85367,10 @@ Date: Fri Sep 5 01:39:32 2008 +0000 Monotone-Date: 2008-09-05T01:39:32 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.js + commit cd45df0b75458a771b2b302cd400bd5bb02eb8ba Author: Wolfgang Sourdeau Date: Fri Sep 5 00:19:21 2008 +0000 @@ -69040,21 +85382,8 @@ Date: Fri Sep 5 00:19:21 2008 +0000 Monotone-Date: 2008-09-05T00:19:21 Monotone-Branch: ca.inverse.sogo -commit 9a32abead52d17167854bfee23e68ecfe3cee6f8 -Merge: 76b90c0 32046a6 -Author: Ludovic Marcotte -Date: Thu Sep 4 18:46:49 2008 +0000 - - merge of '1360315b4068f2b44ac3bf8d5c6a78084349c0bb' - and '485f88abf48cd4cfca19756b2d50e4d01f48ed95' - - Monotone-Parent: 1360315b4068f2b44ac3bf8d5c6a78084349c0bb - Monotone-Parent: 485f88abf48cd4cfca19756b2d50e4d01f48ed95 - Monotone-Revision: 0d9ecc5eae4ad9933bd54376cd8a7db508e6e0cb - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-09-04T18:46:49 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailRenderingContext.m commit 32046a6d2e338a94b6a59183fe3431ff27daf81a Author: Wolfgang Sourdeau @@ -69067,6 +85396,9 @@ Date: Thu Sep 4 05:49:39 2008 +0000 Monotone-Date: 2008-09-04T05:49:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartTextViewer.m + commit 95bba25b95c5510b614776eb737bf891391cf420 Author: Wolfgang Sourdeau Date: Thu Sep 4 05:49:37 2008 +0000 @@ -69078,6 +85410,8 @@ Date: Thu Sep 4 05:49:37 2008 +0000 Monotone-Date: 2008-09-04T05:49:37 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff + commit 0cd3089513a39e5717d75597391130b4130f17ff Author: Wolfgang Sourdeau Date: Thu Sep 4 04:31:59 2008 +0000 @@ -69089,21 +85423,7 @@ Date: Thu Sep 4 04:31:59 2008 +0000 Monotone-Date: 2008-09-04T04:31:59 Monotone-Branch: ca.inverse.sogo -commit 76b90c0eee888a4ed730e127159dae344cb4425f -Merge: fd6598a 5e55bde -Author: Ludovic Marcotte -Date: Wed Sep 3 19:29:16 2008 +0000 - - merge of '34eb92128b8ce40ea590eedcbe2b203f173bb8f9' - and '350058ff37111e646407d97db552b5f4c9e96f90' - - Monotone-Parent: 34eb92128b8ce40ea590eedcbe2b203f173bb8f9 - Monotone-Parent: 350058ff37111e646407d97db552b5f4c9e96f90 - Monotone-Revision: 1360315b4068f2b44ac3bf8d5c6a78084349c0bb - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-09-03T19:29:16 - Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailView.m commit fd6598a238fb7bbf033df9051c311315800ec0f4 Author: Wolfgang Sourdeau @@ -69116,6 +85436,8 @@ Date: Wed Sep 3 18:45:37 2008 +0000 Monotone-Date: 2008-09-03T18:45:37 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit b0de6a364238da54b1db7d9c3f2968089621f214 Author: Wolfgang Sourdeau Date: Wed Sep 3 13:54:48 2008 +0000 @@ -69127,6 +85449,8 @@ Date: Wed Sep 3 13:54:48 2008 +0000 Monotone-Date: 2008-09-03T13:54:48 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 02a0c9eda297e38855a0a498d77d12b37c272456 Author: Wolfgang Sourdeau Date: Wed Sep 3 13:06:50 2008 +0000 @@ -69138,6 +85462,8 @@ Date: Wed Sep 3 13:06:50 2008 +0000 Monotone-Date: 2008-09-03T13:06:50 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff + commit d4c4706e41f406bd4c076a111ffafae04925e78f Author: Wolfgang Sourdeau Date: Wed Sep 3 12:50:51 2008 +0000 @@ -69149,21 +85475,7 @@ Date: Wed Sep 3 12:50:51 2008 +0000 Monotone-Date: 2008-09-03T12:50:51 Monotone-Branch: ca.inverse.sogo -commit 31208282adf20062411122322a3548fc52ce9934 -Merge: 6eab653 d7bc373 -Author: Francis Lachapelle -Date: Wed Sep 3 00:59:38 2008 +0000 - - merge of '99cc1bb593f4002d820b712345f3e8c1c9ba44ba' - and 'f3e67d9e89a56392eda98a27376616f0434cdfc3' - - Monotone-Parent: 99cc1bb593f4002d820b712345f3e8c1c9ba44ba - Monotone-Parent: f3e67d9e89a56392eda98a27376616f0434cdfc3 - Monotone-Revision: 745a249bd7392c99ed5da0cfe7038be08a2cd714 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-09-03T00:59:38 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js commit d7bc3736a20bdce5b1bc13f95e6cebcff0ee1aa2 Author: Francis Lachapelle @@ -69178,21 +85490,7 @@ Date: Wed Sep 3 00:59:16 2008 +0000 Monotone-Date: 2008-09-03T00:59:16 Monotone-Branch: ca.inverse.sogo -commit 5e55bdea7da875f5effd3d66fbb25b8371a2909a -Merge: 94891d3 6eab653 -Author: Ludovic Marcotte -Date: Tue Sep 2 22:25:01 2008 +0000 - - merge of '2b69d044a61bdcebe73dd14659a3edfec3fd3530' - and '99cc1bb593f4002d820b712345f3e8c1c9ba44ba' - - Monotone-Parent: 2b69d044a61bdcebe73dd14659a3edfec3fd3530 - Monotone-Parent: 99cc1bb593f4002d820b712345f3e8c1c9ba44ba - Monotone-Revision: 350058ff37111e646407d97db552b5f4c9e96f90 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-09-02T22:25:01 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js commit 55573ae613a83e346b42c6d34af9833da9986c23 Author: Francis Lachapelle @@ -69205,6 +85503,8 @@ Date: Tue Sep 2 21:16:35 2008 +0000 Monotone-Date: 2008-09-02T21:16:35 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 6eab6532b713803cadf7398ea6c9621b377acadb Author: Wolfgang Sourdeau Date: Tue Sep 2 20:57:23 2008 +0000 @@ -69216,6 +85516,8 @@ Date: Tue Sep 2 20:57:23 2008 +0000 Monotone-Date: 2008-09-02T20:57:23 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff + commit 5eadf6a93691280e75277bc74ea88b6d753a5cc3 Author: Francis Lachapelle Date: Tue Sep 2 20:52:09 2008 +0000 @@ -69229,6 +85531,8 @@ Date: Tue Sep 2 20:52:09 2008 +0000 Monotone-Date: 2008-09-02T20:52:09 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit cc1bd1abe5844e619eeaaef76ed0f94b5a0e479d Author: Francis Lachapelle Date: Tue Sep 2 19:15:58 2008 +0000 @@ -69242,6 +85546,8 @@ Date: Tue Sep 2 19:15:58 2008 +0000 Monotone-Date: 2008-09-02T19:15:58 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 6fa5b84ecd2383cf0088ef338cbc280ee47739e8 Author: Francis Lachapelle Date: Tue Sep 2 18:44:48 2008 +0000 @@ -69253,6 +85559,11 @@ Date: Tue Sep 2 18:44:48 2008 +0000 Monotone-Date: 2008-09-02T18:44:48 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailPopupView.js + commit 8a2f70f210b6f6a82eea881a83b16b7fe577c36b Author: Wolfgang Sourdeau Date: Tue Sep 2 04:02:46 2008 +0000 @@ -69264,6 +85575,9 @@ Date: Tue Sep 2 04:02:46 2008 +0000 Monotone-Date: 2008-09-02T04:02:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailManager.m + commit 5f355f57770540d29992c7f3cdca90d72f534bb2 Author: Wolfgang Sourdeau Date: Tue Sep 2 03:01:54 2008 +0000 @@ -69275,6 +85589,8 @@ Date: Tue Sep 2 03:01:54 2008 +0000 Monotone-Date: 2008-09-02T03:01:54 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff + commit 8c92eb542c1446b459e13226e090c5529eca275c Author: Wolfgang Sourdeau Date: Tue Sep 2 03:00:05 2008 +0000 @@ -69286,6 +85602,8 @@ Date: Tue Sep 2 03:00:05 2008 +0000 Monotone-Date: 2008-09-02T03:00:05 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff + commit 2a6198780392e14a3151ec86fc24eec13874330b Author: Wolfgang Sourdeau Date: Tue Sep 2 02:57:12 2008 +0000 @@ -69297,6 +85615,13 @@ Date: Tue Sep 2 02:57:12 2008 +0000 Monotone-Date: 2008-09-02T02:57:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBaseObject.m +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M UI/MailerUI/UIxMailActions.m +M UI/MailerUI/UIxMailEditor.m + commit ad5221ed0e5217fa7d9e79a15cbdd1daf8241bd0 Author: Wolfgang Sourdeau Date: Tue Sep 2 02:57:01 2008 +0000 @@ -69308,6 +85633,9 @@ Date: Tue Sep 2 02:57:01 2008 +0000 Monotone-Date: 2008-09-02T02:57:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailView.m + commit 6300e629377797722e808a258404f4c47fccdc0a Author: Wolfgang Sourdeau Date: Tue Sep 2 02:53:34 2008 +0000 @@ -69319,6 +85647,8 @@ Date: Tue Sep 2 02:53:34 2008 +0000 Monotone-Date: 2008-09-02T02:53:34 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/UIxComponent.m + commit 5b5a642ef6e09bc4b97608c246f3cdf52147b8e4 Author: Wolfgang Sourdeau Date: Tue Sep 2 02:53:08 2008 +0000 @@ -69330,6 +85660,9 @@ Date: Tue Sep 2 02:53:08 2008 +0000 Monotone-Date: 2008-09-02T02:53:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit c7e40104a9beaeb770615e1d8c235cc9c92973a0 Author: Wolfgang Sourdeau Date: Tue Sep 2 02:52:55 2008 +0000 @@ -69341,6 +85674,9 @@ Date: Tue Sep 2 02:52:55 2008 +0000 Monotone-Date: 2008-09-02T02:52:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit 95ec0e4a19876f304ba115379474e2b8d153ffdf Author: Wolfgang Sourdeau Date: Tue Sep 2 02:48:18 2008 +0000 @@ -69352,6 +85688,8 @@ Date: Tue Sep 2 02:48:18 2008 +0000 Monotone-Date: 2008-09-02T02:48:18 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPUserManager.m + commit 95643f0e3a26dc36a5410038a5dfdf599030e873 Author: Wolfgang Sourdeau Date: Mon Sep 1 17:31:40 2008 +0000 @@ -69363,6 +85701,9 @@ Date: Mon Sep 1 17:31:40 2008 +0000 Monotone-Date: 2008-09-01T17:31:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.m + commit 3353a468cc950de80c666e9f26934a30aa6b36e4 Author: Wolfgang Sourdeau Date: Mon Sep 1 16:49:13 2008 +0000 @@ -69374,6 +85715,8 @@ Date: Mon Sep 1 16:49:13 2008 +0000 Monotone-Date: 2008-09-01T16:49:13 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff + commit 3d986a1fdf5534c849edfbf3f98b323d9d443857 Author: Wolfgang Sourdeau Date: Mon Sep 1 13:38:36 2008 +0000 @@ -69385,6 +85728,8 @@ Date: Mon Sep 1 13:38:36 2008 +0000 Monotone-Date: 2008-09-01T13:38:36 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff + commit b53a8118e7e9aa785ecd46ed2f986ce358fb82c6 Author: Wolfgang Sourdeau Date: Mon Sep 1 13:21:27 2008 +0000 @@ -69396,6 +85741,8 @@ Date: Mon Sep 1 13:21:27 2008 +0000 Monotone-Date: 2008-09-01T13:21:27 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff + commit 344d0e00b3476c09d71d4bdd1dbee3ad2b58956b Author: Francis Lachapelle Date: Fri Aug 29 23:58:16 2008 +0000 @@ -69407,21 +85754,9 @@ Date: Fri Aug 29 23:58:16 2008 +0000 Monotone-Date: 2008-08-29T23:58:16 Monotone-Branch: ca.inverse.sogo -commit 94891d3e3f9de463e3590e58aea12a2a48642909 -Merge: d1a0696 344d0e0 -Author: Ludovic Marcotte -Date: Fri Aug 29 22:39:11 2008 +0000 - - merge of '68efb362b1c9c00b393ee099cf802bf8e59899b3' - and 'e273e1fc79bb27da2ab8838b78616c5fb161fd58' - - Monotone-Parent: 68efb362b1c9c00b393ee099cf802bf8e59899b3 - Monotone-Parent: e273e1fc79bb27da2ab8838b78616c5fb161fd58 - Monotone-Revision: 2b69d044a61bdcebe73dd14659a3edfec3fd3530 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-08-29T22:39:11 - Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactsListViewContainer.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/Scheduler/UIxCalMainView.m commit 89deab41e71ee335b6707032c43f74a1cb0aa10e Author: Wolfgang Sourdeau @@ -69434,6 +85769,9 @@ Date: Fri Aug 29 21:20:09 2008 +0000 Monotone-Date: 2008-08-29T21:20:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailView.m + commit aa33fb8a8ac7a4087603a9ed992316bbabf3e1da Author: Wolfgang Sourdeau Date: Fri Aug 29 21:19:11 2008 +0000 @@ -69445,21 +85783,7 @@ Date: Fri Aug 29 21:19:11 2008 +0000 Monotone-Date: 2008-08-29T21:19:11 Monotone-Branch: ca.inverse.sogo -commit d1a0696644c80b402b3ef636f48789501410f8e0 -Merge: f735b12 89deab4 -Author: Ludovic Marcotte -Date: Fri Aug 29 20:04:31 2008 +0000 - - merge of '2104587fdbf1ef7f22f0a0075957fc03091bfc19' - and '82068f0557914f395561a92071bea0e6791ac884' - - Monotone-Parent: 2104587fdbf1ef7f22f0a0075957fc03091bfc19 - Monotone-Parent: 82068f0557914f395561a92071bea0e6791ac884 - Monotone-Revision: 68efb362b1c9c00b393ee099cf802bf8e59899b3 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-08-29T20:04:31 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff commit 86b052485259ebb66991c7e2b144f3bf96a2ac38 Author: Wolfgang Sourdeau @@ -69472,21 +85796,7 @@ Date: Fri Aug 29 19:25:36 2008 +0000 Monotone-Date: 2008-08-29T19:25:36 Monotone-Branch: ca.inverse.sogo -commit f735b12109ad28a0262636f77223047581392263 -Merge: 7d558b6 86b0524 -Author: Ludovic Marcotte -Date: Fri Aug 29 18:11:50 2008 +0000 - - merge of '5189e429732909b3a5158c8920960d28c48e7129' - and 'dfc94cc52c59379dedd9711f5b27a4bb2429a045' - - Monotone-Parent: 5189e429732909b3a5158c8920960d28c48e7129 - Monotone-Parent: dfc94cc52c59379dedd9711f5b27a4bb2429a045 - Monotone-Revision: 2104587fdbf1ef7f22f0a0075957fc03091bfc19 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-08-29T18:11:50 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff commit 81e9c338a07af1dfba89239f2f6cc137be5a123c Author: Wolfgang Sourdeau @@ -69499,6 +85809,9 @@ Date: Fri Aug 29 17:33:19 2008 +0000 Monotone-Date: 2008-08-29T17:33:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit 8e9e8fc8038b147dd65e86f5e5eb36b9ed6af440 Author: Wolfgang Sourdeau Date: Fri Aug 29 02:49:43 2008 +0000 @@ -69510,6 +85823,9 @@ Date: Fri Aug 29 02:49:43 2008 +0000 Monotone-Date: 2008-08-29T02:49:43 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/UIxMailEditor.js + commit 943b77d12f13c8f91ddf504eee716f84e14a0675 Author: Wolfgang Sourdeau Date: Fri Aug 29 02:27:14 2008 +0000 @@ -69521,21 +85837,7 @@ Date: Fri Aug 29 02:27:14 2008 +0000 Monotone-Date: 2008-08-29T02:27:14 Monotone-Branch: ca.inverse.sogo -commit 7d558b6014f7f591b73baa81c1de5e5fbc666d9b -Merge: 8e9e8fc 9340137 -Author: Ludovic Marcotte -Date: Fri Aug 29 01:31:12 2008 +0000 - - merge of '24c2f8206b434e2894e6aa447358893a06cc7dc7' - and 'db14b32273f5bbb7059d1ab709579782acd5d82c' - - Monotone-Parent: 24c2f8206b434e2894e6aa447358893a06cc7dc7 - Monotone-Parent: db14b32273f5bbb7059d1ab709579782acd5d82c - Monotone-Revision: 5189e429732909b3a5158c8920960d28c48e7129 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-08-29T01:31:12 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff commit 8bcb73ad75bac170cfe651330be45c6279c7bfa0 Author: Wolfgang Sourdeau @@ -69548,21 +85850,7 @@ Date: Fri Aug 29 01:28:43 2008 +0000 Monotone-Date: 2008-08-29T01:28:43 Monotone-Branch: ca.inverse.sogo -commit 9340137d9ae664ae34aa5e99fba33e759ae689a4 -Merge: 33ebc24 943b77d -Author: Ludovic Marcotte -Date: Fri Aug 29 01:13:22 2008 +0000 - - merge of '1cd838ed13a348bd50dcdf6b2b52e78181132984' - and 'b3b6f425c01979bb9afdf39c7034dfd2131f4dd3' - - Monotone-Parent: 1cd838ed13a348bd50dcdf6b2b52e78181132984 - Monotone-Parent: b3b6f425c01979bb9afdf39c7034dfd2131f4dd3 - Monotone-Revision: db14b32273f5bbb7059d1ab709579782acd5d82c - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-08-29T01:13:22 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff commit 15856820e6925efa10b93c8a581f7793ceffe758 Author: Wolfgang Sourdeau @@ -69575,21 +85863,11 @@ Date: Fri Aug 29 00:31:27 2008 +0000 Monotone-Date: 2008-08-29T00:31:27 Monotone-Branch: ca.inverse.sogo -commit 33ebc2464e0c212a67671a622c7d330ddba62759 -Merge: 1585682 7479f03 -Author: Ludovic Marcotte -Date: Thu Aug 28 23:17:08 2008 +0000 - - merge of '1449e2ebb5ab61c8fe437cc2f486e1eea6a6f851' - and '41dc6a577f2466142d95218b1e0d9d242689638b' - - Monotone-Parent: 1449e2ebb5ab61c8fe437cc2f486e1eea6a6f851 - Monotone-Parent: 41dc6a577f2466142d95218b1e0d9d242689638b - Monotone-Revision: 1cd838ed13a348bd50dcdf6b2b52e78181132984 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-08-28T23:17:08 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoDraftObject.h +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/SOGo/LDAPUserManager.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m commit c34dcbd1b3d093c0d824c3a81b8acb4a6e2e9ec4 Author: Wolfgang Sourdeau @@ -69602,6 +85880,10 @@ Date: Thu Aug 28 21:44:49 2008 +0000 Monotone-Date: 2008-08-28T21:44:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailActions.m +M UI/WebServerResources/MailerUI.js + commit 5823cdfa4cc07096bd73a445254aaac16641b655 Author: Wolfgang Sourdeau Date: Thu Aug 28 21:25:02 2008 +0000 @@ -69613,6 +85895,11 @@ Date: Thu Aug 28 21:25:02 2008 +0000 Monotone-Date: 2008-08-28T21:25:02 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M UI/MailerUI/UIxMailView.m + commit c30a430881fa764a7f61961d2bf6bfde7ea858a5 Author: Francis Lachapelle Date: Thu Aug 28 20:42:55 2008 +0000 @@ -69624,21 +85911,7 @@ Date: Thu Aug 28 20:42:55 2008 +0000 Monotone-Date: 2008-08-28T20:42:55 Monotone-Branch: ca.inverse.sogo -commit 7479f03d1e1ffe5b270a3274de9fa4a276cc3744 -Merge: c34dcbd c96a047 -Author: Ludovic Marcotte -Date: Thu Aug 28 20:39:45 2008 +0000 - - merge of '2f0d42cca69230479f5caefd8f858f7923b64337' - and 'b23bdab0a580470a6bfc7c0c9434bf9cf10b3df9' - - Monotone-Parent: 2f0d42cca69230479f5caefd8f858f7923b64337 - Monotone-Parent: b23bdab0a580470a6bfc7c0c9434bf9cf10b3df9 - Monotone-Revision: 41dc6a577f2466142d95218b1e0d9d242689638b - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-08-28T20:39:45 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js commit beae1ffdb43259695b0ef989114285898b603db4 Author: Wolfgang Sourdeau @@ -69651,6 +85924,10 @@ Date: Thu Aug 28 17:22:36 2008 +0000 Monotone-Date: 2008-08-28T17:22:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox + commit 8a6ce84cb774aa1ad4bf97edc2dbc5b04954969e Author: Wolfgang Sourdeau Date: Thu Aug 28 15:53:33 2008 +0000 @@ -69662,21 +85939,7 @@ Date: Thu Aug 28 15:53:33 2008 +0000 Monotone-Date: 2008-08-28T15:53:33 Monotone-Branch: ca.inverse.sogo -commit c96a047534da58efd9a9aa1d06329ac7e6f5f217 -Merge: 8a6ce84 7c2fd6b -Author: Ludovic Marcotte -Date: Thu Aug 28 15:07:27 2008 +0000 - - merge of '649a1187cf216e088818ea020c5b497e84dd0fa4' - and 'c0371b2cf247262cea5e1c8f66d234a0da8d2a51' - - Monotone-Parent: 649a1187cf216e088818ea020c5b497e84dd0fa4 - Monotone-Parent: c0371b2cf247262cea5e1c8f66d234a0da8d2a51 - Monotone-Revision: b23bdab0a580470a6bfc7c0c9434bf9cf10b3df9 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-08-28T15:07:27 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js commit fcb174bdfd2544dee9d64b2cb1291fe23daa99d6 Author: Wolfgang Sourdeau @@ -69689,6 +85952,39 @@ Date: Thu Aug 28 14:48:45 2008 +0000 Monotone-Date: 2008-08-28T14:48:45 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/HTMLInputElement.js +M UI/WebServerResources/HTMLTableElement.js +M UI/WebServerResources/HTMLUListElement.js +M UI/WebServerResources/JavascriptAPIExtensions.js +M UI/WebServerResources/MailerUI+dTree.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDragAndDrop.js +M UI/WebServerResources/SOGoDragHandles.js +M UI/WebServerResources/SOGoRootPage.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAclEditor.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxCalUserRightsEditor.js +M UI/WebServerResources/UIxCalendarProperties.js +M UI/WebServerResources/UIxColorPicker.js +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/UIxContactEditor.js +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/UIxContactsUserRightsEditor.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailPopupView.js +M UI/WebServerResources/UIxMailToSelection.js +M UI/WebServerResources/UIxMailUserRightsEditor.js +M UI/WebServerResources/UIxMailView.js +M UI/WebServerResources/UIxOccurenceDialog.js +M UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/UIxRecurrenceEditor.js +M UI/WebServerResources/UIxTaskEditor.js +M UI/WebServerResources/generic.js + commit 70f4adbbf4b0e215e717aee211c5d8e8d8228c79 Author: Francis Lachapelle Date: Thu Aug 28 13:41:47 2008 +0000 @@ -69700,21 +85996,9 @@ Date: Thu Aug 28 13:41:47 2008 +0000 Monotone-Date: 2008-08-28T13:41:47 Monotone-Branch: ca.inverse.sogo -commit c654755f16797905924dcb9c73170d09f6fbfe2c -Merge: 4082b90 a4b9255 -Author: Wolfgang Sourdeau -Date: Wed Aug 27 22:59:47 2008 +0000 - - merge of '600e156688324637e9fcc6c445ab1c78a04e29ae' - and 'c13cadeadceb489f749246b2df80fd3f06819f1a' - - Monotone-Parent: 600e156688324637e9fcc6c445ab1c78a04e29ae - Monotone-Parent: c13cadeadceb489f749246b2df80fd3f06819f1a - Monotone-Revision: 7a41e9cfb146659d0f2177efca2b6e9bccc71dbc - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-08-27T22:59:47 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsUserFolders.wox +M UI/WebServerResources/UIxContactsUserFolders.css +M UI/WebServerResources/UIxContactsUserFolders.js commit 4082b90b53c8ca6521c5b8ddb25c0df55ea60330 Author: Wolfgang Sourdeau @@ -69727,6 +86011,8 @@ Date: Wed Aug 27 22:50:12 2008 +0000 Monotone-Date: 2008-08-27T22:50:12 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 03c2f778398cfcc9d35bd7cfdecb03b00b4644c5 Author: Wolfgang Sourdeau Date: Wed Aug 27 22:01:41 2008 +0000 @@ -69738,6 +86024,8 @@ Date: Wed Aug 27 22:01:41 2008 +0000 Monotone-Date: 2008-08-27T22:01:41 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 627c6dd0128cabdb32f2d2598380892136a846d2 Author: Wolfgang Sourdeau Date: Wed Aug 27 21:55:55 2008 +0000 @@ -69749,6 +86037,8 @@ Date: Wed Aug 27 21:55:55 2008 +0000 Monotone-Date: 2008-08-27T21:55:55 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.js + commit 00f1f8926ab04d37e649b1dd704f374ec18d0e92 Author: Wolfgang Sourdeau Date: Wed Aug 27 21:51:50 2008 +0000 @@ -69760,21 +86050,7 @@ Date: Wed Aug 27 21:51:50 2008 +0000 Monotone-Date: 2008-08-27T21:51:50 Monotone-Branch: ca.inverse.sogo -commit 7c2fd6b6e0dd630cdcd5f4f52dc350f2bd19adff -Merge: 4082b90 1a9b37a -Author: Ludovic Marcotte -Date: Wed Aug 27 21:39:26 2008 +0000 - - merge of '600e156688324637e9fcc6c445ab1c78a04e29ae' - and '9374fb611edb5c2d40dd2bd56bf78e3094c7ca16' - - Monotone-Parent: 600e156688324637e9fcc6c445ab1c78a04e29ae - Monotone-Parent: 9374fb611edb5c2d40dd2bd56bf78e3094c7ca16 - Monotone-Revision: c0371b2cf247262cea5e1c8f66d234a0da8d2a51 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-08-27T21:39:26 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1626.diff commit a4b9255232cf24024c64b960a61e0b15a48423cb Author: Francis Lachapelle @@ -69787,21 +86063,7 @@ Date: Wed Aug 27 20:57:18 2008 +0000 Monotone-Date: 2008-08-27T20:57:18 Monotone-Branch: ca.inverse.sogo -commit 1a9b37a04830a9774f2013b9a4b563dcc55f6fc3 -Merge: 627c6dd a4b9255 -Author: Ludovic Marcotte -Date: Wed Aug 27 20:42:21 2008 +0000 - - merge of '3ef512531577e1fefe46485057610ae57aade728' - and 'c13cadeadceb489f749246b2df80fd3f06819f1a' - - Monotone-Parent: 3ef512531577e1fefe46485057610ae57aade728 - Monotone-Parent: c13cadeadceb489f749246b2df80fd3f06819f1a - Monotone-Revision: 9374fb611edb5c2d40dd2bd56bf78e3094c7ca16 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-08-27T20:42:21 - Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/French.lproj/Localizable.strings commit b10614de5218927a64d85aafdf13abbcf965232c Author: Francis Lachapelle @@ -69814,6 +86076,12 @@ Date: Wed Aug 27 20:40:01 2008 +0000 Monotone-Date: 2008-08-27T20:40:01 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings + commit ef57e80fefe1b604064f8f7026354cda3ae4ec6e Author: Francis Lachapelle Date: Wed Aug 27 20:16:18 2008 +0000 @@ -69825,6 +86093,8 @@ Date: Wed Aug 27 20:16:18 2008 +0000 Monotone-Date: 2008-08-27T20:16:18 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 8e6a6950dad2d3949ab3e95d0e32a7abd9812de3 Author: Wolfgang Sourdeau Date: Wed Aug 27 19:59:39 2008 +0000 @@ -69836,6 +86106,9 @@ Date: Wed Aug 27 19:59:39 2008 +0000 Monotone-Date: 2008-08-27T19:59:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBodyPart.m + commit 045e3d12f2440df66d76ac8c1bd9b8b990a82f15 Author: Wolfgang Sourdeau Date: Wed Aug 27 15:44:42 2008 +0000 @@ -69847,6 +86120,9 @@ Date: Wed Aug 27 15:44:42 2008 +0000 Monotone-Date: 2008-08-27T15:44:42 Monotone-Branch: ca.inverse.sogo +D SOPE/sope-patchset-r1625.diff +A SOPE/sope-patchset-r1626.diff + commit f83b76b06c355d92a60f3a9d9ccc43b4f6687644 Author: Wolfgang Sourdeau Date: Wed Aug 27 14:35:11 2008 +0000 @@ -69858,6 +86134,8 @@ Date: Wed Aug 27 14:35:11 2008 +0000 Monotone-Date: 2008-08-27T14:35:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAclEditor.css + commit c7d986fce2accafa6ebfc6ce79cfd4201c324919 Author: Wolfgang Sourdeau Date: Wed Aug 27 14:25:55 2008 +0000 @@ -69869,6 +86147,9 @@ Date: Wed Aug 27 14:25:55 2008 +0000 Monotone-Date: 2008-08-27T14:25:55 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxAclEditor.wox +M UI/WebServerResources/UIxAclEditor.css + commit fadbf84e833df22594b19609bc8073d14dfa4d57 Author: Wolfgang Sourdeau Date: Tue Aug 26 21:01:41 2008 +0000 @@ -69880,6 +86161,8 @@ Date: Tue Aug 26 21:01:41 2008 +0000 Monotone-Date: 2008-08-26T21:01:41 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUserFolder.m + commit fd588d2a5c0dd5ab1dcdbd53e5042fea18739b63 Author: Francis Lachapelle Date: Tue Aug 26 20:08:36 2008 +0000 @@ -69891,6 +86174,8 @@ Date: Tue Aug 26 20:08:36 2008 +0000 Monotone-Date: 2008-08-26T20:08:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 3e85ecd8e62c37e8f4e9eef9e586f444e4d360c2 Author: Francis Lachapelle Date: Tue Aug 26 19:21:15 2008 +0000 @@ -69902,6 +86187,12 @@ Date: Tue Aug 26 19:21:15 2008 +0000 Monotone-Date: 2008-08-26T19:21:15 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/Templates/MainUI/SOGoRootPage.wox +M UI/WebServerResources/SOGoRootPage.css +M UI/WebServerResources/SOGoRootPage.js + commit 2be02b8f409a9fa7f15e0dcc1eefc3ca780c9f67 Author: Wolfgang Sourdeau Date: Tue Aug 26 19:13:41 2008 +0000 @@ -69913,6 +86204,14 @@ Date: Tue Aug 26 19:13:41 2008 +0000 Monotone-Date: 2008-08-26T19:13:41 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/Dutch.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/Italian.lproj/Localizable.strings +M UI/MailerUI/Spanish.lproj/Localizable.strings +M UI/WebServerResources/MailerUI.js + commit 1d493d553efaae52b097844c2c4a5f4a1fe251c6 Author: Wolfgang Sourdeau Date: Tue Aug 26 18:40:52 2008 +0000 @@ -69924,6 +86223,8 @@ Date: Tue Aug 26 18:40:52 2008 +0000 Monotone-Date: 2008-08-26T18:40:52 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 478f5234660ac026e093102cecc5894ac6b3eeeb Author: Wolfgang Sourdeau Date: Tue Aug 26 18:40:48 2008 +0000 @@ -69935,21 +86236,7 @@ Date: Tue Aug 26 18:40:48 2008 +0000 Monotone-Date: 2008-08-26T18:40:48 Monotone-Branch: ca.inverse.sogo -commit c2e7a5ae986a4170e580bc497459458030875f2b -Merge: 674e436 5876989 -Author: Wolfgang Sourdeau -Date: Tue Aug 26 17:42:24 2008 +0000 - - merge of '41b11d3b1b18c4d1c7da8ba97062c553d70d8596' - and 'b4d23e0ff0b98727a952a0a09a9cb7e312f3562a' - - Monotone-Parent: 41b11d3b1b18c4d1c7da8ba97062c553d70d8596 - Monotone-Parent: b4d23e0ff0b98727a952a0a09a9cb7e312f3562a - Monotone-Revision: 53112c079fc1cf21b6b08a3036256c983f01c96e - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-08-26T17:42:24 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.m commit 5876989e1d8c88c53bec812ebe8e9ddf28cfbb3a Author: Wolfgang Sourdeau @@ -69962,6 +86249,15 @@ Date: Tue Aug 26 17:42:03 2008 +0000 Monotone-Date: 2008-08-26T17:42:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoRootPage.h +M UI/MainUI/SOGoRootPage.m +M UI/SOGoUI/UIxComponent.m +M UI/Templates/MainUI/SOGoRootPage.wox +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/SOGoRootPage.css +M UI/WebServerResources/SOGoRootPage.js + commit 0227fd120e08148e3631d7de131796c56c95d8a6 Author: Wolfgang Sourdeau Date: Tue Aug 26 17:40:19 2008 +0000 @@ -69973,6 +86269,8 @@ Date: Tue Aug 26 17:40:19 2008 +0000 Monotone-Date: 2008-08-26T17:40:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 8f9d53726f0d992993590f1900d7f41d2d8b035c Author: Wolfgang Sourdeau Date: Tue Aug 26 17:40:02 2008 +0000 @@ -69984,6 +86282,18 @@ Date: Tue Aug 26 17:40:02 2008 +0000 Monotone-Date: 2008-08-26T17:40:02 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUserFolder.m +M UI/Common/Dutch.lproj/Localizable.strings +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/Common/Italian.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +M UI/SOGoUI/GNUmakefile +A UI/SOGoUI/UIxModuleAccessDenied.h +A UI/SOGoUI/UIxModuleAccessDenied.m +A UI/Templates/UIxModuleAccessDenied.wox + commit 674e43663152481ef184feeb55031e47ec66bb01 Author: Francis Lachapelle Date: Tue Aug 26 17:16:16 2008 +0000 @@ -69995,6 +86305,11 @@ Date: Tue Aug 26 17:16:16 2008 +0000 Monotone-Date: 2008-08-26T17:16:16 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailAccountActions.m +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/generic.js + commit 335d43c92c11fa29d4f1b9041e862a6a26d5063f Author: Ludovic Marcotte Date: Tue Aug 26 13:16:51 2008 +0000 @@ -70008,21 +86323,7 @@ Date: Tue Aug 26 13:16:51 2008 +0000 Monotone-Date: 2008-08-26T13:16:51 Monotone-Branch: ca.inverse.sogo -commit 2c7b0ea81769f6267a984af645d47baa7bdc21c6 -Merge: 2197646 1c41385 -Author: Ludovic Marcotte -Date: Tue Aug 26 10:55:00 2008 +0000 - - merge of '47c3ff1522958a2650c7b2b3d9d4407ed0d21510' - and '6c2ef11e5e4b49c1d4625ae51b0c61645dfeaed5' - - Monotone-Parent: 47c3ff1522958a2650c7b2b3d9d4407ed0d21510 - Monotone-Parent: 6c2ef11e5e4b49c1d4625ae51b0c61645dfeaed5 - Monotone-Revision: 0cce1c8355516f6fd78c9fc7bebd2d918235f6dd - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-08-26T10:55:00 - Monotone-Branch: ca.inverse.sogo +M NEWS commit 21976460d90540adf6246a3ca72f5fdbebf8f917 Author: Wolfgang Sourdeau @@ -70035,21 +86336,8 @@ Date: Tue Aug 26 03:26:42 2008 +0000 Monotone-Date: 2008-08-26T03:26:42 Monotone-Branch: ca.inverse.sogo -commit bb479b63d0ecf03ef074c9723059c9fe4bb5bf39 -Merge: f8ec753 6985721 -Author: Wolfgang Sourdeau -Date: Tue Aug 26 03:23:11 2008 +0000 - - merge of 'bbbcd22c1bfa8a23c1a03e53be92046ecec2a3b3' - and 'd2e102506b6eee11a573475e7277568977b959a5' - - Monotone-Parent: bbbcd22c1bfa8a23c1a03e53be92046ecec2a3b3 - Monotone-Parent: d2e102506b6eee11a573475e7277568977b959a5 - Monotone-Revision: 8c852e4b9e947a653debd71411c75952266f7034 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-08-26T03:23:11 - Monotone-Branch: ca.inverse.sogo +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings commit 6985721debe8681389ccba24501c7ceb419b3855 Author: Wolfgang Sourdeau @@ -70062,6 +86350,14 @@ Date: Tue Aug 26 03:15:35 2008 +0000 Monotone-Date: 2008-08-26T03:15:35 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/WebServerResources/ContactsUI.js + commit f8ec75340b05aa1dce3c492bdec72f1a86d75c0e Author: Francis Lachapelle Date: Tue Aug 26 00:22:18 2008 +0000 @@ -70073,21 +86369,9 @@ Date: Tue Aug 26 00:22:18 2008 +0000 Monotone-Date: 2008-08-26T00:22:18 Monotone-Branch: ca.inverse.sogo -commit 493bfd9594fc4627d0ebb68df63affc4d4e32ebe -Merge: e1c8f3f d8c42dc -Author: Wolfgang Sourdeau -Date: Mon Aug 25 20:54:06 2008 +0000 - - merge of 'a1c1eacbf93b1c77a04e617675b261da87d45947' - and 'b5081e44c9a03ab4fd5987c45fd8bf518f9c773f' - - Monotone-Parent: a1c1eacbf93b1c77a04e617675b261da87d45947 - Monotone-Parent: b5081e44c9a03ab4fd5987c45fd8bf518f9c773f - Monotone-Revision: 4996dd3cf01c2faa951ae04e44de3eb31194a326 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-08-25T20:54:06 - Monotone-Branch: ca.inverse.sogo +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/WebServerResources/ContactsUI.js commit fd0d28191e1cab1e6de0d3a0102e99368f569722 Author: Francis Lachapelle @@ -70100,6 +86384,10 @@ Date: Mon Aug 25 20:52:48 2008 +0000 Monotone-Date: 2008-08-25T20:52:48 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.m +M SoObjects/SOGo/SOGoFolder.m +M UI/WebServerResources/ContactsUI.js + commit e1c8f3ffe097789f45cadfe8252d3cd2ee16cfbd Author: Wolfgang Sourdeau Date: Mon Aug 25 20:45:42 2008 +0000 @@ -70111,37 +86399,7 @@ Date: Mon Aug 25 20:45:42 2008 +0000 Monotone-Date: 2008-08-25T20:45:42 Monotone-Branch: ca.inverse.sogo -commit 1c413857607eef71fd0e16cd86222cc1b9705747 -Merge: 493bfd9 19b96c4 -Author: Ludovic Marcotte -Date: Mon Aug 25 19:49:37 2008 +0000 - - merge of '4996dd3cf01c2faa951ae04e44de3eb31194a326' - and '80545770d33420a47df77acb284ef0203c16cd94' - - Monotone-Parent: 4996dd3cf01c2faa951ae04e44de3eb31194a326 - Monotone-Parent: 80545770d33420a47df77acb284ef0203c16cd94 - Monotone-Revision: 6c2ef11e5e4b49c1d4625ae51b0c61645dfeaed5 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-08-25T19:49:37 - Monotone-Branch: ca.inverse.sogo - -commit 19b96c43710719815dce140babcbf97b90ad7c7a -Merge: a36f003 e1c8f3f -Author: Ludovic Marcotte -Date: Mon Aug 25 19:48:00 2008 +0000 - - merge of '4b1cae6ed7b8c58f9cf2e2df5162ad6ed6ea12c0' - and 'a1c1eacbf93b1c77a04e617675b261da87d45947' - - Monotone-Parent: 4b1cae6ed7b8c58f9cf2e2df5162ad6ed6ea12c0 - Monotone-Parent: a1c1eacbf93b1c77a04e617675b261da87d45947 - Monotone-Revision: 80545770d33420a47df77acb284ef0203c16cd94 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-08-25T19:48:00 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js commit 7903686fe952797d774d7b67630a1bb2ad7f7000 Author: Wolfgang Sourdeau @@ -70154,6 +86412,8 @@ Date: Mon Aug 25 19:22:59 2008 +0000 Monotone-Date: 2008-08-25T19:22:59 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactEditor.m + commit 7d3bfdb5367aec5499b970e24c0a8a1d189a594d Author: Wolfgang Sourdeau Date: Mon Aug 25 19:22:00 2008 +0000 @@ -70165,21 +86425,7 @@ Date: Mon Aug 25 19:22:00 2008 +0000 Monotone-Date: 2008-08-25T19:22:00 Monotone-Branch: ca.inverse.sogo -commit a36f0030c79944bb7b621115cd80c92cab6722f4 -Merge: 7903686 d8c42dc -Author: Ludovic Marcotte -Date: Mon Aug 25 19:18:29 2008 +0000 - - merge of '39a02584d6f552b43a783fc48bc54d99f63c12d0' - and 'b5081e44c9a03ab4fd5987c45fd8bf518f9c773f' - - Monotone-Parent: 39a02584d6f552b43a783fc48bc54d99f63c12d0 - Monotone-Parent: b5081e44c9a03ab4fd5987c45fd8bf518f9c773f - Monotone-Revision: 4b1cae6ed7b8c58f9cf2e2df5162ad6ed6ea12c0 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2008-08-25T19:18:29 - Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactEditor.m commit acdce07ee0c69904b29d8ce2f4ac7d57aae20ae9 Author: Francis Lachapelle @@ -70192,6 +86438,14 @@ Date: Mon Aug 25 19:13:18 2008 +0000 Monotone-Date: 2008-08-25T19:13:18 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactEditor.m +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxCalendarSelector.m +M UI/Scheduler/UIxTaskEditor.m +M UI/Scheduler/product.plist +M UI/Templates/SchedulerUI/UIxCalendarSelector.wox +M UI/WebServerResources/SchedulerUI.js + commit d8c42dce6cf27e21bfa44c2cb1274f854b4103fb Author: Ludovic Marcotte Date: Mon Aug 25 18:38:42 2008 +0000 @@ -70205,6 +86459,8 @@ Date: Mon Aug 25 18:38:42 2008 +0000 Monotone-Date: 2008-08-25T18:38:42 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxComponentEditor.wox + commit 0b492ef0adcd97b58082401c76e6e1e8d734838a Author: Francis Lachapelle Date: Fri Aug 22 12:08:18 2008 +0000 @@ -70216,6 +86472,10 @@ Date: Fri Aug 22 12:08:18 2008 +0000 Monotone-Date: 2008-08-22T12:08:18 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactEditor.m +M UI/Contacts/product.plist +M UI/WebServerResources/SchedulerUI.js + commit 559f29f70276426a8300c7afc51584d0aefe8449 Author: Wolfgang Sourdeau Date: Mon Aug 25 18:12:09 2008 +0000 @@ -70227,6 +86487,14 @@ Date: Mon Aug 25 18:12:09 2008 +0000 Monotone-Date: 2008-08-25T18:12:09 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/WebServerResources/ContactsUI.js + commit cbcf1496064f7518d3a0773eea382085275eeb2b Author: Wolfgang Sourdeau Date: Mon Aug 25 17:53:27 2008 +0000 @@ -70238,6 +86506,9 @@ Date: Mon Aug 25 17:53:27 2008 +0000 Monotone-Date: 2008-08-25T17:53:27 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/UIxPreferences.js + commit 5b4594d20a0664f46884cc89700df9eb18c49f0f Author: Wolfgang Sourdeau Date: Mon Aug 25 12:58:58 2008 +0000 @@ -70249,21 +86520,7 @@ Date: Mon Aug 25 12:58:58 2008 +0000 Monotone-Date: 2008-08-25T12:58:58 Monotone-Branch: ca.inverse.sogo -commit e8de776baadfa467dcb0bb14c33000cbf0c82d4b -Merge: a1bda98 f573dc5 -Author: Wolfgang Sourdeau -Date: Sat Aug 23 03:24:41 2008 +0000 - - merge of '3ea5e4c3ab43c68fb675c5144a1c3378da620a48' - and '8bc0eb7c9fd973f77be1c3e110b5c04007734d45' - - Monotone-Parent: 3ea5e4c3ab43c68fb675c5144a1c3378da620a48 - Monotone-Parent: 8bc0eb7c9fd973f77be1c3e110b5c04007734d45 - Monotone-Revision: 7f553366431940f24edc82f10721c69c1a91a3c0 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-08-23T03:24:41 - Monotone-Branch: ca.inverse.sogo +D SOPE/sope-mime-nosort.diff commit f573dc5d0e0e39cf4cabd35cf93781d66d059358 Author: Wolfgang Sourdeau @@ -70276,6 +86533,8 @@ Date: Sat Aug 23 03:24:24 2008 +0000 Monotone-Date: 2008-08-23T03:24:24 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.js + commit a0de2d52f719804768ad54aab67195d11a253a08 Author: Wolfgang Sourdeau Date: Fri Aug 22 21:49:37 2008 +0000 @@ -70287,21 +86546,8 @@ Date: Fri Aug 22 21:49:37 2008 +0000 Monotone-Date: 2008-08-22T21:49:37 Monotone-Branch: ca.inverse.sogo -commit a6731b0cbf25354689fbea42fe012a8bd4ed15a7 -Merge: 01f9a83 17ee845 -Author: Wolfgang Sourdeau -Date: Fri Aug 22 21:25:24 2008 +0000 - - merge of '7add241a803ae2c2ee7ea4c1c708f60ef7e6498b' - and 'cf1274250eeb2ccd93241a351a17123c4a95cd31' - - Monotone-Parent: 7add241a803ae2c2ee7ea4c1c708f60ef7e6498b - Monotone-Parent: cf1274250eeb2ccd93241a351a17123c4a95cd31 - Monotone-Revision: 7e1e7d720fbae9469e69ee665a26293d48382280 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-08-22T21:25:24 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailRenderingContext.m commit 01f9a83bcaca3a18439ae0bab27379c9a5ce96e2 Author: Wolfgang Sourdeau @@ -70314,6 +86560,9 @@ Date: Fri Aug 22 21:25:01 2008 +0000 Monotone-Date: 2008-08-22T21:25:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactView.m + commit abdc5e8518a48f7fd4b7d7b4c77b2a96d5dd7f62 Author: Wolfgang Sourdeau Date: Fri Aug 22 20:04:10 2008 +0000 @@ -70325,6 +86574,8 @@ Date: Fri Aug 22 20:04:10 2008 +0000 Monotone-Date: 2008-08-22T20:04:10 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1625.diff + commit bd51263b3eff7d17e4197e9a9a02c91740d463ec Author: Wolfgang Sourdeau Date: Fri Aug 22 19:57:18 2008 +0000 @@ -70336,6 +86587,9 @@ Date: Fri Aug 22 19:57:18 2008 +0000 Monotone-Date: 2008-08-22T19:57:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDIFEntry.m + commit 17ee8456d6e0f57ddbbe2d067adcfb6d03b4f752 Author: Ludovic Marcotte Date: Fri Aug 22 19:55:40 2008 +0000 @@ -70349,6 +86603,15 @@ Date: Fri Aug 22 19:55:40 2008 +0000 Monotone-Date: 2008-08-22T19:55:40 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/Contacts/Toolbars/SOGoContactFolder.toolbar +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox + commit 4861dfab02fd30472a316034eef702c0b6b2bae7 Author: Wolfgang Sourdeau Date: Fri Aug 22 18:50:29 2008 +0000 @@ -70360,21 +86623,7 @@ Date: Fri Aug 22 18:50:29 2008 +0000 Monotone-Date: 2008-08-22T18:50:29 Monotone-Branch: ca.inverse.sogo -commit 7f03974b4f2fa109d7b2ebdd8dd8e5bfe2c8cc9b -Merge: 8fd3833 514ca96 -Author: Wolfgang Sourdeau -Date: Fri Aug 22 18:44:10 2008 +0000 - - merge of 'd5bcd77c68cb679b5a1b9a23a4cc86038b0e615e' - and 'ed0cae805a538abfe1c738e426b04f59baa43949' - - Monotone-Parent: d5bcd77c68cb679b5a1b9a23a4cc86038b0e615e - Monotone-Parent: ed0cae805a538abfe1c738e426b04f59baa43949 - Monotone-Revision: b1d9b0e8b48341b65d5f440bceeee81fb590bb3e - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-08-22T18:44:10 - Monotone-Branch: ca.inverse.sogo +M NEWS commit 8fd3833dd6a70edebb463a4d27fa2da1e3272641 Author: Wolfgang Sourdeau @@ -70387,6 +86636,18 @@ Date: Fri Aug 22 18:43:08 2008 +0000 Monotone-Date: 2008-08-22T18:43:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/GNUmakefile +A SoObjects/Mailer/SOGoHTMLMailBodyPart.m +M SoObjects/Mailer/SOGoMailBodyPart.m +M SoObjects/Mailer/product.plist +M SoObjects/SOGo/SOGoObject.m +M UI/MailPartViewers/UIxMailPartHTMLViewer.h +M UI/MailPartViewers/UIxMailPartHTMLViewer.m +M UI/MailPartViewers/product.plist +A UI/Templates/MailPartViewers/UIxMailPartExternalHTMLViewer.wox +A UI/WebServerResources/UIxMailPartExternalHTMLViewer.css + commit 7c129faf3dfddc35fce1c650abddd073b3d9cc68 Author: Wolfgang Sourdeau Date: Fri Aug 22 15:02:56 2008 +0000 @@ -70398,21 +86659,7 @@ Date: Fri Aug 22 15:02:56 2008 +0000 Monotone-Date: 2008-08-22T15:02:56 Monotone-Branch: ca.inverse.sogo -commit ee13e8f792cf49171d3ac977d2686ff3c2e0dee0 -Merge: e547ab3 4e8a929 -Author: Wolfgang Sourdeau -Date: Fri Aug 22 14:57:36 2008 +0000 - - merge of '1f97aa49aa118c4b104e4fc4fa9c4f6a320435e9' - and '81291ebd761827191a007b02ee603cd1f31fc8a3' - - Monotone-Parent: 1f97aa49aa118c4b104e4fc4fa9c4f6a320435e9 - Monotone-Parent: 81291ebd761827191a007b02ee603cd1f31fc8a3 - Monotone-Revision: 579be7a198049057f8c207da8274dadf1702c593 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-08-22T14:57:36 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1625.diff commit e547ab346bbb2293700cabe277eff19943519db6 Author: Wolfgang Sourdeau @@ -70425,6 +86672,8 @@ Date: Fri Aug 22 14:57:23 2008 +0000 Monotone-Date: 2008-08-22T14:57:23 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1625.diff + commit 98d60326385de88d04e5b06b7af72096d30a69b8 Author: Ludovic Marcotte Date: Fri Aug 22 13:52:24 2008 +0000 @@ -70438,6 +86687,12 @@ Date: Fri Aug 22 13:52:24 2008 +0000 Monotone-Date: 2008-08-22T13:52:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/NSData+Mail.m +M SoObjects/Mailer/NSString+Mail.m +M SoObjects/SOGo/NSString+Utilities.m +M UI/MailPartViewers/UIxMailPartMessageViewer.m + commit a1bda982f225ea7f0f1046c1aa29a06400944e6a Author: Francis Lachapelle Date: Fri Aug 22 06:44:27 2008 +0000 @@ -70449,6 +86704,16 @@ Date: Fri Aug 22 06:44:27 2008 +0000 Monotone-Date: 2008-08-22T06:44:27 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactEditor.h +M UI/Contacts/UIxContactEditor.m +M UI/Scheduler/UIxAppointmentEditor.h +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/UIxContactEditor.css + commit 514ca96ad42605851b0e62e52a403d7e0e6604c5 Author: Francis Lachapelle Date: Fri Aug 22 00:49:23 2008 +0000 @@ -70460,6 +86725,8 @@ Date: Fri Aug 22 00:49:23 2008 +0000 Monotone-Date: 2008-08-22T00:49:23 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.m + commit 4e8a929769c9a4db70ef578944e3db9658bd6517 Author: Francis Lachapelle Date: Thu Aug 21 23:35:34 2008 +0000 @@ -70471,24 +86738,9 @@ Date: Thu Aug 21 23:35:34 2008 +0000 Monotone-Date: 2008-08-21T23:35:34 Monotone-Branch: ca.inverse.sogo -commit c10afe743cb04ea9aae00b19a4c280736955afc5 -Merge: cbb99dc 4af9904 -Author: Ludovic Marcotte -Date: Thu Aug 21 22:01:23 2008 +0000 - - merge of '5115a135492e7714cb2a621cfb35a30ce246f20d' - and 'e61122c5a0ba3f7e5dfada968f88f155fc08bb40' - - Monotone-Parent: 5115a135492e7714cb2a621cfb35a30ce246f20d - Monotone-Parent: e61122c5a0ba3f7e5dfada968f88f155fc08bb40 - Monotone-Revision: a9323afc29bd494143d2c78639e7a02f3d3804cb - - Monotone-Author: ludovic@Sophos.ca - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-08-21T22:01:23 - Monotone-Date: 2008-08-22T14:42:00 - Monotone-Branch: ca.inverse.sogo - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSArray+Utilities.h +M SoObjects/SOGo/NSArray+Utilities.m +M SoObjects/SOGo/NSString+Utilities.m commit cbb99dc201ca0ca83f7930a654d3e842b387c888 Author: Francis Lachapelle @@ -70501,6 +86753,8 @@ Date: Thu Aug 21 21:46:11 2008 +0000 Monotone-Date: 2008-08-21T21:46:11 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.m + commit 4af99040b736726ef121b3867888326509d5fc8b Author: Ludovic Marcotte Date: Thu Aug 21 21:40:48 2008 +0000 @@ -70514,6 +86768,9 @@ Date: Thu Aug 21 21:40:48 2008 +0000 Monotone-Date: 2008-08-21T21:40:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPUserManager.m + commit be982cdc3540fa375678b7cdf28cb74876cd7231 Author: Francis Lachapelle Date: Thu Aug 21 21:40:28 2008 +0000 @@ -70525,6 +86782,10 @@ Date: Thu Aug 21 21:40:28 2008 +0000 Monotone-Date: 2008-08-21T21:40:28 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSArray+Utilities.h +M SoObjects/SOGo/NSArray+Utilities.m +M SoObjects/SOGo/NSString+Utilities.m + commit d9c815dc40e1ff147fa18e7c7026e4a442d6fc7a Author: Wolfgang Sourdeau Date: Thu Aug 21 20:46:26 2008 +0000 @@ -70536,6 +86797,8 @@ Date: Thu Aug 21 20:46:26 2008 +0000 Monotone-Date: 2008-08-21T20:46:26 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 622ea34323f48809588e3175b5a5100ed579b0ed Author: Francis Lachapelle Date: Thu Aug 21 19:06:05 2008 +0000 @@ -70547,6 +86810,10 @@ Date: Thu Aug 21 19:06:05 2008 +0000 Monotone-Date: 2008-08-21T19:06:05 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/generic.js + commit f168a1236d48fe86063478fb07f87331d4d952d4 Author: Wolfgang Sourdeau Date: Thu Aug 21 19:19:34 2008 +0000 @@ -70558,6 +86825,8 @@ Date: Thu Aug 21 19:19:34 2008 +0000 Monotone-Date: 2008-08-21T19:19:34 Monotone-Branch: ca.inverse.sogo +M NEWS + commit b08912c973db278acf07e454f3a62535739bb685 Author: Wolfgang Sourdeau Date: Thu Aug 21 19:19:11 2008 +0000 @@ -70569,6 +86838,8 @@ Date: Thu Aug 21 19:19:11 2008 +0000 Monotone-Date: 2008-08-21T19:19:11 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPSource.m + commit a7bbef355c4c2f0ed4a96086e85b495ae01ca45c Author: Wolfgang Sourdeau Date: Thu Aug 21 19:17:38 2008 +0000 @@ -70580,6 +86851,10 @@ Date: Thu Aug 21 19:17:38 2008 +0000 Monotone-Date: 2008-08-21T19:17:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m + commit be9a46931388e29d26170ba0f3636016ef4d7939 Author: Ludovic Marcotte Date: Thu Aug 21 17:46:17 2008 +0000 @@ -70593,21 +86868,49 @@ Date: Thu Aug 21 17:46:17 2008 +0000 Monotone-Date: 2008-08-21T17:46:17 Monotone-Branch: ca.inverse.sogo -commit 658eb1ee87c79c90296c7d108d43235e4912bfda -Merge: 23486d0 dd7412c -Author: Francis Lachapelle -Date: Thu Aug 21 17:42:51 2008 +0000 - - merge of '4ecd3497cd5054a2a36581280fa018f7c4d761de' - and 'd3e2768d395c5117bc0c0e5ce9913f9cea531223' - - Monotone-Parent: 4ecd3497cd5054a2a36581280fa018f7c4d761de - Monotone-Parent: d3e2768d395c5117bc0c0e5ce9913f9cea531223 - Monotone-Revision: f6a08c3b1afc336cd35006c90d8dbf33e7f88bf1 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-08-21T17:42:51 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/Toolbars/SOGoMailObject.toolbar +M UI/MailerUI/product.plist +M UI/WebServerResources/MailerUI+dTree.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/day-view.png +M UI/WebServerResources/edit.png +M UI/WebServerResources/goto-today.png +M UI/WebServerResources/month-view.png +M UI/WebServerResources/new-card.png +M UI/WebServerResources/new-event.png +M UI/WebServerResources/new-list.png +M UI/WebServerResources/new-task.png +M UI/WebServerResources/properties.png +M UI/WebServerResources/tb-compose-attach-flat-24x24.png +M UI/WebServerResources/tb-compose-contacts-flat-24x24.png +M UI/WebServerResources/tb-compose-save-flat-24x24.png +M UI/WebServerResources/tb-compose-send-flat-24x24.png +M UI/WebServerResources/tb-mail-addressbook-flat-24x24.png +M UI/WebServerResources/tb-mail-delete-flat-24x24.png +M UI/WebServerResources/tb-mail-file-flat-24x24.png +M UI/WebServerResources/tb-mail-forward-flat-24x24.png +M UI/WebServerResources/tb-mail-getmail-flat-24x24.png +M UI/WebServerResources/tb-mail-print-flat-24x24.png +M UI/WebServerResources/tb-mail-reply-flat-24x24.png +M UI/WebServerResources/tb-mail-replyall-flat-24x24.png +M UI/WebServerResources/tb-mail-write-flat-24x24.png +D UI/WebServerResources/tbtv_account_17x17.gif +A UI/WebServerResources/tbtv_account_17x17.png +D UI/WebServerResources/tbtv_drafts_17x17.gif +A UI/WebServerResources/tbtv_drafts_17x17.png +D UI/WebServerResources/tbtv_inbox_17x17.gif +A UI/WebServerResources/tbtv_inbox_17x17.png +D UI/WebServerResources/tbtv_leaf_corner_17x17.gif +A UI/WebServerResources/tbtv_leaf_corner_17x17.png +D UI/WebServerResources/tbtv_sent_17x17.gif +A UI/WebServerResources/tbtv_sent_17x17.png +D UI/WebServerResources/tbtv_trash_17x17.gif +A UI/WebServerResources/tbtv_trash_17x17.png +M UI/WebServerResources/week-view.png +M UI/WebServerResources/write-message.png +M UI/WebServerResources/write.png commit dd7412cbf18023936c7f627f6d12582450a9330f Author: Francis Lachapelle @@ -70620,6 +86923,10 @@ Date: Thu Aug 21 17:42:31 2008 +0000 Monotone-Date: 2008-08-21T17:42:31 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactView.h +M UI/Contacts/UIxContactView.m +M UI/MailerUI/UIxMailMainFrame.m + commit 23486d0218b4b3a9e8f8d846b40ec4e896843ca9 Author: Wolfgang Sourdeau Date: Thu Aug 21 16:07:56 2008 +0000 @@ -70631,21 +86938,10 @@ Date: Thu Aug 21 16:07:56 2008 +0000 Monotone-Date: 2008-08-21T16:07:56 Monotone-Branch: ca.inverse.sogo -commit 4215ddc817f20aca6b6c37903d2b345c3451e5df -Merge: 4cec73a 6665b3c -Author: Wolfgang Sourdeau -Date: Thu Aug 21 15:56:11 2008 +0000 - - merge of '521ea089e2f431d8a0e1e6c022b351e76fbe5621' - and 'f0e213596b61da3ea457a1a0a14230911c3b4fe6' - - Monotone-Parent: 521ea089e2f431d8a0e1e6c022b351e76fbe5621 - Monotone-Parent: f0e213596b61da3ea457a1a0a14230911c3b4fe6 - Monotone-Revision: bef1f662e1701b836a89ce52809aac40d4c7a964 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-08-21T15:56:11 - Monotone-Branch: ca.inverse.sogo +D UI/WebServerResources/apt_icon_private.gif +D UI/WebServerResources/corner_right.gif +D UI/WebServerResources/invisible_space_2.gif +D UI/WebServerResources/tbtb_anais.png commit 4cec73a91334e7723d815d5ac18f589dc12d2c16 Author: Wolfgang Sourdeau @@ -70658,6 +86954,165 @@ Date: Thu Aug 21 15:55:42 2008 +0000 Monotone-Date: 2008-08-21T15:55:42 Monotone-Branch: ca.inverse.sogo +D UI/WebServerResources/OGoLogo.gif +D UI/WebServerResources/alarm.png +D UI/WebServerResources/box_botleft.gif +D UI/WebServerResources/box_botright.gif +D UI/WebServerResources/box_bottom.gif +D UI/WebServerResources/box_left.gif +D UI/WebServerResources/box_right.gif +D UI/WebServerResources/box_top.gif +D UI/WebServerResources/box_topleft.gif +D UI/WebServerResources/box_topright.gif +D UI/WebServerResources/chair.png +D UI/WebServerResources/delete.png +D UI/WebServerResources/downstairs.gif +D UI/WebServerResources/downward_sorted.gif +D UI/WebServerResources/icon_mark_flagged.gif +D UI/WebServerResources/icon_mark_read.gif +D UI/WebServerResources/icon_mark_unflagged.gif +D UI/WebServerResources/icon_mark_unread.gif +D UI/WebServerResources/icon_popupcalendar.gif +D UI/WebServerResources/icon_view_chart.gif +D UI/WebServerResources/icon_view_chart_inactive.gif +D UI/WebServerResources/icon_view_columns.gif +D UI/WebServerResources/icon_view_columns_inactive.gif +D UI/WebServerResources/icon_view_list.gif +D UI/WebServerResources/icon_view_list_inactive.gif +D UI/WebServerResources/icon_view_overview.gif +D UI/WebServerResources/icon_view_overview_inactive.gif +D UI/WebServerResources/line_left.gif +D UI/WebServerResources/line_right.gif +D UI/WebServerResources/line_stretch.gif +D UI/WebServerResources/manage-newsgroups.png +D UI/WebServerResources/manage-rss.png +D UI/WebServerResources/menu_logo_top.gif +D UI/WebServerResources/message-mail-read.png +D UI/WebServerResources/multiweek-view.png +D UI/WebServerResources/next_week.gif +D UI/WebServerResources/optional-participant.png +D UI/WebServerResources/previous_week.gif +D UI/WebServerResources/repeat-16.png +D UI/WebServerResources/required-participant.png +D UI/WebServerResources/select_arrow.gif +D UI/WebServerResources/select_arrow_down.gif +D UI/WebServerResources/select_arrow_over.gif +D UI/WebServerResources/tab_center_active.gif +D UI/WebServerResources/tb-ab-delete-flat-24x24.png +D UI/WebServerResources/tb-ab-delete-high-24x24.png +D UI/WebServerResources/tb-ab-delete-off-24x24.png +D UI/WebServerResources/tb-ab-instantmessage-flat-24x24.png +D UI/WebServerResources/tb-ab-instantmessage-high-24x24.png +D UI/WebServerResources/tb-ab-instantmessage-off-24x24.png +D UI/WebServerResources/tb-ab-newcard-flat-24x24.png +D UI/WebServerResources/tb-ab-newcard-high-24x24.png +D UI/WebServerResources/tb-ab-newcard-off-24x24.png +D UI/WebServerResources/tb-ab-newlist-flat-24x24.png +D UI/WebServerResources/tb-ab-newlist-high-24x24.png +D UI/WebServerResources/tb-ab-newlist-off-24x24.png +D UI/WebServerResources/tb-ab-properties-high-24x24.png +D UI/WebServerResources/tb-ab-properties-off-24x24.png +D UI/WebServerResources/tb-ab-write-flat-24x24.png +D UI/WebServerResources/tb-ab-write-high-24x24.png +D UI/WebServerResources/tb-ab-write-off-24x24.png +D UI/WebServerResources/tb-compose-attach-high-24x24.png +D UI/WebServerResources/tb-compose-attach-off-24x24.png +D UI/WebServerResources/tb-compose-contacts-high-24x24.png +D UI/WebServerResources/tb-compose-contacts-off-24x24.png +D UI/WebServerResources/tb-compose-copy-flat-24x24.png +D UI/WebServerResources/tb-compose-copy-high-24x24.png +D UI/WebServerResources/tb-compose-copy-off-24x24.png +D UI/WebServerResources/tb-compose-cut-flat-24x24.png +D UI/WebServerResources/tb-compose-cut-high-24x24.png +D UI/WebServerResources/tb-compose-cut-off-24x24.png +D UI/WebServerResources/tb-compose-paste-flat-24x24.png +D UI/WebServerResources/tb-compose-paste-high-24x24.png +D UI/WebServerResources/tb-compose-paste-off-24x24.png +D UI/WebServerResources/tb-compose-quote-flat-24x24.png +D UI/WebServerResources/tb-compose-quote-high-24x24.png +D UI/WebServerResources/tb-compose-quote-off-24x24.png +D UI/WebServerResources/tb-compose-save-high-24x24.png +D UI/WebServerResources/tb-compose-save-off-24x24.png +D UI/WebServerResources/tb-compose-security-high-24x24.png +D UI/WebServerResources/tb-compose-security-off-24x24.png +D UI/WebServerResources/tb-compose-send-high-24x24.png +D UI/WebServerResources/tb-compose-send-off-24x24.png +D UI/WebServerResources/tb-compose-spell-flat-24x24.png +D UI/WebServerResources/tb-compose-spell-high-24x24.png +D UI/WebServerResources/tb-compose-spell-off-24x24.png +D UI/WebServerResources/tb-mail-addressbook-high-24x24.png +D UI/WebServerResources/tb-mail-addressbook-off-24x24.png +D UI/WebServerResources/tb-mail-delete-high-24x24.png +D UI/WebServerResources/tb-mail-delete-off-24x24.png +D UI/WebServerResources/tb-mail-file-high-24x24.png +D UI/WebServerResources/tb-mail-file-off-24x24.png +D UI/WebServerResources/tb-mail-forward-high-24x24.png +D UI/WebServerResources/tb-mail-forward-off-24x24.png +D UI/WebServerResources/tb-mail-getmail-high-24x24.png +D UI/WebServerResources/tb-mail-getmail-off-24x24.png +D UI/WebServerResources/tb-mail-junk-high-24x24.png +D UI/WebServerResources/tb-mail-junk-off-24x24.png +D UI/WebServerResources/tb-mail-mark-flat-24x24.png +D UI/WebServerResources/tb-mail-mark-high-24x24.png +D UI/WebServerResources/tb-mail-mark-off-24x24.png +D UI/WebServerResources/tb-mail-next-flat-24x24.png +D UI/WebServerResources/tb-mail-next-high-24x24.png +D UI/WebServerResources/tb-mail-next-off-24x24.png +D UI/WebServerResources/tb-mail-prev-flat-24x24.png +D UI/WebServerResources/tb-mail-prev-high-24x24.png +D UI/WebServerResources/tb-mail-prev-off-24x24.png +D UI/WebServerResources/tb-mail-print-high-24x24.png +D UI/WebServerResources/tb-mail-print-off-24x24.png +D UI/WebServerResources/tb-mail-reply-high-24x24.png +D UI/WebServerResources/tb-mail-reply-off-24x24.png +D UI/WebServerResources/tb-mail-replyall-high-24x24.png +D UI/WebServerResources/tb-mail-replyall-off-24x24.png +D UI/WebServerResources/tb-mail-stop-high-24x24.png +D UI/WebServerResources/tb-mail-stop-off-24x24.png +D UI/WebServerResources/tb-mail-write-high-24x24.png +D UI/WebServerResources/tb-mail-write-off-24x24.png +D UI/WebServerResources/tbtb_addressbook.png +D UI/WebServerResources/tbtb_compose.png +D UI/WebServerResources/tbtb_compose_addressbook_30x30.png +D UI/WebServerResources/tbtb_compose_attach_30x30.png +D UI/WebServerResources/tbtb_compose_clip_30x30.png +D UI/WebServerResources/tbtb_compose_cut_30x30.png +D UI/WebServerResources/tbtb_compose_dup_30x30.png +D UI/WebServerResources/tbtb_compose_file_30x30.png +D UI/WebServerResources/tbtb_compose_lock_30x30.png +D UI/WebServerResources/tbtb_compose_quote_30x30.png +D UI/WebServerResources/tbtb_compose_send_30x30.png +D UI/WebServerResources/tbtb_compose_spell_30x30.png +D UI/WebServerResources/tbtb_delete.png +D UI/WebServerResources/tbtb_deletedoc.png +D UI/WebServerResources/tbtb_filetofolder.png +D UI/WebServerResources/tbtb_folderadd.png +D UI/WebServerResources/tbtb_folderdel.png +D UI/WebServerResources/tbtb_forward.png +D UI/WebServerResources/tbtb_getmail.png +D UI/WebServerResources/tbtb_next.png +D UI/WebServerResources/tbtb_previous.png +D UI/WebServerResources/tbtb_print.png +D UI/WebServerResources/tbtb_reply.png +D UI/WebServerResources/tbtb_replyall.png +D UI/WebServerResources/tbtb_search.png +D UI/WebServerResources/tbtb_trash.png +D UI/WebServerResources/tbtv_space_17x17.gif +D UI/WebServerResources/title_config.png +D UI/WebServerResources/title_junk.png +D UI/WebServerResources/title_thread.png +D UI/WebServerResources/treeview_corner.gif +D UI/WebServerResources/treeview_corner_minus.gif +D UI/WebServerResources/treeview_corner_plus.gif +D UI/WebServerResources/treeview_junction.gif +D UI/WebServerResources/treeview_leaf.gif +D UI/WebServerResources/treeview_leaf_corner.gif +D UI/WebServerResources/treeview_line.gif +D UI/WebServerResources/treeview_minus.gif +D UI/WebServerResources/treeview_plus.gif +D UI/WebServerResources/treeview_space.gif +D UI/WebServerResources/upward_sorted.gif + commit 6665b3c5835289b73b6bf9b50385ebb793e07f44 Author: Francis Lachapelle Date: Thu Aug 21 15:30:51 2008 +0000 @@ -70669,6 +87124,9 @@ Date: Thu Aug 21 15:30:51 2008 +0000 Monotone-Date: 2008-08-21T15:30:51 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/tablekit.js + commit 7f1587466903afb695473334fc7747e10a4e18bb Author: Francis Lachapelle Date: Thu Aug 21 14:35:02 2008 +0000 @@ -70680,6 +87138,8 @@ Date: Thu Aug 21 14:35:02 2008 +0000 Monotone-Date: 2008-08-21T14:35:02 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit 83cf17fe2bc52a731db05ca59d361d9fcaf6f0aa Author: Wolfgang Sourdeau Date: Thu Aug 21 03:03:47 2008 +0000 @@ -70691,6 +87151,9 @@ Date: Thu Aug 21 03:03:47 2008 +0000 Monotone-Date: 2008-08-21T03:03:47 Monotone-Branch: ca.inverse.sogo +M Scripts/sogo-init.d-redhat +M Scripts/sogod-wrapper + commit 4c7d2820ecfd5d47adde5ed0e0c9b2436c1f8b7e Author: Wolfgang Sourdeau Date: Thu Aug 21 02:36:04 2008 +0000 @@ -70702,6 +87165,21 @@ Date: Thu Aug 21 02:36:04 2008 +0000 Monotone-Date: 2008-08-21T02:36:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/GNUmakefile +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +A UI/PreferencesUI/UIxAdditionalPreferences.h +A UI/PreferencesUI/UIxAdditionalPreferences.m +M UI/PreferencesUI/UIxPreferences.m +A UI/Templates/PreferencesUI/UIxAdditionalPreferences.wox +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.js + commit e9c35d8950feb3f38c4b8674142c5f370f11e7f3 Author: Wolfgang Sourdeau Date: Thu Aug 21 02:34:23 2008 +0000 @@ -70713,6 +87191,11 @@ Date: Thu Aug 21 02:34:23 2008 +0000 Monotone-Date: 2008-08-21T02:34:23 Monotone-Branch: ca.inverse.sogo +M UI/Common/bundle-info.plist +M UI/SOGoUI/GNUmakefile +D UI/SOGoUI/SOGoJSStringFormatter.h +D UI/SOGoUI/SOGoJSStringFormatter.m + commit dd381b906ba1b67655dd8165273f5f171cea1300 Author: Francis Lachapelle Date: Tue Aug 19 11:31:56 2008 +0000 @@ -70724,6 +87207,8 @@ Date: Tue Aug 19 11:31:56 2008 +0000 Monotone-Date: 2008-08-19T11:31:56 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit aa4c2ab572e5333f03a15f225c6f31355ce3a370 Author: Francis Lachapelle Date: Tue Aug 19 08:22:13 2008 +0000 @@ -70735,21 +87220,10 @@ Date: Tue Aug 19 08:22:13 2008 +0000 Monotone-Date: 2008-08-19T08:22:13 Monotone-Branch: ca.inverse.sogo -commit a708bdf8843c3905c47d4b23a571c6dc8e328fad -Merge: 0c0468b 3426625 -Author: Wolfgang Sourdeau -Date: Wed Aug 20 03:21:56 2008 +0000 - - merge of 'cded9d054f382c35639adc8d80f8c14c45e362fa' - and 'da8c27f53557345f2f6856fdca0d8fabd1d3bdef' - - Monotone-Parent: cded9d054f382c35639adc8d80f8c14c45e362fa - Monotone-Parent: da8c27f53557345f2f6856fdca0d8fabd1d3bdef - Monotone-Revision: 269157ada9f8016d29a05a36bd61e71ac035ae88 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-08-20T03:21:56 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalendarProperties.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxCalendarProperties.css +M UI/WebServerResources/iefixes.css commit 342662549e7b2f05e28af86423aac89b208f538e Author: Wolfgang Sourdeau @@ -70762,6 +87236,27 @@ Date: Wed Aug 20 03:21:33 2008 +0000 Monotone-Date: 2008-08-20T03:21:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/GNUmakefile +M UI/Common/Italian.lproj/Localizable.strings +M UI/Common/Spanish.lproj/Localizable.strings +D UI/Common/UIxElemBuilder.m +M UI/Common/UIxPageFrame.h +M UI/Common/UIxPageFrame.m +D UI/Common/common.h +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/GNUmakefile +M UI/MainUI/Italian.lproj/Localizable.strings +A UI/MainUI/SOGoBrowsersPanel.h +A UI/MainUI/SOGoBrowsersPanel.m +M UI/MainUI/Spanish.lproj/Localizable.strings +A UI/Templates/MainUI/SOGoBrowsersPanel.wox +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/SOGoRootPage.css + commit 92a24808bd48be7036087c7d4a78c5bd176eb15e Author: Wolfgang Sourdeau Date: Tue Aug 19 14:48:30 2008 +0000 @@ -70773,6 +87268,9 @@ Date: Tue Aug 19 14:48:30 2008 +0000 Monotone-Date: 2008-08-19T14:48:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m + commit 0c0468bcb1f7f14eafc69fc3c29153931e56a647 Author: Francis Lachapelle Date: Tue Aug 19 00:46:10 2008 +0000 @@ -70784,6 +87282,9 @@ Date: Tue Aug 19 00:46:10 2008 +0000 Monotone-Date: 2008-08-19T00:46:10 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/WebServerResources/MailerUI.js + commit 0bede69b362014318edc727b18f554c6192bd952 Author: Francis Lachapelle Date: Mon Aug 18 22:45:59 2008 +0000 @@ -70795,6 +87296,17 @@ Date: Mon Aug 18 22:45:59 2008 +0000 Monotone-Date: 2008-08-18T22:45:59 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/product.plist +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/Templates/SchedulerUI/UIxCalMonthView.wox +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +A UI/WebServerResources/dialog-left.png +A UI/WebServerResources/dialog-right.png +M UI/WebServerResources/generic.js + commit 5f2d61a0d7200ba0dea3a181034b30d8c20679c8 Author: Wolfgang Sourdeau Date: Mon Aug 18 20:26:13 2008 +0000 @@ -70806,6 +87318,8 @@ Date: Mon Aug 18 20:26:13 2008 +0000 Monotone-Date: 2008-08-18T20:26:13 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 82b3004ced0e2308e17470f882bfadb2f8e27e7e Author: Wolfgang Sourdeau Date: Mon Aug 18 19:01:02 2008 +0000 @@ -70817,6 +87331,11 @@ Date: Mon Aug 18 19:01:02 2008 +0000 Monotone-Date: 2008-08-18T19:01:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/NSString+Mail.h +M SoObjects/Mailer/NSString+Mail.m +M SoObjects/Mailer/SOGoDraftObject.m + commit b07b855a920dbe7d516e98044aaaea78bfcb4369 Author: Wolfgang Sourdeau Date: Mon Aug 18 18:56:18 2008 +0000 @@ -70828,6 +87347,8 @@ Date: Mon Aug 18 18:56:18 2008 +0000 Monotone-Date: 2008-08-18T18:56:18 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1625.diff + commit b22b573a0bea738b13ed3947e1ece97edc951826 Author: Wolfgang Sourdeau Date: Mon Aug 18 15:40:56 2008 +0000 @@ -70839,21 +87360,7 @@ Date: Mon Aug 18 15:40:56 2008 +0000 Monotone-Date: 2008-08-18T15:40:56 Monotone-Branch: ca.inverse.sogo -commit eb1cda981d5ac515ea7bf2a58d2a17a4190b0512 -Merge: b324d37 cd938f4 -Author: Wolfgang Sourdeau -Date: Mon Aug 18 15:28:25 2008 +0000 - - merge of 'a397d47aaaa09ccee4cc162b91cfb9882522aaae' - and 'ca86ebb874f81019a9e4dfc6bc2ab4782b5b814b' - - Monotone-Parent: a397d47aaaa09ccee4cc162b91cfb9882522aaae - Monotone-Parent: ca86ebb874f81019a9e4dfc6bc2ab4782b5b814b - Monotone-Revision: 36bfad24a9f6d85105ba025b145af0fb3916b004 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-08-18T15:28:25 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1625.diff commit cd938f4654271a8417571e703e9b35f4875ab2b8 Author: Wolfgang Sourdeau @@ -70866,6 +87373,9 @@ Date: Mon Aug 18 15:23:30 2008 +0000 Monotone-Date: 2008-08-18T15:23:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartMessageViewer.m + commit a4ea4ac352fdfc6571d8eab9d2248e8e90008a33 Author: Wolfgang Sourdeau Date: Mon Aug 18 15:21:23 2008 +0000 @@ -70877,6 +87387,10 @@ Date: Mon Aug 18 15:21:23 2008 +0000 Monotone-Date: 2008-08-18T15:21:23 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Mailer/SOGoMailObject+Draft.m +M SoObjects/SOGo/SOGoMailer.m + commit 3e2a714f531a7d8eb57eed578717d6e9c8f7945d Author: Wolfgang Sourdeau Date: Mon Aug 18 15:19:19 2008 +0000 @@ -70888,6 +87402,9 @@ Date: Mon Aug 18 15:19:19 2008 +0000 Monotone-Date: 2008-08-18T15:19:19 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NSString+NGCards.m + commit c0fc87c3339db6073d129af19f9e5faef0e433e6 Author: Wolfgang Sourdeau Date: Mon Aug 18 15:18:10 2008 +0000 @@ -70899,21 +87416,7 @@ Date: Mon Aug 18 15:18:10 2008 +0000 Monotone-Date: 2008-08-18T15:18:10 Monotone-Branch: ca.inverse.sogo -commit 9325ae4909596b6cd12fedd4a20531256949f7aa -Merge: 128d5bb 8478bc2 -Author: Wolfgang Sourdeau -Date: Fri Aug 15 15:00:44 2008 +0000 - - merge of '5aaf09a46fc504e57187524d01cb8ccb8d9c8e1e' - and '7b387d165ebb8390cda766a1c2730b608923acbb' - - Monotone-Parent: 5aaf09a46fc504e57187524d01cb8ccb8d9c8e1e - Monotone-Parent: 7b387d165ebb8390cda766a1c2730b608923acbb - Monotone-Revision: 4670a90c9e9ff683de9c0300911f03d344608d48 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-08-15T15:00:44 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1625.diff commit 8478bc27dec17e382aaf58730a0fb8bcab3adbf8 Author: Wolfgang Sourdeau @@ -70926,6 +87429,8 @@ Date: Fri Aug 15 14:59:41 2008 +0000 Monotone-Date: 2008-08-15T14:59:41 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 91521cad705c01e6bc55256690b5ab8bb8fd7b9a Author: Wolfgang Sourdeau Date: Fri Aug 15 14:46:11 2008 +0000 @@ -70937,6 +87442,8 @@ Date: Fri Aug 15 14:46:11 2008 +0000 Monotone-Date: 2008-08-15T14:46:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.css + commit 802d45fd692b61319029cc571af6cf31ae8f0f1d Author: Wolfgang Sourdeau Date: Fri Aug 15 13:25:40 2008 +0000 @@ -70948,6 +87455,8 @@ Date: Fri Aug 15 13:25:40 2008 +0000 Monotone-Date: 2008-08-15T13:25:40 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/event-gradient.png + commit b324d373afad2bdee2d35b46ca15540193152c7b Author: Francis Lachapelle Date: Fri Aug 15 08:20:34 2008 +0000 @@ -70959,6 +87468,8 @@ Date: Fri Aug 15 08:20:34 2008 +0000 Monotone-Date: 2008-08-15T08:20:34 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 2a6e4fc9badbac528a33c841237c59a9b6c5f751 Author: Francis Lachapelle Date: Fri Aug 15 05:28:06 2008 +0000 @@ -70970,6 +87481,9 @@ Date: Fri Aug 15 05:28:06 2008 +0000 Monotone-Date: 2008-08-15T05:28:06 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/WebServerResources/SchedulerUI.js + commit 1b5147bcae478ab86320db70c00508f4a199af3f Author: Francis Lachapelle Date: Fri Aug 15 04:41:06 2008 +0000 @@ -70981,6 +87495,10 @@ Date: Fri Aug 15 04:41:06 2008 +0000 Monotone-Date: 2008-08-15T04:41:06 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalMonthView.m +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js + commit 128d5bb3eaf3d00afb4c61a90b88ac3e5068ea7e Author: Francis Lachapelle Date: Fri Aug 15 01:48:07 2008 +0000 @@ -70992,6 +87510,9 @@ Date: Fri Aug 15 01:48:07 2008 +0000 Monotone-Date: 2008-08-15T01:48:07 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailPopupView.js + commit d9ecf0775500f5c8b3507d943c6c2d723726b040 Author: Wolfgang Sourdeau Date: Wed Aug 13 22:44:02 2008 +0000 @@ -71003,6 +87524,8 @@ Date: Wed Aug 13 22:44:02 2008 +0000 Monotone-Date: 2008-08-13T22:44:02 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartICalActions.m + commit 5b487fad8b2b2d6a7ef02b6c6b6993c31be4e9c9 Author: Wolfgang Sourdeau Date: Wed Aug 13 22:40:05 2008 +0000 @@ -71014,6 +87537,11 @@ Date: Wed Aug 13 22:40:05 2008 +0000 Monotone-Date: 2008-08-13T22:40:05 Monotone-Branch: ca.inverse.sogo +M NEWS +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 1fdede5a451f48f5681d4308e41464ed3844ed97 Author: Wolfgang Sourdeau Date: Wed Aug 13 22:30:55 2008 +0000 @@ -71025,21 +87553,10 @@ Date: Wed Aug 13 22:30:55 2008 +0000 Monotone-Date: 2008-08-13T22:30:55 Monotone-Branch: ca.inverse.sogo -commit 326fce5029979c9d92daebe90a404b328903e483 -Merge: 42bd3f5 0e52813 -Author: Wolfgang Sourdeau -Date: Wed Aug 13 21:30:12 2008 +0000 - - merge of '6446b9b2f85e41554b2841ae494d4cd03f7e3d0f' - and 'ecfd588ececc0cf909752cbf7561c097b6533867' - - Monotone-Parent: 6446b9b2f85e41554b2841ae494d4cd03f7e3d0f - Monotone-Parent: ecfd588ececc0cf909752cbf7561c097b6533867 - Monotone-Revision: 75fcb06d679aeaa2164c930b62aab2d44c31ff16 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-08-13T21:30:12 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/iCalEventChanges+SOGo.m +M SoObjects/Appointments/product.plist commit 0e52813fc15d44b0f8e486de058b53ba38602e6e Author: Wolfgang Sourdeau @@ -71052,6 +87569,9 @@ Date: Wed Aug 13 21:29:49 2008 +0000 Monotone-Date: 2008-08-13T21:29:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPUserManager.m + commit 844abebcd6d5c736c8e44a84cc5b57ac71b71c2c Author: Wolfgang Sourdeau Date: Wed Aug 13 21:29:18 2008 +0000 @@ -71063,6 +87583,8 @@ Date: Wed Aug 13 21:29:18 2008 +0000 Monotone-Date: 2008-08-13T21:29:18 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.m + commit 42bd3f56195d8b78965e7c98d8bbf46713c977d2 Author: Francis Lachapelle Date: Tue Aug 12 19:16:05 2008 +0000 @@ -71074,21 +87596,8 @@ Date: Tue Aug 12 19:16:05 2008 +0000 Monotone-Date: 2008-08-12T19:16:05 Monotone-Branch: ca.inverse.sogo -commit ced39ae72dbd9fa68941e3dc56eb5f4901b66068 -Merge: 68f08f5 180f6bb -Author: Wolfgang Sourdeau -Date: Tue Aug 12 18:58:46 2008 +0000 - - merge of '498058170a280ae890f83fe6a844882a2e050746' - and '66f5bf2b1f0082b3e316b8859f467f9d93b22cda' - - Monotone-Parent: 498058170a280ae890f83fe6a844882a2e050746 - Monotone-Parent: 66f5bf2b1f0082b3e316b8859f467f9d93b22cda - Monotone-Revision: 365602b463a8b9735fa4920922f94dd73b3481e4 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-08-12T18:58:46 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxAclEditor.wox +M UI/WebServerResources/UIxAclEditor.css commit 68f08f55c8a6acba00842f3fb7b0db2d6746e303 Author: Francis Lachapelle @@ -71101,21 +87610,10 @@ Date: Tue Aug 12 18:13:48 2008 +0000 Monotone-Date: 2008-08-12T18:13:48 Monotone-Branch: ca.inverse.sogo -commit 180f6bbef8523598f165db9398820285a272574c -Merge: 337b92b 81904fb -Author: Wolfgang Sourdeau -Date: Tue Aug 12 12:42:56 2008 +0000 - - merge of '843c4e4ab4023026b0fff697ba521c27e151872d' - and 'a225193926236b0f6640bace3c33305ab1184832' - - Monotone-Parent: 843c4e4ab4023026b0fff697ba521c27e151872d - Monotone-Parent: a225193926236b0f6640bace3c33305ab1184832 - Monotone-Revision: 66f5bf2b1f0082b3e316b8859f467f9d93b22cda - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-08-12T12:42:56 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxComponentEditor.css +M UI/WebServerResources/UIxTaskEditor.css commit 81904fb8964b086b0dead0a29c2b49db7a321742 Author: Wolfgang Sourdeau @@ -71128,6 +87626,10 @@ Date: Mon Aug 11 19:21:56 2008 +0000 Monotone-Date: 2008-08-11T19:21:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoComponentOccurence.h +M SoObjects/Appointments/SOGoComponentOccurence.m + commit 0456ac41f503b475e1b038f9c0d95751a15a5570 Author: Wolfgang Sourdeau Date: Mon Aug 11 15:52:53 2008 +0000 @@ -71139,6 +87641,8 @@ Date: Mon Aug 11 15:52:53 2008 +0000 Monotone-Date: 2008-08-11T15:52:53 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 149d86a9aef7c8241d8cd855a70dd9e59126ea75 Author: Wolfgang Sourdeau Date: Mon Aug 11 15:06:19 2008 +0000 @@ -71150,6 +87654,9 @@ Date: Mon Aug 11 15:06:19 2008 +0000 Monotone-Date: 2008-08-11T15:06:19 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/product.plist +M UI/WebServerResources/ContactsUI.js + commit 27693043b525908d230e1bad637c21b793758df1 Author: Wolfgang Sourdeau Date: Mon Aug 11 14:41:57 2008 +0000 @@ -71161,6 +87668,8 @@ Date: Mon Aug 11 14:41:57 2008 +0000 Monotone-Date: 2008-08-11T14:41:57 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 337b92bbbad9d5da776d2afdc9b3c65938a797c7 Author: Francis Lachapelle Date: Sat Aug 9 19:09:02 2008 +0000 @@ -71172,6 +87681,8 @@ Date: Sat Aug 9 19:09:02 2008 +0000 Monotone-Date: 2008-08-09T19:09:02 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.m + commit 5719628c42f76fd42e7b74afeb3ce786807653a9 Author: Francis Lachapelle Date: Sat Aug 9 18:40:08 2008 +0000 @@ -71183,6 +87694,8 @@ Date: Sat Aug 9 18:40:08 2008 +0000 Monotone-Date: 2008-08-09T18:40:08 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit db44f9b8e0ba341401c89e0ce002c01a63250eea Author: Francis Lachapelle Date: Sat Aug 9 18:27:38 2008 +0000 @@ -71194,6 +87707,11 @@ Date: Sat Aug 9 18:27:38 2008 +0000 Monotone-Date: 2008-08-09T18:27:38 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/generic.js + commit e5327a36f3ea573ff3b87e223ca4b810f5a8b2ae Author: Francis Lachapelle Date: Sat Aug 9 10:18:45 2008 +0000 @@ -71205,21 +87723,11 @@ Date: Sat Aug 9 10:18:45 2008 +0000 Monotone-Date: 2008-08-09T10:18:45 Monotone-Branch: ca.inverse.sogo -commit 7a8b8c5ead6c547e44a0555e27f80853c725da38 -Merge: ac468ed 8134c4a -Author: Wolfgang Sourdeau -Date: Sun Aug 10 21:45:22 2008 +0000 - - merge of 'a1294497e9f6ed0ee90d2f695f0735f2eb1ced11' - and 'a90e12f6968fb98c4da6b0054a945da493c88d0d' - - Monotone-Parent: a1294497e9f6ed0ee90d2f695f0735f2eb1ced11 - Monotone-Parent: a90e12f6968fb98c4da6b0054a945da493c88d0d - Monotone-Revision: 3628a0085e52c1990e5edce1cb09d581bc96f966 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-08-10T21:45:22 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailToSelection.js +M UI/WebServerResources/UIxRecurrenceEditor.css +M UI/WebServerResources/iefixes.css commit ac468edb0ab6e8d8e76ba565efa27d00af3abb80 Author: Wolfgang Sourdeau @@ -71232,6 +87740,21 @@ Date: Sun Aug 10 21:44:25 2008 +0000 Monotone-Date: 2008-08-10T21:44:25 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Contacts/SOGoContactGCSEntry.m +M SoObjects/Contacts/SOGoContactLDIFEntry.m +M SoObjects/SOGo/SOGoContentObject.h +M SoObjects/SOGo/SOGoContentObject.m +M UI/Common/UIxFolderActions.m +M UI/Common/product.plist +M UI/Contacts/GNUmakefile +D UI/Contacts/UIxContactFolderActions.h +D UI/Contacts/UIxContactFolderActions.m +M UI/Contacts/product.plist +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxTaskEditor.m +M UI/WebServerResources/UIxComponentEditor.js + commit bfccdd5738f81ba24b48a8c42467ed1aeac4987b Author: Wolfgang Sourdeau Date: Sun Aug 10 21:44:03 2008 +0000 @@ -71243,6 +87766,9 @@ Date: Sun Aug 10 21:44:03 2008 +0000 Monotone-Date: 2008-08-10T21:44:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartICalViewer.m + commit f186f9d482b5283a4c585f78caf473bbd1af670e Author: Wolfgang Sourdeau Date: Sun Aug 10 19:08:11 2008 +0000 @@ -71254,6 +87780,8 @@ Date: Sun Aug 10 19:08:11 2008 +0000 Monotone-Date: 2008-08-10T19:08:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 535426b0bd33a4184b7a3276920a3c1e81ac759d Author: Wolfgang Sourdeau Date: Sun Aug 10 18:57:46 2008 +0000 @@ -71265,6 +87793,8 @@ Date: Sun Aug 10 18:57:46 2008 +0000 Monotone-Date: 2008-08-10T18:57:46 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactView.m + commit c42db63f2cabd3a3dddb97e2a719e1b8dabd6ec4 Author: Wolfgang Sourdeau Date: Sun Aug 10 17:38:52 2008 +0000 @@ -71276,6 +87806,14 @@ Date: Sun Aug 10 17:38:52 2008 +0000 Monotone-Date: 2008-08-10T17:38:52 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxRecurrenceEditor.wox + commit 93755edba6bbc0baf7d49572076ab1f09562b075 Author: Wolfgang Sourdeau Date: Sun Aug 10 17:36:21 2008 +0000 @@ -71287,6 +87825,9 @@ Date: Sun Aug 10 17:36:21 2008 +0000 Monotone-Date: 2008-08-10T17:36:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactView.m + commit 9483907a8dc5d30b43f854b0741b330aff529a82 Author: Wolfgang Sourdeau Date: Sun Aug 10 17:35:16 2008 +0000 @@ -71298,6 +87839,8 @@ Date: Sun Aug 10 17:35:16 2008 +0000 Monotone-Date: 2008-08-10T17:35:16 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/French.lproj/Localizable.strings + commit f62e1bece48ddf398ee6d1886afc2df7cab8a6c4 Author: Wolfgang Sourdeau Date: Sun Aug 10 17:14:56 2008 +0000 @@ -71309,6 +87852,8 @@ Date: Sun Aug 10 17:14:56 2008 +0000 Monotone-Date: 2008-08-10T17:14:56 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 48618c8fc2296a9bbea7eff22971b31f16034ce8 Author: Wolfgang Sourdeau Date: Sun Aug 10 17:14:44 2008 +0000 @@ -71320,6 +87865,8 @@ Date: Sun Aug 10 17:14:44 2008 +0000 Monotone-Date: 2008-08-10T17:14:44 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/NSString+NGCards.m + commit 8134c4aa726bd2e983ad5c88e5fef7d28d68299a Author: Francis Lachapelle Date: Sat Aug 9 08:04:49 2008 +0000 @@ -71331,6 +87878,8 @@ Date: Sat Aug 9 08:04:49 2008 +0000 Monotone-Date: 2008-08-09T08:04:49 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit eccfda3b8b4761038e55bd6744b659fb9053d129 Author: Francis Lachapelle Date: Sat Aug 9 05:31:36 2008 +0000 @@ -71342,6 +87891,11 @@ Date: Sat Aug 9 05:31:36 2008 +0000 Monotone-Date: 2008-08-09T05:31:36 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/event-gradient.png +M UI/WebServerResources/iefixes.css + commit b1b59730921e3df27491641c3911e3192c6911a8 Author: Francis Lachapelle Date: Sat Aug 9 01:53:09 2008 +0000 @@ -71353,6 +87907,10 @@ Date: Sat Aug 9 01:53:09 2008 +0000 Monotone-Date: 2008-08-09T01:53:09 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAclEditor.js +M UI/WebServerResources/generic.js + commit 1e2c76452cc388b44fbecb1b709fd09254f4b3f1 Author: Wolfgang Sourdeau Date: Sat Aug 9 16:48:18 2008 +0000 @@ -71364,6 +87922,8 @@ Date: Sat Aug 9 16:48:18 2008 +0000 Monotone-Date: 2008-08-09T16:48:18 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 28a1fa0fc69dec8c290a14a7939b8616f85121e5 Author: Wolfgang Sourdeau Date: Sat Aug 9 16:47:13 2008 +0000 @@ -71375,6 +87935,8 @@ Date: Sat Aug 9 16:47:13 2008 +0000 Monotone-Date: 2008-08-09T16:47:13 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 7b32bf081eefd43a00b4184d9719420b6974feaf Author: Wolfgang Sourdeau Date: Sat Aug 9 16:42:06 2008 +0000 @@ -71386,6 +87948,8 @@ Date: Sat Aug 9 16:42:06 2008 +0000 Monotone-Date: 2008-08-09T16:42:06 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/product.plist + commit 437143d450ce662bca5532d3dec540071277f787 Author: Wolfgang Sourdeau Date: Sat Aug 9 16:40:52 2008 +0000 @@ -71397,6 +87961,9 @@ Date: Sat Aug 9 16:40:52 2008 +0000 Monotone-Date: 2008-08-09T16:40:52 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/product.plist +M UI/WebServerResources/UIxCalendarProperties.js + commit 609c926c57470b8fe9ac125eea4b575e461de719 Author: Wolfgang Sourdeau Date: Sat Aug 9 15:21:25 2008 +0000 @@ -71408,6 +87975,8 @@ Date: Sat Aug 9 15:21:25 2008 +0000 Monotone-Date: 2008-08-09T15:21:25 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit eda164db06912f00bab891049cc0ed8efdd618e5 Author: Wolfgang Sourdeau Date: Sat Aug 9 15:21:19 2008 +0000 @@ -71419,6 +87988,10 @@ Date: Sat Aug 9 15:21:19 2008 +0000 Monotone-Date: 2008-08-09T15:21:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoComponentOccurence.h +M SoObjects/Appointments/SOGoComponentOccurence.m + commit 846d28a2bf58604c187ce1814a07f13fb5728dbd Author: Wolfgang Sourdeau Date: Sat Aug 9 15:20:56 2008 +0000 @@ -71430,6 +88003,9 @@ Date: Sat Aug 9 15:20:56 2008 +0000 Monotone-Date: 2008-08-09T15:20:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 0af94773926fa02767d7fcdd293c2b5b3994b49a Author: Wolfgang Sourdeau Date: Sat Aug 9 15:19:10 2008 +0000 @@ -71441,6 +88017,9 @@ Date: Sat Aug 9 15:19:10 2008 +0000 Monotone-Date: 2008-08-09T15:19:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m + commit cc60c63645eb1f8914a7c0ebf55258366b0cc752 Author: Wolfgang Sourdeau Date: Sat Aug 9 08:20:49 2008 +0000 @@ -71452,6 +88031,9 @@ Date: Sat Aug 9 08:20:49 2008 +0000 Monotone-Date: 2008-08-09T08:20:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBodyPart.m + commit 2174d094e98c2f7575cb5b50d90dd676a80294ff Author: Wolfgang Sourdeau Date: Sat Aug 9 08:18:18 2008 +0000 @@ -71463,6 +88045,9 @@ Date: Sat Aug 9 08:18:18 2008 +0000 Monotone-Date: 2008-08-09T08:18:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/iCalEntityObject+SOGo.m + commit 1d537766498a517918509eedf737fe17a3f0e3b4 Author: Wolfgang Sourdeau Date: Sat Aug 9 08:17:13 2008 +0000 @@ -71474,6 +88059,9 @@ Date: Sat Aug 9 08:17:13 2008 +0000 Monotone-Date: 2008-08-09T08:17:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartICalActions.m + commit 6af8f35d45dd5ac5f15c0120f1f1e0792a0a5ec2 Author: Wolfgang Sourdeau Date: Sat Aug 9 08:15:32 2008 +0000 @@ -71485,6 +88073,9 @@ Date: Sat Aug 9 08:15:32 2008 +0000 Monotone-Date: 2008-08-09T08:15:32 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.m + commit 080a5014ef7019a28e9dad8dd2b0b2b2bde6228c Author: Wolfgang Sourdeau Date: Thu Aug 7 16:08:06 2008 +0000 @@ -71496,6 +88087,8 @@ Date: Thu Aug 7 16:08:06 2008 +0000 Monotone-Date: 2008-08-07T16:08:06 Monotone-Branch: ca.inverse.sogo +M NEWS + commit f1be9d827fca570198473c139d49b15263266e15 Author: Wolfgang Sourdeau Date: Thu Aug 7 16:07:43 2008 +0000 @@ -71507,6 +88100,9 @@ Date: Thu Aug 7 16:07:43 2008 +0000 Monotone-Date: 2008-08-07T16:07:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPUserManager.m + commit 40de28b4d8e968b9f383bffbd674ec391ee7067d Author: Wolfgang Sourdeau Date: Thu Aug 7 13:51:01 2008 +0000 @@ -71518,6 +88114,8 @@ Date: Thu Aug 7 13:51:01 2008 +0000 Monotone-Date: 2008-08-07T13:51:01 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoWebDAVAclManager.m + commit be05ecb080e90431c381db60b16a9b8dd7d77374 Author: Wolfgang Sourdeau Date: Thu Aug 7 13:31:55 2008 +0000 @@ -71529,6 +88127,9 @@ Date: Thu Aug 7 13:31:55 2008 +0000 Monotone-Date: 2008-08-07T13:31:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoUserFolder+Appointments.m + commit 3e364f512f72562de7dd8d912165062ce2a47b47 Author: Wolfgang Sourdeau Date: Thu Aug 7 13:31:32 2008 +0000 @@ -71540,6 +88141,8 @@ Date: Thu Aug 7 13:31:32 2008 +0000 Monotone-Date: 2008-08-07T13:31:32 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoWebDAVAclManager.m + commit 60daefa512da61f4a99bfb68b6d997c2f4884f75 Author: Wolfgang Sourdeau Date: Thu Aug 7 13:31:09 2008 +0000 @@ -71551,6 +88154,9 @@ Date: Thu Aug 7 13:31:09 2008 +0000 Monotone-Date: 2008-08-07T13:31:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 425919f82b875a64a16a2af6c0e096f3e12e8fff Author: Wolfgang Sourdeau Date: Tue Aug 5 14:16:42 2008 +0000 @@ -71562,6 +88168,9 @@ Date: Tue Aug 5 14:16:42 2008 +0000 Monotone-Date: 2008-08-05T14:16:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactEditor.m + commit 7152b0e0757cb6f048f441a4faf62aa4abff7c48 Author: Wolfgang Sourdeau Date: Tue Aug 5 01:53:01 2008 +0000 @@ -71573,6 +88182,9 @@ Date: Tue Aug 5 01:53:01 2008 +0000 Monotone-Date: 2008-08-05T01:53:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 46bd0d063aab24b49de7fe958099b20be43121b9 Author: Wolfgang Sourdeau Date: Tue Aug 5 01:46:41 2008 +0000 @@ -71584,6 +88196,12 @@ Date: Tue Aug 5 01:46:41 2008 +0000 Monotone-Date: 2008-08-05T01:46:41 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardElement.h +M SOPE/NGCards/CardElement.m +M SOPE/NGCards/CardGroup.h +M SOPE/NGCards/CardGroup.m +M SOPE/NGCards/ChangeLog + commit ce6c8b3627d1d420f4188fced8708963064a8b78 Author: Wolfgang Sourdeau Date: Tue Aug 5 00:32:26 2008 +0000 @@ -71595,6 +88213,10 @@ Date: Tue Aug 5 00:32:26 2008 +0000 Monotone-Date: 2008-08-05T00:32:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m +M SoObjects/SOGo/SOGoUser.m + commit 9963e8f83196b657436a9e453324ea73a453b5e0 Author: Wolfgang Sourdeau Date: Sat Aug 2 23:16:50 2008 +0000 @@ -71606,6 +88228,9 @@ Date: Sat Aug 2 23:16:50 2008 +0000 Monotone-Date: 2008-08-02T23:16:50 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/WebServerResources/SchedulerUI.js + commit 08203c6f402838f23529c0d8d0838ab1fe7f5258 Author: Wolfgang Sourdeau Date: Thu Jul 31 18:42:58 2008 +0000 @@ -71617,6 +88242,8 @@ Date: Thu Jul 31 18:42:58 2008 +0000 Monotone-Date: 2008-07-31T18:42:58 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailEditor.m + commit cbe43cfb98eb485bc825da226b6ae65942a8401d Author: Wolfgang Sourdeau Date: Thu Jul 31 18:42:43 2008 +0000 @@ -71628,6 +88255,8 @@ Date: Thu Jul 31 18:42:43 2008 +0000 Monotone-Date: 2008-07-31T18:42:43 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit 3e7f72daee618a6809d3dc4394ee4ec36c3bdb80 Author: Wolfgang Sourdeau Date: Wed Jul 30 14:48:36 2008 +0000 @@ -71639,6 +88268,9 @@ Date: Wed Jul 30 14:48:36 2008 +0000 Monotone-Date: 2008-07-30T14:48:36 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailFolderActions.m +M UI/MailerUI/product.plist + commit c1616d1a666663cbf11d1aa47e225e94476d8420 Author: Wolfgang Sourdeau Date: Wed Jul 30 05:11:34 2008 +0000 @@ -71650,6 +88282,8 @@ Date: Wed Jul 30 05:11:34 2008 +0000 Monotone-Date: 2008-07-30T05:11:34 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit 5d45af80ed39065b89928b42855940f3cd12cc63 Author: Wolfgang Sourdeau Date: Tue Jul 29 20:10:16 2008 +0000 @@ -71661,6 +88295,9 @@ Date: Tue Jul 29 20:10:16 2008 +0000 Monotone-Date: 2008-07-29T20:10:16 Monotone-Branch: ca.inverse.sogo +D SOPE/sope-patchset-r1623.diff +A SOPE/sope-patchset-r1625.diff + commit ab19558cc4c1f7d07f8e6670941e0cce47df133b Author: Wolfgang Sourdeau Date: Tue Jul 29 19:58:10 2008 +0000 @@ -71672,6 +88309,8 @@ Date: Tue Jul 29 19:58:10 2008 +0000 Monotone-Date: 2008-07-29T19:58:10 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 24fa92b64ebc43a7450ab45340a7222c8b39268f Author: Wolfgang Sourdeau Date: Tue Jul 29 16:36:16 2008 +0000 @@ -71683,6 +88322,22 @@ Date: Tue Jul 29 16:36:16 2008 +0000 Monotone-Date: 2008-07-29T16:36:16 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/GCSFolder.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoAptMailICalReply.m +M SoObjects/Appointments/SOGoAptMailNotification.m +M SoObjects/SOGo/NSDictionary+DAV.m +M SoObjects/SOGo/NSScanner+BSJSONAdditions.m +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoDAVAuthenticator.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoParentFolder.m +M SoObjects/SOGo/SOGoUser.m +M UI/Contacts/UIxContactsListViewContainer.m + commit 13f09cd2b680970c3c40de98798e8c32ea56dbcf Author: Wolfgang Sourdeau Date: Tue Jul 29 16:35:49 2008 +0000 @@ -71694,6 +88349,10 @@ Date: Tue Jul 29 16:35:49 2008 +0000 Monotone-Date: 2008-07-29T16:35:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m +M UI/WebServerResources/SchedulerUI.js + commit aaeb05f547d85b02874d569cc89533b919968d37 Author: Wolfgang Sourdeau Date: Tue Jul 29 16:34:10 2008 +0000 @@ -71705,6 +88364,9 @@ Date: Tue Jul 29 16:34:10 2008 +0000 Monotone-Date: 2008-07-29T16:34:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit 358439adc70436139c2b6bc36c3477bd55b69fe0 Author: Wolfgang Sourdeau Date: Mon Jul 28 21:22:43 2008 +0000 @@ -71716,6 +88378,9 @@ Date: Mon Jul 28 21:22:43 2008 +0000 Monotone-Date: 2008-07-28T21:22:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalMonthView.m + commit 16be267346354f4540e6142753370f11caea68b5 Author: Wolfgang Sourdeau Date: Mon Jul 28 20:29:24 2008 +0000 @@ -71727,6 +88392,11 @@ Date: Mon Jul 28 20:29:24 2008 +0000 Monotone-Date: 2008-07-28T20:29:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPUserManager.h +M SoObjects/SOGo/LDAPUserManager.m +M SoObjects/SOGo/SOGoUserFolder.m + commit 2bdd4fe0eeda0c6f0098eb50b1cc310e9fd46f51 Author: Wolfgang Sourdeau Date: Mon Jul 28 20:03:32 2008 +0000 @@ -71738,6 +88408,8 @@ Date: Mon Jul 28 20:03:32 2008 +0000 Monotone-Date: 2008-07-28T20:03:32 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/product.plist + commit ff33b152a18412ffcec4dea70eb6f078b18c5415 Author: Wolfgang Sourdeau Date: Fri Jul 25 18:44:31 2008 +0000 @@ -71749,6 +88421,16 @@ Date: Fri Jul 25 18:44:31 2008 +0000 Monotone-Date: 2008-07-25T18:44:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/UIxPreferences.h +M UI/PreferencesUI/UIxPreferences.m +M UI/Scheduler/UIxCalDayTable.m +M UI/Scheduler/UIxCalMainView.m +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxPreferences.js + commit ef0b52dfe6f5202a0d22711bff51e3c3c12987c6 Author: Wolfgang Sourdeau Date: Fri Jul 25 18:42:21 2008 +0000 @@ -71760,6 +88442,9 @@ Date: Fri Jul 25 18:42:21 2008 +0000 Monotone-Date: 2008-07-25T18:42:21 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/product.plist +D UI/WebServerResources/searchfield.js + commit c4f917942d9040d825f71ece698c8a872855d452 Author: Wolfgang Sourdeau Date: Fri Jul 25 17:52:49 2008 +0000 @@ -71771,6 +88456,34 @@ Date: Fri Jul 25 17:52:49 2008 +0000 Monotone-Date: 2008-07-25T17:52:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m +D SoObjects/SOGo/AgenorUserDefaults.h +D SoObjects/SOGo/AgenorUserDefaults.m +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +A SoObjects/SOGo/SOGoUserDefaults.h +A SoObjects/SOGo/SOGoUserDefaults.m +D SoObjects/SOGo/agenor_defaults.m +D SoObjects/SOGo/agenor_email2uid.m +D SoObjects/SOGo/agenor_emails4uid.m +D SoObjects/SOGo/agenor_shares4uid.m +A SoObjects/SOGo/sogo_defaults.m +A SoObjects/SOGo/sogo_email2uid.m +A SoObjects/SOGo/sogo_emails4uid.m +A SoObjects/SOGo/sogo_shares4uid.m +D UI/MainUI/AgenorProfile-oracle.sql +D UI/MainUI/AgenorProfile.sql +M UI/MainUI/GNUmakefile +A UI/MainUI/SOGoProfile-oracle.sql +A UI/MainUI/SOGoProfile.sql +M UI/Scheduler/GNUmakefile +M UI/Scheduler/UIxCalView.m +D UI/Scheduler/UIxComponent+Scheduler.h +D UI/Scheduler/UIxComponent+Scheduler.m +M UI/Scheduler/UIxComponentEditor.m + commit 8a17179ab1419095418c5ae2dee7bf56c5ce63d7 Author: Wolfgang Sourdeau Date: Thu Jul 24 18:00:21 2008 +0000 @@ -71782,6 +88495,12 @@ Date: Thu Jul 24 18:00:21 2008 +0000 Monotone-Date: 2008-07-24T18:00:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SoObjects/SOGo/SOGoDAVAuthenticator.m +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoWebAuthenticator.m + commit 26f98cccb8d6a815f6484fa17278884af6317544 Author: Wolfgang Sourdeau Date: Thu Jul 24 17:49:09 2008 +0000 @@ -71793,6 +88512,8 @@ Date: Thu Jul 24 17:49:09 2008 +0000 Monotone-Date: 2008-07-24T17:49:09 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit a52fdbc64e5c78bd3350f6902222cfa8d7ba345d Author: Wolfgang Sourdeau Date: Thu Jul 24 17:43:45 2008 +0000 @@ -71804,6 +88525,8 @@ Date: Thu Jul 24 17:43:45 2008 +0000 Monotone-Date: 2008-07-24T17:43:45 Monotone-Branch: ca.inverse.sogo +M sogo.spec + commit a8aee9d5d23ce0a557f7d694bbe9ee4ec3932d15 Author: Wolfgang Sourdeau Date: Wed Jul 23 17:40:51 2008 +0000 @@ -71815,6 +88538,9 @@ Date: Wed Jul 23 17:40:51 2008 +0000 Monotone-Date: 2008-07-23T17:40:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 77cc96a0709560540a2487a1701801f9c0266832 Author: Wolfgang Sourdeau Date: Mon Jul 21 16:15:57 2008 +0000 @@ -71826,6 +88552,9 @@ Date: Mon Jul 21 16:15:57 2008 +0000 Monotone-Date: 2008-07-21T16:15:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.m + commit 58f60a213020835070b3f8b878eab74d9274191b Author: Wolfgang Sourdeau Date: Fri Jul 18 19:52:18 2008 +0000 @@ -71837,6 +88566,8 @@ Date: Fri Jul 18 19:52:18 2008 +0000 Monotone-Date: 2008-07-18T19:52:18 Monotone-Branch: ca.inverse.sogo +M NEWS + commit b75d761539aec708a2ba9d0c3d5e9a77bee40e87 Author: Wolfgang Sourdeau Date: Fri Jul 18 19:25:26 2008 +0000 @@ -71848,6 +88579,36 @@ Date: Fri Jul 18 19:25:26 2008 +0000 Monotone-Date: 2008-07-18T19:25:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M UI/PreferencesUI/Dutch.lproj/Localizable.strings +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/Italian.lproj/Localizable.strings +M UI/PreferencesUI/Spanish.lproj/Localizable.strings +M UI/PreferencesUI/UIxPreferences.m +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxAttendeesEditor.m +M UI/Scheduler/UIxCalDateSelector.m +M UI/Scheduler/UIxCalDayTable.h +M UI/Scheduler/UIxCalDayTable.m +M UI/Scheduler/UIxCalMainView.m +M UI/Scheduler/UIxCalMonthView.m +M UI/Scheduler/UIxCalWeekView.m +M UI/Scheduler/UIxTaskEditor.m +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/Templates/SchedulerUI/UIxCalDateSelector.wox +M UI/Templates/SchedulerUI/UIxCalDayTable.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/Templates/SchedulerUI/UIxCalMonthView.wox +M UI/WebServerResources/JavascriptAPIExtensions.js +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/generic.js + commit dcc47678c30b3e7de38a3f89a0c66b32ffe55ff0 Author: Wolfgang Sourdeau Date: Fri Jul 18 19:17:54 2008 +0000 @@ -71859,6 +88620,8 @@ Date: Fri Jul 18 19:17:54 2008 +0000 Monotone-Date: 2008-07-18T19:17:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 74f0cb891a356ab5f1a1d173c48b2b670901f504 Author: Wolfgang Sourdeau Date: Fri Jul 18 02:06:31 2008 +0000 @@ -71870,21 +88633,9 @@ Date: Fri Jul 18 02:06:31 2008 +0000 Monotone-Date: 2008-07-18T02:06:31 Monotone-Branch: ca.inverse.sogo -commit 5b4734d079eed813e4b3304c2ee7d786099f9ce9 -Merge: bdc02c2 bf5f1c5 -Author: Wolfgang Sourdeau -Date: Thu Jul 17 21:14:33 2008 +0000 - - merge of '99d14630f5294d40da6680a39d69b6f1b7853938' - and 'fdf84b187a0e3bf4322d63a4694fb2c4cf8a16fc' - - Monotone-Parent: 99d14630f5294d40da6680a39d69b6f1b7853938 - Monotone-Parent: fdf84b187a0e3bf4322d63a4694fb2c4cf8a16fc - Monotone-Revision: 993d2c6913677d2f4479038c7c4a266d4eb3b349 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-07-17T21:14:33 - Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalMonthView.h +M UI/Scheduler/UIxCalMonthView.m +M UI/Templates/SchedulerUI/UIxCalMonthView.wox commit bdc02c26abb5916636e912804b815c1e3cb9ad64 Author: Wolfgang Sourdeau @@ -71897,6 +88648,53 @@ Date: Thu Jul 17 21:12:43 2008 +0000 Monotone-Date: 2008-07-17T21:12:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SoObjects/Appointments/GNUmakefile +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +A SoObjects/Appointments/SOGoAppointmentOccurence.h +A SoObjects/Appointments/SOGoAppointmentOccurence.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m +A SoObjects/Appointments/SOGoComponentOccurence.h +A SoObjects/Appointments/SOGoComponentOccurence.m +M SoObjects/Appointments/SOGoTaskObject.m +A SoObjects/Appointments/SOGoTaskOccurence.h +A SoObjects/Appointments/SOGoTaskOccurence.m +M SoObjects/Appointments/iCalEvent+SOGo.m +M SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.h +M SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m +M SoObjects/Appointments/iCalToDo+SOGo.m +M SoObjects/Appointments/product.plist +M SoObjects/SOGo/SOGoUser.m +M UI/Common/UIxObjectActions.m +M UI/Common/product.plist +M UI/Contacts/UIxContactView.h +M UI/Contacts/UIxContactView.m +M UI/MailerUI/UIxMailView.m +M UI/MainUI/product.plist +M UI/SOGoUI/UIxComponent.h +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/GNUmakefile +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/UIxComponentEditor.m +A UI/Scheduler/UIxOccurenceDialog.h +A UI/Scheduler/UIxOccurenceDialog.m +M UI/Scheduler/UIxTaskEditor.m +M UI/Scheduler/product.plist +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +A UI/Templates/SchedulerUI/UIxOccurenceDialog.wox +M UI/WebServerResources/SchedulerUI.js +A UI/WebServerResources/UIxOccurenceDialog.css +A UI/WebServerResources/UIxOccurenceDialog.js + commit e1beed1ba0d4be76fb0d6263b9bf4e23a6621584 Author: Wolfgang Sourdeau Date: Thu Jul 17 21:04:32 2008 +0000 @@ -71908,21 +88706,13 @@ Date: Thu Jul 17 21:04:32 2008 +0000 Monotone-Date: 2008-07-17T21:04:32 Monotone-Branch: ca.inverse.sogo -commit 4a9c837741741f445aa02d0fc8324f0f18604e0b -Merge: 453211a f0d7546 -Author: Wolfgang Sourdeau -Date: Wed Jul 16 21:49:36 2008 +0000 - - merge of '968d106fbab318497571d45998864ccefcc20480' - and 'f633654a120834c13835a3ef41a1418e31efffe3' - - Monotone-Parent: 968d106fbab318497571d45998864ccefcc20480 - Monotone-Parent: f633654a120834c13835a3ef41a1418e31efffe3 - Monotone-Revision: 8491f20b4bac3508e0839201c1e6756c5df21835 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-07-16T21:49:36 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardGroup.h +M SOPE/NGCards/CardGroup.m +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalEntityObject.m +M SOPE/NGCards/iCalRecurrenceCalculator.m +M SOPE/NGCards/iCalRepeatableEntityObject.h +M SOPE/NGCards/iCalRepeatableEntityObject.m commit f0d7546b8b159bb3ea607036a14144886bed6340 Author: Wolfgang Sourdeau @@ -71935,6 +88725,15 @@ Date: Wed Jul 16 21:48:54 2008 +0000 Monotone-Date: 2008-07-16T21:48:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/iCalEntityObject+SOGo.h +M SoObjects/Appointments/iCalEntityObject+SOGo.m +M SoObjects/Appointments/iCalEvent+SOGo.m +M SoObjects/Appointments/iCalToDo+SOGo.m +M UI/Scheduler/UIxCalListingActions.m +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js + commit f2527bfde3d4b1f8eb59ecd9e125d57c14e49c03 Author: Wolfgang Sourdeau Date: Wed Jul 16 21:47:18 2008 +0000 @@ -71946,6 +88745,8 @@ Date: Wed Jul 16 21:47:18 2008 +0000 Monotone-Date: 2008-07-16T21:47:18 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit d0d48fa4349a97cae1def0031163a118446e5656 Author: Wolfgang Sourdeau Date: Wed Jul 16 21:46:11 2008 +0000 @@ -71957,6 +88758,10 @@ Date: Wed Jul 16 21:46:11 2008 +0000 Monotone-Date: 2008-07-16T21:46:11 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalDateTime.m +M SOPE/NGCards/iCalEvent.m + commit ad214283204f5bc4918ecc8ee39b5355b7f6e8d3 Author: Wolfgang Sourdeau Date: Wed Jul 16 16:24:28 2008 +0000 @@ -71968,6 +88773,8 @@ Date: Wed Jul 16 16:24:28 2008 +0000 Monotone-Date: 2008-07-16T16:24:28 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/NSString+NGCards.m + commit bf5f1c59f84a404381dce0d92744b4d13704f9b7 Author: Francis Lachapelle Date: Wed Jul 16 04:27:07 2008 +0000 @@ -71979,6 +88786,8 @@ Date: Wed Jul 16 04:27:07 2008 +0000 Monotone-Date: 2008-07-16T04:27:07 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactEditor.css + commit 453211ad7afd2d9ad29c7fa66adf3681885c9f0c Author: Francis Lachapelle Date: Wed Jul 16 04:22:30 2008 +0000 @@ -71990,6 +88799,8 @@ Date: Wed Jul 16 04:22:30 2008 +0000 Monotone-Date: 2008-07-16T04:22:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 0770d6b77ac1164125bddaf3728c55bbf67aac5c Author: Francis Lachapelle Date: Wed Jul 16 04:17:46 2008 +0000 @@ -72001,6 +88812,11 @@ Date: Wed Jul 16 04:17:46 2008 +0000 Monotone-Date: 2008-07-16T04:17:46 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactEditor.h +M UI/Contacts/UIxContactEditor.m +M UI/Templates/ContactsUI/UIxContactEditor.wox +M UI/WebServerResources/UIxContactEditor.css + commit a81875a7faaa99f51f1d98ebbd91d3bdcee9fbd1 Author: Wolfgang Sourdeau Date: Wed Jul 16 02:17:39 2008 +0000 @@ -72012,21 +88828,7 @@ Date: Wed Jul 16 02:17:39 2008 +0000 Monotone-Date: 2008-07-16T02:17:39 Monotone-Branch: ca.inverse.sogo -commit 10bfeb07688744d8e65c4fcef940a2272061c888 -Merge: 7512f5d b1f67c4 -Author: Wolfgang Sourdeau -Date: Wed Jul 16 02:14:50 2008 +0000 - - merge of '2609687767884b123c1ff765253fde7c75ef81b3' - and '6a69a9438cda177d7f4ada9b069b92023777399b' - - Monotone-Parent: 2609687767884b123c1ff765253fde7c75ef81b3 - Monotone-Parent: 6a69a9438cda177d7f4ada9b069b92023777399b - Monotone-Revision: 0a5eab06f5b8551e1e9b88968eb183d42fe76a95 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-07-16T02:14:50 - Monotone-Branch: ca.inverse.sogo +M NEWS commit 7512f5d512afb446f80d26087048a5ea9de0fe67 Author: Wolfgang Sourdeau @@ -72039,6 +88841,18 @@ Date: Wed Jul 16 02:12:18 2008 +0000 Monotone-Date: 2008-07-16T02:12:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M UI/Scheduler/GNUmakefile +A UI/Scheduler/NSDictionary+Scheduler.h +A UI/Scheduler/NSDictionary+Scheduler.m +M UI/Scheduler/UIxCalListingActions.h +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/product.plist +M UI/Templates/SchedulerUI/UIxCalDayTable.wox +M UI/Templates/SchedulerUI/UIxCalMonthView.wox +M UI/WebServerResources/SchedulerUI.js + commit 8078250b1adbb4e022847a08ec0f500ebbf15280 Author: Wolfgang Sourdeau Date: Wed Jul 16 02:09:48 2008 +0000 @@ -72050,6 +88864,8 @@ Date: Wed Jul 16 02:09:48 2008 +0000 Monotone-Date: 2008-07-16T02:09:48 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/product.plist + commit b1f67c46ec68ecea7a1835ba43bce8233b0022eb Author: Francis Lachapelle Date: Tue Jul 15 20:21:40 2008 +0000 @@ -72061,6 +88877,8 @@ Date: Tue Jul 15 20:21:40 2008 +0000 Monotone-Date: 2008-07-15T20:21:40 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactGCSFolder.m + commit e653f4b51799e16897f406a25cecd5925533ebe5 Author: Francis Lachapelle Date: Tue Jul 15 19:22:29 2008 +0000 @@ -72072,6 +88890,13 @@ Date: Tue Jul 15 19:22:29 2008 +0000 Monotone-Date: 2008-07-15T19:22:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js +M UI/WebServerResources/iefixes.css + commit eb7acf4be7941890a32273b1621fdedee1a72062 Author: Wolfgang Sourdeau Date: Mon Jul 14 16:47:10 2008 +0000 @@ -72083,6 +88908,12 @@ Date: Mon Jul 14 16:47:10 2008 +0000 Monotone-Date: 2008-07-14T16:47:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/SOGo/SOGoContentObject.h +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoGCSFolder.m + commit 02e2cdf7af6e83588ffba7c7e533bacf1460f48c Author: Wolfgang Sourdeau Date: Mon Jul 14 16:46:24 2008 +0000 @@ -72094,6 +88925,8 @@ Date: Mon Jul 14 16:46:24 2008 +0000 Monotone-Date: 2008-07-14T16:46:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 380ed34ce74685ecd61a8842fc444cc18ec87bd6 Author: Wolfgang Sourdeau Date: Mon Jul 14 16:46:10 2008 +0000 @@ -72105,6 +88938,9 @@ Date: Mon Jul 14 16:46:10 2008 +0000 Monotone-Date: 2008-07-14T16:46:10 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1623.diff +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 7a8321aecf28a9ee3fc98ec02c90f705efc7de23 Author: Wolfgang Sourdeau Date: Mon Jul 14 15:14:40 2008 +0000 @@ -72116,6 +88952,10 @@ Date: Mon Jul 14 15:14:40 2008 +0000 Monotone-Date: 2008-07-14T15:14:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m + commit 5d0f9faecc33c889fb939d8b1e1700b397a2ae2f Author: Wolfgang Sourdeau Date: Mon Jul 14 15:12:38 2008 +0000 @@ -72127,6 +88967,15 @@ Date: Mon Jul 14 15:12:38 2008 +0000 Monotone-Date: 2008-07-14T15:12:38 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/GNUmakefile +M SOPE/NGCards/NSCalendarDate+ICal.h +M SOPE/NGCards/NSCalendarDate+ICal.m +D SOPE/NGCards/iCalDateHolder.h +D SOPE/NGCards/iCalDateHolder.m +M SOPE/NGCards/iCalRecurrenceCalculator.m +M SOPE/NGCards/iCalRepeatableEntityObject.m + commit 6c5003d7bc618d6c5f298fc63f4694f29538c2f7 Author: Wolfgang Sourdeau Date: Fri Jul 11 22:28:12 2008 +0000 @@ -72138,6 +88987,29 @@ Date: Fri Jul 11 22:28:12 2008 +0000 Monotone-Date: 2008-07-11T22:28:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/GNUmakefile +M OGoContentStore/OCSiCalFieldExtractor.m +D OGoContentStore/iCalEntityObject+OCS.h +D OGoContentStore/iCalEntityObject+OCS.m +M OGoContentStore/iCalRepeatableEntityObject+OCS.m +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalCalendar.m +M SOPE/NGCards/iCalEntityObject.h +M SOPE/NGCards/iCalEntityObject.m +M SoObjects/Appointments/GNUmakefile +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/iCalEntityObject+SOGo.h +M SoObjects/Appointments/iCalEntityObject+SOGo.m +M SoObjects/Appointments/iCalEvent+SOGo.h +M SoObjects/Appointments/iCalEvent+SOGo.m +A SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.h +A SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m +A SoObjects/Appointments/iCalToDo+SOGo.h +A SoObjects/Appointments/iCalToDo+SOGo.m +M SoObjects/SOGo/NSDictionary+Utilities.h +M SoObjects/SOGo/NSDictionary+Utilities.m + commit 45f0686d92faac84960dc40b14a665b9ffcc0db1 Author: Wolfgang Sourdeau Date: Fri Jul 11 22:25:48 2008 +0000 @@ -72149,6 +89021,8 @@ Date: Fri Jul 11 22:25:48 2008 +0000 Monotone-Date: 2008-07-11T22:25:48 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/GNUmakefile + commit c0adff961503953e81489a1533b31fa6b57e977e Author: Francis Lachapelle Date: Wed Jul 9 17:58:57 2008 +0000 @@ -72160,6 +89034,8 @@ Date: Wed Jul 9 17:58:57 2008 +0000 Monotone-Date: 2008-07-09T17:58:57 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit a092c7eb3812fea8664cd1d6cd7719d27cdaae2f Author: Francis Lachapelle Date: Wed Jul 9 17:29:30 2008 +0000 @@ -72171,6 +89047,9 @@ Date: Wed Jul 9 17:29:30 2008 +0000 Monotone-Date: 2008-07-09T17:29:30 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/WebServerResources/ContactsUI.css + commit 4a29cda5b0d18cbfad5d807b1028b95268c7dffe Author: Francis Lachapelle Date: Wed Jul 9 17:11:18 2008 +0000 @@ -72182,37 +89061,15 @@ Date: Wed Jul 9 17:11:18 2008 +0000 Monotone-Date: 2008-07-09T17:11:18 Monotone-Branch: ca.inverse.sogo -commit 812c7c535e12850ed98a6aaec746a2e87866ef26 -Merge: eb7acf4 b624151 -Author: Francis Lachapelle -Date: Wed Jul 9 11:15:27 2008 +0000 - - merge of '2cc61994b1fd18611f88fb4a7bd881ef6c12c05c' - and 'bf7b6e86d357e58b2060b9ab18910bae0bbae64c' - - Monotone-Parent: 2cc61994b1fd18611f88fb4a7bd881ef6c12c05c - Monotone-Parent: bf7b6e86d357e58b2060b9ab18910bae0bbae64c - Monotone-Revision: 5652b12a99be3b69adbf207347b951ec2e5f6c89 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-07-09T11:15:27 - Monotone-Branch: ca.inverse.sogo - -commit b624151eb0ab6a5a951b2b2f9419dd0e624b604c -Merge: 6c5003d 4f6a5be -Author: Francis Lachapelle -Date: Wed Jul 9 07:35:31 2008 +0000 - - merge of '1a5434f30282a4932bf29227da4cf2da44ef5783' - and '90684f202c7c2bf2307dd9c9c94961ea8c28c823' - - Monotone-Parent: 1a5434f30282a4932bf29227da4cf2da44ef5783 - Monotone-Parent: 90684f202c7c2bf2307dd9c9c94961ea8c28c823 - Monotone-Revision: bf7b6e86d357e58b2060b9ab18910bae0bbae64c - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-07-09T07:35:31 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/UIxContactFolderActions.h +M UI/Contacts/UIxContactFolderActions.m +M UI/Contacts/product.plist +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/generic.js commit 4f6a5bec4fc6334aa183297abe64951d94f0f26a Author: Francis Lachapelle @@ -72225,6 +89082,8 @@ Date: Wed Jul 9 07:35:10 2008 +0000 Monotone-Date: 2008-07-09T07:35:10 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.m + commit 4be5c939c37f0df4397682da6d3a388298b7af79 Author: Francis Lachapelle Date: Wed Jul 9 03:32:17 2008 +0000 @@ -72236,6 +89095,9 @@ Date: Wed Jul 9 03:32:17 2008 +0000 Monotone-Date: 2008-07-09T03:32:17 Monotone-Branch: ca.inverse.sogo +A UI/Contacts/UIxContactFolderActions.h +A UI/Contacts/UIxContactFolderActions.m + commit 9639841fd86a12c5b0fd9217c7cb8dd72cdf6d5c Author: Francis Lachapelle Date: Wed Jul 9 03:16:22 2008 +0000 @@ -72247,6 +89109,10 @@ Date: Wed Jul 9 03:16:22 2008 +0000 Monotone-Date: 2008-07-09T03:16:22 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoContentObject.h +M SoObjects/SOGo/SOGoContentObject.m +M UI/WebServerResources/UIxMailEditor.js + commit b86bbe9396f29cb9c2ae861a999772c7c52919d6 Author: Wolfgang Sourdeau Date: Fri Jul 11 18:59:04 2008 +0000 @@ -72258,21 +89124,7 @@ Date: Fri Jul 11 18:59:04 2008 +0000 Monotone-Date: 2008-07-11T18:59:04 Monotone-Branch: ca.inverse.sogo -commit a4837c56111733d7ec9635176ad83a0e18afd9ec -Merge: 8a69b86 b6f3db9 -Author: Wolfgang Sourdeau -Date: Fri Jul 11 18:40:38 2008 +0000 - - merge of 'bded46ecbec55dcfe4c434982eb0a1d07a5ce436' - and 'fe2f63c6432b82528c17fb060e145ead69df40d3' - - Monotone-Parent: bded46ecbec55dcfe4c434982eb0a1d07a5ce436 - Monotone-Parent: fe2f63c6432b82528c17fb060e145ead69df40d3 - Monotone-Revision: 82fc330b5d4b9a01f4015dd01dcccb5316336a01 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-07-11T18:40:38 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactGCSFolder.m commit b6f3db9b3bcf539eb12daa3d430991815fc93bc2 Author: Wolfgang Sourdeau @@ -72285,6 +89137,8 @@ Date: Fri Jul 11 17:33:31 2008 +0000 Monotone-Date: 2008-07-11T17:33:31 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalDateSelector.m + commit cf289984670d4b3a725c6341e0c904e2292cb279 Author: Wolfgang Sourdeau Date: Fri Jul 11 17:32:59 2008 +0000 @@ -72296,6 +89150,10 @@ Date: Fri Jul 11 17:32:59 2008 +0000 Monotone-Date: 2008-07-11T17:32:59 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/GNUmakefile +M UI/Scheduler/UIxCalDateSelector.m +M UI/Scheduler/UIxCalMainView.m + commit a3671f52a06362158091a9d19709746e4ec4f8ec Author: Wolfgang Sourdeau Date: Fri Jul 11 17:26:11 2008 +0000 @@ -72307,6 +89165,8 @@ Date: Fri Jul 11 17:26:11 2008 +0000 Monotone-Date: 2008-07-11T17:26:11 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m + commit a5838d63b05a24cb8a136dcae175eafe497a8a9e Author: Wolfgang Sourdeau Date: Thu Jul 10 21:33:12 2008 +0000 @@ -72318,6 +89178,10 @@ Date: Thu Jul 10 21:33:12 2008 +0000 Monotone-Date: 2008-07-10T21:33:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+DAV.h +M SoObjects/SOGo/NSString+DAV.m + commit fa8de6142f68a099f04ea1d5ab3d6c38522cafdf Author: Wolfgang Sourdeau Date: Thu Jul 10 21:32:20 2008 +0000 @@ -72329,6 +89193,8 @@ Date: Thu Jul 10 21:32:20 2008 +0000 Monotone-Date: 2008-07-10T21:32:20 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolders.m + commit 70461aafc6b7961dbfe8ef13a18bbfdd578399cd Author: Wolfgang Sourdeau Date: Thu Jul 10 21:31:15 2008 +0000 @@ -72340,6 +89206,8 @@ Date: Thu Jul 10 21:31:15 2008 +0000 Monotone-Date: 2008-07-10T21:31:15 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.m + commit 63f3ff1c59762a6d9f825ca6fb0858cd39b1443c Author: Wolfgang Sourdeau Date: Thu Jul 10 21:30:56 2008 +0000 @@ -72351,6 +89219,10 @@ Date: Thu Jul 10 21:30:56 2008 +0000 Monotone-Date: 2008-07-10T21:30:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolders.m +M SoObjects/Appointments/SOGoUserFolder+Appointments.m + commit 94e43f136768b548fb7a6cad65b60a78c38ccb33 Author: Wolfgang Sourdeau Date: Thu Jul 10 16:18:43 2008 +0000 @@ -72362,6 +89234,8 @@ Date: Thu Jul 10 16:18:43 2008 +0000 Monotone-Date: 2008-07-10T16:18:43 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m + commit fa626352b51514bb82a99a2225d7a983b6f31240 Author: Wolfgang Sourdeau Date: Thu Jul 10 15:26:41 2008 +0000 @@ -72373,6 +89247,11 @@ Date: Thu Jul 10 15:26:41 2008 +0000 Monotone-Date: 2008-07-10T15:26:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m + commit a62f8fb9af88d7841b8085161ff351e73d79ab37 Author: Wolfgang Sourdeau Date: Thu Jul 10 15:11:33 2008 +0000 @@ -72384,6 +89263,8 @@ Date: Thu Jul 10 15:11:33 2008 +0000 Monotone-Date: 2008-07-10T15:11:33 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactFolders.m + commit 095cb07f174af568efa27225a6aa31a13a639d22 Author: Wolfgang Sourdeau Date: Thu Jul 10 15:11:01 2008 +0000 @@ -72395,6 +89276,13 @@ Date: Thu Jul 10 15:11:01 2008 +0000 Monotone-Date: 2008-07-10T15:11:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Contacts/SOGoContactFolders.m +M UI/MailPartViewers/UIxMailPartICalActions.m + commit 23c75ba8aded8050c4c3116b5cd8b8b0b4010a20 Author: Wolfgang Sourdeau Date: Thu Jul 10 15:04:00 2008 +0000 @@ -72406,6 +89294,8 @@ Date: Thu Jul 10 15:04:00 2008 +0000 Monotone-Date: 2008-07-10T15:04:00 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m + commit d253589ee043d542c593bc054ea7ea280b0eef64 Author: Wolfgang Sourdeau Date: Thu Jul 10 14:59:03 2008 +0000 @@ -72417,6 +89307,13 @@ Date: Thu Jul 10 14:59:03 2008 +0000 Monotone-Date: 2008-07-10T14:59:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Contacts/SOGoContactFolders.m +M UI/MailPartViewers/UIxMailPartICalActions.m + commit 85a81bb9d035195845f66075490f07fa3f37d8ff Author: Wolfgang Sourdeau Date: Thu Jul 10 14:57:51 2008 +0000 @@ -72428,21 +89325,7 @@ Date: Thu Jul 10 14:57:51 2008 +0000 Monotone-Date: 2008-07-10T14:57:51 Monotone-Branch: ca.inverse.sogo -commit 0b16129d0a4718c4020b6f9b9a2ac81ea39365eb -Merge: a8a1cfb 5e1fb58 -Author: Wolfgang Sourdeau -Date: Wed Jul 9 21:09:59 2008 +0000 - - merge of '546031563b555a3095688a4ec17eeb5902aea9a1' - and 'dcb58071ad12a3e87d2a061647e9558e70bb9775' - - Monotone-Parent: 546031563b555a3095688a4ec17eeb5902aea9a1 - Monotone-Parent: dcb58071ad12a3e87d2a061647e9558e70bb9775 - Monotone-Revision: 77ae5931198ed270924efe912f3a0be9fe7a7a62 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-07-09T21:09:59 - Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/product.plist commit 5e1fb58ab9707c43c04733f21ffff67a2e001b6c Author: Wolfgang Sourdeau @@ -72455,6 +89338,15 @@ Date: Wed Jul 9 21:09:08 2008 +0000 Monotone-Date: 2008-07-09T21:09:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentFolders.m +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoParentFolder.h +M SoObjects/SOGo/WORequest+SOGo.h +M SoObjects/SOGo/WORequest+SOGo.m + commit 13daab061a614876f58e1d58bca599da96ec96b2 Author: Wolfgang Sourdeau Date: Wed Jul 9 21:05:47 2008 +0000 @@ -72466,6 +89358,8 @@ Date: Wed Jul 9 21:05:47 2008 +0000 Monotone-Date: 2008-07-09T21:05:47 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1623.diff + commit 24f460e9b07fb6f8fe107037dd352e6ad3dabeb6 Author: Wolfgang Sourdeau Date: Wed Jul 9 16:02:42 2008 +0000 @@ -72477,6 +89371,10 @@ Date: Wed Jul 9 16:02:42 2008 +0000 Monotone-Date: 2008-07-09T16:02:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolders.m +M SoObjects/SOGo/SOGoContentObject.m + commit 8cebb1931d10648b48dc7003d51d125315788ff7 Author: Wolfgang Sourdeau Date: Wed Jul 9 15:59:56 2008 +0000 @@ -72488,6 +89386,8 @@ Date: Wed Jul 9 15:59:56 2008 +0000 Monotone-Date: 2008-07-09T15:59:56 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1623.diff + commit 726a54d7dca57eb95c7b52765e28d9a98757e558 Author: Wolfgang Sourdeau Date: Wed Jul 9 15:54:39 2008 +0000 @@ -72499,6 +89399,9 @@ Date: Wed Jul 9 15:54:39 2008 +0000 Monotone-Date: 2008-07-09T15:54:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 7a85810909b4e8719c45cb12c0d5b116d3f78577 Author: Wolfgang Sourdeau Date: Wed Jul 9 15:43:55 2008 +0000 @@ -72510,6 +89413,8 @@ Date: Wed Jul 9 15:43:55 2008 +0000 Monotone-Date: 2008-07-09T15:43:55 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.h + commit 325156489121fafbfe59884180c96eebe1be492f Author: Wolfgang Sourdeau Date: Wed Jul 9 15:43:48 2008 +0000 @@ -72521,6 +89426,9 @@ Date: Wed Jul 9 15:43:48 2008 +0000 Monotone-Date: 2008-07-09T15:43:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 5886e82c794e118e402aff260e4eba309872867e Author: Wolfgang Sourdeau Date: Wed Jul 9 15:42:22 2008 +0000 @@ -72532,6 +89440,10 @@ Date: Wed Jul 9 15:42:22 2008 +0000 Monotone-Date: 2008-07-09T15:42:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.h +M SoObjects/SOGo/SOGoContentObject.m + commit 8a69b86e126b34cc286778d97abb3de10e4b9908 Author: Francis Lachapelle Date: Wed Jul 9 02:01:32 2008 +0000 @@ -72543,37 +89455,17 @@ Date: Wed Jul 9 02:01:32 2008 +0000 Monotone-Date: 2008-07-09T02:01:32 Monotone-Branch: ca.inverse.sogo -commit 2fc24595c53f4811d97e544626e990cd1e419c6c -Merge: a5838d6 d910fc8 -Author: Francis Lachapelle -Date: Tue Jul 8 23:06:08 2008 +0000 - - merge of '16bafd35c923b43175977acf723114a90f37d677' - and 'c38113be1f70b01613925ed47bf4491f5536862d' - - Monotone-Parent: 16bafd35c923b43175977acf723114a90f37d677 - Monotone-Parent: c38113be1f70b01613925ed47bf4491f5536862d - Monotone-Revision: 96be8fb544ada3cb6a58b0caa0bfb99522dac8db - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-07-08T23:06:08 - Monotone-Branch: ca.inverse.sogo - -commit d910fc85572a3c172cc71ceec88b78745e443fa8 -Merge: 94e43f1 0494428 -Author: Francis Lachapelle -Date: Tue Jul 8 21:17:45 2008 +0000 - - merge of '6c3815301043c73cd8c87444dacb26fe1331a86f' - and '7d2120f897825c5610c6111ccba1a14c02fdcb07' - - Monotone-Parent: 6c3815301043c73cd8c87444dacb26fe1331a86f - Monotone-Parent: 7d2120f897825c5610c6111ccba1a14c02fdcb07 - Monotone-Revision: c38113be1f70b01613925ed47bf4491f5536862d - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-07-08T21:17:45 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoContentObject.h +M SoObjects/SOGo/SOGoContentObject.m +M UI/Contacts/GNUmakefile +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/product.plist +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxMailEditor.js +A UI/WebServerResources/addrbook.png +M UI/WebServerResources/generic.css +A UI/WebServerResources/remote-addrbook.png commit 049442813954f8c102533346433fea5942a6f601 Author: Francis Lachapelle @@ -72586,21 +89478,7 @@ Date: Tue Jul 8 20:14:47 2008 +0000 Monotone-Date: 2008-07-08T20:14:47 Monotone-Branch: ca.inverse.sogo -commit fb79b7a0c181987c6cb98ab39e8e3049dfe84053 -Merge: 0797fb9 ed96116 -Author: Wolfgang Sourdeau -Date: Tue Jul 8 15:46:29 2008 +0000 - - merge of '305966069ea6e632bec9f09e6fd85e54295efb03' - and '4919aeeff629dcb3750bd1e1f28cf06348a5da02' - - Monotone-Parent: 305966069ea6e632bec9f09e6fd85e54295efb03 - Monotone-Parent: 4919aeeff629dcb3750bd1e1f28cf06348a5da02 - Monotone-Revision: 1ffb41682368b46b7d5dfbe50eb430e0859f6837 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-07-08T15:46:29 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js commit ed9611678b22e80e272d11f1b73c8e63b605e0f5 Author: Wolfgang Sourdeau @@ -72613,6 +89491,9 @@ Date: Tue Jul 8 15:44:50 2008 +0000 Monotone-Date: 2008-07-08T15:44:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 804c05e92df0fed955eb141bba3a29fffeb264c2 Author: Wolfgang Sourdeau Date: Tue Jul 8 15:42:40 2008 +0000 @@ -72624,6 +89505,10 @@ Date: Tue Jul 8 15:42:40 2008 +0000 Monotone-Date: 2008-07-08T15:42:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.h +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 1aa527535b885ace3836779c1b188f330cd8dd58 Author: Wolfgang Sourdeau Date: Tue Jul 8 15:40:47 2008 +0000 @@ -72635,6 +89520,9 @@ Date: Tue Jul 8 15:40:47 2008 +0000 Monotone-Date: 2008-07-08T15:40:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 7cffd286083f91d94eada125cd4e19cf91fdb656 Author: Wolfgang Sourdeau Date: Tue Jul 8 15:40:07 2008 +0000 @@ -72646,6 +89534,8 @@ Date: Tue Jul 8 15:40:07 2008 +0000 Monotone-Date: 2008-07-08T15:40:07 Monotone-Branch: ca.inverse.sogo +M configure + commit a8a1cfbc31ec19b10ece0d2d715c38f57ee7c754 Author: Francis Lachapelle Date: Tue Jul 8 13:04:36 2008 +0000 @@ -72657,6 +89547,8 @@ Date: Tue Jul 8 13:04:36 2008 +0000 Monotone-Date: 2008-07-08T13:04:36 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit d7783869c39d76bffa23450935e050f8e13b0f7d Author: Francis Lachapelle Date: Tue Jul 8 12:51:55 2008 +0000 @@ -72668,6 +89560,9 @@ Date: Tue Jul 8 12:51:55 2008 +0000 Monotone-Date: 2008-07-08T12:51:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS + commit f25989a2913182af216156d573a534558fa2b78e Author: Francis Lachapelle Date: Tue Jul 8 12:44:11 2008 +0000 @@ -72679,6 +89574,8 @@ Date: Tue Jul 8 12:44:11 2008 +0000 Monotone-Date: 2008-07-08T12:44:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit b828996f1e37d3678ab99eb671083f4ba081353b Author: Francis Lachapelle Date: Tue Jul 8 12:17:53 2008 +0000 @@ -72690,6 +89587,9 @@ Date: Tue Jul 8 12:17:53 2008 +0000 Monotone-Date: 2008-07-08T12:17:53 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactView.m +M UI/WebServerResources/ContactsUI.js + commit a19563f78b2b819a67d7ba3e336b90d6770bf033 Author: Francis Lachapelle Date: Tue Jul 8 11:32:43 2008 +0000 @@ -72701,6 +89601,16 @@ Date: Tue Jul 8 11:32:43 2008 +0000 Monotone-Date: 2008-07-08T11:32:43 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactGCSFolder.m +M UI/Contacts/Toolbars/SOGoContactFolder.toolbar +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/UIxContactView.m +M UI/Contacts/product.plist +M UI/MailerUI/UIxMailMainFrame.m +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/generic.js + commit fe445c22f1b4356f76964d0531062189d4f2452b Author: Francis Lachapelle Date: Tue Jul 8 11:13:20 2008 +0000 @@ -72712,6 +89622,8 @@ Date: Tue Jul 8 11:13:20 2008 +0000 Monotone-Date: 2008-07-08T11:13:20 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.js + commit 4de9671edd9d0a140a2ff4e51df688327594bf7d Author: Francis Lachapelle Date: Tue Jul 8 11:10:29 2008 +0000 @@ -72723,6 +89635,8 @@ Date: Tue Jul 8 11:10:29 2008 +0000 Monotone-Date: 2008-07-08T11:10:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css + commit 2623c386551eeaa7bb4d92bc3a28890110707115 Author: Francis Lachapelle Date: Tue Jul 8 01:59:40 2008 +0000 @@ -72734,6 +89648,9 @@ Date: Tue Jul 8 01:59:40 2008 +0000 Monotone-Date: 2008-07-08T01:59:40 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js + commit d9304d4063ffc85c417d03a93b417c6b68cc900d Author: Francis Lachapelle Date: Tue Jul 8 01:56:34 2008 +0000 @@ -72745,6 +89662,9 @@ Date: Tue Jul 8 01:56:34 2008 +0000 Monotone-Date: 2008-07-08T01:56:34 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactsListViewContainer.h +M UI/Contacts/UIxContactsListViewContainer.m + commit 443265db50db4b7bc29d1af375d49b4f232a2ecb Author: Wolfgang Sourdeau Date: Mon Jul 7 15:50:50 2008 +0000 @@ -72756,6 +89676,9 @@ Date: Mon Jul 7 15:50:50 2008 +0000 Monotone-Date: 2008-07-07T15:50:50 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardElement.m +M SOPE/NGCards/ChangeLog + commit 6c34e49849490e06a3f9a3465e05bc676cb57c0e Author: Wolfgang Sourdeau Date: Fri Jul 4 22:25:27 2008 +0000 @@ -72767,6 +89690,11 @@ Date: Fri Jul 4 22:25:27 2008 +0000 Monotone-Date: 2008-07-04T22:25:27 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/SOGo/SOGoContentObject.h +M SoObjects/SOGo/SOGoContentObject.m + commit deed690afb18c3d7509c635844cd53b0f5fdb42e Author: Wolfgang Sourdeau Date: Fri Jul 4 19:28:21 2008 +0000 @@ -72778,6 +89706,8 @@ Date: Fri Jul 4 19:28:21 2008 +0000 Monotone-Date: 2008-07-04T19:28:21 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 0797fb9a62cf0980be5e2a50f241391e8f87e348 Author: Francis Lachapelle Date: Fri Jul 4 09:43:28 2008 +0000 @@ -72789,24 +89719,15 @@ Date: Fri Jul 4 09:43:28 2008 +0000 Monotone-Date: 2008-07-04T09:43:28 Monotone-Branch: ca.inverse.sogo -commit 061709ab082d384a2cd0c25efb61dc21db023327 -Merge: f23aa52 9b758a6 -Author: Francis Lachapelle -Date: Thu Jul 3 23:07:27 2008 +0000 - - merge of '8ca6b006717869bd8c2cfca4e9afa1da74772b12' - and '9a36073d1afa7838c5d2980e533a408ede5d3fdb' - - Monotone-Parent: 8ca6b006717869bd8c2cfca4e9afa1da74772b12 - Monotone-Parent: 9a36073d1afa7838c5d2980e533a408ede5d3fdb - Monotone-Revision: 5daf7aebb25ab3a16dccbb23766a2eb2a04a78f5 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-07-03T23:07:27 - Monotone-Date: 2008-07-04T19:27:26 - Monotone-Branch: ca.inverse.sogo - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.h +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/product.plist +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/generic.css commit f23aa520157c5f200b81225f93f52ff70d5a943e Author: Wolfgang Sourdeau @@ -72819,6 +89740,8 @@ Date: Fri Jul 4 18:27:07 2008 +0000 Monotone-Date: 2008-07-04T18:27:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 8fdb386bd10f7c8463137e25dd4028dbcda72634 Author: Wolfgang Sourdeau Date: Fri Jul 4 18:23:11 2008 +0000 @@ -72830,6 +89753,9 @@ Date: Fri Jul 4 18:23:11 2008 +0000 Monotone-Date: 2008-07-04T18:23:11 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardGroup.m +M SOPE/NGCards/ChangeLog + commit b3487bdc719469e54dd6cf23e7013a618881e606 Author: Wolfgang Sourdeau Date: Fri Jul 4 18:22:14 2008 +0000 @@ -72841,6 +89767,8 @@ Date: Fri Jul 4 18:22:14 2008 +0000 Monotone-Date: 2008-07-04T18:22:14 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolders.m + commit be3a423e9bdaf02c6ed9067e3cc27f12d773e02d Author: Wolfgang Sourdeau Date: Fri Jul 4 18:22:06 2008 +0000 @@ -72852,6 +89780,11 @@ Date: Fri Jul 4 18:22:06 2008 +0000 Monotone-Date: 2008-07-04T18:22:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m + commit acfedae126cffbca597c8c6cb0a3741ad17c8011 Author: Wolfgang Sourdeau Date: Fri Jul 4 16:06:09 2008 +0000 @@ -72863,6 +89796,51 @@ Date: Fri Jul 4 16:06:09 2008 +0000 Monotone-Date: 2008-07-04T16:06:09 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m +M OGoContentStore/test_quick_extract.m +M SOPE/NGCards/CardElement.m +M SOPE/NGCards/CardGroup.m +M SOPE/NGCards/CardVersitRenderer.m +M SOPE/NGCards/NGCardsSaxHandler.m +M SOPE/NGCards/NSArray+NGCards.m +M SOPE/NGCards/NSString+NGCards.m +M SOPE/NGCards/iCalRecurrenceCalculator.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoUserFolder+Appointments.h +M SoObjects/Appointments/SOGoUserFolder+Appointments.m +M SoObjects/Appointments/iCalEntityObject+SOGo.m +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/Contacts/SOGoContactLDAPFolder.m +M SoObjects/Contacts/SOGoFolder+CardDAV.m +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/Mailer/SOGoMailObject+Draft.m +M SoObjects/SOGo/LDAPUserManager.m +M SoObjects/SOGo/NSArray+DAV.m +M SoObjects/SOGo/NSArray+Utilities.m +M SoObjects/SOGo/NSDictionary+Utilities.m +M SoObjects/SOGo/SOGoCache.m +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoParentFolder.m +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserFolder.m +M SoObjects/SOGo/SOGoWebDAVAclManager.m +M UI/Common/UIxAclEditor.m +M UI/Common/common.h +M UI/Contacts/UIxContactFoldersView.m +M UI/MailPartViewers/UIxMailPartHTMLViewer.m +M UI/MailPartViewers/UIxMailPartViewer.m +M UI/MailerUI/UIxMailListView.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/MailerUI/UIxMailToSelection.m +M UI/MainUI/SOGoUserHomePage.m +M UI/SOGoUI/UIxComponent.m +M UI/Scheduler/NSArray+Scheduler.m +M UI/Scheduler/UIxCalMulticolumnDayView.m +M UI/Scheduler/UIxComponentEditor.m + commit fc88f88ffffda37ddd765c5b3ce0872f2fdafd02 Author: Wolfgang Sourdeau Date: Fri Jul 4 13:57:47 2008 +0000 @@ -72874,6 +89852,9 @@ Date: Fri Jul 4 13:57:47 2008 +0000 Monotone-Date: 2008-07-04T13:57:47 Monotone-Branch: ca.inverse.sogo +D SOPE/sope-patchset-r1621.diff +A SOPE/sope-patchset-r1623.diff + commit 9b758a687527a00975f25ae9e0937a72c96abf5e Author: Francis Lachapelle Date: Thu Jul 3 21:26:05 2008 +0000 @@ -72885,6 +89866,13 @@ Date: Thu Jul 3 21:26:05 2008 +0000 Monotone-Date: 2008-07-03T21:26:05 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailToSelection.js +M UI/WebServerResources/generic.css + commit 8d7bb2a170e75292b8e794ea1dd0655e2ce370f9 Author: Wolfgang Sourdeau Date: Thu Jul 3 15:18:44 2008 +0000 @@ -72896,6 +89884,9 @@ Date: Thu Jul 3 15:18:44 2008 +0000 Monotone-Date: 2008-07-03T15:18:44 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalEvent.m + commit 5fbc2ed38789b8404b0933df1ba7488793f5c682 Author: Wolfgang Sourdeau Date: Mon Jun 30 22:28:28 2008 +0000 @@ -72907,21 +89898,7 @@ Date: Mon Jun 30 22:28:28 2008 +0000 Monotone-Date: 2008-06-30T22:28:28 Monotone-Branch: ca.inverse.sogo -commit 471f9002a24231ad3eebd13673cd4726e54c3add -Merge: 61abfb8 57adf17 -Author: Wolfgang Sourdeau -Date: Mon Jun 30 21:46:14 2008 +0000 - - merge of '12a978320b509383d727e835aa557429699e1bce' - and 'de179977f91b4497c002d506a13cf0098889c086' - - Monotone-Parent: 12a978320b509383d727e835aa557429699e1bce - Monotone-Parent: de179977f91b4497c002d506a13cf0098889c086 - Monotone-Revision: e78d6ed43cef4846ff53da0fb7517386a0b09874 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-06-30T21:46:14 - Monotone-Branch: ca.inverse.sogo +M NEWS commit 61abfb87241de27c24710e676fbb64eabdde0835 Author: Wolfgang Sourdeau @@ -72934,21 +89911,7 @@ Date: Mon Jun 30 21:46:05 2008 +0000 Monotone-Date: 2008-06-30T21:46:05 Monotone-Branch: ca.inverse.sogo -commit 57adf176764cd705236f8f4b3107643dba8aa175 -Merge: 5f6d80b 3074d66 -Author: Wolfgang Sourdeau -Date: Mon Jun 30 21:12:10 2008 +0000 - - merge of '00293ff1c17131bee9ded6c69cb66e9253198cb1' - and '46bd18b8766ad6df33d5fb254434ed6b19805eae' - - Monotone-Parent: 00293ff1c17131bee9ded6c69cb66e9253198cb1 - Monotone-Parent: 46bd18b8766ad6df33d5fb254434ed6b19805eae - Monotone-Revision: de179977f91b4497c002d506a13cf0098889c086 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-06-30T21:12:10 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m commit 5f6d80b46ecdf6aa823c5dd36f12eb6b4993b558 Author: Wolfgang Sourdeau @@ -72961,6 +89924,9 @@ Date: Mon Jun 30 21:11:20 2008 +0000 Monotone-Date: 2008-06-30T21:11:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 3074d66e364e6b243d26ced846becabcf25af07e Author: Francis Lachapelle Date: Mon Jun 30 20:58:29 2008 +0000 @@ -72972,21 +89938,7 @@ Date: Mon Jun 30 20:58:29 2008 +0000 Monotone-Date: 2008-06-30T20:58:29 Monotone-Branch: ca.inverse.sogo -commit f309a825ca6dbfa17de288efe5a4dbd3d6c2ed34 -Merge: 83014e4 40ec0cc -Author: Francis Lachapelle -Date: Mon Jun 30 20:36:23 2008 +0000 - - merge of '602ce15244a3cf50b41b2c16feb1c88a2d9bcc37' - and 'f8fd2d73c8df37a6753528c62bb5d7eb27f1e811' - - Monotone-Parent: 602ce15244a3cf50b41b2c16feb1c88a2d9bcc37 - Monotone-Parent: f8fd2d73c8df37a6753528c62bb5d7eb27f1e811 - Monotone-Revision: b38c37cda11815cc245586cfe099f39cb10261f2 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-06-30T20:36:23 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAttendeesEditor.js commit 40ec0cc96e486e518341680a2a36a4c672877898 Author: Francis Lachapelle @@ -72999,6 +89951,8 @@ Date: Mon Jun 30 20:35:48 2008 +0000 Monotone-Date: 2008-06-30T20:35:48 Monotone-Branch: ca.inverse.sogo +M NEWS + commit e91d5e63a31067b19e0a0a10409136bb9cf2a72c Author: Francis Lachapelle Date: Mon Jun 30 20:34:51 2008 +0000 @@ -73010,6 +89964,9 @@ Date: Mon Jun 30 20:34:51 2008 +0000 Monotone-Date: 2008-06-30T20:34:51 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/WebServerResources/UIxComponentEditor.js + commit 83014e4b5307bb2472c4079f23fc18ee7162c9f9 Author: Wolfgang Sourdeau Date: Mon Jun 30 20:18:32 2008 +0000 @@ -73021,6 +89978,9 @@ Date: Mon Jun 30 20:18:32 2008 +0000 Monotone-Date: 2008-06-30T20:18:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit d30007a4d0cb8cf2cd03cc7f740a6f976e1c40ff Author: Francis Lachapelle Date: Mon Jun 30 20:05:48 2008 +0000 @@ -73032,6 +89992,8 @@ Date: Mon Jun 30 20:05:48 2008 +0000 Monotone-Date: 2008-06-30T20:05:48 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 44b95d362a1ce81c9f9e41fe0885f18de8364ba5 Author: Wolfgang Sourdeau Date: Mon Jun 30 18:58:19 2008 +0000 @@ -73043,21 +90005,7 @@ Date: Mon Jun 30 18:58:19 2008 +0000 Monotone-Date: 2008-06-30T18:58:19 Monotone-Branch: ca.inverse.sogo -commit 0ecc42f252749028c28b6449581336204922536a -Merge: 9eed3fc 68cef03 -Author: Wolfgang Sourdeau -Date: Mon Jun 30 18:57:07 2008 +0000 - - merge of '46d1c12eedb8177f788cf76fdb4e73b766c27617' - and '4ffb0fb9d1bad2a11d7f36633c52d54218fbde52' - - Monotone-Parent: 46d1c12eedb8177f788cf76fdb4e73b766c27617 - Monotone-Parent: 4ffb0fb9d1bad2a11d7f36633c52d54218fbde52 - Monotone-Revision: 5352455491daf79d879c8976262af4ecc972d346 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-06-30T18:57:07 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoParentFolder.m commit 68cef03a0664b44fac4e9e7402cc475546272e46 Author: Wolfgang Sourdeau @@ -73070,6 +90018,9 @@ Date: Mon Jun 30 18:55:45 2008 +0000 Monotone-Date: 2008-06-30T18:55:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoParentFolder.m + commit 669d8b1128c37d833d15d2c0d892046106eacf39 Author: Wolfgang Sourdeau Date: Mon Jun 30 18:54:55 2008 +0000 @@ -73081,6 +90032,8 @@ Date: Mon Jun 30 18:54:55 2008 +0000 Monotone-Date: 2008-06-30T18:54:55 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoUserFolder+Appointments.m + commit a616391e06fb151e02167174f10b707b32695bbf Author: Wolfgang Sourdeau Date: Mon Jun 30 18:53:12 2008 +0000 @@ -73092,6 +90045,8 @@ Date: Mon Jun 30 18:53:12 2008 +0000 Monotone-Date: 2008-06-30T18:53:12 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolders.m + commit 7f7ca2d3cedc211e7715564cdd7455810405c295 Author: Wolfgang Sourdeau Date: Mon Jun 30 18:52:20 2008 +0000 @@ -73103,6 +90058,9 @@ Date: Mon Jun 30 18:52:20 2008 +0000 Monotone-Date: 2008-06-30T18:52:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit acd7801f5cc55b7cc218ca164b5ade0aad2a91bd Author: Wolfgang Sourdeau Date: Mon Jun 30 18:49:46 2008 +0000 @@ -73114,6 +90072,8 @@ Date: Mon Jun 30 18:49:46 2008 +0000 Monotone-Date: 2008-06-30T18:49:46 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoParentFolder.m + commit 9eed3fca655cc85db5c5669d7f3dadf3278445c2 Author: Francis Lachapelle Date: Mon Jun 30 18:43:57 2008 +0000 @@ -73125,6 +90085,8 @@ Date: Mon Jun 30 18:43:57 2008 +0000 Monotone-Date: 2008-06-30T18:43:57 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 37ccac74a4293bbaf50e9193f9351c3ccfec71be Author: Wolfgang Sourdeau Date: Mon Jun 30 18:41:32 2008 +0000 @@ -73136,6 +90098,8 @@ Date: Mon Jun 30 18:41:32 2008 +0000 Monotone-Date: 2008-06-30T18:41:32 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoFreeBusyObject.h + commit 8e84b21ce92a2623ced6bf6f1bf1c92a0552ec1c Author: Wolfgang Sourdeau Date: Mon Jun 30 18:31:50 2008 +0000 @@ -73147,6 +90111,8 @@ Date: Mon Jun 30 18:31:50 2008 +0000 Monotone-Date: 2008-06-30T18:31:50 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUserFolder.h + commit ea81b6155f8387e675a926935a5f34f28e4fbb61 Author: Wolfgang Sourdeau Date: Mon Jun 30 18:31:38 2008 +0000 @@ -73158,6 +90124,8 @@ Date: Mon Jun 30 18:31:38 2008 +0000 Monotone-Date: 2008-06-30T18:31:38 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/DAVReportMap.plist + commit b86a466fb7a6582a28ad04398c1d3404a315e13c Author: Wolfgang Sourdeau Date: Mon Jun 30 18:31:29 2008 +0000 @@ -73169,6 +90137,8 @@ Date: Mon Jun 30 18:31:29 2008 +0000 Monotone-Date: 2008-06-30T18:31:29 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoObject.h + commit 843b7d36169e2112394600f959acb85db1d05e6b Author: Wolfgang Sourdeau Date: Mon Jun 30 18:31:03 2008 +0000 @@ -73180,6 +90150,10 @@ Date: Mon Jun 30 18:31:03 2008 +0000 Monotone-Date: 2008-06-30T18:31:03 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalFreeBusy.h +M SOPE/NGCards/iCalFreeBusy.m + commit f50e9b4d0f617827e9f9473c5ad2bacac0c09a54 Author: Wolfgang Sourdeau Date: Mon Jun 30 15:15:29 2008 +0000 @@ -73191,6 +90165,8 @@ Date: Mon Jun 30 15:15:29 2008 +0000 Monotone-Date: 2008-06-30T15:15:29 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/GCSFolderManager.m + commit d0c53ef1ac925b14253d1ba17c73b2a36e914caa Author: Wolfgang Sourdeau Date: Mon Jun 30 14:50:47 2008 +0000 @@ -73202,6 +90178,8 @@ Date: Mon Jun 30 14:50:47 2008 +0000 Monotone-Date: 2008-06-30T14:50:47 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/GCSFolderManager.m + commit f6e7d5c3a7fefce0e3ccebaed30aecc2c68320ff Author: Wolfgang Sourdeau Date: Mon Jun 30 14:15:42 2008 +0000 @@ -73213,6 +90191,9 @@ Date: Mon Jun 30 14:15:42 2008 +0000 Monotone-Date: 2008-06-30T14:15:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit 3e01dc899fc9a5b52424bf4a2105d07e95c14f39 Author: Wolfgang Sourdeau Date: Mon Jun 30 14:12:32 2008 +0000 @@ -73224,6 +90205,9 @@ Date: Mon Jun 30 14:12:32 2008 +0000 Monotone-Date: 2008-06-30T14:12:32 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/OCSFolderInfo-oracle.sql +M UI/MainUI/OCSFolderInfo.sql + commit 7c2be6f0d31f156faae0d3106758306c7c01f73b Author: Wolfgang Sourdeau Date: Mon Jun 30 14:12:10 2008 +0000 @@ -73235,6 +90219,9 @@ Date: Mon Jun 30 14:12:10 2008 +0000 Monotone-Date: 2008-06-30T14:12:10 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolderManager.m + commit e389f53590bccb47971081c017e967b540289b39 Author: Wolfgang Sourdeau Date: Mon Jun 30 14:10:45 2008 +0000 @@ -73246,6 +90233,9 @@ Date: Mon Jun 30 14:10:45 2008 +0000 Monotone-Date: 2008-06-30T14:10:45 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.m + commit 975f39355e95e5bf50a6dad5fa43b94bc0196db0 Author: Wolfgang Sourdeau Date: Mon Jun 30 14:08:10 2008 +0000 @@ -73257,6 +90247,10 @@ Date: Mon Jun 30 14:08:10 2008 +0000 Monotone-Date: 2008-06-30T14:08:10 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/EOAdaptorChannel+GCS.h +M SOPE/GDLContentStore/EOAdaptorChannel+GCS.m + commit 09a3866d02aaf56d4f35a1e6623fe071172c2d24 Author: Wolfgang Sourdeau Date: Fri Jun 27 14:49:28 2008 +0000 @@ -73268,6 +90262,9 @@ Date: Fri Jun 27 14:49:28 2008 +0000 Monotone-Date: 2008-06-27T14:49:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoFreeBusyObject.m + commit 07e5875c7eab175d7a030fd5d2f888880458948e Author: Wolfgang Sourdeau Date: Mon Jun 23 22:04:40 2008 +0000 @@ -73279,6 +90276,8 @@ Date: Mon Jun 23 22:04:40 2008 +0000 Monotone-Date: 2008-06-23T22:04:40 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactsUserFolders.js + commit f1fa01109c348a6267f48ee6d91033460a5ee3ee Author: Wolfgang Sourdeau Date: Mon Jun 23 20:44:54 2008 +0000 @@ -73290,6 +90289,13 @@ Date: Mon Jun 23 20:44:54 2008 +0000 Monotone-Date: 2008-06-23T20:44:54 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailToSelection.js +M UI/WebServerResources/generic.js + commit f773bc2e66f0e5be8108a9447179a66b22c574ea Author: Wolfgang Sourdeau Date: Mon Jun 23 17:42:01 2008 +0000 @@ -73301,6 +90307,8 @@ Date: Mon Jun 23 17:42:01 2008 +0000 Monotone-Date: 2008-06-23T17:42:01 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoParentFolder.m + commit db7ef9102f7d1748c0ed82d8eb111774a3fee231 Author: Wolfgang Sourdeau Date: Mon Jun 23 17:29:57 2008 +0000 @@ -73312,6 +90320,9 @@ Date: Mon Jun 23 17:29:57 2008 +0000 Monotone-Date: 2008-06-23T17:29:57 Monotone-Branch: ca.inverse.sogo +A UI/MainUI/Dutch.lproj/Locale +A UI/MainUI/Spanish.lproj/Locale + commit 8f08599db191d4ad1450bdb0f4306e2c4293e71f Author: Wolfgang Sourdeau Date: Mon Jun 23 14:32:53 2008 +0000 @@ -73323,6 +90334,12 @@ Date: Mon Jun 23 14:32:53 2008 +0000 Monotone-Date: 2008-06-23T14:32:53 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/appointment-oracle.ocs +M OGoContentStore/appointment.ocs +M OGoContentStore/contact-oracle.ocs +M OGoContentStore/contact.ocs +M SOPE/sope-patchset-r1621.diff + commit 5a382d84ea1ec2ccded513de0d636f5c06933055 Author: Wolfgang Sourdeau Date: Mon Jun 23 14:23:18 2008 +0000 @@ -73334,6 +90351,33 @@ Date: Mon Jun 23 14:23:18 2008 +0000 Monotone-Date: 2008-06-23T14:23:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Appointments/Dutch.lproj/Localizable.strings +A SoObjects/Appointments/English.lproj/Localizable.strings +A SoObjects/Appointments/French.lproj/Localizable.strings +M SoObjects/Appointments/GNUmakefile +A SoObjects/Appointments/German.lproj/Localizable.strings +A SoObjects/Appointments/Italian.lproj/Localizable.strings +M SoObjects/Appointments/SOGoAppointmentFolders.m +A SoObjects/Appointments/Spanish.lproj/Localizable.strings +A SoObjects/Contacts/Dutch.lproj/Localizable.strings +A SoObjects/Contacts/English.lproj/Localizable.strings +A SoObjects/Contacts/French.lproj/Localizable.strings +M SoObjects/Contacts/GNUmakefile +A SoObjects/Contacts/German.lproj/Localizable.strings +A SoObjects/Contacts/Italian.lproj/Localizable.strings +M SoObjects/Contacts/SOGoContactFolders.m +A SoObjects/Contacts/Spanish.lproj/Localizable.strings +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoParentFolder.m +M UI/Contacts/Dutch.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/Italian.lproj/Localizable.strings +M UI/Contacts/Spanish.lproj/Localizable.strings +M UI/Contacts/UIxContactsListViewContainer.m + commit d22e932839dac46c7497d7c34391bc2b78ae1f42 Author: Wolfgang Sourdeau Date: Mon Jun 23 14:19:38 2008 +0000 @@ -73345,6 +90389,9 @@ Date: Mon Jun 23 14:19:38 2008 +0000 Monotone-Date: 2008-06-23T14:19:38 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolderManager.m + commit 314f55be23401cb6ed711429dbea583a716a7c1c Author: Wolfgang Sourdeau Date: Fri Jun 20 21:24:35 2008 +0000 @@ -73356,6 +90403,8 @@ Date: Fri Jun 20 21:24:35 2008 +0000 Monotone-Date: 2008-06-20T21:24:35 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1621.diff + commit bee9be27a9d170e72b2fa8a424705683a89f51c9 Author: Wolfgang Sourdeau Date: Fri Jun 20 21:10:22 2008 +0000 @@ -73367,6 +90416,8 @@ Date: Fri Jun 20 21:10:22 2008 +0000 Monotone-Date: 2008-06-20T21:10:22 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalendarProperties.wox + commit 4ed92fbd8b8fc314bd5511ef0fd229b5a332fd1d Author: Wolfgang Sourdeau Date: Fri Jun 20 15:41:52 2008 +0000 @@ -73378,21 +90429,8 @@ Date: Fri Jun 20 15:41:52 2008 +0000 Monotone-Date: 2008-06-20T15:41:52 Monotone-Branch: ca.inverse.sogo -commit 52a2e85a1e441ba7812a059789a57b6c4ccf424a -Merge: 1a51f75 7401356 -Author: Wolfgang Sourdeau -Date: Fri Jun 20 14:55:37 2008 +0000 - - merge of '5901cb55e465d09b6ccf43a331523d24a91ebb01' - and 'ab2e4a9b9ea9d6fe4dbb85153205e15f4a080f30' - - Monotone-Parent: 5901cb55e465d09b6ccf43a331523d24a91ebb01 - Monotone-Parent: ab2e4a9b9ea9d6fe4dbb85153205e15f4a080f30 - Monotone-Revision: 187fb28d41b875b82a5bc4cebd053fc83e84f32b - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-06-20T14:55:37 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalendarProperties.wox +M UI/WebServerResources/UIxCalendarProperties.css commit 1a51f750127f1556330cbfa5ea1b3d34d68fa495 Author: Wolfgang Sourdeau @@ -73405,6 +90443,9 @@ Date: Fri Jun 20 14:52:40 2008 +0000 Monotone-Date: 2008-06-20T14:52:40 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit bc86f4a582239df2b45e7c3112364a7120011095 Author: Wolfgang Sourdeau Date: Fri Jun 20 14:52:24 2008 +0000 @@ -73416,6 +90457,17 @@ Date: Fri Jun 20 14:52:24 2008 +0000 Monotone-Date: 2008-06-20T14:52:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/Dutch.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +M UI/Scheduler/Spanish.lproj/Localizable.strings +M UI/Scheduler/UIxCalendarProperties.m +M UI/Templates/SchedulerUI/UIxCalendarProperties.wox +M UI/WebServerResources/UIxCalendarProperties.css + commit d9701bce702c42e99ae02eb3338289997c9258ec Author: Wolfgang Sourdeau Date: Fri Jun 20 13:53:29 2008 +0000 @@ -73427,6 +90479,8 @@ Date: Fri Jun 20 13:53:29 2008 +0000 Monotone-Date: 2008-06-20T13:53:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 74013564b1ddb4f70e3b323532c464d275791720 Author: Wolfgang Sourdeau Date: Fri Jun 20 04:11:41 2008 +0000 @@ -73438,6 +90492,10 @@ Date: Fri Jun 20 04:11:41 2008 +0000 Monotone-Date: 2008-06-20T04:11:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactEditor.m +M UI/SOGoUI/UIxComponent.h + commit b658f6890cbb497cf1268d6c127fd32ab1deb09d Author: Wolfgang Sourdeau Date: Thu Jun 19 18:31:18 2008 +0000 @@ -73449,6 +90507,12 @@ Date: Thu Jun 19 18:31:18 2008 +0000 Monotone-Date: 2008-06-19T18:31:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/SOGo/SOGoUserFolder.m +M UI/MainUI/SOGoUserHomePage.m + commit ee5713f146ed7e033fc09820f8b48819003f9584 Author: Wolfgang Sourdeau Date: Thu Jun 19 18:26:33 2008 +0000 @@ -73460,6 +90524,8 @@ Date: Thu Jun 19 18:26:33 2008 +0000 Monotone-Date: 2008-06-19T18:26:33 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m + commit dd5c8bb13d46ac306559a0c9f59b049549a4e7b2 Author: Wolfgang Sourdeau Date: Fri Jun 13 22:43:33 2008 +0000 @@ -73471,6 +90537,8 @@ Date: Fri Jun 13 22:43:33 2008 +0000 Monotone-Date: 2008-06-13T22:43:33 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 6f2815c5f2204ab5b1788985347f827bc0b6190e Author: Wolfgang Sourdeau Date: Fri Jun 13 22:41:40 2008 +0000 @@ -73482,6 +90550,8 @@ Date: Fri Jun 13 22:41:40 2008 +0000 Monotone-Date: 2008-06-13T22:41:40 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 7172d56ae3161ea2bcd26c702e9009e09fcb7991 Author: Wolfgang Sourdeau Date: Fri Jun 13 22:27:35 2008 +0000 @@ -73493,6 +90563,8 @@ Date: Fri Jun 13 22:27:35 2008 +0000 Monotone-Date: 2008-06-13T22:27:35 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 8d1604240b5aeafcaa505662a289f547e8070773 Author: Wolfgang Sourdeau Date: Fri Jun 13 21:59:09 2008 +0000 @@ -73504,6 +90576,8 @@ Date: Fri Jun 13 21:59:09 2008 +0000 Monotone-Date: 2008-06-13T21:59:09 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 78db1a24e1c5c8f469f6554f72246f9718ca65b4 Author: Wolfgang Sourdeau Date: Fri Jun 13 21:43:09 2008 +0000 @@ -73515,6 +90589,8 @@ Date: Fri Jun 13 21:43:09 2008 +0000 Monotone-Date: 2008-06-13T21:43:09 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 28a8d6c0e7f74218226422978efcc48b6d3b91cd Author: Wolfgang Sourdeau Date: Fri Jun 13 21:35:23 2008 +0000 @@ -73526,6 +90602,8 @@ Date: Fri Jun 13 21:35:23 2008 +0000 Monotone-Date: 2008-06-13T21:35:23 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 51e0a01b1cbc74cb13603764e58676d29ebdcfeb Author: Wolfgang Sourdeau Date: Fri Jun 13 21:27:27 2008 +0000 @@ -73537,6 +90615,8 @@ Date: Fri Jun 13 21:27:27 2008 +0000 Monotone-Date: 2008-06-13T21:27:27 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 5d40be582d6cf721a85e3aca739041b9435a40e3 Author: Wolfgang Sourdeau Date: Fri Jun 13 20:22:51 2008 +0000 @@ -73548,6 +90628,11 @@ Date: Fri Jun 13 20:22:51 2008 +0000 Monotone-Date: 2008-06-13T20:22:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoCalendarComponent.m + commit a7bd1a95117458e7acc89e427ee3b82a9eff4ce6 Author: Wolfgang Sourdeau Date: Fri Jun 13 20:18:03 2008 +0000 @@ -73559,6 +90644,11 @@ Date: Fri Jun 13 20:18:03 2008 +0000 Monotone-Date: 2008-06-13T20:18:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSEntry.m +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/Contacts/SOGoContactGCSList.m + commit 7c88e37ec6c37053444034b503b487b24602996c Author: Wolfgang Sourdeau Date: Fri Jun 13 20:16:30 2008 +0000 @@ -73570,6 +90660,10 @@ Date: Fri Jun 13 20:16:30 2008 +0000 Monotone-Date: 2008-06-13T20:16:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m + commit e87a11440557ca3c88ebb29f7168032b2010d6cf Author: Wolfgang Sourdeau Date: Fri Jun 13 20:08:45 2008 +0000 @@ -73581,6 +90675,10 @@ Date: Fri Jun 13 20:08:45 2008 +0000 Monotone-Date: 2008-06-13T20:08:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m + commit b134f4544ddb5fa14695494ded9dcb690c6b4664 Author: Wolfgang Sourdeau Date: Fri Jun 13 20:07:32 2008 +0000 @@ -73592,6 +90690,12 @@ Date: Fri Jun 13 20:07:32 2008 +0000 Monotone-Date: 2008-06-13T20:07:32 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.h +M SOPE/GDLContentStore/GCSFolder.m +M SOPE/GDLContentStore/GCSFolderType.h +M SOPE/GDLContentStore/GCSFolderType.m + commit 70757493a22570d9c42f4ba12473008e4379e756 Author: Wolfgang Sourdeau Date: Fri Jun 13 20:01:10 2008 +0000 @@ -73603,6 +90707,9 @@ Date: Fri Jun 13 20:01:10 2008 +0000 Monotone-Date: 2008-06-13T20:01:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m + commit 40e2a71a0e17362364dae6e609f8419c32b78e8f Author: Wolfgang Sourdeau Date: Fri Jun 13 19:59:22 2008 +0000 @@ -73614,6 +90721,10 @@ Date: Fri Jun 13 19:59:22 2008 +0000 Monotone-Date: 2008-06-13T19:59:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.h +M SoObjects/SOGo/SOGoContentObject.m + commit 22a6e527e01d23a9f41e40afa0e4a88a8f98ca5a Author: Wolfgang Sourdeau Date: Fri Jun 13 19:55:59 2008 +0000 @@ -73625,6 +90736,10 @@ Date: Fri Jun 13 19:55:59 2008 +0000 Monotone-Date: 2008-06-13T19:55:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSArray+Utilities.h +M SoObjects/SOGo/NSArray+Utilities.m + commit a8d6d7577d65dec232806e24bdf1bc4f5b411774 Author: Wolfgang Sourdeau Date: Fri Jun 13 19:54:11 2008 +0000 @@ -73636,6 +90751,8 @@ Date: Fri Jun 13 19:54:11 2008 +0000 Monotone-Date: 2008-06-13T19:54:11 Monotone-Branch: ca.inverse.sogo +M Scripts/logrotate + commit 984b66c6b24f830946be9ec9a14d740a308c2b9e Author: Wolfgang Sourdeau Date: Wed Jun 11 22:02:32 2008 +0000 @@ -73647,6 +90764,8 @@ Date: Wed Jun 11 22:02:32 2008 +0000 Monotone-Date: 2008-06-11T22:02:32 Monotone-Branch: ca.inverse.sogo +A Scripts/logrotate + commit 9f64407501eefc21dd4418206057d210cb627ace Author: Wolfgang Sourdeau Date: Mon Jun 2 20:06:27 2008 +0000 @@ -73658,6 +90777,8 @@ Date: Mon Jun 2 20:06:27 2008 +0000 Monotone-Date: 2008-06-02T20:06:27 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m + commit be9f97342bb17f54182136a54e8eb59eab1ac757 Author: Wolfgang Sourdeau Date: Mon Jun 2 20:05:38 2008 +0000 @@ -73669,6 +90790,11 @@ Date: Mon Jun 2 20:05:38 2008 +0000 Monotone-Date: 2008-06-02T20:05:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartICalActions.m +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox + commit 07ff561da21c1ef7301ef774a4d640e2e277b457 Author: Wolfgang Sourdeau Date: Sat May 31 21:04:56 2008 +0000 @@ -73680,6 +90806,13 @@ Date: Sat May 31 21:04:56 2008 +0000 Monotone-Date: 2008-05-31T21:04:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M UI/MailerUI/UIxMailUserRightsEditor.m +M UI/Templates/MailerUI/UIxMailUserRightsEditor.wox + commit 28572594d92b48676c7ebff0ff7935fab5c54d74 Author: Wolfgang Sourdeau Date: Fri May 30 14:46:01 2008 +0000 @@ -73691,6 +90824,8 @@ Date: Fri May 30 14:46:01 2008 +0000 Monotone-Date: 2008-05-30T14:46:01 Monotone-Branch: ca.inverse.sogo +M Scripts/updates.php + commit 401e45e606bff81f512e9746a552196b72f5c7ea Author: Wolfgang Sourdeau Date: Wed May 28 19:08:42 2008 +0000 @@ -73702,6 +90837,8 @@ Date: Wed May 28 19:08:42 2008 +0000 Monotone-Date: 2008-05-28T19:08:42 Monotone-Branch: ca.inverse.sogo +A Scripts/updates.php + commit 165b0b7f4c9ec9304174544d954147b37eb8d3be Author: Wolfgang Sourdeau Date: Tue May 27 19:56:58 2008 +0000 @@ -73713,6 +90850,8 @@ Date: Tue May 27 19:56:58 2008 +0000 Monotone-Date: 2008-05-27T19:56:58 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/DAVReportMap.plist + commit 7bac1a02f4e740e0168f50adcb524a86bcb8ce7e Author: Wolfgang Sourdeau Date: Thu May 22 21:47:31 2008 +0000 @@ -73724,6 +90863,9 @@ Date: Thu May 22 21:47:31 2008 +0000 Monotone-Date: 2008-05-22T21:47:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit b825d757d9c84a3dc151a488b5bbc39722027c76 Author: Wolfgang Sourdeau Date: Thu May 22 18:01:52 2008 +0000 @@ -73735,6 +90877,8 @@ Date: Thu May 22 18:01:52 2008 +0000 Monotone-Date: 2008-05-22T18:01:52 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPUserManager.m + commit d0a170f5ee7b4c6519d9759b19eefeffbcc07eb6 Author: Wolfgang Sourdeau Date: Thu May 22 16:03:29 2008 +0000 @@ -73746,6 +90890,8 @@ Date: Thu May 22 16:03:29 2008 +0000 Monotone-Date: 2008-05-22T16:03:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.js + commit d4831b43715b249bdaa4acd1e8e5e63e93541323 Author: Wolfgang Sourdeau Date: Thu May 22 15:58:01 2008 +0000 @@ -73757,6 +90903,10 @@ Date: Thu May 22 15:58:01 2008 +0000 Monotone-Date: 2008-05-22T15:58:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M UI/MailerUI/UIxMailFolderActions.m + commit 60a704190ce31fc9993b7045ea6bbf93fc480689 Author: Wolfgang Sourdeau Date: Thu May 22 15:56:18 2008 +0000 @@ -73768,6 +90918,11 @@ Date: Thu May 22 15:56:18 2008 +0000 Monotone-Date: 2008-05-22T15:56:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoRootPage.m +M UI/Templates/MainUI/SOGoRootPage.wox +M UI/WebServerResources/SOGoRootPage.js + commit f694938fd14b1c37ba16edf3aeb85970a9f498d8 Author: Wolfgang Sourdeau Date: Thu May 22 15:52:41 2008 +0000 @@ -73779,6 +90934,8 @@ Date: Thu May 22 15:52:41 2008 +0000 Monotone-Date: 2008-05-22T15:52:41 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit c517a79cdf51c6e457b93143e4216cfe809a9a01 Author: Wolfgang Sourdeau Date: Thu May 22 15:52:25 2008 +0000 @@ -73790,6 +90947,11 @@ Date: Thu May 22 15:52:25 2008 +0000 Monotone-Date: 2008-05-22T15:52:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPUserManager.h +M SoObjects/SOGo/LDAPUserManager.m +M SoObjects/SOGo/SOGoUser.m + commit 595d15a06cc528705b9ad8ceac58725a4c89b8c6 Author: Wolfgang Sourdeau Date: Thu May 22 15:46:49 2008 +0000 @@ -73801,6 +90963,9 @@ Date: Thu May 22 15:46:49 2008 +0000 Monotone-Date: 2008-05-22T15:46:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit 31722d6d85cce1d49011ed564e03e0f41406f5f2 Author: Wolfgang Sourdeau Date: Wed May 21 16:46:12 2008 +0000 @@ -73812,6 +90977,8 @@ Date: Wed May 21 16:46:12 2008 +0000 Monotone-Date: 2008-05-21T16:46:12 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailFolderActions.m + commit 726198073aa9f3e4601b7eb1334c26e83c3f4cb0 Author: Wolfgang Sourdeau Date: Wed May 21 16:45:59 2008 +0000 @@ -73823,6 +90990,9 @@ Date: Wed May 21 16:45:59 2008 +0000 Monotone-Date: 2008-05-21T16:45:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js + commit 873649bcb743f8f389a76caf8e0c6c7256dc2bc6 Author: Wolfgang Sourdeau Date: Wed May 21 13:44:14 2008 +0000 @@ -73834,6 +91004,8 @@ Date: Wed May 21 13:44:14 2008 +0000 Monotone-Date: 2008-05-21T13:44:14 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit ad61aa0d679245eb338493473305be64c01df0da Author: Wolfgang Sourdeau Date: Wed May 21 01:08:01 2008 +0000 @@ -73845,6 +91017,8 @@ Date: Wed May 21 01:08:01 2008 +0000 Monotone-Date: 2008-05-21T01:08:01 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit 53cf29d48d84ec8b4bfaca31e107a930fbc0d13e Author: Wolfgang Sourdeau Date: Tue May 20 22:12:09 2008 +0000 @@ -73856,6 +91030,8 @@ Date: Tue May 20 22:12:09 2008 +0000 Monotone-Date: 2008-05-20T22:12:09 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit 8db1592a73b51c332d81b7c1c37aa3f167abaaed Author: Wolfgang Sourdeau Date: Tue May 20 21:59:34 2008 +0000 @@ -73867,6 +91043,9 @@ Date: Tue May 20 21:59:34 2008 +0000 Monotone-Date: 2008-05-20T21:59:34 Monotone-Branch: ca.inverse.sogo +M UI/Templates/GNUmakefile +M UI/WebServerResources/GNUmakefile + commit 0aa02128dd46e1bfc69a96f00da505531eba36f7 Author: Wolfgang Sourdeau Date: Tue May 20 21:24:26 2008 +0000 @@ -73878,6 +91057,21 @@ Date: Tue May 20 21:24:26 2008 +0000 Monotone-Date: 2008-05-20T21:24:26 Monotone-Branch: ca.inverse.sogo +A UI/Common/Dutch.lproj/Localizable.strings +A UI/Common/Spanish.lproj/Localizable.strings +A UI/Contacts/Dutch.lproj/Localizable.strings +A UI/Contacts/Spanish.lproj/Localizable.strings +A UI/MailPartViewers/Dutch.lproj/Localizable.strings +A UI/MailPartViewers/Spanish.lproj/Localizable.strings +A UI/MailerUI/Dutch.lproj/Localizable.strings +A UI/MailerUI/Spanish.lproj/Localizable.strings +A UI/MainUI/Dutch.lproj/Localizable.strings +A UI/MainUI/Spanish.lproj/Localizable.strings +A UI/PreferencesUI/Dutch.lproj/Localizable.strings +A UI/PreferencesUI/Spanish.lproj/Localizable.strings +A UI/Scheduler/Dutch.lproj/Localizable.strings +A UI/Scheduler/Spanish.lproj/Localizable.strings + commit a5d2d726ab5e4a1d3b423c38697046b616ac9742 Author: Wolfgang Sourdeau Date: Tue May 20 19:30:21 2008 +0000 @@ -73889,6 +91083,8 @@ Date: Tue May 20 19:30:21 2008 +0000 Monotone-Date: 2008-05-20T19:30:21 Monotone-Branch: ca.inverse.sogo +M UI/Templates/GNUmakefile + commit 3ac42b48a37a9eea8bd7e017f5525e0c86b5c785 Author: Wolfgang Sourdeau Date: Tue May 20 19:23:43 2008 +0000 @@ -73900,6 +91096,10 @@ Date: Tue May 20 19:23:43 2008 +0000 Monotone-Date: 2008-05-20T19:23:43 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/WebServerResources/generic.js +M UI/WebServerResources/prototype.js + commit 3f5acfe8320444b8a2148cf2c28dfa6bd7345f9f Author: Wolfgang Sourdeau Date: Tue May 20 19:16:19 2008 +0000 @@ -73911,6 +91111,62 @@ Date: Tue May 20 19:16:19 2008 +0000 Monotone-Date: 2008-05-20T19:16:19 Monotone-Branch: ca.inverse.sogo +M NEWS +M SoObjects/Appointments/GNUmakefile +A SoObjects/Appointments/SOGoAptMailDutchDeletion.wo/SOGoAptMailDutchDeletion.html +A SoObjects/Appointments/SOGoAptMailDutchDeletion.wo/SOGoAptMailDutchDeletion.wod +A SoObjects/Appointments/SOGoAptMailDutchICalReply.wo/SOGoAptMailDutchICalReply.html +A SoObjects/Appointments/SOGoAptMailDutchICalReply.wo/SOGoAptMailDutchICalReply.wod +A SoObjects/Appointments/SOGoAptMailDutchInvitation.wo/SOGoAptMailDutchInvitation.html +A SoObjects/Appointments/SOGoAptMailDutchInvitation.wo/SOGoAptMailDutchInvitation.wod +A SoObjects/Appointments/SOGoAptMailDutchRemoval.wo/SOGoAptMailDutchRemoval.html +A SoObjects/Appointments/SOGoAptMailDutchRemoval.wo/SOGoAptMailDutchRemoval.wod +A SoObjects/Appointments/SOGoAptMailDutchUpdate.wo/SOGoAptMailDutchUpdate.html +A SoObjects/Appointments/SOGoAptMailDutchUpdate.wo/SOGoAptMailDutchUpdate.wod +A SoObjects/Appointments/SOGoAptMailSpanishDeletion.wo/SOGoAptMailSpanishDeletion.html +A SoObjects/Appointments/SOGoAptMailSpanishDeletion.wo/SOGoAptMailSpanishDeletion.wod +A SoObjects/Appointments/SOGoAptMailSpanishICalReply.wo/SOGoAptMailSpanishICalReply.html +A SoObjects/Appointments/SOGoAptMailSpanishICalReply.wo/SOGoAptMailSpanishICalReply.wod +A SoObjects/Appointments/SOGoAptMailSpanishInvitation.wo/SOGoAptMailSpanishInvitation.html +A SoObjects/Appointments/SOGoAptMailSpanishInvitation.wo/SOGoAptMailSpanishInvitation.wod +A SoObjects/Appointments/SOGoAptMailSpanishRemoval.wo/SOGoAptMailSpanishRemoval.html +A SoObjects/Appointments/SOGoAptMailSpanishRemoval.wo/SOGoAptMailSpanishRemoval.wod +A SoObjects/Appointments/SOGoAptMailSpanishUpdate.wo/SOGoAptMailSpanishUpdate.html +A SoObjects/Appointments/SOGoAptMailSpanishUpdate.wo/SOGoAptMailSpanishUpdate.wod +M SoObjects/Mailer/GNUmakefile +A SoObjects/Mailer/SOGoMailDutchForward.wo/SOGoMailDutchForward.html +A SoObjects/Mailer/SOGoMailDutchForward.wo/SOGoMailDutchForward.wod +A SoObjects/Mailer/SOGoMailDutchReply.wo/SOGoMailDutchReply.html +A SoObjects/Mailer/SOGoMailDutchReply.wo/SOGoMailDutchReply.wod +A SoObjects/Mailer/SOGoMailSpanishForward.wo/SOGoMailSpanishForward.html +A SoObjects/Mailer/SOGoMailSpanishForward.wo/SOGoMailSpanishForward.wod +A SoObjects/Mailer/SOGoMailSpanishReply.wo/SOGoMailSpanishReply.html +A SoObjects/Mailer/SOGoMailSpanishReply.wo/SOGoMailSpanishReply.wod +M UI/Common/GNUmakefile +M UI/Contacts/GNUmakefile +M UI/GNUmakefile +M UI/MailPartViewers/GNUmakefile +M UI/MailerUI/GNUmakefile +M UI/MainUI/GNUmakefile +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/GNUmakefile +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/SOGoUI/SOGoACLAdvisory.h +M UI/SOGoUI/SOGoACLAdvisory.m +M UI/SOGoUI/SOGoFolderAdvisory.h +M UI/SOGoUI/SOGoFolderAdvisory.m +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/GNUmakefile +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/Italian.lproj/Localizable.strings +A UI/Templates/SOGoACLSpanishAdditionAdvisory.wox +A UI/Templates/SOGoACLSpanishModificationAdvisory.wox +A UI/Templates/SOGoACLSpanishRemovalAdvisory.wox +A UI/Templates/SOGoFolderSpanishAdditionAdvisory.wox +A UI/Templates/SOGoFolderSpanishRemovalAdvisory.wox + commit b994894695774d1eb5b3d45ee421dfc41504aa7b Author: Wolfgang Sourdeau Date: Tue May 20 17:57:22 2008 +0000 @@ -73922,6 +91178,9 @@ Date: Tue May 20 17:57:22 2008 +0000 Monotone-Date: 2008-05-20T17:57:22 Monotone-Branch: ca.inverse.sogo +M UI/Templates/GNUmakefile +M UI/WebServerResources/GNUmakefile + commit 52ba0812ea47869d54126add94fb2327f7c7248b Author: Wolfgang Sourdeau Date: Tue May 20 17:49:11 2008 +0000 @@ -73933,6 +91192,8 @@ Date: Tue May 20 17:49:11 2008 +0000 Monotone-Date: 2008-05-20T17:49:11 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1621.diff + commit bdb764c06fcc8c430aaef7468fd95c87dfca1bf9 Author: Wolfgang Sourdeau Date: Tue May 20 16:09:38 2008 +0000 @@ -73944,6 +91205,9 @@ Date: Tue May 20 16:09:38 2008 +0000 Monotone-Date: 2008-05-20T16:09:38 Monotone-Branch: ca.inverse.sogo +D SOPE/sope-patchset-r1620.diff +A SOPE/sope-patchset-r1621.diff + commit 5d626fd5d6aed08f09690aa5ac46474b71906de2 Author: Wolfgang Sourdeau Date: Tue May 20 14:55:13 2008 +0000 @@ -73955,6 +91219,8 @@ Date: Tue May 20 14:55:13 2008 +0000 Monotone-Date: 2008-05-20T14:55:13 Monotone-Branch: ca.inverse.sogo +M NEWS + commit e6fc5de307112a4f702e593334f2e035fa8a5a06 Author: Wolfgang Sourdeau Date: Fri May 16 20:59:39 2008 +0000 @@ -73966,6 +91232,8 @@ Date: Fri May 16 20:59:39 2008 +0000 Monotone-Date: 2008-05-16T20:59:39 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 1d2ce3c5ef6bd454827c2cb5412f65d4a99a1f66 Author: Wolfgang Sourdeau Date: Fri May 16 20:37:40 2008 +0000 @@ -73977,6 +91245,8 @@ Date: Fri May 16 20:37:40 2008 +0000 Monotone-Date: 2008-05-16T20:37:40 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 60bef234d7fb017ae2756bd71c8367e30a3043f2 Author: Wolfgang Sourdeau Date: Fri May 16 20:33:55 2008 +0000 @@ -73988,6 +91258,16 @@ Date: Fri May 16 20:33:55 2008 +0000 Monotone-Date: 2008-05-16T20:33:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit c6f6ed7f2dd18be57b0033940cdc91f7867c77da Author: Wolfgang Sourdeau Date: Fri May 16 20:30:00 2008 +0000 @@ -73999,6 +91279,9 @@ Date: Fri May 16 20:30:00 2008 +0000 Monotone-Date: 2008-05-16T20:30:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxFolderActions.m + commit 97625e7b1e9122c5070108fa6b637ff7965b5a29 Author: Wolfgang Sourdeau Date: Fri May 16 20:27:15 2008 +0000 @@ -74010,6 +91293,8 @@ Date: Fri May 16 20:27:15 2008 +0000 Monotone-Date: 2008-05-16T20:27:15 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoObject.h + commit a2c21d422fafea7902a7c32c22f64b3d1c3866cb Author: Wolfgang Sourdeau Date: Fri May 16 20:27:06 2008 +0000 @@ -74021,6 +91306,9 @@ Date: Fri May 16 20:27:06 2008 +0000 Monotone-Date: 2008-05-16T20:27:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit 67d4f1a764ec0199b85c224cdeb459c79137aeeb Author: Wolfgang Sourdeau Date: Fri May 16 15:52:19 2008 +0000 @@ -74032,6 +91320,10 @@ Date: Fri May 16 15:52:19 2008 +0000 Monotone-Date: 2008-05-16T15:52:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit e92eb3febdc463a88075262b128bec88342e3e17 Author: Wolfgang Sourdeau Date: Thu May 15 21:07:24 2008 +0000 @@ -74043,6 +91335,8 @@ Date: Thu May 15 21:07:24 2008 +0000 Monotone-Date: 2008-05-15T21:07:24 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit bc29d15730a232c69feebaa1f5d31bcdd5b74462 Author: Wolfgang Sourdeau Date: Thu May 15 21:07:19 2008 +0000 @@ -74054,6 +91348,10 @@ Date: Thu May 15 21:07:19 2008 +0000 Monotone-Date: 2008-05-15T21:07:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/product.plist + commit 93196fa65b307dd38cb7b37709105534fc47636d Author: Wolfgang Sourdeau Date: Thu May 15 21:06:37 2008 +0000 @@ -74065,6 +91363,8 @@ Date: Thu May 15 21:06:37 2008 +0000 Monotone-Date: 2008-05-15T21:06:37 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPSource.m + commit 16f8510f24e4336ee9a574789aa999fa39e99e5d Author: Wolfgang Sourdeau Date: Mon May 5 23:41:24 2008 +0000 @@ -74076,6 +91376,9 @@ Date: Mon May 5 23:41:24 2008 +0000 Monotone-Date: 2008-05-05T23:41:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit e6e6542d95abb5107f5d022cc206d382ceb5118f Author: Wolfgang Sourdeau Date: Mon May 5 23:39:07 2008 +0000 @@ -74087,6 +91390,10 @@ Date: Mon May 5 23:39:07 2008 +0000 Monotone-Date: 2008-05-05T23:39:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M UI/Common/UIxFolderActions.m + commit f767b4b11e8b7c4b0560355cca45c1b44e870e3b Author: Wolfgang Sourdeau Date: Mon May 5 22:47:38 2008 +0000 @@ -74098,6 +91405,8 @@ Date: Mon May 5 22:47:38 2008 +0000 Monotone-Date: 2008-05-05T22:47:38 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 897035cb0b62a1452487eeebc532e689eff0977f Author: Wolfgang Sourdeau Date: Mon May 5 22:30:06 2008 +0000 @@ -74109,6 +91418,9 @@ Date: Mon May 5 22:30:06 2008 +0000 Monotone-Date: 2008-05-05T22:30:06 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/UIxMailEditor.js + commit cdf7c183885fed8f40ade4a2e09f4bd1aceaf4be Author: Wolfgang Sourdeau Date: Sat May 3 18:21:09 2008 +0000 @@ -74120,6 +91432,8 @@ Date: Sat May 3 18:21:09 2008 +0000 Monotone-Date: 2008-05-03T18:21:09 Monotone-Branch: ca.inverse.sogo +M UI/Common/product.plist + commit d9da2c44f1bf43bd00922fe478d07bf4ad601944 Author: Wolfgang Sourdeau Date: Sat May 3 08:00:35 2008 +0000 @@ -74131,6 +91445,8 @@ Date: Sat May 3 08:00:35 2008 +0000 Monotone-Date: 2008-05-03T08:00:35 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1620.diff + commit 212f438551c15dc011242760b10bcf64cd0bef59 Author: Wolfgang Sourdeau Date: Fri May 2 23:14:51 2008 +0000 @@ -74142,6 +91458,20 @@ Date: Fri May 2 23:14:51 2008 +0000 Monotone-Date: 2008-05-02T23:14:51 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/GNUmakefile +M SoObjects/Appointments/product.plist +M SoObjects/Mailer/product.plist +M SoObjects/SOGo/DAVReportMap.plist +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/GNUmakefile.preamble +M SoObjects/common.make +M UI/Common/UIxAclEditor.m +M UI/Common/product.plist +M UI/Contacts/product.plist +M UI/MailerUI/product.plist +M UI/Scheduler/product.plist +M UI/common.make + commit 9fbc828c10d581e969fb863186c85b88029d4ca4 Author: Wolfgang Sourdeau Date: Fri May 2 23:14:46 2008 +0000 @@ -74153,6 +91483,8 @@ Date: Fri May 2 23:14:46 2008 +0000 Monotone-Date: 2008-05-02T23:14:46 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailDeletion.m + commit 9f3c5e3d0c8cc4b8f6530864eb5ad88752f30597 Author: Wolfgang Sourdeau Date: Fri May 2 23:14:26 2008 +0000 @@ -74164,6 +91496,9 @@ Date: Fri May 2 23:14:26 2008 +0000 Monotone-Date: 2008-05-02T23:14:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m + commit 87af33d14f36e901cc2a76e57906b36944af05c8 Author: Wolfgang Sourdeau Date: Fri May 2 23:13:40 2008 +0000 @@ -74175,6 +91510,9 @@ Date: Fri May 2 23:13:40 2008 +0000 Monotone-Date: 2008-05-02T23:13:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit 1cbbbb01be0b1a0b2ab367e3952ff2928c61f844 Author: Wolfgang Sourdeau Date: Fri May 2 23:12:49 2008 +0000 @@ -74186,6 +91524,10 @@ Date: Fri May 2 23:12:49 2008 +0000 Monotone-Date: 2008-05-02T23:12:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoPermissions.h +M SoObjects/SOGo/SOGoPermissions.m + commit b88f44fff3160eec904c8952b3c970c28c27a858 Author: Wolfgang Sourdeau Date: Fri May 2 23:11:21 2008 +0000 @@ -74197,6 +91539,10 @@ Date: Fri May 2 23:11:21 2008 +0000 Monotone-Date: 2008-05-02T23:11:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoParentFolder.m + commit 18f4470fedceab26dc4f5f27d3d61a3e15179849 Author: Wolfgang Sourdeau Date: Fri May 2 23:09:55 2008 +0000 @@ -74208,6 +91554,9 @@ Date: Fri May 2 23:09:55 2008 +0000 Monotone-Date: 2008-05-02T23:09:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartTextViewer.m + commit 5c2c26e0db2d1636a27b3c0fab003458e2e1d289 Author: Wolfgang Sourdeau Date: Fri May 2 23:08:15 2008 +0000 @@ -74219,6 +91568,19 @@ Date: Fri May 2 23:08:15 2008 +0000 Monotone-Date: 2008-05-02T23:08:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +A SoObjects/Appointments/SOGoUserFolder+Appointments.h +A SoObjects/Appointments/SOGoUserFolder+Appointments.m +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/Contacts/SOGoContactLDAPFolder.m +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m +A SoObjects/SOGo/SOGoWebDAVAclManager.h +A SoObjects/SOGo/SOGoWebDAVAclManager.m + commit 4f76b2ee5f286a24f7ac762397a48a7bcffedc96 Author: Wolfgang Sourdeau Date: Fri May 2 22:55:47 2008 +0000 @@ -74230,6 +91592,8 @@ Date: Fri May 2 22:55:47 2008 +0000 Monotone-Date: 2008-05-02T22:55:47 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1620.diff + commit 061ac2aa4512b363671da8dd4ca080021f1abc6a Author: Wolfgang Sourdeau Date: Fri May 2 22:51:49 2008 +0000 @@ -74241,6 +91605,12 @@ Date: Fri May 2 22:51:49 2008 +0000 Monotone-Date: 2008-05-02T22:51:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M UI/MainUI/GNUmakefile +M UI/MainUI/product.plist +M UI/SOGoUI/UIxComponent.m + commit 5c0e33e91651eed87fe5c4537eefad37390be773 Author: Wolfgang Sourdeau Date: Fri May 2 22:47:55 2008 +0000 @@ -74252,6 +91622,8 @@ Date: Fri May 2 22:47:55 2008 +0000 Monotone-Date: 2008-05-02T22:47:55 Monotone-Branch: ca.inverse.sogo +M TODO + commit 5e9b6ce4194aebd515cfb03713b5d854945ebec0 Author: Wolfgang Sourdeau Date: Fri May 2 22:47:21 2008 +0000 @@ -74263,6 +91635,9 @@ Date: Fri May 2 22:47:21 2008 +0000 Monotone-Date: 2008-05-02T22:47:21 Monotone-Branch: ca.inverse.sogo +A SoObjects/SOGo/SOGoWebDAVValue.h +A SoObjects/SOGo/SOGoWebDAVValue.m + commit cc69371c4d33919423a0dcceef1058a0a85b828c Author: Wolfgang Sourdeau Date: Fri May 2 22:46:49 2008 +0000 @@ -74274,21 +91649,19 @@ Date: Fri May 2 22:46:49 2008 +0000 Monotone-Date: 2008-05-02T22:46:49 Monotone-Branch: ca.inverse.sogo -commit 6a1cf458cd030a32c5604aed37a03788388e9abd -Merge: 0ea4ec6 466ec44 -Author: Wolfgang Sourdeau -Date: Tue Apr 29 20:59:05 2008 +0000 - - merge of 'edee02986f2da875cdc191d1e96c9d41d928200a' - and 'f36334509c4664853d23a261e33fef626136abcf' - - Monotone-Parent: edee02986f2da875cdc191d1e96c9d41d928200a - Monotone-Parent: f36334509c4664853d23a261e33fef626136abcf - Monotone-Revision: b8c85ddcde506f67f18bf96dcff79741af94661b - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-04-29T20:59:05 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/SOGo/NSArray+DAV.h +A SoObjects/SOGo/NSArray+DAV.m +A SoObjects/SOGo/NSDictionary+DAV.h +A SoObjects/SOGo/NSDictionary+DAV.m +A SoObjects/SOGo/NSObject+DAV.h +A SoObjects/SOGo/NSObject+DAV.m +A SoObjects/SOGo/NSString+DAV.h +A SoObjects/SOGo/NSString+DAV.m +A SoObjects/SOGo/NSURL+DAV.h +A SoObjects/SOGo/NSURL+DAV.m +D SoObjects/SOGo/SOGoDAVRendererTypes.h +D SoObjects/SOGo/SOGoDAVRendererTypes.m commit 466ec44822edbb10bd68996cb1d0b60cf93628ad Author: Wolfgang Sourdeau @@ -74301,6 +91674,12 @@ Date: Tue Apr 29 20:58:35 2008 +0000 Monotone-Date: 2008-04-29T20:58:35 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/generic.js +M UI/WebServerResources/iefixes.css +M UI/WebServerResources/prototype.js + commit 0ea4ec6eb952bcc398b89ee24b8ef3b2dc1a1430 Author: Wolfgang Sourdeau Date: Tue Apr 29 16:05:40 2008 +0000 @@ -74312,6 +91691,8 @@ Date: Tue Apr 29 16:05:40 2008 +0000 Monotone-Date: 2008-04-29T16:05:40 Monotone-Branch: ca.inverse.sogo +M TODO + commit 9a0a7259a0ef924a3cd788123db648379e802183 Author: Francis Lachapelle Date: Mon Apr 28 18:37:22 2008 +0000 @@ -74323,6 +91704,8 @@ Date: Mon Apr 28 18:37:22 2008 +0000 Monotone-Date: 2008-04-28T18:37:22 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 6165dff19e8f750574d09b98d84760c5cc937605 Author: Wolfgang Sourdeau Date: Fri Apr 25 15:16:58 2008 +0000 @@ -74334,6 +91717,9 @@ Date: Fri Apr 25 15:16:58 2008 +0000 Monotone-Date: 2008-04-25T15:16:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.m + commit e4e5aabd6ff40edd2b7ad6d8e6204b8f60175a42 Author: Wolfgang Sourdeau Date: Fri Apr 25 15:15:28 2008 +0000 @@ -74345,6 +91731,8 @@ Date: Fri Apr 25 15:15:28 2008 +0000 Monotone-Date: 2008-04-25T15:15:28 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPUserManager.m + commit 899c7b3135218caea602b53ebc8616afdd398627 Author: Wolfgang Sourdeau Date: Fri Apr 25 15:15:05 2008 +0000 @@ -74356,6 +91744,8 @@ Date: Fri Apr 25 15:15:05 2008 +0000 Monotone-Date: 2008-04-25T15:15:05 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.m + commit 543d6c81147653c6c82eeaaa9631280af9b1237e Author: Wolfgang Sourdeau Date: Thu Apr 24 20:38:14 2008 +0000 @@ -74367,6 +91757,8 @@ Date: Thu Apr 24 20:38:14 2008 +0000 Monotone-Date: 2008-04-24T20:38:14 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit e6bf43d82671dd61060133c76c11752198a5aa69 Author: Wolfgang Sourdeau Date: Thu Apr 24 20:28:02 2008 +0000 @@ -74378,6 +91770,8 @@ Date: Thu Apr 24 20:28:02 2008 +0000 Monotone-Date: 2008-04-24T20:28:02 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPSource.m + commit 9b0d1d604aa1e717fa31a04ef2b07ec25083cb9e Author: Wolfgang Sourdeau Date: Thu Apr 24 19:56:55 2008 +0000 @@ -74389,6 +91783,8 @@ Date: Thu Apr 24 19:56:55 2008 +0000 Monotone-Date: 2008-04-24T19:56:55 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPSource.m + commit b2c349155b7b57b2d40956005b0fdd6012c2c4fd Author: Wolfgang Sourdeau Date: Thu Apr 24 15:13:42 2008 +0000 @@ -74400,6 +91796,8 @@ Date: Thu Apr 24 15:13:42 2008 +0000 Monotone-Date: 2008-04-24T15:13:42 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1620.diff + commit a04fabfb8e53282c1bfb50c444f81463e9088295 Author: Wolfgang Sourdeau Date: Thu Apr 24 15:07:58 2008 +0000 @@ -74411,6 +91809,8 @@ Date: Thu Apr 24 15:07:58 2008 +0000 Monotone-Date: 2008-04-24T15:07:58 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit b5bc43f248986bc3a5d78716c6f458010d01d378 Author: Wolfgang Sourdeau Date: Thu Apr 24 01:14:21 2008 +0000 @@ -74422,6 +91822,11 @@ Date: Thu Apr 24 01:14:21 2008 +0000 Monotone-Date: 2008-04-24T01:14:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/SOGo/DAVReportMap.plist +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoObject.m + commit 28197628b6876f639d9aceebfd7f37e0763e51ba Author: Wolfgang Sourdeau Date: Thu Apr 24 01:09:08 2008 +0000 @@ -74433,6 +91838,9 @@ Date: Thu Apr 24 01:09:08 2008 +0000 Monotone-Date: 2008-04-24T01:09:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit 08a90cfb23daaba9ef36d72f9dd8ff4757a683c4 Author: Wolfgang Sourdeau Date: Thu Apr 24 01:08:34 2008 +0000 @@ -74444,6 +91852,9 @@ Date: Thu Apr 24 01:08:34 2008 +0000 Monotone-Date: 2008-04-24T01:08:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit ab220f5245c01cf797d381eb19e9a7527bbe8f52 Author: Wolfgang Sourdeau Date: Thu Apr 24 01:05:13 2008 +0000 @@ -74455,6 +91866,9 @@ Date: Thu Apr 24 01:05:13 2008 +0000 Monotone-Date: 2008-04-24T01:05:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.m + commit 30f3cf33ac197003a4477b3122798016b1382b0b Author: Wolfgang Sourdeau Date: Thu Apr 24 01:04:11 2008 +0000 @@ -74466,6 +91880,14 @@ Date: Thu Apr 24 01:04:11 2008 +0000 Monotone-Date: 2008-04-24T01:04:11 Monotone-Branch: ca.inverse.sogo +M Main/GNUmakefile.preamble +M OGoContentStore/GNUmakefile +M SOPE/GDLContentStore/GNUmakefile +M SOPE/NGCards/GNUmakefile +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/GNUmakefile.preamble +M UI/SOGoUI/GNUmakefile + commit 7271a8ed47ffce11cd013eceab0b475582fcb67a Author: Wolfgang Sourdeau Date: Wed Apr 23 19:09:25 2008 +0000 @@ -74477,6 +91899,8 @@ Date: Wed Apr 23 19:09:25 2008 +0000 Monotone-Date: 2008-04-23T19:09:25 Monotone-Branch: ca.inverse.sogo +A TODO + commit 99d4c955567235eecea43d179ef27aa654cdc561 Author: Wolfgang Sourdeau Date: Tue Apr 22 17:16:37 2008 +0000 @@ -74488,6 +91912,12 @@ Date: Tue Apr 22 17:16:37 2008 +0000 Monotone-Date: 2008-04-22T17:16:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalendarSelector.m +M UI/Templates/SchedulerUI/UIxCalendarSelector.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit 092b303a4546e900e2fd24c5e1f0123285ab4ae3 Author: Wolfgang Sourdeau Date: Tue Apr 22 16:11:46 2008 +0000 @@ -74499,6 +91929,8 @@ Date: Tue Apr 22 16:11:46 2008 +0000 Monotone-Date: 2008-04-22T16:11:46 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/product.plist + commit e76fd9bd4d5733742c0e912743e57a0c16e19e8e Author: Wolfgang Sourdeau Date: Tue Apr 22 15:56:51 2008 +0000 @@ -74510,6 +91942,10 @@ Date: Tue Apr 22 15:56:51 2008 +0000 Monotone-Date: 2008-04-22T15:56:51 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.m +M UI/MainUI/product.plist +M UI/WebServerResources/UIxCalendarProperties.css + commit 52098ec6496d1138884bdf8f36baa4cfd415cff8 Author: Wolfgang Sourdeau Date: Tue Apr 22 14:50:40 2008 +0000 @@ -74521,6 +91957,10 @@ Date: Tue Apr 22 14:50:40 2008 +0000 Monotone-Date: 2008-04-22T14:50:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoObject.m + commit 9b5bac6d264869efc63c28c0b3d046b41e5f329a Author: Wolfgang Sourdeau Date: Mon Apr 21 23:24:30 2008 +0000 @@ -74532,6 +91972,8 @@ Date: Mon Apr 21 23:24:30 2008 +0000 Monotone-Date: 2008-04-21T23:24:30 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/product.plist + commit 5e1266f557826eccc2c7577634207f721139fe62 Author: Wolfgang Sourdeau Date: Mon Apr 21 23:19:32 2008 +0000 @@ -74543,6 +91985,9 @@ Date: Mon Apr 21 23:19:32 2008 +0000 Monotone-Date: 2008-04-21T23:19:32 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +A UI/WebServerResources/slider_handle.gif + commit 51e3d92d62868c9cf0f24f06a3d0243a1f56169d Author: Wolfgang Sourdeau Date: Mon Apr 21 23:04:26 2008 +0000 @@ -74554,6 +91999,10 @@ Date: Mon Apr 21 23:04:26 2008 +0000 Monotone-Date: 2008-04-21T23:04:26 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/UIxCalendarProperties.css +A UI/WebServerResources/UIxCalendarProperties.js +A UI/WebServerResources/UIxColorPicker.js + commit 74d8080342773ef67c024856c37c385a1c79dcda Author: Wolfgang Sourdeau Date: Mon Apr 21 23:03:48 2008 +0000 @@ -74565,6 +92014,43 @@ Date: Mon Apr 21 23:03:48 2008 +0000 Monotone-Date: 2008-04-21T23:03:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoUser.h +M UI/Common/UIxFolderActions.h +M UI/Common/UIxFolderActions.m +M UI/Common/product.plist +M UI/SOGoUI/UIxJSClose.m +M UI/Scheduler/GNUmakefile +A UI/Scheduler/UIxCalendarProperties.h +A UI/Scheduler/UIxCalendarProperties.m +M UI/Scheduler/UIxCalendarSelector.m +A UI/Scheduler/UIxColorPicker.h +A UI/Scheduler/UIxColorPicker.m +M UI/Scheduler/product.plist +A UI/Templates/SchedulerUI/UIxCalendarProperties.wox +A UI/Templates/SchedulerUI/UIxColorPicker.wox +M UI/Templates/UIxJSClose.wox +M UI/WebServerResources/SchedulerUI.js +A UI/WebServerResources/js_color_picker_v2.css +A UI/WebServerResources/js_color_picker_v2.js +A UI/WebServerResources/select_arrow.gif +A UI/WebServerResources/select_arrow_down.gif +A UI/WebServerResources/select_arrow_over.gif +D UI/WebServerResources/tab_.gif +A UI/WebServerResources/tab_center_active.gif +A UI/WebServerResources/tab_left_active.gif +A UI/WebServerResources/tab_left_inactive.gif +A UI/WebServerResources/tab_right_active.gif +A UI/WebServerResources/tab_right_inactive.gif +D UI/WebServerResources/tab_selected.gif + commit 5c8298b73007c8f3609272f61277e4fe78ff11ec Author: Wolfgang Sourdeau Date: Mon Apr 21 15:41:43 2008 +0000 @@ -74576,6 +92062,8 @@ Date: Mon Apr 21 15:41:43 2008 +0000 Monotone-Date: 2008-04-21T15:41:43 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m + commit 34751eda16af7938ec54396c6cc4ea956dba8637 Author: Wolfgang Sourdeau Date: Fri Apr 18 21:16:16 2008 +0000 @@ -74587,6 +92075,8 @@ Date: Fri Apr 18 21:16:16 2008 +0000 Monotone-Date: 2008-04-18T21:16:16 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1620.diff + commit 89d0954722cb934c2c935b9531ef8c9216891b52 Author: Wolfgang Sourdeau Date: Thu Apr 17 15:59:03 2008 +0000 @@ -74598,6 +92088,8 @@ Date: Thu Apr 17 15:59:03 2008 +0000 Monotone-Date: 2008-04-17T15:59:03 Monotone-Branch: ca.inverse.sogo +D test + commit b5684074afed4f2209da78a7d11b502e87d030ab Author: Wolfgang Sourdeau Date: Thu Apr 17 15:58:37 2008 +0000 @@ -74609,6 +92101,8 @@ Date: Thu Apr 17 15:58:37 2008 +0000 Monotone-Date: 2008-04-17T15:58:37 Monotone-Branch: ca.inverse.sogo +A test + commit 73b3b967f905e3f17a609205b76c5e476294b7c5 Author: Wolfgang Sourdeau Date: Thu Apr 17 15:57:57 2008 +0000 @@ -74620,6 +92114,8 @@ Date: Thu Apr 17 15:57:57 2008 +0000 Monotone-Date: 2008-04-17T15:57:57 Monotone-Branch: ca.inverse.sogo +D test + commit e3296318b0a6309b5815139f8875679849506190 Author: Wolfgang Sourdeau Date: Thu Apr 17 15:56:52 2008 +0000 @@ -74631,6 +92127,8 @@ Date: Thu Apr 17 15:56:52 2008 +0000 Monotone-Date: 2008-04-17T15:56:52 Monotone-Branch: ca.inverse.sogo +A test + commit 14dc4b8e339e617c8294cc9d118dc475037c5c90 Author: Wolfgang Sourdeau Date: Wed Apr 16 14:52:19 2008 +0000 @@ -74642,6 +92140,8 @@ Date: Wed Apr 16 14:52:19 2008 +0000 Monotone-Date: 2008-04-16T14:52:19 Monotone-Branch: ca.inverse.sogo +A SOPE/sope-mime-nosort.diff + commit bf205fa10396e7575bcdc336c3c1b0826d626eba Author: Wolfgang Sourdeau Date: Wed Apr 16 14:52:15 2008 +0000 @@ -74653,6 +92153,8 @@ Date: Wed Apr 16 14:52:15 2008 +0000 Monotone-Date: 2008-04-16T14:52:15 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m + commit f9fa39b4d81f62a81d54a62d635c0279700cf4ca Author: Francis Lachapelle Date: Wed Apr 16 00:33:14 2008 +0000 @@ -74664,6 +92166,9 @@ Date: Wed Apr 16 00:33:14 2008 +0000 Monotone-Date: 2008-04-16T00:33:14 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/minus.png +A UI/WebServerResources/plus.png + commit f9e4fb436004361e6cb69ff242fe189dc6749675 Author: Wolfgang Sourdeau Date: Tue Apr 15 20:47:18 2008 +0000 @@ -74675,6 +92180,9 @@ Date: Tue Apr 15 20:47:18 2008 +0000 Monotone-Date: 2008-04-15T20:47:18 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js + commit 7c2e82cef8b4361f4dfd74647af423923ff40302 Author: Wolfgang Sourdeau Date: Tue Apr 15 20:12:51 2008 +0000 @@ -74686,6 +92194,23 @@ Date: Tue Apr 15 20:12:51 2008 +0000 Monotone-Date: 2008-04-15T20:12:51 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/HTMLInputElement.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDragHandles.js +M UI/WebServerResources/SOGoRootPage.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAclEditor.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxCalUserRightsEditor.js +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/UIxContactsUserRightsEditor.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxRecurrenceEditor.js +M UI/WebServerResources/UIxTaskEditor.js + commit 20e2fea98baf46e08f5e4a5fac73f51c36106257 Author: Wolfgang Sourdeau Date: Tue Apr 15 19:48:48 2008 +0000 @@ -74697,6 +92222,9 @@ Date: Tue Apr 15 19:48:48 2008 +0000 Monotone-Date: 2008-04-15T19:48:48 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js + commit 04e26822348dcb59c6869802f96b5468a24a9628 Author: Wolfgang Sourdeau Date: Tue Apr 15 16:04:16 2008 +0000 @@ -74708,6 +92236,9 @@ Date: Tue Apr 15 16:04:16 2008 +0000 Monotone-Date: 2008-04-15T16:04:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit 0dae353bfaf139928b637ffea39defa8143280bb Author: Wolfgang Sourdeau Date: Tue Apr 15 15:17:44 2008 +0000 @@ -74719,6 +92250,9 @@ Date: Tue Apr 15 15:17:44 2008 +0000 Monotone-Date: 2008-04-15T15:17:44 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/WebServerResources/UIxAttendeesEditor.css + commit b3686b597e39881985be1811a3fd03147f3476b8 Author: Wolfgang Sourdeau Date: Tue Apr 15 15:01:16 2008 +0000 @@ -74730,6 +92264,11 @@ Date: Tue Apr 15 15:01:16 2008 +0000 Monotone-Date: 2008-04-15T15:01:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailEditor.m +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/WebServerResources/UIxMailEditor.js + commit b498c8ff244002945dd0708832b718eb8e11b70b Author: Wolfgang Sourdeau Date: Tue Apr 15 15:00:14 2008 +0000 @@ -74741,6 +92280,8 @@ Date: Tue Apr 15 15:00:14 2008 +0000 Monotone-Date: 2008-04-15T15:00:14 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoFolder+CardDAV.m + commit 1047e26fe849f90cf65896ffb2f52e67cac8c971 Author: Wolfgang Sourdeau Date: Mon Apr 14 23:27:00 2008 +0000 @@ -74752,6 +92293,9 @@ Date: Mon Apr 14 23:27:00 2008 +0000 Monotone-Date: 2008-04-14T23:27:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 13b3344aba5ca9430874a1799ef839f17596ff70 Author: Wolfgang Sourdeau Date: Mon Apr 14 23:25:24 2008 +0000 @@ -74763,6 +92307,8 @@ Date: Mon Apr 14 23:25:24 2008 +0000 Monotone-Date: 2008-04-14T23:25:24 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1620.diff + commit 572f668da7a3a095fd14cec150fc9661038999bd Author: Wolfgang Sourdeau Date: Fri Apr 11 21:07:21 2008 +0000 @@ -74774,6 +92320,8 @@ Date: Fri Apr 11 21:07:21 2008 +0000 Monotone-Date: 2008-04-11T21:07:21 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1620.diff + commit 97d1164f275657eae87a2ea89496366cb9267544 Author: Wolfgang Sourdeau Date: Sat Apr 5 21:48:22 2008 +0000 @@ -74785,6 +92333,9 @@ Date: Sat Apr 5 21:48:22 2008 +0000 Monotone-Date: 2008-04-05T21:48:22 Monotone-Branch: ca.inverse.sogo +D SOPE/sope-patchset-r1619.diff +A SOPE/sope-patchset-r1620.diff + commit 6df9451d0423c9a3204dd57adc09b40c49dc6b15 Author: Wolfgang Sourdeau Date: Wed Apr 2 14:17:53 2008 +0000 @@ -74798,6 +92349,10 @@ Date: Wed Apr 2 14:17:53 2008 +0000 Monotone-Date: 2008-04-02T14:17:53 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalRecurrenceCalculator.m +M SoObjects/SOGo/SOGoGCSFolder.m + commit 97f9c97f0341aab3be369336f24c3071b268a362 Author: Wolfgang Sourdeau Date: Mon Mar 31 20:30:05 2008 +0000 @@ -74809,6 +92364,9 @@ Date: Mon Mar 31 20:30:05 2008 +0000 Monotone-Date: 2008-03-31T20:30:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/SOGoACLAdvisory.m + commit fa5877d926c9601fefed0944da4b2be00a264496 Author: Wolfgang Sourdeau Date: Mon Mar 31 20:30:04 2008 +0000 @@ -74820,6 +92378,8 @@ Date: Mon Mar 31 20:30:04 2008 +0000 Monotone-Date: 2008-03-31T20:30:04 Monotone-Branch: ca.inverse.sogo +M Scripts/sogo-init.d-debian + commit 9c89a36fce2289ff6b9c24210be258dcc4419a1c Author: Wolfgang Sourdeau Date: Fri Mar 28 18:22:44 2008 +0000 @@ -74831,6 +92391,8 @@ Date: Fri Mar 28 18:22:44 2008 +0000 Monotone-Date: 2008-03-28T18:22:44 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 35e923137ee5d5a928a81517ddae35bfe811a949 Author: Wolfgang Sourdeau Date: Fri Mar 28 18:18:27 2008 +0000 @@ -74842,6 +92404,8 @@ Date: Fri Mar 28 18:18:27 2008 +0000 Monotone-Date: 2008-03-28T18:18:27 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 1261cda9472b3cf9598ebb7bef4a78c880e7b643 Author: Wolfgang Sourdeau Date: Fri Mar 28 18:16:55 2008 +0000 @@ -74855,6 +92419,9 @@ Date: Fri Mar 28 18:16:55 2008 +0000 Monotone-Date: 2008-03-28T18:16:55 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoDraftObject.m +M UI/MailerUI/UIxMailEditor.m + commit ff9a603b9eede18be58d231f1eedad86716c6b9c Author: Francis Lachapelle Date: Fri Mar 28 17:24:03 2008 +0000 @@ -74866,6 +92433,8 @@ Date: Fri Mar 28 17:24:03 2008 +0000 Monotone-Date: 2008-03-28T17:24:03 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/French.lproj/Localizable.strings + commit 2078817622a8d2f53e255f79fe89141a0e9e6c70 Author: Francis Lachapelle Date: Fri Mar 28 17:11:38 2008 +0000 @@ -74877,6 +92446,9 @@ Date: Fri Mar 28 17:11:38 2008 +0000 Monotone-Date: 2008-03-28T17:11:38 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js + commit 2ab5fa8247ab071d4d7a950fa75bc64d015a4c74 Author: Wolfgang Sourdeau Date: Fri Mar 28 14:47:33 2008 +0000 @@ -74888,6 +92460,9 @@ Date: Fri Mar 28 14:47:33 2008 +0000 Monotone-Date: 2008-03-28T14:47:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDIFEntry.m + commit 06277b4ce9b8aaa2a926c35c410ee3abd48984ce Author: Wolfgang Sourdeau Date: Fri Mar 28 14:47:07 2008 +0000 @@ -74899,21 +92474,7 @@ Date: Fri Mar 28 14:47:07 2008 +0000 Monotone-Date: 2008-03-28T14:47:07 Monotone-Branch: ca.inverse.sogo -commit 90889142a0919585f9948e17740018c2d4f35d39 -Merge: 2a64c9d bba8241 -Author: Wolfgang Sourdeau -Date: Fri Mar 28 14:16:09 2008 +0000 - - merge of '14b1d75f21b83c7e79aaa832f13fcfd18393d8ea' - and '8a7a7f16173ed5c15a0214ed9fc820bffd475da1' - - Monotone-Parent: 14b1d75f21b83c7e79aaa832f13fcfd18393d8ea - Monotone-Parent: 8a7a7f16173ed5c15a0214ed9fc820bffd475da1 - Monotone-Revision: 77a448cff64353c09e0f8a786ad2aab1113b3a74 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-03-28T14:16:09 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js commit 2a64c9ddcabcc3a9f8690cd1360d5634df84a487 Author: Wolfgang Sourdeau @@ -74926,6 +92487,9 @@ Date: Fri Mar 28 14:15:46 2008 +0000 Monotone-Date: 2008-03-28T14:15:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit bba8241f5431e1bd35bb771a343b2946ffcb7198 Author: Francis Lachapelle Date: Fri Mar 28 13:56:07 2008 +0000 @@ -74939,21 +92503,7 @@ Date: Fri Mar 28 13:56:07 2008 +0000 Monotone-Date: 2008-03-28T13:56:07 Monotone-Branch: ca.inverse.sogo -commit 5dd408cc433f1fd3012876c6221282b4a0695bb7 -Merge: 00565ec 05d4708 -Author: Wolfgang Sourdeau -Date: Thu Mar 27 21:19:39 2008 +0000 - - merge of 'e9991645e03e37c7b75619ac4070814a2b6e9ad8' - and 'f5eb60c48e1a3dab6f675586bd2f939ba6b44ebc' - - Monotone-Parent: e9991645e03e37c7b75619ac4070814a2b6e9ad8 - Monotone-Parent: f5eb60c48e1a3dab6f675586bd2f939ba6b44ebc - Monotone-Revision: d20c7d683d0045394dd1f0a002a37f7aecf38ce1 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-03-27T21:19:39 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js commit 05d4708ed60c71625cab4c6f372b7d03dce483f0 Author: Wolfgang Sourdeau @@ -74966,6 +92516,8 @@ Date: Thu Mar 27 21:08:51 2008 +0000 Monotone-Date: 2008-03-27T21:08:51 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoPermissions.m + commit 00565ecbaf6d85a282927cd64213ffcc6e5b97a3 Author: Francis Lachapelle Date: Thu Mar 27 21:05:47 2008 +0000 @@ -74977,6 +92529,14 @@ Date: Thu Mar 27 21:05:47 2008 +0000 Monotone-Date: 2008-03-27T21:05:47 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/UIxTaskEditor.js + commit 9fc6aa568ed0e8e2ea85a43003fee0bab54630cf Author: Wolfgang Sourdeau Date: Thu Mar 27 20:29:33 2008 +0000 @@ -74988,6 +92548,9 @@ Date: Thu Mar 27 20:29:33 2008 +0000 Monotone-Date: 2008-03-27T20:29:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/AgenorUserDefaults.m + commit 56006caf36f11cf564b6fdd062a7eb71eb710dec Author: Wolfgang Sourdeau Date: Thu Mar 27 19:26:58 2008 +0000 @@ -74999,6 +92562,9 @@ Date: Thu Mar 27 19:26:58 2008 +0000 Monotone-Date: 2008-03-27T19:26:58 Monotone-Branch: ca.inverse.sogo +D SOPE/sope-patchset-r1618.diff +A SOPE/sope-patchset-r1619.diff + commit b5d6864d53a761471ac87c072afaf17c6a956856 Author: Wolfgang Sourdeau Date: Thu Mar 27 19:26:55 2008 +0000 @@ -75010,21 +92576,7 @@ Date: Thu Mar 27 19:26:55 2008 +0000 Monotone-Date: 2008-03-27T19:26:55 Monotone-Branch: ca.inverse.sogo -commit 7ee91d7414c0a9b8995b81baf0b9c38aeaee5edc -Merge: 31958a7 e5dc646 -Author: Wolfgang Sourdeau -Date: Thu Mar 27 18:11:32 2008 +0000 - - merge of '31454db74b1a3b3d5fca41183f6969ab4a4d3f65' - and 'c663318a0219d6419a992fb60d66bd980d19ac2d' - - Monotone-Parent: 31454db74b1a3b3d5fca41183f6969ab4a4d3f65 - Monotone-Parent: c663318a0219d6419a992fb60d66bd980d19ac2d - Monotone-Revision: 389ee2a27fb75cca12b81a54f3b8a8c180f6d946 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-03-27T18:11:32 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js commit e5dc646a89f291116a411f3898fefdb785555d46 Author: Wolfgang Sourdeau @@ -75037,6 +92589,11 @@ Date: Thu Mar 27 14:12:03 2008 +0000 Monotone-Date: 2008-03-27T14:12:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m +M UI/Templates/SchedulerUI/UIxRecurrenceEditor.wox +M UI/WebServerResources/UIxRecurrenceEditor.js + commit 31958a739fc9d2a69ed56d4f7906ac1848b75e87 Author: Francis Lachapelle Date: Wed Mar 26 21:41:50 2008 +0000 @@ -75048,6 +92605,12 @@ Date: Wed Mar 26 21:41:50 2008 +0000 Monotone-Date: 2008-03-26T21:41:50 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js + commit 1c24f2fde7381c3c0dc3acb6cd86415af666fba5 Author: Wolfgang Sourdeau Date: Wed Mar 26 21:38:47 2008 +0000 @@ -75059,6 +92622,8 @@ Date: Wed Mar 26 21:38:47 2008 +0000 Monotone-Date: 2008-03-26T21:38:47 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox + commit d9870da82e260397af6317f4cce4239156470b48 Author: Wolfgang Sourdeau Date: Wed Mar 26 21:20:11 2008 +0000 @@ -75070,6 +92635,8 @@ Date: Wed Mar 26 21:20:11 2008 +0000 Monotone-Date: 2008-03-26T21:20:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/dtree.js + commit e1fa4fbdd2a5cb98fe256e641df9428d952233ec Author: Wolfgang Sourdeau Date: Wed Mar 26 20:49:30 2008 +0000 @@ -75081,21 +92648,7 @@ Date: Wed Mar 26 20:49:30 2008 +0000 Monotone-Date: 2008-03-26T20:49:30 Monotone-Branch: ca.inverse.sogo -commit 86d45117ad61de8b54f5c6a5f937b596d3d1dbf9 -Merge: 4b815c9 de1bd56 -Author: Wolfgang Sourdeau -Date: Wed Mar 26 20:31:09 2008 +0000 - - merge of '33cd28ec24da9b667bfbfe813859158a7c753836' - and 'e70b402803fd5be6062e9c2357b0a52a293a3440' - - Monotone-Parent: 33cd28ec24da9b667bfbfe813859158a7c753836 - Monotone-Parent: e70b402803fd5be6062e9c2357b0a52a293a3440 - Monotone-Revision: cef7b2ad79ff11b1de6c82ad77501b4fa8f1d757 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-03-26T20:31:09 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.js commit de1bd56f2c33784009afc91b688809df420046c2 Author: Wolfgang Sourdeau @@ -75108,6 +92661,15 @@ Date: Wed Mar 26 20:30:53 2008 +0000 Monotone-Date: 2008-03-26T20:30:53 Monotone-Branch: ca.inverse.sogo +M NEWS +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NGCardsSaxHandler.m +M SOPE/NGCards/iCalMonthlyRecurrenceCalculator.m +M SOPE/NGCards/iCalRecurrenceCalculator.m +M SOPE/NGCards/iCalRecurrenceRule.m +M SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 4b815c9bd7c6514707105b874425766cf27620ff Author: Francis Lachapelle Date: Wed Mar 26 18:58:26 2008 +0000 @@ -75119,6 +92681,11 @@ Date: Wed Mar 26 18:58:26 2008 +0000 Monotone-Date: 2008-03-26T18:58:26 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailView.wox +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.js + commit f8a8a0c6dcf71f13f83043d278643ab9ab36acda Author: Wolfgang Sourdeau Date: Tue Mar 25 22:40:57 2008 +0000 @@ -75130,6 +92697,8 @@ Date: Tue Mar 25 22:40:57 2008 +0000 Monotone-Date: 2008-03-25T22:40:57 Monotone-Branch: ca.inverse.sogo +M configure + commit e2cfe1058fd2d62c3118d908604e703d8d91a602 Author: Wolfgang Sourdeau Date: Tue Mar 25 22:20:49 2008 +0000 @@ -75141,6 +92710,8 @@ Date: Tue Mar 25 22:20:49 2008 +0000 Monotone-Date: 2008-03-25T22:20:49 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalRecurrenceCalculator.m + commit 79f2b71fdb4cc1c6e64663d2023f765130a2a8cd Author: Wolfgang Sourdeau Date: Tue Mar 25 20:48:01 2008 +0000 @@ -75152,21 +92723,7 @@ Date: Tue Mar 25 20:48:01 2008 +0000 Monotone-Date: 2008-03-25T20:48:01 Monotone-Branch: ca.inverse.sogo -commit 5f5942fbdb872b721c5783a697d7feaefe6042aa -Merge: a62cd61 2bc2bb9 -Author: Wolfgang Sourdeau -Date: Tue Mar 25 20:44:40 2008 +0000 - - merge of 'c0da933d3e86c470a7d83491a010f1ba6edc3fcd' - and 'da177815e95b11791d2a07d68ea27df0c5d8b8e8' - - Monotone-Parent: c0da933d3e86c470a7d83491a010f1ba6edc3fcd - Monotone-Parent: da177815e95b11791d2a07d68ea27df0c5d8b8e8 - Monotone-Revision: 61ccc0b85c5ad0f5c359e98c73da3a77ec12dd09 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-03-25T20:44:40 - Monotone-Branch: ca.inverse.sogo +M UI/Contacts/Italian.lproj/Localizable.strings commit 2bc2bb954b1e7b2a0b0c257f26a6beff05f7e96a Author: Wolfgang Sourdeau @@ -75179,6 +92736,9 @@ Date: Tue Mar 25 20:43:29 2008 +0000 Monotone-Date: 2008-03-25T20:43:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m + commit 43c0f75dc8625be068cb67e01324e82ae5540250 Author: Wolfgang Sourdeau Date: Tue Mar 25 20:35:17 2008 +0000 @@ -75190,6 +92750,8 @@ Date: Tue Mar 25 20:35:17 2008 +0000 Monotone-Date: 2008-03-25T20:35:17 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoObject.m + commit 823db80b8dba5142bc4794dd3b796a517eb1c329 Author: Wolfgang Sourdeau Date: Tue Mar 25 20:34:56 2008 +0000 @@ -75201,6 +92763,9 @@ Date: Tue Mar 25 20:34:56 2008 +0000 Monotone-Date: 2008-03-25T20:34:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit a62cd61e0d1e73c9f8308b65f83c79cf86b999ca Author: Francis Lachapelle Date: Tue Mar 25 19:59:13 2008 +0000 @@ -75212,6 +92777,33 @@ Date: Tue Mar 25 19:59:13 2008 +0000 Monotone-Date: 2008-03-25T19:59:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/UIxContactFoldersView.h +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/UIxContactsListViewContainer.h +M UI/Contacts/UIxContactsListViewContainer.m +M UI/Contacts/product.plist +M UI/MailerUI/UIxMailMainFrame.h +M UI/MailerUI/UIxMailMainFrame.m +M UI/MailerUI/product.plist +M UI/Scheduler/UIxCalMainView.h +M UI/Scheduler/UIxCalMainView.m +M UI/Scheduler/product.plist +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDragHandles.js +M UI/WebServerResources/SchedulerUI.js + commit faff3ed1102c235f140176ade3d65a88f517316e Author: Wolfgang Sourdeau Date: Mon Mar 24 19:57:13 2008 +0000 @@ -75223,6 +92815,8 @@ Date: Mon Mar 24 19:57:13 2008 +0000 Monotone-Date: 2008-03-24T19:57:13 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailUserRightsEditor.wox + commit ff384789c5113f6318ad6fa31c478c1d3aabfc2f Author: Wolfgang Sourdeau Date: Mon Mar 24 19:56:35 2008 +0000 @@ -75234,6 +92828,8 @@ Date: Mon Mar 24 19:56:35 2008 +0000 Monotone-Date: 2008-03-24T19:56:35 Monotone-Branch: ca.inverse.sogo +M Scripts/sql-update-20080303.sh + commit b13dfdd3d81a6178bd7ed0a477fa8a7be86d509e Author: Wolfgang Sourdeau Date: Mon Mar 24 19:56:15 2008 +0000 @@ -75245,6 +92841,34 @@ Date: Mon Mar 24 19:56:15 2008 +0000 Monotone-Date: 2008-03-24T19:56:15 Monotone-Branch: ca.inverse.sogo +A SoObjects/Appointments/SOGoAptMailItalianDeletion.wo/SOGoAptMailItalianDeletion.html +A SoObjects/Appointments/SOGoAptMailItalianDeletion.wo/SOGoAptMailItalianDeletion.wod +A SoObjects/Appointments/SOGoAptMailItalianICalReply.wo/SOGoAptMailItalianICalReply.html +A SoObjects/Appointments/SOGoAptMailItalianICalReply.wo/SOGoAptMailItalianICalReply.wod +A SoObjects/Appointments/SOGoAptMailItalianInvitation.wo/SOGoAptMailItalianInvitation.html +A SoObjects/Appointments/SOGoAptMailItalianInvitation.wo/SOGoAptMailItalianInvitation.wod +A SoObjects/Appointments/SOGoAptMailItalianRemoval.wo/SOGoAptMailItalianRemoval.html +A SoObjects/Appointments/SOGoAptMailItalianRemoval.wo/SOGoAptMailItalianRemoval.wod +A SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.html +A SoObjects/Appointments/SOGoAptMailItalianUpdate.wo/SOGoAptMailItalianUpdate.wod +A SoObjects/Mailer/SOGoMailItalianForward.wo/SOGoMailItalianForward.html +A SoObjects/Mailer/SOGoMailItalianForward.wo/SOGoMailItalianForward.wod +A SoObjects/Mailer/SOGoMailItalianReply.wo/SOGoMailItalianReply.html +A SoObjects/Mailer/SOGoMailItalianReply.wo/SOGoMailItalianReply.wod +A UI/Common/Italian.lproj/Localizable.strings +A UI/Contacts/Italian.lproj/Localizable.strings +A UI/MailPartViewers/Italian.lproj/Localizable.strings +A UI/MailerUI/Italian.lproj/Localizable.strings +A UI/MainUI/Italian.lproj/Locale +A UI/MainUI/Italian.lproj/Localizable.strings +A UI/PreferencesUI/Italian.lproj/Localizable.strings +A UI/Scheduler/Italian.lproj/Localizable.strings +A UI/Templates/SOGoACLItalianAdditionAdvisory.wox +A UI/Templates/SOGoACLItalianModificationAdvisory.wox +A UI/Templates/SOGoACLItalianRemovalAdvisory.wox +A UI/Templates/SOGoFolderItalianAdditionAdvisory.wox +A UI/Templates/SOGoFolderItalianRemovalAdvisory.wox + commit e344082bd1f75f975c20cfff324fbcace22fa2cd Author: Wolfgang Sourdeau Date: Thu Mar 20 13:51:06 2008 +0000 @@ -75256,6 +92880,8 @@ Date: Thu Mar 20 13:51:06 2008 +0000 Monotone-Date: 2008-03-20T13:51:06 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 69587d6d3b9110d161dbbd15ce203273ac1f2829 Author: Wolfgang Sourdeau Date: Thu Mar 20 13:48:17 2008 +0000 @@ -75267,6 +92893,31 @@ Date: Thu Mar 20 13:48:17 2008 +0000 Monotone-Date: 2008-03-20T13:48:17 Monotone-Branch: ca.inverse.sogo +M Protocols/iCalHTTP/GNUmakefile +M SoObjects/Appointments/GNUmakefile +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAptMailDeletion.m +M SoObjects/Appointments/SOGoAptMailICalReply.m +M SoObjects/Appointments/SOGoAptMailInvitation.m +M SoObjects/Appointments/SOGoAptMailRemoval.m +M SoObjects/Appointments/SOGoAptMailUpdate.m +M SoObjects/Mailer/GNUmakefile +M SoObjects/Mailer/SOGoMailForward.h +M SoObjects/Mailer/SOGoMailForward.m +M SoObjects/Mailer/SOGoMailReply.h +M SoObjects/Mailer/SOGoMailReply.m +M UI/Common/GNUmakefile +M UI/Contacts/GNUmakefile +M UI/MailPartViewers/GNUmakefile +M UI/MailerUI/GNUmakefile +M UI/MainUI/GNUmakefile +M UI/PreferencesUI/GNUmakefile +M UI/SOGoUI/SOGoACLAdvisory.h +M UI/SOGoUI/SOGoACLAdvisory.m +M UI/SOGoUI/SOGoFolderAdvisory.h +M UI/SOGoUI/SOGoFolderAdvisory.m +M UI/Scheduler/GNUmakefile + commit 34619a5eda0886ec89db282943e9aa99c99f4515 Author: Wolfgang Sourdeau Date: Thu Mar 20 13:40:22 2008 +0000 @@ -75278,6 +92929,8 @@ Date: Thu Mar 20 13:40:22 2008 +0000 Monotone-Date: 2008-03-20T13:40:22 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit d0ba5254f9355632306c39a1733c67b86bd3c2eb Author: Wolfgang Sourdeau Date: Tue Mar 18 17:26:34 2008 +0000 @@ -75289,6 +92942,12 @@ Date: Tue Mar 18 17:26:34 2008 +0000 Monotone-Date: 2008-03-18T17:26:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D SOPE/sope-patchset-r1608.diff +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/SOGo/SOGoPermissions.h + commit 5e5465e01e1d95709923cc82db90ede5e6d96801 Author: Wolfgang Sourdeau Date: Tue Mar 18 17:26:27 2008 +0000 @@ -75300,6 +92959,8 @@ Date: Tue Mar 18 17:26:27 2008 +0000 Monotone-Date: 2008-03-18T17:26:27 Monotone-Branch: ca.inverse.sogo +A SOPE/sope-patchset-r1618.diff + commit 9f4d7c4b6cba4ad8c4d629ea539c31dc38a5d400 Author: Wolfgang Sourdeau Date: Mon Mar 17 18:47:06 2008 +0000 @@ -75311,6 +92972,9 @@ Date: Mon Mar 17 18:47:06 2008 +0000 Monotone-Date: 2008-03-17T18:47:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit cfee388173d7562e51c18aece3e57d1444ba11bd Author: Wolfgang Sourdeau Date: Mon Mar 10 15:04:01 2008 +0000 @@ -75322,6 +92986,9 @@ Date: Mon Mar 10 15:04:01 2008 +0000 Monotone-Date: 2008-03-10T15:04:01 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/UIxComponent.m +M UI/Scheduler/UIxCalMonthOverview.m + commit 5971e5b373c4567bbdc91cbecbacbeaac2e240ea Author: Wolfgang Sourdeau Date: Mon Mar 10 15:03:50 2008 +0000 @@ -75333,6 +93000,8 @@ Date: Mon Mar 10 15:03:50 2008 +0000 Monotone-Date: 2008-03-10T15:03:50 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoDateFormatter.m + commit f80513f3dfe01d3b05d62f3be232af09742118c3 Author: Wolfgang Sourdeau Date: Mon Mar 10 14:17:11 2008 +0000 @@ -75344,6 +93013,11 @@ Date: Mon Mar 10 14:17:11 2008 +0000 Monotone-Date: 2008-03-10T14:17:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSCalendarDate+SOGo.h +M SoObjects/SOGo/NSCalendarDate+SOGo.m +M UI/Scheduler/UIxCalMonthViewOld.m + commit 7ed2beb6d39ce13a3039f7863d8f309d4407f47a Author: Wolfgang Sourdeau Date: Mon Mar 10 04:48:28 2008 +0000 @@ -75355,6 +93029,11 @@ Date: Mon Mar 10 04:48:28 2008 +0000 Monotone-Date: 2008-03-10T04:48:28 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalRecurrenceRule.h +M SOPE/NGCards/iCalRecurrenceRule.m +M SOPE/NGCards/iCalTimeZonePeriod.m + commit 23b7cf0d3e7b34390da5184238fa1d5a7b638a97 Author: Wolfgang Sourdeau Date: Fri Mar 7 22:18:12 2008 +0000 @@ -75366,6 +93045,8 @@ Date: Fri Mar 7 22:18:12 2008 +0000 Monotone-Date: 2008-03-07T22:18:12 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 06e61174a4f57d077ae4344d3adbb2a06ba1e9b4 Author: Wolfgang Sourdeau Date: Fri Mar 7 22:18:01 2008 +0000 @@ -75377,6 +93058,9 @@ Date: Fri Mar 7 22:18:01 2008 +0000 Monotone-Date: 2008-03-07T22:18:01 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Templates/SchedulerUI/UIxComponentEditor.wox + commit b4e8e8f935dcb70f04dd96505d63257c98f67584 Author: Wolfgang Sourdeau Date: Fri Mar 7 22:17:56 2008 +0000 @@ -75388,6 +93072,8 @@ Date: Fri Mar 7 22:17:56 2008 +0000 Monotone-Date: 2008-03-07T22:17:56 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/product.plist + commit 5cdbf589bdf1060180df9fe68b79494708d5b228 Author: Wolfgang Sourdeau Date: Fri Mar 7 22:17:16 2008 +0000 @@ -75399,6 +93085,11 @@ Date: Fri Mar 7 22:17:16 2008 +0000 Monotone-Date: 2008-03-07T22:17:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/OCSContactFieldExtractor.m +M OGoContentStore/contact-oracle.ocs +M OGoContentStore/contact.ocs + commit e71b493b4aac925f7349ed01e35963e539e7291a Author: Wolfgang Sourdeau Date: Fri Mar 7 22:14:44 2008 +0000 @@ -75410,6 +93101,11 @@ Date: Fri Mar 7 22:14:44 2008 +0000 Monotone-Date: 2008-03-07T22:14:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoFolder.m + commit eabfee884f564a48e0cc1561417fd017a2b006d8 Author: Wolfgang Sourdeau Date: Fri Mar 7 22:12:44 2008 +0000 @@ -75421,6 +93117,8 @@ Date: Fri Mar 7 22:12:44 2008 +0000 Monotone-Date: 2008-03-07T22:12:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 316f7d6ca7ef35c167f45bc88c5f0a4b8c2dddd5 Author: Wolfgang Sourdeau Date: Fri Mar 7 22:12:40 2008 +0000 @@ -75432,6 +93130,13 @@ Date: Fri Mar 7 22:12:40 2008 +0000 Monotone-Date: 2008-03-07T22:12:40 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/GNUmakefile +M SoObjects/Contacts/SOGoContactGCSEntry.h +M SoObjects/Contacts/SOGoContactGCSFolder.m +A SoObjects/Contacts/SOGoContactGCSList.h +A SoObjects/Contacts/SOGoContactGCSList.m +M SoObjects/Contacts/product.plist + commit 20090591d7f884c50da5a3eaeb60eae2d47a9a5a Author: Wolfgang Sourdeau Date: Fri Mar 7 22:10:17 2008 +0000 @@ -75443,6 +93148,8 @@ Date: Fri Mar 7 22:10:17 2008 +0000 Monotone-Date: 2008-03-07T22:10:17 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit e4213b2a700acb14aaff9b21117c14a42932b8df Author: Wolfgang Sourdeau Date: Fri Mar 7 22:10:03 2008 +0000 @@ -75454,6 +93161,9 @@ Date: Fri Mar 7 22:10:03 2008 +0000 Monotone-Date: 2008-03-07T22:10:03 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/UIxContactEditor.js + commit f68812e90fdf6c5db4c8351697fb05a2f00b6ce1 Author: Wolfgang Sourdeau Date: Fri Mar 7 22:09:33 2008 +0000 @@ -75465,6 +93175,18 @@ Date: Fri Mar 7 22:09:33 2008 +0000 Monotone-Date: 2008-03-07T22:09:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/GNUmakefile +M UI/Contacts/UIxContactEditor.m +A UI/Contacts/UIxListEditor.h +A UI/Contacts/UIxListEditor.m +A UI/Contacts/UIxListView.h +A UI/Contacts/UIxListView.m +M UI/Contacts/product.plist +M UI/Templates/ContactsUI/UIxContactEditor.wox +A UI/Templates/ContactsUI/UIxListEditor.wox +A UI/Templates/ContactsUI/UIxListView.wox + commit 50603c67e6506643693bb539abf88297a5bbe770 Author: Wolfgang Sourdeau Date: Fri Mar 7 22:05:41 2008 +0000 @@ -75476,6 +93198,8 @@ Date: Fri Mar 7 22:05:41 2008 +0000 Monotone-Date: 2008-03-07T22:05:41 Monotone-Branch: ca.inverse.sogo +A Scripts/sql-update-20080303.sh + commit 6277fa062c5a14adf9679551dc30f3ad91446385 Author: Wolfgang Sourdeau Date: Tue Mar 4 20:57:36 2008 +0000 @@ -75487,6 +93211,14 @@ Date: Tue Mar 4 20:57:36 2008 +0000 Monotone-Date: 2008-03-04T20:57:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/Mailer/SOGoMailBaseObject.h +M SoObjects/Mailer/SOGoMailBaseObject.m +M SoObjects/Mailer/SOGoMailBodyPart.m +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoObject.m + commit 852a2e95ab9d9b481d55c058c8d1676721eeaf32 Author: Wolfgang Sourdeau Date: Mon Mar 3 17:32:12 2008 +0000 @@ -75498,6 +93230,15 @@ Date: Mon Mar 3 17:32:12 2008 +0000 Monotone-Date: 2008-03-03T17:32:12 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/GNUmakefile +M SOPE/NGCards/NGVCard.h +A SOPE/NGCards/NGVCardReference.h +A SOPE/NGCards/NGVCardReference.m +A SOPE/NGCards/NGVList.h +A SOPE/NGCards/NGVList.m +M SOPE/NGCards/versitCardsSaxDriver/bundle-info.plist + commit ba02cb287e32e06f821697de28eb23d342676dfd Author: Wolfgang Sourdeau Date: Tue Feb 26 14:40:22 2008 +0000 @@ -75509,6 +93250,11 @@ Date: Tue Feb 26 14:40:22 2008 +0000 Monotone-Date: 2008-02-26T14:40:22 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-gsmake2.diff +M SOPE/sope-patchset-r1608.diff +M Scripts/sogod-wrapper +M configure + commit 60fad625cab700a613a3e336a7a5103d16a6cd7d Author: Wolfgang Sourdeau Date: Mon Feb 25 21:59:25 2008 +0000 @@ -75520,6 +93266,9 @@ Date: Mon Feb 25 21:59:25 2008 +0000 Monotone-Date: 2008-02-25T21:59:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit 0dce31942e5b4aa918fee4f99fe499c350f0c2c7 Author: Wolfgang Sourdeau Date: Mon Feb 25 21:41:04 2008 +0000 @@ -75531,6 +93280,8 @@ Date: Mon Feb 25 21:41:04 2008 +0000 Monotone-Date: 2008-02-25T21:41:04 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 938b819a365941bbb1d330551ea95ea572feae4d Author: Wolfgang Sourdeau Date: Mon Feb 25 21:40:55 2008 +0000 @@ -75542,6 +93293,8 @@ Date: Mon Feb 25 21:40:55 2008 +0000 Monotone-Date: 2008-02-25T21:40:55 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoDAVRendererTypes.m + commit b41d587dc246c367c77544111ff4c2a15ee5fd3f Author: Wolfgang Sourdeau Date: Sat Feb 23 18:43:32 2008 +0000 @@ -75553,6 +93306,9 @@ Date: Sat Feb 23 18:43:32 2008 +0000 Monotone-Date: 2008-02-23T18:43:32 Monotone-Branch: ca.inverse.sogo +D SOPE/sope-patchset-r1605.diff +A SOPE/sope-patchset-r1608.diff + commit 81d6c0bd376500e9ac30bca8586f6f78dcca5ab6 Author: Wolfgang Sourdeau Date: Sat Feb 23 18:42:55 2008 +0000 @@ -75564,6 +93320,9 @@ Date: Sat Feb 23 18:42:55 2008 +0000 Monotone-Date: 2008-02-23T18:42:55 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-gsmake2.diff +M SOPE/sope-patchset-r1605.diff + commit a25fde890c2632238191fdabe6cc9a182c44c788 Author: Wolfgang Sourdeau Date: Fri Feb 22 21:25:34 2008 +0000 @@ -75575,6 +93334,8 @@ Date: Fri Feb 22 21:25:34 2008 +0000 Monotone-Date: 2008-02-22T21:25:34 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoGCSFolder.m + commit f4d860e19f8ab127bb668adc4d0e470ee30f0b44 Author: Wolfgang Sourdeau Date: Fri Feb 22 21:25:24 2008 +0000 @@ -75586,6 +93347,9 @@ Date: Fri Feb 22 21:25:24 2008 +0000 Monotone-Date: 2008-02-22T21:25:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit 97e1b2814447df48d0f1ae20b47c69505f859323 Author: Wolfgang Sourdeau Date: Fri Feb 22 21:22:19 2008 +0000 @@ -75597,6 +93361,10 @@ Date: Fri Feb 22 21:22:19 2008 +0000 Monotone-Date: 2008-02-22T21:22:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoFolder.m + commit 29e943ec3ed6d6a7d9104c433d18a48bdaeeb568 Author: Wolfgang Sourdeau Date: Fri Feb 22 21:21:59 2008 +0000 @@ -75608,6 +93376,10 @@ Date: Fri Feb 22 21:21:59 2008 +0000 Monotone-Date: 2008-02-22T21:21:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoDAVRendererTypes.h +M SoObjects/SOGo/SOGoDAVRendererTypes.m + commit 2269eaf1bfb93828cda8201c28e5a6346ca3e8e7 Author: Wolfgang Sourdeau Date: Fri Feb 22 21:21:24 2008 +0000 @@ -75619,6 +93391,10 @@ Date: Fri Feb 22 21:21:24 2008 +0000 Monotone-Date: 2008-02-22T21:21:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSArray+Utilities.h +M SoObjects/SOGo/NSArray+Utilities.m + commit b4167565511e1602b34bd544c6379a5c6edf5706 Author: Wolfgang Sourdeau Date: Fri Feb 22 21:20:53 2008 +0000 @@ -75630,6 +93406,10 @@ Date: Fri Feb 22 21:20:53 2008 +0000 Monotone-Date: 2008-02-22T21:20:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Contacts/SOGoContactGCSFolder.m + commit 374474e9463d9c2bd1f7066499dbe60601602d85 Author: Wolfgang Sourdeau Date: Fri Feb 22 21:19:29 2008 +0000 @@ -75641,6 +93421,11 @@ Date: Fri Feb 22 21:19:29 2008 +0000 Monotone-Date: 2008-02-22T21:19:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m +M UI/Common/UIxObjectActions.m + commit 9e408172b37173d5c72884836fff36d8259d0d9d Author: Wolfgang Sourdeau Date: Fri Feb 22 21:14:37 2008 +0000 @@ -75652,6 +93437,8 @@ Date: Fri Feb 22 21:14:37 2008 +0000 Monotone-Date: 2008-02-22T21:14:37 Monotone-Branch: ca.inverse.sogo +M configure + commit 41c94c2d5fd2502adbc82376b89b009643d1a7e4 Author: Wolfgang Sourdeau Date: Wed Feb 20 17:35:11 2008 +0000 @@ -75663,6 +93450,10 @@ Date: Wed Feb 20 17:35:11 2008 +0000 Monotone-Date: 2008-02-20T17:35:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoGCSFolder.m + commit 7db2a97ec32311874d2583219244ace2354b02ac Author: Wolfgang Sourdeau Date: Wed Feb 20 17:34:46 2008 +0000 @@ -75674,6 +93465,9 @@ Date: Wed Feb 20 17:34:46 2008 +0000 Monotone-Date: 2008-02-20T17:34:46 Monotone-Branch: ca.inverse.sogo +D SOPE/sope-patchset-r1603.diff +A SOPE/sope-patchset-r1605.diff + commit 198acc12260a3bac6708fce5ad6d0901bf7fb147 Author: Wolfgang Sourdeau Date: Thu Feb 14 18:47:19 2008 +0000 @@ -75685,6 +93479,8 @@ Date: Thu Feb 14 18:47:19 2008 +0000 Monotone-Date: 2008-02-14T18:47:19 Monotone-Branch: ca.inverse.sogo +M Scripts/sogod-wrapper + commit b4307939dbaa33e322c3ca29e8e47653f6889308 Author: Wolfgang Sourdeau Date: Thu Feb 14 17:31:23 2008 +0000 @@ -75696,6 +93492,42 @@ Date: Thu Feb 14 17:31:23 2008 +0000 Monotone-Date: 2008-02-14T17:31:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/GNUmakefile +M Main/SOGoProductLoader.m +M OGoContentStore/GNUmakefile +M Protocols/GNUmakefile +M Protocols/common.make +M Protocols/iCalHTTP/GNUmakefile +M SOPE/GDLContentStore/GCSFolderType.m +M SOPE/GDLContentStore/GNUmakefile +M SOPE/GDLContentStore/GNUmakefile.preamble +M SOPE/NGCards/GNUmakefile +M SOPE/NGCards/GNUmakefile.postamble +M SOPE/NGCards/versitCardsSaxDriver/GNUmakefile +A SOPE/sope-gsmake2.diff +M SoObjects/Appointments/GNUmakefile +M SoObjects/Contacts/GNUmakefile +M SoObjects/Mailer/GNUmakefile +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/LDAPUserManager.m +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/Sieve/GNUmakefile +M SoObjects/common.make +M UI/Common/GNUmakefile +M UI/Contacts/GNUmakefile +M UI/MailPartViewers/GNUmakefile +M UI/MailerUI/GNUmakefile +M UI/MainUI/GNUmakefile +M UI/PreferencesUI/GNUmakefile +M UI/SOGoElements/GNUmakefile +M UI/SOGoUI/GNUmakefile +M UI/Scheduler/GNUmakefile +M UI/Templates/GNUmakefile +A UI/WebServerResources/GNUmakefile +M UI/common.make +M configure + commit 716230fce716486cf6bacd630d95fba569e74e1d Author: Wolfgang Sourdeau Date: Tue Feb 12 15:49:54 2008 +0000 @@ -75707,6 +93539,9 @@ Date: Tue Feb 12 15:49:54 2008 +0000 Monotone-Date: 2008-02-12T15:49:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoFreeBusyObject.m + commit 3673b23649b6209bcf788acb6c72fa3232d2c4aa Author: Wolfgang Sourdeau Date: Tue Feb 12 15:48:53 2008 +0000 @@ -75718,6 +93553,11 @@ Date: Tue Feb 12 15:48:53 2008 +0000 Monotone-Date: 2008-02-12T15:48:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoGCSFolder.m + commit fd74c8117a77bc938d2c5f80705dcc31ce4b759f Author: Wolfgang Sourdeau Date: Tue Feb 12 14:58:14 2008 +0000 @@ -75729,6 +93569,9 @@ Date: Tue Feb 12 14:58:14 2008 +0000 Monotone-Date: 2008-02-12T14:58:14 Monotone-Branch: ca.inverse.sogo +D SOPE/sope-patchset-r1597.diff +A SOPE/sope-patchset-r1603.diff + commit 36f012dd50f1f9ec3f5c3582f7d6d7260ae9c2bf Author: Wolfgang Sourdeau Date: Fri Feb 8 22:30:04 2008 +0000 @@ -75740,6 +93583,8 @@ Date: Fri Feb 8 22:30:04 2008 +0000 Monotone-Date: 2008-02-08T22:30:04 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 80aefa55e51f2d5d344e4238c1b054027297118a Author: Wolfgang Sourdeau Date: Fri Feb 8 22:09:56 2008 +0000 @@ -75751,6 +93596,8 @@ Date: Fri Feb 8 22:09:56 2008 +0000 Monotone-Date: 2008-02-08T22:09:56 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 1cab03b4e5eb9a6c6a0a72123e680cdcfc28131b Author: Francis Lachapelle Date: Fri Feb 8 22:06:23 2008 +0000 @@ -75762,6 +93609,9 @@ Date: Fri Feb 8 22:06:23 2008 +0000 Monotone-Date: 2008-02-08T22:06:23 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js +M UI/WebServerResources/iefixes.css + commit 2944d70a41a190288375609bb25dfc3a18ed74f3 Author: Wolfgang Sourdeau Date: Fri Feb 8 21:59:31 2008 +0000 @@ -75773,6 +93623,8 @@ Date: Fri Feb 8 21:59:31 2008 +0000 Monotone-Date: 2008-02-08T21:59:31 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 8d570456cd2e64bc11c202c33d2df6c138176782 Author: Wolfgang Sourdeau Date: Fri Feb 8 21:46:05 2008 +0000 @@ -75784,6 +93636,8 @@ Date: Fri Feb 8 21:46:05 2008 +0000 Monotone-Date: 2008-02-08T21:46:05 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 56a4b731dde513d92cf03c46fb92c46d615e24bc Author: Wolfgang Sourdeau Date: Fri Feb 8 21:45:51 2008 +0000 @@ -75795,6 +93649,10 @@ Date: Fri Feb 8 21:45:51 2008 +0000 Monotone-Date: 2008-02-08T21:45:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox + commit 10e0d0affbc907248641161cfdcbaa95069289e3 Author: Wolfgang Sourdeau Date: Fri Feb 8 19:39:53 2008 +0000 @@ -75806,6 +93664,8 @@ Date: Fri Feb 8 19:39:53 2008 +0000 Monotone-Date: 2008-02-08T19:39:53 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxRecurrenceEditor.js + commit 45f775293e6dbbeab3e1e944cb027d1f0db16019 Author: Wolfgang Sourdeau Date: Fri Feb 8 19:38:05 2008 +0000 @@ -75817,6 +93677,10 @@ Date: Fri Feb 8 19:38:05 2008 +0000 Monotone-Date: 2008-02-08T19:38:05 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.m +M UI/Templates/SchedulerUI/UIxRecurrenceEditor.wox +M UI/WebServerResources/UIxRecurrenceEditor.js + commit 952f48f7a410ed4dfe4309b07051dbd5f38b66a5 Author: Wolfgang Sourdeau Date: Fri Feb 8 19:36:41 2008 +0000 @@ -75828,6 +93692,9 @@ Date: Fri Feb 8 19:36:41 2008 +0000 Monotone-Date: 2008-02-08T19:36:41 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalRecurrenceRule.m + commit b36ee1f3a13e82a63325719afba5759bf69ce8c8 Author: Wolfgang Sourdeau Date: Fri Feb 8 19:34:02 2008 +0000 @@ -75839,6 +93706,10 @@ Date: Fri Feb 8 19:34:02 2008 +0000 Monotone-Date: 2008-02-08T19:34:02 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardElement.m +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalRecurrenceRule.m + commit 9bc848ce7b9812f81ebcc01b2140522376d262bc Author: Wolfgang Sourdeau Date: Fri Feb 8 17:10:25 2008 +0000 @@ -75850,6 +93721,8 @@ Date: Fri Feb 8 17:10:25 2008 +0000 Monotone-Date: 2008-02-08T17:10:25 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxRecurrenceEditor.js + commit 55960635056194c6ff94748a04b7f13ad7a69825 Author: Wolfgang Sourdeau Date: Fri Feb 8 17:10:20 2008 +0000 @@ -75861,6 +93734,8 @@ Date: Fri Feb 8 17:10:20 2008 +0000 Monotone-Date: 2008-02-08T17:10:20 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.m + commit a248c60b820cd81306bfa65dc24d39a00f9632b2 Author: Wolfgang Sourdeau Date: Fri Feb 8 16:20:29 2008 +0000 @@ -75872,6 +93747,9 @@ Date: Fri Feb 8 16:20:29 2008 +0000 Monotone-Date: 2008-02-08T16:20:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.m + commit 867767c1218701878dac24d9f54a4c3e4573faef Author: Wolfgang Sourdeau Date: Fri Feb 8 15:35:11 2008 +0000 @@ -75883,6 +93761,12 @@ Date: Fri Feb 8 15:35:11 2008 +0000 Monotone-Date: 2008-02-08T15:35:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBaseObject.h +M SoObjects/Mailer/SOGoMailBaseObject.m +M SoObjects/Mailer/SOGoMailBodyPart.m +M SoObjects/Mailer/SOGoMailObject.m + commit fb366a3101ab95a926c3ff393889d9364f6e6672 Author: Wolfgang Sourdeau Date: Fri Feb 8 15:12:55 2008 +0000 @@ -75894,6 +93778,8 @@ Date: Fri Feb 8 15:12:55 2008 +0000 Monotone-Date: 2008-02-08T15:12:55 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxRecurrenceEditor.js + commit 4682a2e52b9417a4b21f9163730f2db93031e06e Author: Wolfgang Sourdeau Date: Fri Feb 8 14:28:35 2008 +0000 @@ -75905,6 +93791,9 @@ Date: Fri Feb 8 14:28:35 2008 +0000 Monotone-Date: 2008-02-08T14:28:35 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolders.m +M SoObjects/SOGo/SOGoUserFolder.m + commit a24b850a542566a92b2091734935f545f31d3d4f Author: Wolfgang Sourdeau Date: Fri Feb 8 14:28:27 2008 +0000 @@ -75916,6 +93805,9 @@ Date: Fri Feb 8 14:28:27 2008 +0000 Monotone-Date: 2008-02-08T14:28:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit 796938ba6eddd886ed02c0b4597e88320b6438c9 Author: Wolfgang Sourdeau Date: Thu Feb 7 23:11:50 2008 +0000 @@ -75927,6 +93819,8 @@ Date: Thu Feb 7 23:11:50 2008 +0000 Monotone-Date: 2008-02-07T23:11:50 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit 4485c71cd0ce06926b387f033368669ab15fc334 Author: Wolfgang Sourdeau Date: Thu Feb 7 23:09:16 2008 +0000 @@ -75938,6 +93832,9 @@ Date: Thu Feb 7 23:09:16 2008 +0000 Monotone-Date: 2008-02-07T23:09:16 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/generic.js + commit 4b7785fcf7c8cfb1d290375b530efb1965328925 Author: Wolfgang Sourdeau Date: Thu Feb 7 23:09:12 2008 +0000 @@ -75949,6 +93846,12 @@ Date: Thu Feb 7 23:09:12 2008 +0000 Monotone-Date: 2008-02-07T23:09:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailAccounts.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m + commit d94d2714084ce04be6d6f34f98ac81293b6fc97c Author: Wolfgang Sourdeau Date: Thu Feb 7 22:06:17 2008 +0000 @@ -75960,6 +93863,9 @@ Date: Thu Feb 7 22:06:17 2008 +0000 Monotone-Date: 2008-02-07T22:06:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit e9d2295720f0f9fe3ccff286e6d07d80dc8ba88c Author: Wolfgang Sourdeau Date: Thu Feb 7 21:51:25 2008 +0000 @@ -75971,6 +93877,8 @@ Date: Thu Feb 7 21:51:25 2008 +0000 Monotone-Date: 2008-02-07T21:51:25 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsFilterPanel.wox + commit 5cdcf5c64999e62c2e9118b863126c794deb0d80 Author: Wolfgang Sourdeau Date: Thu Feb 7 21:51:20 2008 +0000 @@ -75982,6 +93890,9 @@ Date: Thu Feb 7 21:51:20 2008 +0000 Monotone-Date: 2008-02-07T21:51:20 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/generic.css + commit a208b3821c78c38f9a0294c1ec67dd215315558b Author: Wolfgang Sourdeau Date: Thu Feb 7 21:51:13 2008 +0000 @@ -75993,6 +93904,12 @@ Date: Thu Feb 7 21:51:13 2008 +0000 Monotone-Date: 2008-02-07T21:51:13 Monotone-Branch: ca.inverse.sogo +D UI/MailerUI/screenshots/tbird_073_accountview.png +D UI/MailerUI/screenshots/tbird_073_compose.png +D UI/MailerUI/screenshots/tbird_073_mailwelcome.png +D UI/MailerUI/screenshots/tbird_073_settings.png +D UI/MailerUI/screenshots/tbird_073_viewer.png + commit 9ba5751b820f5a0429eb4071bebec989024c8e25 Author: Wolfgang Sourdeau Date: Thu Feb 7 20:24:41 2008 +0000 @@ -76004,6 +93921,9 @@ Date: Thu Feb 7 20:24:41 2008 +0000 Monotone-Date: 2008-02-07T20:24:41 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.js + commit 8a6faa594c5311b83dcd3852d61634aeceed2a1b Author: Wolfgang Sourdeau Date: Thu Feb 7 20:24:22 2008 +0000 @@ -76015,6 +93935,10 @@ Date: Thu Feb 7 20:24:22 2008 +0000 Monotone-Date: 2008-02-07T20:24:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.h +M SoObjects/SOGo/SOGoUserFolder.m + commit db9ca6854a16bbd4b0379077857717483736c8b4 Author: Wolfgang Sourdeau Date: Thu Feb 7 20:21:13 2008 +0000 @@ -76026,6 +93950,14 @@ Date: Thu Feb 7 20:21:13 2008 +0000 Monotone-Date: 2008-02-07T20:21:13 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailAccounts.m +M SoObjects/Mailer/SOGoMailBaseObject.m +D SoObjects/Mailer/SOGoSharedInboxFolder.h +D SoObjects/Mailer/SOGoSharedInboxFolder.m +D SoObjects/Mailer/SOGoSharedMailAccount.h +D SoObjects/Mailer/SOGoSharedMailAccount.m +M SoObjects/Mailer/product.plist + commit 90b089f23c661215a13e7489deae018674c12a19 Author: Wolfgang Sourdeau Date: Thu Feb 7 20:20:42 2008 +0000 @@ -76037,6 +93969,9 @@ Date: Thu Feb 7 20:20:42 2008 +0000 Monotone-Date: 2008-02-07T20:20:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/GNUmakefile + commit dd226e29984fac9fe8d3108300a6adfed9462c82 Author: Wolfgang Sourdeau Date: Thu Feb 7 16:53:19 2008 +0000 @@ -76048,6 +93983,13 @@ Date: Thu Feb 7 16:53:19 2008 +0000 Monotone-Date: 2008-02-07T16:53:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPUserManager.h +M SoObjects/SOGo/LDAPUserManager.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M UI/PreferencesUI/UIxPreferences.m + commit c853bcf944195995eda9ab54b586b1df70d736d3 Author: Wolfgang Sourdeau Date: Thu Feb 7 16:51:41 2008 +0000 @@ -76059,6 +94001,9 @@ Date: Thu Feb 7 16:51:41 2008 +0000 Monotone-Date: 2008-02-07T16:51:41 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoGCSFolder.m + commit 842e7ff57017fef7c8c27f2b57885b115ca50df9 Author: Wolfgang Sourdeau Date: Wed Feb 6 16:20:59 2008 +0000 @@ -76070,6 +94015,9 @@ Date: Wed Feb 6 16:20:59 2008 +0000 Monotone-Date: 2008-02-06T16:20:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit c458fb847f4c40a7ad6da4e10b41402b639ee826 Author: Wolfgang Sourdeau Date: Wed Feb 6 15:50:52 2008 +0000 @@ -76081,6 +94029,8 @@ Date: Wed Feb 6 15:50:52 2008 +0000 Monotone-Date: 2008-02-06T15:50:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 63406b55a8e17262dcd0a7b0afcda62a38fff293 Author: Wolfgang Sourdeau Date: Wed Feb 6 15:48:52 2008 +0000 @@ -76092,6 +94042,9 @@ Date: Wed Feb 6 15:48:52 2008 +0000 Monotone-Date: 2008-02-06T15:48:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.m + commit cff701193e311ee76c9c4025b8117a3354f0904f Author: Wolfgang Sourdeau Date: Tue Feb 5 22:26:39 2008 +0000 @@ -76103,6 +94056,9 @@ Date: Tue Feb 5 22:26:39 2008 +0000 Monotone-Date: 2008-02-05T22:26:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartICalActions.m + commit bead9f8828ab75b5c462cd6351c432600cbdeffd Author: Francis Lachapelle Date: Tue Feb 5 20:00:52 2008 +0000 @@ -76114,6 +94070,18 @@ Date: Tue Feb 5 20:00:52 2008 +0000 Monotone-Date: 2008-02-05T20:00:52 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/HTMLTableElement.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/dtree.js +M UI/WebServerResources/generic.js +M UI/WebServerResources/prototype.js + commit 2f8d9423dfe2d80f5b94f8ae600c624be6607b85 Author: Francis Lachapelle Date: Tue Feb 5 17:09:19 2008 +0000 @@ -76125,6 +94093,9 @@ Date: Tue Feb 5 17:09:19 2008 +0000 Monotone-Date: 2008-02-05T17:09:19 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js +M UI/WebServerResources/prototype.js + commit 1bb89ad014defa346322ff8fce27d412c94cc2e5 Author: Wolfgang Sourdeau Date: Tue Feb 5 15:50:06 2008 +0000 @@ -76136,6 +94107,9 @@ Date: Tue Feb 5 15:50:06 2008 +0000 Monotone-Date: 2008-02-05T15:50:06 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.html +M SoObjects/Appointments/SOGoAptMailFrenchUpdate.wo/SOGoAptMailFrenchUpdate.html + commit b1a616b2cb3ca389200479f3b9a364416ff9c198 Author: Wolfgang Sourdeau Date: Tue Feb 5 15:06:49 2008 +0000 @@ -76147,6 +94121,10 @@ Date: Tue Feb 5 15:06:49 2008 +0000 Monotone-Date: 2008-02-05T15:06:49 Monotone-Branch: ca.inverse.sogo +D SOPE/sope-patchset-r1593.diff +A SOPE/sope-patchset-r1597.diff +M UI/WebServerResources/UIxMailEditor.js + commit fddeb02e3b45c9ba1fc999fcba3010d5e4e34576 Author: Wolfgang Sourdeau Date: Tue Feb 5 14:55:29 2008 +0000 @@ -76158,6 +94136,9 @@ Date: Tue Feb 5 14:55:29 2008 +0000 Monotone-Date: 2008-02-05T14:55:29 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUserFolder.m +M UI/MainUI/product.plist + commit 200225403af3fa420af23e7ccb7af07da9eff8b7 Author: Francis Lachapelle Date: Mon Feb 4 22:22:14 2008 +0000 @@ -76169,6 +94150,20 @@ Date: Mon Feb 4 22:22:14 2008 +0000 Monotone-Date: 2008-02-04T22:22:14 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.h +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/product.plist +M UI/MailerUI/UIxMailMainFrame.h +M UI/MailerUI/UIxMailMainFrame.m +M UI/MailerUI/product.plist +M UI/Scheduler/UIxCalMainView.h +M UI/Scheduler/UIxCalMainView.m +M UI/Scheduler/product.plist +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDragHandles.js +M UI/WebServerResources/SchedulerUI.js + commit b0f02b25dadb369182820a0ef68bb898e6ac2898 Author: Wolfgang Sourdeau Date: Mon Feb 4 16:34:35 2008 +0000 @@ -76180,6 +94175,8 @@ Date: Mon Feb 4 16:34:35 2008 +0000 Monotone-Date: 2008-02-04T16:34:35 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/French.lproj/Localizable.strings + commit 3c292c566fa8c67120b7ba851899d02fb693487f Author: Francis Lachapelle Date: Fri Feb 1 18:44:58 2008 +0000 @@ -76191,21 +94188,13 @@ Date: Fri Feb 1 18:44:58 2008 +0000 Monotone-Date: 2008-02-01T18:44:58 Monotone-Branch: ca.inverse.sogo -commit 480dc6ff8687bc0754e4f00fc755b55532f1eb75 -Merge: 4c1808f c6b8cb5 -Author: Wolfgang Sourdeau -Date: Fri Feb 1 16:30:00 2008 +0000 - - merge of '6e077ed907974bc4e78dbdf12a128ba170de5a38' - and 'a216f87669942e793f9124b63661a5ae82105c1d' - - Monotone-Parent: 6e077ed907974bc4e78dbdf12a128ba170de5a38 - Monotone-Parent: a216f87669942e793f9124b63661a5ae82105c1d - Monotone-Revision: bdc770e039bce1273bf76acc5e48dd7006974831 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-02-01T16:30:00 - Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailMainFrame.h +M UI/MailerUI/UIxMailMainFrame.m +M UI/MailerUI/product.plist +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDragHandles.js +M UI/WebServerResources/SchedulerUI.js commit c6b8cb5a1cacfc72662845f38b01f5f340c566bb Author: Wolfgang Sourdeau @@ -76218,6 +94207,15 @@ Date: Fri Feb 1 16:28:53 2008 +0000 Monotone-Date: 2008-02-01T16:28:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailAccounts.h +M SoObjects/Mailer/SOGoMailAccounts.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/MailerUI.js + commit 6951e6a527411ac19b1e4a461a2a12a08be1bf69 Author: Wolfgang Sourdeau Date: Fri Feb 1 15:49:33 2008 +0000 @@ -76229,6 +94227,10 @@ Date: Fri Feb 1 15:49:33 2008 +0000 Monotone-Date: 2008-02-01T15:49:33 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/generic.js + commit 4c1808fde6b2e463959a711617e069e5085016b0 Author: Francis Lachapelle Date: Thu Jan 31 16:42:50 2008 +0000 @@ -76240,6 +94242,8 @@ Date: Thu Jan 31 16:42:50 2008 +0000 Monotone-Date: 2008-01-31T16:42:50 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAttendeesEditor.js + commit 8bb92ebe43977fd75d03e6db23a5d002956f5bab Author: Wolfgang Sourdeau Date: Thu Jan 31 16:07:09 2008 +0000 @@ -76251,6 +94255,13 @@ Date: Thu Jan 31 16:07:09 2008 +0000 Monotone-Date: 2008-01-31T16:07:09 Monotone-Branch: ca.inverse.sogo +D SOPE/sope-patchset-r1583.diff +A SOPE/sope-patchset-r1593.diff +M UI/Common/UIxPageFrame.m +M UI/Templates/MainUI/SOGoRootPage.wox +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/UIxMailEditor.js + commit 9110586eabdda6de93da18d912d76feaa06c52b5 Author: Francis Lachapelle Date: Wed Jan 30 17:12:18 2008 +0000 @@ -76262,6 +94273,8 @@ Date: Wed Jan 30 17:12:18 2008 +0000 Monotone-Date: 2008-01-30T17:12:18 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 9e89cddf11ee73f2b7537427f7e06d3c5e92af15 Author: Wolfgang Sourdeau Date: Tue Jan 29 20:48:39 2008 +0000 @@ -76273,6 +94286,10 @@ Date: Tue Jan 29 20:48:39 2008 +0000 Monotone-Date: 2008-01-29T20:48:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoParentFolder.m + commit 4feaacaaf4994a5b4189b30238eeedd1167d123b Author: Wolfgang Sourdeau Date: Tue Jan 29 20:47:38 2008 +0000 @@ -76284,6 +94301,8 @@ Date: Tue Jan 29 20:47:38 2008 +0000 Monotone-Date: 2008-01-29T20:47:38 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalRecurrenceRule.m + commit f3a479848775e1248cea67220006ec6d1f76662b Author: Wolfgang Sourdeau Date: Tue Jan 29 15:32:12 2008 +0000 @@ -76295,6 +94314,22 @@ Date: Tue Jan 29 15:32:12 2008 +0000 Monotone-Date: 2008-01-29T15:32:12 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SOGoACLEnglishAdditionAdvisory.wox +M UI/Templates/SOGoACLEnglishModificationAdvisory.wox +M UI/Templates/SOGoACLEnglishRemovalAdvisory.wox +M UI/Templates/SOGoACLFrenchAdditionAdvisory.wox +M UI/Templates/SOGoACLFrenchModificationAdvisory.wox +M UI/Templates/SOGoACLFrenchRemovalAdvisory.wox +M UI/Templates/SOGoACLGermanAdditionAdvisory.wox +M UI/Templates/SOGoACLGermanModificationAdvisory.wox +M UI/Templates/SOGoACLGermanRemovalAdvisory.wox +M UI/Templates/SOGoFolderEnglishAdditionAdvisory.wox +M UI/Templates/SOGoFolderEnglishRemovalAdvisory.wox +M UI/Templates/SOGoFolderFrenchAdditionAdvisory.wox +M UI/Templates/SOGoFolderFrenchRemovalAdvisory.wox +M UI/Templates/SOGoFolderGermanAdditionAdvisory.wox +M UI/Templates/SOGoFolderGermanRemovalAdvisory.wox + commit a03a9343b26694158e848620a8492fbbeca2422f Author: Wolfgang Sourdeau Date: Mon Jan 28 18:57:08 2008 +0000 @@ -76306,6 +94341,8 @@ Date: Mon Jan 28 18:57:08 2008 +0000 Monotone-Date: 2008-01-28T18:57:08 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalRecurrenceRule.m + commit c1128a9f26b753e6bdf2cf780d8d1b4c99cac7f5 Author: Wolfgang Sourdeau Date: Mon Jan 28 18:55:27 2008 +0000 @@ -76317,6 +94354,8 @@ Date: Mon Jan 28 18:55:27 2008 +0000 Monotone-Date: 2008-01-28T18:55:27 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalRecurrenceRule.m + commit eebdd769f9f467dd43b85fe8a2bf092fd5c850a7 Author: Wolfgang Sourdeau Date: Mon Jan 28 18:51:52 2008 +0000 @@ -76328,6 +94367,9 @@ Date: Mon Jan 28 18:51:52 2008 +0000 Monotone-Date: 2008-01-28T18:51:52 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalRecurrenceRule.m + commit a67b334cb7ac78b2ac9c098c5de2e8fddd6045cc Author: Wolfgang Sourdeau Date: Mon Jan 28 15:32:26 2008 +0000 @@ -76339,6 +94381,8 @@ Date: Mon Jan 28 15:32:26 2008 +0000 Monotone-Date: 2008-01-28T15:32:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit cf01282cf1da6fd444544ac184e9b6bbec611cf0 Author: Wolfgang Sourdeau Date: Mon Jan 28 15:32:24 2008 +0000 @@ -76350,6 +94394,8 @@ Date: Mon Jan 28 15:32:24 2008 +0000 Monotone-Date: 2008-01-28T15:32:24 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.m + commit d1d0a8737c7479e0a26527e9ecc27cf8224a1204 Author: Wolfgang Sourdeau Date: Mon Jan 28 15:32:14 2008 +0000 @@ -76361,6 +94407,9 @@ Date: Mon Jan 28 15:32:14 2008 +0000 Monotone-Date: 2008-01-28T15:32:14 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalDailyRecurrenceCalculator.m + commit 0ec8642a25bae416a8f4fc0d7d00cd691aa661d8 Author: Wolfgang Sourdeau Date: Thu Jan 24 22:04:58 2008 +0000 @@ -76372,6 +94421,22 @@ Date: Thu Jan 24 22:04:58 2008 +0000 Monotone-Date: 2008-01-24T22:04:58 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SOGoACLEnglishAdditionAdvisory.wox +M UI/Templates/SOGoACLEnglishModificationAdvisory.wox +M UI/Templates/SOGoACLEnglishRemovalAdvisory.wox +M UI/Templates/SOGoACLFrenchAdditionAdvisory.wox +M UI/Templates/SOGoACLFrenchModificationAdvisory.wox +M UI/Templates/SOGoACLFrenchRemovalAdvisory.wox +M UI/Templates/SOGoACLGermanAdditionAdvisory.wox +M UI/Templates/SOGoACLGermanModificationAdvisory.wox +M UI/Templates/SOGoACLGermanRemovalAdvisory.wox +M UI/Templates/SOGoFolderEnglishAdditionAdvisory.wox +M UI/Templates/SOGoFolderEnglishRemovalAdvisory.wox +M UI/Templates/SOGoFolderFrenchAdditionAdvisory.wox +M UI/Templates/SOGoFolderFrenchRemovalAdvisory.wox +M UI/Templates/SOGoFolderGermanAdditionAdvisory.wox +M UI/Templates/SOGoFolderGermanRemovalAdvisory.wox + commit a65069ce2e6aea1c014a751a458c0f687ce05280 Author: Wolfgang Sourdeau Date: Thu Jan 24 21:36:51 2008 +0000 @@ -76383,6 +94448,8 @@ Date: Thu Jan 24 21:36:51 2008 +0000 Monotone-Date: 2008-01-24T21:36:51 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit eead7d38b86578c5b095b3e3ed4e46b1f7d3988c Author: Wolfgang Sourdeau Date: Thu Jan 24 21:35:10 2008 +0000 @@ -76394,6 +94461,8 @@ Date: Thu Jan 24 21:35:10 2008 +0000 Monotone-Date: 2008-01-24T21:35:10 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit ceab91527be949266f59138d0100f10f3bc5a125 Author: Wolfgang Sourdeau Date: Thu Jan 24 17:11:29 2008 +0000 @@ -76405,6 +94474,9 @@ Date: Thu Jan 24 17:11:29 2008 +0000 Monotone-Date: 2008-01-24T17:11:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit 7a7c75e240422664021a752bb2e510cd9ef0efe3 Author: Wolfgang Sourdeau Date: Thu Jan 24 15:36:26 2008 +0000 @@ -76416,6 +94488,9 @@ Date: Thu Jan 24 15:36:26 2008 +0000 Monotone-Date: 2008-01-24T15:36:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 377c2f58f2cc86ad8d1b91d4b4821b95ff88e354 Author: Wolfgang Sourdeau Date: Thu Jan 24 15:35:44 2008 +0000 @@ -76427,6 +94502,9 @@ Date: Thu Jan 24 15:35:44 2008 +0000 Monotone-Date: 2008-01-24T15:35:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/OCSiCalFieldExtractor.m + commit 847671bb43dc2f309eb1530a6e87df81f9357b11 Author: Wolfgang Sourdeau Date: Thu Jan 24 15:03:12 2008 +0000 @@ -76438,6 +94516,10 @@ Date: Thu Jan 24 15:03:12 2008 +0000 Monotone-Date: 2008-01-24T15:03:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartViewer.m +M UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox + commit 4884853a63669dc45cd9e80f6a44146a42481f1d Author: Wolfgang Sourdeau Date: Thu Jan 24 02:17:56 2008 +0000 @@ -76449,6 +94531,8 @@ Date: Thu Jan 24 02:17:56 2008 +0000 Monotone-Date: 2008-01-24T02:17:56 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1583.diff + commit 6d7ae8540810f7a5fe366bd30b35afee221d31ed Author: Wolfgang Sourdeau Date: Wed Jan 23 03:44:51 2008 +0000 @@ -76460,6 +94544,9 @@ Date: Wed Jan 23 03:44:51 2008 +0000 Monotone-Date: 2008-01-23T03:44:51 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalRecurrenceRule.m + commit 92965e62fde05dfaa6545b0b96b2acb1a84f9286 Author: Wolfgang Sourdeau Date: Tue Jan 22 21:55:48 2008 +0000 @@ -76471,6 +94558,8 @@ Date: Tue Jan 22 21:55:48 2008 +0000 Monotone-Date: 2008-01-22T21:55:48 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1583.diff + commit 5ad9041187f535b5eae98564f0a60420b5b71bc9 Author: Wolfgang Sourdeau Date: Tue Jan 22 21:54:59 2008 +0000 @@ -76482,6 +94571,9 @@ Date: Tue Jan 22 21:54:59 2008 +0000 Monotone-Date: 2008-01-22T21:54:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 3037de35a99dbfd199e98339896dbd2cf58414e8 Author: Wolfgang Sourdeau Date: Tue Jan 22 16:43:46 2008 +0000 @@ -76493,6 +94585,10 @@ Date: Tue Jan 22 16:43:46 2008 +0000 Monotone-Date: 2008-01-22T16:43:46 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit 2cd79f0e5e128b9d2d47fda9b2de096fc449ca7d Author: Wolfgang Sourdeau Date: Tue Jan 22 15:49:52 2008 +0000 @@ -76504,6 +94600,9 @@ Date: Tue Jan 22 15:49:52 2008 +0000 Monotone-Date: 2008-01-22T15:49:52 Monotone-Branch: ca.inverse.sogo +D SOPE/sope-patchset-r1557.diff +A SOPE/sope-patchset-r1583.diff + commit 9a15c3807d88ebead185535f5aec3b6b4d9b934a Author: Wolfgang Sourdeau Date: Mon Jan 21 23:26:41 2008 +0000 @@ -76515,21 +94614,7 @@ Date: Mon Jan 21 23:26:41 2008 +0000 Monotone-Date: 2008-01-21T23:26:41 Monotone-Branch: ca.inverse.sogo -commit 53a05b7e153f6208d59bd991f04bd9c5e16f9e68 -Merge: dbb64e6 5afddeb -Author: Wolfgang Sourdeau -Date: Mon Jan 21 23:18:27 2008 +0000 - - merge of '4c80538c3aa9361187b3f08174b8c64098a98318' - and '5ad5e8cbaacb3208712da8a7a033eb689e942a0c' - - Monotone-Parent: 4c80538c3aa9361187b3f08174b8c64098a98318 - Monotone-Parent: 5ad5e8cbaacb3208712da8a7a033eb689e942a0c - Monotone-Revision: b834eebdc880064c4db7e21c7bf4960a2b90f0d1 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-01-21T23:18:27 - Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/German.lproj/Localizable.strings commit dbb64e6afae450db5359dc6ccd0b12d1f18a206d Author: Wolfgang Sourdeau @@ -76542,21 +94627,12 @@ Date: Mon Jan 21 23:18:02 2008 +0000 Monotone-Date: 2008-01-21T23:18:02 Monotone-Branch: ca.inverse.sogo -commit 5afddeb973ab3721dd596c69c20c97e7e1b9af94 -Merge: 22333ca 49bc44c -Author: Francis Lachapelle -Date: Mon Jan 21 20:52:53 2008 +0000 - - merge of '53c5d360d6227b55fed66ce7b836271a87287b35' - and '97ce53eed867e1824e43f8db18e4c2e3affcff00' - - Monotone-Parent: 53c5d360d6227b55fed66ce7b836271a87287b35 - Monotone-Parent: 97ce53eed867e1824e43f8db18e4c2e3affcff00 - Monotone-Revision: 5ad5e8cbaacb3208712da8a7a033eb689e942a0c - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-01-21T20:52:53 - Monotone-Branch: ca.inverse.sogo +M UI/Common/German.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/MailPartViewers/German.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings commit 22333cad807d459d2b41bb4675135707515f9ae3 Author: Francis Lachapelle @@ -76569,6 +94645,8 @@ Date: Mon Jan 21 20:52:44 2008 +0000 Monotone-Date: 2008-01-21T20:52:44 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 49bc44c786b62b2dedbf00b437159a56c8cd4bb1 Author: Wolfgang Sourdeau Date: Mon Jan 21 16:35:39 2008 +0000 @@ -76580,6 +94658,8 @@ Date: Mon Jan 21 16:35:39 2008 +0000 Monotone-Date: 2008-01-21T16:35:39 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoFolder+CardDAV.m + commit afea348f672e2079f53570cbe68c828aaeadda67 Author: Wolfgang Sourdeau Date: Mon Jan 21 16:32:59 2008 +0000 @@ -76591,6 +94671,9 @@ Date: Mon Jan 21 16:32:59 2008 +0000 Monotone-Date: 2008-01-21T16:32:59 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolderManager.m + commit 339d4b8e180a1c7c91632c602ac2f91895c360fe Author: Wolfgang Sourdeau Date: Fri Jan 18 22:59:43 2008 +0000 @@ -76602,21 +94685,8 @@ Date: Fri Jan 18 22:59:43 2008 +0000 Monotone-Date: 2008-01-18T22:59:43 Monotone-Branch: ca.inverse.sogo -commit 88d952fa5b0e128a3d42b1d75e15fb593afa2df4 -Merge: b969506 13f9e39 -Author: Wolfgang Sourdeau -Date: Wed Jan 16 21:33:23 2008 +0000 - - merge of '110a71a41b33e24efaf1a4226f01890c4862b3ad' - and '893c06630e071283b43ce498129beffd183258e8' - - Monotone-Parent: 110a71a41b33e24efaf1a4226f01890c4862b3ad - Monotone-Parent: 893c06630e071283b43ce498129beffd183258e8 - Monotone-Revision: 0b8453c1e1ca97f10acca6a72c72e8f6b29907d6 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2008-01-16T21:33:23 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoFolder+CardDAV.m commit b969506d278d891e6e2185aa3f85b8363b0fcf4e Author: Francis Lachapelle @@ -76629,6 +94699,8 @@ Date: Wed Jan 16 21:24:39 2008 +0000 Monotone-Date: 2008-01-16T21:24:39 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 13f9e39eddab665f4ae9b7ec7aca1257e37626ed Author: Wolfgang Sourdeau Date: Wed Jan 16 20:44:50 2008 +0000 @@ -76640,6 +94712,9 @@ Date: Wed Jan 16 20:44:50 2008 +0000 Monotone-Date: 2008-01-16T20:44:50 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolderManager.m + commit 317f4e4651f044ca3a9add1461d6915f09e6d510 Author: Wolfgang Sourdeau Date: Wed Jan 16 19:52:43 2008 +0000 @@ -76651,6 +94726,9 @@ Date: Wed Jan 16 19:52:43 2008 +0000 Monotone-Date: 2008-01-16T19:52:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoCache.m + commit b1ccb3e7f8bdd54ca6295b68aaae44f65eb1465d Author: Francis Lachapelle Date: Wed Jan 16 19:26:00 2008 +0000 @@ -76662,6 +94740,8 @@ Date: Wed Jan 16 19:26:00 2008 +0000 Monotone-Date: 2008-01-16T19:26:00 Monotone-Branch: ca.inverse.sogo +M NEWS + commit cdedcdfa104ce8962c8c25feb5d6f03e087d0459 Author: Wolfgang Sourdeau Date: Wed Jan 16 18:59:58 2008 +0000 @@ -76673,6 +94753,14 @@ Date: Wed Jan 16 18:59:58 2008 +0000 Monotone-Date: 2008-01-16T18:59:58 Monotone-Branch: ca.inverse.sogo +D Scripts/sogo-user.pl +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Contacts/SOGoContactGCSEntry.m +M SoObjects/Mailer/SOGoMailAccounts.m +M SoObjects/Mailer/SOGoMailObject.m +M SoObjects/SOGo/SOGoContentObject.h +M SoObjects/SOGo/SOGoContentObject.m + commit aee48dc4e2c3c4d40cafa527efb8e74fd6c54385 Author: Wolfgang Sourdeau Date: Wed Jan 16 18:59:07 2008 +0000 @@ -76684,6 +94772,10 @@ Date: Wed Jan 16 18:59:07 2008 +0000 Monotone-Date: 2008-01-16T18:59:07 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.h +M SOPE/GDLContentStore/GCSFolder.m + commit 603cd31331ff30a2af1dc347989f2af7095fd4f3 Author: Wolfgang Sourdeau Date: Wed Jan 16 18:58:11 2008 +0000 @@ -76695,6 +94787,8 @@ Date: Wed Jan 16 18:58:11 2008 +0000 Monotone-Date: 2008-01-16T18:58:11 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1557.diff + commit d36fb810d58ea84fdb4cb7d4408c37a2ec7b8da7 Author: Wolfgang Sourdeau Date: Wed Jan 16 18:57:58 2008 +0000 @@ -76706,6 +94800,12 @@ Date: Wed Jan 16 18:57:58 2008 +0000 Monotone-Date: 2008-01-16T18:57:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoUser.m + commit 8731c448c392e3b0543179e9e335af51974b4f1d Author: Wolfgang Sourdeau Date: Wed Jan 16 18:55:48 2008 +0000 @@ -76717,6 +94817,9 @@ Date: Wed Jan 16 18:55:48 2008 +0000 Monotone-Date: 2008-01-16T18:55:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/GNUmakefile + commit 5bc25813106b969da6e981c276577f2ca9a27220 Author: Wolfgang Sourdeau Date: Wed Jan 16 18:53:44 2008 +0000 @@ -76728,6 +94831,8 @@ Date: Wed Jan 16 18:53:44 2008 +0000 Monotone-Date: 2008-01-16T18:53:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit d3f6d7cc38575f2f9ad7e5426be8c0d9350b5fdc Author: Wolfgang Sourdeau Date: Wed Jan 16 18:53:12 2008 +0000 @@ -76739,6 +94844,8 @@ Date: Wed Jan 16 18:53:12 2008 +0000 Monotone-Date: 2008-01-16T18:53:12 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox + commit 1ed587058e856cc27e7ccb375badacb4b2895514 Author: Wolfgang Sourdeau Date: Wed Jan 16 18:50:17 2008 +0000 @@ -76750,6 +94857,23 @@ Date: Wed Jan 16 18:50:17 2008 +0000 Monotone-Date: 2008-01-16T18:50:17 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m +M SOPE/GDLContentStore/GCSFolder.h +M SOPE/GDLContentStore/GCSFolder.m +M SOPE/sope-patchset-r1557.diff +M Scripts/sogo-user.pl +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Contacts/SOGoContactGCSEntry.m +M SoObjects/Mailer/SOGoMailAccounts.m +M SoObjects/Mailer/SOGoMailObject.m +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/SOGoContentObject.h +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoUser.m +M UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox + commit 01e97af01c7ec006f382f553a7b49c086eaa8ca6 Author: Wolfgang Sourdeau Date: Wed Jan 16 18:47:20 2008 +0000 @@ -76761,6 +94885,9 @@ Date: Wed Jan 16 18:47:20 2008 +0000 Monotone-Date: 2008-01-16T18:47:20 Monotone-Branch: ca.inverse.sogo +A SoObjects/SOGo/SOGoCache.h +A SoObjects/SOGo/SOGoCache.m + commit 8aae87afd5ce9cbc0a776ce3a5be6d58db4a364c Author: Wolfgang Sourdeau Date: Wed Jan 16 18:46:32 2008 +0000 @@ -76772,6 +94899,23 @@ Date: Wed Jan 16 18:46:32 2008 +0000 Monotone-Date: 2008-01-16T18:46:32 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m +M SOPE/GDLContentStore/GCSFolder.h +M SOPE/GDLContentStore/GCSFolder.m +M SOPE/sope-patchset-r1557.diff +A Scripts/sogo-user.pl +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Contacts/SOGoContactGCSEntry.m +M SoObjects/Mailer/SOGoMailAccounts.m +M SoObjects/Mailer/SOGoMailObject.m +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/SOGoContentObject.h +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoUser.m +M UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox + commit d0db04a31ea988aeecfbf63323521aacd3cca9be Author: Francis Lachapelle Date: Wed Jan 16 17:23:46 2008 +0000 @@ -76783,21 +94927,7 @@ Date: Wed Jan 16 17:23:46 2008 +0000 Monotone-Date: 2008-01-16T17:23:46 Monotone-Branch: ca.inverse.sogo -commit 990484bb556d87063e0e84e3176a5564852b3435 -Merge: 4da5e75 f4fd9e1 -Author: Francis Lachapelle -Date: Wed Jan 16 17:12:33 2008 +0000 - - merge of '55cffccd09952a874480f0adb6ded2337fa76e1d' - and '656122c69a0d8d7212bed5df2febbb397d3ff7de' - - Monotone-Parent: 55cffccd09952a874480f0adb6ded2337fa76e1d - Monotone-Parent: 656122c69a0d8d7212bed5df2febbb397d3ff7de - Monotone-Revision: b11440ad1fa42c57190ed1e93d71261a15d7349c - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-01-16T17:12:33 - Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/German.lproj/Localizable.strings commit f4fd9e1fa694a018059de0ddefde36d2d161a58b Author: Ludovic Marcotte @@ -76812,6 +94942,10 @@ Date: Wed Jan 16 17:07:46 2008 +0000 Monotone-Date: 2008-01-16T17:07:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m +M UI/WebServerResources/UIxRecurrenceEditor.js + commit 4da5e751e6acf3e7a28db147d684443eecd0ff17 Author: Francis Lachapelle Date: Wed Jan 16 15:18:41 2008 +0000 @@ -76823,6 +94957,8 @@ Date: Wed Jan 16 15:18:41 2008 +0000 Monotone-Date: 2008-01-16T15:18:41 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 82e6e94a821c79e0f195305ad7a9b55351186457 Author: Francis Lachapelle Date: Wed Jan 16 14:57:41 2008 +0000 @@ -76834,6 +94970,8 @@ Date: Wed Jan 16 14:57:41 2008 +0000 Monotone-Date: 2008-01-16T14:57:41 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 341c5477fed9c1af12dd6408b0d9ff3ba2529f61 Author: Francis Lachapelle Date: Tue Jan 15 21:45:48 2008 +0000 @@ -76845,6 +94983,24 @@ Date: Tue Jan 15 21:45:48 2008 +0000 Monotone-Date: 2008-01-15T21:45:48 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/UIxCalFilterPanel.m +M UI/Scheduler/UIxCalendarSelector.h +M UI/Scheduler/UIxCalendarSelector.m +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/UIxRecurrenceEditor.h +M UI/Scheduler/UIxRecurrenceEditor.m +M UI/Scheduler/product.plist +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/Templates/SchedulerUI/UIxRecurrenceEditor.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/UIxRecurrenceEditor.css +M UI/WebServerResources/UIxRecurrenceEditor.js +M UI/WebServerResources/skycalendar.js + commit 0e711665727f3265c1b6f115639ec89674d99e64 Author: Francis Lachapelle Date: Mon Jan 14 23:17:19 2008 +0000 @@ -76856,6 +95012,10 @@ Date: Mon Jan 14 23:17:19 2008 +0000 Monotone-Date: 2008-01-14T23:17:19 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxRecurrenceEditor.wox +M UI/WebServerResources/UIxRecurrenceEditor.css +M UI/WebServerResources/UIxRecurrenceEditor.js + commit 964b0ae5632ece33412a210405563728f5e30ac4 Author: Francis Lachapelle Date: Mon Jan 14 23:16:49 2008 +0000 @@ -76867,6 +95027,8 @@ Date: Mon Jan 14 23:16:49 2008 +0000 Monotone-Date: 2008-01-14T23:16:49 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css + commit 2d2fcffec54e0b52d689be5eba44115d2f5ef1e9 Author: Ludovic Marcotte Date: Mon Jan 14 13:57:28 2008 +0000 @@ -76880,6 +95042,27 @@ Date: Mon Jan 14 13:57:28 2008 +0000 Monotone-Date: 2008-01-14T13:57:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/iCalDailyRecurrenceCalculator.m +M UI/Scheduler/GNUmakefile +M UI/Scheduler/UIxAppointmentEditor.h +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m +A UI/Scheduler/UIxRecurrenceEditor.h +A UI/Scheduler/UIxRecurrenceEditor.m +M UI/Scheduler/UIxTaskEditor.h +M UI/Scheduler/UIxTaskEditor.m +M UI/Scheduler/product.plist +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +A UI/Templates/SchedulerUI/UIxRecurrenceEditor.wox +M UI/Templates/SchedulerUI/UIxTaskEditor.wox +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/UIxComponentEditor.js +A UI/WebServerResources/UIxRecurrenceEditor.css +A UI/WebServerResources/UIxRecurrenceEditor.js + commit 79267d40ce098e8b6d1181ac5ee022aba2bbcb9d Author: Francis Lachapelle Date: Thu Jan 10 22:09:09 2008 +0000 @@ -76891,6 +95074,8 @@ Date: Thu Jan 10 22:09:09 2008 +0000 Monotone-Date: 2008-01-10T22:09:09 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactsUserFolders.js + commit 387e36b2e24fb9d7121f7be5272758067b778840 Author: Francis Lachapelle Date: Tue Jan 8 21:00:10 2008 +0000 @@ -76902,6 +95087,8 @@ Date: Tue Jan 8 21:00:10 2008 +0000 Monotone-Date: 2008-01-08T21:00:10 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 847388479d697960a4cd115b5ec8f2d1cfb8d7f4 Author: Francis Lachapelle Date: Tue Jan 8 20:35:35 2008 +0000 @@ -76913,21 +95100,7 @@ Date: Tue Jan 8 20:35:35 2008 +0000 Monotone-Date: 2008-01-08T20:35:35 Monotone-Branch: ca.inverse.sogo -commit ad85493d71a7509b629b08ad526712995c5bc550 -Merge: f4e0ba6 931c444 -Author: Francis Lachapelle -Date: Tue Jan 8 20:30:12 2008 +0000 - - merge of '417eb1a0caae0d680292391081de2e4b99beecda' - and '52de7ca60ee4c08121422f971592744b4e22b261' - - Monotone-Parent: 417eb1a0caae0d680292391081de2e4b99beecda - Monotone-Parent: 52de7ca60ee4c08121422f971592744b4e22b261 - Monotone-Revision: b660b29d66c16a254c4fdfd215d0c39ccb38db39 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2008-01-08T20:30:12 - Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings commit f4e0ba66e6fed396f8a0850a7231ced79e924cf2 Author: Francis Lachapelle @@ -76940,6 +95113,18 @@ Date: Tue Jan 8 20:29:51 2008 +0000 Monotone-Date: 2008-01-08T20:29:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailAccountActions.m +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/generic.js + commit 931c4442d82c0aa871b049605ee504ee41aa44e3 Author: Dominik Gehl Date: Tue Jan 8 20:14:49 2008 +0000 @@ -76953,6 +95138,8 @@ Date: Tue Jan 8 20:14:49 2008 +0000 Monotone-Date: 2008-01-08T20:14:49 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings + commit 185195814e3eaf4658a8a03e3e0f2e361af081f9 Author: Francis Lachapelle Date: Tue Jan 8 16:07:21 2008 +0000 @@ -76964,6 +95151,8 @@ Date: Tue Jan 8 16:07:21 2008 +0000 Monotone-Date: 2008-01-08T16:07:21 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js + commit 16f80130bb5450b09b00b2b2c07979113c70f8e0 Author: Francis Lachapelle Date: Fri Jan 4 21:09:20 2008 +0000 @@ -76975,6 +95164,8 @@ Date: Fri Jan 4 21:09:20 2008 +0000 Monotone-Date: 2008-01-04T21:09:20 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css + commit 0c7f3b90b7248392cea14576776d24f88986ca1d Author: Francis Lachapelle Date: Fri Jan 4 20:58:52 2008 +0000 @@ -76986,21 +95177,12 @@ Date: Fri Jan 4 20:58:52 2008 +0000 Monotone-Date: 2008-01-04T20:58:52 Monotone-Branch: ca.inverse.sogo -commit 7574a9bb3a69c244865c57d7cfaac8fe86eb44a5 -Merge: 0b5ea38 6f6b695 -Author: Wolfgang Sourdeau -Date: Fri Dec 21 21:50:34 2007 +0000 - - merge of '2918fd48475c28fab3fffda506a3e755d3121d38' - and '46e53471ba15a415a840ddb058785b89b6415704' - - Monotone-Parent: 2918fd48475c28fab3fffda506a3e755d3121d38 - Monotone-Parent: 46e53471ba15a415a840ddb058785b89b6415704 - Monotone-Revision: 4bfedf0d0ab8fc8042756a4922e29e7270a9c9c0 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-12-21T21:50:34 - Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/iefixes.css commit 0b5ea38d2ca3f6bb08b562e3c4267ef1cc8628af Author: Wolfgang Sourdeau @@ -77013,6 +95195,8 @@ Date: Fri Dec 21 21:49:05 2007 +0000 Monotone-Date: 2007-12-21T21:49:05 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactEditor.m + commit f2e40a1e56c021134f887aeb0a27d596b2b8cd4d Author: Wolfgang Sourdeau Date: Fri Dec 21 21:38:58 2007 +0000 @@ -77024,6 +95208,8 @@ Date: Fri Dec 21 21:38:58 2007 +0000 Monotone-Date: 2007-12-21T21:38:58 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.m + commit 6f6b695abe032e25ca0deb29e6c9058e7d541828 Author: Ludovic Marcotte Date: Fri Dec 21 18:23:48 2007 +0000 @@ -77037,6 +95223,8 @@ Date: Fri Dec 21 18:23:48 2007 +0000 Monotone-Date: 2007-12-21T18:23:48 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactView.m + commit f6bff0a7bd663ee9982d64ba9b69fe9e8952553c Author: Ludovic Marcotte Date: Fri Dec 21 16:57:11 2007 +0000 @@ -77050,6 +95238,9 @@ Date: Fri Dec 21 16:57:11 2007 +0000 Monotone-Date: 2007-12-21T16:57:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactView.m + commit a0bd486347d82193790db3a57db1b86b2acf795d Author: Wolfgang Sourdeau Date: Thu Dec 20 23:01:44 2007 +0000 @@ -77061,6 +95252,8 @@ Date: Thu Dec 20 23:01:44 2007 +0000 Monotone-Date: 2007-12-20T23:01:44 Monotone-Branch: ca.inverse.sogo +M Scripts/sogod-wrapper + commit e41af277531a1fcb8dfc50f831191b9def1855a1 Author: Wolfgang Sourdeau Date: Thu Dec 20 21:58:27 2007 +0000 @@ -77072,6 +95265,8 @@ Date: Thu Dec 20 21:58:27 2007 +0000 Monotone-Date: 2007-12-20T21:58:27 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.m + commit 53d1958055b4eba6c5f2d2569b9a41451e306534 Author: Wolfgang Sourdeau Date: Thu Dec 20 21:57:49 2007 +0000 @@ -77083,6 +95278,11 @@ Date: Thu Dec 20 21:57:49 2007 +0000 Monotone-Date: 2007-12-20T21:57:49 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NGCardsSaxHandler.m +M SOPE/NGCards/NSString+NGCards.h +M SOPE/NGCards/NSString+NGCards.m + commit 1808dddda55b58e9d521d6cf55291e2749f6681b Author: Wolfgang Sourdeau Date: Thu Dec 20 21:56:37 2007 +0000 @@ -77094,6 +95294,9 @@ Date: Thu Dec 20 21:56:37 2007 +0000 Monotone-Date: 2007-12-20T21:56:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.m + commit b59d5ddee476f98a5404b129349c47cdaf1714ea Author: Wolfgang Sourdeau Date: Thu Dec 20 21:55:50 2007 +0000 @@ -77105,21 +95308,7 @@ Date: Thu Dec 20 21:55:50 2007 +0000 Monotone-Date: 2007-12-20T21:55:50 Monotone-Branch: ca.inverse.sogo -commit 76715ba4c056d549ae60d9eb60f724bd005670b3 -Merge: fb2b3d0 9a7d530 -Author: Wolfgang Sourdeau -Date: Tue Dec 18 16:31:58 2007 +0000 - - merge of '46ad36b9683fe69680e587f98019b74bc6ec5d7f' - and '5bf793a7ff6961b9cb331cb0b2e5068dc768f5cf' - - Monotone-Parent: 46ad36b9683fe69680e587f98019b74bc6ec5d7f - Monotone-Parent: 5bf793a7ff6961b9cb331cb0b2e5068dc768f5cf - Monotone-Revision: ced0f06e463a22ebb3812a7fcd4a1ef7b5a1f46c - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-12-18T16:31:58 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css commit fb2b3d095aaf889c6c2579ac4aecf12af67bbb47 Author: Wolfgang Sourdeau @@ -77132,6 +95321,8 @@ Date: Tue Dec 18 16:30:03 2007 +0000 Monotone-Date: 2007-12-18T16:30:03 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/GCSFolder.m + commit 9a7d530d8f81978ea1d0b05a317078ff0af1824f Author: Francis Lachapelle Date: Mon Dec 17 22:22:45 2007 +0000 @@ -77143,21 +95334,7 @@ Date: Mon Dec 17 22:22:45 2007 +0000 Monotone-Date: 2007-12-17T22:22:45 Monotone-Branch: ca.inverse.sogo -commit 760f88a84890a6b3ea43839aa6c1cb69faedc7be -Merge: 6730c7a f505856 -Author: Francis Lachapelle -Date: Mon Dec 17 22:19:04 2007 +0000 - - merge of '2315fd857fb9cd19617eedf26be41092290b416f' - and '3014a5bc1171dc1be50b98deb24d4cfc7e769a71' - - Monotone-Parent: 2315fd857fb9cd19617eedf26be41092290b416f - Monotone-Parent: 3014a5bc1171dc1be50b98deb24d4cfc7e769a71 - Monotone-Revision: 1ba4b22d198e6713ef43aa72d57226fbb44656c1 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-12-17T22:19:04 - Monotone-Branch: ca.inverse.sogo +M NEWS commit 6730c7ad1c715aafa700e9d939e10edc33fcccfd Author: Francis Lachapelle @@ -77170,6 +95347,9 @@ Date: Mon Dec 17 22:18:30 2007 +0000 Monotone-Date: 2007-12-17T22:18:30 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/iefixes.css + commit f505856af38d81417dd82844b36c8efb509daaf6 Author: Wolfgang Sourdeau Date: Mon Dec 17 22:12:32 2007 +0000 @@ -77181,21 +95361,7 @@ Date: Mon Dec 17 22:12:32 2007 +0000 Monotone-Date: 2007-12-17T22:12:32 Monotone-Branch: ca.inverse.sogo -commit 806efcbbb92be042d8d90fb5d5a349866f649d85 -Merge: b5f32e5 4c75cda -Author: Francis Lachapelle -Date: Mon Dec 17 21:39:08 2007 +0000 - - merge of '2bfa9bbfe434c155e38912aec8785dc7fa44e272' - and '9e5bc230d6271b83c611acea6c2d7bd1bded95f1' - - Monotone-Parent: 2bfa9bbfe434c155e38912aec8785dc7fa44e272 - Monotone-Parent: 9e5bc230d6271b83c611acea6c2d7bd1bded95f1 - Monotone-Revision: 2f99ef62585c941c8c8ea1a94d1fc31d843c589f - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-12-17T21:39:08 - Monotone-Branch: ca.inverse.sogo +M NEWS commit 4c75cda7f5e5733bd249bd10fdd17987d15752a9 Author: Francis Lachapelle @@ -77208,6 +95374,8 @@ Date: Mon Dec 17 21:38:48 2007 +0000 Monotone-Date: 2007-12-17T21:38:48 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAclEditor.js + commit b5f32e512932e1afed4e0b55e15a412b60891501 Author: Wolfgang Sourdeau Date: Mon Dec 17 21:10:58 2007 +0000 @@ -77219,6 +95387,8 @@ Date: Mon Dec 17 21:10:58 2007 +0000 Monotone-Date: 2007-12-17T21:10:58 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailFolderActions.m + commit c1040b2216e44c98b74a5519607c7bb2b8a68a2c Author: Wolfgang Sourdeau Date: Mon Dec 17 21:03:21 2007 +0000 @@ -77230,6 +95400,8 @@ Date: Mon Dec 17 21:03:21 2007 +0000 Monotone-Date: 2007-12-17T21:03:21 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalListingActions.m + commit f0159c1f07c92f503ff52d53f4b7a324636b8f3b Author: Wolfgang Sourdeau Date: Mon Dec 17 20:58:12 2007 +0000 @@ -77241,6 +95413,10 @@ Date: Mon Dec 17 20:58:12 2007 +0000 Monotone-Date: 2007-12-17T20:58:12 Monotone-Branch: ca.inverse.sogo +M NEWS +M SoObjects/Appointments/product.plist +M UI/Scheduler/UIxComponentEditor.m + commit 9a3a22dce19b619be206e935f748417ad60e0e57 Author: Wolfgang Sourdeau Date: Mon Dec 17 20:49:33 2007 +0000 @@ -77252,21 +95428,7 @@ Date: Mon Dec 17 20:49:33 2007 +0000 Monotone-Date: 2007-12-17T20:49:33 Monotone-Branch: ca.inverse.sogo -commit 2fec4585dcb9bd432558ebb6b9be3797d70fed0b -Merge: 9ae5be9 b62a6e9 -Author: Wolfgang Sourdeau -Date: Mon Dec 17 20:46:13 2007 +0000 - - merge of '6233812eac33115667675d01081adb1fed7344fd' - and 'aca422868e377bcf123be4fcaa0a258238b473a6' - - Monotone-Parent: 6233812eac33115667675d01081adb1fed7344fd - Monotone-Parent: aca422868e377bcf123be4fcaa0a258238b473a6 - Monotone-Revision: c4d172fda57e0bd72cb109b117dbc93d996684f0 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-12-17T20:46:13 - Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalListingActions.m commit b62a6e9f7f6a8821111f3c85354e86c80a3bb6da Author: Wolfgang Sourdeau @@ -77279,6 +95441,10 @@ Date: Mon Dec 17 20:45:48 2007 +0000 Monotone-Date: 2007-12-17T20:45:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailEditor.m +M UI/Templates/MailerUI/UIxMailEditor.wox + commit 21de09a9f06048465272a3b9048cd63c1c398adc Author: Wolfgang Sourdeau Date: Mon Dec 17 20:39:17 2007 +0000 @@ -77290,6 +95456,9 @@ Date: Mon Dec 17 20:39:17 2007 +0000 Monotone-Date: 2007-12-17T20:39:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit 9ae5be92419cf0362ed124932501c7021f924701 Author: Francis Lachapelle Date: Mon Dec 17 20:31:03 2007 +0000 @@ -77301,6 +95470,8 @@ Date: Mon Dec 17 20:31:03 2007 +0000 Monotone-Date: 2007-12-17T20:31:03 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalListingActions.m + commit 0645480c701967e23c7b7cc0a242e558abdcc059 Author: Wolfgang Sourdeau Date: Mon Dec 17 20:28:13 2007 +0000 @@ -77312,6 +95483,8 @@ Date: Mon Dec 17 20:28:13 2007 +0000 Monotone-Date: 2007-12-17T20:28:13 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1557.diff + commit b3679212bb9ac9395aaa0701cf1ef3fffcdd68d2 Author: Wolfgang Sourdeau Date: Mon Dec 17 20:24:07 2007 +0000 @@ -77323,6 +95496,15 @@ Date: Mon Dec 17 20:24:07 2007 +0000 Monotone-Date: 2007-12-17T20:24:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAptMailFrenchUpdate.wo/SOGoAptMailFrenchUpdate.html +M SoObjects/Mailer/SOGoMailBodyPart.h +M SoObjects/Mailer/SOGoMailBodyPart.m +M UI/MailPartViewers/UIxMailPartImageViewer.m +M UI/MailPartViewers/UIxMailPartViewer.h +M UI/MailPartViewers/UIxMailPartViewer.m +M UI/Templates/MailPartViewers/UIxMailPartImageViewer.wox + commit c49357554135d17e7f5b8cd50d5e5f8aa14c70aa Author: Francis Lachapelle Date: Mon Dec 17 17:19:10 2007 +0000 @@ -77334,6 +95516,8 @@ Date: Mon Dec 17 17:19:10 2007 +0000 Monotone-Date: 2007-12-17T17:19:10 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit 0368b9f2f9f34111f22d47195c64bbd05fd0bb3c Author: Francis Lachapelle Date: Mon Dec 17 15:53:39 2007 +0000 @@ -77345,6 +95529,8 @@ Date: Mon Dec 17 15:53:39 2007 +0000 Monotone-Date: 2007-12-17T15:53:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit c3f90911969fee3632690b01fb7e813b615733df Author: Francis Lachapelle Date: Mon Dec 17 15:51:37 2007 +0000 @@ -77356,6 +95542,9 @@ Date: Mon Dec 17 15:51:37 2007 +0000 Monotone-Date: 2007-12-17T15:51:37 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailMainFrame.m +M UI/WebServerResources/ContactsUI.js + commit 5b678fd334a665293f1042f8fa5949e1750440e0 Author: Francis Lachapelle Date: Mon Dec 17 15:34:01 2007 +0000 @@ -77367,21 +95556,8 @@ Date: Mon Dec 17 15:34:01 2007 +0000 Monotone-Date: 2007-12-17T15:34:01 Monotone-Branch: ca.inverse.sogo -commit 619ca36d1e0b64b206a7542f3cdbaebb78edd9d8 -Merge: d7e2ba3 0f74a8d -Author: Francis Lachapelle -Date: Mon Dec 17 15:33:19 2007 +0000 - - merge of '67bda357e8c25b79b6b024c6a8a779918c63ab3e' - and '772069a4679fa8b05adc4dc49b2087230a05669c' - - Monotone-Parent: 67bda357e8c25b79b6b024c6a8a779918c63ab3e - Monotone-Parent: 772069a4679fa8b05adc4dc49b2087230a05669c - Monotone-Revision: b18975047f69436053c859a6b62916e650ac6f8b - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-12-17T15:33:19 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/UIxContactsUserFolders.js commit 0f74a8d504d82f3daeeeeb1edfffa701a2b12a42 Author: Wolfgang Sourdeau @@ -77394,6 +95570,19 @@ Date: Mon Dec 17 15:29:06 2007 +0000 Monotone-Date: 2007-12-17T15:29:06 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/EOQualifier+GCS.m +M SOPE/GDLContentStore/GCSFolder.m +M SOPE/NGCards/iCalDateTime.m +M SoObjects/Mailer/SOGoMailBodyPart.h +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/SOGoUI/SOGoACLAdvisory.h +M UI/SOGoUI/SOGoACLAdvisory.m +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/UIxTaskEditor.m + commit 76c907fc654a6569848156f9831a7a5f133f985d Author: Wolfgang Sourdeau Date: Mon Dec 17 15:28:51 2007 +0000 @@ -77405,6 +95594,10 @@ Date: Mon Dec 17 15:28:51 2007 +0000 Monotone-Date: 2007-12-17T15:28:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/NSArray+Scheduler.h +M UI/Scheduler/NSArray+Scheduler.m + commit d7e2ba3e841f86c3c23fa538e72c322d9e914317 Author: Francis Lachapelle Date: Mon Dec 17 15:24:45 2007 +0000 @@ -77416,6 +95609,8 @@ Date: Mon Dec 17 15:24:45 2007 +0000 Monotone-Date: 2007-12-17T15:24:45 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 370ac8bb7911422475ef586f8a0a7f7c52980cff Author: Francis Lachapelle Date: Mon Dec 17 15:24:28 2007 +0000 @@ -77427,6 +95622,8 @@ Date: Mon Dec 17 15:24:28 2007 +0000 Monotone-Date: 2007-12-17T15:24:28 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 9d4191756d1522c1913c7476957d5ef776bebe31 Author: Wolfgang Sourdeau Date: Mon Dec 17 14:57:45 2007 +0000 @@ -77438,6 +95635,8 @@ Date: Mon Dec 17 14:57:45 2007 +0000 Monotone-Date: 2007-12-17T14:57:45 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUserFolder.m + commit d44a59e146c7eb3bdbd7a411817d9846d2d58b4e Author: Wolfgang Sourdeau Date: Fri Dec 14 22:05:59 2007 +0000 @@ -77449,6 +95648,8 @@ Date: Fri Dec 14 22:05:59 2007 +0000 Monotone-Date: 2007-12-14T22:05:59 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1557.diff + commit 89cff4f7c0aa51d7a9f3b5ca3f6031db6bfe4f82 Author: Wolfgang Sourdeau Date: Fri Dec 14 22:02:59 2007 +0000 @@ -77460,6 +95661,8 @@ Date: Fri Dec 14 22:02:59 2007 +0000 Monotone-Date: 2007-12-14T22:02:59 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/product.plist + commit 746270916f5555137995640739a5ae96183d2713 Author: Wolfgang Sourdeau Date: Fri Dec 14 22:02:53 2007 +0000 @@ -77471,6 +95674,8 @@ Date: Fri Dec 14 22:02:53 2007 +0000 Monotone-Date: 2007-12-14T22:02:53 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/product.plist + commit 164a833f3f3e1b0b2dff52b82bebec15ecc35323 Author: Ludovic Marcotte Date: Fri Dec 14 20:02:51 2007 +0000 @@ -77484,6 +95689,10 @@ Date: Fri Dec 14 20:02:51 2007 +0000 Monotone-Date: 2007-12-14T20:02:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Mailer/SOGoDraftObject.m + commit b57a02f29f423c688c40523c4f1c8bdd0a8c9ead Author: Francis Lachapelle Date: Thu Dec 13 22:36:26 2007 +0000 @@ -77495,6 +95704,8 @@ Date: Thu Dec 13 22:36:26 2007 +0000 Monotone-Date: 2007-12-13T22:36:26 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 30cf9a279c5397b55e991e7f0e2992ec43fa968d Author: Francis Lachapelle Date: Thu Dec 13 22:10:22 2007 +0000 @@ -77506,6 +95717,8 @@ Date: Thu Dec 13 22:10:22 2007 +0000 Monotone-Date: 2007-12-13T22:10:22 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 438e9bb63533326b175c0001951f159fbf50b82c Author: Francis Lachapelle Date: Thu Dec 13 21:07:09 2007 +0000 @@ -77517,6 +95730,13 @@ Date: Thu Dec 13 21:07:09 2007 +0000 Monotone-Date: 2007-12-13T21:07:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailMainFrame.h +M UI/MailerUI/UIxMailMainFrame.m +M UI/MailerUI/product.plist +M UI/WebServerResources/MailerUI+dTree.js +M UI/WebServerResources/MailerUI.js + commit 6b5da3c2eac2555bc06ea833de103f9794400173 Author: Wolfgang Sourdeau Date: Thu Dec 13 20:22:20 2007 +0000 @@ -77528,6 +95748,9 @@ Date: Thu Dec 13 20:22:20 2007 +0000 Monotone-Date: 2007-12-13T20:22:20 Monotone-Branch: ca.inverse.sogo +D SOPE/sope-patchset-r1552.diff +A SOPE/sope-patchset-r1557.diff + commit fa80a22946b0febc31b23a50cbd6922e39cfcb93 Author: Wolfgang Sourdeau Date: Thu Dec 13 19:26:47 2007 +0000 @@ -77539,6 +95762,10 @@ Date: Thu Dec 13 19:26:47 2007 +0000 Monotone-Date: 2007-12-13T19:26:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/product.plist + commit b35367c1c1f65b2bb1135074dcdc6c816a111a16 Author: Wolfgang Sourdeau Date: Thu Dec 13 19:25:29 2007 +0000 @@ -77550,6 +95777,8 @@ Date: Thu Dec 13 19:25:29 2007 +0000 Monotone-Date: 2007-12-13T19:25:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 8d0a42abef7be243ffd5c7d3065562ab88fb4fac Author: Wolfgang Sourdeau Date: Thu Dec 13 19:25:01 2007 +0000 @@ -77561,6 +95790,12 @@ Date: Thu Dec 13 19:25:01 2007 +0000 Monotone-Date: 2007-12-13T19:25:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/WODirectAction+SOGo.h +M UI/Common/WODirectAction+SOGo.m +M UI/SOGoUI/UIxComponent.h +M UI/SOGoUI/UIxComponent.m + commit 7f19ee20364886f7103cbb885cbd79ff0b6315e9 Author: Wolfgang Sourdeau Date: Thu Dec 13 18:54:27 2007 +0000 @@ -77572,6 +95807,13 @@ Date: Thu Dec 13 18:54:27 2007 +0000 Monotone-Date: 2007-12-13T18:54:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/GNUmakefile +A SoObjects/SOGo/NSDictionary+BSJSONAdditions.h +A SoObjects/SOGo/NSDictionary+BSJSONAdditions.m +A SoObjects/SOGo/NSScanner+BSJSONAdditions.h +A SoObjects/SOGo/NSScanner+BSJSONAdditions.m + commit d66be7a76410f30a4509ab154a5e1610dd9dd6ba Author: Wolfgang Sourdeau Date: Thu Dec 13 00:00:55 2007 +0000 @@ -77583,6 +95825,9 @@ Date: Thu Dec 13 00:00:55 2007 +0000 Monotone-Date: 2007-12-13T00:00:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.m + commit 8f200c6d368672df4581f0fab8b9653d70214811 Author: Wolfgang Sourdeau Date: Wed Dec 12 23:59:36 2007 +0000 @@ -77594,6 +95839,11 @@ Date: Wed Dec 12 23:59:36 2007 +0000 Monotone-Date: 2007-12-12T23:59:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.h +M SoObjects/Mailer/SOGoMailObject.m +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit 92a466e92ab1376c8dc84d3cba2b37d0bc9b8ede Author: Wolfgang Sourdeau Date: Wed Dec 12 23:56:23 2007 +0000 @@ -77605,6 +95855,8 @@ Date: Wed Dec 12 23:56:23 2007 +0000 Monotone-Date: 2007-12-12T23:56:23 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartTextViewer.m + commit 53ea57713f28979d04dff6bdd6726b98827ad026 Author: Wolfgang Sourdeau Date: Wed Dec 12 23:56:01 2007 +0000 @@ -77616,6 +95868,8 @@ Date: Wed Dec 12 23:56:01 2007 +0000 Monotone-Date: 2007-12-12T23:56:01 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 3a6e07b9e26380ec640bf35cdd9d0d11bd29fbfe Author: Francis Lachapelle Date: Wed Dec 12 17:48:19 2007 +0000 @@ -77627,6 +95881,18 @@ Date: Wed Dec 12 17:48:19 2007 +0000 Monotone-Date: 2007-12-12T17:48:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/German.lproj/Localizable.strings +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/iefixes.css + commit ae9f5def85cfaacebaae206698361ad8249ad681 Author: Ludovic Marcotte Date: Wed Dec 12 16:47:01 2007 +0000 @@ -77640,6 +95906,11 @@ Date: Wed Dec 12 16:47:01 2007 +0000 Monotone-Date: 2007-12-12T16:47:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartHTMLViewer.m +M UI/MailPartViewers/UIxMailRenderingContext.h +M UI/MailPartViewers/UIxMailRenderingContext.m + commit 53ab38a3c11fce9907bfb4dce4e240a677edd53c Author: Wolfgang Sourdeau Date: Wed Dec 12 16:29:15 2007 +0000 @@ -77651,6 +95922,9 @@ Date: Wed Dec 12 16:29:15 2007 +0000 Monotone-Date: 2007-12-12T16:29:15 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalTimeZone.m + commit c46d504236fb8c5cd1ce5a9367ae5ffa3a9411ba Author: Wolfgang Sourdeau Date: Wed Dec 12 15:57:40 2007 +0000 @@ -77662,6 +95936,9 @@ Date: Wed Dec 12 15:57:40 2007 +0000 Monotone-Date: 2007-12-12T15:57:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.m + commit 49128cd8a7091312153e18acdf44d993b4f96336 Author: Wolfgang Sourdeau Date: Wed Dec 12 15:57:07 2007 +0000 @@ -77673,6 +95950,10 @@ Date: Wed Dec 12 15:57:07 2007 +0000 Monotone-Date: 2007-12-12T15:57:07 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.h +M SOPE/GDLContentStore/GCSFolder.m + commit 229dbaa713baf12aaee4c9f988db603f70da2fa7 Author: Francis Lachapelle Date: Mon Dec 10 22:41:00 2007 +0000 @@ -77684,6 +95965,8 @@ Date: Mon Dec 10 22:41:00 2007 +0000 Monotone-Date: 2007-12-10T22:41:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit bb8e7c71ffd372375b4274de5553a0132c29f575 Author: Francis Lachapelle Date: Mon Dec 10 22:34:12 2007 +0000 @@ -77695,21 +95978,13 @@ Date: Mon Dec 10 22:34:12 2007 +0000 Monotone-Date: 2007-12-10T22:34:12 Monotone-Branch: ca.inverse.sogo -commit bc548c963cad5061de657a59f6e0b6d8621fdbf0 -Merge: 912b9d1 a10c89f -Author: Francis Lachapelle -Date: Mon Dec 10 21:16:44 2007 +0000 - - merge of '2fb05a09608f9836ad74855b6a11b662b983d5a0' - and 'a2dcd47a4089e8f71eebc363e436ba2ed8bc6df5' - - Monotone-Parent: 2fb05a09608f9836ad74855b6a11b662b983d5a0 - Monotone-Parent: a2dcd47a4089e8f71eebc363e436ba2ed8bc6df5 - Monotone-Revision: 18f239a3de0b7ac267996e840fa462638dadaf29 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-12-10T21:16:44 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailBodyPart.h +M SoObjects/Mailer/SOGoMailBodyPart.m +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/MailerUI.js commit 912b9d1c040d0eb298d7fef868b2fb1a5241436a Author: Wolfgang Sourdeau @@ -77722,6 +95997,9 @@ Date: Mon Dec 10 21:15:32 2007 +0000 Monotone-Date: 2007-12-10T21:15:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit a10c89f82351cba4c03815da8b816df99dd2bbf1 Author: Francis Lachapelle Date: Mon Dec 10 16:58:12 2007 +0000 @@ -77733,6 +96011,8 @@ Date: Mon Dec 10 16:58:12 2007 +0000 Monotone-Date: 2007-12-10T16:58:12 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit d1a05ac86c81368d2d098368a1866dbdc78a1985 Author: Francis Lachapelle Date: Mon Dec 10 15:56:13 2007 +0000 @@ -77744,6 +96024,9 @@ Date: Mon Dec 10 15:56:13 2007 +0000 Monotone-Date: 2007-12-10T15:56:13 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailPopupView.js + commit 490ce13fe4a0d787cca5a46922c5fa27a9f661ab Author: Wolfgang Sourdeau Date: Sat Dec 8 01:46:19 2007 +0000 @@ -77755,6 +96038,8 @@ Date: Sat Dec 8 01:46:19 2007 +0000 Monotone-Date: 2007-12-08T01:46:19 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/French.lproj/Localizable.strings + commit 0daa63b206c65efa5e328134854df8acc5d9b72b Author: Wolfgang Sourdeau Date: Fri Dec 7 22:40:21 2007 +0000 @@ -77766,6 +96051,8 @@ Date: Fri Dec 7 22:40:21 2007 +0000 Monotone-Date: 2007-12-07T22:40:21 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.m + commit 60ae2b07af7ab169b650e9806a49f9364476945a Author: Wolfgang Sourdeau Date: Fri Dec 7 20:34:29 2007 +0000 @@ -77777,6 +96064,13 @@ Date: Fri Dec 7 20:34:29 2007 +0000 Monotone-Date: 2007-12-07T20:34:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m +M UI/MainUI/AgenorProfile-oracle.sql +M UI/MainUI/AgenorProfile.sql +M UI/MainUI/OCSFolderInfo-oracle.sql +M UI/MainUI/OCSFolderInfo.sql + commit 19720a645f870a7c5696fa6f9c592b6e185818ac Author: Ludovic Marcotte Date: Fri Dec 7 14:51:18 2007 +0000 @@ -77790,6 +96084,11 @@ Date: Fri Dec 7 14:51:18 2007 +0000 Monotone-Date: 2007-12-07T14:51:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/MailPartViewers/UIxMailRenderingContext.m + commit 54739be5e0cc6cdf1820507624d0ab7e6039d4e0 Author: Wolfgang Sourdeau Date: Thu Dec 6 23:55:39 2007 +0000 @@ -77801,6 +96100,8 @@ Date: Thu Dec 6 23:55:39 2007 +0000 Monotone-Date: 2007-12-06T23:55:39 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 6a6dcbb312c43aebbdbb17a5cd20c7dfc0e56964 Author: Wolfgang Sourdeau Date: Thu Dec 6 23:42:56 2007 +0000 @@ -77812,6 +96113,8 @@ Date: Thu Dec 6 23:42:56 2007 +0000 Monotone-Date: 2007-12-06T23:42:56 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/product.plist + commit bf0a3b5f816e88cb9f49a09cef9290cc001c809a Author: Wolfgang Sourdeau Date: Thu Dec 6 23:09:58 2007 +0000 @@ -77823,6 +96126,13 @@ Date: Thu Dec 6 23:09:58 2007 +0000 Monotone-Date: 2007-12-06T23:09:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/product.plist +M SoObjects/SOGo/SOGoPermissions.h +M SoObjects/SOGo/SOGoPermissions.m +M UI/Common/UIxAclEditor.m +M UI/Templates/UIxAclEditor.wox + commit 790e92d2ea6d7d70fddcd2ec552a8b3e95a6f71e Author: Wolfgang Sourdeau Date: Thu Dec 6 22:54:01 2007 +0000 @@ -77834,6 +96144,13 @@ Date: Thu Dec 6 22:54:01 2007 +0000 Monotone-Date: 2007-12-06T22:54:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/product.plist +M UI/Scheduler/UIxComponentEditor.m + commit e1c159094d34574262551ccf3750e891b311540f Author: Wolfgang Sourdeau Date: Thu Dec 6 22:51:04 2007 +0000 @@ -77845,6 +96162,8 @@ Date: Thu Dec 6 22:51:04 2007 +0000 Monotone-Date: 2007-12-06T22:51:04 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoFolder.h + commit 884498f49fb94920f55ccc84458cd3f67a4226fc Author: Wolfgang Sourdeau Date: Thu Dec 6 22:48:41 2007 +0000 @@ -77856,6 +96175,10 @@ Date: Thu Dec 6 22:48:41 2007 +0000 Monotone-Date: 2007-12-06T22:48:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit 0456931bec626587fc770483ae2116b1d84ac644 Author: Wolfgang Sourdeau Date: Thu Dec 6 22:47:31 2007 +0000 @@ -77867,6 +96190,9 @@ Date: Thu Dec 6 22:47:31 2007 +0000 Monotone-Date: 2007-12-06T22:47:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit 6bbef703ee9e2a680c1bba1d03a84c1c14cd49e7 Author: Wolfgang Sourdeau Date: Thu Dec 6 22:46:48 2007 +0000 @@ -77878,21 +96204,10 @@ Date: Thu Dec 6 22:46:48 2007 +0000 Monotone-Date: 2007-12-06T22:46:48 Monotone-Branch: ca.inverse.sogo -commit 48223b1ee7b83713ee3b0280cc1bd581d5b5833d -Merge: 5ccbed2 8a4b14a -Author: Wolfgang Sourdeau -Date: Thu Dec 6 21:10:14 2007 +0000 - - merge of 'b68be9f250b22568280f0f3fe29f6b42ed225aa1' - and 'c4ca1fc9171a84aed3074955c7d96c02bf3ae9ad' - - Monotone-Parent: b68be9f250b22568280f0f3fe29f6b42ed225aa1 - Monotone-Parent: c4ca1fc9171a84aed3074955c7d96c02bf3ae9ad - Monotone-Revision: 6753ccaa7526439dbf30f82e0fd9724d49478e83 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-12-06T21:10:14 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.m +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/generic.css commit 5ccbed256ac3112ea4a62ff6a01663fae074d2f3 Author: Francis Lachapelle @@ -77905,6 +96220,10 @@ Date: Thu Dec 6 20:50:20 2007 +0000 Monotone-Date: 2007-12-06T20:50:20 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit 126e270a5cf2d8938f1bc16f213d53fb88ba56ea Author: Francis Lachapelle Date: Thu Dec 6 19:35:19 2007 +0000 @@ -77916,6 +96235,8 @@ Date: Thu Dec 6 19:35:19 2007 +0000 Monotone-Date: 2007-12-06T19:35:19 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailToSelection.js + commit 891687ace094d24b0c968abcaa86c735df191517 Author: Francis Lachapelle Date: Thu Dec 6 17:29:32 2007 +0000 @@ -77927,6 +96248,13 @@ Date: Thu Dec 6 17:29:32 2007 +0000 Monotone-Date: 2007-12-06T17:29:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/NSArray+Scheduler.h +M UI/Scheduler/NSArray+Scheduler.m +M UI/Scheduler/UIxCalListingActions.m +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/WebServerResources/SchedulerUI.js + commit 8a4b14a0384833d9e73dff454638e94e47700a18 Author: Wolfgang Sourdeau Date: Thu Dec 6 16:27:28 2007 +0000 @@ -77938,6 +96266,9 @@ Date: Thu Dec 6 16:27:28 2007 +0000 Monotone-Date: 2007-12-06T16:27:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailEditor.m + commit 3debc96a59db54dc19ca15104f3d5ee021f3df16 Author: Wolfgang Sourdeau Date: Thu Dec 6 16:04:23 2007 +0000 @@ -77949,6 +96280,8 @@ Date: Thu Dec 6 16:04:23 2007 +0000 Monotone-Date: 2007-12-06T16:04:23 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 9e95869243ba15c35cb70336d363f3688c919614 Author: Wolfgang Sourdeau Date: Thu Dec 6 16:03:53 2007 +0000 @@ -77960,6 +96293,9 @@ Date: Thu Dec 6 16:03:53 2007 +0000 Monotone-Date: 2007-12-06T16:03:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBodyPart.m + commit 3efe64c3bc0240d07165475cb05fa74c901b5054 Author: Wolfgang Sourdeau Date: Thu Dec 6 15:55:44 2007 +0000 @@ -77971,6 +96307,8 @@ Date: Thu Dec 6 15:55:44 2007 +0000 Monotone-Date: 2007-12-06T15:55:44 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox + commit 1054f243d4b18118379ec79edaf1d1386983134a Author: Wolfgang Sourdeau Date: Wed Dec 5 22:54:34 2007 +0000 @@ -77982,6 +96320,8 @@ Date: Wed Dec 5 22:54:34 2007 +0000 Monotone-Date: 2007-12-05T22:54:34 Monotone-Branch: ca.inverse.sogo +M Main/GNUmakefile + commit 643e8fefe747493724a3e676f764c1c2cd94541a Author: Wolfgang Sourdeau Date: Wed Dec 5 22:51:01 2007 +0000 @@ -77993,6 +96333,9 @@ Date: Wed Dec 5 22:51:01 2007 +0000 Monotone-Date: 2007-12-05T22:51:01 Monotone-Branch: ca.inverse.sogo +M Main/GNUmakefile +M Main/NSException+Stacktrace.m + commit ca57a6c158ad4ba13b6deadbc9ab7db6a2b58491 Author: Wolfgang Sourdeau Date: Wed Dec 5 22:29:50 2007 +0000 @@ -78004,6 +96347,11 @@ Date: Wed Dec 5 22:29:50 2007 +0000 Monotone-Date: 2007-12-05T22:29:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactEditor.m +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxTaskEditor.m + commit 462432c50afbe92196ee7a64ef2dad2a8aa57dea Author: Wolfgang Sourdeau Date: Wed Dec 5 22:23:32 2007 +0000 @@ -78015,6 +96363,10 @@ Date: Wed Dec 5 22:23:32 2007 +0000 Monotone-Date: 2007-12-05T22:23:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/GNUmakefile +M Main/NSException+Stacktrace.m + commit dbd7f53f507b91eeccbe7493ce41f4e2b1cacdfd Author: Wolfgang Sourdeau Date: Wed Dec 5 21:42:15 2007 +0000 @@ -78026,6 +96378,8 @@ Date: Wed Dec 5 21:42:15 2007 +0000 Monotone-Date: 2007-12-05T21:42:15 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactsUserFolders.js + commit 2c665af66cc62651e0cef59a5a71a48a9bac2433 Author: Wolfgang Sourdeau Date: Wed Dec 5 21:05:04 2007 +0000 @@ -78037,6 +96391,16 @@ Date: Wed Dec 5 21:05:04 2007 +0000 Monotone-Date: 2007-12-05T21:05:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/product.plist +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/SOGoUserHomePage.m +M UI/MainUI/product.plist +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/generic.js + commit f431b1f55faf97aa9803f069be274079334feb6c Author: Francis Lachapelle Date: Wed Dec 5 21:02:57 2007 +0000 @@ -78048,6 +96412,9 @@ Date: Wed Dec 5 21:02:57 2007 +0000 Monotone-Date: 2007-12-05T21:02:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit 896c85fb0022bd2193d9d671af9a77a29c048787 Author: Francis Lachapelle Date: Wed Dec 5 20:19:09 2007 +0000 @@ -78059,6 +96426,8 @@ Date: Wed Dec 5 20:19:09 2007 +0000 Monotone-Date: 2007-12-05T20:19:09 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css + commit d5484ac54d1aa8430d3e573a93e5a9dc99696c52 Author: Francis Lachapelle Date: Wed Dec 5 19:06:27 2007 +0000 @@ -78070,6 +96439,8 @@ Date: Wed Dec 5 19:06:27 2007 +0000 Monotone-Date: 2007-12-05T19:06:27 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit fe1c2b0d18195a5ac74c0670fa56cc0dcbc5cc20 Author: Francis Lachapelle Date: Wed Dec 5 17:07:40 2007 +0000 @@ -78081,6 +96452,11 @@ Date: Wed Dec 5 17:07:40 2007 +0000 Monotone-Date: 2007-12-05T17:07:40 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxMailToSelection.js +M UI/WebServerResources/generic.js + commit 14356388712ffc3b458cd80284a19919475c7277 Author: Wolfgang Sourdeau Date: Tue Dec 4 23:28:52 2007 +0000 @@ -78092,6 +96468,13 @@ Date: Tue Dec 4 23:28:52 2007 +0000 Monotone-Date: 2007-12-04T23:28:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoUserFolder.h +M SoObjects/SOGo/SOGoUserFolder.m + commit c1fe6f14bbc38ef576ffa38149e633f9abec09af Author: Wolfgang Sourdeau Date: Tue Dec 4 23:24:40 2007 +0000 @@ -78103,21 +96486,7 @@ Date: Tue Dec 4 23:24:40 2007 +0000 Monotone-Date: 2007-12-04T23:24:40 Monotone-Branch: ca.inverse.sogo -commit 626849f6f5c54b89a99f6ecf5fdb1b9287c06dd9 -Merge: bf8acbc ac0a6d8 -Author: Wolfgang Sourdeau -Date: Tue Dec 4 23:20:02 2007 +0000 - - merge of '0dd67af506445aca2871edc97a4383c609e20c42' - and '177ce0927201d7757ef2447dd1dbd4dab62930ae' - - Monotone-Parent: 0dd67af506445aca2871edc97a4383c609e20c42 - Monotone-Parent: 177ce0927201d7757ef2447dd1dbd4dab62930ae - Monotone-Revision: 78dcdb9c4c1457146fc206115afe39e0596352f3 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-12-04T23:20:02 - Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailToSelection.m commit ac0a6d8498c3b7ae605207d0adbbe2b800878dad Author: Wolfgang Sourdeau @@ -78130,6 +96499,8 @@ Date: Tue Dec 4 23:19:47 2007 +0000 Monotone-Date: 2007-12-04T23:19:47 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.m + commit bf8acbc6ab72889b3b55a02ccadb8bb53ad70cca Author: Francis Lachapelle Date: Tue Dec 4 22:47:41 2007 +0000 @@ -78141,6 +96512,9 @@ Date: Tue Dec 4 22:47:41 2007 +0000 Monotone-Date: 2007-12-04T22:47:41 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailToSelection.m +M UI/WebServerResources/UIxMailToSelection.js + commit d68bfa6b967c38badd1eea36ff0b3c4df9b0dfea Author: Wolfgang Sourdeau Date: Tue Dec 4 16:53:32 2007 +0000 @@ -78152,6 +96526,9 @@ Date: Tue Dec 4 16:53:32 2007 +0000 Monotone-Date: 2007-12-04T16:53:32 Monotone-Branch: ca.inverse.sogo +M Main/GNUmakefile +M Main/NSException+Stacktrace.m + commit 296245f3c11db3e0ba7fcb75a597205e94e71c32 Author: Ludovic Marcotte Date: Mon Dec 3 14:13:10 2007 +0000 @@ -78165,6 +96542,36 @@ Date: Mon Dec 3 14:13:10 2007 +0000 Monotone-Date: 2007-12-03T14:13:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/GNUmakefile +A Main/NSException+Stacktrace.h +A Main/NSException+Stacktrace.m +M Main/SOGo.m +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/Mailer/SOGoMailBodyPart.m +M SoObjects/SOGo/SOGoGCSFolder.m +M UI/Common/UIxUserRightsEditor.m +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/SOGoUI/SOGoACLAdvisory.h +M UI/SOGoUI/SOGoACLAdvisory.m +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/Templates/SOGoACLEnglishAdditionAdvisory.wox +A UI/Templates/SOGoACLEnglishModificationAdvisory.wox +M UI/Templates/SOGoACLEnglishRemovalAdvisory.wox +M UI/Templates/SOGoACLFrenchAdditionAdvisory.wox +A UI/Templates/SOGoACLFrenchModificationAdvisory.wox +M UI/Templates/SOGoACLFrenchRemovalAdvisory.wox +M UI/Templates/SOGoACLGermanAdditionAdvisory.wox +A UI/Templates/SOGoACLGermanModificationAdvisory.wox +M UI/Templates/SOGoACLGermanRemovalAdvisory.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js + commit 1bbd867cbe339d9c8d56d5dd29e8ce8b4239b6bc Author: Wolfgang Sourdeau Date: Fri Nov 30 16:43:55 2007 +0000 @@ -78176,6 +96583,10 @@ Date: Fri Nov 30 16:43:55 2007 +0000 Monotone-Date: 2007-11-30T16:43:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoParentFolder.m + commit 2fbc2674c44ea2b149c4211965dd190731bcd880 Author: Wolfgang Sourdeau Date: Fri Nov 30 16:08:55 2007 +0000 @@ -78187,6 +96598,9 @@ Date: Fri Nov 30 16:08:55 2007 +0000 Monotone-Date: 2007-11-30T16:08:55 Monotone-Branch: ca.inverse.sogo +D SOPE/sope-patchset-r1551.diff +A SOPE/sope-patchset-r1552.diff + commit 189c847e6c36c2521e9a24ec3c644acd7af7335a Author: Wolfgang Sourdeau Date: Fri Nov 30 14:37:45 2007 +0000 @@ -78198,6 +96612,9 @@ Date: Fri Nov 30 14:37:45 2007 +0000 Monotone-Date: 2007-11-30T14:37:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSCalendarDate+SOGo.m + commit 63958e1b017f1ab04671057c1b00eda8fd14adea Author: Wolfgang Sourdeau Date: Thu Nov 29 21:11:31 2007 +0000 @@ -78209,6 +96626,8 @@ Date: Thu Nov 29 21:11:31 2007 +0000 Monotone-Date: 2007-11-29T21:11:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 0b87cd3479e56547520cbebfc8c5dd5c4acf4446 Author: Wolfgang Sourdeau Date: Thu Nov 29 21:10:39 2007 +0000 @@ -78220,6 +96639,9 @@ Date: Thu Nov 29 21:10:39 2007 +0000 Monotone-Date: 2007-11-29T21:10:39 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoParentFolder.m + commit ed317d25102c31eefe8f4ac66576a9fa85f6f077 Author: Wolfgang Sourdeau Date: Thu Nov 29 19:45:20 2007 +0000 @@ -78231,6 +96653,9 @@ Date: Thu Nov 29 19:45:20 2007 +0000 Monotone-Date: 2007-11-29T19:45:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.m + commit 5f81312c638986af0a98abe56ff54482f3bb5e7e Author: Wolfgang Sourdeau Date: Thu Nov 29 19:43:51 2007 +0000 @@ -78242,6 +96667,9 @@ Date: Thu Nov 29 19:43:51 2007 +0000 Monotone-Date: 2007-11-29T19:43:51 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalDateTime.m + commit 7dfc20e4616385924adc02e6364c59f7b3330b36 Author: Wolfgang Sourdeau Date: Thu Nov 29 19:37:37 2007 +0000 @@ -78253,6 +96681,9 @@ Date: Thu Nov 29 19:37:37 2007 +0000 Monotone-Date: 2007-11-29T19:37:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 0305aa4b3fc8325813f78bfafb8d05c822e305ed Author: Wolfgang Sourdeau Date: Thu Nov 29 17:22:21 2007 +0000 @@ -78264,6 +96695,9 @@ Date: Thu Nov 29 17:22:21 2007 +0000 Monotone-Date: 2007-11-29T17:22:21 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/product.plist +M UI/MainUI/product.plist + commit 871d1a16ff3f94f40992cca8f60b156c2513387c Author: Wolfgang Sourdeau Date: Thu Nov 29 16:52:38 2007 +0000 @@ -78275,6 +96709,8 @@ Date: Thu Nov 29 16:52:38 2007 +0000 Monotone-Date: 2007-11-29T16:52:38 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/product.plist + commit b77d98fc9512806acec9b70fcaa83890b033154c Author: Wolfgang Sourdeau Date: Thu Nov 29 16:14:11 2007 +0000 @@ -78286,6 +96722,19 @@ Date: Thu Nov 29 16:14:11 2007 +0000 Monotone-Date: 2007-11-29T16:14:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/product.plist +M SoObjects/Contacts/SOGoContactLDAPFolder.m +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/Mailer/product.plist +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoUser.m +M UI/MainUI/product.plist + commit 51b6144290ad0d69f15b57f0b4440d7c843acf90 Author: Wolfgang Sourdeau Date: Wed Nov 28 23:36:40 2007 +0000 @@ -78297,21 +96746,7 @@ Date: Wed Nov 28 23:36:40 2007 +0000 Monotone-Date: 2007-11-28T23:36:40 Monotone-Branch: ca.inverse.sogo -commit 6f4fb09792c83d28015c1331d5107e01bbf852d7 -Merge: dcf2e65 a786823 -Author: Wolfgang Sourdeau -Date: Tue Nov 27 23:18:47 2007 +0000 - - merge of '4d5fa5d41e23e83fdb8250dd90fc965723ec9b29' - and 'd2bae4e2dc4bfb2a6101a5dcd5cfd0eb00fdd4b1' - - Monotone-Parent: 4d5fa5d41e23e83fdb8250dd90fc965723ec9b29 - Monotone-Parent: d2bae4e2dc4bfb2a6101a5dcd5cfd0eb00fdd4b1 - Monotone-Revision: 36cb10929353af178a9112e3d9f13378f7a8a70f - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-11-27T23:18:47 - Monotone-Branch: ca.inverse.sogo +M NEWS commit dcf2e65b5223ab8264b47e234980517479779055 Author: Wolfgang Sourdeau @@ -78324,6 +96759,10 @@ Date: Tue Nov 27 23:18:17 2007 +0000 Monotone-Date: 2007-11-27T23:18:17 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailUserRightsEditor.h +M UI/MailerUI/UIxMailUserRightsEditor.m +M UI/Templates/MailerUI/UIxMailUserRightsEditor.wox + commit a786823ab0a3bcd784b2a94fe928415f301364ff Author: Francis Lachapelle Date: Tue Nov 27 23:17:41 2007 +0000 @@ -78335,6 +96774,8 @@ Date: Tue Nov 27 23:17:41 2007 +0000 Monotone-Date: 2007-11-27T23:17:41 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailUserRightsEditor.js + commit ea7cc376ba80d81ee377a0be1e7776ef7e607707 Author: Wolfgang Sourdeau Date: Tue Nov 27 22:52:34 2007 +0000 @@ -78346,6 +96787,8 @@ Date: Tue Nov 27 22:52:34 2007 +0000 Monotone-Date: 2007-11-27T22:52:34 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailFolderActions.m + commit 52fa20b6b7251c27ca0e52397cfc3b828412d2ad Author: Wolfgang Sourdeau Date: Tue Nov 27 22:52:28 2007 +0000 @@ -78357,6 +96800,8 @@ Date: Tue Nov 27 22:52:28 2007 +0000 Monotone-Date: 2007-11-27T22:52:28 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/product.plist + commit ead4f446414b8a201d6ef8d10ad044ff0b387fbb Author: Wolfgang Sourdeau Date: Tue Nov 27 22:52:22 2007 +0000 @@ -78368,6 +96813,8 @@ Date: Tue Nov 27 22:52:22 2007 +0000 Monotone-Date: 2007-11-27T22:52:22 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailUserRightsEditor.h + commit bceb40f56a272146a7a1e8536ea48a15ed38d680 Author: Wolfgang Sourdeau Date: Tue Nov 27 22:41:42 2007 +0000 @@ -78379,6 +96826,8 @@ Date: Tue Nov 27 22:41:42 2007 +0000 Monotone-Date: 2007-11-27T22:41:42 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 87efde3721be0a013f9fbf190905e462dbf02c99 Author: Wolfgang Sourdeau Date: Tue Nov 27 22:06:39 2007 +0000 @@ -78390,6 +96839,8 @@ Date: Tue Nov 27 22:06:39 2007 +0000 Monotone-Date: 2007-11-27T22:06:39 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.js + commit 9b58554ca0bd4386e52466f86afdab58531f5f5c Author: Francis Lachapelle Date: Tue Nov 27 21:58:36 2007 +0000 @@ -78401,21 +96852,12 @@ Date: Tue Nov 27 21:58:36 2007 +0000 Monotone-Date: 2007-11-27T21:58:36 Monotone-Branch: ca.inverse.sogo -commit 5447d83d4bf26e18683ea232a8110d6bc6f2c9bf -Merge: 348af28 fea5eb9 -Author: Francis Lachapelle -Date: Tue Nov 27 21:57:57 2007 +0000 - - merge of '30ec73924173f30cac8edaa24abb0d6e6dfdeac1' - and '3a0c58bfa60eceb8b04e37505a605d15b3d2b1af' - - Monotone-Parent: 30ec73924173f30cac8edaa24abb0d6e6dfdeac1 - Monotone-Parent: 3a0c58bfa60eceb8b04e37505a605d15b3d2b1af - Monotone-Revision: a9acd9019d1a4eac616803c0f5ee8fe8af50cf15 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-11-27T21:57:57 - Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/skycalendar.html commit fea5eb9d53d409de9245ab06afff1b951d3c31ea Author: Wolfgang Sourdeau @@ -78428,6 +96870,9 @@ Date: Tue Nov 27 21:07:30 2007 +0000 Monotone-Date: 2007-11-27T21:07:30 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.m + commit 965d1212bcf5666affaf6b7a64449ef7b2339a91 Author: Wolfgang Sourdeau Date: Tue Nov 27 21:06:15 2007 +0000 @@ -78439,6 +96884,8 @@ Date: Tue Nov 27 21:06:15 2007 +0000 Monotone-Date: 2007-11-27T21:06:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 84b93929c2779abbb537e97fa34a1a1abcbd60de Author: Wolfgang Sourdeau Date: Tue Nov 27 21:06:11 2007 +0000 @@ -78450,6 +96897,19 @@ Date: Tue Nov 27 21:06:11 2007 +0000 Monotone-Date: 2007-11-27T21:06:11 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/Mailer/product.plist +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoPermissions.m +M UI/Common/UIxFolderActions.m +M UI/Common/product.plist +M UI/Contacts/UIxContactsUserRightsEditor.m +M UI/MailerUI/UIxMailUserRightsEditor.m +M UI/MainUI/product.plist +M UI/Templates/ContactsUI/UIxContactsUserRightsEditor.wox +M UI/WebServerResources/ContactsUI.js + commit 733267f6c55416c85ce62f4a5cda789fbf751a7c Author: Wolfgang Sourdeau Date: Tue Nov 27 21:02:33 2007 +0000 @@ -78461,6 +96921,8 @@ Date: Tue Nov 27 21:02:33 2007 +0000 Monotone-Date: 2007-11-27T21:02:33 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.m + commit 1837e724252a990191f68990cdefdab62c01f09b Author: Wolfgang Sourdeau Date: Tue Nov 27 21:00:06 2007 +0000 @@ -78472,6 +96934,8 @@ Date: Tue Nov 27 21:00:06 2007 +0000 Monotone-Date: 2007-11-27T21:00:06 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactsUserFolders.js + commit 7cc20c5f42e87e19f7b626044c2841bc494c719d Author: Wolfgang Sourdeau Date: Tue Nov 27 17:19:24 2007 +0000 @@ -78483,6 +96947,10 @@ Date: Tue Nov 27 17:19:24 2007 +0000 Monotone-Date: 2007-11-27T17:19:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoFreeBusyObject.m +M UI/MainUI/SOGoUserHomePage.m + commit 348af28568191d7e555908593601566d83d2526e Author: Francis Lachapelle Date: Tue Nov 27 16:29:57 2007 +0000 @@ -78494,6 +96962,9 @@ Date: Tue Nov 27 16:29:57 2007 +0000 Monotone-Date: 2007-11-27T16:29:57 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/UIxMailEditor.js + commit 3a5eaf6c2fe4fb75403b1fd672b8a75c08dd35a9 Author: Francis Lachapelle Date: Tue Nov 27 16:00:18 2007 +0000 @@ -78505,6 +96976,9 @@ Date: Tue Nov 27 16:00:18 2007 +0000 Monotone-Date: 2007-11-27T16:00:18 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m +M UI/WebServerResources/SchedulerUI.js + commit 18d64eeed6d7144e051553d89430e33ee83580b9 Author: Wolfgang Sourdeau Date: Mon Nov 26 23:25:35 2007 +0000 @@ -78516,6 +96990,10 @@ Date: Mon Nov 26 23:25:35 2007 +0000 Monotone-Date: 2007-11-26T23:25:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxTaskEditor.m + commit 5aa7a5f7e06886ececaf05188e88616d0c4e35e9 Author: Francis Lachapelle Date: Mon Nov 26 21:36:55 2007 +0000 @@ -78527,6 +97005,10 @@ Date: Mon Nov 26 21:36:55 2007 +0000 Monotone-Date: 2007-11-26T21:36:55 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings + commit 0b3877d3ca56b6f36ee3572e3ec40a896e02276e Author: Francis Lachapelle Date: Mon Nov 26 21:16:00 2007 +0000 @@ -78538,6 +97020,12 @@ Date: Mon Nov 26 21:16:00 2007 +0000 Monotone-Date: 2007-11-26T21:16:00 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailEditor.m +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailEditor.js + commit 04e82c19710156d1503b436acab4661919db2767 Author: Wolfgang Sourdeau Date: Mon Nov 26 20:41:59 2007 +0000 @@ -78549,6 +97037,19 @@ Date: Mon Nov 26 20:41:59 2007 +0000 Monotone-Date: 2007-11-26T20:41:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m +M SoObjects/SOGo/LDAPUserManager.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserFolder.m +M UI/Common/UIxPageFrame.m +M UI/PreferencesUI/UIxPreferences.m +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/generic.js + commit 1bf613706d226a5bab8f9bf2ca58469539260f30 Author: Wolfgang Sourdeau Date: Mon Nov 26 20:37:54 2007 +0000 @@ -78560,6 +97061,8 @@ Date: Mon Nov 26 20:37:54 2007 +0000 Monotone-Date: 2007-11-26T20:37:54 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 1a3837c10391f87eedbbb0b4d075b2d333ae2db0 Author: Wolfgang Sourdeau Date: Mon Nov 26 18:22:45 2007 +0000 @@ -78571,6 +97074,8 @@ Date: Mon Nov 26 18:22:45 2007 +0000 Monotone-Date: 2007-11-26T18:22:45 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 02f0328e483b7abb9782842227de30b1e2a473e4 Author: Wolfgang Sourdeau Date: Mon Nov 26 17:41:20 2007 +0000 @@ -78582,6 +97087,8 @@ Date: Mon Nov 26 17:41:20 2007 +0000 Monotone-Date: 2007-11-26T17:41:20 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 1235af6bde6975139a22448e2cdbf7127f0a0040 Author: Wolfgang Sourdeau Date: Mon Nov 26 17:40:44 2007 +0000 @@ -78593,6 +97100,21 @@ Date: Mon Nov 26 17:40:44 2007 +0000 Monotone-Date: 2007-11-26T17:40:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M UI/Common/WODirectAction+SOGo.h +M UI/Common/WODirectAction+SOGo.m +M UI/SOGoUI/UIxComponent.m +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxCalListingActions.h +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/UIxTaskEditor.m +M UI/WebServerResources/SchedulerUI.js + commit 6404502eab55481bbb89f0634f34d36c131d1dff Author: Wolfgang Sourdeau Date: Mon Nov 26 14:41:34 2007 +0000 @@ -78604,6 +97126,9 @@ Date: Mon Nov 26 14:41:34 2007 +0000 Monotone-Date: 2007-11-26T14:41:34 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/NGVCard.m +M SOPE/NGCards/iCalCalendar.m + commit d08b4e8ab6d9edb0b3f4c8046050f31775dfefa0 Author: Francis Lachapelle Date: Mon Nov 26 14:32:28 2007 +0000 @@ -78615,6 +97140,9 @@ Date: Mon Nov 26 14:32:28 2007 +0000 Monotone-Date: 2007-11-26T14:32:28 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.css + commit 71cfbeaf5e3e0f10fd07771279f6f6e94b7e9ce8 Author: Wolfgang Sourdeau Date: Mon Nov 26 14:30:02 2007 +0000 @@ -78626,6 +97154,10 @@ Date: Mon Nov 26 14:30:02 2007 +0000 Monotone-Date: 2007-11-26T14:30:02 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NGVCard.m +M SOPE/NGCards/iCalCalendar.m + commit 78c33575241d6acfd0b215d18b4bdd81841b3fca Author: Wolfgang Sourdeau Date: Mon Nov 26 14:24:32 2007 +0000 @@ -78637,6 +97169,10 @@ Date: Mon Nov 26 14:24:32 2007 +0000 Monotone-Date: 2007-11-26T14:24:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/MailPartViewers/UIxMailPartViewer.m + commit 741ae9a281b1cfb952a8164566c7aab8d59cea13 Author: Wolfgang Sourdeau Date: Mon Nov 26 14:23:35 2007 +0000 @@ -78648,21 +97184,7 @@ Date: Mon Nov 26 14:23:35 2007 +0000 Monotone-Date: 2007-11-26T14:23:35 Monotone-Branch: ca.inverse.sogo -commit 9b200c7820cdab5f4d7f5628402d29cbd6dbaa0c -Merge: cad5d40 b172c6d -Author: Wolfgang Sourdeau -Date: Mon Nov 26 14:02:18 2007 +0000 - - merge of 'd1e3f0a9a3c943496e50635a2761fd74560c93c1' - and 'ffdf9d7d568e2cf85a3845c522d88c7fbeb5d9bd' - - Monotone-Parent: d1e3f0a9a3c943496e50635a2761fd74560c93c1 - Monotone-Parent: ffdf9d7d568e2cf85a3845c522d88c7fbeb5d9bd - Monotone-Revision: 7f9ed95ef5a72bd87470633eec2baeb70b48936e - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-11-26T14:02:18 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoDraftObject.m commit cad5d402018c30c4902bc4c74f7bc21f247988e6 Author: Ludovic Marcotte @@ -78677,6 +97199,9 @@ Date: Mon Nov 26 01:28:40 2007 +0000 Monotone-Date: 2007-11-26T01:28:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit c08f067ee9a6867add1dbfd07a6babe77feee016 Author: Ludovic Marcotte Date: Sun Nov 25 17:26:56 2007 +0000 @@ -78690,6 +97215,14 @@ Date: Sun Nov 25 17:26:56 2007 +0000 Monotone-Date: 2007-11-25T17:26:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailForward.m +M SoObjects/Mailer/SOGoMailObject.m +M SoObjects/Mailer/SOGoMailReply.m +M UI/MailPartViewers/UIxMailPartAlternativeViewer.m +M UI/MailPartViewers/UIxMailPartViewer.m +M UI/MailerUI/UIxMailAccountActions.m + commit 047010bfa46a4be69077f34073ee684ccabb3bde Author: Francis Lachapelle Date: Fri Nov 23 21:16:04 2007 +0000 @@ -78701,6 +97234,8 @@ Date: Fri Nov 23 21:16:04 2007 +0000 Monotone-Date: 2007-11-23T21:16:04 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactGCSFolder.m + commit 296eeec5a6855206a1fdcf542c7121bcb452c3d5 Author: Francis Lachapelle Date: Fri Nov 23 20:36:49 2007 +0000 @@ -78712,21 +97247,10 @@ Date: Fri Nov 23 20:36:49 2007 +0000 Monotone-Date: 2007-11-23T20:36:49 Monotone-Branch: ca.inverse.sogo -commit 5b4a14c031b5a88c6ddd1914063490d13199bf1d -Merge: e13dfcb 4c5c556 -Author: Francis Lachapelle -Date: Fri Nov 23 16:52:34 2007 +0000 - - merge of '95d6401b61dda37ed3a6fc0177c3a09c96cea4ca' - and 'd4812ea4a50ad648584e08fb8b3831fdc2b4a4ab' - - Monotone-Parent: 95d6401b61dda37ed3a6fc0177c3a09c96cea4ca - Monotone-Parent: d4812ea4a50ad648584e08fb8b3831fdc2b4a4ab - Monotone-Revision: 0c51f7b3e009fbf917f380938c76be5a98a288d0 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-11-23T16:52:34 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js commit 4c5c55671c0a70899e1b6c513ee609633c2be5a6 Author: Francis Lachapelle @@ -78739,6 +97263,8 @@ Date: Fri Nov 23 16:52:08 2007 +0000 Monotone-Date: 2007-11-23T16:52:08 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit b172c6da7b57ea6d5fc051a7c52a6f8af190eb1f Author: Wolfgang Sourdeau Date: Fri Nov 23 15:11:51 2007 +0000 @@ -78750,6 +97276,8 @@ Date: Fri Nov 23 15:11:51 2007 +0000 Monotone-Date: 2007-11-23T15:11:51 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox + commit e13dfcb9ebcc70f90bc6dfbb4c588eb73484c804 Author: Wolfgang Sourdeau Date: Thu Nov 22 23:11:51 2007 +0000 @@ -78761,6 +97289,8 @@ Date: Thu Nov 22 23:11:51 2007 +0000 Monotone-Date: 2007-11-22T23:11:51 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit 8a07c8a82671ef5fd935820ec97c6158fcb6ee50 Author: Wolfgang Sourdeau Date: Thu Nov 22 23:11:40 2007 +0000 @@ -78772,6 +97302,8 @@ Date: Thu Nov 22 23:11:40 2007 +0000 Monotone-Date: 2007-11-22T23:11:40 Monotone-Branch: ca.inverse.sogo +D SOPE/sope-patchset-r1548.diff + commit e46272ba9c0bf2f886e81572f21d46941d8c2781 Author: Wolfgang Sourdeau Date: Thu Nov 22 23:07:16 2007 +0000 @@ -78783,24 +97315,7 @@ Date: Thu Nov 22 23:07:16 2007 +0000 Monotone-Date: 2007-11-22T23:07:16 Monotone-Branch: ca.inverse.sogo -commit 18069a8ebbe39979646fb045d0737f00583f0049 -Merge: d6041f3 9e7fd1b -Author: Francis Lachapelle -Date: Thu Nov 22 21:12:21 2007 +0000 - - merge of '6961ced4482e86c2a2fd2249397ec110584f633a' - and '9c563a19a8b6747bd6b2c53b4aec14e16c3a623e' - - Monotone-Parent: 6961ced4482e86c2a2fd2249397ec110584f633a - Monotone-Parent: 9c563a19a8b6747bd6b2c53b4aec14e16c3a623e - Monotone-Revision: 319bbf68185b357aadf75af746258d3fe8f23e91 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-11-22T21:12:21 - Monotone-Date: 2007-11-22T23:04:59 - Monotone-Branch: ca.inverse.sogo - Monotone-Branch: ca.inverse.sogo +A SOPE/sope-patchset-r1551.diff commit d6041f3d888123322b8ce08144ea086282d1176d Author: Francis Lachapelle @@ -78813,6 +97328,9 @@ Date: Thu Nov 22 21:11:49 2007 +0000 Monotone-Date: 2007-11-22T21:11:49 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/Toolbars/SOGoContactFolder.toolbar +M UI/Scheduler/Toolbars/SOGoAppointmentFolders.toolbar + commit 9e7fd1b16699c78e453d5665e9f915fe2055553f Author: Wolfgang Sourdeau Date: Thu Nov 22 17:32:44 2007 +0000 @@ -78824,6 +97342,12 @@ Date: Thu Nov 22 17:32:44 2007 +0000 Monotone-Date: 2007-11-22T17:32:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBodyPart.m +M SoObjects/Mailer/SOGoMailObject.m +M UI/MailPartViewers/English.lproj/Localizable.strings +M UI/MailPartViewers/UIxMailRenderingContext.m + commit 1a58f1b4f92a378e008481b2e6ff319afd820258 Author: Wolfgang Sourdeau Date: Thu Nov 22 16:32:22 2007 +0000 @@ -78835,21 +97359,9 @@ Date: Thu Nov 22 16:32:22 2007 +0000 Monotone-Date: 2007-11-22T16:32:22 Monotone-Branch: ca.inverse.sogo -commit f0ff11f0a59a09ad482612cc763078e866664998 -Merge: 68b4fe0 a87d9dc -Author: Wolfgang Sourdeau -Date: Thu Nov 22 16:19:42 2007 +0000 - - merge of '00622e0c5fa34a4e5e98835bf4037dc6f562e342' - and '481000e0cd17c7724939535ed3c25eaa596aa5cb' - - Monotone-Parent: 00622e0c5fa34a4e5e98835bf4037dc6f562e342 - Monotone-Parent: 481000e0cd17c7724939535ed3c25eaa596aa5cb - Monotone-Revision: c1fa71027de8d19eaa232cf89370ad4655d2d15b - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-11-22T16:19:42 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSCalendarDate+SOGo.h +M SoObjects/SOGo/NSCalendarDate+SOGo.m commit 68b4fe07be3d73aea37015b6fbf6fb354cc8d088 Author: Wolfgang Sourdeau @@ -78862,6 +97374,9 @@ Date: Thu Nov 22 16:19:11 2007 +0000 Monotone-Date: 2007-11-22T16:19:11 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalEntityObject.m + commit a87d9dc6909ec4d8ef7c1e0d4ab8ba62c15f957c Author: Francis Lachapelle Date: Thu Nov 22 16:14:39 2007 +0000 @@ -78873,6 +97388,10 @@ Date: Thu Nov 22 16:14:39 2007 +0000 Monotone-Date: 2007-11-22T16:14:39 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/iefixes.css + commit bcc147aed98f2fe3256300be6740f8f08abcc105 Author: Francis Lachapelle Date: Thu Nov 22 14:52:03 2007 +0000 @@ -78884,21 +97403,7 @@ Date: Thu Nov 22 14:52:03 2007 +0000 Monotone-Date: 2007-11-22T14:52:03 Monotone-Branch: ca.inverse.sogo -commit 4e18eae0c5a13d1bbba68d38d71374e51570e7ed -Merge: a421956 fc74f8f -Author: Francis Lachapelle -Date: Wed Nov 21 22:39:02 2007 +0000 - - merge of '97177e8c25666ceaaffd5ed4ce58fac2fef8354a' - and 'a2e22f9ca9e5096f59327f5b4d176050ffcbf15f' - - Monotone-Parent: 97177e8c25666ceaaffd5ed4ce58fac2fef8354a - Monotone-Parent: a2e22f9ca9e5096f59327f5b4d176050ffcbf15f - Monotone-Revision: a949c0a5881acabcd4cf2e8940f829cbd16b1037 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-11-21T22:39:02 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAttendeesEditor.css commit a421956b860616d025f5364c2b71ee04712f154c Author: Francis Lachapelle @@ -78911,6 +97416,8 @@ Date: Wed Nov 21 22:38:42 2007 +0000 Monotone-Date: 2007-11-21T22:38:42 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit fc74f8f24f85780ab6495f5ad7392fa82f0e8b12 Author: Wolfgang Sourdeau Date: Wed Nov 21 22:36:07 2007 +0000 @@ -78922,6 +97429,9 @@ Date: Wed Nov 21 22:36:07 2007 +0000 Monotone-Date: 2007-11-21T22:36:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit 3c0790312ce6719545d7da02d6bf7b7c8b82ba4c Author: Francis Lachapelle Date: Wed Nov 21 19:47:33 2007 +0000 @@ -78933,6 +97443,9 @@ Date: Wed Nov 21 19:47:33 2007 +0000 Monotone-Date: 2007-11-21T19:47:33 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js + commit 8069fa646ee2e8b1aab392df44b4941a6bf3a5b7 Author: Francis Lachapelle Date: Wed Nov 21 18:58:03 2007 +0000 @@ -78944,6 +97457,11 @@ Date: Wed Nov 21 18:58:03 2007 +0000 Monotone-Date: 2007-11-21T18:58:03 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxComponentEditor.css +M UI/WebServerResources/UIxComponentEditor.js + commit 6ad1a55df527474c8c52475a3f3a2800b8f68251 Author: Francis Lachapelle Date: Wed Nov 21 18:57:45 2007 +0000 @@ -78955,6 +97473,8 @@ Date: Wed Nov 21 18:57:45 2007 +0000 Monotone-Date: 2007-11-21T18:57:45 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxAclEditor.m + commit 76e6f99cf0809d2a6dd5264fc6d1198a4138bd7a Author: Wolfgang Sourdeau Date: Wed Nov 21 17:37:26 2007 +0000 @@ -78966,6 +97486,8 @@ Date: Wed Nov 21 17:37:26 2007 +0000 Monotone-Date: 2007-11-21T17:37:26 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit e414ebafc6e66556814c296a1d44c2e332701fff Author: Wolfgang Sourdeau Date: Wed Nov 21 17:23:51 2007 +0000 @@ -78977,6 +97499,16 @@ Date: Wed Nov 21 17:23:51 2007 +0000 Monotone-Date: 2007-11-21T17:23:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoGroupAppointmentFolder.m +M UI/Scheduler/UIxCalListingActions.h +M UI/Scheduler/UIxCalListingActions.m +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit 3391161a12f8fc93ac07271146aaf3b789e6ed21 Author: Wolfgang Sourdeau Date: Wed Nov 21 16:42:58 2007 +0000 @@ -78988,6 +97520,11 @@ Date: Wed Nov 21 16:42:58 2007 +0000 Monotone-Date: 2007-11-21T16:42:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoRootPage.m +M UI/WebServerResources/SOGoRootPage.js +M UI/WebServerResources/generic.js + commit ac37cfc05408c2d1e7b68eaf015aa7b15bd8d677 Author: Francis Lachapelle Date: Wed Nov 21 16:05:07 2007 +0000 @@ -78999,6 +97536,13 @@ Date: Wed Nov 21 16:05:07 2007 +0000 Monotone-Date: 2007-11-21T16:05:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxAclEditor.m +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/Templates/UIxAclEditor.wox + commit ebbc840ecdb187b89460a61a0fecdcb5a2fb9c60 Author: Wolfgang Sourdeau Date: Wed Nov 21 15:27:52 2007 +0000 @@ -79010,21 +97554,7 @@ Date: Wed Nov 21 15:27:52 2007 +0000 Monotone-Date: 2007-11-21T15:27:52 Monotone-Branch: ca.inverse.sogo -commit d0bae20969807c94588deb1c092ca4c225ce5fcd -Merge: e45d56f 0070dc9 -Author: Francis Lachapelle -Date: Wed Nov 21 15:09:33 2007 +0000 - - merge of '397fde917fae54c68a56446340e43b77444b00e1' - and 'e9584ae6fb22159a5f2cace0641d3a58c6816280' - - Monotone-Parent: 397fde917fae54c68a56446340e43b77444b00e1 - Monotone-Parent: e9584ae6fb22159a5f2cace0641d3a58c6816280 - Monotone-Revision: 748fb7eea98a07ee1396f6902a6b0fb3e52f280e - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-11-21T15:09:33 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m commit e45d56f025c29388051fd019667b80473b026f5b Author: Francis Lachapelle @@ -79037,6 +97567,11 @@ Date: Wed Nov 21 15:04:37 2007 +0000 Monotone-Date: 2007-11-21T15:04:37 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/generic.js + commit 0070dc9b4f244587c24471e20b22a0447706cc07 Author: Wolfgang Sourdeau Date: Wed Nov 21 15:04:24 2007 +0000 @@ -79048,21 +97583,10 @@ Date: Wed Nov 21 15:04:24 2007 +0000 Monotone-Date: 2007-11-21T15:04:24 Monotone-Branch: ca.inverse.sogo -commit 6718be9192a238a78c4fd763c384f8aabb701f4c -Merge: 0104aca 45deea7 -Author: Wolfgang Sourdeau -Date: Tue Nov 20 22:18:49 2007 +0000 - - merge of '566c52eecd68ab1a6fbb711a337a83289ec7b3b4' - and '917b856310d41617cad0757859d22615b99fed50' - - Monotone-Parent: 566c52eecd68ab1a6fbb711a337a83289ec7b3b4 - Monotone-Parent: 917b856310d41617cad0757859d22615b99fed50 - Monotone-Revision: b5051834282e52ed3ada41a862242574f4f3016d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-11-20T22:18:49 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBodyPart.m +M SoObjects/Mailer/SOGoMailObject.m +M UI/MailPartViewers/UIxMailRenderingContext.m commit 45deea7dfb7637367157cac17a231d672d5fcaf5 Author: Wolfgang Sourdeau @@ -79075,6 +97599,9 @@ Date: Tue Nov 20 22:18:30 2007 +0000 Monotone-Date: 2007-11-20T22:18:30 Monotone-Branch: ca.inverse.sogo +D SOPE/sope-patchset-r1546.diff +A SOPE/sope-patchset-r1548.diff + commit e636fc143efca40a36e0925ac995d9a068ffebfa Author: Wolfgang Sourdeau Date: Tue Nov 20 22:18:19 2007 +0000 @@ -79086,6 +97613,10 @@ Date: Tue Nov 20 22:18:19 2007 +0000 Monotone-Date: 2007-11-20T22:18:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/GNUmakefile +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit 0104aca410c4691de6c0c77d769522b97de36dbc Author: Francis Lachapelle Date: Tue Nov 20 21:11:44 2007 +0000 @@ -79097,6 +97628,8 @@ Date: Tue Nov 20 21:11:44 2007 +0000 Monotone-Date: 2007-11-20T21:11:44 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAclEditor.js + commit e12f45b3363fefe0d62d015e9652fdd38ba41e98 Author: Francis Lachapelle Date: Tue Nov 20 21:11:23 2007 +0000 @@ -79108,21 +97641,8 @@ Date: Tue Nov 20 21:11:23 2007 +0000 Monotone-Date: 2007-11-20T21:11:23 Monotone-Branch: ca.inverse.sogo -commit 69bee48ac6e31a19daf3882182ee6d49c480104b -Merge: 4522bd5 a0a7fce -Author: Francis Lachapelle -Date: Tue Nov 20 21:10:21 2007 +0000 - - merge of '3188fd0271db42fb785221461e9a3655109f23a8' - and '61fe4e19b18d4fbce396bf9e5434da7d4e74519d' - - Monotone-Parent: 3188fd0271db42fb785221461e9a3655109f23a8 - Monotone-Parent: 61fe4e19b18d4fbce396bf9e5434da7d4e74519d - Monotone-Revision: 4bdfcf9d428ded83dff00052f53189e0a1020675 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-11-20T21:10:21 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js commit 4522bd5626da5ba15f064a56580d74d8f7cd5541 Author: Wolfgang Sourdeau @@ -79135,6 +97655,12 @@ Date: Tue Nov 20 19:15:26 2007 +0000 Monotone-Date: 2007-11-20T19:15:26 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoObject.m +M UI/Scheduler/UIxComponentEditor.m +M UI/Templates/SchedulerUI/UIxComponentEditor.wox + commit 8a25d89438103f6f3c099f9927de26411e5974aa Author: Wolfgang Sourdeau Date: Tue Nov 20 19:15:22 2007 +0000 @@ -79146,21 +97672,7 @@ Date: Tue Nov 20 19:15:22 2007 +0000 Monotone-Date: 2007-11-20T19:15:22 Monotone-Branch: ca.inverse.sogo -commit a0a7fcec7e7633c1cce2eb801be1cc5b10522ac0 -Merge: 94c6930 bc9b594 -Author: Francis Lachapelle -Date: Tue Nov 20 17:11:53 2007 +0000 - - merge of '80314eb2f15e5d1fc369f56a8001f005ba7e0f5f' - and 'c44cce7c2e022aab27ce96484383b17671de3791' - - Monotone-Parent: 80314eb2f15e5d1fc369f56a8001f005ba7e0f5f - Monotone-Parent: c44cce7c2e022aab27ce96484383b17671de3791 - Monotone-Revision: 61fe4e19b18d4fbce396bf9e5434da7d4e74519d - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-11-20T17:11:53 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js commit bc9b594178739668f2d4f14c896ef7b18342bb06 Author: Francis Lachapelle @@ -79173,21 +97685,10 @@ Date: Tue Nov 20 17:11:26 2007 +0000 Monotone-Date: 2007-11-20T17:11:26 Monotone-Branch: ca.inverse.sogo -commit 94c6930490d9ae2dfd4ca157058da9ddbcc796ca -Merge: fe606b3 ab03089 -Author: Wolfgang Sourdeau -Date: Tue Nov 20 17:01:19 2007 +0000 - - merge of '8b5761d2acde444a5c7b9214e3506a044c23919b' - and 'be71096e4701678c38f432b7c7ceb5d87bfd349f' - - Monotone-Parent: 8b5761d2acde444a5c7b9214e3506a044c23919b - Monotone-Parent: be71096e4701678c38f432b7c7ceb5d87bfd349f - Monotone-Revision: 80314eb2f15e5d1fc369f56a8001f005ba7e0f5f - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-11-20T17:01:19 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAclEditor.css +M UI/WebServerResources/UIxAclEditor.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/iefixes.css commit ab0308931a6ab95dea8c9750f1b1d4e04e02f39d Author: Wolfgang Sourdeau @@ -79200,6 +97701,9 @@ Date: Tue Nov 20 17:00:08 2007 +0000 Monotone-Date: 2007-11-20T17:00:08 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/WebServerResources/UIxMailEditor.js + commit 9f20f967a625f6ab39f349cb530e4c026c11d0b3 Author: Wolfgang Sourdeau Date: Tue Nov 20 16:59:41 2007 +0000 @@ -79211,6 +97715,8 @@ Date: Tue Nov 20 16:59:41 2007 +0000 Monotone-Date: 2007-11-20T16:59:41 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit fe606b36ac603a87629a1facfb1077ce1cf33906 Author: Francis Lachapelle Date: Tue Nov 20 14:53:19 2007 +0000 @@ -79222,6 +97728,8 @@ Date: Tue Nov 20 14:53:19 2007 +0000 Monotone-Date: 2007-11-20T14:53:19 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit de2accb0c51bd6567159fe8bfa840f26c3c80e33 Author: Wolfgang Sourdeau Date: Tue Nov 20 14:47:05 2007 +0000 @@ -79233,6 +97741,9 @@ Date: Tue Nov 20 14:47:05 2007 +0000 Monotone-Date: 2007-11-20T14:47:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 3a2d13771d452bf5b8ef564d379c31d9769a0993 Author: Francis Lachapelle Date: Tue Nov 20 14:34:11 2007 +0000 @@ -79244,6 +97755,8 @@ Date: Tue Nov 20 14:34:11 2007 +0000 Monotone-Date: 2007-11-20T14:34:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAttendeesEditor.js + commit 93f1cacaa5ecc17d57efe04974b2f0977731b54c Author: Wolfgang Sourdeau Date: Mon Nov 19 23:10:23 2007 +0000 @@ -79255,6 +97768,10 @@ Date: Mon Nov 19 23:10:23 2007 +0000 Monotone-Date: 2007-11-19T23:10:23 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/WebServerResources/UIxPreferences.css +M UI/WebServerResources/generic.css + commit e8594d0af6b753f5f2cee16b4d63ddbb61147ecf Author: Wolfgang Sourdeau Date: Mon Nov 19 22:56:27 2007 +0000 @@ -79266,21 +97783,7 @@ Date: Mon Nov 19 22:56:27 2007 +0000 Monotone-Date: 2007-11-19T22:56:27 Monotone-Branch: ca.inverse.sogo -commit 4538ed0e0ff450cd0f460306b5da42d686197e6a -Merge: 764d45e 2cbc2ba -Author: Wolfgang Sourdeau -Date: Mon Nov 19 22:44:56 2007 +0000 - - merge of '694c7b017aa273b513c6e1d50eea0215ccaf487c' - and 'd74fd5d68d5fae10363904ec274b94033ae33c2c' - - Monotone-Parent: 694c7b017aa273b513c6e1d50eea0215ccaf487c - Monotone-Parent: d74fd5d68d5fae10363904ec274b94033ae33c2c - Monotone-Revision: 08487d889f4363cd2d969280eaf5e7fb9f4dd28b - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-11-19T22:44:56 - Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxPageFrame.m commit 2cbc2ba742a39bfd8528b3841386a6453fa4143a Author: Wolfgang Sourdeau @@ -79293,6 +97796,26 @@ Date: Mon Nov 19 22:44:12 2007 +0000 Monotone-Date: 2007-11-19T22:44:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.html +M SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.wod +M SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.html +M SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.wod +M SoObjects/Mailer/SOGoMailForward.m +M SoObjects/Mailer/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.html +M SoObjects/Mailer/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.wod +M SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html +M SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.wod +M SoObjects/Mailer/SOGoMailGermanForward.wo/SOGoMailGermanForward.html +M SoObjects/Mailer/SOGoMailGermanForward.wo/SOGoMailGermanForward.wod +M SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.html +M SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.wod +M SoObjects/Mailer/SOGoMailReply.m +M UI/MailerUI/UIxMailAccountActions.m +M UI/PreferencesUI/UIxPreferences.m +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.css + commit 764d45e2b10fd89e079a808114a2409d1c32da84 Author: Francis Lachapelle Date: Mon Nov 19 22:40:13 2007 +0000 @@ -79304,6 +97827,9 @@ Date: Mon Nov 19 22:40:13 2007 +0000 Monotone-Date: 2007-11-19T22:40:13 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js + commit e357be66f113b654fea360e1777f669e5a130383 Author: Wolfgang Sourdeau Date: Mon Nov 19 22:35:25 2007 +0000 @@ -79315,21 +97841,7 @@ Date: Mon Nov 19 22:35:25 2007 +0000 Monotone-Date: 2007-11-19T22:35:25 Monotone-Branch: ca.inverse.sogo -commit 01f0bfe3852d8f9ae5ad61084c7a6fa73d8821ac -Merge: ca725a4 ad10b8e -Author: Wolfgang Sourdeau -Date: Mon Nov 19 22:34:47 2007 +0000 - - merge of '1af71f130ccb8d21bb16f766da69f735eac5f36b' - and '9e683df87b2b67f61552768bc12e69f0d289640e' - - Monotone-Parent: 1af71f130ccb8d21bb16f766da69f735eac5f36b - Monotone-Parent: 9e683df87b2b67f61552768bc12e69f0d289640e - Monotone-Revision: b7928cea3cb5b03ea7898caed42d7157ab0fcbd3 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-11-19T22:34:47 - Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxPageFrame.h commit ca725a4dbddc196ffd79ceb3e76f271648e51fd3 Author: Wolfgang Sourdeau @@ -79342,6 +97854,12 @@ Date: Mon Nov 19 22:34:31 2007 +0000 Monotone-Date: 2007-11-19T22:34:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M UI/Common/UIxPageFrame.m +M UI/Templates/UIxPageFrame.wox + commit ad10b8ee492f8d3d68899aa2db846ecdd2c6179f Author: Francis Lachapelle Date: Mon Nov 19 22:19:17 2007 +0000 @@ -79353,21 +97871,12 @@ Date: Mon Nov 19 22:19:17 2007 +0000 Monotone-Date: 2007-11-19T22:19:17 Monotone-Branch: ca.inverse.sogo -commit ddd0b2f65379a155d4553fd9b45deec4428d33c6 -Merge: c1e1b16 06fd3a0 -Author: Wolfgang Sourdeau -Date: Mon Nov 19 21:08:46 2007 +0000 - - merge of '1804bb2fc333899fed4fa062ac489b8006f6b8a4' - and '94a466c5a8173924f1c2a2c226a8e65b45001f24' - - Monotone-Parent: 1804bb2fc333899fed4fa062ac489b8006f6b8a4 - Monotone-Parent: 94a466c5a8173924f1c2a2c226a8e65b45001f24 - Monotone-Revision: efb32ee0b07634ff28f86f07c618160d8d121225 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-11-19T21:08:46 - Monotone-Branch: ca.inverse.sogo +M UI/Common/product.plist +M UI/MainUI/product.plist +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAclEditor.js +M UI/WebServerResources/generic.js commit c1e1b16f0a26585fc2fef4c59f7dbee333528683 Author: Wolfgang Sourdeau @@ -79380,6 +97889,16 @@ Date: Mon Nov 19 21:07:54 2007 +0000 Monotone-Date: 2007-11-19T21:07:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/UIxTaskEditor.m +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/WebServerResources/UIxComponentEditor.css +M UI/WebServerResources/UIxComponentEditor.js + commit 06fd3a0aea7374757d5cc59c4583ca4ced6c170f Author: Francis Lachapelle Date: Mon Nov 19 20:36:22 2007 +0000 @@ -79391,6 +97910,9 @@ Date: Mon Nov 19 20:36:22 2007 +0000 Monotone-Date: 2007-11-19T20:36:22 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailToSelection.wox +M UI/WebServerResources/UIxMailEditor.css + commit aec172d1fe929e8ac77ad87363de4c0df0609c63 Author: Wolfgang Sourdeau Date: Mon Nov 19 20:01:27 2007 +0000 @@ -79402,6 +97924,8 @@ Date: Mon Nov 19 20:01:27 2007 +0000 Monotone-Date: 2007-11-19T20:01:27 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit 9e786a5153e1d7601730d1a9ef1a150ad855aec2 Author: Francis Lachapelle Date: Mon Nov 19 19:17:44 2007 +0000 @@ -79413,6 +97937,9 @@ Date: Mon Nov 19 19:17:44 2007 +0000 Monotone-Date: 2007-11-19T19:17:44 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxTaskEditor.m +M UI/WebServerResources/SchedulerUI.js + commit 51d672c0f2f0f7c7b2ec018c6c99fab390766ef5 Author: Francis Lachapelle Date: Mon Nov 19 17:17:30 2007 +0000 @@ -79424,6 +97951,8 @@ Date: Mon Nov 19 17:17:30 2007 +0000 Monotone-Date: 2007-11-19T17:17:30 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit bd94cc434b1b2c2bff7affa533959b1ab01520ca Author: Francis Lachapelle Date: Mon Nov 19 17:09:14 2007 +0000 @@ -79435,6 +97964,9 @@ Date: Mon Nov 19 17:09:14 2007 +0000 Monotone-Date: 2007-11-19T17:09:14 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.js + commit fa73393580bb8cb0307d3dd039daf6dd04b55817 Author: Wolfgang Sourdeau Date: Mon Nov 19 16:37:20 2007 +0000 @@ -79446,6 +97978,10 @@ Date: Mon Nov 19 16:37:20 2007 +0000 Monotone-Date: 2007-11-19T16:37:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m +M UI/Scheduler/UIxComponentEditor.m + commit 263c62a70d15627a750191eed808e2141842a32a Author: Wolfgang Sourdeau Date: Mon Nov 19 15:40:22 2007 +0000 @@ -79457,6 +97993,10 @@ Date: Mon Nov 19 15:40:22 2007 +0000 Monotone-Date: 2007-11-19T15:40:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxTaskEditor.m +M UI/Scheduler/product.plist + commit ec51e7a283128ef5d9ac64a1d28bf61854679ec0 Author: Wolfgang Sourdeau Date: Mon Nov 19 15:39:44 2007 +0000 @@ -79468,6 +98008,10 @@ Date: Mon Nov 19 15:39:44 2007 +0000 Monotone-Date: 2007-11-19T15:39:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartICalActions.m +M UI/MailPartViewers/product.plist + commit 629491e2fb9eab10551dfff6ee9e9ecc461eb70e Author: Wolfgang Sourdeau Date: Mon Nov 19 15:02:25 2007 +0000 @@ -79479,6 +98023,10 @@ Date: Mon Nov 19 15:02:25 2007 +0000 Monotone-Date: 2007-11-19T15:02:25 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.h +M SoObjects/Mailer/SOGoMailObject.m +M UI/MailPartViewers/UIxMailPartViewer.m + commit 0cd778fdb3c36903b10dd5a12501462330071875 Author: Ludovic Marcotte Date: Mon Nov 19 00:47:07 2007 +0000 @@ -79492,6 +98040,13 @@ Date: Mon Nov 19 00:47:07 2007 +0000 Monotone-Date: 2007-11-19T00:47:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBodyPart.m +M SoObjects/Mailer/SOGoMailObject.m +M UI/MailPartViewers/UIxMailPartViewer.m +M UI/MailerUI/UIxMailView.m +M UI/Templates/MailerUI/UIxMailView.wox + commit 73bfada6bfc3594f02e3db2b6083725ecc03556f Author: Wolfgang Sourdeau Date: Sun Nov 18 10:16:25 2007 +0000 @@ -79503,6 +98058,57 @@ Date: Sun Nov 18 10:16:25 2007 +0000 Monotone-Date: 2007-11-18T10:16:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/GNUmakefile +M SoObjects/Appointments/SOGoAppointmentObject.h +M SoObjects/Appointments/SOGoAppointmentObject.m +A SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailEnglishICalReply.html +A SoObjects/Appointments/SOGoAptMailEnglishICalReply.wo/SOGoAptMailEnglishICalReply.wod +A SoObjects/Appointments/SOGoAptMailFrenchICalReply.wo/SOGoAptMailFrenchICalReply.html +A SoObjects/Appointments/SOGoAptMailFrenchICalReply.wo/SOGoAptMailFrenchICalReply.wod +A SoObjects/Appointments/SOGoAptMailGermanICalReply.wo/SOGoAptMailGermanICalReply.html +A SoObjects/Appointments/SOGoAptMailGermanICalReply.wo/SOGoAptMailGermanICalReply.wod +A SoObjects/Appointments/SOGoAptMailICalReply.h +A SoObjects/Appointments/SOGoAptMailICalReply.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoTaskObject.h +M SoObjects/Appointments/SOGoTaskObject.m +M SoObjects/Appointments/iCalEntityObject+SOGo.h +M SoObjects/Appointments/iCalEntityObject+SOGo.m +A SoObjects/Appointments/iCalEvent+SOGo.h +A SoObjects/Appointments/iCalEvent+SOGo.m +A SoObjects/Appointments/iCalEventChanges+SOGo.h +A SoObjects/Appointments/iCalEventChanges+SOGo.m +A SoObjects/Appointments/iCalPerson+SOGo.h +A SoObjects/Appointments/iCalPerson+SOGo.m +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m +M SoObjects/SOGo/LDAPUserManager.m +M SoObjects/SOGo/SOGoContentObject.h +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M UI/Common/GNUmakefile +M UI/Common/UIxPageFrame.h +M UI/Common/UIxPageFrame.m +M UI/MailPartViewers/English.lproj/Localizable.strings +M UI/MailPartViewers/French.lproj/Localizable.strings +M UI/MailPartViewers/German.lproj/Localizable.strings +M UI/MailPartViewers/UIxMailPartICalActions.m +M UI/MailPartViewers/UIxMailPartICalViewer.h +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/MailPartViewers/product.plist +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/UIxTaskEditor.m +M UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxComponentEditor.css + commit e3cdb8ecbf81969ec2b95201afa282d020be675d Author: Wolfgang Sourdeau Date: Sun Nov 18 09:45:18 2007 +0000 @@ -79514,6 +98120,11 @@ Date: Sun Nov 18 09:45:18 2007 +0000 Monotone-Date: 2007-11-18T09:45:18 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalCalendar.m +M SOPE/NGCards/iCalEventChanges.m +M SOPE/NGCards/iCalPerson.m + commit 302e7592e6ea2204345f2d271425133a04b2ca1c Author: Wolfgang Sourdeau Date: Sun Nov 18 09:43:52 2007 +0000 @@ -79525,6 +98136,12 @@ Date: Sun Nov 18 09:43:52 2007 +0000 Monotone-Date: 2007-11-18T09:43:52 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardElement.h +M SOPE/NGCards/CardElement.m +M SOPE/NGCards/CardGroup.h +M SOPE/NGCards/CardGroup.m +M SOPE/NGCards/ChangeLog + commit 3a753c2c965962f614ee5e53fd591884ff07a0db Author: Wolfgang Sourdeau Date: Sun Nov 18 09:40:34 2007 +0000 @@ -79536,6 +98153,9 @@ Date: Sun Nov 18 09:40:34 2007 +0000 Monotone-Date: 2007-11-18T09:40:34 Monotone-Branch: ca.inverse.sogo +D UI/Templates/UIxAppNavView.wox +D UI/Templates/UIxPrintPageFrame.wox + commit 6efe8c59807518f19380e87f0173eb6fb51ab3a7 Author: Wolfgang Sourdeau Date: Sun Nov 18 09:39:49 2007 +0000 @@ -79547,6 +98167,13 @@ Date: Sun Nov 18 09:39:49 2007 +0000 Monotone-Date: 2007-11-18T09:39:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D UI/Common/UIxAppNavView.m +D UI/Common/UIxPrintPageFrame.m +D UI/Common/UIxTabItem.m +D UI/Common/UIxTabView.h +D UI/Common/UIxTabView.m + commit 2f23567109f9ca3783564dbbeae9d0cea0ee924f Author: Francis Lachapelle Date: Fri Nov 16 23:02:21 2007 +0000 @@ -79558,6 +98185,11 @@ Date: Fri Nov 16 23:02:21 2007 +0000 Monotone-Date: 2007-11-16T23:02:21 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailToSelection.m +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailToSelection.js + commit 6a422648553ff9f53278b288f506233e0ffb3078 Author: Ludovic Marcotte Date: Fri Nov 16 21:15:38 2007 +0000 @@ -79571,6 +98203,15 @@ Date: Fri Nov 16 21:15:38 2007 +0000 Monotone-Date: 2007-11-16T21:15:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBaseObject.m +M SoObjects/Mailer/SOGoMailBodyPart.m +M SoObjects/Mailer/SOGoMailObject+Draft.m +M SoObjects/Mailer/SOGoMailObject.m +M UI/MailPartViewers/UIxMailRenderingContext.m +M UI/MailerUI/UIxMailToSelection.m +M UI/WebServerResources/MailerUI.css + commit 8616eac2c09af488b6fba491f8fec9685e5020d2 Author: Francis Lachapelle Date: Fri Nov 16 20:48:52 2007 +0000 @@ -79582,6 +98223,10 @@ Date: Fri Nov 16 20:48:52 2007 +0000 Monotone-Date: 2007-11-16T20:48:52 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactEditor.m +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.js + commit 15218ac087fe3e4168500ae26997d77274ae559a Author: Francis Lachapelle Date: Fri Nov 16 19:38:49 2007 +0000 @@ -79593,21 +98238,12 @@ Date: Fri Nov 16 19:38:49 2007 +0000 Monotone-Date: 2007-11-16T19:38:49 Monotone-Branch: ca.inverse.sogo -commit dd5d07c5fbc201f9af511ac5478f4be71d76b0c5 -Merge: 51f5520 b686981 -Author: Wolfgang Sourdeau -Date: Thu Nov 15 22:42:02 2007 +0000 - - merge of '73e29d3a84d2c6904889f66d1758bfcbbb10951c' - and 'beaf15da6c5ace795eb3aec6ad006363be242a2d' - - Monotone-Parent: 73e29d3a84d2c6904889f66d1758bfcbbb10951c - Monotone-Parent: beaf15da6c5ace795eb3aec6ad006363be242a2d - Monotone-Revision: 437fac2430280df37d483569496666d9d69454cd - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-11-15T22:42:02 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactEditor.wox +M UI/Templates/UIxToolbar.wox +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/generic.css commit b6869811a71e7b0f82f6081a14a80ac849c6bd23 Author: Wolfgang Sourdeau @@ -79620,6 +98256,8 @@ Date: Thu Nov 15 22:41:23 2007 +0000 Monotone-Date: 2007-11-15T22:41:23 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1546.diff + commit 51f5520e4491c7b0185479dec10585a9b1bd42eb Author: Ludovic Marcotte Date: Thu Nov 15 22:39:17 2007 +0000 @@ -79633,6 +98271,12 @@ Date: Thu Nov 15 22:39:17 2007 +0000 Monotone-Date: 2007-11-15T22:39:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/Mailer/SOGoMailObject+Draft.m +M SoObjects/SOGo/SOGoUser.m +M UI/WebServerResources/MailerUI.js + commit 958f39b5f83493dba406090a1b8d5db6652438a3 Author: Francis Lachapelle Date: Thu Nov 15 19:25:01 2007 +0000 @@ -79644,6 +98288,8 @@ Date: Thu Nov 15 19:25:01 2007 +0000 Monotone-Date: 2007-11-15T19:25:01 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAttendeesEditor.js + commit a2d7ad9ad3ef787406a02031be45fe606d217b69 Author: Francis Lachapelle Date: Thu Nov 15 19:02:23 2007 +0000 @@ -79655,6 +98301,31 @@ Date: Thu Nov 15 19:02:23 2007 +0000 Monotone-Date: 2007-11-15T19:02:23 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/MailerUI/Toolbars/SOGoMailObject.toolbar +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoRootPage.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAclEditor.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxCalUserRightsEditor.js +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/UIxContactEditor.js +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/UIxContactsUserRightsEditor.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailPopupView.js +M UI/WebServerResources/UIxMailUserRightsEditor.js +M UI/WebServerResources/UIxTaskEditor.js +A UI/WebServerResources/fastinit.js +M UI/WebServerResources/generic.js + commit 1be189b537691a2064e0c0be33332a5c9f4c1f4e Author: Wolfgang Sourdeau Date: Thu Nov 15 15:31:18 2007 +0000 @@ -79666,6 +98337,8 @@ Date: Thu Nov 15 15:31:18 2007 +0000 Monotone-Date: 2007-11-15T15:31:18 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1546.diff + commit 34a862180504325151c27b2e07eeed652a127a67 Author: Wolfgang Sourdeau Date: Wed Nov 14 14:47:24 2007 +0000 @@ -79677,6 +98350,8 @@ Date: Wed Nov 14 14:47:24 2007 +0000 Monotone-Date: 2007-11-14T14:47:24 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoContentObject.h + commit 4235abc956395fb2531719f0e6a564c7ce3ec38f Author: Francis Lachapelle Date: Tue Nov 13 22:51:32 2007 +0000 @@ -79688,6 +98363,15 @@ Date: Tue Nov 13 22:51:32 2007 +0000 Monotone-Date: 2007-11-13T22:51:32 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/Contacts/UIxContactFoldersView.m +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/generic.js +M UI/WebServerResources/iefixes.css + commit d5d78c5f798689f6584e21cc271da553c7737231 Author: Wolfgang Sourdeau Date: Tue Nov 13 22:38:05 2007 +0000 @@ -79699,6 +98383,28 @@ Date: Tue Nov 13 22:38:05 2007 +0000 Monotone-Date: 2007-11-13T22:38:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/iCalEntityObject.h +M SOPE/NGCards/iCalEntityObject.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/SOGoContentObject.h +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +A SoObjects/SOGo/iCalEntityObject+Utilities.h +A SoObjects/SOGo/iCalEntityObject+Utilities.m +M UI/MailPartViewers/GNUmakefile +D UI/MailPartViewers/UIxMailPartICalAction.m +A UI/MailPartViewers/UIxMailPartICalActions.h +A UI/MailPartViewers/UIxMailPartICalActions.m +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/MailPartViewers/product.plist +M UI/WebServerResources/MailerUI.js + commit 80418185726c24ba2a89015d0477198280b57c2a Author: Wolfgang Sourdeau Date: Tue Nov 13 22:17:40 2007 +0000 @@ -79710,6 +98416,8 @@ Date: Tue Nov 13 22:17:40 2007 +0000 Monotone-Date: 2007-11-13T22:17:40 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.m + commit fc5bc656507c0feec739b881388515760846ea23 Author: Wolfgang Sourdeau Date: Tue Nov 13 22:17:09 2007 +0000 @@ -79721,6 +98429,9 @@ Date: Tue Nov 13 22:17:09 2007 +0000 Monotone-Date: 2007-11-13T22:17:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartTextViewer.m + commit dfdf7fc33f67a87838ec0e2617bfdad509033870 Author: Wolfgang Sourdeau Date: Tue Nov 13 22:16:10 2007 +0000 @@ -79732,6 +98443,8 @@ Date: Tue Nov 13 22:16:10 2007 +0000 Monotone-Date: 2007-11-13T22:16:10 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 368f0757d4545d138fc484dcb6cd093754de3589 Author: Wolfgang Sourdeau Date: Tue Nov 13 18:42:51 2007 +0000 @@ -79743,6 +98456,8 @@ Date: Tue Nov 13 18:42:51 2007 +0000 Monotone-Date: 2007-11-13T18:42:51 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1546.diff + commit 8c48f2bbac90b8a2a2dd566756fb5bd1eb528011 Author: Wolfgang Sourdeau Date: Tue Nov 13 17:40:36 2007 +0000 @@ -79754,6 +98469,8 @@ Date: Tue Nov 13 17:40:36 2007 +0000 Monotone-Date: 2007-11-13T17:40:36 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m + commit cc06e5edba85ecb44ab3fd98de1e278b517dc2d0 Author: Wolfgang Sourdeau Date: Tue Nov 13 17:39:33 2007 +0000 @@ -79765,6 +98482,8 @@ Date: Tue Nov 13 17:39:33 2007 +0000 Monotone-Date: 2007-11-13T17:39:33 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartICalViewer.m + commit 837a6416319628cad34f50bcc6ebc22d7c6ca17e Author: Wolfgang Sourdeau Date: Tue Nov 13 17:39:03 2007 +0000 @@ -79776,21 +98495,8 @@ Date: Tue Nov 13 17:39:03 2007 +0000 Monotone-Date: 2007-11-13T17:39:03 Monotone-Branch: ca.inverse.sogo -commit 7e749b87b16b11ddbc0d0aecb26d06cbe9aa2b92 -Merge: 435050a a9e9741 -Author: Wolfgang Sourdeau -Date: Tue Nov 13 15:46:57 2007 +0000 - - merge of '7e27ec483444357e415f6b2215558bf38eeb8ca3' - and 'de861732de0e2d590062aa58b0990ee5de356ed5' - - Monotone-Parent: 7e27ec483444357e415f6b2215558bf38eeb8ca3 - Monotone-Parent: de861732de0e2d590062aa58b0990ee5de356ed5 - Monotone-Revision: 8aee58cb522e068aa5eaadc2f96fd18a32e8c998 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-11-13T15:46:57 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m commit 435050a66d7187600b61ba4433071401c2c48d24 Author: Wolfgang Sourdeau @@ -79803,6 +98509,8 @@ Date: Tue Nov 13 14:58:40 2007 +0000 Monotone-Date: 2007-11-13T14:58:40 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailBodyPart.m + commit a9e9741acb2e081da937394287dd40c149d11877 Author: Francis Lachapelle Date: Mon Nov 12 22:35:25 2007 +0000 @@ -79814,6 +98522,8 @@ Date: Mon Nov 12 22:35:25 2007 +0000 Monotone-Date: 2007-11-12T22:35:25 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAttendeesEditor.js + commit 9b5553e67883e9803d2f22db246a85b7613e90a0 Author: Francis Lachapelle Date: Mon Nov 12 21:20:18 2007 +0000 @@ -79825,21 +98535,13 @@ Date: Mon Nov 12 21:20:18 2007 +0000 Monotone-Date: 2007-11-12T21:20:18 Monotone-Branch: ca.inverse.sogo -commit f349060c90170b6f5b0b7a8d88a926655c3a3e43 -Merge: 412d3de ce13f57 -Author: Wolfgang Sourdeau -Date: Mon Nov 12 20:57:09 2007 +0000 - - merge of '20c7862f09b4fde6c2067b6fa562bc2dcd72ae78' - and '2699a7bfc566b3d087c4b5ed82888408feaa4fb3' - - Monotone-Parent: 20c7862f09b4fde6c2067b6fa562bc2dcd72ae78 - Monotone-Parent: 2699a7bfc566b3d087c4b5ed82888408feaa4fb3 - Monotone-Revision: 9932c60ae3f371eb7352ff77e53ef5ca51f43aec - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-11-12T20:57:09 - Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalendarSelector.m +M UI/Templates/SchedulerUI/UIxCalendarSelector.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js commit ce13f57d237c4ea29c202ad54a81c53f30340eb6 Author: Wolfgang Sourdeau @@ -79852,6 +98554,9 @@ Date: Mon Nov 12 20:56:56 2007 +0000 Monotone-Date: 2007-11-12T20:56:56 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalTimeZonePeriod.m + commit 412d3de100d3245c7430bcae678d1efd6bbbe2d3 Author: Francis Lachapelle Date: Mon Nov 12 20:04:42 2007 +0000 @@ -79863,6 +98568,15 @@ Date: Mon Nov 12 20:04:42 2007 +0000 Monotone-Date: 2007-11-12T20:04:42 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxTaskEditor.css +M UI/WebServerResources/generic.css +M UI/WebServerResources/iefixes.css + commit 0dafa1fbe33a081cda610f60ceb60af3032ce648 Author: Wolfgang Sourdeau Date: Mon Nov 12 19:56:20 2007 +0000 @@ -79874,6 +98588,8 @@ Date: Mon Nov 12 19:56:20 2007 +0000 Monotone-Date: 2007-11-12T19:56:20 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 5d2d7bbae748a935941f7e696233041121991123 Author: Wolfgang Sourdeau Date: Mon Nov 12 19:54:16 2007 +0000 @@ -79885,6 +98601,8 @@ Date: Mon Nov 12 19:54:16 2007 +0000 Monotone-Date: 2007-11-12T19:54:16 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailNotification.m + commit c3ff8a40846d62202f2f50312ec21e2c7705a194 Author: Wolfgang Sourdeau Date: Mon Nov 12 19:54:07 2007 +0000 @@ -79896,26 +98614,7 @@ Date: Mon Nov 12 19:54:07 2007 +0000 Monotone-Date: 2007-11-12T19:54:07 Monotone-Branch: ca.inverse.sogo -commit 1e990e3bc9ae151289df5450cd108604bedfaf07 -Merge: 7066fcc 68586b3 -Author: Francis Lachapelle -Date: Mon Nov 12 19:33:06 2007 +0000 - - merge of '2d4a926cb463fbf80ac0aa402d2ed4efa912738c' - and 'e36a8c628cd255191811f8710656b9aae89137e7' - merge of 2d4a926cb463fbf80ac0aa402d2ed4efa912738c - and e36a8c628cd255191811f8710656b9aae89137e7 - - Monotone-Parent: 2d4a926cb463fbf80ac0aa402d2ed4efa912738c - Monotone-Parent: e36a8c628cd255191811f8710656b9aae89137e7 - Monotone-Revision: d63ac588bc9d6090e40d0640860dacaee66d0edb - - Monotone-Author: flachapelle@inverse.ca - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2007-11-12T19:33:06 - Monotone-Date: 2007-11-12T20:01:42 - Monotone-Branch: ca.inverse.sogo - Monotone-Branch: ca.inverse.sogo +M ChangeLog commit 7066fcc2ff1562f6feb3a33622e1fb89f0911202 Author: Wolfgang Sourdeau @@ -79928,6 +98627,10 @@ Date: Mon Nov 12 17:08:12 2007 +0000 Monotone-Date: 2007-11-12T17:08:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/SOGo/SOGoUser.h + commit 68586b3abbdb944a8eb37533aa3a150950f69742 Author: Francis Lachapelle Date: Mon Nov 12 16:16:17 2007 +0000 @@ -79939,6 +98642,11 @@ Date: Mon Nov 12 16:16:17 2007 +0000 Monotone-Date: 2007-11-12T16:16:17 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/UIxContactEditor.css +M UI/WebServerResources/prototype.js + commit 1febf785558a274a11a9f3dab228a13ff079738b Author: Wolfgang Sourdeau Date: Mon Nov 12 15:24:49 2007 +0000 @@ -79950,6 +98658,9 @@ Date: Mon Nov 12 15:24:49 2007 +0000 Monotone-Date: 2007-11-12T15:24:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartTextViewer.m + commit 9fa241b4b3d73c98724cf5f736a32f7bfee1fb88 Author: Wolfgang Sourdeau Date: Mon Nov 12 15:05:25 2007 +0000 @@ -79961,21 +98672,7 @@ Date: Mon Nov 12 15:05:25 2007 +0000 Monotone-Date: 2007-11-12T15:05:25 Monotone-Branch: ca.inverse.sogo -commit a62e558d10d1fecbfbccb2607c34b74f0643494b -Merge: 1eda040 1392e10 -Author: Wolfgang Sourdeau -Date: Sat Nov 10 00:03:24 2007 +0000 - - merge of '11f4bdac420d36e45b12ca5d1d393ec34f43c609' - and '90a65543c12f64be022dceaada5327dafced8237' - - Monotone-Parent: 11f4bdac420d36e45b12ca5d1d393ec34f43c609 - Monotone-Parent: 90a65543c12f64be022dceaada5327dafced8237 - Monotone-Revision: 0ae742cafbf84e4884bef1a66df7ee968561f6b3 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-11-10T00:03:24 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1546.diff commit 1eda040e8446d8b68c337bc8ad8af59e85463e37 Author: Wolfgang Sourdeau @@ -79988,6 +98685,20 @@ Date: Sat Nov 10 00:02:30 2007 +0000 Monotone-Date: 2007-11-10T00:02:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBodyPart.h +M SoObjects/Mailer/SOGoMailBodyPart.m +M SoObjects/Mailer/SOGoMailObject.m +M UI/MailPartViewers/English.lproj/Localizable.strings +M UI/MailPartViewers/French.lproj/Localizable.strings +M UI/MailPartViewers/German.lproj/Localizable.strings +M UI/MailPartViewers/UIxMailPartICalAction.m +M UI/MailPartViewers/UIxMailPartICalViewer.h +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/MailPartViewers/product.plist +M UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox +M UI/WebServerResources/MailerUI.js + commit aebac17d01acdee2e0a4a96c1adaed42ec32a8a0 Author: Wolfgang Sourdeau Date: Fri Nov 9 20:12:07 2007 +0000 @@ -79999,6 +98710,13 @@ Date: Fri Nov 9 20:12:07 2007 +0000 Monotone-Date: 2007-11-09T20:12:07 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/Contacts/SOGoContactLDAPFolder.m +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m + commit 1392e103a2e31577f3252507ab405b12ff9a659b Author: Francis Lachapelle Date: Fri Nov 9 19:45:18 2007 +0000 @@ -80010,6 +98728,8 @@ Date: Fri Nov 9 19:45:18 2007 +0000 Monotone-Date: 2007-11-09T19:45:18 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.m + commit 1e1c641f60036ffb015338de8b9767850e13d2ca Author: Francis Lachapelle Date: Fri Nov 9 19:45:03 2007 +0000 @@ -80021,6 +98741,8 @@ Date: Fri Nov 9 19:45:03 2007 +0000 Monotone-Date: 2007-11-09T19:45:03 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 44190a2103fffdd8543892b61aa67aa8fbe1d122 Author: Wolfgang Sourdeau Date: Fri Nov 9 16:40:15 2007 +0000 @@ -80032,6 +98754,11 @@ Date: Fri Nov 9 16:40:15 2007 +0000 Monotone-Date: 2007-11-09T16:40:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/product.plist +M UI/SOGoUI/UIxComponent.m +M UI/Templates/ContactsUI/UIxContactEditor.wox + commit b3bd3c5adf87b6c3b2c806bf7f387a60da8353d4 Author: Wolfgang Sourdeau Date: Fri Nov 9 16:12:24 2007 +0000 @@ -80043,6 +98770,11 @@ Date: Fri Nov 9 16:12:24 2007 +0000 Monotone-Date: 2007-11-09T16:12:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPFolder.h +M SoObjects/Contacts/SOGoContactLDAPFolder.m +M SoObjects/SOGo/SOGoObject.m + commit 458280a93b408c7b2ad9694f0c3392090e113622 Author: Wolfgang Sourdeau Date: Fri Nov 9 15:18:47 2007 +0000 @@ -80054,6 +98786,11 @@ Date: Fri Nov 9 15:18:47 2007 +0000 Monotone-Date: 2007-11-09T15:18:47 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/product.plist +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit f24bc6640303faaa0cd68e99d930719b51845be2 Author: Wolfgang Sourdeau Date: Thu Nov 8 23:51:15 2007 +0000 @@ -80065,6 +98802,8 @@ Date: Thu Nov 8 23:51:15 2007 +0000 Monotone-Date: 2007-11-08T23:51:15 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardGroup.m + commit 4ef3571f97c0d15f78ffdf65d8d45f03331080bb Author: Wolfgang Sourdeau Date: Thu Nov 8 23:18:52 2007 +0000 @@ -80076,6 +98815,15 @@ Date: Thu Nov 8 23:18:52 2007 +0000 Monotone-Date: 2007-11-08T23:18:52 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Mailer/SOGoMailObject.m +M UI/Common/UIxParentFolderActions.m +M UI/MailerUI/UIxMailListView.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxCalMulticolumnDayView.m +M UI/Scheduler/UIxTaskEditor.m + commit 42fa0608344f52a6a1e0609eec680ba854d5cfc5 Author: Wolfgang Sourdeau Date: Thu Nov 8 23:07:30 2007 +0000 @@ -80087,6 +98835,8 @@ Date: Thu Nov 8 23:07:30 2007 +0000 Monotone-Date: 2007-11-08T23:07:30 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoGCSFolder.m + commit 46eb9aca1444a4dd5a5b46ce46bc2f8d9b08601f Author: Wolfgang Sourdeau Date: Thu Nov 8 23:05:00 2007 +0000 @@ -80098,6 +98848,8 @@ Date: Thu Nov 8 23:05:00 2007 +0000 Monotone-Date: 2007-11-08T23:05:00 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailListView.m + commit a0bf0ec41899a8d64f1a9c1d4bf0e6d9ad2b6815 Author: Wolfgang Sourdeau Date: Thu Nov 8 23:04:42 2007 +0000 @@ -80109,6 +98861,9 @@ Date: Thu Nov 8 23:04:42 2007 +0000 Monotone-Date: 2007-11-08T23:04:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoGCSFolder.m + commit 8bd2711c3717db4d3b0d6d694aa9c3417abeabd0 Author: Wolfgang Sourdeau Date: Thu Nov 8 21:57:30 2007 +0000 @@ -80120,6 +98875,9 @@ Date: Thu Nov 8 21:57:30 2007 +0000 Monotone-Date: 2007-11-08T21:57:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit 71db9eca360cff655e9505fce27019444cb51c8c Author: Wolfgang Sourdeau Date: Thu Nov 8 20:35:09 2007 +0000 @@ -80131,6 +98889,15 @@ Date: Thu Nov 8 20:35:09 2007 +0000 Monotone-Date: 2007-11-08T20:35:09 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/Contacts/SOGoContactLDAPFolder.m +M SoObjects/Mailer/SOGoMailObject+Draft.m +M SoObjects/SOGo/AgenorUserDefaults.m +M SoObjects/SOGo/SOGoDateFormatter.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoUser.m +M UI/Common/common.h + commit 97476404c4eeb4ece8319206c7bd26cb609bc202 Author: Wolfgang Sourdeau Date: Thu Nov 8 20:25:59 2007 +0000 @@ -80142,6 +98909,9 @@ Date: Thu Nov 8 20:25:59 2007 +0000 Monotone-Date: 2007-11-08T20:25:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.m + commit bb93bf4f9aafa1a0167ddd261226fa07e2a82168 Author: Wolfgang Sourdeau Date: Thu Nov 8 19:56:55 2007 +0000 @@ -80153,6 +98923,9 @@ Date: Thu Nov 8 19:56:55 2007 +0000 Monotone-Date: 2007-11-08T19:56:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoParentFolder.m + commit 51861d6d2eeb01a30056157d79ae4453899ca427 Author: Wolfgang Sourdeau Date: Thu Nov 8 19:56:21 2007 +0000 @@ -80164,6 +98937,8 @@ Date: Thu Nov 8 19:56:21 2007 +0000 Monotone-Date: 2007-11-08T19:56:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit b9c25cf29dad6f52eb297d32b50bde2576ef2b7d Author: Wolfgang Sourdeau Date: Thu Nov 8 19:56:18 2007 +0000 @@ -80175,6 +98950,12 @@ Date: Thu Nov 8 19:56:18 2007 +0000 Monotone-Date: 2007-11-08T19:56:18 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/SOGo/GNUmakefile +A SoObjects/SOGo/WORequest+SOGo.h +A SoObjects/SOGo/WORequest+SOGo.m + commit 31f110252079edcc80ed3a13496ab1e9df784226 Author: Wolfgang Sourdeau Date: Thu Nov 8 19:55:38 2007 +0000 @@ -80186,6 +98967,8 @@ Date: Thu Nov 8 19:55:38 2007 +0000 Monotone-Date: 2007-11-08T19:55:38 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.m + commit 97a0c12b5181f25616454eb5c56ea1b1b3967354 Author: Wolfgang Sourdeau Date: Thu Nov 8 18:15:07 2007 +0000 @@ -80197,6 +98980,9 @@ Date: Thu Nov 8 18:15:07 2007 +0000 Monotone-Date: 2007-11-08T18:15:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoParentFolder.m + commit 13d638ed1b8903d59244cd0e625ebc9c87e89b74 Author: Wolfgang Sourdeau Date: Thu Nov 8 18:13:27 2007 +0000 @@ -80208,6 +98994,8 @@ Date: Thu Nov 8 18:13:27 2007 +0000 Monotone-Date: 2007-11-08T18:13:27 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoGCSFolder.m + commit 4460716f9a366b45ed2031a6377c2772186820e0 Author: Wolfgang Sourdeau Date: Thu Nov 8 17:26:03 2007 +0000 @@ -80219,6 +99007,23 @@ Date: Thu Nov 8 17:26:03 2007 +0000 Monotone-Date: 2007-11-08T17:26:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D SoObjects/Appointments/English.lproj/Localizable.strings +D SoObjects/Appointments/French.lproj/Localizable.strings +M SoObjects/Appointments/GNUmakefile +D SoObjects/Appointments/German.lproj/Localizable.strings +D SoObjects/Contacts/English.lproj/Localizable.strings +D SoObjects/Contacts/French.lproj/Localizable.strings +D SoObjects/Contacts/German.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/UIxContactsListViewContainer.m +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/UIxCalendarSelector.m + commit 9f99c25961b09bff576e96e5e2240229f2b6bef5 Author: Wolfgang Sourdeau Date: Thu Nov 8 17:12:30 2007 +0000 @@ -80230,6 +99035,10 @@ Date: Thu Nov 8 17:12:30 2007 +0000 Monotone-Date: 2007-11-08T17:12:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoParentFolder.m + commit 8a67f9cf03c51568a4364b18fc0630775e6dba66 Author: Wolfgang Sourdeau Date: Thu Nov 8 17:06:32 2007 +0000 @@ -80241,6 +99050,9 @@ Date: Thu Nov 8 17:06:32 2007 +0000 Monotone-Date: 2007-11-08T17:06:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/AgenorUserDefaults.m + commit f251323a290f0dbfe94996d06837568f3e5e9dd9 Author: Wolfgang Sourdeau Date: Thu Nov 8 16:08:36 2007 +0000 @@ -80252,6 +99064,8 @@ Date: Thu Nov 8 16:08:36 2007 +0000 Monotone-Date: 2007-11-08T16:08:36 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 0fc6f8913af8374fd5aebc927fe4fec4bfd6fc6e Author: Francis Lachapelle Date: Thu Nov 8 15:59:45 2007 +0000 @@ -80263,6 +99077,8 @@ Date: Thu Nov 8 15:59:45 2007 +0000 Monotone-Date: 2007-11-08T15:59:45 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 24ec7358cd1c248b6565d0cd52ecbb6ba08f772a Author: Wolfgang Sourdeau Date: Thu Nov 8 04:12:26 2007 +0000 @@ -80274,6 +99090,8 @@ Date: Thu Nov 8 04:12:26 2007 +0000 Monotone-Date: 2007-11-08T04:12:26 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 72e996099da2f81e268fb7b6eb26b22538b3c492 Author: Wolfgang Sourdeau Date: Wed Nov 7 23:49:46 2007 +0000 @@ -80285,6 +99103,8 @@ Date: Wed Nov 7 23:49:46 2007 +0000 Monotone-Date: 2007-11-07T23:49:46 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactFolders.m + commit 4a1c98b8143beff5f8cd8d43d29ac4b3cc54476e Author: Wolfgang Sourdeau Date: Wed Nov 7 23:44:13 2007 +0000 @@ -80296,6 +99116,8 @@ Date: Wed Nov 7 23:44:13 2007 +0000 Monotone-Date: 2007-11-07T23:44:13 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactLDAPFolder.h + commit 738fb6d3d40a10426dbf955ddd8d2cc1b8ad1ff6 Author: Wolfgang Sourdeau Date: Wed Nov 7 23:35:56 2007 +0000 @@ -80307,6 +99129,12 @@ Date: Wed Nov 7 23:35:56 2007 +0000 Monotone-Date: 2007-11-07T23:35:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoGCSFolder.h +M SoObjects/SOGo/SOGoGCSFolder.m + commit d66e63d3de61f53c16ac03226e80a6bcfde96ac7 Author: Wolfgang Sourdeau Date: Wed Nov 7 23:35:26 2007 +0000 @@ -80318,6 +99146,9 @@ Date: Wed Nov 7 23:35:26 2007 +0000 Monotone-Date: 2007-11-07T23:35:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 38d3aa757e1f58de26b654821d749b01b589eaa8 Author: Wolfgang Sourdeau Date: Wed Nov 7 23:34:25 2007 +0000 @@ -80329,6 +99160,19 @@ Date: Wed Nov 7 23:34:25 2007 +0000 Monotone-Date: 2007-11-07T23:34:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/GNUmakefile +D SoObjects/Contacts/NSObject+CardDAV.h +D SoObjects/Contacts/NSObject+CardDAV.m +M SoObjects/Contacts/SOGoContactFolder.h +M SoObjects/Contacts/SOGoContactFolders.m +M SoObjects/Contacts/SOGoContactGCSFolder.h +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/Contacts/SOGoContactLDAPFolder.h +M SoObjects/Contacts/SOGoContactLDAPFolder.m +A SoObjects/Contacts/SOGoFolder+CardDAV.h +A SoObjects/Contacts/SOGoFolder+CardDAV.m + commit 133ac4933d02ac3412f549e1604766d3c7adb8fe Author: Wolfgang Sourdeau Date: Wed Nov 7 23:28:03 2007 +0000 @@ -80340,6 +99184,8 @@ Date: Wed Nov 7 23:28:03 2007 +0000 Monotone-Date: 2007-11-07T23:28:03 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoFreeBusyObject.h + commit e7bfeeddc50d315ffc35bd1fdc2b6a382d5571e0 Author: Wolfgang Sourdeau Date: Wed Nov 7 22:27:44 2007 +0000 @@ -80351,6 +99197,9 @@ Date: Wed Nov 7 22:27:44 2007 +0000 Monotone-Date: 2007-11-07T22:27:44 Monotone-Branch: ca.inverse.sogo +A SoObjects/SOGo/SOGoFolder.h +A SoObjects/SOGo/SOGoFolder.m + commit 4984db856388f680a080ab5f5407c35de84c3329 Author: Wolfgang Sourdeau Date: Wed Nov 7 17:40:16 2007 +0000 @@ -80362,6 +99211,12 @@ Date: Wed Nov 7 17:40:16 2007 +0000 Monotone-Date: 2007-11-07T17:40:16 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.js + commit 081196a85425381d4cde22a609ae1a2c9d8980a2 Author: Wolfgang Sourdeau Date: Wed Nov 7 17:37:58 2007 +0000 @@ -80373,6 +99228,8 @@ Date: Wed Nov 7 17:37:58 2007 +0000 Monotone-Date: 2007-11-07T17:37:58 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 38e8642e589cd934132769f00c0f43f03fea863a Author: Wolfgang Sourdeau Date: Wed Nov 7 15:59:20 2007 +0000 @@ -80384,6 +99241,8 @@ Date: Wed Nov 7 15:59:20 2007 +0000 Monotone-Date: 2007-11-07T15:59:20 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/GNUmakefile + commit 46d9a1d6458f1316a146173f47bc722057bb49c7 Author: Wolfgang Sourdeau Date: Wed Nov 7 15:59:01 2007 +0000 @@ -80395,6 +99254,18 @@ Date: Wed Nov 7 15:59:01 2007 +0000 Monotone-Date: 2007-11-07T15:59:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoFreeBusyObject.h +M SoObjects/Contacts/NSObject+CardDAV.m +M SoObjects/Contacts/SOGoContactLDAPFolder.m +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoObject.m +M UI/Common/UIxFolderActions.h +M UI/Contacts/UIxContactEditor.m +M UI/MainUI/product.plist + commit b83e708b702dc123390da8275d72139499d1f444 Author: Wolfgang Sourdeau Date: Wed Nov 7 15:58:43 2007 +0000 @@ -80406,6 +99277,29 @@ Date: Wed Nov 7 15:58:43 2007 +0000 Monotone-Date: 2007-11-07T15:58:43 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/Appointments/product.plist +M SoObjects/Contacts/SOGoContactGCSFolder.h +M SoObjects/Contacts/product.plist +M SoObjects/Mailer/SOGoMailAccounts.h +M SoObjects/Mailer/SOGoMailAccounts.m +M SoObjects/Mailer/product.plist +M SoObjects/SOGo/GNUmakefile +D SoObjects/SOGo/SOGoFolder.h +D SoObjects/SOGo/SOGoFolder.m +A SoObjects/SOGo/SOGoGCSFolder.h +A SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoParentFolder.h +M SoObjects/SOGo/SOGoParentFolder.m +M SoObjects/SOGo/SOGoUserFolder.h +M SoObjects/SOGo/SOGoUserFolder.m +M UI/Common/UIxFolderActions.m +M UI/Common/product.plist +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/product.plist + commit 7e3890af89aa9914230a39c16c0f0f0dc4f6b8da Author: Wolfgang Sourdeau Date: Wed Nov 7 15:48:18 2007 +0000 @@ -80417,6 +99311,9 @@ Date: Wed Nov 7 15:48:18 2007 +0000 Monotone-Date: 2007-11-07T15:48:18 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.js + commit 1378a03647ef0ac573f6e76673e51942fbc890a1 Author: Wolfgang Sourdeau Date: Wed Nov 7 15:40:23 2007 +0000 @@ -80428,21 +99325,7 @@ Date: Wed Nov 7 15:40:23 2007 +0000 Monotone-Date: 2007-11-07T15:40:23 Monotone-Branch: ca.inverse.sogo -commit abc0a8dda5763f7191411edaeafb879c9edfca4f -Merge: f3a9826 f2798d6 -Author: Wolfgang Sourdeau -Date: Tue Nov 6 23:12:10 2007 +0000 - - merge of '5b69d2cd30194d3e8db89060210265b500c3a3e0' - and 'dae312b4bfd2084618c23a6232f43e0a9c5d7938' - - Monotone-Parent: 5b69d2cd30194d3e8db89060210265b500c3a3e0 - Monotone-Parent: dae312b4bfd2084618c23a6232f43e0a9c5d7938 - Monotone-Revision: cbbaf4a8411e0af4f8c4320f2c151556beba1fad - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-11-06T23:12:10 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m commit f3a9826129dfc4f8aecd80a9f4691ad9d195f370 Author: Francis Lachapelle @@ -80455,6 +99338,8 @@ Date: Tue Nov 6 22:46:54 2007 +0000 Monotone-Date: 2007-11-06T22:46:54 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 96b00f426c659d1f1f4ee177b897987319dc40ec Author: Francis Lachapelle Date: Tue Nov 6 22:34:42 2007 +0000 @@ -80466,6 +99351,12 @@ Date: Tue Nov 6 22:34:42 2007 +0000 Monotone-Date: 2007-11-06T22:34:42 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsFilterPanel.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit f2798d68860bfa8611826d1ddbb66ed95bd60a80 Author: Wolfgang Sourdeau Date: Tue Nov 6 22:07:39 2007 +0000 @@ -80477,6 +99368,8 @@ Date: Tue Nov 6 22:07:39 2007 +0000 Monotone-Date: 2007-11-06T22:07:39 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 7698dc9f79fc0b06614db2b6ee4097ddf6f0f805 Author: Wolfgang Sourdeau Date: Tue Nov 6 21:24:22 2007 +0000 @@ -80488,6 +99381,8 @@ Date: Tue Nov 6 21:24:22 2007 +0000 Monotone-Date: 2007-11-06T21:24:22 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/UIxComponent.m + commit 3018edc28675030f9be2fdbe4f0156796dde6f50 Author: Wolfgang Sourdeau Date: Tue Nov 6 21:24:13 2007 +0000 @@ -80499,6 +99394,9 @@ Date: Tue Nov 6 21:24:13 2007 +0000 Monotone-Date: 2007-11-06T21:24:13 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m +M SoObjects/Mailer/SOGoMailReply.m + commit 6c7d4936259d95c892ddd66a5cf7b9a07306a0d4 Author: Wolfgang Sourdeau Date: Tue Nov 6 21:23:08 2007 +0000 @@ -80510,6 +99408,9 @@ Date: Tue Nov 6 21:23:08 2007 +0000 Monotone-Date: 2007-11-06T21:23:08 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/NSData+Mail.h +M SoObjects/Mailer/NSString+Mail.h + commit e0593733184242f9bce049f44264df4a51b5adcf Author: Wolfgang Sourdeau Date: Tue Nov 6 21:22:39 2007 +0000 @@ -80521,6 +99422,8 @@ Date: Tue Nov 6 21:22:39 2007 +0000 Monotone-Date: 2007-11-06T21:22:39 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalRepeatableEntityObject.h + commit f4fc4f291923f5a08a6694cb0a52c95658e5dca2 Author: Wolfgang Sourdeau Date: Tue Nov 6 21:22:29 2007 +0000 @@ -80532,6 +99435,8 @@ Date: Tue Nov 6 21:22:29 2007 +0000 Monotone-Date: 2007-11-06T21:22:29 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/gcs_mkdir.m + commit 57f174e2f0d04ea6f8b58ad02cb163a05d5836d8 Author: Wolfgang Sourdeau Date: Tue Nov 6 21:22:10 2007 +0000 @@ -80543,6 +99448,9 @@ Date: Tue Nov 6 21:22:10 2007 +0000 Monotone-Date: 2007-11-06T21:22:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailToSelection.m + commit f2b6271cefd62deb1d3360bb53723ed1e683cef5 Author: Wolfgang Sourdeau Date: Tue Nov 6 17:13:23 2007 +0000 @@ -80554,6 +99462,8 @@ Date: Tue Nov 6 17:13:23 2007 +0000 Monotone-Date: 2007-11-06T17:13:23 Monotone-Branch: ca.inverse.sogo +M UI/Templates/PreferencesUI/UIxPreferences.wox + commit 58aeee0393c0c65afb61d1190fdbe0fb5f604fab Author: Wolfgang Sourdeau Date: Tue Nov 6 17:13:19 2007 +0000 @@ -80565,6 +99475,8 @@ Date: Tue Nov 6 17:13:19 2007 +0000 Monotone-Date: 2007-11-06T17:13:19 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxPreferences.js + commit 4cf8731681471c114274afaa7804c34851d4d70a Author: Wolfgang Sourdeau Date: Tue Nov 6 17:13:15 2007 +0000 @@ -80576,6 +99488,14 @@ Date: Tue Nov 6 17:13:15 2007 +0000 Monotone-Date: 2007-11-06T17:13:15 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/GNUmakefile +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/UIxPreferences.h +M UI/PreferencesUI/UIxPreferences.m +M UI/PreferencesUI/product.plist + commit 533da99dcc958f9521ca640347423a7b0738d658 Author: Wolfgang Sourdeau Date: Tue Nov 6 17:13:03 2007 +0000 @@ -80587,6 +99507,8 @@ Date: Tue Nov 6 17:13:03 2007 +0000 Monotone-Date: 2007-11-06T17:13:03 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/UIxJSONPreferences.m + commit 5ccfce7cdcf58227771b7e34c384800601af2bed Author: Wolfgang Sourdeau Date: Tue Nov 6 17:12:37 2007 +0000 @@ -80598,6 +99520,9 @@ Date: Tue Nov 6 17:12:37 2007 +0000 Monotone-Date: 2007-11-06T17:12:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit 54b6c29882db94c4778a5a38c795a84fb275d8ee Author: Wolfgang Sourdeau Date: Mon Nov 5 22:58:11 2007 +0000 @@ -80609,6 +99534,8 @@ Date: Mon Nov 5 22:58:11 2007 +0000 Monotone-Date: 2007-11-05T22:58:11 Monotone-Branch: ca.inverse.sogo +M Scripts/sogod-wrapper + commit 1d30cd061f2ed544d8f05073ed3d07b9dfb7262c Author: Wolfgang Sourdeau Date: Mon Nov 5 22:56:12 2007 +0000 @@ -80620,6 +99547,10 @@ Date: Mon Nov 5 22:56:12 2007 +0000 Monotone-Date: 2007-11-05T22:56:12 Monotone-Branch: ca.inverse.sogo +D Scripts/sogod-0.9-debian +D Scripts/sogod-0.9-redhat +A Scripts/sogod-wrapper + commit 0581af1a4572318b01b12c9c0c3c0165cd58c013 Author: Wolfgang Sourdeau Date: Mon Nov 5 22:41:48 2007 +0000 @@ -80631,6 +99562,9 @@ Date: Mon Nov 5 22:41:48 2007 +0000 Monotone-Date: 2007-11-05T22:41:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartTextViewer.m + commit 3505969b3e7f1608557eab0fe84b0cab7252f4cb Author: Wolfgang Sourdeau Date: Mon Nov 5 22:40:46 2007 +0000 @@ -80642,6 +99576,9 @@ Date: Mon Nov 5 22:40:46 2007 +0000 Monotone-Date: 2007-11-05T22:40:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartViewer.m + commit b1b3818459e49028503af0359705009801af8346 Author: Wolfgang Sourdeau Date: Mon Nov 5 22:39:10 2007 +0000 @@ -80653,21 +99590,9 @@ Date: Mon Nov 5 22:39:10 2007 +0000 Monotone-Date: 2007-11-05T22:39:10 Monotone-Branch: ca.inverse.sogo -commit 3c6d855c5e4037fb64eed4e81f14c6d8d598ba74 -Merge: d5b61ec 809fc79 -Author: Wolfgang Sourdeau -Date: Mon Nov 5 22:20:33 2007 +0000 - - merge of '573e35d1eb013cb0298d8cac99d4b4916c2a085c' - and '77360f1172167cd2c4d6add77a31565324428b78' - - Monotone-Parent: 573e35d1eb013cb0298d8cac99d4b4916c2a085c - Monotone-Parent: 77360f1172167cd2c4d6add77a31565324428b78 - Monotone-Revision: 1f5154a7061d5d35fbae4f27e238a58b5c521dc7 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-11-05T22:20:33 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.h +M UI/MailerUI/UIxMailListView.m commit 809fc79cfeafc1b5a079f3270e5a3ac8298d5e8a Author: Francis Lachapelle @@ -80680,21 +99605,7 @@ Date: Mon Nov 5 22:03:59 2007 +0000 Monotone-Date: 2007-11-05T22:03:59 Monotone-Branch: ca.inverse.sogo -commit d5b61ec534b290018cc475cd83ac31bb8b4c8e37 -Merge: 309ea3c a4964f4 -Author: Wolfgang Sourdeau -Date: Mon Nov 5 21:26:29 2007 +0000 - - merge of '6a4824550c190457f2e4b04575ebdecbfda0908d' - and 'b0e35bdbcaa9fb45b5f60a9d61d40f8ee83c0ffc' - - Monotone-Parent: 6a4824550c190457f2e4b04575ebdecbfda0908d - Monotone-Parent: b0e35bdbcaa9fb45b5f60a9d61d40f8ee83c0ffc - Monotone-Revision: 573e35d1eb013cb0298d8cac99d4b4916c2a085c - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-11-05T21:26:29 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js commit a4964f4a07bc56565bbf3e4308c1067a33f22897 Author: Francis Lachapelle @@ -80707,21 +99618,7 @@ Date: Mon Nov 5 21:22:15 2007 +0000 Monotone-Date: 2007-11-05T21:22:15 Monotone-Branch: ca.inverse.sogo -commit 452ead6e5549a632362355e9fcfc3571f3cd0e3a -Merge: c23a1a2 8bb257a -Author: Francis Lachapelle -Date: Mon Nov 5 21:19:32 2007 +0000 - - merge of 'b8a7f141c61c9502ae4ff5f47a7ba3738167855d' - and 'bbea5e19ac4a2f9a19a883ba3996f30f53daba4d' - - Monotone-Parent: b8a7f141c61c9502ae4ff5f47a7ba3738167855d - Monotone-Parent: bbea5e19ac4a2f9a19a883ba3996f30f53daba4d - Monotone-Revision: 0dcb1416bcd5a76e09bd067dde2a61df931921d9 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-11-05T21:19:32 - Monotone-Branch: ca.inverse.sogo +M NEWS commit 8bb257ad270dc4894cab4c2985fa412ef3e5aba6 Author: Francis Lachapelle @@ -80734,6 +99631,10 @@ Date: Mon Nov 5 21:19:09 2007 +0000 Monotone-Date: 2007-11-05T21:19:09 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailListView.m +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js + commit 309ea3c09052597f4be9b2077e806e9a5a6bffdc Author: Wolfgang Sourdeau Date: Mon Nov 5 21:04:35 2007 +0000 @@ -80745,6 +99646,9 @@ Date: Mon Nov 5 21:04:35 2007 +0000 Monotone-Date: 2007-11-05T21:04:35 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalRecurrenceRule.h +M SOPE/NGCards/iCalRepeatableEntityObject.h + commit c23a1a29fb8960d26036a4931aa8713c3b2cfac5 Author: Wolfgang Sourdeau Date: Mon Nov 5 19:44:08 2007 +0000 @@ -80756,6 +99660,10 @@ Date: Mon Nov 5 19:44:08 2007 +0000 Monotone-Date: 2007-11-05T19:44:08 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings + commit f82e7fbc121a1c8f4c606f65868f57860fd33b62 Author: Wolfgang Sourdeau Date: Mon Nov 5 19:44:03 2007 +0000 @@ -80767,6 +99675,8 @@ Date: Mon Nov 5 19:44:03 2007 +0000 Monotone-Date: 2007-11-05T19:44:03 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxObjectActions.m + commit 01b7c5f4fcef9cf8af2ad35d0815812e558876a1 Author: Wolfgang Sourdeau Date: Mon Nov 5 19:18:45 2007 +0000 @@ -80778,6 +99688,8 @@ Date: Mon Nov 5 19:18:45 2007 +0000 Monotone-Date: 2007-11-05T19:18:45 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPUserManager.m + commit dc96dd71fbd561e1143ad1262046cc9dd7924da9 Author: Wolfgang Sourdeau Date: Mon Nov 5 19:13:00 2007 +0000 @@ -80789,6 +99701,9 @@ Date: Mon Nov 5 19:13:00 2007 +0000 Monotone-Date: 2007-11-05T19:13:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxObjectActions.m + commit a164feb06b3ef5b2465001d7f4a5cb646eb0964a Author: Wolfgang Sourdeau Date: Mon Nov 5 17:30:44 2007 +0000 @@ -80800,6 +99715,9 @@ Date: Mon Nov 5 17:30:44 2007 +0000 Monotone-Date: 2007-11-05T17:30:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject+Draft.m + commit 9b37c8d82b33245ebbb31c6c188dab1a270b90ff Author: Wolfgang Sourdeau Date: Mon Nov 5 17:04:05 2007 +0000 @@ -80811,6 +99729,13 @@ Date: Mon Nov 5 17:04:05 2007 +0000 Monotone-Date: 2007-11-05T17:04:05 Monotone-Branch: ca.inverse.sogo +A SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.html +A SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.wod +A SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html +A SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.wod +A SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.html +A SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.wod + commit cc21c0c94866ab5401646b8e6d79e39c5a0ad807 Author: Wolfgang Sourdeau Date: Mon Nov 5 16:37:17 2007 +0000 @@ -80822,21 +99747,29 @@ Date: Mon Nov 5 16:37:17 2007 +0000 Monotone-Date: 2007-11-05T16:37:17 Monotone-Branch: ca.inverse.sogo -commit dcd79d986a5beb22783cf4a2ca222f4ffbcb24d1 -Merge: c6b33b5 cc0237b -Author: Wolfgang Sourdeau -Date: Mon Nov 5 14:52:45 2007 +0000 - - merge of '778ca12e99d197e109e23159f48ce1b32026519c' - and 'ecf850422f6e93462013857de0eaef9e5ed5eb02' - - Monotone-Parent: 778ca12e99d197e109e23159f48ce1b32026519c - Monotone-Parent: ecf850422f6e93462013857de0eaef9e5ed5eb02 - Monotone-Revision: 025330d36e1af8f073a0b0a02b64a65e36da2ffb - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-11-05T14:52:45 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/NSData+Mail.m +M SoObjects/Mailer/NSString+Mail.h +M SoObjects/Mailer/NSString+Mail.m +M SoObjects/Mailer/SOGoMailObject+Draft.m +M SoObjects/Mailer/SOGoMailObject.h +M SoObjects/Mailer/SOGoMailObject.m +M UI/MailPartViewers/English.lproj/Localizable.strings +M UI/MailPartViewers/French.lproj/Localizable.strings +M UI/MailPartViewers/German.lproj/Localizable.strings +M UI/MailPartViewers/UIxMailPartMessageViewer.m +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/GNUmakefile +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/UIxMailFormatter.h +M UI/MailerUI/UIxMailListView.m +M UI/MailerUI/UIxMailView.m +D UI/MailerUI/UIxSubjectFormatter.m +M UI/MailerUI/WOContext+UIxMailer.h +M UI/MailerUI/WOContext+UIxMailer.m +M UI/Templates/MailPartViewers/UIxMailPartMessageViewer.wox +M UI/Templates/MailerUI/UIxMailView.wox commit cc0237bc45368239fbc985112f989068393640f5 Author: Wolfgang Sourdeau @@ -80851,6 +99784,15 @@ Date: Mon Nov 5 14:51:50 2007 +0000 Monotone-Date: 2007-11-05T14:51:50 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/GNUmakefile +A SoObjects/Contacts/NSObject+CardDAV.h +A SoObjects/Contacts/NSObject+CardDAV.m +M SoObjects/Contacts/SOGoContactFolder.h +M SoObjects/Contacts/SOGoContactGCSFolder.h +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/Contacts/SOGoContactLDAPFolder.h +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit c6b33b514f3d532b43cfc8674b6fb41426bf85c1 Author: Francis Lachapelle Date: Mon Nov 5 14:37:26 2007 +0000 @@ -80862,6 +99804,13 @@ Date: Mon Nov 5 14:37:26 2007 +0000 Monotone-Date: 2007-11-05T14:37:26 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailToSelection.js +M UI/WebServerResources/generic.js + commit 5ede94bbaae9455a2048a369c49978f209823498 Author: Wolfgang Sourdeau Date: Sun Nov 4 22:31:55 2007 +0000 @@ -80873,6 +99822,8 @@ Date: Sun Nov 4 22:31:55 2007 +0000 Monotone-Date: 2007-11-04T22:31:55 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1546.diff + commit cdc248d2aebeacdfb559284fad43b1cc1fa98549 Author: Wolfgang Sourdeau Date: Sun Nov 4 22:31:50 2007 +0000 @@ -80884,6 +99835,8 @@ Date: Sun Nov 4 22:31:50 2007 +0000 Monotone-Date: 2007-11-04T22:31:50 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m + commit b973266b80ff7368ff62e83e363bbb3f087623dc Author: Wolfgang Sourdeau Date: Sun Nov 4 20:29:09 2007 +0000 @@ -80895,6 +99848,9 @@ Date: Sun Nov 4 20:29:09 2007 +0000 Monotone-Date: 2007-11-04T20:29:09 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.m + commit 93753413f79ba2870112926f3f4eaeb9c9a434d5 Author: Wolfgang Sourdeau Date: Sun Nov 4 19:51:09 2007 +0000 @@ -80906,6 +99862,9 @@ Date: Sun Nov 4 19:51:09 2007 +0000 Monotone-Date: 2007-11-04T19:51:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoFolder.m + commit 13f972ec022a49eb2473fc180c5b620111dbda0c Author: Wolfgang Sourdeau Date: Sun Nov 4 19:36:58 2007 +0000 @@ -80917,6 +99876,8 @@ Date: Sun Nov 4 19:36:58 2007 +0000 Monotone-Date: 2007-11-04T19:36:58 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1546.diff + commit 681ee6e5cd5a4a2768bfa50d201ee75ccc6dd64f Author: Wolfgang Sourdeau Date: Sun Nov 4 17:35:54 2007 +0000 @@ -80928,6 +99889,8 @@ Date: Sun Nov 4 17:35:54 2007 +0000 Monotone-Date: 2007-11-04T17:35:54 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1546.diff + commit e996186a9a3b681468c7b0256bb8db69271bbc88 Author: Ludovic Marcotte Date: Sat Nov 3 21:16:59 2007 +0000 @@ -80941,21 +99904,8 @@ Date: Sat Nov 3 21:16:59 2007 +0000 Monotone-Date: 2007-11-03T21:16:59 Monotone-Branch: ca.inverse.sogo -commit f18ee2e6b39d5986fc542d28a6f01cfd91b68cae -Merge: 296f7c9 833c1b0 -Author: Wolfgang Sourdeau -Date: Sat Nov 3 03:18:30 2007 +0000 - - merge of '13393d495dd8aa1faf4cf52d567d0df2fa874cb2' - and '2e34a8c5fd6fbd4df87b0c1d3bde6bd4e3e7faab' - - Monotone-Parent: 13393d495dd8aa1faf4cf52d567d0df2fa874cb2 - Monotone-Parent: 2e34a8c5fd6fbd4df87b0c1d3bde6bd4e3e7faab - Monotone-Revision: 9309391aaa757ddac8064ffbf2a6d70142a30d02 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-11-03T03:18:30 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m commit 296f7c9328574070544518b078758feb3deb1721 Author: Wolfgang Sourdeau @@ -80968,6 +99918,8 @@ Date: Sat Nov 3 03:18:13 2007 +0000 Monotone-Date: 2007-11-03T03:18:13 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1546.diff + commit 903728f6f1e32808b1fbeadfc821e9748e781e20 Author: Wolfgang Sourdeau Date: Sat Nov 3 03:17:55 2007 +0000 @@ -80979,6 +99931,9 @@ Date: Sat Nov 3 03:17:55 2007 +0000 Monotone-Date: 2007-11-03T03:17:55 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalDateHolder.m + commit 833c1b0238652b57fcb64cf9fb8c95f19d8a8318 Author: Francis Lachapelle Date: Fri Nov 2 21:15:14 2007 +0000 @@ -80990,6 +99945,11 @@ Date: Fri Nov 2 21:15:14 2007 +0000 Monotone-Date: 2007-11-02T21:15:14 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/iefixes.css + commit aefb13557e34863dd1e0f6b044b8d52cdddbad0c Author: Francis Lachapelle Date: Fri Nov 2 20:12:41 2007 +0000 @@ -81001,6 +99961,10 @@ Date: Fri Nov 2 20:12:41 2007 +0000 Monotone-Date: 2007-11-02T20:12:41 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/Templates/MailerUI/UIxMailPopupView.wox +M UI/Templates/MailerUI/UIxMailView.wox + commit 0ed5395e241aca27db408c24aa5f1db0185a6650 Author: Francis Lachapelle Date: Fri Nov 2 19:47:02 2007 +0000 @@ -81012,6 +99976,8 @@ Date: Fri Nov 2 19:47:02 2007 +0000 Monotone-Date: 2007-11-02T19:47:02 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit d3d7697d949ba33d62c3aafd37717bb113504623 Author: Wolfgang Sourdeau Date: Fri Nov 2 19:42:40 2007 +0000 @@ -81023,21 +99989,7 @@ Date: Fri Nov 2 19:42:40 2007 +0000 Monotone-Date: 2007-11-02T19:42:40 Monotone-Branch: ca.inverse.sogo -commit 2ab1e11e59a01e260ba80e602132b60c9601bacd -Merge: b7ba11b ad53fa5 -Author: Wolfgang Sourdeau -Date: Fri Nov 2 19:11:03 2007 +0000 - - merge of 'ced6d6c76d948b5a599e3ca67efeab0f03c99111' - and 'ed40a4a9e9d163d3485ee9181074ef26215a9f2e' - - Monotone-Parent: ced6d6c76d948b5a599e3ca67efeab0f03c99111 - Monotone-Parent: ed40a4a9e9d163d3485ee9181074ef26215a9f2e - Monotone-Revision: 909eda2dfa5708b168adc8b891a2217b109db587 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-11-02T19:11:03 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js commit b7ba11be6107e3463c053730d5cdad474c5a4694 Author: Wolfgang Sourdeau @@ -81050,6 +100002,9 @@ Date: Fri Nov 2 19:02:24 2007 +0000 Monotone-Date: 2007-11-02T19:02:24 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js + commit ad53fa58126183565bfe8e31c71db72fd7a1ae7a Author: Francis Lachapelle Date: Fri Nov 2 18:56:24 2007 +0000 @@ -81061,6 +100016,8 @@ Date: Fri Nov 2 18:56:24 2007 +0000 Monotone-Date: 2007-11-02T18:56:24 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit f87beb601c23c6aa3d902dd2de76ec8982f1f561 Author: Wolfgang Sourdeau Date: Fri Nov 2 18:54:12 2007 +0000 @@ -81072,6 +100029,8 @@ Date: Fri Nov 2 18:54:12 2007 +0000 Monotone-Date: 2007-11-02T18:54:12 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1546.diff + commit ce394c512d3cba36f208efc2a4df311f106a9e03 Author: Francis Lachapelle Date: Fri Nov 2 18:18:15 2007 +0000 @@ -81083,6 +100042,8 @@ Date: Fri Nov 2 18:18:15 2007 +0000 Monotone-Date: 2007-11-02T18:18:15 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 6eff26c8f6d06bea198d26a2bb80b341fcef2fcb Author: Wolfgang Sourdeau Date: Fri Nov 2 17:04:27 2007 +0000 @@ -81094,6 +100055,19 @@ Date: Fri Nov 2 17:04:27 2007 +0000 Monotone-Date: 2007-11-02T17:04:27 Monotone-Branch: ca.inverse.sogo +M Main/GNUmakefile +M SoObjects/Appointments/GNUmakefile +M SoObjects/Contacts/GNUmakefile +M SoObjects/Mailer/GNUmakefile +M SoObjects/SOGo/GNUmakefile +M UI/Common/GNUmakefile +M UI/Contacts/GNUmakefile +M UI/MailPartViewers/GNUmakefile +M UI/MailerUI/GNUmakefile +M UI/MainUI/GNUmakefile +M UI/PreferencesUI/GNUmakefile +M UI/Scheduler/GNUmakefile + commit d2521cff7185d0604772aee3372918667133229b Author: Wolfgang Sourdeau Date: Fri Nov 2 16:07:12 2007 +0000 @@ -81105,21 +100079,7 @@ Date: Fri Nov 2 16:07:12 2007 +0000 Monotone-Date: 2007-11-02T16:07:12 Monotone-Branch: ca.inverse.sogo -commit ae54dff00b2549a6a6eb953ae11a992c92322b81 -Merge: 5a6a8c5 8c3088a -Author: Wolfgang Sourdeau -Date: Fri Nov 2 16:06:09 2007 +0000 - - merge of '099bb38adc3a421ac01c727c611e9aa2edfa4859' - and '481fe3d5a9c50bc134e3db63b08e84fc0a7456fd' - - Monotone-Parent: 099bb38adc3a421ac01c727c611e9aa2edfa4859 - Monotone-Parent: 481fe3d5a9c50bc134e3db63b08e84fc0a7456fd - Monotone-Revision: 0a65ce66f63c6abb9e10dda0172f401edd28a028 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-11-02T16:06:09 - Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1546.diff commit 5a6a8c511ed3e677165838fa8e24f2e134825d25 Author: Wolfgang Sourdeau @@ -81132,6 +100092,8 @@ Date: Fri Nov 2 16:05:54 2007 +0000 Monotone-Date: 2007-11-02T16:05:54 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/GNUmakefile + commit 8c3088aba58d8975a317bd82ac1ea51ef971f847 Author: Francis Lachapelle Date: Fri Nov 2 15:09:44 2007 +0000 @@ -81143,6 +100105,12 @@ Date: Fri Nov 2 15:09:44 2007 +0000 Monotone-Date: 2007-11-02T15:09:44 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/Templates/MailerUI/UIxMailToSelection.wox +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailToSelection.js + commit ec1cb923a93794ccb04318c8d9de54313c2f76c6 Author: Francis Lachapelle Date: Fri Nov 2 14:38:27 2007 +0000 @@ -81154,6 +100122,8 @@ Date: Fri Nov 2 14:38:27 2007 +0000 Monotone-Date: 2007-11-02T14:38:27 Monotone-Branch: ca.inverse.sogo +M Scripts/sogo-init.d-redhat + commit f90728bfcd5a00b65764aa2b82ed48dd7fb530e7 Author: Wolfgang Sourdeau Date: Thu Nov 1 22:38:57 2007 +0000 @@ -81165,6 +100135,9 @@ Date: Thu Nov 1 22:38:57 2007 +0000 Monotone-Date: 2007-11-01T22:38:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit ffec79c1666783b957d4a629c5e61d0cbd46bbe5 Author: Wolfgang Sourdeau Date: Thu Nov 1 22:36:03 2007 +0000 @@ -81176,6 +100149,9 @@ Date: Thu Nov 1 22:36:03 2007 +0000 Monotone-Date: 2007-11-01T22:36:03 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardGroup.m +M SOPE/NGCards/ChangeLog + commit b4381db6acfcb92851a528fca22341a57130ecaa Author: Wolfgang Sourdeau Date: Thu Nov 1 22:20:30 2007 +0000 @@ -81187,6 +100163,9 @@ Date: Thu Nov 1 22:20:30 2007 +0000 Monotone-Date: 2007-11-01T22:20:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/AgenorUserDefaults.m + commit 8a4e5ecd4d547a2c2c4b822b1922116d8c2fb62b Author: Wolfgang Sourdeau Date: Thu Nov 1 20:22:56 2007 +0000 @@ -81198,6 +100177,12 @@ Date: Thu Nov 1 20:22:56 2007 +0000 Monotone-Date: 2007-11-01T20:22:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/GNUmakefile +M SoObjects/Mailer/SOGoMailObject+Draft.m +A SoObjects/Mailer/SOGoMailReply.h +A SoObjects/Mailer/SOGoMailReply.m + commit 650e3228aa013cac173ed62364bc4032cec4e75b Author: Wolfgang Sourdeau Date: Thu Nov 1 20:20:57 2007 +0000 @@ -81209,6 +100194,9 @@ Date: Thu Nov 1 20:20:57 2007 +0000 Monotone-Date: 2007-11-01T20:20:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit 4417a65f7746da6581baefe4f2135c203553e244 Author: Wolfgang Sourdeau Date: Thu Nov 1 17:14:03 2007 +0000 @@ -81220,6 +100208,8 @@ Date: Thu Nov 1 17:14:03 2007 +0000 Monotone-Date: 2007-11-01T17:14:03 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit bd04b6d069b8a03ecfe09fd3102164904ae5d941 Author: Wolfgang Sourdeau Date: Thu Nov 1 17:09:58 2007 +0000 @@ -81231,6 +100221,9 @@ Date: Thu Nov 1 17:09:58 2007 +0000 Monotone-Date: 2007-11-01T17:09:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.m + commit 4cc6651c3c3a40c476b9534b497bf44a5928da66 Author: Wolfgang Sourdeau Date: Thu Nov 1 15:49:37 2007 +0000 @@ -81242,6 +100235,9 @@ Date: Thu Nov 1 15:49:37 2007 +0000 Monotone-Date: 2007-11-01T15:49:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/OCSiCalFieldExtractor.m + commit 712589781f1fd05606ee7fd02364e1a7945c47dc Author: Wolfgang Sourdeau Date: Thu Nov 1 15:04:45 2007 +0000 @@ -81253,6 +100249,8 @@ Date: Thu Nov 1 15:04:45 2007 +0000 Monotone-Date: 2007-11-01T15:04:45 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit b2ba78f1c38e7c4ae8c09f894307f5fa62ca1820 Author: Wolfgang Sourdeau Date: Thu Nov 1 13:53:56 2007 +0000 @@ -81264,6 +100262,9 @@ Date: Thu Nov 1 13:53:56 2007 +0000 Monotone-Date: 2007-11-01T13:53:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit c962c7126e64110fb5c0dcf1083dc1493334fcb7 Author: Wolfgang Sourdeau Date: Thu Nov 1 13:27:47 2007 +0000 @@ -81275,6 +100276,8 @@ Date: Thu Nov 1 13:27:47 2007 +0000 Monotone-Date: 2007-11-01T13:27:47 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailAccount.h + commit 1da963ff19923241df306e7a5d09e472c4c784bf Author: Wolfgang Sourdeau Date: Thu Nov 1 12:48:19 2007 +0000 @@ -81286,6 +100289,19 @@ Date: Thu Nov 1 12:48:19 2007 +0000 Monotone-Date: 2007-11-01T12:48:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailBaseObject.m +M SoObjects/Mailer/SOGoMailFolder.m +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/UIxMailAccountActions.h +M UI/MailerUI/UIxMailAccountActions.m +M UI/MailerUI/UIxMailFolderActions.m +M UI/WebServerResources/MailerUI.js + commit 891ab5f97a1633ddd01c24464e1c110cf6da3b0d Author: Wolfgang Sourdeau Date: Thu Nov 1 12:25:21 2007 +0000 @@ -81297,21 +100313,8 @@ Date: Thu Nov 1 12:25:21 2007 +0000 Monotone-Date: 2007-11-01T12:25:21 Monotone-Branch: ca.inverse.sogo -commit 8bc00a5cf22f6d32a18d6e1201f3b13be8bf215b -Merge: 28f4543 4b434d7 -Author: Wolfgang Sourdeau -Date: Wed Oct 31 17:16:50 2007 +0000 - - merge of '8598aa9f30108405c0f497eeedf0113568115c19' - and 'ccac1110e9fff9029a2485c4ba9345c4912b0c85' - - Monotone-Parent: 8598aa9f30108405c0f497eeedf0113568115c19 - Monotone-Parent: ccac1110e9fff9029a2485c4ba9345c4912b0c85 - Monotone-Revision: 23bc0dfd83428726c3d32139c369a2635bca5566 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-10-31T17:16:50 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/AgenorUserDefaults.m commit 28f45434f4f19d02fa219f5e90dc11bf8e828fcf Author: Wolfgang Sourdeau @@ -81324,6 +100327,8 @@ Date: Wed Oct 31 17:16:14 2007 +0000 Monotone-Date: 2007-10-31T17:16:14 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 4b434d712f67ea1dd5cd4ffe34411bc64c59de8e Author: Francis Lachapelle Date: Wed Oct 31 17:15:24 2007 +0000 @@ -81335,6 +100340,9 @@ Date: Wed Oct 31 17:15:24 2007 +0000 Monotone-Date: 2007-10-31T17:15:24 Monotone-Branch: ca.inverse.sogo +M Scripts/sogo-init.d-redhat +M Scripts/sogod-0.9-redhat + commit d51b81d6f454a2ad64042d5f22bd8c202132fe00 Author: Wolfgang Sourdeau Date: Wed Oct 31 17:05:05 2007 +0000 @@ -81346,6 +100354,8 @@ Date: Wed Oct 31 17:05:05 2007 +0000 Monotone-Date: 2007-10-31T17:05:05 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartTextViewer.m + commit 3f2b814c531ba798e3be9bc13ed709b9b4fb8c77 Author: Wolfgang Sourdeau Date: Wed Oct 31 17:04:15 2007 +0000 @@ -81357,21 +100367,8 @@ Date: Wed Oct 31 17:04:15 2007 +0000 Monotone-Date: 2007-10-31T17:04:15 Monotone-Branch: ca.inverse.sogo -commit 00b51bba79327cd50ab0ac42648b2af8567fe9ad -Merge: 32e9662 5f0ec7f -Author: Wolfgang Sourdeau -Date: Wed Oct 31 15:56:55 2007 +0000 - - merge of '24cf83dbb2cb1e47afd0354cd24653a8c26a7ce1' - and '422c0e30f5ac2600cebe515717b624e5c47f9b88' - - Monotone-Parent: 24cf83dbb2cb1e47afd0354cd24653a8c26a7ce1 - Monotone-Parent: 422c0e30f5ac2600cebe515717b624e5c47f9b88 - Monotone-Revision: c63be943c6ed8307cd0bd6059b5dd4d20e644c15 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-10-31T15:56:55 - Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartTextViewer.m +M UI/WebServerResources/generic.js commit 32e9662706319ee95f35952cefbdfa7a06845f1f Author: Wolfgang Sourdeau @@ -81384,6 +100381,18 @@ Date: Wed Oct 31 15:55:47 2007 +0000 Monotone-Date: 2007-10-31T15:55:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/GNUmakefile +M SoObjects/Mailer/SOGoDraftsFolder.h +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailBaseObject.h +M SoObjects/Mailer/SOGoMailBaseObject.m +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +A SoObjects/Mailer/SOGoSentFolder.h +A SoObjects/Mailer/SOGoSentFolder.m +M SoObjects/Mailer/SOGoTrashFolder.h + commit 5f0ec7f308a5d73582e41ffb0453fcbbb807d1c8 Author: Francis Lachapelle Date: Wed Oct 31 14:30:08 2007 +0000 @@ -81395,6 +100404,9 @@ Date: Wed Oct 31 14:30:08 2007 +0000 Monotone-Date: 2007-10-31T14:30:08 Monotone-Branch: ca.inverse.sogo +M Scripts/sogod-0.9-debian +M Scripts/sogod-0.9-redhat + commit 8fd1c93ac3c2e95da0b5b5c4931fe5aec8983827 Author: Wolfgang Sourdeau Date: Wed Oct 31 14:18:17 2007 +0000 @@ -81406,6 +100418,9 @@ Date: Wed Oct 31 14:18:17 2007 +0000 Monotone-Date: 2007-10-31T14:18:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit 2ac01d68bda127892be761f413269176c1428a1d Author: Wolfgang Sourdeau Date: Wed Oct 31 14:13:49 2007 +0000 @@ -81417,6 +100432,8 @@ Date: Wed Oct 31 14:13:49 2007 +0000 Monotone-Date: 2007-10-31T14:13:49 Monotone-Branch: ca.inverse.sogo +M Scripts/sogo-init.d-redhat + commit e24fc5bf4239d56fa8928719d60c1911b671b228 Author: Francis Lachapelle Date: Wed Oct 31 14:12:56 2007 +0000 @@ -81428,21 +100445,12 @@ Date: Wed Oct 31 14:12:56 2007 +0000 Monotone-Date: 2007-10-31T14:12:56 Monotone-Branch: ca.inverse.sogo -commit 8fc51692f3ceecd3b98480f95c3854a4d2ce1bef -Merge: 9f6b51e cce5365 -Author: Wolfgang Sourdeau -Date: Tue Oct 30 21:52:00 2007 +0000 - - merge of '2ba549bd931928e8baf58a32a9d2f37dc0b06cdb' - and '32d1ca739dd26295aa3ac6edbf80356b4a503551' - - Monotone-Parent: 2ba549bd931928e8baf58a32a9d2f37dc0b06cdb - Monotone-Parent: 32d1ca739dd26295aa3ac6edbf80356b4a503551 - Monotone-Revision: 4a28046fedbf71f0488cf8b1025ae1f3deeea9e9 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-10-30T21:52:00 - Monotone-Branch: ca.inverse.sogo +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/Templates/MainUI/SOGoRootPage.wox +M UI/Templates/UIxPageFrame.wox commit 9f6b51e9f215eed9d776d9b1ad9f0b4f9dff6423 Author: Wolfgang Sourdeau @@ -81455,6 +100463,13 @@ Date: Tue Oct 30 21:51:31 2007 +0000 Monotone-Date: 2007-10-30T21:51:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/UIxCalMainView.m +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/WebServerResources/JavascriptAPIExtensions.js +M UI/WebServerResources/SchedulerUI.js + commit cce5365420247a7fa7d65bb99105c627ada4935b Author: Francis Lachapelle Date: Tue Oct 30 21:04:11 2007 +0000 @@ -81466,21 +100481,7 @@ Date: Tue Oct 30 21:04:11 2007 +0000 Monotone-Date: 2007-10-30T21:04:11 Monotone-Branch: ca.inverse.sogo -commit f65b26e256d6cbc88792997a20a9923c0b533b1f -Merge: 3f1fadd 0986ba4 -Author: Francis Lachapelle -Date: Tue Oct 30 19:58:00 2007 +0000 - - merge of '0f1ef8f1bf7e8be2363a84056b5ce417b06606f7' - and '529806b76290054de1e3af14d027b6f92e169941' - - Monotone-Parent: 0f1ef8f1bf7e8be2363a84056b5ce417b06606f7 - Monotone-Parent: 529806b76290054de1e3af14d027b6f92e169941 - Monotone-Revision: f8ea10b15b292e5a980916a948246542ce346cca - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-10-30T19:58:00 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js commit 3f1fadd28b8aebb0d1cae04e1d3b1b7c95c651de Author: Francis Lachapelle @@ -81493,6 +100494,10 @@ Date: Tue Oct 30 19:56:50 2007 +0000 Monotone-Date: 2007-10-30T19:56:50 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/generic.js + commit 0986ba4ba1d0f8f8120e1be537b9e5018254c965 Author: Wolfgang Sourdeau Date: Tue Oct 30 19:46:48 2007 +0000 @@ -81504,6 +100509,13 @@ Date: Tue Oct 30 19:46:48 2007 +0000 Monotone-Date: 2007-10-30T19:46:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/GNUmakefile +A SoObjects/Mailer/NSString+Mail.h +A SoObjects/Mailer/NSString+Mail.m +M SoObjects/Mailer/SOGoMailObject+Draft.m +M SoObjects/Mailer/SOGoMailObject.m + commit cb099612754e7a64db4d2e5ba8f835d138626a79 Author: Wolfgang Sourdeau Date: Tue Oct 30 19:31:35 2007 +0000 @@ -81515,6 +100527,8 @@ Date: Tue Oct 30 19:31:35 2007 +0000 Monotone-Date: 2007-10-30T19:31:35 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartAlternativeViewer.m + commit af740904e22d00a37d85f0c62c563c566508f469 Author: Wolfgang Sourdeau Date: Tue Oct 30 17:43:34 2007 +0000 @@ -81526,6 +100540,8 @@ Date: Tue Oct 30 17:43:34 2007 +0000 Monotone-Date: 2007-10-30T17:43:34 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartAlternativeViewer.m + commit 040e7dda383a79466e254555c1854efd147fac40 Author: Wolfgang Sourdeau Date: Tue Oct 30 17:24:59 2007 +0000 @@ -81537,6 +100553,8 @@ Date: Tue Oct 30 17:24:59 2007 +0000 Monotone-Date: 2007-10-30T17:24:59 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartAlternativeViewer.m + commit de698e6a1a3de11b0e27a8767bc3239019328d3f Author: Wolfgang Sourdeau Date: Tue Oct 30 17:07:39 2007 +0000 @@ -81548,6 +100566,8 @@ Date: Tue Oct 30 17:07:39 2007 +0000 Monotone-Date: 2007-10-30T17:07:39 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m + commit b7685686a41013d9ed2242b76e3b49835cbd8066 Author: Wolfgang Sourdeau Date: Tue Oct 30 14:16:51 2007 +0000 @@ -81559,6 +100579,9 @@ Date: Tue Oct 30 14:16:51 2007 +0000 Monotone-Date: 2007-10-30T14:16:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailActions.m + commit 10fd7bbc8664759ce0608bfe2512a9f77b9b5877 Author: Wolfgang Sourdeau Date: Mon Oct 29 21:38:25 2007 +0000 @@ -81570,6 +100593,9 @@ Date: Mon Oct 29 21:38:25 2007 +0000 Monotone-Date: 2007-10-29T21:38:25 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/ChangeLog +M SOPE/GDLContentStore/GCSFolder.m + commit 5b2e15b0abc95ec33e806ed755405626594b5b42 Author: Wolfgang Sourdeau Date: Mon Oct 29 21:00:35 2007 +0000 @@ -81581,6 +100607,9 @@ Date: Mon Oct 29 21:00:35 2007 +0000 Monotone-Date: 2007-10-29T21:00:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBodyPart.m + commit acab9cf1d8ea785807aa683811a4c047a04d9805 Author: Wolfgang Sourdeau Date: Mon Oct 29 20:46:59 2007 +0000 @@ -81592,6 +100621,9 @@ Date: Mon Oct 29 20:46:59 2007 +0000 Monotone-Date: 2007-10-29T20:46:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.m + commit a4cd99a639d884861f7f54087dbc4354123ffdaf Author: Wolfgang Sourdeau Date: Mon Oct 29 18:58:14 2007 +0000 @@ -81603,21 +100635,13 @@ Date: Mon Oct 29 18:58:14 2007 +0000 Monotone-Date: 2007-10-29T18:58:14 Monotone-Branch: ca.inverse.sogo -commit 06db6b3cfec94927d9403f04143444bdbf11349d -Merge: eaf4b21 2ab7bfa -Author: Wolfgang Sourdeau -Date: Mon Oct 29 15:34:41 2007 +0000 - - merge of 'aed8c4c9e27094db008e460fe8a2157565022474' - and 'e4fec6e182744550cd3d54b27f42cadaca7953e5' - - Monotone-Parent: aed8c4c9e27094db008e460fe8a2157565022474 - Monotone-Parent: e4fec6e182744550cd3d54b27f42cadaca7953e5 - Monotone-Revision: 2bc207d81d82294857b2ad0ea427bf850d32867d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-10-29T15:34:41 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/UIxMailListView.m +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/WebServerResources/MailerUI.js commit eaf4b21b7b02921fdeee4cb9969d143e65d39deb Author: Wolfgang Sourdeau @@ -81630,6 +100654,10 @@ Date: Mon Oct 29 15:33:51 2007 +0000 Monotone-Date: 2007-10-29T15:33:51 Monotone-Branch: ca.inverse.sogo +M SOPE/GDLContentStore/GNUmakefile +M SOPE/NGCards/CardElement.m +M SOPE/NGCards/ChangeLog + commit 5b4d9380ebbd0fb28f67a85f787c105861901a10 Author: Wolfgang Sourdeau Date: Mon Oct 29 14:51:55 2007 +0000 @@ -81641,6 +100669,80 @@ Date: Mon Oct 29 14:51:55 2007 +0000 Monotone-Date: 2007-10-29T14:51:55 Monotone-Branch: ca.inverse.sogo +M GNUmakefile +A SOPE/GDLContentStore/COPYING +A SOPE/GDLContentStore/COPYRIGHT +A SOPE/GDLContentStore/ChangeLog +A SOPE/GDLContentStore/EOAdaptorChannel+GCS.h +A SOPE/GDLContentStore/EOAdaptorChannel+GCS.m +A SOPE/GDLContentStore/EOQualifier+GCS.h +A SOPE/GDLContentStore/EOQualifier+GCS.m +A SOPE/GDLContentStore/GCSChannelManager.h +A SOPE/GDLContentStore/GCSChannelManager.m +A SOPE/GDLContentStore/GCSContext.h +A SOPE/GDLContentStore/GCSContext.m +A SOPE/GDLContentStore/GCSFieldExtractor.h +A SOPE/GDLContentStore/GCSFieldExtractor.m +A SOPE/GDLContentStore/GCSFieldInfo.h +A SOPE/GDLContentStore/GCSFieldInfo.m +A SOPE/GDLContentStore/GCSFolder.h +A SOPE/GDLContentStore/GCSFolder.m +A SOPE/GDLContentStore/GCSFolderManager.h +A SOPE/GDLContentStore/GCSFolderManager.m +A SOPE/GDLContentStore/GCSFolderType.h +A SOPE/GDLContentStore/GCSFolderType.m +A SOPE/GDLContentStore/GCSStringFormatter.h +A SOPE/GDLContentStore/GCSStringFormatter.m +A SOPE/GDLContentStore/GNUmakefile +A SOPE/GDLContentStore/GNUmakefile.preamble +A SOPE/GDLContentStore/NSURL+GCS.h +A SOPE/GDLContentStore/NSURL+GCS.m +A SOPE/GDLContentStore/README +A SOPE/GDLContentStore/Version +A SOPE/GDLContentStore/common.h +A SOPE/GDLContentStore/fhs.make +A SOPE/GDLContentStore/gcs_cat.m +A SOPE/GDLContentStore/gcs_gensql.m +A SOPE/GDLContentStore/gcs_ls.m +A SOPE/GDLContentStore/gcs_mkdir.m +A SOPE/GDLContentStore/gcs_recreatequick.m +D SOPE/sope-gdl1/GDLContentStore/COPYING +D SOPE/sope-gdl1/GDLContentStore/COPYRIGHT +D SOPE/sope-gdl1/GDLContentStore/ChangeLog +D SOPE/sope-gdl1/GDLContentStore/EOAdaptorChannel+GCS.h +D SOPE/sope-gdl1/GDLContentStore/EOAdaptorChannel+GCS.m +D SOPE/sope-gdl1/GDLContentStore/EOQualifier+GCS.h +D SOPE/sope-gdl1/GDLContentStore/EOQualifier+GCS.m +D SOPE/sope-gdl1/GDLContentStore/GCSChannelManager.h +D SOPE/sope-gdl1/GDLContentStore/GCSChannelManager.m +D SOPE/sope-gdl1/GDLContentStore/GCSContext.h +D SOPE/sope-gdl1/GDLContentStore/GCSContext.m +D SOPE/sope-gdl1/GDLContentStore/GCSFieldExtractor.h +D SOPE/sope-gdl1/GDLContentStore/GCSFieldExtractor.m +D SOPE/sope-gdl1/GDLContentStore/GCSFieldInfo.h +D SOPE/sope-gdl1/GDLContentStore/GCSFieldInfo.m +D SOPE/sope-gdl1/GDLContentStore/GCSFolder.h +D SOPE/sope-gdl1/GDLContentStore/GCSFolder.m +D SOPE/sope-gdl1/GDLContentStore/GCSFolderManager.h +D SOPE/sope-gdl1/GDLContentStore/GCSFolderManager.m +D SOPE/sope-gdl1/GDLContentStore/GCSFolderType.h +D SOPE/sope-gdl1/GDLContentStore/GCSFolderType.m +D SOPE/sope-gdl1/GDLContentStore/GCSStringFormatter.h +D SOPE/sope-gdl1/GDLContentStore/GCSStringFormatter.m +D SOPE/sope-gdl1/GDLContentStore/GNUmakefile +D SOPE/sope-gdl1/GDLContentStore/GNUmakefile.preamble +D SOPE/sope-gdl1/GDLContentStore/NSURL+GCS.h +D SOPE/sope-gdl1/GDLContentStore/NSURL+GCS.m +D SOPE/sope-gdl1/GDLContentStore/README +D SOPE/sope-gdl1/GDLContentStore/Version +D SOPE/sope-gdl1/GDLContentStore/common.h +D SOPE/sope-gdl1/GDLContentStore/fhs.make +D SOPE/sope-gdl1/GDLContentStore/gcs_cat.m +D SOPE/sope-gdl1/GDLContentStore/gcs_gensql.m +D SOPE/sope-gdl1/GDLContentStore/gcs_ls.m +D SOPE/sope-gdl1/GDLContentStore/gcs_mkdir.m +D SOPE/sope-gdl1/GDLContentStore/gcs_recreatequick.m + commit 2ab7bfa7a232347a535ffbe7bfc5c1154deb830e Author: Francis Lachapelle Date: Fri Oct 26 22:17:29 2007 +0000 @@ -81652,6 +100754,13 @@ Date: Fri Oct 26 22:17:29 2007 +0000 Monotone-Date: 2007-10-26T22:17:29 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/Templates/MailerUI/UIxMailPopupView.wox +M UI/Templates/MailerUI/UIxMailView.wox +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailPopupView.js + commit 91d10b14b5f94d18c7e8c27114b3610c00b4e1a9 Author: Wolfgang Sourdeau Date: Fri Oct 26 20:29:06 2007 +0000 @@ -81663,6 +100772,15 @@ Date: Fri Oct 26 20:29:06 2007 +0000 Monotone-Date: 2007-10-26T20:29:06 Monotone-Branch: ca.inverse.sogo +M Scripts/sogo-init.d-debian +M Scripts/sogo-init.d-redhat +D Scripts/sogo-init.d-rhel4 +D Scripts/sogocron.sh +D Scripts/sogod-0.9 +A Scripts/sogod-0.9-debian +A Scripts/sogod-0.9-redhat +D Scripts/sogod-redhat + commit e454587e2af82130344f6365faa821e7f14a3820 Author: Wolfgang Sourdeau Date: Fri Oct 26 15:54:44 2007 +0000 @@ -81674,6 +100792,8 @@ Date: Fri Oct 26 15:54:44 2007 +0000 Monotone-Date: 2007-10-26T15:54:44 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 9dedbb0c7d9c0e831969203ab105cda7c71702cb Author: Wolfgang Sourdeau Date: Fri Oct 26 15:50:27 2007 +0000 @@ -81685,21 +100805,8 @@ Date: Fri Oct 26 15:50:27 2007 +0000 Monotone-Date: 2007-10-26T15:50:27 Monotone-Branch: ca.inverse.sogo -commit 708dcfc0b18c491ce28f0259b8765775a896bac6 -Merge: 5ce7f9d 116df61 -Author: Wolfgang Sourdeau -Date: Fri Oct 26 15:36:34 2007 +0000 - - merge of '286ef895fa5866cbba4e854f1db4225df88da0b5' - and '43873f327e4f2327b78f3b1c2f2c079cbe5f76d0' - - Monotone-Parent: 286ef895fa5866cbba4e854f1db4225df88da0b5 - Monotone-Parent: 43873f327e4f2327b78f3b1c2f2c079cbe5f76d0 - Monotone-Revision: 4557d2116359d7e6bf6cc5b09aa5249747d99199 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-10-26T15:36:34 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBodyPart.m commit 116df618efa1ad126cb11508efeb37591fa36b25 Author: Wolfgang Sourdeau @@ -81712,6 +100819,16 @@ Date: Fri Oct 26 15:35:51 2007 +0000 Monotone-Date: 2007-10-26T15:35:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/PreferencesUI/UIxPreferences.m +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/MailerUI.js + commit 941605d08f2bb1710aff2dd12a4787f438ff89b9 Author: Wolfgang Sourdeau Date: Fri Oct 26 14:26:01 2007 +0000 @@ -81723,6 +100840,12 @@ Date: Fri Oct 26 14:26:01 2007 +0000 Monotone-Date: 2007-10-26T14:26:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/Mailer/SOGoMailObject.m +M UI/MailerUI/UIxMailListView.m + commit 5ce7f9d3770cd1f7a7807b57e5e18b7d888a9f9f Author: Francis Lachapelle Date: Fri Oct 26 14:19:40 2007 +0000 @@ -81734,6 +100857,10 @@ Date: Fri Oct 26 14:19:40 2007 +0000 Monotone-Date: 2007-10-26T14:19:40 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.css +M UI/WebServerResources/generic.css +M UI/WebServerResources/iefixes.css + commit 127599b7ff3216c9b7a8f847bf7e59b02b08a3d2 Author: Wolfgang Sourdeau Date: Fri Oct 26 13:58:15 2007 +0000 @@ -81745,21 +100872,7 @@ Date: Fri Oct 26 13:58:15 2007 +0000 Monotone-Date: 2007-10-26T13:58:15 Monotone-Branch: ca.inverse.sogo -commit f9d0c78e93268db2a485b34e240196fbb5c89b8c -Merge: db25967 a62ca91 -Author: Francis Lachapelle -Date: Thu Oct 25 20:36:28 2007 +0000 - - merge of '6554f23cdb0a8f5750823a6297e26d8134456619' - and 'e66413b1d356cd2a685502a8443bfd09cf20b6a5' - - Monotone-Parent: 6554f23cdb0a8f5750823a6297e26d8134456619 - Monotone-Parent: e66413b1d356cd2a685502a8443bfd09cf20b6a5 - Monotone-Revision: 63a530bbdbc486f47136825ad11a2ed0267f8e1e - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-10-25T20:36:28 - Monotone-Branch: ca.inverse.sogo +M UI/MainUI/SOGoUserHomePage.m commit db25967bd20a180c7b0a99f23f74055860f2be02 Author: Francis Lachapelle @@ -81772,21 +100885,9 @@ Date: Thu Oct 25 20:36:08 2007 +0000 Monotone-Date: 2007-10-25T20:36:08 Monotone-Branch: ca.inverse.sogo -commit a62ca9197571285316e7148172c8d380c8d3821e -Merge: ca1db4c 9657b7f -Author: Wolfgang Sourdeau -Date: Thu Oct 25 20:12:19 2007 +0000 - - merge of '0ebf0ab3929b5c634b6870dbdf4648265482e512' - and '92223c349e36554e352239ae2da737603abfaea3' - - Monotone-Parent: 0ebf0ab3929b5c634b6870dbdf4648265482e512 - Monotone-Parent: 92223c349e36554e352239ae2da737603abfaea3 - Monotone-Revision: e66413b1d356cd2a685502a8443bfd09cf20b6a5 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-10-25T20:12:19 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailPopupView.js commit 9657b7f1d8ddbf67b5efe770da0ba2134a491155 Author: Wolfgang Sourdeau @@ -81799,6 +100900,16 @@ Date: Thu Oct 25 20:07:56 2007 +0000 Monotone-Date: 2007-10-25T20:07:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.m +M UI/WebServerResources/MailerUI.css +A UI/WebServerResources/icon-deleted.png +A UI/WebServerResources/icon-forwarded-replied.png +A UI/WebServerResources/icon-forwarded.png +A UI/WebServerResources/icon-new.png +A UI/WebServerResources/icon-replied.png +D UI/WebServerResources/message-mail.png + commit ca1db4cbd1be795ddc31b9a9daa0db7b045442a4 Author: Francis Lachapelle Date: Thu Oct 25 19:41:49 2007 +0000 @@ -81810,21 +100921,7 @@ Date: Thu Oct 25 19:41:49 2007 +0000 Monotone-Date: 2007-10-25T19:41:49 Monotone-Branch: ca.inverse.sogo -commit c8111dd1133bf5a3b9c89cfa84024bf60c0c8605 -Merge: 1838a83 2ee860c -Author: Francis Lachapelle -Date: Thu Oct 25 19:22:23 2007 +0000 - - merge of '0a3d8971fb4a3b2c5dfbe3f501204e4f46f3ce96' - and '411e18da9b8303cd9a4927e92d807baf5025523f' - - Monotone-Parent: 0a3d8971fb4a3b2c5dfbe3f501204e4f46f3ce96 - Monotone-Parent: 411e18da9b8303cd9a4927e92d807baf5025523f - Monotone-Revision: b8739c38c2f4892f1fb2d687073e8cd5538e75f8 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-10-25T19:22:23 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js commit 1838a833fa51b9aaab8f12ebc8656e8b56768e57 Author: Francis Lachapelle @@ -81837,6 +100934,10 @@ Date: Thu Oct 25 19:22:07 2007 +0000 Monotone-Date: 2007-10-25T19:22:07 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/generic.js + commit 13e305129827f46cfb47810beef612d42e4388a9 Author: Wolfgang Sourdeau Date: Thu Oct 25 18:35:24 2007 +0000 @@ -81848,6 +100949,8 @@ Date: Thu Oct 25 18:35:24 2007 +0000 Monotone-Date: 2007-10-25T18:35:24 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1546.diff + commit 2ee860c330c5fbe05f915b4d395ad11e9a023549 Author: Wolfgang Sourdeau Date: Thu Oct 25 17:56:47 2007 +0000 @@ -81859,6 +100962,8 @@ Date: Thu Oct 25 17:56:47 2007 +0000 Monotone-Date: 2007-10-25T17:56:47 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit bd499b0c88848077906d165d9ce14954f8fd8710 Author: Wolfgang Sourdeau Date: Thu Oct 25 17:34:27 2007 +0000 @@ -81870,21 +100975,7 @@ Date: Thu Oct 25 17:34:27 2007 +0000 Monotone-Date: 2007-10-25T17:34:27 Monotone-Branch: ca.inverse.sogo -commit 1ecd73a134a20bf2a381c0064c00dda16ca84aab -Merge: cbd3b01 78d3048 -Author: Wolfgang Sourdeau -Date: Thu Oct 25 15:29:13 2007 +0000 - - merge of '5510a075ff0317a22da3bd5c546abb2ce9386a21' - and '8a165a32a6a836849e62e7fa408d15b5ce3c7a25' - - Monotone-Parent: 5510a075ff0317a22da3bd5c546abb2ce9386a21 - Monotone-Parent: 8a165a32a6a836849e62e7fa408d15b5ce3c7a25 - Monotone-Revision: aac6a8a6798d9e703464623588abec8ba095b7e3 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-10-25T15:29:13 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js commit cbd3b01764aad15288671a0ffe0891a7ddd3d651 Author: Wolfgang Sourdeau @@ -81897,6 +100988,8 @@ Date: Thu Oct 25 15:28:59 2007 +0000 Monotone-Date: 2007-10-25T15:28:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 52cee6495ac61057405d305914d14917b8a405d8 Author: Wolfgang Sourdeau Date: Thu Oct 25 15:28:14 2007 +0000 @@ -81908,6 +101001,8 @@ Date: Thu Oct 25 15:28:14 2007 +0000 Monotone-Date: 2007-10-25T15:28:14 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailEditor.m + commit 3c1bb5f1d8c6a91388cf931d78167306430e4f60 Author: Wolfgang Sourdeau Date: Thu Oct 25 15:28:06 2007 +0000 @@ -81919,6 +101014,9 @@ Date: Thu Oct 25 15:28:06 2007 +0000 Monotone-Date: 2007-10-25T15:28:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject+Draft.m + commit 0b7a73dc68f7583d5566a7aae161ac1534385f87 Author: Wolfgang Sourdeau Date: Thu Oct 25 15:26:54 2007 +0000 @@ -81930,6 +101028,9 @@ Date: Thu Oct 25 15:26:54 2007 +0000 Monotone-Date: 2007-10-25T15:26:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.m + commit ec5b15c2bb2be4e1ff58f4944b8eaff805ab0cdb Author: Wolfgang Sourdeau Date: Thu Oct 25 15:25:39 2007 +0000 @@ -81941,6 +101042,9 @@ Date: Thu Oct 25 15:25:39 2007 +0000 Monotone-Date: 2007-10-25T15:25:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit 854ee96841c727f94954733e3d9742d248ebdf66 Author: Wolfgang Sourdeau Date: Thu Oct 25 15:23:25 2007 +0000 @@ -81952,6 +101056,8 @@ Date: Thu Oct 25 15:23:25 2007 +0000 Monotone-Date: 2007-10-25T15:23:25 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/GNUmakefile + commit 746063a94038d872f1bbc1602dd201ba88e9f6ec Author: Wolfgang Sourdeau Date: Thu Oct 25 15:23:17 2007 +0000 @@ -81963,21 +101069,9 @@ Date: Thu Oct 25 15:23:17 2007 +0000 Monotone-Date: 2007-10-25T15:23:17 Monotone-Branch: ca.inverse.sogo -commit 78d3048cdb7ce6f5b752d84fa1f9ba20b29eb720 -Merge: 93f24ba b2ed4bf -Author: Francis Lachapelle -Date: Thu Oct 25 14:05:29 2007 +0000 - - merge of '7ee0c1dd084226bd61d44f69428903723aac6bbc' - and 'd740c679cf1cefcedfad26e298c71bde54a6286d' - - Monotone-Parent: 7ee0c1dd084226bd61d44f69428903723aac6bbc - Monotone-Parent: d740c679cf1cefcedfad26e298c71bde54a6286d - Monotone-Revision: 8a165a32a6a836849e62e7fa408d15b5ce3c7a25 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-10-25T14:05:29 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Mailer/NSData+Mail.h +A SoObjects/Mailer/NSData+Mail.m commit b2ed4bfad4cda4eabe8cf527b0bb45efbd26b03b Author: Francis Lachapelle @@ -81990,6 +101084,8 @@ Date: Wed Oct 24 20:06:53 2007 +0000 Monotone-Date: 2007-10-24T20:06:53 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.m + commit 93f24ba25b7230e9cb8f765559dd9282fb339cb0 Author: Wolfgang Sourdeau Date: Wed Oct 24 17:21:33 2007 +0000 @@ -82001,21 +101097,8 @@ Date: Wed Oct 24 17:21:33 2007 +0000 Monotone-Date: 2007-10-24T17:21:33 Monotone-Branch: ca.inverse.sogo -commit 90903cd520cbe0f2c002c567d526daccd116fc0b -Merge: 376cf9d d1bc275 -Author: Wolfgang Sourdeau -Date: Wed Oct 24 17:11:26 2007 +0000 - - merge of '73129aff4f6b4b95f21676585470ad140c466afe' - and 'd82071db080ca95a635a31828f573df51471c057' - - Monotone-Parent: 73129aff4f6b4b95f21676585470ad140c466afe - Monotone-Parent: d82071db080ca95a635a31828f573df51471c057 - Monotone-Revision: 84918f7ffc2695a68b90c84f75767b8b17f3d954 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-10-24T17:11:26 - Monotone-Branch: ca.inverse.sogo +D SOPE/sope-patchset-r1544.diff +D SOPE/sope-patchset-r1545.diff commit d1bc275c1f7fe448cd0b4cd3abfcd47f1d41ceaa Author: Francis Lachapelle @@ -82028,21 +101111,9 @@ Date: Wed Oct 24 17:10:16 2007 +0000 Monotone-Date: 2007-10-24T17:10:16 Monotone-Branch: ca.inverse.sogo -commit 376cf9dedc0f8968a136b8a32a153d85bb6590d5 -Merge: 2ff9d68 f03e5f5 -Author: Wolfgang Sourdeau -Date: Wed Oct 24 16:56:45 2007 +0000 - - merge of '144891fa296b6c974c0d29524a0c1c6609d48279' - and '2cfe32432efb28a38a497bae78a3b7dcc275af26' - - Monotone-Parent: 144891fa296b6c974c0d29524a0c1c6609d48279 - Monotone-Parent: 2cfe32432efb28a38a497bae78a3b7dcc275af26 - Monotone-Revision: 73129aff4f6b4b95f21676585470ad140c466afe - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-10-24T16:56:45 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalendarSelector.wox +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js commit f03e5f5e14ab83a2e94e68a439e36bc301af2c99 Author: Wolfgang Sourdeau @@ -82055,6 +101126,9 @@ Date: Wed Oct 24 16:56:34 2007 +0000 Monotone-Date: 2007-10-24T16:56:34 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-gdl1/GDLContentStore/ChangeLog +M SOPE/sope-gdl1/GDLContentStore/GCSFolderManager.m + commit 2ff9d68fbd1e470a488fef5a95c965195a375bd9 Author: Francis Lachapelle Date: Wed Oct 24 15:52:08 2007 +0000 @@ -82066,6 +101140,14 @@ Date: Wed Oct 24 15:52:08 2007 +0000 Monotone-Date: 2007-10-24T15:52:08 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings +M UI/Scheduler/UIxCalendarSelector.m +M UI/Templates/SchedulerUI/UIxCalendarSelector.wox +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js + commit 3c0a5d75a65e4f49040eaa4ef9612d68e666838b Author: Wolfgang Sourdeau Date: Tue Oct 23 22:06:34 2007 +0000 @@ -82077,6 +101159,8 @@ Date: Tue Oct 23 22:06:34 2007 +0000 Monotone-Date: 2007-10-23T22:06:34 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit d959b818bad1756d03b05e69bf9b1708d2373b28 Author: Wolfgang Sourdeau Date: Tue Oct 23 22:04:39 2007 +0000 @@ -82088,6 +101172,8 @@ Date: Tue Oct 23 22:04:39 2007 +0000 Monotone-Date: 2007-10-23T22:04:39 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.m + commit 8177a6cab006d9cac9aef6f6874f609fea8a7a76 Author: Wolfgang Sourdeau Date: Tue Oct 23 22:04:34 2007 +0000 @@ -82099,6 +101185,8 @@ Date: Tue Oct 23 22:04:34 2007 +0000 Monotone-Date: 2007-10-23T22:04:34 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.m + commit ea251a4d8229db9f76f3f67fb6d17754247f98d4 Author: Wolfgang Sourdeau Date: Tue Oct 23 21:59:46 2007 +0000 @@ -82110,6 +101198,10 @@ Date: Tue Oct 23 21:59:46 2007 +0000 Monotone-Date: 2007-10-23T21:59:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSArray+Utilities.m +M SoObjects/SOGo/NSDictionary+Utilities.m + commit 5d2e26984211fd3fdc4267345b83110f149cc4ac Author: Wolfgang Sourdeau Date: Tue Oct 23 21:04:46 2007 +0000 @@ -82121,6 +101213,8 @@ Date: Tue Oct 23 21:04:46 2007 +0000 Monotone-Date: 2007-10-23T21:04:46 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-patchset-r1546.diff + commit e963d80625b88baccb798462ec6345575e41c33a Author: Wolfgang Sourdeau Date: Tue Oct 23 17:46:51 2007 +0000 @@ -82132,6 +101226,9 @@ Date: Tue Oct 23 17:46:51 2007 +0000 Monotone-Date: 2007-10-23T17:46:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit 3fbd803d520a26fb51116d7e1abc84748eeb518d Author: Wolfgang Sourdeau Date: Tue Oct 23 17:46:08 2007 +0000 @@ -82143,6 +101240,10 @@ Date: Tue Oct 23 17:46:08 2007 +0000 Monotone-Date: 2007-10-23T17:46:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailFolder.m + commit 529add7c30f995b5373f6bc8155324d398ad17d9 Author: Wolfgang Sourdeau Date: Tue Oct 23 17:44:20 2007 +0000 @@ -82154,6 +101255,8 @@ Date: Tue Oct 23 17:44:20 2007 +0000 Monotone-Date: 2007-10-23T17:44:20 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 0eb260dacf371e31cacdeb9c9c86e90818b7ac72 Author: Francis Lachapelle Date: Tue Oct 23 14:39:29 2007 +0000 @@ -82165,6 +101268,9 @@ Date: Tue Oct 23 14:39:29 2007 +0000 Monotone-Date: 2007-10-23T14:39:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit 043624b59e1b363458aec5f0989c2ff1b6bbd68a Author: Wolfgang Sourdeau Date: Mon Oct 22 22:25:03 2007 +0000 @@ -82176,6 +101282,9 @@ Date: Mon Oct 22 22:25:03 2007 +0000 Monotone-Date: 2007-10-22T22:25:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.m + commit 01917937719354165db1351a4ff6c574d3d0d70c Author: Wolfgang Sourdeau Date: Mon Oct 22 22:24:08 2007 +0000 @@ -82187,6 +101296,10 @@ Date: Mon Oct 22 22:24:08 2007 +0000 Monotone-Date: 2007-10-22T22:24:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m + commit 747f4c0f1982e2d562621cde03a4f36b4f28650c Author: Wolfgang Sourdeau Date: Mon Oct 22 22:18:07 2007 +0000 @@ -82198,6 +101311,9 @@ Date: Mon Oct 22 22:18:07 2007 +0000 Monotone-Date: 2007-10-22T22:18:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDIFEntry.m + commit ccdcc62564eadec7a487746afc373780691b157a Author: Wolfgang Sourdeau Date: Mon Oct 22 22:03:45 2007 +0000 @@ -82209,6 +101325,8 @@ Date: Mon Oct 22 22:03:45 2007 +0000 Monotone-Date: 2007-10-22T22:03:45 Monotone-Branch: ca.inverse.sogo +A SOPE/sope-patchset-r1546.diff + commit 29e71363326b47b1e9969889f9332108f9c96674 Author: Wolfgang Sourdeau Date: Mon Oct 22 21:59:20 2007 +0000 @@ -82220,6 +101338,17 @@ Date: Mon Oct 22 21:59:20 2007 +0000 Monotone-Date: 2007-10-22T21:59:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M UI/MailerUI/UIxMailActions.m +M UI/MailerUI/UIxMailListView.m +M UI/MailerUI/product.plist +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.js + commit 5f97744f45a98b9e16c098bff68206ce5b696fec Author: Wolfgang Sourdeau Date: Mon Oct 22 21:56:27 2007 +0000 @@ -82231,6 +101360,8 @@ Date: Mon Oct 22 21:56:27 2007 +0000 Monotone-Date: 2007-10-22T21:56:27 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 54812bd74ed1a68efe33fd74ebaf8b634fc3caf3 Author: Wolfgang Sourdeau Date: Mon Oct 22 21:55:32 2007 +0000 @@ -82242,6 +101373,8 @@ Date: Mon Oct 22 21:55:32 2007 +0000 Monotone-Date: 2007-10-22T21:55:32 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxComponentEditor.wox + commit e10b21b9091dd9fad60ec1c1fff5a16f24f90ab9 Author: Wolfgang Sourdeau Date: Mon Oct 22 21:55:17 2007 +0000 @@ -82253,6 +101386,10 @@ Date: Mon Oct 22 21:55:17 2007 +0000 Monotone-Date: 2007-10-22T21:55:17 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsFilterPanel.wox +M UI/Templates/MailerUI/UIxMailFilterPanel.wox +M UI/Templates/SchedulerUI/UIxCalFilterPanel.wox + commit 0cf72fe137eaa5fdac5977a77147ee8fc531a180 Author: Wolfgang Sourdeau Date: Mon Oct 22 21:53:59 2007 +0000 @@ -82264,6 +101401,10 @@ Date: Mon Oct 22 21:53:59 2007 +0000 Monotone-Date: 2007-10-22T21:53:59 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings + commit fc4f12072b1d0761afbf79ea217b6ed1ba31c78d Author: Wolfgang Sourdeau Date: Mon Oct 22 21:53:31 2007 +0000 @@ -82275,6 +101416,10 @@ Date: Mon Oct 22 21:53:31 2007 +0000 Monotone-Date: 2007-10-22T21:53:31 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxTaskEditor.css +M UI/WebServerResources/generic.css + commit b65772bbff2a4f952cb1f705d9446bb6e93e33cd Author: Wolfgang Sourdeau Date: Mon Oct 22 21:52:13 2007 +0000 @@ -82286,21 +101431,7 @@ Date: Mon Oct 22 21:52:13 2007 +0000 Monotone-Date: 2007-10-22T21:52:13 Monotone-Branch: ca.inverse.sogo -commit 3752adf2c6143460ecc68a7237c49892fc159371 -Merge: ab26db1 088482a -Author: Wolfgang Sourdeau -Date: Mon Oct 22 16:07:51 2007 +0000 - - merge of '0041273d01585512fe8832e36abdf07e9decc527' - and '70caa6c315c0b61c28f0ef9d832f18f6cd4ba00f' - - Monotone-Parent: 0041273d01585512fe8832e36abdf07e9decc527 - Monotone-Parent: 70caa6c315c0b61c28f0ef9d832f18f6cd4ba00f - Monotone-Revision: 9bd3efbf4f547d824498717029033f28648869c2 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-10-22T16:07:51 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoFolder.m commit 088482accb56978208bdee3c12be56c62f7a3d59 Author: Wolfgang Sourdeau @@ -82313,6 +101444,11 @@ Date: Mon Oct 22 16:07:12 2007 +0000 Monotone-Date: 2007-10-22T16:07:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M UI/MailerUI/UIxMailFolderActions.m + commit 63f23180958030282bb067034e88b29fb8c412b1 Author: Wolfgang Sourdeau Date: Mon Oct 22 16:02:36 2007 +0000 @@ -82324,21 +101460,7 @@ Date: Mon Oct 22 16:02:36 2007 +0000 Monotone-Date: 2007-10-22T16:02:36 Monotone-Branch: ca.inverse.sogo -commit ab26db1f989e00ac0ce746cd8c6ccfe0c58f5c7c -Merge: 5df57e7 4f7f132 -Author: Francis Lachapelle -Date: Mon Oct 22 15:18:41 2007 +0000 - - merge of '5d835533f52a26e3b8bb1a2570a4ac5d20e8e7a6' - and 'd3291322d5661d3ab179d4b554b40c2516e33731' - - Monotone-Parent: 5d835533f52a26e3b8bb1a2570a4ac5d20e8e7a6 - Monotone-Parent: d3291322d5661d3ab179d4b554b40c2516e33731 - Monotone-Revision: 0041273d01585512fe8832e36abdf07e9decc527 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-10-22T15:18:41 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailAccount.m commit 5df57e72217288aa73af52a4996d8fa6ea64594b Author: Wolfgang Sourdeau @@ -82351,6 +101473,9 @@ Date: Mon Oct 22 13:50:49 2007 +0000 Monotone-Date: 2007-10-22T13:50:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.m + commit beb67d0f0e3ce9e9c101e5ce43f22dfa603b29b9 Author: Wolfgang Sourdeau Date: Mon Oct 22 13:49:53 2007 +0000 @@ -82362,6 +101487,8 @@ Date: Mon Oct 22 13:49:53 2007 +0000 Monotone-Date: 2007-10-22T13:49:53 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/product.plist + commit 4f7f1325411d6282864006f58587b87347c77758 Author: Francis Lachapelle Date: Fri Oct 19 21:08:19 2007 +0000 @@ -82373,6 +101500,8 @@ Date: Fri Oct 19 21:08:19 2007 +0000 Monotone-Date: 2007-10-19T21:08:19 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css + commit a1e71ce8a51c7ffb737c6a30d78757a959e4d74f Author: Wolfgang Sourdeau Date: Fri Oct 19 21:00:27 2007 +0000 @@ -82384,6 +101513,8 @@ Date: Fri Oct 19 21:00:27 2007 +0000 Monotone-Date: 2007-10-19T21:00:27 Monotone-Branch: ca.inverse.sogo +A SOPE/sope-patchset-r1545.diff + commit beb22ac722e9cf7372174dac78e2cbd46055344f Author: Wolfgang Sourdeau Date: Fri Oct 19 21:00:25 2007 +0000 @@ -82395,21 +101526,7 @@ Date: Fri Oct 19 21:00:25 2007 +0000 Monotone-Date: 2007-10-19T21:00:25 Monotone-Branch: ca.inverse.sogo -commit 41499c069be7b8e06fcffd9cab1d7bdb21db7cb3 -Merge: 1e29a6e b1c41eb -Author: Wolfgang Sourdeau -Date: Fri Oct 19 19:33:01 2007 +0000 - - merge of '1c43299cc4dd7d03f90df10c2a39ffe39966165a' - and 'f775647c24125f4df21cdc41b3c4eae6eccec830' - - Monotone-Parent: 1c43299cc4dd7d03f90df10c2a39ffe39966165a - Monotone-Parent: f775647c24125f4df21cdc41b3c4eae6eccec830 - Monotone-Revision: cced931fa315625b655b851184d3453c3a115eee - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-10-19T19:33:01 - Monotone-Branch: ca.inverse.sogo +M Main/sogod.m commit 1e29a6e20cdcbb427ff3a15909845cd37d78b8c7 Author: Wolfgang Sourdeau @@ -82422,6 +101539,8 @@ Date: Fri Oct 19 19:32:00 2007 +0000 Monotone-Date: 2007-10-19T19:32:00 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit af43e25a1fbffad60795b61c4e7b8764ae1c7e99 Author: Wolfgang Sourdeau Date: Fri Oct 19 19:24:21 2007 +0000 @@ -82433,6 +101552,8 @@ Date: Fri Oct 19 19:24:21 2007 +0000 Monotone-Date: 2007-10-19T19:24:21 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit efdd4d3387496b03927fd1bbeeb1348999fbbb8e Author: Wolfgang Sourdeau Date: Fri Oct 19 19:23:57 2007 +0000 @@ -82444,6 +101565,9 @@ Date: Fri Oct 19 19:23:57 2007 +0000 Monotone-Date: 2007-10-19T19:23:57 Monotone-Branch: ca.inverse.sogo +M SOPE/sope-gdl1/GDLContentStore/ChangeLog +M SOPE/sope-gdl1/GDLContentStore/GCSFolderManager.m + commit b1c41eb8b95e097526f25b159396069c13a12291 Author: Francis Lachapelle Date: Fri Oct 19 19:03:21 2007 +0000 @@ -82455,6 +101579,9 @@ Date: Fri Oct 19 19:03:21 2007 +0000 Monotone-Date: 2007-10-19T19:03:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit 754e5024d4ac449f83eca9924b9a98682df6bf84 Author: Wolfgang Sourdeau Date: Fri Oct 19 14:36:33 2007 +0000 @@ -82466,6 +101593,11 @@ Date: Fri Oct 19 14:36:33 2007 +0000 Monotone-Date: 2007-10-19T14:36:33 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxDatePicker.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxTaskEditor.js + commit da1b3fe50853386aa3df3c54ca893484e329f0d3 Author: Wolfgang Sourdeau Date: Thu Oct 18 22:48:44 2007 +0000 @@ -82477,6 +101609,8 @@ Date: Thu Oct 18 22:48:44 2007 +0000 Monotone-Date: 2007-10-18T22:48:44 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/SOGoRootPage.m + commit 80e74f3de2d269002f98d977fb4611af7e1a4baa Author: Wolfgang Sourdeau Date: Thu Oct 18 22:48:34 2007 +0000 @@ -82488,6 +101622,9 @@ Date: Thu Oct 18 22:48:34 2007 +0000 Monotone-Date: 2007-10-18T22:48:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoWebAuthenticator.m + commit 33cbdee6840e2d9139a893c78e131c143ebf0f88 Author: Wolfgang Sourdeau Date: Thu Oct 18 21:54:24 2007 +0000 @@ -82499,6 +101636,18 @@ Date: Thu Oct 18 21:54:24 2007 +0000 Monotone-Date: 2007-10-18T21:54:24 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactEditor.wox +M UI/Templates/ContactsUI/UIxContactsUserFolders.wox +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/Templates/MailerUI/UIxMailToSelection.wox +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxContactEditor.js + commit 09c93edd982d1aa368422e3bb8076fd7a3ed4c90 Author: Wolfgang Sourdeau Date: Thu Oct 18 21:53:43 2007 +0000 @@ -82510,6 +101659,9 @@ Date: Thu Oct 18 21:53:43 2007 +0000 Monotone-Date: 2007-10-18T21:53:43 Monotone-Branch: ca.inverse.sogo +D UI/Templates/MailerUI/UIxMailTree.wox +D UI/Templates/MailerUI/UIxMailTreeBlockJS.wox + commit 17f82196c83e7fc4097d9fb16fb9b6f463ff181a Author: Wolfgang Sourdeau Date: Thu Oct 18 21:40:04 2007 +0000 @@ -82521,6 +101673,8 @@ Date: Thu Oct 18 21:40:04 2007 +0000 Monotone-Date: 2007-10-18T21:40:04 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 6d93652deab1da6d3e279b0548d1ed3ac566645c Author: Wolfgang Sourdeau Date: Thu Oct 18 20:08:35 2007 +0000 @@ -82532,21 +101686,9 @@ Date: Thu Oct 18 20:08:35 2007 +0000 Monotone-Date: 2007-10-18T20:08:35 Monotone-Branch: ca.inverse.sogo -commit aa0f8d2c4abc828ae53c891c8c24d18f3b59ade9 -Merge: 361e31b 3fd8ee0 -Author: Wolfgang Sourdeau -Date: Thu Oct 18 17:20:18 2007 +0000 - - merge of '57ab60b3a3a179042115ec92eeabf44470945a9c' - and '7822887b219614cd66e9d1e19da4799f884657bf' - - Monotone-Parent: 57ab60b3a3a179042115ec92eeabf44470945a9c - Monotone-Parent: 7822887b219614cd66e9d1e19da4799f884657bf - Monotone-Revision: 0ed0ef307cb74b67ba17424e0e8a0e04a8364e9f - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-10-18T17:20:18 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.h +M UI/Common/UIxPageFrame.m commit 361e31b6429f1c1ca9d125c2605347cd09bfdf31 Author: Wolfgang Sourdeau @@ -82559,6 +101701,9 @@ Date: Thu Oct 18 17:19:05 2007 +0000 Monotone-Date: 2007-10-18T17:19:05 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js + commit c402989dde64ff7f42a828467aee3576002636b5 Author: Wolfgang Sourdeau Date: Thu Oct 18 17:18:53 2007 +0000 @@ -82570,6 +101715,8 @@ Date: Thu Oct 18 17:18:53 2007 +0000 Monotone-Date: 2007-10-18T17:18:53 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 2bcbf95a3b6e0038f748cf3208de40d29d0038ea Author: Wolfgang Sourdeau Date: Thu Oct 18 17:18:48 2007 +0000 @@ -82581,6 +101728,11 @@ Date: Thu Oct 18 17:18:48 2007 +0000 Monotone-Date: 2007-10-18T17:18:48 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/JavascriptAPIExtensions.js +M UI/WebServerResources/UIxContactEditor.js +M UI/WebServerResources/UIxMailEditor.js + commit 41b41137bc1c2b73f8940e7965c65b80056f1726 Author: Wolfgang Sourdeau Date: Thu Oct 18 17:17:29 2007 +0000 @@ -82592,6 +101744,9 @@ Date: Thu Oct 18 17:17:29 2007 +0000 Monotone-Date: 2007-10-18T17:17:29 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m + commit 96d5e5af9e6705b008b8a04cce4456bcf18b89eb Author: Wolfgang Sourdeau Date: Thu Oct 18 14:45:11 2007 +0000 @@ -82603,6 +101758,8 @@ Date: Thu Oct 18 14:45:11 2007 +0000 Monotone-Date: 2007-10-18T14:45:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 67f33463b14108d7663a1a28a4d4f561168e7d1b Author: Wolfgang Sourdeau Date: Thu Oct 18 14:44:58 2007 +0000 @@ -82614,21 +101771,12 @@ Date: Thu Oct 18 14:44:58 2007 +0000 Monotone-Date: 2007-10-18T14:44:58 Monotone-Branch: ca.inverse.sogo -commit 3fd8ee059fefc821d415fe9128f147efe3c7d50a -Merge: bd3b16a 4e7ed2d -Author: Dominik Gehl -Date: Thu Oct 18 01:44:28 2007 +0000 - - merge of '7659385c293a64fbec59fda5d5bf34bcd7b51d96' - and 'f8b29d68c36441f92d7ffe8056a95fd25a2fd409' - - Monotone-Parent: 7659385c293a64fbec59fda5d5bf34bcd7b51d96 - Monotone-Parent: f8b29d68c36441f92d7ffe8056a95fd25a2fd409 - Monotone-Revision: 7822887b219614cd66e9d1e19da4799f884657bf - - Monotone-Author: dgehl@inverse.ca - Monotone-Date: 2007-10-18T01:44:28 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.h +M UI/Common/UIxPageFrame.m +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/generic.js commit bd3b16ab89c3b9d2dd2f3af10b2d4fe092af1bf8 Author: Dominik Gehl @@ -82643,6 +101791,8 @@ Date: Thu Oct 18 01:44:14 2007 +0000 Monotone-Date: 2007-10-18T01:44:14 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/tbtv_sent_17x17.gif + commit 4e7ed2dab845bdf4f4fe0b99148bf9cc93885f0e Author: Wolfgang Sourdeau Date: Wed Oct 17 22:29:51 2007 +0000 @@ -82654,6 +101804,18 @@ Date: Wed Oct 17 22:29:51 2007 +0000 Monotone-Date: 2007-10-17T22:29:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SoObjects/Mailer/SOGoMailObject.h +M SoObjects/Mailer/SOGoMailObject.m +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/UIxMailActions.m +M UI/MailerUI/product.plist +M UI/WebServerResources/MailerUI+dTree.js +M UI/WebServerResources/MailerUI.js + commit fdf333c65c425d44b1e3f061c26809f8fb9d2245 Author: Wolfgang Sourdeau Date: Wed Oct 17 22:29:48 2007 +0000 @@ -82665,6 +101827,8 @@ Date: Wed Oct 17 22:29:48 2007 +0000 Monotone-Date: 2007-10-17T22:29:48 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 4f25878d1c21298594c3bf7e19a6faae306fcab2 Author: Wolfgang Sourdeau Date: Wed Oct 17 22:29:18 2007 +0000 @@ -82676,6 +101840,8 @@ Date: Wed Oct 17 22:29:18 2007 +0000 Monotone-Date: 2007-10-17T22:29:18 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox + commit dbfc264c52f211deee8287c7c18cb8e5074363f5 Author: Wolfgang Sourdeau Date: Wed Oct 17 22:29:12 2007 +0000 @@ -82687,6 +101853,9 @@ Date: Wed Oct 17 22:29:12 2007 +0000 Monotone-Date: 2007-10-17T22:29:12 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/generic.css + commit dc62bcdb2a627ec8aa56fabc55f9318749b3a084 Author: Wolfgang Sourdeau Date: Wed Oct 17 21:05:09 2007 +0000 @@ -82698,6 +101867,8 @@ Date: Wed Oct 17 21:05:09 2007 +0000 Monotone-Date: 2007-10-17T21:05:09 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 901304d72294b2f66bc89dad5654373f1d1cf3a0 Author: Wolfgang Sourdeau Date: Wed Oct 17 21:03:39 2007 +0000 @@ -82709,6 +101880,16 @@ Date: Wed Oct 17 21:03:39 2007 +0000 Monotone-Date: 2007-10-17T21:03:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.m +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/MailerUI/UIxMailFolderActions.m +M UI/MailerUI/product.plist +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/MailerUI.js + commit eab8fb4f400bb2774d3b44362a86e7132e8e7fac Author: Wolfgang Sourdeau Date: Wed Oct 17 19:44:08 2007 +0000 @@ -82720,6 +101901,8 @@ Date: Wed Oct 17 19:44:08 2007 +0000 Monotone-Date: 2007-10-17T19:44:08 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 3059d828aafeb14f91fb73de9ae379d942fbe30d Author: Wolfgang Sourdeau Date: Wed Oct 17 19:08:00 2007 +0000 @@ -82731,6 +101914,8 @@ Date: Wed Oct 17 19:08:00 2007 +0000 Monotone-Date: 2007-10-17T19:08:00 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 74ee6bbd739acb365a7061b2381599b3a6328935 Author: Wolfgang Sourdeau Date: Wed Oct 17 17:53:27 2007 +0000 @@ -82742,6 +101927,8 @@ Date: Wed Oct 17 17:53:27 2007 +0000 Monotone-Date: 2007-10-17T17:53:27 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/tablekit.js + commit 429cd4b3484249a9d8b4d0ea0e6ae911389340e9 Author: Wolfgang Sourdeau Date: Wed Oct 17 15:49:07 2007 +0000 @@ -82753,6 +101940,8 @@ Date: Wed Oct 17 15:49:07 2007 +0000 Monotone-Date: 2007-10-17T15:49:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 9b3dad5410e98261f11c71b4f6b3ef0123e6a6c7 Author: Wolfgang Sourdeau Date: Wed Oct 17 15:48:18 2007 +0000 @@ -82764,6 +101953,8 @@ Date: Wed Oct 17 15:48:18 2007 +0000 Monotone-Date: 2007-10-17T15:48:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 410a6ff2f23323ce01c8643f61c498c0fe03fddb Author: Wolfgang Sourdeau Date: Wed Oct 17 15:46:59 2007 +0000 @@ -82775,6 +101966,10 @@ Date: Wed Oct 17 15:46:59 2007 +0000 Monotone-Date: 2007-10-17T15:46:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/SOGoACLAdvisory.h +M UI/SOGoUI/SOGoACLAdvisory.m + commit a93ad507cf2e9d4b47020f39d6f1bf4ccf773d2b Author: Wolfgang Sourdeau Date: Wed Oct 17 15:45:23 2007 +0000 @@ -82786,6 +101981,8 @@ Date: Wed Oct 17 15:45:23 2007 +0000 Monotone-Date: 2007-10-17T15:45:23 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/SOGoFolderAdvisory.m + commit e0a96c41c6432780d2122a604d60d25d16166b5f Author: Wolfgang Sourdeau Date: Wed Oct 17 14:53:21 2007 +0000 @@ -82797,6 +101994,9 @@ Date: Wed Oct 17 14:53:21 2007 +0000 Monotone-Date: 2007-10-17T14:53:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m + commit 64188147a0be608aa6defecdd2b44a8185191353 Author: Francis Lachapelle Date: Wed Oct 17 13:26:26 2007 +0000 @@ -82808,6 +102008,8 @@ Date: Wed Oct 17 13:26:26 2007 +0000 Monotone-Date: 2007-10-17T13:26:26 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 1a7df0361918ca3f39dee25cf703d02137a2908c Author: Wolfgang Sourdeau Date: Tue Oct 16 22:30:31 2007 +0000 @@ -82819,6 +102021,8 @@ Date: Tue Oct 16 22:30:31 2007 +0000 Monotone-Date: 2007-10-16T22:30:31 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SOGoFolderFrenchAdditionAdvisory.wox + commit 159f565f81e1942efa9ad53c458097f1b45f48ab Author: Wolfgang Sourdeau Date: Tue Oct 16 22:30:27 2007 +0000 @@ -82830,6 +102034,9 @@ Date: Tue Oct 16 22:30:27 2007 +0000 Monotone-Date: 2007-10-16T22:30:27 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxAclEditor.h +M UI/Templates/UIxAclEditor.wox + commit 68008ddf8fe4e19c2487d90183a8e4830383eb2b Author: Wolfgang Sourdeau Date: Tue Oct 16 22:30:02 2007 +0000 @@ -82841,6 +102048,9 @@ Date: Tue Oct 16 22:30:02 2007 +0000 Monotone-Date: 2007-10-16T22:30:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m + commit 3cc531173c6beea9826acea7fe584c5f0cec8d9d Author: Wolfgang Sourdeau Date: Tue Oct 16 22:29:08 2007 +0000 @@ -82852,6 +102062,9 @@ Date: Tue Oct 16 22:29:08 2007 +0000 Monotone-Date: 2007-10-16T22:29:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxAclEditor.m + commit 93005e568cb75a2374c2a83646dce3d5c48dc1e1 Author: Wolfgang Sourdeau Date: Tue Oct 16 22:14:50 2007 +0000 @@ -82863,6 +102076,12 @@ Date: Tue Oct 16 22:14:50 2007 +0000 Monotone-Date: 2007-10-16T22:14:50 Monotone-Branch: ca.inverse.sogo +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js + commit 206ba45c65fedbeb386b93150271573591a2eda3 Author: Wolfgang Sourdeau Date: Tue Oct 16 22:14:37 2007 +0000 @@ -82874,6 +102093,8 @@ Date: Tue Oct 16 22:14:37 2007 +0000 Monotone-Date: 2007-10-16T22:14:37 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactGCSFolder.m + commit b3e112a022068eda1d68228527aa364876168bd0 Author: Wolfgang Sourdeau Date: Tue Oct 16 22:04:51 2007 +0000 @@ -82885,6 +102106,8 @@ Date: Tue Oct 16 22:04:51 2007 +0000 Monotone-Date: 2007-10-16T22:04:51 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxPageFrame.m + commit b056f482178f25195a548966b0fa326c525db222 Author: Wolfgang Sourdeau Date: Mon Oct 15 19:14:46 2007 +0000 @@ -82896,6 +102119,9 @@ Date: Mon Oct 15 19:14:46 2007 +0000 Monotone-Date: 2007-10-15T19:14:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoFolder.m + commit 7d182c760ff5074132eda0892caa54e72607e621 Author: Ludovic Marcotte Date: Sun Oct 14 16:07:22 2007 +0000 @@ -82909,6 +102135,20 @@ Date: Sun Oct 14 16:07:22 2007 +0000 Monotone-Date: 2007-10-14T16:07:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/SOGo/SOGoFolder.m +M UI/SOGoUI/GNUmakefile +M UI/SOGoUI/SOGoACLAdvisory.m +A UI/SOGoUI/SOGoFolderAdvisory.h +A UI/SOGoUI/SOGoFolderAdvisory.m +A UI/Templates/SOGoFolderEnglishAdditionAdvisory.wox +A UI/Templates/SOGoFolderEnglishRemovalAdvisory.wox +A UI/Templates/SOGoFolderFrenchAdditionAdvisory.wox +A UI/Templates/SOGoFolderFrenchRemovalAdvisory.wox +A UI/Templates/SOGoFolderGermanAdditionAdvisory.wox +A UI/Templates/SOGoFolderGermanRemovalAdvisory.wox + commit cb0d2b7051d6af9c0fb4e3664d05a514dfc8ff40 Author: Francis Lachapelle Date: Thu Oct 11 22:10:14 2007 +0000 @@ -82920,6 +102160,20 @@ Date: Thu Oct 11 22:10:14 2007 +0000 Monotone-Date: 2007-10-11T22:10:14 Monotone-Branch: ca.inverse.sogo +M Main/GNUmakefile +M OGoContentStore/GNUmakefile +M SoObjects/Appointments/GNUmakefile +M SoObjects/Contacts/GNUmakefile +M SoObjects/Mailer/GNUmakefile +M SoObjects/SOGo/GNUmakefile +M UI/Common/GNUmakefile +M UI/Contacts/GNUmakefile +M UI/MailPartViewers/GNUmakefile +M UI/MailerUI/GNUmakefile +M UI/MainUI/GNUmakefile +M UI/PreferencesUI/GNUmakefile +M UI/Scheduler/GNUmakefile + commit 0074cf39245dcd1c368a05dd57fbfb0911fbdbdf Author: Francis Lachapelle Date: Thu Oct 11 20:31:42 2007 +0000 @@ -82931,53 +102185,8 @@ Date: Thu Oct 11 20:31:42 2007 +0000 Monotone-Date: 2007-10-11T20:31:42 Monotone-Branch: ca.inverse.sogo -commit 86036f3b6171d72fab9e04edaf46de3545b3987c -Merge: b181ae4 7de2095 -Author: Ludovic Marcotte -Date: Thu Oct 11 16:07:46 2007 +0000 - - merge of b0b72d2b8bd2c6a09fcdb1e4950988276473744a - and f8ff047cf5f8db346b806dbe1e5ab68bf8e9d22b - - Monotone-Parent: b0b72d2b8bd2c6a09fcdb1e4950988276473744a - Monotone-Parent: f8ff047cf5f8db346b806dbe1e5ab68bf8e9d22b - Monotone-Revision: 1627eb2fa6b4c1b99a1724c339095c802d86f162 - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2007-10-11T16:07:46 - Monotone-Branch: ca.inverse.sogo - -commit 7de20958da4d37c3882c9279291769706e451a22 -Merge: e6964ac eb86b0d -Author: Francis Lachapelle -Date: Thu Oct 11 15:58:26 2007 +0000 - - merge of '015eb4cf8ecea01eb6fda8056121a53f54047e09' - and 'e3b893517d5077cf65dad935434fc36e7d8fec29' - - Monotone-Parent: 015eb4cf8ecea01eb6fda8056121a53f54047e09 - Monotone-Parent: e3b893517d5077cf65dad935434fc36e7d8fec29 - Monotone-Revision: f8ff047cf5f8db346b806dbe1e5ab68bf8e9d22b - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-10-11T15:58:26 - Monotone-Branch: ca.inverse.sogo - -commit b181ae4d0e6525de061b7cc19a6b4862badc3537 -Merge: e6964ac 62e7896 -Author: Ludovic Marcotte -Date: Thu Oct 11 15:12:07 2007 +0000 - - merge of 015eb4cf8ecea01eb6fda8056121a53f54047e09 - and b5f6c20667d64bf39106ed8fa0eed2bcee16e372 - - Monotone-Parent: 015eb4cf8ecea01eb6fda8056121a53f54047e09 - Monotone-Parent: b5f6c20667d64bf39106ed8fa0eed2bcee16e372 - Monotone-Revision: b0b72d2b8bd2c6a09fcdb1e4950988276473744a - - Monotone-Author: ludovic@Sophos.ca - Monotone-Date: 2007-10-11T15:12:07 - Monotone-Branch: ca.inverse.sogo +A SOPE/sope-patchset-r1544.diff +M UI/WebServerResources/SchedulerUI.js commit e6964ac180114361176707a557a7e8c999632e4d Author: Ludovic Marcotte @@ -82992,21 +102201,9 @@ Date: Wed Oct 10 20:34:34 2007 +0000 Monotone-Date: 2007-10-10T20:34:34 Monotone-Branch: ca.inverse.sogo -commit eb86b0d6c77b2818802c4babcb3b29ca726d040f -Merge: 778658c 62e7896 -Author: Francis Lachapelle -Date: Wed Oct 10 19:28:05 2007 +0000 - - merge of '8b8f40b39b92d25a5eb1161d5efe0bd91fd3e207' - and 'b5f6c20667d64bf39106ed8fa0eed2bcee16e372' - - Monotone-Parent: 8b8f40b39b92d25a5eb1161d5efe0bd91fd3e207 - Monotone-Parent: b5f6c20667d64bf39106ed8fa0eed2bcee16e372 - Monotone-Revision: e3b893517d5077cf65dad935434fc36e7d8fec29 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-10-10T19:28:05 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartTextViewer.m +M UI/WebServerResources/MailerUI.css commit 62e7896e1c979fa3e6ea62b2acd19ae07329e5bc Author: Francis Lachapelle @@ -83019,6 +102216,9 @@ Date: Wed Oct 10 19:25:48 2007 +0000 Monotone-Date: 2007-10-10T19:25:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m + commit ebc2d6eb90faa6651e30463be99f8c61e3b31893 Author: Francis Lachapelle Date: Wed Oct 10 19:23:58 2007 +0000 @@ -83030,6 +102230,8 @@ Date: Wed Oct 10 19:23:58 2007 +0000 Monotone-Date: 2007-10-10T19:23:58 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxCalUserRightsEditor.js + commit 778658c75a30860852897877fb178ea1a70e7646 Author: Ludovic Marcotte Date: Wed Oct 10 18:44:26 2007 +0000 @@ -83043,6 +102245,18 @@ Date: Wed Oct 10 18:44:26 2007 +0000 Monotone-Date: 2007-10-10T18:44:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/SOGo/LDAPSource.h +M SoObjects/SOGo/LDAPSource.m +M SoObjects/SOGo/LDAPUserManager.h +M SoObjects/SOGo/LDAPUserManager.m +M SoObjects/SOGo/NSString+Utilities.m +M SoObjects/SOGo/SOGoUser.m +M UI/Scheduler/UIxComponentEditor.m +M UI/Templates/SchedulerUI/UIxComponentEditor.wox + commit dc48bb9e4c96d319a1fe5d3075350c700775d2a7 Author: Francis Lachapelle Date: Tue Oct 9 17:57:27 2007 +0000 @@ -83054,6 +102268,12 @@ Date: Tue Oct 9 17:57:27 2007 +0000 Monotone-Date: 2007-10-09T17:57:27 Monotone-Branch: ca.inverse.sogo +A SOPE/sope-gdl1/GDLContentStore/GNUmakefile +A SOPE/sope-gdl1/GDLContentStore/GNUmakefile.preamble +M UI/Common/UIxFolderActions.m +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js + commit 03382298b87a9676d3af993bc8160cb317fb4197 Author: Francis Lachapelle Date: Tue Oct 9 17:19:20 2007 +0000 @@ -83065,6 +102285,17 @@ Date: Tue Oct 9 17:19:20 2007 +0000 Monotone-Date: 2007-10-09T17:19:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SOPE/NGCards/iCalMonthlyRecurrenceCalculator.m +M SOPE/NGCards/iCalRecurrenceCalculator.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/Scheduler/UIxAppointmentEditor.h +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxCalListingActions.m + commit 084ffb7bc816bc6294b4826b7cc0b43936f4af51 Author: Francis Lachapelle Date: Thu Oct 4 21:04:09 2007 +0000 @@ -83076,6 +102307,8 @@ Date: Thu Oct 4 21:04:09 2007 +0000 Monotone-Date: 2007-10-04T21:04:09 Monotone-Branch: ca.inverse.sogo +A sogo.spec + commit c6329f56a5d40cc21ddd2357b755b2b9dd4ba096 Author: Francis Lachapelle Date: Thu Oct 4 17:26:21 2007 +0000 @@ -83087,6 +102320,10 @@ Date: Thu Oct 4 17:26:21 2007 +0000 Monotone-Date: 2007-10-04T17:26:21 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/WebServerResources/SchedulerUI.js + commit cf94665c05d8cf1a45f4e08c2765e9054fdc9615 Author: Francis Lachapelle Date: Thu Oct 4 17:25:49 2007 +0000 @@ -83098,6 +102335,10 @@ Date: Thu Oct 4 17:25:49 2007 +0000 Monotone-Date: 2007-10-04T17:25:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m +M NEWS + commit b1fcb599fd8280af275762fae88c954d655954cd Author: Francis Lachapelle Date: Thu Oct 4 14:17:38 2007 +0000 @@ -83109,6 +102350,9 @@ Date: Thu Oct 4 14:17:38 2007 +0000 Monotone-Date: 2007-10-04T14:17:38 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailEditor.m +M UI/WebServerResources/MailerUI.js + commit 93101c5179fbe28e30bcdc65fc25070dfa9fc408 Author: Francis Lachapelle Date: Wed Oct 3 20:01:05 2007 +0000 @@ -83120,6 +102364,9 @@ Date: Wed Oct 3 20:01:05 2007 +0000 Monotone-Date: 2007-10-03T20:01:05 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/WebServerResources/MailerUI.js + commit 9d40c6bc5a21dd30687fae9e829eb2d745e691d9 Author: Francis Lachapelle Date: Wed Oct 3 15:35:58 2007 +0000 @@ -83131,6 +102378,8 @@ Date: Wed Oct 3 15:35:58 2007 +0000 Monotone-Date: 2007-10-03T15:35:58 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 3155f140cd12b790de43c4b8537de094757f9654 Author: Francis Lachapelle Date: Wed Oct 3 13:59:39 2007 +0000 @@ -83142,6 +102391,8 @@ Date: Wed Oct 3 13:59:39 2007 +0000 Monotone-Date: 2007-10-03T13:59:39 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 622fdf3bae9ab8d935cd112797c2e564723f55c5 Author: Francis Lachapelle Date: Tue Oct 2 22:03:27 2007 +0000 @@ -83153,6 +102404,41 @@ Date: Tue Oct 2 22:03:27 2007 +0000 Monotone-Date: 2007-10-02T22:03:27 Monotone-Branch: ca.inverse.sogo +A SOPE/sope-gdl1/GDLContentStore/COPYING +A SOPE/sope-gdl1/GDLContentStore/COPYRIGHT +A SOPE/sope-gdl1/GDLContentStore/ChangeLog +A SOPE/sope-gdl1/GDLContentStore/EOAdaptorChannel+GCS.h +A SOPE/sope-gdl1/GDLContentStore/EOAdaptorChannel+GCS.m +A SOPE/sope-gdl1/GDLContentStore/EOQualifier+GCS.h +A SOPE/sope-gdl1/GDLContentStore/EOQualifier+GCS.m +A SOPE/sope-gdl1/GDLContentStore/GCSChannelManager.h +A SOPE/sope-gdl1/GDLContentStore/GCSChannelManager.m +A SOPE/sope-gdl1/GDLContentStore/GCSContext.h +A SOPE/sope-gdl1/GDLContentStore/GCSContext.m +A SOPE/sope-gdl1/GDLContentStore/GCSFieldExtractor.h +A SOPE/sope-gdl1/GDLContentStore/GCSFieldExtractor.m +A SOPE/sope-gdl1/GDLContentStore/GCSFieldInfo.h +A SOPE/sope-gdl1/GDLContentStore/GCSFieldInfo.m +A SOPE/sope-gdl1/GDLContentStore/GCSFolder.h +A SOPE/sope-gdl1/GDLContentStore/GCSFolder.m +A SOPE/sope-gdl1/GDLContentStore/GCSFolderManager.h +A SOPE/sope-gdl1/GDLContentStore/GCSFolderManager.m +A SOPE/sope-gdl1/GDLContentStore/GCSFolderType.h +A SOPE/sope-gdl1/GDLContentStore/GCSFolderType.m +A SOPE/sope-gdl1/GDLContentStore/GCSStringFormatter.h +A SOPE/sope-gdl1/GDLContentStore/GCSStringFormatter.m +A SOPE/sope-gdl1/GDLContentStore/NSURL+GCS.h +A SOPE/sope-gdl1/GDLContentStore/NSURL+GCS.m +A SOPE/sope-gdl1/GDLContentStore/README +A SOPE/sope-gdl1/GDLContentStore/Version +A SOPE/sope-gdl1/GDLContentStore/common.h +A SOPE/sope-gdl1/GDLContentStore/fhs.make +A SOPE/sope-gdl1/GDLContentStore/gcs_cat.m +A SOPE/sope-gdl1/GDLContentStore/gcs_gensql.m +A SOPE/sope-gdl1/GDLContentStore/gcs_ls.m +A SOPE/sope-gdl1/GDLContentStore/gcs_mkdir.m +A SOPE/sope-gdl1/GDLContentStore/gcs_recreatequick.m + commit 97cae932780a00d8604475a017c0ebad7d4eb317 Author: Francis Lachapelle Date: Tue Oct 2 22:02:16 2007 +0000 @@ -83164,6 +102450,9 @@ Date: Tue Oct 2 22:02:16 2007 +0000 Monotone-Date: 2007-10-02T22:02:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M GNUmakefile + commit 3e46e3a10cba97fd897b1d6d22fe92b42dfbaac7 Author: Francis Lachapelle Date: Tue Oct 2 15:29:16 2007 +0000 @@ -83175,6 +102464,16 @@ Date: Tue Oct 2 15:29:16 2007 +0000 Monotone-Date: 2007-10-02T15:29:16 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/Common/UIxPageFrame.m +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/Templates/SchedulerUI/UIxCalendarSelector.wox +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/generic.js + commit 43af980501c61ea2a862739b940033955ec9820c Author: Francis Lachapelle Date: Tue Oct 2 14:52:47 2007 +0000 @@ -83186,6 +102485,8 @@ Date: Tue Oct 2 14:52:47 2007 +0000 Monotone-Date: 2007-10-02T14:52:47 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js + commit 0685bba9a595c0783087660c67c54396ed3740a8 Author: Francis Lachapelle Date: Sat Sep 29 00:23:23 2007 +0000 @@ -83197,6 +102498,10 @@ Date: Sat Sep 29 00:23:23 2007 +0000 Monotone-Date: 2007-09-29T00:23:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SoObjects/Mailer/SOGoDraftObject.m + commit 5b11d2b768847c8f0d41772c96e348152650c7fa Author: Francis Lachapelle Date: Sat Sep 29 00:22:45 2007 +0000 @@ -83208,6 +102513,8 @@ Date: Sat Sep 29 00:22:45 2007 +0000 Monotone-Date: 2007-09-29T00:22:45 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit c703761b82b65724edb81ef8ad20cc3078d80d81 Author: Francis Lachapelle Date: Sat Sep 29 00:22:11 2007 +0000 @@ -83219,6 +102526,12 @@ Date: Sat Sep 29 00:22:11 2007 +0000 Monotone-Date: 2007-09-29T00:22:11 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js + commit 7a6175b0ab8c66ac067e847e062516a29d11a999 Author: Francis Lachapelle Date: Sat Sep 29 00:21:24 2007 +0000 @@ -83230,6 +102543,9 @@ Date: Sat Sep 29 00:21:24 2007 +0000 Monotone-Date: 2007-09-29T00:21:24 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAclEditor.css +M UI/WebServerResources/UIxAclEditor.js + commit 28e3caf48063fc166f64ad1668031658113b9919 Author: Francis Lachapelle Date: Sat Sep 29 00:20:57 2007 +0000 @@ -83241,6 +102557,9 @@ Date: Sat Sep 29 00:20:57 2007 +0000 Monotone-Date: 2007-09-29T00:20:57 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit c6bb1ead3f576c1ea51e58f2937cf848b09de71c Author: Francis Lachapelle Date: Sat Sep 29 00:17:03 2007 +0000 @@ -83252,6 +102571,8 @@ Date: Sat Sep 29 00:17:03 2007 +0000 Monotone-Date: 2007-09-29T00:17:03 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactsUserRightsEditor.js + commit a13f89414c8a3e4b15c8a19d22704b7bb5f1feae Author: Francis Lachapelle Date: Tue Sep 25 22:10:55 2007 +0000 @@ -83263,6 +102584,8 @@ Date: Tue Sep 25 22:10:55 2007 +0000 Monotone-Date: 2007-09-25T22:10:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 94fe3125e8a93405e4d121ab53ea102def4f8962 Author: Francis Lachapelle Date: Tue Sep 25 22:10:44 2007 +0000 @@ -83274,6 +102597,8 @@ Date: Tue Sep 25 22:10:44 2007 +0000 Monotone-Date: 2007-09-25T22:10:44 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit 3efbdbf54cb52efd39bf4d90082b0d2bc626f58e Author: Francis Lachapelle Date: Tue Sep 25 22:09:59 2007 +0000 @@ -83285,6 +102610,9 @@ Date: Tue Sep 25 22:09:59 2007 +0000 Monotone-Date: 2007-09-25T22:09:59 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.css + commit 208dadc614e48367f7c068ae882e669bd153ecf2 Author: Francis Lachapelle Date: Tue Sep 25 22:08:37 2007 +0000 @@ -83296,6 +102624,8 @@ Date: Tue Sep 25 22:08:37 2007 +0000 Monotone-Date: 2007-09-25T22:08:37 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox + commit 9ad472339e7ed6d5526a433027bf40917ea33e58 Author: Francis Lachapelle Date: Tue Sep 25 22:08:15 2007 +0000 @@ -83307,6 +102637,8 @@ Date: Tue Sep 25 22:08:15 2007 +0000 Monotone-Date: 2007-09-25T22:08:15 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailListView.wox + commit 09da1b791dde0f7fcb8a172f6e22ef1a0cfaa235 Author: Francis Lachapelle Date: Tue Sep 25 22:07:42 2007 +0000 @@ -83318,6 +102650,9 @@ Date: Tue Sep 25 22:07:42 2007 +0000 Monotone-Date: 2007-09-25T22:07:42 Monotone-Branch: ca.inverse.sogo +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings + commit 5301a95e5ed79053ad744cd90cfd47a57ced3a23 Author: Francis Lachapelle Date: Tue Sep 25 22:07:07 2007 +0000 @@ -83329,6 +102664,8 @@ Date: Tue Sep 25 22:07:07 2007 +0000 Monotone-Date: 2007-09-25T22:07:07 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailNotification.m + commit 72cadb466f380e8ac0f069ca05e1c80c32eb5ba5 Author: Francis Lachapelle Date: Tue Sep 25 21:07:47 2007 +0000 @@ -83340,6 +102677,8 @@ Date: Tue Sep 25 21:07:47 2007 +0000 Monotone-Date: 2007-09-25T21:07:47 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/SOGoUserHomePage.m + commit 729da59c4991c2799dd9327559c94378d50338b7 Author: Francis Lachapelle Date: Tue Sep 25 13:47:27 2007 +0000 @@ -83351,6 +102690,10 @@ Date: Tue Sep 25 13:47:27 2007 +0000 Monotone-Date: 2007-09-25T13:47:27 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/browser_firefox.gif +A UI/WebServerResources/browser_ie.gif +A UI/WebServerResources/browser_safari.gif + commit f01ad2ef3170264c851d891f8cb4515f1a962394 Author: Francis Lachapelle Date: Mon Sep 24 21:39:02 2007 +0000 @@ -83362,6 +102705,9 @@ Date: Mon Sep 24 21:39:02 2007 +0000 Monotone-Date: 2007-09-24T21:39:02 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxPageFrame.h +A UI/WebServerResources/tablekit-trueresize.js + commit 1b65309e59e4c9e24c4f8bbc8eabf18fada9a5f7 Author: Francis Lachapelle Date: Mon Sep 24 21:26:23 2007 +0000 @@ -83373,6 +102719,22 @@ Date: Mon Sep 24 21:26:23 2007 +0000 Monotone-Date: 2007-09-24T21:26:23 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/HTMLTableElement.js +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js +M UI/WebServerResources/tablekit.js + commit 05f79daf43da5f0b188aff4696c30bd862a8a447 Author: Francis Lachapelle Date: Fri Sep 21 14:22:27 2007 +0000 @@ -83384,6 +102746,14 @@ Date: Fri Sep 21 14:22:27 2007 +0000 Monotone-Date: 2007-09-21T14:22:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/SOGoUI/UIxComponent.m +M UI/Templates/MainUI/SOGoRootPage.wox +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/SOGoRootPage.css + commit e3f661afec828e0b498e3175b128c3b2fa334803 Author: Francis Lachapelle Date: Fri Sep 21 14:22:04 2007 +0000 @@ -83395,6 +102765,8 @@ Date: Fri Sep 21 14:22:04 2007 +0000 Monotone-Date: 2007-09-21T14:22:04 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactsUserRightsEditor.js + commit 6f23d805c70101f71c3994a465371ab65cbccbad Author: Francis Lachapelle Date: Fri Sep 21 14:20:10 2007 +0000 @@ -83406,21 +102778,8 @@ Date: Fri Sep 21 14:20:10 2007 +0000 Monotone-Date: 2007-09-21T14:20:10 Monotone-Branch: ca.inverse.sogo -commit bb4d573291979c930ee8c3b1de7e71106466a794 -Merge: 18f5d5b 80da504 -Author: Wolfgang Sourdeau -Date: Wed Sep 19 22:03:30 2007 +0000 - - merge of '19a9cb7dca6866c4d759812496468f9d93e33225' - and '96effe6b8b81620e6321b228cbab54c6d0ff3555' - - Monotone-Parent: 19a9cb7dca6866c4d759812496468f9d93e33225 - Monotone-Parent: 96effe6b8b81620e6321b228cbab54c6d0ff3555 - Monotone-Revision: 3ebb6d8ed27fdb6ba4b35f0bfcdbc625fd8620b2 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-09-19T22:03:30 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxCalUserRightsEditor.js +M UI/WebServerResources/UIxMailUserRightsEditor.js commit 18f5d5bf9fe5bb48919746273a3a4a135c70c3e8 Author: Wolfgang Sourdeau @@ -83433,6 +102792,8 @@ Date: Wed Sep 19 22:03:11 2007 +0000 Monotone-Date: 2007-09-19T22:03:11 Monotone-Branch: ca.inverse.sogo +A Scripts/sogo-init.d-rhel4 + commit 80da504636e4b55ccfc8034e762aa6b00ab35df7 Author: Francis Lachapelle Date: Wed Sep 19 20:00:10 2007 +0000 @@ -83444,6 +102805,9 @@ Date: Wed Sep 19 20:00:10 2007 +0000 Monotone-Date: 2007-09-19T20:00:10 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.m +M UI/WebServerResources/UIxComponentEditor.js + commit 5b7599797c74ab58aafee839b6d0f76ef7033aeb Author: Francis Lachapelle Date: Wed Sep 19 19:59:44 2007 +0000 @@ -83455,6 +102819,8 @@ Date: Wed Sep 19 19:59:44 2007 +0000 Monotone-Date: 2007-09-19T19:59:44 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox + commit 9570be583918d36d4f684d61c4a6fc3e318e5cfd Author: Francis Lachapelle Date: Wed Sep 19 18:28:11 2007 +0000 @@ -83466,6 +102832,8 @@ Date: Wed Sep 19 18:28:11 2007 +0000 Monotone-Date: 2007-09-19T18:28:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css + commit 924c83762698e8dd53f7af47e1fb540b449c99d7 Author: Francis Lachapelle Date: Wed Sep 19 17:24:00 2007 +0000 @@ -83477,6 +102845,13 @@ Date: Wed Sep 19 17:24:00 2007 +0000 Monotone-Date: 2007-09-19T17:24:00 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/UIxPageFrame.m +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/SOGoRootPage.css + commit 0c538f0fbc3202c9f9a0b1853d1d9e39d8ad725e Author: Francis Lachapelle Date: Tue Sep 18 20:52:32 2007 +0000 @@ -83488,21 +102863,11 @@ Date: Tue Sep 18 20:52:32 2007 +0000 Monotone-Date: 2007-09-18T20:52:32 Monotone-Branch: ca.inverse.sogo -commit b9393f0dd6adfa39126e342b5172b1726e507899 -Merge: 98385b5 59ee273 -Author: Francis Lachapelle -Date: Tue Sep 18 14:47:18 2007 +0000 - - merge of 'b94a205a2235d5b995faf01f91a8cccfff28235d' - and 'e480078fda9240a929b3ea04d2ddecdf26c20630' - - Monotone-Parent: b94a205a2235d5b995faf01f91a8cccfff28235d - Monotone-Parent: e480078fda9240a929b3ea04d2ddecdf26c20630 - Monotone-Revision: ebea63a163ebf08fba3b02873febbe9dcaaaeb2c - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-09-18T14:47:18 - Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxPageFrame.h +M UI/Common/UIxPageFrame.m +M UI/Templates/MainUI/SOGoRootPage.wox +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/SOGoRootPage.css commit 59ee273dc77eb210a4e268be7d0c37263e4511d7 Author: Francis Lachapelle @@ -83515,6 +102880,8 @@ Date: Mon Sep 17 22:42:55 2007 +0000 Monotone-Date: 2007-09-17T22:42:55 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/SOGoUserHomePage.m + commit 1d5c49a7cb1123a08a24acbdf164d58a08650939 Author: Francis Lachapelle Date: Mon Sep 17 21:29:08 2007 +0000 @@ -83526,6 +102893,10 @@ Date: Mon Sep 17 21:29:08 2007 +0000 Monotone-Date: 2007-09-17T21:29:08 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactView.wox +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js + commit e2d501a9b76f182a89a61f3832ec7215e7dfd354 Author: Francis Lachapelle Date: Mon Sep 17 20:53:16 2007 +0000 @@ -83537,6 +102908,8 @@ Date: Mon Sep 17 20:53:16 2007 +0000 Monotone-Date: 2007-09-17T20:53:16 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css + commit fc5f287edde8761efb78faef6b1f8300a553089c Author: Francis Lachapelle Date: Mon Sep 17 20:12:16 2007 +0000 @@ -83548,6 +102921,8 @@ Date: Mon Sep 17 20:12:16 2007 +0000 Monotone-Date: 2007-09-17T20:12:16 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 67ef2ddf4beb10d1c8e4819e673d406be046bfcb Author: Francis Lachapelle Date: Mon Sep 17 20:11:32 2007 +0000 @@ -83559,6 +102934,9 @@ Date: Mon Sep 17 20:11:32 2007 +0000 Monotone-Date: 2007-09-17T20:11:32 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js + commit 98385b5b8286903cefec423ab0b72349d70dab25 Author: Wolfgang Sourdeau Date: Mon Sep 17 18:01:02 2007 +0000 @@ -83570,21 +102948,8 @@ Date: Mon Sep 17 18:01:02 2007 +0000 Monotone-Date: 2007-09-17T18:01:02 Monotone-Branch: ca.inverse.sogo -commit 956c0ad57d4674e58f6b35c08820a74a8b2dcdfc -Merge: 1a12bec daee6ab -Author: Wolfgang Sourdeau -Date: Mon Sep 17 17:25:37 2007 +0000 - - merge of '10b3eef04f57d98b8cd5811853bd18ee77bd52c7' - and '7001bd5342e68b3d0c659bc90a70a249a337d23c' - - Monotone-Parent: 10b3eef04f57d98b8cd5811853bd18ee77bd52c7 - Monotone-Parent: 7001bd5342e68b3d0c659bc90a70a249a337d23c - Monotone-Revision: 95a479a030c58000846673a3dd3d9cdb31012678 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-09-17T17:25:37 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartICalViewer.m commit 1a12bec82232d7effecff740533fe5e47135273b Author: Wolfgang Sourdeau @@ -83597,6 +102962,10 @@ Date: Mon Sep 17 17:24:22 2007 +0000 Monotone-Date: 2007-09-17T17:24:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.m +M UI/Templates/MailerUI/UIxMailListView.wox + commit daee6ab858684d7588559ab7811773fac438a74b Author: Francis Lachapelle Date: Mon Sep 17 15:58:28 2007 +0000 @@ -83608,6 +102977,8 @@ Date: Mon Sep 17 15:58:28 2007 +0000 Monotone-Date: 2007-09-17T15:58:28 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactView.m + commit 65f6ab607d5b36718226066ccd5253c6111cff78 Author: Wolfgang Sourdeau Date: Mon Sep 17 15:40:22 2007 +0000 @@ -83619,6 +102990,9 @@ Date: Mon Sep 17 15:40:22 2007 +0000 Monotone-Date: 2007-09-17T15:40:22 Monotone-Branch: ca.inverse.sogo +M Scripts/sogo-init.d-redhat +M Scripts/sogod-redhat + commit aef4c87c390675b0e0048fcfb751b9845f260d5d Author: Wolfgang Sourdeau Date: Mon Sep 17 14:20:22 2007 +0000 @@ -83630,6 +103004,9 @@ Date: Mon Sep 17 14:20:22 2007 +0000 Monotone-Date: 2007-09-17T14:20:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoParentFolder.m + commit fc9ccc21b085fdf6d58ab70eba82965aa19d13d8 Author: Wolfgang Sourdeau Date: Mon Sep 17 12:34:01 2007 +0000 @@ -83641,6 +103018,8 @@ Date: Mon Sep 17 12:34:01 2007 +0000 Monotone-Date: 2007-09-17T12:34:01 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/JavascriptAPIExtensions.js + commit 127b85427890a50a87cb3a051ed70443c8ea0d0d Author: Wolfgang Sourdeau Date: Mon Sep 17 04:22:59 2007 +0000 @@ -83652,6 +103031,8 @@ Date: Mon Sep 17 04:22:59 2007 +0000 Monotone-Date: 2007-09-17T04:22:59 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoFolder.m + commit 33f412c72b96974fe5d0c4e5a28efa2de3dd392d Author: Wolfgang Sourdeau Date: Mon Sep 17 04:09:03 2007 +0000 @@ -83663,6 +103044,8 @@ Date: Mon Sep 17 04:09:03 2007 +0000 Monotone-Date: 2007-09-17T04:09:03 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxCalUserRightsEditor.css + commit e8c2a933c448f3a34fd1126849e59d6f54385377 Author: Wolfgang Sourdeau Date: Mon Sep 17 03:42:16 2007 +0000 @@ -83674,6 +103057,10 @@ Date: Mon Sep 17 03:42:16 2007 +0000 Monotone-Date: 2007-09-17T03:42:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit 5ae0cbdfbe6358a99fd117ec45dbd1e35eccaab4 Author: Wolfgang Sourdeau Date: Mon Sep 17 03:40:46 2007 +0000 @@ -83685,6 +103072,8 @@ Date: Mon Sep 17 03:40:46 2007 +0000 Monotone-Date: 2007-09-17T03:40:46 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoFolder.h + commit ba5f751a3bdb331458ca56e161cd971a03ce6645 Author: Wolfgang Sourdeau Date: Mon Sep 17 03:40:34 2007 +0000 @@ -83696,6 +103085,9 @@ Date: Mon Sep 17 03:40:34 2007 +0000 Monotone-Date: 2007-09-17T03:40:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoFolder.m + commit 3556365e4788e25e1406e213d1540a831ce17b3e Author: Wolfgang Sourdeau Date: Mon Sep 17 03:38:42 2007 +0000 @@ -83707,6 +103099,9 @@ Date: Mon Sep 17 03:38:42 2007 +0000 Monotone-Date: 2007-09-17T03:38:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit 8e481d140798f09781086e1caeb397b6b870a304 Author: Wolfgang Sourdeau Date: Mon Sep 17 03:37:42 2007 +0000 @@ -83718,6 +103113,9 @@ Date: Mon Sep 17 03:37:42 2007 +0000 Monotone-Date: 2007-09-17T03:37:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoParentFolder.m + commit bd194575df320c6ed53d4aae16625bcd65280b4e Author: Wolfgang Sourdeau Date: Sat Sep 15 02:31:34 2007 +0000 @@ -83729,6 +103127,12 @@ Date: Sat Sep 15 02:31:34 2007 +0000 Monotone-Date: 2007-09-15T02:31:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalendarSelector.m +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/Templates/SchedulerUI/UIxCalendarSelector.wox +M UI/WebServerResources/SchedulerUI.js + commit 85f6677f01787566edb3296c383269426d9eac32 Author: Wolfgang Sourdeau Date: Sat Sep 15 02:30:41 2007 +0000 @@ -83740,6 +103144,8 @@ Date: Sat Sep 15 02:30:41 2007 +0000 Monotone-Date: 2007-09-15T02:30:41 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css + commit 7083e1af4448300ccc87147241a836acd448a758 Author: Wolfgang Sourdeau Date: Sat Sep 15 02:30:22 2007 +0000 @@ -83751,6 +103157,8 @@ Date: Sat Sep 15 02:30:22 2007 +0000 Monotone-Date: 2007-09-15T02:30:22 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit 856c0f0fb06b85f5669cfd24e24665d7824a3e3a Author: Wolfgang Sourdeau Date: Sat Sep 15 01:54:34 2007 +0000 @@ -83762,6 +103170,8 @@ Date: Sat Sep 15 01:54:34 2007 +0000 Monotone-Date: 2007-09-15T01:54:34 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxFolderActions.m + commit 70719110469c6f2b3151ef3f3e93e6c9e48985d3 Author: Wolfgang Sourdeau Date: Sat Sep 15 01:54:23 2007 +0000 @@ -83773,6 +103183,9 @@ Date: Sat Sep 15 01:54:23 2007 +0000 Monotone-Date: 2007-09-15T01:54:23 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js + commit d82428fd19ba3a441d50abe1af09f5c621a42637 Author: Wolfgang Sourdeau Date: Sat Sep 15 01:54:17 2007 +0000 @@ -83784,6 +103197,10 @@ Date: Sat Sep 15 01:54:17 2007 +0000 Monotone-Date: 2007-09-15T01:54:17 Monotone-Branch: ca.inverse.sogo +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/German.lproj/Localizable.strings + commit 4656bd8fff8951d993003d68516c09d5a5c6f0c8 Author: Wolfgang Sourdeau Date: Sat Sep 15 01:53:53 2007 +0000 @@ -83795,6 +103212,8 @@ Date: Sat Sep 15 01:53:53 2007 +0000 Monotone-Date: 2007-09-15T01:53:53 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/German.lproj/Localizable.strings + commit c34a112c29ff7b2226319798cd230d27a6069b04 Author: Wolfgang Sourdeau Date: Sat Sep 15 01:53:43 2007 +0000 @@ -83806,6 +103225,8 @@ Date: Sat Sep 15 01:53:43 2007 +0000 Monotone-Date: 2007-09-15T01:53:43 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/French.lproj/Localizable.strings + commit 5db820f224038a8f057315e731ecbac81249dae8 Author: Wolfgang Sourdeau Date: Fri Sep 14 23:37:19 2007 +0000 @@ -83817,6 +103238,8 @@ Date: Fri Sep 14 23:37:19 2007 +0000 Monotone-Date: 2007-09-14T23:37:19 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 844589038b2131e3ee9707b2c8795bbca5061c3c Author: Wolfgang Sourdeau Date: Fri Sep 14 23:29:23 2007 +0000 @@ -83828,6 +103251,8 @@ Date: Fri Sep 14 23:29:23 2007 +0000 Monotone-Date: 2007-09-14T23:29:23 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoTaskObject.m + commit 519d8fb703a0ebfe46a0010e59338397615b5768 Author: Wolfgang Sourdeau Date: Fri Sep 14 23:29:15 2007 +0000 @@ -83839,6 +103264,8 @@ Date: Fri Sep 14 23:29:15 2007 +0000 Monotone-Date: 2007-09-14T23:29:15 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalendarSelector.m + commit 5e1a5856435ba3048d7605431bd93b72f3e67839 Author: Wolfgang Sourdeau Date: Fri Sep 14 23:16:48 2007 +0000 @@ -83850,6 +103277,12 @@ Date: Fri Sep 14 23:16:48 2007 +0000 Monotone-Date: 2007-09-14T23:16:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoFolder.m + commit 83b1c30e433c738f51bfa7a7508347d65cb96473 Author: Wolfgang Sourdeau Date: Fri Sep 14 23:16:44 2007 +0000 @@ -83861,6 +103294,8 @@ Date: Fri Sep 14 23:16:44 2007 +0000 Monotone-Date: 2007-09-14T23:16:44 Monotone-Branch: ca.inverse.sogo +M UI/Common/product.plist + commit 2a0f7e7fb40f4824e61f0dbc956d52f9a10856c4 Author: Wolfgang Sourdeau Date: Fri Sep 14 23:16:16 2007 +0000 @@ -83872,6 +103307,8 @@ Date: Fri Sep 14 23:16:16 2007 +0000 Monotone-Date: 2007-09-14T23:16:16 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxFolderActions.m + commit 9826fc1dfc1769fa69849573a39b877127d31699 Author: Wolfgang Sourdeau Date: Fri Sep 14 23:15:31 2007 +0000 @@ -83883,6 +103320,10 @@ Date: Fri Sep 14 23:15:31 2007 +0000 Monotone-Date: 2007-09-14T23:15:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalMainView.m +M UI/Scheduler/product.plist + commit 980fc9d4778ec1b9c4b5443bbc2b12f93b9d487e Author: Wolfgang Sourdeau Date: Fri Sep 14 23:14:51 2007 +0000 @@ -83894,6 +103335,8 @@ Date: Fri Sep 14 23:14:51 2007 +0000 Monotone-Date: 2007-09-14T23:14:51 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 3fb574f7b82326f11c1a1ebd04908c2cb0cc1e19 Author: Wolfgang Sourdeau Date: Fri Sep 14 22:50:22 2007 +0000 @@ -83905,6 +103348,8 @@ Date: Fri Sep 14 22:50:22 2007 +0000 Monotone-Date: 2007-09-14T22:50:22 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/product.plist + commit b5b5abad819be7311aff2cd2e7291f9acb8f8d4c Author: Wolfgang Sourdeau Date: Fri Sep 14 22:50:17 2007 +0000 @@ -83916,6 +103361,8 @@ Date: Fri Sep 14 22:50:17 2007 +0000 Monotone-Date: 2007-09-14T22:50:17 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxComponentEditor.wox + commit ec652bf7fd77b5600702a0a2dbd5ca7964e85d74 Author: Wolfgang Sourdeau Date: Fri Sep 14 22:50:14 2007 +0000 @@ -83927,6 +103374,9 @@ Date: Fri Sep 14 22:50:14 2007 +0000 Monotone-Date: 2007-09-14T22:50:14 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxComponentEditor.js + commit 4262408a401d283751d6a6698f903c6d27c0c190 Author: Wolfgang Sourdeau Date: Fri Sep 14 22:50:01 2007 +0000 @@ -83938,6 +103388,8 @@ Date: Fri Sep 14 22:50:01 2007 +0000 Monotone-Date: 2007-09-14T22:50:01 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxFolderActions.m + commit 4170078c0b417217994e6bdf4baea29ca0e6f452 Author: Wolfgang Sourdeau Date: Fri Sep 14 22:49:49 2007 +0000 @@ -83949,6 +103401,9 @@ Date: Fri Sep 14 22:49:49 2007 +0000 Monotone-Date: 2007-09-14T22:49:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoFreeBusyObject.m + commit a7bc9f9f40fcdffb4e51e0db7a7553c125e5d4d0 Author: Wolfgang Sourdeau Date: Fri Sep 14 22:48:43 2007 +0000 @@ -83960,6 +103415,10 @@ Date: Fri Sep 14 22:48:43 2007 +0000 Monotone-Date: 2007-09-14T22:48:43 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings + commit 806b38d1689df7de42a09297cac43239b005ff94 Author: Wolfgang Sourdeau Date: Fri Sep 14 22:10:39 2007 +0000 @@ -83971,6 +103430,10 @@ Date: Fri Sep 14 22:10:39 2007 +0000 Monotone-Date: 2007-09-14T22:10:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Common/UIxParentFolderActions.h +A UI/Common/UIxParentFolderActions.m + commit 8fb8bcf3d392da7d9c1676d9d576520ba4f5b204 Author: Wolfgang Sourdeau Date: Fri Sep 14 22:08:43 2007 +0000 @@ -83982,6 +103445,10 @@ Date: Fri Sep 14 22:08:43 2007 +0000 Monotone-Date: 2007-09-14T22:08:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Appointments/SOGoAppointmentFolders.h +A SoObjects/Appointments/SOGoAppointmentFolders.m + commit 2fb21ccf9e9e30d6febfdc66038775dec6630a87 Author: Wolfgang Sourdeau Date: Fri Sep 14 22:06:36 2007 +0000 @@ -83993,21 +103460,7 @@ Date: Fri Sep 14 22:06:36 2007 +0000 Monotone-Date: 2007-09-14T22:06:36 Monotone-Branch: ca.inverse.sogo -commit d4c43b432ef0b9635fb554fa360de0608c065abd -Merge: 3b49a8a 21718ae -Author: Wolfgang Sourdeau -Date: Fri Sep 14 22:05:54 2007 +0000 - - merge of '36df3bcfd6c56f483f2676ceb6b6757a6506dbb7' - and 'f12c75a72aac13edc9728fe5a656c622487836dd' - - Monotone-Parent: 36df3bcfd6c56f483f2676ceb6b6757a6506dbb7 - Monotone-Parent: f12c75a72aac13edc9728fe5a656c622487836dd - Monotone-Revision: 0c622c14bea584c75539ec4bf9d8ca29899745ef - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-09-14T22:05:54 - Monotone-Branch: ca.inverse.sogo +M NEWS commit 21718aeac2aaec564cca74bfd68956c5e00eb254 Author: Wolfgang Sourdeau @@ -84020,6 +103473,8 @@ Date: Fri Sep 14 22:02:15 2007 +0000 Monotone-Date: 2007-09-14T22:02:15 Monotone-Branch: ca.inverse.sogo +M NEWS + commit e2340b4c9f592586b978272c3fddfdbb39a99940 Author: Wolfgang Sourdeau Date: Fri Sep 14 22:01:02 2007 +0000 @@ -84033,6 +103488,75 @@ Date: Fri Sep 14 22:01:02 2007 +0000 Monotone-Date: 2007-09-14T22:01:02 Monotone-Branch: ca.inverse.sogo +A SoObjects/Appointments/English.lproj/Localizable.strings +A SoObjects/Appointments/French.lproj/Localizable.strings +M SoObjects/Appointments/GNUmakefile +A SoObjects/Appointments/German.lproj/Localizable.strings +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.h +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoTaskObject.h +M SoObjects/Appointments/SOGoTaskObject.m +M SoObjects/Appointments/product.plist +A SoObjects/Contacts/English.lproj/Localizable.strings +A SoObjects/Contacts/French.lproj/Localizable.strings +A SoObjects/Contacts/German.lproj/Localizable.strings +M SoObjects/Contacts/SOGoContactFolders.m +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/Contacts/SOGoContactLDAPFolder.m +M SoObjects/Contacts/product.plist +M SoObjects/SOGo/NSDictionary+Utilities.h +M SoObjects/SOGo/NSDictionary+Utilities.m +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoParentFolder.h +M SoObjects/SOGo/SOGoParentFolder.m +M SoObjects/SOGo/SOGoUserFolder.m +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Common/GNUmakefile +M UI/Common/German.lproj/Localizable.strings +M UI/Common/UIxFolderActions.h +M UI/Common/UIxFolderActions.m +M UI/Common/product.plist +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/Contacts/UIxContactEditor.m +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/UIxContactsListView.m +M UI/Contacts/UIxContactsListViewContainer.h +M UI/Contacts/UIxContactsListViewContainer.m +M UI/Contacts/product.plist +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/product.plist +M UI/PreferencesUI/UIxPreferences.m +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/GNUmakefile +M UI/Scheduler/German.lproj/Localizable.strings +D UI/Scheduler/Toolbars/SOGoAppointmentFolder.toolbar +A UI/Scheduler/Toolbars/SOGoAppointmentFolders.toolbar +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/UIxCalMainView.m +M UI/Scheduler/UIxCalendarSelector.h +M UI/Scheduler/UIxCalendarSelector.m +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/UIxTaskEditor.m +M UI/Scheduler/product.plist +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/Templates/SchedulerUI/UIxCalendarSelector.wox +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxContactsUserFolders.js +A UI/WebServerResources/add-user-calendar.png +M UI/WebServerResources/generic.js + commit beac7e7aeab0c37a8844e6853a2e3edf98d64700 Author: Wolfgang Sourdeau Date: Fri Sep 14 21:59:00 2007 +0000 @@ -84044,6 +103568,10 @@ Date: Fri Sep 14 21:59:00 2007 +0000 Monotone-Date: 2007-09-14T21:59:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m + commit 321e9b964e07ebada404c5106d99cdb30b5dfe98 Author: Wolfgang Sourdeau Date: Fri Sep 14 21:54:19 2007 +0000 @@ -84055,6 +103583,14 @@ Date: Fri Sep 14 21:54:19 2007 +0000 Monotone-Date: 2007-09-14T21:54:19 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxAclEditor.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/UIxContactEditor.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxTaskEditor.js + commit 3b49a8a8a8acd6d80a00a96a786694fda4804653 Author: Francis Lachapelle Date: Fri Sep 14 18:20:51 2007 +0000 @@ -84066,6 +103602,18 @@ Date: Fri Sep 14 18:20:51 2007 +0000 Monotone-Date: 2007-09-14T18:20:51 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/HTMLTableElement.js +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js +A UI/WebServerResources/tablekit.js + commit e5e3eda8a04625263c9c0f7e8a415d3f2db93073 Author: Francis Lachapelle Date: Fri Sep 14 18:11:58 2007 +0000 @@ -84077,21 +103625,14 @@ Date: Fri Sep 14 18:11:58 2007 +0000 Monotone-Date: 2007-09-14T18:11:58 Monotone-Branch: ca.inverse.sogo -commit e9c31c81c86f35dd6c8ea24ca3848a644e6559a4 -Merge: 04d59e0 0c2dbaa -Author: Wolfgang Sourdeau -Date: Thu Sep 13 21:15:22 2007 +0000 - - merge of '9553e562ebed3759fe2052393023f3b5eb697bc0' - and 'a9a496d4716bb30eac90c8ad8d7e50c38bef62c8' - - Monotone-Parent: 9553e562ebed3759fe2052393023f3b5eb697bc0 - Monotone-Parent: a9a496d4716bb30eac90c8ad8d7e50c38bef62c8 - Monotone-Revision: d3bbadcce7472714c99e523e6d397a87aa65bf5b - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-09-13T21:15:22 - Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxToolbar.m +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Templates/UIxToolbar.wox commit 04d59e006e6f37e9e49ac62ecd87a4963d80ef72 Author: Francis Lachapelle @@ -84104,6 +103645,8 @@ Date: Thu Sep 13 18:22:23 2007 +0000 Monotone-Date: 2007-09-13T18:22:23 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailListView.m + commit 0c2dbaa0ec6c9954bcce53d0b974db2e5831bbdd Author: Wolfgang Sourdeau Date: Thu Sep 13 14:57:55 2007 +0000 @@ -84115,6 +103658,9 @@ Date: Thu Sep 13 14:57:55 2007 +0000 Monotone-Date: 2007-09-13T14:57:55 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.css +M UI/WebServerResources/lori-login.jpg + commit 1ed3955bd0b01b5cb1419c07596c457bb7f3a684 Author: Wolfgang Sourdeau Date: Wed Sep 12 13:01:17 2007 +0000 @@ -84126,21 +103672,8 @@ Date: Wed Sep 12 13:01:17 2007 +0000 Monotone-Date: 2007-09-12T13:01:17 Monotone-Branch: ca.inverse.sogo -commit 9a679ba49cc4e4971ea2bff3d32a4a3fa9547658 -Merge: 6be11b1 3de30ec -Author: Wolfgang Sourdeau -Date: Tue Sep 11 20:58:35 2007 +0000 - - merge of 'baf4c7f8461dec960162ae0da21047d576421c14' - and 'fefb3f05edb2d5e5ba63661ae145d0369e47b444' - - Monotone-Parent: baf4c7f8461dec960162ae0da21047d576421c14 - Monotone-Parent: fefb3f05edb2d5e5ba63661ae145d0369e47b444 - Monotone-Revision: 9ef1fb2c66953b8ada0d55d0eec183621a71ebab - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-09-11T20:58:35 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoRootPage.m commit 3de30ec3bfe8891e81ed39e1006cb8ba575ae00a Author: Wolfgang Sourdeau @@ -84153,6 +103686,8 @@ Date: Tue Sep 11 20:49:06 2007 +0000 Monotone-Date: 2007-09-11T20:49:06 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailListView.wox + commit 90cb4730a43ed9b9ef01cdc697af47444679897d Author: Wolfgang Sourdeau Date: Tue Sep 11 20:27:13 2007 +0000 @@ -84164,6 +103699,9 @@ Date: Tue Sep 11 20:27:13 2007 +0000 Monotone-Date: 2007-09-11T20:27:13 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/UIxContactsListViewContainer.m + commit 1d91077457da2f54e2871a568c6f92594297f6a3 Author: Wolfgang Sourdeau Date: Tue Sep 11 20:26:44 2007 +0000 @@ -84175,6 +103713,8 @@ Date: Tue Sep 11 20:26:44 2007 +0000 Monotone-Date: 2007-09-11T20:26:44 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile + commit 4e2b98c36eab93bd2500a578d6761f1780313fb6 Author: Wolfgang Sourdeau Date: Tue Sep 11 20:25:57 2007 +0000 @@ -84186,6 +103726,10 @@ Date: Tue Sep 11 20:25:57 2007 +0000 Monotone-Date: 2007-09-11T20:25:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoFolder.m + commit ac87ef0695e9a1fcc6e54b2645d0991ddaddf882 Author: Wolfgang Sourdeau Date: Tue Sep 11 20:20:58 2007 +0000 @@ -84197,6 +103741,9 @@ Date: Tue Sep 11 20:20:58 2007 +0000 Monotone-Date: 2007-09-11T20:20:58 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactGCSFolder.h +M SoObjects/Contacts/SOGoContactGCSFolder.m + commit 5de50655f54fbf8e24072fa8a898570cf57d5e29 Author: Wolfgang Sourdeau Date: Tue Sep 11 20:19:40 2007 +0000 @@ -84208,6 +103755,10 @@ Date: Tue Sep 11 20:19:40 2007 +0000 Monotone-Date: 2007-09-11T20:19:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPFolder.h +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit 1713fa3314fccc4abdc5e673a28eaf0a085c1d4a Author: Wolfgang Sourdeau Date: Tue Sep 11 20:18:55 2007 +0000 @@ -84219,6 +103770,9 @@ Date: Tue Sep 11 20:18:55 2007 +0000 Monotone-Date: 2007-09-11T20:18:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolder.h + commit 309af62e63ffd447592bbcb490a88302dc74d958 Author: Wolfgang Sourdeau Date: Tue Sep 11 20:17:39 2007 +0000 @@ -84230,6 +103784,10 @@ Date: Tue Sep 11 20:17:39 2007 +0000 Monotone-Date: 2007-09-11T20:17:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.h +M SoObjects/Contacts/SOGoContactFolders.m + commit bf6f65b35a105355b7f94a04e4b7af795d4f8680 Author: Wolfgang Sourdeau Date: Tue Sep 11 20:14:18 2007 +0000 @@ -84241,6 +103799,10 @@ Date: Tue Sep 11 20:14:18 2007 +0000 Monotone-Date: 2007-09-11T20:14:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/SOGo/SOGoParentFolder.h +A SoObjects/SOGo/SOGoParentFolder.m + commit fa1106ed4283e4ef5c8bb8742f539bd78e072562 Author: Wolfgang Sourdeau Date: Tue Sep 11 19:42:41 2007 +0000 @@ -84252,6 +103814,10 @@ Date: Tue Sep 11 19:42:41 2007 +0000 Monotone-Date: 2007-09-11T19:42:41 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailAccountActions.m +M UI/MailerUI/UIxMailEditor.m +M UI/MailerUI/UIxMailFolderActions.m + commit f2e7a70a2c872efa285059785fb87d66e5d56250 Author: Wolfgang Sourdeau Date: Tue Sep 11 19:41:40 2007 +0000 @@ -84263,6 +103829,12 @@ Date: Tue Sep 11 19:41:40 2007 +0000 Monotone-Date: 2007-09-11T19:41:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailActions.m +M UI/MailerUI/UIxMailListView.m +M UI/MailerUI/product.plist +M UI/WebServerResources/MailerUI.js + commit 956f6283609696c22ad5fa090d0cf2e4c6b6489c Author: Wolfgang Sourdeau Date: Tue Sep 11 19:38:57 2007 +0000 @@ -84274,6 +103846,8 @@ Date: Tue Sep 11 19:38:57 2007 +0000 Monotone-Date: 2007-09-11T19:38:57 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailSourceView.m + commit 3e9bab3859c50729f41343083b77ef97eba02c4b Author: Wolfgang Sourdeau Date: Tue Sep 11 19:38:45 2007 +0000 @@ -84285,6 +103859,8 @@ Date: Tue Sep 11 19:38:45 2007 +0000 Monotone-Date: 2007-09-11T19:38:45 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailView.m + commit 722882c34d9361de71f44e7dd16984d147a6bcea Author: Wolfgang Sourdeau Date: Tue Sep 11 19:36:40 2007 +0000 @@ -84296,6 +103872,10 @@ Date: Tue Sep 11 19:36:40 2007 +0000 Monotone-Date: 2007-09-11T19:36:40 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxFolderActions.m +M UI/MainUI/SOGoRootPage.m +M UI/Scheduler/UIxCalListingActions.m + commit ee7859f87e2f3e24b8a5793dbc88fc61a1a7751c Author: Wolfgang Sourdeau Date: Tue Sep 11 19:34:52 2007 +0000 @@ -84307,6 +103887,10 @@ Date: Tue Sep 11 19:34:52 2007 +0000 Monotone-Date: 2007-09-11T19:34:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/WODirectAction+SOGo.h +M UI/Common/WODirectAction+SOGo.m + commit e1f063f50cb7a2200af66e83e74d20f37eef7359 Author: Wolfgang Sourdeau Date: Tue Sep 11 19:32:52 2007 +0000 @@ -84318,6 +103902,10 @@ Date: Tue Sep 11 19:32:52 2007 +0000 Monotone-Date: 2007-09-11T19:32:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/UIxComponent.h +M UI/SOGoUI/UIxComponent.m + commit 6be11b1245f12e0145784c001ff68724c299077d Author: Francis Lachapelle Date: Tue Sep 11 15:41:39 2007 +0000 @@ -84329,6 +103917,13 @@ Date: Tue Sep 11 15:41:39 2007 +0000 Monotone-Date: 2007-09-11T15:41:39 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/Toolbars/SOGoContactFolder.toolbar +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/Toolbars/SOGoDraftObject.toolbar +M UI/MailerUI/Toolbars/SOGoMailObject.toolbar +M UI/Scheduler/Toolbars/SOGoAppointmentFolder.toolbar +M UI/Templates/UIxToolbar.wox + commit 58ce039ad2d8575fa5c4f5a4913864faf79e8774 Author: Wolfgang Sourdeau Date: Tue Sep 11 15:07:30 2007 +0000 @@ -84340,6 +103935,9 @@ Date: Tue Sep 11 15:07:30 2007 +0000 Monotone-Date: 2007-09-11T15:07:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.m + commit 8dff8089f56f804f9d8b5118470dea6d67dcb37f Author: Wolfgang Sourdeau Date: Mon Sep 10 22:15:03 2007 +0000 @@ -84351,21 +103949,7 @@ Date: Mon Sep 10 22:15:03 2007 +0000 Monotone-Date: 2007-09-10T22:15:03 Monotone-Branch: ca.inverse.sogo -commit 0d18159e3f4111cf8ae1f9b92bbe5a922539233e -Merge: 582d50e e1a76ce -Author: Wolfgang Sourdeau -Date: Mon Sep 10 21:41:17 2007 +0000 - - merge of '545a34252ee16fbadbc33154d62ee4abd58fa90f' - and 'b9afc4ca974ce44e6a8987a12509fb9a1f1d97cc' - - Monotone-Parent: 545a34252ee16fbadbc33154d62ee4abd58fa90f - Monotone-Parent: b9afc4ca974ce44e6a8987a12509fb9a1f1d97cc - Monotone-Revision: 17c806f9d1783a8e0f2f05f26979ca1f64b2693d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-09-10T21:41:17 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPUserManager.m commit 582d50e57b344033beca060e44f96cf908755be6 Author: Wolfgang Sourdeau @@ -84378,6 +103962,12 @@ Date: Mon Sep 10 21:40:56 2007 +0000 Monotone-Date: 2007-09-10T21:40:56 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/Templates/PreferencesUI/UIxPreferences.wox +M UI/WebServerResources/UIxPreferences.css + commit 5b7136db24cbe4e525bed324dbc7ff3b7bf81dc7 Author: Wolfgang Sourdeau Date: Mon Sep 10 21:40:39 2007 +0000 @@ -84389,6 +103979,9 @@ Date: Mon Sep 10 21:40:39 2007 +0000 Monotone-Date: 2007-09-10T21:40:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.m + commit 6670da2b6f2ba10bfbdf2c878d8d8709306a9903 Author: Wolfgang Sourdeau Date: Mon Sep 10 20:58:57 2007 +0000 @@ -84400,6 +103993,9 @@ Date: Mon Sep 10 20:58:57 2007 +0000 Monotone-Date: 2007-09-10T20:58:57 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/MailerUI/UIxMailListView.m + commit e1a76ce4d893bdff07ec0384bae91c241189a46c Author: Francis Lachapelle Date: Mon Sep 10 19:09:51 2007 +0000 @@ -84411,6 +104007,8 @@ Date: Mon Sep 10 19:09:51 2007 +0000 Monotone-Date: 2007-09-10T19:09:51 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsListView.wox + commit d9d339944177a40a1e189243162f2da37a7c91f7 Author: Wolfgang Sourdeau Date: Mon Sep 10 18:49:28 2007 +0000 @@ -84422,21 +104020,7 @@ Date: Mon Sep 10 18:49:28 2007 +0000 Monotone-Date: 2007-09-10T18:49:28 Monotone-Branch: ca.inverse.sogo -commit 8dcd97032ab33503915be417d10eafcc9741ddf5 -Merge: a953c7c 703121b -Author: Wolfgang Sourdeau -Date: Mon Sep 10 18:47:35 2007 +0000 - - merge of '036947e22f5b3eb801463875f6254522044e8867' - and '2b304355998deb143c93ae7f034e0360072a7387' - - Monotone-Parent: 036947e22f5b3eb801463875f6254522044e8867 - Monotone-Parent: 2b304355998deb143c93ae7f034e0360072a7387 - Monotone-Revision: 1ec2044e8b3d118db1cbc52ea520cb6c793d8406 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-09-10T18:47:35 - Monotone-Branch: ca.inverse.sogo +M NEWS commit a953c7c4b32add3322f79392dbf1a60cafba0707 Author: Francis Lachapelle @@ -84449,6 +104033,13 @@ Date: Mon Sep 10 18:46:05 2007 +0000 Monotone-Date: 2007-09-10T18:46:05 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailToSelection.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit b7a1fd2c40f6c021436a1310ae9b75258b05a67c Author: Francis Lachapelle Date: Mon Sep 10 18:42:13 2007 +0000 @@ -84460,6 +104051,8 @@ Date: Mon Sep 10 18:42:13 2007 +0000 Monotone-Date: 2007-09-10T18:42:13 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.js + commit 703121b21a2f7f8f9802a1fdf2a4085aaefab820 Author: Wolfgang Sourdeau Date: Mon Sep 10 15:50:43 2007 +0000 @@ -84471,6 +104064,8 @@ Date: Mon Sep 10 15:50:43 2007 +0000 Monotone-Date: 2007-09-10T15:50:43 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 8369d78c46a414e30bd33a8c9c8e65a7a78cf918 Author: Wolfgang Sourdeau Date: Mon Sep 10 15:17:54 2007 +0000 @@ -84482,6 +104077,8 @@ Date: Mon Sep 10 15:17:54 2007 +0000 Monotone-Date: 2007-09-10T15:17:54 Monotone-Branch: ca.inverse.sogo +M NEWS + commit ab5c142dd80fa8c6e742b85fcdfa0763fbacd59d Author: Wolfgang Sourdeau Date: Mon Sep 10 15:08:32 2007 +0000 @@ -84493,6 +104090,13 @@ Date: Mon Sep 10 15:08:32 2007 +0000 Monotone-Date: 2007-09-10T15:08:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.m +M UI/MailerUI/UIxMailActions.m +M UI/MailerUI/UIxMailView.m +M UI/MailerUI/product.plist +M UI/WebServerResources/MailerUI.js + commit 848b3ce6397968c42d8c5b24565b68a61fabf3af Author: Wolfgang Sourdeau Date: Fri Sep 7 22:27:12 2007 +0000 @@ -84504,6 +104108,8 @@ Date: Fri Sep 7 22:27:12 2007 +0000 Monotone-Date: 2007-09-07T22:27:12 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/lori-login.jpg + commit 79ea1954d9e36c7da23c35bca9afebed749c7216 Author: Wolfgang Sourdeau Date: Fri Sep 7 22:27:08 2007 +0000 @@ -84515,6 +104121,8 @@ Date: Fri Sep 7 22:27:08 2007 +0000 Monotone-Date: 2007-09-07T22:27:08 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.css + commit 48dd89f1ef744775818091349affa425ab40f284 Author: Wolfgang Sourdeau Date: Fri Sep 7 22:26:42 2007 +0000 @@ -84526,6 +104134,8 @@ Date: Fri Sep 7 22:26:42 2007 +0000 Monotone-Date: 2007-09-07T22:26:42 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 192ea7ce751d82770d613322bc6ec1991462311e Author: Wolfgang Sourdeau Date: Fri Sep 7 15:45:46 2007 +0000 @@ -84537,6 +104147,9 @@ Date: Fri Sep 7 15:45:46 2007 +0000 Monotone-Date: 2007-09-07T15:45:46 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartHTMLViewer.h +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit 6062c17442982df24239bd39c8c3980deed7344e Author: Wolfgang Sourdeau Date: Fri Sep 7 15:45:28 2007 +0000 @@ -84548,6 +104161,8 @@ Date: Fri Sep 7 15:45:28 2007 +0000 Monotone-Date: 2007-09-07T15:45:28 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.css + commit e019440780c9ac3dc63d10ff1ecaaf7b2809db79 Author: Wolfgang Sourdeau Date: Fri Sep 7 15:44:57 2007 +0000 @@ -84559,6 +104174,8 @@ Date: Fri Sep 7 15:44:57 2007 +0000 Monotone-Date: 2007-09-07T15:44:57 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox + commit d2e754a0508239c85f0ec5d2542e6714f08fc8db Author: Wolfgang Sourdeau Date: Fri Sep 7 15:44:51 2007 +0000 @@ -84570,6 +104187,10 @@ Date: Fri Sep 7 15:44:51 2007 +0000 Monotone-Date: 2007-09-07T15:44:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/MailPartViewers/UIxMailPartHTMLViewer.wox +M UI/WebServerResources/MailerUI.css + commit 4bdb33e7f636a8f236124e35a328c7fa3ca0ec33 Author: Wolfgang Sourdeau Date: Fri Sep 7 15:38:34 2007 +0000 @@ -84581,6 +104202,8 @@ Date: Fri Sep 7 15:38:34 2007 +0000 Monotone-Date: 2007-09-07T15:38:34 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.m + commit 4b94f33a523f6ea1dae8d726a7028bb1367141b0 Author: Wolfgang Sourdeau Date: Fri Sep 7 15:38:03 2007 +0000 @@ -84592,6 +104215,11 @@ Date: Fri Sep 7 15:38:03 2007 +0000 Monotone-Date: 2007-09-07T15:38:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoRootPage.h +M UI/Templates/MainUI/SOGoRootPage.wox +M UI/WebServerResources/generic.js + commit a62fbebbc18d3b8d15097dcc65ed1131def2ab5e Author: Wolfgang Sourdeau Date: Fri Sep 7 13:35:22 2007 +0000 @@ -84603,6 +104231,8 @@ Date: Fri Sep 7 13:35:22 2007 +0000 Monotone-Date: 2007-09-07T13:35:22 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit ee8e1e6f18ca7baf82ef33716210d1eb8165589b Author: Wolfgang Sourdeau Date: Fri Sep 7 13:35:06 2007 +0000 @@ -84614,6 +104244,8 @@ Date: Fri Sep 7 13:35:06 2007 +0000 Monotone-Date: 2007-09-07T13:35:06 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.m + commit ab2bd7c4e341f937ba4b44077afb0a7c3615ce71 Author: Wolfgang Sourdeau Date: Thu Sep 6 22:21:16 2007 +0000 @@ -84625,6 +104257,9 @@ Date: Thu Sep 6 22:21:16 2007 +0000 Monotone-Date: 2007-09-06T22:21:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoRootPage.m + commit 4729c4aef12da46eb1855027ae1fe168d3ab3a69 Author: Wolfgang Sourdeau Date: Thu Sep 6 22:19:05 2007 +0000 @@ -84636,6 +104271,9 @@ Date: Thu Sep 6 22:19:05 2007 +0000 Monotone-Date: 2007-09-06T22:19:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoUserHomePage.m + commit ae953f65c9a8c1a1a44ea05bd8326a136145e552 Author: Wolfgang Sourdeau Date: Thu Sep 6 22:18:12 2007 +0000 @@ -84647,6 +104285,8 @@ Date: Thu Sep 6 22:18:12 2007 +0000 Monotone-Date: 2007-09-06T22:18:12 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MainUI/SOGoRootPage.wox + commit 03e053dcfee1c6ca7ca5a9247de8dd919552f79d Author: Wolfgang Sourdeau Date: Thu Sep 6 22:18:08 2007 +0000 @@ -84658,6 +104298,8 @@ Date: Thu Sep 6 22:18:08 2007 +0000 Monotone-Date: 2007-09-06T22:18:08 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.js + commit 5391c57f13833b60a740c888cf633a5a48f20461 Author: Wolfgang Sourdeau Date: Thu Sep 6 22:17:56 2007 +0000 @@ -84669,6 +104311,9 @@ Date: Thu Sep 6 22:17:56 2007 +0000 Monotone-Date: 2007-09-06T22:17:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoWebAuthenticator.m + commit 6101ccce31b7b496ae465c54e180bda2ba48d25b Author: Wolfgang Sourdeau Date: Thu Sep 6 22:16:30 2007 +0000 @@ -84680,6 +104325,9 @@ Date: Thu Sep 6 22:16:30 2007 +0000 Monotone-Date: 2007-09-06T22:16:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/UIxComponent.m + commit ea1efba0dae26bbb26db11d4d00a334741ffe56d Author: Wolfgang Sourdeau Date: Thu Sep 6 22:15:37 2007 +0000 @@ -84691,6 +104339,8 @@ Date: Thu Sep 6 22:15:37 2007 +0000 Monotone-Date: 2007-09-06T22:15:37 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/product.plist + commit b5959d9677bd132a58f6408f552aac96ceeae621 Author: Wolfgang Sourdeau Date: Thu Sep 6 22:12:42 2007 +0000 @@ -84702,6 +104352,9 @@ Date: Thu Sep 6 22:12:42 2007 +0000 Monotone-Date: 2007-09-06T22:12:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit 61dbf519148e7c540a99c54812ff9d73e4f45da1 Author: Wolfgang Sourdeau Date: Thu Sep 6 22:11:59 2007 +0000 @@ -84713,6 +104366,8 @@ Date: Thu Sep 6 22:11:59 2007 +0000 Monotone-Date: 2007-09-06T22:11:59 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m + commit 2123cf8cd4616e439cf74c99e8cf563ade70f799 Author: Wolfgang Sourdeau Date: Thu Sep 6 22:10:24 2007 +0000 @@ -84724,6 +104379,8 @@ Date: Thu Sep 6 22:10:24 2007 +0000 Monotone-Date: 2007-09-06T22:10:24 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit ae3aed46eaa95df1edbd0af55468babc17572497 Author: Wolfgang Sourdeau Date: Thu Sep 6 21:46:56 2007 +0000 @@ -84735,6 +104392,8 @@ Date: Thu Sep 6 21:46:56 2007 +0000 Monotone-Date: 2007-09-06T21:46:56 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactEditor.wox + commit 3edec4df42c3783b7908577daca7df05c1bdf35d Author: Wolfgang Sourdeau Date: Thu Sep 6 21:41:19 2007 +0000 @@ -84746,6 +104405,9 @@ Date: Thu Sep 6 21:41:19 2007 +0000 Monotone-Date: 2007-09-06T21:41:19 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/JavascriptAPIExtensions.js + commit d7ef24f323704aa253b69e2f15786d4b22052bf3 Author: Wolfgang Sourdeau Date: Thu Sep 6 21:11:15 2007 +0000 @@ -84757,6 +104419,8 @@ Date: Thu Sep 6 21:11:15 2007 +0000 Monotone-Date: 2007-09-06T21:11:15 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailEnglishDeletion.html + commit c00d1c80187aaa215f426d2123a568e361903702 Author: Wolfgang Sourdeau Date: Thu Sep 6 21:10:51 2007 +0000 @@ -84768,6 +104432,9 @@ Date: Thu Sep 6 21:10:51 2007 +0000 Monotone-Date: 2007-09-06T21:10:51 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoTaskObject.m + commit 3964cc04d51e1937a53f377d3bab1b33df0aff0a Author: Wolfgang Sourdeau Date: Thu Sep 6 20:51:59 2007 +0000 @@ -84779,6 +104446,9 @@ Date: Thu Sep 6 20:51:59 2007 +0000 Monotone-Date: 2007-09-06T20:51:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 3da1ca9aa10322b7947ab444ca1b1e56e33b53c0 Author: Wolfgang Sourdeau Date: Wed Sep 5 17:57:17 2007 +0000 @@ -84790,6 +104460,9 @@ Date: Wed Sep 5 17:57:17 2007 +0000 Monotone-Date: 2007-09-05T17:57:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoWebAuthenticator.m + commit ae46d1ccb126222a2cea6b95bdf0715fcd24218d Author: Wolfgang Sourdeau Date: Wed Sep 5 17:56:39 2007 +0000 @@ -84801,6 +104474,9 @@ Date: Wed Sep 5 17:56:39 2007 +0000 Monotone-Date: 2007-09-05T17:56:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoRootPage.m + commit ed97119aa3eb4162e063d02decc61263c451fcda Author: Wolfgang Sourdeau Date: Wed Sep 5 17:56:11 2007 +0000 @@ -84812,6 +104488,8 @@ Date: Wed Sep 5 17:56:11 2007 +0000 Monotone-Date: 2007-09-05T17:56:11 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MainUI/SOGoRootPage.wox + commit 46709b88c647ca62f51f8f2709da1ce372d4040b Author: Wolfgang Sourdeau Date: Wed Sep 5 17:56:00 2007 +0000 @@ -84823,6 +104501,9 @@ Date: Wed Sep 5 17:56:00 2007 +0000 Monotone-Date: 2007-09-05T17:56:00 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.css +M UI/WebServerResources/SOGoRootPage.js + commit 2c95d2aecff037819268b7549a3e8929561cefe8 Author: Wolfgang Sourdeau Date: Wed Sep 5 17:55:46 2007 +0000 @@ -84834,6 +104515,10 @@ Date: Wed Sep 5 17:55:46 2007 +0000 Monotone-Date: 2007-09-05T17:55:46 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings + commit 20cb2353adb4069d3fe413171e8b9d178172dae5 Author: Wolfgang Sourdeau Date: Wed Sep 5 15:33:38 2007 +0000 @@ -84845,6 +104530,9 @@ Date: Wed Sep 5 15:33:38 2007 +0000 Monotone-Date: 2007-09-05T15:33:38 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/JavascriptAPIExtensions.js +M UI/WebServerResources/SchedulerUI.js + commit 10968a8f9ab22ab1aee49d5f570669a468870fa0 Author: Wolfgang Sourdeau Date: Wed Sep 5 15:33:31 2007 +0000 @@ -84856,6 +104544,9 @@ Date: Wed Sep 5 15:33:31 2007 +0000 Monotone-Date: 2007-09-05T15:33:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalendarSelector.m + commit a7639609045727b9d622e6a01b8719d1bc98ba53 Author: Wolfgang Sourdeau Date: Wed Sep 5 15:33:03 2007 +0000 @@ -84867,6 +104558,8 @@ Date: Wed Sep 5 15:33:03 2007 +0000 Monotone-Date: 2007-09-05T15:33:03 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 45e64e1465969bb1918005255ab87864235409f8 Author: Wolfgang Sourdeau Date: Wed Sep 5 14:55:58 2007 +0000 @@ -84878,6 +104571,10 @@ Date: Wed Sep 5 14:55:58 2007 +0000 Monotone-Date: 2007-09-05T14:55:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/UIxComponent.h +M UI/SOGoUI/UIxComponent.m + commit 098c9117e2ebdefe90ec0f833f386ae053432c73 Author: Wolfgang Sourdeau Date: Tue Sep 4 22:04:43 2007 +0000 @@ -84889,6 +104586,8 @@ Date: Tue Sep 4 22:04:43 2007 +0000 Monotone-Date: 2007-09-04T22:04:43 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MainUI/SOGoRootPage.wox + commit 5b16b35d26b810626191bcc86730654e5e1a4973 Author: Wolfgang Sourdeau Date: Tue Sep 4 22:04:21 2007 +0000 @@ -84900,6 +104599,8 @@ Date: Tue Sep 4 22:04:21 2007 +0000 Monotone-Date: 2007-09-04T22:04:21 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoRootPage.js + commit 981e0b207779673ff9281a34916d5d90354dceb1 Author: Wolfgang Sourdeau Date: Tue Sep 4 22:04:07 2007 +0000 @@ -84911,6 +104612,9 @@ Date: Tue Sep 4 22:04:07 2007 +0000 Monotone-Date: 2007-09-04T22:04:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoUserHomePage.m + commit c3b6c0d9e2f496a4889382b914c1b3d6b7635432 Author: Wolfgang Sourdeau Date: Tue Sep 4 22:03:32 2007 +0000 @@ -84922,6 +104626,8 @@ Date: Tue Sep 4 22:03:32 2007 +0000 Monotone-Date: 2007-09-04T22:03:32 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoWebAuthenticator.m + commit df80136f96ddbedc49197f4ff583ab357939db77 Author: Wolfgang Sourdeau Date: Tue Sep 4 22:02:54 2007 +0000 @@ -84933,6 +104639,8 @@ Date: Tue Sep 4 22:02:54 2007 +0000 Monotone-Date: 2007-09-04T22:02:54 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoDAVAuthenticator.m + commit 10d226e1afa39ff25ef78220fcdf41cf29a3cf6f Author: Wolfgang Sourdeau Date: Tue Sep 4 22:02:29 2007 +0000 @@ -84944,6 +104652,8 @@ Date: Tue Sep 4 22:02:29 2007 +0000 Monotone-Date: 2007-09-04T22:02:29 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m + commit 6a36d8d08f0d79526b661aa3ff84efcb679f9e8e Author: Wolfgang Sourdeau Date: Tue Sep 4 15:43:21 2007 +0000 @@ -84955,6 +104665,8 @@ Date: Tue Sep 4 15:43:21 2007 +0000 Monotone-Date: 2007-09-04T15:43:21 Monotone-Branch: ca.inverse.sogo +A SoObjects/SOGo/SOGoAuthenticator.h + commit 37e4310b7634e45f6a6435185c99b4acdce4b874 Author: Wolfgang Sourdeau Date: Tue Sep 4 15:42:13 2007 +0000 @@ -84966,6 +104678,8 @@ Date: Tue Sep 4 15:42:13 2007 +0000 Monotone-Date: 2007-09-04T15:42:13 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/iCalEntityObject+SOGo.m + commit 0856cd6e795323fb61bb6ccf8cb055f8eb0cc740 Author: Wolfgang Sourdeau Date: Tue Sep 4 15:41:59 2007 +0000 @@ -84977,6 +104691,12 @@ Date: Tue Sep 4 15:41:59 2007 +0000 Monotone-Date: 2007-09-04T15:41:59 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailBaseObject.m +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/SOGoObject.m +M UI/MainUI/SOGoRootPage.m +M UI/MainUI/SOGoUserHomePage.m + commit f4c37e58d8f58a3c2e0776488d9e4fc2418592d6 Author: Wolfgang Sourdeau Date: Tue Sep 4 15:41:25 2007 +0000 @@ -84988,6 +104708,8 @@ Date: Tue Sep 4 15:41:25 2007 +0000 Monotone-Date: 2007-09-04T15:41:25 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit cbf592830548ac260d05705cc34bcf8be0fa264b Author: Wolfgang Sourdeau Date: Tue Sep 4 15:41:14 2007 +0000 @@ -84999,6 +104721,9 @@ Date: Tue Sep 4 15:41:14 2007 +0000 Monotone-Date: 2007-09-04T15:41:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m + commit e46d9d931d29f5289ce29b5cfe9a4d7988e52be9 Author: Wolfgang Sourdeau Date: Tue Sep 4 15:40:26 2007 +0000 @@ -85010,6 +104735,11 @@ Date: Tue Sep 4 15:40:26 2007 +0000 Monotone-Date: 2007-09-04T15:40:26 Monotone-Branch: ca.inverse.sogo +D SoObjects/SOGo/SOGoAuthenticator.h +D SoObjects/SOGo/SOGoAuthenticator.m +A SoObjects/SOGo/SOGoDAVAuthenticator.h +A SoObjects/SOGo/SOGoDAVAuthenticator.m + commit 0158375204175af23290f433cfc0bf4fdff28254 Author: Wolfgang Sourdeau Date: Tue Sep 4 15:39:51 2007 +0000 @@ -85021,6 +104751,10 @@ Date: Tue Sep 4 15:39:51 2007 +0000 Monotone-Date: 2007-09-04T15:39:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/SOGo/SOGoWebAuthenticator.h +A SoObjects/SOGo/SOGoWebAuthenticator.m + commit 0451c7478da272fe96bacbd520b96e48ab1ed90f Author: Wolfgang Sourdeau Date: Tue Sep 4 15:38:25 2007 +0000 @@ -85032,6 +104766,8 @@ Date: Tue Sep 4 15:38:25 2007 +0000 Monotone-Date: 2007-09-04T15:38:25 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.m + commit dd0cacd42dffd47dc257a6dab148a2bf16fc9d02 Author: Wolfgang Sourdeau Date: Tue Sep 4 15:03:10 2007 +0000 @@ -85043,6 +104779,8 @@ Date: Tue Sep 4 15:03:10 2007 +0000 Monotone-Date: 2007-09-04T15:03:10 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m + commit ab4a9bc60f1897dc13efd6c3b1d93d84ddb1b73f Author: Wolfgang Sourdeau Date: Tue Sep 4 15:02:23 2007 +0000 @@ -85054,6 +104792,8 @@ Date: Tue Sep 4 15:02:23 2007 +0000 Monotone-Date: 2007-09-04T15:02:23 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/product.plist + commit 2c3a7170164d878391c429e617d0301ee3ff4ac3 Author: Wolfgang Sourdeau Date: Tue Sep 4 15:02:03 2007 +0000 @@ -85065,6 +104805,9 @@ Date: Tue Sep 4 15:02:03 2007 +0000 Monotone-Date: 2007-09-04T15:02:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoUserHomePage.m + commit fe91698a13dec59632919e07ee47ec275a675361 Author: Wolfgang Sourdeau Date: Tue Sep 4 15:01:02 2007 +0000 @@ -85076,6 +104819,8 @@ Date: Tue Sep 4 15:01:02 2007 +0000 Monotone-Date: 2007-09-04T15:01:02 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/attachment.gif + commit 758c27c2b13d5c7adbc3c74dc2d3207cdf46baae Author: Wolfgang Sourdeau Date: Tue Sep 4 15:00:59 2007 +0000 @@ -85087,6 +104832,8 @@ Date: Tue Sep 4 15:00:59 2007 +0000 Monotone-Date: 2007-09-04T15:00:59 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/lori-login.jpg + commit 310b567c6790767e9e6740151aee23d4c7db26e9 Author: Wolfgang Sourdeau Date: Tue Sep 4 15:00:44 2007 +0000 @@ -85098,6 +104845,12 @@ Date: Tue Sep 4 15:00:44 2007 +0000 Monotone-Date: 2007-09-04T15:00:44 Monotone-Branch: ca.inverse.sogo +A UI/MainUI/SOGoRootPage.h +M UI/MainUI/SOGoRootPage.m +M UI/Templates/MainUI/SOGoRootPage.wox +A UI/WebServerResources/SOGoRootPage.css +A UI/WebServerResources/SOGoRootPage.js + commit d78f807510a776a7ca016e63bf19410ea98609ee Author: Wolfgang Sourdeau Date: Tue Sep 4 15:00:15 2007 +0000 @@ -85109,6 +104862,8 @@ Date: Tue Sep 4 15:00:15 2007 +0000 Monotone-Date: 2007-09-04T15:00:15 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox + commit 4bc603ac5cc174aa6afc5d4ac54df81ad1761075 Author: Wolfgang Sourdeau Date: Tue Sep 4 15:00:08 2007 +0000 @@ -85120,6 +104875,8 @@ Date: Tue Sep 4 15:00:08 2007 +0000 Monotone-Date: 2007-09-04T15:00:08 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxPageFrame.m + commit 80f8f908d6a78b7b8259b03ca6632ac5ab628d6f Author: Wolfgang Sourdeau Date: Tue Sep 4 14:59:26 2007 +0000 @@ -85131,6 +104888,8 @@ Date: Tue Sep 4 14:59:26 2007 +0000 Monotone-Date: 2007-09-04T14:59:26 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/JavascriptAPIExtensions.js + commit 94dc3b73c84f7ef6248d548baf2b36bdb1bee4ee Author: Wolfgang Sourdeau Date: Tue Sep 4 14:59:16 2007 +0000 @@ -85142,6 +104901,9 @@ Date: Tue Sep 4 14:59:16 2007 +0000 Monotone-Date: 2007-09-04T14:59:16 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit b8d37ff97ea143e8e0bd7bf235449c857330835d Author: Wolfgang Sourdeau Date: Tue Sep 4 14:57:58 2007 +0000 @@ -85153,6 +104915,10 @@ Date: Tue Sep 4 14:57:58 2007 +0000 Monotone-Date: 2007-09-04T14:57:58 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/English.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings +M UI/MainUI/German.lproj/Localizable.strings + commit efda4398c693ab6606567cc109034b7029d91d71 Author: Wolfgang Sourdeau Date: Wed Aug 29 16:27:35 2007 +0000 @@ -85164,6 +104930,8 @@ Date: Wed Aug 29 16:27:35 2007 +0000 Monotone-Date: 2007-08-29T16:27:35 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/JavascriptAPIExtensions.js + commit 2221278723bc9282f8fc13f9e3f3d4b5116db702 Author: Wolfgang Sourdeau Date: Wed Aug 29 16:03:13 2007 +0000 @@ -85175,6 +104943,8 @@ Date: Wed Aug 29 16:03:13 2007 +0000 Monotone-Date: 2007-08-29T16:03:13 Monotone-Branch: ca.inverse.sogo +M NEWS + commit d2f2d74c9ac7519d29151fafdb54e2a98f23414b Author: Wolfgang Sourdeau Date: Wed Aug 29 16:01:11 2007 +0000 @@ -85186,6 +104956,9 @@ Date: Wed Aug 29 16:01:11 2007 +0000 Monotone-Date: 2007-08-29T16:01:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.m + commit 51e70457dd2d12d4afbb6f483a6f7bd3186879d1 Author: Wolfgang Sourdeau Date: Tue Aug 28 21:43:06 2007 +0000 @@ -85197,6 +104970,11 @@ Date: Tue Aug 28 21:43:06 2007 +0000 Monotone-Date: 2007-08-28T21:43:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.h +M SoObjects/Mailer/SOGoDraftObject.m +M UI/MailerUI/UIxMailEditor.m + commit 6eaba7c3ded9ca84a2f6ec4617effcbca540d148 Author: Wolfgang Sourdeau Date: Tue Aug 28 21:42:28 2007 +0000 @@ -85208,6 +104986,10 @@ Date: Tue Aug 28 21:42:28 2007 +0000 Monotone-Date: 2007-08-28T21:42:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoFreeBusyObject.m +M UI/MainUI/SOGoUserHomePage.m + commit 309cba267fa6355e66dca8447324938d31da762e Author: Wolfgang Sourdeau Date: Tue Aug 28 21:41:13 2007 +0000 @@ -85219,6 +105001,8 @@ Date: Tue Aug 28 21:41:13 2007 +0000 Monotone-Date: 2007-08-28T21:41:13 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css + commit 9f063a8ceab3f001d421b51a20f129a53d391263 Author: Wolfgang Sourdeau Date: Mon Aug 27 21:54:44 2007 +0000 @@ -85230,6 +105014,10 @@ Date: Mon Aug 27 21:54:44 2007 +0000 Monotone-Date: 2007-08-27T21:54:44 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/NGCardsSaxHandler.m +M SOPE/NGCards/versitCardsSaxDriver/ChangeLog +M SOPE/NGCards/versitCardsSaxDriver/VSSaxDriver.m + commit f41abc8a1a09ceee0e6616392985e964ba897ffa Author: Wolfgang Sourdeau Date: Mon Aug 27 21:54:32 2007 +0000 @@ -85241,6 +105029,8 @@ Date: Mon Aug 27 21:54:32 2007 +0000 Monotone-Date: 2007-08-27T21:54:32 Monotone-Branch: ca.inverse.sogo +M NEWS + commit fda4136656032ddde820563f627e65dc4cf66bb3 Author: Wolfgang Sourdeau Date: Fri Aug 24 21:31:03 2007 +0000 @@ -85252,6 +105042,9 @@ Date: Fri Aug 24 21:31:03 2007 +0000 Monotone-Date: 2007-08-24T21:31:03 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/WebServerResources/UIxMailEditor.css + commit 36d48390c1295e995ccfd3b4f96417c0befaa4d1 Author: Wolfgang Sourdeau Date: Fri Aug 24 21:25:39 2007 +0000 @@ -85263,6 +105056,10 @@ Date: Fri Aug 24 21:25:39 2007 +0000 Monotone-Date: 2007-08-24T21:25:39 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/SchedulerUI.css + commit 749a8a19fb2ee568bafed5aa2e22743f7a4fe7b3 Author: Wolfgang Sourdeau Date: Fri Aug 24 20:38:44 2007 +0000 @@ -85274,6 +105071,8 @@ Date: Fri Aug 24 20:38:44 2007 +0000 Monotone-Date: 2007-08-24T20:38:44 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoFolder.m + commit b52ed7db1d0e7186a7c8c55bc800135d2d6bf309 Author: Wolfgang Sourdeau Date: Fri Aug 24 20:38:36 2007 +0000 @@ -85285,6 +105084,9 @@ Date: Fri Aug 24 20:38:36 2007 +0000 Monotone-Date: 2007-08-24T20:38:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 32a6330a97d1fd63e328f23b7f396b621df5d33d Author: Wolfgang Sourdeau Date: Fri Aug 24 18:48:32 2007 +0000 @@ -85296,6 +105098,9 @@ Date: Fri Aug 24 18:48:32 2007 +0000 Monotone-Date: 2007-08-24T18:48:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartViewer.m + commit 6c21591e54839d203f5706b89dfd7555310ac3c6 Author: Wolfgang Sourdeau Date: Fri Aug 24 18:47:41 2007 +0000 @@ -85307,6 +105112,8 @@ Date: Fri Aug 24 18:47:41 2007 +0000 Monotone-Date: 2007-08-24T18:47:41 Monotone-Branch: ca.inverse.sogo +M Scripts/sql-update-20070822.sh + commit e68bf83d3cb107897ce014a2d05dc8199a97c184 Author: Wolfgang Sourdeau Date: Fri Aug 24 18:47:32 2007 +0000 @@ -85318,6 +105125,9 @@ Date: Fri Aug 24 18:47:32 2007 +0000 Monotone-Date: 2007-08-24T18:47:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit b96cff0d99231f47a1d86e6d8114cdb48eac20f0 Author: Wolfgang Sourdeau Date: Fri Aug 24 18:45:56 2007 +0000 @@ -85329,6 +105139,8 @@ Date: Fri Aug 24 18:45:56 2007 +0000 Monotone-Date: 2007-08-24T18:45:56 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUserFolder.m + commit 3a5f7d79afcb25df7d1a4534c177d5903a791794 Author: Wolfgang Sourdeau Date: Fri Aug 24 18:44:49 2007 +0000 @@ -85340,6 +105152,8 @@ Date: Fri Aug 24 18:44:49 2007 +0000 Monotone-Date: 2007-08-24T18:44:49 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactFolders.m + commit 9e1e8e73081e05fce868e01b2ddf3c0745237da7 Author: Wolfgang Sourdeau Date: Fri Aug 24 13:51:41 2007 +0000 @@ -85351,6 +105165,9 @@ Date: Fri Aug 24 13:51:41 2007 +0000 Monotone-Date: 2007-08-24T13:51:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m + commit 6fece5d06603c8980fb6c3d5f697163d0012ccbe Author: Wolfgang Sourdeau Date: Thu Aug 23 22:13:27 2007 +0000 @@ -85362,6 +105179,9 @@ Date: Thu Aug 23 22:13:27 2007 +0000 Monotone-Date: 2007-08-23T22:13:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxTaskEditor.m + commit 9a2eb20aff78d34d007dc7073450b73ce0b67caa Author: Wolfgang Sourdeau Date: Thu Aug 23 22:13:12 2007 +0000 @@ -85373,6 +105193,9 @@ Date: Thu Aug 23 22:13:12 2007 +0000 Monotone-Date: 2007-08-23T22:13:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m + commit e3897a0150728b61e126aec4334ec62eba8ae1b4 Author: Wolfgang Sourdeau Date: Thu Aug 23 22:12:15 2007 +0000 @@ -85384,6 +105207,8 @@ Date: Thu Aug 23 22:12:15 2007 +0000 Monotone-Date: 2007-08-23T22:12:15 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/GNUmakefile + commit 9a32b3328d8219c3ae1e460bd537eafc8b69dd7e Author: Wolfgang Sourdeau Date: Thu Aug 23 22:11:55 2007 +0000 @@ -85395,6 +105220,9 @@ Date: Thu Aug 23 22:11:55 2007 +0000 Monotone-Date: 2007-08-23T22:11:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAptMailNotification.m + commit 20aa35be722c1cce60207b2844755976f5020e26 Author: Wolfgang Sourdeau Date: Thu Aug 23 22:11:19 2007 +0000 @@ -85406,6 +105234,8 @@ Date: Thu Aug 23 22:11:19 2007 +0000 Monotone-Date: 2007-08-23T22:11:19 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 2e9c9bbecaa89e1dea924173b34d69f3cfec93fe Author: Wolfgang Sourdeau Date: Thu Aug 23 22:10:59 2007 +0000 @@ -85417,6 +105247,8 @@ Date: Thu Aug 23 22:10:59 2007 +0000 Monotone-Date: 2007-08-23T22:10:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 408a6a0c4a41f428d99a2a5ee8effd6821d951cd Author: Wolfgang Sourdeau Date: Thu Aug 23 22:10:50 2007 +0000 @@ -85428,6 +105260,10 @@ Date: Thu Aug 23 22:10:50 2007 +0000 Monotone-Date: 2007-08-23T22:10:50 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m + commit bb86546829526bbcf9f8ae37acd2f1f2a9764276 Author: Wolfgang Sourdeau Date: Thu Aug 23 22:10:01 2007 +0000 @@ -85439,6 +105275,8 @@ Date: Thu Aug 23 22:10:01 2007 +0000 Monotone-Date: 2007-08-23T22:10:01 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 7eff40373f980f136ada33ea64a89c4bc93849bf Author: Wolfgang Sourdeau Date: Thu Aug 23 20:18:08 2007 +0000 @@ -85450,6 +105288,8 @@ Date: Thu Aug 23 20:18:08 2007 +0000 Monotone-Date: 2007-08-23T20:18:08 Monotone-Branch: ca.inverse.sogo +A SoObjects/Mailer/bundle-info.plist + commit 0bdd63032564cf5dda0fd6828c56fc39b2788c9f Author: Wolfgang Sourdeau Date: Thu Aug 23 20:17:54 2007 +0000 @@ -85461,6 +105301,8 @@ Date: Thu Aug 23 20:17:54 2007 +0000 Monotone-Date: 2007-08-23T20:17:54 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/UIxMailView.js + commit 20f22ec676913db5f771f69496e8a06ab8bf243c Author: Wolfgang Sourdeau Date: Thu Aug 23 20:17:46 2007 +0000 @@ -85472,6 +105314,8 @@ Date: Thu Aug 23 20:17:46 2007 +0000 Monotone-Date: 2007-08-23T20:17:46 Monotone-Branch: ca.inverse.sogo +A Scripts/sql-update-20070822.sh + commit f3f813cf03cc1be54933990e153cf45662a75c61 Author: Wolfgang Sourdeau Date: Thu Aug 23 20:17:26 2007 +0000 @@ -85483,6 +105327,8 @@ Date: Thu Aug 23 20:17:26 2007 +0000 Monotone-Date: 2007-08-23T20:17:26 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailNotification.h + commit 6cbe337368a7974a53e8eb924ee31061203852a2 Author: Wolfgang Sourdeau Date: Thu Aug 23 20:17:06 2007 +0000 @@ -85496,6 +105342,15 @@ Date: Thu Aug 23 20:17:06 2007 +0000 Monotone-Date: 2007-08-23T20:17:06 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailFrenchDeletion.wo/SOGoAptMailFrenchDeletion.html +M SoObjects/Appointments/SOGoAptMailFrenchInvitation.wo/SOGoAptMailFrenchInvitation.html +M SoObjects/Appointments/SOGoAptMailFrenchRemoval.wo/SOGoAptMailFrenchRemoval.html +M SoObjects/Appointments/SOGoAptMailFrenchUpdate.wo/SOGoAptMailFrenchUpdate.html +M SoObjects/Appointments/SOGoAptMailGermanDeletion.wo/SOGoAptMailGermanDeletion.html +M SoObjects/Appointments/SOGoAptMailGermanInvitation.wo/SOGoAptMailGermanInvitation.html +M SoObjects/Appointments/SOGoAptMailGermanRemoval.wo/SOGoAptMailGermanRemoval.html +M SoObjects/Appointments/SOGoAptMailGermanUpdate.wo/SOGoAptMailGermanUpdate.html + commit c22977f7529ab119f3456c4f0bf6d9e4446ee983 Author: Wolfgang Sourdeau Date: Thu Aug 23 16:13:31 2007 +0000 @@ -85507,6 +105362,8 @@ Date: Thu Aug 23 16:13:31 2007 +0000 Monotone-Date: 2007-08-23T16:13:31 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css + commit 11ceffb202256113a71c208c018157b8fcc9cd65 Author: Wolfgang Sourdeau Date: Thu Aug 23 16:13:24 2007 +0000 @@ -85518,6 +105375,27 @@ Date: Thu Aug 23 16:13:24 2007 +0000 Monotone-Date: 2007-08-23T16:13:24 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailDeletion.m +M SoObjects/Appointments/SOGoAptMailInvitation.m +M SoObjects/Appointments/SOGoAptMailRemoval.m +M SoObjects/Mailer/GNUmakefile +D SoObjects/Mailer/SOGoMailEnglishForward.m +M SoObjects/Mailer/SOGoMailForward.h +M SoObjects/Mailer/SOGoMailForward.m +D SoObjects/Mailer/SOGoMailFrenchForward.m +M SoObjects/Mailer/SOGoMailGermanForward.wo/SOGoMailGermanForward.html +M UI/SOGoUI/GNUmakefile +M UI/SOGoUI/SOGoACLAdvisory.h +M UI/SOGoUI/SOGoACLAdvisory.m +D UI/SOGoUI/SOGoACLEnglishAdditionAdvisory.h +D UI/SOGoUI/SOGoACLEnglishAdditionAdvisory.m +D UI/SOGoUI/SOGoACLEnglishRemovalAdvisory.h +D UI/SOGoUI/SOGoACLEnglishRemovalAdvisory.m +D UI/SOGoUI/SOGoACLFrenchAdditionAdvisory.h +D UI/SOGoUI/SOGoACLFrenchAdditionAdvisory.m +D UI/SOGoUI/SOGoACLFrenchRemovalAdvisory.h +D UI/SOGoUI/SOGoACLFrenchRemovalAdvisory.m + commit c124fecb3e0427bb4f6262c0c10344b7da0836e2 Author: Wolfgang Sourdeau Date: Thu Aug 23 16:12:32 2007 +0000 @@ -85529,6 +105407,12 @@ Date: Thu Aug 23 16:12:32 2007 +0000 Monotone-Date: 2007-08-23T16:12:32 Monotone-Branch: ca.inverse.sogo +M UI/Common/German.lproj/Localizable.strings +M UI/Contacts/German.lproj/Localizable.strings +M UI/MailerUI/German.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings +M UI/Scheduler/German.lproj/Localizable.strings + commit c7ff1e0ea2f0e355a8994e95ec8ece7b7aa9153c Author: Wolfgang Sourdeau Date: Thu Aug 23 16:12:16 2007 +0000 @@ -85540,6 +105424,8 @@ Date: Thu Aug 23 16:12:16 2007 +0000 Monotone-Date: 2007-08-23T16:12:16 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/UIxComponent.m + commit 472702e8b7691bb77ed11d6a7538768070667918 Author: Wolfgang Sourdeau Date: Thu Aug 23 16:12:01 2007 +0000 @@ -85551,21 +105437,8 @@ Date: Thu Aug 23 16:12:01 2007 +0000 Monotone-Date: 2007-08-23T16:12:01 Monotone-Branch: ca.inverse.sogo -commit 04c446ab32b4ece5c0f5d42576c4068802e078fb -Merge: a4c610c cb2822f -Author: Wolfgang Sourdeau -Date: Thu Aug 23 13:49:36 2007 +0000 - - merge of 'a713d0509030e441b5a09ab7710505e61689f5c3' - and 'e8041a4e5953854532b9c7c81a7dbd8b944de281' - - Monotone-Parent: a713d0509030e441b5a09ab7710505e61689f5c3 - Monotone-Parent: e8041a4e5953854532b9c7c81a7dbd8b944de281 - Monotone-Revision: 43e7e47465a89cfa3fa751612c2e6e4afa685684 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-08-23T13:49:36 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/Templates/MailerUI/UIxMailToSelection.wox commit cb2822f4de3770802b7910234afd249b99f96309 Author: Dominik Gehl @@ -85580,6 +105453,19 @@ Date: Thu Aug 23 13:00:27 2007 +0000 Monotone-Date: 2007-08-23T13:00:27 Monotone-Branch: ca.inverse.sogo +A SoObjects/Appointments/SOGoAptMailGermanDeletion.wo/SOGoAptMailGermanDeletion.html +A SoObjects/Appointments/SOGoAptMailGermanDeletion.wo/SOGoAptMailGermanDeletion.wod +A SoObjects/Appointments/SOGoAptMailGermanInvitation.wo/SOGoAptMailGermanInvitation.html +A SoObjects/Appointments/SOGoAptMailGermanInvitation.wo/SOGoAptMailGermanInvitation.wod +A SoObjects/Appointments/SOGoAptMailGermanRemoval.wo/SOGoAptMailGermanRemoval.html +A SoObjects/Appointments/SOGoAptMailGermanRemoval.wo/SOGoAptMailGermanRemoval.wod +A SoObjects/Appointments/SOGoAptMailGermanUpdate.wo/SOGoAptMailGermanUpdate.html +A SoObjects/Appointments/SOGoAptMailGermanUpdate.wo/SOGoAptMailGermanUpdate.wod +A SoObjects/Mailer/SOGoMailGermanForward.wo/SOGoMailGermanForward.html +A SoObjects/Mailer/SOGoMailGermanForward.wo/SOGoMailGermanForward.wod +A UI/Templates/SOGoACLGermanAdditionAdvisory.wox +A UI/Templates/SOGoACLGermanRemovalAdvisory.wox + commit 1ffd677177b5e4507d05c8844a784b2e88eefd35 Author: Dominik Gehl Date: Thu Aug 23 12:16:44 2007 +0000 @@ -85593,6 +105479,8 @@ Date: Thu Aug 23 12:16:44 2007 +0000 Monotone-Date: 2007-08-23T12:16:44 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/German.lproj/Localizable.strings + commit a4c610c3ceb195bfecc4e7179f89de1209c4a5d4 Author: Wolfgang Sourdeau Date: Wed Aug 22 20:47:28 2007 +0000 @@ -85604,6 +105492,8 @@ Date: Wed Aug 22 20:47:28 2007 +0000 Monotone-Date: 2007-08-22T20:47:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 6dbbc708b7ddbdd521f247ace5173022961ac4e7 Author: Wolfgang Sourdeau Date: Wed Aug 22 15:18:11 2007 +0000 @@ -85615,6 +105505,10 @@ Date: Wed Aug 22 15:18:11 2007 +0000 Monotone-Date: 2007-08-22T15:18:11 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings +M UI/PreferencesUI/German.lproj/Localizable.strings + commit 15302bbf73c6d34eab0b0a022089ea58c79116c6 Author: Wolfgang Sourdeau Date: Wed Aug 22 15:18:01 2007 +0000 @@ -85626,6 +105520,10 @@ Date: Wed Aug 22 15:18:01 2007 +0000 Monotone-Date: 2007-08-22T15:18:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/UIxPreferences.m +M UI/Templates/PreferencesUI/UIxPreferences.wox + commit 01b760ff49c1e73b575144b52c6a14eca5b2bcad Author: Wolfgang Sourdeau Date: Wed Aug 22 15:16:35 2007 +0000 @@ -85637,6 +105535,10 @@ Date: Wed Aug 22 15:16:35 2007 +0000 Monotone-Date: 2007-08-22T15:16:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m + commit 035e0b8e7e8fa9953a3f067ebee741cab083097c Author: Wolfgang Sourdeau Date: Wed Aug 22 15:14:36 2007 +0000 @@ -85648,6 +105550,9 @@ Date: Wed Aug 22 15:14:36 2007 +0000 Monotone-Date: 2007-08-22T15:14:36 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.h +M SoObjects/Mailer/SOGoMailObject.m + commit f0b3c14386221e0d348bbfc25fa4c086aefe553d Author: Wolfgang Sourdeau Date: Wed Aug 22 15:14:06 2007 +0000 @@ -85659,6 +105564,10 @@ Date: Wed Aug 22 15:14:06 2007 +0000 Monotone-Date: 2007-08-22T15:14:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject+Draft.h +M SoObjects/Mailer/SOGoMailObject+Draft.m + commit 66442caa3ba4e02a3846d6f9e4be7f34f254db3e Author: Wolfgang Sourdeau Date: Wed Aug 22 15:13:06 2007 +0000 @@ -85670,6 +105579,9 @@ Date: Wed Aug 22 15:13:06 2007 +0000 Monotone-Date: 2007-08-22T15:13:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit 4a521e30098c4b0e4f634fa8dba1840a159e3844 Author: Wolfgang Sourdeau Date: Wed Aug 22 15:12:05 2007 +0000 @@ -85681,6 +105593,8 @@ Date: Wed Aug 22 15:12:05 2007 +0000 Monotone-Date: 2007-08-22T15:12:05 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/GNUmakefile + commit 1aa2ad16f3e37a5c98e54b1ef8770fc53d0c6de0 Author: Wolfgang Sourdeau Date: Wed Aug 22 15:11:41 2007 +0000 @@ -85692,6 +105606,9 @@ Date: Wed Aug 22 15:11:41 2007 +0000 Monotone-Date: 2007-08-22T15:11:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 2829209cc6fc8f89dc06265bd6bde28a0a1f891f Author: Wolfgang Sourdeau Date: Wed Aug 22 15:10:48 2007 +0000 @@ -85703,6 +105620,16 @@ Date: Wed Aug 22 15:10:48 2007 +0000 Monotone-Date: 2007-08-22T15:10:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Mailer/SOGoMailEnglishForward.m +A SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.html +A SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.wod +A SoObjects/Mailer/SOGoMailForward.h +A SoObjects/Mailer/SOGoMailForward.m +A SoObjects/Mailer/SOGoMailFrenchForward.m +A SoObjects/Mailer/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.html +A SoObjects/Mailer/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.wod + commit 087f138951986e34c65ed6d74dba463a7dd5e039 Author: Wolfgang Sourdeau Date: Tue Aug 21 19:42:43 2007 +0000 @@ -85714,6 +105641,12 @@ Date: Tue Aug 21 19:42:43 2007 +0000 Monotone-Date: 2007-08-21T19:42:43 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/generic.css +A UI/WebServerResources/iefixes.css + commit 9086e4fd02c4e5231d99102a08fa27bee6e215fc Author: Wolfgang Sourdeau Date: Tue Aug 21 19:42:16 2007 +0000 @@ -85725,21 +105658,16 @@ Date: Tue Aug 21 19:42:16 2007 +0000 Monotone-Date: 2007-08-21T19:42:16 Monotone-Branch: ca.inverse.sogo -commit bce1519a9f6fba1e24bb08adbb2f061d7605a4d1 -Merge: 4c6149b e42964b -Author: Wolfgang Sourdeau -Date: Tue Aug 21 16:01:44 2007 +0000 - - merge of '94a1d0365a333120f4aa3a3d2b1eac63bb97797b' - and 'bd49b8f89c873201475aa9e23f9d1876e0f158f7' - - Monotone-Parent: 94a1d0365a333120f4aa3a3d2b1eac63bb97797b - Monotone-Parent: bd49b8f89c873201475aa9e23f9d1876e0f158f7 - Monotone-Revision: fc8e6bbe0cff3fd2f022a39f28fc8c57fac144e9 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-08-21T16:01:44 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/GNUmakefile +A UI/SOGoElements/GNUmakefile +A UI/SOGoElements/GNUmakefile.postamble +A UI/SOGoElements/SOGoElementsBuilder.h +A UI/SOGoElements/SOGoElementsBuilder.m +A UI/SOGoElements/SOGoElementsBundle.m +A UI/SOGoElements/SOGoIEConditional.h +A UI/SOGoElements/SOGoIEConditional.m +A UI/SOGoElements/bundle-info.plist commit e42964b9aaae0e283f52e59bceddb9e83133e563 Author: Wolfgang Sourdeau @@ -85752,6 +105680,8 @@ Date: Tue Aug 21 16:01:32 2007 +0000 Monotone-Date: 2007-08-21T16:01:32 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 3823368fba3cc96510221a9f2ceee00ecba65f08 Author: Wolfgang Sourdeau Date: Tue Aug 21 16:01:28 2007 +0000 @@ -85763,6 +105693,10 @@ Date: Tue Aug 21 16:01:28 2007 +0000 Monotone-Date: 2007-08-21T16:01:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m + commit 8bf367ea4c642a531ff48cb6da36023a543d0fda Author: Wolfgang Sourdeau Date: Tue Aug 21 16:00:25 2007 +0000 @@ -85774,6 +105708,10 @@ Date: Tue Aug 21 16:00:25 2007 +0000 Monotone-Date: 2007-08-21T16:00:25 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.js + commit 4c6149b28d31749e04bb6fbba4740b01385e1a5d Author: Dominik Gehl Date: Tue Aug 21 15:57:37 2007 +0000 @@ -85787,6 +105725,8 @@ Date: Tue Aug 21 15:57:37 2007 +0000 Monotone-Date: 2007-08-21T15:57:37 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/German.lproj/Localizable.strings + commit 46e5d22fd426f44dad6c1bde01a1a24e70902b4d Author: Dominik Gehl Date: Tue Aug 21 14:55:16 2007 +0000 @@ -85800,6 +105740,8 @@ Date: Tue Aug 21 14:55:16 2007 +0000 Monotone-Date: 2007-08-21T14:55:16 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/German.lproj/Localizable.strings + commit 904f32ba9508fbd144986d9167c49dc8f404ae3e Author: Wolfgang Sourdeau Date: Tue Aug 21 14:50:08 2007 +0000 @@ -85811,6 +105753,8 @@ Date: Tue Aug 21 14:50:08 2007 +0000 Monotone-Date: 2007-08-21T14:50:08 Monotone-Branch: ca.inverse.sogo +D UI/Templates/MailerUI/UIxMailAddressbook.wox + commit e1f277106d6d74efcfccb5227540ecb04de72cef Author: Wolfgang Sourdeau Date: Tue Aug 21 14:50:03 2007 +0000 @@ -85822,6 +105766,9 @@ Date: Tue Aug 21 14:50:03 2007 +0000 Monotone-Date: 2007-08-21T14:50:03 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings + commit 7b14c4f19c17ebaed8eb2d56725f288d1059538e Author: Wolfgang Sourdeau Date: Tue Aug 21 14:49:48 2007 +0000 @@ -85833,6 +105780,10 @@ Date: Tue Aug 21 14:49:48 2007 +0000 Monotone-Date: 2007-08-21T14:49:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailMainFrame.m +M UI/MailerUI/product.plist + commit e7a99ed0ebfa55e92ca5b75c851e0423dba921bc Author: Wolfgang Sourdeau Date: Tue Aug 21 14:47:26 2007 +0000 @@ -85844,6 +105795,9 @@ Date: Tue Aug 21 14:47:26 2007 +0000 Monotone-Date: 2007-08-21T14:47:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailAccountActions.m + commit c3f006058381605c214fb467fa60792d5e3965f3 Author: Wolfgang Sourdeau Date: Tue Aug 21 14:46:07 2007 +0000 @@ -85855,6 +105809,8 @@ Date: Tue Aug 21 14:46:07 2007 +0000 Monotone-Date: 2007-08-21T14:46:07 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailToSelection.m + commit b15f3566c29ba8fe309b881b98ea002f09e1a86b Author: Wolfgang Sourdeau Date: Tue Aug 21 14:45:38 2007 +0000 @@ -85866,6 +105822,10 @@ Date: Tue Aug 21 14:45:38 2007 +0000 Monotone-Date: 2007-08-21T14:45:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.m +M UI/Templates/UIxPageFrame.wox + commit 596cad490e6de0c55d4c20673a41c4838812fa8d Author: Wolfgang Sourdeau Date: Tue Aug 21 14:45:07 2007 +0000 @@ -85877,6 +105837,8 @@ Date: Tue Aug 21 14:45:07 2007 +0000 Monotone-Date: 2007-08-21T14:45:07 Monotone-Branch: ca.inverse.sogo +M Main/build.h + commit 5652df30d1b4a05dd1d5f764a4e1133c1b5da15c Author: Wolfgang Sourdeau Date: Tue Aug 21 14:44:53 2007 +0000 @@ -85888,6 +105850,8 @@ Date: Tue Aug 21 14:44:53 2007 +0000 Monotone-Date: 2007-08-21T14:44:53 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailToSelection.wox + commit 0e0d5ce2daf63900553d5ffa0a92cfb6329cbc5d Author: Wolfgang Sourdeau Date: Tue Aug 21 14:44:40 2007 +0000 @@ -85899,6 +105863,8 @@ Date: Tue Aug 21 14:44:40 2007 +0000 Monotone-Date: 2007-08-21T14:44:40 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 7e321ce9108bc81cdf282b2484f02f2289550f23 Author: Dominik Gehl Date: Tue Aug 21 14:42:04 2007 +0000 @@ -85912,6 +105878,8 @@ Date: Tue Aug 21 14:42:04 2007 +0000 Monotone-Date: 2007-08-21T14:42:04 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/German.lproj/Localizable.strings + commit 6e73d379cdb5ee179fade63d1d03a71a8123666e Author: Wolfgang Sourdeau Date: Mon Aug 20 21:55:18 2007 +0000 @@ -85923,6 +105891,8 @@ Date: Mon Aug 20 21:55:18 2007 +0000 Monotone-Date: 2007-08-20T21:55:18 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailPartViewers/UIxMailPartLinkViewer.wox + commit 96cdba3451c578856b974b2c3a7351cdf0572896 Author: Wolfgang Sourdeau Date: Mon Aug 20 21:50:47 2007 +0000 @@ -85934,6 +105904,9 @@ Date: Mon Aug 20 21:50:47 2007 +0000 Monotone-Date: 2007-08-20T21:50:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSFolder.m + commit c57130576c8c865f02729571dd83cd0eac48e45b Author: Wolfgang Sourdeau Date: Mon Aug 20 21:49:28 2007 +0000 @@ -85945,6 +105918,9 @@ Date: Mon Aug 20 21:49:28 2007 +0000 Monotone-Date: 2007-08-20T21:49:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccounts.m + commit a55b6e6af8bacaf65388c0109c5975acdcf5f46a Author: Wolfgang Sourdeau Date: Mon Aug 20 21:48:59 2007 +0000 @@ -85956,6 +105932,8 @@ Date: Mon Aug 20 21:48:59 2007 +0000 Monotone-Date: 2007-08-20T21:48:59 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/German.lproj/Localizable.strings + commit 3c56bef8c74ec50983e13027427a53a15d0b671c Author: Wolfgang Sourdeau Date: Mon Aug 20 21:48:52 2007 +0000 @@ -85967,6 +105945,9 @@ Date: Mon Aug 20 21:48:52 2007 +0000 Monotone-Date: 2007-08-20T21:48:52 Monotone-Branch: ca.inverse.sogo +M UI/PreferencesUI/English.lproj/Localizable.strings +M UI/PreferencesUI/French.lproj/Localizable.strings + commit 4b9019e753c156140068923a232bef9e3686cace Author: Wolfgang Sourdeau Date: Mon Aug 20 20:45:13 2007 +0000 @@ -85978,6 +105959,22 @@ Date: Mon Aug 20 20:45:13 2007 +0000 Monotone-Date: 2007-08-20T20:45:13 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/Common/GNUmakefile +A UI/Common/German.lproj/Localizable.strings +M UI/Contacts/GNUmakefile +A UI/Contacts/German.lproj/Localizable.strings +M UI/MailPartViewers/GNUmakefile +A UI/MailPartViewers/German.lproj/Localizable.strings +M UI/MailerUI/GNUmakefile +A UI/MailerUI/German.lproj/Localizable.strings +M UI/MainUI/GNUmakefile +A UI/MainUI/German.lproj/Locale +A UI/MainUI/German.lproj/Localizable.strings +M UI/PreferencesUI/GNUmakefile +A UI/PreferencesUI/German.lproj/Localizable.strings +A UI/Scheduler/German.lproj/Localizable.strings + commit 821ccc4918cf748785b1bef678054b7d98f58880 Author: Wolfgang Sourdeau Date: Mon Aug 20 20:45:04 2007 +0000 @@ -85989,6 +105986,8 @@ Date: Mon Aug 20 20:45:04 2007 +0000 Monotone-Date: 2007-08-20T20:45:04 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailPartViewers/UIxMailPartLinkViewer.wox + commit 5b32ace1a4fa3d0296b8161c6f0f0571e375409f Author: Wolfgang Sourdeau Date: Mon Aug 20 20:44:11 2007 +0000 @@ -86000,6 +105999,9 @@ Date: Mon Aug 20 20:44:11 2007 +0000 Monotone-Date: 2007-08-20T20:44:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartViewer.m + commit d8f4bc848f0cc8c25e4366debc48f6774d6f5f1e Author: Wolfgang Sourdeau Date: Mon Aug 20 20:43:22 2007 +0000 @@ -86011,6 +106013,8 @@ Date: Mon Aug 20 20:43:22 2007 +0000 Monotone-Date: 2007-08-20T20:43:22 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m + commit cb176fe4214d8042c252d7f6ee18533597e378c8 Author: Wolfgang Sourdeau Date: Mon Aug 20 20:43:08 2007 +0000 @@ -86022,6 +106026,9 @@ Date: Mon Aug 20 20:43:08 2007 +0000 Monotone-Date: 2007-08-20T20:43:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBodyPart.m + commit 090c522ddbff6a832d12cce36439e81cf58ef2ba Author: Wolfgang Sourdeau Date: Mon Aug 20 19:13:05 2007 +0000 @@ -86033,6 +106040,8 @@ Date: Mon Aug 20 19:13:05 2007 +0000 Monotone-Date: 2007-08-20T19:13:05 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 735274f2c2003b04db33955f84ce28c708a7dc60 Author: Wolfgang Sourdeau Date: Mon Aug 20 19:13:01 2007 +0000 @@ -86044,6 +106053,8 @@ Date: Mon Aug 20 19:13:01 2007 +0000 Monotone-Date: 2007-08-20T19:13:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 77ec2c4f4d9f47d7263d072198cc2c6494f102f7 Author: Wolfgang Sourdeau Date: Mon Aug 20 19:12:50 2007 +0000 @@ -86055,6 +106066,9 @@ Date: Mon Aug 20 19:12:50 2007 +0000 Monotone-Date: 2007-08-20T19:12:50 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactsListView.m +M UI/Templates/ContactsUI/UIxContactsListView.wox + commit b92353c848b9ced60a58919f1d920e232d04dccd Author: Wolfgang Sourdeau Date: Mon Aug 20 17:47:13 2007 +0000 @@ -86066,6 +106080,8 @@ Date: Mon Aug 20 17:47:13 2007 +0000 Monotone-Date: 2007-08-20T17:47:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 4cadeeffcbdbb25c983a947993d687bcacb3630b Author: Wolfgang Sourdeau Date: Mon Aug 20 17:46:15 2007 +0000 @@ -86077,6 +106093,8 @@ Date: Mon Aug 20 17:46:15 2007 +0000 Monotone-Date: 2007-08-20T17:46:15 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit d10ca8214e83cec9b5e2cf69097f8ab01486f3bf Author: Wolfgang Sourdeau Date: Mon Aug 20 17:46:01 2007 +0000 @@ -86088,6 +106106,8 @@ Date: Mon Aug 20 17:46:01 2007 +0000 Monotone-Date: 2007-08-20T17:46:01 Monotone-Branch: ca.inverse.sogo +D UI/Scheduler/German.lproj/Localizable.strings + commit 4292a8bf503d7f414068474a9c8beb934d039983 Author: Wolfgang Sourdeau Date: Sat Aug 18 20:37:18 2007 +0000 @@ -86099,6 +106119,10 @@ Date: Sat Aug 18 20:37:18 2007 +0000 Monotone-Date: 2007-08-18T20:37:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailActions.m +M UI/MailerUI/product.plist + commit 95566592e55728a3e37af22a5bcaf59201356420 Author: Wolfgang Sourdeau Date: Sat Aug 18 20:35:38 2007 +0000 @@ -86110,6 +106134,8 @@ Date: Sat Aug 18 20:35:38 2007 +0000 Monotone-Date: 2007-08-18T20:35:38 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m + commit b5e194f357d5a68fec963fd19fc1f0ffc780c3ff Author: Wolfgang Sourdeau Date: Sat Aug 18 20:35:15 2007 +0000 @@ -86121,6 +106147,10 @@ Date: Sat Aug 18 20:35:15 2007 +0000 Monotone-Date: 2007-08-18T20:35:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject+Draft.h +M SoObjects/Mailer/SOGoMailObject+Draft.m + commit d720362eeb02158e5c674151968c51a61d84f6df Author: Wolfgang Sourdeau Date: Sat Aug 18 20:33:23 2007 +0000 @@ -86132,6 +106162,10 @@ Date: Sat Aug 18 20:33:23 2007 +0000 Monotone-Date: 2007-08-18T20:33:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.h +M SoObjects/Mailer/SOGoDraftObject.m + commit 29e057a71020d0fdbff5127f508edf4d2aec5706 Author: Wolfgang Sourdeau Date: Sat Aug 18 20:30:10 2007 +0000 @@ -86143,6 +106177,8 @@ Date: Sat Aug 18 20:30:10 2007 +0000 Monotone-Date: 2007-08-18T20:30:10 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailEditor.wox + commit 2d9c462116df02323d0a9d5c7abbe3e1cc627a16 Author: Wolfgang Sourdeau Date: Sat Aug 18 20:29:50 2007 +0000 @@ -86154,6 +106190,9 @@ Date: Sat Aug 18 20:29:50 2007 +0000 Monotone-Date: 2007-08-18T20:29:50 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailEditor.js + commit a61d3e91fb2e9414b2d4bd631a7d8fceea57d943 Author: Wolfgang Sourdeau Date: Fri Aug 17 02:52:49 2007 +0000 @@ -86165,6 +106204,8 @@ Date: Fri Aug 17 02:52:49 2007 +0000 Monotone-Date: 2007-08-17T02:52:49 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 6196370382b13b572436f48fd87e834df0a6571f Author: Wolfgang Sourdeau Date: Fri Aug 17 02:44:19 2007 +0000 @@ -86176,6 +106217,9 @@ Date: Fri Aug 17 02:44:19 2007 +0000 Monotone-Date: 2007-08-17T02:44:19 Monotone-Branch: ca.inverse.sogo +A UI/MailerUI/UIxMailActions.h +A UI/MailerUI/UIxMailActions.m + commit b3f7094400f3261a9e71095df8f5c9da1b11b0be Author: Wolfgang Sourdeau Date: Fri Aug 17 02:42:36 2007 +0000 @@ -86187,6 +106231,9 @@ Date: Fri Aug 17 02:42:36 2007 +0000 Monotone-Date: 2007-08-17T02:42:36 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/GNUmakefile +M UI/MailerUI/product.plist + commit e7201afa4a952ba21d5e73f85a32a9b661537a55 Author: Wolfgang Sourdeau Date: Fri Aug 17 02:42:17 2007 +0000 @@ -86198,6 +106245,9 @@ Date: Fri Aug 17 02:42:17 2007 +0000 Monotone-Date: 2007-08-17T02:42:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailEditor.m + commit 370f89ed8358cda06c2a8314020fdaba500affcd Author: Wolfgang Sourdeau Date: Fri Aug 17 02:35:57 2007 +0000 @@ -86209,6 +106259,8 @@ Date: Fri Aug 17 02:35:57 2007 +0000 Monotone-Date: 2007-08-17T02:35:57 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoMailer.h + commit 817694ee01a4d7b0063420bc5062da1a29976c58 Author: Wolfgang Sourdeau Date: Fri Aug 17 02:35:39 2007 +0000 @@ -86220,6 +106272,8 @@ Date: Fri Aug 17 02:35:39 2007 +0000 Monotone-Date: 2007-08-17T02:35:39 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailFolderActions.h + commit 1b058db2b24324c4eafd9f5402d0355556ac9665 Author: Wolfgang Sourdeau Date: Fri Aug 17 02:33:44 2007 +0000 @@ -86231,6 +106285,9 @@ Date: Fri Aug 17 02:33:44 2007 +0000 Monotone-Date: 2007-08-17T02:33:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailFolderActions.m + commit c0990b7775c0ab654de3aff280634709339eae8a Author: Wolfgang Sourdeau Date: Fri Aug 17 02:30:28 2007 +0000 @@ -86242,6 +106299,9 @@ Date: Fri Aug 17 02:30:28 2007 +0000 Monotone-Date: 2007-08-17T02:30:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailAccountActions.m + commit 6e8a947e8bcdcbaf14899d782e7cfec94d64c106 Author: Wolfgang Sourdeau Date: Fri Aug 17 02:29:34 2007 +0000 @@ -86253,6 +106313,8 @@ Date: Fri Aug 17 02:29:34 2007 +0000 Monotone-Date: 2007-08-17T02:29:34 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/GNUmakefile + commit 4343260476d807ef03a02a5c7098df2067c5afcf Author: Wolfgang Sourdeau Date: Fri Aug 17 02:29:18 2007 +0000 @@ -86264,6 +106326,9 @@ Date: Fri Aug 17 02:29:18 2007 +0000 Monotone-Date: 2007-08-17T02:29:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.m + commit debb2b6ffab9904983785e0c9b9c2ffef7109a75 Author: Wolfgang Sourdeau Date: Fri Aug 17 02:27:35 2007 +0000 @@ -86275,6 +106340,10 @@ Date: Fri Aug 17 02:27:35 2007 +0000 Monotone-Date: 2007-08-17T02:27:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m + commit c8b198b3452d38561c417b6b072094da501808bb Author: Wolfgang Sourdeau Date: Fri Aug 17 02:24:10 2007 +0000 @@ -86286,6 +106355,9 @@ Date: Fri Aug 17 02:24:10 2007 +0000 Monotone-Date: 2007-08-17T02:24:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBaseObject.m + commit 764f37acb5fbfdce47ab187660fa222afbf9670b Author: Wolfgang Sourdeau Date: Fri Aug 17 02:20:38 2007 +0000 @@ -86297,6 +106369,9 @@ Date: Fri Aug 17 02:20:38 2007 +0000 Monotone-Date: 2007-08-17T02:20:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.m + commit 6deea672b7ee5a45ca892843736adeb3d3fc3ddd Author: Wolfgang Sourdeau Date: Fri Aug 17 02:19:37 2007 +0000 @@ -86308,6 +106383,8 @@ Date: Fri Aug 17 02:19:37 2007 +0000 Monotone-Date: 2007-08-17T02:19:37 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailMainFrame.h + commit 929d7cd72c04edd2de6b83f412b2de795e0262be Author: Wolfgang Sourdeau Date: Fri Aug 17 02:19:06 2007 +0000 @@ -86319,6 +106396,9 @@ Date: Fri Aug 17 02:19:06 2007 +0000 Monotone-Date: 2007-08-17T02:19:06 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDragHandles.js + commit 7d1088753f4b238a73fb8d15ade04a3d2f9c4bf2 Author: Wolfgang Sourdeau Date: Fri Aug 17 02:18:34 2007 +0000 @@ -86330,6 +106410,10 @@ Date: Fri Aug 17 02:18:34 2007 +0000 Monotone-Date: 2007-08-17T02:18:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftsFolder.h +M SoObjects/Mailer/SOGoDraftsFolder.m + commit 91c8da4b819855576e12acdced6ae32a84204cda Author: Wolfgang Sourdeau Date: Fri Aug 17 02:14:02 2007 +0000 @@ -86341,6 +106425,12 @@ Date: Fri Aug 17 02:14:02 2007 +0000 Monotone-Date: 2007-08-17T02:14:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D UI/MailerUI/UIxMailEditorAction.h +D UI/MailerUI/UIxMailEditorAction.m +D UI/MailerUI/UIxMailForwardAction.m +D UI/MailerUI/UIxMailReplyAction.m + commit 5c60bd943f9b4c99dc2ff514817ee3b9062b98a0 Author: Wolfgang Sourdeau Date: Fri Aug 17 02:11:34 2007 +0000 @@ -86352,21 +106442,9 @@ Date: Fri Aug 17 02:11:34 2007 +0000 Monotone-Date: 2007-08-17T02:11:34 Monotone-Branch: ca.inverse.sogo -commit 4598af7651c5c235c1bf84930bd786232e10afcc -Merge: 6e5faee 0ec5c77 -Author: Wolfgang Sourdeau -Date: Thu Aug 16 22:12:12 2007 +0000 - - merge of '1cc8e4f0b5a7e08d0cdb102c7f221df7ec72af37' - and '3f6c57e715b0ee7af5182cb7a04ea8cc6df72a2a' - - Monotone-Parent: 1cc8e4f0b5a7e08d0cdb102c7f221df7ec72af37 - Monotone-Parent: 3f6c57e715b0ee7af5182cb7a04ea8cc6df72a2a - Monotone-Revision: 884877bd53c2d3dbf1a3a0b3b87f122ccdec9640 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-08-16T22:12:12 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.h +M SoObjects/Mailer/SOGoDraftObject.m commit 6e5faee3067cb31f023041ef893059fe7d5c4751 Author: Francis Lachapelle @@ -86379,6 +106457,8 @@ Date: Thu Aug 16 21:57:50 2007 +0000 Monotone-Date: 2007-08-16T21:57:50 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.css + commit 0ec5c77119bfaec0b4e843507debce198efe2d1c Author: Wolfgang Sourdeau Date: Thu Aug 16 21:57:35 2007 +0000 @@ -86390,6 +106470,10 @@ Date: Thu Aug 16 21:57:35 2007 +0000 Monotone-Date: 2007-08-16T21:57:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Mailer/SOGoMailObject+Draft.h +A SoObjects/Mailer/SOGoMailObject+Draft.m + commit ac375cd9fedf69566bdfdc6c9e5cb7943381675b Author: Wolfgang Sourdeau Date: Thu Aug 16 21:49:59 2007 +0000 @@ -86401,6 +106485,9 @@ Date: Thu Aug 16 21:49:59 2007 +0000 Monotone-Date: 2007-08-16T21:49:59 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailEditor.js + commit e7967130a4f8a09ee27c26472e2d9e9c3cc5ff1e Author: Wolfgang Sourdeau Date: Thu Aug 16 21:49:56 2007 +0000 @@ -86412,6 +106499,8 @@ Date: Thu Aug 16 21:49:56 2007 +0000 Monotone-Date: 2007-08-16T21:49:56 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox + commit 427c18bdf7642bebdb9bc1baafe453beac21563f Author: Wolfgang Sourdeau Date: Wed Aug 15 21:13:20 2007 +0000 @@ -86423,6 +106512,9 @@ Date: Wed Aug 15 21:13:20 2007 +0000 Monotone-Date: 2007-08-15T21:13:20 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/Templates/MailerUI/UIxMailMainFrame.wox + commit 76803fc03334ffdf535449b287027c97fdbfde52 Author: Wolfgang Sourdeau Date: Wed Aug 15 21:09:50 2007 +0000 @@ -86434,6 +106526,10 @@ Date: Wed Aug 15 21:09:50 2007 +0000 Monotone-Date: 2007-08-15T21:09:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailMainFrame.h +M UI/MailerUI/UIxMailMainFrame.m + commit 06b1b21533332da03512179db593839125281071 Author: Wolfgang Sourdeau Date: Wed Aug 15 20:58:44 2007 +0000 @@ -86445,6 +106541,8 @@ Date: Wed Aug 15 20:58:44 2007 +0000 Monotone-Date: 2007-08-15T20:58:44 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/Toolbars/SOGoMailObject.toolbar + commit cd6d6316ef74a0c22f82ee36fa68db236aa7c8ac Author: Wolfgang Sourdeau Date: Wed Aug 15 20:58:17 2007 +0000 @@ -86456,6 +106554,9 @@ Date: Wed Aug 15 20:58:17 2007 +0000 Monotone-Date: 2007-08-15T20:58:17 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings + commit 910c37630c3ae4122fecc2fb76ef392a22524309 Author: Wolfgang Sourdeau Date: Wed Aug 15 20:58:11 2007 +0000 @@ -86467,6 +106568,11 @@ Date: Wed Aug 15 20:58:11 2007 +0000 Monotone-Date: 2007-08-15T20:58:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/GNUmakefile +A UI/Common/WODirectAction+SOGo.h +A UI/Common/WODirectAction+SOGo.m + commit a05c97246099a7ed4880b7e2d1b0e8c6dc69761e Author: Wolfgang Sourdeau Date: Wed Aug 15 20:34:15 2007 +0000 @@ -86478,6 +106584,8 @@ Date: Wed Aug 15 20:34:15 2007 +0000 Monotone-Date: 2007-08-15T20:34:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit b6eea152c4c0ed41c70f2cb46ca47d79b5988234 Author: Wolfgang Sourdeau Date: Wed Aug 15 20:34:11 2007 +0000 @@ -86489,6 +106597,11 @@ Date: Wed Aug 15 20:34:11 2007 +0000 Monotone-Date: 2007-08-15T20:34:11 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailView.m +M UI/Templates/MailerUI/UIxMailView.wox +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js + commit 2268dbc1c92013be56e0ae622c89902133324760 Author: Wolfgang Sourdeau Date: Wed Aug 15 20:30:37 2007 +0000 @@ -86500,6 +106613,10 @@ Date: Wed Aug 15 20:30:37 2007 +0000 Monotone-Date: 2007-08-15T20:30:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m + commit 92824c6327adbfa3a400220d1b278b2599a23d2a Author: Wolfgang Sourdeau Date: Wed Aug 15 20:27:32 2007 +0000 @@ -86511,6 +106628,8 @@ Date: Wed Aug 15 20:27:32 2007 +0000 Monotone-Date: 2007-08-15T20:27:32 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoFolder.m + commit d585538a87afe72b8a4767c42196b77d4ad9c32d Author: Wolfgang Sourdeau Date: Wed Aug 15 20:26:15 2007 +0000 @@ -86522,6 +106641,9 @@ Date: Wed Aug 15 20:26:15 2007 +0000 Monotone-Date: 2007-08-15T20:26:15 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.h +M SoObjects/Mailer/SOGoMailObject.m + commit 456c58dfec9b233991f5f7e5cf3385ce59081ce8 Author: Wolfgang Sourdeau Date: Wed Aug 15 20:22:24 2007 +0000 @@ -86533,6 +106655,10 @@ Date: Wed Aug 15 20:22:24 2007 +0000 Monotone-Date: 2007-08-15T20:22:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m + commit 586dafea002155d7e5324731c64277f5fa42cc43 Author: Wolfgang Sourdeau Date: Wed Aug 15 20:19:39 2007 +0000 @@ -86544,6 +106670,10 @@ Date: Wed Aug 15 20:19:39 2007 +0000 Monotone-Date: 2007-08-15T20:19:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBaseObject.h +M SoObjects/Mailer/SOGoMailBaseObject.m + commit 872109dc42e69b450d12c3c629ae6f63f1755364 Author: Wolfgang Sourdeau Date: Wed Aug 15 20:17:16 2007 +0000 @@ -86555,6 +106685,10 @@ Date: Wed Aug 15 20:17:16 2007 +0000 Monotone-Date: 2007-08-15T20:17:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccounts.h +M SoObjects/Mailer/SOGoMailAccounts.m + commit b952f2fbb3a915f8ece10a5b89556dc37f565542 Author: Wolfgang Sourdeau Date: Wed Aug 15 20:17:11 2007 +0000 @@ -86566,6 +106700,8 @@ Date: Wed Aug 15 20:17:11 2007 +0000 Monotone-Date: 2007-08-15T20:17:11 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/iCalEntityObject+SOGo.m + commit 401c6c8ae27f9571de33a07eefa16abe7a7dba32 Author: Wolfgang Sourdeau Date: Wed Aug 15 20:13:41 2007 +0000 @@ -86577,6 +106713,13 @@ Date: Wed Aug 15 20:13:41 2007 +0000 Monotone-Date: 2007-08-15T20:13:41 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/SOGoUI/SOGoACLAdvisory.m +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/UIxComponentEditor.m + commit 5a3fdefbb4d4af6dff07d83153b21168a6af0bd5 Author: Wolfgang Sourdeau Date: Wed Aug 15 20:10:42 2007 +0000 @@ -86588,6 +106731,10 @@ Date: Wed Aug 15 20:10:42 2007 +0000 Monotone-Date: 2007-08-15T20:10:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D SoObjects/Mailer/SOGoUser+Mail.h +D SoObjects/Mailer/SOGoUser+Mail.m + commit c83fc0d8e94cd065048caae514f4c78cff9a52e5 Author: Wolfgang Sourdeau Date: Wed Aug 15 20:09:51 2007 +0000 @@ -86599,6 +106746,10 @@ Date: Wed Aug 15 20:09:51 2007 +0000 Monotone-Date: 2007-08-15T20:09:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D SoObjects/Mailer/SOGoMailIdentity.h +D SoObjects/Mailer/SOGoMailIdentity.m + commit 75313fbb400517bbd936bd3c4fd3806488bbe6df Author: Francis Lachapelle Date: Wed Aug 15 19:51:16 2007 +0000 @@ -86610,6 +106761,8 @@ Date: Wed Aug 15 19:51:16 2007 +0000 Monotone-Date: 2007-08-15T19:51:16 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoDragHandles.js + commit 810eb67b402f51d83c2f493a317c3452a1f5e7cb Author: Wolfgang Sourdeau Date: Wed Aug 15 19:50:20 2007 +0000 @@ -86621,6 +106774,10 @@ Date: Wed Aug 15 19:50:20 2007 +0000 Monotone-Date: 2007-08-15T19:50:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSArray+Utilities.h +M SoObjects/SOGo/NSArray+Utilities.m + commit a37f85fba7c28b3f6bf32cd7922271c93258e801 Author: Wolfgang Sourdeau Date: Wed Aug 15 19:48:35 2007 +0000 @@ -86632,6 +106789,10 @@ Date: Wed Aug 15 19:48:35 2007 +0000 Monotone-Date: 2007-08-15T19:48:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSDictionary+Utilities.h +M SoObjects/SOGo/NSDictionary+Utilities.m + commit 8e42f79fd250e7eb74c172495e0564b598537158 Author: Francis Lachapelle Date: Tue Aug 14 22:09:20 2007 +0000 @@ -86643,6 +106804,18 @@ Date: Tue Aug 14 22:09:20 2007 +0000 Monotone-Date: 2007-08-14T22:09:20 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailPopupView.js +M UI/WebServerResources/generic.js + commit 0d4428e270e5c1bfcf040efea32de4d43cde34c2 Author: Wolfgang Sourdeau Date: Mon Aug 13 21:27:45 2007 +0000 @@ -86654,6 +106827,8 @@ Date: Mon Aug 13 21:27:45 2007 +0000 Monotone-Date: 2007-08-13T21:27:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 7bfea6c8a18ac407451e9a73c5001ef54c116066 Author: Wolfgang Sourdeau Date: Mon Aug 13 21:27:20 2007 +0000 @@ -86665,6 +106840,11 @@ Date: Mon Aug 13 21:27:20 2007 +0000 Monotone-Date: 2007-08-13T21:27:20 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m +A UI/MainUI/AgenorProfile-oracle.sql +M UI/MainUI/GNUmakefile +A UI/MainUI/OCSFolderInfo-oracle.sql + commit b33f0ff2895e52041dbb19368106ecfb25ab2b43 Author: Wolfgang Sourdeau Date: Thu Aug 9 20:59:47 2007 +0000 @@ -86676,6 +106856,8 @@ Date: Thu Aug 9 20:59:47 2007 +0000 Monotone-Date: 2007-08-09T20:59:47 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile + commit dc3d206984e5a476185e34f9bdf9f4c2dee3b735 Author: Wolfgang Sourdeau Date: Thu Aug 9 20:59:30 2007 +0000 @@ -86687,6 +106869,10 @@ Date: Thu Aug 9 20:59:30 2007 +0000 Monotone-Date: 2007-08-09T20:59:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m + commit 578d84b216b464f0e3563c772846715284c11e71 Author: Wolfgang Sourdeau Date: Thu Aug 9 20:58:17 2007 +0000 @@ -86698,6 +106884,9 @@ Date: Thu Aug 9 20:58:17 2007 +0000 Monotone-Date: 2007-08-09T20:58:17 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoDraftObject.h +M SoObjects/Mailer/SOGoDraftObject.m + commit 5f471f02e99c0afbbe1a6a933c17f54e876eed51 Author: Wolfgang Sourdeau Date: Thu Aug 9 20:58:01 2007 +0000 @@ -86709,6 +106898,10 @@ Date: Thu Aug 9 20:58:01 2007 +0000 Monotone-Date: 2007-08-09T20:58:01 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoTaskObject.m +M UI/SOGoUI/SOGoACLAdvisory.m + commit 895525357c879a44ce9b99083e4dd6834da83d4e Author: Wolfgang Sourdeau Date: Thu Aug 9 20:56:43 2007 +0000 @@ -86720,6 +106913,8 @@ Date: Thu Aug 9 20:56:43 2007 +0000 Monotone-Date: 2007-08-09T20:56:43 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 941ac89acf8b744d07f82497435e293b05f847be Author: Wolfgang Sourdeau Date: Thu Aug 9 20:55:50 2007 +0000 @@ -86731,6 +106926,8 @@ Date: Thu Aug 9 20:55:50 2007 +0000 Monotone-Date: 2007-08-09T20:55:50 Monotone-Branch: ca.inverse.sogo +M NEWS + commit faeb438db92ec3d17c01221cc151b27cef08e1b0 Author: Wolfgang Sourdeau Date: Thu Aug 9 20:54:52 2007 +0000 @@ -86742,6 +106939,10 @@ Date: Thu Aug 9 20:54:52 2007 +0000 Monotone-Date: 2007-08-09T20:54:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/SOGo/SOGoMailer.h +A SoObjects/SOGo/SOGoMailer.m + commit fa9c5973268fb783df67806a57d9d2ce13f5efc4 Author: Wolfgang Sourdeau Date: Thu Aug 9 02:31:54 2007 +0000 @@ -86753,6 +106954,8 @@ Date: Thu Aug 9 02:31:54 2007 +0000 Monotone-Date: 2007-08-09T02:31:54 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailBaseObject.h + commit c5fd6b7e0bf3ac19ecef77588bf4812dde7db670 Author: Wolfgang Sourdeau Date: Thu Aug 9 02:31:42 2007 +0000 @@ -86764,6 +106967,8 @@ Date: Thu Aug 9 02:31:42 2007 +0000 Monotone-Date: 2007-08-09T02:31:42 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit aa9af25a7c71071a24997fd2373b0f8385178475 Author: Wolfgang Sourdeau Date: Thu Aug 9 02:31:32 2007 +0000 @@ -86775,6 +106980,9 @@ Date: Thu Aug 9 02:31:32 2007 +0000 Monotone-Date: 2007-08-09T02:31:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailFolderActions.m + commit 31562917459121c1d4af61bc8bbc5716fb72aef9 Author: Wolfgang Sourdeau Date: Thu Aug 9 02:30:41 2007 +0000 @@ -86786,21 +106994,8 @@ Date: Thu Aug 9 02:30:41 2007 +0000 Monotone-Date: 2007-08-09T02:30:41 Monotone-Branch: ca.inverse.sogo -commit 7b4d9bf10f56b56b1b59d5ae328ccdcd720d7e14 -Merge: a7d1100 f540594 -Author: Wolfgang Sourdeau -Date: Wed Aug 8 21:37:02 2007 +0000 - - merge of '365c4aee2feb0d139dc0dd6cf54897162221b468' - and 'a7497a1857582a170a23018373da5f88ca29417c' - - Monotone-Parent: 365c4aee2feb0d139dc0dd6cf54897162221b468 - Monotone-Parent: a7497a1857582a170a23018373da5f88ca29417c - Monotone-Revision: 2dd7198ed0b85a818db7398882df4a764b930af6 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-08-08T21:37:02 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailAccountActions.m commit f5405945ca62bbb2ddd400ccd01d04ca3f24566a Author: Wolfgang Sourdeau @@ -86813,6 +107008,15 @@ Date: Wed Aug 8 21:36:17 2007 +0000 Monotone-Date: 2007-08-08T21:36:17 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/Toolbars/SOGoMailObject.toolbar +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +A UI/WebServerResources/UIxMailPopupView.js +M UI/WebServerResources/generic.css + commit a7d1100c29aedbd1c255b374c9d0df3b4409497c Author: Francis Lachapelle Date: Wed Aug 8 21:06:51 2007 +0000 @@ -86824,6 +107028,10 @@ Date: Wed Aug 8 21:06:51 2007 +0000 Monotone-Date: 2007-08-08T21:06:51 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailToSelection.js + commit 313859704af5dfd24a540e6b6c79c07fcf99bd7a Author: Wolfgang Sourdeau Date: Wed Aug 8 17:38:50 2007 +0000 @@ -86835,6 +107043,8 @@ Date: Wed Aug 8 17:38:50 2007 +0000 Monotone-Date: 2007-08-08T17:38:50 Monotone-Branch: ca.inverse.sogo +M Main/GNUmakefile + commit 86648e7d24820031c58fa0db1e99a357388482c0 Author: Wolfgang Sourdeau Date: Wed Aug 8 16:20:42 2007 +0000 @@ -86846,6 +107056,9 @@ Date: Wed Aug 8 16:20:42 2007 +0000 Monotone-Date: 2007-08-08T16:20:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailFolderActions.m + commit c99f40eea4c6f5d2ff13cfb79bb9dc910ac34b05 Author: Wolfgang Sourdeau Date: Wed Aug 8 14:55:27 2007 +0000 @@ -86857,6 +107070,13 @@ Date: Wed Aug 8 14:55:27 2007 +0000 Monotone-Date: 2007-08-08T14:55:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/GNUmakefile +M Main/GNUmakefile.preamble +M Main/SOGo.m +A Main/build.h +A Main/build.m + commit 4fe4cd700ac9fea0f9f5821cc03121b74767d865 Author: Wolfgang Sourdeau Date: Tue Aug 7 21:19:02 2007 +0000 @@ -86868,6 +107088,9 @@ Date: Tue Aug 7 21:19:02 2007 +0000 Monotone-Date: 2007-08-07T21:19:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m + commit b11123d15698de3d36b48ba425b684ea79dbdf5a Author: Wolfgang Sourdeau Date: Tue Aug 7 21:18:10 2007 +0000 @@ -86879,6 +107102,9 @@ Date: Tue Aug 7 21:18:10 2007 +0000 Monotone-Date: 2007-08-07T21:18:10 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalRecurrenceRule.m + commit fc3a659b38305e21e5cfb7bcba554a0733f55d18 Author: Wolfgang Sourdeau Date: Tue Aug 7 21:16:48 2007 +0000 @@ -86890,6 +107116,9 @@ Date: Tue Aug 7 21:16:48 2007 +0000 Monotone-Date: 2007-08-07T21:16:48 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalMonthlyRecurrenceCalculator.m + commit 565949527378d7a6ed1a7de31b84e7aa72e9ec0e Author: Wolfgang Sourdeau Date: Tue Aug 7 19:54:41 2007 +0000 @@ -86901,6 +107130,8 @@ Date: Tue Aug 7 19:54:41 2007 +0000 Monotone-Date: 2007-08-07T19:54:41 Monotone-Branch: ca.inverse.sogo +D SoObjects/Contacts/common.h + commit df7d70ee40d7198cf905aa070ca5748a27a8dfaa Author: Wolfgang Sourdeau Date: Tue Aug 7 19:52:49 2007 +0000 @@ -86912,6 +107143,8 @@ Date: Tue Aug 7 19:52:49 2007 +0000 Monotone-Date: 2007-08-07T19:52:49 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactsUserFolders.js + commit 2842122c58a9a5511d0cc75fe1132df0f9d477c6 Author: Wolfgang Sourdeau Date: Tue Aug 7 19:49:02 2007 +0000 @@ -86923,6 +107156,9 @@ Date: Tue Aug 7 19:49:02 2007 +0000 Monotone-Date: 2007-08-07T19:49:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.m + commit bab7f19cfd30ae0fe9c29353941f5e3fda442cea Author: Wolfgang Sourdeau Date: Tue Aug 7 18:37:31 2007 +0000 @@ -86934,21 +107170,14 @@ Date: Tue Aug 7 18:37:31 2007 +0000 Monotone-Date: 2007-08-07T18:37:31 Monotone-Branch: ca.inverse.sogo -commit c3f8aa76c820625bb3d9d75e430bae4c27ae045f -Merge: 679ef1b b698595 -Author: Wolfgang Sourdeau -Date: Tue Aug 7 18:15:45 2007 +0000 - - merge of '4fb91535d64ab4fed607ffde0f99efdc1f92a6e6' - and 'c04765e5faa3be50bda54d32f06fb26120fc78e7' - - Monotone-Parent: 4fb91535d64ab4fed607ffde0f99efdc1f92a6e6 - Monotone-Parent: c04765e5faa3be50bda54d32f06fb26120fc78e7 - Monotone-Revision: 5f353cb4ef5483f5d16dbec9eea1e66fab15c916 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-08-07T18:15:45 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoAptMailNotification.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/Appointments/SOGoGroupAppointmentFolder.m +M SoObjects/Appointments/SOGoTaskObject.m +D SoObjects/Appointments/common.h commit b698595743a17d24cc7425ca1e406da1ea9c4c76 Author: Wolfgang Sourdeau @@ -86961,6 +107190,8 @@ Date: Tue Aug 7 18:15:22 2007 +0000 Monotone-Date: 2007-08-07T18:15:22 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.m + commit 679ef1b24f249b7c911a749815ba7426f1e985b6 Author: Francis Lachapelle Date: Tue Aug 7 18:14:39 2007 +0000 @@ -86972,6 +107203,14 @@ Date: Tue Aug 7 18:14:39 2007 +0000 Monotone-Date: 2007-08-07T18:14:39 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/WebServerResources/JavascriptAPIExtensions.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/generic.js + commit ef2ad80c6dc346445797909f96ecbfe459c2969d Author: Wolfgang Sourdeau Date: Tue Aug 7 18:08:03 2007 +0000 @@ -86983,6 +107222,10 @@ Date: Tue Aug 7 18:08:03 2007 +0000 Monotone-Date: 2007-08-07T18:08:03 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxAppNavView.m +M UI/Contacts/ContactsUIProduct.m +M UI/SOGoUI/SOGoJSStringFormatter.m + commit 4e23c849c9690db820443f50d8e834e34e23df3f Author: Wolfgang Sourdeau Date: Mon Aug 6 18:14:53 2007 +0000 @@ -86994,6 +107237,8 @@ Date: Mon Aug 6 18:14:53 2007 +0000 Monotone-Date: 2007-08-06T18:14:53 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m + commit f39706cc446bc18802a284b61383e87c376e7d9f Author: Wolfgang Sourdeau Date: Mon Aug 6 17:44:56 2007 +0000 @@ -87007,6 +107252,8 @@ Date: Mon Aug 6 17:44:56 2007 +0000 Monotone-Date: 2007-08-06T17:44:56 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m + commit 2d905b13c81da4cbc8567478ef4249e2a336ecba Author: Wolfgang Sourdeau Date: Mon Aug 6 17:44:01 2007 +0000 @@ -87018,6 +107265,11 @@ Date: Mon Aug 6 17:44:01 2007 +0000 Monotone-Date: 2007-08-06T17:44:01 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/GNUmakefile +M SoObjects/Mailer/SOGoMailFolder.m +D SoObjects/Mailer/SOGoMailFolderDataSource.h +D SoObjects/Mailer/SOGoMailFolderDataSource.m + commit 98d4ad6af8cf95376ee4acaa3b7d6d6212c1557b Author: Wolfgang Sourdeau Date: Mon Aug 6 17:43:03 2007 +0000 @@ -87029,6 +107281,8 @@ Date: Mon Aug 6 17:43:03 2007 +0000 Monotone-Date: 2007-08-06T17:43:03 Monotone-Branch: ca.inverse.sogo +M GNUmakefile + commit 336203b8e41ee08fb44d874822b3814641da0042 Author: Wolfgang Sourdeau Date: Mon Aug 6 14:46:38 2007 +0000 @@ -87040,6 +107294,12 @@ Date: Mon Aug 6 14:46:38 2007 +0000 Monotone-Date: 2007-08-06T14:46:38 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/ContactsUIProduct.m +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/UIxContactView.m +M UI/Contacts/UIxContactsFilterPanel.m +D UI/Contacts/common.h + commit 7a9f0e6dc8cfcffd9a3b4ca82120eacdbbcec224 Author: Wolfgang Sourdeau Date: Mon Aug 6 14:35:50 2007 +0000 @@ -87051,6 +107311,10 @@ Date: Mon Aug 6 14:35:50 2007 +0000 Monotone-Date: 2007-08-06T14:35:50 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxAppNavView.m +M UI/Common/UIxPrintPageFrame.m +M UI/Common/common.h + commit 6afa3361106ff8a1cc070e3566a5ca50e697d674 Author: Wolfgang Sourdeau Date: Mon Aug 6 14:17:06 2007 +0000 @@ -87062,6 +107326,11 @@ Date: Mon Aug 6 14:17:06 2007 +0000 Monotone-Date: 2007-08-06T14:17:06 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/SOGoAptFormatter.m +M UI/SOGoUI/SOGoJSStringFormatter.m +M UI/SOGoUI/WOContext+UIx.m +D UI/SOGoUI/common.h + commit e22bb63b54dfb5e390af072da59ea0ba00f717c1 Author: Wolfgang Sourdeau Date: Mon Aug 6 14:06:27 2007 +0000 @@ -87073,6 +107342,11 @@ Date: Mon Aug 6 14:06:27 2007 +0000 Monotone-Date: 2007-08-06T14:06:27 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/SOGoGroupPage.m +M UI/MainUI/SOGoGroupsPage.m +M UI/MainUI/SOGoRootPage.m +D UI/MainUI/common.h + commit 74ffeef8fe3031b69e76163a5ece2bfb8705a2ed Author: Francis Lachapelle Date: Thu Aug 2 21:18:35 2007 +0000 @@ -87084,21 +107358,8 @@ Date: Thu Aug 2 21:18:35 2007 +0000 Monotone-Date: 2007-08-02T21:18:35 Monotone-Branch: ca.inverse.sogo -commit e023ee3ea7ce00dcf76b2c87c891c6e78f0bca94 -Merge: 5192fe2 0cf4e79 -Author: Francis Lachapelle -Date: Thu Aug 2 21:13:05 2007 +0000 - - merge of '1131d818df86533353162d848ee381344c7ae377' - and '2221037a745efee3a1e109e40d7d44e79a62502f' - - Monotone-Parent: 1131d818df86533353162d848ee381344c7ae377 - Monotone-Parent: 2221037a745efee3a1e109e40d7d44e79a62502f - Monotone-Revision: 634dea34e91fc82d20a96d4ce002cbb9e2939243 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-08-02T21:13:05 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.m commit 0cf4e792ccf5007f755f2d4eff6ae689b8b6b58c Author: Francis Lachapelle @@ -87111,6 +107372,12 @@ Date: Thu Aug 2 21:12:42 2007 +0000 Monotone-Date: 2007-08-02T21:12:42 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxContactsUserFolders.js + commit 5192fe2a80635323eb48ca2d75d88ae183b2f0d7 Author: Wolfgang Sourdeau Date: Wed Aug 1 21:26:52 2007 +0000 @@ -87122,21 +107389,7 @@ Date: Wed Aug 1 21:26:52 2007 +0000 Monotone-Date: 2007-08-01T21:26:52 Monotone-Branch: ca.inverse.sogo -commit 3db57bfd3360970ef1a5dc71c0c62bc55a42b65f -Merge: c8567af 6b361fd -Author: Wolfgang Sourdeau -Date: Wed Aug 1 19:22:03 2007 +0000 - - merge of '2c8c5a98bffe88fbe33a7c879bc06a01553833bc' - and '759009bd466f9b73934029fb2e05ae98192c20f5' - - Monotone-Parent: 2c8c5a98bffe88fbe33a7c879bc06a01553833bc - Monotone-Parent: 759009bd466f9b73934029fb2e05ae98192c20f5 - Monotone-Revision: a4d6aa57206382ed0a706b96c2f9b59255df2cb3 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-08-01T19:22:03 - Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailAccountActions.m commit 6b361fd2dca2eabf30b43bc770caf59084b2ac9b Author: Francis Lachapelle @@ -87149,6 +107402,8 @@ Date: Wed Aug 1 19:21:02 2007 +0000 Monotone-Date: 2007-08-01T19:21:02 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit c8567af7f11d66925bc66e481b57c03ef76c535d Author: Wolfgang Sourdeau Date: Wed Aug 1 18:54:52 2007 +0000 @@ -87160,6 +107415,9 @@ Date: Wed Aug 1 18:54:52 2007 +0000 Monotone-Date: 2007-08-01T18:54:52 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailRenderingContext.h +M UI/MailPartViewers/UIxMailRenderingContext.m + commit 91df5632b798ac2e7a359814bf3dd022fb5e747c Author: Wolfgang Sourdeau Date: Wed Aug 1 18:53:25 2007 +0000 @@ -87171,6 +107429,9 @@ Date: Wed Aug 1 18:53:25 2007 +0000 Monotone-Date: 2007-08-01T18:53:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartViewer.m + commit 1877bfab1e170b301563a3627d3af56cf14bbc1f Author: Wolfgang Sourdeau Date: Wed Aug 1 18:51:23 2007 +0000 @@ -87182,6 +107443,10 @@ Date: Wed Aug 1 18:51:23 2007 +0000 Monotone-Date: 2007-08-01T18:51:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailMainFrame.m +M UI/WebServerResources/MailerUI.js + commit 3621ad0102b18c9df93c04d4ee53c0da4de32661 Author: Wolfgang Sourdeau Date: Wed Aug 1 18:48:37 2007 +0000 @@ -87193,6 +107458,9 @@ Date: Wed Aug 1 18:48:37 2007 +0000 Monotone-Date: 2007-08-01T18:48:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m + commit cbf15e2ac52711a3bf5c92e1b0b1dc30066f8ec6 Author: Wolfgang Sourdeau Date: Wed Aug 1 18:46:43 2007 +0000 @@ -87204,6 +107472,9 @@ Date: Wed Aug 1 18:46:43 2007 +0000 Monotone-Date: 2007-08-01T18:46:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBaseObject.m + commit 8868e4588204369c758fb82190f46c943fb6828e Author: Wolfgang Sourdeau Date: Wed Aug 1 18:44:41 2007 +0000 @@ -87215,6 +107486,9 @@ Date: Wed Aug 1 18:44:41 2007 +0000 Monotone-Date: 2007-08-01T18:44:41 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailBodyPart.h +M SoObjects/Mailer/SOGoSharedMailAccount.m + commit a18c5aef1e73d4169e7b8af3bee59e83c78ca466 Author: Wolfgang Sourdeau Date: Wed Aug 1 18:39:38 2007 +0000 @@ -87226,6 +107500,9 @@ Date: Wed Aug 1 18:39:38 2007 +0000 Monotone-Date: 2007-08-01T18:39:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.m + commit adc04a4f18802366158348835d1b45b73dd02b28 Author: Wolfgang Sourdeau Date: Wed Aug 1 18:32:00 2007 +0000 @@ -87237,6 +107514,9 @@ Date: Wed Aug 1 18:32:00 2007 +0000 Monotone-Date: 2007-08-01T18:32:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.m + commit 064689175e3d82696ac6c4a3130086775e07f083 Author: Wolfgang Sourdeau Date: Wed Aug 1 18:23:30 2007 +0000 @@ -87248,6 +107528,10 @@ Date: Wed Aug 1 18:23:30 2007 +0000 Monotone-Date: 2007-08-01T18:23:30 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/GNUmakefile +A OGoContentStore/appointment-oracle.ocs +A OGoContentStore/contact-oracle.ocs + commit 7caa393ed8e4587736fc08fbd92bf35a798bf86c Author: Wolfgang Sourdeau Date: Wed Aug 1 18:22:45 2007 +0000 @@ -87259,6 +107543,23 @@ Date: Wed Aug 1 18:22:45 2007 +0000 Monotone-Date: 2007-08-01T18:22:45 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoCalendarMailBodyPart.m +M SoObjects/Mailer/SOGoDraftsFolder.m +M SoObjects/Mailer/SOGoImageMailBodyPart.m +M SoObjects/Mailer/SOGoMailAccounts.m +M SoObjects/Mailer/SOGoMailBodyPart.m +M SoObjects/Mailer/SOGoMailFolderDataSource.m +M SoObjects/Mailer/SOGoMailIdentity.m +M SoObjects/Mailer/SOGoMailManager.m +M SoObjects/Mailer/SOGoMessageMailBodyPart.m +M SoObjects/Mailer/SOGoSharedInboxFolder.h +M SoObjects/Mailer/SOGoSharedInboxFolder.m +M SoObjects/Mailer/SOGoTrashFolder.h +M SoObjects/Mailer/SOGoTrashFolder.m +M SoObjects/Mailer/SOGoUser+Mail.m +M SoObjects/Mailer/SOGoVCardMailBodyPart.m +D SoObjects/Mailer/common.h + commit fa475ac9917ea7b811e77876a1191c4905169efd Author: Wolfgang Sourdeau Date: Wed Aug 1 18:16:53 2007 +0000 @@ -87270,6 +107571,8 @@ Date: Wed Aug 1 18:16:53 2007 +0000 Monotone-Date: 2007-08-01T18:16:53 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailEditorAction.m + commit dc25f947b2a5d286b9694ed7b3e1f3914bd0ccb3 Author: Francis Lachapelle Date: Tue Jul 31 21:14:14 2007 +0000 @@ -87281,6 +107584,20 @@ Date: Tue Jul 31 21:14:14 2007 +0000 Monotone-Date: 2007-07-31T21:14:14 Monotone-Branch: ca.inverse.sogo +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/MailPartViewers/UIxMailRenderingContext.m +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAclEditor.js +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/UIxContactsUserFolders.js +M UI/WebServerResources/generic.js +M UI/WebServerResources/skycalendar.html + commit 78f835b3e59e94c87117073632a82016db596688 Author: Francis Lachapelle Date: Tue Jul 31 13:52:26 2007 +0000 @@ -87292,6 +107609,8 @@ Date: Tue Jul 31 13:52:26 2007 +0000 Monotone-Date: 2007-07-31T13:52:26 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/prototype.js + commit 20c645e787af1dae60294ed8a7a8aaec45b75d6b Author: Wolfgang Sourdeau Date: Mon Jul 30 19:06:15 2007 +0000 @@ -87303,6 +107622,8 @@ Date: Mon Jul 30 19:06:15 2007 +0000 Monotone-Date: 2007-07-30T19:06:15 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxKolabPartContactViewer.m + commit c4d707b4add4a7284cb4a9263657792b8b165481 Author: Wolfgang Sourdeau Date: Mon Jul 30 18:40:25 2007 +0000 @@ -87314,6 +107635,8 @@ Date: Mon Jul 30 18:40:25 2007 +0000 Monotone-Date: 2007-07-30T18:40:25 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailView.m + commit 499384c24240b49ba9a0adaa7940b0f1836d9099 Author: Wolfgang Sourdeau Date: Mon Jul 30 18:39:55 2007 +0000 @@ -87325,6 +107648,8 @@ Date: Mon Jul 30 18:39:55 2007 +0000 Monotone-Date: 2007-07-30T18:39:55 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailEditor.m + commit b6f2db525660aebe6881d0aea1cd6ddba95d7958 Author: Wolfgang Sourdeau Date: Mon Jul 30 18:01:25 2007 +0000 @@ -87336,6 +107661,9 @@ Date: Mon Jul 30 18:01:25 2007 +0000 Monotone-Date: 2007-07-30T18:01:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.m + commit 4e6586bf4a78ad11845d0e77be00f7f2b7743a55 Author: Wolfgang Sourdeau Date: Mon Jul 30 15:56:58 2007 +0000 @@ -87347,6 +107675,9 @@ Date: Mon Jul 30 15:56:58 2007 +0000 Monotone-Date: 2007-07-30T15:56:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit 82394023472a912b4978112b3f0c69e60b8ea841 Author: Wolfgang Sourdeau Date: Mon Jul 30 15:56:03 2007 +0000 @@ -87358,6 +107689,9 @@ Date: Mon Jul 30 15:56:03 2007 +0000 Monotone-Date: 2007-07-30T15:56:03 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/product.plist +M UI/MailerUI/product.plist + commit a66d823e76b166e15a21f5379259eeeae7ac5cfe Author: Wolfgang Sourdeau Date: Mon Jul 30 15:55:28 2007 +0000 @@ -87369,6 +107703,14 @@ Date: Mon Jul 30 15:55:28 2007 +0000 Monotone-Date: 2007-07-30T15:55:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M UI/WebServerResources/MailerUI+dTree.js +M UI/WebServerResources/MailerUI.js + commit d5d47357fb33f23aa7184e294a04c91d00564cb2 Author: Wolfgang Sourdeau Date: Mon Jul 30 14:12:21 2007 +0000 @@ -87380,6 +107722,10 @@ Date: Mon Jul 30 14:12:21 2007 +0000 Monotone-Date: 2007-07-30T14:12:21 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/MailPartViewersProduct.m +M UI/MailPartViewers/UIxMailPartTextViewer.m +M UI/MailPartViewers/UIxMailSizeFormatter.m + commit 9586516843c14204d962b762804f48a825bc2956 Author: Wolfgang Sourdeau Date: Mon Jul 30 14:10:18 2007 +0000 @@ -87391,6 +107737,21 @@ Date: Mon Jul 30 14:10:18 2007 +0000 Monotone-Date: 2007-07-30T14:10:18 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxKolabPartContactViewer.m +M UI/MailPartViewers/UIxKolabPartEventViewer.m +M UI/MailPartViewers/UIxKolabPartTaskViewer.m +M UI/MailPartViewers/UIxKolabPartViewer.h +M UI/MailPartViewers/UIxKolabPartViewer.m +M UI/MailPartViewers/UIxMailPartAlternativeViewer.m +M UI/MailPartViewers/UIxMailPartICalAction.m +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/MailPartViewers/UIxMailPartImageViewer.m +M UI/MailPartViewers/UIxMailPartLinkViewer.h +M UI/MailPartViewers/UIxMailPartLinkViewer.m +M UI/MailPartViewers/UIxMailPartMixedViewer.m +M UI/MailPartViewers/UIxMailPartViewer.m +D UI/MailPartViewers/common.h + commit 38c053e76faa6702d7600a06901fcf77a684bce9 Author: Wolfgang Sourdeau Date: Fri Jul 27 21:41:27 2007 +0000 @@ -87402,6 +107763,8 @@ Date: Fri Jul 27 21:41:27 2007 +0000 Monotone-Date: 2007-07-27T21:41:27 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 3ede3560ff4b5e169bd39b77eff57f7595b47f5a Author: Wolfgang Sourdeau Date: Fri Jul 27 20:05:49 2007 +0000 @@ -87413,6 +107776,8 @@ Date: Fri Jul 27 20:05:49 2007 +0000 Monotone-Date: 2007-07-27T20:05:49 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailPartViewers/UIxMailPartMessageViewer.wox + commit 48016356af2a436ae5c90edea70903319a210d75 Author: Wolfgang Sourdeau Date: Fri Jul 27 20:04:45 2007 +0000 @@ -87424,6 +107789,12 @@ Date: Fri Jul 27 20:04:45 2007 +0000 Monotone-Date: 2007-07-27T20:04:45 Monotone-Branch: ca.inverse.sogo +D UI/Templates/MailerUI/UIxMailEditorAttach.wox +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js +D UI/WebServerResources/UIxMailEditorAttach.js + commit e199063495b85b7f314f4778c91640ed27e8806a Author: Wolfgang Sourdeau Date: Fri Jul 27 20:04:12 2007 +0000 @@ -87435,6 +107806,9 @@ Date: Fri Jul 27 20:04:12 2007 +0000 Monotone-Date: 2007-07-27T20:04:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailForwardAction.m + commit e47039bb31f533be7406d8ee7bf9ca713779ce63 Author: Wolfgang Sourdeau Date: Fri Jul 27 20:03:05 2007 +0000 @@ -87446,6 +107820,13 @@ Date: Fri Jul 27 20:03:05 2007 +0000 Monotone-Date: 2007-07-27T20:03:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/Toolbars/SOGoDraftObject.toolbar +M UI/MailerUI/UIxMailEditor.m +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/UIxMailEditor.js + commit 55bd55f9aebdb6460b1ef1061f60880fba7c754f Author: Wolfgang Sourdeau Date: Fri Jul 27 19:59:46 2007 +0000 @@ -87457,6 +107838,10 @@ Date: Fri Jul 27 19:59:46 2007 +0000 Monotone-Date: 2007-07-27T19:59:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartMessageViewer.m +M UI/Templates/MailPartViewers/UIxMailPartMessageViewer.wox + commit a450325cb7ceecec21d2bcb0e839656941f591d5 Author: Wolfgang Sourdeau Date: Fri Jul 27 19:58:30 2007 +0000 @@ -87468,6 +107853,10 @@ Date: Fri Jul 27 19:58:30 2007 +0000 Monotone-Date: 2007-07-27T19:58:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.h +M SoObjects/Mailer/SOGoDraftObject.m + commit fb3cf6f5195f3dc0b86de9d471d6e1a79e7c0223 Author: Wolfgang Sourdeau Date: Fri Jul 27 19:54:02 2007 +0000 @@ -87479,6 +107868,8 @@ Date: Fri Jul 27 19:54:02 2007 +0000 Monotone-Date: 2007-07-27T19:54:02 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 42effa04b5a0852d16e7872890584081539a7ab7 Author: Wolfgang Sourdeau Date: Fri Jul 27 17:47:08 2007 +0000 @@ -87490,6 +107881,9 @@ Date: Fri Jul 27 17:47:08 2007 +0000 Monotone-Date: 2007-07-27T17:47:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSFolder.m + commit 57b2f2685466b8c4d024456d6c9d575fc70f3d12 Author: Wolfgang Sourdeau Date: Fri Jul 27 17:36:18 2007 +0000 @@ -87501,6 +107895,8 @@ Date: Fri Jul 27 17:36:18 2007 +0000 Monotone-Date: 2007-07-27T17:36:18 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailForwardAction.m + commit ae8da0bacef98f4e5fc38514c682be90fd93a7b2 Author: Wolfgang Sourdeau Date: Fri Jul 27 17:34:32 2007 +0000 @@ -87512,6 +107908,13 @@ Date: Fri Jul 27 17:34:32 2007 +0000 Monotone-Date: 2007-07-27T17:34:32 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxEnvelopeAddressFormatter.m +M UI/MailerUI/UIxFilterList.m +M UI/MailerUI/UIxMailEditorAction.m +M UI/MailerUI/UIxMailMoveToPopUp.m +M UI/MailerUI/UIxMailReplyAction.m +M UI/MailerUI/UIxMailToSelection.m + commit e02abf5f304368fbf6b77317c1bc81525f4dd8da Author: Wolfgang Sourdeau Date: Fri Jul 27 17:32:21 2007 +0000 @@ -87523,6 +107926,8 @@ Date: Fri Jul 27 17:32:21 2007 +0000 Monotone-Date: 2007-07-27T17:32:21 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailFormatter.m + commit dad3ccae90cf6deef30126170a245d177c1893ff Author: Wolfgang Sourdeau Date: Fri Jul 27 17:30:57 2007 +0000 @@ -87534,6 +107939,8 @@ Date: Fri Jul 27 17:30:57 2007 +0000 Monotone-Date: 2007-07-27T17:30:57 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 6196a51af56e4a648862813985c599144da86a1c Author: Wolfgang Sourdeau Date: Fri Jul 27 17:30:48 2007 +0000 @@ -87545,6 +107952,8 @@ Date: Fri Jul 27 17:30:48 2007 +0000 Monotone-Date: 2007-07-27T17:30:48 Monotone-Branch: ca.inverse.sogo +M NEWS + commit c2729f8b870bb58f21a4e20dec87eb86cf930821 Author: Wolfgang Sourdeau Date: Fri Jul 27 17:30:37 2007 +0000 @@ -87556,6 +107965,18 @@ Date: Fri Jul 27 17:30:37 2007 +0000 Monotone-Date: 2007-07-27T17:30:37 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/GNUmakefile +D UI/MailerUI/UIxMailEditorAttach.m +M UI/MailerUI/UIxMailFilterPanel.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/MailerUI/UIxMailView.m +M UI/MailerUI/UIxMailWindowCloser.m +M UI/MailerUI/UIxSubjectFormatter.m +M UI/MailerUI/WOContext+UIxMailer.h +M UI/MailerUI/WOContext+UIxMailer.m +D UI/MailerUI/common.h +M UI/MailerUI/product.plist + commit dcccee0cc2e283ebd0a644972f27c18073279dd8 Author: Wolfgang Sourdeau Date: Tue Jul 24 19:59:49 2007 +0000 @@ -87567,6 +107988,10 @@ Date: Tue Jul 24 19:59:49 2007 +0000 Monotone-Date: 2007-07-24T19:59:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactsListView.m +M UI/Templates/ContactsUI/UIxContactsListView.wox + commit cf285b409ea302cdfa09f1264645a54f2560b83d Author: Wolfgang Sourdeau Date: Tue Jul 24 19:57:51 2007 +0000 @@ -87578,6 +108003,8 @@ Date: Tue Jul 24 19:57:51 2007 +0000 Monotone-Date: 2007-07-24T19:57:51 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactGCSFolder.m + commit e5324b1c45821a56c0e210536d6517339a8c2dbf Author: Wolfgang Sourdeau Date: Tue Jul 24 19:57:42 2007 +0000 @@ -87589,6 +108016,8 @@ Date: Tue Jul 24 19:57:42 2007 +0000 Monotone-Date: 2007-07-24T19:57:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit eff5105e7c133ca38fc09f0a038b8cddd8b7df0c Author: Wolfgang Sourdeau Date: Tue Jul 24 19:57:16 2007 +0000 @@ -87600,6 +108029,9 @@ Date: Tue Jul 24 19:57:16 2007 +0000 Monotone-Date: 2007-07-24T19:57:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit 33e459d41f28c134b3db5000e96b7d0f75ab32ba Author: Wolfgang Sourdeau Date: Tue Jul 24 18:46:28 2007 +0000 @@ -87611,6 +108043,8 @@ Date: Tue Jul 24 18:46:28 2007 +0000 Monotone-Date: 2007-07-24T18:46:28 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/AgenorProfile.sql + commit c4270f524969be8819500761f4a123e4869abf0d Author: Wolfgang Sourdeau Date: Tue Jul 24 18:46:10 2007 +0000 @@ -87622,6 +108056,8 @@ Date: Tue Jul 24 18:46:10 2007 +0000 Monotone-Date: 2007-07-24T18:46:10 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit 3f62c7906a602ff7a5a64038c5c6bcde50e286ed Author: Wolfgang Sourdeau Date: Tue Jul 24 18:45:52 2007 +0000 @@ -87633,6 +108069,16 @@ Date: Tue Jul 24 18:45:52 2007 +0000 Monotone-Date: 2007-07-24T18:45:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/OCSContactFieldExtractor.m +M OGoContentStore/OCSiCalFieldExtractor.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/SOGo/AgenorUserDefaults.m +M SoObjects/SOGo/SOGoUser.m +M UI/Contacts/UIxContactsListView.m +M UI/Scheduler/UIxCalListingActions.m + commit 86dd4e951ae95e1f26612ae10b6eae8ae8ac8c31 Author: Wolfgang Sourdeau Date: Tue Jul 24 18:41:28 2007 +0000 @@ -87644,6 +108090,9 @@ Date: Tue Jul 24 18:41:28 2007 +0000 Monotone-Date: 2007-07-24T18:41:28 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/appointment.ocs +M OGoContentStore/contact.ocs + commit afa46131e10cc4cb10c0314bc2f9a1923a9a5339 Author: Wolfgang Sourdeau Date: Tue Jul 24 18:40:34 2007 +0000 @@ -87655,6 +108104,8 @@ Date: Tue Jul 24 18:40:34 2007 +0000 Monotone-Date: 2007-07-24T18:40:34 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m + commit f10812d6f1fac19badf1995711f41b4176d3111a Author: Wolfgang Sourdeau Date: Tue Jul 24 18:40:20 2007 +0000 @@ -87666,6 +108117,12 @@ Date: Tue Jul 24 18:40:20 2007 +0000 Monotone-Date: 2007-07-24T18:40:20 Monotone-Branch: ca.inverse.sogo +D Scripts/sogo +M Scripts/sogo-init.d-debian +M Scripts/sogo-init.d-redhat +M Scripts/sogod-0.9 +A Scripts/sql-update-20070724.sh + commit 6434fc94a9c3fb9623a09f16493dbaf723346dc4 Author: Wolfgang Sourdeau Date: Mon Jul 23 19:04:54 2007 +0000 @@ -87677,6 +108134,9 @@ Date: Mon Jul 23 19:04:54 2007 +0000 Monotone-Date: 2007-07-23T19:04:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.m + commit 27dc961e2e652a244f4782c445813ca01577355f Author: Wolfgang Sourdeau Date: Mon Jul 23 19:02:07 2007 +0000 @@ -87688,6 +108148,11 @@ Date: Mon Jul 23 19:02:07 2007 +0000 Monotone-Date: 2007-07-23T19:02:07 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/IcalElements.m +M SOPE/NGCards/IcalResponse.m +M SOPE/NGCards/NGCardsSaxHandler.m +M SOPE/NGCards/iCalRepeatableEntityObject.m + commit 7e22621cf3046ceb8d417a6bfa9469f2d18b502a Author: Wolfgang Sourdeau Date: Mon Jul 23 14:11:26 2007 +0000 @@ -87699,6 +108164,9 @@ Date: Mon Jul 23 14:11:26 2007 +0000 Monotone-Date: 2007-07-23T14:11:26 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/SOGoUserHomePage.m +M UI/PreferencesUI/UIxPreferences.m + commit 1b154004009813912ecb564ca22c2cef7e8b6662 Author: Wolfgang Sourdeau Date: Mon Jul 23 13:54:09 2007 +0000 @@ -87710,6 +108178,8 @@ Date: Mon Jul 23 13:54:09 2007 +0000 Monotone-Date: 2007-07-23T13:54:09 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalEventChanges.h + commit a729e7a7c6a514edf0fb353b819985babec44b5e Author: Wolfgang Sourdeau Date: Mon Jul 23 13:53:13 2007 +0000 @@ -87721,6 +108191,8 @@ Date: Mon Jul 23 13:53:13 2007 +0000 Monotone-Date: 2007-07-23T13:53:13 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalEventChanges.m + commit f79e1b7e72bb4104fabcd704fbda26b9afcf44b6 Author: Wolfgang Sourdeau Date: Sun Jul 22 20:44:46 2007 +0000 @@ -87732,6 +108204,9 @@ Date: Sun Jul 22 20:44:46 2007 +0000 Monotone-Date: 2007-07-22T20:44:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSFolder.m + commit 99144929aeb7237fccd2d97a7753cadf4ab2b99f Author: Wolfgang Sourdeau Date: Sun Jul 22 20:42:00 2007 +0000 @@ -87743,6 +108218,9 @@ Date: Sun Jul 22 20:42:00 2007 +0000 Monotone-Date: 2007-07-22T20:42:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 2edfcaa0f20c7e9bcdab418df508f56bd1a6787f Author: Wolfgang Sourdeau Date: Sun Jul 22 20:40:34 2007 +0000 @@ -87754,6 +108232,10 @@ Date: Sun Jul 22 20:40:34 2007 +0000 Monotone-Date: 2007-07-22T20:40:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoFolder.m + commit bf8245a4bee9977ae5df7c6db02fbc943fac5c30 Author: Wolfgang Sourdeau Date: Sun Jul 22 20:32:16 2007 +0000 @@ -87765,6 +108247,10 @@ Date: Sun Jul 22 20:32:16 2007 +0000 Monotone-Date: 2007-07-22T20:32:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m + commit eccfa3c55cdf15072bf55fc6a85b68a94b0aa207 Author: Wolfgang Sourdeau Date: Sun Jul 22 20:28:14 2007 +0000 @@ -87776,6 +108262,8 @@ Date: Sun Jul 22 20:28:14 2007 +0000 Monotone-Date: 2007-07-22T20:28:14 Monotone-Branch: ca.inverse.sogo +D SOGo.conf + commit 8c83940185af1c09a360065e8a0c9dfac67371c2 Author: Wolfgang Sourdeau Date: Sun Jul 22 20:18:18 2007 +0000 @@ -87787,6 +108275,8 @@ Date: Sun Jul 22 20:18:18 2007 +0000 Monotone-Date: 2007-07-22T20:18:18 Monotone-Branch: ca.inverse.sogo +M NEWS + commit d3966c8e5704fd8bb6672b9b9e11de85e644de1a Author: Wolfgang Sourdeau Date: Sun Jul 22 20:17:34 2007 +0000 @@ -87798,6 +108288,11 @@ Date: Sun Jul 22 20:17:34 2007 +0000 Monotone-Date: 2007-07-22T20:17:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M UI/PreferencesUI/UIxPreferences.m +M UI/Templates/PreferencesUI/UIxPreferences.wox + commit 7a99dbe7d82f7eb41cac92871aaa15eaf7e032a3 Author: Wolfgang Sourdeau Date: Sun Jul 22 20:14:47 2007 +0000 @@ -87809,6 +108304,10 @@ Date: Sun Jul 22 20:14:47 2007 +0000 Monotone-Date: 2007-07-22T20:14:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M UI/MainUI/SOGoUserHomePage.m + commit 3c97145c7cb4585247fd0c1d94d248973d988c44 Author: Wolfgang Sourdeau Date: Fri Jul 20 21:05:53 2007 +0000 @@ -87820,6 +108319,8 @@ Date: Fri Jul 20 21:05:53 2007 +0000 Monotone-Date: 2007-07-20T21:05:53 Monotone-Branch: ca.inverse.sogo +M Apache/SOGo.conf + commit 167b90812260d72afb13334b2d47b97cfba5915a Author: Wolfgang Sourdeau Date: Fri Jul 20 21:03:42 2007 +0000 @@ -87831,6 +108332,8 @@ Date: Fri Jul 20 21:03:42 2007 +0000 Monotone-Date: 2007-07-20T21:03:42 Monotone-Branch: ca.inverse.sogo +A Apache/SOGo.conf + commit ce64777821f9d89bfb1a4e25643ccd4897b00281 Author: Wolfgang Sourdeau Date: Fri Jul 20 20:26:27 2007 +0000 @@ -87842,6 +108345,8 @@ Date: Fri Jul 20 20:26:27 2007 +0000 Monotone-Date: 2007-07-20T20:26:27 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactsListView.h + commit 226f30fd7801c5ee3d231587431d2922aa881495 Author: Wolfgang Sourdeau Date: Fri Jul 20 20:25:56 2007 +0000 @@ -87853,21 +108358,7 @@ Date: Fri Jul 20 20:25:56 2007 +0000 Monotone-Date: 2007-07-20T20:25:56 Monotone-Branch: ca.inverse.sogo -commit e0948698c11525baa63432d54da8731e8ef1829e -Merge: f4d8031 2b1e888 -Author: Wolfgang Sourdeau -Date: Fri Jul 20 20:24:01 2007 +0000 - - merge of '6c18461fde8c24d977a5536ff8d6c935f2d59268' - and '8c475ae12623cd98a9327714ee6321cf6526a51e' - - Monotone-Parent: 6c18461fde8c24d977a5536ff8d6c935f2d59268 - Monotone-Parent: 8c475ae12623cd98a9327714ee6321cf6526a51e - Monotone-Revision: c74a323dec423f5c6904633955f48fa82cac7f5f - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-07-20T20:24:01 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactLDAPFolder.h commit f4d8031101a4cee7182dc02297dd7cc3427db987 Author: Wolfgang Sourdeau @@ -87880,6 +108371,9 @@ Date: Fri Jul 20 20:22:16 2007 +0000 Monotone-Date: 2007-07-20T20:22:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactsListView.m + commit 82be9a876a00d831603e9b1af5c3f289a2c34366 Author: Wolfgang Sourdeau Date: Fri Jul 20 20:21:59 2007 +0000 @@ -87891,6 +108385,9 @@ Date: Fri Jul 20 20:21:59 2007 +0000 Monotone-Date: 2007-07-20T20:21:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit a052aca642102261994b032f378974ae17ec605a Author: Wolfgang Sourdeau Date: Fri Jul 20 20:19:14 2007 +0000 @@ -87902,6 +108399,8 @@ Date: Fri Jul 20 20:19:14 2007 +0000 Monotone-Date: 2007-07-20T20:19:14 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/NSArray+Appointments.m + commit 21df4bc2856b4c25538ad4f3ec6fc161f8b60399 Author: Wolfgang Sourdeau Date: Fri Jul 20 20:18:56 2007 +0000 @@ -87913,6 +108412,9 @@ Date: Fri Jul 20 20:18:56 2007 +0000 Monotone-Date: 2007-07-20T20:18:56 Monotone-Branch: ca.inverse.sogo +M Scripts/sogo-init.d-redhat +M Scripts/sogod-redhat + commit c98de624285af53100de6626d086bb83fb0b2f78 Author: Wolfgang Sourdeau Date: Fri Jul 20 20:09:31 2007 +0000 @@ -87924,6 +108426,8 @@ Date: Fri Jul 20 20:09:31 2007 +0000 Monotone-Date: 2007-07-20T20:09:31 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/Version + commit da08692cc02a6b903eac918e82ad14260f93e105 Author: Wolfgang Sourdeau Date: Fri Jul 20 20:07:34 2007 +0000 @@ -87935,6 +108439,8 @@ Date: Fri Jul 20 20:07:34 2007 +0000 Monotone-Date: 2007-07-20T20:07:34 Monotone-Branch: ca.inverse.sogo +M .mtn-ignore + commit 00b8374594fd448d24d480db54238c4da1bf329b Author: Wolfgang Sourdeau Date: Thu Jul 19 15:51:18 2007 +0000 @@ -87946,6 +108452,11 @@ Date: Thu Jul 19 15:51:18 2007 +0000 Monotone-Date: 2007-07-19T15:51:18 Monotone-Branch: ca.inverse.sogo +A Scripts/sogo-init.d-debian +A Scripts/sogo-init.d-redhat +M Scripts/sogod-0.9 +A Scripts/sogod-redhat + commit 7c8e406e1dff836a38b9f8899ce31c0c684ac077 Author: Wolfgang Sourdeau Date: Thu Jul 19 14:32:13 2007 +0000 @@ -87957,6 +108468,8 @@ Date: Thu Jul 19 14:32:13 2007 +0000 Monotone-Date: 2007-07-19T14:32:13 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/GNUmakefile + commit 2b1e888f254365dba62a95be46c337255cb86d66 Author: Francis Lachapelle Date: Fri Jul 13 20:35:10 2007 +0000 @@ -87968,6 +108481,9 @@ Date: Fri Jul 13 20:35:10 2007 +0000 Monotone-Date: 2007-07-13T20:35:10 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxTaskEditor.css + commit 1449331f470a2d9cacf5e675540cfb848e348389 Author: Francis Lachapelle Date: Fri Jul 13 20:34:40 2007 +0000 @@ -87979,6 +108495,8 @@ Date: Fri Jul 13 20:34:40 2007 +0000 Monotone-Date: 2007-07-13T20:34:40 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxComponentEditor.wox + commit e8669dd26c7e8a03ee3c4ff0d836400ba44c7193 Author: Francis Lachapelle Date: Fri Jul 13 18:03:35 2007 +0000 @@ -87990,6 +108508,8 @@ Date: Fri Jul 13 18:03:35 2007 +0000 Monotone-Date: 2007-07-13T18:03:35 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxComponentEditor.js + commit 951bb45922f17a50d79d8f6a2f3a9e907bb49ecc Author: Francis Lachapelle Date: Fri Jul 13 18:03:02 2007 +0000 @@ -88001,21 +108521,7 @@ Date: Fri Jul 13 18:03:02 2007 +0000 Monotone-Date: 2007-07-13T18:03:02 Monotone-Branch: ca.inverse.sogo -commit 6984e4afaf62080e7a214f7f4bf904a0194f74e2 -Merge: 6309160 5a46d4f -Author: Francis Lachapelle -Date: Fri Jul 13 15:22:08 2007 +0000 - - merge of '875a3fc15e011173c22d5a90e998d65087950ddc' - and 'd6d341b84cbf1c54684b2a4f7b962733b4c3fe07' - - Monotone-Parent: 875a3fc15e011173c22d5a90e998d65087950ddc - Monotone-Parent: d6d341b84cbf1c54684b2a4f7b962733b4c3fe07 - Monotone-Revision: 4d2a9c69a460efd87841ca2c5b2669f38b77bec2 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-07-13T15:22:08 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js commit b4ba638382886e1d1a5edcd69b07c7f2b34f2b41 Author: Wolfgang Sourdeau @@ -88028,6 +108534,8 @@ Date: Fri Jul 13 14:07:00 2007 +0000 Monotone-Date: 2007-07-13T14:07:00 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 5d619c84e750c7cc873be7c562223079aae4a28a Author: Wolfgang Sourdeau Date: Fri Jul 13 14:03:18 2007 +0000 @@ -88039,6 +108547,10 @@ Date: Fri Jul 13 14:03:18 2007 +0000 Monotone-Date: 2007-07-13T14:03:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoAuthenticator.m +M SoObjects/SOGo/SOGoUser.m + commit 5a46d4fb9f085372ca5eec47ca907325d4c71c57 Author: Wolfgang Sourdeau Date: Fri Jul 13 13:47:28 2007 +0000 @@ -88050,6 +108562,8 @@ Date: Fri Jul 13 13:47:28 2007 +0000 Monotone-Date: 2007-07-13T13:47:28 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/product.plist + commit 00dc2c292bbdfe3d2d0073bb00fcad1493810eae Author: Wolfgang Sourdeau Date: Fri Jul 13 13:46:14 2007 +0000 @@ -88061,6 +108575,8 @@ Date: Fri Jul 13 13:46:14 2007 +0000 Monotone-Date: 2007-07-13T13:46:14 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/common.h + commit 34c2fe13dd4a92238ea98b04d15c26cb7f6ffb0a Author: Wolfgang Sourdeau Date: Fri Jul 13 13:46:05 2007 +0000 @@ -88072,6 +108588,8 @@ Date: Fri Jul 13 13:46:05 2007 +0000 Monotone-Date: 2007-07-13T13:46:05 Monotone-Branch: ca.inverse.sogo +M NEWS + commit a692b1ed8b624cee22fe32332bbe219841f98b5e Author: Wolfgang Sourdeau Date: Fri Jul 13 13:45:51 2007 +0000 @@ -88083,6 +108601,8 @@ Date: Fri Jul 13 13:45:51 2007 +0000 Monotone-Date: 2007-07-13T13:45:51 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailListView.h + commit c30bafcf3d3e0a1d014ee12f24c9f581ed852651 Author: Wolfgang Sourdeau Date: Fri Jul 13 13:45:37 2007 +0000 @@ -88094,6 +108614,8 @@ Date: Fri Jul 13 13:45:37 2007 +0000 Monotone-Date: 2007-07-13T13:45:37 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailListView.m + commit 4722173425b232c3aae1c7501e1555138b7b8b53 Author: Wolfgang Sourdeau Date: Thu Jul 12 18:28:54 2007 +0000 @@ -88105,6 +108627,8 @@ Date: Thu Jul 12 18:28:54 2007 +0000 Monotone-Date: 2007-07-12T18:28:54 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactsUserFolders.js + commit 057cdcce19a3730ccc77a84e1311ce26c5690fa4 Author: Wolfgang Sourdeau Date: Thu Jul 12 15:59:31 2007 +0000 @@ -88116,6 +108640,11 @@ Date: Thu Jul 12 15:59:31 2007 +0000 Monotone-Date: 2007-07-12T15:59:31 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/GNUmakefile +M UI/Scheduler/UIxCalMonthOverview.h +M UI/Scheduler/UIxCalMonthOverview.m +M UI/Scheduler/UIxCalMonthViewOld.m + commit a6b70ce8cc555e8ee933bab30a8d84d70def0a82 Author: Wolfgang Sourdeau Date: Thu Jul 12 15:55:10 2007 +0000 @@ -88127,6 +108656,8 @@ Date: Thu Jul 12 15:55:10 2007 +0000 Monotone-Date: 2007-07-12T15:55:10 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/product.plist + commit e8271caaa4550bd5cc5059c85d7dae7b2d354f9e Author: Wolfgang Sourdeau Date: Thu Jul 12 15:55:06 2007 +0000 @@ -88138,6 +108669,8 @@ Date: Thu Jul 12 15:55:06 2007 +0000 Monotone-Date: 2007-07-12T15:55:06 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoFolder.m + commit 6d95a55549962742d90a72493d420f9f9c63a1d2 Author: Wolfgang Sourdeau Date: Thu Jul 12 15:37:14 2007 +0000 @@ -88149,21 +108682,16 @@ Date: Thu Jul 12 15:37:14 2007 +0000 Monotone-Date: 2007-07-12T15:37:14 Monotone-Branch: ca.inverse.sogo -commit 63091606c3c19db3de8b9973ede645da8c9e71d8 -Merge: 956c4f2 4fa4053 -Author: Francis Lachapelle -Date: Thu Jul 12 14:35:38 2007 +0000 - - merge of 'a5370a41693bc2294eb25921c8e19dda7570a063' - and 'e0936e909247455078da70476a50abb9a47ecd91' - - Monotone-Parent: a5370a41693bc2294eb25921c8e19dda7570a063 - Monotone-Parent: e0936e909247455078da70476a50abb9a47ecd91 - Monotone-Revision: 875a3fc15e011173c22d5a90e998d65087950ddc - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-07-12T14:35:38 - Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/GNUmakefile +M UI/Scheduler/SchedulerUIProduct.m +M UI/Scheduler/UIxAppointmentProposal.m +M UI/Scheduler/UIxAptTableView.m +M UI/Scheduler/UIxCalDateLabel.m +M UI/Scheduler/UIxCalParticipationStatusView.m +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/UIxDatePicker.m +M UI/Scheduler/UIxTaskProposal.m +D UI/Scheduler/common.h commit 956c4f210953af86ffc9088617044d68daa896b9 Author: Wolfgang Sourdeau @@ -88176,6 +108704,19 @@ Date: Wed Jul 11 05:05:03 2007 +0000 Monotone-Date: 2007-07-11T05:05:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M NEWS +M SoObjects/Contacts/common.h +M UI/Contacts/common.h +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/UIxMailFolderActions.m +M UI/MailerUI/product.plist +M UI/MainUI/common.h +M UI/Scheduler/common.h +M UI/WebServerResources/JavascriptAPIExtensions.js +M UI/WebServerResources/MailerUI.js + commit 18026b4f471028c829e9a41c9fbabca67daf6350 Author: Wolfgang Sourdeau Date: Tue Jul 10 19:27:02 2007 +0000 @@ -88187,6 +108728,8 @@ Date: Tue Jul 10 19:27:02 2007 +0000 Monotone-Date: 2007-07-10T19:27:02 Monotone-Branch: ca.inverse.sogo +M NEWS + commit 928b6d202bcac8b7bbc11351be283b3419816945 Author: Wolfgang Sourdeau Date: Tue Jul 10 19:25:20 2007 +0000 @@ -88198,6 +108741,8 @@ Date: Tue Jul 10 19:25:20 2007 +0000 Monotone-Date: 2007-07-10T19:25:20 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/OCSContactFieldExtractor.m + commit 87a3d613b36e0e4f0500afb80dcff39b0d2e8ff5 Author: Wolfgang Sourdeau Date: Tue Jul 10 19:23:39 2007 +0000 @@ -88209,6 +108754,12 @@ Date: Tue Jul 10 19:23:39 2007 +0000 Monotone-Date: 2007-07-10T19:23:39 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailBaseObject.m +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/Mailer/SOGoMailObject.h +M SoObjects/Mailer/SOGoMailObject.m + commit 4fa4053012bb525d5e4a38a0ea8fd96729aeaea2 Author: Francis Lachapelle Date: Tue Jul 10 18:52:32 2007 +0000 @@ -88220,6 +108771,8 @@ Date: Tue Jul 10 18:52:32 2007 +0000 Monotone-Date: 2007-07-10T18:52:32 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxComponentEditor.js + commit 8d1c0726bbac0fef7887a1554ac2e8adaf1bc8eb Author: Wolfgang Sourdeau Date: Tue Jul 10 18:22:59 2007 +0000 @@ -88231,6 +108784,9 @@ Date: Tue Jul 10 18:22:59 2007 +0000 Monotone-Date: 2007-07-10T18:22:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailBaseObject.m + commit 2a173f4c1f0f60e26b781493f7f72d787721878a Author: Wolfgang Sourdeau Date: Tue Jul 10 18:17:16 2007 +0000 @@ -88242,6 +108798,8 @@ Date: Tue Jul 10 18:17:16 2007 +0000 Monotone-Date: 2007-07-10T18:17:16 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailAccount.m + commit ee5ce740d5f8a91965b419d8c47f70fe38b7d900 Author: Wolfgang Sourdeau Date: Tue Jul 10 15:21:34 2007 +0000 @@ -88253,6 +108811,8 @@ Date: Tue Jul 10 15:21:34 2007 +0000 Monotone-Date: 2007-07-10T15:21:34 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.m + commit a8d41aeed904028b416b0845a1ca78484348650f Author: Wolfgang Sourdeau Date: Tue Jul 10 14:31:42 2007 +0000 @@ -88264,6 +108824,11 @@ Date: Tue Jul 10 14:31:42 2007 +0000 Monotone-Date: 2007-07-10T14:31:42 Monotone-Branch: ca.inverse.sogo +D OGoContentStore/common.h +M OGoContentStore/iCalEntityObject+OCS.m +M OGoContentStore/iCalRepeatableEntityObject+OCS.m +M OGoContentStore/test_quick_extract.m + commit 46d9d2c0620ad08d30e2b228ce4c9fbdbcfd8e87 Author: Wolfgang Sourdeau Date: Tue Jul 10 14:22:33 2007 +0000 @@ -88275,6 +108840,11 @@ Date: Tue Jul 10 14:22:33 2007 +0000 Monotone-Date: 2007-07-10T14:22:33 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailBodyPart.m +M SoObjects/Mailer/SOGoMailObject.m +M SoObjects/Mailer/SOGoSharedMailAccount.m + commit 8682bd0a6ee6dcbf87fad36307252f97e63ca520 Author: Wolfgang Sourdeau Date: Tue Jul 10 14:21:08 2007 +0000 @@ -88286,6 +108856,14 @@ Date: Tue Jul 10 14:21:08 2007 +0000 Monotone-Date: 2007-07-10T14:21:08 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoCalendarMailBodyPart.m +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/Mailer/SOGoDraftsFolder.m +M SoObjects/Mailer/SOGoImageMailBodyPart.m +M SoObjects/Mailer/SOGoMessageMailBodyPart.m +M SoObjects/Mailer/SOGoSharedInboxFolder.m +M SoObjects/Mailer/SOGoVCardMailBodyPart.m + commit d621f36c2ce40549b8e1590a95a4bc6bf67dd061 Author: Wolfgang Sourdeau Date: Tue Jul 10 14:19:13 2007 +0000 @@ -88297,6 +108875,8 @@ Date: Tue Jul 10 14:19:13 2007 +0000 Monotone-Date: 2007-07-10T14:19:13 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoAuthenticator.h + commit 75f5f877251e183ff3bc697ece6193e835976134 Author: Wolfgang Sourdeau Date: Tue Jul 10 14:19:02 2007 +0000 @@ -88308,6 +108888,9 @@ Date: Tue Jul 10 14:19:02 2007 +0000 Monotone-Date: 2007-07-10T14:19:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxTaskEditor.m + commit bfb78c9358e2172ce9c6deac381fba9b4edb016c Author: Wolfgang Sourdeau Date: Tue Jul 10 14:18:06 2007 +0000 @@ -88319,6 +108902,9 @@ Date: Tue Jul 10 14:18:06 2007 +0000 Monotone-Date: 2007-07-10T14:18:06 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalToDo.m + commit a5669ed5333bb42b7865865d1e7404150dca0729 Author: Wolfgang Sourdeau Date: Tue Jul 10 14:16:52 2007 +0000 @@ -88330,6 +108916,9 @@ Date: Tue Jul 10 14:16:52 2007 +0000 Monotone-Date: 2007-07-10T14:16:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoAuthenticator.m + commit 91f4c31d456eea66f8977c159520d52eb2f6a560 Author: Wolfgang Sourdeau Date: Tue Jul 10 14:16:04 2007 +0000 @@ -88341,6 +108930,8 @@ Date: Tue Jul 10 14:16:04 2007 +0000 Monotone-Date: 2007-07-10T14:16:04 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/Product.m + commit a69a88b7d19a5b43bdabc71f5d427588e65c0dec Author: Wolfgang Sourdeau Date: Tue Jul 10 14:15:20 2007 +0000 @@ -88352,6 +108943,19 @@ Date: Tue Jul 10 14:15:20 2007 +0000 Monotone-Date: 2007-07-10T14:15:20 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/common.h +M SoObjects/Appointments/common.h +M SoObjects/Contacts/common.h +M SoObjects/Mailer/common.h +M SoObjects/Sieve/common.h +M UI/Common/common.h +M UI/Contacts/common.h +M UI/MailPartViewers/common.h +M UI/MailerUI/common.h +M UI/MainUI/common.h +M UI/SOGoUI/common.h +M UI/Scheduler/common.h + commit 52334b00ef6e147d148523303d4be7fb89454301 Author: Wolfgang Sourdeau Date: Tue Jul 10 14:15:07 2007 +0000 @@ -88363,6 +108967,9 @@ Date: Tue Jul 10 14:15:07 2007 +0000 Monotone-Date: 2007-07-10T14:15:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/OCSiCalFieldExtractor.m + commit d79474157aea9f8e8d15d48db8ed0a2b113dc15b Author: Wolfgang Sourdeau Date: Tue Jul 10 14:13:44 2007 +0000 @@ -88374,6 +108981,8 @@ Date: Tue Jul 10 14:13:44 2007 +0000 Monotone-Date: 2007-07-10T14:13:44 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxTaskEditor.js + commit 6b44fe504758adfb697e4dd64327f59ea4be7b11 Author: Wolfgang Sourdeau Date: Tue Jul 10 14:13:29 2007 +0000 @@ -88385,6 +108994,8 @@ Date: Tue Jul 10 14:13:29 2007 +0000 Monotone-Date: 2007-07-10T14:13:29 Monotone-Branch: ca.inverse.sogo +M NEWS + commit f7e7d1f83fb2c05cf8acbfb980aef44f522c3e52 Author: Wolfgang Sourdeau Date: Mon Jul 9 20:46:36 2007 +0000 @@ -88396,6 +109007,8 @@ Date: Mon Jul 9 20:46:36 2007 +0000 Monotone-Date: 2007-07-09T20:46:36 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.m + commit bc281bedf6a22a8fe68b1157027c76988eab2284 Author: Wolfgang Sourdeau Date: Thu Jul 5 19:19:17 2007 +0000 @@ -88407,6 +109020,8 @@ Date: Thu Jul 5 19:19:17 2007 +0000 Monotone-Date: 2007-07-05T19:19:17 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 9205e3c0f6b2871526aa0cb0ac3c982dcb9c0cd4 Author: Wolfgang Sourdeau Date: Thu Jul 5 19:13:59 2007 +0000 @@ -88418,6 +109033,13 @@ Date: Thu Jul 5 19:13:59 2007 +0000 Monotone-Date: 2007-07-05T19:13:59 Monotone-Branch: ca.inverse.sogo +M NEWS +M UI/Templates/SchedulerUI/UIxCalDateSelector.wox +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/generic.js + commit 9260cc90a5e1abe09c3d68f71112ad83c19ab90c Author: Wolfgang Sourdeau Date: Wed Jul 4 20:32:44 2007 +0000 @@ -88429,6 +109051,8 @@ Date: Wed Jul 4 20:32:44 2007 +0000 Monotone-Date: 2007-07-04T20:32:44 Monotone-Branch: ca.inverse.sogo +M NEWS + commit ed05e8f1c3fd443472f9fd5ffd107ba99b79bc46 Author: Wolfgang Sourdeau Date: Wed Jul 4 20:25:06 2007 +0000 @@ -88440,6 +109064,8 @@ Date: Wed Jul 4 20:25:06 2007 +0000 Monotone-Date: 2007-07-04T20:25:06 Monotone-Branch: ca.inverse.sogo +A NEWS + commit 4e525877b2f8c2b82677a3c56cf60948ceb08dd0 Author: Wolfgang Sourdeau Date: Wed Jul 4 20:23:14 2007 +0000 @@ -88451,6 +109077,9 @@ Date: Wed Jul 4 20:23:14 2007 +0000 Monotone-Date: 2007-07-04T20:23:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.m + commit 58b5aaf3ec03221be9043d08166bb7d544fe06b3 Author: Wolfgang Sourdeau Date: Wed Jul 4 20:15:42 2007 +0000 @@ -88462,6 +109091,9 @@ Date: Wed Jul 4 20:15:42 2007 +0000 Monotone-Date: 2007-07-04T20:15:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit 96dec58f8e7a7be54816bdfc94554c02f866d187 Author: Wolfgang Sourdeau Date: Wed Jul 4 20:13:49 2007 +0000 @@ -88473,6 +109105,9 @@ Date: Wed Jul 4 20:13:49 2007 +0000 Monotone-Date: 2007-07-04T20:13:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoFolder.m + commit 6d7ac8618d9e529d4b420b347ac852bab810dbdf Author: Wolfgang Sourdeau Date: Wed Jul 4 20:13:08 2007 +0000 @@ -88484,6 +109119,8 @@ Date: Wed Jul 4 20:13:08 2007 +0000 Monotone-Date: 2007-07-04T20:13:08 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoAuthenticator.m + commit 5abb31baf0181fbe1da0a2c7614bfdfa63e2a2cb Author: Wolfgang Sourdeau Date: Wed Jul 4 20:12:28 2007 +0000 @@ -88495,6 +109132,9 @@ Date: Wed Jul 4 20:12:28 2007 +0000 Monotone-Date: 2007-07-04T20:12:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 2ba7ae4c89bcde72e14e88cbea96c85e97727da1 Author: Wolfgang Sourdeau Date: Wed Jul 4 20:10:45 2007 +0000 @@ -88506,6 +109146,9 @@ Date: Wed Jul 4 20:10:45 2007 +0000 Monotone-Date: 2007-07-04T20:10:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 1844d390df2ddd23b645433f71810f9a2a6e3063 Author: Wolfgang Sourdeau Date: Wed Jul 4 20:07:52 2007 +0000 @@ -88517,6 +109160,9 @@ Date: Wed Jul 4 20:07:52 2007 +0000 Monotone-Date: 2007-07-04T20:07:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m + commit 1c0089d2431d9e107080257cdce251cf72d2326b Author: Wolfgang Sourdeau Date: Wed Jul 4 15:59:00 2007 +0000 @@ -88528,6 +109174,8 @@ Date: Wed Jul 4 15:59:00 2007 +0000 Monotone-Date: 2007-07-04T15:59:00 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardElement.m + commit 69ecd0bce8e43f5b3b1681ae5cb31582e70e56a6 Author: Wolfgang Sourdeau Date: Wed Jul 4 15:40:22 2007 +0000 @@ -88539,6 +109187,15 @@ Date: Wed Jul 4 15:40:22 2007 +0000 Monotone-Date: 2007-07-04T15:40:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/GNUmakefile +A UI/MailerUI/UIxMailSourceView.h +A UI/MailerUI/UIxMailSourceView.m +M UI/MailerUI/product.plist +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/MailerUI.js + commit 512355c332645bd4f783ddfe44b54eaad0f8a7a8 Author: Wolfgang Sourdeau Date: Wed Jul 4 15:19:58 2007 +0000 @@ -88550,6 +109207,9 @@ Date: Wed Jul 4 15:19:58 2007 +0000 Monotone-Date: 2007-07-04T15:19:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.m + commit 673b4f7f34c4bc2f55e830c998402093527cb380 Author: Wolfgang Sourdeau Date: Wed Jul 4 15:18:53 2007 +0000 @@ -88561,6 +109221,8 @@ Date: Wed Jul 4 15:18:53 2007 +0000 Monotone-Date: 2007-07-04T15:18:53 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/iCalRepeatableEntityObject+OCS.m + commit 60026a1a39b4ceff311cf76ad572d9d80b802959 Author: Wolfgang Sourdeau Date: Tue Jul 3 16:01:51 2007 +0000 @@ -88572,6 +109234,8 @@ Date: Tue Jul 3 16:01:51 2007 +0000 Monotone-Date: 2007-07-03T16:01:51 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog + commit 6219541527a4460d604ae3f841c986e6685e6def Author: Wolfgang Sourdeau Date: Tue Jul 3 16:01:06 2007 +0000 @@ -88583,6 +109247,9 @@ Date: Tue Jul 3 16:01:06 2007 +0000 Monotone-Date: 2007-07-03T16:01:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/iCalRepeatableEntityObject+OCS.m + commit dbd5d26a3c5bdc2c8a7f30153a0ed7c6b42d8ef0 Author: Wolfgang Sourdeau Date: Tue Jul 3 15:59:45 2007 +0000 @@ -88594,6 +109261,9 @@ Date: Tue Jul 3 15:59:45 2007 +0000 Monotone-Date: 2007-07-03T15:59:45 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalRecurrenceRule.m + commit 67ef3f8d4847614492aeeb63582d87dbb9de2759 Author: Wolfgang Sourdeau Date: Tue Jul 3 15:56:31 2007 +0000 @@ -88605,6 +109275,9 @@ Date: Tue Jul 3 15:56:31 2007 +0000 Monotone-Date: 2007-07-03T15:56:31 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardElement.m +M SOPE/NGCards/ChangeLog + commit ee01f0639681712ae0990ba46a301f30a6dbfb21 Author: Wolfgang Sourdeau Date: Tue Jul 3 15:53:15 2007 +0000 @@ -88616,6 +109289,8 @@ Date: Tue Jul 3 15:53:15 2007 +0000 Monotone-Date: 2007-07-03T15:53:15 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/appointment.ocs + commit c9a2f4ea04ad0bec671b6e8e462772e49f24b86d Author: Wolfgang Sourdeau Date: Tue Jul 3 14:18:05 2007 +0000 @@ -88627,6 +109302,9 @@ Date: Tue Jul 3 14:18:05 2007 +0000 Monotone-Date: 2007-07-03T14:18:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGoProductLoader.m + commit 91e82180ad846e27737a7294a2ccebb5f224584d Author: Wolfgang Sourdeau Date: Tue Jul 3 14:17:31 2007 +0000 @@ -88638,6 +109316,9 @@ Date: Tue Jul 3 14:17:31 2007 +0000 Monotone-Date: 2007-07-03T14:17:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m + commit 33feb0ad5527b8e3fe684ac90e37c912684450f0 Author: Wolfgang Sourdeau Date: Fri Jun 29 22:19:09 2007 +0000 @@ -88649,6 +109330,8 @@ Date: Fri Jun 29 22:19:09 2007 +0000 Monotone-Date: 2007-06-29T22:19:09 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m + commit f96aaaed36b37cebdcccc59941adea9748026a5b Author: Wolfgang Sourdeau Date: Fri Jun 29 22:17:54 2007 +0000 @@ -88660,6 +109343,8 @@ Date: Fri Jun 29 22:17:54 2007 +0000 Monotone-Date: 2007-06-29T22:17:54 Monotone-Branch: ca.inverse.sogo +M Main/SOGoProductLoader.m + commit 545a143c7dd36061dcf5a832f60e4c4fa171153c Author: Wolfgang Sourdeau Date: Fri Jun 29 22:10:52 2007 +0000 @@ -88671,6 +109356,9 @@ Date: Fri Jun 29 22:10:52 2007 +0000 Monotone-Date: 2007-06-29T22:10:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/AgenorUserDefaults.m + commit 8db342130d12c1f17e5ecab36acda5862b65df4f Author: Wolfgang Sourdeau Date: Fri Jun 29 22:05:16 2007 +0000 @@ -88682,6 +109370,9 @@ Date: Fri Jun 29 22:05:16 2007 +0000 Monotone-Date: 2007-06-29T22:05:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit fa14b8d79076ef2adc1686d166a7bafcbc7b0185 Author: Wolfgang Sourdeau Date: Fri Jun 29 22:04:04 2007 +0000 @@ -88693,6 +109384,8 @@ Date: Fri Jun 29 22:04:04 2007 +0000 Monotone-Date: 2007-06-29T22:04:04 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactGCSFolder.m + commit b662767a1b79ba8fc3cec7616f46b2dc0658ea56 Author: Wolfgang Sourdeau Date: Fri Jun 29 22:03:30 2007 +0000 @@ -88704,6 +109397,9 @@ Date: Fri Jun 29 22:03:30 2007 +0000 Monotone-Date: 2007-06-29T22:03:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.m + commit 22fd0ba08e7dfe66da5ba2f4b250bb1dce673145 Author: Wolfgang Sourdeau Date: Fri Jun 29 22:00:45 2007 +0000 @@ -88715,6 +109411,8 @@ Date: Fri Jun 29 22:00:45 2007 +0000 Monotone-Date: 2007-06-29T22:00:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit aad469d8e03f9850dd4d907b9547cc1b9887405c Author: Wolfgang Sourdeau Date: Fri Jun 29 21:59:40 2007 +0000 @@ -88726,6 +109424,9 @@ Date: Fri Jun 29 21:59:40 2007 +0000 Monotone-Date: 2007-06-29T21:59:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 5994a10d8c6376044bc8997934b652345c0206f4 Author: Wolfgang Sourdeau Date: Fri Jun 29 21:58:31 2007 +0000 @@ -88737,6 +109438,8 @@ Date: Fri Jun 29 21:58:31 2007 +0000 Monotone-Date: 2007-06-29T21:58:31 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoFolder.h + commit 643bc447adb0f34dbe973ab62734c9d2cd9f1429 Author: Wolfgang Sourdeau Date: Fri Jun 29 21:58:23 2007 +0000 @@ -88748,6 +109451,9 @@ Date: Fri Jun 29 21:58:23 2007 +0000 Monotone-Date: 2007-06-29T21:58:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoFolder.m + commit 8f2db63977a79c853159c37691909ff1bfc01457 Author: Wolfgang Sourdeau Date: Fri Jun 29 21:56:21 2007 +0000 @@ -88759,6 +109465,9 @@ Date: Fri Jun 29 21:56:21 2007 +0000 Monotone-Date: 2007-06-29T21:56:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m + commit cff10996b7c7e5242e1deeacf33be6fb6d530b87 Author: Wolfgang Sourdeau Date: Fri Jun 29 21:55:16 2007 +0000 @@ -88770,6 +109479,8 @@ Date: Fri Jun 29 21:55:16 2007 +0000 Monotone-Date: 2007-06-29T21:55:16 Monotone-Branch: ca.inverse.sogo +M Main/sogod.m + commit 2610931e29649e86edbbcc0e66bca2b520627af2 Author: Wolfgang Sourdeau Date: Fri Jun 29 21:54:19 2007 +0000 @@ -88781,6 +109492,8 @@ Date: Fri Jun 29 21:54:19 2007 +0000 Monotone-Date: 2007-06-29T21:54:19 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/GNUmakefile + commit 4afcd844023269920d1eaef13317a20c733b73d1 Author: Wolfgang Sourdeau Date: Fri Jun 29 21:54:04 2007 +0000 @@ -88792,6 +109505,9 @@ Date: Fri Jun 29 21:54:04 2007 +0000 Monotone-Date: 2007-06-29T21:54:04 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/AgenorProfile.sql +M UI/MainUI/OCSFolderInfo.sql + commit b4fbd2ee01b25f83ac0e32534a179135265520b0 Author: Wolfgang Sourdeau Date: Fri Jun 29 21:53:56 2007 +0000 @@ -88803,6 +109519,8 @@ Date: Fri Jun 29 21:53:56 2007 +0000 Monotone-Date: 2007-06-29T21:53:56 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit e60f438ba702413ce6a22ad700b6a124dae4c4c2 Author: Wolfgang Sourdeau Date: Fri Jun 29 21:53:28 2007 +0000 @@ -88814,6 +109532,12 @@ Date: Fri Jun 29 21:53:28 2007 +0000 Monotone-Date: 2007-06-29T21:53:28 Monotone-Branch: ca.inverse.sogo +D OGoContentStore/sql/folderinfo-create.psql +D OGoContentStore/sql/generate-folderinfo-sql-for-users.sh +D OGoContentStore/sql/profile-create.psql +A UI/MainUI/AgenorProfile.sql +A UI/MainUI/OCSFolderInfo.sql + commit 4213bf631a9c88b866083b5637681cb3f1ceccf7 Author: Wolfgang Sourdeau Date: Fri Jun 29 21:53:21 2007 +0000 @@ -88825,6 +109549,8 @@ Date: Fri Jun 29 21:53:21 2007 +0000 Monotone-Date: 2007-06-29T21:53:21 Monotone-Branch: ca.inverse.sogo +D Main/common.h + commit f6fbc99ffa380405e7c832cb0762d1bdd53e3ad0 Author: Wolfgang Sourdeau Date: Fri Jun 29 21:47:56 2007 +0000 @@ -88836,6 +109562,8 @@ Date: Fri Jun 29 21:47:56 2007 +0000 Monotone-Date: 2007-06-29T21:47:56 Monotone-Branch: ca.inverse.sogo +M Main/GNUmakefile.preamble + commit d5b1dc5dce608a94bb2baa16e1d36b054e838b8d Author: Wolfgang Sourdeau Date: Fri Jun 29 00:15:24 2007 +0000 @@ -88847,6 +109575,8 @@ Date: Fri Jun 29 00:15:24 2007 +0000 Monotone-Date: 2007-06-29T00:15:24 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/French.lproj/Localizable.strings + commit 792f65fc6d571fa0a477a5886a64cd382cddcc1b Author: Wolfgang Sourdeau Date: Fri Jun 29 00:14:05 2007 +0000 @@ -88858,6 +109588,8 @@ Date: Fri Jun 29 00:14:05 2007 +0000 Monotone-Date: 2007-06-29T00:14:05 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailView.wox + commit 03257d68e28c20407461e70985f0187a4d85103a Author: Wolfgang Sourdeau Date: Fri Jun 29 00:14:01 2007 +0000 @@ -88869,6 +109601,9 @@ Date: Fri Jun 29 00:14:01 2007 +0000 Monotone-Date: 2007-06-29T00:14:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/WOContext+UIxMailer.m + commit 310a657972d5e542da805d2ac034a67bf9d98d6b Author: Wolfgang Sourdeau Date: Fri Jun 29 00:13:03 2007 +0000 @@ -88880,6 +109615,9 @@ Date: Fri Jun 29 00:13:03 2007 +0000 Monotone-Date: 2007-06-29T00:13:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.m + commit 806e5762a6d55eda39a9511f3b0b5034dd6c22c5 Author: Wolfgang Sourdeau Date: Thu Jun 28 20:44:09 2007 +0000 @@ -88891,6 +109629,10 @@ Date: Thu Jun 28 20:44:09 2007 +0000 Monotone-Date: 2007-06-28T20:44:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/GNUmakefile +D UI/Common/UIxSortButton.m + commit a70482d320c343a71e0120d8d13ed22b2157f7bf Author: Wolfgang Sourdeau Date: Thu Jun 28 20:43:14 2007 +0000 @@ -88902,6 +109644,10 @@ Date: Thu Jun 28 20:43:14 2007 +0000 Monotone-Date: 2007-06-28T20:43:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/GNUmakefile +D UI/Common/UIxSortableTableHeader.m + commit c3228469639744af1712bcd2cc839932425eb439 Author: Wolfgang Sourdeau Date: Thu Jun 28 20:37:36 2007 +0000 @@ -88913,6 +109659,8 @@ Date: Thu Jun 28 20:37:36 2007 +0000 Monotone-Date: 2007-06-28T20:37:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit f1fdc98f0a95d10990d940e5e1023828c7873141 Author: Wolfgang Sourdeau Date: Thu Jun 28 20:37:27 2007 +0000 @@ -88924,6 +109672,12 @@ Date: Thu Jun 28 20:37:27 2007 +0000 Monotone-Date: 2007-06-28T20:37:27 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactsListView.h +M UI/Contacts/UIxContactsListView.m +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js + commit d083b679527b232eb2360063b5dafcb8a5cabf08 Author: Wolfgang Sourdeau Date: Thu Jun 28 20:35:09 2007 +0000 @@ -88935,6 +109689,8 @@ Date: Thu Jun 28 20:35:09 2007 +0000 Monotone-Date: 2007-06-28T20:35:09 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 74506d160a814d2cf630bc1efa557831a94179e5 Author: Wolfgang Sourdeau Date: Thu Jun 28 20:34:35 2007 +0000 @@ -88946,6 +109702,9 @@ Date: Thu Jun 28 20:34:35 2007 +0000 Monotone-Date: 2007-06-28T20:34:35 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit c8950fc64298cf9ace0986975f59a87d6e7f7c5a Author: Wolfgang Sourdeau Date: Thu Jun 28 18:30:39 2007 +0000 @@ -88957,6 +109716,8 @@ Date: Thu Jun 28 18:30:39 2007 +0000 Monotone-Date: 2007-06-28T18:30:39 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/events.js + commit 07274a07a96d1901d4ddb6b2917008b815019d98 Author: Wolfgang Sourdeau Date: Thu Jun 28 18:30:33 2007 +0000 @@ -88968,6 +109729,8 @@ Date: Thu Jun 28 18:30:33 2007 +0000 Monotone-Date: 2007-06-28T18:30:33 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailListView.wox + commit 18ce5000016dff196dc573c0e06189b55db5ae5f Author: Wolfgang Sourdeau Date: Thu Jun 28 18:29:59 2007 +0000 @@ -88979,6 +109742,11 @@ Date: Thu Jun 28 18:29:59 2007 +0000 Monotone-Date: 2007-06-28T18:29:59 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAclEditor.js +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/UIxContactsUserFolders.js + commit fa7bbea25d396a89687f4f38c8d9fba8d028ecd0 Author: Wolfgang Sourdeau Date: Thu Jun 28 18:28:33 2007 +0000 @@ -88990,6 +109758,14 @@ Date: Thu Jun 28 18:28:33 2007 +0000 Monotone-Date: 2007-06-28T18:28:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.h +M UI/MailerUI/UIxMailListView.m +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit 12da73caad1ecd533b8dfd68d1c9788e8f7803d6 Author: Wolfgang Sourdeau Date: Thu Jun 28 14:08:30 2007 +0000 @@ -89001,6 +109777,9 @@ Date: Thu Jun 28 14:08:30 2007 +0000 Monotone-Date: 2007-06-28T14:08:30 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js + commit a8e5b93d84ad94e3d7943c82980162b48dad5c5d Author: Wolfgang Sourdeau Date: Wed Jun 27 21:26:44 2007 +0000 @@ -89012,6 +109791,9 @@ Date: Wed Jun 27 21:26:44 2007 +0000 Monotone-Date: 2007-06-27T21:26:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.m + commit d419c8de7406a0b937a0b98250087c05e4783da1 Author: Wolfgang Sourdeau Date: Wed Jun 27 21:26:08 2007 +0000 @@ -89023,6 +109805,8 @@ Date: Wed Jun 27 21:26:08 2007 +0000 Monotone-Date: 2007-06-27T21:26:08 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit 64f1c39291c783cf3cf7be686587f191ca675da9 Author: Wolfgang Sourdeau Date: Wed Jun 27 21:25:47 2007 +0000 @@ -89034,6 +109818,8 @@ Date: Wed Jun 27 21:25:47 2007 +0000 Monotone-Date: 2007-06-27T21:25:47 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailMainFrame.wox + commit 0ed86431c1e287666f4d0a227df6297bcc86be8c Author: Wolfgang Sourdeau Date: Wed Jun 27 21:25:40 2007 +0000 @@ -89045,6 +109831,8 @@ Date: Wed Jun 27 21:25:40 2007 +0000 Monotone-Date: 2007-06-27T21:25:40 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/UIxComponent.m + commit 93199854a30aff5e38bee00ede3c5472a64e83cb Author: Wolfgang Sourdeau Date: Wed Jun 27 21:23:01 2007 +0000 @@ -89056,6 +109844,9 @@ Date: Wed Jun 27 21:23:01 2007 +0000 Monotone-Date: 2007-06-27T21:23:01 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailFilterPanel.m +M UI/Templates/MailerUI/UIxMailFilterPanel.wox + commit 0898de479f58953ab25de27deff5604e328ca145 Author: Wolfgang Sourdeau Date: Wed Jun 27 21:21:01 2007 +0000 @@ -89067,6 +109858,8 @@ Date: Wed Jun 27 21:21:01 2007 +0000 Monotone-Date: 2007-06-27T21:21:01 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/French.lproj/Localizable.strings + commit 975132fe6868067d53a82a87d8e72653023a3916 Author: Wolfgang Sourdeau Date: Wed Jun 27 21:20:19 2007 +0000 @@ -89078,6 +109871,8 @@ Date: Wed Jun 27 21:20:19 2007 +0000 Monotone-Date: 2007-06-27T21:20:19 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 100ded28673dfc7eba4fe6b5bbd7fbe64f1b3e69 Author: Wolfgang Sourdeau Date: Wed Jun 27 21:20:15 2007 +0000 @@ -89089,6 +109884,8 @@ Date: Wed Jun 27 21:20:15 2007 +0000 Monotone-Date: 2007-06-27T21:20:15 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 1ba7c63538cfca6885298817ac0c3163f6a4b63b Author: Wolfgang Sourdeau Date: Wed Jun 27 21:19:15 2007 +0000 @@ -89100,6 +109897,8 @@ Date: Wed Jun 27 21:19:15 2007 +0000 Monotone-Date: 2007-06-27T21:19:15 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/common.h + commit b01292bb5d95006a192df47885ff9e85b0b77abc Author: Wolfgang Sourdeau Date: Wed Jun 27 21:18:16 2007 +0000 @@ -89111,6 +109910,9 @@ Date: Wed Jun 27 21:18:16 2007 +0000 Monotone-Date: 2007-06-27T21:18:16 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings + commit a10edc6f3dbdde2c67f375be10471cad69c1e2fe Author: Wolfgang Sourdeau Date: Wed Jun 27 21:18:02 2007 +0000 @@ -89122,6 +109924,8 @@ Date: Wed Jun 27 21:18:02 2007 +0000 Monotone-Date: 2007-06-27T21:18:02 Monotone-Branch: ca.inverse.sogo +M UI/GNUmakefile + commit 25171816b58422ebca3b6fc51a4f687a36eb333f Author: Wolfgang Sourdeau Date: Wed Jun 27 17:52:33 2007 +0000 @@ -89133,6 +109937,11 @@ Date: Wed Jun 27 17:52:33 2007 +0000 Monotone-Date: 2007-06-27T17:52:33 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/Scheduler/UIxCalDayView.m +M UI/Scheduler/UIxCalMonthView.m +M UI/Scheduler/UIxCalMulticolumnDayView.m + commit c68be057f6e58d5e65dcb93f1b9469703d830ba0 Author: Wolfgang Sourdeau Date: Tue Jun 26 21:48:52 2007 +0000 @@ -89144,6 +109953,10 @@ Date: Tue Jun 26 21:48:52 2007 +0000 Monotone-Date: 2007-06-26T21:48:52 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/product.plist +M SoObjects/SOGo/SOGoAuthenticator.m +M UI/MainUI/product.plist + commit 5ad5ad063c8627e9d65319c93c4287a027353af2 Author: Wolfgang Sourdeau Date: Fri Jun 22 19:59:54 2007 +0000 @@ -89155,6 +109968,9 @@ Date: Fri Jun 22 19:59:54 2007 +0000 Monotone-Date: 2007-06-22T19:59:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/PreferencesUI/UIxJSONPreferences.m + commit 5c27e60602cf1a0f67d4c65864c15ff99220471f Author: Wolfgang Sourdeau Date: Fri Jun 22 19:58:31 2007 +0000 @@ -89166,6 +109982,9 @@ Date: Fri Jun 22 19:58:31 2007 +0000 Monotone-Date: 2007-06-22T19:58:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit 2b615750491e23069c9bdf56c5eda05e01e5b009 Author: Wolfgang Sourdeau Date: Fri Jun 22 19:54:30 2007 +0000 @@ -89177,6 +109996,9 @@ Date: Fri Jun 22 19:54:30 2007 +0000 Monotone-Date: 2007-06-22T19:54:30 Monotone-Branch: ca.inverse.sogo +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings + commit bc910165aeeb66920abb1e3c8ac7d5c03f369243 Author: Wolfgang Sourdeau Date: Fri Jun 22 19:54:05 2007 +0000 @@ -89188,6 +110010,8 @@ Date: Fri Jun 22 19:54:05 2007 +0000 Monotone-Date: 2007-06-22T19:54:05 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoAuthenticator.m + commit a1154d05aac2c491e3e2d22b4235a125d34e6950 Author: Wolfgang Sourdeau Date: Thu Jun 21 21:16:03 2007 +0000 @@ -89199,6 +110023,9 @@ Date: Thu Jun 21 21:16:03 2007 +0000 Monotone-Date: 2007-06-21T21:16:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/sogod.m + commit fdb0e3007325f9eb168ac59d4cbf87703c365a47 Author: Wolfgang Sourdeau Date: Wed Jun 20 03:47:34 2007 +0000 @@ -89210,6 +110037,8 @@ Date: Wed Jun 20 03:47:34 2007 +0000 Monotone-Date: 2007-06-20T03:47:34 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartICalViewer.m + commit c1fdbcfe1aad36f3cab16eb85a3877cbc0b325d1 Author: Wolfgang Sourdeau Date: Tue Jun 19 19:42:25 2007 +0000 @@ -89221,6 +110050,9 @@ Date: Tue Jun 19 19:42:25 2007 +0000 Monotone-Date: 2007-06-19T19:42:25 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalMonthView.h +M UI/Scheduler/UIxCalMonthView.m + commit 1c9840682bee576b22c3b190d4e8ee7a2d480a89 Author: Wolfgang Sourdeau Date: Tue Jun 19 18:08:26 2007 +0000 @@ -89232,6 +110064,8 @@ Date: Tue Jun 19 18:08:26 2007 +0000 Monotone-Date: 2007-06-19T18:08:26 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/GNUmakefile + commit 6aeca8b0b14a657865ee73323d8ebb0beb24511a Author: Wolfgang Sourdeau Date: Tue Jun 19 18:08:16 2007 +0000 @@ -89243,6 +110077,13 @@ Date: Tue Jun 19 18:08:16 2007 +0000 Monotone-Date: 2007-06-19T18:08:16 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/GNUmakefile +M UI/Scheduler/UIxCalDayTable.h +M UI/Scheduler/UIxCalDayTable.m +M UI/Scheduler/UIxCalListingActions.h +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/product.plist + commit b30b05dd21460b2fdc60ac2035cadde1e6556d99 Author: Wolfgang Sourdeau Date: Tue Jun 19 18:07:40 2007 +0000 @@ -89254,6 +110095,9 @@ Date: Tue Jun 19 18:07:40 2007 +0000 Monotone-Date: 2007-06-19T18:07:40 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/English.lproj/Locale +M UI/MainUI/French.lproj/Locale + commit e4136a88e6f7a4b8f38917304133343542fe8e42 Author: Wolfgang Sourdeau Date: Tue Jun 19 18:07:21 2007 +0000 @@ -89265,6 +110109,9 @@ Date: Tue Jun 19 18:07:21 2007 +0000 Monotone-Date: 2007-06-19T18:07:21 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailListView.h +M UI/MailerUI/UIxMailListView.m + commit d8f29c09abb7ff0932c81399fe56961d9d8eb433 Author: Wolfgang Sourdeau Date: Tue Jun 19 18:06:42 2007 +0000 @@ -89276,6 +110123,8 @@ Date: Tue Jun 19 18:06:42 2007 +0000 Monotone-Date: 2007-06-19T18:06:42 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartICalViewer.m + commit b7510b88990da953524cf78ada11f3640dcfe147 Author: Wolfgang Sourdeau Date: Tue Jun 19 18:06:18 2007 +0000 @@ -89287,6 +110136,10 @@ Date: Tue Jun 19 18:06:18 2007 +0000 Monotone-Date: 2007-06-19T18:06:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m + commit f41adce75b8541a762a00bc89a52d7a4abf9305c Author: Wolfgang Sourdeau Date: Tue Jun 19 18:05:22 2007 +0000 @@ -89298,6 +110151,9 @@ Date: Tue Jun 19 18:05:22 2007 +0000 Monotone-Date: 2007-06-19T18:05:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.m + commit 7e73f387a1b44427370390fd616c2e518b978bfb Author: Wolfgang Sourdeau Date: Tue Jun 19 18:04:59 2007 +0000 @@ -89309,6 +110165,8 @@ Date: Tue Jun 19 18:04:59 2007 +0000 Monotone-Date: 2007-06-19T18:04:59 Monotone-Branch: ca.inverse.sogo +M UI/GNUmakefile + commit c6361c1585d76c30db051ec3599d6400fb046246 Author: Wolfgang Sourdeau Date: Tue Jun 19 18:04:43 2007 +0000 @@ -89320,6 +110178,10 @@ Date: Tue Jun 19 18:04:43 2007 +0000 Monotone-Date: 2007-06-19T18:04:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m + commit 242139d45de6294921952094236783918e09bf70 Author: Wolfgang Sourdeau Date: Tue Jun 19 18:03:54 2007 +0000 @@ -89331,6 +110193,8 @@ Date: Tue Jun 19 18:03:54 2007 +0000 Monotone-Date: 2007-06-19T18:03:54 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoAuthenticator.h + commit 75e7967474cb44e97dd80d4740c65a836dd5bf9d Author: Wolfgang Sourdeau Date: Tue Jun 19 18:03:32 2007 +0000 @@ -89342,6 +110206,8 @@ Date: Tue Jun 19 18:03:32 2007 +0000 Monotone-Date: 2007-06-19T18:03:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 3137eec66d9f522aae315bedfc4deba12a697ef1 Author: Wolfgang Sourdeau Date: Tue Jun 19 18:03:18 2007 +0000 @@ -89353,6 +110219,12 @@ Date: Tue Jun 19 18:03:18 2007 +0000 Monotone-Date: 2007-06-19T18:03:18 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile +A SoObjects/SOGo/SOGoDateFormatter.h +A SoObjects/SOGo/SOGoDateFormatter.m +D UI/SOGoUI/SOGoDateFormatter.h +D UI/SOGoUI/SOGoDateFormatter.m + commit 921ecf63cb81e77b79786425c12869032578333c Author: Wolfgang Sourdeau Date: Tue Jun 19 18:01:40 2007 +0000 @@ -89364,6 +110236,9 @@ Date: Tue Jun 19 18:01:40 2007 +0000 Monotone-Date: 2007-06-19T18:01:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccounts.m + commit 7c219117cdf53811b2108655c7518950bb0bea04 Author: Wolfgang Sourdeau Date: Tue Jun 19 18:00:08 2007 +0000 @@ -89375,6 +110250,10 @@ Date: Tue Jun 19 18:00:08 2007 +0000 Monotone-Date: 2007-06-19T18:00:08 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/Templates/UIxPageFrame.wox + commit 7d2e2ec66f5ec0de0a98dec6bc0d06c9c4a38503 Author: Wolfgang Sourdeau Date: Tue Jun 19 17:59:59 2007 +0000 @@ -89386,6 +110265,11 @@ Date: Tue Jun 19 17:59:59 2007 +0000 Monotone-Date: 2007-06-19T17:59:59 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css +A UI/WebServerResources/UIxPreferences.css +A UI/WebServerResources/UIxPreferences.js +M UI/WebServerResources/generic.js + commit 5c15adfa00f486831495a3fa52d074b146191465 Author: Wolfgang Sourdeau Date: Tue Jun 19 17:59:29 2007 +0000 @@ -89397,6 +110281,8 @@ Date: Tue Jun 19 17:59:29 2007 +0000 Monotone-Date: 2007-06-19T17:59:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit abd80c3a4f87117368ffa6f785f77511389bb388 Author: Wolfgang Sourdeau Date: Tue Jun 19 17:59:09 2007 +0000 @@ -89408,6 +110294,10 @@ Date: Tue Jun 19 17:59:09 2007 +0000 Monotone-Date: 2007-06-19T17:59:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/AgenorUserDefaults.h +M SoObjects/SOGo/AgenorUserDefaults.m + commit 70768d420e9a5243e93b3c2b6d041f9058fd2c47 Author: Wolfgang Sourdeau Date: Tue Jun 19 17:58:21 2007 +0000 @@ -89419,6 +110309,20 @@ Date: Tue Jun 19 17:58:21 2007 +0000 Monotone-Date: 2007-06-19T17:58:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/PreferencesUI/English.lproj/Localizable.strings +A UI/PreferencesUI/French.lproj/Localizable.strings +A UI/PreferencesUI/GNUmakefile +A UI/PreferencesUI/PreferencesUIProduct.m +A UI/PreferencesUI/Toolbars/UIxPreferences.toolbar +A UI/PreferencesUI/UIxJSONPreferences.h +A UI/PreferencesUI/UIxJSONPreferences.m +A UI/PreferencesUI/UIxPreferences.h +A UI/PreferencesUI/UIxPreferences.m +A UI/PreferencesUI/Version +A UI/PreferencesUI/product.plist +A UI/Templates/PreferencesUI/UIxPreferences.wox + commit 3ee75911b511a2d132ab2777761629dbcdb4135b Author: Wolfgang Sourdeau Date: Tue Jun 19 17:57:03 2007 +0000 @@ -89430,6 +110334,8 @@ Date: Tue Jun 19 17:57:03 2007 +0000 Monotone-Date: 2007-06-19T17:57:03 Monotone-Branch: ca.inverse.sogo +D SoObjects/SOGo/common.h + commit edf5da8238edd7a3ff5fe8b3321f431c3990ca19 Author: Wolfgang Sourdeau Date: Tue Jun 19 17:56:48 2007 +0000 @@ -89441,6 +110347,8 @@ Date: Tue Jun 19 17:56:48 2007 +0000 Monotone-Date: 2007-06-19T17:56:48 Monotone-Branch: ca.inverse.sogo +D UI/Templates/SchedulerUI/UIxAppointmentView.wox + commit e495b9afb8a08332f823eb9c6c34fa88e6596524 Author: Wolfgang Sourdeau Date: Tue Jun 19 17:56:35 2007 +0000 @@ -89452,6 +110360,11 @@ Date: Tue Jun 19 17:56:35 2007 +0000 Monotone-Date: 2007-06-19T17:56:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D UI/Scheduler/UIxTaskView.h +D UI/Scheduler/UIxTaskView.m +D UI/Templates/SchedulerUI/UIxTaskView.wox + commit caec4f8333dd7a91a6ba421c8aece00c5a85e0d7 Author: Wolfgang Sourdeau Date: Tue Jun 19 17:55:53 2007 +0000 @@ -89463,6 +110376,10 @@ Date: Tue Jun 19 17:55:53 2007 +0000 Monotone-Date: 2007-06-19T17:55:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D UI/Scheduler/UIxAppointmentView.h +D UI/Scheduler/UIxAppointmentView.m + commit fcf20c0cf90762bcfcb33d4aedcd2d099c7258ab Author: Wolfgang Sourdeau Date: Tue Jun 19 17:54:48 2007 +0000 @@ -89474,6 +110391,10 @@ Date: Tue Jun 19 17:54:48 2007 +0000 Monotone-Date: 2007-06-19T17:54:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D SoObjects/SOGo/WOContext+Agenor.h +D SoObjects/SOGo/WOContext+Agenor.m + commit a69aa5cb6ab1b8b859a45b216f1c3e648d0bdc4a Author: Wolfgang Sourdeau Date: Mon Jun 18 15:42:26 2007 +0000 @@ -89485,6 +110406,9 @@ Date: Mon Jun 18 15:42:26 2007 +0000 Monotone-Date: 2007-06-18T15:42:26 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/AgenorUserDefaults.m +M SoObjects/SOGo/SOGoCustomGroupFolder.m + commit 7783d99743f8d54861d4e9560a67df3e79355f35 Author: Wolfgang Sourdeau Date: Mon Jun 18 15:39:59 2007 +0000 @@ -89496,6 +110420,9 @@ Date: Mon Jun 18 15:39:59 2007 +0000 Monotone-Date: 2007-06-18T15:39:59 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/AgenorUserDefaults.m +M SoObjects/SOGo/SOGoUserFolder.m + commit 76cbbe3a05094386ad01286011a2499b78a736ad Author: Wolfgang Sourdeau Date: Mon Jun 18 15:37:37 2007 +0000 @@ -89507,6 +110434,11 @@ Date: Mon Jun 18 15:37:37 2007 +0000 Monotone-Date: 2007-06-18T15:37:37 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoAuthenticator.m +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoGroupsFolder.m + commit e5e819bf527c03dd6a1e9bc54325bc3c4b6388fc Author: Wolfgang Sourdeau Date: Mon Jun 18 15:37:00 2007 +0000 @@ -89518,6 +110450,8 @@ Date: Mon Jun 18 15:37:00 2007 +0000 Monotone-Date: 2007-06-18T15:37:00 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoGroupFolder.m + commit 777a7f75e7570cc06e82980d7a5da05e5f1ff4c9 Author: Wolfgang Sourdeau Date: Thu Jun 14 21:23:14 2007 +0000 @@ -89529,6 +110463,19 @@ Date: Thu Jun 14 21:23:14 2007 +0000 Monotone-Date: 2007-06-14T21:23:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/Mailer/SOGoMailAccounts.m +M SoObjects/Mailer/common.h +M SoObjects/SOGo/GNUmakefile +M SoObjects/SOGo/SOGoAuthenticator.h +M SoObjects/SOGo/SOGoAuthenticator.m +D SoObjects/SOGo/SOGoLRUCache.h +D SoObjects/SOGo/SOGoLRUCache.m +M SoObjects/SOGo/SOGoUserFolder.m +M SoObjects/SOGo/common.h +M UI/MailerUI/UIxMailEditor.m + commit 2cc3f8684dc73d1cd47fcda404dcb464d9289021 Author: Wolfgang Sourdeau Date: Wed Jun 13 22:06:01 2007 +0000 @@ -89540,6 +110487,11 @@ Date: Wed Jun 13 22:06:01 2007 +0000 Monotone-Date: 2007-06-13T22:06:01 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailListView.m +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js + commit 49ce46f3eab91960d18141b81626540c34e0f757 Author: Wolfgang Sourdeau Date: Wed Jun 13 20:58:57 2007 +0000 @@ -89551,6 +110503,9 @@ Date: Wed Jun 13 20:58:57 2007 +0000 Monotone-Date: 2007-06-13T20:58:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/NSArray+Scheduler.m + commit 4461aeeeb0ddcf961b61116ebb0d0218ba8f2e96 Author: Wolfgang Sourdeau Date: Wed Jun 13 20:56:47 2007 +0000 @@ -89562,6 +110517,8 @@ Date: Wed Jun 13 20:56:47 2007 +0000 Monotone-Date: 2007-06-13T20:56:47 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit fa632904e297e68e62813d0d46b2df5249414784 Author: Wolfgang Sourdeau Date: Wed Jun 13 19:33:31 2007 +0000 @@ -89573,6 +110530,10 @@ Date: Wed Jun 13 19:33:31 2007 +0000 Monotone-Date: 2007-06-13T19:33:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/GNUmakefile +M UI/Scheduler/UIxCalListingActions.m + commit 8173b4dcf1de7e1d110bcaa253934d1d221d1da7 Author: Wolfgang Sourdeau Date: Wed Jun 13 19:32:57 2007 +0000 @@ -89584,6 +110545,13 @@ Date: Wed Jun 13 19:32:57 2007 +0000 Monotone-Date: 2007-06-13T19:32:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/GNUmakefile +D SoObjects/SOGo/NSObject+AptComparison.h +D SoObjects/SOGo/NSObject+AptComparison.m +A UI/Scheduler/NSArray+Scheduler.h +A UI/Scheduler/NSArray+Scheduler.m + commit b00c5dddc7a72701a4236f906db50aa851d6420a Author: Wolfgang Sourdeau Date: Wed Jun 13 19:30:56 2007 +0000 @@ -89595,6 +110563,9 @@ Date: Wed Jun 13 19:30:56 2007 +0000 Monotone-Date: 2007-06-13T19:30:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 582763405631f7397cf7b7d7fa74c594c90582db Author: Wolfgang Sourdeau Date: Wed Jun 13 19:28:59 2007 +0000 @@ -89606,6 +110577,8 @@ Date: Wed Jun 13 19:28:59 2007 +0000 Monotone-Date: 2007-06-13T19:28:59 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 1a099d423d51eae29a02a9b7eb9c47d09e371df1 Author: Wolfgang Sourdeau Date: Wed Jun 13 19:28:35 2007 +0000 @@ -89617,6 +110590,8 @@ Date: Wed Jun 13 19:28:35 2007 +0000 Monotone-Date: 2007-06-13T19:28:35 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalWeekView.m + commit 5ebaeedde29e022608c5ffc29f51004fa3cfa638 Author: Francis Lachapelle Date: Wed Jun 13 19:14:18 2007 +0000 @@ -89628,6 +110603,8 @@ Date: Wed Jun 13 19:14:18 2007 +0000 Monotone-Date: 2007-06-13T19:14:18 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 76ac1557690b735bbb3c39a91ed6c764ff480427 Author: Francis Lachapelle Date: Wed Jun 13 18:59:48 2007 +0000 @@ -89639,6 +110616,8 @@ Date: Wed Jun 13 18:59:48 2007 +0000 Monotone-Date: 2007-06-13T18:59:48 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 2237c077e307535bb3521f716187dd8ea56732e8 Author: Francis Lachapelle Date: Wed Jun 13 18:59:17 2007 +0000 @@ -89650,6 +110629,8 @@ Date: Wed Jun 13 18:59:17 2007 +0000 Monotone-Date: 2007-06-13T18:59:17 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 3f28c1e7d8f75225bb71767a2969a23dcc680825 Author: Wolfgang Sourdeau Date: Wed Jun 13 02:51:50 2007 +0000 @@ -89661,6 +110642,8 @@ Date: Wed Jun 13 02:51:50 2007 +0000 Monotone-Date: 2007-06-13T02:51:50 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/JavascriptAPIExtensions.js + commit 3b3ba0df8466fb23bd4f8872866b9d8d157357f6 Author: Wolfgang Sourdeau Date: Wed Jun 13 02:47:23 2007 +0000 @@ -89672,6 +110655,8 @@ Date: Wed Jun 13 02:47:23 2007 +0000 Monotone-Date: 2007-06-13T02:47:23 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit b54a11c7219d5a868dd7929dd628ab7148ce5139 Author: Wolfgang Sourdeau Date: Wed Jun 13 02:47:00 2007 +0000 @@ -89683,6 +110668,8 @@ Date: Wed Jun 13 02:47:00 2007 +0000 Monotone-Date: 2007-06-13T02:47:00 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/JavascriptAPIExtensions.js + commit 7f8ecf1229a4c01efc979d26a520c62ec563e86c Author: Wolfgang Sourdeau Date: Wed Jun 13 02:38:44 2007 +0000 @@ -89694,6 +110681,8 @@ Date: Wed Jun 13 02:38:44 2007 +0000 Monotone-Date: 2007-06-13T02:38:44 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/JavascriptAPIExtensions.js + commit 52b9643f436f66d18f68c80ea849c7407a6335f0 Author: Wolfgang Sourdeau Date: Wed Jun 13 02:34:29 2007 +0000 @@ -89705,6 +110694,13 @@ Date: Wed Jun 13 02:34:29 2007 +0000 Monotone-Date: 2007-06-13T02:34:29 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalDateTime.m +M SOPE/NGCards/iCalTimeZone.h +M SOPE/NGCards/iCalTimeZone.m +M UI/Scheduler/UIxCalView.h +M UI/Scheduler/UIxCalView.m + commit c22dac1e9480831edae9615d5d15397f389685c1 Author: Wolfgang Sourdeau Date: Tue Jun 12 22:09:43 2007 +0000 @@ -89716,6 +110712,8 @@ Date: Tue Jun 12 22:09:43 2007 +0000 Monotone-Date: 2007-06-12T22:09:43 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.m + commit f5913f2127ede7e8dbb400554a0966ee6b43e1f5 Author: Wolfgang Sourdeau Date: Tue Jun 12 22:09:32 2007 +0000 @@ -89727,6 +110725,9 @@ Date: Tue Jun 12 22:09:32 2007 +0000 Monotone-Date: 2007-06-12T22:09:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.m + commit a96c627f2283cc1c94d0cf7034164c888fe50512 Author: Wolfgang Sourdeau Date: Tue Jun 12 21:55:02 2007 +0000 @@ -89738,6 +110739,8 @@ Date: Tue Jun 12 21:55:02 2007 +0000 Monotone-Date: 2007-06-12T21:55:02 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/product.plist + commit 84eddba3e276c124aa5b328cbe43b76c36961887 Author: Wolfgang Sourdeau Date: Tue Jun 12 21:19:18 2007 +0000 @@ -89749,6 +110752,9 @@ Date: Tue Jun 12 21:19:18 2007 +0000 Monotone-Date: 2007-06-12T21:19:18 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js + commit 6b96781083937edaf05373af6d204d7e11ef0baa Author: Wolfgang Sourdeau Date: Tue Jun 12 20:59:32 2007 +0000 @@ -89760,6 +110766,8 @@ Date: Tue Jun 12 20:59:32 2007 +0000 Monotone-Date: 2007-06-12T20:59:32 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 2042a9cc6e2e5feb245c6cb7b9e1e9d760eabfd8 Author: Wolfgang Sourdeau Date: Tue Jun 12 20:59:29 2007 +0000 @@ -89771,21 +110779,7 @@ Date: Tue Jun 12 20:59:29 2007 +0000 Monotone-Date: 2007-06-12T20:59:29 Monotone-Branch: ca.inverse.sogo -commit 9540242342b1941db526719b0d5ea6b85088bcda -Merge: cfec5c1 585da32 -Author: Wolfgang Sourdeau -Date: Tue Jun 12 20:06:07 2007 +0000 - - merge of 'da14c15993fb62fd47e157a66922cfad87c7cbe4' - and 'e2d09733a32053b0e8123fe4e81ab87021140781' - - Monotone-Parent: da14c15993fb62fd47e157a66922cfad87c7cbe4 - Monotone-Parent: e2d09733a32053b0e8123fe4e81ab87021140781 - Monotone-Revision: b418d8652d7c5f76fc2cae210e182fe2ab941ff0 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-06-12T20:06:07 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/JavascriptAPIExtensions.js commit cfec5c10d239f4f1d04186bf7375a4acf092c454 Author: Wolfgang Sourdeau @@ -89798,6 +110792,10 @@ Date: Tue Jun 12 20:05:57 2007 +0000 Monotone-Date: 2007-06-12T20:05:57 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/JavascriptAPIExtensions.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit 585da3251accef564e859e5ddd5d60b42ce8a77b Author: Francis Lachapelle Date: Tue Jun 12 19:25:46 2007 +0000 @@ -89809,6 +110807,9 @@ Date: Tue Jun 12 19:25:46 2007 +0000 Monotone-Date: 2007-06-12T19:25:46 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js + commit 303d83310bd7e913ad136b6ddb2cda0951113277 Author: Francis Lachapelle Date: Tue Jun 12 19:15:11 2007 +0000 @@ -89820,6 +110821,8 @@ Date: Tue Jun 12 19:15:11 2007 +0000 Monotone-Date: 2007-06-12T19:15:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 8e47cdd926d34b30166061fba7f1c7ad84135e1d Author: Wolfgang Sourdeau Date: Tue Jun 12 18:55:37 2007 +0000 @@ -89831,6 +110834,8 @@ Date: Tue Jun 12 18:55:37 2007 +0000 Monotone-Date: 2007-06-12T18:55:37 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 74b2e38200bf2f543a871d0a932ae90a06810933 Author: Wolfgang Sourdeau Date: Tue Jun 12 18:55:31 2007 +0000 @@ -89842,6 +110847,8 @@ Date: Tue Jun 12 18:55:31 2007 +0000 Monotone-Date: 2007-06-12T18:55:31 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 747fda41c16b9eb2f74a3ccc64e5025cdf9f48dc Author: Wolfgang Sourdeau Date: Tue Jun 12 18:55:26 2007 +0000 @@ -89853,6 +110860,8 @@ Date: Tue Jun 12 18:55:26 2007 +0000 Monotone-Date: 2007-06-12T18:55:26 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/JavascriptAPIExtensions.js + commit 6e265aa41e455da4230bacc3c131e84d0c4b68b1 Author: Wolfgang Sourdeau Date: Tue Jun 12 18:55:04 2007 +0000 @@ -89864,6 +110873,8 @@ Date: Tue Jun 12 18:55:04 2007 +0000 Monotone-Date: 2007-06-12T18:55:04 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit 51e9f6ba8b919eb99f90832dc4810e2688370aa0 Author: Wolfgang Sourdeau Date: Tue Jun 12 18:54:48 2007 +0000 @@ -89875,6 +110886,9 @@ Date: Tue Jun 12 18:54:48 2007 +0000 Monotone-Date: 2007-06-12T18:54:48 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit dd61b00fc68b2d1b66730883f82cbdbc616fcb8b Author: Wolfgang Sourdeau Date: Tue Jun 12 18:54:41 2007 +0000 @@ -89886,6 +110900,8 @@ Date: Tue Jun 12 18:54:41 2007 +0000 Monotone-Date: 2007-06-12T18:54:41 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalDayTable.wox + commit ebae4c35f5991f647adfba3743a78e7f402cb96e Author: Wolfgang Sourdeau Date: Tue Jun 12 18:54:28 2007 +0000 @@ -89897,6 +110913,10 @@ Date: Tue Jun 12 18:54:28 2007 +0000 Monotone-Date: 2007-06-12T18:54:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 6c3710cb534522dd690a94f467f2c0a0b527543d Author: Francis Lachapelle Date: Tue Jun 12 18:20:16 2007 +0000 @@ -89908,6 +110928,9 @@ Date: Tue Jun 12 18:20:16 2007 +0000 Monotone-Date: 2007-06-12T18:20:16 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDragHandles.js + commit 69206cea70dfb9111ed72ba095b37f67a531c9da Author: Francis Lachapelle Date: Tue Jun 12 15:43:51 2007 +0000 @@ -89919,21 +110942,8 @@ Date: Tue Jun 12 15:43:51 2007 +0000 Monotone-Date: 2007-06-12T15:43:51 Monotone-Branch: ca.inverse.sogo -commit 3babd4a347dfb1beeea6c6b5e268846624250338 -Merge: 59361b2 328c8f6 -Author: Wolfgang Sourdeau -Date: Tue Jun 12 15:40:14 2007 +0000 - - merge of '1cad98827a66e18891a4b93bbab5ccce88c61795' - and 'fa7e03f29012a5aa53494584d9d660effeab890f' - - Monotone-Parent: 1cad98827a66e18891a4b93bbab5ccce88c61795 - Monotone-Parent: fa7e03f29012a5aa53494584d9d660effeab890f - Monotone-Revision: fc65404103126a45384bce022216f93bcfda9947 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-06-12T15:40:14 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js commit 328c8f630c443a06ba2d8d2e3eb0e39437bc0d6c Author: Wolfgang Sourdeau @@ -89946,6 +110956,8 @@ Date: Tue Jun 12 15:39:47 2007 +0000 Monotone-Date: 2007-06-12T15:39:47 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit 9857917de79fd1f9aa29722d093ec7834d8ac656 Author: Wolfgang Sourdeau Date: Tue Jun 12 15:38:48 2007 +0000 @@ -89957,6 +110969,10 @@ Date: Tue Jun 12 15:38:48 2007 +0000 Monotone-Date: 2007-06-12T15:38:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/SOGoDateFormatter.h +M UI/SOGoUI/SOGoDateFormatter.m + commit 620dcbf31ce75d8ba85d6280973e3a7be5f5cfad Author: Wolfgang Sourdeau Date: Tue Jun 12 15:37:58 2007 +0000 @@ -89968,6 +110984,9 @@ Date: Tue Jun 12 15:37:58 2007 +0000 Monotone-Date: 2007-06-12T15:37:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m + commit 444a28376dcf74f967aec5f3d9052506ef1f4907 Author: Wolfgang Sourdeau Date: Tue Jun 12 15:36:43 2007 +0000 @@ -89979,6 +110998,8 @@ Date: Tue Jun 12 15:36:43 2007 +0000 Monotone-Date: 2007-06-12T15:36:43 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalMonthView.wox + commit 5afdcba3976f1340f487ce030ed589bccbc7e75e Author: Wolfgang Sourdeau Date: Tue Jun 12 15:36:10 2007 +0000 @@ -89990,6 +111011,9 @@ Date: Tue Jun 12 15:36:10 2007 +0000 Monotone-Date: 2007-06-12T15:36:10 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalMulticolumnDayView.h +M UI/Scheduler/UIxCalMulticolumnDayView.m + commit c8cea8fa210169613779838a49da8d9c4b266228 Author: Wolfgang Sourdeau Date: Tue Jun 12 15:33:08 2007 +0000 @@ -90001,6 +111025,9 @@ Date: Tue Jun 12 15:33:08 2007 +0000 Monotone-Date: 2007-06-12T15:33:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/OCSiCalFieldExtractor.m + commit abcaa9477016bdd97839916dca5b721ca871e0a0 Author: Wolfgang Sourdeau Date: Tue Jun 12 15:29:58 2007 +0000 @@ -90012,6 +111039,8 @@ Date: Tue Jun 12 15:29:58 2007 +0000 Monotone-Date: 2007-06-12T15:29:58 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit f1a0e2d733b5c73b3918cbb70df51c9ce1471c61 Author: Wolfgang Sourdeau Date: Tue Jun 12 15:29:51 2007 +0000 @@ -90023,6 +111052,8 @@ Date: Tue Jun 12 15:29:51 2007 +0000 Monotone-Date: 2007-06-12T15:29:51 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 59361b2b7fa63d0979eed6296386da2b477bcaf8 Author: Francis Lachapelle Date: Tue Jun 12 14:58:15 2007 +0000 @@ -90034,6 +111065,11 @@ Date: Tue Jun 12 14:58:15 2007 +0000 Monotone-Date: 2007-06-12T14:58:15 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit bae181672bda7af26e7e5264f992ffbca809938c Author: Francis Lachapelle Date: Tue Jun 12 14:27:40 2007 +0000 @@ -90045,6 +111081,8 @@ Date: Tue Jun 12 14:27:40 2007 +0000 Monotone-Date: 2007-06-12T14:27:40 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit 4860c47f3d9ebd9333028689feeedbe92a5c558a Author: Francis Lachapelle Date: Tue Jun 12 13:40:40 2007 +0000 @@ -90056,6 +111094,8 @@ Date: Tue Jun 12 13:40:40 2007 +0000 Monotone-Date: 2007-06-12T13:40:40 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 1561198d0519c351b2b541f95e8b8ef108dde0ab Author: Wolfgang Sourdeau Date: Mon Jun 11 21:44:35 2007 +0000 @@ -90067,6 +111107,11 @@ Date: Mon Jun 11 21:44:35 2007 +0000 Monotone-Date: 2007-06-11T21:44:35 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/GNUmakefile +D UI/Scheduler/UIxCalInlineMonthAptView.h +D UI/Scheduler/UIxCalInlineMonthAptView.m +D UI/Templates/SchedulerUI/UIxCalInlineMonthAptView.wox + commit 814ac534bacb2a1be481611ef695a118c6b58576 Author: Wolfgang Sourdeau Date: Mon Jun 11 21:43:37 2007 +0000 @@ -90078,6 +111123,13 @@ Date: Mon Jun 11 21:43:37 2007 +0000 Monotone-Date: 2007-06-11T21:43:37 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/GNUmakefile +D UI/Scheduler/UIxCalInlineAptView.h +D UI/Scheduler/UIxCalInlineAptView.m +M UI/Scheduler/UIxCalListingActions.m +M UI/Scheduler/UIxCalMonthView.h +D UI/Templates/SchedulerUI/UIxCalInlineAptView.wox + commit d11a46b5f68b2b7ff4eb6f5bd80a9ff6c3724524 Author: Wolfgang Sourdeau Date: Mon Jun 11 21:34:07 2007 +0000 @@ -90089,21 +111141,7 @@ Date: Mon Jun 11 21:34:07 2007 +0000 Monotone-Date: 2007-06-11T21:34:07 Monotone-Branch: ca.inverse.sogo -commit 4370527ebd8858080c37c65703e476fad443c06c -Merge: 4082b50 5faa76c -Author: Wolfgang Sourdeau -Date: Mon Jun 11 21:30:45 2007 +0000 - - merge of '7507ba8f285d4ba0e11270cb7a9dab563a554cbf' - and 'c61d92bb4f27310c5e538ea6a6361a5df3e85dfc' - - Monotone-Parent: 7507ba8f285d4ba0e11270cb7a9dab563a554cbf - Monotone-Parent: c61d92bb4f27310c5e538ea6a6361a5df3e85dfc - Monotone-Revision: 257276eeab3254ccae729ef188757348760688db - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-06-11T21:30:45 - Monotone-Branch: ca.inverse.sogo +D UI/WebServerResources/mailer-toolbar.css commit 5faa76c0e8be0130c3b724984256bb31c712d0b9 Author: Wolfgang Sourdeau @@ -90116,6 +111154,9 @@ Date: Mon Jun 11 21:30:31 2007 +0000 Monotone-Date: 2007-06-11T21:30:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalMonthView.m + commit 7eef9309d7df54cb88fd7a884705aeb734351fa1 Author: Wolfgang Sourdeau Date: Mon Jun 11 21:29:40 2007 +0000 @@ -90127,6 +111168,11 @@ Date: Mon Jun 11 21:29:40 2007 +0000 Monotone-Date: 2007-06-11T21:29:40 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalDayTable.wox +M UI/Templates/SchedulerUI/UIxCalDayView.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/Templates/SchedulerUI/UIxCalMonthView.wox + commit b39f9f6c83185c7013658fd3b2be816c4b2e98a0 Author: Wolfgang Sourdeau Date: Mon Jun 11 21:29:07 2007 +0000 @@ -90138,6 +111184,10 @@ Date: Mon Jun 11 21:29:07 2007 +0000 Monotone-Date: 2007-06-11T21:29:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalView.h +M UI/Scheduler/UIxCalView.m + commit 1855d58c384be0f35856158e79d029a4e6bbc61d Author: Wolfgang Sourdeau Date: Mon Jun 11 21:28:28 2007 +0000 @@ -90149,6 +111199,10 @@ Date: Mon Jun 11 21:28:28 2007 +0000 Monotone-Date: 2007-06-11T21:28:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.h +M UI/Scheduler/UIxCalListingActions.m + commit 416b83cfdf38cc80128014dcf391aa10eff7e564 Author: Wolfgang Sourdeau Date: Mon Jun 11 21:27:14 2007 +0000 @@ -90160,6 +111214,10 @@ Date: Mon Jun 11 21:27:14 2007 +0000 Monotone-Date: 2007-06-11T21:27:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalDayTable.h +M UI/Scheduler/UIxCalDayTable.m + commit 883e607255bf04e74274bf7ab5d5c7022f4b7da1 Author: Wolfgang Sourdeau Date: Mon Jun 11 21:26:11 2007 +0000 @@ -90171,6 +111229,8 @@ Date: Mon Jun 11 21:26:11 2007 +0000 Monotone-Date: 2007-06-11T21:26:11 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/UIxComponent.m + commit 14f101603ca0cce449cdf9f33500c2bf672123fb Author: Wolfgang Sourdeau Date: Mon Jun 11 21:25:43 2007 +0000 @@ -90182,6 +111242,9 @@ Date: Mon Jun 11 21:25:43 2007 +0000 Monotone-Date: 2007-06-11T21:25:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m + commit a9d8a855dbaa86f4f6bccce9d3fb7351266c97bf Author: Wolfgang Sourdeau Date: Mon Jun 11 21:23:52 2007 +0000 @@ -90193,6 +111256,9 @@ Date: Mon Jun 11 21:23:52 2007 +0000 Monotone-Date: 2007-06-11T21:23:52 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/generic.css + commit 02032afa11186b896f32991cbc193bfd26788b4b Author: Wolfgang Sourdeau Date: Mon Jun 11 21:23:48 2007 +0000 @@ -90204,6 +111270,10 @@ Date: Mon Jun 11 21:23:48 2007 +0000 Monotone-Date: 2007-06-11T21:23:48 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/JavascriptAPIExtensions.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.js + commit 4082b508194f702d079733b2d763e8e731240d64 Author: Francis Lachapelle Date: Mon Jun 11 21:16:23 2007 +0000 @@ -90215,6 +111285,8 @@ Date: Mon Jun 11 21:16:23 2007 +0000 Monotone-Date: 2007-06-11T21:16:23 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit dd24eeadc655433b73ecf6fcebed34c7191b7d49 Author: Francis Lachapelle Date: Mon Jun 11 21:14:57 2007 +0000 @@ -90226,6 +111298,8 @@ Date: Mon Jun 11 21:14:57 2007 +0000 Monotone-Date: 2007-06-11T21:14:57 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 284d6c966426193ec7fc49747a78c00e994b41aa Author: Francis Lachapelle Date: Mon Jun 11 21:13:14 2007 +0000 @@ -90237,6 +111311,8 @@ Date: Mon Jun 11 21:13:14 2007 +0000 Monotone-Date: 2007-06-11T21:13:14 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.css + commit 9e6de99c365d87956006c974ad9ef60a994485bf Author: Francis Lachapelle Date: Mon Jun 11 21:11:23 2007 +0000 @@ -90248,6 +111324,8 @@ Date: Mon Jun 11 21:11:23 2007 +0000 Monotone-Date: 2007-06-11T21:11:23 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css + commit 3ad1380a56f23fda6f82de18e95029600773c228 Author: Francis Lachapelle Date: Mon Jun 11 21:10:10 2007 +0000 @@ -90259,6 +111337,8 @@ Date: Mon Jun 11 21:10:10 2007 +0000 Monotone-Date: 2007-06-11T21:10:10 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit 5a6b6943ec2346883b2d607bf736ab8d67a53625 Author: Francis Lachapelle Date: Mon Jun 11 21:09:33 2007 +0000 @@ -90270,6 +111350,8 @@ Date: Mon Jun 11 21:09:33 2007 +0000 Monotone-Date: 2007-06-11T21:09:33 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css + commit 53d8a73ea0ca1527feb6fa2039a6d04cb8748fdc Author: Francis Lachapelle Date: Mon Jun 11 21:08:18 2007 +0000 @@ -90281,6 +111363,8 @@ Date: Mon Jun 11 21:08:18 2007 +0000 Monotone-Date: 2007-06-11T21:08:18 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailToSelection.wox + commit 9118485425cfc69286eafcd118ef28e664bc78d5 Author: Francis Lachapelle Date: Fri Jun 8 21:31:25 2007 +0000 @@ -90292,21 +111376,7 @@ Date: Fri Jun 8 21:31:25 2007 +0000 Monotone-Date: 2007-06-08T21:31:25 Monotone-Branch: ca.inverse.sogo -commit a5819dbd4744b14ada8eaa6570e5ef85b4574b4f -Merge: 32f68a0 8a6a9e2 -Author: Wolfgang Sourdeau -Date: Fri Jun 8 20:41:33 2007 +0000 - - merge of 'a153aa6c9c909c630997557d6a4fc13b92a1dbae' - and 'a1be1c2cefed5c886fe140f7ffc630e56b32dd08' - - Monotone-Parent: a153aa6c9c909c630997557d6a4fc13b92a1dbae - Monotone-Parent: a1be1c2cefed5c886fe140f7ffc630e56b32dd08 - Monotone-Revision: c35b4b523a503d3e04dc1985bf5db52acbdcf780 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-06-08T20:41:33 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js commit 8a6a9e2b23b7007d531a85e4ebd2049d5570eff5 Author: Francis Lachapelle @@ -90319,6 +111389,8 @@ Date: Fri Jun 8 20:33:24 2007 +0000 Monotone-Date: 2007-06-08T20:33:24 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 9684303cbf5f247e6664cc94660f11865867db46 Author: Francis Lachapelle Date: Fri Jun 8 20:24:57 2007 +0000 @@ -90330,6 +111402,8 @@ Date: Fri Jun 8 20:24:57 2007 +0000 Monotone-Date: 2007-06-08T20:24:57 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 7ea79b48363693ddd58ec5579b1b0a3c5930eefb Author: Francis Lachapelle Date: Fri Jun 8 20:23:05 2007 +0000 @@ -90341,6 +111415,8 @@ Date: Fri Jun 8 20:23:05 2007 +0000 Monotone-Date: 2007-06-08T20:23:05 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLTableElement.js + commit 616a452d23818d0c41489c98e07dd2a31ba6e43e Author: Francis Lachapelle Date: Fri Jun 8 20:22:18 2007 +0000 @@ -90352,21 +111428,7 @@ Date: Fri Jun 8 20:22:18 2007 +0000 Monotone-Date: 2007-06-08T20:22:18 Monotone-Branch: ca.inverse.sogo -commit c41d7bccd98822c5ec6959985ef2675165a66c70 -Merge: ecf8613 adc983a -Author: Francis Lachapelle -Date: Fri Jun 8 19:42:41 2007 +0000 - - merge of '745078eebfc65eb4d64f783cd18b84dd7dfc521e' - and 'b1db9e0afb3cef83b2163571fce22ed0438d1af9' - - Monotone-Parent: 745078eebfc65eb4d64f783cd18b84dd7dfc521e - Monotone-Parent: b1db9e0afb3cef83b2163571fce22ed0438d1af9 - Monotone-Revision: 58c44f5db87b77f0a5879b3cd2f1809094939877 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Date: 2007-06-08T19:42:41 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js commit ecf8613d4ee1b2f1c47878770a62c710adda1888 Author: Francis Lachapelle @@ -90379,6 +111441,8 @@ Date: Fri Jun 8 18:20:30 2007 +0000 Monotone-Date: 2007-06-08T18:20:30 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailListView.wox + commit 9f6816ce23b72e8a698de336dfd0127c689bad3f Author: Francis Lachapelle Date: Fri Jun 8 18:20:11 2007 +0000 @@ -90390,6 +111454,8 @@ Date: Fri Jun 8 18:20:11 2007 +0000 Monotone-Date: 2007-06-08T18:20:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css + commit 76790dee62b0fcb6565fcf9649931f5621169c9d Author: Francis Lachapelle Date: Fri Jun 8 18:19:59 2007 +0000 @@ -90401,6 +111467,8 @@ Date: Fri Jun 8 18:19:59 2007 +0000 Monotone-Date: 2007-06-08T18:19:59 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailFilterPanel.wox + commit 32f68a0f5e3156bfe3db9b8f7d65e2ff01dd32c9 Author: Wolfgang Sourdeau Date: Fri Jun 8 15:01:10 2007 +0000 @@ -90412,21 +111480,7 @@ Date: Fri Jun 8 15:01:10 2007 +0000 Monotone-Date: 2007-06-08T15:01:10 Monotone-Branch: ca.inverse.sogo -commit adc983ac492af9de7e4e852e73e4676c3df16059 -Merge: 5d933f5 063d2f6 -Author: Wolfgang Sourdeau -Date: Thu Jun 7 23:25:14 2007 +0000 - - merge of '8e91e5d3f8f29fee9018d49992181eb3b9eaa2e9' - and 'd0d6b4a5eda37be3f072033f5b46b9807f76a4e3' - - Monotone-Parent: 8e91e5d3f8f29fee9018d49992181eb3b9eaa2e9 - Monotone-Parent: d0d6b4a5eda37be3f072033f5b46b9807f76a4e3 - Monotone-Revision: b1db9e0afb3cef83b2163571fce22ed0438d1af9 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-06-07T23:25:14 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css commit 063d2f6fdb7d8b86037008a509bcafdeb81be732 Author: Wolfgang Sourdeau @@ -90439,6 +111493,8 @@ Date: Thu Jun 7 23:24:39 2007 +0000 Monotone-Date: 2007-06-07T23:24:39 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit 4abf2693d0cbb1d342455c33e07a05e2fb57f568 Author: Wolfgang Sourdeau Date: Thu Jun 7 23:23:29 2007 +0000 @@ -90450,6 +111506,9 @@ Date: Thu Jun 7 23:23:29 2007 +0000 Monotone-Date: 2007-06-07T23:23:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/JavascriptAPIExtensions.js +M UI/WebServerResources/generic.js + commit 26b3dfa6b0453e683ec74c3c54c223311e5f5bd0 Author: Wolfgang Sourdeau Date: Thu Jun 7 23:23:07 2007 +0000 @@ -90461,6 +111520,9 @@ Date: Thu Jun 7 23:23:07 2007 +0000 Monotone-Date: 2007-06-07T23:23:07 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/WebServerResources/SchedulerUI.js + commit 82f85c1ab9ff97a781d35b5ce834cc562121e684 Author: Wolfgang Sourdeau Date: Thu Jun 7 23:22:14 2007 +0000 @@ -90472,6 +111534,9 @@ Date: Thu Jun 7 23:22:14 2007 +0000 Monotone-Date: 2007-06-07T23:22:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalListingActions.m + commit ac5e2574c77f58c2d29b2985b403abc63223716e Author: Francis Lachapelle Date: Thu Jun 7 21:24:51 2007 +0000 @@ -90483,6 +111548,8 @@ Date: Thu Jun 7 21:24:51 2007 +0000 Monotone-Date: 2007-06-07T21:24:51 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css + commit c497f8b65ae11b235f4df00f35e0620bd8365cc1 Author: Wolfgang Sourdeau Date: Thu Jun 7 20:50:07 2007 +0000 @@ -90494,6 +111561,9 @@ Date: Thu Jun 7 20:50:07 2007 +0000 Monotone-Date: 2007-06-07T20:50:07 Monotone-Branch: ca.inverse.sogo +D UI/Templates/SchedulerUI/UIxCalAptListView.wox +D UI/Templates/SchedulerUI/UIxCalTasksListView.wox + commit 7ee1d69013442d06d275af00630120b4f61ad3f6 Author: Wolfgang Sourdeau Date: Thu Jun 7 20:49:06 2007 +0000 @@ -90505,6 +111575,16 @@ Date: Thu Jun 7 20:49:06 2007 +0000 Monotone-Date: 2007-06-07T20:49:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/GNUmakefile +D UI/Scheduler/UIxCalAptListView.h +D UI/Scheduler/UIxCalAptListView.m +A UI/Scheduler/UIxCalListingActions.h +A UI/Scheduler/UIxCalListingActions.m +D UI/Scheduler/UIxCalTasksListView.h +D UI/Scheduler/UIxCalTasksListView.m +M UI/Scheduler/product.plist + commit 5d933f5fa7334f86a664a8da8ac31380ea400a1b Author: Francis Lachapelle Date: Thu Jun 7 19:21:24 2007 +0000 @@ -90516,6 +111596,9 @@ Date: Thu Jun 7 19:21:24 2007 +0000 Monotone-Date: 2007-06-07T19:21:24 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit 1b3f33a60584044b7f05ca6e3f83cbe7dc3cba63 Author: Wolfgang Sourdeau Date: Thu Jun 7 18:12:20 2007 +0000 @@ -90527,6 +111610,11 @@ Date: Thu Jun 7 18:12:20 2007 +0000 Monotone-Date: 2007-06-07T18:12:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.h +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox + commit 271ac512e3f01210123d329bd45953dc6a662812 Author: Wolfgang Sourdeau Date: Thu Jun 7 18:10:30 2007 +0000 @@ -90538,6 +111626,9 @@ Date: Thu Jun 7 18:10:30 2007 +0000 Monotone-Date: 2007-06-07T18:10:30 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalDateTime.m +M SOPE/NGCards/iCalEvent.m + commit e2db4d45fe2702fb4f9ab7b49383ddb1fb3546ee Author: Wolfgang Sourdeau Date: Thu Jun 7 18:05:45 2007 +0000 @@ -90549,6 +111640,9 @@ Date: Thu Jun 7 18:05:45 2007 +0000 Monotone-Date: 2007-06-07T18:05:45 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/NSString+NGCards.m +M SOPE/NGCards/iCalDateTime.m + commit 89b59961791ab2c88f376e4e1224e570d0f586a6 Author: Wolfgang Sourdeau Date: Thu Jun 7 17:45:48 2007 +0000 @@ -90560,6 +111654,10 @@ Date: Thu Jun 7 17:45:48 2007 +0000 Monotone-Date: 2007-06-07T17:45:48 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalDateTime.m +M SOPE/NGCards/iCalEvent.h + commit bd14e56e30fc3288fea085742756d2ad5b6a8127 Author: Wolfgang Sourdeau Date: Thu Jun 7 16:33:09 2007 +0000 @@ -90571,21 +111669,9 @@ Date: Thu Jun 7 16:33:09 2007 +0000 Monotone-Date: 2007-06-07T16:33:09 Monotone-Branch: ca.inverse.sogo -commit 80da77c266d8d3b1053880913d0497eecb38e2c9 -Merge: 1518446 99066d3 -Author: Wolfgang Sourdeau -Date: Thu Jun 7 16:28:27 2007 +0000 - - merge of 'c1fde6184b467d9973431aa6c2c19a550609483b' - and 'f42fa8175185006d18851f3f65a8b51106ec4756' - - Monotone-Parent: c1fde6184b467d9973431aa6c2c19a550609483b - Monotone-Parent: f42fa8175185006d18851f3f65a8b51106ec4756 - Monotone-Revision: 11f90d05631a863d591c668b5d433e7735381723 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-06-07T16:28:27 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalFreeBusy.m +M SOPE/NGCards/iCalTimeZonePeriod.m +M SOPE/NGCards/iCalToDo.m commit 1518446075f7d728bc6a5b81a19814827dd9bb3a Author: Wolfgang Sourdeau @@ -90598,6 +111684,9 @@ Date: Thu Jun 7 16:28:10 2007 +0000 Monotone-Date: 2007-06-07T16:28:10 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalEvent.m + commit 95b62ff7504155ecf22f2c6bef62f487fd52768c Author: Wolfgang Sourdeau Date: Thu Jun 7 16:26:10 2007 +0000 @@ -90609,6 +111698,10 @@ Date: Thu Jun 7 16:26:10 2007 +0000 Monotone-Date: 2007-06-07T16:26:10 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalEntityObject.h +M SOPE/NGCards/iCalEntityObject.m + commit a17ccf74c3f61761e64cbd954905aa25e99c304f Author: Wolfgang Sourdeau Date: Thu Jun 7 16:24:20 2007 +0000 @@ -90620,6 +111713,10 @@ Date: Thu Jun 7 16:24:20 2007 +0000 Monotone-Date: 2007-06-07T16:24:20 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalDateTime.h +M SOPE/NGCards/iCalDateTime.m + commit f58ab98f0d71ae481833ffcd6197085e7fe1ede3 Author: Wolfgang Sourdeau Date: Thu Jun 7 16:20:01 2007 +0000 @@ -90631,6 +111728,10 @@ Date: Thu Jun 7 16:20:01 2007 +0000 Monotone-Date: 2007-06-07T16:20:01 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NSString+NGCards.h +M SOPE/NGCards/NSString+NGCards.m + commit 36a5c192f032665b3fa8e766c4a18a1ea2e0be5d Author: Wolfgang Sourdeau Date: Thu Jun 7 16:19:02 2007 +0000 @@ -90642,6 +111743,9 @@ Date: Thu Jun 7 16:19:02 2007 +0000 Monotone-Date: 2007-06-07T16:19:02 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardElement.h +M SOPE/NGCards/ChangeLog + commit cd510f7473d7db6168e047d12d3671b3f0c644cb Author: Wolfgang Sourdeau Date: Thu Jun 7 16:17:51 2007 +0000 @@ -90653,6 +111757,25 @@ Date: Thu Jun 7 16:17:51 2007 +0000 Monotone-Date: 2007-06-07T16:17:51 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/IcalElements.m +M SOPE/NGCards/NGCardsSaxHandler.m +M SOPE/NGCards/NSCalendarDate+ICal.m +M SOPE/NGCards/iCalAlarm.m +M SOPE/NGCards/iCalAttachment.m +M SOPE/NGCards/iCalDailyRecurrenceCalculator.m +M SOPE/NGCards/iCalDataSource.m +M SOPE/NGCards/iCalDateHolder.m +M SOPE/NGCards/iCalEventChanges.m +M SOPE/NGCards/iCalJournal.m +M SOPE/NGCards/iCalMonthlyRecurrenceCalculator.m +M SOPE/NGCards/iCalObject.m +M SOPE/NGCards/iCalPerson.m +M SOPE/NGCards/iCalRecurrenceCalculator.m +M SOPE/NGCards/iCalRepeatableEntityObject.m +M SOPE/NGCards/iCalTrigger.m +M SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m +M SOPE/NGCards/iCalYearlyRecurrenceCalculator.m + commit 1d2c939c14e07c3e25a14d90f5c278fd3aceb696 Author: Wolfgang Sourdeau Date: Thu Jun 7 16:13:28 2007 +0000 @@ -90664,6 +111787,8 @@ Date: Thu Jun 7 16:13:28 2007 +0000 Monotone-Date: 2007-06-07T16:13:28 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/GNUmakefile + commit 25f5aa73bdd43aa523180b9c18231357676493b3 Author: Wolfgang Sourdeau Date: Thu Jun 7 16:13:02 2007 +0000 @@ -90675,6 +111800,8 @@ Date: Thu Jun 7 16:13:02 2007 +0000 Monotone-Date: 2007-06-07T16:13:02 Monotone-Branch: ca.inverse.sogo +D SOPE/NGCards/common.h + commit ba24c765a8ad1b7836b3b89b304470f531b28b29 Author: Wolfgang Sourdeau Date: Thu Jun 7 16:12:45 2007 +0000 @@ -90686,6 +111813,10 @@ Date: Thu Jun 7 16:12:45 2007 +0000 Monotone-Date: 2007-06-07T16:12:45 Monotone-Branch: ca.inverse.sogo +D SOPE/NGCards/CardGroup+iCal.h +D SOPE/NGCards/CardGroup+iCal.m +M SOPE/NGCards/ChangeLog + commit 99066d31b0ff12aafe827dd91a51fc2d27b58d54 Author: Francis Lachapelle Date: Wed Jun 6 21:27:44 2007 +0000 @@ -90697,6 +111828,8 @@ Date: Wed Jun 6 21:27:44 2007 +0000 Monotone-Date: 2007-06-06T21:27:44 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxComponentEditor.js + commit 31b79574c967df8c8d2153660ef3144f6a285a4c Author: Francis Lachapelle Date: Wed Jun 6 21:11:30 2007 +0000 @@ -90708,6 +111841,8 @@ Date: Wed Jun 6 21:11:30 2007 +0000 Monotone-Date: 2007-06-06T21:11:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 642e8984e46570326e64e40509e6e8b70c18f4c3 Author: Francis Lachapelle Date: Wed Jun 6 21:09:39 2007 +0000 @@ -90719,6 +111854,8 @@ Date: Wed Jun 6 21:09:39 2007 +0000 Monotone-Date: 2007-06-06T21:09:39 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 331687b83c6d0c624c5d807dfe86a6ec5706c306 Author: Francis Lachapelle Date: Wed Jun 6 20:52:07 2007 +0000 @@ -90730,6 +111867,8 @@ Date: Wed Jun 6 20:52:07 2007 +0000 Monotone-Date: 2007-06-06T20:52:07 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 402fe769d408cb9bc57d52a5d27db355a6bdd13a Author: Francis Lachapelle Date: Wed Jun 6 20:44:12 2007 +0000 @@ -90741,6 +111880,8 @@ Date: Wed Jun 6 20:44:12 2007 +0000 Monotone-Date: 2007-06-06T20:44:12 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalTasksListView.wox + commit cd9812ed9d34721e2a3985f2552ec5b1d13b552a Author: Francis Lachapelle Date: Wed Jun 6 20:42:43 2007 +0000 @@ -90752,6 +111893,12 @@ Date: Wed Jun 6 20:42:43 2007 +0000 Monotone-Date: 2007-06-06T20:42:43 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile +A SoObjects/SOGo/NSNull+Utilities.h +A SoObjects/SOGo/NSNull+Utilities.m +A SoObjects/SOGo/NSNumber+Utilities.h +A SoObjects/SOGo/NSNumber+Utilities.m + commit 98782e5a213582ecb981a22204a0cf641207c28c Author: Francis Lachapelle Date: Wed Jun 6 20:41:32 2007 +0000 @@ -90763,6 +111910,8 @@ Date: Wed Jun 6 20:41:32 2007 +0000 Monotone-Date: 2007-06-06T20:41:32 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalTasksListView.m + commit 86d5cf252716d4f6b2d3e1acbe9c1dbe97694255 Author: Francis Lachapelle Date: Wed Jun 6 20:40:56 2007 +0000 @@ -90774,6 +111923,8 @@ Date: Wed Jun 6 20:40:56 2007 +0000 Monotone-Date: 2007-06-06T20:40:56 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalTasksListView.h + commit 3c527c5403049dd24e7a5ab550640a0cc76c07c2 Author: Wolfgang Sourdeau Date: Wed Jun 6 20:30:17 2007 +0000 @@ -90785,6 +111936,8 @@ Date: Wed Jun 6 20:30:17 2007 +0000 Monotone-Date: 2007-06-06T20:30:17 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit e52825715af0c239277aeaea0a3fe35fef25417f Author: Wolfgang Sourdeau Date: Wed Jun 6 01:35:07 2007 +0000 @@ -90796,6 +111949,8 @@ Date: Wed Jun 6 01:35:07 2007 +0000 Monotone-Date: 2007-06-06T01:35:07 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.m + commit 15d7b9b389841efc43ffb19769249cc55def01e7 Author: Wolfgang Sourdeau Date: Tue Jun 5 20:30:02 2007 +0000 @@ -90807,6 +111962,8 @@ Date: Tue Jun 5 20:30:02 2007 +0000 Monotone-Date: 2007-06-05T20:30:02 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 100797b209db1c1e56e2163cdb587fb534759668 Author: Wolfgang Sourdeau Date: Tue Jun 5 20:29:59 2007 +0000 @@ -90818,6 +111975,9 @@ Date: Tue Jun 5 20:29:59 2007 +0000 Monotone-Date: 2007-06-05T20:29:59 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.css + commit b784b61d5fc66294a8349a4c459f3b0b1bebbbbf Author: Wolfgang Sourdeau Date: Tue Jun 5 19:33:44 2007 +0000 @@ -90829,6 +111989,9 @@ Date: Tue Jun 5 19:33:44 2007 +0000 Monotone-Date: 2007-06-05T19:33:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 031779e4e9b022ed247d6964f47941e76471d44b Author: Wolfgang Sourdeau Date: Tue Jun 5 18:07:08 2007 +0000 @@ -90840,6 +112003,10 @@ Date: Tue Jun 5 18:07:08 2007 +0000 Monotone-Date: 2007-06-05T18:07:08 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.m +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.css + commit b71c015193745ffddc818ff7327da2ed69b6016f Author: Wolfgang Sourdeau Date: Tue Jun 5 15:57:02 2007 +0000 @@ -90851,6 +112018,8 @@ Date: Tue Jun 5 15:57:02 2007 +0000 Monotone-Date: 2007-06-05T15:57:02 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoObject.m + commit fc759f75b5228114d74052a9de361cf30285f2ce Author: Wolfgang Sourdeau Date: Tue Jun 5 15:52:12 2007 +0000 @@ -90862,6 +112031,8 @@ Date: Tue Jun 5 15:52:12 2007 +0000 Monotone-Date: 2007-06-05T15:52:12 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoObject.m + commit f6749854a64eb46598d0a233c139783f4587aef0 Author: Wolfgang Sourdeau Date: Tue Jun 5 15:45:10 2007 +0000 @@ -90873,6 +112044,9 @@ Date: Tue Jun 5 15:45:10 2007 +0000 Monotone-Date: 2007-06-05T15:45:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit 980b7a592e2927ecaceb6632ed8a3e5dcf9033f8 Author: Wolfgang Sourdeau Date: Tue Jun 5 15:43:59 2007 +0000 @@ -90884,6 +112058,8 @@ Date: Tue Jun 5 15:43:59 2007 +0000 Monotone-Date: 2007-06-05T15:43:59 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.m + commit 6be64211f5e9efea67cfbb102c09e19e9442e515 Author: Wolfgang Sourdeau Date: Tue Jun 5 14:59:30 2007 +0000 @@ -90895,6 +112071,9 @@ Date: Tue Jun 5 14:59:30 2007 +0000 Monotone-Date: 2007-06-05T14:59:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m + commit 8bb82d244b127426aa0414be78063ac41d36aa52 Author: Wolfgang Sourdeau Date: Tue Jun 5 14:56:36 2007 +0000 @@ -90906,6 +112085,8 @@ Date: Tue Jun 5 14:56:36 2007 +0000 Monotone-Date: 2007-06-05T14:56:36 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/SOGoACLAdvisory.m + commit c8283ddbffde679c72a27893e776ee64756d7c76 Author: Wolfgang Sourdeau Date: Tue Jun 5 14:20:53 2007 +0000 @@ -90917,6 +112098,8 @@ Date: Tue Jun 5 14:20:53 2007 +0000 Monotone-Date: 2007-06-05T14:20:53 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/product.plist + commit bf7ad02d5c032e7134aff33bbb94d96a8159abcf Author: Wolfgang Sourdeau Date: Mon Jun 4 22:38:43 2007 +0000 @@ -90928,6 +112111,23 @@ Date: Mon Jun 4 22:38:43 2007 +0000 Monotone-Date: 2007-06-04T22:38:43 Monotone-Branch: ca.inverse.sogo +D OGoContentStore/sql/README +D OGoContentStore/sql/acls.sh +D OGoContentStore/sql/appointment-create.psql +D OGoContentStore/sql/foldertablecreate-helge-privcal.psql +D OGoContentStore/sql/foldertablecreate-root.psql +D OGoContentStore/sql/foldertablecreate-test-contacts.psql +D OGoContentStore/sql/register-agenor-helge-privcal.psql +D OGoContentStore/sql/register-agenor-test-contacts.psql +D OGoContentStore/sql/sogo-folderinfo.sh +D OGoContentStore/sql/testapt-agenor-helge-privcal.psql +D OGoContentStore/sql/testapt-hh.psql +D OGoContentStore/sql/testcontact-agenor-test-contact.psql +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoFolder.m +M UI/MainUI/product.plist + commit df229b29fddf4a3658f4b024ea839adbb2fe7fd3 Author: Wolfgang Sourdeau Date: Mon Jun 4 20:01:53 2007 +0000 @@ -90939,6 +112139,9 @@ Date: Mon Jun 4 20:01:53 2007 +0000 Monotone-Date: 2007-06-04T20:01:53 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/WebServerResources/MailerUI.js + commit b23dfcf23ae9d129d11d28ad8ef895a1ac514f29 Author: Wolfgang Sourdeau Date: Fri Jun 1 22:35:36 2007 +0000 @@ -90950,6 +112153,12 @@ Date: Fri Jun 1 22:35:36 2007 +0000 Monotone-Date: 2007-06-01T22:35:36 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/UIxComponentEditor.js +M UI/WebServerResources/generic.css + commit ff46d1cb29ae7fdde4f9849eb39f9ab545a3ee38 Author: Wolfgang Sourdeau Date: Fri Jun 1 22:16:20 2007 +0000 @@ -90961,6 +112170,11 @@ Date: Fri Jun 1 22:16:20 2007 +0000 Monotone-Date: 2007-06-01T22:16:20 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoContentObject.h +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m +M UI/MainUI/product.plist + commit ca41e65c61004d5d8ae020fe68f46c14d2c2c48b Author: Wolfgang Sourdeau Date: Fri Jun 1 21:04:56 2007 +0000 @@ -90972,6 +112186,10 @@ Date: Fri Jun 1 21:04:56 2007 +0000 Monotone-Date: 2007-06-01T21:04:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m + commit cfac03935f8dc3f5052f641f01f134a5058885c2 Author: Wolfgang Sourdeau Date: Fri Jun 1 21:03:50 2007 +0000 @@ -90983,6 +112201,9 @@ Date: Fri Jun 1 21:03:50 2007 +0000 Monotone-Date: 2007-06-01T21:03:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoFolder.m + commit 048cb61b534d4fc3c2cd480de7727649abef2e25 Author: Wolfgang Sourdeau Date: Fri Jun 1 21:01:44 2007 +0000 @@ -90994,6 +112215,9 @@ Date: Fri Jun 1 21:01:44 2007 +0000 Monotone-Date: 2007-06-01T21:01:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m + commit 9b19492cc42cfc7ba05970b84ac3a4fd025d9e6a Author: Wolfgang Sourdeau Date: Fri Jun 1 20:59:47 2007 +0000 @@ -91005,6 +112229,10 @@ Date: Fri Jun 1 20:59:47 2007 +0000 Monotone-Date: 2007-06-01T20:59:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.h +M SoObjects/SOGo/SOGoContentObject.m + commit c9fa0c296cc8baa2630da8c959ed25e242ba5d73 Author: Wolfgang Sourdeau Date: Fri Jun 1 20:57:20 2007 +0000 @@ -91016,6 +112244,8 @@ Date: Fri Jun 1 20:57:20 2007 +0000 Monotone-Date: 2007-06-01T20:57:20 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m + commit b7fb7bbb07d5606141f949c7d000d1d403062763 Author: Wolfgang Sourdeau Date: Fri Jun 1 20:57:07 2007 +0000 @@ -91027,6 +112257,8 @@ Date: Fri Jun 1 20:57:07 2007 +0000 Monotone-Date: 2007-06-01T20:57:07 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.m + commit 7073bbd3ce1f8ee7ff2db9527f90cc6818391e52 Author: Wolfgang Sourdeau Date: Fri Jun 1 20:56:42 2007 +0000 @@ -91038,6 +112270,9 @@ Date: Fri Jun 1 20:56:42 2007 +0000 Monotone-Date: 2007-06-01T20:56:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxFolderActions.m + commit 1510a2ec92c822fcb21d4752788ec42793fd0623 Author: Wolfgang Sourdeau Date: Fri Jun 1 20:55:34 2007 +0000 @@ -91049,6 +112284,9 @@ Date: Fri Jun 1 20:55:34 2007 +0000 Monotone-Date: 2007-06-01T20:55:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactsListView.m + commit 21ddea595999b5b02dce3fd03d640dac8f91d2d4 Author: Wolfgang Sourdeau Date: Fri Jun 1 20:54:54 2007 +0000 @@ -91060,6 +112298,9 @@ Date: Fri Jun 1 20:54:54 2007 +0000 Monotone-Date: 2007-06-01T20:54:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactsUserRightsEditor.m + commit 638f58661c74dae7fbdb411d088c6466778b01ac Author: Wolfgang Sourdeau Date: Fri Jun 1 20:54:07 2007 +0000 @@ -91071,6 +112312,8 @@ Date: Fri Jun 1 20:54:07 2007 +0000 Monotone-Date: 2007-06-01T20:54:07 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailUserRightsEditor.m + commit ef0adcb4b7863395197befb19f0eec16c724ea68 Author: Wolfgang Sourdeau Date: Fri Jun 1 20:53:33 2007 +0000 @@ -91082,6 +112325,10 @@ Date: Fri Jun 1 20:53:33 2007 +0000 Monotone-Date: 2007-06-01T20:53:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoPermissions.h +M SoObjects/SOGo/SOGoPermissions.m + commit b1b1319a46f3f5d98d47a3b83b7fdfa27f7b01fc Author: Wolfgang Sourdeau Date: Fri Jun 1 20:47:14 2007 +0000 @@ -91093,6 +112340,9 @@ Date: Fri Jun 1 20:47:14 2007 +0000 Monotone-Date: 2007-06-01T20:47:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSEntry.m + commit 671992802bb9a9369b0a3750639a086e6cc4276f Author: Wolfgang Sourdeau Date: Fri Jun 1 20:45:16 2007 +0000 @@ -91104,6 +112354,10 @@ Date: Fri Jun 1 20:45:16 2007 +0000 Monotone-Date: 2007-06-01T20:45:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPFolder.h +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit 73cc84de3e9eff45362ef5f3ac63a25cf5f0f9d7 Author: Wolfgang Sourdeau Date: Fri Jun 1 20:42:39 2007 +0000 @@ -91115,6 +112369,10 @@ Date: Fri Jun 1 20:42:39 2007 +0000 Monotone-Date: 2007-06-01T20:42:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 75f2a56f28e3eb9d749a510430344e2edbfc7e18 Author: Wolfgang Sourdeau Date: Fri Jun 1 20:37:07 2007 +0000 @@ -91126,6 +112384,9 @@ Date: Fri Jun 1 20:37:07 2007 +0000 Monotone-Date: 2007-06-01T20:37:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolder.h + commit 825c9b0725c5af773b891eff31e99c6cd28a18ad Author: Wolfgang Sourdeau Date: Fri Jun 1 20:36:13 2007 +0000 @@ -91137,6 +112398,11 @@ Date: Fri Jun 1 20:36:13 2007 +0000 Monotone-Date: 2007-06-01T20:36:13 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings + commit 7ae283f10fbd3cc472e0a2eeed79a120c53fde51 Author: Wolfgang Sourdeau Date: Fri Jun 1 20:35:58 2007 +0000 @@ -91148,6 +112414,8 @@ Date: Fri Jun 1 20:35:58 2007 +0000 Monotone-Date: 2007-06-01T20:35:58 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsUserRightsEditor.wox + commit c00f818407089a74a0a83e11ee75a011c1be01d3 Author: Wolfgang Sourdeau Date: Fri Jun 1 20:35:51 2007 +0000 @@ -91159,6 +112427,15 @@ Date: Fri Jun 1 20:35:51 2007 +0000 Monotone-Date: 2007-06-01T20:35:51 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxCalUserRightsEditor.css +M UI/WebServerResources/UIxContactsUserRightsEditor.css +M UI/WebServerResources/UIxMailUserRightsEditor.css +M UI/WebServerResources/generic.css + commit 76078d93de0c92a6f7724f1be8a8da950184b7f2 Author: Wolfgang Sourdeau Date: Fri Jun 1 20:35:20 2007 +0000 @@ -91170,6 +112447,11 @@ Date: Fri Jun 1 20:35:20 2007 +0000 Monotone-Date: 2007-06-01T20:35:20 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/product.plist +M SoObjects/Contacts/product.plist +M UI/Contacts/product.plist +M UI/MainUI/product.plist + commit 7e5ad8e2768ac264022efd8abb7e2354cbef3994 Author: Wolfgang Sourdeau Date: Fri Jun 1 06:13:44 2007 +0000 @@ -91181,6 +112463,9 @@ Date: Fri Jun 1 06:13:44 2007 +0000 Monotone-Date: 2007-06-01T06:13:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoFreeBusyObject.m + commit f43783d11ae1dfac12c1dc151481f03fd5cb53ad Author: Wolfgang Sourdeau Date: Fri Jun 1 05:53:22 2007 +0000 @@ -91192,6 +112477,8 @@ Date: Fri Jun 1 05:53:22 2007 +0000 Monotone-Date: 2007-06-01T05:53:22 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit 8545db61e9fe7475156d2c368b6bb4e3d282a1d5 Author: Wolfgang Sourdeau Date: Fri Jun 1 05:52:37 2007 +0000 @@ -91203,6 +112490,9 @@ Date: Fri Jun 1 05:52:37 2007 +0000 Monotone-Date: 2007-06-01T05:52:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit 5f7137323e4e04df58160549b96cb3a8086b7462 Author: Wolfgang Sourdeau Date: Fri Jun 1 05:48:50 2007 +0000 @@ -91214,6 +112504,9 @@ Date: Fri Jun 1 05:48:50 2007 +0000 Monotone-Date: 2007-06-01T05:48:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.m + commit a5380039b42abfef0c86c05d04fad0b43f6ac043 Author: Wolfgang Sourdeau Date: Fri Jun 1 05:45:12 2007 +0000 @@ -91225,6 +112518,11 @@ Date: Fri Jun 1 05:45:12 2007 +0000 Monotone-Date: 2007-06-01T05:45:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailAccounts.m +M SoObjects/Mailer/SOGoMailFolder.m + commit 01f43b5944e75352ece55f61ed93f905fb689003 Author: Wolfgang Sourdeau Date: Fri Jun 1 05:38:21 2007 +0000 @@ -91236,6 +112534,9 @@ Date: Fri Jun 1 05:38:21 2007 +0000 Monotone-Date: 2007-06-01T05:38:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoFolder.m + commit ce201cacc5effe11a534217418c5bcbbbae4dde8 Author: Wolfgang Sourdeau Date: Fri Jun 1 05:10:25 2007 +0000 @@ -91247,6 +112548,8 @@ Date: Fri Jun 1 05:10:25 2007 +0000 Monotone-Date: 2007-06-01T05:10:25 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactEditor.m + commit cf0bcd5c64eadd2848957367816cc8b1d8ae0606 Author: Wolfgang Sourdeau Date: Fri Jun 1 05:10:07 2007 +0000 @@ -91258,6 +112561,9 @@ Date: Fri Jun 1 05:10:07 2007 +0000 Monotone-Date: 2007-06-01T05:10:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit f4258c5872a99969257af46fcc01ea8ea98a9afc Author: Wolfgang Sourdeau Date: Fri Jun 1 05:06:29 2007 +0000 @@ -91269,6 +112575,9 @@ Date: Fri Jun 1 05:06:29 2007 +0000 Monotone-Date: 2007-06-01T05:06:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.m + commit 86aa7d2a04d40d1f55ded21548f4ded0042e9ff4 Author: Wolfgang Sourdeau Date: Fri Jun 1 04:16:32 2007 +0000 @@ -91280,6 +112589,8 @@ Date: Fri Jun 1 04:16:32 2007 +0000 Monotone-Date: 2007-06-01T04:16:32 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactGCSFolder.m + commit 85783c8b8def7f8d9db09b527d5aadb2a6c5e43a Author: Wolfgang Sourdeau Date: Fri Jun 1 04:15:56 2007 +0000 @@ -91291,6 +112602,9 @@ Date: Fri Jun 1 04:15:56 2007 +0000 Monotone-Date: 2007-06-01T04:15:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit f493c81516d4aa3097db0bfff1da84f048979356 Author: Wolfgang Sourdeau Date: Fri Jun 1 04:13:54 2007 +0000 @@ -91302,6 +112616,8 @@ Date: Fri Jun 1 04:13:54 2007 +0000 Monotone-Date: 2007-06-01T04:13:54 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalEntityObject.m + commit 026c34f40e333b61ab97731a680e87092fe4598b Author: Wolfgang Sourdeau Date: Fri Jun 1 04:13:22 2007 +0000 @@ -91313,6 +112629,10 @@ Date: Fri Jun 1 04:13:22 2007 +0000 Monotone-Date: 2007-06-01T04:13:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSArray+Utilities.h +M SoObjects/SOGo/NSArray+Utilities.m + commit d1a99f9b9429f126659e6557763e013958be180c Author: Wolfgang Sourdeau Date: Fri Jun 1 04:11:47 2007 +0000 @@ -91324,6 +112644,9 @@ Date: Fri Jun 1 04:11:47 2007 +0000 Monotone-Date: 2007-06-01T04:11:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailView.m + commit 516f33d69fcbc7ad20935317243c9352973f4e40 Author: Wolfgang Sourdeau Date: Fri Jun 1 04:10:03 2007 +0000 @@ -91335,6 +112658,11 @@ Date: Fri Jun 1 04:10:03 2007 +0000 Monotone-Date: 2007-06-01T04:10:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/GNUmakefile +A SoObjects/Appointments/iCalEntityObject+SOGo.h +A SoObjects/Appointments/iCalEntityObject+SOGo.m + commit 92add375c61e3dade58e9b520e3dee205b126ca4 Author: Wolfgang Sourdeau Date: Fri Jun 1 04:08:19 2007 +0000 @@ -91346,6 +112674,9 @@ Date: Fri Jun 1 04:08:19 2007 +0000 Monotone-Date: 2007-06-01T04:08:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit b159f26852d3d54bed683b7f9d215092522e365c Author: Wolfgang Sourdeau Date: Fri Jun 1 04:07:13 2007 +0000 @@ -91357,6 +112688,10 @@ Date: Fri Jun 1 04:07:13 2007 +0000 Monotone-Date: 2007-06-01T04:07:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m + commit 91c2b22837e30d90e793ee05bb2d3a9f73d89476 Author: Wolfgang Sourdeau Date: Thu May 31 15:05:38 2007 +0000 @@ -91368,6 +112703,8 @@ Date: Thu May 31 15:05:38 2007 +0000 Monotone-Date: 2007-05-31T15:05:38 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxAclEditor.wox + commit 31405e6b90cb16258f89538d6d14a7ab8c0af371 Author: Wolfgang Sourdeau Date: Wed May 30 20:23:54 2007 +0000 @@ -91379,6 +112716,10 @@ Date: Wed May 30 20:23:54 2007 +0000 Monotone-Date: 2007-05-30T20:23:54 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/SOGo/SOGoFolder.m + commit 84dd67c794e76320b78777c36dce976e32686e18 Author: Wolfgang Sourdeau Date: Wed May 30 20:23:28 2007 +0000 @@ -91390,6 +112731,9 @@ Date: Wed May 30 20:23:28 2007 +0000 Monotone-Date: 2007-05-30T20:23:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxObjectActions.m + commit f488f655efa2096216d4596684aadf84bd3491a3 Author: Wolfgang Sourdeau Date: Wed May 30 20:21:54 2007 +0000 @@ -91401,6 +112745,10 @@ Date: Wed May 30 20:21:54 2007 +0000 Monotone-Date: 2007-05-30T20:21:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxFolderActions.h +M UI/Common/UIxFolderActions.m + commit e4aae34ab7114db950209d2f1e1710bd37bf883f Author: Wolfgang Sourdeau Date: Wed May 30 20:20:02 2007 +0000 @@ -91412,6 +112760,10 @@ Date: Wed May 30 20:20:02 2007 +0000 Monotone-Date: 2007-05-30T20:20:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m + commit b4859d592f53f536b2f403e330b1a3d1b0933c68 Author: Wolfgang Sourdeau Date: Wed May 30 20:18:42 2007 +0000 @@ -91423,6 +112775,10 @@ Date: Wed May 30 20:18:42 2007 +0000 Monotone-Date: 2007-05-30T20:18:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m + commit fef4c30572d934b8005eb1bebace80a165636db1 Author: Wolfgang Sourdeau Date: Wed May 30 20:14:14 2007 +0000 @@ -91434,6 +112790,8 @@ Date: Wed May 30 20:14:14 2007 +0000 Monotone-Date: 2007-05-30T20:14:14 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox + commit e6bcafc8a57ae3c572057b9a9d36e24441ff7b02 Author: Wolfgang Sourdeau Date: Wed May 30 20:14:00 2007 +0000 @@ -91445,6 +112803,8 @@ Date: Wed May 30 20:14:00 2007 +0000 Monotone-Date: 2007-05-30T20:14:00 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit aeefd41e6648447c5015e390ebd94117601688c8 Author: Wolfgang Sourdeau Date: Wed May 30 20:12:53 2007 +0000 @@ -91456,6 +112816,10 @@ Date: Wed May 30 20:12:53 2007 +0000 Monotone-Date: 2007-05-30T20:12:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailFolderActions.m +M UI/MailerUI/product.plist + commit 7293a66a7f1579ddf8bf794d4a7a346254396cee Author: Wolfgang Sourdeau Date: Wed May 30 20:11:37 2007 +0000 @@ -91467,6 +112831,9 @@ Date: Wed May 30 20:11:37 2007 +0000 Monotone-Date: 2007-05-30T20:11:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.m + commit 6998861af41dd345f03c160c2fc211de9ea7fb44 Author: Wolfgang Sourdeau Date: Wed May 30 20:11:19 2007 +0000 @@ -91478,6 +112845,10 @@ Date: Wed May 30 20:11:19 2007 +0000 Monotone-Date: 2007-05-30T20:11:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPUserManager.h +M SoObjects/SOGo/LDAPUserManager.m + commit 451ceda206964be639baf20e73aa617307b9283a Author: Wolfgang Sourdeau Date: Wed May 30 20:10:10 2007 +0000 @@ -91489,6 +112860,8 @@ Date: Wed May 30 20:10:10 2007 +0000 Monotone-Date: 2007-05-30T20:10:10 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailAccounts.m + commit 9c52c3ad43b4e2a9fc23e8ff654fb7531047e1d8 Author: Wolfgang Sourdeau Date: Wed May 30 20:09:34 2007 +0000 @@ -91500,6 +112873,9 @@ Date: Wed May 30 20:09:34 2007 +0000 Monotone-Date: 2007-05-30T20:09:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 2cd8d9629fea32fed09fa322cb5a838b13a4cce3 Author: Wolfgang Sourdeau Date: Wed May 30 20:08:37 2007 +0000 @@ -91511,6 +112887,21 @@ Date: Wed May 30 20:08:37 2007 +0000 Monotone-Date: 2007-05-30T20:08:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/GNUmakefile +A UI/SOGoUI/SOGoACLEnglishAdditionAdvisory.h +A UI/SOGoUI/SOGoACLEnglishAdditionAdvisory.m +A UI/SOGoUI/SOGoACLEnglishRemovalAdvisory.h +A UI/SOGoUI/SOGoACLEnglishRemovalAdvisory.m +A UI/SOGoUI/SOGoACLFrenchAdditionAdvisory.h +A UI/SOGoUI/SOGoACLFrenchAdditionAdvisory.m +A UI/SOGoUI/SOGoACLFrenchRemovalAdvisory.h +A UI/SOGoUI/SOGoACLFrenchRemovalAdvisory.m +A UI/Templates/SOGoACLEnglishAdditionAdvisory.wox +A UI/Templates/SOGoACLEnglishRemovalAdvisory.wox +A UI/Templates/SOGoACLFrenchAdditionAdvisory.wox +A UI/Templates/SOGoACLFrenchRemovalAdvisory.wox + commit 2a526120f789ea73ca698c9b97624908504bb180 Author: Wolfgang Sourdeau Date: Wed May 30 20:05:21 2007 +0000 @@ -91522,6 +112913,10 @@ Date: Wed May 30 20:05:21 2007 +0000 Monotone-Date: 2007-05-30T20:05:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/SOGoUI/SOGoACLAdvisory.h +A UI/SOGoUI/SOGoACLAdvisory.m + commit b1f65b01e4c424fc61ce9cae2af9097366bb117f Author: Wolfgang Sourdeau Date: Wed May 30 20:03:19 2007 +0000 @@ -91533,6 +112928,10 @@ Date: Wed May 30 20:03:19 2007 +0000 Monotone-Date: 2007-05-30T20:03:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSArray+Utilities.h +M SoObjects/SOGo/NSArray+Utilities.m + commit 5a1a0f7d5ebc80b54112161e725047176f9d3f50 Author: Wolfgang Sourdeau Date: Wed May 30 20:02:27 2007 +0000 @@ -91544,21 +112943,8 @@ Date: Wed May 30 20:02:27 2007 +0000 Monotone-Date: 2007-05-30T20:02:27 Monotone-Branch: ca.inverse.sogo -commit c4015cc9abe5a7d42006cfe2a73daf0236705416 -Merge: bccb467 12deac0 -Author: Wolfgang Sourdeau -Date: Tue May 29 19:57:48 2007 +0000 - - merge of '46e3af5f0c744f5d732638f9ea71cd2450747aad' - and 'd2c4e72f9d0f1afa7607853c20209e0b59e6c1d6' - - Monotone-Parent: 46e3af5f0c744f5d732638f9ea71cd2450747aad - Monotone-Parent: d2c4e72f9d0f1afa7607853c20209e0b59e6c1d6 - Monotone-Revision: e7c4dbba9509da25ddf92578482021c0d944d8f1 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-05-29T19:57:48 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.m commit 12deac0a5ddb3b3a82f1dfe3ce02f5f2fb2507c8 Author: Francis Lachapelle @@ -91571,21 +112957,7 @@ Date: Tue May 29 18:07:29 2007 +0000 Monotone-Date: 2007-05-29T18:07:29 Monotone-Branch: ca.inverse.sogo -commit bccb467077e378a9a30d4401fb5837ea4b0e2349 -Merge: 456515a 69b4739 -Author: Wolfgang Sourdeau -Date: Tue May 29 15:22:24 2007 +0000 - - merge of '6b660347be61a45d2d8fc0c15b01dd94e0d39c5c' - and 'c5f0b0acb95d3e825108b7746d4ae0598b713d8f' - - Monotone-Parent: 6b660347be61a45d2d8fc0c15b01dd94e0d39c5c - Monotone-Parent: c5f0b0acb95d3e825108b7746d4ae0598b713d8f - Monotone-Revision: 46e3af5f0c744f5d732638f9ea71cd2450747aad - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-05-29T15:22:24 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js commit 69b47391db4379f0c51e0481248b145e2381d9d7 Author: Francis Lachapelle @@ -91598,6 +112970,10 @@ Date: Tue May 29 14:20:13 2007 +0000 Monotone-Date: 2007-05-29T14:20:13 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit 456515a3bd99938be50eff68ba9119f129b30b23 Author: Wolfgang Sourdeau Date: Tue May 29 13:57:47 2007 +0000 @@ -91609,6 +112985,8 @@ Date: Tue May 29 13:57:47 2007 +0000 Monotone-Date: 2007-05-29T13:57:47 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.m + commit bf6eb3e8f67efdf1b2cf1507d9a5c1b66d2b1689 Author: Wolfgang Sourdeau Date: Tue May 29 13:57:14 2007 +0000 @@ -91620,6 +112998,9 @@ Date: Tue May 29 13:57:14 2007 +0000 Monotone-Date: 2007-05-29T13:57:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m + commit bfb7beda5316ebfe1eab772b977c91b40492f5a0 Author: Francis Lachapelle Date: Mon May 28 21:30:58 2007 +0000 @@ -91631,6 +113012,8 @@ Date: Mon May 28 21:30:58 2007 +0000 Monotone-Date: 2007-05-28T21:30:58 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js + commit 09ff46ef4ddb39ec1ba165626a24828514eb9b3c Author: Francis Lachapelle Date: Mon May 28 21:30:37 2007 +0000 @@ -91642,6 +113025,8 @@ Date: Mon May 28 21:30:37 2007 +0000 Monotone-Date: 2007-05-28T21:30:37 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit dd86823989a588a818a3080c4b363c8773ad9cce Author: Francis Lachapelle Date: Mon May 28 21:29:39 2007 +0000 @@ -91653,6 +113038,8 @@ Date: Mon May 28 21:29:39 2007 +0000 Monotone-Date: 2007-05-28T21:29:39 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 058022d041a74d070df49d992a28b0d8fb5260b9 Author: Francis Lachapelle Date: Mon May 28 21:29:07 2007 +0000 @@ -91664,6 +113051,8 @@ Date: Mon May 28 21:29:07 2007 +0000 Monotone-Date: 2007-05-28T21:29:07 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit a604daf2aaff228e8507d71a7bfb5950ca121c23 Author: Francis Lachapelle Date: Mon May 28 20:33:59 2007 +0000 @@ -91675,6 +113064,8 @@ Date: Mon May 28 20:33:59 2007 +0000 Monotone-Date: 2007-05-28T20:33:59 Monotone-Branch: ca.inverse.sogo +D UI/WebServerResources/DOMContentLoaded.htm + commit 9104d5c1f1c7735843c809917f082ad3b64ac151 Author: Wolfgang Sourdeau Date: Mon May 28 19:19:17 2007 +0000 @@ -91686,6 +113077,12 @@ Date: Mon May 28 19:19:17 2007 +0000 Monotone-Date: 2007-05-28T19:19:17 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit bd8b6762af04cebf348b11183e5c43c601b9c769 Author: Wolfgang Sourdeau Date: Mon May 28 19:07:21 2007 +0000 @@ -91697,6 +113094,10 @@ Date: Mon May 28 19:07:21 2007 +0000 Monotone-Date: 2007-05-28T19:07:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m + commit a0751f9b0c1c3871076a89695c6711b617de8de1 Author: Wolfgang Sourdeau Date: Mon May 28 19:06:13 2007 +0000 @@ -91708,6 +113109,10 @@ Date: Mon May 28 19:06:13 2007 +0000 Monotone-Date: 2007-05-28T19:06:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m + commit 52c2283ebac195b2a2aaccd3b08270a0d3d0bde9 Author: Wolfgang Sourdeau Date: Mon May 28 19:05:00 2007 +0000 @@ -91719,6 +113124,14 @@ Date: Mon May 28 19:05:00 2007 +0000 Monotone-Date: 2007-05-28T19:05:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailAccountActions.h +M UI/MailerUI/UIxMailAccountActions.m +M UI/MailerUI/UIxMailFolderActions.m +M UI/MailerUI/UIxMailListView.m +M UI/MailerUI/product.plist +M UI/WebServerResources/MailerUI.js + commit 85d84068ac1d6e1f7ff5c92d1b2cb9f991de5b43 Author: Francis Lachapelle Date: Mon May 28 17:25:35 2007 +0000 @@ -91730,6 +113143,8 @@ Date: Mon May 28 17:25:35 2007 +0000 Monotone-Date: 2007-05-28T17:25:35 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox + commit 3edb30fb311eb57ef4b3baca2c80098271811020 Author: Francis Lachapelle Date: Mon May 28 16:12:06 2007 +0000 @@ -91741,6 +113156,17 @@ Date: Mon May 28 16:12:06 2007 +0000 Monotone-Date: 2007-05-28T16:12:06 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/DOMContentLoaded.htm +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/HTMLInputElement.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxTaskEditor.js +A UI/WebServerResources/events.js +M UI/WebServerResources/generic.js + commit 71c48977b6b13ed77e0440621efd029d9558c408 Author: Wolfgang Sourdeau Date: Mon May 28 16:03:19 2007 +0000 @@ -91752,6 +113178,9 @@ Date: Mon May 28 16:03:19 2007 +0000 Monotone-Date: 2007-05-28T16:03:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailFolderActions.m + commit 0ce420ce8ea3a39b03b634be7b1a29afed8bcf29 Author: Wolfgang Sourdeau Date: Mon May 28 16:02:46 2007 +0000 @@ -91763,6 +113192,8 @@ Date: Mon May 28 16:02:46 2007 +0000 Monotone-Date: 2007-05-28T16:02:46 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 6056fa065a14c66ed43edbd68a10a87d0ee037ae Author: Wolfgang Sourdeau Date: Mon May 28 16:02:34 2007 +0000 @@ -91774,6 +113205,8 @@ Date: Mon May 28 16:02:34 2007 +0000 Monotone-Date: 2007-05-28T16:02:34 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit 52ea17e3ee303e6668e1730c34de1259c91fdcd0 Author: Wolfgang Sourdeau Date: Mon May 28 16:02:19 2007 +0000 @@ -91785,6 +113218,8 @@ Date: Mon May 28 16:02:19 2007 +0000 Monotone-Date: 2007-05-28T16:02:19 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 7a2ebb13156d22421ac900d2d50195eeb7153d12 Author: Wolfgang Sourdeau Date: Mon May 28 13:18:31 2007 +0000 @@ -91796,6 +113231,13 @@ Date: Mon May 28 13:18:31 2007 +0000 Monotone-Date: 2007-05-28T13:18:31 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDragHandles.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit f69376cc824c5eecf9fadc078d16e486c97adb96 Author: Wolfgang Sourdeau Date: Mon May 28 13:16:51 2007 +0000 @@ -91807,6 +113249,9 @@ Date: Mon May 28 13:16:51 2007 +0000 Monotone-Date: 2007-05-28T13:16:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.m + commit 23b7503eb9d9ed29541b0d74fd385dce9373a576 Author: Wolfgang Sourdeau Date: Mon May 28 13:15:38 2007 +0000 @@ -91818,6 +113263,8 @@ Date: Mon May 28 13:15:38 2007 +0000 Monotone-Date: 2007-05-28T13:15:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit dfbdb695a4a9f16c1c37a4ca25b667e17deb6662 Author: Wolfgang Sourdeau Date: Mon May 28 13:15:27 2007 +0000 @@ -91829,6 +113276,11 @@ Date: Mon May 28 13:15:27 2007 +0000 Monotone-Date: 2007-05-28T13:15:27 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/GNUmakefile +A UI/MailerUI/UIxMailFolderActions.h +A UI/MailerUI/UIxMailFolderActions.m +M UI/MailerUI/product.plist + commit 8813a3257a7f234da77b0aa66c6f4600bde166fc Author: Wolfgang Sourdeau Date: Mon May 28 13:12:05 2007 +0000 @@ -91840,6 +113292,9 @@ Date: Mon May 28 13:12:05 2007 +0000 Monotone-Date: 2007-05-28T13:12:05 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings + commit 55db2059d14f37365c629a86ebb3a55f8cf352ab Author: Wolfgang Sourdeau Date: Fri May 25 21:26:08 2007 +0000 @@ -91851,6 +113306,8 @@ Date: Fri May 25 21:26:08 2007 +0000 Monotone-Date: 2007-05-25T21:26:08 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile + commit 539ac118f120e1940ec96bfd6b0afe38c546271d Author: Wolfgang Sourdeau Date: Fri May 25 21:26:01 2007 +0000 @@ -91862,6 +113319,10 @@ Date: Fri May 25 21:26:01 2007 +0000 Monotone-Date: 2007-05-25T21:26:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/Mailer/product.plist + commit 95db82b21cd24f6b8cb3c52f24f0b7174867aaa6 Author: Wolfgang Sourdeau Date: Fri May 25 21:23:03 2007 +0000 @@ -91873,6 +113334,8 @@ Date: Fri May 25 21:23:03 2007 +0000 Monotone-Date: 2007-05-25T21:23:03 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailBaseObject.m + commit 8b391ec042cfcd8a325ba3dff11eae2b9e17f68d Author: Wolfgang Sourdeau Date: Fri May 25 21:22:38 2007 +0000 @@ -91884,6 +113347,9 @@ Date: Fri May 25 21:22:38 2007 +0000 Monotone-Date: 2007-05-25T21:22:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccounts.m + commit e3d4e1755aebe39fd3c0393340e3fba27621d12d Author: Wolfgang Sourdeau Date: Fri May 25 21:20:31 2007 +0000 @@ -91895,6 +113361,10 @@ Date: Fri May 25 21:20:31 2007 +0000 Monotone-Date: 2007-05-25T21:20:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.h +M SoObjects/Mailer/SOGoMailAccount.m + commit a766f319ef7e1e333bf5f059d9f0df323f17ce54 Author: Wolfgang Sourdeau Date: Fri May 25 21:19:31 2007 +0000 @@ -91906,6 +113376,21 @@ Date: Fri May 25 21:19:31 2007 +0000 Monotone-Date: 2007-05-25T21:19:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/GNUmakefile +D UI/MailerUI/UIxMailFolderMenu.h +D UI/MailerUI/UIxMailFolderMenu.m +M UI/MailerUI/UIxMailMainFrame.m +D UI/MailerUI/UIxMailTree.h +D UI/MailerUI/UIxMailTree.m +D UI/MailerUI/UIxMailTreeBlock.h +D UI/MailerUI/UIxMailTreeBlock.m +D UI/MailerUI/UIxMailTreeBlockJS.h +D UI/MailerUI/UIxMailTreeBlockJS.m +M UI/MailerUI/product.plist +M UI/Templates/MailerUI/UIxMailMainFrame.wox + commit 3d81297d222b5e9a074c4a2cf1b82bedfbe94b0f Author: Wolfgang Sourdeau Date: Fri May 25 21:14:58 2007 +0000 @@ -91917,6 +113402,8 @@ Date: Fri May 25 21:14:58 2007 +0000 Monotone-Date: 2007-05-25T21:14:58 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/GNUmakefile + commit be1d24514ba6bb2097cee7ebb9e02970e3f4644a Author: Wolfgang Sourdeau Date: Fri May 25 21:14:53 2007 +0000 @@ -91928,6 +113415,10 @@ Date: Fri May 25 21:14:53 2007 +0000 Monotone-Date: 2007-05-25T21:14:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/MailerUI/UIxMailAccountActions.h +A UI/MailerUI/UIxMailAccountActions.m + commit c452905cb6021e93489fca9e048147f12b61bc13 Author: Wolfgang Sourdeau Date: Fri May 25 21:12:46 2007 +0000 @@ -91939,6 +113430,12 @@ Date: Fri May 25 21:12:46 2007 +0000 Monotone-Date: 2007-05-25T21:12:46 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLTableElement.js +A UI/WebServerResources/MailerUI+dTree.js +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.js + commit 8b02b7fe5115189dc7d21f71088dcd327e91866a Author: Wolfgang Sourdeau Date: Fri May 25 17:30:24 2007 +0000 @@ -91950,6 +113447,16 @@ Date: Fri May 25 17:30:24 2007 +0000 Monotone-Date: 2007-05-25T17:30:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSArray+Utilities.h +M SoObjects/SOGo/NSArray+Utilities.m +A SoObjects/SOGo/NSDictionary+Utilities.h +A SoObjects/SOGo/NSDictionary+Utilities.m +A SoObjects/SOGo/NSObject+Utilities.h +A SoObjects/SOGo/NSObject+Utilities.m +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m + commit 8430768d24244e57210f4cacf5a0b048f9e6297a Author: Wolfgang Sourdeau Date: Fri May 25 17:25:26 2007 +0000 @@ -91961,24 +113468,7 @@ Date: Fri May 25 17:25:26 2007 +0000 Monotone-Date: 2007-05-25T17:25:26 Monotone-Branch: ca.inverse.sogo -commit ef1071f97e597e72af3a3e9579645de730979e93 -Merge: 516cb95 adfafc7 -Author: Francis Lachapelle -Date: Fri May 25 15:53:23 2007 +0000 - - merge of '49f34fbd1c71d08a025aff7ebece50001773fa8e' - and '92d5ab2719da70823dc4cd47a37ba4c74f093c11' - - Monotone-Parent: 49f34fbd1c71d08a025aff7ebece50001773fa8e - Monotone-Parent: 92d5ab2719da70823dc4cd47a37ba4c74f093c11 - Monotone-Revision: bdfa1641c55906ac04987ae50165889fa53c577b - - Monotone-Author: flachapelle@inverse.ca - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-05-25T15:53:23 - Monotone-Date: 2007-05-25T17:24:56 - Monotone-Branch: ca.inverse.sogo - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/dtree.js commit adfafc777b74ff9d78012455c5d88002c8393508 Author: Francis Lachapelle @@ -91991,21 +113481,7 @@ Date: Fri May 25 15:49:51 2007 +0000 Monotone-Date: 2007-05-25T15:49:51 Monotone-Branch: ca.inverse.sogo -commit 516cb950f1ae1e93f02a42c336cd5516e6f62308 -Merge: ecba04d 3a82091 -Author: Wolfgang Sourdeau -Date: Fri May 25 15:46:07 2007 +0000 - - merge of '32ac613ce54828e76c41d1e1457a982917bf0b8e' - and 'bee60405e7b87d3e239c75247535e09b1a7e0943' - - Monotone-Parent: 32ac613ce54828e76c41d1e1457a982917bf0b8e - Monotone-Parent: bee60405e7b87d3e239c75247535e09b1a7e0943 - Monotone-Revision: 49f34fbd1c71d08a025aff7ebece50001773fa8e - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-05-25T15:46:07 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js commit 963a02d94dfde92b02a3bf2cfcdb6904854a7daf Author: Francis Lachapelle @@ -92018,6 +113494,8 @@ Date: Fri May 25 15:43:49 2007 +0000 Monotone-Date: 2007-05-25T15:43:49 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxComponentEditor.js + commit 0a3dfef4f69ee5d58c39f0467f5a20278b1bfd8c Author: Francis Lachapelle Date: Fri May 25 15:40:05 2007 +0000 @@ -92029,6 +113507,8 @@ Date: Fri May 25 15:40:05 2007 +0000 Monotone-Date: 2007-05-25T15:40:05 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoDragHandles.js + commit ecba04deb60dbb1d898f9fb78637cd645c0d910a Author: Francis Lachapelle Date: Fri May 25 14:36:43 2007 +0000 @@ -92040,6 +113520,8 @@ Date: Fri May 25 14:36:43 2007 +0000 Monotone-Date: 2007-05-25T14:36:43 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit bec2e4b0440297db407ed221ed73cc44cd6898a4 Author: Francis Lachapelle Date: Fri May 25 14:31:24 2007 +0000 @@ -92051,6 +113533,8 @@ Date: Fri May 25 14:31:24 2007 +0000 Monotone-Date: 2007-05-25T14:31:24 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoDragAndDrop.js + commit 3cf6bf4f426e2bb2b1d7aa49d7a289f741e00830 Author: Francis Lachapelle Date: Fri May 25 14:30:56 2007 +0000 @@ -92062,6 +113546,8 @@ Date: Fri May 25 14:30:56 2007 +0000 Monotone-Date: 2007-05-25T14:30:56 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit 3a820910268f4b4154a8cc4c6853ff5c7a6c6b21 Author: Wolfgang Sourdeau Date: Fri May 25 14:30:07 2007 +0000 @@ -92073,6 +113559,8 @@ Date: Fri May 25 14:30:07 2007 +0000 Monotone-Date: 2007-05-25T14:30:07 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/submenu-disabled.gif + commit 19ea03ab3558ce916a8302380aa752f07329afb0 Author: Francis Lachapelle Date: Fri May 25 14:29:44 2007 +0000 @@ -92084,6 +113572,8 @@ Date: Fri May 25 14:29:44 2007 +0000 Monotone-Date: 2007-05-25T14:29:44 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoDragHandles.js + commit c9029a0001fe18e22ef0de32db0d15ad0d10f311 Author: Wolfgang Sourdeau Date: Fri May 25 14:26:24 2007 +0000 @@ -92095,6 +113585,8 @@ Date: Fri May 25 14:26:24 2007 +0000 Monotone-Date: 2007-05-25T14:26:24 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/JavascriptAPIExtensions.js + commit 024c0c79dd6f003ddd04b6ea90052c8fcc5efa58 Author: Wolfgang Sourdeau Date: Fri May 25 14:25:34 2007 +0000 @@ -92106,6 +113598,8 @@ Date: Fri May 25 14:25:34 2007 +0000 Monotone-Date: 2007-05-25T14:25:34 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 4c611b60cb49bca40883a6ff3f0ae8c28547834d Author: Wolfgang Sourdeau Date: Wed May 23 18:33:24 2007 +0000 @@ -92117,6 +113611,8 @@ Date: Wed May 23 18:33:24 2007 +0000 Monotone-Date: 2007-05-23T18:33:24 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/MailerUIProduct.m + commit cdb725f276ec903808f6c6b0b666360168cf97d5 Author: Wolfgang Sourdeau Date: Wed May 23 18:32:39 2007 +0000 @@ -92128,6 +113624,8 @@ Date: Wed May 23 18:32:39 2007 +0000 Monotone-Date: 2007-05-23T18:32:39 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/GNUmakefile + commit ca146b8bb4faf38a3d83eab91db899c150902b14 Author: Wolfgang Sourdeau Date: Wed May 23 18:32:22 2007 +0000 @@ -92139,6 +113637,12 @@ Date: Wed May 23 18:32:22 2007 +0000 Monotone-Date: 2007-05-23T18:32:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D UI/MailerUI/UIxMailSplashView.m +M UI/MailerUI/product.plist +D UI/Templates/MailerUI/UIxMailAccountView.wox +D UI/Templates/MailerUI/UIxMailSplashView.wox + commit 0b68982f4a1dc2f2226b42f3680bd3f815ef8ec1 Author: Wolfgang Sourdeau Date: Wed May 23 13:55:39 2007 +0000 @@ -92150,6 +113654,8 @@ Date: Wed May 23 13:55:39 2007 +0000 Monotone-Date: 2007-05-23T13:55:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 1d31dccfcd65a65093a1cd56e89805a0ec52336d Author: Wolfgang Sourdeau Date: Wed May 23 05:29:54 2007 +0000 @@ -92161,6 +113667,8 @@ Date: Wed May 23 05:29:54 2007 +0000 Monotone-Date: 2007-05-23T05:29:54 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 40914816ecd536fafa83b39d5782abcd564eeb82 Author: Wolfgang Sourdeau Date: Tue May 22 22:33:47 2007 +0000 @@ -92172,6 +113680,9 @@ Date: Tue May 22 22:33:47 2007 +0000 Monotone-Date: 2007-05-22T22:33:47 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings + commit a8c74de4fc9cbb8973786125f3e5298089ff39d3 Author: Wolfgang Sourdeau Date: Tue May 22 19:30:36 2007 +0000 @@ -92183,6 +113694,11 @@ Date: Tue May 22 19:30:36 2007 +0000 Monotone-Date: 2007-05-22T19:30:36 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/Mailer/SOGoMailObject.m +M UI/Common/UIxAclEditor.m +M UI/Common/UIxUserRightsEditor.m + commit 35ee1a591998a613b9d5c0ec5dc5dd90404e9b8e Author: Wolfgang Sourdeau Date: Tue May 22 19:17:45 2007 +0000 @@ -92194,6 +113710,8 @@ Date: Tue May 22 19:17:45 2007 +0000 Monotone-Date: 2007-05-22T19:17:45 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.m + commit 71ac2d19bbb0e05a536863cfc94ba89f6d6bb970 Author: Wolfgang Sourdeau Date: Tue May 22 19:16:58 2007 +0000 @@ -92205,6 +113723,9 @@ Date: Tue May 22 19:16:58 2007 +0000 Monotone-Date: 2007-05-22T19:16:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.m + commit c7545b5e9e1d281e14bb3368667c49480e248964 Author: Wolfgang Sourdeau Date: Tue May 22 19:16:07 2007 +0000 @@ -92216,6 +113737,14 @@ Date: Tue May 22 19:16:07 2007 +0000 Monotone-Date: 2007-05-22T19:16:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Mailer/SOGoMailFolder.m +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m +M UI/Common/UIxUserRightsEditor.m + commit a19c154873e9d1bd2f1564532c65dfcb60f04a7b Author: Wolfgang Sourdeau Date: Tue May 22 19:03:29 2007 +0000 @@ -92227,6 +113756,8 @@ Date: Tue May 22 19:03:29 2007 +0000 Monotone-Date: 2007-05-22T19:03:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit c5273a7b89a874ce709f81764e520367f21f2efd Author: Wolfgang Sourdeau Date: Tue May 22 18:41:51 2007 +0000 @@ -92238,6 +113769,10 @@ Date: Tue May 22 18:41:51 2007 +0000 Monotone-Date: 2007-05-22T18:41:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoPermissions.h +M SoObjects/SOGo/SOGoPermissions.m + commit 46d95e44e83d3b70da03721e174fb6eb905a50d7 Author: Wolfgang Sourdeau Date: Tue May 22 18:41:02 2007 +0000 @@ -92249,6 +113784,8 @@ Date: Tue May 22 18:41:02 2007 +0000 Monotone-Date: 2007-05-22T18:41:02 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartTextViewer.m + commit 7fe5e9fc6f4f6d1dbf3c46b9d26d71c3925e9eb7 Author: Wolfgang Sourdeau Date: Tue May 22 18:40:45 2007 +0000 @@ -92260,6 +113797,10 @@ Date: Tue May 22 18:40:45 2007 +0000 Monotone-Date: 2007-05-22T18:40:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxAclEditor.h +M UI/Common/UIxAclEditor.m + commit 011026910462a4f908d9bf2f0702a5f76698033d Author: Wolfgang Sourdeau Date: Tue May 22 18:40:05 2007 +0000 @@ -92271,6 +113812,10 @@ Date: Tue May 22 18:40:05 2007 +0000 Monotone-Date: 2007-05-22T18:40:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxUserRightsEditor.h +M UI/Common/UIxUserRightsEditor.m + commit 14f48b15630fc810a82ae75f0922815fa2339336 Author: Wolfgang Sourdeau Date: Tue May 22 18:38:49 2007 +0000 @@ -92282,6 +113827,11 @@ Date: Tue May 22 18:38:49 2007 +0000 Monotone-Date: 2007-05-22T18:38:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/UIxMailUserRightsEditor.m + commit de55849a85b2bd5ab0ec276966b207111163be5f Author: Wolfgang Sourdeau Date: Tue May 22 18:36:23 2007 +0000 @@ -92293,6 +113843,10 @@ Date: Tue May 22 18:36:23 2007 +0000 Monotone-Date: 2007-05-22T18:36:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m + commit 8d65b4d244b3827f66ea2390b4f6cbf541a21e94 Author: Wolfgang Sourdeau Date: Tue May 22 18:35:17 2007 +0000 @@ -92304,6 +113858,10 @@ Date: Tue May 22 18:35:17 2007 +0000 Monotone-Date: 2007-05-22T18:35:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoFolder.m + commit 1854f578d8b28fd2ef9116818a468450312dbcaf Author: Wolfgang Sourdeau Date: Tue May 22 18:34:02 2007 +0000 @@ -92315,6 +113873,9 @@ Date: Tue May 22 18:34:02 2007 +0000 Monotone-Date: 2007-05-22T18:34:02 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailUserRightsEditor.wox +M UI/WebServerResources/MailerUI.js + commit d816587401608342a6f7a61475add349c145a738 Author: Wolfgang Sourdeau Date: Tue May 22 18:33:45 2007 +0000 @@ -92326,6 +113887,9 @@ Date: Tue May 22 18:33:45 2007 +0000 Monotone-Date: 2007-05-22T18:33:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m + commit 2b61bad48b8cd6de31d31c32a209cec1df1c7ce4 Author: Wolfgang Sourdeau Date: Tue May 22 15:24:08 2007 +0000 @@ -92337,6 +113901,9 @@ Date: Tue May 22 15:24:08 2007 +0000 Monotone-Date: 2007-05-22T15:24:08 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit c54a74ebe0b3ea793469170a2542bb1ae4685380 Author: Wolfgang Sourdeau Date: Tue May 22 15:19:52 2007 +0000 @@ -92348,6 +113915,12 @@ Date: Tue May 22 15:19:52 2007 +0000 Monotone-Date: 2007-05-22T15:19:52 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit f76febcde5a8082f9d06c5d861b938906f685536 Author: Wolfgang Sourdeau Date: Tue May 22 14:54:46 2007 +0000 @@ -92359,6 +113932,11 @@ Date: Tue May 22 14:54:46 2007 +0000 Monotone-Date: 2007-05-22T14:54:46 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsFilterPanel.wox +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/generic.js + commit 1547feccf321c2cba7e4d56429189f9ff1c78f0d Author: Wolfgang Sourdeau Date: Tue May 22 14:38:54 2007 +0000 @@ -92370,6 +113948,13 @@ Date: Tue May 22 14:38:54 2007 +0000 Monotone-Date: 2007-05-22T14:38:54 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalFilterPanel.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAclEditor.js + commit 59fd9030604cf8c1aab5b40fb8e8b34b3f903deb Author: Wolfgang Sourdeau Date: Sat May 19 01:12:28 2007 +0000 @@ -92381,6 +113966,15 @@ Date: Sat May 19 01:12:28 2007 +0000 Monotone-Date: 2007-05-19T01:12:28 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox + commit dfb883329617f9fd75fd07dbdc4ac1d1585dce6b Author: Wolfgang Sourdeau Date: Sat May 19 01:12:23 2007 +0000 @@ -92392,6 +113986,10 @@ Date: Sat May 19 01:12:23 2007 +0000 Monotone-Date: 2007-05-19T01:12:23 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js + commit 63e7fcaf087ce3800455d5d40e0ed64af8616eb5 Author: Wolfgang Sourdeau Date: Sat May 19 00:49:05 2007 +0000 @@ -92403,6 +114001,10 @@ Date: Sat May 19 00:49:05 2007 +0000 Monotone-Date: 2007-05-19T00:49:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoFolder.m + commit 781eae4ba5dd4790a4276721029b359805cd1342 Author: Wolfgang Sourdeau Date: Sat May 19 00:46:16 2007 +0000 @@ -92414,6 +114016,10 @@ Date: Sat May 19 00:46:16 2007 +0000 Monotone-Date: 2007-05-19T00:46:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.h +M SoObjects/Mailer/SOGoMailFolder.m + commit 9d59126807136ccec3a91e4f724d9f2a8fc8a273 Author: Wolfgang Sourdeau Date: Sat May 19 00:43:40 2007 +0000 @@ -92425,6 +114031,10 @@ Date: Sat May 19 00:43:40 2007 +0000 Monotone-Date: 2007-05-19T00:43:40 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxAclEditor.h +M UI/Common/UIxAclEditor.m +M UI/WebServerResources/UIxAclEditor.js + commit fcae7eb6eee2e2192c1cd5e46245f6f013b5c39b Author: Wolfgang Sourdeau Date: Sat May 19 00:42:51 2007 +0000 @@ -92436,6 +114046,9 @@ Date: Sat May 19 00:42:51 2007 +0000 Monotone-Date: 2007-05-19T00:42:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.m + commit 67885686a7b37289d6f7c120324ef3fc5609916e Author: Wolfgang Sourdeau Date: Sat May 19 00:41:41 2007 +0000 @@ -92447,6 +114060,8 @@ Date: Sat May 19 00:41:41 2007 +0000 Monotone-Date: 2007-05-19T00:41:41 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m + commit 8a8dd9eca7baf99e154bcce3bd3e7adeecfb06e5 Author: Wolfgang Sourdeau Date: Sat May 19 00:41:01 2007 +0000 @@ -92458,6 +114073,10 @@ Date: Sat May 19 00:41:01 2007 +0000 Monotone-Date: 2007-05-19T00:41:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSArray+Utilities.h +M SoObjects/SOGo/NSArray+Utilities.m + commit df31834c3721cccc1971e57c9e2d481fbcf68b1b Author: Wolfgang Sourdeau Date: Sat May 19 00:39:52 2007 +0000 @@ -92469,6 +114088,10 @@ Date: Sat May 19 00:39:52 2007 +0000 Monotone-Date: 2007-05-19T00:39:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m + commit 03e0e4b5d4ddeaaf2bf0d7b559939d8e29a65964 Author: Wolfgang Sourdeau Date: Sat May 19 00:33:59 2007 +0000 @@ -92480,6 +114103,9 @@ Date: Sat May 19 00:33:59 2007 +0000 Monotone-Date: 2007-05-19T00:33:59 Monotone-Branch: ca.inverse.sogo +A UI/Templates/MailerUI/UIxMailUserRightsEditor.wox +M UI/Templates/UIxAclEditor.wox + commit 532ef0ef2de064c6f69b322ff26d850165172b28 Author: Wolfgang Sourdeau Date: Sat May 19 00:33:27 2007 +0000 @@ -92491,6 +114117,10 @@ Date: Sat May 19 00:33:27 2007 +0000 Monotone-Date: 2007-05-19T00:33:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoPermissions.h +M SoObjects/SOGo/SOGoPermissions.m + commit 8dcf0ccdda136207a6900cbb1618f26f5167e6cd Author: Wolfgang Sourdeau Date: Sat May 19 00:29:50 2007 +0000 @@ -92502,6 +114132,14 @@ Date: Sat May 19 00:29:50 2007 +0000 Monotone-Date: 2007-05-19T00:29:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/GNUmakefile +A UI/MailerUI/UIxMailUserRightsEditor.h +A UI/MailerUI/UIxMailUserRightsEditor.m +M UI/MailerUI/product.plist +A UI/WebServerResources/UIxMailUserRightsEditor.css +A UI/WebServerResources/UIxMailUserRightsEditor.js + commit acac01843005fa947784e6c418cc36e68b93d1ef Author: Francis Lachapelle Date: Fri May 18 21:03:32 2007 +0000 @@ -92513,6 +114151,11 @@ Date: Fri May 18 21:03:32 2007 +0000 Monotone-Date: 2007-05-18T21:03:32 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/HTMLInputElement.js +M UI/WebServerResources/HTMLTableElement.js +M UI/WebServerResources/HTMLUListElement.js + commit 55e573155885fcae739990d6e33e8149f22a7e85 Author: Wolfgang Sourdeau Date: Fri May 18 20:28:39 2007 +0000 @@ -92524,6 +114167,8 @@ Date: Fri May 18 20:28:39 2007 +0000 Monotone-Date: 2007-05-18T20:28:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 34f11a56bd7d3406667f355a211eea13900af086 Author: Wolfgang Sourdeau Date: Fri May 18 20:28:16 2007 +0000 @@ -92535,6 +114180,9 @@ Date: Fri May 18 20:28:16 2007 +0000 Monotone-Date: 2007-05-18T20:28:16 Monotone-Branch: ca.inverse.sogo +D UI/MailerUI/UIxMailFolderACLEditor.m +D UI/Templates/MailerUI/UIxMailFolderACLEditor.wox + commit 31538608eec82a7180abefc58d1120f511ccb2f6 Author: Wolfgang Sourdeau Date: Fri May 18 17:50:18 2007 +0000 @@ -92546,6 +114194,8 @@ Date: Fri May 18 17:50:18 2007 +0000 Monotone-Date: 2007-05-18T17:50:18 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit fd7af99e8f41b8b2fb4316fa94b4b59f6e1e7c0e Author: Wolfgang Sourdeau Date: Fri May 18 17:26:16 2007 +0000 @@ -92557,6 +114207,8 @@ Date: Fri May 18 17:26:16 2007 +0000 Monotone-Date: 2007-05-18T17:26:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit f27f909080b4474b67395c87f8233481bb453085 Author: Wolfgang Sourdeau Date: Fri May 18 17:25:58 2007 +0000 @@ -92568,6 +114220,9 @@ Date: Fri May 18 17:25:58 2007 +0000 Monotone-Date: 2007-05-18T17:25:58 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/MailerUI.js + commit 2bf7895d9666593fd1424b6ac9f474c8def78229 Author: Wolfgang Sourdeau Date: Fri May 18 16:15:01 2007 +0000 @@ -92579,24 +114234,7 @@ Date: Fri May 18 16:15:01 2007 +0000 Monotone-Date: 2007-05-18T16:15:01 Monotone-Branch: ca.inverse.sogo -commit 4d5a7d476431aa036db35a6b8b6600839b53d66d -Merge: 8a8e27a 8b88e13 -Author: Francis Lachapelle -Date: Fri May 18 14:04:40 2007 +0000 - - merge of 'a07f7846d51ddaa898b21d99d37aa65bd1c74e96' - and 'd143cc48f74241285ec9dd377698e50a2be189f6' - - Monotone-Parent: a07f7846d51ddaa898b21d99d37aa65bd1c74e96 - Monotone-Parent: d143cc48f74241285ec9dd377698e50a2be189f6 - Monotone-Revision: f0a20e946b81f4ef75d6ab7e76faea2086c35780 - - Monotone-Author: flachapelle@inverse.ca - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-05-18T14:04:40 - Monotone-Date: 2007-05-18T14:07:15 - Monotone-Branch: ca.inverse.sogo - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js commit 8a8e27ae72432f5475653dd10c892138be6af7dd Author: Francis Lachapelle @@ -92609,6 +114247,8 @@ Date: Fri May 18 14:03:58 2007 +0000 Monotone-Date: 2007-05-18T14:03:58 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 8b88e13308f87926766cec08584f3cb4a8718914 Author: Wolfgang Sourdeau Date: Thu May 17 23:18:38 2007 +0000 @@ -92620,21 +114260,7 @@ Date: Thu May 17 23:18:38 2007 +0000 Monotone-Date: 2007-05-17T23:18:38 Monotone-Branch: ca.inverse.sogo -commit 196e1e932271459fd5cb4d2bfd1cf31a1111df04 -Merge: 11b7693 39c6e49 -Author: Wolfgang Sourdeau -Date: Thu May 17 23:13:45 2007 +0000 - - merge of '6ce902c8df1995a79c1ab0e0d78013b688e25dbd' - and 'b2d0da06fffc88971705a5c6cf4b5a85fd76e93d' - - Monotone-Parent: 6ce902c8df1995a79c1ab0e0d78013b688e25dbd - Monotone-Parent: b2d0da06fffc88971705a5c6cf4b5a85fd76e93d - Monotone-Revision: 6705a0eaf721b2addcf26cc8ef50da0979eb563d - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-05-17T23:13:45 - Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoFreeBusyObject.m commit 39c6e49c85586f1f25916d937ff4f20068992367 Author: Wolfgang Sourdeau @@ -92647,6 +114273,8 @@ Date: Thu May 17 23:13:28 2007 +0000 Monotone-Date: 2007-05-17T23:13:28 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 56a2c4d5b4947b19d788f9eadaa0e12971859581 Author: Wolfgang Sourdeau Date: Thu May 17 23:13:12 2007 +0000 @@ -92658,6 +114286,9 @@ Date: Thu May 17 23:13:12 2007 +0000 Monotone-Date: 2007-05-17T23:13:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxObjectActions.m + commit b7e2aa3f33adebd268caba1b5d2e7f8a54399e42 Author: Wolfgang Sourdeau Date: Thu May 17 23:11:28 2007 +0000 @@ -92669,6 +114300,10 @@ Date: Thu May 17 23:11:28 2007 +0000 Monotone-Date: 2007-05-17T23:11:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m + commit 9a760c50a96460aaa18e0e2ab32e6208399933c5 Author: Wolfgang Sourdeau Date: Thu May 17 23:10:25 2007 +0000 @@ -92680,6 +114315,13 @@ Date: Thu May 17 23:10:25 2007 +0000 Monotone-Date: 2007-05-17T23:10:25 Monotone-Branch: ca.inverse.sogo +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit 651ad83e50c3bda4b432436305778e0f14308604 Author: Wolfgang Sourdeau Date: Thu May 17 23:09:46 2007 +0000 @@ -92691,6 +114333,9 @@ Date: Thu May 17 23:09:46 2007 +0000 Monotone-Date: 2007-05-17T23:09:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoFolder.m + commit 0c0b9dfdb1c1e0d1195465bd817c01b88ab73e95 Author: Wolfgang Sourdeau Date: Thu May 17 23:08:12 2007 +0000 @@ -92702,6 +114347,8 @@ Date: Thu May 17 23:08:12 2007 +0000 Monotone-Date: 2007-05-17T23:08:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit bd5995441b0823d5070f636f30eb169a23de2d9a Author: Wolfgang Sourdeau Date: Thu May 17 23:07:31 2007 +0000 @@ -92713,6 +114360,11 @@ Date: Thu May 17 23:07:31 2007 +0000 Monotone-Date: 2007-05-17T23:07:31 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxAclEditor.m +M UI/Templates/UIxAclEditor.wox +M UI/WebServerResources/UIxAclEditor.css +M UI/WebServerResources/UIxAclEditor.js + commit 51cf0206d7cdd671482ff033d52f09636ce0904f Author: Wolfgang Sourdeau Date: Thu May 17 23:05:47 2007 +0000 @@ -92724,6 +114376,11 @@ Date: Thu May 17 23:05:47 2007 +0000 Monotone-Date: 2007-05-17T23:05:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxUserRightsEditor.m +M UI/Templates/ContactsUI/UIxContactsUserRightsEditor.wox +M UI/Templates/SchedulerUI/UIxCalUserRightsEditor.wox + commit e201d071d62ef753dc46fb26b13332949354139f Author: Wolfgang Sourdeau Date: Thu May 17 23:02:09 2007 +0000 @@ -92735,6 +114392,10 @@ Date: Thu May 17 23:02:09 2007 +0000 Monotone-Date: 2007-05-17T23:02:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoPermissions.h +M SoObjects/SOGo/SOGoPermissions.m + commit e980271d556fda8320c3c17962a38cef121003aa Author: Wolfgang Sourdeau Date: Thu May 17 18:28:52 2007 +0000 @@ -92746,6 +114407,8 @@ Date: Thu May 17 18:28:52 2007 +0000 Monotone-Date: 2007-05-17T18:28:52 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAclEditor.js + commit 11b7693aaf21c06d43c0ec300c2e0950f24051a9 Author: Francis Lachapelle Date: Thu May 17 17:59:42 2007 +0000 @@ -92757,6 +114420,8 @@ Date: Thu May 17 17:59:42 2007 +0000 Monotone-Date: 2007-05-17T17:59:42 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/prototype.js + commit 285825eb67d71f74967c59d690f40a002d542b64 Author: Wolfgang Sourdeau Date: Thu May 17 17:25:45 2007 +0000 @@ -92768,21 +114433,8 @@ Date: Thu May 17 17:25:45 2007 +0000 Monotone-Date: 2007-05-17T17:25:45 Monotone-Branch: ca.inverse.sogo -commit 738cca05efe1c05eb00e2091b08acf26a9649049 -Merge: 537ffcd fe29404 -Author: Wolfgang Sourdeau -Date: Wed May 16 21:42:53 2007 +0000 - - merge of '2595a3bc44656d71f249d0059114c0bb7c6ec938' - and 'cb234862194e72608212740a10db0004798a152d' - - Monotone-Parent: 2595a3bc44656d71f249d0059114c0bb7c6ec938 - Monotone-Parent: cb234862194e72608212740a10db0004798a152d - Monotone-Revision: 6b1767e51b6a4a9ee800a715b9c31d92d2e7cfaa - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-05-16T21:42:53 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailView.wox +M UI/WebServerResources/MailerUI.js commit fe2940449139546df1caa05166935e942ec367b9 Author: Wolfgang Sourdeau @@ -92795,6 +114447,10 @@ Date: Wed May 16 21:42:47 2007 +0000 Monotone-Date: 2007-05-16T21:42:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.m +M UI/WebServerResources/MailerUI.js + commit 537ffcd0f993ce2cf757532f435b33c3860e62f9 Author: Wolfgang Sourdeau Date: Wed May 16 16:44:29 2007 +0000 @@ -92806,6 +114462,10 @@ Date: Wed May 16 16:44:29 2007 +0000 Monotone-Date: 2007-05-16T16:44:29 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/Appointments/product.plist +M UI/MainUI/product.plist + commit d30e350fa893bbfc4351b48ce00492afdab81399 Author: Wolfgang Sourdeau Date: Wed May 16 16:39:50 2007 +0000 @@ -92817,6 +114477,8 @@ Date: Wed May 16 16:39:50 2007 +0000 Monotone-Date: 2007-05-16T16:39:50 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit bc873667626a617836e35f802fec32d78d8cf572 Author: Wolfgang Sourdeau Date: Wed May 16 16:35:09 2007 +0000 @@ -92828,6 +114490,8 @@ Date: Wed May 16 16:35:09 2007 +0000 Monotone-Date: 2007-05-16T16:35:09 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 4d471ac82d79a5180ce0a8e3d3c549fae4c04cfd Author: Wolfgang Sourdeau Date: Wed May 16 16:30:04 2007 +0000 @@ -92839,21 +114503,8 @@ Date: Wed May 16 16:30:04 2007 +0000 Monotone-Date: 2007-05-16T16:30:04 Monotone-Branch: ca.inverse.sogo -commit 6d1a41efa5e06a944d1c24e7a66010e8894e3dd6 -Merge: 9d14322 e606fe2 -Author: Wolfgang Sourdeau -Date: Wed May 16 16:04:15 2007 +0000 - - merge of 'c6255287239acf53aaad227885cb7b5e32ab68af' - and 'e582b1fdc5748b1cb3f1cf14d9019773a5ffa746' - - Monotone-Parent: c6255287239acf53aaad227885cb7b5e32ab68af - Monotone-Parent: e582b1fdc5748b1cb3f1cf14d9019773a5ffa746 - Monotone-Revision: abba53838baf14abe32e7df33d5c776a643f81fe - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-05-16T16:04:15 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.m commit e606fe2495d3cebd58624a29ed8a218ad3d75bad Author: Francis Lachapelle @@ -92866,6 +114517,8 @@ Date: Wed May 16 16:02:46 2007 +0000 Monotone-Date: 2007-05-16T16:02:46 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css + commit 9d143220cab60f3284155ff270c4c8df2db6cbfb Author: Wolfgang Sourdeau Date: Wed May 16 15:56:53 2007 +0000 @@ -92877,21 +114530,7 @@ Date: Wed May 16 15:56:53 2007 +0000 Monotone-Date: 2007-05-16T15:56:53 Monotone-Branch: ca.inverse.sogo -commit f4a43ef3f85b2d4a2733c6cef240df15f6a3f357 -Merge: a331bb0 7fba072 -Author: Wolfgang Sourdeau -Date: Wed May 16 15:56:42 2007 +0000 - - merge of '0193e734423622669c9a35b762faeb7b87bf37a3' - and 'ddaf07867b0f161d9eebfac93b391dc46e28f964' - - Monotone-Parent: 0193e734423622669c9a35b762faeb7b87bf37a3 - Monotone-Parent: ddaf07867b0f161d9eebfac93b391dc46e28f964 - Monotone-Revision: b5db024de6e6693dcb4d17a96067ab63c35b81dc - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-05-16T15:56:42 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.m commit 7fba072e29a415daad162e302338ec44eac6ac3f Author: Francis Lachapelle @@ -92904,21 +114543,7 @@ Date: Wed May 16 15:40:08 2007 +0000 Monotone-Date: 2007-05-16T15:40:08 Monotone-Branch: ca.inverse.sogo -commit a331bb00939139acbc3d65e6cf20daae8b40b7bf -Merge: c5b2d9b 07db8e5 -Author: Wolfgang Sourdeau -Date: Wed May 16 15:32:49 2007 +0000 - - merge of '2017072eb2f586bc9fc1688e6be46830a9c33f6b' - and 'f3605f01ea6da31a633098cdb75fec27bb102212' - - Monotone-Parent: 2017072eb2f586bc9fc1688e6be46830a9c33f6b - Monotone-Parent: f3605f01ea6da31a633098cdb75fec27bb102212 - Monotone-Revision: 0193e734423622669c9a35b762faeb7b87bf37a3 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-05-16T15:32:49 - Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsListView.wox commit 07db8e5bab12f38e3a78fd92aef1b01db6c39f5c Author: Francis Lachapelle @@ -92931,21 +114556,7 @@ Date: Wed May 16 15:24:50 2007 +0000 Monotone-Date: 2007-05-16T15:24:50 Monotone-Branch: ca.inverse.sogo -commit c5b2d9b41b50d9689e1a4bb1f91ff3167762ca5b -Merge: 84a9208 23c4d14 -Author: Wolfgang Sourdeau -Date: Wed May 16 15:14:44 2007 +0000 - - merge of '4b822e668e3eba0adc2d24daa8e1cea1b81b23fe' - and 'f2cbdceabe70afea4ba64e1147d1c712474b43d5' - - Monotone-Parent: 4b822e668e3eba0adc2d24daa8e1cea1b81b23fe - Monotone-Parent: f2cbdceabe70afea4ba64e1147d1c712474b43d5 - Monotone-Revision: 2017072eb2f586bc9fc1688e6be46830a9c33f6b - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-05-16T15:14:44 - Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css commit 23c4d14248c3ee491fa4ca4c98278d3931a65444 Author: Francis Lachapelle @@ -92958,6 +114569,10 @@ Date: Wed May 16 14:26:47 2007 +0000 Monotone-Date: 2007-05-16T14:26:47 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/SchedulerUI.css + commit 74ee25056c5c7054ab50f8ed7e7f34176a2b472f Author: Francis Lachapelle Date: Wed May 16 14:25:45 2007 +0000 @@ -92969,6 +114584,8 @@ Date: Wed May 16 14:25:45 2007 +0000 Monotone-Date: 2007-05-16T14:25:45 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit 84a92086913f1e046e66a36a3e1d1d97a5a1443b Author: Wolfgang Sourdeau Date: Wed May 16 14:05:02 2007 +0000 @@ -92980,6 +114597,8 @@ Date: Wed May 16 14:05:02 2007 +0000 Monotone-Date: 2007-05-16T14:05:02 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 32f00e483999aa62305469751051da9ddfb94c6b Author: Wolfgang Sourdeau Date: Tue May 15 21:49:50 2007 +0000 @@ -92991,21 +114610,8 @@ Date: Tue May 15 21:49:50 2007 +0000 Monotone-Date: 2007-05-15T21:49:50 Monotone-Branch: ca.inverse.sogo -commit 06230336b7e7dfc505cf5f2e6367968c66b41559 -Merge: f9a2255 efefc06 -Author: Wolfgang Sourdeau -Date: Tue May 15 20:52:53 2007 +0000 - - merge of '0417738db917e76880a84c6d4e6d8721c51cd310' - and '18a1868903a3a17e253ed75c8d0312ab8c957834' - - Monotone-Parent: 0417738db917e76880a84c6d4e6d8721c51cd310 - Monotone-Parent: 18a1868903a3a17e253ed75c8d0312ab8c957834 - Monotone-Revision: e0a0e733ec72e96531ad1b2538744ad47d1f3f4e - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-05-15T20:52:53 - Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m commit f9a225549a220eaf9fa270c61d5f6d7b8e41a6fb Author: Wolfgang Sourdeau @@ -93018,6 +114624,10 @@ Date: Tue May 15 20:52:38 2007 +0000 Monotone-Date: 2007-05-15T20:52:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartTextViewer.m +M UI/WebServerResources/MailerUI.js + commit 7c0c9e0ef9fe5991d88c88fd1c0475449fb4cf75 Author: Wolfgang Sourdeau Date: Tue May 15 20:52:01 2007 +0000 @@ -93029,6 +114639,10 @@ Date: Tue May 15 20:52:01 2007 +0000 Monotone-Date: 2007-05-15T20:52:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m + commit efefc06f50f043c7d4490565120066f3b096d726 Author: Francis Lachapelle Date: Tue May 15 19:56:24 2007 +0000 @@ -93040,6 +114654,8 @@ Date: Tue May 15 19:56:24 2007 +0000 Monotone-Date: 2007-05-15T19:56:24 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 57bd61bec4e68d1e0fcf8d72ee9dcaa4aa2f001d Author: Francis Lachapelle Date: Tue May 15 18:37:31 2007 +0000 @@ -93051,6 +114667,8 @@ Date: Tue May 15 18:37:31 2007 +0000 Monotone-Date: 2007-05-15T18:37:31 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 7716d54a7ba8121304d07353001eecd2796866fe Author: Wolfgang Sourdeau Date: Tue May 15 03:46:16 2007 +0000 @@ -93062,6 +114680,8 @@ Date: Tue May 15 03:46:16 2007 +0000 Monotone-Date: 2007-05-15T03:46:16 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit c5b23757c7417590877efdfa9339f4d6230c657e Author: Wolfgang Sourdeau Date: Tue May 15 03:23:35 2007 +0000 @@ -93073,6 +114693,10 @@ Date: Tue May 15 03:23:35 2007 +0000 Monotone-Date: 2007-05-15T03:23:35 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.m +M UI/MainUI/SOGoUserHomePage.m +M UI/Templates/MailerUI/UIxMailEditor.wox + commit bbae929c4f6c3f3a77ab78f489628d3303d0ccc8 Author: Wolfgang Sourdeau Date: Tue May 15 03:23:15 2007 +0000 @@ -93084,6 +114708,9 @@ Date: Tue May 15 03:23:15 2007 +0000 Monotone-Date: 2007-05-15T03:23:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit 68aadd5f7ffb352b13997701ac1219ba3223c987 Author: Wolfgang Sourdeau Date: Mon May 14 17:27:01 2007 +0000 @@ -93095,6 +114722,8 @@ Date: Mon May 14 17:27:01 2007 +0000 Monotone-Date: 2007-05-14T17:27:01 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxTimeDateControl.m + commit f064c4bce095fc350f32c68c6eeceb8e55a5c38e Author: Wolfgang Sourdeau Date: Mon May 14 17:26:25 2007 +0000 @@ -93106,6 +114735,9 @@ Date: Mon May 14 17:26:25 2007 +0000 Monotone-Date: 2007-05-14T17:26:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit eeef7e49588652f99468f2ca6cbb0272da0d88d7 Author: Wolfgang Sourdeau Date: Fri May 11 21:45:38 2007 +0000 @@ -93117,6 +114749,8 @@ Date: Fri May 11 21:45:38 2007 +0000 Monotone-Date: 2007-05-11T21:45:38 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxComponentEditor.js + commit 8e007796549832d9ee9317ab07373441e027ed06 Author: Wolfgang Sourdeau Date: Fri May 11 21:45:33 2007 +0000 @@ -93128,6 +114762,11 @@ Date: Fri May 11 21:45:33 2007 +0000 Monotone-Date: 2007-05-11T21:45:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxObjectActions.m +M UI/Common/product.plist +M UI/WebServerResources/UIxAclEditor.js + commit 09889ad0a5507f0ff52a50016155478ddbb43bd8 Author: Wolfgang Sourdeau Date: Fri May 11 21:44:47 2007 +0000 @@ -93139,6 +114778,8 @@ Date: Fri May 11 21:44:47 2007 +0000 Monotone-Date: 2007-05-11T21:44:47 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.m + commit ae82e0bef921724fd8057806f038f405920f99a8 Author: Wolfgang Sourdeau Date: Fri May 11 21:23:46 2007 +0000 @@ -93150,6 +114791,9 @@ Date: Fri May 11 21:23:46 2007 +0000 Monotone-Date: 2007-05-11T21:23:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxFolderActions.m + commit f4c4a7fe7f90de1f9cad237f6e8e8b67be842319 Author: Wolfgang Sourdeau Date: Fri May 11 21:22:48 2007 +0000 @@ -93161,6 +114805,9 @@ Date: Fri May 11 21:22:48 2007 +0000 Monotone-Date: 2007-05-11T21:22:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/AgenorUserDefaults.m + commit 4aede6c0d9a9067a419ea86d69304f794fdc58e0 Author: Wolfgang Sourdeau Date: Fri May 11 19:09:01 2007 +0000 @@ -93172,6 +114819,9 @@ Date: Fri May 11 19:09:01 2007 +0000 Monotone-Date: 2007-05-11T19:09:01 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxTaskEditor.m +M UI/Scheduler/UIxTimeDateControl.m + commit dfc395a6538f925da64e6332c6e982fdee7ac59c Author: Wolfgang Sourdeau Date: Fri May 11 17:58:29 2007 +0000 @@ -93183,6 +114833,9 @@ Date: Fri May 11 17:58:29 2007 +0000 Monotone-Date: 2007-05-11T17:58:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit f3d8c29c5487ea533805e9a3c0122cd8741d15bf Author: Wolfgang Sourdeau Date: Fri May 11 02:57:16 2007 +0000 @@ -93194,6 +114847,9 @@ Date: Fri May 11 02:57:16 2007 +0000 Monotone-Date: 2007-05-11T02:57:16 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit ff7b40b4a2e7f54ff1d9e2375f16fd44fee5f5d5 Author: Wolfgang Sourdeau Date: Thu May 10 21:18:13 2007 +0000 @@ -93205,6 +114861,8 @@ Date: Thu May 10 21:18:13 2007 +0000 Monotone-Date: 2007-05-10T21:18:13 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/LDAPSource.h + commit 1a84fb3af2d3be57ad4d3c8c0c8c920277bab163 Author: Wolfgang Sourdeau Date: Thu May 10 21:18:06 2007 +0000 @@ -93216,6 +114874,9 @@ Date: Thu May 10 21:18:06 2007 +0000 Monotone-Date: 2007-05-10T21:18:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.m + commit 53ebcc7638f5d691ba01343fe1462269ad6bed43 Author: Wolfgang Sourdeau Date: Thu May 10 19:13:12 2007 +0000 @@ -93227,6 +114888,8 @@ Date: Thu May 10 19:13:12 2007 +0000 Monotone-Date: 2007-05-10T19:13:12 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit bd8323c98fe803ab5fc5651d20f0cc328f452e37 Author: Wolfgang Sourdeau Date: Thu May 10 19:12:39 2007 +0000 @@ -93238,6 +114901,11 @@ Date: Thu May 10 19:12:39 2007 +0000 Monotone-Date: 2007-05-10T19:12:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/GNUmakefile +D UI/MailerUI/UIxMailAddressbook.m +M UI/MailerUI/product.plist + commit 85bb52d2f1655a1125859b3d55281bd5fdf084a6 Author: Wolfgang Sourdeau Date: Thu May 10 19:02:16 2007 +0000 @@ -93249,6 +114917,9 @@ Date: Thu May 10 19:02:16 2007 +0000 Monotone-Date: 2007-05-10T19:02:16 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/generic.js + commit 7f609d32192783b708de3501be739c7976b6a0b3 Author: Wolfgang Sourdeau Date: Thu May 10 19:01:09 2007 +0000 @@ -93260,6 +114931,9 @@ Date: Thu May 10 19:01:09 2007 +0000 Monotone-Date: 2007-05-10T19:01:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.m + commit 8ebf0d88e55faefdecb354bb525ed1c0af2e509c Author: Wolfgang Sourdeau Date: Thu May 10 16:15:24 2007 +0000 @@ -93271,6 +114945,9 @@ Date: Thu May 10 16:15:24 2007 +0000 Monotone-Date: 2007-05-10T16:15:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/AgenorUserDefaults.m + commit f3093cc2e0ec169ae135764babaa12c19949ce06 Author: Wolfgang Sourdeau Date: Thu May 10 16:05:18 2007 +0000 @@ -93282,6 +114959,9 @@ Date: Thu May 10 16:05:18 2007 +0000 Monotone-Date: 2007-05-10T16:05:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPUserManager.m + commit 1d34b811d431439e4cde521bc51554bbfcdcb6c7 Author: Francis Lachapelle Date: Thu May 10 15:52:45 2007 +0000 @@ -93293,21 +114973,7 @@ Date: Thu May 10 15:52:45 2007 +0000 Monotone-Date: 2007-05-10T15:52:45 Monotone-Branch: ca.inverse.sogo -commit bf1a75973ac1db3c5faea9ea22a67c11e5076cde -Merge: 634e342 1b42d71 -Author: Wolfgang Sourdeau -Date: Thu May 10 15:00:18 2007 +0000 - - merge of '6cfba12fb94b5901b149e029c710bdc53dd3d3f1' - and '8fac7610f102d5ac190598b120634569a69ec344' - - Monotone-Parent: 6cfba12fb94b5901b149e029c710bdc53dd3d3f1 - Monotone-Parent: 8fac7610f102d5ac190598b120634569a69ec344 - Monotone-Revision: 6975183caaa2bc330ccc07a7a79c21531387d774 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-05-10T15:00:18 - Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/AgenorUserDefaults.m commit 1b42d71b1d5db383a667f5ad08cf0329a0ddca05 Author: Wolfgang Sourdeau @@ -93320,6 +114986,9 @@ Date: Thu May 10 14:59:17 2007 +0000 Monotone-Date: 2007-05-10T14:59:17 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactEditor.m +M UI/MainUI/SOGoUserHomePage.m + commit aade431284f3c79ac46bf90e1d7d4993206caaea Author: Wolfgang Sourdeau Date: Thu May 10 14:59:13 2007 +0000 @@ -93331,6 +115000,9 @@ Date: Thu May 10 14:59:13 2007 +0000 Monotone-Date: 2007-05-10T14:59:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPUserManager.m + commit 6112384842791b8d2a1c587d47e1854b6583b844 Author: Wolfgang Sourdeau Date: Thu May 10 14:56:47 2007 +0000 @@ -93342,6 +115014,9 @@ Date: Thu May 10 14:56:47 2007 +0000 Monotone-Date: 2007-05-10T14:56:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/LDAPSource.m + commit 634e3429ebf83f046f8f2af709699d6d832a4fb3 Author: Francis Lachapelle Date: Wed May 9 21:27:55 2007 +0000 @@ -93353,6 +115028,12 @@ Date: Wed May 9 21:27:55 2007 +0000 Monotone-Date: 2007-05-09T21:27:55 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/HTMLInputElement.js +M UI/WebServerResources/SOGoDragHandles.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit 1360ed940550a21082ca8540ff0256d3c88be746 Author: Wolfgang Sourdeau Date: Wed May 9 20:59:44 2007 +0000 @@ -93364,6 +115045,8 @@ Date: Wed May 9 20:59:44 2007 +0000 Monotone-Date: 2007-05-09T20:59:44 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactLDIFEntry.h + commit 9ade9e87a83c1a99017daa01f16754e2dede442c Author: Wolfgang Sourdeau Date: Wed May 9 20:36:21 2007 +0000 @@ -93375,6 +115058,8 @@ Date: Wed May 9 20:36:21 2007 +0000 Monotone-Date: 2007-05-09T20:36:21 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactLDAPFolder.h + commit 784bbec5d2673bf71c615375e13913573031e309 Author: Wolfgang Sourdeau Date: Wed May 9 20:12:47 2007 +0000 @@ -93386,6 +115071,12 @@ Date: Wed May 9 20:12:47 2007 +0000 Monotone-Date: 2007-05-09T20:12:47 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoFreeBusyObject.h +M SoObjects/Appointments/SOGoFreeBusyObject.m +M UI/Scheduler/UIxCalInlineAptView.m +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/UIxComponent+Scheduler.h + commit d4fd237ebb26bf0efd20576c5c399c77fa29471e Author: Wolfgang Sourdeau Date: Wed May 9 19:31:57 2007 +0000 @@ -93397,6 +115088,9 @@ Date: Wed May 9 19:31:57 2007 +0000 Monotone-Date: 2007-05-09T19:31:57 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoFreeBusyObject.m +M UI/Scheduler/UIxTaskView.m + commit a12e6fe5293d5027509c46cb05d8a81b87bf8511 Author: Wolfgang Sourdeau Date: Wed May 9 19:30:06 2007 +0000 @@ -93408,6 +115102,11 @@ Date: Wed May 9 19:30:06 2007 +0000 Monotone-Date: 2007-05-09T19:30:06 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/Contacts/SOGoContactLDIFEntry.m +M UI/Scheduler/UIxComponent+Scheduler.m + commit 245ec1d0c8b5fbaab3ade23c7de71d27b28491e7 Author: Wolfgang Sourdeau Date: Wed May 9 19:23:45 2007 +0000 @@ -93419,6 +115118,16 @@ Date: Wed May 9 19:23:45 2007 +0000 Monotone-Date: 2007-05-09T19:23:45 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactFolder.h +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m +M UI/Contacts/UIxContactEditor.m +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/UIxContactsListViewContainer.m +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/Scheduler/UIxComponentEditor.m + commit fbd7354fff0168f41d0634aae8f2a3efb482aa2d Author: Wolfgang Sourdeau Date: Wed May 9 19:23:09 2007 +0000 @@ -93430,6 +115139,10 @@ Date: Wed May 9 19:23:09 2007 +0000 Monotone-Date: 2007-05-09T19:23:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m + commit 98b2014f6b2192365655ad06b6bf87f2aabf4fd7 Author: Wolfgang Sourdeau Date: Wed May 9 19:21:01 2007 +0000 @@ -93441,6 +115154,9 @@ Date: Wed May 9 19:21:01 2007 +0000 Monotone-Date: 2007-05-09T19:21:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoAuthenticator.m + commit b2054b48cb7b88dce5e143b212a32bbf40171d84 Author: Wolfgang Sourdeau Date: Wed May 9 19:19:30 2007 +0000 @@ -93452,6 +115168,10 @@ Date: Wed May 9 19:19:30 2007 +0000 Monotone-Date: 2007-05-09T19:19:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPFolder.h +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit 6df3f8bb66a806453111c6a70050ec32b92772cf Author: Wolfgang Sourdeau Date: Wed May 9 19:18:06 2007 +0000 @@ -93463,6 +115183,9 @@ Date: Wed May 9 19:18:06 2007 +0000 Monotone-Date: 2007-05-09T19:18:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.m + commit acf7adcad14e3b4621115f7fa5d9cdc7382cb379 Author: Wolfgang Sourdeau Date: Wed May 9 19:16:22 2007 +0000 @@ -93474,6 +115197,8 @@ Date: Wed May 9 19:16:22 2007 +0000 Monotone-Date: 2007-05-09T19:16:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit a174278e04480acf3bda6c08686c0b339bf6bdb8 Author: Wolfgang Sourdeau Date: Wed May 9 19:16:17 2007 +0000 @@ -93485,6 +115210,8 @@ Date: Wed May 9 19:16:17 2007 +0000 Monotone-Date: 2007-05-09T19:16:17 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoDraftObject.m + commit 49cceb1097887050f7273988250da033492efc30 Author: Wolfgang Sourdeau Date: Wed May 9 19:15:18 2007 +0000 @@ -93496,6 +115223,9 @@ Date: Wed May 9 19:15:18 2007 +0000 Monotone-Date: 2007-05-09T19:15:18 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxContactsUserFolders.js + commit 258fece14fc1e58612de7eb2084227b665286f9e Author: Wolfgang Sourdeau Date: Wed May 9 19:14:01 2007 +0000 @@ -93507,6 +115237,8 @@ Date: Wed May 9 19:14:01 2007 +0000 Monotone-Date: 2007-05-09T19:14:01 Monotone-Branch: ca.inverse.sogo +M UI/GNUmakefile + commit 83fa3e080c707062a858d0281e34f77dfb4ba16f Author: Wolfgang Sourdeau Date: Wed May 9 19:13:42 2007 +0000 @@ -93518,6 +115250,9 @@ Date: Wed May 9 19:13:42 2007 +0000 Monotone-Date: 2007-05-09T19:13:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailEditor.m + commit a85078a6580ee22648ec8c0d467e4ff4220ad4ce Author: Wolfgang Sourdeau Date: Wed May 9 19:11:32 2007 +0000 @@ -93529,6 +115264,10 @@ Date: Wed May 9 19:11:32 2007 +0000 Monotone-Date: 2007-05-09T19:11:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 81e04f0c5bbc2d633328be8d9d52f1804f43b3e6 Author: Wolfgang Sourdeau Date: Wed May 9 19:09:50 2007 +0000 @@ -93540,6 +115279,10 @@ Date: Wed May 9 19:09:50 2007 +0000 Monotone-Date: 2007-05-09T19:09:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDIFEntry.h +M SoObjects/Contacts/SOGoContactLDIFEntry.m + commit 904d7a5e1a3fcad3e890439289d5fef7974df9d4 Author: Wolfgang Sourdeau Date: Wed May 9 19:07:35 2007 +0000 @@ -93551,6 +115294,10 @@ Date: Wed May 9 19:07:35 2007 +0000 Monotone-Date: 2007-05-09T19:07:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/SOGo/LDAPUserManager.h +A SoObjects/SOGo/LDAPUserManager.m + commit 5f52910ce7b2163b51c7083fd64fe9b0590cb3aa Author: Wolfgang Sourdeau Date: Wed May 9 19:06:15 2007 +0000 @@ -93562,6 +115309,10 @@ Date: Wed May 9 19:06:15 2007 +0000 Monotone-Date: 2007-05-09T19:06:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/SOGo/LDAPSource.h +A SoObjects/SOGo/LDAPSource.m + commit bfab3e3a0af5585758950a446dd169cb3df7bf28 Author: Wolfgang Sourdeau Date: Wed May 9 19:04:18 2007 +0000 @@ -93573,6 +115324,11 @@ Date: Wed May 9 19:04:18 2007 +0000 Monotone-Date: 2007-05-09T19:04:18 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/GNUmakefile +M SoObjects/Contacts/GNUmakefile +M SoObjects/SOGo/GNUmakefile +M UI/Scheduler/GNUmakefile + commit 7c4ddf0e8c32214767c941cea5dc5ebdbd22c70c Author: Wolfgang Sourdeau Date: Wed May 9 19:04:07 2007 +0000 @@ -93584,6 +115340,9 @@ Date: Wed May 9 19:04:07 2007 +0000 Monotone-Date: 2007-05-09T19:04:07 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/product.plist +M UI/Contacts/product.plist + commit 40b442f8fe7d154165e00ea23342b13cf26438b9 Author: Wolfgang Sourdeau Date: Wed May 9 19:03:51 2007 +0000 @@ -93595,6 +115354,10 @@ Date: Wed May 9 19:03:51 2007 +0000 Monotone-Date: 2007-05-09T19:03:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D SoObjects/Appointments/iCalEntityObject+Agenor.h +D SoObjects/Appointments/iCalEntityObject+Agenor.m + commit 16f7824c2dab04107679dae21761945d6963343f Author: Wolfgang Sourdeau Date: Wed May 9 19:02:36 2007 +0000 @@ -93606,6 +115369,10 @@ Date: Wed May 9 19:02:36 2007 +0000 Monotone-Date: 2007-05-09T19:02:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D SoObjects/SOGo/AgenorUserManager.h +D SoObjects/SOGo/AgenorUserManager.m + commit 0b0e45fd3cae7eec25c7d96b7bcbf924edf217f2 Author: Wolfgang Sourdeau Date: Wed May 9 19:01:30 2007 +0000 @@ -93617,6 +115384,11 @@ Date: Wed May 9 19:01:30 2007 +0000 Monotone-Date: 2007-05-09T19:01:30 Monotone-Branch: ca.inverse.sogo +D UI/Scheduler/UIxComponent+Agenor.h +D UI/Scheduler/UIxComponent+Agenor.m +A UI/Scheduler/UIxComponent+Scheduler.h +A UI/Scheduler/UIxComponent+Scheduler.m + commit 04afaf54302b988f29b8ad8a9b500de639a37a35 Author: Wolfgang Sourdeau Date: Wed May 9 18:25:51 2007 +0000 @@ -93628,6 +115400,24 @@ Date: Wed May 9 18:25:51 2007 +0000 Monotone-Date: 2007-05-09T18:25:51 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoFreeBusyObject.h +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/Appointments/SOGoTaskObject.m +M SoObjects/Mailer/SOGoUser+Mail.m +M UI/Common/UIxAclEditor.m +M UI/Common/UIxFolderActions.h +M UI/Common/UIxFolderActions.m +M UI/Common/UIxObjectActions.m +M UI/Common/UIxUserRightsEditor.m +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxAppointmentView.m +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/UIxCalendarSelector.m +M UI/Scheduler/UIxTaskEditor.m +M UI/Scheduler/UIxTaskView.m + commit 6313ca4cd40a5e504a00a621dec741c2de0a1de0 Author: Wolfgang Sourdeau Date: Wed May 9 18:18:34 2007 +0000 @@ -93639,6 +115429,8 @@ Date: Wed May 9 18:18:34 2007 +0000 Monotone-Date: 2007-05-09T18:18:34 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalInlineAptView.m + commit 8c4e3cf624b9d690d325abc1bb97df5ccd69c740 Author: Wolfgang Sourdeau Date: Wed May 9 18:17:15 2007 +0000 @@ -93650,6 +115442,8 @@ Date: Wed May 9 18:17:15 2007 +0000 Monotone-Date: 2007-05-09T18:17:15 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit a54343e809e28597ebd6dc2e82f485cf9f0e04f6 Author: Wolfgang Sourdeau Date: Wed May 9 18:17:06 2007 +0000 @@ -93661,6 +115455,8 @@ Date: Wed May 9 18:17:06 2007 +0000 Monotone-Date: 2007-05-09T18:17:06 Monotone-Branch: ca.inverse.sogo +M UI/Templates/GNUmakefile + commit 20212d6ba71d2c742c44503b2d457f3bc6ee1138 Author: Wolfgang Sourdeau Date: Tue May 8 19:30:21 2007 +0000 @@ -93672,6 +115468,9 @@ Date: Tue May 8 19:30:21 2007 +0000 Monotone-Date: 2007-05-08T19:30:21 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactGCSFolder.h +M SoObjects/Contacts/SOGoContactGCSFolder.m + commit 5e21997cc4a5e5fcbab7d6b7f78defc99b5a93ec Author: Wolfgang Sourdeau Date: Tue May 8 15:10:40 2007 +0000 @@ -93683,6 +115482,12 @@ Date: Tue May 8 15:10:40 2007 +0000 Monotone-Date: 2007-05-08T15:10:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D SoObjects/Contacts/SOGoContactLDAPEntry.h +D SoObjects/Contacts/SOGoContactLDAPEntry.m +A SoObjects/Contacts/SOGoContactLDIFEntry.h +A SoObjects/Contacts/SOGoContactLDIFEntry.m + commit 8ddf75dbbf278f99097505f79a29affaf2c3cb99 Author: Wolfgang Sourdeau Date: Tue May 8 14:27:01 2007 +0000 @@ -93694,6 +115499,10 @@ Date: Tue May 8 14:27:01 2007 +0000 Monotone-Date: 2007-05-08T14:27:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D SoObjects/Contacts/NGLdapEntry+Contact.h +D SoObjects/Contacts/NGLdapEntry+Contact.m + commit 4c19628e4fda61e0fcacdd59490a25c84afaa6db Author: Wolfgang Sourdeau Date: Mon May 7 13:44:30 2007 +0000 @@ -93705,6 +115514,9 @@ Date: Mon May 7 13:44:30 2007 +0000 Monotone-Date: 2007-05-07T13:44:30 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxComponentEditor.js + commit 37efe2b204406e38de65823e20f4b7c0e9d434cf Author: Wolfgang Sourdeau Date: Fri May 4 15:57:23 2007 +0000 @@ -93716,6 +115528,19 @@ Date: Fri May 4 15:57:23 2007 +0000 Monotone-Date: 2007-05-04T15:57:23 Monotone-Branch: ca.inverse.sogo +M UI/Common/Toolbars/SOGoAclOwner.toolbar +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/Templates/UIxAclEditor.wox +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDragAndDrop.js +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/UIxAclEditor.css +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit 6aa121c0f773903033198b9de1e3c09775beb5c9 Author: Wolfgang Sourdeau Date: Fri May 4 15:57:12 2007 +0000 @@ -93727,6 +115552,9 @@ Date: Fri May 4 15:57:12 2007 +0000 Monotone-Date: 2007-05-04T15:57:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxAclEditor.m + commit 9787b24a975be05c1688fd8136a90e6f2f925a44 Author: Wolfgang Sourdeau Date: Fri May 4 14:09:50 2007 +0000 @@ -93738,6 +115566,18 @@ Date: Fri May 4 14:09:50 2007 +0000 Monotone-Date: 2007-05-04T14:09:50 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/UIxAclEditor.css +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxCalUserRightsEditor.css +M UI/WebServerResources/UIxContactEditor.css +M UI/WebServerResources/UIxContactsUserFolders.css +M UI/WebServerResources/UIxContactsUserRightsEditor.css +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/generic.css + commit 5bf7c5739cbe7d11039cfffd93866712ae777a85 Author: Wolfgang Sourdeau Date: Fri May 4 03:12:24 2007 +0000 @@ -93749,6 +115589,9 @@ Date: Fri May 4 03:12:24 2007 +0000 Monotone-Date: 2007-05-04T03:12:24 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/sql/generate-folderinfo-sql-for-users.sh +M UI/WebServerResources/MailerUI.js + commit a24ba75298b8e181259cad1ec43fcc53622a71fe Author: Wolfgang Sourdeau Date: Thu May 3 21:56:25 2007 +0000 @@ -93760,6 +115603,9 @@ Date: Thu May 3 21:56:25 2007 +0000 Monotone-Date: 2007-05-03T21:56:25 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/versitCardsSaxDriver/ChangeLog +M SOPE/NGCards/versitCardsSaxDriver/VSSaxDriver.m + commit 49c47eda75dfc7ced5430c9d811aec01aa8d143f Author: Wolfgang Sourdeau Date: Thu May 3 19:02:56 2007 +0000 @@ -93771,6 +115617,8 @@ Date: Thu May 3 19:02:56 2007 +0000 Monotone-Date: 2007-05-03T19:02:56 Monotone-Branch: ca.inverse.sogo +A Scripts/sogod-0.9 + commit e95056042cb442aba8d33fc9893668574ae1458f Author: Wolfgang Sourdeau Date: Thu May 3 18:49:19 2007 +0000 @@ -93782,6 +115630,10 @@ Date: Thu May 3 18:49:19 2007 +0000 Monotone-Date: 2007-05-03T18:49:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 7a619a6540aa101eab9dbf9b70dec32e5dc56544 Author: Wolfgang Sourdeau Date: Thu May 3 18:47:13 2007 +0000 @@ -93793,6 +115645,8 @@ Date: Thu May 3 18:47:13 2007 +0000 Monotone-Date: 2007-05-03T18:47:13 Monotone-Branch: ca.inverse.sogo +D UI/Templates/SchedulerUI/UIxFreeBusyUserSelectorTable.wox + commit 2dedb7d3090b5c6a06548b22475cb44b76f9875d Author: Wolfgang Sourdeau Date: Thu May 3 18:46:45 2007 +0000 @@ -93804,6 +115658,10 @@ Date: Thu May 3 18:46:45 2007 +0000 Monotone-Date: 2007-05-03T18:46:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/AgenorUserManager.h +M SoObjects/SOGo/AgenorUserManager.m + commit 7549f7020816b84f85ae32b7bc4d4b6d157e64cc Author: Wolfgang Sourdeau Date: Thu May 3 18:43:17 2007 +0000 @@ -93815,6 +115673,8 @@ Date: Thu May 3 18:43:17 2007 +0000 Monotone-Date: 2007-05-03T18:43:17 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.m + commit 498df147d4b41dcb1ef9d768889009a98326d33c Author: Wolfgang Sourdeau Date: Thu May 3 18:41:02 2007 +0000 @@ -93826,6 +115686,10 @@ Date: Thu May 3 18:41:02 2007 +0000 Monotone-Date: 2007-05-03T18:41:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m + commit 3c3de79b4d4e9cb501af154ac34ed55bad5c6101 Author: Wolfgang Sourdeau Date: Thu May 3 18:39:22 2007 +0000 @@ -93837,6 +115701,8 @@ Date: Thu May 3 18:39:22 2007 +0000 Monotone-Date: 2007-05-03T18:39:22 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.h + commit 4d5c8b8ca25982d6b53d39b3724cde3a09a6054a Author: Wolfgang Sourdeau Date: Thu May 3 18:39:03 2007 +0000 @@ -93848,6 +115714,9 @@ Date: Thu May 3 18:39:03 2007 +0000 Monotone-Date: 2007-05-03T18:39:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit 2a274be95e022b366b9141a0bc053f542b9d81ec Author: Wolfgang Sourdeau Date: Thu May 3 18:38:12 2007 +0000 @@ -93859,6 +115728,8 @@ Date: Thu May 3 18:38:12 2007 +0000 Monotone-Date: 2007-05-03T18:38:12 Monotone-Branch: ca.inverse.sogo +M UI/Templates/GNUmakefile + commit 8c4878a7fcb5d180f8a95b80aa55bb9ffcea1bb1 Author: Wolfgang Sourdeau Date: Thu May 3 18:38:04 2007 +0000 @@ -93870,6 +115741,8 @@ Date: Thu May 3 18:38:04 2007 +0000 Monotone-Date: 2007-05-03T18:38:04 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalMainView.wox + commit 6b5ff1c59bc99b7b28c14b08436944f46934c5f9 Author: Wolfgang Sourdeau Date: Thu May 3 18:37:56 2007 +0000 @@ -93881,6 +115754,8 @@ Date: Thu May 3 18:37:56 2007 +0000 Monotone-Date: 2007-05-03T18:37:56 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxFreeBusyUserSelector.wox + commit f499ab12d9d679b66fe0d0a77edfb96119d3cc03 Author: Wolfgang Sourdeau Date: Thu May 3 16:17:26 2007 +0000 @@ -93892,6 +115767,9 @@ Date: Thu May 3 16:17:26 2007 +0000 Monotone-Date: 2007-05-03T16:17:26 Monotone-Branch: ca.inverse.sogo +A Scripts/sogo +A Scripts/sogocron.sh + commit e307ee23d2115982ad021b5be30adb6941a68bbe Author: Wolfgang Sourdeau Date: Thu May 3 16:13:51 2007 +0000 @@ -93903,6 +115781,10 @@ Date: Thu May 3 16:13:51 2007 +0000 Monotone-Date: 2007-05-03T16:13:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m + commit 2c53331f0be79ee00b256e309c0a39a52a8fe363 Author: Wolfgang Sourdeau Date: Thu May 3 16:11:29 2007 +0000 @@ -93914,6 +115796,11 @@ Date: Thu May 3 16:11:29 2007 +0000 Monotone-Date: 2007-05-03T16:11:29 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxTaskEditor.m +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/Templates/SchedulerUI/UIxTaskEditor.wox + commit d61f1f76acc9f147b18470e4fd0c9239d18f59ba Author: Wolfgang Sourdeau Date: Thu May 3 15:59:47 2007 +0000 @@ -93925,6 +115812,8 @@ Date: Thu May 3 15:59:47 2007 +0000 Monotone-Date: 2007-05-03T15:59:47 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings + commit 2c041feaaef25b4fb1c33fb990b34fbd94af2eb9 Author: Wolfgang Sourdeau Date: Thu May 3 15:59:39 2007 +0000 @@ -93936,6 +115825,8 @@ Date: Thu May 3 15:59:39 2007 +0000 Monotone-Date: 2007-05-03T15:59:39 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/Toolbars/SOGoAppointmentFolder.toolbar + commit e6b7884d05faa53286b327d3d6cc102caa503530 Author: Wolfgang Sourdeau Date: Thu May 3 15:37:46 2007 +0000 @@ -93947,6 +115838,8 @@ Date: Thu May 3 15:37:46 2007 +0000 Monotone-Date: 2007-05-03T15:37:46 Monotone-Branch: ca.inverse.sogo +M UI/Templates/GNUmakefile + commit 783adad5298ce519a9f1bad6a5f41c3b4b6ed1f8 Author: Wolfgang Sourdeau Date: Thu May 3 15:13:39 2007 +0000 @@ -93958,6 +115851,8 @@ Date: Thu May 3 15:13:39 2007 +0000 Monotone-Date: 2007-05-03T15:13:39 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/product.plist + commit 738f48072af31a7a67cdfc997b27fe44183b0674 Author: Wolfgang Sourdeau Date: Thu May 3 15:13:16 2007 +0000 @@ -93969,6 +115864,8 @@ Date: Thu May 3 15:13:16 2007 +0000 Monotone-Date: 2007-05-03T15:13:16 Monotone-Branch: ca.inverse.sogo +M UI/Templates/GNUmakefile + commit 63224612e3dc0f45eacac2c97924e6b7a8a72e54 Author: Wolfgang Sourdeau Date: Thu May 3 15:12:51 2007 +0000 @@ -93980,6 +115877,9 @@ Date: Thu May 3 15:12:51 2007 +0000 Monotone-Date: 2007-05-03T15:12:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/AgenorUserDefaults.m + commit 35b97087f609261d32734344ecb2988f9ce3ea59 Author: Wolfgang Sourdeau Date: Thu May 3 15:06:55 2007 +0000 @@ -93991,6 +115891,8 @@ Date: Thu May 3 15:06:55 2007 +0000 Monotone-Date: 2007-05-03T15:06:55 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailEnglishInvitation.html + commit e00b716d3e5cc1d16edd7fb0b7777c13b449d5a0 Author: Wolfgang Sourdeau Date: Thu May 3 15:06:20 2007 +0000 @@ -94002,6 +115904,8 @@ Date: Thu May 3 15:06:20 2007 +0000 Monotone-Date: 2007-05-03T15:06:20 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/sql/generate-folderinfo-sql-for-users.sh + commit 8584c0d116ffeebaed86f8791a94387d28fc92a0 Author: Wolfgang Sourdeau Date: Tue May 1 15:33:13 2007 +0000 @@ -94013,6 +115917,11 @@ Date: Tue May 1 15:33:13 2007 +0000 Monotone-Date: 2007-05-01T15:33:13 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoContentObject.h +M UI/Scheduler/UIxCalInlineAptView.m +M UI/Scheduler/UIxCalView.m +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox + commit 0d37749760633095b7a425e39b45ca5fd396d6b0 Author: Wolfgang Sourdeau Date: Fri Apr 27 22:09:09 2007 +0000 @@ -94024,6 +115933,9 @@ Date: Fri Apr 27 22:09:09 2007 +0000 Monotone-Date: 2007-04-27T22:09:09 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NGVCard.m + commit 163d16e464f698d3d93aa8571020c84e896cd013 Author: Wolfgang Sourdeau Date: Fri Apr 27 22:08:09 2007 +0000 @@ -94035,6 +115947,8 @@ Date: Fri Apr 27 22:08:09 2007 +0000 Monotone-Date: 2007-04-27T22:08:09 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/product.plist + commit ec115e83f477de37e7a1c72ba02c2967599cc9a4 Author: Wolfgang Sourdeau Date: Fri Apr 27 22:07:54 2007 +0000 @@ -94046,6 +115960,8 @@ Date: Fri Apr 27 22:07:54 2007 +0000 Monotone-Date: 2007-04-27T22:07:54 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoPermissions.h + commit 98b42ad037c4c167f44ed56916b92f5e3cac50c6 Author: Wolfgang Sourdeau Date: Fri Apr 27 22:07:50 2007 +0000 @@ -94057,6 +115973,9 @@ Date: Fri Apr 27 22:07:50 2007 +0000 Monotone-Date: 2007-04-27T22:07:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoPermissions.m + commit e1db62a8bb1f6116eb1027847f801fcf4260fd34 Author: Wolfgang Sourdeau Date: Fri Apr 27 22:06:58 2007 +0000 @@ -94068,6 +115987,11 @@ Date: Fri Apr 27 22:06:58 2007 +0000 Monotone-Date: 2007-04-27T22:06:58 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAclEditor.js +M UI/WebServerResources/generic.js + commit 58865b869b7d56028268ecfab7aafe15a9f4defe Author: Wolfgang Sourdeau Date: Fri Apr 27 22:06:48 2007 +0000 @@ -94079,6 +116003,9 @@ Date: Fri Apr 27 22:06:48 2007 +0000 Monotone-Date: 2007-04-27T22:06:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxUserRightsEditor.m + commit b1fa8978b66876713129cf928e0ac3b54a3f3c80 Author: Wolfgang Sourdeau Date: Fri Apr 27 22:05:17 2007 +0000 @@ -94090,6 +116017,17 @@ Date: Fri Apr 27 22:05:17 2007 +0000 Monotone-Date: 2007-04-27T22:05:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/GNUmakefile +A UI/Contacts/UIxContactsUserRightsEditor.h +A UI/Contacts/UIxContactsUserRightsEditor.m +M UI/Contacts/product.plist +A UI/Templates/ContactsUI/UIxContactsUserRightsEditor.wox +A UI/WebServerResources/UIxContactsUserRightsEditor.css +A UI/WebServerResources/UIxContactsUserRightsEditor.js + commit cc58aef14ae48d9e7787776e34277b3be96f5863 Author: Wolfgang Sourdeau Date: Fri Apr 27 19:45:12 2007 +0000 @@ -94101,6 +116039,10 @@ Date: Fri Apr 27 19:45:12 2007 +0000 Monotone-Date: 2007-04-27T19:45:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoFolder.m + commit a251c4da7e8f895d1932539c22d37c38d27fa00b Author: Wolfgang Sourdeau Date: Fri Apr 27 19:41:04 2007 +0000 @@ -94112,6 +116054,12 @@ Date: Fri Apr 27 19:41:04 2007 +0000 Monotone-Date: 2007-04-27T19:41:04 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/UIxComponentEditor.m +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/WebServerResources/UIxComponentEditor.js + commit 63ccf073b401791ec17db9ace348008df1907afb Author: Wolfgang Sourdeau Date: Fri Apr 27 19:03:33 2007 +0000 @@ -94123,6 +116071,9 @@ Date: Fri Apr 27 19:03:33 2007 +0000 Monotone-Date: 2007-04-27T19:03:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit 48d1736fe4de45ee647a8199faff82a4a5446d39 Author: Wolfgang Sourdeau Date: Fri Apr 27 19:02:01 2007 +0000 @@ -94134,6 +116085,8 @@ Date: Fri Apr 27 19:02:01 2007 +0000 Monotone-Date: 2007-04-27T19:02:01 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.m + commit 0fa658ba0778f58550217cd728cf4ecf606b0ae3 Author: Wolfgang Sourdeau Date: Fri Apr 27 19:01:46 2007 +0000 @@ -94145,6 +116098,8 @@ Date: Fri Apr 27 19:01:46 2007 +0000 Monotone-Date: 2007-04-27T19:01:46 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactLDAPEntry.m + commit bdb9eeca8f524bac6081e5a2904ca08e9f8bb2d3 Author: Wolfgang Sourdeau Date: Fri Apr 27 19:00:40 2007 +0000 @@ -94156,6 +116111,8 @@ Date: Fri Apr 27 19:00:40 2007 +0000 Monotone-Date: 2007-04-27T19:00:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit a03e855365e80d2b9a87111bc30ff07b85f1ef4d Author: Wolfgang Sourdeau Date: Fri Apr 27 18:59:29 2007 +0000 @@ -94167,6 +116124,8 @@ Date: Fri Apr 27 18:59:29 2007 +0000 Monotone-Date: 2007-04-27T18:59:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit ee637f1df231a998bd7cd69306821f091639cc61 Author: Wolfgang Sourdeau Date: Fri Apr 27 18:58:48 2007 +0000 @@ -94178,6 +116137,8 @@ Date: Fri Apr 27 18:58:48 2007 +0000 Monotone-Date: 2007-04-27T18:58:48 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoContentObject.m + commit daaf7fb14ed94294d2e5d41d8154a31135b1dedf Author: Wolfgang Sourdeau Date: Thu Apr 26 16:39:09 2007 +0000 @@ -94189,6 +116150,9 @@ Date: Thu Apr 26 16:39:09 2007 +0000 Monotone-Date: 2007-04-26T16:39:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 27d801a9fc60c01d4eb8b5788484cce3d332343c Author: Wolfgang Sourdeau Date: Thu Apr 26 01:16:19 2007 +0000 @@ -94200,6 +116164,21 @@ Date: Thu Apr 26 01:16:19 2007 +0000 Monotone-Date: 2007-04-26T01:16:19 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoGroupAppointmentFolder.m +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoPermissions.h +M SoObjects/SOGo/SOGoPermissions.m +M SoObjects/SOGo/SOGoUser.m +M UI/Scheduler/UIxCalInlineAptView.m +M UI/Scheduler/UIxCalUserRightsEditor.m +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/UIxComponentEditor.m + commit e17d43a24ea00c9eba7fe12d765bb40df0a6ab59 Author: Wolfgang Sourdeau Date: Thu Apr 26 01:15:26 2007 +0000 @@ -94211,6 +116190,11 @@ Date: Thu Apr 26 01:15:26 2007 +0000 Monotone-Date: 2007-04-26T01:15:26 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalInlineAptView.wox +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxComponentEditor.js + commit d40ba9024ef79865874546e6030d6ae561bdabb0 Author: Wolfgang Sourdeau Date: Thu Apr 26 01:14:24 2007 +0000 @@ -94222,6 +116206,9 @@ Date: Thu Apr 26 01:14:24 2007 +0000 Monotone-Date: 2007-04-26T01:14:24 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit 4948aca14a785eef037d2aa262b3000987dd3cb6 Author: Wolfgang Sourdeau Date: Thu Apr 26 01:13:55 2007 +0000 @@ -94233,6 +116220,12 @@ Date: Thu Apr 26 01:13:55 2007 +0000 Monotone-Date: 2007-04-26T01:13:55 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/product.plist +M SoObjects/Mailer/product.plist +M UI/Common/product.plist +M UI/MainUI/product.plist +M UI/Scheduler/product.plist + commit b13636f3857cd859abe6741a62f70f7f5696fb49 Author: Wolfgang Sourdeau Date: Wed Apr 25 15:14:40 2007 +0000 @@ -94244,6 +116237,9 @@ Date: Wed Apr 25 15:14:40 2007 +0000 Monotone-Date: 2007-04-25T15:14:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 941f725eb028a19a03b7fef8b9ae6ccdcd3665dd Author: Wolfgang Sourdeau Date: Wed Apr 25 14:31:09 2007 +0000 @@ -94255,6 +116251,8 @@ Date: Wed Apr 25 14:31:09 2007 +0000 Monotone-Date: 2007-04-25T14:31:09 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/product.plist + commit 666bec13e3427d51b30db91065ae1d2784e089bf Author: Wolfgang Sourdeau Date: Wed Apr 25 14:31:00 2007 +0000 @@ -94266,6 +116264,10 @@ Date: Wed Apr 25 14:31:00 2007 +0000 Monotone-Date: 2007-04-25T14:31:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSCalendarDate+SOGo.h +M SoObjects/SOGo/NSCalendarDate+SOGo.m + commit 2d131df90c7b1f59b2f8ddf3f60cff99e0cb6c82 Author: Wolfgang Sourdeau Date: Wed Apr 25 14:28:00 2007 +0000 @@ -94277,6 +116279,9 @@ Date: Wed Apr 25 14:28:00 2007 +0000 Monotone-Date: 2007-04-25T14:28:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit fbf6d3c73c2c51d6dbf1187a2b4747b39520eb04 Author: Wolfgang Sourdeau Date: Wed Apr 25 14:26:14 2007 +0000 @@ -94288,6 +116293,8 @@ Date: Wed Apr 25 14:26:14 2007 +0000 Monotone-Date: 2007-04-25T14:26:14 Monotone-Branch: ca.inverse.sogo +M UI/Common/Toolbars/SOGoAclOwner.toolbar + commit 10f79b2c9216b83ac44b219008dd70d47555b0ba Author: Wolfgang Sourdeau Date: Wed Apr 25 14:26:01 2007 +0000 @@ -94299,6 +116306,8 @@ Date: Wed Apr 25 14:26:01 2007 +0000 Monotone-Date: 2007-04-25T14:26:01 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings + commit 22c9096c58a8559216daf56e030b73ace6d660e8 Author: Wolfgang Sourdeau Date: Wed Apr 25 14:25:49 2007 +0000 @@ -94310,6 +116319,8 @@ Date: Wed Apr 25 14:25:49 2007 +0000 Monotone-Date: 2007-04-25T14:25:49 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit ecfa7284d0a9d69f38d9272d3be04ce351411fbd Author: Wolfgang Sourdeau Date: Wed Apr 25 14:25:37 2007 +0000 @@ -94321,6 +116332,8 @@ Date: Wed Apr 25 14:25:37 2007 +0000 Monotone-Date: 2007-04-25T14:25:37 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 5c10727c9f346ccd4838b0426e4c69409af65e70 Author: Wolfgang Sourdeau Date: Tue Apr 24 23:08:02 2007 +0000 @@ -94332,6 +116345,8 @@ Date: Tue Apr 24 23:08:02 2007 +0000 Monotone-Date: 2007-04-24T23:08:02 Monotone-Branch: ca.inverse.sogo +M Main/sogod.m + commit 8bd4abeaf789b3f5c7ea143350cb7f4e842a2783 Author: Wolfgang Sourdeau Date: Tue Apr 24 23:04:36 2007 +0000 @@ -94343,6 +116358,8 @@ Date: Tue Apr 24 23:04:36 2007 +0000 Monotone-Date: 2007-04-24T23:04:36 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalUserRightsEditor.m + commit 57e0ebcf5fcbc5fb2ef0bcf1887b7e35925ccbd4 Author: Wolfgang Sourdeau Date: Tue Apr 24 22:50:09 2007 +0000 @@ -94354,6 +116371,8 @@ Date: Tue Apr 24 22:50:09 2007 +0000 Monotone-Date: 2007-04-24T22:50:09 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoFolder.h + commit 14f0b85276333fb8963b0c14e4149ed2fa90149d Author: Wolfgang Sourdeau Date: Tue Apr 24 22:49:38 2007 +0000 @@ -94365,6 +116384,10 @@ Date: Tue Apr 24 22:49:38 2007 +0000 Monotone-Date: 2007-04-24T22:49:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxUserRightsEditor.h +M UI/Common/UIxUserRightsEditor.m + commit e9f52670f959c1f21d18efb06123e287ebcbdf07 Author: Wolfgang Sourdeau Date: Tue Apr 24 22:46:52 2007 +0000 @@ -94376,6 +116399,9 @@ Date: Tue Apr 24 22:46:52 2007 +0000 Monotone-Date: 2007-04-24T22:46:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxAclEditor.m + commit a63577b86ba713dbf1fdf6731c6e0f1dc2164cba Author: Wolfgang Sourdeau Date: Tue Apr 24 22:45:56 2007 +0000 @@ -94387,6 +116413,8 @@ Date: Tue Apr 24 22:45:56 2007 +0000 Monotone-Date: 2007-04-24T22:45:56 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.m + commit 8b3034a5f2a93fde600b5f0502889b1bdc2c7854 Author: Wolfgang Sourdeau Date: Tue Apr 24 22:45:38 2007 +0000 @@ -94398,6 +116426,12 @@ Date: Tue Apr 24 22:45:38 2007 +0000 Monotone-Date: 2007-04-24T22:45:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m + commit f6c034eb63d4333c85345acf035db591f0de6013 Author: Wolfgang Sourdeau Date: Tue Apr 24 22:43:33 2007 +0000 @@ -94409,6 +116443,12 @@ Date: Tue Apr 24 22:43:33 2007 +0000 Monotone-Date: 2007-04-24T22:43:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.m +M SoObjects/Contacts/SOGoContactLDAPFolder.m +M SoObjects/Mailer/SOGoMailAccounts.m +M SoObjects/Mailer/SOGoMailBaseObject.m + commit d4f2403ba712a47488cb5a2e9a132b948692bb57 Author: Wolfgang Sourdeau Date: Tue Apr 24 22:40:05 2007 +0000 @@ -94420,6 +116460,11 @@ Date: Tue Apr 24 22:40:05 2007 +0000 Monotone-Date: 2007-04-24T22:40:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/SOGo/SOGoPermissions.h +M SoObjects/SOGo/SOGoPermissions.m + commit bc5b3a15ab557e2271ee284bfa9c163b632cef25 Author: Wolfgang Sourdeau Date: Tue Apr 24 22:37:21 2007 +0000 @@ -94431,6 +116476,9 @@ Date: Tue Apr 24 22:37:21 2007 +0000 Monotone-Date: 2007-04-24T22:37:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 3c915f8a2eb6ea28c35ea0cfe51e84d4a9e28961 Author: Wolfgang Sourdeau Date: Tue Apr 24 22:36:20 2007 +0000 @@ -94442,6 +116490,10 @@ Date: Tue Apr 24 22:36:20 2007 +0000 Monotone-Date: 2007-04-24T22:36:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Scheduler/UIxCalUserRightsEditor.h +A UI/Scheduler/UIxCalUserRightsEditor.m + commit 82859a5a667fd6de5c6143d1d50666e841323991 Author: Wolfgang Sourdeau Date: Tue Apr 24 22:34:04 2007 +0000 @@ -94453,6 +116505,13 @@ Date: Tue Apr 24 22:34:04 2007 +0000 Monotone-Date: 2007-04-24T22:34:04 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +A UI/Templates/SchedulerUI/UIxCalUserRightsEditor.wox +M UI/WebServerResources/UIxAclEditor.js +A UI/WebServerResources/UIxCalUserRightsEditor.css +A UI/WebServerResources/UIxCalUserRightsEditor.js + commit 6440d30f41405b213adfc9ff6eb0dc6aa770e10b Author: Wolfgang Sourdeau Date: Tue Apr 24 22:33:19 2007 +0000 @@ -94464,6 +116523,8 @@ Date: Tue Apr 24 22:33:19 2007 +0000 Monotone-Date: 2007-04-24T22:33:19 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/GNUmakefile + commit b993684827dbb67dc899e21987aefcadb9badb03 Author: Wolfgang Sourdeau Date: Tue Apr 24 22:33:09 2007 +0000 @@ -94475,6 +116536,9 @@ Date: Tue Apr 24 22:33:09 2007 +0000 Monotone-Date: 2007-04-24T22:33:09 Monotone-Branch: ca.inverse.sogo +M UI/Common/product.plist +M UI/Scheduler/product.plist + commit d6e4471fded7802fa9d130307ff1c11468d99459 Author: Wolfgang Sourdeau Date: Mon Apr 23 17:55:41 2007 +0000 @@ -94486,6 +116550,9 @@ Date: Mon Apr 23 17:55:41 2007 +0000 Monotone-Date: 2007-04-23T17:55:41 Monotone-Branch: ca.inverse.sogo +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings + commit 5fb77ce7baf64cc6e96a65d396c182c4237d9ac0 Author: Wolfgang Sourdeau Date: Mon Apr 23 17:55:29 2007 +0000 @@ -94497,6 +116564,8 @@ Date: Mon Apr 23 17:55:29 2007 +0000 Monotone-Date: 2007-04-23T17:55:29 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxUserRightsEditor.wox + commit 04cb3e51ba7abce1b241c6f206bc7a6ace64dc77 Author: Wolfgang Sourdeau Date: Mon Apr 23 17:55:03 2007 +0000 @@ -94508,6 +116577,9 @@ Date: Mon Apr 23 17:55:03 2007 +0000 Monotone-Date: 2007-04-23T17:55:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit ee6beb64f86071d9c79b68f019da87a460a6e007 Author: Wolfgang Sourdeau Date: Mon Apr 23 15:09:43 2007 +0000 @@ -94519,6 +116591,11 @@ Date: Mon Apr 23 15:09:43 2007 +0000 Monotone-Date: 2007-04-23T15:09:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Common/UIxUserRightsEditor.h +A UI/Common/UIxUserRightsEditor.m +A UI/Templates/UIxUserRightsEditor.wox + commit d49645882237af1dd1decd2f236129c07ac4fa8d Author: Wolfgang Sourdeau Date: Mon Apr 23 15:05:45 2007 +0000 @@ -94530,6 +116607,9 @@ Date: Mon Apr 23 15:05:45 2007 +0000 Monotone-Date: 2007-04-23T15:05:45 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/sql/generate-folderinfo-sql-for-users.sh +M OGoContentStore/sql/profile-create.psql + commit 9936eb9b798c98f0b3b8c4c76f2c303df2658739 Author: Wolfgang Sourdeau Date: Tue Apr 17 14:34:31 2007 +0000 @@ -94541,6 +116621,9 @@ Date: Tue Apr 17 14:34:31 2007 +0000 Monotone-Date: 2007-04-17T14:34:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit a6ab235d1e56d5e3c8bd2b2ddfe3b940468aca0c Author: Wolfgang Sourdeau Date: Tue Apr 17 14:33:13 2007 +0000 @@ -94552,6 +116635,8 @@ Date: Tue Apr 17 14:33:13 2007 +0000 Monotone-Date: 2007-04-17T14:33:13 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxAclEditor.h + commit fa452e68e764046fcd1c3c4f91c4fdd9506cd7a2 Author: Wolfgang Sourdeau Date: Tue Apr 17 14:32:47 2007 +0000 @@ -94563,6 +116648,10 @@ Date: Tue Apr 17 14:32:47 2007 +0000 Monotone-Date: 2007-04-17T14:32:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoContentObject.h +M SoObjects/SOGo/SOGoContentObject.m + commit 4a265cdcbdb78d0dba788e93fb34d8c112bc560d Author: Wolfgang Sourdeau Date: Tue Apr 17 14:30:12 2007 +0000 @@ -94574,6 +116663,10 @@ Date: Tue Apr 17 14:30:12 2007 +0000 Monotone-Date: 2007-04-17T14:30:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoFolder.m + commit 4108411f2e403acd947c0b20fcc39ddab66753f2 Author: Wolfgang Sourdeau Date: Tue Apr 17 14:09:29 2007 +0000 @@ -94585,6 +116678,10 @@ Date: Tue Apr 17 14:09:29 2007 +0000 Monotone-Date: 2007-04-17T14:09:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m + commit a8167f4b7cfe51f2f82142e22f7ad0445499a926 Author: Wolfgang Sourdeau Date: Tue Apr 17 14:03:15 2007 +0000 @@ -94596,6 +116693,9 @@ Date: Tue Apr 17 14:03:15 2007 +0000 Monotone-Date: 2007-04-17T14:03:15 Monotone-Branch: ca.inverse.sogo +M UI/Common/GNUmakefile +M UI/Common/product.plist + commit 76c90211f4d72b764af3b5353d9ac450d4012594 Author: Wolfgang Sourdeau Date: Tue Apr 17 14:03:02 2007 +0000 @@ -94607,6 +116707,8 @@ Date: Tue Apr 17 14:03:02 2007 +0000 Monotone-Date: 2007-04-17T14:03:02 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxFolderActions.m + commit b56702c30cd4e09a1063be7801f87b2921bee927 Author: Wolfgang Sourdeau Date: Tue Apr 17 14:02:07 2007 +0000 @@ -94618,6 +116720,10 @@ Date: Tue Apr 17 14:02:07 2007 +0000 Monotone-Date: 2007-04-17T14:02:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Common/UIxObjectActions.h +A UI/Common/UIxObjectActions.m + commit 48d0edb83c68e60d4aaaf1e44cf80f64b4f8e811 Author: Wolfgang Sourdeau Date: Tue Apr 17 13:57:14 2007 +0000 @@ -94629,6 +116735,9 @@ Date: Tue Apr 17 13:57:14 2007 +0000 Monotone-Date: 2007-04-17T13:57:14 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalDayView.h +M UI/Scheduler/UIxCalDayView.m + commit b4ebfb9c1c46da5344df8bc9146f1ee1c112ec14 Author: Wolfgang Sourdeau Date: Tue Apr 17 13:56:33 2007 +0000 @@ -94642,6 +116751,8 @@ Date: Tue Apr 17 13:56:33 2007 +0000 Monotone-Date: 2007-04-17T13:56:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 46405eb4429ee48fa7cdc4fe3b321a35f7d9f37f Author: Wolfgang Sourdeau Date: Tue Apr 17 13:56:19 2007 +0000 @@ -94655,6 +116766,10 @@ Date: Tue Apr 17 13:56:19 2007 +0000 Monotone-Date: 2007-04-17T13:56:19 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxAclEditor.m +M UI/Templates/UIxAclEditor.wox +M UI/WebServerResources/UIxAclEditor.js + commit 1b1d18ede889295c4bfd3a316dc763c28768944a Author: Wolfgang Sourdeau Date: Tue Apr 17 13:53:33 2007 +0000 @@ -94666,6 +116781,8 @@ Date: Tue Apr 17 13:53:33 2007 +0000 Monotone-Date: 2007-04-17T13:53:33 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 435554e99dd9041e537cf5bf3d544f15176a0f8e Author: Wolfgang Sourdeau Date: Tue Apr 17 13:53:13 2007 +0000 @@ -94677,6 +116794,8 @@ Date: Tue Apr 17 13:53:13 2007 +0000 Monotone-Date: 2007-04-17T13:53:13 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/AgenorUserManager.m + commit 83fb35df05f0d0197c4cbe0fb3d8874b43918050 Author: Wolfgang Sourdeau Date: Tue Apr 17 13:51:04 2007 +0000 @@ -94688,6 +116807,8 @@ Date: Tue Apr 17 13:51:04 2007 +0000 Monotone-Date: 2007-04-17T13:51:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 041690dd2fb71cf37ee1f734d8d306cdf2eef0ee Author: Wolfgang Sourdeau Date: Tue Apr 17 13:50:53 2007 +0000 @@ -94699,6 +116820,11 @@ Date: Tue Apr 17 13:50:53 2007 +0000 Monotone-Date: 2007-04-17T13:50:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/GNUmakefile +D SoObjects/SOGo/SOGoAclsFolder.h +D SoObjects/SOGo/SOGoAclsFolder.m + commit aafd7a3855544c7c8e0d90eb7161d1c249fef2e1 Author: Wolfgang Sourdeau Date: Tue Apr 17 13:49:23 2007 +0000 @@ -94710,6 +116836,10 @@ Date: Tue Apr 17 13:49:23 2007 +0000 Monotone-Date: 2007-04-17T13:49:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m + commit a8245d3265db8103a3cb832d68581b2ecdd10c11 Author: Wolfgang Sourdeau Date: Tue Apr 17 13:46:38 2007 +0000 @@ -94721,6 +116851,9 @@ Date: Tue Apr 17 13:46:38 2007 +0000 Monotone-Date: 2007-04-17T13:46:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 23daba3d2986d62b56464918d5377b74a97553e7 Author: Wolfgang Sourdeau Date: Tue Apr 17 13:45:03 2007 +0000 @@ -94732,6 +116865,9 @@ Date: Tue Apr 17 13:45:03 2007 +0000 Monotone-Date: 2007-04-17T13:45:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit f46adb59ae151b4520ef3d16d551dc1c4ed03f28 Author: Wolfgang Sourdeau Date: Mon Apr 16 21:42:27 2007 +0000 @@ -94743,6 +116879,8 @@ Date: Mon Apr 16 21:42:27 2007 +0000 Monotone-Date: 2007-04-16T21:42:27 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactGCSFolder.m + commit f0e0da1f1c2ac7cadd986146165a253c4c0cb805 Author: Wolfgang Sourdeau Date: Mon Apr 16 21:41:50 2007 +0000 @@ -94754,6 +116892,8 @@ Date: Mon Apr 16 21:41:50 2007 +0000 Monotone-Date: 2007-04-16T21:41:50 Monotone-Branch: ca.inverse.sogo +M Main/sogod.m + commit 596048ace406fb94886f78aeb6702162e7786b30 Author: Wolfgang Sourdeau Date: Mon Apr 16 21:40:45 2007 +0000 @@ -94765,6 +116905,9 @@ Date: Mon Apr 16 21:40:45 2007 +0000 Monotone-Date: 2007-04-16T21:40:45 Monotone-Branch: ca.inverse.sogo +A UI/Common/UIxJSClose.h +A UI/Common/UIxJSClose.m + commit e6ee684ac4a416f9a80e4bbaad0d87d64f8698a6 Author: Wolfgang Sourdeau Date: Mon Apr 16 17:36:56 2007 +0000 @@ -94776,6 +116919,9 @@ Date: Mon Apr 16 17:36:56 2007 +0000 Monotone-Date: 2007-04-16T17:36:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m + commit 4063ec97a6bcea1edbe6b408f7e9fcb75ba08b65 Author: Wolfgang Sourdeau Date: Thu Apr 12 00:34:43 2007 +0000 @@ -94787,6 +116933,14 @@ Date: Thu Apr 12 00:34:43 2007 +0000 Monotone-Date: 2007-04-12T00:34:43 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/Contacts/SOGoContactFolders.m +M SoObjects/Mailer/SOGoMailAccounts.m +M UI/Scheduler/UIxAppointmentView.h +M UI/Scheduler/UIxCalView.h +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/UIxTimeDateControl.m + commit 5be8b033ce0110e91717a28d6dcd973967d25a95 Author: Wolfgang Sourdeau Date: Thu Apr 12 00:33:27 2007 +0000 @@ -94798,6 +116952,8 @@ Date: Thu Apr 12 00:33:27 2007 +0000 Monotone-Date: 2007-04-12T00:33:27 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/product.plist + commit c3a94994307c3b38caa641e692d923336d066bc3 Author: Wolfgang Sourdeau Date: Thu Apr 12 00:31:20 2007 +0000 @@ -94809,6 +116965,8 @@ Date: Thu Apr 12 00:31:20 2007 +0000 Monotone-Date: 2007-04-12T00:31:20 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.m + commit a87ded3e207b12121fc391df2924f0fd2098aaf3 Author: Wolfgang Sourdeau Date: Thu Apr 12 00:30:55 2007 +0000 @@ -94820,6 +116978,8 @@ Date: Thu Apr 12 00:30:55 2007 +0000 Monotone-Date: 2007-04-12T00:30:55 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/product.plist + commit 80d698d2a64140f78ccf0767d08efdbd3927ed20 Author: Wolfgang Sourdeau Date: Wed Apr 11 20:10:21 2007 +0000 @@ -94831,6 +116991,11 @@ Date: Wed Apr 11 20:10:21 2007 +0000 Monotone-Date: 2007-04-11T20:10:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m +M UI/SOGoUI/UIxComponent.m + commit 30bc77cc5a2aa9dfdf9f5b18871236fc66fe104f Author: Wolfgang Sourdeau Date: Wed Apr 11 19:52:13 2007 +0000 @@ -94842,6 +117007,8 @@ Date: Wed Apr 11 19:52:13 2007 +0000 Monotone-Date: 2007-04-11T19:52:13 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.h + commit 8f4dbed933e0fa2913fde48fa9a4b02b18bd6125 Author: Wolfgang Sourdeau Date: Wed Apr 11 19:51:45 2007 +0000 @@ -94853,6 +117020,8 @@ Date: Wed Apr 11 19:51:45 2007 +0000 Monotone-Date: 2007-04-11T19:51:45 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.m + commit 662431c5854510a92b20c82a398bd93249a9bf21 Author: Wolfgang Sourdeau Date: Wed Apr 11 19:51:07 2007 +0000 @@ -94864,6 +117033,11 @@ Date: Wed Apr 11 19:51:07 2007 +0000 Monotone-Date: 2007-04-11T19:51:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m +M UI/SOGoUI/UIxComponent.m + commit 0b48a3b2474f4753a2fc0077ff3da7411c2d8c94 Author: Wolfgang Sourdeau Date: Wed Apr 11 19:38:06 2007 +0000 @@ -94875,6 +117049,10 @@ Date: Wed Apr 11 19:38:06 2007 +0000 Monotone-Date: 2007-04-11T19:38:06 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m +M UI/Scheduler/UIxComponentEditor.m + commit b6d867e1ff64eac71081dca071b511c057d4a7a3 Author: Wolfgang Sourdeau Date: Wed Apr 11 19:34:24 2007 +0000 @@ -94886,6 +117064,8 @@ Date: Wed Apr 11 19:34:24 2007 +0000 Monotone-Date: 2007-04-11T19:34:24 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.m + commit e2974d79409daf4065918aea345e12afd20d3e9c Author: Wolfgang Sourdeau Date: Wed Apr 11 19:33:25 2007 +0000 @@ -94897,6 +117077,10 @@ Date: Wed Apr 11 19:33:25 2007 +0000 Monotone-Date: 2007-04-11T19:33:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m + commit 48f210e151a8e91e63cb27312faa9d23ac4bcf4d Author: Wolfgang Sourdeau Date: Wed Apr 11 19:17:20 2007 +0000 @@ -94908,6 +117092,14 @@ Date: Wed Apr 11 19:17:20 2007 +0000 Monotone-Date: 2007-04-11T19:17:20 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/Appointments/SOGoTaskObject.m +M SoObjects/Mailer/SOGoDraftObject.m +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailAccounts.m +M SoObjects/Mailer/SOGoMailBaseObject.m +M SoObjects/SOGo/SOGoGroupFolder.m + commit 5ff3a45095ae269a8040e0fe912e6193e9118d2a Author: Wolfgang Sourdeau Date: Wed Apr 11 19:11:23 2007 +0000 @@ -94919,6 +117111,8 @@ Date: Wed Apr 11 19:11:23 2007 +0000 Monotone-Date: 2007-04-11T19:11:23 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.h + commit e09ac2e383329f78ce83d0dd0a5a27cea51f8823 Author: Wolfgang Sourdeau Date: Wed Apr 11 19:08:58 2007 +0000 @@ -94930,6 +117124,39 @@ Date: Wed Apr 11 19:08:58 2007 +0000 Monotone-Date: 2007-04-11T19:08:58 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.h +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/Appointments/SOGoGroupAppointmentFolder.m +M SoObjects/Appointments/SOGoTaskObject.h +M SoObjects/Appointments/SOGoTaskObject.m +M SoObjects/Contacts/SOGoContactFolders.m +M SoObjects/Contacts/SOGoContactLDAPFolder.m +M SoObjects/SOGo/SOGoContentObject.m +M SoObjects/SOGo/SOGoUserFolder.m +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/MainUI/SOGoUserHomePage.m +M UI/MainUI/product.plist +M UI/SOGoUI/UIxComponent.m +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxAppointmentProposal.m +M UI/Scheduler/UIxAppointmentView.h +M UI/Scheduler/UIxAppointmentView.m +M UI/Scheduler/UIxCalAptListView.m +M UI/Scheduler/UIxCalDateSelector.m +M UI/Scheduler/UIxCalMonthView.m +M UI/Scheduler/UIxCalView.h +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/UIxCalendarSelector.m +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/UIxTaskEditor.m +M UI/Scheduler/UIxTaskProposal.m +M UI/Scheduler/UIxTaskView.m +M UI/Scheduler/UIxTimeDateControl.m +D UI/Templates/SchedulerUI/UIxCalMonthOverview.wox + commit 828d3b2818c5cd63bee362b9bb77e2647a5365e5 Author: Wolfgang Sourdeau Date: Wed Apr 11 19:07:54 2007 +0000 @@ -94941,6 +117168,10 @@ Date: Wed Apr 11 19:07:54 2007 +0000 Monotone-Date: 2007-04-11T19:07:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m + commit 772b31b27766139c829ae844fcecdfdab9ae3973 Author: Wolfgang Sourdeau Date: Wed Apr 11 19:03:42 2007 +0000 @@ -94952,6 +117183,10 @@ Date: Wed Apr 11 19:03:42 2007 +0000 Monotone-Date: 2007-04-11T19:03:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m + commit 9c2fe1288eae6be97b89c8007d127ff25ddb394b Author: Wolfgang Sourdeau Date: Wed Apr 11 18:58:01 2007 +0000 @@ -94963,6 +117198,8 @@ Date: Wed Apr 11 18:58:01 2007 +0000 Monotone-Date: 2007-04-11T18:58:01 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.h + commit 1b0a74d9db6d6d06d48ad93914835330919fe7ef Author: Wolfgang Sourdeau Date: Wed Apr 11 18:57:54 2007 +0000 @@ -94974,6 +117211,9 @@ Date: Wed Apr 11 18:57:54 2007 +0000 Monotone-Date: 2007-04-11T18:57:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 12da674da28dd1f6906d54f793917d71083b04fa Author: Wolfgang Sourdeau Date: Wed Apr 11 18:51:25 2007 +0000 @@ -94985,6 +117225,11 @@ Date: Wed Apr 11 18:51:25 2007 +0000 Monotone-Date: 2007-04-11T18:51:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/GNUmakefile +D UI/Scheduler/UIxCalSelectTab.m +D UI/Templates/SchedulerUI/UIxCalSelectTab.wox + commit feea942bfd0cb7e03636396a2a47b8ec9c5b0312 Author: Wolfgang Sourdeau Date: Tue Apr 10 20:39:40 2007 +0000 @@ -94996,6 +117241,9 @@ Date: Tue Apr 10 20:39:40 2007 +0000 Monotone-Date: 2007-04-10T20:39:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSEntry.m + commit cafc68d11f481b0978e03130a50549252660b365 Author: Wolfgang Sourdeau Date: Tue Apr 10 20:39:00 2007 +0000 @@ -95007,6 +117255,9 @@ Date: Tue Apr 10 20:39:00 2007 +0000 Monotone-Date: 2007-04-10T20:39:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/OCSContactFieldExtractor.m + commit ab92bbb4c11316b02a03712b4a2639ef21de59f7 Author: Wolfgang Sourdeau Date: Fri Apr 6 21:30:13 2007 +0000 @@ -95018,6 +117269,9 @@ Date: Fri Apr 6 21:30:13 2007 +0000 Monotone-Date: 2007-04-06T21:30:13 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js + commit c0856300bda79c68fb6fbd9faaecb8fcac11837a Author: Wolfgang Sourdeau Date: Wed Apr 4 17:22:36 2007 +0000 @@ -95029,6 +117283,9 @@ Date: Wed Apr 4 17:22:36 2007 +0000 Monotone-Date: 2007-04-04T17:22:36 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit 2e06a512784c973555aa8b0d1a71553b70111503 Author: Wolfgang Sourdeau Date: Wed Apr 4 17:12:43 2007 +0000 @@ -95040,6 +117297,9 @@ Date: Wed Apr 4 17:12:43 2007 +0000 Monotone-Date: 2007-04-04T17:12:43 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit 9a844795ba3c2ea905d7874a1e0eab57465bddc2 Author: Wolfgang Sourdeau Date: Wed Apr 4 17:12:33 2007 +0000 @@ -95051,6 +117311,8 @@ Date: Wed Apr 4 17:12:33 2007 +0000 Monotone-Date: 2007-04-04T17:12:33 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalendarSelector.wox + commit 2009a104420b31a48741e40902d90a78d96f29b4 Author: Wolfgang Sourdeau Date: Wed Apr 4 14:12:18 2007 +0000 @@ -95062,6 +117324,8 @@ Date: Wed Apr 4 14:12:18 2007 +0000 Monotone-Date: 2007-04-04T14:12:18 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit 73c22fd06c7ad1e0c495032e586ebd5cd3c80e5a Author: Wolfgang Sourdeau Date: Wed Apr 4 14:12:09 2007 +0000 @@ -95073,6 +117337,8 @@ Date: Wed Apr 4 14:12:09 2007 +0000 Monotone-Date: 2007-04-04T14:12:09 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit 62f6c97cdba5ec39363280143535b8ea9c453061 Author: Wolfgang Sourdeau Date: Wed Apr 4 14:05:01 2007 +0000 @@ -95084,6 +117350,9 @@ Date: Wed Apr 4 14:05:01 2007 +0000 Monotone-Date: 2007-04-04T14:05:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactsListView.m + commit 748d02ba859744c8214e495599bcd5b9fd54169a Author: Wolfgang Sourdeau Date: Tue Apr 3 19:00:47 2007 +0000 @@ -95095,6 +117364,8 @@ Date: Tue Apr 3 19:00:47 2007 +0000 Monotone-Date: 2007-04-03T19:00:47 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 83ab3bf73e21fddda3f9c832cceda44fa53cc0ea Author: Wolfgang Sourdeau Date: Tue Apr 3 17:37:41 2007 +0000 @@ -95106,6 +117377,13 @@ Date: Tue Apr 3 17:37:41 2007 +0000 Monotone-Date: 2007-04-03T17:37:41 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/UIxContactEditor.css +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/generic.css + commit 96a94aab31ae3e829d32dc47369064c2aa4f87ef Author: Wolfgang Sourdeau Date: Tue Apr 3 14:24:09 2007 +0000 @@ -95117,6 +117395,14 @@ Date: Tue Apr 3 14:24:09 2007 +0000 Monotone-Date: 2007-04-03T14:24:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/UIxCalTasksListView.h +M UI/Scheduler/UIxCalTasksListView.m +M UI/Templates/SchedulerUI/UIxCalTasksListView.wox +M UI/WebServerResources/SchedulerUI.js + commit 3ed138ea9a6e715932ca00975cfe26fc4ee47324 Author: Wolfgang Sourdeau Date: Tue Apr 3 14:23:08 2007 +0000 @@ -95128,6 +117414,13 @@ Date: Tue Apr 3 14:23:08 2007 +0000 Monotone-Date: 2007-04-03T14:23:08 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxContactEditor.css +M UI/WebServerResources/generic.css + commit 72d160e4bca1f4f7d07d2c200b54c356d3a39cac Author: Wolfgang Sourdeau Date: Tue Apr 3 13:41:51 2007 +0000 @@ -95139,6 +117432,10 @@ Date: Tue Apr 3 13:41:51 2007 +0000 Monotone-Date: 2007-04-03T13:41:51 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactView.m +M UI/Scheduler/UIxCalView.h +M UI/Scheduler/UIxCalView.m + commit 195535e3cf24f43fd1e2bf5821e814e8ff50b724 Author: Wolfgang Sourdeau Date: Mon Apr 2 21:15:07 2007 +0000 @@ -95150,6 +117447,8 @@ Date: Mon Apr 2 21:15:07 2007 +0000 Monotone-Date: 2007-04-02T21:15:07 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactView.wox + commit edb33ac646daee9994a8e884d5c2e14c3516d810 Author: Wolfgang Sourdeau Date: Mon Apr 2 21:14:53 2007 +0000 @@ -95161,6 +117460,9 @@ Date: Mon Apr 2 21:14:53 2007 +0000 Monotone-Date: 2007-04-02T21:14:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactView.m + commit f741354d3d7fb2ba39e1c29b2ff18e1bf122e9ec Author: Wolfgang Sourdeau Date: Mon Apr 2 21:13:57 2007 +0000 @@ -95172,6 +117474,11 @@ Date: Mon Apr 2 21:13:57 2007 +0000 Monotone-Date: 2007-04-02T21:13:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/UIxContactEditor.m + commit 973fe8eb87057aa7ec8996e7608fef5a04f7794d Author: Wolfgang Sourdeau Date: Mon Apr 2 20:06:53 2007 +0000 @@ -95183,6 +117490,15 @@ Date: Mon Apr 2 20:06:53 2007 +0000 Monotone-Date: 2007-04-02T20:06:53 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/OCSContactFieldExtractor.m +M OGoContentStore/contact.ocs +M OGoContentStore/sql/generate-folderinfo-sql-for-users.sh +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/Contacts/SOGoContactLDAPFolder.m +M UI/Contacts/UIxContactEditor.m +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/WebServerResources/ContactsUI.js + commit ad372b07aa7edad189b3dc577085b621f2c91632 Author: Wolfgang Sourdeau Date: Mon Apr 2 19:27:57 2007 +0000 @@ -95194,6 +117510,10 @@ Date: Mon Apr 2 19:27:57 2007 +0000 Monotone-Date: 2007-04-02T19:27:57 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxTaskEditor.css + commit 1445ac4d5bf9c54db9151605881df623940ac538 Author: Wolfgang Sourdeau Date: Mon Apr 2 19:27:46 2007 +0000 @@ -95205,6 +117525,12 @@ Date: Mon Apr 2 19:27:46 2007 +0000 Monotone-Date: 2007-04-02T19:27:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m +M UI/Templates/SchedulerUI/UIxComponentEditor.wox +M UI/WebServerResources/UIxComponentEditor.js + commit 3e468870acba17e60276180a984bd7c032ba9ec2 Author: Wolfgang Sourdeau Date: Mon Apr 2 19:26:26 2007 +0000 @@ -95216,6 +117542,10 @@ Date: Mon Apr 2 19:26:26 2007 +0000 Monotone-Date: 2007-04-02T19:26:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalendarSelector.h +M UI/Scheduler/UIxCalendarSelector.m + commit 4b356b2f3c1b2babcf461549e20fa0af13225156 Author: Wolfgang Sourdeau Date: Mon Apr 2 19:25:14 2007 +0000 @@ -95227,6 +117557,8 @@ Date: Mon Apr 2 19:25:14 2007 +0000 Monotone-Date: 2007-04-02T19:25:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 493d29df6ba6cc87cd319ec8e57b32111883cc54 Author: Wolfgang Sourdeau Date: Mon Apr 2 19:24:49 2007 +0000 @@ -95238,6 +117570,11 @@ Date: Mon Apr 2 19:24:49 2007 +0000 Monotone-Date: 2007-04-02T19:24:49 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M UI/Scheduler/UIxCalView.h +M UI/Scheduler/UIxCalView.m + commit 54db43b7ce48706e39f0de336a650da618137202 Author: Wolfgang Sourdeau Date: Fri Mar 30 18:10:34 2007 +0000 @@ -95249,6 +117586,8 @@ Date: Fri Mar 30 18:10:34 2007 +0000 Monotone-Date: 2007-03-30T18:10:34 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/product.plist + commit 7905ad9648da63b29f31de9c490ff451d388cc14 Author: Wolfgang Sourdeau Date: Fri Mar 30 18:10:31 2007 +0000 @@ -95260,6 +117599,8 @@ Date: Fri Mar 30 18:10:31 2007 +0000 Monotone-Date: 2007-03-30T18:10:31 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox + commit f1d8a7bef8f0e430cde464315658c78bbb440e61 Author: Wolfgang Sourdeau Date: Fri Mar 30 18:10:18 2007 +0000 @@ -95271,6 +117612,8 @@ Date: Fri Mar 30 18:10:18 2007 +0000 Monotone-Date: 2007-03-30T18:10:18 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartImageViewer.m + commit 41b571478b67d0be07ec1ddbbaaf23261a1fc0ca Author: Wolfgang Sourdeau Date: Fri Mar 30 18:09:55 2007 +0000 @@ -95282,6 +117625,8 @@ Date: Fri Mar 30 18:09:55 2007 +0000 Monotone-Date: 2007-03-30T18:09:55 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartICalViewer.m + commit 00a16992ac9b51b81c48b13b6851a28d8660e566 Author: Wolfgang Sourdeau Date: Fri Mar 30 18:09:38 2007 +0000 @@ -95293,6 +117638,8 @@ Date: Fri Mar 30 18:09:38 2007 +0000 Monotone-Date: 2007-03-30T18:09:38 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoTaskObject.m + commit 927d3630b9c5384d1aae70d07cf1b52f63374e8e Author: Wolfgang Sourdeau Date: Fri Mar 30 15:25:20 2007 +0000 @@ -95304,6 +117651,9 @@ Date: Fri Mar 30 15:25:20 2007 +0000 Monotone-Date: 2007-03-30T15:25:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.m + commit 3ab281c3e705627281c8de98838c494bf7f03eaf Author: Wolfgang Sourdeau Date: Fri Mar 30 15:24:37 2007 +0000 @@ -95315,6 +117665,8 @@ Date: Fri Mar 30 15:24:37 2007 +0000 Monotone-Date: 2007-03-30T15:24:37 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailTree.h + commit 6d7bcd059cfe0e09d9342e183199bfb89f370a3a Author: Wolfgang Sourdeau Date: Fri Mar 30 15:24:30 2007 +0000 @@ -95326,6 +117678,9 @@ Date: Fri Mar 30 15:24:30 2007 +0000 Monotone-Date: 2007-03-30T15:24:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailTree.m + commit e74e4d243a6771c01228e0948fd55277172e89f6 Author: Wolfgang Sourdeau Date: Fri Mar 30 14:34:10 2007 +0000 @@ -95337,6 +117692,9 @@ Date: Fri Mar 30 14:34:10 2007 +0000 Monotone-Date: 2007-03-30T14:34:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartHTMLViewer.m + commit 470b2048e265b574bf6dd4b048fc9742136fd0a4 Author: Wolfgang Sourdeau Date: Fri Mar 30 14:33:56 2007 +0000 @@ -95348,6 +117706,9 @@ Date: Fri Mar 30 14:33:56 2007 +0000 Monotone-Date: 2007-03-30T14:33:56 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/UIxAclEditor.css + commit 97b8e709dfea61cdeac0d9854c5cb6f80e376a86 Author: Wolfgang Sourdeau Date: Thu Mar 29 20:44:02 2007 +0000 @@ -95359,6 +117720,8 @@ Date: Thu Mar 29 20:44:02 2007 +0000 Monotone-Date: 2007-03-29T20:44:02 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/product.plist + commit e320b60c9d7f23c311461ad72db98f8deb227bd9 Author: Wolfgang Sourdeau Date: Thu Mar 29 19:13:27 2007 +0000 @@ -95370,6 +117733,8 @@ Date: Thu Mar 29 19:13:27 2007 +0000 Monotone-Date: 2007-03-29T19:13:27 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/AgenorUserDefaults.m + commit 0361b7b116bfaa8c47bc0682483fc8a4d7af25e8 Author: Wolfgang Sourdeau Date: Thu Mar 29 19:04:57 2007 +0000 @@ -95381,6 +117746,8 @@ Date: Thu Mar 29 19:04:57 2007 +0000 Monotone-Date: 2007-03-29T19:04:57 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/AgenorUserDefaults.m + commit 9664dc499a1cf69e7f87896f442d21e2a3f3903d Author: Wolfgang Sourdeau Date: Thu Mar 29 18:28:57 2007 +0000 @@ -95392,6 +117759,8 @@ Date: Thu Mar 29 18:28:57 2007 +0000 Monotone-Date: 2007-03-29T18:28:57 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/AgenorUserDefaults.m + commit 3e61054aaf7402e65ccd374b0baeb99707102796 Author: Wolfgang Sourdeau Date: Thu Mar 29 18:17:47 2007 +0000 @@ -95403,6 +117772,10 @@ Date: Thu Mar 29 18:17:47 2007 +0000 Monotone-Date: 2007-03-29T18:17:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactsListViewContainer.h +M UI/Contacts/UIxContactsListViewContainer.m + commit bda0947416d123b8c122f29121e26d930d4a7bbb Author: Wolfgang Sourdeau Date: Thu Mar 29 18:15:11 2007 +0000 @@ -95414,6 +117787,9 @@ Date: Thu Mar 29 18:15:11 2007 +0000 Monotone-Date: 2007-03-29T18:15:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactsListView.m + commit fb51253bf09ef6bd63e133adca8225afa2edcc5b Author: Wolfgang Sourdeau Date: Thu Mar 29 18:13:17 2007 +0000 @@ -95425,6 +117801,10 @@ Date: Thu Mar 29 18:13:17 2007 +0000 Monotone-Date: 2007-03-29T18:13:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalDayView.h +M UI/Scheduler/UIxCalDayView.m + commit ba96dcb69fd630abe21fc093195f2fdd9d9dd655 Author: Wolfgang Sourdeau Date: Thu Mar 29 18:11:58 2007 +0000 @@ -95436,6 +117816,10 @@ Date: Thu Mar 29 18:11:58 2007 +0000 Monotone-Date: 2007-03-29T18:11:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalView.h +M UI/Scheduler/UIxCalView.m + commit 26a485383d46c599ee7a0ac0bce274d40ea2a01b Author: Wolfgang Sourdeau Date: Thu Mar 29 18:10:07 2007 +0000 @@ -95447,6 +117831,9 @@ Date: Thu Mar 29 18:10:07 2007 +0000 Monotone-Date: 2007-03-29T18:10:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.m + commit d4d8b470af3ba297d078f5c4159adaff848dad6d Author: Wolfgang Sourdeau Date: Thu Mar 29 18:09:52 2007 +0000 @@ -95458,6 +117845,8 @@ Date: Thu Mar 29 18:09:52 2007 +0000 Monotone-Date: 2007-03-29T18:09:52 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxAclEditor.h + commit 8e99b855e17cc90da1c554d64d3c8097302296f5 Author: Wolfgang Sourdeau Date: Thu Mar 29 18:09:18 2007 +0000 @@ -95471,6 +117860,8 @@ Date: Thu Mar 29 18:09:18 2007 +0000 Monotone-Date: 2007-03-29T18:09:18 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxAclEditor.m + commit 19a7c8e230f2d3479d65fe3cddbed6daf50413af Author: Wolfgang Sourdeau Date: Thu Mar 29 18:08:40 2007 +0000 @@ -95482,6 +117873,12 @@ Date: Thu Mar 29 18:08:40 2007 +0000 Monotone-Date: 2007-03-29T18:08:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D UI/Contacts/UIxContactSelector.h +D UI/Contacts/UIxContactSelector.m +A UI/Scheduler/UIxCalendarSelector.h +A UI/Scheduler/UIxCalendarSelector.m + commit 8901b75bdcf1d7068e4e314f6801def3a033bd77 Author: Wolfgang Sourdeau Date: Thu Mar 29 18:07:19 2007 +0000 @@ -95493,6 +117890,8 @@ Date: Thu Mar 29 18:07:19 2007 +0000 Monotone-Date: 2007-03-29T18:07:19 Monotone-Branch: ca.inverse.sogo +A UI/Contacts/UIxContactsUserFolders.h + commit e0aa8aa38b1ec4c66758392193d137ed354ddaf6 Author: Wolfgang Sourdeau Date: Thu Mar 29 18:07:09 2007 +0000 @@ -95504,6 +117903,9 @@ Date: Thu Mar 29 18:07:09 2007 +0000 Monotone-Date: 2007-03-29T18:07:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Contacts/UIxContactsUserFolders.m + commit 3a4fe71bf77927878c8bd16074541971fac0ebe0 Author: Wolfgang Sourdeau Date: Thu Mar 29 18:05:59 2007 +0000 @@ -95515,6 +117917,13 @@ Date: Thu Mar 29 18:05:59 2007 +0000 Monotone-Date: 2007-03-29T18:05:59 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/GNUmakefile +M UI/Contacts/product.plist +M UI/MainUI/product.plist +M UI/Scheduler/GNUmakefile + commit 707c56056f5a9b975d7bcf1bcc1c5e83404d70a8 Author: Wolfgang Sourdeau Date: Thu Mar 29 18:05:29 2007 +0000 @@ -95526,6 +117935,14 @@ Date: Thu Mar 29 18:05:29 2007 +0000 Monotone-Date: 2007-03-29T18:05:29 Monotone-Branch: ca.inverse.sogo +D UI/Templates/ContactsUI/UIxContactSelector.wox +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +M UI/Templates/ContactsUI/UIxContactsMailerSelection.wox +A UI/Templates/ContactsUI/UIxContactsUserFolders.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +A UI/Templates/SchedulerUI/UIxCalendarSelector.wox +M UI/Templates/UIxAclEditor.wox + commit 38f3f08e4dbc8678ab3696204672c7146f3ec9c0 Author: Wolfgang Sourdeau Date: Thu Mar 29 18:05:23 2007 +0000 @@ -95537,6 +117954,14 @@ Date: Thu Mar 29 18:05:23 2007 +0000 Monotone-Date: 2007-03-29T18:05:23 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAclEditor.css +M UI/WebServerResources/UIxAclEditor.js +A UI/WebServerResources/UIxContactsUserFolders.js + commit 32b8d9e33e9f649353c97f898ee2a5112962f2cd Author: Wolfgang Sourdeau Date: Thu Mar 29 18:04:41 2007 +0000 @@ -95548,6 +117973,9 @@ Date: Thu Mar 29 18:04:41 2007 +0000 Monotone-Date: 2007-03-29T18:04:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxMailEditor.js + commit 4677ec919ba14508a245f8152d3c40a2303c4e01 Author: Wolfgang Sourdeau Date: Thu Mar 29 18:02:48 2007 +0000 @@ -95559,6 +117987,9 @@ Date: Thu Mar 29 18:02:48 2007 +0000 Monotone-Date: 2007-03-29T18:02:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit ef16d6067507651aa9d05f8b171842044d4715ef Author: Wolfgang Sourdeau Date: Thu Mar 29 18:02:12 2007 +0000 @@ -95570,6 +118001,8 @@ Date: Thu Mar 29 18:02:12 2007 +0000 Monotone-Date: 2007-03-29T18:02:12 Monotone-Branch: ca.inverse.sogo +D UI/WebServerResources/SOGoUserHomePage.js + commit ab0b64e45244e4c4541bd936dfce20f6cca06737 Author: Wolfgang Sourdeau Date: Thu Mar 29 18:01:45 2007 +0000 @@ -95581,6 +118014,10 @@ Date: Thu Mar 29 18:01:45 2007 +0000 Monotone-Date: 2007-03-29T18:01:45 Monotone-Branch: ca.inverse.sogo +D UI/Templates/SchedulerUI/UIxCalBackForthNavView.wox +D UI/Templates/SchedulerUI/UIxCalCalendarsListView.wox +D UI/Templates/SchedulerUI/UIxCalScheduleOverview.wox + commit a6ff43403ca225d9e907d46e7c17a01c529b1e31 Author: Wolfgang Sourdeau Date: Thu Mar 29 18:01:08 2007 +0000 @@ -95592,6 +118029,9 @@ Date: Thu Mar 29 18:01:08 2007 +0000 Monotone-Date: 2007-03-29T18:01:08 Monotone-Branch: ca.inverse.sogo +D UI/Scheduler/UIxCalCalendarsListView.h +D UI/Scheduler/UIxCalCalendarsListView.m + commit 6f57b1497009a093d1b09a65c339d5fa48004092 Author: Wolfgang Sourdeau Date: Thu Mar 29 18:00:49 2007 +0000 @@ -95603,6 +118043,13 @@ Date: Thu Mar 29 18:00:49 2007 +0000 Monotone-Date: 2007-03-29T18:00:49 Monotone-Branch: ca.inverse.sogo +D UI/Contacts/UIxContactsAclsSelection.m +D UI/Contacts/UIxContactsAddressBooksSelection.m +D UI/Contacts/UIxContactsCalendarsSelection.m +D UI/Templates/ContactsUI/UIxContactsAclsSelection.wox +D UI/Templates/ContactsUI/UIxContactsAddressBooksSelection.wox +D UI/Templates/ContactsUI/UIxContactsCalendarsSelection.wox + commit a21e2d39f103501fac412a90c33172a860d77b3e Author: Wolfgang Sourdeau Date: Thu Mar 29 17:20:37 2007 +0000 @@ -95614,6 +118061,11 @@ Date: Thu Mar 29 17:20:37 2007 +0000 Monotone-Date: 2007-03-29T17:20:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxFolderActions.h +M UI/Common/UIxFolderActions.m +M UI/Common/product.plist + commit 1f7b31046eb88a9ceb62ac8ca9bcd35e5fe8e024 Author: Wolfgang Sourdeau Date: Thu Mar 29 17:14:57 2007 +0000 @@ -95625,6 +118077,12 @@ Date: Thu Mar 29 17:14:57 2007 +0000 Monotone-Date: 2007-03-29T17:14:57 Monotone-Branch: ca.inverse.sogo +D UI/Scheduler/UIxCalBackForthNavView.m +D UI/Scheduler/UIxCalScheduleOverview.m +D UI/Templates/AnaisUI/AnaisAttendeeSelector.wox +D UI/Templates/AnaisUI/AnaisSelector.wox +D UI/Templates/AnaisUI/AnaisUidSelector.wox + commit c0369494d1be4448ddeea55a800d67893d97ae46 Author: Wolfgang Sourdeau Date: Thu Mar 29 17:12:44 2007 +0000 @@ -95636,6 +118094,10 @@ Date: Thu Mar 29 17:12:44 2007 +0000 Monotone-Date: 2007-03-29T17:12:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.m +M UI/Scheduler/UIxCalMainView.m + commit 780d47403152729030b950e694c7f34ca964eb14 Author: Wolfgang Sourdeau Date: Wed Mar 28 19:15:45 2007 +0000 @@ -95647,6 +118109,12 @@ Date: Wed Mar 28 19:15:45 2007 +0000 Monotone-Date: 2007-03-28T19:15:45 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/add-calendar.png +A UI/WebServerResources/calendar-folder-16x16.png +A UI/WebServerResources/remove-calendar.png +A UI/WebServerResources/tb-mail-addressbook-flat-16x16.png +M UI/WebServerResources/week-view.png + commit 98fe5d43caf0bc7c2fd2b1bca9bd66e7df5bdb63 Author: Wolfgang Sourdeau Date: Wed Mar 28 18:37:23 2007 +0000 @@ -95658,6 +118126,8 @@ Date: Wed Mar 28 18:37:23 2007 +0000 Monotone-Date: 2007-03-28T18:37:23 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoObject.h + commit 6b0fda2fc596686c97007e45263cbd105ef513bf Author: Wolfgang Sourdeau Date: Wed Mar 28 18:37:10 2007 +0000 @@ -95669,6 +118139,8 @@ Date: Wed Mar 28 18:37:10 2007 +0000 Monotone-Date: 2007-03-28T18:37:10 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoFolder.h + commit c610f0da300df576995e900e65c7b72089b00763 Author: Wolfgang Sourdeau Date: Wed Mar 28 18:20:05 2007 +0000 @@ -95680,6 +118152,10 @@ Date: Wed Mar 28 18:20:05 2007 +0000 Monotone-Date: 2007-03-28T18:20:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalMainView.m +M UI/Scheduler/product.plist + commit 415a9b5faca9b29221585aafbb6a7893e3401b65 Author: Wolfgang Sourdeau Date: Tue Mar 27 18:25:27 2007 +0000 @@ -95691,6 +118167,8 @@ Date: Tue Mar 27 18:25:27 2007 +0000 Monotone-Date: 2007-03-27T18:25:27 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/GNUmakefile + commit 8662f00c39b347b8c8f5f3b38aa168865e4a918c Author: Wolfgang Sourdeau Date: Tue Mar 27 18:20:06 2007 +0000 @@ -95702,6 +118180,9 @@ Date: Tue Mar 27 18:20:06 2007 +0000 Monotone-Date: 2007-03-27T18:20:06 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/product.plist + commit e24f51364ba8c1839df930c27c57b1c820dd27e9 Author: Wolfgang Sourdeau Date: Tue Mar 27 18:19:33 2007 +0000 @@ -95713,6 +118194,9 @@ Date: Tue Mar 27 18:19:33 2007 +0000 Monotone-Date: 2007-03-27T18:19:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.m + commit 00f7d8233fbbb8333cbfecdf11922630bd9e7fd6 Author: Wolfgang Sourdeau Date: Tue Mar 27 18:18:06 2007 +0000 @@ -95724,6 +118208,9 @@ Date: Tue Mar 27 18:18:06 2007 +0000 Monotone-Date: 2007-03-27T18:18:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m + commit 8818a3982da68f9205981ef5ccb3c7d7867043cb Author: Wolfgang Sourdeau Date: Tue Mar 27 18:17:22 2007 +0000 @@ -95735,6 +118222,8 @@ Date: Tue Mar 27 18:17:22 2007 +0000 Monotone-Date: 2007-03-27T18:17:22 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/UIxComponent.m + commit 439fd3f5be25a6de970743add8254063261eec2f Author: Wolfgang Sourdeau Date: Tue Mar 27 18:16:52 2007 +0000 @@ -95746,6 +118235,10 @@ Date: Tue Mar 27 18:16:52 2007 +0000 Monotone-Date: 2007-03-27T18:16:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m + commit 577be1b049262a0c9488f84fa822d52b62649950 Author: Wolfgang Sourdeau Date: Tue Mar 27 18:15:51 2007 +0000 @@ -95757,6 +118250,10 @@ Date: Tue Mar 27 18:15:51 2007 +0000 Monotone-Date: 2007-03-27T18:15:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/AgenorUserManager.h +M SoObjects/SOGo/AgenorUserManager.m + commit 0bcd0f561a17b9f81bf8e0a59d549c4352c589a8 Author: Wolfgang Sourdeau Date: Tue Mar 27 18:12:15 2007 +0000 @@ -95768,6 +118265,8 @@ Date: Tue Mar 27 18:12:15 2007 +0000 Monotone-Date: 2007-03-27T18:12:15 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/product.plist + commit f04638707626b6c07fd8e9cb3def98a464a430da Author: Wolfgang Sourdeau Date: Tue Mar 27 18:12:02 2007 +0000 @@ -95779,6 +118278,10 @@ Date: Tue Mar 27 18:12:02 2007 +0000 Monotone-Date: 2007-03-27T18:12:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/AgenorUserDefaults.h +M SoObjects/SOGo/AgenorUserDefaults.m + commit d4a3d02c6885002364b892668294fe2706734b69 Author: Wolfgang Sourdeau Date: Tue Mar 27 18:10:22 2007 +0000 @@ -95790,6 +118293,11 @@ Date: Tue Mar 27 18:10:22 2007 +0000 Monotone-Date: 2007-03-27T18:10:22 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/SchedulerUI.css +A UI/WebServerResources/UIxContactsUserFolders.css +M UI/WebServerResources/generic.css + commit 4509a3a7b42333c9091344dbb0516d62403a0dfd Author: Wolfgang Sourdeau Date: Tue Mar 27 18:10:01 2007 +0000 @@ -95801,6 +118309,12 @@ Date: Tue Mar 27 18:10:01 2007 +0000 Monotone-Date: 2007-03-27T18:10:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/GNUmakefile +A UI/Common/UIxFolderActions.h +A UI/Common/UIxFolderActions.m +M UI/Common/product.plist + commit b6733a726ad6abe1962bd292054ee2dd47fb48ab Author: Wolfgang Sourdeau Date: Tue Mar 27 18:08:34 2007 +0000 @@ -95812,6 +118326,11 @@ Date: Tue Mar 27 18:08:34 2007 +0000 Monotone-Date: 2007-03-27T18:08:34 Monotone-Branch: ca.inverse.sogo +D UI/Common/UIxJSClose.h +D UI/Common/UIxJSClose.m +A UI/SOGoUI/UIxJSClose.h +A UI/SOGoUI/UIxJSClose.m + commit 92007cb03608db2f0b652ce0b530d93af469aea5 Author: Wolfgang Sourdeau Date: Mon Mar 26 13:48:19 2007 +0000 @@ -95823,6 +118342,10 @@ Date: Mon Mar 26 13:48:19 2007 +0000 Monotone-Date: 2007-03-26T13:48:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalDayTable.m +M UI/Templates/SchedulerUI/UIxCalDayTable.wox + commit f4273f3978005b8ed1fee8bc220ff1a4415c206c Author: Wolfgang Sourdeau Date: Mon Mar 26 13:42:11 2007 +0000 @@ -95834,6 +118357,8 @@ Date: Mon Mar 26 13:42:11 2007 +0000 Monotone-Date: 2007-03-26T13:42:11 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/SOGoUserHomePage.m + commit 99e4b1fc22751dac61a340a25c00dd7bb6aaee2f Author: Wolfgang Sourdeau Date: Mon Mar 26 13:41:04 2007 +0000 @@ -95845,6 +118370,9 @@ Date: Mon Mar 26 13:41:04 2007 +0000 Monotone-Date: 2007-03-26T13:41:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoUserHomePage.m + commit e2824a3e06500c93b9621a87eadffe996fac757d Author: Wolfgang Sourdeau Date: Fri Mar 23 17:41:39 2007 +0000 @@ -95856,6 +118384,8 @@ Date: Fri Mar 23 17:41:39 2007 +0000 Monotone-Date: 2007-03-23T17:41:39 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxTaskEditor.m + commit 19babc4b374250d61eea0c6e47746b30984caf7e Author: Wolfgang Sourdeau Date: Fri Mar 23 17:41:29 2007 +0000 @@ -95867,6 +118397,9 @@ Date: Fri Mar 23 17:41:29 2007 +0000 Monotone-Date: 2007-03-23T17:41:29 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactView.m +M UI/Scheduler/UIxTimeDateControl.m + commit a2c0688d0dd4279e83f970bef7cc812835ff3211 Author: Wolfgang Sourdeau Date: Thu Mar 22 21:14:17 2007 +0000 @@ -95878,6 +118411,14 @@ Date: Thu Mar 22 21:14:17 2007 +0000 Monotone-Date: 2007-03-22T21:14:17 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsFilterPanel.wox +M UI/Templates/MailerUI/UIxMailFilterPanel.wox +M UI/Templates/SchedulerUI/UIxCalFilterPanel.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit 520249ebb74d15e13cfe53a23d84263e241ef06b Author: Wolfgang Sourdeau Date: Thu Mar 22 19:02:45 2007 +0000 @@ -95889,6 +118430,10 @@ Date: Thu Mar 22 19:02:45 2007 +0000 Monotone-Date: 2007-03-22T19:02:45 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactEditor.h +M UI/Contacts/UIxContactEditor.m +M UI/Contacts/UIxContactView.m + commit 3abf38778dee78d91764bf45520bba1344e57440 Author: Wolfgang Sourdeau Date: Thu Mar 22 19:02:15 2007 +0000 @@ -95900,6 +118445,9 @@ Date: Thu Mar 22 19:02:15 2007 +0000 Monotone-Date: 2007-03-22T19:02:15 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings + commit 545bd7209299feb0aaaba518d1d8693cc12513a7 Author: Wolfgang Sourdeau Date: Thu Mar 22 19:02:04 2007 +0000 @@ -95911,6 +118459,12 @@ Date: Thu Mar 22 19:02:04 2007 +0000 Monotone-Date: 2007-03-22T19:02:04 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactEditor.wox +M UI/Templates/ContactsUI/UIxContactView.wox +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/UIxContactEditor.css + commit c1597c94361c8fb6579d7d41b2348201d62da59e Author: Wolfgang Sourdeau Date: Thu Mar 22 19:01:54 2007 +0000 @@ -95922,6 +118476,8 @@ Date: Thu Mar 22 19:01:54 2007 +0000 Monotone-Date: 2007-03-22T19:01:54 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/NSArray+NGCards.m + commit 9b2261d2caf89cee2a80ee782d1724ba1d2b87d9 Author: Wolfgang Sourdeau Date: Thu Mar 22 17:47:13 2007 +0000 @@ -95933,6 +118489,8 @@ Date: Thu Mar 22 17:47:13 2007 +0000 Monotone-Date: 2007-03-22T17:47:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 20b120d98b7d3858805a67c514c96d88d718c848 Author: Wolfgang Sourdeau Date: Thu Mar 22 17:41:38 2007 +0000 @@ -95944,6 +118502,9 @@ Date: Thu Mar 22 17:41:38 2007 +0000 Monotone-Date: 2007-03-22T17:41:38 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/generic.js + commit 39c23d6bec806e0857df6ccb67cc970af789c138 Author: Wolfgang Sourdeau Date: Thu Mar 22 17:38:32 2007 +0000 @@ -95955,6 +118516,10 @@ Date: Thu Mar 22 17:38:32 2007 +0000 Monotone-Date: 2007-03-22T17:38:32 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/SOGoUserHomePage.m +M UI/MainUI/product.plist +M UI/Templates/MainUI/SOGoUserHomePage.wox + commit 7a38f47ea2e922a928484d9f5cfc1f817f214981 Author: Wolfgang Sourdeau Date: Thu Mar 22 16:08:51 2007 +0000 @@ -95966,6 +118531,11 @@ Date: Thu Mar 22 16:08:51 2007 +0000 Monotone-Date: 2007-03-22T16:08:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/GNUmakefile +D SoObjects/Contacts/NSDictionary+Contact.h +D SoObjects/Contacts/NSDictionary+Contact.m + commit 65d428f1d951fac90848c46fdf75b3e661f61562 Author: Wolfgang Sourdeau Date: Wed Mar 21 20:00:16 2007 +0000 @@ -95977,6 +118547,8 @@ Date: Wed Mar 21 20:00:16 2007 +0000 Monotone-Date: 2007-03-21T20:00:16 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoFolder.m + commit 57f9bd04aecdb7d10699317937a1f7a6fe496453 Author: Wolfgang Sourdeau Date: Wed Mar 21 14:54:15 2007 +0000 @@ -95988,6 +118560,10 @@ Date: Wed Mar 21 14:54:15 2007 +0000 Monotone-Date: 2007-03-21T14:54:15 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/WebServerResources/ContactsUI.js + commit f13bed3a1ec7f660cce0141d143785427424915f Author: Wolfgang Sourdeau Date: Wed Mar 21 14:29:31 2007 +0000 @@ -95999,6 +118575,11 @@ Date: Wed Mar 21 14:29:31 2007 +0000 Monotone-Date: 2007-03-21T14:29:31 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/Toolbars/SOGoComponentClose.toolbar +M UI/Scheduler/UIxAppointmentEditor.m + commit 26d719e4b7f86ecc2a17c59cb52cb937cce4e0ce Author: Wolfgang Sourdeau Date: Wed Mar 21 14:29:09 2007 +0000 @@ -96010,6 +118591,9 @@ Date: Wed Mar 21 14:29:09 2007 +0000 Monotone-Date: 2007-03-21T14:29:09 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +M UI/WebServerResources/ContactsUI.js + commit 376c0091808a3eec93814aeb1d1e208f847eb66b Author: Wolfgang Sourdeau Date: Wed Mar 21 14:28:42 2007 +0000 @@ -96021,6 +118605,10 @@ Date: Wed Mar 21 14:28:42 2007 +0000 Monotone-Date: 2007-03-21T14:28:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactsListView.m +M UI/Contacts/product.plist + commit e0ec28e71bda97768c1285ba9d4837e715b99118 Author: Wolfgang Sourdeau Date: Wed Mar 21 14:27:48 2007 +0000 @@ -96032,6 +118620,9 @@ Date: Wed Mar 21 14:27:48 2007 +0000 Monotone-Date: 2007-03-21T14:27:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSFolder.m + commit 1a711cd9da5cad8eda34db6abde34a874c985d57 Author: Wolfgang Sourdeau Date: Wed Mar 21 14:27:04 2007 +0000 @@ -96043,6 +118634,10 @@ Date: Wed Mar 21 14:27:04 2007 +0000 Monotone-Date: 2007-03-21T14:27:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoFolder.m + commit 909a87a76a1dfd3dab613d47d43b0c468e8e587f Author: Wolfgang Sourdeau Date: Mon Mar 19 16:30:34 2007 +0000 @@ -96054,6 +118649,8 @@ Date: Mon Mar 19 16:30:34 2007 +0000 Monotone-Date: 2007-03-19T16:30:34 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAttendeesEditor.m + commit 430148b03d114b14b29c37ec7365f529a247390f Author: Wolfgang Sourdeau Date: Mon Mar 19 16:29:56 2007 +0000 @@ -96065,6 +118662,15 @@ Date: Mon Mar 19 16:29:56 2007 +0000 Monotone-Date: 2007-03-19T16:29:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/UIxAttendeesEditor.h +M UI/Scheduler/UIxAttendeesEditor.m +M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +M UI/WebServerResources/UIxAttendeesEditor.css +M UI/WebServerResources/UIxAttendeesEditor.js + commit 32a0d416d1783a21d488266d08b8e400359d3189 Author: Wolfgang Sourdeau Date: Mon Mar 19 16:07:11 2007 +0000 @@ -96076,6 +118682,9 @@ Date: Mon Mar 19 16:07:11 2007 +0000 Monotone-Date: 2007-03-19T16:07:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/UIxAttendeesEditor.js + commit 4bdebb7d8f5a335818c302f6233a42b5b3b2e1bf Author: Wolfgang Sourdeau Date: Mon Mar 19 15:52:04 2007 +0000 @@ -96087,6 +118696,8 @@ Date: Mon Mar 19 15:52:04 2007 +0000 Monotone-Date: 2007-03-19T15:52:04 Monotone-Branch: ca.inverse.sogo +D UI/WebServerResources/calendar.css + commit b380bc60e874ed01db0cf14c71567fc76cd889f1 Author: Wolfgang Sourdeau Date: Mon Mar 19 15:37:46 2007 +0000 @@ -96098,6 +118709,8 @@ Date: Mon Mar 19 15:37:46 2007 +0000 Monotone-Date: 2007-03-19T15:37:46 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/AgenorUserManager.m + commit 67a80e7a8896546f3c95dc21566be6b1815a7244 Author: Wolfgang Sourdeau Date: Mon Mar 19 15:37:37 2007 +0000 @@ -96109,6 +118722,9 @@ Date: Mon Mar 19 15:37:37 2007 +0000 Monotone-Date: 2007-03-19T15:37:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxTaskEditor.m + commit e9b4f04d1f7009456eff61c0253b084930ca7b2b Author: Wolfgang Sourdeau Date: Mon Mar 19 14:34:42 2007 +0000 @@ -96120,6 +118736,12 @@ Date: Mon Mar 19 14:34:42 2007 +0000 Monotone-Date: 2007-03-19T14:34:42 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/GNUmakefile +D UI/Scheduler/UIxFreeBusyUserSelector.h +D UI/Scheduler/UIxFreeBusyUserSelector.m +D UI/Scheduler/UIxFreeBusyUserSelectorTable.h +D UI/Scheduler/UIxFreeBusyUserSelectorTable.m + commit ec9313bd72fb927e85fc119eaa28577c78810bab Author: Wolfgang Sourdeau Date: Mon Mar 19 14:34:12 2007 +0000 @@ -96131,6 +118753,8 @@ Date: Mon Mar 19 14:34:12 2007 +0000 Monotone-Date: 2007-03-19T14:34:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 73f46d7bd47e83803d39e4572ab1aaf462ef54b3 Author: Wolfgang Sourdeau Date: Mon Mar 19 14:33:33 2007 +0000 @@ -96142,6 +118766,9 @@ Date: Mon Mar 19 14:33:33 2007 +0000 Monotone-Date: 2007-03-19T14:33:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m + commit cc31f7f2e9851e792ae02b2d2f0e45476d791505 Author: Wolfgang Sourdeau Date: Mon Mar 19 14:31:54 2007 +0000 @@ -96153,6 +118780,8 @@ Date: Mon Mar 19 14:31:54 2007 +0000 Monotone-Date: 2007-03-19T14:31:54 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.css + commit 8eeae64d97fa39590eadd65046a35329b63fbdc5 Author: Wolfgang Sourdeau Date: Mon Mar 19 14:31:49 2007 +0000 @@ -96164,6 +118793,15 @@ Date: Mon Mar 19 14:31:49 2007 +0000 Monotone-Date: 2007-03-19T14:31:49 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxAttendeesEditor.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxTaskEditor.js +M UI/WebServerResources/generic.js + commit 785cb10e41f07dbb3e2d8c8f5dc4a2ba6fdb5b92 Author: Wolfgang Sourdeau Date: Mon Mar 19 12:36:19 2007 +0000 @@ -96175,6 +118813,10 @@ Date: Mon Mar 19 12:36:19 2007 +0000 Monotone-Date: 2007-03-19T12:36:19 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings +M UI/WebServerResources/UIxTaskEditor.css + commit 1db11ffa777b8518f7981af36cc0babd149c1042 Author: Wolfgang Sourdeau Date: Sun Mar 18 23:52:08 2007 +0000 @@ -96186,6 +118828,11 @@ Date: Sun Mar 18 23:52:08 2007 +0000 Monotone-Date: 2007-03-18T23:52:08 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m + commit 2d0275e0cf1db11a36c202de355496b4cd6e6dae Author: Wolfgang Sourdeau Date: Sun Mar 18 19:19:44 2007 +0000 @@ -96197,6 +118844,11 @@ Date: Sun Mar 18 19:19:44 2007 +0000 Monotone-Date: 2007-03-18T19:19:44 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m +M UI/Scheduler/GNUmakefile +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxTaskEditor.m + commit e38eb48a6b4df9633eb7e26a15c645ba3fb8160b Author: Wolfgang Sourdeau Date: Sun Mar 18 18:33:10 2007 +0000 @@ -96208,6 +118860,10 @@ Date: Sun Mar 18 18:33:10 2007 +0000 Monotone-Date: 2007-03-18T18:33:10 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.m +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/UIxAttendeesEditor.js + commit 0f8885a08305d3d8a0b349239e146376921b2905 Author: Wolfgang Sourdeau Date: Sun Mar 18 17:36:50 2007 +0000 @@ -96219,6 +118875,10 @@ Date: Sun Mar 18 17:36:50 2007 +0000 Monotone-Date: 2007-03-18T17:36:50 Monotone-Branch: ca.inverse.sogo +A UI/Scheduler/Toolbars/SOGoComponentClose.toolbar +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxTaskEditor.m + commit 0d05b5cacecbb22c311f9e68cdd2033082efdd8c Author: Wolfgang Sourdeau Date: Sun Mar 18 17:28:46 2007 +0000 @@ -96230,6 +118890,8 @@ Date: Sun Mar 18 17:28:46 2007 +0000 Monotone-Date: 2007-03-18T17:28:46 Monotone-Branch: ca.inverse.sogo +A UI/Scheduler/Toolbars/SOGoTaskObject.toolbar + commit cc06eac196f47e321dba2142bdc1d8c630ae7104 Author: Wolfgang Sourdeau Date: Sun Mar 18 15:42:24 2007 +0000 @@ -96241,6 +118903,8 @@ Date: Sun Mar 18 15:42:24 2007 +0000 Monotone-Date: 2007-03-18T15:42:24 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/arrow-dwn-sharp.gif + commit 7dfa60660bd75f84fa92b5d3a946209eff16f209 Author: Wolfgang Sourdeau Date: Sun Mar 18 15:38:55 2007 +0000 @@ -96252,6 +118916,9 @@ Date: Sun Mar 18 15:38:55 2007 +0000 Monotone-Date: 2007-03-18T15:38:55 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/UIxComponentEditor.css +A UI/WebServerResources/UIxComponentEditor.js + commit 5db9d692c3c61401fc63133091bdc25dac369c43 Author: Wolfgang Sourdeau Date: Sun Mar 18 15:37:36 2007 +0000 @@ -96263,6 +118930,8 @@ Date: Sun Mar 18 15:37:36 2007 +0000 Monotone-Date: 2007-03-18T15:37:36 Monotone-Branch: ca.inverse.sogo +A UI/Templates/SchedulerUI/UIxComponentEditor.wox + commit be52c4fcbd9237daf92ce2e93c3102395b0307e1 Author: Wolfgang Sourdeau Date: Sun Mar 18 15:28:37 2007 +0000 @@ -96274,6 +118943,8 @@ Date: Sun Mar 18 15:28:37 2007 +0000 Monotone-Date: 2007-03-18T15:28:37 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAttendeesEditor.m + commit 00650bb1cb0f21483459755ae80799bd3fdf3a0f Author: Wolfgang Sourdeau Date: Sun Mar 18 15:26:53 2007 +0000 @@ -96285,6 +118956,12 @@ Date: Sun Mar 18 15:26:53 2007 +0000 Monotone-Date: 2007-03-18T15:26:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Scheduler/UIxAttendeesEditor.h +A UI/Scheduler/UIxAttendeesEditor.m +A UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +A UI/WebServerResources/UIxAttendeesEditor.css + commit 45ffa33ddd160d52e97affc16841d4f3c6c8e2ab Author: Wolfgang Sourdeau Date: Sun Mar 18 15:22:10 2007 +0000 @@ -96296,6 +118973,14 @@ Date: Sun Mar 18 15:22:10 2007 +0000 Monotone-Date: 2007-03-18T15:22:10 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/Scheduler/UIxAppointmentView.m +M UI/Scheduler/UIxCalInlineAptView.m +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/UIxComponent+Agenor.h +M UI/Scheduler/UIxTaskView.m +M UI/Scheduler/UIxTimeDateControl.m + commit 4cadfd9e25f9b6f77e6e3a2e8a359bab19c9346d Author: Wolfgang Sourdeau Date: Sun Mar 18 15:22:05 2007 +0000 @@ -96307,6 +118992,8 @@ Date: Sun Mar 18 15:22:05 2007 +0000 Monotone-Date: 2007-03-18T15:22:05 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoAuthenticator.m + commit d26f7a625a685a6ae564d86c61bb58ee8292556e Author: Wolfgang Sourdeau Date: Sun Mar 18 15:20:38 2007 +0000 @@ -96318,6 +119005,14 @@ Date: Sun Mar 18 15:20:38 2007 +0000 Monotone-Date: 2007-03-18T15:20:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.h +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/UIxTaskEditor.h +M UI/Scheduler/UIxTaskEditor.m + commit 84bba82435ff128b5d785a8d992742ec93a44823 Author: Wolfgang Sourdeau Date: Sun Mar 18 15:13:57 2007 +0000 @@ -96329,6 +119024,8 @@ Date: Sun Mar 18 15:13:57 2007 +0000 Monotone-Date: 2007-03-18T15:13:57 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/UIxComponent.m + commit 3d9ceb2a6989e57c248c5321c3f8bcaa1fd348f0 Author: Wolfgang Sourdeau Date: Sun Mar 18 15:13:30 2007 +0000 @@ -96340,6 +119037,9 @@ Date: Sun Mar 18 15:13:30 2007 +0000 Monotone-Date: 2007-03-18T15:13:30 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxPageFrame.h +M UI/Common/UIxPageFrame.m + commit d399013ffe32d509df9c5a29d241c3556d3dfc96 Author: Wolfgang Sourdeau Date: Sun Mar 18 15:13:05 2007 +0000 @@ -96351,6 +119051,9 @@ Date: Sun Mar 18 15:13:05 2007 +0000 Monotone-Date: 2007-03-18T15:13:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxToolbar.m + commit 6a211407f7360793795ca408ff642ee127d4a939 Author: Wolfgang Sourdeau Date: Sun Mar 18 15:10:03 2007 +0000 @@ -96362,6 +119065,9 @@ Date: Sun Mar 18 15:10:03 2007 +0000 Monotone-Date: 2007-03-18T15:10:03 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoTaskObject.m + commit aae5e42b94463afbb02627469cf9a22f769e5dd6 Author: Wolfgang Sourdeau Date: Sun Mar 18 15:08:41 2007 +0000 @@ -96373,6 +119079,10 @@ Date: Sun Mar 18 15:08:41 2007 +0000 Monotone-Date: 2007-03-18T15:08:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 33600bbcd065d17adabbf1a7fc61ab41b648b103 Author: Wolfgang Sourdeau Date: Sun Mar 18 15:04:34 2007 +0000 @@ -96384,6 +119094,8 @@ Date: Sun Mar 18 15:04:34 2007 +0000 Monotone-Date: 2007-03-18T15:04:34 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/Toolbars/SOGoAppointmentObject.toolbar + commit c185e8699f0a92a9400d733a384d60fdad0c3414 Author: Wolfgang Sourdeau Date: Sun Mar 18 15:04:19 2007 +0000 @@ -96395,6 +119107,8 @@ Date: Sun Mar 18 15:04:19 2007 +0000 Monotone-Date: 2007-03-18T15:04:19 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/product.plist + commit 202ead12bd99dda472b159a22781bc0094071372 Author: Wolfgang Sourdeau Date: Sun Mar 18 15:01:04 2007 +0000 @@ -96406,6 +119120,9 @@ Date: Sun Mar 18 15:01:04 2007 +0000 Monotone-Date: 2007-03-18T15:01:04 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit 0a1ee1af3956726dc1eea42a5c92ed87f158d55e Author: Wolfgang Sourdeau Date: Sun Mar 18 15:00:57 2007 +0000 @@ -96417,6 +119134,8 @@ Date: Sun Mar 18 15:00:57 2007 +0000 Monotone-Date: 2007-03-18T15:00:57 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/GNUmakefile + commit fe4746ea9d7ae82f1d16869f846e54cc598c66c8 Author: Wolfgang Sourdeau Date: Sun Mar 18 15:00:48 2007 +0000 @@ -96428,6 +119147,8 @@ Date: Sun Mar 18 15:00:48 2007 +0000 Monotone-Date: 2007-03-18T15:00:48 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalEntityObject.h + commit 3dd8b64cd0265679f4ebc74b7149bb59a49e20b1 Author: Wolfgang Sourdeau Date: Sun Mar 18 15:00:40 2007 +0000 @@ -96439,6 +119160,15 @@ Date: Sun Mar 18 15:00:40 2007 +0000 Monotone-Date: 2007-03-18T15:00:40 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/Templates/SchedulerUI/UIxCalInlineMonthAptView.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/Templates/SchedulerUI/UIxFreeBusyUserSelector.wox +M UI/Templates/SchedulerUI/UIxFreeBusyUserSelectorTable.wox +M UI/Templates/SchedulerUI/UIxTaskEditor.wox +M UI/Templates/SchedulerUI/UIxTimeDateControl.wox +M UI/Templates/UIxToolbar.wox + commit 8341e5fa4569c41cefea5f8f6b22fb73a5d7872e Author: Wolfgang Sourdeau Date: Sun Mar 18 15:00:34 2007 +0000 @@ -96450,6 +119180,19 @@ Date: Sun Mar 18 15:00:34 2007 +0000 Monotone-Date: 2007-03-18T15:00:34 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.css +A UI/WebServerResources/UIxAttendeesEditor.js +D UI/WebServerResources/UIxFreeBusyUserSelector.js +M UI/WebServerResources/UIxTaskEditor.css +M UI/WebServerResources/UIxTaskEditor.js +M UI/WebServerResources/generic.js +A UI/WebServerResources/menu-check-hover.gif +A UI/WebServerResources/menu-check.gif +A UI/WebServerResources/menu-nocheck.gif + commit 2cf6585e23a19efbf3bf83266d07977e70fafe9b Author: Wolfgang Sourdeau Date: Thu Mar 15 15:02:03 2007 +0000 @@ -96461,6 +119204,8 @@ Date: Thu Mar 15 15:02:03 2007 +0000 Monotone-Date: 2007-03-15T15:02:03 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 630084df9546d5cba0d7f8535f0fb1514349b2a4 Author: Wolfgang Sourdeau Date: Tue Mar 13 22:13:55 2007 +0000 @@ -96472,6 +119217,8 @@ Date: Tue Mar 13 22:13:55 2007 +0000 Monotone-Date: 2007-03-13T22:13:55 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 67a5eb2159fd8d4c10dad078d87670385f90a89d Author: Wolfgang Sourdeau Date: Tue Mar 13 14:20:41 2007 +0000 @@ -96483,6 +119230,8 @@ Date: Tue Mar 13 14:20:41 2007 +0000 Monotone-Date: 2007-03-13T14:20:41 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit a0ed8e9721c796ad54fc88b4bb3fab53b0f123f1 Author: Wolfgang Sourdeau Date: Mon Mar 12 23:11:44 2007 +0000 @@ -96494,6 +119243,8 @@ Date: Mon Mar 12 23:11:44 2007 +0000 Monotone-Date: 2007-03-12T23:11:44 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit f8e3c30e2cd08f430d4106f6ab0db28e319eef7b Author: Wolfgang Sourdeau Date: Mon Mar 12 23:06:48 2007 +0000 @@ -96505,6 +119256,20 @@ Date: Mon Mar 12 23:06:48 2007 +0000 Monotone-Date: 2007-03-12T23:06:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/GNUmakefile +A UI/Scheduler/UIxCalInlineAptView.h +M UI/Scheduler/UIxCalInlineAptView.m +A UI/Scheduler/UIxCalInlineMonthAptView.h +A UI/Scheduler/UIxCalInlineMonthAptView.m +M UI/Scheduler/UIxCalMonthView.h +M UI/Scheduler/UIxCalMonthView.m +M UI/Templates/SchedulerUI/UIxCalCalendarsListView.wox +A UI/Templates/SchedulerUI/UIxCalInlineMonthAptView.wox +M UI/Templates/SchedulerUI/UIxCalMonthView.wox +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js + commit fd0d5ab723f2e9a9512516ad5f0656c0115f6cda Author: Wolfgang Sourdeau Date: Fri Mar 9 23:10:43 2007 +0000 @@ -96516,6 +119281,10 @@ Date: Fri Mar 9 23:10:43 2007 +0000 Monotone-Date: 2007-03-09T23:10:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoUserFolder.m + commit 7a5da6bcdcae6296fcc4d3a07b990ad08e9e307f Author: Wolfgang Sourdeau Date: Wed Mar 7 22:33:27 2007 +0000 @@ -96527,6 +119296,8 @@ Date: Wed Mar 7 22:33:27 2007 +0000 Monotone-Date: 2007-03-07T22:33:27 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailReplyAction.m + commit 1e8864e12c2b6a52fd431a983372d6e6a2d76955 Author: Wolfgang Sourdeau Date: Wed Mar 7 22:32:01 2007 +0000 @@ -96538,6 +119309,9 @@ Date: Wed Mar 7 22:32:01 2007 +0000 Monotone-Date: 2007-03-07T22:32:01 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalInlineAptView.m +M UI/Templates/SchedulerUI/UIxCalInlineAptView.wox + commit eea6afeb12d1b0e288d565a556fa06e17581e9bf Author: Wolfgang Sourdeau Date: Wed Mar 7 22:31:47 2007 +0000 @@ -96549,6 +119323,8 @@ Date: Wed Mar 7 22:31:47 2007 +0000 Monotone-Date: 2007-03-07T22:31:47 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit fad9d1945f0278c680938f4a4121e858dd7cf53b Author: Wolfgang Sourdeau Date: Wed Mar 7 22:31:34 2007 +0000 @@ -96560,6 +119336,8 @@ Date: Wed Mar 7 22:31:34 2007 +0000 Monotone-Date: 2007-03-07T22:31:34 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m + commit 18cef1e7c2ce23f5f9168fa2f70c5930c45b5578 Author: Wolfgang Sourdeau Date: Wed Mar 7 22:31:02 2007 +0000 @@ -96571,6 +119349,10 @@ Date: Wed Mar 7 22:31:02 2007 +0000 Monotone-Date: 2007-03-07T22:31:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoAuthenticator.h +M SoObjects/SOGo/SOGoAuthenticator.m + commit dbfa5926b63e692b45072217b98b22c0348d41ff Author: Wolfgang Sourdeau Date: Wed Mar 7 21:33:13 2007 +0000 @@ -96582,6 +119364,10 @@ Date: Wed Mar 7 21:33:13 2007 +0000 Monotone-Date: 2007-03-07T21:33:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m + commit e8b0610707cedaeadc1d55963dc22fc1bba6cf3b Author: Wolfgang Sourdeau Date: Wed Mar 7 21:27:19 2007 +0000 @@ -96593,6 +119379,9 @@ Date: Wed Mar 7 21:27:19 2007 +0000 Monotone-Date: 2007-03-07T21:27:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit e7465dbfd8fc3edbfb46678f77c2fdfb8ad63769 Author: Wolfgang Sourdeau Date: Wed Mar 7 21:23:50 2007 +0000 @@ -96604,6 +119393,10 @@ Date: Wed Mar 7 21:23:50 2007 +0000 Monotone-Date: 2007-03-07T21:23:50 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalEntityObject.h +M SOPE/NGCards/iCalEntityObject.m + commit 5e97e7930d1fbbb3220d79518eecf6e0b2670fba Author: Wolfgang Sourdeau Date: Wed Mar 7 21:22:45 2007 +0000 @@ -96615,6 +119408,9 @@ Date: Wed Mar 7 21:22:45 2007 +0000 Monotone-Date: 2007-03-07T21:22:45 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NSString+NGCards.m + commit 63df6bce434e24c8ba936e197236a635d87a1cd3 Author: Wolfgang Sourdeau Date: Wed Mar 7 21:21:34 2007 +0000 @@ -96626,6 +119422,8 @@ Date: Wed Mar 7 21:21:34 2007 +0000 Monotone-Date: 2007-03-07T21:21:34 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardVersitRenderer.m + commit 25b8bcb4134d43d2ba5c115ff80b100459263008 Author: Wolfgang Sourdeau Date: Wed Mar 7 21:21:03 2007 +0000 @@ -96637,6 +119435,9 @@ Date: Wed Mar 7 21:21:03 2007 +0000 Monotone-Date: 2007-03-07T21:21:03 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardGroup.m +M SOPE/NGCards/ChangeLog + commit 21a30fe8cd73845d3d83ac93fdf7d25753932f75 Author: Wolfgang Sourdeau Date: Wed Mar 7 21:20:16 2007 +0000 @@ -96648,6 +119449,8 @@ Date: Wed Mar 7 21:20:16 2007 +0000 Monotone-Date: 2007-03-07T21:20:16 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardElement.m + commit 728f1a991ae8a473401f4a4013168a661535d181 Author: Wolfgang Sourdeau Date: Wed Mar 7 21:19:49 2007 +0000 @@ -96659,6 +119462,8 @@ Date: Wed Mar 7 21:19:49 2007 +0000 Monotone-Date: 2007-03-07T21:19:49 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/product.plist + commit 2dba757ea1385c3def65c28b92c93f8842f2aa40 Author: Wolfgang Sourdeau Date: Wed Mar 7 21:19:11 2007 +0000 @@ -96670,6 +119475,10 @@ Date: Wed Mar 7 21:19:11 2007 +0000 Monotone-Date: 2007-03-07T21:19:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +A UI/WebServerResources/alarm.png +A UI/WebServerResources/repeat-16.png + commit 5e44288236340c1e579453d7d92061ec3ead9f06 Author: Wolfgang Sourdeau Date: Wed Mar 7 21:18:18 2007 +0000 @@ -96681,6 +119490,8 @@ Date: Wed Mar 7 21:18:18 2007 +0000 Monotone-Date: 2007-03-07T21:18:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit b429c2dacfd734d8967501cb727084232f5d78e4 Author: Wolfgang Sourdeau Date: Wed Mar 7 21:17:37 2007 +0000 @@ -96692,6 +119503,9 @@ Date: Wed Mar 7 21:17:37 2007 +0000 Monotone-Date: 2007-03-07T21:17:37 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponent+Agenor.h +M UI/Scheduler/UIxComponent+Agenor.m + commit 82f2ee4e8201f1b6605a6b3f1f266465be5369dc Author: Wolfgang Sourdeau Date: Wed Mar 7 21:12:47 2007 +0000 @@ -96703,6 +119517,9 @@ Date: Wed Mar 7 21:12:47 2007 +0000 Monotone-Date: 2007-03-07T21:12:47 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalInlineAptView.m +M UI/Templates/SchedulerUI/UIxCalInlineAptView.wox + commit dea86a1d36446925ba151f79add462ab51c79b71 Author: Wolfgang Sourdeau Date: Wed Mar 7 21:11:13 2007 +0000 @@ -96714,6 +119531,8 @@ Date: Wed Mar 7 21:11:13 2007 +0000 Monotone-Date: 2007-03-07T21:11:13 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalView.m + commit efa34a9a610c903483cffcbefdc448964ac91ed6 Author: Wolfgang Sourdeau Date: Wed Mar 7 21:10:21 2007 +0000 @@ -96725,6 +119544,9 @@ Date: Wed Mar 7 21:10:21 2007 +0000 Monotone-Date: 2007-03-07T21:10:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/OCSiCalFieldExtractor.m + commit 0b05ea9944e3cf612940fa3237655841ddd78b6c Author: Wolfgang Sourdeau Date: Mon Mar 5 22:35:41 2007 +0000 @@ -96736,6 +119558,8 @@ Date: Mon Mar 5 22:35:41 2007 +0000 Monotone-Date: 2007-03-05T22:35:41 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalView.m + commit 1db011382321cee4d9218b58e5e86dee02abb5cb Author: Wolfgang Sourdeau Date: Mon Mar 5 22:35:12 2007 +0000 @@ -96747,6 +119571,9 @@ Date: Mon Mar 5 22:35:12 2007 +0000 Monotone-Date: 2007-03-05T22:35:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit a8aacc68be9c29745baa5a84938b32756abd2ac0 Author: Wolfgang Sourdeau Date: Mon Mar 5 22:34:00 2007 +0000 @@ -96758,6 +119585,9 @@ Date: Mon Mar 5 22:34:00 2007 +0000 Monotone-Date: 2007-03-05T22:34:00 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/iCalEntityObject.h + commit 91f4814b93ea675f4224a2e9e8c0f23d9ea888eb Author: Wolfgang Sourdeau Date: Mon Mar 5 22:32:47 2007 +0000 @@ -96769,6 +119599,12 @@ Date: Mon Mar 5 22:32:47 2007 +0000 Monotone-Date: 2007-03-05T22:32:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/OCSiCalFieldExtractor.m +M OGoContentStore/appointment.ocs +M OGoContentStore/sql/appointment-create.psql +M OGoContentStore/sql/generate-folderinfo-sql-for-users.sh + commit 89c57884ed8519d3c08edbf17c37d9881fd2221b Author: Wolfgang Sourdeau Date: Fri Mar 2 22:30:11 2007 +0000 @@ -96780,6 +119616,8 @@ Date: Fri Mar 2 22:30:11 2007 +0000 Monotone-Date: 2007-03-02T22:30:11 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalInlineAptView.m + commit 110a9262ff086f92dfa7e7dfece27df518a50cd8 Author: Wolfgang Sourdeau Date: Fri Mar 2 22:29:49 2007 +0000 @@ -96791,6 +119629,8 @@ Date: Fri Mar 2 22:29:49 2007 +0000 Monotone-Date: 2007-03-02T22:29:49 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/event-gradient.png + commit 9fdb8c091d72f99e21c997a599d6e0ebc834c28f Author: Wolfgang Sourdeau Date: Fri Mar 2 22:27:53 2007 +0000 @@ -96802,6 +119642,11 @@ Date: Fri Mar 2 22:27:53 2007 +0000 Monotone-Date: 2007-03-02T22:27:53 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalInlineAptView.m +M UI/Templates/SchedulerUI/UIxCalCalendarsListView.wox +M UI/Templates/SchedulerUI/UIxCalInlineAptView.wox +M UI/WebServerResources/SchedulerUI.css + commit e08b872b27718bdcfeac06cb924d7f48296db65e Author: Wolfgang Sourdeau Date: Tue Feb 27 23:50:37 2007 +0000 @@ -96813,6 +119658,8 @@ Date: Tue Feb 27 23:50:37 2007 +0000 Monotone-Date: 2007-02-27T23:50:37 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactView.wox + commit 5c49cc8475b038bdf37f08d5b7ddc5c2bee5e7f7 Author: Wolfgang Sourdeau Date: Mon Feb 26 16:37:59 2007 +0000 @@ -96824,6 +119671,10 @@ Date: Mon Feb 26 16:37:59 2007 +0000 Monotone-Date: 2007-02-26T16:37:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartHTMLViewer.m +M UI/Templates/MailPartViewers/UIxMailPartHTMLViewer.wox + commit 52cc8f1668ce64a916c919d067b4acce57fa0b07 Author: Wolfgang Sourdeau Date: Mon Feb 26 16:36:40 2007 +0000 @@ -96835,6 +119686,8 @@ Date: Mon Feb 26 16:36:40 2007 +0000 Monotone-Date: 2007-02-26T16:36:40 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactView.wox + commit 51e038be25c6a34ef0afc9f1d091ab5033753e78 Author: Wolfgang Sourdeau Date: Wed Feb 21 21:13:33 2007 +0000 @@ -96846,6 +119699,8 @@ Date: Wed Feb 21 21:13:33 2007 +0000 Monotone-Date: 2007-02-21T21:13:33 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.m + commit 9d09f9367aa487b1cb21d7b68a3283df5e9f202a Author: Wolfgang Sourdeau Date: Wed Feb 21 21:13:12 2007 +0000 @@ -96857,6 +119712,8 @@ Date: Wed Feb 21 21:13:12 2007 +0000 Monotone-Date: 2007-02-21T21:13:12 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit f48d1151a1a7d042e12a9ef4b8357a2c1e8cd4fb Author: Wolfgang Sourdeau Date: Wed Feb 21 21:13:01 2007 +0000 @@ -96868,6 +119725,8 @@ Date: Wed Feb 21 21:13:01 2007 +0000 Monotone-Date: 2007-02-21T21:13:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 11bee71579f434b569b5a662782bad9a28202566 Author: Wolfgang Sourdeau Date: Wed Feb 21 21:12:41 2007 +0000 @@ -96879,6 +119738,8 @@ Date: Wed Feb 21 21:12:41 2007 +0000 Monotone-Date: 2007-02-21T21:12:41 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoContentObject.m + commit 7319adaeaf76558ca01bbb74d50674c12c7da87e Author: Wolfgang Sourdeau Date: Wed Feb 21 21:11:40 2007 +0000 @@ -96890,6 +119751,9 @@ Date: Wed Feb 21 21:11:40 2007 +0000 Monotone-Date: 2007-02-21T21:11:40 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoFolder.m + commit 0b8aa51c99e00826f55fc6456036e33427515bf7 Author: Wolfgang Sourdeau Date: Wed Feb 21 21:10:01 2007 +0000 @@ -96901,6 +119765,8 @@ Date: Wed Feb 21 21:10:01 2007 +0000 Monotone-Date: 2007-02-21T21:10:01 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/versitCardsSaxDriver/Version + commit 688720993db7814a058eb206277bda44c2f0c124 Author: Wolfgang Sourdeau Date: Tue Feb 20 16:15:37 2007 +0000 @@ -96912,6 +119778,8 @@ Date: Tue Feb 20 16:15:37 2007 +0000 Monotone-Date: 2007-02-20T16:15:37 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartViewer.m + commit 5df077fd82bd591a561787d0e770d73d95335339 Author: Wolfgang Sourdeau Date: Fri Feb 16 23:24:06 2007 +0000 @@ -96923,6 +119791,8 @@ Date: Fri Feb 16 23:24:06 2007 +0000 Monotone-Date: 2007-02-16T23:24:06 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoObject.m + commit b1d690d5d62ec35d002b288852cfb5c90bbe18fd Author: Wolfgang Sourdeau Date: Fri Feb 16 17:36:56 2007 +0000 @@ -96934,6 +119804,8 @@ Date: Fri Feb 16 17:36:56 2007 +0000 Monotone-Date: 2007-02-16T17:36:56 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/product.plist + commit 04ff821b47c93ef94a8f924d81d6d3f56874b38c Author: Wolfgang Sourdeau Date: Fri Feb 16 16:56:59 2007 +0000 @@ -96945,6 +119817,9 @@ Date: Fri Feb 16 16:56:59 2007 +0000 Monotone-Date: 2007-02-16T16:56:59 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxComponentEditor.m + commit 8557aeefb9d2364a08a7d8ca1f838e6acbff20a4 Author: Wolfgang Sourdeau Date: Fri Feb 16 16:56:40 2007 +0000 @@ -96956,6 +119831,8 @@ Date: Fri Feb 16 16:56:40 2007 +0000 Monotone-Date: 2007-02-16T16:56:40 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 726a8d04fccf43c4382b9182643470cf07322dc4 Author: Wolfgang Sourdeau Date: Fri Feb 16 16:56:21 2007 +0000 @@ -96967,6 +119844,9 @@ Date: Fri Feb 16 16:56:21 2007 +0000 Monotone-Date: 2007-02-16T16:56:21 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit 6529606eb4d088687687d194ff89ce9a40683025 Author: Wolfgang Sourdeau Date: Fri Feb 16 16:56:10 2007 +0000 @@ -96978,6 +119858,8 @@ Date: Fri Feb 16 16:56:10 2007 +0000 Monotone-Date: 2007-02-16T16:56:10 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/product.plist + commit bce1177499f971684b3950fb714b4db836040b77 Author: Wolfgang Sourdeau Date: Fri Feb 16 16:55:48 2007 +0000 @@ -96989,6 +119871,9 @@ Date: Fri Feb 16 16:55:48 2007 +0000 Monotone-Date: 2007-02-16T16:55:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUser.m + commit 900c469e39695b42de81b670a5718ebbd57ff26c Author: Wolfgang Sourdeau Date: Fri Feb 16 16:55:07 2007 +0000 @@ -97000,6 +119885,8 @@ Date: Fri Feb 16 16:55:07 2007 +0000 Monotone-Date: 2007-02-16T16:55:07 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoObject.m + commit 75bdb682b92aa2d8ce66666c16609a8581e90143 Author: Wolfgang Sourdeau Date: Fri Feb 16 16:54:57 2007 +0000 @@ -97011,6 +119898,8 @@ Date: Fri Feb 16 16:54:57 2007 +0000 Monotone-Date: 2007-02-16T16:54:57 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m + commit 1970894e04f6334f77f3e80047c435e83c31552a Author: Wolfgang Sourdeau Date: Fri Feb 16 16:54:34 2007 +0000 @@ -97022,6 +119911,9 @@ Date: Fri Feb 16 16:54:34 2007 +0000 Monotone-Date: 2007-02-16T16:54:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoCalendarComponent.m + commit 2932a7d683300cbb8d2283791b6ebd6a2c4d8f00 Author: Wolfgang Sourdeau Date: Fri Feb 16 16:52:26 2007 +0000 @@ -97033,6 +119925,8 @@ Date: Fri Feb 16 16:52:26 2007 +0000 Monotone-Date: 2007-02-16T16:52:26 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 5329f79aa45dfe12a2273e6b99630d3b9e22129f Author: Wolfgang Sourdeau Date: Thu Feb 15 21:09:09 2007 +0000 @@ -97044,6 +119938,13 @@ Date: Thu Feb 15 21:09:09 2007 +0000 Monotone-Date: 2007-02-15T21:09:09 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxAppointmentView.m +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/UIxTaskEditor.m +M UI/Scheduler/UIxTaskView.m + commit 8f1f29b51111f7acae3bfe4c118678daa8a8655c Author: Wolfgang Sourdeau Date: Thu Feb 15 21:08:03 2007 +0000 @@ -97055,6 +119956,9 @@ Date: Thu Feb 15 21:08:03 2007 +0000 Monotone-Date: 2007-02-15T21:08:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailRenderingContext.m + commit a3520940e1416eabecd966d50a6fb5a64ecff67d Author: Wolfgang Sourdeau Date: Thu Feb 15 21:06:46 2007 +0000 @@ -97066,6 +119970,8 @@ Date: Thu Feb 15 21:06:46 2007 +0000 Monotone-Date: 2007-02-15T21:06:46 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartViewer.m + commit a5a81a1ccb8a7e2b59e11a7c1a2299c801f36170 Author: Wolfgang Sourdeau Date: Thu Feb 15 21:06:34 2007 +0000 @@ -97077,6 +119983,8 @@ Date: Thu Feb 15 21:06:34 2007 +0000 Monotone-Date: 2007-02-15T21:06:34 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartICalViewer.m + commit 08b2d66e7a2ef6411bf0a9b990a36fee4b05db76 Author: Wolfgang Sourdeau Date: Thu Feb 15 21:04:31 2007 +0000 @@ -97088,6 +119996,11 @@ Date: Thu Feb 15 21:04:31 2007 +0000 Monotone-Date: 2007-02-15T21:04:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/MailPartViewers/UIxMailPartHTMLViewer.h +M UI/MailPartViewers/UIxMailPartHTMLViewer.m +M UI/Templates/MailPartViewers/UIxMailPartHTMLViewer.wox + commit da8c86b685d206bbccada2612ed08de4b22aa121 Author: Wolfgang Sourdeau Date: Thu Feb 15 21:02:35 2007 +0000 @@ -97099,6 +120012,9 @@ Date: Thu Feb 15 21:02:35 2007 +0000 Monotone-Date: 2007-02-15T21:02:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartAlternativeViewer.m + commit fb8c2cf8e45b82307acfa6025c6b83d1894af14a Author: Wolfgang Sourdeau Date: Thu Feb 15 21:01:45 2007 +0000 @@ -97110,6 +120026,8 @@ Date: Thu Feb 15 21:01:45 2007 +0000 Monotone-Date: 2007-02-15T21:01:45 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/GNUmakefile + commit b1c3339d81f88563197a3dc8668df6ea101d75dc Author: Wolfgang Sourdeau Date: Thu Feb 15 21:01:33 2007 +0000 @@ -97121,6 +120039,9 @@ Date: Thu Feb 15 21:01:33 2007 +0000 Monotone-Date: 2007-02-15T21:01:33 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoPermissions.h +M SoObjects/SOGo/SOGoPermissions.m + commit d76dbabbaa994497821eb72be0f23648499dadf9 Author: Wolfgang Sourdeau Date: Thu Feb 15 21:01:21 2007 +0000 @@ -97132,6 +120053,9 @@ Date: Thu Feb 15 21:01:21 2007 +0000 Monotone-Date: 2007-02-15T21:01:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.m + commit 7d57d3a3d5291d1f82b23481d5fd3fed9d7c8f83 Author: Wolfgang Sourdeau Date: Thu Feb 15 21:00:29 2007 +0000 @@ -97143,6 +120067,8 @@ Date: Thu Feb 15 21:00:29 2007 +0000 Monotone-Date: 2007-02-15T21:00:29 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/French.lproj/Localizable.strings + commit e4dcc551885fd151a17c43b4a1c4b6feae0fce07 Author: Wolfgang Sourdeau Date: Thu Feb 15 21:00:13 2007 +0000 @@ -97154,6 +120080,8 @@ Date: Thu Feb 15 21:00:13 2007 +0000 Monotone-Date: 2007-02-15T21:00:13 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css + commit 1b332d091cf663d1f8ff6ca9cf77c4312cc2573a Author: Wolfgang Sourdeau Date: Thu Feb 15 20:59:50 2007 +0000 @@ -97165,6 +120093,8 @@ Date: Thu Feb 15 20:59:50 2007 +0000 Monotone-Date: 2007-02-15T20:59:50 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/product.plist + commit bc2fc0a365ec3fe33f78b0ee8c92e3c6c322214d Author: Wolfgang Sourdeau Date: Thu Feb 15 20:59:27 2007 +0000 @@ -97176,6 +120106,8 @@ Date: Thu Feb 15 20:59:27 2007 +0000 Monotone-Date: 2007-02-15T20:59:27 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/product.plist + commit 1a98876a6a0d717333b4629af6a00f9a3cca4ea9 Author: Wolfgang Sourdeau Date: Thu Feb 15 20:59:02 2007 +0000 @@ -97187,6 +120119,14 @@ Date: Thu Feb 15 20:59:02 2007 +0000 Monotone-Date: 2007-02-15T20:59:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.h +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoTaskObject.h +M SoObjects/Appointments/SOGoTaskObject.m + commit 9893aab976d7b8b928b300af39b181a3d2a49f94 Author: Wolfgang Sourdeau Date: Thu Feb 15 20:55:21 2007 +0000 @@ -97198,6 +120138,10 @@ Date: Thu Feb 15 20:55:21 2007 +0000 Monotone-Date: 2007-02-15T20:55:21 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardGroup.h +M SOPE/NGCards/CardGroup.m +M SOPE/NGCards/ChangeLog + commit d46b7352dbb890abba72fd4aeaee30fb77767ec9 Author: Wolfgang Sourdeau Date: Tue Feb 13 22:02:52 2007 +0000 @@ -97209,6 +120153,14 @@ Date: Tue Feb 13 22:02:52 2007 +0000 Monotone-Date: 2007-02-13T22:02:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/product.plist +M UI/Scheduler/Toolbars/SOGoAppointmentFolder.toolbar +A UI/Scheduler/UIxCalMulticolumnDayView.h +A UI/Scheduler/UIxCalMulticolumnDayView.m +A UI/Templates/SchedulerUI/UIxCalMulticolumnDayView.wox +A UI/WebServerResources/day-view-multicolumn.png + commit 277f035aa63616cfc310778fbc0c1f96084f3439 Author: Wolfgang Sourdeau Date: Tue Feb 13 22:02:39 2007 +0000 @@ -97220,6 +120172,8 @@ Date: Tue Feb 13 22:02:39 2007 +0000 Monotone-Date: 2007-02-13T22:02:39 Monotone-Branch: ca.inverse.sogo +D UI/Scheduler/UIxCalWeekOverview.h + commit 99c4be62986682dbf39a2e56fda56a7b020aea6e Author: Wolfgang Sourdeau Date: Tue Feb 13 22:02:13 2007 +0000 @@ -97231,6 +120185,9 @@ Date: Tue Feb 13 22:02:13 2007 +0000 Monotone-Date: 2007-02-13T22:02:13 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/GNUmakefile +M UI/Scheduler/product.plist + commit 694d3de367c45e072788fd8ce9e32975a1536408 Author: Wolfgang Sourdeau Date: Tue Feb 13 22:01:52 2007 +0000 @@ -97242,6 +120199,8 @@ Date: Tue Feb 13 22:01:52 2007 +0000 Monotone-Date: 2007-02-13T22:01:52 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalDayTable.m + commit 909684e40b944a48f2318fa4b31fd7627465a5aa Author: Wolfgang Sourdeau Date: Tue Feb 13 22:01:02 2007 +0000 @@ -97253,6 +120212,9 @@ Date: Tue Feb 13 22:01:02 2007 +0000 Monotone-Date: 2007-02-13T22:01:02 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js + commit 316fd8721ebeefea8a543bc1105c973db904a640 Author: Wolfgang Sourdeau Date: Tue Feb 13 22:00:29 2007 +0000 @@ -97264,6 +120226,8 @@ Date: Tue Feb 13 22:00:29 2007 +0000 Monotone-Date: 2007-02-13T22:00:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 2e4f9e9fa8e6de28203796f292042e0b125a2f74 Author: Wolfgang Sourdeau Date: Tue Feb 13 21:58:21 2007 +0000 @@ -97275,6 +120239,8 @@ Date: Tue Feb 13 21:58:21 2007 +0000 Monotone-Date: 2007-02-13T21:58:21 Monotone-Branch: ca.inverse.sogo +A UI/Templates/MailerUI/UIxMailAccountView.wox + commit 633d570366152b6d143e0205bda7e180d22d0ac2 Author: Wolfgang Sourdeau Date: Tue Feb 13 21:57:50 2007 +0000 @@ -97286,6 +120252,9 @@ Date: Tue Feb 13 21:57:50 2007 +0000 Monotone-Date: 2007-02-13T21:57:50 Monotone-Branch: ca.inverse.sogo +A UI/Scheduler/UIxCalInlineAptView.m +A UI/Templates/SchedulerUI/UIxCalInlineAptView.wox + commit 0f40186836e22247e740f6345709b05a466e85f9 Author: Wolfgang Sourdeau Date: Tue Feb 13 16:10:36 2007 +0000 @@ -97297,6 +120266,8 @@ Date: Tue Feb 13 16:10:36 2007 +0000 Monotone-Date: 2007-02-13T16:10:36 Monotone-Branch: ca.inverse.sogo +D UI/Templates/SchedulerUI/UIxCalWeekColumnsview.wox + commit 3c184bb8260fdaccff312f48394b301b77eec676 Author: Wolfgang Sourdeau Date: Tue Feb 13 15:59:48 2007 +0000 @@ -97308,6 +120279,8 @@ Date: Tue Feb 13 15:59:48 2007 +0000 Monotone-Date: 2007-02-13T15:59:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 49355ad58ef6c1a7a5fdaaf53d7a160b99fd8ed7 Author: Wolfgang Sourdeau Date: Tue Feb 13 15:58:52 2007 +0000 @@ -97319,6 +120292,9 @@ Date: Tue Feb 13 15:58:52 2007 +0000 Monotone-Date: 2007-02-13T15:58:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalView.m + commit eff03f88be674edd1c28ba74a0da8451aa9723ca Author: Wolfgang Sourdeau Date: Tue Feb 13 15:56:52 2007 +0000 @@ -97330,6 +120306,9 @@ Date: Tue Feb 13 15:56:52 2007 +0000 Monotone-Date: 2007-02-13T15:56:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartICalViewer.m + commit f92f87af5207b3355e34c05f46abf36b3079c7e3 Author: Wolfgang Sourdeau Date: Tue Feb 13 15:55:36 2007 +0000 @@ -97341,6 +120320,8 @@ Date: Tue Feb 13 15:55:36 2007 +0000 Monotone-Date: 2007-02-13T15:55:36 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/French.lproj/Localizable.strings + commit 64c5c1b85b2d59a3ae0247337b662b296555144a Author: Wolfgang Sourdeau Date: Tue Feb 13 15:55:28 2007 +0000 @@ -97352,6 +120333,8 @@ Date: Tue Feb 13 15:55:28 2007 +0000 Monotone-Date: 2007-02-13T15:55:28 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit 816386e3d6840393897e014c7ee8e4e3eb88cd13 Author: Wolfgang Sourdeau Date: Tue Feb 13 15:31:15 2007 +0000 @@ -97363,6 +120346,31 @@ Date: Tue Feb 13 15:31:15 2007 +0000 Monotone-Date: 2007-02-13T15:31:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/GNUmakefile +D UI/Scheduler/UIxCalDayChartview.m +D UI/Scheduler/UIxCalDayListview.m +D UI/Scheduler/UIxCalDayOverview.h +D UI/Scheduler/UIxCalDayOverview.m +D UI/Scheduler/UIxCalInlineAptView.m +D UI/Scheduler/UIxCalInlineMonthOverview.h +D UI/Scheduler/UIxCalInlineMonthOverview.m +D UI/Scheduler/UIxCalWeekChartview.m +D UI/Scheduler/UIxCalWeekColumnsview.m +D UI/Scheduler/UIxCalWeekListview.m +D UI/Scheduler/UIxCalWeekOverview.m +D UI/Scheduler/UIxCalYearOverview.m +M UI/Scheduler/product.plist +D UI/Templates/SchedulerUI/UIxCalDayChartview.wox +D UI/Templates/SchedulerUI/UIxCalDayListview.wox +D UI/Templates/SchedulerUI/UIxCalDayOverview.wox +D UI/Templates/SchedulerUI/UIxCalInlineAptView.wox +D UI/Templates/SchedulerUI/UIxCalInlineMonthOverview.wox +D UI/Templates/SchedulerUI/UIxCalWeekChartview.wox +D UI/Templates/SchedulerUI/UIxCalWeekListview.wox +D UI/Templates/SchedulerUI/UIxCalWeekOverview.wox +D UI/Templates/SchedulerUI/UIxCalYearOverview.wox + commit d59aa71bef7f077a5832196f57ec36c443c69ca2 Author: Wolfgang Sourdeau Date: Mon Feb 12 13:52:33 2007 +0000 @@ -97374,6 +120382,9 @@ Date: Mon Feb 12 13:52:33 2007 +0000 Monotone-Date: 2007-02-12T13:52:33 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxContactEditor.css + commit 6396b253bcb2e20fe259700d8f5ba72579302488 Author: Wolfgang Sourdeau Date: Mon Feb 12 13:52:22 2007 +0000 @@ -97385,6 +120396,9 @@ Date: Mon Feb 12 13:52:22 2007 +0000 Monotone-Date: 2007-02-12T13:52:22 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +M UI/WebServerResources/ContactsUI.js + commit 345dc875fe9f1604d672785f5d06d230582083f7 Author: Wolfgang Sourdeau Date: Fri Feb 9 22:46:18 2007 +0000 @@ -97396,6 +120410,9 @@ Date: Fri Feb 9 22:46:18 2007 +0000 Monotone-Date: 2007-02-09T22:46:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.m + commit e123adeb8ba8656af2e597f2dc7738e734d4567b Author: Wolfgang Sourdeau Date: Fri Feb 9 21:55:38 2007 +0000 @@ -97407,6 +120424,8 @@ Date: Fri Feb 9 21:55:38 2007 +0000 Monotone-Date: 2007-02-09T21:55:38 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/English.lproj/Localizable.strings + commit c155f38504ee240c32f1001c87e9859eb252d9b4 Author: Wolfgang Sourdeau Date: Fri Feb 9 21:40:22 2007 +0000 @@ -97418,6 +120437,8 @@ Date: Fri Feb 9 21:40:22 2007 +0000 Monotone-Date: 2007-02-09T21:40:22 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/add-user-addressbook.png + commit dde179a86cea3d65e6dc555cad1b960127f1ab9e Author: Wolfgang Sourdeau Date: Fri Feb 9 21:25:13 2007 +0000 @@ -97429,6 +120450,9 @@ Date: Fri Feb 9 21:25:13 2007 +0000 Monotone-Date: 2007-02-09T21:25:13 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +M UI/WebServerResources/ContactsUI.js + commit 4d4c7377fc949c80db98510aab5cf824bcbff042 Author: Wolfgang Sourdeau Date: Fri Feb 9 21:24:58 2007 +0000 @@ -97440,6 +120464,8 @@ Date: Fri Feb 9 21:24:58 2007 +0000 Monotone-Date: 2007-02-09T21:24:58 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalView.m + commit a3e3d7ac684da928fa611b9a241d9c959bcc0999 Author: Wolfgang Sourdeau Date: Fri Feb 9 21:24:49 2007 +0000 @@ -97451,6 +120477,8 @@ Date: Fri Feb 9 21:24:49 2007 +0000 Monotone-Date: 2007-02-09T21:24:49 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactFolders.h + commit 1229030f6d1b45f0710431114939cb6ffef5d8e7 Author: Wolfgang Sourdeau Date: Fri Feb 9 21:24:20 2007 +0000 @@ -97462,6 +120490,8 @@ Date: Fri Feb 9 21:24:20 2007 +0000 Monotone-Date: 2007-02-09T21:24:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 96a3f1ef240028bccc0718ce68725687e487836f Author: Wolfgang Sourdeau Date: Fri Feb 9 21:24:15 2007 +0000 @@ -97473,6 +120503,9 @@ Date: Fri Feb 9 21:24:15 2007 +0000 Monotone-Date: 2007-02-09T21:24:15 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/product.plist + commit b2f4335b451c5ec508a54526ea084c0f071b3d93 Author: Wolfgang Sourdeau Date: Fri Feb 9 21:22:01 2007 +0000 @@ -97484,6 +120517,8 @@ Date: Fri Feb 9 21:22:01 2007 +0000 Monotone-Date: 2007-02-09T21:22:01 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoFolder.h + commit ed76724cc5b8030e9d3883328f7ef62b4030df4a Author: Wolfgang Sourdeau Date: Fri Feb 9 21:21:35 2007 +0000 @@ -97495,6 +120530,11 @@ Date: Fri Feb 9 21:21:35 2007 +0000 Monotone-Date: 2007-02-09T21:21:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/SOGo/SOGoFolder.m + commit ff11c1bfe40806d4edcf6f71098ea257818bb110 Author: Wolfgang Sourdeau Date: Fri Feb 9 21:18:41 2007 +0000 @@ -97506,6 +120546,9 @@ Date: Fri Feb 9 21:18:41 2007 +0000 Monotone-Date: 2007-02-09T21:18:41 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/appointment.ocs +M OGoContentStore/contact.ocs + commit 3c69a1b0a483aef8103f74034b05afafb67c1fa1 Author: Wolfgang Sourdeau Date: Fri Feb 9 21:18:28 2007 +0000 @@ -97517,6 +120560,9 @@ Date: Fri Feb 9 21:18:28 2007 +0000 Monotone-Date: 2007-02-09T21:18:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.m + commit 4232f00c257cff564bc2fb0bf424ecc6cd023857 Author: Wolfgang Sourdeau Date: Fri Feb 9 17:52:57 2007 +0000 @@ -97528,6 +120574,8 @@ Date: Fri Feb 9 17:52:57 2007 +0000 Monotone-Date: 2007-02-09T17:52:57 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxTaskProposal.wox + commit d0f2898d30c2a077ff4b6bb6b65904e1c795f478 Author: Wolfgang Sourdeau Date: Fri Feb 9 17:52:49 2007 +0000 @@ -97539,6 +120587,8 @@ Date: Fri Feb 9 17:52:49 2007 +0000 Monotone-Date: 2007-02-09T17:52:49 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAppointmentProposal.wox + commit 3c0b1c7ff4e027f8e9532c14f52ddaf96ad21be7 Author: Wolfgang Sourdeau Date: Fri Feb 9 17:52:37 2007 +0000 @@ -97550,6 +120600,8 @@ Date: Fri Feb 9 17:52:37 2007 +0000 Monotone-Date: 2007-02-09T17:52:37 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailMainFrame.wox + commit 2d0e321440484e20647374e179b73ec3c3f9e384 Author: Wolfgang Sourdeau Date: Fri Feb 9 17:52:26 2007 +0000 @@ -97561,6 +120613,8 @@ Date: Fri Feb 9 17:52:26 2007 +0000 Monotone-Date: 2007-02-09T17:52:26 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailFilterPanel.wox + commit ed7a18273438ca560cf4e34c614812338c28dfe2 Author: Wolfgang Sourdeau Date: Fri Feb 9 16:54:27 2007 +0000 @@ -97572,6 +120626,8 @@ Date: Fri Feb 9 16:54:27 2007 +0000 Monotone-Date: 2007-02-09T16:54:27 Monotone-Branch: ca.inverse.sogo +M SoObjects/common.make + commit 8e4832db318725053347806f886690f3666ba0e6 Author: Wolfgang Sourdeau Date: Fri Feb 9 16:53:24 2007 +0000 @@ -97583,6 +120639,8 @@ Date: Fri Feb 9 16:53:24 2007 +0000 Monotone-Date: 2007-02-09T16:53:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit fd95a7115a6021a68d556bde249e57de82b36d9f Author: Wolfgang Sourdeau Date: Fri Feb 9 16:53:05 2007 +0000 @@ -97594,6 +120652,9 @@ Date: Fri Feb 9 16:53:05 2007 +0000 Monotone-Date: 2007-02-09T16:53:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/UIxComponent.m + commit 3a369819a59f909a4c5a6f5aa644e0110a20df00 Author: Wolfgang Sourdeau Date: Fri Feb 9 16:32:25 2007 +0000 @@ -97605,6 +120666,9 @@ Date: Fri Feb 9 16:32:25 2007 +0000 Monotone-Date: 2007-02-09T16:32:25 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings + commit edb8c3dd0c5e40faa5540d8f0c1934d068cf1615 Author: Wolfgang Sourdeau Date: Fri Feb 9 16:32:08 2007 +0000 @@ -97616,6 +120680,8 @@ Date: Fri Feb 9 16:32:08 2007 +0000 Monotone-Date: 2007-02-09T16:32:08 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile.preamble + commit 6287be13e89cb858194501b830438b06712f722c Author: Wolfgang Sourdeau Date: Fri Feb 9 16:31:53 2007 +0000 @@ -97627,6 +120693,8 @@ Date: Fri Feb 9 16:31:53 2007 +0000 Monotone-Date: 2007-02-09T16:31:53 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile + commit 3dea0ac8d5cccaf15ece94b0b3c45c7e1fbc58e7 Author: Wolfgang Sourdeau Date: Fri Feb 9 16:30:48 2007 +0000 @@ -97638,21 +120706,9 @@ Date: Fri Feb 9 16:30:48 2007 +0000 Monotone-Date: 2007-02-09T16:30:48 Monotone-Branch: ca.inverse.sogo -commit da4ff68c0f12f15f8ef6910f98e738d5e5dd08d1 -Merge: 505d962 aed07d8 -Author: Wolfgang Sourdeau -Date: Thu Feb 8 21:51:18 2007 +0000 - - merge of '7e8193075678dc0552c70be8e294ff1b3ce46b40' - and 'c443c4725dc53c9efb233042a3e2a3a33ff9b294' - - Monotone-Parent: 7e8193075678dc0552c70be8e294ff1b3ce46b40 - Monotone-Parent: c443c4725dc53c9efb233042a3e2a3a33ff9b294 - Monotone-Revision: 6b671acbd7feafaefa796eb983a298d042a67053 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2007-02-08T21:51:18 - Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardGroup.m +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/versitCardsSaxDriver/GNUmakefile commit 505d9621d3c94f3b796cb177120c0eaee60b83ae Author: Ludovic Marcotte @@ -97667,6 +120723,9 @@ Date: Thu Feb 8 21:55:47 2007 +0000 Monotone-Date: 2007-02-08T21:55:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailFolder.m + commit aed07d8fb47d19123ee958b52bfa5b4295f35225 Author: Wolfgang Sourdeau Date: Thu Feb 8 19:00:01 2007 +0000 @@ -97678,6 +120737,11 @@ Date: Thu Feb 8 19:00:01 2007 +0000 Monotone-Date: 2007-02-08T19:00:01 Monotone-Branch: ca.inverse.sogo +D OGoContentStore/sql/folderinfo-create.sqlite +D OGoContentStore/sql/foldertablecreate-helge-privcal.sqlite +D OGoContentStore/sql/generate-folderinfo-sql-for-users-sqlite.sh +D OGoContentStore/sql/generate-folderinfo-sql-for-users-sqlite1table.sh + commit e9dcf1ea2d62b716b57bc715ba01e16eaa5de01a Author: Wolfgang Sourdeau Date: Thu Feb 8 18:31:42 2007 +0000 @@ -97689,6 +120753,9 @@ Date: Thu Feb 8 18:31:42 2007 +0000 Monotone-Date: 2007-02-08T18:31:42 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalInlineAptView.m +M UI/Scheduler/UIxCalView.m + commit 683a595c74c74ab715f868c98eacd3d7c3b3ad3d Author: Wolfgang Sourdeau Date: Thu Feb 8 18:31:30 2007 +0000 @@ -97700,6 +120767,8 @@ Date: Thu Feb 8 18:31:30 2007 +0000 Monotone-Date: 2007-02-08T18:31:30 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalDayTable.m + commit a4c540e6be27dd37f8bd171c5f3c91f4e536ad2d Author: Wolfgang Sourdeau Date: Thu Feb 8 18:31:17 2007 +0000 @@ -97711,6 +120780,8 @@ Date: Thu Feb 8 18:31:17 2007 +0000 Monotone-Date: 2007-02-08T18:31:17 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/French.lproj/Localizable.strings + commit db8125e7f6843c2580b67267df7db2b69302b354 Author: Wolfgang Sourdeau Date: Thu Feb 8 16:30:29 2007 +0000 @@ -97722,6 +120793,14 @@ Date: Thu Feb 8 16:30:29 2007 +0000 Monotone-Date: 2007-02-08T16:30:29 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.m +M UI/Contacts/English.lproj/Localizable.strings +M UI/MailerUI/UIxMailMainFrame.m +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/UIxCalInlineAptView.m +M UI/Scheduler/UIxCalView.m +M UI/Templates/SchedulerUI/UIxCalMainView.wox + commit 2ab0c854852455a14d05be5811801235ae0a6081 Author: Wolfgang Sourdeau Date: Thu Feb 8 16:30:07 2007 +0000 @@ -97733,6 +120812,9 @@ Date: Thu Feb 8 16:30:07 2007 +0000 Monotone-Date: 2007-02-08T16:30:07 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSArray+Utilities.h +M SoObjects/SOGo/NSArray+Utilities.m + commit f4282ed1bc62b24fd083a4099dcc9244acd4174c Author: Wolfgang Sourdeau Date: Thu Feb 8 16:29:22 2007 +0000 @@ -97744,6 +120826,8 @@ Date: Thu Feb 8 16:29:22 2007 +0000 Monotone-Date: 2007-02-08T16:29:22 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile.preamble + commit 0a9e851dba1a006b1d2d80645a41dcb0a47f621a Author: Wolfgang Sourdeau Date: Thu Feb 8 16:29:04 2007 +0000 @@ -97755,6 +120839,8 @@ Date: Thu Feb 8 16:29:04 2007 +0000 Monotone-Date: 2007-02-08T16:29:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit e00cd55d0cc42bca42cd9005dc9fe454fe745209 Author: Wolfgang Sourdeau Date: Thu Feb 8 16:27:26 2007 +0000 @@ -97766,6 +120852,9 @@ Date: Thu Feb 8 16:27:26 2007 +0000 Monotone-Date: 2007-02-08T16:27:26 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/product.plist + commit 1b2bf3597603f807ceb76978a23cec025c3c6bb3 Author: Wolfgang Sourdeau Date: Thu Feb 8 16:27:08 2007 +0000 @@ -97777,6 +120866,8 @@ Date: Thu Feb 8 16:27:08 2007 +0000 Monotone-Date: 2007-02-08T16:27:08 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalTimeZonePeriod.m + commit d46c70c556e31a8448dcc5ad5b00bab54ea431de Author: Wolfgang Sourdeau Date: Thu Feb 8 16:27:00 2007 +0000 @@ -97788,6 +120879,9 @@ Date: Thu Feb 8 16:27:00 2007 +0000 Monotone-Date: 2007-02-08T16:27:00 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/iCalRecurrenceRule.m +M SOPE/NGCards/iCalTimeZone.m + commit c57b46b54f9f2ad64a8195c705b56373c37b2f69 Author: Wolfgang Sourdeau Date: Thu Feb 8 16:26:41 2007 +0000 @@ -97799,6 +120893,8 @@ Date: Thu Feb 8 16:26:41 2007 +0000 Monotone-Date: 2007-02-08T16:26:41 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/NSString+NGCards.m + commit e949a05508bf4e8f86aa483ee9aff5fbe1621ad0 Author: Wolfgang Sourdeau Date: Thu Feb 8 16:26:02 2007 +0000 @@ -97810,6 +120906,8 @@ Date: Thu Feb 8 16:26:02 2007 +0000 Monotone-Date: 2007-02-08T16:26:02 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog + commit 0385bf2c67a3c9266066e25b7837c0578c04b736 Author: Wolfgang Sourdeau Date: Thu Feb 8 16:25:48 2007 +0000 @@ -97821,6 +120919,8 @@ Date: Thu Feb 8 16:25:48 2007 +0000 Monotone-Date: 2007-02-08T16:25:48 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/CardElement.m + commit 88b76f49ffedc890b87255303fea58c54c62aa62 Author: Wolfgang Sourdeau Date: Thu Feb 8 16:24:59 2007 +0000 @@ -97832,6 +120932,8 @@ Date: Thu Feb 8 16:24:59 2007 +0000 Monotone-Date: 2007-02-08T16:24:59 Monotone-Branch: ca.inverse.sogo +M Main/sogod.m + commit 2e3dc07a59708fa2a2828fc14c4091ca674772c3 Author: Wolfgang Sourdeau Date: Thu Feb 8 16:24:36 2007 +0000 @@ -97843,6 +120945,12 @@ Date: Thu Feb 8 16:24:36 2007 +0000 Monotone-Date: 2007-02-08T16:24:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/GNUmakefile +M Protocols/common.make +M SoObjects/common.make +M UI/common.make + commit 96ce96cc836b3eeefdc78859bbd88d56322e705e Author: Ludovic Marcotte Date: Wed Feb 7 19:46:36 2007 +0000 @@ -97856,6 +120964,9 @@ Date: Wed Feb 7 19:46:36 2007 +0000 Monotone-Date: 2007-02-07T19:46:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/English.lproj/Localizable.strings + commit 68f9f0eba9cfa1960190cc6cb320dce05e6050aa Author: Wolfgang Sourdeau Date: Mon Feb 5 22:16:06 2007 +0000 @@ -97867,6 +120978,11 @@ Date: Mon Feb 5 22:16:06 2007 +0000 Monotone-Date: 2007-02-05T22:16:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/GNUmakefile +M UI/MailerUI/UIxMailTree.m +M UI/MailerUI/product.plist + commit 3cc085ebc7d8e28c4b52b2b3a02c4a84c51edab9 Author: Wolfgang Sourdeau Date: Mon Feb 5 22:03:01 2007 +0000 @@ -97878,6 +120994,9 @@ Date: Mon Feb 5 22:03:01 2007 +0000 Monotone-Date: 2007-02-05T22:03:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoAuthenticator.m + commit d6a6433735b830e301b9316fd2d837c268cf07d7 Author: Wolfgang Sourdeau Date: Mon Feb 5 21:59:51 2007 +0000 @@ -97889,6 +121008,10 @@ Date: Mon Feb 5 21:59:51 2007 +0000 Monotone-Date: 2007-02-05T21:59:51 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Templates/ContactsUI/UIxContactsFilterPanel.wox + commit 87cd634a8de160fe1593b3b5dc4fe9713610ed4b Author: Wolfgang Sourdeau Date: Mon Feb 5 21:59:26 2007 +0000 @@ -97900,6 +121023,9 @@ Date: Mon Feb 5 21:59:26 2007 +0000 Monotone-Date: 2007-02-05T21:59:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 4fb337b9167549557e6ebe94dbcbede821c7c81c Author: Wolfgang Sourdeau Date: Fri Feb 2 20:48:56 2007 +0000 @@ -97911,6 +121037,12 @@ Date: Fri Feb 2 20:48:56 2007 +0000 Monotone-Date: 2007-02-02T20:48:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/UIxContactEditor.m +M UI/Templates/ContactsUI/UIxContactEditor.wox + commit e43ac3de7860afd0d4461845c75c69bdc2ae1813 Author: Wolfgang Sourdeau Date: Fri Feb 2 20:47:21 2007 +0000 @@ -97922,6 +121054,10 @@ Date: Fri Feb 2 20:47:21 2007 +0000 Monotone-Date: 2007-02-02T20:47:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPEntry.m +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit bfebec125f46afd195e080a1adda5320122d8d2a Author: Wolfgang Sourdeau Date: Fri Feb 2 20:44:51 2007 +0000 @@ -97933,6 +121069,9 @@ Date: Fri Feb 2 20:44:51 2007 +0000 Monotone-Date: 2007-02-02T20:44:51 Monotone-Branch: ca.inverse.sogo +M SOPE/NGCards/ChangeLog +M SOPE/NGCards/NGVCard.m + commit 26ee0a49e2de4cca549e5a584942be0628a499bf Author: Wolfgang Sourdeau Date: Wed Jan 31 20:15:28 2007 +0000 @@ -97944,6 +121083,14 @@ Date: Wed Jan 31 20:15:28 2007 +0000 Monotone-Date: 2007-01-31T20:15:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.h +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.h +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoTaskObject.h +M SoObjects/Appointments/SOGoTaskObject.m + commit ff1213c45f5ba0b9388f134f6e04b265f499eb8f Author: Wolfgang Sourdeau Date: Wed Jan 31 20:15:18 2007 +0000 @@ -97955,6 +121102,8 @@ Date: Wed Jan 31 20:15:18 2007 +0000 Monotone-Date: 2007-01-31T20:15:18 Monotone-Branch: ca.inverse.sogo +M .mtn-ignore + commit 8b7bc0073c451e639a504ed05ab0e2671e367625 Author: Wolfgang Sourdeau Date: Wed Jan 31 20:13:21 2007 +0000 @@ -97966,6 +121115,8 @@ Date: Wed Jan 31 20:13:21 2007 +0000 Monotone-Date: 2007-01-31T20:13:21 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoGroupAppointmentFolder.m + commit 0ca66ca0b1c251347b3e7c0aeaada1b36fe5911c Author: Wolfgang Sourdeau Date: Wed Jan 31 18:43:25 2007 +0000 @@ -97977,6 +121128,8 @@ Date: Wed Jan 31 18:43:25 2007 +0000 Monotone-Date: 2007-01-31T18:43:25 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.h + commit e3c80ae5fab6c17b89d3bd2627834959c82c7f8b Author: Wolfgang Sourdeau Date: Wed Jan 31 18:43:15 2007 +0000 @@ -97988,6 +121141,8 @@ Date: Wed Jan 31 18:43:15 2007 +0000 Monotone-Date: 2007-01-31T18:43:15 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoCalendarComponent.m + commit a952a2f6651cb3e0b79f4dd47c6c4d01406c6e2d Author: Wolfgang Sourdeau Date: Wed Jan 31 18:42:59 2007 +0000 @@ -97999,6 +121154,8 @@ Date: Wed Jan 31 18:42:59 2007 +0000 Monotone-Date: 2007-01-31T18:42:59 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxAclEditor.m + commit dd31754e87883ab1646a6e5fb8a77f15f76a1ac9 Author: Wolfgang Sourdeau Date: Wed Jan 31 18:42:51 2007 +0000 @@ -98010,6 +121167,8 @@ Date: Wed Jan 31 18:42:51 2007 +0000 Monotone-Date: 2007-01-31T18:42:51 Monotone-Branch: ca.inverse.sogo +M SoObjects/common.make + commit 164153c8853f25cedbb894c4c419e348e4e12c15 Author: Wolfgang Sourdeau Date: Wed Jan 31 17:14:04 2007 +0000 @@ -98021,6 +121180,14 @@ Date: Wed Jan 31 17:14:04 2007 +0000 Monotone-Date: 2007-01-31T17:14:04 Monotone-Branch: ca.inverse.sogo +M GNUmakefile +M Main/GNUmakefile.preamble +M OGoContentStore/GNUmakefile.preamble +M Protocols/common.make +M SoObjects/GNUmakefile +M SoObjects/common.make +M UI/common.make + commit 0a069423f78e17cd8db5bf9e90cf69a7678fe93e Author: Wolfgang Sourdeau Date: Wed Jan 31 17:12:33 2007 +0000 @@ -98032,6 +121199,9 @@ Date: Wed Jan 31 17:12:33 2007 +0000 Monotone-Date: 2007-01-31T17:12:33 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/NSString+Utilities.h +M SoObjects/SOGo/NSString+Utilities.m + commit 455abf0016d0c54c6e65143b48c6514f41a1cf75 Author: Wolfgang Sourdeau Date: Wed Jan 31 17:12:15 2007 +0000 @@ -98043,6 +121213,9 @@ Date: Wed Jan 31 17:12:15 2007 +0000 Monotone-Date: 2007-01-31T17:12:15 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailEditorAction.m +M UI/SOGoUI/UIxComponent.m + commit b234f02a4798dd7d0aa6d3b3427925e80be32ade Author: Wolfgang Sourdeau Date: Wed Jan 31 17:11:29 2007 +0000 @@ -98054,6 +121227,129 @@ Date: Wed Jan 31 17:11:29 2007 +0000 Monotone-Date: 2007-01-31T17:11:29 Monotone-Branch: ca.inverse.sogo +A SOPE/NGCards/COPYING +A SOPE/NGCards/COPYRIGHT +A SOPE/NGCards/CardElement.h +A SOPE/NGCards/CardElement.m +A SOPE/NGCards/CardGroup+iCal.h +A SOPE/NGCards/CardGroup+iCal.m +A SOPE/NGCards/CardGroup.h +A SOPE/NGCards/CardGroup.m +A SOPE/NGCards/CardVersitRenderer.h +A SOPE/NGCards/CardVersitRenderer.m +A SOPE/NGCards/ChangeLog +A SOPE/NGCards/GNUmakefile +A SOPE/NGCards/GNUmakefile.postamble +A SOPE/NGCards/GNUmakefile.preamble +A SOPE/NGCards/IcalElements.m +A SOPE/NGCards/IcalResponse.h +A SOPE/NGCards/IcalResponse.m +A SOPE/NGCards/NGCards-Info.plist +A SOPE/NGCards/NGCards.h +A SOPE/NGCards/NGCards.xcodeproj/project.pbxproj +A SOPE/NGCards/NGCards.xmap +A SOPE/NGCards/NGCardsSaxHandler.h +A SOPE/NGCards/NGCardsSaxHandler.m +A SOPE/NGCards/NGVCard.h +A SOPE/NGCards/NGVCard.m +A SOPE/NGCards/NSArray+NGCards.h +A SOPE/NGCards/NSArray+NGCards.m +A SOPE/NGCards/NSCalendarDate+ICal.h +A SOPE/NGCards/NSCalendarDate+ICal.m +A SOPE/NGCards/NSCalendarDate+NGCards.h +A SOPE/NGCards/NSCalendarDate+NGCards.m +A SOPE/NGCards/NSDictionary+NGCards.h +A SOPE/NGCards/NSDictionary+NGCards.m +A SOPE/NGCards/NSString+NGCards.h +A SOPE/NGCards/NSString+NGCards.m +A SOPE/NGCards/README +A SOPE/NGCards/Version +A SOPE/NGCards/common.h +A SOPE/NGCards/iCalAlarm.h +A SOPE/NGCards/iCalAlarm.m +A SOPE/NGCards/iCalAttachment.h +A SOPE/NGCards/iCalAttachment.m +A SOPE/NGCards/iCalCalendar.h +A SOPE/NGCards/iCalCalendar.m +A SOPE/NGCards/iCalDailyRecurrenceCalculator.m +A SOPE/NGCards/iCalDataSource.h +A SOPE/NGCards/iCalDataSource.m +A SOPE/NGCards/iCalDateHolder.h +A SOPE/NGCards/iCalDateHolder.m +A SOPE/NGCards/iCalDateTime.h +A SOPE/NGCards/iCalDateTime.m +A SOPE/NGCards/iCalEntityObject.h +A SOPE/NGCards/iCalEntityObject.m +A SOPE/NGCards/iCalEvent.h +A SOPE/NGCards/iCalEvent.m +A SOPE/NGCards/iCalEventChanges.h +A SOPE/NGCards/iCalEventChanges.m +A SOPE/NGCards/iCalFreeBusy.h +A SOPE/NGCards/iCalFreeBusy.m +A SOPE/NGCards/iCalJournal.h +A SOPE/NGCards/iCalJournal.m +A SOPE/NGCards/iCalMonthlyRecurrenceCalculator.m +A SOPE/NGCards/iCalObject.h +A SOPE/NGCards/iCalObject.m +A SOPE/NGCards/iCalPerson.h +A SOPE/NGCards/iCalPerson.m +A SOPE/NGCards/iCalRecurrenceCalculator.h +A SOPE/NGCards/iCalRecurrenceCalculator.m +A SOPE/NGCards/iCalRecurrenceRule.h +A SOPE/NGCards/iCalRecurrenceRule.m +A SOPE/NGCards/iCalRepeatableEntityObject.h +A SOPE/NGCards/iCalRepeatableEntityObject.m +A SOPE/NGCards/iCalTimeZone.h +A SOPE/NGCards/iCalTimeZone.m +A SOPE/NGCards/iCalTimeZonePeriod.h +A SOPE/NGCards/iCalTimeZonePeriod.m +A SOPE/NGCards/iCalToDo.h +A SOPE/NGCards/iCalToDo.m +A SOPE/NGCards/iCalTrigger.h +A SOPE/NGCards/iCalTrigger.m +A SOPE/NGCards/iCalWeeklyRecurrenceCalculator.m +A SOPE/NGCards/iCalYearlyRecurrenceCalculator.m +A SOPE/NGCards/samples/COPYING +A SOPE/NGCards/samples/ChangeLog +A SOPE/NGCards/samples/GNUmakefile +A SOPE/NGCards/samples/GNUmakefile.preamble +A SOPE/NGCards/samples/README +A SOPE/NGCards/samples/common.h +A SOPE/NGCards/samples/fhs.make +A SOPE/NGCards/samples/icalds.m +A SOPE/NGCards/samples/icalparsetest.m +A SOPE/NGCards/samples/ievalrrule.m +A SOPE/NGCards/samples/unittest.h +A SOPE/NGCards/samples/unittest.m +A SOPE/NGCards/samples/vcardtest.m +A SOPE/NGCards/samples/vcf2xml.m +A SOPE/NGCards/samples/vcfparsetest.m +A SOPE/NGCards/samples/versittest.m +A SOPE/NGCards/tests/NGiCalTests-Info.plist +A SOPE/NGCards/tests/README +A SOPE/NGCards/tests/common.h +A SOPE/NGCards/tests/iCalRecurrenceCalculatorTests.m +A SOPE/NGCards/versitCardsSaxDriver/AUTHORS +A SOPE/NGCards/versitCardsSaxDriver/COPYING +A SOPE/NGCards/versitCardsSaxDriver/COPYRIGHT +A SOPE/NGCards/versitCardsSaxDriver/ChangeLog +A SOPE/NGCards/versitCardsSaxDriver/GNUmakefile +A SOPE/NGCards/versitCardsSaxDriver/GNUmakefile.postamble +A SOPE/NGCards/versitCardsSaxDriver/GNUmakefile.preamble +A SOPE/NGCards/versitCardsSaxDriver/README +A SOPE/NGCards/versitCardsSaxDriver/VSCardSaxDriver.h +A SOPE/NGCards/versitCardsSaxDriver/VSCardSaxDriver.m +A SOPE/NGCards/versitCardsSaxDriver/VSSaxDriver.h +A SOPE/NGCards/versitCardsSaxDriver/VSSaxDriver.m +A SOPE/NGCards/versitCardsSaxDriver/VSStringFormatter.h +A SOPE/NGCards/versitCardsSaxDriver/VSStringFormatter.m +A SOPE/NGCards/versitCardsSaxDriver/Version +A SOPE/NGCards/versitCardsSaxDriver/bundle-info.plist +A SOPE/NGCards/versitCardsSaxDriver/common.h +A SOPE/NGCards/versitCardsSaxDriver/fhs.make +A SOPE/NGCards/versitCardsSaxDriver/versitCardsSaxDriver-Info.plist +A SOPE/NGCards/versitCardsSaxDriver/versitCardsSaxDriver.xcodeproj/project.pbxproj + commit 829f96f30100466850fadc13e7bfd9967cc01821 Author: Wolfgang Sourdeau Date: Tue Jan 30 21:41:24 2007 +0000 @@ -98065,6 +121361,11 @@ Date: Tue Jan 30 21:41:24 2007 +0000 Monotone-Date: 2007-01-30T21:41:24 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDragAndDrop.js +M UI/WebServerResources/generic.js + commit d285f08effe3955640cc6692c03b386f1578cf2f Author: Wolfgang Sourdeau Date: Tue Jan 30 18:18:30 2007 +0000 @@ -98076,6 +121377,9 @@ Date: Tue Jan 30 18:18:30 2007 +0000 Monotone-Date: 2007-01-30T18:18:30 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalCalendarsListView.m +M UI/WebServerResources/SchedulerUI.js + commit 5d1352e99dd79fcff5b3641f29aa81564c2eff7c Author: Wolfgang Sourdeau Date: Tue Jan 30 18:18:16 2007 +0000 @@ -98087,6 +121391,9 @@ Date: Tue Jan 30 18:18:16 2007 +0000 Monotone-Date: 2007-01-30T18:18:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.m + commit 040c80fa8375ac378528862a890d7968b3521cc0 Author: Wolfgang Sourdeau Date: Tue Jan 30 14:02:27 2007 +0000 @@ -98098,6 +121405,8 @@ Date: Tue Jan 30 14:02:27 2007 +0000 Monotone-Date: 2007-01-30T14:02:27 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit dfc0dae0671a6dc309def9285066ccbadd8131e5 Author: Wolfgang Sourdeau Date: Tue Jan 30 13:50:52 2007 +0000 @@ -98109,6 +121418,9 @@ Date: Tue Jan 30 13:50:52 2007 +0000 Monotone-Date: 2007-01-30T13:50:52 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js + commit d9eda79696abdb4504d814cb6ba5a27e5462d5b8 Author: Wolfgang Sourdeau Date: Fri Jan 26 22:25:23 2007 +0000 @@ -98120,6 +121432,10 @@ Date: Fri Jan 26 22:25:23 2007 +0000 Monotone-Date: 2007-01-26T22:25:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/GNUmakefile +M SoObjects/SOGo/SOGoAuthenticator.m + commit e1c5eb89c1dcf4fa0dac549857a0700bca9d1dd8 Author: Wolfgang Sourdeau Date: Fri Jan 26 16:52:13 2007 +0000 @@ -98131,6 +121447,11 @@ Date: Fri Jan 26 16:52:13 2007 +0000 Monotone-Date: 2007-01-26T16:52:13 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/sql/folderinfo-create.psql +M OGoContentStore/sql/generate-folderinfo-sql-for-users.sh +M SoObjects/Appointments/SOGoFreeBusyObject.m +M UI/WebServerResources/generic.css + commit 4c2a93e26cd8075e0a91164032e88409a0e94222 Author: Wolfgang Sourdeau Date: Fri Jan 12 23:22:04 2007 +0000 @@ -98142,6 +121463,9 @@ Date: Fri Jan 12 23:22:04 2007 +0000 Monotone-Date: 2007-01-12T23:22:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoAuthenticator.m + commit 57a57edbcdf7ffab7e5dbf13344976b81b5d864d Author: Wolfgang Sourdeau Date: Fri Jan 12 23:21:26 2007 +0000 @@ -98153,6 +121477,8 @@ Date: Fri Jan 12 23:21:26 2007 +0000 Monotone-Date: 2007-01-12T23:21:26 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/product.plist + commit 1360340318ae7d8aaabf870bab857a0e933d1965 Author: Wolfgang Sourdeau Date: Fri Jan 12 23:21:13 2007 +0000 @@ -98164,6 +121490,9 @@ Date: Fri Jan 12 23:21:13 2007 +0000 Monotone-Date: 2007-01-12T23:21:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoFreeBusyObject.m + commit 3bf41f721b028baf9ce8d8dd4d9ee077c3d1774e Author: Wolfgang Sourdeau Date: Mon Jan 8 16:11:49 2007 +0000 @@ -98175,6 +121504,9 @@ Date: Mon Jan 8 16:11:49 2007 +0000 Monotone-Date: 2007-01-08T16:11:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 0b332c44d141ea4c440bf940541aca4979c6f323 Author: Wolfgang Sourdeau Date: Fri Jan 5 16:10:48 2007 +0000 @@ -98186,6 +121518,12 @@ Date: Fri Jan 5 16:10:48 2007 +0000 Monotone-Date: 2007-01-05T16:10:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D SOGo.xcode/helge.pbxuser +D SOGo.xcode/project.pbxproj +D SOGo.xcodeproj/project.pbxproj +M UI/WebServerResources/SchedulerUI.js + commit 50732854f10d9ddf47579de6c7c313aa97064406 Author: Wolfgang Sourdeau Date: Thu Jan 4 22:30:48 2007 +0000 @@ -98197,6 +121535,11 @@ Date: Thu Jan 4 22:30:48 2007 +0000 Monotone-Date: 2007-01-04T22:30:48 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailNotification.m +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.css + commit b60690f20d524a271d93fed8acb581d9421201ca Author: Wolfgang Sourdeau Date: Thu Jan 4 22:30:30 2007 +0000 @@ -98208,6 +121551,9 @@ Date: Thu Jan 4 22:30:30 2007 +0000 Monotone-Date: 2007-01-04T22:30:30 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit 066e7e2680eead92ac5137f11cde0e6ab0614e77 Author: Wolfgang Sourdeau Date: Thu Jan 4 20:03:47 2007 +0000 @@ -98219,6 +121565,9 @@ Date: Thu Jan 4 20:03:47 2007 +0000 Monotone-Date: 2007-01-04T20:03:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m + commit 6d8b404c3c97cb7425e0c8a9c6f14601533a0708 Author: Wolfgang Sourdeau Date: Thu Jan 4 20:03:02 2007 +0000 @@ -98230,6 +121579,9 @@ Date: Thu Jan 4 20:03:02 2007 +0000 Monotone-Date: 2007-01-04T20:03:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit 8a351f7333b8d1f7c6794b871488142786151211 Author: Wolfgang Sourdeau Date: Thu Jan 4 20:01:46 2007 +0000 @@ -98241,6 +121593,8 @@ Date: Thu Jan 4 20:01:46 2007 +0000 Monotone-Date: 2007-01-04T20:01:46 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoObject.m + commit 4ccdc474a74da819353b93ebb62a517e10e2c9a6 Author: Wolfgang Sourdeau Date: Thu Jan 4 16:03:52 2007 +0000 @@ -98252,6 +121606,9 @@ Date: Thu Jan 4 16:03:52 2007 +0000 Monotone-Date: 2007-01-04T16:03:52 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalView.h +M UI/Scheduler/UIxCalView.m + commit 8208c4bf947f312dd113d743871b3a2740c91e7f Author: Wolfgang Sourdeau Date: Thu Jan 4 15:18:30 2007 +0000 @@ -98263,6 +121620,10 @@ Date: Thu Jan 4 15:18:30 2007 +0000 Monotone-Date: 2007-01-04T15:18:30 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/Appointments/SOGoTaskObject.m + commit 7b8f76937cab019b91fef3082f4aebe35ec52ece Author: Wolfgang Sourdeau Date: Thu Jan 4 14:37:07 2007 +0000 @@ -98274,6 +121635,13 @@ Date: Thu Jan 4 14:37:07 2007 +0000 Monotone-Date: 2007-01-04T14:37:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M UI/Scheduler/UIxCalMainView.m +M UI/Scheduler/UIxCalView.h +M UI/Scheduler/UIxCalView.m + commit 6e81fe733ee88ed6dd0d7f969c78b25563b985d9 Author: Wolfgang Sourdeau Date: Wed Jan 3 21:13:28 2007 +0000 @@ -98285,6 +121653,10 @@ Date: Wed Jan 3 21:13:28 2007 +0000 Monotone-Date: 2007-01-03T21:13:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxAclEditor.h +M UI/Common/UIxAclEditor.m + commit 771adb4cca5de008bc2d27883b13b3b7471372a1 Author: Wolfgang Sourdeau Date: Wed Jan 3 21:11:18 2007 +0000 @@ -98296,6 +121668,8 @@ Date: Wed Jan 3 21:11:18 2007 +0000 Monotone-Date: 2007-01-03T21:11:18 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxAclEditor.wox + commit 09b64d9df5d4cec687e40fbb831330c3de69e084 Author: Wolfgang Sourdeau Date: Wed Jan 3 21:11:08 2007 +0000 @@ -98307,6 +121681,8 @@ Date: Wed Jan 3 21:11:08 2007 +0000 Monotone-Date: 2007-01-03T21:11:08 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAclEditor.js + commit dee95089f50f92e7811ec96bddc925f3e5e54a48 Author: Wolfgang Sourdeau Date: Wed Jan 3 21:10:14 2007 +0000 @@ -98318,6 +121694,8 @@ Date: Wed Jan 3 21:10:14 2007 +0000 Monotone-Date: 2007-01-03T21:10:14 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAclEditor.css + commit f411c77c0157e7a70f2367cf67760131f4c2aea3 Author: Wolfgang Sourdeau Date: Wed Jan 3 21:08:56 2007 +0000 @@ -98329,6 +121707,8 @@ Date: Wed Jan 3 21:08:56 2007 +0000 Monotone-Date: 2007-01-03T21:08:56 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 0089cb7214d6c478c0425c049e9101672b5b807f Author: Wolfgang Sourdeau Date: Fri Dec 22 22:13:53 2006 +0000 @@ -98340,6 +121720,10 @@ Date: Fri Dec 22 22:13:53 2006 +0000 Monotone-Date: 2006-12-22T22:13:53 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/dtree.css +M UI/WebServerResources/dtree.js + commit ef275a7674627556bf475e630624eecfe72f9f09 Author: Wolfgang Sourdeau Date: Fri Dec 22 19:15:35 2006 +0000 @@ -98351,6 +121735,8 @@ Date: Fri Dec 22 19:15:35 2006 +0000 Monotone-Date: 2006-12-22T19:15:35 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailTree.wox + commit f6e5a110c40a1311ebc56e9da07ab796623238e5 Author: Wolfgang Sourdeau Date: Fri Dec 22 17:07:27 2006 +0000 @@ -98362,6 +121748,8 @@ Date: Fri Dec 22 17:07:27 2006 +0000 Monotone-Date: 2006-12-22T17:07:27 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/GNUmakefile + commit 265e582fb0b55f28004163f7958b5c742e77fdb3 Author: Wolfgang Sourdeau Date: Fri Dec 22 17:07:15 2006 +0000 @@ -98373,6 +121761,9 @@ Date: Fri Dec 22 17:07:15 2006 +0000 Monotone-Date: 2006-12-22T17:07:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailMainFrame.m + commit c2b843cddc7f10411c9ddabd9e4cbf07624a045e Author: Wolfgang Sourdeau Date: Fri Dec 22 17:06:17 2006 +0000 @@ -98384,6 +121775,9 @@ Date: Fri Dec 22 17:06:17 2006 +0000 Monotone-Date: 2006-12-22T17:06:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/MailerUI/UIxMailPopupView.m + commit 33acdfb5f2f7a0c48ef3093af74378f89cc32dbc Author: Wolfgang Sourdeau Date: Fri Dec 22 17:05:13 2006 +0000 @@ -98395,6 +121789,10 @@ Date: Fri Dec 22 17:05:13 2006 +0000 Monotone-Date: 2006-12-22T17:05:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D UI/MailerUI/UIxMailAccountView.m +A UI/MailerUI/UIxMailSplashView.m + commit 52bc513e82042427e30a6c3f9c9a6e49c06dc635 Author: Wolfgang Sourdeau Date: Fri Dec 22 17:04:29 2006 +0000 @@ -98406,6 +121804,9 @@ Date: Fri Dec 22 17:04:29 2006 +0000 Monotone-Date: 2006-12-22T17:04:29 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit caa36725b78cda54169e97c88684fc322c9e9be6 Author: Wolfgang Sourdeau Date: Fri Dec 22 17:02:12 2006 +0000 @@ -98417,6 +121818,8 @@ Date: Fri Dec 22 17:02:12 2006 +0000 Monotone-Date: 2006-12-22T17:02:12 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/product.plist + commit 79a9bb7d0344c51e11b0db04d00d26e328ed9b8a Author: Wolfgang Sourdeau Date: Fri Dec 22 17:02:01 2006 +0000 @@ -98428,6 +121831,8 @@ Date: Fri Dec 22 17:02:01 2006 +0000 Monotone-Date: 2006-12-22T17:02:01 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailView.m + commit f6ecebeb1b45f86d63fea4bdba71e63b2bc48be0 Author: Wolfgang Sourdeau Date: Fri Dec 22 16:58:42 2006 +0000 @@ -98439,6 +121844,11 @@ Date: Fri Dec 22 16:58:42 2006 +0000 Monotone-Date: 2006-12-22T16:58:42 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsFilterPanel.wox +M UI/Templates/SchedulerUI/UIxCalAptListView.wox +M UI/Templates/SchedulerUI/UIxCalFilterPanel.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox + commit 0edd70a5900dbdca56a6e771bce9c509fa3f54eb Author: Wolfgang Sourdeau Date: Fri Dec 22 16:58:30 2006 +0000 @@ -98450,6 +121860,23 @@ Date: Fri Dec 22 16:58:30 2006 +0000 Monotone-Date: 2006-12-22T16:58:30 Monotone-Branch: ca.inverse.sogo +D UI/Templates/MailerUI/UIxMailAccountView.wox +D UI/Templates/MailerUI/UIxMailAccountViewContainer.wox +D UI/Templates/MailerUI/UIxMailAccountsView.wox +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/Templates/MailerUI/UIxMailFilterPanel.wox +M UI/Templates/MailerUI/UIxMailFolderACLEditor.wox +M UI/Templates/MailerUI/UIxMailListView.wox +D UI/Templates/MailerUI/UIxMailListViewContainer.wox +M UI/Templates/MailerUI/UIxMailMainFrame.wox +A UI/Templates/MailerUI/UIxMailPopupView.wox +A UI/Templates/MailerUI/UIxMailSplashView.wox +M UI/Templates/MailerUI/UIxMailTree.wox +M UI/Templates/MailerUI/UIxMailTreeBlockJS.wox +M UI/Templates/MailerUI/UIxMailView.wox +D UI/Templates/MailerUI/UIxMailViewContainer.wox +M UI/Templates/MailerUI/UIxSieveEditor.wox + commit ff58a743f3b521843c8a3a796e486f41523fe297 Author: Wolfgang Sourdeau Date: Fri Dec 22 16:58:10 2006 +0000 @@ -98461,6 +121888,15 @@ Date: Fri Dec 22 16:58:10 2006 +0000 Monotone-Date: 2006-12-22T16:58:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D UI/MailerUI/UIxMailAccountViewContainer.h +D UI/MailerUI/UIxMailAccountViewContainer.m +D UI/MailerUI/UIxMailAccountsView.m +D UI/MailerUI/UIxMailListViewContainer.h +D UI/MailerUI/UIxMailListViewContainer.m +D UI/MailerUI/UIxMailViewContainer.h +D UI/MailerUI/UIxMailViewContainer.m + commit a21241f620c06f95e71dd7adde3cc89da8f9a6e7 Author: Wolfgang Sourdeau Date: Fri Dec 22 16:48:36 2006 +0000 @@ -98472,6 +121908,8 @@ Date: Fri Dec 22 16:48:36 2006 +0000 Monotone-Date: 2006-12-22T16:48:36 Monotone-Branch: ca.inverse.sogo +M .mtn-ignore + commit 5f2f11e5b0e35691ad9aea52cf9de4ff3386c102 Author: Wolfgang Sourdeau Date: Fri Dec 22 16:48:16 2006 +0000 @@ -98483,6 +121921,11 @@ Date: Fri Dec 22 16:48:16 2006 +0000 Monotone-Date: 2006-12-22T16:48:16 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/generic.css + commit 94740e186c48f2800f7266e21c7f39814d5ecfb9 Author: Wolfgang Sourdeau Date: Fri Dec 22 16:48:11 2006 +0000 @@ -98494,6 +121937,11 @@ Date: Fri Dec 22 16:48:11 2006 +0000 Monotone-Date: 2006-12-22T16:48:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/dtree.js +M UI/WebServerResources/generic.js + commit 215a4638477da66fd064708ef6933d86a2235396 Author: Wolfgang Sourdeau Date: Wed Dec 20 22:55:54 2006 +0000 @@ -98505,6 +121953,11 @@ Date: Wed Dec 20 22:55:54 2006 +0000 Monotone-Date: 2006-12-20T22:55:54 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLTableElement.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit 526c4e0934283c08c43bc63e02183b949a891451 Author: Wolfgang Sourdeau Date: Wed Dec 20 22:54:46 2006 +0000 @@ -98516,6 +121969,9 @@ Date: Wed Dec 20 22:54:46 2006 +0000 Monotone-Date: 2006-12-20T22:54:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/HTMLElement.js + commit ee03cc85567c6d75c4e9b3e03dcb5219265fd00d Author: Wolfgang Sourdeau Date: Wed Dec 20 22:53:58 2006 +0000 @@ -98527,6 +121983,9 @@ Date: Wed Dec 20 22:53:58 2006 +0000 Monotone-Date: 2006-12-20T22:53:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js + commit 702b62f07235371aa9199473319c3b29affe15e8 Author: Wolfgang Sourdeau Date: Wed Dec 20 22:52:32 2006 +0000 @@ -98538,6 +121997,9 @@ Date: Wed Dec 20 22:52:32 2006 +0000 Monotone-Date: 2006-12-20T22:52:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.m + commit 87d5799b720f50251e17b923f9dcdcee70c733e6 Author: Wolfgang Sourdeau Date: Wed Dec 20 22:48:09 2006 +0000 @@ -98549,6 +122011,9 @@ Date: Wed Dec 20 22:48:09 2006 +0000 Monotone-Date: 2006-12-20T22:48:09 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings + commit 91ca688e5d4ba38cfd2542e628b8fea2ff0cfcf2 Author: Wolfgang Sourdeau Date: Wed Dec 20 22:47:54 2006 +0000 @@ -98560,6 +122025,8 @@ Date: Wed Dec 20 22:47:54 2006 +0000 Monotone-Date: 2006-12-20T22:47:54 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoObject.h + commit 9f3be3b0c91eeb90929e55ac5c8bf5eee59a1b47 Author: Wolfgang Sourdeau Date: Wed Dec 20 22:47:30 2006 +0000 @@ -98571,6 +122038,8 @@ Date: Wed Dec 20 22:47:30 2006 +0000 Monotone-Date: 2006-12-20T22:47:30 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/product.plist + commit 9627f8608f7cb54de5784b7cb831e214dadd72ab Author: Wolfgang Sourdeau Date: Wed Dec 20 22:47:10 2006 +0000 @@ -98582,6 +122051,8 @@ Date: Wed Dec 20 22:47:10 2006 +0000 Monotone-Date: 2006-12-20T22:47:10 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css + commit 6564b2464cda6639194f02b924c3d7ec7a471ff2 Author: Wolfgang Sourdeau Date: Wed Dec 20 22:46:55 2006 +0000 @@ -98593,6 +122064,8 @@ Date: Wed Dec 20 22:46:55 2006 +0000 Monotone-Date: 2006-12-20T22:46:55 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox + commit 05c347d2816a4625d045dfeb3b8761ffff18d2c4 Author: Wolfgang Sourdeau Date: Wed Dec 20 16:45:52 2006 +0000 @@ -98604,6 +122077,11 @@ Date: Wed Dec 20 16:45:52 2006 +0000 Monotone-Date: 2006-12-20T16:45:52 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAclEditor.css +M UI/WebServerResources/generic.js + commit e66bf60cb7728202dc3260cca091f54a37585c9f Author: Wolfgang Sourdeau Date: Wed Dec 20 16:45:35 2006 +0000 @@ -98615,6 +122093,8 @@ Date: Wed Dec 20 16:45:35 2006 +0000 Monotone-Date: 2006-12-20T16:45:35 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxAclEditor.wox + commit ea6a0c42b559efa11276555e94c2f0ebd8504387 Author: Wolfgang Sourdeau Date: Wed Dec 20 16:45:28 2006 +0000 @@ -98626,6 +122106,8 @@ Date: Wed Dec 20 16:45:28 2006 +0000 Monotone-Date: 2006-12-20T16:45:28 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxAclEditor.h + commit 1aaaaa1de45a873df34a8c69c619f4bde77d880b Author: Wolfgang Sourdeau Date: Wed Dec 20 16:45:12 2006 +0000 @@ -98637,6 +122119,9 @@ Date: Wed Dec 20 16:45:12 2006 +0000 Monotone-Date: 2006-12-20T16:45:12 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings + commit 661b382ad3de857648745008120796894ff3d08b Author: Wolfgang Sourdeau Date: Wed Dec 20 16:43:55 2006 +0000 @@ -98648,6 +122133,9 @@ Date: Wed Dec 20 16:43:55 2006 +0000 Monotone-Date: 2006-12-20T16:43:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxAclEditor.m + commit 0ca8bb4ee9e41c285b8ac9582452b47701a9403c Author: Wolfgang Sourdeau Date: Wed Dec 20 16:43:15 2006 +0000 @@ -98659,6 +122147,9 @@ Date: Wed Dec 20 16:43:15 2006 +0000 Monotone-Date: 2006-12-20T16:43:15 Monotone-Branch: ca.inverse.sogo +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings + commit d87eeedd189d922ad3af6c0348f24a7b95eb1446 Author: Wolfgang Sourdeau Date: Wed Dec 20 16:43:03 2006 +0000 @@ -98670,6 +122161,8 @@ Date: Wed Dec 20 16:43:03 2006 +0000 Monotone-Date: 2006-12-20T16:43:03 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/product.plist + commit 828f177c6088575dd0383967da6e93647246f9a3 Author: Wolfgang Sourdeau Date: Tue Dec 19 20:59:17 2006 +0000 @@ -98681,6 +122174,10 @@ Date: Tue Dec 19 20:59:17 2006 +0000 Monotone-Date: 2006-12-19T20:59:17 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/French.lproj/Localizable.strings +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js + commit 961ceb4a6c80a3cc11b7a97c5941993a5bf72d56 Author: Wolfgang Sourdeau Date: Tue Dec 19 20:59:11 2006 +0000 @@ -98692,6 +122189,8 @@ Date: Tue Dec 19 20:59:11 2006 +0000 Monotone-Date: 2006-12-19T20:59:11 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m + commit 1e0404d662ecdf7fce5697fd46bbc99825f6914f Author: Wolfgang Sourdeau Date: Tue Dec 19 20:58:42 2006 +0000 @@ -98703,6 +122202,12 @@ Date: Tue Dec 19 20:58:42 2006 +0000 Monotone-Date: 2006-12-19T20:58:42 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoAclsFolder.m +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxTaskEditor.js + commit 8bc105c8542b83b13bbe4b4da6e05b981f4a4585 Author: Wolfgang Sourdeau Date: Tue Dec 19 19:17:35 2006 +0000 @@ -98714,6 +122219,10 @@ Date: Tue Dec 19 19:17:35 2006 +0000 Monotone-Date: 2006-12-19T19:17:35 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit 2c1c56956f53223534ccc2fe6ad89884031e52e6 Author: Wolfgang Sourdeau Date: Tue Dec 19 17:06:07 2006 +0000 @@ -98725,6 +122234,15 @@ Date: Tue Dec 19 17:06:07 2006 +0000 Monotone-Date: 2006-12-19T17:06:07 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalView.h +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/product.plist +M UI/Templates/SchedulerUI/UIxCalCalendarsListView.wox +M UI/Templates/SchedulerUI/UIxCalMonthView.wox +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js + commit c5698c56f1d2213ccbbba3c719807309cfd0a2c4 Author: Wolfgang Sourdeau Date: Tue Dec 19 17:05:28 2006 +0000 @@ -98736,6 +122254,9 @@ Date: Tue Dec 19 17:05:28 2006 +0000 Monotone-Date: 2006-12-19T17:05:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalMainView.m + commit 87c7e33e166d54de461b760f5be3cec47b660d68 Author: Wolfgang Sourdeau Date: Tue Dec 19 17:03:41 2006 +0000 @@ -98747,6 +122268,10 @@ Date: Tue Dec 19 17:03:41 2006 +0000 Monotone-Date: 2006-12-19T17:03:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m + commit 6c3f7272271ef94462e065322c2d38ea04253699 Author: Wolfgang Sourdeau Date: Tue Dec 19 17:02:58 2006 +0000 @@ -98758,6 +122283,8 @@ Date: Tue Dec 19 17:02:58 2006 +0000 Monotone-Date: 2006-12-19T17:02:58 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactFolders.m + commit 8431bbaf5a1961075273fe4bbf198bf16fdcdc70 Author: Wolfgang Sourdeau Date: Tue Dec 19 17:02:42 2006 +0000 @@ -98769,6 +122296,8 @@ Date: Tue Dec 19 17:02:42 2006 +0000 Monotone-Date: 2006-12-19T17:02:42 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/product.plist + commit ed5d95b408a72d2df60ae38d1080f8a1acda8689 Author: Wolfgang Sourdeau Date: Tue Dec 19 17:02:33 2006 +0000 @@ -98780,6 +122309,8 @@ Date: Tue Dec 19 17:02:33 2006 +0000 Monotone-Date: 2006-12-19T17:02:33 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoGroupAppointmentFolder.m + commit d912af1007f0a5832e4bed5fd8c8de396644fbcd Author: Wolfgang Sourdeau Date: Tue Dec 19 17:02:15 2006 +0000 @@ -98791,6 +122322,10 @@ Date: Tue Dec 19 17:02:15 2006 +0000 Monotone-Date: 2006-12-19T17:02:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 3cc1c13e821508f6254185d2d4164824acdb7391 Author: Wolfgang Sourdeau Date: Fri Dec 15 22:45:30 2006 +0000 @@ -98802,6 +122337,9 @@ Date: Fri Dec 15 22:45:30 2006 +0000 Monotone-Date: 2006-12-15T22:45:30 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactFolders.m +M SoObjects/SOGo/SOGoUserFolder.m + commit 9114b54ec9dc1ea4603fc39296ae119ce1d8a8d8 Author: Wolfgang Sourdeau Date: Fri Dec 15 22:23:38 2006 +0000 @@ -98813,6 +122351,8 @@ Date: Fri Dec 15 22:23:38 2006 +0000 Monotone-Date: 2006-12-15T22:23:38 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 9a82f1aa830ddf0f17c21cb26ec77e03851aa678 Author: Wolfgang Sourdeau Date: Fri Dec 15 22:23:27 2006 +0000 @@ -98824,6 +122364,8 @@ Date: Fri Dec 15 22:23:27 2006 +0000 Monotone-Date: 2006-12-15T22:23:27 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/UIxComponent.m + commit 5a4deaefb51236a5a3a550e8aa90d7e132efc394 Author: Wolfgang Sourdeau Date: Fri Dec 15 22:22:44 2006 +0000 @@ -98835,6 +122377,8 @@ Date: Fri Dec 15 22:22:44 2006 +0000 Monotone-Date: 2006-12-15T22:22:44 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxAclEditor.m + commit 07a725073003ec7df75f68475075dba3063e3d31 Author: Wolfgang Sourdeau Date: Fri Dec 15 22:22:32 2006 +0000 @@ -98846,6 +122390,9 @@ Date: Fri Dec 15 22:22:32 2006 +0000 Monotone-Date: 2006-12-15T22:22:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit e6cc2a5e9c9d5b43d0fc653609d9a4380e6fe576 Author: Wolfgang Sourdeau Date: Fri Dec 15 22:21:51 2006 +0000 @@ -98857,6 +122404,8 @@ Date: Fri Dec 15 22:21:51 2006 +0000 Monotone-Date: 2006-12-15T22:21:51 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoUser.m + commit 6353eca278e2b4268f3e8daa4b9afa740e7b0bf6 Author: Wolfgang Sourdeau Date: Fri Dec 15 22:20:02 2006 +0000 @@ -98868,6 +122417,10 @@ Date: Fri Dec 15 22:20:02 2006 +0000 Monotone-Date: 2006-12-15T22:20:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoAclsFolder.h +M SoObjects/SOGo/SOGoAclsFolder.m + commit ebd5a6cfb6c32e29cbc216d410d58c95f9f62050 Author: Wolfgang Sourdeau Date: Fri Dec 15 22:18:55 2006 +0000 @@ -98879,6 +122432,9 @@ Date: Fri Dec 15 22:18:55 2006 +0000 Monotone-Date: 2006-12-15T22:18:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.m + commit 17a4faa5f65fe86ddfd7b43a460ecb691df065a8 Author: Wolfgang Sourdeau Date: Fri Dec 15 22:17:25 2006 +0000 @@ -98890,6 +122446,10 @@ Date: Fri Dec 15 22:17:25 2006 +0000 Monotone-Date: 2006-12-15T22:17:25 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/sql/acls.sh +M OGoContentStore/sql/folderinfo-create.psql +M OGoContentStore/sql/generate-folderinfo-sql-for-users.sh + commit e763a81abc3657df7ec6e7d7c39f74c920d7b9d5 Author: Wolfgang Sourdeau Date: Fri Dec 15 22:17:18 2006 +0000 @@ -98901,6 +122461,8 @@ Date: Fri Dec 15 22:17:18 2006 +0000 Monotone-Date: 2006-12-15T22:17:18 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/GNUmakefile + commit e47a309284792e08285af3b6842ffa0ae348207a Author: Wolfgang Sourdeau Date: Fri Dec 15 22:17:00 2006 +0000 @@ -98912,6 +122474,8 @@ Date: Fri Dec 15 22:17:00 2006 +0000 Monotone-Date: 2006-12-15T22:17:00 Monotone-Branch: ca.inverse.sogo +D OGoContentStore/acls.ocs + commit 87b9ce1c6b3514d17c623db7890b4652120248b6 Author: Wolfgang Sourdeau Date: Fri Dec 15 15:16:03 2006 +0000 @@ -98923,6 +122487,10 @@ Date: Fri Dec 15 15:16:03 2006 +0000 Monotone-Date: 2006-12-15T15:16:03 Monotone-Branch: ca.inverse.sogo +A OGoContentStore/sql/acls.sh +M OGoContentStore/sql/generate-folderinfo-sql-for-users.sh +A OGoContentStore/sql/sogo-folderinfo.sh + commit 3eb6fa40482b69b3e61fc4d6ebf0ee3441e65ba4 Author: Wolfgang Sourdeau Date: Fri Dec 15 15:15:26 2006 +0000 @@ -98934,6 +122502,10 @@ Date: Fri Dec 15 15:15:26 2006 +0000 Monotone-Date: 2006-12-15T15:15:26 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/product.plist +M SoObjects/Contacts/product.plist +M SoObjects/Mailer/product.plist + commit 5cbb10be79cc430e8377595cf3b2fb84b028c719 Author: Wolfgang Sourdeau Date: Fri Dec 15 15:15:14 2006 +0000 @@ -98945,6 +122517,9 @@ Date: Fri Dec 15 15:15:14 2006 +0000 Monotone-Date: 2006-12-15T15:15:14 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.js + commit 02359d94a826eae15559821b6219040aaeb38e0f Author: Wolfgang Sourdeau Date: Thu Dec 14 21:22:57 2006 +0000 @@ -98956,6 +122531,9 @@ Date: Thu Dec 14 21:22:57 2006 +0000 Monotone-Date: 2006-12-14T21:22:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/SOGo.m + commit dc4071840940bd17ab466ebd915bc50a9b8af3b1 Author: Wolfgang Sourdeau Date: Thu Dec 14 21:20:13 2006 +0000 @@ -98969,6 +122547,58 @@ Date: Thu Dec 14 21:20:13 2006 +0000 Monotone-Date: 2006-12-14T21:20:13 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m +M SoObjects/Appointments/GNUmakefile +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.h +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoFreeBusyObject.h +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/Appointments/SOGoGroupAppointmentFolder.m +M SoObjects/Appointments/SOGoTaskObject.h +M SoObjects/Appointments/SOGoTaskObject.m +M SoObjects/Appointments/product.plist +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/Contacts/SOGoContactLDAPFolder.m +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/SOGo/SOGoAuthenticator.m +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m +M SoObjects/SOGo/SOGoUser.h +M SoObjects/SOGo/SOGoUser.m +M SoObjects/SOGo/SOGoUserFolder.h +M SoObjects/SOGo/SOGoUserFolder.m +M UI/Common/GNUmakefile +M UI/Common/UIxPageFrame.m +M UI/Common/product.plist +M UI/Contacts/GNUmakefile +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/UIxContactsListView.m +M UI/Contacts/product.plist +M UI/MailerUI/UIxMailEditorAction.m +M UI/MainUI/GNUmakefile +M UI/MainUI/SOGoUserHomePage.m +M UI/MainUI/product.plist +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxAppointmentProposal.m +M UI/Scheduler/UIxTaskEditor.m +M UI/Scheduler/UIxTaskProposal.m +M UI/Scheduler/product.plist +M UI/Templates/ContactsUI/UIxContactSelector.wox +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/HTMLElement.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDragAndDrop.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit 87dd80e80178fd3a5f77ed411379777ca6f58702 Author: Wolfgang Sourdeau Date: Thu Dec 14 21:19:08 2006 +0000 @@ -98980,6 +122610,10 @@ Date: Thu Dec 14 21:19:08 2006 +0000 Monotone-Date: 2006-12-14T21:19:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Contacts/UIxContactsAclsSelection.m +A UI/Templates/ContactsUI/UIxContactsAclsSelection.wox + commit 9c9d1928508ddb29a5e9cdde11e95007f1627bf4 Author: Wolfgang Sourdeau Date: Thu Dec 14 21:18:02 2006 +0000 @@ -98991,6 +122625,10 @@ Date: Thu Dec 14 21:18:02 2006 +0000 Monotone-Date: 2006-12-14T21:18:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/SOGo/SOGoPermissions.h +A SoObjects/SOGo/SOGoPermissions.m + commit e995f14954a485dc1b4e6c80053758f46a3479e0 Author: Wolfgang Sourdeau Date: Thu Dec 14 21:17:15 2006 +0000 @@ -99002,6 +122640,10 @@ Date: Thu Dec 14 21:17:15 2006 +0000 Monotone-Date: 2006-12-14T21:17:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/SOGo/SOGoAclsFolder.h +A SoObjects/SOGo/SOGoAclsFolder.m + commit 8407bfaa0712e3a7a87cdc45bdac79b1d40906a4 Author: Wolfgang Sourdeau Date: Thu Dec 14 21:15:05 2006 +0000 @@ -99013,6 +122655,10 @@ Date: Thu Dec 14 21:15:05 2006 +0000 Monotone-Date: 2006-12-14T21:15:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Appointments/SOGoCalendarComponent.h +A SoObjects/Appointments/SOGoCalendarComponent.m + commit 8fab0af88d6b693b7c477e22da141d9f5ec9b0cc Author: Wolfgang Sourdeau Date: Thu Dec 14 20:20:40 2006 +0000 @@ -99024,6 +122670,12 @@ Date: Thu Dec 14 20:20:40 2006 +0000 Monotone-Date: 2006-12-14T20:20:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Common/UIxAclEditor.h +A UI/Common/UIxAclEditor.m +A UI/Templates/UIxAclEditor.wox +A UI/WebServerResources/UIxAclEditor.js + commit 893fae023f585c6d0c5dc20337f50abc9d2fd75b Author: Wolfgang Sourdeau Date: Thu Dec 14 20:19:30 2006 +0000 @@ -99035,6 +122687,10 @@ Date: Thu Dec 14 20:19:30 2006 +0000 Monotone-Date: 2006-12-14T20:19:30 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/MailerUI.css +A UI/WebServerResources/UIxAclEditor.css + commit e8fa861c3664091aaa0cfaafc653eb2baa55ae70 Author: Wolfgang Sourdeau Date: Thu Dec 14 20:18:40 2006 +0000 @@ -99046,6 +122702,11 @@ Date: Thu Dec 14 20:18:40 2006 +0000 Monotone-Date: 2006-12-14T20:18:40 Monotone-Branch: ca.inverse.sogo +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings + commit fe1b5f0cac8b5df31317eb109438b5e00a261b41 Author: Wolfgang Sourdeau Date: Thu Dec 14 20:18:08 2006 +0000 @@ -99057,6 +122718,9 @@ Date: Thu Dec 14 20:18:08 2006 +0000 Monotone-Date: 2006-12-14T20:18:08 Monotone-Branch: ca.inverse.sogo +A UI/Common/Toolbars/SOGoAclAssistant.toolbar +A UI/Common/Toolbars/SOGoAclOwner.toolbar + commit bb8b9ad9536ee3b21997bef5807c7a0e37ba9dce Author: Wolfgang Sourdeau Date: Thu Dec 14 20:17:46 2006 +0000 @@ -99068,6 +122732,12 @@ Date: Thu Dec 14 20:17:46 2006 +0000 Monotone-Date: 2006-12-14T20:17:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D SoObjects/SOGo/NSString+URL.h +D SoObjects/SOGo/NSString+URL.m +A SoObjects/SOGo/NSString+Utilities.h +A SoObjects/SOGo/NSString+Utilities.m + commit 478481809b6a5e738c4abb38b5fe4de6212fd6fc Author: Wolfgang Sourdeau Date: Thu Dec 14 20:16:00 2006 +0000 @@ -99079,6 +122749,10 @@ Date: Thu Dec 14 20:16:00 2006 +0000 Monotone-Date: 2006-12-14T20:16:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/SOGo/NSArray+Utilities.h +A SoObjects/SOGo/NSArray+Utilities.m + commit 6828354044620dc425ff4bc7009ba0c240b360c0 Author: Wolfgang Sourdeau Date: Thu Dec 14 20:14:35 2006 +0000 @@ -99090,6 +122764,8 @@ Date: Thu Dec 14 20:14:35 2006 +0000 Monotone-Date: 2006-12-14T20:14:35 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile + commit 008fb7fbbc46b784ea1c61a02e94c831e7caddc1 Author: Wolfgang Sourdeau Date: Thu Dec 14 20:14:28 2006 +0000 @@ -99101,6 +122777,10 @@ Date: Thu Dec 14 20:14:28 2006 +0000 Monotone-Date: 2006-12-14T20:14:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/SOGo/SOGoDAVRendererTypes.h +A SoObjects/SOGo/SOGoDAVRendererTypes.m + commit d402acb31961a49d5710038baeb3518cea4e60d2 Author: Wolfgang Sourdeau Date: Thu Dec 14 19:48:28 2006 +0000 @@ -99112,6 +122792,8 @@ Date: Thu Dec 14 19:48:28 2006 +0000 Monotone-Date: 2006-12-14T19:48:28 Monotone-Branch: ca.inverse.sogo +A OGoContentStore/acls.ocs + commit 7d87683598b9ab87d012601711200a2d325863c4 Author: Wolfgang Sourdeau Date: Mon Nov 27 16:52:17 2006 +0000 @@ -99123,6 +122805,9 @@ Date: Mon Nov 27 16:52:17 2006 +0000 Monotone-Date: 2006-11-27T16:52:17 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/GNUmakefile +M OGoContentStore/sql/generate-folderinfo-sql-for-users.sh + commit 4eceecb987e2713e87901b17701db21c87a62e37 Author: Wolfgang Sourdeau Date: Tue Nov 21 22:33:43 2006 +0000 @@ -99134,6 +122819,8 @@ Date: Tue Nov 21 22:33:43 2006 +0000 Monotone-Date: 2006-11-21T22:33:43 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailObject.m + commit 79a29b662f81de8f7a05c5a464f53826958cea7a Author: Wolfgang Sourdeau Date: Tue Nov 21 20:32:44 2006 +0000 @@ -99145,6 +122832,9 @@ Date: Tue Nov 21 20:32:44 2006 +0000 Monotone-Date: 2006-11-21T20:32:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailAccount.m + commit afa15efb12caa388172928cced11189f6aa3e314 Author: Wolfgang Sourdeau Date: Tue Nov 21 20:31:11 2006 +0000 @@ -99156,6 +122846,8 @@ Date: Tue Nov 21 20:31:11 2006 +0000 Monotone-Date: 2006-11-21T20:31:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit b9747ff0aef8573647a168bb60fedcc8156de4f7 Author: Wolfgang Sourdeau Date: Tue Nov 21 20:31:04 2006 +0000 @@ -99167,6 +122859,8 @@ Date: Tue Nov 21 20:31:04 2006 +0000 Monotone-Date: 2006-11-21T20:31:04 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 63272dd576f4953bca487bce67455d2927c9659e Author: Wolfgang Sourdeau Date: Mon Nov 20 16:04:49 2006 +0000 @@ -99178,6 +122872,8 @@ Date: Mon Nov 20 16:04:49 2006 +0000 Monotone-Date: 2006-11-20T16:04:49 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 9ae4f678dcc534c9e8efb6b7bc2d5e81dfbd119e Author: Wolfgang Sourdeau Date: Mon Nov 20 16:01:35 2006 +0000 @@ -99189,6 +122885,8 @@ Date: Mon Nov 20 16:01:35 2006 +0000 Monotone-Date: 2006-11-20T16:01:35 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit cc0d766f31aa8f2bc1e7e8d251656726c1ad40c1 Author: Wolfgang Sourdeau Date: Mon Nov 20 15:59:34 2006 +0000 @@ -99200,6 +122898,8 @@ Date: Mon Nov 20 15:59:34 2006 +0000 Monotone-Date: 2006-11-20T15:59:34 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile + commit 66e31fc8d496e69a1fc06731fc863fe263659c39 Author: Wolfgang Sourdeau Date: Fri Nov 17 22:27:07 2006 +0000 @@ -99211,6 +122911,9 @@ Date: Fri Nov 17 22:27:07 2006 +0000 Monotone-Date: 2006-11-17T22:27:07 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoTaskObject.m + commit ed1302df854bc083dfa2e8300757208e05a777e9 Author: Wolfgang Sourdeau Date: Fri Nov 17 22:26:48 2006 +0000 @@ -99222,6 +122925,8 @@ Date: Fri Nov 17 22:26:48 2006 +0000 Monotone-Date: 2006-11-17T22:26:48 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoObject.h + commit bdfab579525f94675a36706efaeef12604788c83 Author: Wolfgang Sourdeau Date: Fri Nov 17 22:26:32 2006 +0000 @@ -99233,6 +122938,9 @@ Date: Fri Nov 17 22:26:32 2006 +0000 Monotone-Date: 2006-11-17T22:26:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit 3f1883d2f3e190670574c61c0ca7d8bc39922886 Author: Wolfgang Sourdeau Date: Fri Nov 17 22:24:49 2006 +0000 @@ -99244,6 +122952,8 @@ Date: Fri Nov 17 22:24:49 2006 +0000 Monotone-Date: 2006-11-17T22:24:49 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/French.lproj/Localizable.strings + commit dde07082e1140e17d0b15ea90fea30cd3e2c95ff Author: Wolfgang Sourdeau Date: Fri Nov 17 22:24:30 2006 +0000 @@ -99255,6 +122965,8 @@ Date: Fri Nov 17 22:24:30 2006 +0000 Monotone-Date: 2006-11-17T22:24:30 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile + commit f1754d4932beb6a349533697d0d46489448c803e Author: Wolfgang Sourdeau Date: Fri Nov 17 22:24:15 2006 +0000 @@ -99266,6 +122978,8 @@ Date: Fri Nov 17 22:24:15 2006 +0000 Monotone-Date: 2006-11-17T22:24:15 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/GNUmakefile + commit 0f12cf53adce7504b9d19cc74db841be8d3e5c39 Author: Wolfgang Sourdeau Date: Fri Nov 17 22:24:04 2006 +0000 @@ -99277,6 +122991,8 @@ Date: Fri Nov 17 22:24:04 2006 +0000 Monotone-Date: 2006-11-17T22:24:04 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/sql/generate-folderinfo-sql-for-users.sh + commit 65375d7506ee91549c120a2dd05675b20b779320 Author: Wolfgang Sourdeau Date: Fri Nov 17 22:23:47 2006 +0000 @@ -99288,6 +123004,8 @@ Date: Fri Nov 17 22:23:47 2006 +0000 Monotone-Date: 2006-11-17T22:23:47 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/sql/folderinfo-create.psql + commit 6251aab00af478f122e85321028684861e7fd28c Author: Wolfgang Sourdeau Date: Fri Nov 17 22:23:15 2006 +0000 @@ -99299,6 +123017,8 @@ Date: Fri Nov 17 22:23:15 2006 +0000 Monotone-Date: 2006-11-17T22:23:15 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 21889761df1604bd1153336b6766bf960b572e79 Author: Wolfgang Sourdeau Date: Fri Nov 17 22:23:12 2006 +0000 @@ -99310,6 +123030,8 @@ Date: Fri Nov 17 22:23:12 2006 +0000 Monotone-Date: 2006-11-17T22:23:12 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit 236192a805ca5bf6f3784c14c884af6365e20515 Author: Wolfgang Sourdeau Date: Fri Nov 17 22:09:01 2006 +0000 @@ -99321,6 +123043,8 @@ Date: Fri Nov 17 22:09:01 2006 +0000 Monotone-Date: 2006-11-17T22:09:01 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox + commit 2cd7b7a463cbd1f96a614e58d93cf3690ea65259 Author: Wolfgang Sourdeau Date: Fri Nov 17 22:07:57 2006 +0000 @@ -99332,6 +123056,9 @@ Date: Fri Nov 17 22:07:57 2006 +0000 Monotone-Date: 2006-11-17T22:07:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.m + commit 7f4cf18092de9895ce708019ee9674e5baf57d60 Author: Wolfgang Sourdeau Date: Wed Nov 15 22:52:41 2006 +0000 @@ -99343,6 +123070,12 @@ Date: Wed Nov 15 22:52:41 2006 +0000 Monotone-Date: 2006-11-15T22:52:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/UIxPageFrame.wox +M UI/Templates/UIxToolbar.wox +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit 7dda0910691abe92e1dd4f4bfe0c76959ce3325e Author: Wolfgang Sourdeau Date: Wed Nov 15 21:55:52 2006 +0000 @@ -99354,6 +123087,8 @@ Date: Wed Nov 15 21:55:52 2006 +0000 Monotone-Date: 2006-11-15T21:55:52 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 2b56b681b1e09a5a5cacae1c3614f30affe0ad8d Author: Wolfgang Sourdeau Date: Wed Nov 15 21:55:06 2006 +0000 @@ -99365,6 +123100,8 @@ Date: Wed Nov 15 21:55:06 2006 +0000 Monotone-Date: 2006-11-15T21:55:06 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalMonthView.m + commit 5534288bab8881ecc610ffa5e6e54954165c3ca6 Author: Wolfgang Sourdeau Date: Wed Nov 15 21:54:47 2006 +0000 @@ -99376,6 +123113,10 @@ Date: Wed Nov 15 21:54:47 2006 +0000 Monotone-Date: 2006-11-15T21:54:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/SchedulerUI/UIxCalMonthView.wox +M UI/WebServerResources/SchedulerUI.js + commit 279d5c56f56c35ef32736e70481ae5cac4907a58 Author: Wolfgang Sourdeau Date: Wed Nov 15 18:42:29 2006 +0000 @@ -99387,6 +123128,9 @@ Date: Wed Nov 15 18:42:29 2006 +0000 Monotone-Date: 2006-11-15T18:42:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/UIxAppointmentEditor.css + commit 046112475fe2510dce005d225e0563b2683b829f Author: Wolfgang Sourdeau Date: Wed Nov 15 18:42:19 2006 +0000 @@ -99398,6 +123142,11 @@ Date: Wed Nov 15 18:42:19 2006 +0000 Monotone-Date: 2006-11-15T18:42:19 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsAddressBooksSelection.wox +M UI/Templates/ContactsUI/UIxContactsCalendarsSelection.wox +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/Templates/SchedulerUI/UIxTaskEditor.wox + commit cf35cbb8181f41c9f7bb2d984d98544f29a57dea Author: Wolfgang Sourdeau Date: Wed Nov 15 18:42:11 2006 +0000 @@ -99409,6 +123158,9 @@ Date: Wed Nov 15 18:42:11 2006 +0000 Monotone-Date: 2006-11-15T18:42:11 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/French.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings + commit 03d6c36b6d5509d46246279c23f2ef75efae888c Author: Wolfgang Sourdeau Date: Wed Nov 15 18:00:55 2006 +0000 @@ -99420,6 +123172,8 @@ Date: Wed Nov 15 18:00:55 2006 +0000 Monotone-Date: 2006-11-15T18:00:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 769c611028dc4d86dc7a77894d06f71b326dcdce Author: Wolfgang Sourdeau Date: Wed Nov 15 18:00:44 2006 +0000 @@ -99431,6 +123185,9 @@ Date: Wed Nov 15 18:00:44 2006 +0000 Monotone-Date: 2006-11-15T18:00:44 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/generic.js + commit 82b52a0348b702651ba2282e30d04a433e3b663f Author: Wolfgang Sourdeau Date: Wed Nov 15 18:00:07 2006 +0000 @@ -99442,6 +123199,8 @@ Date: Wed Nov 15 18:00:07 2006 +0000 Monotone-Date: 2006-11-15T18:00:07 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 16765ae0ce9d2f7acbc8db8cdca0361a690f403c Author: Wolfgang Sourdeau Date: Wed Nov 15 17:59:47 2006 +0000 @@ -99453,6 +123212,10 @@ Date: Wed Nov 15 17:59:47 2006 +0000 Monotone-Date: 2006-11-15T17:59:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/SchedulerUI/UIxCalMonthView.wox +M UI/WebServerResources/SchedulerUI.js + commit e7a827ad808cb6fec551ecb190865cdecf818519 Author: Wolfgang Sourdeau Date: Wed Nov 15 17:58:31 2006 +0000 @@ -99464,6 +123227,9 @@ Date: Wed Nov 15 17:58:31 2006 +0000 Monotone-Date: 2006-11-15T17:58:31 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsAddressBooksSelection.wox +M UI/Templates/ContactsUI/UIxContactsCalendarsSelection.wox + commit d6ec96337d936d9edc425333c0748cec7b38fefb Author: Wolfgang Sourdeau Date: Wed Nov 15 17:58:20 2006 +0000 @@ -99475,6 +123241,9 @@ Date: Wed Nov 15 17:58:20 2006 +0000 Monotone-Date: 2006-11-15T17:58:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/MailerUI/UIxMailView.wox + commit 02e8a206af3992b79d1c886025887cbe220802dd Author: Wolfgang Sourdeau Date: Wed Nov 15 17:57:28 2006 +0000 @@ -99486,6 +123255,11 @@ Date: Wed Nov 15 17:57:28 2006 +0000 Monotone-Date: 2006-11-15T17:57:28 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit be697662a6b93ff02c1b01f2817c7d6ee68b9910 Author: Wolfgang Sourdeau Date: Wed Nov 15 17:56:58 2006 +0000 @@ -99497,6 +123271,9 @@ Date: Wed Nov 15 17:56:58 2006 +0000 Monotone-Date: 2006-11-15T17:56:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/sql/generate-folderinfo-sql-for-users.sh + commit 13530a4972ef70f3e2fd0891701645f1985e98da Author: Wolfgang Sourdeau Date: Wed Nov 15 17:56:19 2006 +0000 @@ -99508,6 +123285,8 @@ Date: Wed Nov 15 17:56:19 2006 +0000 Monotone-Date: 2006-11-15T17:56:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit b6c961dc20a4bdb8754c6f5c8be76bd9f24a10b8 Author: Wolfgang Sourdeau Date: Wed Nov 15 01:43:35 2006 +0000 @@ -99519,6 +123298,8 @@ Date: Wed Nov 15 01:43:35 2006 +0000 Monotone-Date: 2006-11-15T01:43:35 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/French.lproj/Localizable.strings + commit 71cf2d3a7e959e5e25817d9d64e657e9103c4a63 Author: Wolfgang Sourdeau Date: Wed Nov 15 01:26:50 2006 +0000 @@ -99530,6 +123311,8 @@ Date: Wed Nov 15 01:26:50 2006 +0000 Monotone-Date: 2006-11-15T01:26:50 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 615a1610654cda40f208c282b76842f0d6eeee80 Author: Wolfgang Sourdeau Date: Wed Nov 15 01:24:14 2006 +0000 @@ -99541,6 +123324,8 @@ Date: Wed Nov 15 01:24:14 2006 +0000 Monotone-Date: 2006-11-15T01:24:14 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit eb24bbc80727c4fbb486584e6cd13abb050d106c Author: Wolfgang Sourdeau Date: Wed Nov 15 01:11:59 2006 +0000 @@ -99552,6 +123337,8 @@ Date: Wed Nov 15 01:11:59 2006 +0000 Monotone-Date: 2006-11-15T01:11:59 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit c770faaf537a21d5ff5d4805274720771c53a0ce Author: Wolfgang Sourdeau Date: Wed Nov 15 00:55:49 2006 +0000 @@ -99563,6 +123350,8 @@ Date: Wed Nov 15 00:55:49 2006 +0000 Monotone-Date: 2006-11-15T00:55:49 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 29bbf4968ffb9d7f0a32d43a15aa856de4d031ef Author: Wolfgang Sourdeau Date: Wed Nov 15 00:53:59 2006 +0000 @@ -99574,6 +123363,11 @@ Date: Wed Nov 15 00:53:59 2006 +0000 Monotone-Date: 2006-11-15T00:53:59 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalDayTable.m +M UI/Templates/SchedulerUI/UIxCalDayTable.wox +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js + commit 4606e6b8fcca9e0f99ddd6cab0ada74180d46e4c Author: Wolfgang Sourdeau Date: Wed Nov 15 00:11:05 2006 +0000 @@ -99585,6 +123379,8 @@ Date: Wed Nov 15 00:11:05 2006 +0000 Monotone-Date: 2006-11-15T00:11:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit df818842d5e1c32495c34d6b02a4508324881b5e Author: Wolfgang Sourdeau Date: Wed Nov 15 00:10:53 2006 +0000 @@ -99596,6 +123392,8 @@ Date: Wed Nov 15 00:10:53 2006 +0000 Monotone-Date: 2006-11-15T00:10:53 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit d90f0376535a8c908c1fe5aa228f868157d014a7 Author: Wolfgang Sourdeau Date: Wed Nov 15 00:09:28 2006 +0000 @@ -99607,6 +123405,8 @@ Date: Wed Nov 15 00:09:28 2006 +0000 Monotone-Date: 2006-11-15T00:09:28 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalMainView.wox + commit 8396a7ce9cb72d875252695dcd9d4058c94618b2 Author: Wolfgang Sourdeau Date: Wed Nov 15 00:09:10 2006 +0000 @@ -99618,6 +123418,8 @@ Date: Wed Nov 15 00:09:10 2006 +0000 Monotone-Date: 2006-11-15T00:09:10 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalCalendarsListView.wox + commit eb01e844a8ef6b2e5fd454fd896210f911bb100f Author: Wolfgang Sourdeau Date: Wed Nov 15 00:08:45 2006 +0000 @@ -99629,6 +123431,8 @@ Date: Wed Nov 15 00:08:45 2006 +0000 Monotone-Date: 2006-11-15T00:08:45 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 572a84c2d660cfd9baeced1da866dbc19a698807 Author: Wolfgang Sourdeau Date: Wed Nov 15 00:08:08 2006 +0000 @@ -99640,6 +123444,8 @@ Date: Wed Nov 15 00:08:08 2006 +0000 Monotone-Date: 2006-11-15T00:08:08 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit b7c1eb239a980060d2d495ec385bf2f04022206d Author: Wolfgang Sourdeau Date: Wed Nov 15 00:07:08 2006 +0000 @@ -99651,6 +123457,10 @@ Date: Wed Nov 15 00:07:08 2006 +0000 Monotone-Date: 2006-11-15T00:07:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalInlineAptView.m +M UI/Templates/SchedulerUI/UIxCalInlineAptView.wox + commit d9caed2d8fe37279222b83ba9da84ecb9b7e0eea Author: Wolfgang Sourdeau Date: Wed Nov 15 00:06:21 2006 +0000 @@ -99662,6 +123472,10 @@ Date: Wed Nov 15 00:06:21 2006 +0000 Monotone-Date: 2006-11-15T00:06:21 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalDayTable.h +M UI/Scheduler/UIxCalDayTable.m +M UI/Templates/SchedulerUI/UIxCalDayTable.wox + commit aa13918cfb5f97c26c3018f090b8ee27600a053a Author: Wolfgang Sourdeau Date: Wed Nov 15 00:05:08 2006 +0000 @@ -99673,6 +123487,9 @@ Date: Wed Nov 15 00:05:08 2006 +0000 Monotone-Date: 2006-11-15T00:05:08 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit e4503ee5ce3070251e0027757b24efbac27bcccb Author: Wolfgang Sourdeau Date: Wed Nov 15 00:04:17 2006 +0000 @@ -99684,6 +123501,10 @@ Date: Wed Nov 15 00:04:17 2006 +0000 Monotone-Date: 2006-11-15T00:04:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoTaskObject.m + commit 6e1066d372e894bd1b6559cd5a5926d08b520c23 Author: Wolfgang Sourdeau Date: Mon Nov 13 22:32:42 2006 +0000 @@ -99695,6 +123516,8 @@ Date: Mon Nov 13 22:32:42 2006 +0000 Monotone-Date: 2006-11-13T22:32:42 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoDragAndDrop.js + commit 6211790491557aab2d743aa19e2f7673118bbe58 Author: Wolfgang Sourdeau Date: Mon Nov 13 22:32:04 2006 +0000 @@ -99706,6 +123529,8 @@ Date: Mon Nov 13 22:32:04 2006 +0000 Monotone-Date: 2006-11-13T22:32:04 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalCalendarsListView.wox + commit 89659897ef13e14ec9dd521867c521629c991a37 Author: Wolfgang Sourdeau Date: Mon Nov 13 22:31:41 2006 +0000 @@ -99717,6 +123542,11 @@ Date: Mon Nov 13 22:31:41 2006 +0000 Monotone-Date: 2006-11-13T22:31:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/SchedulerUI/UIxCalAptListView.wox +M UI/Templates/SchedulerUI/UIxCalTasksListView.wox +M UI/WebServerResources/SchedulerUI.js + commit f3e287dca32df4d0bcb1532db781cfefdb894fa5 Author: Wolfgang Sourdeau Date: Mon Nov 13 22:29:44 2006 +0000 @@ -99728,6 +123558,8 @@ Date: Mon Nov 13 22:29:44 2006 +0000 Monotone-Date: 2006-11-13T22:29:44 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/Toolbars/SOGoMailObject.toolbar + commit 4404db3c0c29e2d4ae02cf6e5bec68541e43dafc Author: Wolfgang Sourdeau Date: Mon Nov 13 22:29:31 2006 +0000 @@ -99739,6 +123571,9 @@ Date: Mon Nov 13 22:29:31 2006 +0000 Monotone-Date: 2006-11-13T22:29:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit ce9d717455c1f1e9902b7313f73a00c138de1c0e Author: Wolfgang Sourdeau Date: Mon Nov 13 22:28:27 2006 +0000 @@ -99750,6 +123585,8 @@ Date: Mon Nov 13 22:28:27 2006 +0000 Monotone-Date: 2006-11-13T22:28:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit a5ef8abddbd8143106d91ea3719932c11a946d06 Author: Wolfgang Sourdeau Date: Mon Nov 13 18:46:00 2006 +0000 @@ -99761,6 +123598,10 @@ Date: Mon Nov 13 18:46:00 2006 +0000 Monotone-Date: 2006-11-13T18:46:00 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxFreeBusyUserSelector.wox +M UI/Templates/SchedulerUI/UIxFreeBusyUserSelectorTable.wox +M UI/WebServerResources/UIxFreeBusyUserSelector.js + commit ee3740dd3376212e20fee27196ce1e6ba246c747 Author: Wolfgang Sourdeau Date: Fri Nov 10 23:00:18 2006 +0000 @@ -99772,6 +123613,8 @@ Date: Fri Nov 10 23:00:18 2006 +0000 Monotone-Date: 2006-11-10T23:00:18 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SOGoDragHandles.js + commit d8e1dea8f57b567b45aadb2faff6859e5f06c4dc Author: Wolfgang Sourdeau Date: Fri Nov 10 23:00:04 2006 +0000 @@ -99783,6 +123626,10 @@ Date: Fri Nov 10 23:00:04 2006 +0000 Monotone-Date: 2006-11-10T23:00:04 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailTree.wox +M UI/Templates/MailerUI/UIxMailTreeBlockJS.wox +M UI/WebServerResources/dtree.js + commit eb1a16bc87f9649e8da907a0debf1b4da04a0f08 Author: Wolfgang Sourdeau Date: Fri Nov 10 22:59:39 2006 +0000 @@ -99794,6 +123641,9 @@ Date: Fri Nov 10 22:59:39 2006 +0000 Monotone-Date: 2006-11-10T22:59:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit bfc1f9012b4cb229f30c6c59a3eb2d984e6ffd20 Author: Wolfgang Sourdeau Date: Fri Nov 10 22:58:25 2006 +0000 @@ -99805,6 +123655,12 @@ Date: Fri Nov 10 22:58:25 2006 +0000 Monotone-Date: 2006-11-10T22:58:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/HTMLTableElement.js +A UI/WebServerResources/SOGoDragAndDrop.js +M UI/WebServerResources/generic.js + commit d3b837cdf333053bbe6a9000abee6ed4f45a6770 Author: Wolfgang Sourdeau Date: Fri Nov 10 22:55:40 2006 +0000 @@ -99816,6 +123672,8 @@ Date: Fri Nov 10 22:55:40 2006 +0000 Monotone-Date: 2006-11-10T22:55:40 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/product.plist + commit 6546f5d87181f6de5b4fc23d349c4494f939e4b0 Author: Wolfgang Sourdeau Date: Fri Nov 10 22:55:10 2006 +0000 @@ -99827,6 +123685,9 @@ Date: Fri Nov 10 22:55:10 2006 +0000 Monotone-Date: 2006-11-10T22:55:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailView.m + commit 794e6f15ef8b13624be9190833e16f577830b8c8 Author: Wolfgang Sourdeau Date: Fri Nov 10 22:53:57 2006 +0000 @@ -99838,6 +123699,10 @@ Date: Fri Nov 10 22:53:57 2006 +0000 Monotone-Date: 2006-11-10T22:53:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoMailObject.h +M SoObjects/Mailer/SOGoMailObject.m + commit af836d4bc97da94f0b099f495ac6c8189917c4bc Author: Wolfgang Sourdeau Date: Thu Nov 9 23:11:59 2006 +0000 @@ -99849,6 +123714,9 @@ Date: Thu Nov 9 23:11:59 2006 +0000 Monotone-Date: 2006-11-09T23:11:59 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/Toolbars/SOGoMailObject.toolbar +M UI/MailerUI/product.plist + commit 4df883fdb4609401207a72f3441c8e3aacd24e1a Author: Wolfgang Sourdeau Date: Thu Nov 9 23:11:50 2006 +0000 @@ -99860,6 +123728,9 @@ Date: Thu Nov 9 23:11:50 2006 +0000 Monotone-Date: 2006-11-09T23:11:50 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLTableElement.js +M UI/WebServerResources/MailerUI.js + commit d6f7301d1c65104c3ce43b3c642a7bf4867233c7 Author: Wolfgang Sourdeau Date: Thu Nov 9 22:55:04 2006 +0000 @@ -99871,6 +123742,13 @@ Date: Thu Nov 9 22:55:04 2006 +0000 Monotone-Date: 2006-11-09T22:55:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SOGoDragHandles.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit 178f55b567bbffb80cdc03826a1afc99bca97847 Author: Wolfgang Sourdeau Date: Thu Nov 9 22:52:02 2006 +0000 @@ -99882,6 +123760,8 @@ Date: Thu Nov 9 22:52:02 2006 +0000 Monotone-Date: 2006-11-09T22:52:02 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit 7aab6be3ec967924927ed597d8a3330593753f40 Author: Wolfgang Sourdeau Date: Thu Nov 9 22:42:17 2006 +0000 @@ -99893,6 +123773,8 @@ Date: Thu Nov 9 22:42:17 2006 +0000 Monotone-Date: 2006-11-09T22:42:17 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit d3abb5e7675dd615e7a3b89257dd06ea7a43dac1 Author: Wolfgang Sourdeau Date: Thu Nov 9 22:23:55 2006 +0000 @@ -99904,6 +123786,8 @@ Date: Thu Nov 9 22:23:55 2006 +0000 Monotone-Date: 2006-11-09T22:23:55 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/HTMLElement.js + commit 633f30918a5d9ac839efc80a262b15865edb468a Author: Wolfgang Sourdeau Date: Thu Nov 9 22:22:34 2006 +0000 @@ -99915,6 +123799,9 @@ Date: Thu Nov 9 22:22:34 2006 +0000 Monotone-Date: 2006-11-09T22:22:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/UIxSortableTableHeader.wox + commit 4d3d42101e48c6c6e1b6ac1dc5885377fb96c282 Author: Wolfgang Sourdeau Date: Thu Nov 9 22:21:37 2006 +0000 @@ -99926,6 +123813,9 @@ Date: Thu Nov 9 22:21:37 2006 +0000 Monotone-Date: 2006-11-09T22:21:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/UIxPageFrame.wox + commit 4b91fe493634a34c8601b00393adafb2c01035ff Author: Wolfgang Sourdeau Date: Thu Nov 9 22:19:28 2006 +0000 @@ -99937,6 +123827,9 @@ Date: Thu Nov 9 22:19:28 2006 +0000 Monotone-Date: 2006-11-09T22:19:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/MailerUI/UIxMailListView.wox + commit 59f8615989d521afb96366f28190396be69197ac Author: Wolfgang Sourdeau Date: Thu Nov 9 22:18:25 2006 +0000 @@ -99948,6 +123841,9 @@ Date: Thu Nov 9 22:18:25 2006 +0000 Monotone-Date: 2006-11-09T22:18:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.m + commit 2ecfdb63fa0428f288b3bc22eb7601f30680e23e Author: Wolfgang Sourdeau Date: Thu Nov 9 20:45:36 2006 +0000 @@ -99959,6 +123855,11 @@ Date: Thu Nov 9 20:45:36 2006 +0000 Monotone-Date: 2006-11-09T20:45:36 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +M UI/Templates/MailerUI/UIxMailListViewContainer.wox +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox + commit 83a62e061941dad096a2d412184b77f1b9d8a7ae Author: Wolfgang Sourdeau Date: Thu Nov 9 19:47:10 2006 +0000 @@ -99970,6 +123871,9 @@ Date: Thu Nov 9 19:47:10 2006 +0000 Monotone-Date: 2006-11-09T19:47:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/WebServerResources/SOGoDragHandles.js + commit 676c6acd977d5c4352c0d992abf2e0f5eb1e431e Author: Wolfgang Sourdeau Date: Thu Nov 9 19:46:14 2006 +0000 @@ -99981,6 +123885,8 @@ Date: Thu Nov 9 19:46:14 2006 +0000 Monotone-Date: 2006-11-09T19:46:14 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoDraftObject.m + commit 0779700e4644b407e09c5814af7d986131c4d544 Author: Wolfgang Sourdeau Date: Thu Nov 9 14:58:08 2006 +0000 @@ -99992,6 +123898,9 @@ Date: Thu Nov 9 14:58:08 2006 +0000 Monotone-Date: 2006-11-09T14:58:08 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.js + commit 1a2eadd1b2ade6cf3a40fc0a988e0b21524919cc Author: Wolfgang Sourdeau Date: Wed Nov 8 23:49:21 2006 +0000 @@ -100003,6 +123912,9 @@ Date: Wed Nov 8 23:49:21 2006 +0000 Monotone-Date: 2006-11-08T23:49:21 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxFreeBusyUserSelector.js +M UI/WebServerResources/dtree.js + commit a414944916690484bb381070f000d696b00b218e Author: Wolfgang Sourdeau Date: Wed Nov 8 23:49:09 2006 +0000 @@ -100014,6 +123926,9 @@ Date: Wed Nov 8 23:49:09 2006 +0000 Monotone-Date: 2006-11-08T23:49:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 34ebc5919fa8cfdbde9f753b8be73024b3383e0f Author: Wolfgang Sourdeau Date: Wed Nov 8 23:48:11 2006 +0000 @@ -100025,6 +123940,9 @@ Date: Wed Nov 8 23:48:11 2006 +0000 Monotone-Date: 2006-11-08T23:48:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 7d91421452d9963101a562319fb8469693eb5934 Author: Wolfgang Sourdeau Date: Wed Nov 8 23:46:54 2006 +0000 @@ -100036,6 +123954,9 @@ Date: Wed Nov 8 23:46:54 2006 +0000 Monotone-Date: 2006-11-08T23:46:54 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/SchedulerUI.css + commit 90f926bb07f846904b91998ed5f9a64d7fe45f78 Author: Wolfgang Sourdeau Date: Wed Nov 8 23:46:28 2006 +0000 @@ -100047,6 +123968,9 @@ Date: Wed Nov 8 23:46:28 2006 +0000 Monotone-Date: 2006-11-08T23:46:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/HTMLTableElement.js + commit 36dd18745639df4ff135801f61ad901938ab1e18 Author: Wolfgang Sourdeau Date: Wed Nov 8 23:45:36 2006 +0000 @@ -100058,6 +123982,8 @@ Date: Wed Nov 8 23:45:36 2006 +0000 Monotone-Date: 2006-11-08T23:45:36 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox + commit 70535c3c129221225827b62208b57b62658cc685 Author: Wolfgang Sourdeau Date: Wed Nov 8 23:44:36 2006 +0000 @@ -100069,6 +123995,10 @@ Date: Wed Nov 8 23:44:36 2006 +0000 Monotone-Date: 2006-11-08T23:44:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit 387d5189de89409b7e245132b602ea7cbb7fa632 Author: Wolfgang Sourdeau Date: Tue Nov 7 20:15:20 2006 +0000 @@ -100080,6 +124010,9 @@ Date: Tue Nov 7 20:15:20 2006 +0000 Monotone-Date: 2006-11-07T20:15:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoDraftObject.m + commit 50b2ececb64a540c6c65b5a7e9a8eff4119e15ee Author: Wolfgang Sourdeau Date: Tue Nov 7 19:34:30 2006 +0000 @@ -100091,6 +124024,9 @@ Date: Tue Nov 7 19:34:30 2006 +0000 Monotone-Date: 2006-11-07T19:34:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.m + commit e3be0dd8d2346b19a2fd825b57c326415fedead2 Author: Wolfgang Sourdeau Date: Tue Nov 7 19:24:36 2006 +0000 @@ -100102,6 +124038,9 @@ Date: Tue Nov 7 19:24:36 2006 +0000 Monotone-Date: 2006-11-07T19:24:36 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m + commit 0ce06098137e34912628fb445feeb07ad05ff6fc Author: Wolfgang Sourdeau Date: Tue Nov 7 18:30:18 2006 +0000 @@ -100113,6 +124052,8 @@ Date: Tue Nov 7 18:30:18 2006 +0000 Monotone-Date: 2006-11-07T18:30:18 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoTaskObject.m + commit 31788590fc383db871763bbdc66cfa7eea9150a6 Author: Wolfgang Sourdeau Date: Tue Nov 7 18:21:12 2006 +0000 @@ -100124,6 +124065,8 @@ Date: Tue Nov 7 18:21:12 2006 +0000 Monotone-Date: 2006-11-07T18:21:12 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoTaskObject.m + commit 1021ad7952a8ec190fc3fdf7b65843fddc456d5c Author: Wolfgang Sourdeau Date: Tue Nov 7 18:15:58 2006 +0000 @@ -100135,6 +124078,8 @@ Date: Tue Nov 7 18:15:58 2006 +0000 Monotone-Date: 2006-11-07T18:15:58 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.h + commit 93bd145ccdb0503e2cc5fc2f640a1d71f0c8ce24 Author: Wolfgang Sourdeau Date: Tue Nov 7 18:15:42 2006 +0000 @@ -100146,6 +124091,9 @@ Date: Tue Nov 7 18:15:42 2006 +0000 Monotone-Date: 2006-11-07T18:15:42 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoTaskObject.m + commit 8ee34448e347640d96cf5f2d12f3c6f97805f027 Author: Wolfgang Sourdeau Date: Tue Nov 7 18:15:29 2006 +0000 @@ -100157,6 +124105,10 @@ Date: Tue Nov 7 18:15:29 2006 +0000 Monotone-Date: 2006-11-07T18:15:29 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/UIxTaskEditor.m + commit 66591b628cc7fb72fc11ae65c574178777f4f513 Author: Wolfgang Sourdeau Date: Tue Nov 7 18:15:16 2006 +0000 @@ -100168,6 +124120,10 @@ Date: Tue Nov 7 18:15:16 2006 +0000 Monotone-Date: 2006-11-07T18:15:16 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxPageFrame.h +M UI/Common/UIxPageFrame.m +M UI/Common/UIxToolbar.m + commit 8506eafd689ff265372469355bf5bd21894932a1 Author: Wolfgang Sourdeau Date: Tue Nov 7 18:14:50 2006 +0000 @@ -100179,6 +124135,11 @@ Date: Tue Nov 7 18:14:50 2006 +0000 Monotone-Date: 2006-11-07T18:14:50 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/GNUmakefile +A UI/Scheduler/Toolbars/SOGoAppointmentObjectAccept.toolbar +A UI/Scheduler/Toolbars/SOGoAppointmentObjectAcceptOrDecline.toolbar +A UI/Scheduler/Toolbars/SOGoAppointmentObjectDecline.toolbar + commit b6b5a78d41b2c97fb7338c1aa13b1ed5288551ec Author: Wolfgang Sourdeau Date: Tue Nov 7 18:14:29 2006 +0000 @@ -100190,6 +124151,11 @@ Date: Tue Nov 7 18:14:29 2006 +0000 Monotone-Date: 2006-11-07T18:14:29 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/Templates/SchedulerUI/UIxTaskEditor.wox +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/SchedulerUI.js + commit 2b8e4fe9aff830427dce503f7541a67b41d9e5c1 Author: Wolfgang Sourdeau Date: Tue Nov 7 16:27:46 2006 +0000 @@ -100201,6 +124167,10 @@ Date: Tue Nov 7 16:27:46 2006 +0000 Monotone-Date: 2006-11-07T16:27:46 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxTaskEditor.h +M UI/Scheduler/UIxTaskEditor.m + commit b66e0e0115ead66e37f74928a104c9ed903f5149 Author: Wolfgang Sourdeau Date: Tue Nov 7 16:15:20 2006 +0000 @@ -100212,6 +124182,10 @@ Date: Tue Nov 7 16:15:20 2006 +0000 Monotone-Date: 2006-11-07T16:15:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m + commit 01198ff17eb773fc1757e2c5417ffb9b0c290fe8 Author: Wolfgang Sourdeau Date: Tue Nov 7 16:14:19 2006 +0000 @@ -100223,6 +124197,9 @@ Date: Tue Nov 7 16:14:19 2006 +0000 Monotone-Date: 2006-11-07T16:14:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxTimeDateControl.m + commit 0885f51b6f5c2fe873b68a5b13ec2424863a6194 Author: Wolfgang Sourdeau Date: Tue Nov 7 16:13:03 2006 +0000 @@ -100234,6 +124211,17 @@ Date: Tue Nov 7 16:13:03 2006 +0000 Monotone-Date: 2006-11-07T16:13:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/SchedulerUI/UIxDatePicker.wox +M UI/Templates/SchedulerUI/UIxTaskEditor.wox +M UI/Templates/SchedulerUI/UIxTimeDateControl.wox +M UI/WebServerResources/HTMLInputElement.js +M UI/WebServerResources/JavascriptAPIExtensions.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxFreeBusyUserSelector.js +M UI/WebServerResources/UIxTaskEditor.js + commit 53d90d404c83e431db4ec74d073282e06f444a26 Author: Wolfgang Sourdeau Date: Mon Nov 6 17:44:07 2006 +0000 @@ -100245,6 +124233,10 @@ Date: Mon Nov 6 17:44:07 2006 +0000 Monotone-Date: 2006-11-06T17:44:07 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxFreeBusyUserSelector.js + commit 034af2c78fb1199a84f34c628da252d738372008 Author: Wolfgang Sourdeau Date: Mon Nov 6 17:43:07 2006 +0000 @@ -100256,6 +124248,9 @@ Date: Mon Nov 6 17:43:07 2006 +0000 Monotone-Date: 2006-11-06T17:43:07 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit 0fe510231669de4d9e0eb38aea8d72e810ddfcc1 Author: Wolfgang Sourdeau Date: Fri Nov 3 21:21:25 2006 +0000 @@ -100267,6 +124262,9 @@ Date: Fri Nov 3 21:21:25 2006 +0000 Monotone-Date: 2006-11-03T21:21:25 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/add-addressbook.png +A UI/WebServerResources/remove-addressbook.png + commit e5ede1978f3864114f2ae7553ff082bcf20e3654 Author: Wolfgang Sourdeau Date: Fri Nov 3 21:18:03 2006 +0000 @@ -100278,6 +124276,10 @@ Date: Fri Nov 3 21:18:03 2006 +0000 Monotone-Date: 2006-11-03T21:18:03 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/UIxTaskEditor.m + commit 69f43dea5b094751e2562d43aeea84642e2e45c6 Author: Wolfgang Sourdeau Date: Fri Nov 3 21:17:43 2006 +0000 @@ -100289,6 +124291,9 @@ Date: Fri Nov 3 21:17:43 2006 +0000 Monotone-Date: 2006-11-03T21:17:43 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit cd1cfed2eda7ebf1ef990a9e8e1ecf50b9a9e988 Author: Wolfgang Sourdeau Date: Fri Nov 3 19:56:45 2006 +0000 @@ -100300,6 +124305,9 @@ Date: Fri Nov 3 19:56:45 2006 +0000 Monotone-Date: 2006-11-03T19:56:45 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit 6768f8f30e92705c6ffa5409ed421824c737cc43 Author: Wolfgang Sourdeau Date: Fri Nov 3 19:40:12 2006 +0000 @@ -100311,6 +124319,10 @@ Date: Fri Nov 3 19:40:12 2006 +0000 Monotone-Date: 2006-11-03T19:40:12 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/generic.js + commit 9b9521703e1240479e157048c6859f55c4dbabb0 Author: Wolfgang Sourdeau Date: Fri Nov 3 19:39:54 2006 +0000 @@ -100322,6 +124334,10 @@ Date: Fri Nov 3 19:39:54 2006 +0000 Monotone-Date: 2006-11-03T19:39:54 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactsListViewContainer.m +M UI/Scheduler/UIxCalMonthView.m +M UI/Scheduler/UIxComponentEditor.h + commit d1a910c6fb28808bd307c8c346e12b6c3f4de664 Author: Wolfgang Sourdeau Date: Fri Nov 3 19:38:23 2006 +0000 @@ -100333,6 +124349,9 @@ Date: Fri Nov 3 19:38:23 2006 +0000 Monotone-Date: 2006-11-03T19:38:23 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/Templates/SchedulerUI/UIxTaskEditor.wox + commit c286a1935ec90725fa55edc94e2ed156c22213e5 Author: Wolfgang Sourdeau Date: Fri Nov 3 19:38:08 2006 +0000 @@ -100344,6 +124363,11 @@ Date: Fri Nov 3 19:38:08 2006 +0000 Monotone-Date: 2006-11-03T19:38:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/UIxTaskEditor.m + commit a551930f2c4e27a6deef7c2f0b6c5fab3e9b70be Author: Wolfgang Sourdeau Date: Fri Nov 3 19:32:06 2006 +0000 @@ -100355,6 +124379,11 @@ Date: Fri Nov 3 19:32:06 2006 +0000 Monotone-Date: 2006-11-03T19:32:06 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit baf79397d17636ccb42d3fb14284abc867b4a613 Author: Wolfgang Sourdeau Date: Thu Nov 2 23:17:55 2006 +0000 @@ -100366,6 +124395,9 @@ Date: Thu Nov 2 23:17:55 2006 +0000 Monotone-Date: 2006-11-02T23:17:55 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js + commit 1c38ad70d30e95e18be04304a4fce6ff85d724c0 Author: Wolfgang Sourdeau Date: Thu Nov 2 23:17:40 2006 +0000 @@ -100377,6 +124409,8 @@ Date: Thu Nov 2 23:17:40 2006 +0000 Monotone-Date: 2006-11-02T23:17:40 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalMonthView.wox + commit 538c6d902b12c0f9a543e592ec49bff6c2226427 Author: Wolfgang Sourdeau Date: Thu Nov 2 23:17:24 2006 +0000 @@ -100388,6 +124422,9 @@ Date: Thu Nov 2 23:17:24 2006 +0000 Monotone-Date: 2006-11-02T23:17:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalMonthView.m + commit be8739f658a5ad0c8e468988d2348fd3eecd6411 Author: Wolfgang Sourdeau Date: Thu Nov 2 22:05:03 2006 +0000 @@ -100399,6 +124436,12 @@ Date: Thu Nov 2 22:05:03 2006 +0000 Monotone-Date: 2006-11-02T22:05:03 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit 73f0da74ff7d7d532f6bccef1974e39cb5679e8e Author: Wolfgang Sourdeau Date: Thu Nov 2 22:04:27 2006 +0000 @@ -100410,6 +124453,9 @@ Date: Thu Nov 2 22:04:27 2006 +0000 Monotone-Date: 2006-11-02T22:04:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/UIxPageFrame.wox + commit b6b4959130a0fbab597e2f2755c55ffe84d51249 Author: Wolfgang Sourdeau Date: Thu Nov 2 22:03:51 2006 +0000 @@ -100421,6 +124467,8 @@ Date: Thu Nov 2 22:03:51 2006 +0000 Monotone-Date: 2006-11-02T22:03:51 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalMonthView.wox + commit 3c23f9c7fe4bea15137daa3508fdcc31ec304c33 Author: Wolfgang Sourdeau Date: Thu Nov 2 22:03:09 2006 +0000 @@ -100432,6 +124480,13 @@ Date: Thu Nov 2 22:03:09 2006 +0000 Monotone-Date: 2006-11-02T22:03:09 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalDayTable.m +M UI/Scheduler/UIxCalMonthOverview.h +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/product.plist +M UI/Templates/SchedulerUI/UIxCalDayTable.wox +M UI/Templates/SchedulerUI/UIxCalDayView.wox + commit 9b97b0da4df8b341e8ed68794d37d15d07ef2d21 Author: Wolfgang Sourdeau Date: Thu Nov 2 21:56:59 2006 +0000 @@ -100443,6 +124498,9 @@ Date: Thu Nov 2 21:56:59 2006 +0000 Monotone-Date: 2006-11-02T21:56:59 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/GNUmakefile +M UI/Scheduler/NOTES + commit eddb2147459fa6ee6d21ae59be2c93cdf6006b0a Author: Wolfgang Sourdeau Date: Thu Nov 2 21:56:36 2006 +0000 @@ -100454,6 +124512,9 @@ Date: Thu Nov 2 21:56:36 2006 +0000 Monotone-Date: 2006-11-02T21:56:36 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/SOGoDateFormatter.h +M UI/SOGoUI/SOGoDateFormatter.m + commit f96669ce6ef1f706c8910f9499839a89ce051fdb Author: Wolfgang Sourdeau Date: Thu Nov 2 21:56:21 2006 +0000 @@ -100465,6 +124526,8 @@ Date: Thu Nov 2 21:56:21 2006 +0000 Monotone-Date: 2006-11-02T21:56:21 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/SOGoAptFormatter.h + commit 1aed9d1e6d2a05df341fde59564484ca364d7c06 Author: Wolfgang Sourdeau Date: Thu Nov 2 21:55:55 2006 +0000 @@ -100476,6 +124539,9 @@ Date: Thu Nov 2 21:55:55 2006 +0000 Monotone-Date: 2006-11-02T21:55:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/SOGoAptFormatter.m + commit 5cb14f538fa61736510e37181ac183c842300f34 Author: Wolfgang Sourdeau Date: Thu Nov 2 21:54:41 2006 +0000 @@ -100487,6 +124553,10 @@ Date: Thu Nov 2 21:54:41 2006 +0000 Monotone-Date: 2006-11-02T21:54:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoTaskObject.m + commit 0258d48031f6d089069996f60eddbbab5e0bbc68 Author: Wolfgang Sourdeau Date: Thu Nov 2 21:53:27 2006 +0000 @@ -100498,6 +124568,9 @@ Date: Thu Nov 2 21:53:27 2006 +0000 Monotone-Date: 2006-11-02T21:53:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 6f248c20b6b521df445992d33cf1a1b7516fb535 Author: Wolfgang Sourdeau Date: Thu Nov 2 21:50:12 2006 +0000 @@ -100509,6 +124582,10 @@ Date: Thu Nov 2 21:50:12 2006 +0000 Monotone-Date: 2006-11-02T21:50:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Scheduler/UIxCalMonthView.h +A UI/Scheduler/UIxCalMonthView.m + commit 3557c83592592f03090c6ca616b15282a2da02b0 Author: Wolfgang Sourdeau Date: Thu Nov 2 21:49:21 2006 +0000 @@ -100520,6 +124597,12 @@ Date: Thu Nov 2 21:49:21 2006 +0000 Monotone-Date: 2006-11-02T21:49:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D UI/Scheduler/UIxCalMonthView.h +D UI/Scheduler/UIxCalMonthView.m +A UI/Scheduler/UIxCalMonthViewOld.h +A UI/Scheduler/UIxCalMonthViewOld.m + commit 370bdce9041e0c06b563ee90507e06c7f1bba7ba Author: Wolfgang Sourdeau Date: Wed Nov 1 22:03:13 2006 +0000 @@ -100531,6 +124614,8 @@ Date: Wed Nov 1 22:03:13 2006 +0000 Monotone-Date: 2006-11-01T22:03:13 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit 0305f5a9183371347c7d89e19299770170c85a68 Author: Wolfgang Sourdeau Date: Wed Nov 1 22:00:46 2006 +0000 @@ -100542,6 +124627,8 @@ Date: Wed Nov 1 22:00:46 2006 +0000 Monotone-Date: 2006-11-01T22:00:46 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit cadd9057990f0bbfbbc040e810db748ed8096007 Author: Wolfgang Sourdeau Date: Wed Nov 1 22:00:29 2006 +0000 @@ -100553,6 +124640,8 @@ Date: Wed Nov 1 22:00:29 2006 +0000 Monotone-Date: 2006-11-01T22:00:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit b9be9e5cf27219c014fd25da1ad14f6cc315c0b5 Author: Wolfgang Sourdeau Date: Wed Nov 1 21:59:58 2006 +0000 @@ -100564,6 +124653,8 @@ Date: Wed Nov 1 21:59:58 2006 +0000 Monotone-Date: 2006-11-01T21:59:58 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxFreeBusyUserSelectorTable.wox + commit 8229e9b7822ebffbb9dd792cee4823fb80197157 Author: Wolfgang Sourdeau Date: Wed Nov 1 21:59:45 2006 +0000 @@ -100575,6 +124666,9 @@ Date: Wed Nov 1 21:59:45 2006 +0000 Monotone-Date: 2006-11-01T21:59:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxFreeBusyUserSelectorTable.m + commit afd8cb5fd7594be5f6ef0dd35510da1afcb09905 Author: Wolfgang Sourdeau Date: Wed Nov 1 21:59:03 2006 +0000 @@ -100586,6 +124680,8 @@ Date: Wed Nov 1 21:59:03 2006 +0000 Monotone-Date: 2006-11-01T21:59:03 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.m + commit 60146f4a5f17233bbf1c17a84d8422dbd86db479 Author: Wolfgang Sourdeau Date: Wed Nov 1 21:58:43 2006 +0000 @@ -100597,6 +124693,8 @@ Date: Wed Nov 1 21:58:43 2006 +0000 Monotone-Date: 2006-11-01T21:58:43 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m + commit 5a49447c5dcb0096790638f81a3e86be6c719734 Author: Wolfgang Sourdeau Date: Wed Nov 1 20:40:06 2006 +0000 @@ -100608,6 +124706,9 @@ Date: Wed Nov 1 20:40:06 2006 +0000 Monotone-Date: 2006-11-01T20:40:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit 4cdce689e0ff0a277dee71537bf55c97f49fc4e8 Author: Wolfgang Sourdeau Date: Wed Nov 1 20:39:13 2006 +0000 @@ -100619,6 +124720,8 @@ Date: Wed Nov 1 20:39:13 2006 +0000 Monotone-Date: 2006-11-01T20:39:13 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalMainView.m + commit 69ddfaae62dfa6ba7c2ea8ad1fdaa2c54bb06391 Author: Wolfgang Sourdeau Date: Wed Nov 1 20:38:57 2006 +0000 @@ -100630,6 +124733,10 @@ Date: Wed Nov 1 20:38:57 2006 +0000 Monotone-Date: 2006-11-01T20:38:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactsListViewContainer.h +M UI/Contacts/UIxContactsListViewContainer.m + commit 42b6e29453de1fedc7a121f5769df83579d7986c Author: Wolfgang Sourdeau Date: Wed Nov 1 20:37:35 2006 +0000 @@ -100641,6 +124748,8 @@ Date: Wed Nov 1 20:37:35 2006 +0000 Monotone-Date: 2006-11-01T20:37:35 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactsListView.m + commit b44b9c260f886db82d2f2a0bc8121b4f2cc38182 Author: Wolfgang Sourdeau Date: Wed Nov 1 20:37:02 2006 +0000 @@ -100652,6 +124761,9 @@ Date: Wed Nov 1 20:37:02 2006 +0000 Monotone-Date: 2006-11-01T20:37:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.m + commit 2a179294d79f4d05a23ce935fc8cfd9d0b5accc9 Author: Wolfgang Sourdeau Date: Wed Nov 1 20:36:20 2006 +0000 @@ -100663,6 +124775,12 @@ Date: Wed Nov 1 20:36:20 2006 +0000 Monotone-Date: 2006-11-01T20:36:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/GNUmakefile +A UI/Contacts/UIxContactsAddressBooksSelection.m +M UI/Contacts/product.plist +A UI/Templates/ContactsUI/UIxContactsAddressBooksSelection.wox + commit 5805814f930a421b6057f35fb80ec14103a64a47 Author: Wolfgang Sourdeau Date: Wed Nov 1 20:34:21 2006 +0000 @@ -100674,6 +124792,8 @@ Date: Wed Nov 1 20:34:21 2006 +0000 Monotone-Date: 2006-11-01T20:34:21 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsListView.wox + commit e46acf6aa7fde4e9b8dc87d92b6335bd739bd652 Author: Wolfgang Sourdeau Date: Wed Nov 1 20:34:08 2006 +0000 @@ -100685,6 +124805,9 @@ Date: Wed Nov 1 20:34:08 2006 +0000 Monotone-Date: 2006-11-01T20:34:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox + commit 34889bd5ed5086aae1314c4e8db90cb4fb8f9fef Author: Wolfgang Sourdeau Date: Wed Nov 1 20:33:13 2006 +0000 @@ -100696,6 +124819,8 @@ Date: Wed Nov 1 20:33:13 2006 +0000 Monotone-Date: 2006-11-01T20:33:13 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css + commit ec462fb11a96d7d150b81b938e24d3b40d48d594 Author: Wolfgang Sourdeau Date: Wed Nov 1 20:33:03 2006 +0000 @@ -100707,6 +124832,9 @@ Date: Wed Nov 1 20:33:03 2006 +0000 Monotone-Date: 2006-11-01T20:33:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js + commit 1c089edda4a7c12eb48e1051809a00c2c3bed674 Author: Wolfgang Sourdeau Date: Wed Nov 1 20:32:03 2006 +0000 @@ -100718,6 +124846,8 @@ Date: Wed Nov 1 20:32:03 2006 +0000 Monotone-Date: 2006-11-01T20:32:03 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit 20ef69f5c80567328515fc7741829c2c39517c77 Author: Wolfgang Sourdeau Date: Wed Nov 1 20:31:48 2006 +0000 @@ -100729,6 +124859,9 @@ Date: Wed Nov 1 20:31:48 2006 +0000 Monotone-Date: 2006-11-01T20:31:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 7ab99a7669345e8e468b0189333cb5d3734345e9 Author: Wolfgang Sourdeau Date: Wed Nov 1 20:30:36 2006 +0000 @@ -100740,6 +124873,10 @@ Date: Wed Nov 1 20:30:36 2006 +0000 Monotone-Date: 2006-11-01T20:30:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.m +M UI/Templates/UIxPageFrame.wox + commit 4c0b4884b9dac2b8e45489220e7b2855f85b9a46 Author: Wolfgang Sourdeau Date: Wed Nov 1 20:28:45 2006 +0000 @@ -100751,6 +124888,8 @@ Date: Wed Nov 1 20:28:45 2006 +0000 Monotone-Date: 2006-11-01T20:28:45 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/sql/profile-create.psql + commit 12d79312d842cbb4e8e354b19c7161f9d6e14a7b Author: Wolfgang Sourdeau Date: Wed Nov 1 20:28:35 2006 +0000 @@ -100762,6 +124901,12 @@ Date: Wed Nov 1 20:28:35 2006 +0000 Monotone-Date: 2006-11-01T20:28:35 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/HTMLElement.js +A UI/WebServerResources/HTMLInputElement.js +A UI/WebServerResources/HTMLTableElement.js +A UI/WebServerResources/HTMLUListElement.js +A UI/WebServerResources/JavascriptAPIExtensions.js + commit 7d0d7295577e5afdbbfc84df0a354a79bcb36b36 Author: Wolfgang Sourdeau Date: Wed Nov 1 16:57:44 2006 +0000 @@ -100773,6 +124918,11 @@ Date: Wed Nov 1 16:57:44 2006 +0000 Monotone-Date: 2006-11-01T16:57:44 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/generic.js + commit 824c7ab807ec226d26ebf2b3174a8423a18c8f3a Author: Wolfgang Sourdeau Date: Tue Oct 31 23:01:12 2006 +0000 @@ -100784,6 +124934,10 @@ Date: Tue Oct 31 23:01:12 2006 +0000 Monotone-Date: 2006-10-31T23:01:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalInlineAptView.m +M UI/Templates/SchedulerUI/UIxCalInlineAptView.wox + commit c8394a8848b2df55cb0b8ff0f857849d87450c9d Author: Wolfgang Sourdeau Date: Tue Oct 31 22:59:57 2006 +0000 @@ -100795,6 +124949,10 @@ Date: Tue Oct 31 22:59:57 2006 +0000 Monotone-Date: 2006-10-31T22:59:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js + commit f677057573adac4d732e09a6cef4334e48a31a69 Author: Wolfgang Sourdeau Date: Tue Oct 31 22:58:44 2006 +0000 @@ -100806,6 +124964,8 @@ Date: Tue Oct 31 22:58:44 2006 +0000 Monotone-Date: 2006-10-31T22:58:44 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 59c1a34a4573946ad7fc9ee9789199d658dce659 Author: Wolfgang Sourdeau Date: Tue Oct 31 22:58:26 2006 +0000 @@ -100817,6 +124977,10 @@ Date: Tue Oct 31 22:58:26 2006 +0000 Monotone-Date: 2006-10-31T22:58:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalDayTable.m +M UI/Templates/SchedulerUI/UIxCalDayTable.wox + commit d3673933a87c691643c77efc4261b9347fbabd89 Author: Wolfgang Sourdeau Date: Tue Oct 31 22:56:53 2006 +0000 @@ -100828,6 +124992,10 @@ Date: Tue Oct 31 22:56:53 2006 +0000 Monotone-Date: 2006-10-31T22:56:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalCalendarsListView.m +M UI/Templates/SchedulerUI/UIxCalCalendarsListView.wox + commit df2277f0bfc94f4b9acaaa4b97a3adbe2df1cba2 Author: Wolfgang Sourdeau Date: Tue Oct 31 18:55:33 2006 +0000 @@ -100839,6 +125007,8 @@ Date: Tue Oct 31 18:55:33 2006 +0000 Monotone-Date: 2006-10-31T18:55:33 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m + commit 6eb08e6939a9e190cf9ca00df2f0d9fb05fb2f9a Author: Wolfgang Sourdeau Date: Tue Oct 31 18:54:56 2006 +0000 @@ -100850,6 +125020,9 @@ Date: Tue Oct 31 18:54:56 2006 +0000 Monotone-Date: 2006-10-31T18:54:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 1f1a83ab7e63fbd805c524458e3cd25ac6afb30f Author: Wolfgang Sourdeau Date: Tue Oct 31 18:53:44 2006 +0000 @@ -100861,6 +125034,8 @@ Date: Tue Oct 31 18:53:44 2006 +0000 Monotone-Date: 2006-10-31T18:53:44 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/GNUmakefile + commit c14d6fdad868b240fdecd6abd189a5f9de777e4d Author: Wolfgang Sourdeau Date: Tue Oct 31 18:53:32 2006 +0000 @@ -100872,6 +125047,8 @@ Date: Tue Oct 31 18:53:32 2006 +0000 Monotone-Date: 2006-10-31T18:53:32 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/sql/generate-folderinfo-sql-for-users.sh + commit ffa6aa7ecd9b5b7f962788ac8b191e2cd03b30d0 Author: Wolfgang Sourdeau Date: Tue Oct 31 18:52:52 2006 +0000 @@ -100885,6 +125062,15 @@ Date: Tue Oct 31 18:52:52 2006 +0000 Monotone-Date: 2006-10-31T18:52:52 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m +M OGoContentStore/sql/generate-folderinfo-sql-for-users.sh +M SoObjects/Appointments/GNUmakefile +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/SOGo/SOGoAuthenticator.m +M UI/Scheduler/UIxCalMonthView.h +M UI/Scheduler/UIxCalMonthView.m +M UI/Templates/SchedulerUI/UIxCalMonthView.wox + commit ad4fba45dcfb2fd735b4cf85248c42d50d3badd5 Author: Wolfgang Sourdeau Date: Tue Oct 31 18:38:53 2006 +0000 @@ -100898,6 +125084,15 @@ Date: Tue Oct 31 18:38:53 2006 +0000 Monotone-Date: 2006-10-31T18:38:53 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m +M OGoContentStore/sql/generate-folderinfo-sql-for-users.sh +M SoObjects/Appointments/GNUmakefile +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/SOGo/SOGoAuthenticator.m +M UI/Scheduler/UIxCalMonthView.h +M UI/Scheduler/UIxCalMonthView.m +M UI/Templates/SchedulerUI/UIxCalMonthView.wox + commit 77313ec43c892c3e95b0278ce69f2938dcea8a55 Author: Wolfgang Sourdeau Date: Tue Oct 31 18:38:34 2006 +0000 @@ -100909,6 +125104,10 @@ Date: Tue Oct 31 18:38:34 2006 +0000 Monotone-Date: 2006-10-31T18:38:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Appointments/iCalEntityObject+Agenor.h +A SoObjects/Appointments/iCalEntityObject+Agenor.m + commit 248010fb8c81b5751a0fa986c932efa688660f95 Author: Wolfgang Sourdeau Date: Tue Oct 31 18:37:24 2006 +0000 @@ -100920,6 +125119,9 @@ Date: Tue Oct 31 18:37:24 2006 +0000 Monotone-Date: 2006-10-31T18:37:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/product.plist + commit 7af086eed465fa44df65ae6a9cc265539885c8db Author: Wolfgang Sourdeau Date: Mon Oct 30 23:33:41 2006 +0000 @@ -100931,6 +125133,9 @@ Date: Mon Oct 30 23:33:41 2006 +0000 Monotone-Date: 2006-10-30T23:33:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxFreeBusyUserSelector.js + commit 05fc14d85af61c0d0a623d8ce13a546f87c53981 Author: Wolfgang Sourdeau Date: Mon Oct 30 23:32:25 2006 +0000 @@ -100942,6 +125147,8 @@ Date: Mon Oct 30 23:32:25 2006 +0000 Monotone-Date: 2006-10-30T23:32:25 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit a55da84f797c9cdd3ffccc3b7fcab5d22888ba22 Author: Wolfgang Sourdeau Date: Mon Oct 30 22:43:13 2006 +0000 @@ -100953,6 +125160,11 @@ Date: Mon Oct 30 22:43:13 2006 +0000 Monotone-Date: 2006-10-30T22:43:13 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxFreeBusyUserSelector.js +M UI/WebServerResources/generic.js + commit ff61bea99eb329c0f6291f3755f4506b85c4e7a5 Author: Wolfgang Sourdeau Date: Mon Oct 30 22:43:09 2006 +0000 @@ -100964,6 +125176,8 @@ Date: Mon Oct 30 22:43:09 2006 +0000 Monotone-Date: 2006-10-30T22:43:09 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.css + commit 4ccfbb8ca962f94373046acced816d1254d5b89c Author: Wolfgang Sourdeau Date: Mon Oct 30 22:42:56 2006 +0000 @@ -100975,6 +125189,9 @@ Date: Mon Oct 30 22:42:56 2006 +0000 Monotone-Date: 2006-10-30T22:42:56 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/WebServerResources/SchedulerUI.css + commit cdc58167f219951268572c8858f93fed92f29285 Author: Wolfgang Sourdeau Date: Mon Oct 30 22:42:14 2006 +0000 @@ -100986,6 +125203,10 @@ Date: Mon Oct 30 22:42:14 2006 +0000 Monotone-Date: 2006-10-30T22:42:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxComponent+Agenor.h +M UI/Scheduler/UIxComponent+Agenor.m + commit 118e05cc7829f988eead04b4cea3dfe6a6540edf Author: Wolfgang Sourdeau Date: Mon Oct 30 22:41:09 2006 +0000 @@ -100997,6 +125218,11 @@ Date: Mon Oct 30 22:41:09 2006 +0000 Monotone-Date: 2006-10-30T22:41:09 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/product.plist +M UI/Scheduler/UIxCalDayTable.m +M UI/Templates/SchedulerUI/UIxAptTableView.wox + commit 445664f2d72ee36eba896e915ac2c05b9f371878 Author: Wolfgang Sourdeau Date: Mon Oct 30 22:39:31 2006 +0000 @@ -101008,6 +125234,9 @@ Date: Mon Oct 30 22:39:31 2006 +0000 Monotone-Date: 2006-10-30T22:39:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 42ea7a3458166338e1f8857c35f8dea9076e4881 Author: Wolfgang Sourdeau Date: Mon Oct 30 22:38:22 2006 +0000 @@ -101019,6 +125248,8 @@ Date: Mon Oct 30 22:38:22 2006 +0000 Monotone-Date: 2006-10-30T22:38:22 Monotone-Branch: ca.inverse.sogo +A UI/Templates/ContactsUI/UIxContactFoldersView.wox + commit 30bc88e8d4d1ab84837804cfc3ba4c272e1e2703 Author: Wolfgang Sourdeau Date: Mon Oct 30 22:37:57 2006 +0000 @@ -101030,6 +125261,16 @@ Date: Mon Oct 30 22:37:57 2006 +0000 Monotone-Date: 2006-10-30T22:37:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/GNUmakefile +M UI/Scheduler/UIxFreeBusyUserSelector.h +M UI/Scheduler/UIxFreeBusyUserSelector.m +A UI/Scheduler/UIxFreeBusyUserSelectorTable.h +A UI/Scheduler/UIxFreeBusyUserSelectorTable.m +M UI/Scheduler/product.plist +M UI/Templates/SchedulerUI/UIxFreeBusyUserSelector.wox +A UI/Templates/SchedulerUI/UIxFreeBusyUserSelectorTable.wox + commit ee65454c218c7ccd21c086da0a60c9a45efb87c5 Author: Wolfgang Sourdeau Date: Fri Oct 27 18:18:37 2006 +0000 @@ -101041,6 +125282,9 @@ Date: Fri Oct 27 18:18:37 2006 +0000 Monotone-Date: 2006-10-27T18:18:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPEntry.m + commit bc6962e3ff10d0b6e316d374b28a853e8cfdc0c0 Author: Wolfgang Sourdeau Date: Fri Oct 27 18:12:34 2006 +0000 @@ -101052,6 +125296,8 @@ Date: Fri Oct 27 18:12:34 2006 +0000 Monotone-Date: 2006-10-27T18:12:34 Monotone-Branch: ca.inverse.sogo +M UI/Templates/GNUmakefile + commit f0b0357de9276844e5e8db0891aa9fd10c9fa1d3 Author: Wolfgang Sourdeau Date: Fri Oct 27 18:12:13 2006 +0000 @@ -101063,6 +125309,9 @@ Date: Fri Oct 27 18:12:13 2006 +0000 Monotone-Date: 2006-10-27T18:12:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactEditor.m + commit 0f0ad02315bf14042c678fa3a24913c03f83493f Author: Wolfgang Sourdeau Date: Fri Oct 27 18:11:21 2006 +0000 @@ -101074,6 +125323,9 @@ Date: Fri Oct 27 18:11:21 2006 +0000 Monotone-Date: 2006-10-27T18:11:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPEntry.m + commit e05a9cdc87207d0deed11f953fae372cd0e1948d Author: Wolfgang Sourdeau Date: Fri Oct 27 18:10:34 2006 +0000 @@ -101085,6 +125337,8 @@ Date: Fri Oct 27 18:10:34 2006 +0000 Monotone-Date: 2006-10-27T18:10:34 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit ecc115a073c49d35a8933aa1263b31bf92d9807d Author: Wolfgang Sourdeau Date: Fri Oct 27 17:47:26 2006 +0000 @@ -101096,6 +125350,8 @@ Date: Fri Oct 27 17:47:26 2006 +0000 Monotone-Date: 2006-10-27T17:47:26 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings + commit 1c5a0b19c986988ea8fc3da3463b2674adaa12ae Author: Wolfgang Sourdeau Date: Fri Oct 27 17:47:10 2006 +0000 @@ -101107,6 +125363,9 @@ Date: Fri Oct 27 17:47:10 2006 +0000 Monotone-Date: 2006-10-27T17:47:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit 2c9d84ce12004627bb7c8b60d0b6c498d1b9b75a Author: Wolfgang Sourdeau Date: Fri Oct 27 17:45:32 2006 +0000 @@ -101118,6 +125377,9 @@ Date: Fri Oct 27 17:45:32 2006 +0000 Monotone-Date: 2006-10-27T17:45:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPEntry.m + commit b02281fb7282fb69b4d2ed3f05a88882408a686f Author: Wolfgang Sourdeau Date: Fri Oct 27 15:04:02 2006 +0000 @@ -101129,6 +125391,8 @@ Date: Fri Oct 27 15:04:02 2006 +0000 Monotone-Date: 2006-10-27T15:04:02 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox + commit d04cb2678f953cc72a4ab15d242efe8d708e71c4 Author: Wolfgang Sourdeau Date: Fri Oct 27 15:03:48 2006 +0000 @@ -101140,6 +125404,9 @@ Date: Fri Oct 27 15:03:48 2006 +0000 Monotone-Date: 2006-10-27T15:03:48 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js + commit 7fe6537ca646de54650d1302884377b8ae3cb659 Author: Wolfgang Sourdeau Date: Fri Oct 27 15:03:15 2006 +0000 @@ -101151,6 +125418,9 @@ Date: Fri Oct 27 15:03:15 2006 +0000 Monotone-Date: 2006-10-27T15:03:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/SchedulerUI/UIxCalInlineAptView.wox + commit c728203774588996acc6e204196b4197e1f335c2 Author: Wolfgang Sourdeau Date: Fri Oct 27 15:02:40 2006 +0000 @@ -101162,6 +125432,8 @@ Date: Fri Oct 27 15:02:40 2006 +0000 Monotone-Date: 2006-10-27T15:02:40 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalAptListView.wox + commit a04f0ede7fcf8513e9d25ee07253d0bce3d0c6ee Author: Wolfgang Sourdeau Date: Fri Oct 27 15:02:12 2006 +0000 @@ -101173,6 +125445,9 @@ Date: Fri Oct 27 15:02:12 2006 +0000 Monotone-Date: 2006-10-27T15:02:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/SchedulerUI/UIxCalMainView.wox + commit fc44681f937245fb30c4bfb90d0035b2a4b183cb Author: Wolfgang Sourdeau Date: Fri Oct 27 14:59:42 2006 +0000 @@ -101184,6 +125459,9 @@ Date: Fri Oct 27 14:59:42 2006 +0000 Monotone-Date: 2006-10-27T14:59:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/SOGoAptFormatter.m + commit a1f908be9efecfe17e74f927452a56bd4d2cea5c Author: Wolfgang Sourdeau Date: Fri Oct 27 14:54:59 2006 +0000 @@ -101195,6 +125473,10 @@ Date: Fri Oct 27 14:54:59 2006 +0000 Monotone-Date: 2006-10-27T14:54:59 Monotone-Branch: ca.inverse.sogo +M UI/Common/English.lproj/Localizable.strings +M UI/Common/French.lproj/Localizable.strings +M UI/MainUI/French.lproj/Localizable.strings + commit d830d6165c3f0d076405cbb0bdf50147c07a9333 Author: Wolfgang Sourdeau Date: Thu Oct 26 22:57:56 2006 +0000 @@ -101206,6 +125488,8 @@ Date: Thu Oct 26 22:57:56 2006 +0000 Monotone-Date: 2006-10-26T22:57:56 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.css + commit 4ba235c6b88051e7e0d80453e5c3022f55988262 Author: Wolfgang Sourdeau Date: Thu Oct 26 22:56:36 2006 +0000 @@ -101217,6 +125501,8 @@ Date: Thu Oct 26 22:56:36 2006 +0000 Monotone-Date: 2006-10-26T22:56:36 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.css + commit b9c16be581b71065d8ade415a849b8b1cc398234 Author: Wolfgang Sourdeau Date: Thu Oct 26 22:01:46 2006 +0000 @@ -101228,6 +125514,9 @@ Date: Thu Oct 26 22:01:46 2006 +0000 Monotone-Date: 2006-10-26T22:01:46 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxFreeBusyUserSelector.wox +M UI/WebServerResources/skycalendar.html + commit de89e37908c49bed50115125f1db31912841d346 Author: Wolfgang Sourdeau Date: Thu Oct 26 22:01:28 2006 +0000 @@ -101239,6 +125528,8 @@ Date: Thu Oct 26 22:01:28 2006 +0000 Monotone-Date: 2006-10-26T22:01:28 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/sql/generate-folderinfo-sql-for-users.sh + commit b6753a8e02ab7feca5d96ae425480b6284dfaeee Author: Wolfgang Sourdeau Date: Thu Oct 26 22:01:15 2006 +0000 @@ -101250,6 +125541,9 @@ Date: Thu Oct 26 22:01:15 2006 +0000 Monotone-Date: 2006-10-26T22:01:15 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit 52fedd98b7895d74760e2d39da9e13e9299e7d67 Author: Wolfgang Sourdeau Date: Thu Oct 26 22:00:54 2006 +0000 @@ -101261,6 +125555,15 @@ Date: Thu Oct 26 22:00:54 2006 +0000 Monotone-Date: 2006-10-26T22:00:54 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxTaskEditor.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit 20ff485ed327736a71ec2af57806234f50e0f6ad Author: Wolfgang Sourdeau Date: Thu Oct 26 22:00:46 2006 +0000 @@ -101272,6 +125575,14 @@ Date: Thu Oct 26 22:00:46 2006 +0000 Monotone-Date: 2006-10-26T22:00:46 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/accepted.png +A UI/WebServerResources/chair.png +A UI/WebServerResources/declined.png +A UI/WebServerResources/needs-action.png +A UI/WebServerResources/optional-participant.png +A UI/WebServerResources/required-participant.png +A UI/WebServerResources/tentative.png + commit 749785ceb93905f886e08d9a0a00c0d0ba516649 Author: Wolfgang Sourdeau Date: Thu Oct 26 17:42:53 2006 +0000 @@ -101283,6 +125594,8 @@ Date: Thu Oct 26 17:42:53 2006 +0000 Monotone-Date: 2006-10-26T17:42:53 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.js + commit 093f567d04d06edc2bfcc18c6f4b301ae7838612 Author: Wolfgang Sourdeau Date: Thu Oct 26 17:35:45 2006 +0000 @@ -101294,6 +125607,9 @@ Date: Thu Oct 26 17:35:45 2006 +0000 Monotone-Date: 2006-10-26T17:35:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxAppointmentEditor.js + commit 4e9fb345b785b1b144b71aaa9d4e3b6bb11f00a8 Author: Wolfgang Sourdeau Date: Thu Oct 26 17:32:35 2006 +0000 @@ -101305,6 +125621,8 @@ Date: Thu Oct 26 17:32:35 2006 +0000 Monotone-Date: 2006-10-26T17:32:35 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/SOGoUserHomePage.m + commit 144764054572816f4017346ee88a9929bf570485 Author: Wolfgang Sourdeau Date: Thu Oct 26 17:25:08 2006 +0000 @@ -101316,6 +125634,8 @@ Date: Thu Oct 26 17:25:08 2006 +0000 Monotone-Date: 2006-10-26T17:25:08 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/SOGoUserHomePage.m + commit cad444ac23b0018cd380a1e1287e9f3ea326f005 Author: Wolfgang Sourdeau Date: Thu Oct 26 17:20:58 2006 +0000 @@ -101327,6 +125647,8 @@ Date: Thu Oct 26 17:20:58 2006 +0000 Monotone-Date: 2006-10-26T17:20:58 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/SOGoUserHomePage.m + commit 83b10675780f0a642f5d10e50acf19b1dea14087 Author: Wolfgang Sourdeau Date: Thu Oct 26 16:51:33 2006 +0000 @@ -101338,6 +125660,8 @@ Date: Thu Oct 26 16:51:33 2006 +0000 Monotone-Date: 2006-10-26T16:51:33 Monotone-Branch: ca.inverse.sogo +M GNUmakefile + commit 29d78bf10f491b3431a07bd04fbb02e5ad048639 Author: Wolfgang Sourdeau Date: Thu Oct 26 16:43:50 2006 +0000 @@ -101349,6 +125673,9 @@ Date: Thu Oct 26 16:43:50 2006 +0000 Monotone-Date: 2006-10-26T16:43:50 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/UIxFreeBusyUserSelector.js + commit 0f8f3baa3359eaee3b01b0300dce69661f20f2e8 Author: Wolfgang Sourdeau Date: Thu Oct 26 16:43:39 2006 +0000 @@ -101360,6 +125687,8 @@ Date: Thu Oct 26 16:43:39 2006 +0000 Monotone-Date: 2006-10-26T16:43:39 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxFreeBusyUserSelector.wox + commit 385a6cadfebbf2f58ed8387e0fc81da7a7e83856 Author: Wolfgang Sourdeau Date: Thu Oct 26 16:43:23 2006 +0000 @@ -101371,6 +125700,8 @@ Date: Thu Oct 26 16:43:23 2006 +0000 Monotone-Date: 2006-10-26T16:43:23 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox + commit ea7f2467cc90c5c2d6bebcbbb5b5417ce6e0c859 Author: Wolfgang Sourdeau Date: Thu Oct 26 16:36:59 2006 +0000 @@ -101382,6 +125713,10 @@ Date: Thu Oct 26 16:36:59 2006 +0000 Monotone-Date: 2006-10-26T16:36:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxFreeBusyUserSelector.h +M UI/Scheduler/UIxFreeBusyUserSelector.m + commit aaba2e8efd725f52fe74edde63ffb46e9ca55870 Author: Wolfgang Sourdeau Date: Thu Oct 26 16:35:51 2006 +0000 @@ -101393,6 +125728,8 @@ Date: Thu Oct 26 16:35:51 2006 +0000 Monotone-Date: 2006-10-26T16:35:51 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxDatePicker.m + commit c1e77f441d87a14c578b2a070b0a334d8ef77482 Author: Wolfgang Sourdeau Date: Thu Oct 26 16:35:30 2006 +0000 @@ -101404,6 +125741,9 @@ Date: Thu Oct 26 16:35:30 2006 +0000 Monotone-Date: 2006-10-26T16:35:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoUserHomePage.m + commit e17de2e4b955afdd47a126b8cdead254456e7f15 Author: Wolfgang Sourdeau Date: Thu Oct 26 16:34:41 2006 +0000 @@ -101415,6 +125755,8 @@ Date: Thu Oct 26 16:34:41 2006 +0000 Monotone-Date: 2006-10-26T16:34:41 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactSelector.m + commit f936d66b8dfa4a9ae10815c67ef4ff4a7d06f686 Author: Wolfgang Sourdeau Date: Thu Oct 26 16:34:25 2006 +0000 @@ -101426,6 +125768,9 @@ Date: Thu Oct 26 16:34:25 2006 +0000 Monotone-Date: 2006-10-26T16:34:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.m + commit 6debe52e72ad8d4055cb2acb76d024e2d3f229a8 Author: Wolfgang Sourdeau Date: Thu Oct 26 16:33:38 2006 +0000 @@ -101437,6 +125782,9 @@ Date: Thu Oct 26 16:33:38 2006 +0000 Monotone-Date: 2006-10-26T16:33:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/OCSiCalFieldExtractor.m + commit 585162aceec03d481e982d7a7229a501398cf2f7 Author: Wolfgang Sourdeau Date: Thu Oct 26 00:41:03 2006 +0000 @@ -101448,6 +125796,8 @@ Date: Thu Oct 26 00:41:03 2006 +0000 Monotone-Date: 2006-10-26T00:41:03 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxFreeBusyUserSelector.js + commit 8fc947aa7ee4918ea1d1276ea60f04fa05a48727 Author: Wolfgang Sourdeau Date: Thu Oct 26 00:40:29 2006 +0000 @@ -101459,6 +125809,9 @@ Date: Thu Oct 26 00:40:29 2006 +0000 Monotone-Date: 2006-10-26T00:40:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxAppointmentEditor.js + commit a0d1cf8de147208f587ba0798390dd4c7ec76dc7 Author: Wolfgang Sourdeau Date: Thu Oct 26 00:38:01 2006 +0000 @@ -101470,6 +125823,9 @@ Date: Thu Oct 26 00:38:01 2006 +0000 Monotone-Date: 2006-10-26T00:38:01 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoUserHomePage.m + commit 3d45a60a3501831b5083bdffee3c400098f98511 Author: Wolfgang Sourdeau Date: Thu Oct 26 00:22:06 2006 +0000 @@ -101481,6 +125837,8 @@ Date: Thu Oct 26 00:22:06 2006 +0000 Monotone-Date: 2006-10-26T00:22:06 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/OCSiCalFieldExtractor.m + commit 3bfe3d20263ca6a2fbc5e3211f014a7151be9700 Author: Wolfgang Sourdeau Date: Thu Oct 26 00:19:23 2006 +0000 @@ -101492,6 +125850,10 @@ Date: Thu Oct 26 00:19:23 2006 +0000 Monotone-Date: 2006-10-26T00:19:23 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.js + commit 998f08627cd7675cb6536be886118a72c140c494 Author: Wolfgang Sourdeau Date: Thu Oct 26 00:18:31 2006 +0000 @@ -101503,6 +125865,8 @@ Date: Thu Oct 26 00:18:31 2006 +0000 Monotone-Date: 2006-10-26T00:18:31 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox + commit 729b52bf93a3298ee70f72dc8456d6a3c503b41a Author: Wolfgang Sourdeau Date: Thu Oct 26 00:18:17 2006 +0000 @@ -101514,6 +125878,8 @@ Date: Thu Oct 26 00:18:17 2006 +0000 Monotone-Date: 2006-10-26T00:18:17 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxTimeDateControl.wox + commit 0e0ccff0591b71cf3551db1883c4c6ee4dbf9f11 Author: Wolfgang Sourdeau Date: Thu Oct 26 00:17:51 2006 +0000 @@ -101525,6 +125891,8 @@ Date: Thu Oct 26 00:17:51 2006 +0000 Monotone-Date: 2006-10-26T00:17:51 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxTaskEditor.m + commit 749c84de14a8909eb077076db2243c05ab9db323 Author: Wolfgang Sourdeau Date: Thu Oct 26 00:17:44 2006 +0000 @@ -101536,6 +125904,8 @@ Date: Thu Oct 26 00:17:44 2006 +0000 Monotone-Date: 2006-10-26T00:17:44 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.m + commit 619c86b88457f91ca3c886fece1305b8829b19e1 Author: Wolfgang Sourdeau Date: Thu Oct 26 00:17:27 2006 +0000 @@ -101547,6 +125917,9 @@ Date: Thu Oct 26 00:17:27 2006 +0000 Monotone-Date: 2006-10-26T00:17:27 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox + commit ad44460f9fc9c756f24a47c851742283aea4c2ed Author: Wolfgang Sourdeau Date: Thu Oct 26 00:16:56 2006 +0000 @@ -101558,6 +125931,10 @@ Date: Thu Oct 26 00:16:56 2006 +0000 Monotone-Date: 2006-10-26T00:16:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoUserHomePage.m +M UI/MainUI/product.plist + commit 21799d8e1f9dff7b02503a44be0f7072e88757e9 Author: Wolfgang Sourdeau Date: Thu Oct 26 00:15:12 2006 +0000 @@ -101569,6 +125946,10 @@ Date: Thu Oct 26 00:15:12 2006 +0000 Monotone-Date: 2006-10-26T00:15:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/product.plist + commit a1a7bcf4f1675f9888b3affa5c1b3cd3a69da9a1 Author: Wolfgang Sourdeau Date: Thu Oct 26 00:09:03 2006 +0000 @@ -101580,6 +125961,8 @@ Date: Thu Oct 26 00:09:03 2006 +0000 Monotone-Date: 2006-10-26T00:09:03 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoFreeBusyObject.m + commit 1bb44de8214744c67728d7ac8e83bb7662bb3d43 Author: Wolfgang Sourdeau Date: Thu Oct 26 00:08:45 2006 +0000 @@ -101591,6 +125974,8 @@ Date: Thu Oct 26 00:08:45 2006 +0000 Monotone-Date: 2006-10-26T00:08:45 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m + commit ebc1ea2790002e2c2194d03a94b3011dd10c24de Author: Wolfgang Sourdeau Date: Thu Oct 26 00:08:24 2006 +0000 @@ -101602,6 +125987,8 @@ Date: Thu Oct 26 00:08:24 2006 +0000 Monotone-Date: 2006-10-26T00:08:24 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 0b162c60736149c38a359b2f5b4a4edc5314d05c Author: Wolfgang Sourdeau Date: Thu Oct 26 00:08:02 2006 +0000 @@ -101613,6 +126000,8 @@ Date: Thu Oct 26 00:08:02 2006 +0000 Monotone-Date: 2006-10-26T00:08:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 8805e91d09a39447734f8a84af1aabf47074dc55 Author: Wolfgang Sourdeau Date: Wed Oct 25 23:59:40 2006 +0000 @@ -101624,6 +126013,11 @@ Date: Wed Oct 25 23:59:40 2006 +0000 Monotone-Date: 2006-10-25T23:59:40 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/OCSiCalFieldExtractor.m +M OGoContentStore/appointment.ocs +M OGoContentStore/sql/appointment-create.psql +M OGoContentStore/sql/generate-folderinfo-sql-for-users.sh + commit d3bb65742052c9ccfe41ce3c3d0193fd11c56934 Author: Wolfgang Sourdeau Date: Wed Oct 25 23:58:46 2006 +0000 @@ -101635,6 +126029,8 @@ Date: Wed Oct 25 23:58:46 2006 +0000 Monotone-Date: 2006-10-25T23:58:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 1441a66636529c471d165998848acbbf3240fc08 Author: Wolfgang Sourdeau Date: Wed Oct 25 23:58:29 2006 +0000 @@ -101646,6 +126042,13 @@ Date: Wed Oct 25 23:58:29 2006 +0000 Monotone-Date: 2006-10-25T23:58:29 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/GNUmakefile +A UI/Scheduler/UIxFreeBusyUserSelector.h +A UI/Scheduler/UIxFreeBusyUserSelector.m +M UI/Scheduler/product.plist +A UI/Templates/SchedulerUI/UIxFreeBusyUserSelector.wox +A UI/WebServerResources/UIxFreeBusyUserSelector.js + commit 1f2533e6edd53aaf0baa27c7d12de68696dd3f1f Author: Wolfgang Sourdeau Date: Mon Oct 23 21:37:53 2006 +0000 @@ -101657,6 +126060,9 @@ Date: Mon Oct 23 21:37:53 2006 +0000 Monotone-Date: 2006-10-23T21:37:53 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.css + commit be4b5bbb2a486747bef822ff0679254ac9ed03e3 Author: Wolfgang Sourdeau Date: Mon Oct 23 21:37:22 2006 +0000 @@ -101668,6 +126074,9 @@ Date: Mon Oct 23 21:37:22 2006 +0000 Monotone-Date: 2006-10-23T21:37:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 4eb06322e38dd9f25ac17c6e36220ef6d528f933 Author: Wolfgang Sourdeau Date: Mon Oct 23 21:35:56 2006 +0000 @@ -101679,6 +126088,8 @@ Date: Mon Oct 23 21:35:56 2006 +0000 Monotone-Date: 2006-10-23T21:35:56 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/product.plist + commit d0f1b3ae019f3013018bc619fb526f765fc674a2 Author: Wolfgang Sourdeau Date: Mon Oct 23 21:34:56 2006 +0000 @@ -101690,6 +126101,18 @@ Date: Mon Oct 23 21:34:56 2006 +0000 Monotone-Date: 2006-10-23T21:34:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/UIxTaskEditor.m +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/Templates/SchedulerUI/UIxTaskEditor.wox +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxTaskEditor.css +M UI/WebServerResources/UIxTaskEditor.js + commit 8400691f11916f149b2e9138ca1a3412c150bc80 Author: Wolfgang Sourdeau Date: Mon Oct 23 21:29:55 2006 +0000 @@ -101701,6 +126124,9 @@ Date: Mon Oct 23 21:29:55 2006 +0000 Monotone-Date: 2006-10-23T21:29:55 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit 3ef1d4080e958c462e734d2dde5bc0af7cfff21f Author: Wolfgang Sourdeau Date: Mon Oct 23 21:29:42 2006 +0000 @@ -101712,6 +126138,9 @@ Date: Mon Oct 23 21:29:42 2006 +0000 Monotone-Date: 2006-10-23T21:29:42 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/GNUmakefile +A UI/Scheduler/Toolbars/SOGoAppointmentObject.toolbar + commit ca17b725e3697587dd0104b064e0a97d17869013 Author: Wolfgang Sourdeau Date: Mon Oct 23 14:57:42 2006 +0000 @@ -101723,6 +126152,8 @@ Date: Mon Oct 23 14:57:42 2006 +0000 Monotone-Date: 2006-10-23T14:57:42 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalTasksListView.wox + commit 262d341af3d3464f330ff89a71bf40ee0bb6be59 Author: Wolfgang Sourdeau Date: Mon Oct 23 14:56:58 2006 +0000 @@ -101734,6 +126165,8 @@ Date: Mon Oct 23 14:56:58 2006 +0000 Monotone-Date: 2006-10-23T14:56:58 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxTaskEditor.js + commit 3913382a100e97529f235240b28405f62c14d162 Author: Wolfgang Sourdeau Date: Mon Oct 23 14:56:32 2006 +0000 @@ -101745,6 +126178,8 @@ Date: Mon Oct 23 14:56:32 2006 +0000 Monotone-Date: 2006-10-23T14:56:32 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit e121a74f1510431594fdfd07eeca0d0972d73f97 Author: Wolfgang Sourdeau Date: Fri Oct 20 21:17:32 2006 +0000 @@ -101756,6 +126191,9 @@ Date: Fri Oct 20 21:17:32 2006 +0000 Monotone-Date: 2006-10-20T21:17:32 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/generic.css + commit 8c84f0e6f8fbc4ce9f40145f02e8aa6cd161e1a4 Author: Wolfgang Sourdeau Date: Fri Oct 20 21:17:18 2006 +0000 @@ -101767,6 +126205,13 @@ Date: Fri Oct 20 21:17:18 2006 +0000 Monotone-Date: 2006-10-20T21:17:18 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalAptListView.m +M UI/Scheduler/UIxCalInlineAptView.m +M UI/Scheduler/UIxCalTasksListView.m +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/Templates/SchedulerUI/UIxCalAptListView.wox +M UI/Templates/SchedulerUI/UIxCalInlineAptView.wox + commit c2bd3347b7c2f6c38021472d2cef0ba668853bfc Author: Wolfgang Sourdeau Date: Fri Oct 20 21:16:01 2006 +0000 @@ -101778,6 +126223,8 @@ Date: Fri Oct 20 21:16:01 2006 +0000 Monotone-Date: 2006-10-20T21:16:01 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/GNUmakefile.preamble + commit b648cd585a4cffddba260eeae470b6330d5b4211 Author: Wolfgang Sourdeau Date: Fri Oct 20 21:15:52 2006 +0000 @@ -101789,6 +126236,8 @@ Date: Fri Oct 20 21:15:52 2006 +0000 Monotone-Date: 2006-10-20T21:15:52 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailAccountsView.m + commit 00df58d1d2f426c612c79628706a739edd1c163e Author: Wolfgang Sourdeau Date: Fri Oct 20 21:15:26 2006 +0000 @@ -101800,6 +126249,8 @@ Date: Fri Oct 20 21:15:26 2006 +0000 Monotone-Date: 2006-10-20T21:15:26 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactEditor.m + commit 104c141248a610cb6d03830dda090298a5cc0b22 Author: Wolfgang Sourdeau Date: Fri Oct 20 21:15:15 2006 +0000 @@ -101811,6 +126262,8 @@ Date: Fri Oct 20 21:15:15 2006 +0000 Monotone-Date: 2006-10-20T21:15:15 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile + commit 79bfd3096c2b39b0f9f588328e1df2d2c995b251 Author: Wolfgang Sourdeau Date: Fri Oct 20 21:15:07 2006 +0000 @@ -101822,6 +126275,8 @@ Date: Fri Oct 20 21:15:07 2006 +0000 Monotone-Date: 2006-10-20T21:15:07 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactObject.h + commit 781f65ffc36a8276065769a8f34c78aaded35036 Author: Wolfgang Sourdeau Date: Fri Oct 20 21:14:49 2006 +0000 @@ -101833,6 +126288,9 @@ Date: Fri Oct 20 21:14:49 2006 +0000 Monotone-Date: 2006-10-20T21:14:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit f5611606f20bdb4c35da90d5aa51cab25ef54e03 Author: Wolfgang Sourdeau Date: Fri Oct 20 21:13:50 2006 +0000 @@ -101844,6 +126302,8 @@ Date: Fri Oct 20 21:13:50 2006 +0000 Monotone-Date: 2006-10-20T21:13:50 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/NGLdapEntry+Contact.m + commit 17018226cb370a5179f8d2549f56686845f06262 Author: Wolfgang Sourdeau Date: Fri Oct 20 21:13:18 2006 +0000 @@ -101855,6 +126315,10 @@ Date: Fri Oct 20 21:13:18 2006 +0000 Monotone-Date: 2006-10-20T21:13:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAptMailNotification.h +M SoObjects/Appointments/SOGoAptMailNotification.m + commit 74a29216f9c54b7877faa5a1f173f326630028ae Author: Wolfgang Sourdeau Date: Fri Oct 20 21:12:28 2006 +0000 @@ -101866,6 +126330,9 @@ Date: Fri Oct 20 21:12:28 2006 +0000 Monotone-Date: 2006-10-20T21:12:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit c3b8676ce7a0946a95331efe8604425c94e17658 Author: Wolfgang Sourdeau Date: Fri Oct 20 21:11:35 2006 +0000 @@ -101877,6 +126344,10 @@ Date: Fri Oct 20 21:11:35 2006 +0000 Monotone-Date: 2006-10-20T21:11:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D SoObjects/SOGo/NSObject+Owner.h +D SoObjects/SOGo/NSObject+Owner.m + commit 2f8b53102d9b45e6c4381d95f65bc66d73beafe0 Author: Wolfgang Sourdeau Date: Fri Oct 20 19:29:11 2006 +0000 @@ -101888,6 +126359,9 @@ Date: Fri Oct 20 19:29:11 2006 +0000 Monotone-Date: 2006-10-20T19:29:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit 6e01d277505982cafa51c1ff1e37df67a6969674 Author: Wolfgang Sourdeau Date: Thu Oct 19 19:23:58 2006 +0000 @@ -101899,6 +126373,12 @@ Date: Thu Oct 19 19:23:58 2006 +0000 Monotone-Date: 2006-10-19T19:23:58 Monotone-Branch: ca.inverse.sogo +D UI/MailerUI/Toolbars/SOGoMailAccount.toolbar +D UI/MailerUI/Toolbars/SOGoMailFolder.toolbar +D UI/MailerUI/Toolbars/SOGoTrashFolder.toolbar +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/generic.js + commit 97e6754992f9120c8b03ba91c28b0a1bdc3d2176 Author: Wolfgang Sourdeau Date: Thu Oct 19 17:36:19 2006 +0000 @@ -101910,6 +126390,9 @@ Date: Thu Oct 19 17:36:19 2006 +0000 Monotone-Date: 2006-10-19T17:36:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailToSelection.m + commit b80abb06728bf6de722ceccb1369e1026098c01d Author: Wolfgang Sourdeau Date: Thu Oct 19 17:35:28 2006 +0000 @@ -101921,6 +126404,9 @@ Date: Thu Oct 19 17:35:28 2006 +0000 Monotone-Date: 2006-10-19T17:35:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactEditor.m + commit 2623f6b0d5cc951b254b12b6bd5e39b56bf039e0 Author: Wolfgang Sourdeau Date: Thu Oct 19 17:04:31 2006 +0000 @@ -101932,6 +126418,8 @@ Date: Thu Oct 19 17:04:31 2006 +0000 Monotone-Date: 2006-10-19T17:04:31 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxTaskEditor.css + commit c8244f95444c3c0cedf01a431a31cd652cd43657 Author: Wolfgang Sourdeau Date: Thu Oct 19 17:04:16 2006 +0000 @@ -101943,6 +126431,8 @@ Date: Thu Oct 19 17:04:16 2006 +0000 Monotone-Date: 2006-10-19T17:04:16 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxTaskEditor.css + commit 35197f2c623cdc941a1de0fe32607e4e35c12bff Author: Wolfgang Sourdeau Date: Thu Oct 19 16:55:42 2006 +0000 @@ -101954,6 +126444,8 @@ Date: Thu Oct 19 16:55:42 2006 +0000 Monotone-Date: 2006-10-19T16:55:42 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailToSelection.js + commit 016f65a6d8d98b41c08aab477e52a8ff06d2adbb Author: Wolfgang Sourdeau Date: Thu Oct 19 16:55:36 2006 +0000 @@ -101965,6 +126457,8 @@ Date: Thu Oct 19 16:55:36 2006 +0000 Monotone-Date: 2006-10-19T16:55:36 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css + commit 6f20ca2757df99475e81d734dacc974ef1640231 Author: Wolfgang Sourdeau Date: Thu Oct 19 16:42:03 2006 +0000 @@ -101976,6 +126470,10 @@ Date: Thu Oct 19 16:42:03 2006 +0000 Monotone-Date: 2006-10-19T16:42:03 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsCalendarsSelection.wox +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +M UI/WebServerResources/ContactsUI.css + commit 8bb53e828890948782e52971955d24d9b9921e21 Author: Wolfgang Sourdeau Date: Thu Oct 19 16:41:22 2006 +0000 @@ -101987,6 +126485,9 @@ Date: Thu Oct 19 16:41:22 2006 +0000 Monotone-Date: 2006-10-19T16:41:22 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings + commit 4ed45c91be0a9aeda918599caf7d6e013dce20b3 Author: Wolfgang Sourdeau Date: Thu Oct 19 16:22:59 2006 +0000 @@ -101998,6 +126499,10 @@ Date: Thu Oct 19 16:22:59 2006 +0000 Monotone-Date: 2006-10-19T16:22:59 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/Templates/MailerUI/UIxMailToSelection.wox +M UI/WebServerResources/UIxMailEditor.css + commit 05d03f0ea46e16ffa051857c8bc4484048112744 Author: Wolfgang Sourdeau Date: Thu Oct 19 16:03:44 2006 +0000 @@ -102009,6 +126514,8 @@ Date: Thu Oct 19 16:03:44 2006 +0000 Monotone-Date: 2006-10-19T16:03:44 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalDateSelector.wox + commit c64a30644ec49d8d6fab02a33a0092c0744225d5 Author: Wolfgang Sourdeau Date: Thu Oct 19 16:03:18 2006 +0000 @@ -102020,6 +126527,12 @@ Date: Thu Oct 19 16:03:18 2006 +0000 Monotone-Date: 2006-10-19T16:03:18 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MainUI/SOGoUserHomePage.wox +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxTaskEditor.css + commit f0620506659b7280a4b7aeb77699fa71bea321eb Author: Wolfgang Sourdeau Date: Thu Oct 19 16:02:45 2006 +0000 @@ -102031,6 +126544,9 @@ Date: Thu Oct 19 16:02:45 2006 +0000 Monotone-Date: 2006-10-19T16:02:45 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit 6debca475a3bb5333298c4a499731223b5a11519 Author: Wolfgang Sourdeau Date: Thu Oct 19 15:01:46 2006 +0000 @@ -102042,6 +126558,9 @@ Date: Thu Oct 19 15:01:46 2006 +0000 Monotone-Date: 2006-10-19T15:01:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/OCSiCalFieldExtractor.m + commit e01b8ec2c45d32777ef82fdf9a9fbe0b9a6784e9 Author: Wolfgang Sourdeau Date: Thu Oct 19 14:42:09 2006 +0000 @@ -102053,6 +126572,8 @@ Date: Thu Oct 19 14:42:09 2006 +0000 Monotone-Date: 2006-10-19T14:42:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 36025f86170d5677940ff1f3d9c2be811dbd54e5 Author: Wolfgang Sourdeau Date: Thu Oct 19 14:41:53 2006 +0000 @@ -102064,6 +126585,9 @@ Date: Thu Oct 19 14:41:53 2006 +0000 Monotone-Date: 2006-10-19T14:41:53 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/Templates/MailerUI/UIxMailToSelection.wox + commit 3d7ab6352966c8dfaa5c60ced324c5390813048d Author: Wolfgang Sourdeau Date: Thu Oct 19 14:41:32 2006 +0000 @@ -102075,6 +126599,9 @@ Date: Thu Oct 19 14:41:32 2006 +0000 Monotone-Date: 2006-10-19T14:41:32 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxMailEditor.css + commit 6cff2389d8d2ac8393da1b883c315f50602d00c9 Author: Wolfgang Sourdeau Date: Thu Oct 19 14:41:12 2006 +0000 @@ -102086,6 +126613,8 @@ Date: Thu Oct 19 14:41:12 2006 +0000 Monotone-Date: 2006-10-19T14:41:12 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox + commit dcfb1be7f3cd1e45b81e408ac4f13a4bdc58acc2 Author: Wolfgang Sourdeau Date: Thu Oct 19 14:40:24 2006 +0000 @@ -102097,6 +126626,11 @@ Date: Thu Oct 19 14:40:24 2006 +0000 Monotone-Date: 2006-10-19T14:40:24 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxTaskEditor.h +M UI/Scheduler/UIxTaskEditor.m +M UI/Templates/SchedulerUI/UIxTaskEditor.wox +M UI/WebServerResources/UIxTaskEditor.js + commit b790b4778e6fb699dc5a7cd2a9063d61b1c14063 Author: Wolfgang Sourdeau Date: Thu Oct 19 14:38:25 2006 +0000 @@ -102108,6 +126642,10 @@ Date: Thu Oct 19 14:38:25 2006 +0000 Monotone-Date: 2006-10-19T14:38:25 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxTimeDateControl.h +M UI/Scheduler/UIxTimeDateControl.m +M UI/Templates/SchedulerUI/UIxTimeDateControl.wox + commit ee39aab2120143fcac0846bfa37c1209655d4787 Author: Wolfgang Sourdeau Date: Thu Oct 19 14:37:13 2006 +0000 @@ -102119,6 +126657,9 @@ Date: Thu Oct 19 14:37:13 2006 +0000 Monotone-Date: 2006-10-19T14:37:13 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxDatePicker.m +M UI/Templates/SchedulerUI/UIxDatePicker.wox + commit 7973bcae73f6310eae81e9e8da7aeda8efd97235 Author: Wolfgang Sourdeau Date: Thu Oct 19 14:35:50 2006 +0000 @@ -102130,6 +126671,9 @@ Date: Thu Oct 19 14:35:50 2006 +0000 Monotone-Date: 2006-10-19T14:35:50 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxComponentEditor.h +M UI/Scheduler/UIxComponentEditor.m + commit b44fd637128aff0b134fddf741be171d79f0ab0a Author: Wolfgang Sourdeau Date: Thu Oct 19 14:34:12 2006 +0000 @@ -102141,6 +126685,9 @@ Date: Thu Oct 19 14:34:12 2006 +0000 Monotone-Date: 2006-10-19T14:34:12 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit bd4be10c8169ed10c152d1c37ae72fce660b9872 Author: Wolfgang Sourdeau Date: Thu Oct 19 14:33:46 2006 +0000 @@ -102152,6 +126699,9 @@ Date: Thu Oct 19 14:33:46 2006 +0000 Monotone-Date: 2006-10-19T14:33:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/OCSiCalFieldExtractor.m + commit b21593277dc6543d2cbdc8af99bac469ffff873b Author: Wolfgang Sourdeau Date: Wed Oct 18 21:53:47 2006 +0000 @@ -102163,6 +126713,14 @@ Date: Wed Oct 18 21:53:47 2006 +0000 Monotone-Date: 2006-10-18T21:53:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailToSelection.js +M UI/WebServerResources/UIxTaskEditor.js +M UI/WebServerResources/generic.js + commit df35bb01fd62efec5f40503a94606b950beb52fb Author: Wolfgang Sourdeau Date: Wed Oct 18 21:49:04 2006 +0000 @@ -102174,6 +126732,8 @@ Date: Wed Oct 18 21:49:04 2006 +0000 Monotone-Date: 2006-10-18T21:49:04 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit d36413d01eb9a2ea708b3240d440a0103f356cda Author: Wolfgang Sourdeau Date: Wed Oct 18 21:48:52 2006 +0000 @@ -102185,6 +126745,8 @@ Date: Wed Oct 18 21:48:52 2006 +0000 Monotone-Date: 2006-10-18T21:48:52 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxTaskEditor.wox + commit 75aab65ca49ff04855a3e0a41aebd39be6eeedd9 Author: Wolfgang Sourdeau Date: Wed Oct 18 21:48:34 2006 +0000 @@ -102196,6 +126758,8 @@ Date: Wed Oct 18 21:48:34 2006 +0000 Monotone-Date: 2006-10-18T21:48:34 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalAptListView.wox + commit 699f5f34273448ed0b2a5c92a437d002c51e0601 Author: Wolfgang Sourdeau Date: Wed Oct 18 21:48:10 2006 +0000 @@ -102207,6 +126771,10 @@ Date: Wed Oct 18 21:48:10 2006 +0000 Monotone-Date: 2006-10-18T21:48:10 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/generic.css + commit c7637c42eb422019e0d1ec7e0d72e12b740c5ede Author: Wolfgang Sourdeau Date: Wed Oct 18 21:47:58 2006 +0000 @@ -102218,6 +126786,9 @@ Date: Wed Oct 18 21:47:58 2006 +0000 Monotone-Date: 2006-10-18T21:47:58 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/Templates/MailerUI/UIxMailToSelection.wox + commit f5a8876657863d7770936337ee16db164affc023 Author: Wolfgang Sourdeau Date: Wed Oct 18 21:47:27 2006 +0000 @@ -102229,6 +126800,8 @@ Date: Wed Oct 18 21:47:27 2006 +0000 Monotone-Date: 2006-10-18T21:47:27 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m + commit c0fa4c6d1dec7d00269e80903eb62c4eefc7310e Author: Wolfgang Sourdeau Date: Wed Oct 18 21:47:03 2006 +0000 @@ -102240,6 +126813,9 @@ Date: Wed Oct 18 21:47:03 2006 +0000 Monotone-Date: 2006-10-18T21:47:03 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/English.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings + commit 4ddbe4047df500093f8348fe93f9dbe3a48ff292 Author: Wolfgang Sourdeau Date: Wed Oct 18 15:11:35 2006 +0000 @@ -102251,6 +126827,9 @@ Date: Wed Oct 18 15:11:35 2006 +0000 Monotone-Date: 2006-10-18T15:11:35 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalCalendarsListView.m +M UI/WebServerResources/SchedulerUI.css + commit 2b01ef19e1741d2c477378ec536ac26b1fa4b980 Author: Wolfgang Sourdeau Date: Wed Oct 18 14:52:45 2006 +0000 @@ -102262,6 +126841,8 @@ Date: Wed Oct 18 14:52:45 2006 +0000 Monotone-Date: 2006-10-18T14:52:45 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsCalendarsSelection.wox + commit 7d345ccfc998f522fa88570af7139e0f5e438adb Author: Wolfgang Sourdeau Date: Wed Oct 18 14:52:24 2006 +0000 @@ -102273,6 +126854,9 @@ Date: Wed Oct 18 14:52:24 2006 +0000 Monotone-Date: 2006-10-18T14:52:24 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/Templates/SchedulerUI/UIxTaskEditor.wox + commit e2c9f60ed96217d09303e2d068fee18f7363e64f Author: Wolfgang Sourdeau Date: Wed Oct 18 14:51:20 2006 +0000 @@ -102284,6 +126868,10 @@ Date: Wed Oct 18 14:51:20 2006 +0000 Monotone-Date: 2006-10-18T14:51:20 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/GNUmakefile +D UI/Contacts/UIxContactsSchedulerSelection.m +D UI/Templates/ContactsUI/UIxContactsSchedulerSelection.wox + commit b798cc38cf6421a87cdfaec62aa95782fc7a271a Author: Wolfgang Sourdeau Date: Wed Oct 18 14:46:02 2006 +0000 @@ -102295,6 +126883,8 @@ Date: Wed Oct 18 14:46:02 2006 +0000 Monotone-Date: 2006-10-18T14:46:02 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalAptListView.m + commit 68aafe0506f2ad82b8ada7d9da84626d25690c2f Author: Wolfgang Sourdeau Date: Wed Oct 18 14:45:46 2006 +0000 @@ -102306,6 +126896,9 @@ Date: Wed Oct 18 14:45:46 2006 +0000 Monotone-Date: 2006-10-18T14:45:46 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactsListView.m +M UI/Contacts/product.plist + commit f2eae25ea2a041b3612d6958a43aabcc1014efa8 Author: Wolfgang Sourdeau Date: Wed Oct 18 14:45:31 2006 +0000 @@ -102317,6 +126910,8 @@ Date: Wed Oct 18 14:45:31 2006 +0000 Monotone-Date: 2006-10-18T14:45:31 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/GNUmakefile + commit 60c87ef50b9183b4980a63d516d7534de263c2c6 Author: Wolfgang Sourdeau Date: Wed Oct 18 14:45:15 2006 +0000 @@ -102328,6 +126923,9 @@ Date: Wed Oct 18 14:45:15 2006 +0000 Monotone-Date: 2006-10-18T14:45:15 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings + commit 9ec06c4bb92d5a33725e222a2afc0ac1d74fa49d Author: Wolfgang Sourdeau Date: Wed Oct 18 14:42:44 2006 +0000 @@ -102339,6 +126937,14 @@ Date: Wed Oct 18 14:42:44 2006 +0000 Monotone-Date: 2006-10-18T14:42:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.h +M UI/Scheduler/UIxAppointmentEditor.m +A UI/Scheduler/UIxComponentEditor.h +A UI/Scheduler/UIxComponentEditor.m +M UI/Scheduler/UIxTaskEditor.h +M UI/Scheduler/UIxTaskEditor.m + commit 7b35cb1c4b7fa82f0c4a40c2a4dcf984fdf67dbf Author: Wolfgang Sourdeau Date: Tue Oct 17 19:57:14 2006 +0000 @@ -102350,6 +126956,9 @@ Date: Tue Oct 17 19:57:14 2006 +0000 Monotone-Date: 2006-10-17T19:57:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit c740786476be10fdbf8dce67bc8e2cc335b8da58 Author: Wolfgang Sourdeau Date: Tue Oct 17 19:56:37 2006 +0000 @@ -102361,6 +126970,8 @@ Date: Tue Oct 17 19:56:37 2006 +0000 Monotone-Date: 2006-10-17T19:56:37 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactEditor.wox + commit 90deaa60adcde24cfda5c15fd50552137ffd8c50 Author: Wolfgang Sourdeau Date: Tue Oct 17 19:51:25 2006 +0000 @@ -102372,6 +126983,8 @@ Date: Tue Oct 17 19:51:25 2006 +0000 Monotone-Date: 2006-10-17T19:51:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit f427aecf853a3a0242352a8152673a7c53dd8427 Author: Wolfgang Sourdeau Date: Tue Oct 17 19:51:20 2006 +0000 @@ -102383,6 +126996,8 @@ Date: Tue Oct 17 19:51:20 2006 +0000 Monotone-Date: 2006-10-17T19:51:20 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit 4d420ae23937a3ef6c035ecd9060502a4ce4013f Author: Wolfgang Sourdeau Date: Tue Oct 17 19:50:46 2006 +0000 @@ -102394,6 +127009,8 @@ Date: Tue Oct 17 19:50:46 2006 +0000 Monotone-Date: 2006-10-17T19:50:46 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit f2d77b37f50843e93e0f48ca8b8782b61e1ea93c Author: Wolfgang Sourdeau Date: Tue Oct 17 19:50:32 2006 +0000 @@ -102405,6 +127022,9 @@ Date: Tue Oct 17 19:50:32 2006 +0000 Monotone-Date: 2006-10-17T19:50:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 5c08272ceaec9ef814231d034bbce8a073b2b10c Author: Wolfgang Sourdeau Date: Tue Oct 17 19:49:47 2006 +0000 @@ -102416,6 +127036,9 @@ Date: Tue Oct 17 19:49:47 2006 +0000 Monotone-Date: 2006-10-17T19:49:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit 92f9385a4ebde5117a4341e5906ea7d6d0c5e1f2 Author: Wolfgang Sourdeau Date: Tue Oct 17 15:51:35 2006 +0000 @@ -102429,6 +127052,8 @@ Date: Tue Oct 17 15:51:35 2006 +0000 Monotone-Date: 2006-10-17T15:51:35 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 2b9eee9b6c9e14eaa00e1021f7b0f60e8e276db2 Author: Wolfgang Sourdeau Date: Tue Oct 17 15:50:43 2006 +0000 @@ -102442,6 +127067,8 @@ Date: Tue Oct 17 15:50:43 2006 +0000 Monotone-Date: 2006-10-17T15:50:43 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit af5fa2949cb2b56b2472bdf4593c658601afc3b3 Author: Wolfgang Sourdeau Date: Mon Oct 16 22:35:22 2006 +0000 @@ -102453,6 +127080,9 @@ Date: Mon Oct 16 22:35:22 2006 +0000 Monotone-Date: 2006-10-16T22:35:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit d55670f4c17b1d0da53783aa9f630112c9c8ab3e Author: Wolfgang Sourdeau Date: Mon Oct 16 22:34:11 2006 +0000 @@ -102464,6 +127094,9 @@ Date: Mon Oct 16 22:34:11 2006 +0000 Monotone-Date: 2006-10-16T22:34:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit af523186c26e8848337157dc815e8774bcc19ba5 Author: Wolfgang Sourdeau Date: Mon Oct 16 22:33:17 2006 +0000 @@ -102475,6 +127108,13 @@ Date: Mon Oct 16 22:33:17 2006 +0000 Monotone-Date: 2006-10-16T22:33:17 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalAptListView.m +M UI/Scheduler/UIxCalInlineAptView.m +M UI/Scheduler/UIxCalTasksListView.m +M UI/Templates/SchedulerUI/UIxCalAptListView.wox +M UI/Templates/SchedulerUI/UIxCalInlineAptView.wox +M UI/Templates/SchedulerUI/UIxCalTasksListView.wox + commit 2380691c71ca9b6ee798c680b7dc3c0069da3e78 Author: Wolfgang Sourdeau Date: Mon Oct 16 22:30:47 2006 +0000 @@ -102486,6 +127126,9 @@ Date: Mon Oct 16 22:30:47 2006 +0000 Monotone-Date: 2006-10-16T22:30:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit f8291262303f925f2d27896f4a487edb8f94e0b2 Author: Wolfgang Sourdeau Date: Mon Oct 16 18:52:38 2006 +0000 @@ -102497,6 +127140,9 @@ Date: Mon Oct 16 18:52:38 2006 +0000 Monotone-Date: 2006-10-16T18:52:38 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactSelector.wox +M UI/Templates/SchedulerUI/UIxCalInlineAptView.wox + commit 8e305dee68c93765d80d9dc000a293d42fcbb825 Author: Wolfgang Sourdeau Date: Mon Oct 16 18:51:53 2006 +0000 @@ -102508,6 +127154,8 @@ Date: Mon Oct 16 18:51:53 2006 +0000 Monotone-Date: 2006-10-16T18:51:53 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 872599ca38395e11785b5a8d789f9580b6ff54ea Author: Wolfgang Sourdeau Date: Mon Oct 16 18:51:50 2006 +0000 @@ -102519,6 +127167,8 @@ Date: Mon Oct 16 18:51:50 2006 +0000 Monotone-Date: 2006-10-16T18:51:50 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit fd523f184d31036fcec720099a7d9763b81b232f Author: Wolfgang Sourdeau Date: Mon Oct 16 18:51:27 2006 +0000 @@ -102530,6 +127180,8 @@ Date: Mon Oct 16 18:51:27 2006 +0000 Monotone-Date: 2006-10-16T18:51:27 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalTasksListView.m + commit 6162e9aab8f360bcc8b2726a39cc81b74c366233 Author: Wolfgang Sourdeau Date: Mon Oct 16 18:50:33 2006 +0000 @@ -102541,6 +127193,9 @@ Date: Mon Oct 16 18:50:33 2006 +0000 Monotone-Date: 2006-10-16T18:50:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalInlineAptView.m + commit 6f3742b3fa96159489a7ef1a4bbdf3f9cc68ba45 Author: Wolfgang Sourdeau Date: Mon Oct 16 18:49:25 2006 +0000 @@ -102552,6 +127207,11 @@ Date: Mon Oct 16 18:49:25 2006 +0000 Monotone-Date: 2006-10-16T18:49:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalCalendarsListView.h +M UI/Scheduler/UIxCalCalendarsListView.m +M UI/Templates/SchedulerUI/UIxCalCalendarsListView.wox + commit 56696d680ad6b16e6671ce54dbc34909b166fbd2 Author: Wolfgang Sourdeau Date: Mon Oct 16 18:46:28 2006 +0000 @@ -102563,6 +127223,10 @@ Date: Mon Oct 16 18:46:28 2006 +0000 Monotone-Date: 2006-10-16T18:46:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalAptListView.m +M UI/Templates/SchedulerUI/UIxCalAptListView.wox + commit 17aa35440e4e6c5a7c457c98f8c3d0e2e555688c Author: Wolfgang Sourdeau Date: Mon Oct 16 18:45:23 2006 +0000 @@ -102574,6 +127238,10 @@ Date: Mon Oct 16 18:45:23 2006 +0000 Monotone-Date: 2006-10-16T18:45:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactSelector.h +M UI/Contacts/UIxContactSelector.m + commit cda7d5af162ed6995c1cbd336fcad25973223913 Author: Wolfgang Sourdeau Date: Mon Oct 16 18:43:38 2006 +0000 @@ -102585,6 +127253,8 @@ Date: Mon Oct 16 18:43:38 2006 +0000 Monotone-Date: 2006-10-16T18:43:38 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile + commit bcf6d7f1c522528f0cf46171ccf7efc3393ba863 Author: Wolfgang Sourdeau Date: Mon Oct 16 18:43:14 2006 +0000 @@ -102596,6 +127266,9 @@ Date: Mon Oct 16 18:43:14 2006 +0000 Monotone-Date: 2006-10-16T18:43:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 997b801ee7ef017cdb8172b2d40eb827bdb929a6 Author: Wolfgang Sourdeau Date: Mon Oct 16 18:41:47 2006 +0000 @@ -102607,6 +127280,10 @@ Date: Mon Oct 16 18:41:47 2006 +0000 Monotone-Date: 2006-10-16T18:41:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/SOGo/NSObject+Owner.h +A SoObjects/SOGo/NSObject+Owner.m + commit 0dbe9500f04ec687257eca95230553206e5c2d7a Author: Wolfgang Sourdeau Date: Fri Oct 13 23:37:27 2006 +0000 @@ -102618,6 +127295,9 @@ Date: Fri Oct 13 23:37:27 2006 +0000 Monotone-Date: 2006-10-13T23:37:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit 197bd32ebd501fa026e367a7fb3a5bf0bc7c48a2 Author: Wolfgang Sourdeau Date: Fri Oct 13 23:36:15 2006 +0000 @@ -102629,6 +127309,9 @@ Date: Fri Oct 13 23:36:15 2006 +0000 Monotone-Date: 2006-10-13T23:36:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js + commit e8e6b4775f6a50b678cebd240eea74da15ef9318 Author: Wolfgang Sourdeau Date: Fri Oct 13 23:35:25 2006 +0000 @@ -102640,6 +127323,9 @@ Date: Fri Oct 13 23:35:25 2006 +0000 Monotone-Date: 2006-10-13T23:35:25 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/generic.css + commit a9a7cd5645b4e21c6aa47602772592be20c55276 Author: Wolfgang Sourdeau Date: Fri Oct 13 23:35:10 2006 +0000 @@ -102651,6 +127337,9 @@ Date: Fri Oct 13 23:35:10 2006 +0000 Monotone-Date: 2006-10-13T23:35:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit c078a70e1ac0719be212c5b1aa0b16a46d121f7a Author: Wolfgang Sourdeau Date: Fri Oct 13 23:33:58 2006 +0000 @@ -102662,6 +127351,9 @@ Date: Fri Oct 13 23:33:58 2006 +0000 Monotone-Date: 2006-10-13T23:33:58 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/Templates/SchedulerUI/UIxCalTasksListView.wox + commit 8bc638c4c9ed4dc57c5c175bc4d7a85470b167b2 Author: Wolfgang Sourdeau Date: Fri Oct 13 23:33:17 2006 +0000 @@ -102673,6 +127365,8 @@ Date: Fri Oct 13 23:33:17 2006 +0000 Monotone-Date: 2006-10-13T23:33:17 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactSelector.wox + commit 5d480fd7b670e337617081292ec4c9f9f339184b Author: Wolfgang Sourdeau Date: Fri Oct 13 23:32:21 2006 +0000 @@ -102684,6 +127378,8 @@ Date: Fri Oct 13 23:32:21 2006 +0000 Monotone-Date: 2006-10-13T23:32:21 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/product.plist + commit 3b6fb2640cabd75ede0a5a19a744f6396b582d36 Author: Wolfgang Sourdeau Date: Fri Oct 13 23:31:45 2006 +0000 @@ -102695,6 +127391,9 @@ Date: Fri Oct 13 23:31:45 2006 +0000 Monotone-Date: 2006-10-13T23:31:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalMainView.m + commit 8209d7bdf56b9e45a37e9289eaa93c4cd1bd0cc9 Author: Wolfgang Sourdeau Date: Fri Oct 13 23:30:36 2006 +0000 @@ -102706,6 +127405,9 @@ Date: Fri Oct 13 23:30:36 2006 +0000 Monotone-Date: 2006-10-13T23:30:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactsListView.m + commit 84c4508ccc4abf30a8d8b7ceeea2633636bd979f Author: Wolfgang Sourdeau Date: Fri Oct 13 23:29:39 2006 +0000 @@ -102717,6 +127419,9 @@ Date: Fri Oct 13 23:29:39 2006 +0000 Monotone-Date: 2006-10-13T23:29:39 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit 6f491956516ab67f77ab3f9c9e4e3f5b94e06e06 Author: Wolfgang Sourdeau Date: Fri Oct 13 23:26:27 2006 +0000 @@ -102728,6 +127433,10 @@ Date: Fri Oct 13 23:26:27 2006 +0000 Monotone-Date: 2006-10-13T23:26:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactSelector.h +M UI/Contacts/UIxContactSelector.m + commit 14ed69d6ed944a4c8a64bc0f789149b43fb0fd17 Author: Wolfgang Sourdeau Date: Fri Oct 13 23:25:32 2006 +0000 @@ -102739,6 +127448,11 @@ Date: Fri Oct 13 23:25:32 2006 +0000 Monotone-Date: 2006-10-13T23:25:32 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/GNUmakefile +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/product.plist +M UI/Scheduler/GNUmakefile + commit ddd255114c7ea3bd40912e6bbf8edaaa3ab9d926 Author: Wolfgang Sourdeau Date: Fri Oct 13 23:23:44 2006 +0000 @@ -102750,6 +127464,11 @@ Date: Fri Oct 13 23:23:44 2006 +0000 Monotone-Date: 2006-10-13T23:23:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Scheduler/UIxCalCalendarsListView.h +A UI/Scheduler/UIxCalCalendarsListView.m +A UI/Templates/SchedulerUI/UIxCalCalendarsListView.wox + commit 9a5b43aa7c077bea8acf57fca04c932abbe2f649 Author: Wolfgang Sourdeau Date: Fri Oct 13 23:22:35 2006 +0000 @@ -102761,6 +127480,10 @@ Date: Fri Oct 13 23:22:35 2006 +0000 Monotone-Date: 2006-10-13T23:22:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Contacts/UIxContactsCalendarsSelection.m +A UI/Templates/ContactsUI/UIxContactsCalendarsSelection.wox + commit 77117ecf66791507cdc6efa2144125e10b9313cd Author: Wolfgang Sourdeau Date: Fri Oct 13 23:20:31 2006 +0000 @@ -102772,6 +127495,8 @@ Date: Fri Oct 13 23:20:31 2006 +0000 Monotone-Date: 2006-10-13T23:20:31 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/sql/profile-create.psql + commit 96a72eea5df6dced03991ddb13a9b71eb1da9046 Author: Wolfgang Sourdeau Date: Fri Oct 13 23:20:19 2006 +0000 @@ -102783,6 +127508,8 @@ Date: Fri Oct 13 23:20:19 2006 +0000 Monotone-Date: 2006-10-13T23:20:19 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoObject.m + commit a4ae643f3fbda54bf49c366dca15cb107b83f4ba Author: Wolfgang Sourdeau Date: Thu Oct 12 21:46:49 2006 +0000 @@ -102794,6 +127521,8 @@ Date: Thu Oct 12 21:46:49 2006 +0000 Monotone-Date: 2006-10-12T21:46:49 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalDayTable.wox + commit 50a3b949bc6babcdafa1c3a1e68e16d8e6330f90 Author: Wolfgang Sourdeau Date: Thu Oct 12 21:46:19 2006 +0000 @@ -102805,6 +127534,9 @@ Date: Thu Oct 12 21:46:19 2006 +0000 Monotone-Date: 2006-10-12T21:46:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox + commit 6e03bdd519abe766ae4bb767353d8e6fd99c3798 Author: Wolfgang Sourdeau Date: Thu Oct 12 21:45:43 2006 +0000 @@ -102816,6 +127548,8 @@ Date: Thu Oct 12 21:45:43 2006 +0000 Monotone-Date: 2006-10-12T21:45:43 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxTimeDateControl.m + commit da95cdfd2fdd78d564ca38dd08384136cb31adc9 Author: Wolfgang Sourdeau Date: Thu Oct 12 21:45:24 2006 +0000 @@ -102827,6 +127561,8 @@ Date: Thu Oct 12 21:45:24 2006 +0000 Monotone-Date: 2006-10-12T21:45:24 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalDayView.m + commit 49cea3f16a3fd0604f365c6849ab872bb527799f Author: Wolfgang Sourdeau Date: Thu Oct 12 21:45:03 2006 +0000 @@ -102838,6 +127574,9 @@ Date: Thu Oct 12 21:45:03 2006 +0000 Monotone-Date: 2006-10-12T21:45:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m + commit 848ea24589f493bdb756a2d73cf13968260a9598 Author: Wolfgang Sourdeau Date: Thu Oct 12 21:05:58 2006 +0000 @@ -102849,6 +127588,9 @@ Date: Thu Oct 12 21:05:58 2006 +0000 Monotone-Date: 2006-10-12T21:05:58 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js + commit 419460bce94daba0a0d13b45a2087417892effef Author: Wolfgang Sourdeau Date: Thu Oct 12 21:05:32 2006 +0000 @@ -102860,6 +127602,9 @@ Date: Thu Oct 12 21:05:32 2006 +0000 Monotone-Date: 2006-10-12T21:05:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit de02251e690569b34e05bfca0217fb26a1b71fa1 Author: Wolfgang Sourdeau Date: Thu Oct 12 21:04:21 2006 +0000 @@ -102871,6 +127616,9 @@ Date: Thu Oct 12 21:04:21 2006 +0000 Monotone-Date: 2006-10-12T21:04:21 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalTasksListView.wox +M UI/Templates/UIxJSClose.wox + commit 55457321de3d18c844d8dc7db83bcb9c6a3ecdb1 Author: Wolfgang Sourdeau Date: Thu Oct 12 21:03:32 2006 +0000 @@ -102882,6 +127630,8 @@ Date: Thu Oct 12 21:03:32 2006 +0000 Monotone-Date: 2006-10-12T21:03:32 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit db59a20291bd3bddcd2c203263133b06155a7255 Author: Wolfgang Sourdeau Date: Thu Oct 12 21:03:17 2006 +0000 @@ -102893,6 +127643,10 @@ Date: Thu Oct 12 21:03:17 2006 +0000 Monotone-Date: 2006-10-12T21:03:17 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxContactEditor.js +M UI/WebServerResources/UIxTaskEditor.js + commit dd9092861868df38d38b5d5b773eb1cb97c5a9cd Author: Wolfgang Sourdeau Date: Thu Oct 12 21:02:28 2006 +0000 @@ -102904,6 +127658,9 @@ Date: Thu Oct 12 21:02:28 2006 +0000 Monotone-Date: 2006-10-12T21:02:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit bff862e7336e8047ef9902604be0dff191161acb Author: Wolfgang Sourdeau Date: Thu Oct 12 21:01:35 2006 +0000 @@ -102915,6 +127672,8 @@ Date: Thu Oct 12 21:01:35 2006 +0000 Monotone-Date: 2006-10-12T21:01:35 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit c9586edb1d7e5e9d1e9db71d0b507dcb3a432795 Author: Wolfgang Sourdeau Date: Thu Oct 12 21:00:52 2006 +0000 @@ -102926,6 +127685,8 @@ Date: Thu Oct 12 21:00:52 2006 +0000 Monotone-Date: 2006-10-12T21:00:52 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/product.plist + commit 5465d769ef35af1f9885eb51396ee025ad3110a3 Author: Wolfgang Sourdeau Date: Thu Oct 12 21:00:35 2006 +0000 @@ -102937,6 +127698,9 @@ Date: Thu Oct 12 21:00:35 2006 +0000 Monotone-Date: 2006-10-12T21:00:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalMainView.m + commit 88ff515222aea9278b264ec34ddf75573f997ec2 Author: Wolfgang Sourdeau Date: Thu Oct 12 20:58:57 2006 +0000 @@ -102948,6 +127712,10 @@ Date: Thu Oct 12 20:58:57 2006 +0000 Monotone-Date: 2006-10-12T20:58:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit b82cb69f2191c7d488bd38652778f23555919545 Author: Wolfgang Sourdeau Date: Thu Oct 12 17:32:30 2006 +0000 @@ -102959,6 +127727,9 @@ Date: Thu Oct 12 17:32:30 2006 +0000 Monotone-Date: 2006-10-12T17:32:30 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/SOGoUserHomePage.js +D UI/WebServerResources/homepage.js + commit c7e23782acf80a691c324dfb18881f43e2728087 Author: Wolfgang Sourdeau Date: Thu Oct 12 17:31:58 2006 +0000 @@ -102970,6 +127741,21 @@ Date: Thu Oct 12 17:31:58 2006 +0000 Monotone-Date: 2006-10-12T17:31:58 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MainUI/SOGoUserHomePage.wox +M UI/Templates/SchedulerUI/UIxAppointmentProposal.wox +M UI/Templates/SchedulerUI/UIxAppointmentView.wox +M UI/Templates/SchedulerUI/UIxCalDayChartview.wox +M UI/Templates/SchedulerUI/UIxCalDayListview.wox +M UI/Templates/SchedulerUI/UIxCalDayOverview.wox +M UI/Templates/SchedulerUI/UIxCalMonthOverview.wox +M UI/Templates/SchedulerUI/UIxCalWeekChartview.wox +M UI/Templates/SchedulerUI/UIxCalWeekColumnsview.wox +M UI/Templates/SchedulerUI/UIxCalWeekListview.wox +M UI/Templates/SchedulerUI/UIxCalWeekOverview.wox +M UI/Templates/SchedulerUI/UIxCalYearOverview.wox +M UI/Templates/SchedulerUI/UIxTaskProposal.wox +M UI/Templates/SchedulerUI/UIxTaskView.wox + commit f9a07a6eaaa6157329d8e73bfa2f1000974e7b5a Author: Wolfgang Sourdeau Date: Thu Oct 12 16:46:24 2006 +0000 @@ -102981,6 +127767,8 @@ Date: Thu Oct 12 16:46:24 2006 +0000 Monotone-Date: 2006-10-12T16:46:24 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 0be128dd8d0d8af0b2cb7eaea673ae209b911a3b Author: Wolfgang Sourdeau Date: Thu Oct 12 16:46:04 2006 +0000 @@ -102992,6 +127780,8 @@ Date: Thu Oct 12 16:46:04 2006 +0000 Monotone-Date: 2006-10-12T16:46:04 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalDateSelector.wox + commit fa92640ebc94f8fc3eac23f914f42e7464e79ae0 Author: Wolfgang Sourdeau Date: Thu Oct 12 16:45:32 2006 +0000 @@ -103003,6 +127793,8 @@ Date: Thu Oct 12 16:45:32 2006 +0000 Monotone-Date: 2006-10-12T16:45:32 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxDatePicker.m + commit c467af6aa275e006bdcfa49549611f43f70d5116 Author: Wolfgang Sourdeau Date: Thu Oct 12 16:44:40 2006 +0000 @@ -103014,6 +127806,10 @@ Date: Thu Oct 12 16:44:40 2006 +0000 Monotone-Date: 2006-10-12T16:44:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/UIxComponent.h +M UI/SOGoUI/UIxComponent.m + commit 5be35af094398f000450e5cc52233e1e582d1fb5 Author: Wolfgang Sourdeau Date: Thu Oct 12 16:43:53 2006 +0000 @@ -103025,6 +127821,11 @@ Date: Thu Oct 12 16:43:53 2006 +0000 Monotone-Date: 2006-10-12T16:43:53 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/generic.css + commit 142dff8d5e0663c6519a08878e182a760aeea344 Author: Wolfgang Sourdeau Date: Thu Oct 12 16:42:59 2006 +0000 @@ -103036,6 +127837,19 @@ Date: Thu Oct 12 16:42:59 2006 +0000 Monotone-Date: 2006-10-12T16:42:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactEditor.m +M UI/MailerUI/UIxMailEditor.m +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxTaskEditor.h +M UI/Scheduler/UIxTaskEditor.m +M UI/Templates/ContactsUI/UIxContactEditor.wox +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/Templates/SchedulerUI/UIxTaskEditor.wox +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/UIxContactEditor.js +M UI/WebServerResources/UIxTaskEditor.js + commit 9fa766dae592f9793ddfac6aec3e16d7c64f1548 Author: Wolfgang Sourdeau Date: Thu Oct 12 16:35:53 2006 +0000 @@ -103047,6 +127861,10 @@ Date: Thu Oct 12 16:35:53 2006 +0000 Monotone-Date: 2006-10-12T16:35:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Scheduler/UIxAppointmentEditor.h +A UI/Scheduler/UIxTaskEditor.h + commit ca19785bd0901f9907e6ed7106e3a262278d85d8 Author: Wolfgang Sourdeau Date: Thu Oct 12 16:34:52 2006 +0000 @@ -103058,6 +127876,9 @@ Date: Thu Oct 12 16:34:52 2006 +0000 Monotone-Date: 2006-10-12T16:34:52 Monotone-Branch: ca.inverse.sogo +M UI/Common/GNUmakefile +D UI/Common/UIxWinClose.m + commit 027ff7ee9f78e1944767014e45cbe2ebe45abd86 Author: Wolfgang Sourdeau Date: Thu Oct 12 16:34:08 2006 +0000 @@ -103069,6 +127890,8 @@ Date: Thu Oct 12 16:34:08 2006 +0000 Monotone-Date: 2006-10-12T16:34:08 Monotone-Branch: ca.inverse.sogo +A UI/Templates/UIxJSClose.wox + commit db8fbeef886d603adfafa9b6831599ff68a3f082 Author: Wolfgang Sourdeau Date: Thu Oct 12 16:33:59 2006 +0000 @@ -103080,6 +127903,10 @@ Date: Thu Oct 12 16:33:59 2006 +0000 Monotone-Date: 2006-10-12T16:33:59 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Common/UIxJSClose.h +A UI/Common/UIxJSClose.m + commit 5e7f73dba030da3dc6e7c91a59823706b23c045d Author: Wolfgang Sourdeau Date: Wed Oct 11 18:59:35 2006 +0000 @@ -103091,6 +127918,8 @@ Date: Wed Oct 11 18:59:35 2006 +0000 Monotone-Date: 2006-10-11T18:59:35 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalAptListView.m + commit 1870ebc0f1f1644ceca6f05d63e5a00e7c3a07cd Author: Wolfgang Sourdeau Date: Wed Oct 11 18:59:06 2006 +0000 @@ -103102,6 +127931,10 @@ Date: Wed Oct 11 18:59:06 2006 +0000 Monotone-Date: 2006-10-11T18:59:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Appointments/SOGoTaskObject.h +A SoObjects/Appointments/SOGoTaskObject.m + commit 2371cff64d8dd9a72e762a72855e59549a52f6b9 Author: Wolfgang Sourdeau Date: Wed Oct 11 18:58:16 2006 +0000 @@ -103113,6 +127946,11 @@ Date: Wed Oct 11 18:58:16 2006 +0000 Monotone-Date: 2006-10-11T18:58:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Appointments/NSArray+Appointments.h +A SoObjects/Appointments/NSArray+Appointments.m +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 5101fb794c6c2288e8de338b19b49f673b912fe7 Author: Wolfgang Sourdeau Date: Wed Oct 11 18:56:04 2006 +0000 @@ -103124,6 +127962,9 @@ Date: Wed Oct 11 18:56:04 2006 +0000 Monotone-Date: 2006-10-11T18:56:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m + commit 5147e8a004e31e8fbe7559bfa79240b5c29fde87 Author: Wolfgang Sourdeau Date: Wed Oct 11 18:54:10 2006 +0000 @@ -103135,6 +127976,13 @@ Date: Wed Oct 11 18:54:10 2006 +0000 Monotone-Date: 2006-10-11T18:54:10 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalDayTable.m +M UI/Scheduler/UIxCalDayView.m +M UI/Scheduler/UIxCalMonthOverview.m +M UI/Scheduler/UIxCalScheduleOverview.m +M UI/Scheduler/UIxCalWeekListview.m +M UI/Scheduler/UIxCalWeekView.m + commit 1440249a7cb4f0411bd82602a48a51ca8329f831 Author: Wolfgang Sourdeau Date: Wed Oct 11 18:53:04 2006 +0000 @@ -103146,6 +127994,12 @@ Date: Wed Oct 11 18:53:04 2006 +0000 Monotone-Date: 2006-10-11T18:53:04 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/Templates/SchedulerUI/UIxCalAptListView.wox +M UI/Templates/SchedulerUI/UIxCalDayTable.wox +M UI/Templates/SchedulerUI/UIxCalInlineAptView.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox + commit 9d33c75a28716bd8cd57a0ce13a87fe01a81bc84 Author: Wolfgang Sourdeau Date: Wed Oct 11 18:51:30 2006 +0000 @@ -103157,6 +128011,9 @@ Date: Wed Oct 11 18:51:30 2006 +0000 Monotone-Date: 2006-10-11T18:51:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSObject+AptComparison.m + commit 69123dee65b8db5364a11b15027029030975b0cb Author: Wolfgang Sourdeau Date: Wed Oct 11 18:50:31 2006 +0000 @@ -103168,6 +128025,9 @@ Date: Wed Oct 11 18:50:31 2006 +0000 Monotone-Date: 2006-10-11T18:50:31 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit a23d567938846a711a72c84be75ec3cffde8298c Author: Wolfgang Sourdeau Date: Wed Oct 11 18:49:03 2006 +0000 @@ -103179,6 +128039,8 @@ Date: Wed Oct 11 18:49:03 2006 +0000 Monotone-Date: 2006-10-11T18:49:03 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoGroupAppointmentFolder.m + commit 4da5306afee6f96a4dc88eaffec4bb5abed63d7e Author: Wolfgang Sourdeau Date: Wed Oct 11 18:48:25 2006 +0000 @@ -103190,6 +128052,10 @@ Date: Wed Oct 11 18:48:25 2006 +0000 Monotone-Date: 2006-10-11T18:48:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit d4103a9d668e1a497a17eca91f107e5ed4df855b Author: Wolfgang Sourdeau Date: Wed Oct 11 18:22:30 2006 +0000 @@ -103201,6 +128067,10 @@ Date: Wed Oct 11 18:22:30 2006 +0000 Monotone-Date: 2006-10-11T18:22:30 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/product.plist +M UI/Scheduler/Toolbars/SOGoAppointmentFolder.toolbar +M UI/Scheduler/product.plist + commit 0742b8b50a78d2d4a4f2ff608ad3cbeff9030e94 Author: Wolfgang Sourdeau Date: Wed Oct 11 18:22:05 2006 +0000 @@ -103212,6 +128082,9 @@ Date: Wed Oct 11 18:22:05 2006 +0000 Monotone-Date: 2006-10-11T18:22:05 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/GNUmakefile +M UI/Scheduler/GNUmakefile + commit ac5e2c01e5fdf5d14fa3206caa941eab8c060b9d Author: Wolfgang Sourdeau Date: Wed Oct 11 18:21:49 2006 +0000 @@ -103223,6 +128096,10 @@ Date: Wed Oct 11 18:21:49 2006 +0000 Monotone-Date: 2006-10-11T18:21:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/OCSiCalFieldExtractor.m +M OGoContentStore/appointment.ocs + commit 4aa0d7964b612f97bc4ca4eb05658658f295e4f2 Author: Wolfgang Sourdeau Date: Wed Oct 11 18:19:42 2006 +0000 @@ -103234,6 +128111,10 @@ Date: Wed Oct 11 18:19:42 2006 +0000 Monotone-Date: 2006-10-11T18:19:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalView.h +M UI/Scheduler/UIxCalView.m + commit 41c4d89701aaa89eca2a5e5ce89bf1a11995948f Author: Wolfgang Sourdeau Date: Wed Oct 11 18:17:24 2006 +0000 @@ -103245,6 +128126,11 @@ Date: Wed Oct 11 18:17:24 2006 +0000 Monotone-Date: 2006-10-11T18:17:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Scheduler/UIxCalTasksListView.h +A UI/Scheduler/UIxCalTasksListView.m +A UI/Templates/SchedulerUI/UIxCalTasksListView.wox + commit 5b324a4637b019bfdc9b34183546d07cdc8aa2dc Author: Wolfgang Sourdeau Date: Wed Oct 11 18:16:25 2006 +0000 @@ -103256,6 +128142,15 @@ Date: Wed Oct 11 18:16:25 2006 +0000 Monotone-Date: 2006-10-11T18:16:25 Monotone-Branch: ca.inverse.sogo +D UI/Scheduler/UIxAppointmentPrintview.m +D UI/Scheduler/UIxCalDayPrintview.m +D UI/Scheduler/UIxCalMonthPrintview.m +D UI/Scheduler/UIxCalWeekPrintview.m +D UI/Templates/SchedulerUI/UIxAppointmentPrintview.wox +D UI/Templates/SchedulerUI/UIxCalDayPrintview.wox +D UI/Templates/SchedulerUI/UIxCalMonthPrintview.wox +D UI/Templates/SchedulerUI/UIxCalWeekPrintview.wox + commit 1c44c545020abd0d655f8a115a536f4c01b75350 Author: Wolfgang Sourdeau Date: Wed Oct 11 18:15:29 2006 +0000 @@ -103267,6 +128162,12 @@ Date: Wed Oct 11 18:15:29 2006 +0000 Monotone-Date: 2006-10-11T18:15:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Scheduler/UIxTaskEditor.m +A UI/Scheduler/UIxTaskProposal.m +A UI/Scheduler/UIxTaskView.h +A UI/Scheduler/UIxTaskView.m + commit 046a45bc1ea2e09b6d6c4ac2ba6afa220135bfbd Author: Wolfgang Sourdeau Date: Wed Oct 11 18:13:36 2006 +0000 @@ -103278,6 +128179,10 @@ Date: Wed Oct 11 18:13:36 2006 +0000 Monotone-Date: 2006-10-11T18:13:36 Monotone-Branch: ca.inverse.sogo +A UI/Templates/SchedulerUI/UIxTaskEditor.wox +A UI/Templates/SchedulerUI/UIxTaskProposal.wox +A UI/Templates/SchedulerUI/UIxTaskView.wox + commit 128ffc15fafa78fa679599e966dee3f60d4d4299 Author: Wolfgang Sourdeau Date: Wed Oct 11 18:13:11 2006 +0000 @@ -103289,6 +128194,8 @@ Date: Wed Oct 11 18:13:11 2006 +0000 Monotone-Date: 2006-10-11T18:13:11 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/UIxTaskEditor.js + commit 6663d9cfd0582246869ba1a1de6dc9a15e7b752b Author: Wolfgang Sourdeau Date: Wed Oct 11 18:12:21 2006 +0000 @@ -103300,6 +128207,9 @@ Date: Wed Oct 11 18:12:21 2006 +0000 Monotone-Date: 2006-10-11T18:12:21 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +A UI/WebServerResources/UIxTaskEditor.css + commit 2d3bfac1adc9ffbfd5a95b2281f4aa45bc575719 Author: Wolfgang Sourdeau Date: Wed Oct 11 18:12:02 2006 +0000 @@ -103311,6 +128221,9 @@ Date: Wed Oct 11 18:12:02 2006 +0000 Monotone-Date: 2006-10-11T18:12:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit 7296fedfb6d29da3f8f3598830130a552eede8a4 Author: Wolfgang Sourdeau Date: Wed Oct 11 18:11:06 2006 +0000 @@ -103322,6 +128235,8 @@ Date: Wed Oct 11 18:11:06 2006 +0000 Monotone-Date: 2006-10-11T18:11:06 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.js + commit 3c971bea8b6ffea93852cbb132a2c8d52f0514ba Author: Wolfgang Sourdeau Date: Thu Oct 5 23:30:29 2006 +0000 @@ -103333,6 +128248,9 @@ Date: Thu Oct 5 23:30:29 2006 +0000 Monotone-Date: 2006-10-05T23:30:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit c73140163c0a3d4872c7089ecdd56ae86881272d Author: Wolfgang Sourdeau Date: Thu Oct 5 23:29:21 2006 +0000 @@ -103344,6 +128262,9 @@ Date: Thu Oct 5 23:29:21 2006 +0000 Monotone-Date: 2006-10-05T23:29:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxTimeDateControl.m + commit 279a428deb154f1cfc257fe855bdc4a06c0d680b Author: Wolfgang Sourdeau Date: Thu Oct 5 23:28:18 2006 +0000 @@ -103355,6 +128276,9 @@ Date: Thu Oct 5 23:28:18 2006 +0000 Monotone-Date: 2006-10-05T23:28:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m + commit 3109843a6f0e68a88d09ecc27d02a43c5149bdcb Author: Wolfgang Sourdeau Date: Thu Oct 5 23:27:30 2006 +0000 @@ -103366,6 +128290,10 @@ Date: Thu Oct 5 23:27:30 2006 +0000 Monotone-Date: 2006-10-05T23:27:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/NSCalendarDate+SOGo.h +M SoObjects/SOGo/NSCalendarDate+SOGo.m + commit f28a25cb70c736f32ebfd07f4a26a17ff2db8a14 Author: Wolfgang Sourdeau Date: Wed Oct 4 23:15:25 2006 +0000 @@ -103377,6 +128305,14 @@ Date: Wed Oct 4 23:15:25 2006 +0000 Monotone-Date: 2006-10-04T23:15:25 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxCalDateSelector.m +M UI/Scheduler/UIxCalInlineMonthOverview.m +M UI/Scheduler/UIxCalView.h +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/UIxTimeDateControl.m +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox + commit 51e4e4046d68219e9927138e8a42d4176fe20e17 Author: Wolfgang Sourdeau Date: Wed Oct 4 23:13:09 2006 +0000 @@ -103388,6 +128324,10 @@ Date: Wed Oct 4 23:13:09 2006 +0000 Monotone-Date: 2006-10-04T23:13:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/UIxComponent.h +M UI/SOGoUI/UIxComponent.m + commit 198ca8e76ed5db4bb3778e21205f4d3d7ac5b2bb Author: Wolfgang Sourdeau Date: Wed Oct 4 23:12:08 2006 +0000 @@ -103399,6 +128339,14 @@ Date: Wed Oct 4 23:12:08 2006 +0000 Monotone-Date: 2006-10-04T23:12:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/GNUmakefile +A SoObjects/SOGo/NSCalendarDate+SOGo.h +A SoObjects/SOGo/NSCalendarDate+SOGo.m +M UI/Scheduler/GNUmakefile +D UI/Scheduler/NSCalendarDate+Scheduler.h +D UI/Scheduler/NSCalendarDate+Scheduler.m + commit c7e92ce2d7bda9068451a30cf6deca6212683f93 Author: Wolfgang Sourdeau Date: Wed Oct 4 19:23:34 2006 +0000 @@ -103410,6 +128358,8 @@ Date: Wed Oct 4 19:23:34 2006 +0000 Monotone-Date: 2006-10-04T19:23:34 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalDateSelector.wox + commit d35fb1e2e0596e3ab3d56fca1e3a8d880576b05e Author: Wolfgang Sourdeau Date: Wed Oct 4 19:23:00 2006 +0000 @@ -103421,6 +128371,10 @@ Date: Wed Oct 4 19:23:00 2006 +0000 Monotone-Date: 2006-10-04T19:23:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/NSCalendarDate+Scheduler.h +M UI/Scheduler/NSCalendarDate+Scheduler.m + commit 421d03f9aa4720c4cd331e91b0ef2b643c8c527d Author: Wolfgang Sourdeau Date: Wed Oct 4 19:21:45 2006 +0000 @@ -103432,6 +128386,9 @@ Date: Wed Oct 4 19:21:45 2006 +0000 Monotone-Date: 2006-10-04T19:21:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/UIxComponent.m + commit c561dffa14f0745f871fc99b253b57d3e0133aa3 Author: Wolfgang Sourdeau Date: Wed Oct 4 19:20:28 2006 +0000 @@ -103443,6 +128400,9 @@ Date: Wed Oct 4 19:20:28 2006 +0000 Monotone-Date: 2006-10-04T19:20:28 Monotone-Branch: ca.inverse.sogo +M UI/Common/GNUmakefile.preamble +M UI/SOGoUI/GNUmakefile.preamble + commit 232cc667d777101ef6aedd6b457b64b0e831d943 Author: Wolfgang Sourdeau Date: Wed Oct 4 19:20:05 2006 +0000 @@ -103454,6 +128414,8 @@ Date: Wed Oct 4 19:20:05 2006 +0000 Monotone-Date: 2006-10-04T19:20:05 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit ea49933a1aa33e12137fe319e84500dac92e0487 Author: Wolfgang Sourdeau Date: Wed Oct 4 19:19:38 2006 +0000 @@ -103465,6 +128427,9 @@ Date: Wed Oct 4 19:19:38 2006 +0000 Monotone-Date: 2006-10-04T19:19:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M Main/sogod.m + commit 82e440f6aa510ee6d80a563750b1caf89e0a4a9d Author: Wolfgang Sourdeau Date: Tue Oct 3 22:59:07 2006 +0000 @@ -103476,6 +128441,10 @@ Date: Tue Oct 3 22:59:07 2006 +0000 Monotone-Date: 2006-10-03T22:59:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/SchedulerUI/UIxCalDayTable.wox +M UI/WebServerResources/SchedulerUI.js + commit 2dcfbb9074c577ac89fd707b9f01d69acca49787 Author: Wolfgang Sourdeau Date: Tue Oct 3 22:58:00 2006 +0000 @@ -103487,6 +128456,9 @@ Date: Tue Oct 3 22:58:00 2006 +0000 Monotone-Date: 2006-10-03T22:58:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalView.m + commit c4059d9df2139e0c7a0e6949228b4e6945294081 Author: Wolfgang Sourdeau Date: Tue Oct 3 22:08:33 2006 +0000 @@ -103498,6 +128470,9 @@ Date: Tue Oct 3 22:08:33 2006 +0000 Monotone-Date: 2006-10-03T22:08:33 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactGCSEntry.m +M SoObjects/Contacts/SOGoContactLDAPEntry.m + commit b035bb469a6cd5b2442973c0b9f0ee3cb762bdd9 Author: Wolfgang Sourdeau Date: Tue Oct 3 22:07:56 2006 +0000 @@ -103509,6 +128484,9 @@ Date: Tue Oct 3 22:07:56 2006 +0000 Monotone-Date: 2006-10-03T22:07:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.m + commit 39d3fec73fe083f4ffeb6c0b2c0e963590ccf19b Author: Wolfgang Sourdeau Date: Tue Oct 3 22:06:54 2006 +0000 @@ -103520,6 +128498,9 @@ Date: Tue Oct 3 22:06:54 2006 +0000 Monotone-Date: 2006-10-03T22:06:54 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox + commit 2db04d42fe5f3dc34bac27ac57a697f8078fe791 Author: Wolfgang Sourdeau Date: Tue Oct 3 22:06:26 2006 +0000 @@ -103531,6 +128512,9 @@ Date: Tue Oct 3 22:06:26 2006 +0000 Monotone-Date: 2006-10-03T22:06:26 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsMailerSelection.wox +M UI/Templates/ContactsUI/UIxContactsSchedulerSelection.wox + commit eabc7b51516a71d189c3ee2a6bde52d07b24afa2 Author: Wolfgang Sourdeau Date: Tue Oct 3 22:06:00 2006 +0000 @@ -103542,6 +128526,9 @@ Date: Tue Oct 3 22:06:00 2006 +0000 Monotone-Date: 2006-10-03T22:06:00 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactEditor.js +M UI/WebServerResources/generic.js + commit 050118dd4e7ac0f7b4fd5548621ebc17a3de0487 Author: Wolfgang Sourdeau Date: Tue Oct 3 22:05:36 2006 +0000 @@ -103553,6 +128540,8 @@ Date: Tue Oct 3 22:05:36 2006 +0000 Monotone-Date: 2006-10-03T22:05:36 Monotone-Branch: ca.inverse.sogo +D UI/Templates/ContactsUI/UIxContactsSelectionViewContainer.wox + commit f6c831451e3b1568149f0a080f1f91dd7bc26c3c Author: Wolfgang Sourdeau Date: Tue Oct 3 22:05:26 2006 +0000 @@ -103564,6 +128553,8 @@ Date: Tue Oct 3 22:05:26 2006 +0000 Monotone-Date: 2006-10-03T22:05:26 Monotone-Branch: ca.inverse.sogo +D UI/Contacts/UIxContactsSelectionViewContainer.h + commit ef7af13b344207d7093cc996db5380424be264f5 Author: Wolfgang Sourdeau Date: Tue Oct 3 22:05:22 2006 +0000 @@ -103575,6 +128566,8 @@ Date: Tue Oct 3 22:05:22 2006 +0000 Monotone-Date: 2006-10-03T22:05:22 Monotone-Branch: ca.inverse.sogo +D UI/Contacts/UIxContactsSelectionViewContainer.m + commit 298514ba47c2c1342881f72a456af4b76e14b9a3 Author: Wolfgang Sourdeau Date: Tue Oct 3 22:05:11 2006 +0000 @@ -103586,6 +128579,9 @@ Date: Tue Oct 3 22:05:11 2006 +0000 Monotone-Date: 2006-10-03T22:05:11 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactsListViewContainer.m +D UI/Contacts/UIxContactsListViewContainerBase.m + commit 2ff6576f36693e1ccd1212b8f9ce9564919fb9e5 Author: Wolfgang Sourdeau Date: Tue Oct 3 22:04:48 2006 +0000 @@ -103597,6 +128593,16 @@ Date: Tue Oct 3 22:04:48 2006 +0000 Monotone-Date: 2006-10-03T22:04:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/GNUmakefile +A UI/Contacts/UIxContactsListView.h +M UI/Contacts/UIxContactsListView.m +D UI/Contacts/UIxContactsListViewBase.h +D UI/Contacts/UIxContactsListViewBase.m +M UI/Contacts/UIxContactsListViewContainer.h +D UI/Contacts/UIxContactsListViewContainerBase.h +M UI/Contacts/product.plist + commit bf4774d9bbde54d7d61ef8b477dcad64c16e16e9 Author: Wolfgang Sourdeau Date: Tue Oct 3 16:30:11 2006 +0000 @@ -103608,6 +128614,8 @@ Date: Tue Oct 3 16:30:11 2006 +0000 Monotone-Date: 2006-10-03T16:30:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 47cf2f8d05a061a147c9964cf0d582a86c945e17 Author: Wolfgang Sourdeau Date: Tue Oct 3 16:27:02 2006 +0000 @@ -103619,6 +128627,17 @@ Date: Tue Oct 3 16:27:02 2006 +0000 Monotone-Date: 2006-10-03T16:27:02 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/Toolbars/SOGoDraftObject.toolbar +M UI/MailerUI/Toolbars/SOGoMailObject.toolbar +M UI/MailerUI/product.plist +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/Templates/ContactsUI/UIxContactsSelectionViewContainer.wox +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/Templates/SchedulerUI/UIxCalAptListView.wox +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxAppointmentEditor.js + commit 66a6501acdf2aafa41b71fa22e37dc4dca02ca74 Author: Wolfgang Sourdeau Date: Tue Oct 3 16:25:12 2006 +0000 @@ -103630,6 +128649,8 @@ Date: Tue Oct 3 16:25:12 2006 +0000 Monotone-Date: 2006-10-03T16:25:12 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 89ee22a38b0b619f453fe58f835445a153fa8d32 Author: Wolfgang Sourdeau Date: Tue Oct 3 16:21:25 2006 +0000 @@ -103641,6 +128662,8 @@ Date: Tue Oct 3 16:21:25 2006 +0000 Monotone-Date: 2006-10-03T16:21:25 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxMailEditor.js + commit 6fe6f03bd84439be7dbeefb01d3459dba64a0d4d Author: Wolfgang Sourdeau Date: Tue Oct 3 16:21:12 2006 +0000 @@ -103652,6 +128675,8 @@ Date: Tue Oct 3 16:21:12 2006 +0000 Monotone-Date: 2006-10-03T16:21:12 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 3b01b245188774f96afea920ea0b5b1a89bb2a44 Author: Wolfgang Sourdeau Date: Tue Oct 3 16:17:22 2006 +0000 @@ -103663,6 +128688,9 @@ Date: Tue Oct 3 16:17:22 2006 +0000 Monotone-Date: 2006-10-03T16:17:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 7554885e872ebd960f1f58ee6103f272eae2894d Author: Wolfgang Sourdeau Date: Tue Oct 3 16:16:22 2006 +0000 @@ -103674,6 +128702,8 @@ Date: Tue Oct 3 16:16:22 2006 +0000 Monotone-Date: 2006-10-03T16:16:22 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/UIxComponent.m + commit 3cc6e06c810ae8b2153c746b2ed8dbcd20d53322 Author: Wolfgang Sourdeau Date: Tue Oct 3 16:14:11 2006 +0000 @@ -103685,6 +128715,8 @@ Date: Tue Oct 3 16:14:11 2006 +0000 Monotone-Date: 2006-10-03T16:14:11 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailEditorAction.m + commit 2daa2876147057f942690c9c527177ec5040ad6d Author: Wolfgang Sourdeau Date: Tue Oct 3 16:13:09 2006 +0000 @@ -103696,6 +128728,9 @@ Date: Tue Oct 3 16:13:09 2006 +0000 Monotone-Date: 2006-10-03T16:13:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactsListViewBase.m + commit 3f12e72af01152213cbbaab6acd51b2b6249f86a Author: Wolfgang Sourdeau Date: Tue Oct 3 16:12:32 2006 +0000 @@ -103707,6 +128742,9 @@ Date: Tue Oct 3 16:12:32 2006 +0000 Monotone-Date: 2006-10-03T16:12:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.m + commit c1eb1e5bbdb3c03a39ceccbb29251911e6513aaf Author: Wolfgang Sourdeau Date: Tue Oct 3 16:10:55 2006 +0000 @@ -103718,6 +128756,9 @@ Date: Tue Oct 3 16:10:55 2006 +0000 Monotone-Date: 2006-10-03T16:10:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit 6ca2e1bfcf510001d8f669a2565cfc549b8241b6 Author: Wolfgang Sourdeau Date: Tue Oct 3 16:09:43 2006 +0000 @@ -103729,6 +128770,19 @@ Date: Tue Oct 3 16:09:43 2006 +0000 Monotone-Date: 2006-10-03T16:09:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/GNUmakefile +A SoObjects/SOGo/NSDictionary+URL.h +A SoObjects/SOGo/NSDictionary+URL.m +A SoObjects/SOGo/NSString+URL.h +A SoObjects/SOGo/NSString+URL.m +D SoObjects/SOGo/NSString+iCal.h +M UI/SOGoUI/GNUmakefile +D UI/SOGoUI/NSDictionary+URL.h +D UI/SOGoUI/NSDictionary+URL.m +D UI/SOGoUI/NSString+URL.h +D UI/SOGoUI/NSString+URL.m + commit 29f8ab0852f38b9888bab7940b13cfd61f84560f Author: Wolfgang Sourdeau Date: Tue Oct 3 14:38:51 2006 +0000 @@ -103740,6 +128794,10 @@ Date: Tue Oct 3 14:38:51 2006 +0000 Monotone-Date: 2006-10-03T14:38:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxMailEditor.js +M UI/WebServerResources/UIxMailToSelection.js + commit 99f54a17ec16cd572f2094a80f5b4543b00e5b77 Author: Wolfgang Sourdeau Date: Tue Oct 3 14:37:58 2006 +0000 @@ -103751,6 +128809,13 @@ Date: Tue Oct 3 14:37:58 2006 +0000 Monotone-Date: 2006-10-03T14:37:58 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxMailEditor.css +M UI/WebServerResources/generic.css + commit 28fa08cff38c7377eb4df8d2abdbabce2064f661 Author: Wolfgang Sourdeau Date: Tue Oct 3 14:37:16 2006 +0000 @@ -103762,6 +128827,11 @@ Date: Tue Oct 3 14:37:16 2006 +0000 Monotone-Date: 2006-10-03T14:37:16 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/English.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/GNUmakefile +M UI/Contacts/product.plist + commit 65f05bad534954a16beda20672dfb48a6208d982 Author: Wolfgang Sourdeau Date: Tue Oct 3 14:36:03 2006 +0000 @@ -103773,6 +128843,9 @@ Date: Tue Oct 3 14:36:03 2006 +0000 Monotone-Date: 2006-10-03T14:36:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.m + commit 8ba9a84a601b7f00bbefb9699374f6fc7c1084f6 Author: Wolfgang Sourdeau Date: Tue Oct 3 14:35:30 2006 +0000 @@ -103784,6 +128857,14 @@ Date: Tue Oct 3 14:35:30 2006 +0000 Monotone-Date: 2006-10-03T14:35:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Contacts/UIxContactsMailerSelection.m +A UI/Contacts/UIxContactsSchedulerSelection.m +D UI/Contacts/UIxContactsSelectionView.m +A UI/Templates/ContactsUI/UIxContactsMailerSelection.wox +A UI/Templates/ContactsUI/UIxContactsSchedulerSelection.wox +D UI/Templates/ContactsUI/UIxContactsSelectionView.wox + commit c3b699db6987d408f8615920d7438451443191bc Author: Wolfgang Sourdeau Date: Fri Sep 29 21:45:36 2006 +0000 @@ -103795,6 +128876,8 @@ Date: Fri Sep 29 21:45:36 2006 +0000 Monotone-Date: 2006-09-29T21:45:36 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 1bfbe1caada2bdf6ae4c76da754ffc0650f880d7 Author: Wolfgang Sourdeau Date: Fri Sep 29 18:31:51 2006 +0000 @@ -103806,6 +128889,8 @@ Date: Fri Sep 29 18:31:51 2006 +0000 Monotone-Date: 2006-09-29T18:31:51 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailEditor.m + commit 14993bccb0203b8b101638f1d00f4d210faca576 Author: Wolfgang Sourdeau Date: Fri Sep 29 18:31:20 2006 +0000 @@ -103817,6 +128902,19 @@ Date: Fri Sep 29 18:31:20 2006 +0000 Monotone-Date: 2006-09-29T18:31:20 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/OCSContactFieldExtractor.m +M OGoContentStore/OCSiCalFieldExtractor.m +M OGoContentStore/iCalRepeatableEntityObject+OCS.m +M Protocols/iCalHTTP/SOGoICalFilePublish.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.h +M UI/Contacts/UIxContactSelector.m +A UI/MailPartViewers/UIxMailPartICalViewer.h +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/Scheduler/GNUmakefile +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxAppointmentView.m + commit 7d81972309f91f4be68d15e0660dbd43e6c00b77 Author: Wolfgang Sourdeau Date: Fri Sep 29 18:26:29 2006 +0000 @@ -103828,6 +128926,12 @@ Date: Fri Sep 29 18:26:29 2006 +0000 Monotone-Date: 2006-09-29T18:26:29 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/Contacts/SOGoContactGCSEntry.m +M SoObjects/SOGo/SOGoCustomGroupFolder.m +M SoObjects/SOGo/SOGoFolder.m + commit 49f320e49f12a6cc827e372395353aad4e110e01 Author: Wolfgang Sourdeau Date: Fri Sep 29 18:12:00 2006 +0000 @@ -103839,6 +128943,9 @@ Date: Fri Sep 29 18:12:00 2006 +0000 Monotone-Date: 2006-09-29T18:12:00 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactEditor.m +M UI/Templates/ContactsUI/UIxContactEditor.wox + commit 363a16fe0336c9e52148a654e5ae5b6859bc411b Author: Wolfgang Sourdeau Date: Fri Sep 29 18:10:07 2006 +0000 @@ -103850,6 +128957,10 @@ Date: Fri Sep 29 18:10:07 2006 +0000 Monotone-Date: 2006-09-29T18:10:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/UIxContactEditor.js + commit 41ebf967316bb6f5dd1746be853b120493baf44a Author: Wolfgang Sourdeau Date: Fri Sep 29 18:08:34 2006 +0000 @@ -103861,6 +128972,12 @@ Date: Fri Sep 29 18:08:34 2006 +0000 Monotone-Date: 2006-09-29T18:08:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/AgenorUserManager.h +M SoObjects/SOGo/AgenorUserManager.m +D UI/Scheduler/iCalPerson+UIx.h +D UI/Scheduler/iCalPerson+UIx.m + commit 899bed1fcedf276235a36ba0382631c4ba5c1afc Author: Wolfgang Sourdeau Date: Fri Sep 29 15:56:35 2006 +0000 @@ -103872,6 +128989,9 @@ Date: Fri Sep 29 15:56:35 2006 +0000 Monotone-Date: 2006-09-29T15:56:35 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile +M UI/Contacts/UIxContactsSelectionView.m + commit 69e51c80ae5568c86ce1a5e73a9f453bfed71676 Author: Wolfgang Sourdeau Date: Thu Sep 28 17:27:16 2006 +0000 @@ -103883,6 +129003,13 @@ Date: Thu Sep 28 17:27:16 2006 +0000 Monotone-Date: 2006-09-28T17:27:16 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactEditor.wox +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/Templates/SchedulerUI/UIxAppointmentView.wox +M UI/Templates/SchedulerUI/UIxCalAptListView.wox +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxAppointmentEditor.js + commit e3ba378b87304b8b1793a7fe9b1f1e70f4b03797 Author: Wolfgang Sourdeau Date: Thu Sep 28 17:26:02 2006 +0000 @@ -103894,6 +129021,11 @@ Date: Thu Sep 28 17:26:02 2006 +0000 Monotone-Date: 2006-09-28T17:26:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxAppointmentView.h +M UI/Scheduler/UIxAppointmentView.m + commit 46b53de956a4daf23776616787f41337c1b8ff0c Author: Wolfgang Sourdeau Date: Thu Sep 28 17:24:32 2006 +0000 @@ -103905,6 +129037,8 @@ Date: Thu Sep 28 17:24:32 2006 +0000 Monotone-Date: 2006-09-28T17:24:32 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit 82a18774bc7723d357639789d2fa00f38f46abc6 Author: Wolfgang Sourdeau Date: Thu Sep 28 17:24:12 2006 +0000 @@ -103916,6 +129050,9 @@ Date: Thu Sep 28 17:24:12 2006 +0000 Monotone-Date: 2006-09-28T17:24:12 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAptMailNotification.h +M SoObjects/Appointments/SOGoAptMailNotification.m + commit dbee220f4095234f761d3df64d28d9b485a86c5d Author: Wolfgang Sourdeau Date: Thu Sep 28 17:23:39 2006 +0000 @@ -103927,6 +129064,10 @@ Date: Thu Sep 28 17:23:39 2006 +0000 Monotone-Date: 2006-09-28T17:23:39 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.h +M SoObjects/Appointments/SOGoAppointmentObject.m + commit ab14629e76da3d1179272e5da48ebcb70ecdf563 Author: Wolfgang Sourdeau Date: Thu Sep 28 17:22:44 2006 +0000 @@ -103938,6 +129079,9 @@ Date: Thu Sep 28 17:22:44 2006 +0000 Monotone-Date: 2006-09-28T17:22:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit cbf3f32b3b87fe925b1da78f4d04b29e63942655 Author: Wolfgang Sourdeau Date: Thu Sep 28 17:19:55 2006 +0000 @@ -103949,6 +129093,9 @@ Date: Thu Sep 28 17:19:55 2006 +0000 Monotone-Date: 2006-09-28T17:19:55 Monotone-Branch: ca.inverse.sogo +M Protocols/iCalHTTP/SOGoICalFileFetch.m +M Protocols/iCalHTTP/SOGoICalFilePublish.m + commit ac691c15483b52c23c32f5f56d6164fe9a002e3e Author: Wolfgang Sourdeau Date: Thu Sep 28 17:19:19 2006 +0000 @@ -103960,6 +129107,9 @@ Date: Thu Sep 28 17:19:19 2006 +0000 Monotone-Date: 2006-09-28T17:19:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/OCSiCalFieldExtractor.m + commit 020654aca40a7375ac00dd66b607c45799ba27e2 Author: Wolfgang Sourdeau Date: Thu Sep 28 17:18:07 2006 +0000 @@ -103971,6 +129121,11 @@ Date: Thu Sep 28 17:18:07 2006 +0000 Monotone-Date: 2006-09-28T17:18:07 Monotone-Branch: ca.inverse.sogo +D SoObjects/SOGo/SOGoAppointment.h +D SoObjects/SOGo/SOGoAppointment.m +D SoObjects/SOGo/SOGoAppointmentICalRenderer.h +D SoObjects/SOGo/SOGoAppointmentICalRenderer.m + commit 04fb842115dafc70edf3da6e817b7ecc06c1e655 Author: Wolfgang Sourdeau Date: Thu Sep 28 17:17:49 2006 +0000 @@ -103982,6 +129137,9 @@ Date: Thu Sep 28 17:17:49 2006 +0000 Monotone-Date: 2006-09-28T17:17:49 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/GNUmakefile +M UI/Scheduler/GNUmakefile + commit d4ea2c5b40b7cbc57bf0587675e84d83e29663c3 Author: Wolfgang Sourdeau Date: Thu Sep 28 17:16:58 2006 +0000 @@ -103993,6 +129151,10 @@ Date: Thu Sep 28 17:16:58 2006 +0000 Monotone-Date: 2006-09-28T17:16:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D UI/Scheduler/SOGoAppointment+UIx.h +D UI/Scheduler/iCalRecurrenceRule+SOGo.m + commit 09380925a8d89a4a0233ad9ffa76e711d0d1d929 Author: Wolfgang Sourdeau Date: Tue Sep 26 22:28:28 2006 +0000 @@ -104004,6 +129166,8 @@ Date: Tue Sep 26 22:28:28 2006 +0000 Monotone-Date: 2006-09-26T22:28:28 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoContentObject.h + commit 80cc5a8fe0f94d82e590e81efedc33fd9fa448fd Author: Wolfgang Sourdeau Date: Tue Sep 26 22:27:57 2006 +0000 @@ -104015,6 +129179,9 @@ Date: Tue Sep 26 22:27:57 2006 +0000 Monotone-Date: 2006-09-26T22:27:57 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentObject.h +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 4df426caa06f7a7d3b806ccff9de51b289c7aeaa Author: Wolfgang Sourdeau Date: Tue Sep 26 22:27:34 2006 +0000 @@ -104026,6 +129193,9 @@ Date: Tue Sep 26 22:27:34 2006 +0000 Monotone-Date: 2006-09-26T22:27:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 58981e7a403d0ffe4f376dd00c030a49db567a82 Author: Wolfgang Sourdeau Date: Tue Sep 26 18:53:42 2006 +0000 @@ -104037,6 +129207,8 @@ Date: Tue Sep 26 18:53:42 2006 +0000 Monotone-Date: 2006-09-26T18:53:42 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit 698ff19ee4c23f0deb3f2b6ba4a63bd1d483dccd Author: Wolfgang Sourdeau Date: Tue Sep 26 18:53:28 2006 +0000 @@ -104048,6 +129220,8 @@ Date: Tue Sep 26 18:53:28 2006 +0000 Monotone-Date: 2006-09-26T18:53:28 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactsListViewBase.h + commit 37ab260e1afa0ff12e26f3cafb03c9960339f691 Author: Wolfgang Sourdeau Date: Tue Sep 26 18:53:04 2006 +0000 @@ -104059,6 +129233,8 @@ Date: Tue Sep 26 18:53:04 2006 +0000 Monotone-Date: 2006-09-26T18:53:04 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactEditor.wox + commit 2fadfaf1eb692c752825a8aecb11ad5069444fbe Author: Wolfgang Sourdeau Date: Tue Sep 26 18:52:47 2006 +0000 @@ -104070,6 +129246,8 @@ Date: Tue Sep 26 18:52:47 2006 +0000 Monotone-Date: 2006-09-26T18:52:47 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsListView.wox + commit f372c05747ae2369782c6a9c657910039caa0b0b Author: Wolfgang Sourdeau Date: Tue Sep 26 18:52:35 2006 +0000 @@ -104081,6 +129259,8 @@ Date: Tue Sep 26 18:52:35 2006 +0000 Monotone-Date: 2006-09-26T18:52:35 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox + commit 953812e17202af70689766a05cd0e43ca2c3d325 Author: Wolfgang Sourdeau Date: Tue Sep 26 18:52:15 2006 +0000 @@ -104092,6 +129272,8 @@ Date: Tue Sep 26 18:52:15 2006 +0000 Monotone-Date: 2006-09-26T18:52:15 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxTimeDateControl.wox + commit 406df840dc56adff71ab6207ac9ac1455af40cab Author: Wolfgang Sourdeau Date: Tue Sep 26 18:52:02 2006 +0000 @@ -104103,6 +129285,8 @@ Date: Tue Sep 26 18:52:02 2006 +0000 Monotone-Date: 2006-09-26T18:52:02 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox + commit 58fd72f9a49a2fdba56aed8bf83cf88ecf46ea65 Author: Wolfgang Sourdeau Date: Tue Sep 26 18:51:40 2006 +0000 @@ -104114,6 +129298,8 @@ Date: Tue Sep 26 18:51:40 2006 +0000 Monotone-Date: 2006-09-26T18:51:40 Monotone-Branch: ca.inverse.sogo +M UI/Common/English.lproj/Localizable.strings + commit f7c534d1a45b1783df4f02c64ef17e78c1d899bb Author: Wolfgang Sourdeau Date: Tue Sep 26 18:47:04 2006 +0000 @@ -104125,6 +129311,9 @@ Date: Tue Sep 26 18:47:04 2006 +0000 Monotone-Date: 2006-09-26T18:47:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js + commit 1d3d860d3468fd9251062c0acd494261b6a2d1a8 Author: Wolfgang Sourdeau Date: Tue Sep 26 18:45:34 2006 +0000 @@ -104136,6 +129325,9 @@ Date: Tue Sep 26 18:45:34 2006 +0000 Monotone-Date: 2006-09-26T18:45:34 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.js + commit 6ea3d67888699e50ffbb662cc27d43cb256f24b1 Author: Wolfgang Sourdeau Date: Tue Sep 26 18:44:42 2006 +0000 @@ -104147,6 +129339,9 @@ Date: Tue Sep 26 18:44:42 2006 +0000 Monotone-Date: 2006-09-26T18:44:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxContactEditor.js + commit b19fde9e5447a405e846e71e16d08897d22e8d32 Author: Wolfgang Sourdeau Date: Tue Sep 26 18:43:06 2006 +0000 @@ -104158,6 +129353,13 @@ Date: Tue Sep 26 18:43:06 2006 +0000 Monotone-Date: 2006-09-26T18:43:06 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/UIxContactEditor.css +M UI/WebServerResources/generic.css + commit cbd978a6bc79a1eeb55d3fb0e9fbc401df1f499c Author: Wolfgang Sourdeau Date: Tue Sep 26 18:42:49 2006 +0000 @@ -104169,6 +129371,9 @@ Date: Tue Sep 26 18:42:49 2006 +0000 Monotone-Date: 2006-09-26T18:42:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit d0e10adace0a7b8dad13876f1cf9c5b813584685 Author: Wolfgang Sourdeau Date: Tue Sep 26 18:42:05 2006 +0000 @@ -104180,6 +129385,9 @@ Date: Tue Sep 26 18:42:05 2006 +0000 Monotone-Date: 2006-09-26T18:42:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactsListViewBase.m + commit 10705cbe1e2d9766876a97ab1ca5130c52e7e437 Author: Wolfgang Sourdeau Date: Tue Sep 26 18:41:05 2006 +0000 @@ -104191,6 +129399,9 @@ Date: Tue Sep 26 18:41:05 2006 +0000 Monotone-Date: 2006-09-26T18:41:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactEditor.m + commit dcc04e1a08fa2d887018e7202bd898adf2b22977 Author: Wolfgang Sourdeau Date: Tue Sep 26 18:40:18 2006 +0000 @@ -104202,6 +129413,8 @@ Date: Tue Sep 26 18:40:18 2006 +0000 Monotone-Date: 2006-09-26T18:40:18 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/French.lproj/Localizable.strings + commit 95bfb47be167d6795327c41dae15d034acac06c5 Author: Wolfgang Sourdeau Date: Tue Sep 26 18:40:04 2006 +0000 @@ -104213,6 +129426,9 @@ Date: Tue Sep 26 18:40:04 2006 +0000 Monotone-Date: 2006-09-26T18:40:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.m + commit c3606c3b234114450f954bd040bf53a8ea0d204b Author: Wolfgang Sourdeau Date: Tue Sep 26 18:39:19 2006 +0000 @@ -104224,6 +129440,8 @@ Date: Tue Sep 26 18:39:19 2006 +0000 Monotone-Date: 2006-09-26T18:39:19 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit ba7387c39bf24df77122bc5af79375f6c6157e2b Author: Wolfgang Sourdeau Date: Tue Sep 26 18:39:04 2006 +0000 @@ -104235,6 +129453,9 @@ Date: Tue Sep 26 18:39:04 2006 +0000 Monotone-Date: 2006-09-26T18:39:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPEntry.m + commit 6b62be381afe336e695e4ffe9c3cd242d3ee7ad1 Author: Wolfgang Sourdeau Date: Wed Sep 20 21:40:31 2006 +0000 @@ -104246,6 +129467,8 @@ Date: Wed Sep 20 21:40:31 2006 +0000 Monotone-Date: 2006-09-20T21:40:31 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactEditor.wox + commit d95f3064b3eea9cb5ddbc46bdd43912e48c6bfa5 Author: Wolfgang Sourdeau Date: Wed Sep 20 21:40:00 2006 +0000 @@ -104257,6 +129480,10 @@ Date: Wed Sep 20 21:40:00 2006 +0000 Monotone-Date: 2006-09-20T21:40:00 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/generic.css + commit 71e983b2a30802ea644e515589b3abfe31e26f00 Author: Wolfgang Sourdeau Date: Wed Sep 20 21:39:03 2006 +0000 @@ -104268,6 +129495,8 @@ Date: Wed Sep 20 21:39:03 2006 +0000 Monotone-Date: 2006-09-20T21:39:03 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailView.wox + commit b32ac59e21a607fcb335b44e83abc8c184722b50 Author: Wolfgang Sourdeau Date: Wed Sep 20 21:38:48 2006 +0000 @@ -104279,6 +129508,8 @@ Date: Wed Sep 20 21:38:48 2006 +0000 Monotone-Date: 2006-09-20T21:38:48 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailView.m + commit 6a602e49e2046d4f5475fef1df2a00761d61605e Author: Wolfgang Sourdeau Date: Wed Sep 20 21:38:15 2006 +0000 @@ -104290,6 +129521,9 @@ Date: Wed Sep 20 21:38:15 2006 +0000 Monotone-Date: 2006-09-20T21:38:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPEntry.m + commit f64662c3e187f9905c74ce7c3c40b4cec8ae6a58 Author: Wolfgang Sourdeau Date: Wed Sep 20 17:58:42 2006 +0000 @@ -104301,6 +129535,10 @@ Date: Wed Sep 20 17:58:42 2006 +0000 Monotone-Date: 2006-09-20T17:58:42 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +A UI/WebServerResources/UIxMailEditor.js + commit 6ab6539424829ba18472ead0c545e3f26d6ece87 Author: Wolfgang Sourdeau Date: Wed Sep 20 17:57:11 2006 +0000 @@ -104312,6 +129550,8 @@ Date: Wed Sep 20 17:57:11 2006 +0000 Monotone-Date: 2006-09-20T17:57:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.css + commit 8e33440259e6f3de2f1e10a98f025f2900458f57 Author: Wolfgang Sourdeau Date: Wed Sep 20 17:56:36 2006 +0000 @@ -104323,6 +129563,9 @@ Date: Wed Sep 20 17:56:36 2006 +0000 Monotone-Date: 2006-09-20T17:56:36 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailToSelection.wox +M UI/WebServerResources/UIxMailToSelection.js + commit 697a49750b0205d442abf8e4d42f186f3240e45a Author: Wolfgang Sourdeau Date: Wed Sep 20 17:55:26 2006 +0000 @@ -104334,6 +129577,10 @@ Date: Wed Sep 20 17:55:26 2006 +0000 Monotone-Date: 2006-09-20T17:55:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/WebServerResources/UIxMailEditor.css + commit 1a38aacae6c8be88e1b456ba38079f8e808a5a4c Author: Wolfgang Sourdeau Date: Wed Sep 20 17:53:46 2006 +0000 @@ -104345,6 +129592,8 @@ Date: Wed Sep 20 17:53:46 2006 +0000 Monotone-Date: 2006-09-20T17:53:46 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsSelectionViewContainer.wox + commit 622da32312a98d67fd104f7e4248969a923fbeac Author: Wolfgang Sourdeau Date: Wed Sep 20 17:53:18 2006 +0000 @@ -104356,6 +129605,8 @@ Date: Wed Sep 20 17:53:18 2006 +0000 Monotone-Date: 2006-09-20T17:53:18 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailEditor.m + commit 7f04e0d73277d66326176e6b9ca834b80a7d2399 Author: Wolfgang Sourdeau Date: Wed Sep 20 17:52:55 2006 +0000 @@ -104367,6 +129618,9 @@ Date: Wed Sep 20 17:52:55 2006 +0000 Monotone-Date: 2006-09-20T17:52:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.css + commit 46bca0d7749ca3e35e02ff302e8c0614495ff2aa Author: Wolfgang Sourdeau Date: Tue Sep 19 21:53:48 2006 +0000 @@ -104378,6 +129632,8 @@ Date: Tue Sep 19 21:53:48 2006 +0000 Monotone-Date: 2006-09-19T21:53:48 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css + commit e206b1cad99ffd6c8001cf0c54388e61870e2a0a Author: Wolfgang Sourdeau Date: Tue Sep 19 21:14:33 2006 +0000 @@ -104389,6 +129645,8 @@ Date: Tue Sep 19 21:14:33 2006 +0000 Monotone-Date: 2006-09-19T21:14:33 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailPartViewers/UIxMailPartTextViewer.wox + commit a5ea212440c91297aaf81426c36040b525346827 Author: Wolfgang Sourdeau Date: Tue Sep 19 21:14:02 2006 +0000 @@ -104400,6 +129658,9 @@ Date: Tue Sep 19 21:14:02 2006 +0000 Monotone-Date: 2006-09-19T21:14:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js + commit 212fde6477f011ee795fca22b9e2811e40b0b8b4 Author: Wolfgang Sourdeau Date: Tue Sep 19 21:12:17 2006 +0000 @@ -104411,6 +129672,8 @@ Date: Tue Sep 19 21:12:17 2006 +0000 Monotone-Date: 2006-09-19T21:12:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 9e617661eaf565272bc8d02650b369d6a2dd9b43 Author: Wolfgang Sourdeau Date: Tue Sep 19 21:12:13 2006 +0000 @@ -104422,6 +129685,8 @@ Date: Tue Sep 19 21:12:13 2006 +0000 Monotone-Date: 2006-09-19T21:12:13 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css + commit 712517a6561a58b88d5be20bf2f04f3c16bde1e1 Author: Wolfgang Sourdeau Date: Tue Sep 19 21:11:53 2006 +0000 @@ -104433,6 +129698,8 @@ Date: Tue Sep 19 21:11:53 2006 +0000 Monotone-Date: 2006-09-19T21:11:53 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 8d28274c90270841e4ab07c1cd5760161ab9b8a3 Author: Wolfgang Sourdeau Date: Tue Sep 19 21:10:58 2006 +0000 @@ -104444,6 +129711,8 @@ Date: Tue Sep 19 21:10:58 2006 +0000 Monotone-Date: 2006-09-19T21:10:58 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxContactEditor.js + commit 145dd4c993688c0507d3b21d3a764c8bc7fe1bb5 Author: Wolfgang Sourdeau Date: Tue Sep 19 21:10:38 2006 +0000 @@ -104455,6 +129724,8 @@ Date: Tue Sep 19 21:10:38 2006 +0000 Monotone-Date: 2006-09-19T21:10:38 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit bd67965c5c0e80df8161fc13a7ab0a44beb4a7dd Author: Wolfgang Sourdeau Date: Tue Sep 19 21:09:57 2006 +0000 @@ -104466,6 +129737,9 @@ Date: Tue Sep 19 21:09:57 2006 +0000 Monotone-Date: 2006-09-19T21:09:57 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/French.lproj/Localizable.strings +M UI/SOGoUI/UIxComponent.m + commit 7a5a68eb0208a2d3c5cb1f524e7e7585b5de5c2b Author: Wolfgang Sourdeau Date: Tue Sep 19 21:09:11 2006 +0000 @@ -104477,6 +129751,9 @@ Date: Tue Sep 19 21:09:11 2006 +0000 Monotone-Date: 2006-09-19T21:09:11 Monotone-Branch: ca.inverse.sogo +A UI/MailPartViewers/UIxMailPartTextViewer.h +M UI/MailPartViewers/UIxMailPartTextViewer.m + commit efa6d5292963721a4e0f7934bf7ce9a92a50c97a Author: Wolfgang Sourdeau Date: Tue Sep 19 21:06:59 2006 +0000 @@ -104488,6 +129765,8 @@ Date: Tue Sep 19 21:06:59 2006 +0000 Monotone-Date: 2006-09-19T21:06:59 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartTextViewer.m + commit d9d61093633d6ab0eea76827753465956e707ad2 Author: Wolfgang Sourdeau Date: Tue Sep 19 21:06:47 2006 +0000 @@ -104499,6 +129778,9 @@ Date: Tue Sep 19 21:06:47 2006 +0000 Monotone-Date: 2006-09-19T21:06:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailPartViewers/UIxMailPartTextViewer.m + commit ae3b8a6fb033d1ef7435c9a49997467bdc6853f8 Author: Wolfgang Sourdeau Date: Tue Sep 19 21:05:32 2006 +0000 @@ -104510,6 +129792,9 @@ Date: Tue Sep 19 21:05:32 2006 +0000 Monotone-Date: 2006-09-19T21:05:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactView.m + commit 6e83ad8a42c65498c5c7c67892e6b89148164264 Author: Wolfgang Sourdeau Date: Tue Sep 19 21:05:18 2006 +0000 @@ -104521,6 +129806,9 @@ Date: Tue Sep 19 21:05:18 2006 +0000 Monotone-Date: 2006-09-19T21:05:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactFoldersView.m + commit 2e4d9d2d6d5d3112cfcddae3106fedbb9e4f49f4 Author: Wolfgang Sourdeau Date: Tue Sep 19 21:03:12 2006 +0000 @@ -104532,6 +129820,9 @@ Date: Tue Sep 19 21:03:12 2006 +0000 Monotone-Date: 2006-09-19T21:03:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactEditor.m + commit 8745c0ce336b836129a7c26e4b7034ae9129baec Author: Wolfgang Sourdeau Date: Tue Sep 19 18:38:48 2006 +0000 @@ -104543,6 +129834,9 @@ Date: Tue Sep 19 18:38:48 2006 +0000 Monotone-Date: 2006-09-19T18:38:48 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/generic.css + commit b42a1db46bbaceebb72e77aa1ecd0659ccae9857 Author: Wolfgang Sourdeau Date: Tue Sep 19 18:37:50 2006 +0000 @@ -104554,6 +129848,8 @@ Date: Tue Sep 19 18:37:50 2006 +0000 Monotone-Date: 2006-09-19T18:37:50 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxAptTableView.wox + commit a18d65ff7eac0b34d75448ff3edec06c4f632acd Author: Wolfgang Sourdeau Date: Tue Sep 19 15:40:58 2006 +0000 @@ -104565,6 +129861,11 @@ Date: Tue Sep 19 15:40:58 2006 +0000 Monotone-Date: 2006-09-19T15:40:58 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/Templates/ContactsUI/UIxContactsSelectionView.wox +M UI/Templates/ContactsUI/UIxContactsSelectionViewContainer.wox +M UI/WebServerResources/ContactsUI.css + commit 3580eb01e29741b4dacc71649ed6daad9c4931db Author: Wolfgang Sourdeau Date: Tue Sep 19 15:40:08 2006 +0000 @@ -104576,6 +129877,8 @@ Date: Tue Sep 19 15:40:08 2006 +0000 Monotone-Date: 2006-09-19T15:40:08 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/French.lproj/Localizable.strings + commit 36ac7fcb9d2ba0a1761b8fed02bf169976bd49da Author: Wolfgang Sourdeau Date: Tue Sep 19 15:39:44 2006 +0000 @@ -104587,21 +129890,7 @@ Date: Tue Sep 19 15:39:44 2006 +0000 Monotone-Date: 2006-09-19T15:39:44 Monotone-Branch: ca.inverse.sogo -commit 150c19e23f68e62ac618ceb8a78d05ad8087ae24 -Merge: 2b2161c 5c6e18b -Author: Wolfgang Sourdeau -Date: Tue Sep 19 15:36:03 2006 +0000 - - merge of '031984b557650859a910a3514084f8eb19b77b6d' - and 'cf3bacd77b08f56b9e8a219124225b7f4a5a9d4a' - - Monotone-Parent: 031984b557650859a910a3514084f8eb19b77b6d - Monotone-Parent: cf3bacd77b08f56b9e8a219124225b7f4a5a9d4a - Monotone-Revision: 7e77770c07adaadb54d51bda81ce7804c86d2125 - - Monotone-Author: wsourdeau@inverse.ca - Monotone-Date: 2006-09-19T15:36:03 - Monotone-Branch: ca.inverse.sogo +M .mtn-ignore commit 2b2161c0b0ec88536bb74370ba0e12db1c5371aa Author: Ludovic Marcotte @@ -104616,6 +129905,8 @@ Date: Tue Sep 19 15:20:03 2006 +0000 Monotone-Date: 2006-09-19T15:20:03 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxPageFrame.m + commit 5c6e18be178648b1c337fe2831701edb67eb657c Author: Wolfgang Sourdeau Date: Tue Sep 19 14:50:11 2006 +0000 @@ -104627,6 +129918,9 @@ Date: Tue Sep 19 14:50:11 2006 +0000 Monotone-Date: 2006-09-19T14:50:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactView.m + commit 6f0880c9f1f062549726d468d0e54e327e818025 Author: Wolfgang Sourdeau Date: Tue Sep 19 14:26:29 2006 +0000 @@ -104638,6 +129932,9 @@ Date: Tue Sep 19 14:26:29 2006 +0000 Monotone-Date: 2006-09-19T14:26:29 Monotone-Branch: ca.inverse.sogo +M UI/Common/French.lproj/Localizable.strings +M UI/Templates/UIxPageFrame.wox + commit bd87f11750fa713e5e5ea37d148bfe165d577c63 Author: Wolfgang Sourdeau Date: Tue Sep 19 14:09:03 2006 +0000 @@ -104649,6 +129946,8 @@ Date: Tue Sep 19 14:09:03 2006 +0000 Monotone-Date: 2006-09-19T14:09:03 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactView.m + commit a7d41b5240a17a7ed126285910b4431764fe20f2 Author: Wolfgang Sourdeau Date: Tue Sep 19 14:07:42 2006 +0000 @@ -104660,6 +129959,8 @@ Date: Tue Sep 19 14:07:42 2006 +0000 Monotone-Date: 2006-09-19T14:07:42 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit a13660023a1a6901059dd33060cb3387d12009d5 Author: Wolfgang Sourdeau Date: Tue Sep 19 14:07:11 2006 +0000 @@ -104671,6 +129972,11 @@ Date: Tue Sep 19 14:07:11 2006 +0000 Monotone-Date: 2006-09-19T14:07:11 Monotone-Branch: ca.inverse.sogo +M UI/Common/French.lproj/Localizable.strings +M UI/Contacts/French.lproj/Localizable.strings +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +M UI/Templates/UIxPageFrame.wox + commit 536f573f3669809c32c1d1ba26da8d6df1625bce Author: Wolfgang Sourdeau Date: Tue Sep 19 13:51:03 2006 +0000 @@ -104682,6 +129988,9 @@ Date: Tue Sep 19 13:51:03 2006 +0000 Monotone-Date: 2006-09-19T13:51:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxContactEditor.js + commit 1c03c222ae6558856602cefa3a2633d24348c3a0 Author: Wolfgang Sourdeau Date: Tue Sep 19 13:50:31 2006 +0000 @@ -104693,6 +130002,8 @@ Date: Tue Sep 19 13:50:31 2006 +0000 Monotone-Date: 2006-09-19T13:50:31 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 3430294e85a4a8e7618e9669d4193cd81895b19c Author: Wolfgang Sourdeau Date: Tue Sep 19 13:50:19 2006 +0000 @@ -104704,6 +130015,8 @@ Date: Tue Sep 19 13:50:19 2006 +0000 Monotone-Date: 2006-09-19T13:50:19 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit d21757a5ef4cd42773cb6c2ff22339b34a9cf2e3 Author: Wolfgang Sourdeau Date: Tue Sep 19 13:48:18 2006 +0000 @@ -104715,6 +130028,8 @@ Date: Tue Sep 19 13:48:18 2006 +0000 Monotone-Date: 2006-09-19T13:48:18 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css + commit 0ceb6134859aca764bc896b61b85ed019f0d54e6 Author: Wolfgang Sourdeau Date: Tue Sep 19 13:48:09 2006 +0000 @@ -104726,6 +130041,8 @@ Date: Tue Sep 19 13:48:09 2006 +0000 Monotone-Date: 2006-09-19T13:48:09 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox + commit e4df81bed0a23817b732f2b5d7968c97ebb84e2e Author: Wolfgang Sourdeau Date: Mon Sep 18 21:14:04 2006 +0000 @@ -104737,6 +130054,8 @@ Date: Mon Sep 18 21:14:04 2006 +0000 Monotone-Date: 2006-09-18T21:14:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 424a48b96010293aea7c950ea6fb4b0ffd7ba862 Author: Wolfgang Sourdeau Date: Mon Sep 18 15:29:06 2006 +0000 @@ -104748,6 +130067,8 @@ Date: Mon Sep 18 15:29:06 2006 +0000 Monotone-Date: 2006-09-18T15:29:06 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactView.m + commit 127401a46406d9c38702321cc9ed2591957435aa Author: Wolfgang Sourdeau Date: Mon Sep 18 15:28:15 2006 +0000 @@ -104759,6 +130080,8 @@ Date: Mon Sep 18 15:28:15 2006 +0000 Monotone-Date: 2006-09-18T15:28:15 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactEditor.m + commit 1e0b313acf131fba99e78b64f1589e5f5e0cc144 Author: Wolfgang Sourdeau Date: Mon Sep 18 15:22:21 2006 +0000 @@ -104770,6 +130093,9 @@ Date: Mon Sep 18 15:22:21 2006 +0000 Monotone-Date: 2006-09-18T15:22:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M OGoContentStore/OCSContactFieldExtractor.m + commit 2bcca3a6931946867bedeca6aeab4c95e0e86681 Author: Wolfgang Sourdeau Date: Fri Sep 15 22:27:59 2006 +0000 @@ -104781,6 +130107,11 @@ Date: Fri Sep 15 22:27:59 2006 +0000 Monotone-Date: 2006-09-15T22:27:59 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxContactEditor.js +M UI/WebServerResources/generic.js + commit 61212215da3f0990e1c551bfaba5b71768b5f2ae Author: Wolfgang Sourdeau Date: Fri Sep 15 22:27:44 2006 +0000 @@ -104792,6 +130123,9 @@ Date: Fri Sep 15 22:27:44 2006 +0000 Monotone-Date: 2006-09-15T22:27:44 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/UIxContactEditor.css +M UI/WebServerResources/generic.css + commit 8331c3ce82a9af7cd5553eefcad39c5a32a453ac Author: Wolfgang Sourdeau Date: Fri Sep 15 22:26:55 2006 +0000 @@ -104803,6 +130137,9 @@ Date: Fri Sep 15 22:26:55 2006 +0000 Monotone-Date: 2006-09-15T22:26:55 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsSelectionView.wox +M UI/Templates/ContactsUI/UIxContactsSelectionViewContainer.wox + commit 57ce647781ed5ac865c9b28627ed99e559d97e63 Author: Wolfgang Sourdeau Date: Fri Sep 15 22:25:52 2006 +0000 @@ -104814,6 +130151,8 @@ Date: Fri Sep 15 22:25:52 2006 +0000 Monotone-Date: 2006-09-15T22:25:52 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactEditor.wox + commit 988f56a95d01138da67a2c749a211d31d56a582d Author: Wolfgang Sourdeau Date: Fri Sep 15 22:25:43 2006 +0000 @@ -104825,6 +130164,10 @@ Date: Fri Sep 15 22:25:43 2006 +0000 Monotone-Date: 2006-09-15T22:25:43 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactView.m +M UI/Templates/ContactsUI/UIxContactView.wox + commit 1dda2ab545552d092d7ce48d4870377f138598f2 Author: Wolfgang Sourdeau Date: Fri Sep 15 22:23:29 2006 +0000 @@ -104836,6 +130179,12 @@ Date: Fri Sep 15 22:23:29 2006 +0000 Monotone-Date: 2006-09-15T22:23:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Contacts/UIxContactEditor.h +M UI/Contacts/UIxContactEditor.m +D UI/Contacts/UIxContactEditorBase.h +D UI/Contacts/UIxContactEditorBase.m + commit d7a5ebedb52887f99b009233522b0924f4b50f86 Author: Wolfgang Sourdeau Date: Fri Sep 15 22:21:41 2006 +0000 @@ -104847,6 +130196,8 @@ Date: Fri Sep 15 22:21:41 2006 +0000 Monotone-Date: 2006-09-15T22:21:41 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/GNUmakefile + commit 9a98fe666e2b19ef52247b005f5bfd8ab0c88a5c Author: Wolfgang Sourdeau Date: Fri Sep 15 22:21:25 2006 +0000 @@ -104858,6 +130209,8 @@ Date: Fri Sep 15 22:21:25 2006 +0000 Monotone-Date: 2006-09-15T22:21:25 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/French.lproj/Localizable.strings + commit 8550bd76216969c8e61c50a928c855e483c7992a Author: Wolfgang Sourdeau Date: Fri Sep 15 22:21:12 2006 +0000 @@ -104869,6 +130222,8 @@ Date: Fri Sep 15 22:21:12 2006 +0000 Monotone-Date: 2006-09-15T22:21:12 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactObject.h + commit 921bf8b8f4fdaaecd1b8fa3919791f05715b0097 Author: Wolfgang Sourdeau Date: Fri Sep 15 22:20:56 2006 +0000 @@ -104880,6 +130235,9 @@ Date: Fri Sep 15 22:20:56 2006 +0000 Monotone-Date: 2006-09-15T22:20:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPEntry.m + commit 74ace73ca6a75d566bdb8b2c79b1b2e5c2036ff6 Author: Wolfgang Sourdeau Date: Fri Sep 15 22:20:25 2006 +0000 @@ -104891,6 +130249,9 @@ Date: Fri Sep 15 22:20:25 2006 +0000 Monotone-Date: 2006-09-15T22:20:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSEntry.m + commit f400ce01c12bbd3b8e011c42f79ba819a3fb9bd5 Author: Wolfgang Sourdeau Date: Wed Sep 13 21:32:54 2006 +0000 @@ -104902,6 +130263,9 @@ Date: Wed Sep 13 21:32:54 2006 +0000 Monotone-Date: 2006-09-13T21:32:54 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/French.lproj/Localizable.strings +M UI/Templates/ContactsUI/UIxContactView.wox + commit 5cf898505ec0763a8625d2e6424adc8dc0c5cbdd Author: Wolfgang Sourdeau Date: Wed Sep 13 21:32:29 2006 +0000 @@ -104913,6 +130277,8 @@ Date: Wed Sep 13 21:32:29 2006 +0000 Monotone-Date: 2006-09-13T21:32:29 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox + commit c9974a86b1881c67e6853f58e7f10e4500174ea9 Author: Wolfgang Sourdeau Date: Wed Sep 13 21:32:23 2006 +0000 @@ -104924,6 +130290,8 @@ Date: Wed Sep 13 21:32:23 2006 +0000 Monotone-Date: 2006-09-13T21:32:23 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsListView.wox + commit a6da1ca06bfaf0b05ace6c67acbb11b4c5f4e784 Author: Wolfgang Sourdeau Date: Wed Sep 13 21:31:29 2006 +0000 @@ -104935,6 +130303,8 @@ Date: Wed Sep 13 21:31:29 2006 +0000 Monotone-Date: 2006-09-13T21:31:29 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/product.plist + commit 0f95fbbba947e4c0c29d60892a3882bebfa34181 Author: Wolfgang Sourdeau Date: Wed Sep 13 21:31:20 2006 +0000 @@ -104946,6 +130316,8 @@ Date: Wed Sep 13 21:31:20 2006 +0000 Monotone-Date: 2006-09-13T21:31:20 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 7713fd95daaaf26d030812db9c27b8252d45aba7 Author: Wolfgang Sourdeau Date: Wed Sep 13 21:30:37 2006 +0000 @@ -104957,6 +130329,9 @@ Date: Wed Sep 13 21:30:37 2006 +0000 Monotone-Date: 2006-09-13T21:30:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactView.m + commit f46f303b2ff7c610419361974560267d1cdfd559 Author: Wolfgang Sourdeau Date: Wed Sep 13 21:28:38 2006 +0000 @@ -104968,6 +130343,9 @@ Date: Wed Sep 13 21:28:38 2006 +0000 Monotone-Date: 2006-09-13T21:28:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPEntry.m + commit 912cc2fe9a1cc803d78569e367bdcdc3235a812b Author: Wolfgang Sourdeau Date: Wed Sep 13 21:27:28 2006 +0000 @@ -104979,6 +130357,9 @@ Date: Wed Sep 13 21:27:28 2006 +0000 Monotone-Date: 2006-09-13T21:27:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSEntry.m + commit eb07b2ef216450ddb7f2b1e7a882162eecb435c2 Author: Wolfgang Sourdeau Date: Wed Sep 13 21:24:52 2006 +0000 @@ -104990,6 +130371,9 @@ Date: Wed Sep 13 21:24:52 2006 +0000 Monotone-Date: 2006-09-13T21:24:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Contacts/UIxContactView.h + commit 3fb11fade34fa870f7b01b9334b3ffeb61799dc4 Author: Wolfgang Sourdeau Date: Wed Sep 13 21:23:44 2006 +0000 @@ -105001,6 +130385,10 @@ Date: Wed Sep 13 21:23:44 2006 +0000 Monotone-Date: 2006-09-13T21:23:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js + commit 88ca0e8dacbb0c8273ec86b32bd4ea2ec02e3ac6 Author: Wolfgang Sourdeau Date: Wed Sep 13 21:22:55 2006 +0000 @@ -105012,6 +130400,8 @@ Date: Wed Sep 13 21:22:55 2006 +0000 Monotone-Date: 2006-09-13T21:22:55 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit c2519a511c00dc20d2f71a970c7d0eaf96156cc5 Author: Wolfgang Sourdeau Date: Wed Sep 13 21:22:09 2006 +0000 @@ -105023,6 +130413,10 @@ Date: Wed Sep 13 21:22:09 2006 +0000 Monotone-Date: 2006-09-13T21:22:09 Monotone-Branch: ca.inverse.sogo +M OGoContentStore/iCalEntityObject+OCS.h +M SoObjects/SOGo/AgenorUserManager.m +M SoObjects/SOGo/GNUmakefile.preamble + commit 2f69aeb03b512e16fb645d488596b58faac4dbe0 Author: Wolfgang Sourdeau Date: Wed Sep 13 21:20:57 2006 +0000 @@ -105034,6 +130428,33 @@ Date: Wed Sep 13 21:20:57 2006 +0000 Monotone-Date: 2006-09-13T21:20:57 Monotone-Branch: ca.inverse.sogo +M Main/GNUmakefile.preamble +M OGoContentStore/GNUmakefile.preamble +M OGoContentStore/OCSContactFieldExtractor.m +M OGoContentStore/OCSiCalFieldExtractor.m +M OGoContentStore/iCalRepeatableEntityObject+OCS.h +M Protocols/common.make +M Protocols/iCalHTTP/SOGoICalFilePublish.m +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoFreeBusyObject.m +M SoObjects/Contacts/GNUmakefile +M SoObjects/SOGo/SOGoAppointment.m +M SoObjects/SOGo/SOGoAppointmentICalRenderer.m +M SoObjects/common.make +M UI/Contacts/UIxContactEditorBase.h +M UI/Contacts/UIxContactEditorBase.m +M UI/MailPartViewers/UIxMailPartICalViewer.m +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxAppointmentProposal.m +M UI/Scheduler/UIxAppointmentView.m +M UI/Scheduler/UIxCalDateLabel.m +M UI/Scheduler/UIxCalParticipationStatusView.m +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/iCalPerson+UIx.h +M UI/Scheduler/iCalRecurrenceRule+SOGo.m +M UI/common.make + commit a4b7893600a6112d02acaa00b9e22d47e55462a5 Author: Wolfgang Sourdeau Date: Wed Sep 13 21:16:46 2006 +0000 @@ -105045,6 +130466,11 @@ Date: Wed Sep 13 21:16:46 2006 +0000 Monotone-Date: 2006-09-13T21:16:46 Monotone-Branch: ca.inverse.sogo +D SoObjects/Contacts/NGVCard+Contact.h +D SoObjects/Contacts/NGVCard+Contact.m +D SoObjects/Contacts/NGVCardSimpleValue+Contact.h +D SoObjects/Contacts/NGVCardSimpleValue+Contact.m + commit 8857a3386ea0f201dbc28915dff7770730cd5fa1 Author: Wolfgang Sourdeau Date: Fri Sep 8 17:01:05 2006 +0000 @@ -105056,6 +130482,8 @@ Date: Fri Sep 8 17:01:05 2006 +0000 Monotone-Date: 2006-09-08T17:01:05 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox + commit 19ead57cb2cf8fc530a580a3fa6ab35e731f1ef4 Author: Wolfgang Sourdeau Date: Fri Sep 8 17:00:45 2006 +0000 @@ -105067,6 +130495,12 @@ Date: Fri Sep 8 17:00:45 2006 +0000 Monotone-Date: 2006-09-08T17:00:45 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalSelectTab.m +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/UIxCalWeekPrintview.m +M UI/Scheduler/UIxCalYearOverview.m +M UI/Scheduler/UIxTimeDateControl.m + commit d251de7fb28829b02df6018ff61db637f0286b02 Author: Wolfgang Sourdeau Date: Fri Sep 8 16:59:33 2006 +0000 @@ -105078,6 +130512,8 @@ Date: Fri Sep 8 16:59:33 2006 +0000 Monotone-Date: 2006-09-08T16:59:33 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalMonthOverview.h + commit 2f26b074aa0047d4cbc0c4e364a2dbb72dafd57d Author: Wolfgang Sourdeau Date: Fri Sep 8 16:59:03 2006 +0000 @@ -105089,6 +130525,9 @@ Date: Fri Sep 8 16:59:03 2006 +0000 Monotone-Date: 2006-09-08T16:59:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.m + commit a485c40823b1ba5106c6e6e5ac429b786437c26d Author: Wolfgang Sourdeau Date: Fri Sep 8 15:37:02 2006 +0000 @@ -105100,6 +130539,14 @@ Date: Fri Sep 8 15:37:02 2006 +0000 Monotone-Date: 2006-09-08T15:37:02 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxAppointmentProposal.m +M UI/Scheduler/UIxAppointmentView.m +M UI/Scheduler/UIxCalAptListView.m +M UI/Scheduler/UIxCalDateSelector.m +M UI/Scheduler/UIxCalInlineMonthOverview.m +M UI/Scheduler/UIxCalMonthPrintview.m + commit 1890394605cb0a8a5a16fd1e87c953356031a586 Author: Wolfgang Sourdeau Date: Fri Sep 8 15:28:08 2006 +0000 @@ -105111,6 +130558,9 @@ Date: Fri Sep 8 15:28:08 2006 +0000 Monotone-Date: 2006-09-08T15:28:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit 7b1cd90d5bf2820e2af1807b7a4d9147d87a09c2 Author: Wolfgang Sourdeau Date: Fri Sep 8 15:26:46 2006 +0000 @@ -105122,6 +130572,10 @@ Date: Fri Sep 8 15:26:46 2006 +0000 Monotone-Date: 2006-09-08T15:26:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/UIxComponent.h +M UI/SOGoUI/UIxComponent.m + commit 6b74ac594193b4c4f45b38a6b922e20cd31790e4 Author: Wolfgang Sourdeau Date: Fri Sep 8 15:24:16 2006 +0000 @@ -105133,6 +130587,8 @@ Date: Fri Sep 8 15:24:16 2006 +0000 Monotone-Date: 2006-09-08T15:24:16 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/GNUmakefile.preamble + commit 41626362cc91cb3cb2492b7ef0f95e9bb8389b53 Author: Wolfgang Sourdeau Date: Fri Sep 8 15:21:35 2006 +0000 @@ -105144,6 +130600,9 @@ Date: Fri Sep 8 15:21:35 2006 +0000 Monotone-Date: 2006-09-08T15:21:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MainUI/SOGoUserHomePage.m + commit 561fca2f04599a51bb2ee9b7d3841b83eee7f92d Author: Wolfgang Sourdeau Date: Fri Sep 8 15:20:39 2006 +0000 @@ -105155,6 +130614,8 @@ Date: Fri Sep 8 15:20:39 2006 +0000 Monotone-Date: 2006-09-08T15:20:39 Monotone-Branch: ca.inverse.sogo +M UI/MailPartViewers/UIxMailPartICalViewer.m + commit ee30abece18313247edb7bd8dd19ecd181c5369a Author: Wolfgang Sourdeau Date: Fri Sep 8 15:20:10 2006 +0000 @@ -105166,6 +130627,8 @@ Date: Fri Sep 8 15:20:10 2006 +0000 Monotone-Date: 2006-09-08T15:20:10 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactEditorBase.m + commit 9cd2ed18caa578cefa4c605161833d669b3ca55b Author: Wolfgang Sourdeau Date: Fri Sep 8 15:19:56 2006 +0000 @@ -105177,6 +130640,8 @@ Date: Fri Sep 8 15:19:56 2006 +0000 Monotone-Date: 2006-09-08T15:19:56 Monotone-Branch: ca.inverse.sogo +M UI/Common/UIxToolbar.m + commit 6d83d9a512c676f4017c7d105b95767ebd29f9c6 Author: Wolfgang Sourdeau Date: Fri Sep 8 15:19:03 2006 +0000 @@ -105188,6 +130653,9 @@ Date: Fri Sep 8 15:19:03 2006 +0000 Monotone-Date: 2006-09-08T15:19:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit af300fc0da9193df967a271998e6ac16a4aa6cad Author: Wolfgang Sourdeau Date: Fri Sep 8 15:18:03 2006 +0000 @@ -105199,6 +130667,10 @@ Date: Fri Sep 8 15:18:03 2006 +0000 Monotone-Date: 2006-09-08T15:18:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 62ac99083589295bbe3df46d864dd600690efb49 Author: Wolfgang Sourdeau Date: Fri Sep 8 15:16:05 2006 +0000 @@ -105210,6 +130682,8 @@ Date: Fri Sep 8 15:16:05 2006 +0000 Monotone-Date: 2006-09-08T15:16:05 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/AgenorUserManager.m + commit 7aa8da029e620a4904ee4386a73deb98bdc5e996 Author: Wolfgang Sourdeau Date: Fri Sep 8 15:14:07 2006 +0000 @@ -105221,6 +130695,10 @@ Date: Fri Sep 8 15:14:07 2006 +0000 Monotone-Date: 2006-09-08T15:14:07 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m + commit d854821b721cd749111c17d0d4ca9a73dd0524b7 Author: Wolfgang Sourdeau Date: Thu Sep 7 19:14:47 2006 +0000 @@ -105232,6 +130710,8 @@ Date: Thu Sep 7 19:14:47 2006 +0000 Monotone-Date: 2006-09-07T19:14:47 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/NSDictionary+URL.m + commit f3c62e3fecf6c09ab42c1337dba09cb4a712e7af Author: Wolfgang Sourdeau Date: Thu Sep 7 19:00:16 2006 +0000 @@ -105243,6 +130723,8 @@ Date: Thu Sep 7 19:00:16 2006 +0000 Monotone-Date: 2006-09-07T19:00:16 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.js + commit 078f70c3af866eb114e124e521984ab8a3f1aed0 Author: Wolfgang Sourdeau Date: Thu Sep 7 15:50:03 2006 +0000 @@ -105254,6 +130736,9 @@ Date: Thu Sep 7 15:50:03 2006 +0000 Monotone-Date: 2006-09-07T15:50:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit 607d7206766ca1bbeb98819b727411f8e0d83735 Author: Wolfgang Sourdeau Date: Thu Sep 7 14:13:03 2006 +0000 @@ -105265,6 +130750,9 @@ Date: Thu Sep 7 14:13:03 2006 +0000 Monotone-Date: 2006-09-07T14:13:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/UIxComponent.m + commit d049b722ce0a2fed26a6e8e1d04f76daed28b113 Author: Wolfgang Sourdeau Date: Wed Sep 6 22:54:53 2006 +0000 @@ -105276,6 +130764,8 @@ Date: Wed Sep 6 22:54:53 2006 +0000 Monotone-Date: 2006-09-06T22:54:53 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.js + commit 83b9ccb70004f08557bf84e386660151b953f912 Author: Wolfgang Sourdeau Date: Wed Sep 6 22:52:09 2006 +0000 @@ -105287,6 +130777,8 @@ Date: Wed Sep 6 22:52:09 2006 +0000 Monotone-Date: 2006-09-06T22:52:09 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings + commit f95982c0a053f5231bff2dbb677c77f20f079007 Author: Wolfgang Sourdeau Date: Wed Sep 6 22:47:56 2006 +0000 @@ -105298,6 +130790,8 @@ Date: Wed Sep 6 22:47:56 2006 +0000 Monotone-Date: 2006-09-06T22:47:56 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.css + commit 221a9a054e7c81263004b6f05a20f86a59366009 Author: Wolfgang Sourdeau Date: Wed Sep 6 22:42:10 2006 +0000 @@ -105309,6 +130803,8 @@ Date: Wed Sep 6 22:42:10 2006 +0000 Monotone-Date: 2006-09-06T22:42:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit add5f7d76cb0a8c36d0a99bb14e97c2defb0645e Author: Wolfgang Sourdeau Date: Wed Sep 6 22:40:46 2006 +0000 @@ -105320,6 +130816,8 @@ Date: Wed Sep 6 22:40:46 2006 +0000 Monotone-Date: 2006-09-06T22:40:46 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalDayTable.wox + commit 724a08c18211cde7bf20df870559e18dc9b81a23 Author: Wolfgang Sourdeau Date: Wed Sep 6 22:38:35 2006 +0000 @@ -105331,6 +130829,8 @@ Date: Wed Sep 6 22:38:35 2006 +0000 Monotone-Date: 2006-09-06T22:38:35 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/lori_16x16.ico + commit 4fb13c0f5fa7e80a3b25634d68b49555005391fe Author: Wolfgang Sourdeau Date: Wed Sep 6 22:31:38 2006 +0000 @@ -105342,6 +130842,8 @@ Date: Wed Sep 6 22:31:38 2006 +0000 Monotone-Date: 2006-09-06T22:31:38 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m + commit 1be2dc73f1d10d041bc92df974271411dddcc214 Author: Wolfgang Sourdeau Date: Wed Sep 6 22:30:59 2006 +0000 @@ -105353,6 +130855,8 @@ Date: Wed Sep 6 22:30:59 2006 +0000 Monotone-Date: 2006-09-06T22:30:59 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalAptListView.m + commit 3160bbcf7baf2d083522c58d30e6078d64870b3a Author: Wolfgang Sourdeau Date: Wed Sep 6 22:30:49 2006 +0000 @@ -105364,6 +130868,8 @@ Date: Wed Sep 6 22:30:49 2006 +0000 Monotone-Date: 2006-09-06T22:30:49 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalInlineAptView.m + commit aca9e8d133865b209d595f84c674820c809cf704 Author: Wolfgang Sourdeau Date: Wed Sep 6 22:30:19 2006 +0000 @@ -105375,6 +130881,8 @@ Date: Wed Sep 6 22:30:19 2006 +0000 Monotone-Date: 2006-09-06T22:30:19 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalWeekView.m + commit c0db1a6c4580738759b580e2e1e08ab71972fbd3 Author: Wolfgang Sourdeau Date: Wed Sep 6 22:29:55 2006 +0000 @@ -105386,6 +130894,9 @@ Date: Wed Sep 6 22:29:55 2006 +0000 Monotone-Date: 2006-09-06T22:29:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/SchedulerUI/UIxCalDateSelector.wox + commit e057b589bccbe0f4447d0191a49819ead222860d Author: Wolfgang Sourdeau Date: Wed Sep 6 22:28:49 2006 +0000 @@ -105397,6 +130908,9 @@ Date: Wed Sep 6 22:28:49 2006 +0000 Monotone-Date: 2006-09-06T22:28:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/SchedulerUI/UIxCalInlineAptView.wox + commit 9450a40a366ecc8c3927c01df263d080d168981b Author: Wolfgang Sourdeau Date: Wed Sep 6 22:27:46 2006 +0000 @@ -105408,6 +130922,9 @@ Date: Wed Sep 6 22:27:46 2006 +0000 Monotone-Date: 2006-09-06T22:27:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit b09640468a12ecdca84b49e8fa4a600e8a5fcc66 Author: Wolfgang Sourdeau Date: Wed Sep 6 22:26:29 2006 +0000 @@ -105419,6 +130936,8 @@ Date: Wed Sep 6 22:26:29 2006 +0000 Monotone-Date: 2006-09-06T22:26:29 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit 4233088938b2d2dfbd881fce52ac19e67bf3fb76 Author: Wolfgang Sourdeau Date: Wed Sep 6 22:26:22 2006 +0000 @@ -105430,6 +130949,8 @@ Date: Wed Sep 6 22:26:22 2006 +0000 Monotone-Date: 2006-09-06T22:26:22 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit 470706c4737889d31aeb0ab218144fef3740404c Author: Wolfgang Sourdeau Date: Wed Sep 6 22:25:46 2006 +0000 @@ -105441,6 +130962,9 @@ Date: Wed Sep 6 22:25:46 2006 +0000 Monotone-Date: 2006-09-06T22:25:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/UIxComponent.m + commit 6f49b8f0416b0d7be1327e1c58f37b1c50ee42c8 Author: Wolfgang Sourdeau Date: Wed Sep 6 14:40:54 2006 +0000 @@ -105452,6 +130976,9 @@ Date: Wed Sep 6 14:40:54 2006 +0000 Monotone-Date: 2006-09-06T14:40:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/UIxComponent.m + commit 3984092f08272c230557fc23a3150c072d33de75 Author: Wolfgang Sourdeau Date: Tue Sep 5 21:53:47 2006 +0000 @@ -105463,6 +130990,9 @@ Date: Tue Sep 5 21:53:47 2006 +0000 Monotone-Date: 2006-09-05T21:53:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/UIxComponent.m + commit 3167b912d67a7dc2fddb21d902bc7d0acf58a384 Author: Wolfgang Sourdeau Date: Tue Sep 5 21:52:52 2006 +0000 @@ -105474,6 +131004,8 @@ Date: Tue Sep 5 21:52:52 2006 +0000 Monotone-Date: 2006-09-05T21:52:52 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit 65caed00f1d3a9a743ec7ede42d15c4c100f876e Author: Wolfgang Sourdeau Date: Tue Sep 5 20:41:05 2006 +0000 @@ -105485,6 +131017,8 @@ Date: Tue Sep 5 20:41:05 2006 +0000 Monotone-Date: 2006-09-05T20:41:05 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/UIxComponent.m + commit 96cdace6feea31b005153a275f371eab175a0aca Author: Wolfgang Sourdeau Date: Tue Sep 5 20:13:16 2006 +0000 @@ -105496,6 +131030,10 @@ Date: Tue Sep 5 20:13:16 2006 +0000 Monotone-Date: 2006-09-05T20:13:16 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/UIxComponent.h +M UI/SOGoUI/UIxComponent.m +M UI/Scheduler/UIxCalView.m + commit 28836b1b35ae525f465cf9220746c01ea3e14d64 Author: Wolfgang Sourdeau Date: Tue Sep 5 20:12:30 2006 +0000 @@ -105507,6 +131045,8 @@ Date: Tue Sep 5 20:12:30 2006 +0000 Monotone-Date: 2006-09-05T20:12:30 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalDayTable.m + commit c50d3c616ba65a6e83e9a01ea1ba256a5ed388d0 Author: Wolfgang Sourdeau Date: Tue Sep 5 20:12:12 2006 +0000 @@ -105518,6 +131058,8 @@ Date: Tue Sep 5 20:12:12 2006 +0000 Monotone-Date: 2006-09-05T20:12:12 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit 8674c7365b2f662d27abcbf6c4e2502a0c0d47c4 Author: Wolfgang Sourdeau Date: Tue Sep 5 19:54:20 2006 +0000 @@ -105529,6 +131071,10 @@ Date: Tue Sep 5 19:54:20 2006 +0000 Monotone-Date: 2006-09-05T19:54:20 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.css + commit 6c4e34b472979e7ddb22f3df126a0ceb66abbe92 Author: Wolfgang Sourdeau Date: Tue Sep 5 19:54:05 2006 +0000 @@ -105540,6 +131086,8 @@ Date: Tue Sep 5 19:54:05 2006 +0000 Monotone-Date: 2006-09-05T19:54:05 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox + commit faf6c7f74db3e8676b0c5b241df51e3b443e22b4 Author: Wolfgang Sourdeau Date: Tue Sep 5 19:53:29 2006 +0000 @@ -105551,6 +131099,8 @@ Date: Tue Sep 5 19:53:29 2006 +0000 Monotone-Date: 2006-09-05T19:53:29 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalInlineAptView.m + commit de2ff93db97d37d4e884f83f0ff69119db07d24a Author: Wolfgang Sourdeau Date: Tue Sep 5 18:44:34 2006 +0000 @@ -105562,6 +131112,8 @@ Date: Tue Sep 5 18:44:34 2006 +0000 Monotone-Date: 2006-09-05T18:44:34 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalView.m + commit d1bdd8f094c42e0f7ef5bf1a0ef8810f67bb173e Author: Wolfgang Sourdeau Date: Tue Sep 5 18:43:20 2006 +0000 @@ -105573,6 +131125,8 @@ Date: Tue Sep 5 18:43:20 2006 +0000 Monotone-Date: 2006-09-05T18:43:20 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit c5ae66bd3730aa8fc27f5aa4456a81cca1e2b974 Author: Wolfgang Sourdeau Date: Tue Sep 5 18:42:59 2006 +0000 @@ -105584,6 +131138,8 @@ Date: Tue Sep 5 18:42:59 2006 +0000 Monotone-Date: 2006-09-05T18:42:59 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalInlineAptView.wox + commit c6201a01c6b86f4b611744dc0994b2a947b6ce60 Author: Wolfgang Sourdeau Date: Tue Sep 5 18:42:18 2006 +0000 @@ -105595,6 +131151,10 @@ Date: Tue Sep 5 18:42:18 2006 +0000 Monotone-Date: 2006-09-05T18:42:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/UIxComponent.h +M UI/SOGoUI/UIxComponent.m + commit 8e38c8e9d9ac080050bd3e457c452a47c683d3aa Author: Wolfgang Sourdeau Date: Tue Sep 5 15:08:32 2006 +0000 @@ -105606,6 +131166,9 @@ Date: Tue Sep 5 15:08:32 2006 +0000 Monotone-Date: 2006-09-05T15:08:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/UIxAppointmentEditor.js + commit c3336a2b72ec97a872ce5b138fe22edfa774186a Author: Wolfgang Sourdeau Date: Tue Sep 5 14:55:06 2006 +0000 @@ -105617,6 +131180,8 @@ Date: Tue Sep 5 14:55:06 2006 +0000 Monotone-Date: 2006-09-05T14:55:06 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css + commit a39c63e2d29abd0344ec182d3ffe0608137b48fb Author: Wolfgang Sourdeau Date: Tue Sep 5 14:54:53 2006 +0000 @@ -105628,6 +131193,9 @@ Date: Tue Sep 5 14:54:53 2006 +0000 Monotone-Date: 2006-09-05T14:54:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalAptListView.m + commit 5eee673bd0f4a9d62470b32dd7c0e86c14aeb9d4 Author: Wolfgang Sourdeau Date: Tue Sep 5 14:53:38 2006 +0000 @@ -105639,6 +131207,10 @@ Date: Tue Sep 5 14:53:38 2006 +0000 Monotone-Date: 2006-09-05T14:53:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/UIxComponent.h +M UI/SOGoUI/UIxComponent.m + commit 87b85bb0f7be99e7df589105a19720b6c5a3f762 Author: Wolfgang Sourdeau Date: Tue Sep 5 13:53:21 2006 +0000 @@ -105650,6 +131222,8 @@ Date: Tue Sep 5 13:53:21 2006 +0000 Monotone-Date: 2006-09-05T13:53:21 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalView.m + commit c524b098f814d81ced4c9aea689a0f13b622c8c2 Author: Wolfgang Sourdeau Date: Wed Aug 30 23:16:20 2006 +0000 @@ -105661,6 +131235,8 @@ Date: Wed Aug 30 23:16:20 2006 +0000 Monotone-Date: 2006-08-30T23:16:20 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxDatePicker.wox + commit a50dee5e35475986571a19bdc5562eace5d7afca Author: Wolfgang Sourdeau Date: Wed Aug 30 23:15:57 2006 +0000 @@ -105672,6 +131248,8 @@ Date: Wed Aug 30 23:15:57 2006 +0000 Monotone-Date: 2006-08-30T23:15:57 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit a699fbbded88209a2d8f9c39e2774946c4097454 Author: Wolfgang Sourdeau Date: Wed Aug 30 23:15:27 2006 +0000 @@ -105683,6 +131261,9 @@ Date: Wed Aug 30 23:15:27 2006 +0000 Monotone-Date: 2006-08-30T23:15:27 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox + commit a9869cdc0defe80cf8b493e1b6f491d2d3d6b6ff Author: Wolfgang Sourdeau Date: Wed Aug 30 23:14:41 2006 +0000 @@ -105694,6 +131275,8 @@ Date: Wed Aug 30 23:14:41 2006 +0000 Monotone-Date: 2006-08-30T23:14:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 6982c02a8add7efe4aa37c2cc80aa5eee9ba9d23 Author: Wolfgang Sourdeau Date: Wed Aug 30 23:14:24 2006 +0000 @@ -105705,6 +131288,8 @@ Date: Wed Aug 30 23:14:24 2006 +0000 Monotone-Date: 2006-08-30T23:14:24 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/UIxAppointmentEditor.js + commit e5f7780963f1334245b0d35b4ebb2d708a672d64 Author: Wolfgang Sourdeau Date: Wed Aug 30 23:13:28 2006 +0000 @@ -105716,6 +131301,8 @@ Date: Wed Aug 30 23:13:28 2006 +0000 Monotone-Date: 2006-08-30T23:13:28 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit c5ae1f59e329f3e133ea3e8ba023a342caea6e45 Author: Wolfgang Sourdeau Date: Wed Aug 30 23:13:18 2006 +0000 @@ -105727,6 +131314,8 @@ Date: Wed Aug 30 23:13:18 2006 +0000 Monotone-Date: 2006-08-30T23:13:18 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js + commit d71997b0326f944a00076110459d3f35954fd011 Author: Wolfgang Sourdeau Date: Wed Aug 30 23:12:31 2006 +0000 @@ -105738,6 +131327,10 @@ Date: Wed Aug 30 23:12:31 2006 +0000 Monotone-Date: 2006-08-30T23:12:31 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsFilterPanel.wox +M UI/Templates/MailerUI/UIxMailFilterPanel.wox +M UI/Templates/SchedulerUI/UIxCalFilterPanel.wox + commit 71d6415ec2a8c6b987c78c160be602f422299dbd Author: Wolfgang Sourdeau Date: Wed Aug 30 23:11:50 2006 +0000 @@ -105749,6 +131342,8 @@ Date: Wed Aug 30 23:11:50 2006 +0000 Monotone-Date: 2006-08-30T23:11:50 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxAppointmentEditor.m + commit 79c7a7ef2a9f7f8e74d5d0ecaf4fa9e938ae2d48 Author: Wolfgang Sourdeau Date: Wed Aug 30 23:11:12 2006 +0000 @@ -105760,6 +131355,9 @@ Date: Wed Aug 30 23:11:12 2006 +0000 Monotone-Date: 2006-08-30T23:11:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit 3256d8463dea33b2523636a314cf4ad191731d13 Author: Wolfgang Sourdeau Date: Wed Aug 30 23:10:05 2006 +0000 @@ -105771,6 +131369,9 @@ Date: Wed Aug 30 23:10:05 2006 +0000 Monotone-Date: 2006-08-30T23:10:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAptMailNotification.m + commit 91591c9bcedb4c0da7e47f20add69a179aa55f89 Author: Wolfgang Sourdeau Date: Wed Aug 30 23:09:35 2006 +0000 @@ -105782,6 +131383,9 @@ Date: Wed Aug 30 23:09:35 2006 +0000 Monotone-Date: 2006-08-30T23:09:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentObject.m + commit 2b81c3fd04da010616d6f467ed8fc3b9466e5931 Author: Wolfgang Sourdeau Date: Wed Aug 30 23:08:32 2006 +0000 @@ -105793,6 +131397,11 @@ Date: Wed Aug 30 23:08:32 2006 +0000 Monotone-Date: 2006-08-30T23:08:32 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/SchedulerUI.css +A UI/WebServerResources/UIxAppointmentEditor.css +M UI/WebServerResources/generic.css + commit da6a95a58752f47daf261db989d3dbaaaa8523ea Author: Wolfgang Sourdeau Date: Wed Aug 30 23:08:15 2006 +0000 @@ -105804,6 +131413,13 @@ Date: Wed Aug 30 23:08:15 2006 +0000 Monotone-Date: 2006-08-30T23:08:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/GNUmakefile +M UI/Scheduler/UIxTimeDateControl.m +D UI/Scheduler/UIxTimeSelector.m +M UI/Templates/SchedulerUI/UIxTimeDateControl.wox +D UI/Templates/SchedulerUI/UIxTimeSelector.wox + commit 63579af5ebd5cd27fd01c284aea71bb803fdf36b Author: Wolfgang Sourdeau Date: Wed Aug 30 23:02:53 2006 +0000 @@ -105815,6 +131431,10 @@ Date: Wed Aug 30 23:02:53 2006 +0000 Monotone-Date: 2006-08-30T23:02:53 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/ContactsUI/UIxContactSelector.wox +M UI/WebServerResources/generic.js + commit 33adda29c1b122dbb85a3b90a3addb42119a4170 Author: Wolfgang Sourdeau Date: Wed Aug 30 23:00:21 2006 +0000 @@ -105826,6 +131446,11 @@ Date: Wed Aug 30 23:00:21 2006 +0000 Monotone-Date: 2006-08-30T23:00:21 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/add-contact.gif +A UI/WebServerResources/choose-date.png +A UI/WebServerResources/remove-contact.gif +A UI/WebServerResources/tbtv_space_17x17.gif + commit d293bbbed4ef1d36ae927e26e3a8563b79d54f00 Author: Wolfgang Sourdeau Date: Wed Aug 30 22:59:56 2006 +0000 @@ -105837,6 +131462,9 @@ Date: Wed Aug 30 22:59:56 2006 +0000 Monotone-Date: 2006-08-30T22:59:56 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Scheduler/UIxTimeDateControl.h + commit 9ca6ecc62866499efc19d2423ef07faaaa6d1758 Author: Wolfgang Sourdeau Date: Wed Aug 30 22:59:03 2006 +0000 @@ -105848,6 +131476,10 @@ Date: Wed Aug 30 22:59:03 2006 +0000 Monotone-Date: 2006-08-30T22:59:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalDayTable.m +M UI/Templates/SchedulerUI/UIxCalDayTable.wox + commit ef89c281101386a3abb9f464efa8b78bd06fcd32 Author: Wolfgang Sourdeau Date: Wed Aug 30 22:57:18 2006 +0000 @@ -105859,6 +131491,9 @@ Date: Wed Aug 30 22:57:18 2006 +0000 Monotone-Date: 2006-08-30T22:57:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactSelector.m + commit 39fd16a59fdcc1b00291eca8f2ac8447851a8e97 Author: Wolfgang Sourdeau Date: Wed Aug 30 22:55:23 2006 +0000 @@ -105870,6 +131505,9 @@ Date: Wed Aug 30 22:55:23 2006 +0000 Monotone-Date: 2006-08-30T22:55:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Contacts/UIxContactSelector.h + commit 19e3203af233ae3d1eb4bd57e830bcae04931a78 Author: Wolfgang Sourdeau Date: Wed Aug 30 22:51:22 2006 +0000 @@ -105881,6 +131519,8 @@ Date: Wed Aug 30 22:51:22 2006 +0000 Monotone-Date: 2006-08-30T22:51:22 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/GNUmakefile + commit ff3158a344cea96368a53ba0a2d2346366e2451f Author: Wolfgang Sourdeau Date: Wed Aug 30 22:47:16 2006 +0000 @@ -105892,6 +131532,9 @@ Date: Wed Aug 30 22:47:16 2006 +0000 Monotone-Date: 2006-08-30T22:47:16 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/French.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit 4a50cfedc5be071d4460432bd11c9e1259883b55 Author: Wolfgang Sourdeau Date: Wed Aug 30 22:46:49 2006 +0000 @@ -105903,6 +131546,8 @@ Date: Wed Aug 30 22:46:49 2006 +0000 Monotone-Date: 2006-08-30T22:46:49 Monotone-Branch: ca.inverse.sogo +D UI/Templates/SchedulerUI/UIxDatePickerScript.wox + commit 760e41566c560f62d5847760b511f5c128b62204 Author: Wolfgang Sourdeau Date: Wed Aug 30 22:46:16 2006 +0000 @@ -105914,6 +131559,9 @@ Date: Wed Aug 30 22:46:16 2006 +0000 Monotone-Date: 2006-08-30T22:46:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D UI/Scheduler/UIxDatePickerScript.m + commit 44b0bf58aa92308f3f6011ac6d136970a1722b8f Author: Wolfgang Sourdeau Date: Wed Aug 30 22:45:19 2006 +0000 @@ -105925,6 +131573,12 @@ Date: Wed Aug 30 22:45:19 2006 +0000 Monotone-Date: 2006-08-30T22:45:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/NSCalendarDate+Scheduler.h +M UI/Scheduler/NSCalendarDate+Scheduler.m +D UI/Scheduler/NSCalendarDate+UIx.h +D UI/Scheduler/NSCalendarDate+UIx.m + commit 512a1434eba3b50dd26c6e395c7ea258679406d3 Author: Wolfgang Sourdeau Date: Wed Aug 30 22:43:51 2006 +0000 @@ -105936,6 +131590,10 @@ Date: Wed Aug 30 22:43:51 2006 +0000 Monotone-Date: 2006-08-30T22:43:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.h +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit f4650f14cf250f3b1e87f7860afa244ee95d2bb0 Author: Wolfgang Sourdeau Date: Mon Aug 28 14:34:06 2006 +0000 @@ -105947,6 +131605,8 @@ Date: Mon Aug 28 14:34:06 2006 +0000 Monotone-Date: 2006-08-28T14:34:06 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/lori_16x16.ico + commit 21698f297e56dac9d624cedb075840163d88cef7 Author: Wolfgang Sourdeau Date: Fri Aug 25 20:49:34 2006 +0000 @@ -105958,6 +131618,9 @@ Date: Fri Aug 25 20:49:34 2006 +0000 Monotone-Date: 2006-08-25T20:49:34 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js + commit 7384839e1b04ccd3df6e8a1870e0af58d4c9f9a5 Author: Wolfgang Sourdeau Date: Fri Aug 25 20:48:54 2006 +0000 @@ -105969,6 +131632,8 @@ Date: Fri Aug 25 20:48:54 2006 +0000 Monotone-Date: 2006-08-25T20:48:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 82ea06acdfc2bc68312d26e29bf81ae7881a89a2 Author: Wolfgang Sourdeau Date: Fri Aug 25 20:47:33 2006 +0000 @@ -105980,6 +131645,8 @@ Date: Fri Aug 25 20:47:33 2006 +0000 Monotone-Date: 2006-08-25T20:47:33 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 0950a8417e649a7a9887638fd053edcc49034b28 Author: Wolfgang Sourdeau Date: Fri Aug 25 20:46:57 2006 +0000 @@ -105991,6 +131658,9 @@ Date: Fri Aug 25 20:46:57 2006 +0000 Monotone-Date: 2006-08-25T20:46:57 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/French.lproj/Localizable.strings + commit 08207c46d07ca650619db4d30319e022d66e3737 Author: Wolfgang Sourdeau Date: Fri Aug 25 20:46:29 2006 +0000 @@ -106002,6 +131672,10 @@ Date: Fri Aug 25 20:46:29 2006 +0000 Monotone-Date: 2006-08-25T20:46:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit a24b1bb7b6aa50c5721c0ecac1beb4dd2ade9d80 Author: Wolfgang Sourdeau Date: Fri Aug 25 20:45:16 2006 +0000 @@ -106013,6 +131687,10 @@ Date: Fri Aug 25 20:45:16 2006 +0000 Monotone-Date: 2006-08-25T20:45:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.h +M UI/Common/UIxPageFrame.m + commit fb6b67a8dc1d4f71e9b53b295ca2dd1f95e904f5 Author: Wolfgang Sourdeau Date: Fri Aug 25 20:43:57 2006 +0000 @@ -106024,6 +131702,12 @@ Date: Fri Aug 25 20:43:57 2006 +0000 Monotone-Date: 2006-08-25T20:43:57 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactEditor.wox +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/Templates/SchedulerUI/UIxCalAptListView.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/Templates/UIxPageFrame.wox + commit b50da2b2c1166854e7e7eef221b0935870d99326 Author: Wolfgang Sourdeau Date: Fri Aug 25 20:41:26 2006 +0000 @@ -106035,6 +131719,8 @@ Date: Fri Aug 25 20:41:26 2006 +0000 Monotone-Date: 2006-08-25T20:41:26 Monotone-Branch: ca.inverse.sogo +M UI/Common/French.lproj/Localizable.strings + commit 3a749ef44c00fa24e3f7ae4ef72f3e717e32b162 Author: Wolfgang Sourdeau Date: Fri Aug 25 20:40:13 2006 +0000 @@ -106046,6 +131732,8 @@ Date: Fri Aug 25 20:40:13 2006 +0000 Monotone-Date: 2006-08-25T20:40:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 94a5ea4b34760469d96f9c484eda5dc878d79bd1 Author: Wolfgang Sourdeau Date: Thu Aug 24 21:14:18 2006 +0000 @@ -106057,6 +131745,10 @@ Date: Thu Aug 24 21:14:18 2006 +0000 Monotone-Date: 2006-08-24T21:14:18 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/generic.js + commit b4957b1cd15e4b8d0927ece97a2faa4dc44afe6a Author: Wolfgang Sourdeau Date: Thu Aug 24 19:18:56 2006 +0000 @@ -106068,6 +131760,8 @@ Date: Thu Aug 24 19:18:56 2006 +0000 Monotone-Date: 2006-08-24T19:18:56 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/SOGoDateFormatter.h + commit 88bd49b5a8600c982b639c9a94980355ce47fc9a Author: Wolfgang Sourdeau Date: Thu Aug 24 19:18:40 2006 +0000 @@ -106079,6 +131773,9 @@ Date: Thu Aug 24 19:18:40 2006 +0000 Monotone-Date: 2006-08-24T19:18:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalDayView.m + commit 50abc82da1a5b53db04465e0b934903a4a8676f7 Author: Wolfgang Sourdeau Date: Thu Aug 24 19:17:14 2006 +0000 @@ -106090,6 +131787,10 @@ Date: Thu Aug 24 19:17:14 2006 +0000 Monotone-Date: 2006-08-24T19:17:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalWeekView.h +M UI/Scheduler/UIxCalWeekView.m + commit a861c16a0c30c0be0c44acbd0b1c67d7ca0c4bf0 Author: Wolfgang Sourdeau Date: Thu Aug 24 19:14:58 2006 +0000 @@ -106101,6 +131802,10 @@ Date: Thu Aug 24 19:14:58 2006 +0000 Monotone-Date: 2006-08-24T19:14:58 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/GNUmakefile +M UI/Scheduler/product.plist + commit e5378c3652c721b67e5be735dafe3cfb15ced5c2 Author: Wolfgang Sourdeau Date: Thu Aug 24 18:56:24 2006 +0000 @@ -106112,6 +131817,10 @@ Date: Thu Aug 24 18:56:24 2006 +0000 Monotone-Date: 2006-08-24T18:56:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Scheduler/UIxCalDayTable.h +A UI/Scheduler/UIxCalDayTable.m + commit a1ebe7b852de6dba6aa073da058eee0a6989e772 Author: Wolfgang Sourdeau Date: Thu Aug 24 18:51:12 2006 +0000 @@ -106123,6 +131832,10 @@ Date: Thu Aug 24 18:51:12 2006 +0000 Monotone-Date: 2006-08-24T18:51:12 Monotone-Branch: ca.inverse.sogo +A UI/Templates/SchedulerUI/UIxCalDayTable.wox +A UI/Templates/SchedulerUI/UIxCalMonthView.wox +A UI/Templates/SchedulerUI/UIxCalWeekView.wox + commit 5a312fee16e665ca8bd120049e70d08f7b0cdda5 Author: Wolfgang Sourdeau Date: Thu Aug 24 18:48:39 2006 +0000 @@ -106134,6 +131847,10 @@ Date: Thu Aug 24 18:48:39 2006 +0000 Monotone-Date: 2006-08-24T18:48:39 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalAptListView.wox +M UI/Templates/SchedulerUI/UIxCalDayView.wox +M UI/Templates/SchedulerUI/UIxCalInlineAptView.wox + commit 85fc1c897f2093673faa329243c2566017ac0ba7 Author: Wolfgang Sourdeau Date: Thu Aug 24 18:48:33 2006 +0000 @@ -106145,6 +131862,13 @@ Date: Thu Aug 24 18:48:33 2006 +0000 Monotone-Date: 2006-08-24T18:48:33 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.css +M UI/WebServerResources/generic.js + commit 742e9c2c984972723d160661509f4e50dde4c9d4 Author: Wolfgang Sourdeau Date: Tue Aug 22 22:10:20 2006 +0000 @@ -106156,6 +131880,9 @@ Date: Tue Aug 22 22:10:20 2006 +0000 Monotone-Date: 2006-08-22T22:10:20 Monotone-Branch: ca.inverse.sogo +M UI/Templates/SchedulerUI/UIxCalDateSelector.wox +M UI/WebServerResources/SchedulerUI.css + commit bef4d5e0e4c8709a2684f1ef55af8a7637ccbc03 Author: Wolfgang Sourdeau Date: Tue Aug 22 19:24:48 2006 +0000 @@ -106167,6 +131894,10 @@ Date: Tue Aug 22 19:24:48 2006 +0000 Monotone-Date: 2006-08-22T19:24:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalMainView.h +M UI/Scheduler/UIxCalMainView.m + commit 47e25ea44c2efc84353d00090cf7f68acd8549a5 Author: Wolfgang Sourdeau Date: Tue Aug 22 19:23:58 2006 +0000 @@ -106178,6 +131909,9 @@ Date: Tue Aug 22 19:23:58 2006 +0000 Monotone-Date: 2006-08-22T19:23:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalDayView.m + commit b73223133f2ba43bb54351bab6019f8d51eafd25 Author: Wolfgang Sourdeau Date: Tue Aug 22 19:22:42 2006 +0000 @@ -106189,6 +131923,15 @@ Date: Tue Aug 22 19:22:42 2006 +0000 Monotone-Date: 2006-08-22T19:22:42 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalFilterPanel.m +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/Templates/SchedulerUI/UIxCalAptListView.wox +M UI/Templates/SchedulerUI/UIxCalDateSelector.wox +M UI/Templates/SchedulerUI/UIxCalDayView.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.css + commit 76d34034781f6399ffedce8ae3b23fa02810bad9 Author: Wolfgang Sourdeau Date: Tue Aug 22 19:21:10 2006 +0000 @@ -106200,6 +131943,8 @@ Date: Tue Aug 22 19:21:10 2006 +0000 Monotone-Date: 2006-08-22T19:21:10 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalDateSelector.m + commit ab54a79f4e5420b03a95abe7cda8f9f27b0ca641 Author: Wolfgang Sourdeau Date: Tue Aug 22 19:20:42 2006 +0000 @@ -106211,6 +131956,9 @@ Date: Tue Aug 22 19:20:42 2006 +0000 Monotone-Date: 2006-08-22T19:20:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalAptListView.m + commit 1bd1585a1374978b8a5d09bf8ba8122884c97708 Author: Wolfgang Sourdeau Date: Tue Aug 22 19:18:30 2006 +0000 @@ -106222,6 +131970,9 @@ Date: Tue Aug 22 19:18:30 2006 +0000 Monotone-Date: 2006-08-22T19:18:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/SchedulerUI.js + commit 8ae6e2feb19ff5d884433cc83614e01de7e9b88a Author: Wolfgang Sourdeau Date: Tue Aug 22 19:16:36 2006 +0000 @@ -106233,6 +131984,8 @@ Date: Tue Aug 22 19:16:36 2006 +0000 Monotone-Date: 2006-08-22T19:16:36 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/English.lproj/Localizable.strings + commit 6a364e6e9352dc54a680c5b50f200faa3b79481f Author: Wolfgang Sourdeau Date: Tue Aug 22 19:16:12 2006 +0000 @@ -106244,6 +131997,9 @@ Date: Tue Aug 22 19:16:12 2006 +0000 Monotone-Date: 2006-08-22T19:16:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 9baff55e0765975d4d1bbf838cf25e4cc9684e5d Author: Wolfgang Sourdeau Date: Mon Aug 21 22:36:33 2006 +0000 @@ -106255,6 +132011,12 @@ Date: Mon Aug 21 22:36:33 2006 +0000 Monotone-Date: 2006-08-21T22:36:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/generic.js + commit bc8dabd9906ae65c4087af991c7f428fbec37e72 Author: Wolfgang Sourdeau Date: Mon Aug 21 22:34:31 2006 +0000 @@ -106266,6 +132028,10 @@ Date: Mon Aug 21 22:34:31 2006 +0000 Monotone-Date: 2006-08-21T22:34:31 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/generic.css + commit 9ffc3482da7890b2af0219a0f26e3c953eeae8d3 Author: Wolfgang Sourdeau Date: Mon Aug 21 22:34:14 2006 +0000 @@ -106277,6 +132043,11 @@ Date: Mon Aug 21 22:34:14 2006 +0000 Monotone-Date: 2006-08-21T22:34:14 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailFilterPanel.wox +M UI/Templates/SchedulerUI/UIxCalAptListView.wox +M UI/Templates/SchedulerUI/UIxCalFilterPanel.wox +M UI/Templates/SchedulerUI/UIxCalMainView.wox + commit f33817e4021bee078d74ccf2535c252a97eb282b Author: Wolfgang Sourdeau Date: Mon Aug 21 22:33:42 2006 +0000 @@ -106288,6 +132059,8 @@ Date: Mon Aug 21 22:33:42 2006 +0000 Monotone-Date: 2006-08-21T22:33:42 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalFilterPanel.m + commit f22dbd4b52e1e1a103655bd5775d48b384742644 Author: Wolfgang Sourdeau Date: Mon Aug 21 22:29:35 2006 +0000 @@ -106299,6 +132072,10 @@ Date: Mon Aug 21 22:29:35 2006 +0000 Monotone-Date: 2006-08-21T22:29:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalAptListView.h +M UI/Scheduler/UIxCalAptListView.m + commit 43a53e0567c23b575c3d688d8ccf8a40c81c425f Author: Wolfgang Sourdeau Date: Mon Aug 21 22:26:58 2006 +0000 @@ -106310,6 +132087,9 @@ Date: Mon Aug 21 22:26:58 2006 +0000 Monotone-Date: 2006-08-21T22:26:58 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailFilterPanel.m +M UI/MailerUI/UIxMailListView.m + commit a8936f44ee90154a9e645167ab95ae0d248ef73a Author: Wolfgang Sourdeau Date: Mon Aug 21 22:25:26 2006 +0000 @@ -106321,6 +132101,8 @@ Date: Mon Aug 21 22:25:26 2006 +0000 Monotone-Date: 2006-08-21T22:25:26 Monotone-Branch: ca.inverse.sogo +D UI/WebServerResources/mailer.js + commit f1c1bff4615a335e582b081cd2084ca5a75cc87b Author: Wolfgang Sourdeau Date: Mon Aug 21 22:25:15 2006 +0000 @@ -106332,6 +132114,9 @@ Date: Mon Aug 21 22:25:15 2006 +0000 Monotone-Date: 2006-08-21T22:25:15 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/French.lproj/Localizable.strings +M UI/MailerUI/French.lproj/Localizable.strings + commit 2a5b0bbaebbf9016ecd0d865ca2134837291250d Author: Wolfgang Sourdeau Date: Mon Aug 21 22:24:34 2006 +0000 @@ -106343,6 +132128,9 @@ Date: Mon Aug 21 22:24:34 2006 +0000 Monotone-Date: 2006-08-21T22:24:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxToolbar.m + commit e0cc39c7dd358fc6ddae5566cd02c32ea9354b09 Author: Wolfgang Sourdeau Date: Mon Aug 21 22:23:47 2006 +0000 @@ -106354,6 +132142,9 @@ Date: Mon Aug 21 22:23:47 2006 +0000 Monotone-Date: 2006-08-21T22:23:47 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/UIxComponent.m + commit dc17416b7b260ab714d34e38240c7bcec73a509d Author: Wolfgang Sourdeau Date: Mon Aug 21 22:22:31 2006 +0000 @@ -106365,6 +132156,8 @@ Date: Mon Aug 21 22:22:31 2006 +0000 Monotone-Date: 2006-08-21T22:22:31 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/French.lproj/Localizable.strings + commit cc6ab74bc177df93a1207b5c57e54bd476aa6c41 Author: Wolfgang Sourdeau Date: Mon Aug 21 22:22:19 2006 +0000 @@ -106376,6 +132169,8 @@ Date: Mon Aug 21 22:22:19 2006 +0000 Monotone-Date: 2006-08-21T22:22:19 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/Toolbars/SOGoAppointmentFolder.toolbar + commit 08b62198a4fd95ff0dd3b15a85428a7c29eaabf2 Author: Wolfgang Sourdeau Date: Mon Aug 21 17:45:35 2006 +0000 @@ -106387,6 +132182,11 @@ Date: Mon Aug 21 17:45:35 2006 +0000 Monotone-Date: 2006-08-21T17:45:35 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactEditorBase.m +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/product.plist + commit b1a76aa21a5408778de795d9932499195e09cbda Author: Wolfgang Sourdeau Date: Mon Aug 21 17:43:36 2006 +0000 @@ -106398,6 +132198,11 @@ Date: Mon Aug 21 17:43:36 2006 +0000 Monotone-Date: 2006-08-21T17:43:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSFolder.m +M SoObjects/SOGo/SOGoObject.h +M SoObjects/SOGo/SOGoObject.m + commit 2acc3ed0078925831aa84d86f8cba01e7f5ee600 Author: Wolfgang Sourdeau Date: Fri Aug 18 22:56:47 2006 +0000 @@ -106409,6 +132214,12 @@ Date: Fri Aug 18 22:56:47 2006 +0000 Monotone-Date: 2006-08-18T22:56:47 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/SOGoAptFormatter.m +M UI/Scheduler/UIxCalDayView.h +M UI/Scheduler/UIxCalDayView.m +M UI/Scheduler/UIxCalView.h +M UI/Scheduler/UIxCalView.m + commit 971063dbc836bd4c9dec69014d6ca5e70fa3e3fc Author: Wolfgang Sourdeau Date: Fri Aug 18 22:55:46 2006 +0000 @@ -106420,6 +132231,10 @@ Date: Fri Aug 18 22:55:46 2006 +0000 Monotone-Date: 2006-08-18T22:55:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Scheduler/UIxCalMainView.h +A UI/Scheduler/UIxCalMainView.m + commit 4f4d69c21f50c30f9a84a620b05db6e7cc00a759 Author: Wolfgang Sourdeau Date: Fri Aug 18 22:53:54 2006 +0000 @@ -106431,6 +132246,10 @@ Date: Fri Aug 18 22:53:54 2006 +0000 Monotone-Date: 2006-08-18T22:53:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Scheduler/UIxCalInlineMonthOverview.h +M UI/Scheduler/UIxCalInlineMonthOverview.m + commit 69c04122ecf804303a7a1a7f18b8a3261e133fa5 Author: Wolfgang Sourdeau Date: Fri Aug 18 22:52:55 2006 +0000 @@ -106442,6 +132261,10 @@ Date: Fri Aug 18 22:52:55 2006 +0000 Monotone-Date: 2006-08-18T22:52:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Scheduler/UIxCalFilterPanel.h +A UI/Scheduler/UIxCalFilterPanel.m + commit e1cf001923eeac748355cab46f06763e81cb2010 Author: Wolfgang Sourdeau Date: Fri Aug 18 22:51:44 2006 +0000 @@ -106453,6 +132276,10 @@ Date: Fri Aug 18 22:51:44 2006 +0000 Monotone-Date: 2006-08-18T22:51:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Scheduler/UIxCalDateSelector.h +A UI/Scheduler/UIxCalDateSelector.m + commit 962120c7c35ff8b66b5a443dd3def3d349f18b77 Author: Wolfgang Sourdeau Date: Fri Aug 18 22:50:15 2006 +0000 @@ -106464,6 +132291,10 @@ Date: Fri Aug 18 22:50:15 2006 +0000 Monotone-Date: 2006-08-18T22:50:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Scheduler/NSCalendarDate+Scheduler.h +A UI/Scheduler/NSCalendarDate+Scheduler.m + commit 5717c04c5b65005fbe10f217f63e41c18df1a59c Author: Wolfgang Sourdeau Date: Fri Aug 18 22:46:45 2006 +0000 @@ -106475,6 +132306,9 @@ Date: Fri Aug 18 22:46:45 2006 +0000 Monotone-Date: 2006-08-18T22:46:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxDatePicker.m + commit 67fbf437ecc4bf23a395562b9b5b87c51d21c007 Author: Wolfgang Sourdeau Date: Fri Aug 18 22:44:46 2006 +0000 @@ -106486,6 +132320,8 @@ Date: Fri Aug 18 22:44:46 2006 +0000 Monotone-Date: 2006-08-18T22:44:46 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/common.h + commit b155868d1cd9026a0fe72811672d74a0e5af831b Author: Wolfgang Sourdeau Date: Fri Aug 18 22:44:32 2006 +0000 @@ -106497,6 +132333,9 @@ Date: Fri Aug 18 22:44:32 2006 +0000 Monotone-Date: 2006-08-18T22:44:32 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/GNUmakefile +M UI/Scheduler/product.plist + commit cbbbab026100a4bdfe7a1a82b1c7c63ead34e7b3 Author: Wolfgang Sourdeau Date: Fri Aug 18 22:43:23 2006 +0000 @@ -106508,6 +132347,9 @@ Date: Fri Aug 18 22:43:23 2006 +0000 Monotone-Date: 2006-08-18T22:43:23 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/Toolbars/SOGoAppointmentFolder.toolbar + commit 090922b5c8ca37095fd637150a04e040cbdbc6ac Author: Wolfgang Sourdeau Date: Fri Aug 18 22:42:53 2006 +0000 @@ -106519,6 +132361,16 @@ Date: Fri Aug 18 22:42:53 2006 +0000 Monotone-Date: 2006-08-18T22:42:53 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailListView.wox +A UI/Templates/SchedulerUI/UIxCalAptListView.wox +A UI/Templates/SchedulerUI/UIxCalDateSelector.wox +A UI/Templates/SchedulerUI/UIxCalDayView.wox +A UI/Templates/SchedulerUI/UIxCalFilterPanel.wox +M UI/Templates/SchedulerUI/UIxCalInlineAptView.wox +A UI/Templates/SchedulerUI/UIxCalMainView.wox +M UI/Templates/SchedulerUI/UIxDatePicker.wox +M UI/Templates/UIxPageFrame.wox + commit f09c0875226b2acf6031e2ae6a51f9e8e6be5b07 Author: Wolfgang Sourdeau Date: Fri Aug 18 22:41:12 2006 +0000 @@ -106530,6 +132382,9 @@ Date: Fri Aug 18 22:41:12 2006 +0000 Monotone-Date: 2006-08-18T22:41:12 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/arrow-lft-sharp.gif +A UI/WebServerResources/arrow-rit-sharp.gif + commit 2963cd1432a364d4424e57a4d7d0ac9c7bf97d70 Author: Wolfgang Sourdeau Date: Fri Aug 18 22:40:23 2006 +0000 @@ -106541,6 +132396,11 @@ Date: Fri Aug 18 22:40:23 2006 +0000 Monotone-Date: 2006-08-18T22:40:23 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/MailerUI.css +A UI/WebServerResources/SchedulerUI.css +M UI/WebServerResources/generic.css + commit 8db83b24004a4a24ff341fd720da50e7560371b3 Author: Wolfgang Sourdeau Date: Fri Aug 18 22:40:04 2006 +0000 @@ -106552,6 +132412,13 @@ Date: Fri Aug 18 22:40:04 2006 +0000 Monotone-Date: 2006-08-18T22:40:04 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.js +M UI/WebServerResources/generic.js + commit 85f37768d37de96e8cfd30a9b6bfbad19bf07dd3 Author: Wolfgang Sourdeau Date: Fri Aug 18 22:35:44 2006 +0000 @@ -106563,6 +132430,10 @@ Date: Fri Aug 18 22:35:44 2006 +0000 Monotone-Date: 2006-08-18T22:35:44 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Scheduler/UIxCalAptListView.h +A UI/Scheduler/UIxCalAptListView.m + commit 72e52b5fa6f4b3d2b54ba5aad34ba2e393fb1fae Author: Wolfgang Sourdeau Date: Fri Aug 18 22:33:47 2006 +0000 @@ -106574,6 +132445,8 @@ Date: Fri Aug 18 22:33:47 2006 +0000 Monotone-Date: 2006-08-18T22:33:47 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/skycalendar.html + commit 5dd50f6db8d79bed85b778869b2a96c7e94e97f8 Author: Wolfgang Sourdeau Date: Fri Aug 18 22:33:33 2006 +0000 @@ -106585,6 +132458,13 @@ Date: Fri Aug 18 22:33:33 2006 +0000 Monotone-Date: 2006-08-18T22:33:33 Monotone-Branch: ca.inverse.sogo +D UI/WebServerResources/English.lproj/skycalendar.html +D UI/WebServerResources/English.lproj/skycalendar.js +D UI/WebServerResources/French.lproj/skycalendar.html +D UI/WebServerResources/French.lproj/skycalendar.js +A UI/WebServerResources/skycalendar.html +A UI/WebServerResources/skycalendar.js + commit d486d6c223d9a0d0ae23210597b431c72bbfaca1 Author: Wolfgang Sourdeau Date: Fri Aug 18 22:33:20 2006 +0000 @@ -106596,6 +132476,8 @@ Date: Fri Aug 18 22:33:20 2006 +0000 Monotone-Date: 2006-08-18T22:33:20 Monotone-Branch: ca.inverse.sogo +D UI/Scheduler/skycalendar.html + commit 64253b59fd8d6eb641ac358ccdf4277470b86b16 Author: Wolfgang Sourdeau Date: Tue Aug 15 22:06:05 2006 +0000 @@ -106607,6 +132489,10 @@ Date: Tue Aug 15 22:06:05 2006 +0000 Monotone-Date: 2006-08-15T22:06:05 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxCalWeekOverview.m +M UI/Scheduler/product.plist + commit 64d30f348e1c8fbd2cf44b978f6575252c75057b Author: Wolfgang Sourdeau Date: Tue Aug 15 22:05:14 2006 +0000 @@ -106618,6 +132504,8 @@ Date: Tue Aug 15 22:05:14 2006 +0000 Monotone-Date: 2006-08-15T22:05:14 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/French.lproj/Localizable.strings + commit e7f5abde26b7e0426775a82dad83229d3a1ffd7f Author: Wolfgang Sourdeau Date: Tue Aug 15 22:05:03 2006 +0000 @@ -106629,6 +132517,8 @@ Date: Tue Aug 15 22:05:03 2006 +0000 Monotone-Date: 2006-08-15T22:05:03 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactGCSEntry.m + commit c2b1f2aa616f403e440a9eb90af800dc2575e4e5 Author: Wolfgang Sourdeau Date: Tue Aug 15 22:04:37 2006 +0000 @@ -106640,6 +132530,9 @@ Date: Tue Aug 15 22:04:37 2006 +0000 Monotone-Date: 2006-08-15T22:04:37 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Appointments/SOGoAppointmentFolder.m + commit aa629dd3d5e21a9fc67d88a20dabff5ffcd3a73c Author: Wolfgang Sourdeau Date: Tue Aug 15 21:18:38 2006 +0000 @@ -106651,6 +132544,8 @@ Date: Tue Aug 15 21:18:38 2006 +0000 Monotone-Date: 2006-08-15T21:18:38 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/Toolbars/SOGoAppointmentFolder.toolbar + commit 1d967ed81a20c8127aa3c5d9e38de1895b386a11 Author: Wolfgang Sourdeau Date: Tue Aug 15 20:59:06 2006 +0000 @@ -106662,6 +132557,10 @@ Date: Tue Aug 15 20:59:06 2006 +0000 Monotone-Date: 2006-08-15T20:59:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/UIxAppointmentEditor.m + commit 6579aefcf64a562bbabef00cae37861692f62f95 Author: Wolfgang Sourdeau Date: Tue Aug 15 20:58:42 2006 +0000 @@ -106673,6 +132572,8 @@ Date: Tue Aug 15 20:58:42 2006 +0000 Monotone-Date: 2006-08-15T20:58:42 Monotone-Branch: ca.inverse.sogo +D UI/Scheduler/skycalendar.js + commit 1eb1bc39546a7cb460c34c74b5ae9a2747f684df Author: Wolfgang Sourdeau Date: Tue Aug 15 20:56:54 2006 +0000 @@ -106684,6 +132585,8 @@ Date: Tue Aug 15 20:56:54 2006 +0000 Monotone-Date: 2006-08-15T20:56:54 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/UIxCalView.m + commit 5ddd6f1e46c40755b7ba580a89c117a3afa9b462 Author: Wolfgang Sourdeau Date: Tue Aug 15 20:56:38 2006 +0000 @@ -106695,6 +132598,8 @@ Date: Tue Aug 15 20:56:38 2006 +0000 Monotone-Date: 2006-08-15T20:56:38 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/UIxComponent.m + commit d02944997bc6cc54425abc616bf6785262fa29a0 Author: Wolfgang Sourdeau Date: Tue Aug 15 20:55:07 2006 +0000 @@ -106706,6 +132611,8 @@ Date: Tue Aug 15 20:55:07 2006 +0000 Monotone-Date: 2006-08-15T20:55:07 Monotone-Branch: ca.inverse.sogo +M UI/MainUI/GNUmakefile + commit dc5021ba3605630c50884781e2de1c466f0cbe1d Author: Wolfgang Sourdeau Date: Tue Aug 15 20:54:37 2006 +0000 @@ -106717,6 +132624,36 @@ Date: Tue Aug 15 20:54:37 2006 +0000 Monotone-Date: 2006-08-15T20:54:37 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/GNUmakefile +M UI/MailerUI/GNUmakefile +D UI/MainUI/SOGoGroupPage.wox +D UI/MainUI/SOGoGroupsPage.wox +D UI/MainUI/SOGoRootPage.wox +D UI/MainUI/SOGoUserHomePage.wox +M UI/Scheduler/GNUmakefile +M UI/Templates/MailerUI/UIxMailTree.wox +A UI/Templates/MainUI/SOGoGroupPage.wox +A UI/Templates/MainUI/SOGoGroupsPage.wox +A UI/Templates/MainUI/SOGoRootPage.wox +A UI/Templates/MainUI/SOGoUserHomePage.wox +M UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +M UI/Templates/SchedulerUI/UIxAppointmentView.wox +M UI/Templates/SchedulerUI/UIxCalBackForthNavView.wox +M UI/Templates/SchedulerUI/UIxCalDateLabel.wox +M UI/Templates/SchedulerUI/UIxCalDayChartview.wox +M UI/Templates/SchedulerUI/UIxCalDayListview.wox +M UI/Templates/SchedulerUI/UIxCalDayOverview.wox +M UI/Templates/SchedulerUI/UIxCalInlineAptView.wox +M UI/Templates/SchedulerUI/UIxCalWeekChartview.wox +M UI/Templates/SchedulerUI/UIxCalWeekColumnsview.wox +M UI/Templates/SchedulerUI/UIxCalWeekListview.wox +M UI/Templates/SchedulerUI/UIxCalWeekOverview.wox +M UI/Templates/SchedulerUI/UIxCalWeekPrintview.wox +M UI/Templates/SchedulerUI/UIxDatePicker.wox +M UI/Templates/SchedulerUI/UIxDatePickerScript.wox +M UI/Templates/SchedulerUI/UIxTimeDateControl.wox +M UI/Templates/SchedulerUI/UIxTimeSelector.wox + commit 86194a6f342191f20683a5d151695eacc39c0836 Author: Wolfgang Sourdeau Date: Tue Aug 15 20:52:23 2006 +0000 @@ -106728,6 +132665,158 @@ Date: Tue Aug 15 20:52:23 2006 +0000 Monotone-Date: 2006-08-15T20:52:23 Monotone-Branch: ca.inverse.sogo +D UI/Contacts/Images/delete.png +D UI/Contacts/Images/new-card.png +D UI/Contacts/Images/new-list.png +D UI/Contacts/Images/properties.png +D UI/Contacts/Images/write.png +D UI/MailerUI/Images/COPYING +D UI/MailerUI/Images/LICENSE-thunderbird.txt +D UI/MailerUI/Images/account-settings.png +D UI/MailerUI/Images/create-account.png +D UI/MailerUI/Images/manage-filters.png +D UI/MailerUI/Images/manage-imap.png +D UI/MailerUI/Images/manage-newsgroups.png +D UI/MailerUI/Images/manage-rss.png +D UI/MailerUI/Images/offline-settings.png +D UI/MailerUI/Images/read-messages.png +D UI/MailerUI/Images/search-messages.png +D UI/MailerUI/Images/tb-ab-delete-flat-24x24.png +D UI/MailerUI/Images/tb-ab-instantmessage-flat-24x24.png +D UI/MailerUI/Images/tb-ab-newcard-flat-24x24.png +D UI/MailerUI/Images/tb-ab-newlist-flat-24x24.png +D UI/MailerUI/Images/tb-ab-properties-flat-24x24.png +D UI/MailerUI/Images/tb-ab-write-flat-24x24.png +D UI/MailerUI/Images/tb-compose-attach-flat-24x24.png +D UI/MailerUI/Images/tb-compose-contacts-flat-24x24.png +D UI/MailerUI/Images/tb-compose-copy-flat-24x24.png +D UI/MailerUI/Images/tb-compose-cut-flat-24x24.png +D UI/MailerUI/Images/tb-compose-paste-flat-24x24.png +D UI/MailerUI/Images/tb-compose-quote-flat-24x24.png +D UI/MailerUI/Images/tb-compose-save-flat-24x24.png +D UI/MailerUI/Images/tb-compose-security-flat-24x24.png +D UI/MailerUI/Images/tb-compose-send-flat-24x24.png +D UI/MailerUI/Images/tb-compose-spell-flat-24x24.png +D UI/MailerUI/Images/tb-mail-addressbook-flat-24x24.png +D UI/MailerUI/Images/tb-mail-delete-flat-24x24.png +D UI/MailerUI/Images/tb-mail-file-flat-24x24.png +D UI/MailerUI/Images/tb-mail-forward-flat-24x24.png +D UI/MailerUI/Images/tb-mail-getmail-flat-24x24.png +D UI/MailerUI/Images/tb-mail-junk-flat-24x24.png +D UI/MailerUI/Images/tb-mail-mark-flat-24x24.png +D UI/MailerUI/Images/tb-mail-next-flat-24x24.png +D UI/MailerUI/Images/tb-mail-prev-flat-24x24.png +D UI/MailerUI/Images/tb-mail-print-flat-24x24.png +D UI/MailerUI/Images/tb-mail-reply-flat-24x24.png +D UI/MailerUI/Images/tb-mail-replyall-flat-24x24.png +D UI/MailerUI/Images/tb-mail-stop-flat-24x24.png +D UI/MailerUI/Images/tb-mail-write-flat-24x24.png +D UI/MailerUI/Images/tbtb_anais.png +D UI/MailerUI/Images/tbtb_folderadd.png +D UI/MailerUI/Images/tbtb_folderdel.png +D UI/MailerUI/Images/treeview_corner.gif +D UI/MailerUI/Images/treeview_corner_minus.gif +D UI/MailerUI/Images/treeview_corner_plus.gif +D UI/MailerUI/Images/treeview_junction.gif +D UI/MailerUI/Images/treeview_leaf.gif +D UI/MailerUI/Images/treeview_leaf_corner.gif +D UI/MailerUI/Images/treeview_line.gif +D UI/MailerUI/Images/treeview_minus.gif +D UI/MailerUI/Images/treeview_plus.gif +D UI/MailerUI/Images/treeview_space.gif +D UI/MailerUI/Images/write-message.png +D UI/MainUI/homepage.js +D UI/Scheduler/English.lproj/skycalendar.html +D UI/Scheduler/English.lproj/skycalendar.js +D UI/Scheduler/French.lproj/skycalendar.html +D UI/Scheduler/French.lproj/skycalendar.js +D UI/Scheduler/images/apt_icon_private.gif +D UI/Scheduler/images/day-view.png +D UI/Scheduler/images/delete.png +D UI/Scheduler/images/edit.png +D UI/Scheduler/images/first.gif +D UI/Scheduler/images/goto-today.png +D UI/Scheduler/images/green_corner.gif +D UI/Scheduler/images/icon_popupcalendar.gif +D UI/Scheduler/images/icon_view_chart.gif +D UI/Scheduler/images/icon_view_chart_inactive.gif +D UI/Scheduler/images/icon_view_columns.gif +D UI/Scheduler/images/icon_view_columns_inactive.gif +D UI/Scheduler/images/icon_view_list.gif +D UI/Scheduler/images/icon_view_list_inactive.gif +D UI/Scheduler/images/icon_view_overview.gif +D UI/Scheduler/images/icon_view_overview_inactive.gif +D UI/Scheduler/images/invisible_space_2.gif +D UI/Scheduler/images/last.gif +D UI/Scheduler/images/month-view.png +D UI/Scheduler/images/multiweek-view.png +D UI/Scheduler/images/new-event.png +D UI/Scheduler/images/new-task.png +D UI/Scheduler/images/next.gif +D UI/Scheduler/images/next_week.gif +D UI/Scheduler/images/previous.gif +D UI/Scheduler/images/previous_week.gif +D UI/Scheduler/images/week-view.png +A UI/WebServerResources/English.lproj/skycalendar.html +A UI/WebServerResources/English.lproj/skycalendar.js +A UI/WebServerResources/French.lproj/skycalendar.html +A UI/WebServerResources/French.lproj/skycalendar.js +M UI/WebServerResources/SchedulerUI.js +A UI/WebServerResources/account-settings.png +A UI/WebServerResources/apt_icon_private.gif +A UI/WebServerResources/create-account.png +A UI/WebServerResources/day-view.png +A UI/WebServerResources/delete.png +A UI/WebServerResources/downstairs.gif +A UI/WebServerResources/edit.png +A UI/WebServerResources/first.gif +A UI/WebServerResources/goto-today.png +A UI/WebServerResources/green_corner.gif +A UI/WebServerResources/homepage.js +A UI/WebServerResources/icon_popupcalendar.gif +A UI/WebServerResources/icon_view_chart.gif +A UI/WebServerResources/icon_view_chart_inactive.gif +A UI/WebServerResources/icon_view_columns.gif +A UI/WebServerResources/icon_view_columns_inactive.gif +A UI/WebServerResources/icon_view_list.gif +A UI/WebServerResources/icon_view_list_inactive.gif +A UI/WebServerResources/icon_view_overview.gif +A UI/WebServerResources/icon_view_overview_inactive.gif +A UI/WebServerResources/invisible_space_2.gif +A UI/WebServerResources/last.gif +A UI/WebServerResources/manage-filters.png +A UI/WebServerResources/manage-imap.png +A UI/WebServerResources/manage-newsgroups.png +A UI/WebServerResources/manage-rss.png +A UI/WebServerResources/month-view.png +A UI/WebServerResources/multiweek-view.png +A UI/WebServerResources/new-card.png +A UI/WebServerResources/new-event.png +A UI/WebServerResources/new-list.png +A UI/WebServerResources/new-task.png +A UI/WebServerResources/next.gif +A UI/WebServerResources/next_week.gif +A UI/WebServerResources/offline-settings.png +A UI/WebServerResources/previous.gif +A UI/WebServerResources/previous_week.gif +A UI/WebServerResources/properties.png +A UI/WebServerResources/prototype.js +A UI/WebServerResources/read-messages.png +A UI/WebServerResources/search-messages.png +A UI/WebServerResources/treeview_corner.gif +A UI/WebServerResources/treeview_corner_minus.gif +A UI/WebServerResources/treeview_corner_plus.gif +A UI/WebServerResources/treeview_junction.gif +A UI/WebServerResources/treeview_leaf.gif +A UI/WebServerResources/treeview_leaf_corner.gif +A UI/WebServerResources/treeview_line.gif +A UI/WebServerResources/treeview_minus.gif +A UI/WebServerResources/treeview_plus.gif +A UI/WebServerResources/treeview_space.gif +A UI/WebServerResources/week-view.png +A UI/WebServerResources/write-message.png +A UI/WebServerResources/write.png + commit 0faa6830e61be60bed0585e41ba4add6836855f3 Author: Wolfgang Sourdeau Date: Tue Aug 15 20:51:24 2006 +0000 @@ -106739,6 +132828,209 @@ Date: Tue Aug 15 20:51:24 2006 +0000 Monotone-Date: 2006-08-15T20:51:24 Monotone-Branch: ca.inverse.sogo +D Misc/WebUI/Application.h +D Misc/WebUI/Application.m +D Misc/WebUI/COPYING +D Misc/WebUI/COPYRIGHT +D Misc/WebUI/ChangeLog.upstream +D Misc/WebUI/DirectAction.h +D Misc/WebUI/DirectAction.m +D Misc/WebUI/English.lproj/InfoPlist.strings +D Misc/WebUI/GNUmakefile +D Misc/WebUI/GNUmakefile.preamble +D Misc/WebUI/Info.plist +D Misc/WebUI/Lori.icns +D Misc/WebUI/NGExtensions/GNUmakefile +D Misc/WebUI/NGExtensions/NGLogging/ChangeLog.upstream +D Misc/WebUI/NGExtensions/NGLogging/GNUmakefile +D Misc/WebUI/NGExtensions/NGLogging/NGLogAppender.h +D Misc/WebUI/NGExtensions/NGLogging/NGLogAppender.m +D Misc/WebUI/NGExtensions/NGLogging/NGLogConsoleAppender.h +D Misc/WebUI/NGExtensions/NGLogging/NGLogConsoleAppender.m +D Misc/WebUI/NGExtensions/NGLogging/NGLogEvent.h +D Misc/WebUI/NGExtensions/NGLogging/NGLogEvent.m +D Misc/WebUI/NGExtensions/NGLogging/NGLogSyslogAppender.h +D Misc/WebUI/NGExtensions/NGLogging/NGLogSyslogAppender.m +D Misc/WebUI/NGExtensions/NGLogging/NGLogger.h +D Misc/WebUI/NGExtensions/NGLogging/NGLogger.m +D Misc/WebUI/NGExtensions/NGLogging/NGLogging.h +D Misc/WebUI/NGExtensions/NGLogging/NSObject+ExtendedLogging.h +D Misc/WebUI/NGExtensions/NGLogging/NSObject+ExtendedLogging.m +D Misc/WebUI/NOTES +D Misc/WebUI/PROJECTLEAD +D Misc/WebUI/README +D Misc/WebUI/Session.h +D Misc/WebUI/Session.m +D Misc/WebUI/TODO +D Misc/WebUI/Version +D Misc/WebUI/WebServerResources/favicon.ico +D Misc/WebUI/WebUI.xcode/project.pbxproj +D Misc/WebUI/WebUI_Prefix.pch +D Misc/WebUI/WebUI_main.m +D Misc/WebUI/common.h +D Misc/WebUI/version.plist +D Misc/WebUI/wox-cheat-sheet.txt +D Misc/ZideStore/UI-X/ChangeLog.upstream +D Misc/ZideStore/UI-X/Common/CommonUIProduct.m +D Misc/ZideStore/UI-X/Common/GNUmakefile +D Misc/ZideStore/UI-X/Common/GNUmakefile.postamble +D Misc/ZideStore/UI-X/Common/GNUmakefile.preamble +D Misc/ZideStore/UI-X/Common/UIxAppFrame.m +D Misc/ZideStore/UI-X/Common/UIxAppFrame.wox +D Misc/ZideStore/UI-X/Common/UIxAppHeader.m +D Misc/ZideStore/UI-X/Common/UIxAppHeader.wox +D Misc/ZideStore/UI-X/Common/UIxAppNavView.m +D Misc/ZideStore/UI-X/Common/UIxAppNavView.wox +D Misc/ZideStore/UI-X/Common/UIxAppNavigation.m +D Misc/ZideStore/UI-X/Common/UIxAppNavigation.wox +D Misc/ZideStore/UI-X/Common/UIxComponent.h +D Misc/ZideStore/UI-X/Common/UIxComponent.m +D Misc/ZideStore/UI-X/Common/UIxElemBuilder.m +D Misc/ZideStore/UI-X/Common/UIxPageFrame.m +D Misc/ZideStore/UI-X/Common/UIxPageFrame.wox +D Misc/ZideStore/UI-X/Common/UIxTabItem.m +D Misc/ZideStore/UI-X/Common/UIxTabView.h +D Misc/ZideStore/UI-X/Common/UIxTabView.m +D Misc/ZideStore/UI-X/Common/UIxWinClose.m +D Misc/ZideStore/UI-X/Common/UIxWinClose.wox +D Misc/ZideStore/UI-X/Common/Version +D Misc/ZideStore/UI-X/Common/bundle-info.plist +D Misc/ZideStore/UI-X/Common/calendar.css +D Misc/ZideStore/UI-X/Common/common.h +D Misc/ZideStore/UI-X/Common/images/OGoLogo.gif +D Misc/ZideStore/UI-X/Common/images/box_botleft.gif +D Misc/ZideStore/UI-X/Common/images/box_botright.gif +D Misc/ZideStore/UI-X/Common/images/box_bottom.gif +D Misc/ZideStore/UI-X/Common/images/box_left.gif +D Misc/ZideStore/UI-X/Common/images/box_right.gif +D Misc/ZideStore/UI-X/Common/images/box_top.gif +D Misc/ZideStore/UI-X/Common/images/box_topleft.gif +D Misc/ZideStore/UI-X/Common/images/box_topright.gif +D Misc/ZideStore/UI-X/Common/images/closewindow.gif +D Misc/ZideStore/UI-X/Common/images/corner_right.gif +D Misc/ZideStore/UI-X/Common/images/line_left.gif +D Misc/ZideStore/UI-X/Common/images/line_right.gif +D Misc/ZideStore/UI-X/Common/images/line_stretch.gif +D Misc/ZideStore/UI-X/Common/images/menu_logo_top.gif +D Misc/ZideStore/UI-X/Common/images/tab_.gif +D Misc/ZideStore/UI-X/Common/images/tab_selected.gif +D Misc/ZideStore/UI-X/Common/product.plist +D Misc/ZideStore/UI-X/Common/zidestoreui.css +D Misc/ZideStore/UI-X/GNUmakefile +D Misc/ZideStore/UI-X/Scheduler/COPYING +D Misc/ZideStore/UI-X/Scheduler/COPYRIGHT +D Misc/ZideStore/UI-X/Scheduler/GNUmakefile +D Misc/ZideStore/UI-X/Scheduler/GNUmakefile.postamble +D Misc/ZideStore/UI-X/Scheduler/GNUmakefile.preamble +D Misc/ZideStore/UI-X/Scheduler/NOTES +D Misc/ZideStore/UI-X/Scheduler/SchedulerUIProduct.m +D Misc/ZideStore/UI-X/Scheduler/UIxAppointmentEditor.m +D Misc/ZideStore/UI-X/Scheduler/UIxAppointmentEditor.wox +D Misc/ZideStore/UI-X/Scheduler/UIxAppointmentFormatter.h +D Misc/ZideStore/UI-X/Scheduler/UIxAppointmentFormatter.m +D Misc/ZideStore/UI-X/Scheduler/UIxAppointmentView.h +D Misc/ZideStore/UI-X/Scheduler/UIxAppointmentView.m +D Misc/ZideStore/UI-X/Scheduler/UIxAppointmentView.wox +D Misc/ZideStore/UI-X/Scheduler/UIxAptTableView.m +D Misc/ZideStore/UI-X/Scheduler/UIxAptTableView.wox +D Misc/ZideStore/UI-X/Scheduler/UIxCalBackForthNavView.m +D Misc/ZideStore/UI-X/Scheduler/UIxCalBackForthNavView.wox +D Misc/ZideStore/UI-X/Scheduler/UIxCalDateLabel.m +D Misc/ZideStore/UI-X/Scheduler/UIxCalDateLabel.wox +D Misc/ZideStore/UI-X/Scheduler/UIxCalMonthOverview.m +D Misc/ZideStore/UI-X/Scheduler/UIxCalMonthOverview.wox +D Misc/ZideStore/UI-X/Scheduler/UIxCalMonthView.h +D Misc/ZideStore/UI-X/Scheduler/UIxCalMonthView.m +D Misc/ZideStore/UI-X/Scheduler/UIxCalSelectTab.m +D Misc/ZideStore/UI-X/Scheduler/UIxCalSelectTab.wox +D Misc/ZideStore/UI-X/Scheduler/UIxCalView.h +D Misc/ZideStore/UI-X/Scheduler/UIxCalView.m +D Misc/ZideStore/UI-X/Scheduler/UIxCalWeekOverview.m +D Misc/ZideStore/UI-X/Scheduler/UIxCalWeekOverview.wox +D Misc/ZideStore/UI-X/Scheduler/UIxCalWeekView.h +D Misc/ZideStore/UI-X/Scheduler/UIxCalWeekView.m +D Misc/ZideStore/UI-X/Scheduler/Version +D Misc/ZideStore/UI-X/Scheduler/bundle-info.plist +D Misc/ZideStore/UI-X/Scheduler/common.h +D Misc/ZideStore/UI-X/Scheduler/images/icon_apt_chart.gif +D Misc/ZideStore/UI-X/Scheduler/images/icon_apt_chart_inactive.gif +D Misc/ZideStore/UI-X/Scheduler/images/icon_apt_column_view.gif +D Misc/ZideStore/UI-X/Scheduler/images/icon_apt_list.gif +D Misc/ZideStore/UI-X/Scheduler/images/icon_apt_list_inactive.gif +D Misc/ZideStore/UI-X/Scheduler/images/icon_apt_overview.gif +D Misc/ZideStore/UI-X/Scheduler/images/icon_apt_overview_inactive.gif +D Misc/ZideStore/UI-X/Scheduler/images/next_week.gif +D Misc/ZideStore/UI-X/Scheduler/images/previous_week.gif +D Misc/ZideStore/UI-X/Scheduler/product.plist +D Misc/db/scripts/create_user_tables.py +D Misc/db/tests/helge/NOTES +D Misc/db/tests/helge/PyGreSQL-samples/advanced.py +D Misc/db/tests/helge/PyGreSQL-samples/basics.py +D Misc/db/tests/helge/PyGreSQL-samples/func.py +D Misc/db/tests/helge/PyGreSQL-samples/syscat.py +D Misc/db/tests/helge/chkfolderinfoperf.py +D Misc/db/tests/helge/chkhugeperf.py +D Misc/db/tests/helge/fill_hugeperf.py +D Misc/db/tests/helge/fillfolderinfo.py +D Misc/db/tests/helge/laurent-trigger.psql +D Misc/db/tests/helge/makedb.py +D Misc/db/tests/helge/maketables.py +D Misc/db/tests/helge/makeusers.py +D Misc/db/tests/helge/scale/NOTES.txt +D Misc/db/tests/helge/scale/createapts.py +D Misc/db/tests/helge/scale/createfolders.py +D Misc/db/tests/helge/scale/createindexes.py +D Misc/db/tests/helge/scale/makeidx1-200.psql +D Misc/db/tests/helge/scale/user1.sql +D Misc/db/tests/znek/GNUmakefile +D Misc/db/tests/znek/GNUmakefile.preamble +D Misc/db/tests/znek/NSArray+random.h +D Misc/db/tests/znek/NSArray+random.m +D Misc/db/tests/znek/connection.plist +D Misc/db/tests/znek/inserts.eomodel +D Misc/db/tests/znek/inserts.m +D Misc/db/tests/znek/lmail.m +D Misc/db/tests/znek/lpe.m +D Misc/db/tests/znek/pfinserts.m +D Misc/db/tests/znek/tests.xcode/project.pbxproj +D Misc/dbd/DDatabase.m +D Misc/dbd/DDatabase.wox +D Misc/dbd/DDatabaseManager.m +D Misc/dbd/DDatabaseManager.wox +D Misc/dbd/DHostView.m +D Misc/dbd/DHostView.wox +D Misc/dbd/DSoAuthenticator.h +D Misc/dbd/DSoAuthenticator.m +D Misc/dbd/DSoDatabase.h +D Misc/dbd/DSoDatabase.m +D Misc/dbd/DSoDatabaseManager.h +D Misc/dbd/DSoDatabaseManager.m +D Misc/dbd/DSoField.h +D Misc/dbd/DSoField.m +D Misc/dbd/DSoHost.h +D Misc/dbd/DSoHost.m +D Misc/dbd/DSoObject.h +D Misc/dbd/DSoObject.m +D Misc/dbd/DSoTable.h +D Misc/dbd/DSoTable.m +D Misc/dbd/DSoUser.h +D Misc/dbd/DSoUser.m +D Misc/dbd/DSoUserManager.h +D Misc/dbd/DSoUserManager.m +D Misc/dbd/DTable.m +D Misc/dbd/DTable.wox +D Misc/dbd/Frame.m +D Misc/dbd/Frame.wox +D Misc/dbd/GNUmakefile +D Misc/dbd/MainPage.m +D Misc/dbd/MainPage.wox +D Misc/dbd/README +D Misc/dbd/Version +D Misc/dbd/common.h +D Misc/dbd/dbd.css +D Misc/dbd/dbd.m +D Misc/dbd/product.plist + commit 4cc23bb48d25030d4abcac2e15d05bd78d6d46bd Author: Wolfgang Sourdeau Date: Mon Aug 14 20:58:47 2006 +0000 @@ -106750,6 +133042,8 @@ Date: Mon Aug 14 20:58:47 2006 +0000 Monotone-Date: 2006-08-14T20:58:47 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/French.lproj/Localizable.strings + commit 362fb14a942f971d099fdacacbdc743663313c68 Author: Wolfgang Sourdeau Date: Mon Aug 14 20:44:50 2006 +0000 @@ -106761,6 +133055,8 @@ Date: Mon Aug 14 20:44:50 2006 +0000 Monotone-Date: 2006-08-14T20:44:50 Monotone-Branch: ca.inverse.sogo +A UI/Templates/ContactsUI/UIxContactsSelectionViewContainer.wox + commit 6b539e8e15938b4eccf5d33f43696a20517a6d9a Author: Wolfgang Sourdeau Date: Mon Aug 14 20:43:55 2006 +0000 @@ -106772,6 +133068,15 @@ Date: Mon Aug 14 20:43:55 2006 +0000 Monotone-Date: 2006-08-14T20:43:55 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/GNUmakefile +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Scheduler/UIxCalDateLabel.m +M UI/Scheduler/UIxCalView.m +M UI/Scheduler/iCalPerson+UIx.h +M UI/Scheduler/iCalPerson+UIx.m + commit 55b39d214d3bd83f164081e41eb756290791fcd5 Author: Wolfgang Sourdeau Date: Mon Aug 14 20:41:04 2006 +0000 @@ -106783,6 +133088,16 @@ Date: Mon Aug 14 20:41:04 2006 +0000 Monotone-Date: 2006-08-14T20:41:04 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/GNUmakefile +M UI/Contacts/UIxContactFoldersView.m +M UI/Contacts/UIxContactSelector.m +A UI/Contacts/UIxContactsListViewContainer.h +A UI/Contacts/UIxContactsListViewContainer.m +M UI/Contacts/UIxContactsSelectionView.m +A UI/Contacts/UIxContactsSelectionViewContainer.h +A UI/Contacts/UIxContactsSelectionViewContainer.m +M UI/Contacts/product.plist + commit 7977e55a76c6df033f457ca1950fa498c635ea3e Author: Wolfgang Sourdeau Date: Mon Aug 14 20:38:41 2006 +0000 @@ -106794,6 +133109,12 @@ Date: Mon Aug 14 20:38:41 2006 +0000 Monotone-Date: 2006-08-14T20:38:41 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D UI/Contacts/UIxContactsListViewContainer.h +D UI/Contacts/UIxContactsListViewContainer.m +A UI/Contacts/UIxContactsListViewContainerBase.h +A UI/Contacts/UIxContactsListViewContainerBase.m + commit 3dd47fdae2ac93929550381f462cc1e2afe81336 Author: Wolfgang Sourdeau Date: Mon Aug 14 20:37:06 2006 +0000 @@ -106805,6 +133126,8 @@ Date: Mon Aug 14 20:37:06 2006 +0000 Monotone-Date: 2006-08-14T20:37:06 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/French.lproj/Localizable.strings + commit 0feac0b7a8af9a2870a347cd0698f5f75329682a Author: Wolfgang Sourdeau Date: Mon Aug 14 20:36:36 2006 +0000 @@ -106816,6 +133139,10 @@ Date: Mon Aug 14 20:36:36 2006 +0000 Monotone-Date: 2006-08-14T20:36:36 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactFolder.h +M SoObjects/Contacts/SOGoContactFolders.m +M SoObjects/Contacts/SOGoContactGCSFolder.m + commit b952c4e43a77c4b633fd7ec5ccf29d8c62f045c4 Author: Wolfgang Sourdeau Date: Mon Aug 14 20:35:11 2006 +0000 @@ -106827,6 +133154,10 @@ Date: Mon Aug 14 20:35:11 2006 +0000 Monotone-Date: 2006-08-14T20:35:11 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactLDAPFolder.h +M SoObjects/Contacts/SOGoContactLDAPFolder.m + commit 7b4c1ac29d90c297b9b5e808f746b0643f8bed59 Author: Wolfgang Sourdeau Date: Mon Aug 14 20:32:30 2006 +0000 @@ -106838,6 +133169,13 @@ Date: Mon Aug 14 20:32:30 2006 +0000 Monotone-Date: 2006-08-14T20:32:30 Monotone-Branch: ca.inverse.sogo +D UI/Scheduler/SchedulerUI.js +M UI/WebServerResources/ContactsUI.css +M UI/WebServerResources/ContactsUI.js +M UI/WebServerResources/MailerUI.js +A UI/WebServerResources/SchedulerUI.js +M UI/WebServerResources/UIxAppointmentEditor.js + commit d0499620df5d5cefd1d8a5a180faee1ed48547a9 Author: Wolfgang Sourdeau Date: Mon Aug 14 20:31:49 2006 +0000 @@ -106849,6 +133187,9 @@ Date: Mon Aug 14 20:31:49 2006 +0000 Monotone-Date: 2006-08-14T20:31:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit 04825c95668d3ef814fcc12004e798fb013dec13 Author: Wolfgang Sourdeau Date: Mon Aug 14 20:31:08 2006 +0000 @@ -106860,6 +133201,8 @@ Date: Mon Aug 14 20:31:08 2006 +0000 Monotone-Date: 2006-08-14T20:31:08 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit 5f2ddae9faee811d501a331b95ce1f5c06cdcdbc Author: Wolfgang Sourdeau Date: Mon Aug 14 20:30:19 2006 +0000 @@ -106871,6 +133214,80 @@ Date: Mon Aug 14 20:30:19 2006 +0000 Monotone-Date: 2006-08-14T20:30:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Templates/AnaisUI/AnaisAttendeeSelector.wox +A UI/Templates/AnaisUI/AnaisSelector.wox +A UI/Templates/AnaisUI/AnaisUidSelector.wox +A UI/Templates/ContactsUI/UIxContactSelector.wox +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +A UI/Templates/ContactsUI/UIxContactsSelectionView.wox +A UI/Templates/MailerUI/UIxSieveEditor.wox +A UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +A UI/Templates/SchedulerUI/UIxAppointmentPrintview.wox +A UI/Templates/SchedulerUI/UIxAppointmentProposal.wox +A UI/Templates/SchedulerUI/UIxAppointmentView.wox +A UI/Templates/SchedulerUI/UIxAptTableView.wox +A UI/Templates/SchedulerUI/UIxCalBackForthNavView.wox +A UI/Templates/SchedulerUI/UIxCalDateLabel.wox +A UI/Templates/SchedulerUI/UIxCalDayChartview.wox +A UI/Templates/SchedulerUI/UIxCalDayListview.wox +A UI/Templates/SchedulerUI/UIxCalDayOverview.wox +A UI/Templates/SchedulerUI/UIxCalDayPrintview.wox +A UI/Templates/SchedulerUI/UIxCalInlineAptView.wox +A UI/Templates/SchedulerUI/UIxCalInlineMonthOverview.wox +A UI/Templates/SchedulerUI/UIxCalMonthOverview.wox +A UI/Templates/SchedulerUI/UIxCalMonthPrintview.wox +A UI/Templates/SchedulerUI/UIxCalParticipationStatusView.wox +A UI/Templates/SchedulerUI/UIxCalScheduleOverview.wox +A UI/Templates/SchedulerUI/UIxCalSelectTab.wox +A UI/Templates/SchedulerUI/UIxCalWeekChartview.wox +A UI/Templates/SchedulerUI/UIxCalWeekColumnsview.wox +A UI/Templates/SchedulerUI/UIxCalWeekListview.wox +A UI/Templates/SchedulerUI/UIxCalWeekOverview.wox +A UI/Templates/SchedulerUI/UIxCalWeekPrintview.wox +A UI/Templates/SchedulerUI/UIxCalYearOverview.wox +A UI/Templates/SchedulerUI/UIxDatePicker.wox +A UI/Templates/SchedulerUI/UIxDatePickerScript.wox +A UI/Templates/SchedulerUI/UIxFilterList.wox +A UI/Templates/SchedulerUI/UIxSortButton.wox +A UI/Templates/SchedulerUI/UIxTimeDateControl.wox +A UI/Templates/SchedulerUI/UIxTimeSelector.wox +D UI/Templates/UIxAppointmentEditor.wox +D UI/Templates/UIxAppointmentPrintview.wox +D UI/Templates/UIxAppointmentProposal.wox +D UI/Templates/UIxAppointmentView.wox +D UI/Templates/UIxAptTableView.wox +D UI/Templates/UIxCalBackForthNavView.wox +D UI/Templates/UIxCalDateLabel.wox +D UI/Templates/UIxCalDayChartview.wox +D UI/Templates/UIxCalDayListview.wox +D UI/Templates/UIxCalDayOverview.wox +D UI/Templates/UIxCalDayPrintview.wox +D UI/Templates/UIxCalInlineAptView.wox +D UI/Templates/UIxCalInlineMonthOverview.wox +D UI/Templates/UIxCalMonthOverview.wox +D UI/Templates/UIxCalMonthPrintview.wox +D UI/Templates/UIxCalParticipationStatusView.wox +D UI/Templates/UIxCalScheduleOverview.wox +D UI/Templates/UIxCalSelectTab.wox +D UI/Templates/UIxCalWeekChartview.wox +D UI/Templates/UIxCalWeekColumnsview.wox +D UI/Templates/UIxCalWeekListview.wox +D UI/Templates/UIxCalWeekOverview.wox +D UI/Templates/UIxCalWeekPrintview.wox +D UI/Templates/UIxCalYearOverview.wox +D UI/Templates/UIxContactSelector.wox +D UI/Templates/UIxContactsSelectionView.wox +D UI/Templates/UIxDatePicker.wox +D UI/Templates/UIxDatePickerScript.wox +D UI/Templates/UIxFilterList.wox +M UI/Templates/UIxPageFrame.wox +D UI/Templates/UIxSieveEditor.wox +D UI/Templates/UIxSortButton.wox +D UI/Templates/UIxTimeDateControl.wox +D UI/Templates/UIxTimeSelector.wox + commit 9709e144bc170588ba783ec8ccd85a811bd6eed8 Author: Wolfgang Sourdeau Date: Mon Aug 14 20:29:14 2006 +0000 @@ -106882,6 +133299,10 @@ Date: Mon Aug 14 20:29:14 2006 +0000 Monotone-Date: 2006-08-14T20:29:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/NGLdapEntry+Contact.h +M SoObjects/Contacts/NGLdapEntry+Contact.m + commit aafcaeff9ff8ebf84536e77a8ea614662bb79c15 Author: Wolfgang Sourdeau Date: Thu Aug 10 22:03:48 2006 +0000 @@ -106893,6 +133314,9 @@ Date: Thu Aug 10 22:03:48 2006 +0000 Monotone-Date: 2006-08-10T22:03:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactGCSFolder.m + commit 17d7ab187e57bb503fa187140a7ff84f8d708ffb Author: Wolfgang Sourdeau Date: Wed Aug 9 21:37:35 2006 +0000 @@ -106904,6 +133328,17 @@ Date: Wed Aug 9 21:37:35 2006 +0000 Monotone-Date: 2006-08-09T21:37:35 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/French.lproj/Localizable.strings +M UI/Contacts/GNUmakefile +M UI/Contacts/UIxContactEditorBase.m +M UI/Contacts/UIxContactView.m +M UI/Contacts/UIxContactsFilterPanel.m +M UI/Contacts/UIxContactsListViewBase.h +M UI/Contacts/UIxContactsListViewBase.m +M UI/Contacts/UIxContactsListViewContainer.h +M UI/Contacts/UIxContactsListViewContainer.m +M UI/Contacts/product.plist + commit bff9753ee3362e4ff16d8d2a9c587d4bb490bd5b Author: Wolfgang Sourdeau Date: Wed Aug 9 21:37:24 2006 +0000 @@ -106915,6 +133350,10 @@ Date: Wed Aug 9 21:37:24 2006 +0000 Monotone-Date: 2006-08-09T21:37:24 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsFilterPanel.wox +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox + commit 885de94ea1f5bf07e28f1ec42ad9b6ee8164b495 Author: Wolfgang Sourdeau Date: Wed Aug 9 21:36:39 2006 +0000 @@ -106926,6 +133365,8 @@ Date: Wed Aug 9 21:36:39 2006 +0000 Monotone-Date: 2006-08-09T21:36:39 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.css + commit c314bae86d53a9287c2ced90653223d9735425cf Author: Wolfgang Sourdeau Date: Wed Aug 9 21:36:35 2006 +0000 @@ -106937,6 +133378,8 @@ Date: Wed Aug 9 21:36:35 2006 +0000 Monotone-Date: 2006-08-09T21:36:35 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit 7f5a1a22d326d7da9a639373e539169748fc9e7c Author: Wolfgang Sourdeau Date: Wed Aug 9 21:35:54 2006 +0000 @@ -106948,6 +133391,8 @@ Date: Wed Aug 9 21:35:54 2006 +0000 Monotone-Date: 2006-08-09T21:35:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 7214ee815a4253346187db614eadf05ef2833d59 Author: Wolfgang Sourdeau Date: Wed Aug 9 21:35:11 2006 +0000 @@ -106959,6 +133404,8 @@ Date: Wed Aug 9 21:35:11 2006 +0000 Monotone-Date: 2006-08-09T21:35:11 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit ecba022341e199678d96468f8ced409f96103700 Author: Wolfgang Sourdeau Date: Wed Aug 9 21:34:46 2006 +0000 @@ -106970,6 +133417,8 @@ Date: Wed Aug 9 21:34:46 2006 +0000 Monotone-Date: 2006-08-09T21:34:46 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/GNUmakefile + commit 116a27bf9b33ca48eecb6a8281f9658f485cd485 Author: Wolfgang Sourdeau Date: Wed Aug 9 21:32:39 2006 +0000 @@ -106981,6 +133430,9 @@ Date: Wed Aug 9 21:32:39 2006 +0000 Monotone-Date: 2006-08-09T21:32:39 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoFolder.m +M SoObjects/SOGo/SOGoObject.m + commit 46a3a9954787a256a94b525d9b4dee45a57c26d3 Author: Wolfgang Sourdeau Date: Wed Aug 9 21:31:48 2006 +0000 @@ -106992,6 +133444,8 @@ Date: Wed Aug 9 21:31:48 2006 +0000 Monotone-Date: 2006-08-09T21:31:48 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/product.plist + commit b0059bc3fff6ad93efed2d657eee892df97c4b41 Author: Wolfgang Sourdeau Date: Wed Aug 9 21:31:28 2006 +0000 @@ -107003,6 +133457,10 @@ Date: Wed Aug 9 21:31:28 2006 +0000 Monotone-Date: 2006-08-09T21:31:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/SOGoContactFolders.h +M SoObjects/Contacts/SOGoContactFolders.m + commit 4d5c879a8dc01154a5bb0cb51377544cab89955e Author: Wolfgang Sourdeau Date: Wed Aug 9 21:25:40 2006 +0000 @@ -107014,6 +133472,8 @@ Date: Wed Aug 9 21:25:40 2006 +0000 Monotone-Date: 2006-08-09T21:25:40 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/abcard.gif + commit aea333f1ce49c3746b16eb63694b9be4fd8cbf63 Author: Wolfgang Sourdeau Date: Wed Aug 9 21:25:23 2006 +0000 @@ -107025,6 +133485,9 @@ Date: Wed Aug 9 21:25:23 2006 +0000 Monotone-Date: 2006-08-09T21:25:23 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Contacts/SOGoContactObject.h + commit 8184e503ef884b5d229a9bf66e5cce8887b749c0 Author: Wolfgang Sourdeau Date: Wed Aug 9 21:23:57 2006 +0000 @@ -107036,6 +133499,9 @@ Date: Wed Aug 9 21:23:57 2006 +0000 Monotone-Date: 2006-08-09T21:23:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Contacts/SOGoContactFolder.h + commit 1e478b6a31f7b14380034bb602ee508862fe097a Author: Wolfgang Sourdeau Date: Wed Aug 9 21:22:26 2006 +0000 @@ -107047,6 +133513,10 @@ Date: Wed Aug 9 21:22:26 2006 +0000 Monotone-Date: 2006-08-09T21:22:26 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Contacts/SOGoContactLDAPFolder.h +A SoObjects/Contacts/SOGoContactLDAPFolder.m + commit b5aef7b657afa8f8e86ebb1185778c9487eada44 Author: Wolfgang Sourdeau Date: Wed Aug 9 21:21:40 2006 +0000 @@ -107058,6 +133528,10 @@ Date: Wed Aug 9 21:21:40 2006 +0000 Monotone-Date: 2006-08-09T21:21:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Contacts/SOGoContactLDAPEntry.h +A SoObjects/Contacts/SOGoContactLDAPEntry.m + commit 3ef76c0b8ca7e8356a4c3fa1d5c1f7db5d84699d Author: Wolfgang Sourdeau Date: Wed Aug 9 21:15:49 2006 +0000 @@ -107069,6 +133543,10 @@ Date: Wed Aug 9 21:15:49 2006 +0000 Monotone-Date: 2006-08-09T21:15:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Contacts/NGVCardSimpleValue+Contact.h +A SoObjects/Contacts/NGVCardSimpleValue+Contact.m + commit 3c07b3040bf02a571cf274a9306a2af92d087626 Author: Wolfgang Sourdeau Date: Wed Aug 9 21:14:38 2006 +0000 @@ -107080,6 +133558,12 @@ Date: Wed Aug 9 21:14:38 2006 +0000 Monotone-Date: 2006-08-09T21:14:38 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Contacts/SOGoContactGCSEntry.h +A SoObjects/Contacts/SOGoContactGCSEntry.m +D SoObjects/Contacts/SOGoContactObject.h +D SoObjects/Contacts/SOGoContactObject.m + commit fac49e4f6903d77e92bdbc14c14d839a63c48dc8 Author: Wolfgang Sourdeau Date: Wed Aug 9 21:13:22 2006 +0000 @@ -107091,6 +133575,10 @@ Date: Wed Aug 9 21:13:22 2006 +0000 Monotone-Date: 2006-08-09T21:13:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Contacts/NGVCard+Contact.h +A SoObjects/Contacts/NGVCard+Contact.m + commit 440b7f6a2f58da371dc624f3b14048d8beb561a5 Author: Wolfgang Sourdeau Date: Wed Aug 9 21:11:49 2006 +0000 @@ -107102,6 +133590,12 @@ Date: Wed Aug 9 21:11:49 2006 +0000 Monotone-Date: 2006-08-09T21:11:49 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D SoObjects/Contacts/SOGoContactFolder.h +D SoObjects/Contacts/SOGoContactFolder.m +A SoObjects/Contacts/SOGoContactGCSFolder.h +A SoObjects/Contacts/SOGoContactGCSFolder.m + commit 4bd2f2c4deae6ed6de6095a95e1f0c0ca2cee6c3 Author: Wolfgang Sourdeau Date: Wed Aug 9 21:01:03 2006 +0000 @@ -107113,6 +133607,11 @@ Date: Wed Aug 9 21:01:03 2006 +0000 Monotone-Date: 2006-08-09T21:01:03 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D SoObjects/Contacts/SOGoContactSource.h +D SoObjects/Contacts/SOGoPersonalAB.h +D SoObjects/Contacts/SOGoPersonalAB.m + commit 325bab826938c0902b25412a84050faa7de44db3 Author: Wolfgang Sourdeau Date: Wed Aug 9 20:58:00 2006 +0000 @@ -107124,6 +133623,10 @@ Date: Wed Aug 9 20:58:00 2006 +0000 Monotone-Date: 2006-08-09T20:58:00 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Contacts/NGLdapEntry+Contact.h +A SoObjects/Contacts/NGLdapEntry+Contact.m + commit 3831049f50c294143496a5544c920c1092dcfa5e Author: Wolfgang Sourdeau Date: Fri Aug 4 23:05:39 2006 +0000 @@ -107135,6 +133638,8 @@ Date: Fri Aug 4 23:05:39 2006 +0000 Monotone-Date: 2006-08-04T23:05:39 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactFolder.m + commit c1b2ffe52e336b06885f7101785869a6c218eeee Author: Wolfgang Sourdeau Date: Fri Aug 4 23:03:34 2006 +0000 @@ -107146,6 +133651,9 @@ Date: Fri Aug 4 23:03:34 2006 +0000 Monotone-Date: 2006-08-04T23:03:34 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/GNUmakefile +M UI/Contacts/product.plist + commit 2feeb6dc4c96d2ecf623fb6d2514f1e4e6165cd9 Author: Wolfgang Sourdeau Date: Fri Aug 4 23:03:13 2006 +0000 @@ -107157,6 +133665,8 @@ Date: Fri Aug 4 23:03:13 2006 +0000 Monotone-Date: 2006-08-04T23:03:13 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/product.plist + commit 6e3713ff83e43ea4d003818414ac24aa9a8e7371 Author: Wolfgang Sourdeau Date: Fri Aug 4 23:03:06 2006 +0000 @@ -107168,6 +133678,8 @@ Date: Fri Aug 4 23:03:06 2006 +0000 Monotone-Date: 2006-08-04T23:03:06 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/GNUmakefile + commit 62b7ba637ea6d459ac30310ab28ff689e7b324f9 Author: Wolfgang Sourdeau Date: Fri Aug 4 23:02:13 2006 +0000 @@ -107179,6 +133691,9 @@ Date: Fri Aug 4 23:02:13 2006 +0000 Monotone-Date: 2006-08-04T23:02:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.m + commit e2f6f553b1f32345c59e46ceea935026df91e64a Author: Wolfgang Sourdeau Date: Fri Aug 4 23:01:12 2006 +0000 @@ -107190,6 +133705,9 @@ Date: Fri Aug 4 23:01:12 2006 +0000 Monotone-Date: 2006-08-04T23:01:12 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactFolder.h +M SoObjects/Contacts/SOGoContactFolder.m + commit 9d657fbf0a3e36253c25678124549a3558abfa68 Author: Wolfgang Sourdeau Date: Fri Aug 4 23:00:32 2006 +0000 @@ -107201,6 +133719,9 @@ Date: Fri Aug 4 23:00:32 2006 +0000 Monotone-Date: 2006-08-04T23:00:32 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Contacts/UIxContactsListViewContainer.m + commit fb900c2075b80838f9d8bfe919d0cac06d77c1ec Author: Wolfgang Sourdeau Date: Fri Aug 4 22:59:14 2006 +0000 @@ -107212,6 +133733,9 @@ Date: Fri Aug 4 22:59:14 2006 +0000 Monotone-Date: 2006-08-04T22:59:14 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox + commit ad0444432638ef4dfa19e9163590467a3722bc00 Author: Wolfgang Sourdeau Date: Fri Aug 4 22:58:14 2006 +0000 @@ -107223,6 +133747,8 @@ Date: Fri Aug 4 22:58:14 2006 +0000 Monotone-Date: 2006-08-04T22:58:14 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/ContactsUI.js + commit 55e75024201fb4e7c059db01ea57672419a3cf25 Author: Wolfgang Sourdeau Date: Fri Aug 4 22:54:21 2006 +0000 @@ -107234,6 +133760,9 @@ Date: Fri Aug 4 22:54:21 2006 +0000 Monotone-Date: 2006-08-04T22:54:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoUserFolder.h + commit 1197a7cc21e3ed4bc1238ba17cc4b0c79d99b39d Author: Wolfgang Sourdeau Date: Fri Aug 4 22:54:11 2006 +0000 @@ -107245,6 +133774,8 @@ Date: Fri Aug 4 22:54:11 2006 +0000 Monotone-Date: 2006-08-04T22:54:11 Monotone-Branch: ca.inverse.sogo +M SoObjects/SOGo/SOGoAuthenticator.h + commit 164a7e14548670edceee5a2fcb44ac70acbc90b5 Author: Wolfgang Sourdeau Date: Fri Aug 4 22:52:43 2006 +0000 @@ -107256,6 +133787,8 @@ Date: Fri Aug 4 22:52:43 2006 +0000 Monotone-Date: 2006-08-04T22:52:43 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactObject.m + commit 51e9e62e533b716e04e0836c27a96eefc0b99136 Author: Wolfgang Sourdeau Date: Fri Aug 4 22:51:42 2006 +0000 @@ -107267,6 +133800,10 @@ Date: Fri Aug 4 22:51:42 2006 +0000 Monotone-Date: 2006-08-04T22:51:42 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Contacts/UIxContactFoldersView.h +A UI/Contacts/UIxContactFoldersView.m + commit 046fd5c270c07284c82736a68346cfe09a28d4e1 Author: Wolfgang Sourdeau Date: Fri Aug 4 22:49:24 2006 +0000 @@ -107278,6 +133815,10 @@ Date: Fri Aug 4 22:49:24 2006 +0000 Monotone-Date: 2006-08-04T22:49:24 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Contacts/SOGoPersonalAB.h +A SoObjects/Contacts/SOGoPersonalAB.m + commit 04116b854da67062880ae2aedf2abe528d60a32e Author: Wolfgang Sourdeau Date: Fri Aug 4 22:47:46 2006 +0000 @@ -107289,6 +133830,9 @@ Date: Fri Aug 4 22:47:46 2006 +0000 Monotone-Date: 2006-08-04T22:47:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Contacts/SOGoContactSource.h + commit 8faf83f55f482b86e7d6b15b5848f414e73ebe4e Author: Wolfgang Sourdeau Date: Fri Aug 4 22:46:19 2006 +0000 @@ -107300,6 +133844,10 @@ Date: Fri Aug 4 22:46:19 2006 +0000 Monotone-Date: 2006-08-04T22:46:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A SoObjects/Contacts/SOGoContactFolders.h +A SoObjects/Contacts/SOGoContactFolders.m + commit 7eb5317f06852989cd5ce62d19b4819132a447fb Author: Wolfgang Sourdeau Date: Fri Aug 4 21:53:42 2006 +0000 @@ -107311,6 +133859,8 @@ Date: Fri Aug 4 21:53:42 2006 +0000 Monotone-Date: 2006-08-04T21:53:42 Monotone-Branch: ca.inverse.sogo +M .mtn-ignore + commit 6d3d0ddcb5fb8f9465fd6a6813ba6765a5e19e34 Author: Wolfgang Sourdeau Date: Fri Aug 4 15:00:15 2006 +0000 @@ -107322,6 +133872,9 @@ Date: Fri Aug 4 15:00:15 2006 +0000 Monotone-Date: 2006-08-04T15:00:15 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactsListViewContainer.wox +M UI/WebServerResources/ContactsUI.css + commit e0b9bc7a19d0d8800d5ec0ad9a349b035f51cdb0 Author: Wolfgang Sourdeau Date: Fri Aug 4 14:58:40 2006 +0000 @@ -107333,6 +133886,14 @@ Date: Fri Aug 4 14:58:40 2006 +0000 Monotone-Date: 2006-08-04T14:58:40 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailAccountViewContainer.wox +M UI/Templates/MailerUI/UIxMailAccountsView.wox +M UI/Templates/MailerUI/UIxMailListViewContainer.wox +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.css + commit f8a398dcf742150522e2cdec7b59511c62f7310e Author: Wolfgang Sourdeau Date: Thu Aug 3 21:35:27 2006 +0000 @@ -107344,6 +133905,10 @@ Date: Thu Aug 3 21:35:27 2006 +0000 Monotone-Date: 2006-08-03T21:35:27 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailEditor.m +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/Templates/MailerUI/UIxMailListView.wox + commit d7601f5d27b399fb9f7b203f01260e49e77c39c4 Author: Wolfgang Sourdeau Date: Thu Aug 3 21:34:19 2006 +0000 @@ -107355,6 +133920,10 @@ Date: Thu Aug 3 21:34:19 2006 +0000 Monotone-Date: 2006-08-03T21:34:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailAccountsView.m +M UI/MailerUI/product.plist + commit 9e0cdaabe04c96244498ea064e1ee9c4b9d68ab4 Author: Wolfgang Sourdeau Date: Thu Aug 3 21:32:53 2006 +0000 @@ -107366,6 +133935,9 @@ Date: Thu Aug 3 21:32:53 2006 +0000 Monotone-Date: 2006-08-03T21:32:53 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactEditorBase.m +M UI/Contacts/product.plist + commit 19e7a2f2cd5fdcc4cb0bb5a0c80a165e2ceee0bb Author: Wolfgang Sourdeau Date: Thu Aug 3 21:32:18 2006 +0000 @@ -107377,6 +133949,8 @@ Date: Thu Aug 3 21:32:18 2006 +0000 Monotone-Date: 2006-08-03T21:32:18 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.css + commit a4879964320b8298c4ae214b548d0b880b66e510 Author: Wolfgang Sourdeau Date: Thu Aug 3 21:32:08 2006 +0000 @@ -107388,6 +133962,8 @@ Date: Thu Aug 3 21:32:08 2006 +0000 Monotone-Date: 2006-08-03T21:32:08 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css + commit 5d5814cb26a9e284a0e98cf765ca1eb41498a94c Author: Wolfgang Sourdeau Date: Thu Aug 3 21:29:36 2006 +0000 @@ -107399,6 +133975,8 @@ Date: Thu Aug 3 21:29:36 2006 +0000 Monotone-Date: 2006-08-03T21:29:36 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/Toolbars/SOGoContactFolder.toolbar + commit 933661aae57c99c7fa2fbb2d5f5d9e8465d23300 Author: Wolfgang Sourdeau Date: Thu Aug 3 21:29:24 2006 +0000 @@ -107410,6 +133988,10 @@ Date: Thu Aug 3 21:29:24 2006 +0000 Monotone-Date: 2006-08-03T21:29:24 Monotone-Branch: ca.inverse.sogo +M UI/Common/GNUmakefile +M UI/Contacts/GNUmakefile +M UI/MailerUI/GNUmakefile + commit fd5163ac9b04a234a55ef3c779041c224f04b55a Author: Wolfgang Sourdeau Date: Thu Aug 3 21:28:33 2006 +0000 @@ -107421,6 +134003,9 @@ Date: Thu Aug 3 21:28:33 2006 +0000 Monotone-Date: 2006-08-03T21:28:33 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/ContactsUI.css +A UI/WebServerResources/ContactsUI.js + commit 07e01d41c8a54400c59aca20f9776d1056e8ea33 Author: Wolfgang Sourdeau Date: Thu Aug 3 21:28:14 2006 +0000 @@ -107432,6 +134017,8 @@ Date: Thu Aug 3 21:28:14 2006 +0000 Monotone-Date: 2006-08-03T21:28:14 Monotone-Branch: ca.inverse.sogo +D UI/Contacts/ContactsUI.js + commit 13c9b3f209fbb2a54fdacb76a9b1de049644c568 Author: Wolfgang Sourdeau Date: Thu Aug 3 21:27:58 2006 +0000 @@ -107443,6 +134030,9 @@ Date: Thu Aug 3 21:27:58 2006 +0000 Monotone-Date: 2006-08-03T21:27:58 Monotone-Branch: ca.inverse.sogo +D UI/Templates/MailerUI/UIxMailSortableTableHeader.wox +A UI/Templates/UIxSortableTableHeader.wox + commit de3eb85631a1c4f0b09587a894669f2b58c2f4cd Author: Wolfgang Sourdeau Date: Thu Aug 3 21:27:22 2006 +0000 @@ -107454,6 +134044,10 @@ Date: Thu Aug 3 21:27:22 2006 +0000 Monotone-Date: 2006-08-03T21:27:22 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Common/UIxSortableTableHeader.m +D UI/MailerUI/UIxMailSortableTableHeader.m + commit 9fba1b1dca2d907334781dac66d7a874754a8f97 Author: Wolfgang Sourdeau Date: Thu Aug 3 21:26:24 2006 +0000 @@ -107465,6 +134059,8 @@ Date: Thu Aug 3 21:26:24 2006 +0000 Monotone-Date: 2006-08-03T21:26:24 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/SOGoContactObject.h + commit 8c0c7135506c9a6df47e27e5e9639c5cbd33e2c5 Author: Wolfgang Sourdeau Date: Thu Aug 3 21:25:33 2006 +0000 @@ -107476,6 +134072,11 @@ Date: Thu Aug 3 21:25:33 2006 +0000 Monotone-Date: 2006-08-03T21:25:33 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Contacts/UIxContactsListViewContainer.h +A UI/Contacts/UIxContactsListViewContainer.m +A UI/Templates/ContactsUI/UIxContactsListViewContainer.wox + commit 68a6ef4b866ebe7859775fe856564cb234a2f812 Author: Wolfgang Sourdeau Date: Thu Aug 3 21:23:30 2006 +0000 @@ -107487,6 +134088,10 @@ Date: Thu Aug 3 21:23:30 2006 +0000 Monotone-Date: 2006-08-03T21:23:30 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Contacts/UIxContactsFilterPanel.m +A UI/Templates/ContactsUI/UIxContactsFilterPanel.wox + commit f993d1cee8cba627bd9201f7a32a0de23677e288 Author: Wolfgang Sourdeau Date: Thu Aug 3 14:55:58 2006 +0000 @@ -107498,6 +134103,9 @@ Date: Thu Aug 3 14:55:58 2006 +0000 Monotone-Date: 2006-08-03T14:55:58 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/NSDictionary+Contact.m + commit ac111882291371594a9d2eea4b1455b7a9796e13 Author: Wolfgang Sourdeau Date: Thu Aug 3 14:23:46 2006 +0000 @@ -107509,6 +134117,8 @@ Date: Thu Aug 3 14:23:46 2006 +0000 Monotone-Date: 2006-08-03T14:23:46 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit c57f44d28fa41abefc65626a3170b0ae5b9a9944 Author: Wolfgang Sourdeau Date: Thu Aug 3 14:23:24 2006 +0000 @@ -107520,6 +134130,8 @@ Date: Thu Aug 3 14:23:24 2006 +0000 Monotone-Date: 2006-08-03T14:23:24 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailView.wox + commit 2b9fd23e4c383615ae4e41834bf0760485400f37 Author: Wolfgang Sourdeau Date: Thu Aug 3 14:22:46 2006 +0000 @@ -107531,6 +134143,9 @@ Date: Thu Aug 3 14:22:46 2006 +0000 Monotone-Date: 2006-08-03T14:22:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/AgenorUserManager.m + commit 78ac3c734da5e4650a1896a4a32fad95660256c8 Author: Wolfgang Sourdeau Date: Wed Aug 2 22:43:17 2006 +0000 @@ -107542,6 +134157,9 @@ Date: Wed Aug 2 22:43:17 2006 +0000 Monotone-Date: 2006-08-02T22:43:17 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/Toolbars/SOGoMailObject.toolbar +M UI/WebServerResources/MailerUI.js + commit c2755c065d2f952525b7fac9745d36ead0b85f7e Author: Wolfgang Sourdeau Date: Wed Aug 2 20:19:17 2006 +0000 @@ -107553,6 +134171,8 @@ Date: Wed Aug 2 20:19:17 2006 +0000 Monotone-Date: 2006-08-02T20:19:17 Monotone-Branch: ca.inverse.sogo +M SoObjects/Contacts/NSDictionary+Contact.m + commit 73f5d94c3832b667df5741f78409cf2862e9a04c Author: Wolfgang Sourdeau Date: Wed Aug 2 20:04:46 2006 +0000 @@ -107564,6 +134184,8 @@ Date: Wed Aug 2 20:04:46 2006 +0000 Monotone-Date: 2006-08-02T20:04:46 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js + commit 0915484b8aa0b7c34d552c8edac18102e7100e42 Author: Wolfgang Sourdeau Date: Wed Aug 2 20:04:23 2006 +0000 @@ -107575,6 +134197,8 @@ Date: Wed Aug 2 20:04:23 2006 +0000 Monotone-Date: 2006-08-02T20:04:23 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/UIxContactEditorBase.m + commit e5c24e99f422a0bc7237f904952b8f7d548e5fa7 Author: Wolfgang Sourdeau Date: Wed Aug 2 20:03:10 2006 +0000 @@ -107586,6 +134210,8 @@ Date: Wed Aug 2 20:03:10 2006 +0000 Monotone-Date: 2006-08-02T20:03:10 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 01edf54a1ab8faf12a1fc542cdc9ccc28e2bcfdb Author: Wolfgang Sourdeau Date: Wed Aug 2 19:54:02 2006 +0000 @@ -107597,6 +134223,12 @@ Date: Wed Aug 2 19:54:02 2006 +0000 Monotone-Date: 2006-08-02T19:54:02 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Contacts/GNUmakefile +A SoObjects/Contacts/NSDictionary+Contact.h +A SoObjects/Contacts/NSDictionary+Contact.m +M SoObjects/Contacts/SOGoContactObject.m + commit bc733caf4bc1cd88c9b4f0afb0d21576abfe6d68 Author: Wolfgang Sourdeau Date: Tue Aug 1 20:31:56 2006 +0000 @@ -107608,6 +134240,9 @@ Date: Tue Aug 1 20:31:56 2006 +0000 Monotone-Date: 2006-08-01T20:31:56 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.js +M UI/WebServerResources/generic.js + commit 1ed556f6571460a3519014c3cba226dd9d8202d5 Author: Wolfgang Sourdeau Date: Tue Aug 1 20:03:50 2006 +0000 @@ -107619,6 +134254,10 @@ Date: Tue Aug 1 20:03:50 2006 +0000 Monotone-Date: 2006-08-01T20:03:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/WebServerResources/MailerUI.js + commit e61b8eecf28ab02acfe477b75c7d969685ed227d Author: Wolfgang Sourdeau Date: Tue Aug 1 19:18:52 2006 +0000 @@ -107630,6 +134269,9 @@ Date: Tue Aug 1 19:18:52 2006 +0000 Monotone-Date: 2006-08-01T19:18:52 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailFolderMenu.m + commit 1faa1b5bc0819fb71e9417c44462ac4db0e6d22f Author: Wolfgang Sourdeau Date: Tue Aug 1 19:18:06 2006 +0000 @@ -107641,6 +134283,9 @@ Date: Tue Aug 1 19:18:06 2006 +0000 Monotone-Date: 2006-08-01T19:18:06 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/SOGoUI/UIxComponent.m + commit 49bd0d13895f53611eb9dae4e71c4ad08b274cba Author: Wolfgang Sourdeau Date: Tue Aug 1 19:17:06 2006 +0000 @@ -107652,6 +134297,9 @@ Date: Tue Aug 1 19:17:06 2006 +0000 Monotone-Date: 2006-08-01T19:17:06 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailTree.h +M UI/MailerUI/UIxMailTree.m + commit e1c6fe096704f7143328c98c497b73ff727978e5 Author: Wolfgang Sourdeau Date: Tue Aug 1 19:04:28 2006 +0000 @@ -107663,6 +134311,10 @@ Date: Tue Aug 1 19:04:28 2006 +0000 Monotone-Date: 2006-08-01T19:04:28 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/French.lproj/Localizable.strings +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/WebServerResources/MailerUI.js + commit 5d830444726c19838639e7c404c4c561dc956535 Author: Wolfgang Sourdeau Date: Tue Aug 1 18:10:51 2006 +0000 @@ -107674,6 +134326,9 @@ Date: Tue Aug 1 18:10:51 2006 +0000 Monotone-Date: 2006-08-01T18:10:51 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/icon_read.gif +M UI/WebServerResources/icon_unread.gif + commit b7af9795c778751d7c0d8961159475be24bc6011 Author: Wolfgang Sourdeau Date: Tue Aug 1 18:05:06 2006 +0000 @@ -107685,6 +134340,8 @@ Date: Tue Aug 1 18:05:06 2006 +0000 Monotone-Date: 2006-08-01T18:05:06 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit a3637e44a488cd67803217527341c83f3a52261b Author: Wolfgang Sourdeau Date: Tue Aug 1 18:02:45 2006 +0000 @@ -107696,6 +134353,9 @@ Date: Tue Aug 1 18:02:45 2006 +0000 Monotone-Date: 2006-08-01T18:02:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 8139319a05444d0f6c6900ec5c0c3cd060f632ab Author: Wolfgang Sourdeau Date: Tue Aug 1 18:01:00 2006 +0000 @@ -107707,6 +134367,9 @@ Date: Tue Aug 1 18:01:00 2006 +0000 Monotone-Date: 2006-08-01T18:01:00 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/MailerUI.css +M UI/WebServerResources/MailerUI.js + commit 37608d2bca2be78b41b19c7d9fbc252da083778a Author: Wolfgang Sourdeau Date: Tue Aug 1 17:59:29 2006 +0000 @@ -107718,6 +134381,11 @@ Date: Tue Aug 1 17:59:29 2006 +0000 Monotone-Date: 2006-08-01T17:59:29 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactEditor.wox +M UI/Templates/ContactsUI/UIxContactView.wox +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/Templates/MailerUI/UIxMailSortableTableHeader.wox + commit 05de449b97d7ede2d36440c980c075b0505d1f11 Author: Wolfgang Sourdeau Date: Tue Aug 1 17:56:51 2006 +0000 @@ -107729,6 +134397,10 @@ Date: Tue Aug 1 17:56:51 2006 +0000 Monotone-Date: 2006-08-01T17:56:51 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.m +M UI/MailerUI/UIxMailSortableTableHeader.m + commit 0141335dace521518f20c3943eff5de4de0024e5 Author: Wolfgang Sourdeau Date: Mon Jul 31 20:54:34 2006 +0000 @@ -107740,6 +134412,8 @@ Date: Mon Jul 31 20:54:34 2006 +0000 Monotone-Date: 2006-07-31T20:54:34 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/busy.gif + commit 7532e6a5182569e7d02301ae4e14bf812de789f9 Author: Wolfgang Sourdeau Date: Mon Jul 31 20:24:50 2006 +0000 @@ -107751,6 +134425,9 @@ Date: Mon Jul 31 20:24:50 2006 +0000 Monotone-Date: 2006-07-31T20:24:50 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/MailerUI.js + commit 962b897c4769bf0309f8ef0af36fb3b602f71bd6 Author: Wolfgang Sourdeau Date: Mon Jul 31 20:18:24 2006 +0000 @@ -107762,6 +134439,8 @@ Date: Mon Jul 31 20:18:24 2006 +0000 Monotone-Date: 2006-07-31T20:18:24 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/generic.js + commit c8a24285e6ca4b1973175e84b51119539502ede6 Author: Wolfgang Sourdeau Date: Mon Jul 31 20:17:50 2006 +0000 @@ -107773,6 +134452,8 @@ Date: Mon Jul 31 20:17:50 2006 +0000 Monotone-Date: 2006-07-31T20:17:50 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailView.wox + commit 3f8c6af2927ca5532b64158517fb844ac3032e33 Author: Wolfgang Sourdeau Date: Mon Jul 31 20:16:45 2006 +0000 @@ -107784,6 +134465,9 @@ Date: Mon Jul 31 20:16:45 2006 +0000 Monotone-Date: 2006-07-31T20:16:45 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailListView.m + commit 1099a080bf7f759c7adf796a11c3c80954376676 Author: Wolfgang Sourdeau Date: Mon Jul 31 20:11:21 2006 +0000 @@ -107795,6 +134479,9 @@ Date: Mon Jul 31 20:11:21 2006 +0000 Monotone-Date: 2006-07-31T20:11:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D UI/WebServerResources/UIxMailListView.js + commit f3fecadaa3061a4191e5df1a10b1b337d40fd5a2 Author: Wolfgang Sourdeau Date: Fri Jul 28 23:25:34 2006 +0000 @@ -107806,6 +134493,10 @@ Date: Fri Jul 28 23:25:34 2006 +0000 Monotone-Date: 2006-07-28T23:25:34 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/MailerUI/UIxMailFolderMenu.h +A UI/MailerUI/UIxMailFolderMenu.m + commit 39228fb130b8dc2c42e7ee326e72d27b6252fcaf Author: Wolfgang Sourdeau Date: Fri Jul 28 22:59:11 2006 +0000 @@ -107817,6 +134508,80 @@ Date: Fri Jul 28 22:59:11 2006 +0000 Monotone-Date: 2006-07-28T22:59:11 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailAccounts.m +M UI/Common/UIxPageFrame.h +M UI/Common/UIxPageFrame.m +M UI/Common/UIxToolbar.m +M UI/Common/product.plist +M UI/Contacts/UIxContactEditorBase.m +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/GNUmakefile +M UI/MailerUI/Toolbars/SOGoDraftObject.toolbar +M UI/MailerUI/Toolbars/SOGoMailObject.toolbar +M UI/MailerUI/UIxMailAccountView.m +A UI/MailerUI/UIxMailAccountViewContainer.h +A UI/MailerUI/UIxMailAccountViewContainer.m +M UI/MailerUI/UIxMailAccountsView.m +M UI/MailerUI/UIxMailEditor.m +M UI/MailerUI/UIxMailEditorAction.m +M UI/MailerUI/UIxMailFilterPanel.m +A UI/MailerUI/UIxMailListView.h +M UI/MailerUI/UIxMailListView.m +A UI/MailerUI/UIxMailListViewContainer.h +A UI/MailerUI/UIxMailListViewContainer.m +A UI/MailerUI/UIxMailMainFrame.h +M UI/MailerUI/UIxMailMainFrame.m +M UI/MailerUI/UIxMailSortableTableHeader.m +A UI/MailerUI/UIxMailTree.h +M UI/MailerUI/UIxMailTree.m +M UI/MailerUI/UIxMailTreeBlock.h +M UI/MailerUI/UIxMailTreeBlock.m +A UI/MailerUI/UIxMailTreeBlockJS.h +A UI/MailerUI/UIxMailTreeBlockJS.m +D UI/MailerUI/UIxMailView.js +A UI/MailerUI/UIxMailViewContainer.h +A UI/MailerUI/UIxMailViewContainer.m +M UI/MailerUI/product.plist +M UI/SOGoUI/UIxComponent.h +M UI/SOGoUI/UIxComponent.m +M UI/Scheduler/UIxAppointmentEditor.m +M UI/Templates/MailerUI/UIxMailAccountView.wox +A UI/Templates/MailerUI/UIxMailAccountViewContainer.wox +M UI/Templates/MailerUI/UIxMailAccountsView.wox +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/Templates/MailerUI/UIxMailFilterPanel.wox +A UI/Templates/MailerUI/UIxMailFolderMenu.wox +M UI/Templates/MailerUI/UIxMailListView.wox +A UI/Templates/MailerUI/UIxMailListViewContainer.wox +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/Templates/MailerUI/UIxMailMoveToPopUp.wox +M UI/Templates/MailerUI/UIxMailToSelection.wox +M UI/Templates/MailerUI/UIxMailTree.wox +A UI/Templates/MailerUI/UIxMailTreeBlockJS.wox +M UI/Templates/MailerUI/UIxMailView.wox +A UI/Templates/MailerUI/UIxMailViewContainer.wox +M UI/Templates/UIxPageFrame.wox +M UI/Templates/UIxToolbar.wox +A UI/WebServerResources/MailerUI.js +M UI/WebServerResources/UIxMailListView.js +A UI/WebServerResources/busy.gif +A UI/WebServerResources/empty.gif +M UI/WebServerResources/generic.js +M UI/WebServerResources/mailer.js +M UI/WebServerResources/tbtv_account_17x17.gif +M UI/WebServerResources/tbtv_corner_17x17.gif +M UI/WebServerResources/tbtv_corner_minus_17x17.gif +M UI/WebServerResources/tbtv_corner_plus_17x17.gif +M UI/WebServerResources/tbtv_drafts_17x17.gif +M UI/WebServerResources/tbtv_inbox_17x17.gif +D UI/WebServerResources/tbtv_junction2_17x17.gif +M UI/WebServerResources/tbtv_junction_17x17.gif +M UI/WebServerResources/tbtv_leaf_corner_17x17.gif +M UI/WebServerResources/tbtv_line_17x17.gif +M UI/WebServerResources/tbtv_minus_17x17.gif +M UI/WebServerResources/tbtv_plus_17x17.gif +M UI/WebServerResources/tbtv_trash_17x17.gif + commit bef8dad2388358c80fdee4b3d1686555d3e9b07e Author: Wolfgang Sourdeau Date: Fri Jul 28 22:58:17 2006 +0000 @@ -107828,6 +134593,9 @@ Date: Fri Jul 28 22:58:17 2006 +0000 Monotone-Date: 2006-07-28T22:58:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog +D UI/Templates/MailerUI/UIxMailPanelFrame.wox + commit 4ec17d448542c82f8cbe0f8a6b6054e431616c59 Author: Wolfgang Sourdeau Date: Fri Jul 28 22:54:11 2006 +0000 @@ -107839,6 +134607,9 @@ Date: Fri Jul 28 22:54:11 2006 +0000 Monotone-Date: 2006-07-28T22:54:11 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/UIxMailEditor.css +D UI/WebServerResources/mailer-compose.css + commit 4f5ea3032f0b06ebee63660e666221e0725b5591 Author: Wolfgang Sourdeau Date: Fri Jul 28 22:53:57 2006 +0000 @@ -107850,6 +134621,10 @@ Date: Fri Jul 28 22:53:57 2006 +0000 Monotone-Date: 2006-07-28T22:53:57 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/WebServerResources/dtree.css +A UI/WebServerResources/dtree.js + commit 047c8385d25bcd84822a50fabc2866200222309b Author: Wolfgang Sourdeau Date: Fri Jul 28 22:51:54 2006 +0000 @@ -107861,6 +134636,11 @@ Date: Fri Jul 28 22:51:54 2006 +0000 Monotone-Date: 2006-07-28T22:51:54 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/MailerUI.css +A UI/WebServerResources/generic.css +D UI/WebServerResources/mailer.css +D UI/WebServerResources/uix.css + commit a3dd5bc0ca3c993a8adae6a2fff38a6c621f23b9 Author: Wolfgang Sourdeau Date: Fri Jul 28 22:43:28 2006 +0000 @@ -107872,6 +134652,19 @@ Date: Fri Jul 28 22:43:28 2006 +0000 Monotone-Date: 2006-07-28T22:43:28 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/Mailer/SOGoUser+Mail.m +M UI/Common/GNUmakefile +D UI/Common/NSDictionary+URL.h +D UI/Common/NSDictionary+URL.m +D UI/Common/NSString+URL.h +D UI/Common/NSString+URL.m +M UI/SOGoUI/GNUmakefile +A UI/SOGoUI/NSDictionary+URL.h +A UI/SOGoUI/NSDictionary+URL.m +A UI/SOGoUI/NSString+URL.h +A UI/SOGoUI/NSString+URL.m + commit fc0aa87fed8fed2c9938cbe50188e479cb4349e8 Author: Wolfgang Sourdeau Date: Mon Jul 17 17:30:42 2006 +0000 @@ -107883,6 +134676,16 @@ Date: Mon Jul 17 17:30:42 2006 +0000 Monotone-Date: 2006-07-17T17:30:42 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailFilterPanel.wox +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/Templates/MailerUI/UIxMailView.wox +M UI/Templates/UIxAppointmentEditor.wox +M UI/WebServerResources/Search-bar.png +M UI/WebServerResources/UIxMailListView.js +M UI/WebServerResources/generic.js +M UI/WebServerResources/mailer.css +M UI/WebServerResources/mailer.js + commit bf4d619e2b3dff9154da49bdbc9b735ebc77bce1 Author: Wolfgang Sourdeau Date: Mon Jul 17 17:30:38 2006 +0000 @@ -107894,6 +134697,10 @@ Date: Mon Jul 17 17:30:38 2006 +0000 Monotone-Date: 2006-07-17T17:30:38 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/UIxComponent.m +M UI/Scheduler/French.lproj/Localizable.strings +M UI/Scheduler/UIxAppointmentEditor.m + commit 228dd343c0f3c3dc1800839545c39c58e2c5525a Author: Wolfgang Sourdeau Date: Mon Jul 17 17:28:29 2006 +0000 @@ -107905,6 +134712,9 @@ Date: Mon Jul 17 17:28:29 2006 +0000 Monotone-Date: 2006-07-17T17:28:29 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/WOContext+UIxMailer.m + commit 475c60ce7f03ab5f9e324d6febaa1438088c9c2e Author: Wolfgang Sourdeau Date: Mon Jul 17 17:26:15 2006 +0000 @@ -107916,6 +134726,10 @@ Date: Mon Jul 17 17:26:15 2006 +0000 Monotone-Date: 2006-07-17T17:26:15 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailFormatter.h +M UI/MailerUI/UIxMailFormatter.m + commit 24c6a21e37da772e361ed12a2f9b537c7860af52 Author: Wolfgang Sourdeau Date: Mon Jul 17 17:25:16 2006 +0000 @@ -107927,6 +134741,9 @@ Date: Mon Jul 17 17:25:16 2006 +0000 Monotone-Date: 2006-07-17T17:25:16 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailFilterPanel.m + commit 082212d13f5caa04c85a99d13a7d6c4f627f10c2 Author: Wolfgang Sourdeau Date: Thu Jul 13 19:13:18 2006 +0000 @@ -107940,6 +134757,13 @@ Date: Thu Jul 13 19:13:18 2006 +0000 Monotone-Date: 2006-07-13T19:13:18 Monotone-Branch: ca.inverse.sogo +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/WebServerResources/UIxMailToSelection.js +M UI/WebServerResources/generic.js +M UI/WebServerResources/mailer.css +M UI/WebServerResources/uix.css + commit 5c4a2392246dfd13841480615c77896e1725b3b8 Author: Wolfgang Sourdeau Date: Thu Jul 13 15:58:54 2006 +0000 @@ -107953,6 +134777,9 @@ Date: Thu Jul 13 15:58:54 2006 +0000 Monotone-Date: 2006-07-13T15:58:54 Monotone-Branch: ca.inverse.sogo +A UI/WebServerResources/submenu-active.gif +A UI/WebServerResources/submenu.gif + commit ba266098cc4bc1958690b26e4c5c44cfd7840a19 Author: Wolfgang Sourdeau Date: Wed Jul 12 22:03:05 2006 +0000 @@ -107964,6 +134791,22 @@ Date: Wed Jul 12 22:03:05 2006 +0000 Monotone-Date: 2006-07-12T22:03:05 Monotone-Branch: ca.inverse.sogo +M SoObjects/Mailer/SOGoMailFolder.m +M UI/MailerUI/French.lproj/Localizable.strings +M UI/Templates/MailerUI/UIxMailAccountView.wox +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/Templates/MailerUI/UIxMailFilterPanel.wox +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/Templates/MailerUI/UIxMailSortableTableHeader.wox +M UI/Templates/MailerUI/UIxMailTree.wox +A UI/WebServerResources/Search-bar.png +M UI/WebServerResources/UIxMailListView.js +M UI/WebServerResources/mailer-compose.css +M UI/WebServerResources/mailer-toolbar.css +M UI/WebServerResources/mailer.css +M UI/WebServerResources/uix.css + commit b6bfb97c474e9daf5dcfec2025a4a1e1278e35b6 Author: Wolfgang Sourdeau Date: Wed Jul 12 22:02:28 2006 +0000 @@ -107975,6 +134818,17 @@ Date: Wed Jul 12 22:02:28 2006 +0000 Monotone-Date: 2006-07-12T22:02:28 Monotone-Branch: ca.inverse.sogo +A UI/MailerUI/Images/account-settings.png +A UI/MailerUI/Images/create-account.png +A UI/MailerUI/Images/manage-filters.png +A UI/MailerUI/Images/manage-imap.png +A UI/MailerUI/Images/manage-newsgroups.png +A UI/MailerUI/Images/manage-rss.png +A UI/MailerUI/Images/offline-settings.png +A UI/MailerUI/Images/read-messages.png +A UI/MailerUI/Images/search-messages.png +A UI/MailerUI/Images/write-message.png + commit c987d740fcf0495f952051222d653262b0d2e0e1 Author: Wolfgang Sourdeau Date: Wed Jul 12 13:44:12 2006 +0000 @@ -107986,6 +134840,8 @@ Date: Wed Jul 12 13:44:12 2006 +0000 Monotone-Date: 2006-07-12T13:44:12 Monotone-Branch: ca.inverse.sogo +M UI/Common/GNUmakefile + commit ce1b3b7ce8e7efa1bac5585c7d5b6fdfe991b237 Author: Wolfgang Sourdeau Date: Tue Jul 11 22:35:42 2006 +0000 @@ -107997,6 +134853,8 @@ Date: Tue Jul 11 22:35:42 2006 +0000 Monotone-Date: 2006-07-11T22:35:42 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/mailer.css + commit 8d92ea1b503239461a6859951f414f0abc241450 Author: Wolfgang Sourdeau Date: Tue Jul 11 22:29:19 2006 +0000 @@ -108008,6 +134866,20 @@ Date: Tue Jul 11 22:29:19 2006 +0000 Monotone-Date: 2006-07-11T22:29:19 Monotone-Branch: ca.inverse.sogo +M Main/SOGo.m +M Main/SOGoProductLoader.m +M UI/Common/GNUmakefile +M UI/Common/UIxPageFrame.m +M UI/Common/product.plist +M UI/MailerUI/UIxMailListView.m +M UI/MainUI/SOGoUserHomePage.m +M UI/Templates/MailPartViewers/UIxMailPartTextViewer.wox +M UI/Templates/MailerUI/UIxMailListView.wox +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/Templates/UIxPageFrame.wox +M UI/WebServerResources/generic.js +M UI/WebServerResources/mailer.css + commit 5cc323dfec7bfc37398a26af97c9c2c19d14bf86 Author: Wolfgang Sourdeau Date: Tue Jul 11 18:15:45 2006 +0000 @@ -108019,6 +134891,8 @@ Date: Tue Jul 11 18:15:45 2006 +0000 Monotone-Date: 2006-07-11T18:15:45 Monotone-Branch: ca.inverse.sogo +M UI/MailerUI/UIxMailMainFrame.m + commit 51d8d973a2d6a1d4852f322e92688d96565a0415 Author: Wolfgang Sourdeau Date: Tue Jul 11 18:13:08 2006 +0000 @@ -108030,6 +134904,9 @@ Date: Tue Jul 11 18:13:08 2006 +0000 Monotone-Date: 2006-07-11T18:13:08 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/uix.css + commit 169cd2ef29a0070e5c64fa0b88f8a170b670f504 Author: Wolfgang Sourdeau Date: Tue Jul 11 18:11:54 2006 +0000 @@ -108041,6 +134918,9 @@ Date: Tue Jul 11 18:11:54 2006 +0000 Monotone-Date: 2006-07-11T18:11:54 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit bc4c9e5e36c8f4809f4e72845812ff60b044c4c9 Author: Wolfgang Sourdeau Date: Tue Jul 11 18:08:13 2006 +0000 @@ -108052,6 +134932,12 @@ Date: Tue Jul 11 18:08:13 2006 +0000 Monotone-Date: 2006-07-11T18:08:13 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Contacts/ContactsUI.js +M UI/Contacts/GNUmakefile +M UI/Contacts/Toolbars/SOGoContactFolder.toolbar +M UI/Contacts/UIxContactEditorBase.m + commit 4bcbdedbfe94005e521cd33ac9704e1bf1e0f939 Author: Wolfgang Sourdeau Date: Tue Jul 11 18:03:28 2006 +0000 @@ -108063,6 +134949,8 @@ Date: Tue Jul 11 18:03:28 2006 +0000 Monotone-Date: 2006-07-11T18:03:28 Monotone-Branch: ca.inverse.sogo +A UI/MailerUI/UIxMailView.js + commit fcd86bfa96b0e884e65d48a88dfffaeb81048366 Author: Wolfgang Sourdeau Date: Tue Jul 11 17:53:09 2006 +0000 @@ -108074,6 +134962,17 @@ Date: Tue Jul 11 17:53:09 2006 +0000 Monotone-Date: 2006-07-11T17:53:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/French.lproj/Localizable.strings +M UI/MailerUI/GNUmakefile +M UI/MailerUI/UIxMailEditorAction.m +M UI/MailerUI/UIxMailMainFrame.m +M UI/MailerUI/UIxMailToSelection.m +M UI/MailerUI/product.plist +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/Templates/MailerUI/UIxMailPanelFrame.wox +M UI/Templates/MailerUI/UIxMailView.wox + commit 77d9730062afa431917a08e8e37594079565d96e Author: Wolfgang Sourdeau Date: Tue Jul 11 17:43:58 2006 +0000 @@ -108087,6 +134986,15 @@ Date: Tue Jul 11 17:43:58 2006 +0000 Monotone-Date: 2006-07-11T17:43:58 Monotone-Branch: ca.inverse.sogo +M UI/SOGoUI/UIxComponent.m +M UI/Scheduler/Toolbars/SOGoAppointmentFolder.toolbar +M UI/Templates/ContactsUI/UIxContactEditor.wox +M UI/Templates/MailerUI/UIxMailEditor.wox +M UI/Templates/MailerUI/UIxMailToSelection.wox +M UI/WebServerResources/calendar.css +M UI/WebServerResources/mailer-compose.css +M UI/WebServerResources/mailer.css + commit 69091c1d45e29ec2cf2d5214d44e6b1037df68b8 Author: Wolfgang Sourdeau Date: Tue Jul 11 17:29:50 2006 +0000 @@ -108098,6 +135006,9 @@ Date: Tue Jul 11 17:29:50 2006 +0000 Monotone-Date: 2006-07-11T17:29:50 Monotone-Branch: ca.inverse.sogo +M UI/Common/GNUmakefile +M UI/Common/product.plist + commit c6b60d8516e74dee8aa463909db1dc3a2755ca86 Author: Wolfgang Sourdeau Date: Tue Jul 11 17:29:09 2006 +0000 @@ -108109,6 +135020,12 @@ Date: Tue Jul 11 17:29:09 2006 +0000 Monotone-Date: 2006-07-11T17:29:09 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Common/NSDictionary+URL.h +A UI/Common/NSDictionary+URL.m +A UI/Common/NSString+URL.h +A UI/Common/NSString+URL.m + commit dcd08595d91169ce4a2e46a57898270cbf759f8f Author: Wolfgang Sourdeau Date: Tue Jul 11 17:25:30 2006 +0000 @@ -108120,6 +135037,8 @@ Date: Tue Jul 11 17:25:30 2006 +0000 Monotone-Date: 2006-07-11T17:25:30 Monotone-Branch: ca.inverse.sogo +A .mtn-ignore + commit b384cbe81f0907c39e67a1197e29669e306d3b8d Author: Wolfgang Sourdeau Date: Tue Jul 11 17:24:40 2006 +0000 @@ -108131,6 +135050,10 @@ Date: Tue Jul 11 17:24:40 2006 +0000 Monotone-Date: 2006-07-11T17:24:40 Monotone-Branch: ca.inverse.sogo +M ChangeLog +A UI/Common/UIxPageFrame.h +M UI/Common/UIxPageFrame.m + commit 5fff01c38147462fc59f443af662c0ee10a1f4ff Author: Wolfgang Sourdeau Date: Fri Jul 7 21:44:19 2006 +0000 @@ -108144,6 +135067,9 @@ Date: Fri Jul 7 21:44:19 2006 +0000 Monotone-Date: 2006-07-07T21:44:19 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Scheduler/UIxAppointmentEditor.m + commit 0f29325819105fc9b89920a4db9101b172a9d6e1 Author: Wolfgang Sourdeau Date: Fri Jul 7 21:43:39 2006 +0000 @@ -108157,6 +135083,11 @@ Date: Fri Jul 7 21:43:39 2006 +0000 Monotone-Date: 2006-07-07T21:43:39 Monotone-Branch: ca.inverse.sogo +M UI/Scheduler/GNUmakefile +A UI/Scheduler/SchedulerUI.js +M UI/Scheduler/Toolbars/SOGoAppointmentFolder.toolbar +M UI/Templates/UIxAppointmentEditor.wox + commit 98eae3867798a38dae1a6c4a405e2eef2d65cc40 Author: Wolfgang Sourdeau Date: Fri Jul 7 21:27:54 2006 +0000 @@ -108170,6 +135101,8 @@ Date: Fri Jul 7 21:27:54 2006 +0000 Monotone-Date: 2006-07-07T21:27:54 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxToolbar.wox + commit 2d5c068ee86187f1a992b79fedd2786e9f0ce243 Author: Wolfgang Sourdeau Date: Fri Jul 7 21:27:12 2006 +0000 @@ -108183,6 +135116,9 @@ Date: Fri Jul 7 21:27:12 2006 +0000 Monotone-Date: 2006-07-07T21:27:12 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/WebServerResources/generic.js + commit b50401f2e752a1855a87d07ac4474109010850af Author: Wolfgang Sourdeau Date: Fri Jul 7 21:20:14 2006 +0000 @@ -108196,6 +135132,8 @@ Date: Fri Jul 7 21:20:14 2006 +0000 Monotone-Date: 2006-07-07T21:20:14 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox + commit ba5eca09419892c5b50fa37406ea0ec03634a084 Author: Wolfgang Sourdeau Date: Fri Jul 7 21:19:48 2006 +0000 @@ -108209,6 +135147,10 @@ Date: Fri Jul 7 21:19:48 2006 +0000 Monotone-Date: 2006-07-07T21:19:48 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxPageFrame.m +M UI/Templates/UIxPageFrame.wox + commit 2e2b0ffee04df6cc5b3a097909424dfca37b1d2b Author: Wolfgang Sourdeau Date: Fri Jul 7 16:04:46 2006 +0000 @@ -108222,6 +135164,10 @@ Date: Fri Jul 7 16:04:46 2006 +0000 Monotone-Date: 2006-07-07T16:04:46 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/SOGoAuthenticator.h +M SoObjects/SOGo/SOGoAuthenticator.m + commit 3777576421a2e77ab52e229d0dd49c3c15333d73 Author: Wolfgang Sourdeau Date: Thu Jul 6 20:39:21 2006 +0000 @@ -108235,6 +135181,10 @@ Date: Thu Jul 6 20:39:21 2006 +0000 Monotone-Date: 2006-07-06T20:39:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/UIxToolbar.m +M UI/Templates/UIxToolbar.wox + commit 7c9258ed49b8d6ce3c099e771ad4ffafba808c69 Author: Wolfgang Sourdeau Date: Thu Jul 6 19:51:33 2006 +0000 @@ -108248,6 +135198,8 @@ Date: Thu Jul 6 19:51:33 2006 +0000 Monotone-Date: 2006-07-06T19:51:33 Monotone-Branch: ca.inverse.sogo +M UI/Common/GNUmakefile + commit edf178748b0760f89e7f99e90a2dd134941335c3 Author: Wolfgang Sourdeau Date: Thu Jul 6 19:50:26 2006 +0000 @@ -108261,6 +135213,42 @@ Date: Thu Jul 6 19:50:26 2006 +0000 Monotone-Date: 2006-07-06T19:50:26 Monotone-Branch: ca.inverse.sogo +A UI/Contacts/Toolbars/SOGoContactFolder.toolbar +A UI/MailerUI/Images/tb-ab-delete-flat-24x24.png +A UI/MailerUI/Images/tb-ab-instantmessage-flat-24x24.png +A UI/MailerUI/Images/tb-ab-newcard-flat-24x24.png +A UI/MailerUI/Images/tb-ab-newlist-flat-24x24.png +A UI/MailerUI/Images/tb-ab-properties-flat-24x24.png +A UI/MailerUI/Images/tb-ab-write-flat-24x24.png +A UI/MailerUI/Images/tb-compose-attach-flat-24x24.png +A UI/MailerUI/Images/tb-compose-contacts-flat-24x24.png +A UI/MailerUI/Images/tb-compose-copy-flat-24x24.png +A UI/MailerUI/Images/tb-compose-cut-flat-24x24.png +A UI/MailerUI/Images/tb-compose-paste-flat-24x24.png +A UI/MailerUI/Images/tb-compose-quote-flat-24x24.png +A UI/MailerUI/Images/tb-compose-save-flat-24x24.png +A UI/MailerUI/Images/tb-compose-security-flat-24x24.png +A UI/MailerUI/Images/tb-compose-send-flat-24x24.png +A UI/MailerUI/Images/tb-compose-spell-flat-24x24.png +A UI/MailerUI/Images/tb-mail-addressbook-flat-24x24.png +A UI/MailerUI/Images/tb-mail-delete-flat-24x24.png +A UI/MailerUI/Images/tb-mail-file-flat-24x24.png +A UI/MailerUI/Images/tb-mail-forward-flat-24x24.png +A UI/MailerUI/Images/tb-mail-getmail-flat-24x24.png +A UI/MailerUI/Images/tb-mail-junk-flat-24x24.png +A UI/MailerUI/Images/tb-mail-mark-flat-24x24.png +A UI/MailerUI/Images/tb-mail-next-flat-24x24.png +A UI/MailerUI/Images/tb-mail-prev-flat-24x24.png +A UI/MailerUI/Images/tb-mail-print-flat-24x24.png +A UI/MailerUI/Images/tb-mail-reply-flat-24x24.png +A UI/MailerUI/Images/tb-mail-replyall-flat-24x24.png +A UI/MailerUI/Images/tb-mail-stop-flat-24x24.png +A UI/MailerUI/Images/tb-mail-write-flat-24x24.png +A UI/MailerUI/Images/tbtb_anais.png +A UI/MailerUI/Images/tbtb_folderadd.png +A UI/MailerUI/Images/tbtb_folderdel.png +A UI/Scheduler/Toolbars/SOGoAppointmentFolder.toolbar + commit 5d45e64de95276247897df31036a4cfd93841874 Author: Wolfgang Sourdeau Date: Thu Jul 6 19:48:36 2006 +0000 @@ -108274,6 +135262,46 @@ Date: Thu Jul 6 19:48:36 2006 +0000 Monotone-Date: 2006-07-06T19:48:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/GNUmakefile +A UI/Common/UIxToolbar.m +D UI/Common/UIxToolbarButton.m +D UI/Common/UIxToolbarSeparator.m +M UI/Contacts/GNUmakefile +M UI/Contacts/product.plist +M UI/MailerUI/GNUmakefile +M UI/MailerUI/Toolbars/SOGoDraftObject.toolbar +M UI/MailerUI/Toolbars/SOGoMailAccount.toolbar +M UI/MailerUI/Toolbars/SOGoMailFolder.toolbar +M UI/MailerUI/Toolbars/SOGoMailObject.toolbar +M UI/MailerUI/Toolbars/SOGoTrashFolder.toolbar +M UI/MailerUI/UIxMailEditor.m +D UI/MailerUI/UIxMailToolbar.m +M UI/MailerUI/product.plist +M UI/Scheduler/GNUmakefile +M UI/Scheduler/product.plist +M UI/Templates/ContactsUI/UIxContactView.wox +M UI/Templates/ContactsUI/UIxContactsListView.wox +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/Templates/MailerUI/UIxMailPanelFrame.wox +D UI/Templates/MailerUI/UIxMailToolbar.wox +M UI/Templates/UIxAppointmentEditor.wox +M UI/Templates/UIxCalDayChartview.wox +M UI/Templates/UIxCalDayListview.wox +M UI/Templates/UIxCalDayOverview.wox +M UI/Templates/UIxCalDayPrintview.wox +M UI/Templates/UIxCalMonthOverview.wox +M UI/Templates/UIxCalWeekChartview.wox +M UI/Templates/UIxCalWeekColumnsview.wox +M UI/Templates/UIxCalWeekListview.wox +M UI/Templates/UIxCalWeekOverview.wox +M UI/Templates/UIxCalYearOverview.wox +M UI/Templates/UIxPageFrame.wox +A UI/Templates/UIxToolbar.wox +D UI/Templates/UIxToolbarButton.wox +D UI/Templates/UIxToolbarSeparator.wox +M UI/WebServerResources/uix.css + commit bf44178797007225518b22d07ee9988109842153 Author: Wolfgang Sourdeau Date: Wed Jul 5 21:57:32 2006 +0000 @@ -108285,6 +135313,13 @@ Date: Wed Jul 5 21:57:32 2006 +0000 Monotone-Date: 2006-07-05T21:57:32 Monotone-Branch: ca.inverse.sogo +M UI/Contacts/GNUmakefile +A UI/Contacts/Images/delete.png +A UI/Contacts/Images/new-card.png +A UI/Contacts/Images/new-list.png +A UI/Contacts/Images/properties.png +A UI/Contacts/Images/write.png + commit d5fe2f41adb38dc8a39621a66c9c5e1ed6673fae Author: Wolfgang Sourdeau Date: Wed Jul 5 21:57:25 2006 +0000 @@ -108298,6 +135333,9 @@ Date: Wed Jul 5 21:57:25 2006 +0000 Monotone-Date: 2006-07-05T21:57:25 Monotone-Branch: ca.inverse.sogo +M UI/Templates/ContactsUI/UIxContactView.wox +M UI/Templates/ContactsUI/UIxContactsListView.wox + commit 9fd8389b9c8b05b89572b951c0492c3c7cb604ff Author: Wolfgang Sourdeau Date: Wed Jul 5 21:22:17 2006 +0000 @@ -108311,6 +135349,8 @@ Date: Wed Jul 5 21:22:17 2006 +0000 Monotone-Date: 2006-07-05T21:22:17 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit 052087e3bc3ce39a8e3a55b9a8e613e6dc1a5bb8 Author: Wolfgang Sourdeau Date: Wed Jul 5 21:20:00 2006 +0000 @@ -108324,6 +135364,8 @@ Date: Wed Jul 5 21:20:00 2006 +0000 Monotone-Date: 2006-07-05T21:20:00 Monotone-Branch: ca.inverse.sogo +M UI/Templates/UIxPageFrame.wox + commit 4e29019fe46f70e40fc2b96b10e503e2f25d708a Author: Wolfgang Sourdeau Date: Wed Jul 5 21:15:46 2006 +0000 @@ -108337,6 +135379,8 @@ Date: Wed Jul 5 21:15:46 2006 +0000 Monotone-Date: 2006-07-05T21:15:46 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/uix.css + commit b653b4d8e2bb7015d9e44edcdab886e513b8a431 Author: Wolfgang Sourdeau Date: Wed Jul 5 21:15:21 2006 +0000 @@ -108350,6 +135394,33 @@ Date: Wed Jul 5 21:15:21 2006 +0000 Monotone-Date: 2006-07-05T21:15:21 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/Common/GNUmakefile +A UI/Common/UIxToolbarButton.m +A UI/Common/UIxToolbarSeparator.m +M UI/Scheduler/GNUmakefile +A UI/Scheduler/images/day-view.png +A UI/Scheduler/images/delete.png +A UI/Scheduler/images/edit.png +A UI/Scheduler/images/goto-today.png +A UI/Scheduler/images/month-view.png +A UI/Scheduler/images/multiweek-view.png +A UI/Scheduler/images/new-event.png +A UI/Scheduler/images/new-task.png +A UI/Scheduler/images/week-view.png +M UI/Templates/UIxCalDayChartview.wox +M UI/Templates/UIxCalDayListview.wox +M UI/Templates/UIxCalDayOverview.wox +M UI/Templates/UIxCalDayPrintview.wox +M UI/Templates/UIxCalMonthOverview.wox +M UI/Templates/UIxCalWeekChartview.wox +M UI/Templates/UIxCalWeekColumnsview.wox +M UI/Templates/UIxCalWeekListview.wox +M UI/Templates/UIxCalWeekOverview.wox +M UI/Templates/UIxCalYearOverview.wox +A UI/Templates/UIxToolbarButton.wox +A UI/Templates/UIxToolbarSeparator.wox + commit ea60a204c08574c3837dd41e442e15aabc64ca3d Author: Wolfgang Sourdeau Date: Wed Jul 5 13:28:36 2006 +0000 @@ -108363,6 +135434,8 @@ Date: Wed Jul 5 13:28:36 2006 +0000 Monotone-Date: 2006-07-05T13:28:36 Monotone-Branch: ca.inverse.sogo +M ChangeLog + commit a5e621970a7ce62d4652a0593fa455dfd213f317 Author: Wolfgang Sourdeau Date: Wed Jul 5 13:27:18 2006 +0000 @@ -108376,6 +135449,11 @@ Date: Wed Jul 5 13:27:18 2006 +0000 Monotone-Date: 2006-07-05T13:27:18 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M UI/MailerUI/UIxMailMainFrame.m +M UI/Templates/MailerUI/UIxMailMainFrame.wox +M UI/Templates/UIxPageFrame.wox + commit d0bb1b8d049c78991321380e52fdf72b1e5a22e5 Author: Wolfgang Sourdeau Date: Wed Jul 5 13:25:59 2006 +0000 @@ -108389,6 +135467,10 @@ Date: Wed Jul 5 13:25:59 2006 +0000 Monotone-Date: 2006-07-05T13:25:59 Monotone-Branch: ca.inverse.sogo +M UI/WebServerResources/mailer-toolbar.css +M UI/WebServerResources/mailer.css +M UI/WebServerResources/uix.css + commit 6cfc363238854f88a78ff5e868f189e83b323f1b Author: Wolfgang Sourdeau Date: Tue Jul 4 20:13:47 2006 +0000 @@ -108402,6 +135484,55 @@ Date: Tue Jul 4 20:13:47 2006 +0000 Monotone-Date: 2006-07-04T20:13:47 Monotone-Branch: ca.inverse.sogo +D Main/ChangeLog +A Main/ChangeLog.upstream +D Misc/WebUI/ChangeLog +A Misc/WebUI/ChangeLog.upstream +D Misc/WebUI/NGExtensions/NGLogging/ChangeLog +A Misc/WebUI/NGExtensions/NGLogging/ChangeLog.upstream +D Misc/ZideStore/UI-X/ChangeLog +A Misc/ZideStore/UI-X/ChangeLog.upstream +D OGoContentStore/ChangeLog +A OGoContentStore/ChangeLog.upstream +D Protocols/iCalHTTP/ChangeLog +A Protocols/iCalHTTP/ChangeLog.upstream +D SoObjects/Appointments/ChangeLog +A SoObjects/Appointments/ChangeLog.upstream +D SoObjects/ChangeLog +A SoObjects/ChangeLog.upstream +D SoObjects/Contacts/ChangeLog +A SoObjects/Contacts/ChangeLog.upstream +D SoObjects/Mailer/ChangeLog +A SoObjects/Mailer/ChangeLog.upstream +D SoObjects/SOGo/ChangeLog +A SoObjects/SOGo/ChangeLog.upstream +D SoObjects/Sieve/ChangeLog +A SoObjects/Sieve/ChangeLog.upstream +D UI/ChangeLog +A UI/ChangeLog.upstream +D UI/Common/ChangeLog +A UI/Common/ChangeLog.upstream +D UI/Contacts/ChangeLog +A UI/Contacts/ChangeLog.upstream +D UI/MailPartViewers/ChangeLog +A UI/MailPartViewers/ChangeLog.upstream +D UI/MailerUI/ChangeLog +A UI/MailerUI/ChangeLog.upstream +M UI/MailerUI/UIxMailTree.m +D UI/MainUI/ChangeLog +A UI/MainUI/ChangeLog.upstream +D UI/SOGoUI/ChangeLog +A UI/SOGoUI/ChangeLog.upstream +D UI/Scheduler/ChangeLog +A UI/Scheduler/ChangeLog.upstream +D UI/Templates/ChangeLog +A UI/Templates/ChangeLog.upstream +M UI/Templates/UIxPageFrame.wox +D UI/WebServerResources/ChangeLog +A UI/WebServerResources/ChangeLog.upstream +M UI/WebServerResources/mailer-toolbar.css +M UI/WebServerResources/mailer.css + commit 0e6729a51774cd85e08f4d3d4c766e5f5e8b48e8 Author: Wolfgang Sourdeau Date: Tue Jul 4 20:03:04 2006 +0000 @@ -108415,6 +135546,8 @@ Date: Tue Jul 4 20:03:04 2006 +0000 Monotone-Date: 2006-07-04T20:03:04 Monotone-Branch: ca.inverse.sogo +M SoObjects/Appointments/GNUmakefile + commit 8baec08dff8c440e18ca5304189527a4778f5609 Author: Wolfgang Sourdeau Date: Tue Jul 4 20:00:11 2006 +0000 @@ -108428,6 +135561,8 @@ Date: Tue Jul 4 20:00:11 2006 +0000 Monotone-Date: 2006-07-04T20:00:11 Monotone-Branch: ca.inverse.sogo +A fhswobundle.make + commit ad6c1a6741d9978b0134a67609789158ebbdd09d Author: Ludovic Marcotte Date: Fri Jun 16 17:47:25 2006 +0000 @@ -108441,6 +135576,9 @@ Date: Fri Jun 16 17:47:25 2006 +0000 Monotone-Date: 2006-06-16T17:47:25 Monotone-Branch: ca.inverse.sogo +M ChangeLog +M SoObjects/SOGo/AgenorUserManager.m + commit f18c764ffad13c8e3dbda85019025b65d71f614d Author: dev-unix.inverse.qc.ca Date: Thu Jun 15 19:34:10 2006 +0000 @@ -108452,3 +135590,969 @@ Date: Thu Jun 15 19:34:10 2006 +0000 Monotone-Author: dev-unix.inverse.qc.ca Monotone-Date: 2006-06-15T19:34:10 Monotone-Branch: ca.inverse.sogo + +A ChangeLog +A GNUmakefile +A Main/ChangeLog +A Main/GNUmakefile +A Main/GNUmakefile.preamble +A Main/MainUIProduct.m +A Main/README +A Main/SOGo.m +A Main/SOGoProductLoader.h +A Main/SOGoProductLoader.m +A Main/Version +A Main/common.h +A Main/fhs.make +A Main/sogod.m +A Misc/WebUI/Application.h +A Misc/WebUI/Application.m +A Misc/WebUI/COPYING +A Misc/WebUI/COPYRIGHT +A Misc/WebUI/ChangeLog +A Misc/WebUI/DirectAction.h +A Misc/WebUI/DirectAction.m +A Misc/WebUI/English.lproj/InfoPlist.strings +A Misc/WebUI/GNUmakefile +A Misc/WebUI/GNUmakefile.preamble +A Misc/WebUI/Info.plist +A Misc/WebUI/Lori.icns +A Misc/WebUI/NGExtensions/GNUmakefile +A Misc/WebUI/NGExtensions/NGLogging/ChangeLog +A Misc/WebUI/NGExtensions/NGLogging/GNUmakefile +A Misc/WebUI/NGExtensions/NGLogging/NGLogAppender.h +A Misc/WebUI/NGExtensions/NGLogging/NGLogAppender.m +A Misc/WebUI/NGExtensions/NGLogging/NGLogConsoleAppender.h +A Misc/WebUI/NGExtensions/NGLogging/NGLogConsoleAppender.m +A Misc/WebUI/NGExtensions/NGLogging/NGLogEvent.h +A Misc/WebUI/NGExtensions/NGLogging/NGLogEvent.m +A Misc/WebUI/NGExtensions/NGLogging/NGLogSyslogAppender.h +A Misc/WebUI/NGExtensions/NGLogging/NGLogSyslogAppender.m +A Misc/WebUI/NGExtensions/NGLogging/NGLogger.h +A Misc/WebUI/NGExtensions/NGLogging/NGLogger.m +A Misc/WebUI/NGExtensions/NGLogging/NGLogging.h +A Misc/WebUI/NGExtensions/NGLogging/NSObject+ExtendedLogging.h +A Misc/WebUI/NGExtensions/NGLogging/NSObject+ExtendedLogging.m +A Misc/WebUI/NOTES +A Misc/WebUI/PROJECTLEAD +A Misc/WebUI/README +A Misc/WebUI/Session.h +A Misc/WebUI/Session.m +A Misc/WebUI/TODO +A Misc/WebUI/Version +A Misc/WebUI/WebServerResources/favicon.ico +A Misc/WebUI/WebUI.xcode/project.pbxproj +A Misc/WebUI/WebUI_Prefix.pch +A Misc/WebUI/WebUI_main.m +A Misc/WebUI/common.h +A Misc/WebUI/version.plist +A Misc/WebUI/wox-cheat-sheet.txt +A Misc/ZideStore/UI-X/ChangeLog +A Misc/ZideStore/UI-X/Common/CommonUIProduct.m +A Misc/ZideStore/UI-X/Common/GNUmakefile +A Misc/ZideStore/UI-X/Common/GNUmakefile.postamble +A Misc/ZideStore/UI-X/Common/GNUmakefile.preamble +A Misc/ZideStore/UI-X/Common/UIxAppFrame.m +A Misc/ZideStore/UI-X/Common/UIxAppFrame.wox +A Misc/ZideStore/UI-X/Common/UIxAppHeader.m +A Misc/ZideStore/UI-X/Common/UIxAppHeader.wox +A Misc/ZideStore/UI-X/Common/UIxAppNavView.m +A Misc/ZideStore/UI-X/Common/UIxAppNavView.wox +A Misc/ZideStore/UI-X/Common/UIxAppNavigation.m +A Misc/ZideStore/UI-X/Common/UIxAppNavigation.wox +A Misc/ZideStore/UI-X/Common/UIxComponent.h +A Misc/ZideStore/UI-X/Common/UIxComponent.m +A Misc/ZideStore/UI-X/Common/UIxElemBuilder.m +A Misc/ZideStore/UI-X/Common/UIxPageFrame.m +A Misc/ZideStore/UI-X/Common/UIxPageFrame.wox +A Misc/ZideStore/UI-X/Common/UIxTabItem.m +A Misc/ZideStore/UI-X/Common/UIxTabView.h +A Misc/ZideStore/UI-X/Common/UIxTabView.m +A Misc/ZideStore/UI-X/Common/UIxWinClose.m +A Misc/ZideStore/UI-X/Common/UIxWinClose.wox +A Misc/ZideStore/UI-X/Common/Version +A Misc/ZideStore/UI-X/Common/bundle-info.plist +A Misc/ZideStore/UI-X/Common/calendar.css +A Misc/ZideStore/UI-X/Common/common.h +A Misc/ZideStore/UI-X/Common/images/OGoLogo.gif +A Misc/ZideStore/UI-X/Common/images/box_botleft.gif +A Misc/ZideStore/UI-X/Common/images/box_botright.gif +A Misc/ZideStore/UI-X/Common/images/box_bottom.gif +A Misc/ZideStore/UI-X/Common/images/box_left.gif +A Misc/ZideStore/UI-X/Common/images/box_right.gif +A Misc/ZideStore/UI-X/Common/images/box_top.gif +A Misc/ZideStore/UI-X/Common/images/box_topleft.gif +A Misc/ZideStore/UI-X/Common/images/box_topright.gif +A Misc/ZideStore/UI-X/Common/images/closewindow.gif +A Misc/ZideStore/UI-X/Common/images/corner_right.gif +A Misc/ZideStore/UI-X/Common/images/line_left.gif +A Misc/ZideStore/UI-X/Common/images/line_right.gif +A Misc/ZideStore/UI-X/Common/images/line_stretch.gif +A Misc/ZideStore/UI-X/Common/images/menu_logo_top.gif +A Misc/ZideStore/UI-X/Common/images/tab_.gif +A Misc/ZideStore/UI-X/Common/images/tab_selected.gif +A Misc/ZideStore/UI-X/Common/product.plist +A Misc/ZideStore/UI-X/Common/zidestoreui.css +A Misc/ZideStore/UI-X/GNUmakefile +A Misc/ZideStore/UI-X/Scheduler/COPYING +A Misc/ZideStore/UI-X/Scheduler/COPYRIGHT +A Misc/ZideStore/UI-X/Scheduler/GNUmakefile +A Misc/ZideStore/UI-X/Scheduler/GNUmakefile.postamble +A Misc/ZideStore/UI-X/Scheduler/GNUmakefile.preamble +A Misc/ZideStore/UI-X/Scheduler/NOTES +A Misc/ZideStore/UI-X/Scheduler/SchedulerUIProduct.m +A Misc/ZideStore/UI-X/Scheduler/UIxAppointmentEditor.m +A Misc/ZideStore/UI-X/Scheduler/UIxAppointmentEditor.wox +A Misc/ZideStore/UI-X/Scheduler/UIxAppointmentFormatter.h +A Misc/ZideStore/UI-X/Scheduler/UIxAppointmentFormatter.m +A Misc/ZideStore/UI-X/Scheduler/UIxAppointmentView.h +A Misc/ZideStore/UI-X/Scheduler/UIxAppointmentView.m +A Misc/ZideStore/UI-X/Scheduler/UIxAppointmentView.wox +A Misc/ZideStore/UI-X/Scheduler/UIxAptTableView.m +A Misc/ZideStore/UI-X/Scheduler/UIxAptTableView.wox +A Misc/ZideStore/UI-X/Scheduler/UIxCalBackForthNavView.m +A Misc/ZideStore/UI-X/Scheduler/UIxCalBackForthNavView.wox +A Misc/ZideStore/UI-X/Scheduler/UIxCalDateLabel.m +A Misc/ZideStore/UI-X/Scheduler/UIxCalDateLabel.wox +A Misc/ZideStore/UI-X/Scheduler/UIxCalMonthOverview.m +A Misc/ZideStore/UI-X/Scheduler/UIxCalMonthOverview.wox +A Misc/ZideStore/UI-X/Scheduler/UIxCalMonthView.h +A Misc/ZideStore/UI-X/Scheduler/UIxCalMonthView.m +A Misc/ZideStore/UI-X/Scheduler/UIxCalSelectTab.m +A Misc/ZideStore/UI-X/Scheduler/UIxCalSelectTab.wox +A Misc/ZideStore/UI-X/Scheduler/UIxCalView.h +A Misc/ZideStore/UI-X/Scheduler/UIxCalView.m +A Misc/ZideStore/UI-X/Scheduler/UIxCalWeekOverview.m +A Misc/ZideStore/UI-X/Scheduler/UIxCalWeekOverview.wox +A Misc/ZideStore/UI-X/Scheduler/UIxCalWeekView.h +A Misc/ZideStore/UI-X/Scheduler/UIxCalWeekView.m +A Misc/ZideStore/UI-X/Scheduler/Version +A Misc/ZideStore/UI-X/Scheduler/bundle-info.plist +A Misc/ZideStore/UI-X/Scheduler/common.h +A Misc/ZideStore/UI-X/Scheduler/images/icon_apt_chart.gif +A Misc/ZideStore/UI-X/Scheduler/images/icon_apt_chart_inactive.gif +A Misc/ZideStore/UI-X/Scheduler/images/icon_apt_column_view.gif +A Misc/ZideStore/UI-X/Scheduler/images/icon_apt_list.gif +A Misc/ZideStore/UI-X/Scheduler/images/icon_apt_list_inactive.gif +A Misc/ZideStore/UI-X/Scheduler/images/icon_apt_overview.gif +A Misc/ZideStore/UI-X/Scheduler/images/icon_apt_overview_inactive.gif +A Misc/ZideStore/UI-X/Scheduler/images/next_week.gif +A Misc/ZideStore/UI-X/Scheduler/images/previous_week.gif +A Misc/ZideStore/UI-X/Scheduler/product.plist +A Misc/db/scripts/create_user_tables.py +A Misc/db/tests/helge/NOTES +A Misc/db/tests/helge/PyGreSQL-samples/advanced.py +A Misc/db/tests/helge/PyGreSQL-samples/basics.py +A Misc/db/tests/helge/PyGreSQL-samples/func.py +A Misc/db/tests/helge/PyGreSQL-samples/syscat.py +A Misc/db/tests/helge/chkfolderinfoperf.py +A Misc/db/tests/helge/chkhugeperf.py +A Misc/db/tests/helge/fill_hugeperf.py +A Misc/db/tests/helge/fillfolderinfo.py +A Misc/db/tests/helge/laurent-trigger.psql +A Misc/db/tests/helge/makedb.py +A Misc/db/tests/helge/maketables.py +A Misc/db/tests/helge/makeusers.py +A Misc/db/tests/helge/scale/NOTES.txt +A Misc/db/tests/helge/scale/createapts.py +A Misc/db/tests/helge/scale/createfolders.py +A Misc/db/tests/helge/scale/createindexes.py +A Misc/db/tests/helge/scale/makeidx1-200.psql +A Misc/db/tests/helge/scale/user1.sql +A Misc/db/tests/znek/GNUmakefile +A Misc/db/tests/znek/GNUmakefile.preamble +A Misc/db/tests/znek/NSArray+random.h +A Misc/db/tests/znek/NSArray+random.m +A Misc/db/tests/znek/connection.plist +A Misc/db/tests/znek/inserts.eomodel +A Misc/db/tests/znek/inserts.m +A Misc/db/tests/znek/lmail.m +A Misc/db/tests/znek/lpe.m +A Misc/db/tests/znek/pfinserts.m +A Misc/db/tests/znek/tests.xcode/project.pbxproj +A Misc/dbd/DDatabase.m +A Misc/dbd/DDatabase.wox +A Misc/dbd/DDatabaseManager.m +A Misc/dbd/DDatabaseManager.wox +A Misc/dbd/DHostView.m +A Misc/dbd/DHostView.wox +A Misc/dbd/DSoAuthenticator.h +A Misc/dbd/DSoAuthenticator.m +A Misc/dbd/DSoDatabase.h +A Misc/dbd/DSoDatabase.m +A Misc/dbd/DSoDatabaseManager.h +A Misc/dbd/DSoDatabaseManager.m +A Misc/dbd/DSoField.h +A Misc/dbd/DSoField.m +A Misc/dbd/DSoHost.h +A Misc/dbd/DSoHost.m +A Misc/dbd/DSoObject.h +A Misc/dbd/DSoObject.m +A Misc/dbd/DSoTable.h +A Misc/dbd/DSoTable.m +A Misc/dbd/DSoUser.h +A Misc/dbd/DSoUser.m +A Misc/dbd/DSoUserManager.h +A Misc/dbd/DSoUserManager.m +A Misc/dbd/DTable.m +A Misc/dbd/DTable.wox +A Misc/dbd/Frame.m +A Misc/dbd/Frame.wox +A Misc/dbd/GNUmakefile +A Misc/dbd/MainPage.m +A Misc/dbd/MainPage.wox +A Misc/dbd/README +A Misc/dbd/Version +A Misc/dbd/common.h +A Misc/dbd/dbd.css +A Misc/dbd/dbd.m +A Misc/dbd/product.plist +A OGoContentStore/COPYING +A OGoContentStore/COPYRIGHT +A OGoContentStore/ChangeLog +A OGoContentStore/GNUmakefile +A OGoContentStore/GNUmakefile.postamble +A OGoContentStore/GNUmakefile.preamble +A OGoContentStore/OCSContactFieldExtractor.m +A OGoContentStore/OCSiCalFieldExtractor.h +A OGoContentStore/OCSiCalFieldExtractor.m +A OGoContentStore/OGoContentStore.xcode/project.pbxproj +A OGoContentStore/OGoContentStore.xcodeproj/project.pbxproj +A OGoContentStore/README +A OGoContentStore/Version +A OGoContentStore/appointment.ocs +A OGoContentStore/common.h +A OGoContentStore/contact.ocs +A OGoContentStore/iCalEntityObject+OCS.h +A OGoContentStore/iCalEntityObject+OCS.m +A OGoContentStore/iCalRepeatableEntityObject+OCS.h +A OGoContentStore/iCalRepeatableEntityObject+OCS.m +A OGoContentStore/misc/iNetOrgPerson.txt +A OGoContentStore/misc/icaltest.ical +A OGoContentStore/misc/test1/GNUmakefile +A OGoContentStore/misc/test1/common.h +A OGoContentStore/misc/test1/test1.m +A OGoContentStore/sql/README +A OGoContentStore/sql/appointment-create.psql +A OGoContentStore/sql/folderinfo-create.psql +A OGoContentStore/sql/folderinfo-create.sqlite +A OGoContentStore/sql/foldertablecreate-helge-privcal.psql +A OGoContentStore/sql/foldertablecreate-helge-privcal.sqlite +A OGoContentStore/sql/foldertablecreate-root.psql +A OGoContentStore/sql/foldertablecreate-test-contacts.psql +A OGoContentStore/sql/generate-folderinfo-sql-for-users-sqlite.sh +A OGoContentStore/sql/generate-folderinfo-sql-for-users-sqlite1table.sh +A OGoContentStore/sql/generate-folderinfo-sql-for-users.sh +A OGoContentStore/sql/profile-create.psql +A OGoContentStore/sql/register-agenor-helge-privcal.psql +A OGoContentStore/sql/register-agenor-test-contacts.psql +A OGoContentStore/sql/testapt-agenor-helge-privcal.psql +A OGoContentStore/sql/testapt-hh.psql +A OGoContentStore/sql/testcontact-agenor-test-contact.psql +A OGoContentStore/test_quick_extract.m +A Protocols/GNUmakefile +A Protocols/common.make +A Protocols/iCalHTTP/COPYING +A Protocols/iCalHTTP/COPYRIGHT +A Protocols/iCalHTTP/ChangeLog +A Protocols/iCalHTTP/GNUmakefile +A Protocols/iCalHTTP/README +A Protocols/iCalHTTP/SOGoICalFileFetch.m +A Protocols/iCalHTTP/SOGoICalFilePublish.m +A Protocols/iCalHTTP/SOGoICalHTTPHandler.h +A Protocols/iCalHTTP/SOGoICalHTTPHandler.m +A Protocols/iCalHTTP/Version +A Protocols/iCalHTTP/bundle-info.plist +A Protocols/iCalHTTP/common.h +A Protocols/iCalHTTP/iCalHTTPProduct.m +A Protocols/iCalHTTP/product.plist +A README +A SOGo.conf +A SOGo.xcode/helge.pbxuser +A SOGo.xcode/project.pbxproj +A SOGo.xcodeproj/project.pbxproj +A SoObjects/Appointments/ChangeLog +A SoObjects/Appointments/GNUmakefile +A SoObjects/Appointments/Product.m +A SoObjects/Appointments/SOGoAppointmentFolder.h +A SoObjects/Appointments/SOGoAppointmentFolder.m +A SoObjects/Appointments/SOGoAppointmentObject.h +A SoObjects/Appointments/SOGoAppointmentObject.m +A SoObjects/Appointments/SOGoAptMailDeletion.m +A SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailEnglishDeletion.html +A SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailEnglishDeletion.wod +A SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailEnglishInvitation.html +A SoObjects/Appointments/SOGoAptMailEnglishInvitation.wo/SOGoAptMailEnglishInvitation.wod +A SoObjects/Appointments/SOGoAptMailEnglishRemoval.wo/SOGoAptMailEnglishRemoval.html +A SoObjects/Appointments/SOGoAptMailEnglishRemoval.wo/SOGoAptMailEnglishRemoval.wod +A SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.html +A SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.wod +A SoObjects/Appointments/SOGoAptMailFrenchDeletion.wo/SOGoAptMailFrenchDeletion.html +A SoObjects/Appointments/SOGoAptMailFrenchDeletion.wo/SOGoAptMailFrenchDeletion.wod +A SoObjects/Appointments/SOGoAptMailFrenchInvitation.wo/SOGoAptMailFrenchInvitation.html +A SoObjects/Appointments/SOGoAptMailFrenchInvitation.wo/SOGoAptMailFrenchInvitation.wod +A SoObjects/Appointments/SOGoAptMailFrenchRemoval.wo/SOGoAptMailFrenchRemoval.html +A SoObjects/Appointments/SOGoAptMailFrenchRemoval.wo/SOGoAptMailFrenchRemoval.wod +A SoObjects/Appointments/SOGoAptMailFrenchUpdate.wo/SOGoAptMailFrenchUpdate.html +A SoObjects/Appointments/SOGoAptMailFrenchUpdate.wo/SOGoAptMailFrenchUpdate.wod +A SoObjects/Appointments/SOGoAptMailInvitation.m +A SoObjects/Appointments/SOGoAptMailNotification.h +A SoObjects/Appointments/SOGoAptMailNotification.m +A SoObjects/Appointments/SOGoAptMailRemoval.m +A SoObjects/Appointments/SOGoAptMailUpdate.m +A SoObjects/Appointments/SOGoFreeBusyObject.h +A SoObjects/Appointments/SOGoFreeBusyObject.m +A SoObjects/Appointments/SOGoGroupAppointmentFolder.h +A SoObjects/Appointments/SOGoGroupAppointmentFolder.m +A SoObjects/Appointments/Version +A SoObjects/Appointments/bundle-info.plist +A SoObjects/Appointments/common.h +A SoObjects/Appointments/product.plist +A SoObjects/ChangeLog +A SoObjects/Contacts/ChangeLog +A SoObjects/Contacts/GNUmakefile +A SoObjects/Contacts/GNUmakefile.preamble +A SoObjects/Contacts/Product.m +A SoObjects/Contacts/README +A SoObjects/Contacts/SOGoContactFolder.h +A SoObjects/Contacts/SOGoContactFolder.m +A SoObjects/Contacts/SOGoContactObject.h +A SoObjects/Contacts/SOGoContactObject.m +A SoObjects/Contacts/Version +A SoObjects/Contacts/common.h +A SoObjects/Contacts/product.plist +A SoObjects/GNUmakefile +A SoObjects/Mailer/ChangeLog +A SoObjects/Mailer/GNUmakefile +A SoObjects/Mailer/GNUmakefile.preamble +A SoObjects/Mailer/Product.m +A SoObjects/Mailer/README +A SoObjects/Mailer/SOGoCalendarMailBodyPart.m +A SoObjects/Mailer/SOGoDraftObject.h +A SoObjects/Mailer/SOGoDraftObject.m +A SoObjects/Mailer/SOGoDraftsFolder.h +A SoObjects/Mailer/SOGoDraftsFolder.m +A SoObjects/Mailer/SOGoImageMailBodyPart.m +A SoObjects/Mailer/SOGoMailAccount.h +A SoObjects/Mailer/SOGoMailAccount.m +A SoObjects/Mailer/SOGoMailAccounts.h +A SoObjects/Mailer/SOGoMailAccounts.m +A SoObjects/Mailer/SOGoMailBaseObject.h +A SoObjects/Mailer/SOGoMailBaseObject.m +A SoObjects/Mailer/SOGoMailBodyPart.h +A SoObjects/Mailer/SOGoMailBodyPart.m +A SoObjects/Mailer/SOGoMailFolder.h +A SoObjects/Mailer/SOGoMailFolder.m +A SoObjects/Mailer/SOGoMailFolderDataSource.h +A SoObjects/Mailer/SOGoMailFolderDataSource.m +A SoObjects/Mailer/SOGoMailIdentity.h +A SoObjects/Mailer/SOGoMailIdentity.m +A SoObjects/Mailer/SOGoMailManager.h +A SoObjects/Mailer/SOGoMailManager.m +A SoObjects/Mailer/SOGoMailObject.h +A SoObjects/Mailer/SOGoMailObject.m +A SoObjects/Mailer/SOGoMessageMailBodyPart.m +A SoObjects/Mailer/SOGoSharedInboxFolder.h +A SoObjects/Mailer/SOGoSharedInboxFolder.m +A SoObjects/Mailer/SOGoSharedMailAccount.h +A SoObjects/Mailer/SOGoSharedMailAccount.m +A SoObjects/Mailer/SOGoTrashFolder.h +A SoObjects/Mailer/SOGoTrashFolder.m +A SoObjects/Mailer/SOGoUser+Mail.h +A SoObjects/Mailer/SOGoUser+Mail.m +A SoObjects/Mailer/SOGoVCardMailBodyPart.m +A SoObjects/Mailer/Version +A SoObjects/Mailer/common.h +A SoObjects/Mailer/product.plist +A SoObjects/README +A SoObjects/SOGo/AgenorUserDefaults.h +A SoObjects/SOGo/AgenorUserDefaults.m +A SoObjects/SOGo/AgenorUserManager.h +A SoObjects/SOGo/AgenorUserManager.m +A SoObjects/SOGo/ChangeLog +A SoObjects/SOGo/GNUmakefile +A SoObjects/SOGo/GNUmakefile.preamble +A SoObjects/SOGo/NSObject+AptComparison.h +A SoObjects/SOGo/NSObject+AptComparison.m +A SoObjects/SOGo/NSString+iCal.h +A SoObjects/SOGo/README +A SoObjects/SOGo/SOGoAppointment.h +A SoObjects/SOGo/SOGoAppointment.m +A SoObjects/SOGo/SOGoAppointmentICalRenderer.h +A SoObjects/SOGo/SOGoAppointmentICalRenderer.m +A SoObjects/SOGo/SOGoAuthenticator.h +A SoObjects/SOGo/SOGoAuthenticator.m +A SoObjects/SOGo/SOGoContentObject.h +A SoObjects/SOGo/SOGoContentObject.m +A SoObjects/SOGo/SOGoCustomGroupFolder.h +A SoObjects/SOGo/SOGoCustomGroupFolder.m +A SoObjects/SOGo/SOGoFolder.h +A SoObjects/SOGo/SOGoFolder.m +A SoObjects/SOGo/SOGoGroupFolder.h +A SoObjects/SOGo/SOGoGroupFolder.m +A SoObjects/SOGo/SOGoGroupsFolder.h +A SoObjects/SOGo/SOGoGroupsFolder.m +A SoObjects/SOGo/SOGoLRUCache.h +A SoObjects/SOGo/SOGoLRUCache.m +A SoObjects/SOGo/SOGoObject.h +A SoObjects/SOGo/SOGoObject.m +A SoObjects/SOGo/SOGoUser.h +A SoObjects/SOGo/SOGoUser.m +A SoObjects/SOGo/SOGoUserFolder.h +A SoObjects/SOGo/SOGoUserFolder.m +A SoObjects/SOGo/Version +A SoObjects/SOGo/WOContext+Agenor.h +A SoObjects/SOGo/WOContext+Agenor.m +A SoObjects/SOGo/agenor_defaults.m +A SoObjects/SOGo/agenor_email2uid.m +A SoObjects/SOGo/agenor_emails4uid.m +A SoObjects/SOGo/agenor_shares4uid.m +A SoObjects/SOGo/common.h +A SoObjects/Sieve/ChangeLog +A SoObjects/Sieve/GNUmakefile +A SoObjects/Sieve/GNUmakefile.preamble +A SoObjects/Sieve/Product.m +A SoObjects/Sieve/README +A SoObjects/Sieve/SOGoSieveBaseObject.h +A SoObjects/Sieve/SOGoSieveBaseObject.m +A SoObjects/Sieve/SOGoSieveScriptObject.h +A SoObjects/Sieve/SOGoSieveScriptObject.m +A SoObjects/Sieve/SOGoSieveScriptsFolder.h +A SoObjects/Sieve/SOGoSieveScriptsFolder.m +A SoObjects/Sieve/Version +A SoObjects/Sieve/common.h +A SoObjects/Sieve/product.plist +A SoObjects/common.make +A UI/ChangeLog +A UI/Common/ChangeLog +A UI/Common/CommonUIProduct.m +A UI/Common/English.lproj/Localizable.strings +A UI/Common/French.lproj/Localizable.strings +A UI/Common/GNUmakefile +A UI/Common/GNUmakefile.postamble +A UI/Common/GNUmakefile.preamble +A UI/Common/UIxAppNavView.m +A UI/Common/UIxElemBuilder.m +A UI/Common/UIxPageFrame.m +A UI/Common/UIxPrintPageFrame.m +A UI/Common/UIxSortButton.m +A UI/Common/UIxTabItem.m +A UI/Common/UIxTabView.h +A UI/Common/UIxTabView.m +A UI/Common/UIxWinClose.m +A UI/Common/Version +A UI/Common/bundle-info.plist +A UI/Common/common.h +A UI/Common/product.plist +A UI/Contacts/COPYING +A UI/Contacts/COPYRIGHT +A UI/Contacts/ChangeLog +A UI/Contacts/ContactsUIProduct.m +A UI/Contacts/English.lproj/Localizable.strings +A UI/Contacts/French.lproj/Localizable.strings +A UI/Contacts/GNUmakefile +A UI/Contacts/GNUmakefile.postamble +A UI/Contacts/GNUmakefile.preamble +A UI/Contacts/NOTES +A UI/Contacts/UIxContactEditor.m +A UI/Contacts/UIxContactEditorBase.h +A UI/Contacts/UIxContactEditorBase.m +A UI/Contacts/UIxContactSelector.m +A UI/Contacts/UIxContactView.m +A UI/Contacts/UIxContactsListView.m +A UI/Contacts/UIxContactsListViewBase.h +A UI/Contacts/UIxContactsListViewBase.m +A UI/Contacts/UIxContactsSelectionView.m +A UI/Contacts/Version +A UI/Contacts/bundle-info.plist +A UI/Contacts/common.h +A UI/Contacts/product.plist +A UI/GNUmakefile +A UI/MailPartViewers/COPYING +A UI/MailPartViewers/COPYRIGHT +A UI/MailPartViewers/ChangeLog +A UI/MailPartViewers/English.lproj/Localizable.strings +A UI/MailPartViewers/French.lproj/Localizable.strings +A UI/MailPartViewers/GNUmakefile +A UI/MailPartViewers/MailPartViewersProduct.m +A UI/MailPartViewers/README.txt +A UI/MailPartViewers/UIxKolabPartContactViewer.m +A UI/MailPartViewers/UIxKolabPartEventViewer.m +A UI/MailPartViewers/UIxKolabPartTaskViewer.m +A UI/MailPartViewers/UIxKolabPartViewer.h +A UI/MailPartViewers/UIxKolabPartViewer.m +A UI/MailPartViewers/UIxMailPartAlternativeViewer.m +A UI/MailPartViewers/UIxMailPartHTMLViewer.m +A UI/MailPartViewers/UIxMailPartICalAction.m +A UI/MailPartViewers/UIxMailPartICalViewer.m +A UI/MailPartViewers/UIxMailPartImageViewer.m +A UI/MailPartViewers/UIxMailPartLinkViewer.h +A UI/MailPartViewers/UIxMailPartLinkViewer.m +A UI/MailPartViewers/UIxMailPartMessageViewer.m +A UI/MailPartViewers/UIxMailPartMixedViewer.m +A UI/MailPartViewers/UIxMailPartTextViewer.m +A UI/MailPartViewers/UIxMailPartViewer.h +A UI/MailPartViewers/UIxMailPartViewer.m +A UI/MailPartViewers/UIxMailRenderingContext.h +A UI/MailPartViewers/UIxMailRenderingContext.m +A UI/MailPartViewers/UIxMailSizeFormatter.h +A UI/MailPartViewers/UIxMailSizeFormatter.m +A UI/MailPartViewers/Version +A UI/MailPartViewers/common.h +A UI/MailPartViewers/product.plist +A UI/MailerUI/COPYING +A UI/MailerUI/COPYRIGHT +A UI/MailerUI/ChangeLog +A UI/MailerUI/English.lproj/Localizable.strings +A UI/MailerUI/French.lproj/Localizable.strings +A UI/MailerUI/GNUmakefile +A UI/MailerUI/GNUmakefile.postamble +A UI/MailerUI/GNUmakefile.preamble +A UI/MailerUI/Images/COPYING +A UI/MailerUI/Images/LICENSE-thunderbird.txt +A UI/MailerUI/Images/treeview_corner.gif +A UI/MailerUI/Images/treeview_corner_minus.gif +A UI/MailerUI/Images/treeview_corner_plus.gif +A UI/MailerUI/Images/treeview_junction.gif +A UI/MailerUI/Images/treeview_leaf.gif +A UI/MailerUI/Images/treeview_leaf_corner.gif +A UI/MailerUI/Images/treeview_line.gif +A UI/MailerUI/Images/treeview_minus.gif +A UI/MailerUI/Images/treeview_plus.gif +A UI/MailerUI/Images/treeview_space.gif +A UI/MailerUI/MailerUIProduct.m +A UI/MailerUI/NOTES +A UI/MailerUI/README +A UI/MailerUI/Toolbars/SOGoDraftObject.toolbar +A UI/MailerUI/Toolbars/SOGoMailAccount.toolbar +A UI/MailerUI/Toolbars/SOGoMailFolder.toolbar +A UI/MailerUI/Toolbars/SOGoMailObject.toolbar +A UI/MailerUI/Toolbars/SOGoTrashFolder.toolbar +A UI/MailerUI/UIxEnvelopeAddressFormatter.m +A UI/MailerUI/UIxFilterList.m +A UI/MailerUI/UIxMailAccountView.m +A UI/MailerUI/UIxMailAccountsView.m +A UI/MailerUI/UIxMailAddressbook.m +A UI/MailerUI/UIxMailEditor.m +A UI/MailerUI/UIxMailEditorAction.h +A UI/MailerUI/UIxMailEditorAction.m +A UI/MailerUI/UIxMailEditorAttach.m +A UI/MailerUI/UIxMailFilterPanel.m +A UI/MailerUI/UIxMailFolderACLEditor.m +A UI/MailerUI/UIxMailFormatter.h +A UI/MailerUI/UIxMailFormatter.m +A UI/MailerUI/UIxMailForwardAction.m +A UI/MailerUI/UIxMailListView.m +A UI/MailerUI/UIxMailMainFrame.m +A UI/MailerUI/UIxMailMoveToPopUp.m +A UI/MailerUI/UIxMailReplyAction.m +A UI/MailerUI/UIxMailSortableTableHeader.m +A UI/MailerUI/UIxMailToSelection.m +A UI/MailerUI/UIxMailToolbar.m +A UI/MailerUI/UIxMailTree.m +A UI/MailerUI/UIxMailTreeBlock.h +A UI/MailerUI/UIxMailTreeBlock.m +A UI/MailerUI/UIxMailView.m +A UI/MailerUI/UIxMailWindowCloser.m +A UI/MailerUI/UIxSieveEditor.m +A UI/MailerUI/UIxSubjectFormatter.m +A UI/MailerUI/Version +A UI/MailerUI/WOContext+UIxMailer.h +A UI/MailerUI/WOContext+UIxMailer.m +A UI/MailerUI/bundle-info.plist +A UI/MailerUI/common.h +A UI/MailerUI/product.plist +A UI/MailerUI/screenshots/tbird_073_accountview.png +A UI/MailerUI/screenshots/tbird_073_compose.png +A UI/MailerUI/screenshots/tbird_073_mailwelcome.png +A UI/MailerUI/screenshots/tbird_073_settings.png +A UI/MailerUI/screenshots/tbird_073_viewer.png +A UI/MainUI/ChangeLog +A UI/MainUI/English.lproj/Locale +A UI/MainUI/English.lproj/Localizable.strings +A UI/MainUI/French.lproj/Locale +A UI/MainUI/French.lproj/Localizable.strings +A UI/MainUI/GNUmakefile +A UI/MainUI/GNUmakefile.preamble +A UI/MainUI/MainUIProduct.m +A UI/MainUI/README +A UI/MainUI/SOGoGroupPage.m +A UI/MainUI/SOGoGroupPage.wox +A UI/MainUI/SOGoGroupsPage.m +A UI/MainUI/SOGoGroupsPage.wox +A UI/MainUI/SOGoRootPage.m +A UI/MainUI/SOGoRootPage.wox +A UI/MainUI/SOGoUserHomePage.m +A UI/MainUI/SOGoUserHomePage.wox +A UI/MainUI/Version +A UI/MainUI/common.h +A UI/MainUI/homepage.js +A UI/MainUI/product.plist +A UI/README +A UI/SOGoUI/ChangeLog +A UI/SOGoUI/GNUmakefile +A UI/SOGoUI/GNUmakefile.preamble +A UI/SOGoUI/README +A UI/SOGoUI/SOGoAptFormatter.h +A UI/SOGoUI/SOGoAptFormatter.m +A UI/SOGoUI/SOGoDateFormatter.h +A UI/SOGoUI/SOGoDateFormatter.m +A UI/SOGoUI/SOGoJSStringFormatter.h +A UI/SOGoUI/SOGoJSStringFormatter.m +A UI/SOGoUI/UIxComponent.h +A UI/SOGoUI/UIxComponent.m +A UI/SOGoUI/Version +A UI/SOGoUI/WOContext+UIx.h +A UI/SOGoUI/WOContext+UIx.m +A UI/SOGoUI/common.h +A UI/Scheduler/COPYING +A UI/Scheduler/COPYRIGHT +A UI/Scheduler/ChangeLog +A UI/Scheduler/English.lproj/Localizable.strings +A UI/Scheduler/English.lproj/skycalendar.html +A UI/Scheduler/English.lproj/skycalendar.js +A UI/Scheduler/French.lproj/Localizable.strings +A UI/Scheduler/French.lproj/skycalendar.html +A UI/Scheduler/French.lproj/skycalendar.js +A UI/Scheduler/GNUmakefile +A UI/Scheduler/GNUmakefile.postamble +A UI/Scheduler/GNUmakefile.preamble +A UI/Scheduler/German.lproj/Localizable.strings +A UI/Scheduler/NOTES +A UI/Scheduler/NSCalendarDate+UIx.h +A UI/Scheduler/NSCalendarDate+UIx.m +A UI/Scheduler/SOGoAppointment+UIx.h +A UI/Scheduler/SOGoAppointment+UIx.m +A UI/Scheduler/SchedulerUIProduct.m +A UI/Scheduler/UIxAppointmentEditor.m +A UI/Scheduler/UIxAppointmentPrintview.m +A UI/Scheduler/UIxAppointmentProposal.m +A UI/Scheduler/UIxAppointmentView.h +A UI/Scheduler/UIxAppointmentView.m +A UI/Scheduler/UIxAptTableView.m +A UI/Scheduler/UIxCalBackForthNavView.m +A UI/Scheduler/UIxCalDateLabel.m +A UI/Scheduler/UIxCalDayChartview.m +A UI/Scheduler/UIxCalDayListview.m +A UI/Scheduler/UIxCalDayOverview.h +A UI/Scheduler/UIxCalDayOverview.m +A UI/Scheduler/UIxCalDayPrintview.m +A UI/Scheduler/UIxCalDayView.h +A UI/Scheduler/UIxCalDayView.m +A UI/Scheduler/UIxCalInlineAptView.m +A UI/Scheduler/UIxCalInlineMonthOverview.m +A UI/Scheduler/UIxCalMonthOverview.h +A UI/Scheduler/UIxCalMonthOverview.m +A UI/Scheduler/UIxCalMonthPrintview.m +A UI/Scheduler/UIxCalMonthView.h +A UI/Scheduler/UIxCalMonthView.m +A UI/Scheduler/UIxCalParticipationStatusView.m +A UI/Scheduler/UIxCalScheduleOverview.m +A UI/Scheduler/UIxCalSelectTab.m +A UI/Scheduler/UIxCalView.h +A UI/Scheduler/UIxCalView.m +A UI/Scheduler/UIxCalWeekChartview.m +A UI/Scheduler/UIxCalWeekColumnsview.m +A UI/Scheduler/UIxCalWeekListview.m +A UI/Scheduler/UIxCalWeekOverview.h +A UI/Scheduler/UIxCalWeekOverview.m +A UI/Scheduler/UIxCalWeekPrintview.m +A UI/Scheduler/UIxCalWeekView.h +A UI/Scheduler/UIxCalWeekView.m +A UI/Scheduler/UIxCalYearOverview.m +A UI/Scheduler/UIxComponent+Agenor.h +A UI/Scheduler/UIxComponent+Agenor.m +A UI/Scheduler/UIxDatePicker.m +A UI/Scheduler/UIxDatePickerScript.m +A UI/Scheduler/UIxTimeDateControl.m +A UI/Scheduler/UIxTimeSelector.m +A UI/Scheduler/Version +A UI/Scheduler/bundle-info.plist +A UI/Scheduler/common.h +A UI/Scheduler/cycles.plist +A UI/Scheduler/iCalPerson+UIx.h +A UI/Scheduler/iCalPerson+UIx.m +A UI/Scheduler/iCalRecurrenceRule+SOGo.m +A UI/Scheduler/images/apt_icon_private.gif +A UI/Scheduler/images/first.gif +A UI/Scheduler/images/green_corner.gif +A UI/Scheduler/images/icon_popupcalendar.gif +A UI/Scheduler/images/icon_view_chart.gif +A UI/Scheduler/images/icon_view_chart_inactive.gif +A UI/Scheduler/images/icon_view_columns.gif +A UI/Scheduler/images/icon_view_columns_inactive.gif +A UI/Scheduler/images/icon_view_list.gif +A UI/Scheduler/images/icon_view_list_inactive.gif +A UI/Scheduler/images/icon_view_overview.gif +A UI/Scheduler/images/icon_view_overview_inactive.gif +A UI/Scheduler/images/invisible_space_2.gif +A UI/Scheduler/images/last.gif +A UI/Scheduler/images/next.gif +A UI/Scheduler/images/next_week.gif +A UI/Scheduler/images/previous.gif +A UI/Scheduler/images/previous_week.gif +A UI/Scheduler/product.plist +A UI/Scheduler/skycalendar.html +A UI/Scheduler/skycalendar.js +A UI/Templates/ChangeLog +A UI/Templates/ContactsUI/UIxContactEditor.wox +A UI/Templates/ContactsUI/UIxContactView.wox +A UI/Templates/ContactsUI/UIxContactsListView.wox +A UI/Templates/GNUmakefile +A UI/Templates/MailPartViewers/GNUmakefile +A UI/Templates/MailPartViewers/UIxKolabPartContactViewer.wox +A UI/Templates/MailPartViewers/UIxKolabPartEventViewer.wox +A UI/Templates/MailPartViewers/UIxKolabPartTaskViewer.wox +A UI/Templates/MailPartViewers/UIxMailPartAlternativeViewer.wox +A UI/Templates/MailPartViewers/UIxMailPartHTMLViewer.wox +A UI/Templates/MailPartViewers/UIxMailPartICalViewer.wox +A UI/Templates/MailPartViewers/UIxMailPartImageViewer.wox +A UI/Templates/MailPartViewers/UIxMailPartLinkViewer.wox +A UI/Templates/MailPartViewers/UIxMailPartMessageViewer.wox +A UI/Templates/MailPartViewers/UIxMailPartMixedViewer.wox +A UI/Templates/MailPartViewers/UIxMailPartTextViewer.wox +A UI/Templates/MailerUI/UIxMailAccountView.wox +A UI/Templates/MailerUI/UIxMailAccountsView.wox +A UI/Templates/MailerUI/UIxMailAddressbook.wox +A UI/Templates/MailerUI/UIxMailEditor.wox +A UI/Templates/MailerUI/UIxMailEditorAttach.wox +A UI/Templates/MailerUI/UIxMailFilterPanel.wox +A UI/Templates/MailerUI/UIxMailFolderACLEditor.wox +A UI/Templates/MailerUI/UIxMailListView.wox +A UI/Templates/MailerUI/UIxMailMainFrame.wox +A UI/Templates/MailerUI/UIxMailMoveToPopUp.wox +A UI/Templates/MailerUI/UIxMailPanelFrame.wox +A UI/Templates/MailerUI/UIxMailSortableTableHeader.wox +A UI/Templates/MailerUI/UIxMailToSelection.wox +A UI/Templates/MailerUI/UIxMailToolbar.wox +A UI/Templates/MailerUI/UIxMailTree.wox +A UI/Templates/MailerUI/UIxMailView.wox +A UI/Templates/MailerUI/UIxMailWindowCloser.wox +A UI/Templates/UIxAppNavView.wox +A UI/Templates/UIxAppointmentEditor.wox +A UI/Templates/UIxAppointmentPrintview.wox +A UI/Templates/UIxAppointmentProposal.wox +A UI/Templates/UIxAppointmentView.wox +A UI/Templates/UIxAptTableView.wox +A UI/Templates/UIxCalBackForthNavView.wox +A UI/Templates/UIxCalDateLabel.wox +A UI/Templates/UIxCalDayChartview.wox +A UI/Templates/UIxCalDayListview.wox +A UI/Templates/UIxCalDayOverview.wox +A UI/Templates/UIxCalDayPrintview.wox +A UI/Templates/UIxCalInlineAptView.wox +A UI/Templates/UIxCalInlineMonthOverview.wox +A UI/Templates/UIxCalMonthOverview.wox +A UI/Templates/UIxCalMonthPrintview.wox +A UI/Templates/UIxCalParticipationStatusView.wox +A UI/Templates/UIxCalScheduleOverview.wox +A UI/Templates/UIxCalSelectTab.wox +A UI/Templates/UIxCalWeekChartview.wox +A UI/Templates/UIxCalWeekColumnsview.wox +A UI/Templates/UIxCalWeekListview.wox +A UI/Templates/UIxCalWeekOverview.wox +A UI/Templates/UIxCalWeekPrintview.wox +A UI/Templates/UIxCalYearOverview.wox +A UI/Templates/UIxContactSelector.wox +A UI/Templates/UIxContactsSelectionView.wox +A UI/Templates/UIxDatePicker.wox +A UI/Templates/UIxDatePickerScript.wox +A UI/Templates/UIxFilterList.wox +A UI/Templates/UIxPageFrame.wox +A UI/Templates/UIxPrintPageFrame.wox +A UI/Templates/UIxSieveEditor.wox +A UI/Templates/UIxSortButton.wox +A UI/Templates/UIxTimeDateControl.wox +A UI/Templates/UIxTimeSelector.wox +A UI/Templates/UIxWinClose.wox +A UI/WebServerResources/COPYING-thunderbird.txt +A UI/WebServerResources/ChangeLog +A UI/WebServerResources/LICENSE-thunderbird.txt +A UI/WebServerResources/OGoLogo.gif +A UI/WebServerResources/UIxAppointmentEditor.js +A UI/WebServerResources/UIxContactEditor.js +A UI/WebServerResources/UIxMailEditorAttach.js +A UI/WebServerResources/UIxMailListView.js +A UI/WebServerResources/UIxMailToSelection.js +A UI/WebServerResources/box_botleft.gif +A UI/WebServerResources/box_botright.gif +A UI/WebServerResources/box_bottom.gif +A UI/WebServerResources/box_left.gif +A UI/WebServerResources/box_right.gif +A UI/WebServerResources/box_top.gif +A UI/WebServerResources/box_topleft.gif +A UI/WebServerResources/box_topright.gif +A UI/WebServerResources/calendar.css +A UI/WebServerResources/closewindow.gif +A UI/WebServerResources/corner_right.gif +A UI/WebServerResources/downward_sorted.gif +A UI/WebServerResources/generic.js +A UI/WebServerResources/icon_mark_flagged.gif +A UI/WebServerResources/icon_mark_read.gif +A UI/WebServerResources/icon_mark_unflagged.gif +A UI/WebServerResources/icon_mark_unread.gif +A UI/WebServerResources/icon_read.gif +A UI/WebServerResources/icon_unread.gif +A UI/WebServerResources/layout2or3_xlib.js +A UI/WebServerResources/layout2or3_xlib.txt +A UI/WebServerResources/line_left.gif +A UI/WebServerResources/line_right.gif +A UI/WebServerResources/line_stretch.gif +A UI/WebServerResources/lori_32x32.png +A UI/WebServerResources/mailer-compose.css +A UI/WebServerResources/mailer-toolbar.css +A UI/WebServerResources/mailer.css +A UI/WebServerResources/mailer.js +A UI/WebServerResources/menu_logo_top.gif +A UI/WebServerResources/message-mail-read.png +A UI/WebServerResources/message-mail.png +A UI/WebServerResources/non_sorted.gif +A UI/WebServerResources/searchfield.js +A UI/WebServerResources/tab_.gif +A UI/WebServerResources/tab_selected.gif +A UI/WebServerResources/tb-ab-delete-flat-24x24.png +A UI/WebServerResources/tb-ab-delete-high-24x24.png +A UI/WebServerResources/tb-ab-delete-off-24x24.png +A UI/WebServerResources/tb-ab-instantmessage-flat-24x24.png +A UI/WebServerResources/tb-ab-instantmessage-high-24x24.png +A UI/WebServerResources/tb-ab-instantmessage-off-24x24.png +A UI/WebServerResources/tb-ab-newcard-flat-24x24.png +A UI/WebServerResources/tb-ab-newcard-high-24x24.png +A UI/WebServerResources/tb-ab-newcard-off-24x24.png +A UI/WebServerResources/tb-ab-newlist-flat-24x24.png +A UI/WebServerResources/tb-ab-newlist-high-24x24.png +A UI/WebServerResources/tb-ab-newlist-off-24x24.png +A UI/WebServerResources/tb-ab-properties-flat-24x24.png +A UI/WebServerResources/tb-ab-properties-high-24x24.png +A UI/WebServerResources/tb-ab-properties-off-24x24.png +A UI/WebServerResources/tb-ab-write-flat-24x24.png +A UI/WebServerResources/tb-ab-write-high-24x24.png +A UI/WebServerResources/tb-ab-write-off-24x24.png +A UI/WebServerResources/tb-compose-attach-flat-24x24.png +A UI/WebServerResources/tb-compose-attach-high-24x24.png +A UI/WebServerResources/tb-compose-attach-off-24x24.png +A UI/WebServerResources/tb-compose-contacts-flat-24x24.png +A UI/WebServerResources/tb-compose-contacts-high-24x24.png +A UI/WebServerResources/tb-compose-contacts-off-24x24.png +A UI/WebServerResources/tb-compose-copy-flat-24x24.png +A UI/WebServerResources/tb-compose-copy-high-24x24.png +A UI/WebServerResources/tb-compose-copy-off-24x24.png +A UI/WebServerResources/tb-compose-cut-flat-24x24.png +A UI/WebServerResources/tb-compose-cut-high-24x24.png +A UI/WebServerResources/tb-compose-cut-off-24x24.png +A UI/WebServerResources/tb-compose-paste-flat-24x24.png +A UI/WebServerResources/tb-compose-paste-high-24x24.png +A UI/WebServerResources/tb-compose-paste-off-24x24.png +A UI/WebServerResources/tb-compose-quote-flat-24x24.png +A UI/WebServerResources/tb-compose-quote-high-24x24.png +A UI/WebServerResources/tb-compose-quote-off-24x24.png +A UI/WebServerResources/tb-compose-save-flat-24x24.png +A UI/WebServerResources/tb-compose-save-high-24x24.png +A UI/WebServerResources/tb-compose-save-off-24x24.png +A UI/WebServerResources/tb-compose-security-flat-24x24.png +A UI/WebServerResources/tb-compose-security-high-24x24.png +A UI/WebServerResources/tb-compose-security-off-24x24.png +A UI/WebServerResources/tb-compose-send-flat-24x24.png +A UI/WebServerResources/tb-compose-send-high-24x24.png +A UI/WebServerResources/tb-compose-send-off-24x24.png +A UI/WebServerResources/tb-compose-spell-flat-24x24.png +A UI/WebServerResources/tb-compose-spell-high-24x24.png +A UI/WebServerResources/tb-compose-spell-off-24x24.png +A UI/WebServerResources/tb-mail-addressbook-flat-24x24.png +A UI/WebServerResources/tb-mail-addressbook-high-24x24.png +A UI/WebServerResources/tb-mail-addressbook-off-24x24.png +A UI/WebServerResources/tb-mail-delete-flat-24x24.png +A UI/WebServerResources/tb-mail-delete-high-24x24.png +A UI/WebServerResources/tb-mail-delete-off-24x24.png +A UI/WebServerResources/tb-mail-file-flat-24x24.png +A UI/WebServerResources/tb-mail-file-high-24x24.png +A UI/WebServerResources/tb-mail-file-off-24x24.png +A UI/WebServerResources/tb-mail-forward-flat-24x24.png +A UI/WebServerResources/tb-mail-forward-high-24x24.png +A UI/WebServerResources/tb-mail-forward-off-24x24.png +A UI/WebServerResources/tb-mail-getmail-flat-24x24.png +A UI/WebServerResources/tb-mail-getmail-high-24x24.png +A UI/WebServerResources/tb-mail-getmail-off-24x24.png +A UI/WebServerResources/tb-mail-junk-flat-24x24.png +A UI/WebServerResources/tb-mail-junk-high-24x24.png +A UI/WebServerResources/tb-mail-junk-off-24x24.png +A UI/WebServerResources/tb-mail-mark-flat-24x24.png +A UI/WebServerResources/tb-mail-mark-high-24x24.png +A UI/WebServerResources/tb-mail-mark-off-24x24.png +A UI/WebServerResources/tb-mail-next-flat-24x24.png +A UI/WebServerResources/tb-mail-next-high-24x24.png +A UI/WebServerResources/tb-mail-next-off-24x24.png +A UI/WebServerResources/tb-mail-prev-flat-24x24.png +A UI/WebServerResources/tb-mail-prev-high-24x24.png +A UI/WebServerResources/tb-mail-prev-off-24x24.png +A UI/WebServerResources/tb-mail-print-flat-24x24.png +A UI/WebServerResources/tb-mail-print-high-24x24.png +A UI/WebServerResources/tb-mail-print-off-24x24.png +A UI/WebServerResources/tb-mail-reply-flat-24x24.png +A UI/WebServerResources/tb-mail-reply-high-24x24.png +A UI/WebServerResources/tb-mail-reply-off-24x24.png +A UI/WebServerResources/tb-mail-replyall-flat-24x24.png +A UI/WebServerResources/tb-mail-replyall-high-24x24.png +A UI/WebServerResources/tb-mail-replyall-off-24x24.png +A UI/WebServerResources/tb-mail-stop-flat-24x24.png +A UI/WebServerResources/tb-mail-stop-high-24x24.png +A UI/WebServerResources/tb-mail-stop-off-24x24.png +A UI/WebServerResources/tb-mail-write-flat-24x24.png +A UI/WebServerResources/tb-mail-write-high-24x24.png +A UI/WebServerResources/tb-mail-write-off-24x24.png +A UI/WebServerResources/tbtb_addressbook.png +A UI/WebServerResources/tbtb_anais.png +A UI/WebServerResources/tbtb_compose.png +A UI/WebServerResources/tbtb_compose_addressbook_30x30.png +A UI/WebServerResources/tbtb_compose_attach_30x30.png +A UI/WebServerResources/tbtb_compose_clip_30x30.png +A UI/WebServerResources/tbtb_compose_cut_30x30.png +A UI/WebServerResources/tbtb_compose_dup_30x30.png +A UI/WebServerResources/tbtb_compose_file_30x30.png +A UI/WebServerResources/tbtb_compose_lock_30x30.png +A UI/WebServerResources/tbtb_compose_quote_30x30.png +A UI/WebServerResources/tbtb_compose_send_30x30.png +A UI/WebServerResources/tbtb_compose_spell_30x30.png +A UI/WebServerResources/tbtb_delete.png +A UI/WebServerResources/tbtb_deletedoc.png +A UI/WebServerResources/tbtb_filetofolder.png +A UI/WebServerResources/tbtb_folderadd.png +A UI/WebServerResources/tbtb_folderdel.png +A UI/WebServerResources/tbtb_forward.png +A UI/WebServerResources/tbtb_getmail.png +A UI/WebServerResources/tbtb_next.png +A UI/WebServerResources/tbtb_previous.png +A UI/WebServerResources/tbtb_print.png +A UI/WebServerResources/tbtb_reply.png +A UI/WebServerResources/tbtb_replyall.png +A UI/WebServerResources/tbtb_search.png +A UI/WebServerResources/tbtb_trash.png +A UI/WebServerResources/tbtv_account_17x17.gif +A UI/WebServerResources/tbtv_corner_17x17.gif +A UI/WebServerResources/tbtv_corner_minus_17x17.gif +A UI/WebServerResources/tbtv_corner_plus_17x17.gif +A UI/WebServerResources/tbtv_drafts_17x17.gif +A UI/WebServerResources/tbtv_inbox_17x17.gif +A UI/WebServerResources/tbtv_junction2_17x17.gif +A UI/WebServerResources/tbtv_junction_17x17.gif +A UI/WebServerResources/tbtv_leaf_corner_17x17.gif +A UI/WebServerResources/tbtv_line_17x17.gif +A UI/WebServerResources/tbtv_minus_17x17.gif +A UI/WebServerResources/tbtv_plus_17x17.gif +A UI/WebServerResources/tbtv_sent_17x17.gif +A UI/WebServerResources/tbtv_trash_17x17.gif +A UI/WebServerResources/title_attachment_14x14.png +A UI/WebServerResources/title_config.png +A UI/WebServerResources/title_junk.png +A UI/WebServerResources/title_read_14x14.png +A UI/WebServerResources/title_sortdown_12x12.png +A UI/WebServerResources/title_sortup_12x12.png +A UI/WebServerResources/title_thread.png +A UI/WebServerResources/uix.css +A UI/WebServerResources/upward_sorted.gif +A UI/common.make +A Version +A configure +A fhsbundle.make +A fhslib.make +A fhstool.make diff --git a/NEWS b/NEWS index 216f70f30..1c73c91f3 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,10 @@ -2.0.0 (2012-09-DD) +2.0.0 (2012-09-27) ------------------- New Features + - Microsoft Outlook compatibility layer Enhancements + - updated translations - calendars list and mini-calendar are now always visible - tasks list has moved to a table in a tabs view along the events list - rows in tree view are now 4 pixels taller @@ -11,11 +13,16 @@ Enhancements - improved IE8/9 support - added support for standard/daylight timezone definition with end date - no longer possible to send a message multilpe times + - mail editor title now reflects the current message subject + - default language is selected on login page + - mail notifications now include the calendar name Bug Fixes - fixed translation of invitation replies - fixed vacation message encoding - fixed display of events of no duration + - fixed error when copying/moving large set of contacts + - fixed drag'n'drop of all-day events 1.3.18a (2012-09-04) ------------------- diff --git a/Scripts/openchange_cleanup.py b/Scripts/openchange_cleanup.py index 40b54d76c..ba0ee777e 100755 --- a/Scripts/openchange_cleanup.py +++ b/Scripts/openchange_cleanup.py @@ -2,7 +2,7 @@ import getopt import imaplib -import ldb +#import ldb import plistlib import os import re @@ -33,6 +33,8 @@ def usage(): def main(): global sambaprivate global mapistorefolder + global imaphost + global imapport try: opts, args = getopt.getopt(sys.argv[1:], "i:p:s:") except getopt.GetoptError, err: @@ -75,11 +77,11 @@ def main(): except (shutil.Error, OSError) as e: print "Error during mapistoreCleanup, continuing: %s" % str(e) - try: - pass - #ldbCleanup(sambaprivate, username) - except ldb.LdbError as e: - print "Error during ldbCleanup, continuing: %s" % str(e) +# try: +# pass +# #ldbCleanup(sambaprivate, username) +# except ldb.LdbError as e: +# print "Error during ldbCleanup, continuing: %s" % str(e) sqlCleanup(username) @@ -157,14 +159,15 @@ def mapistoreCleanup(mapistorefolder, username): shutil.rmtree("%s/%s" % (mapistorefolder, username), ignore_errors=True) shutil.rmtree("%s/SOGo/%s" % (mapistorefolder, username), ignore_errors=True) -def ldbCleanup(sambaprivate, username): - conn = ldb.Ldb("%s/openchange.ldb" % (sambaprivate)) -# entries = conn.search(None, expression="(|(cn=%s)(MAPIStoreURI=sogo://%s:*)(MAPIStoreURI=sogo://%s@*))" % (username,username,username), - entries = conn.search(None, expression="cn=%s" % (username), - scope=ldb.SCOPE_SUBTREE) - for entry in entries: - print "Deleting %s" % (entry.dn) - conn.delete(entry.dn) +# NOTYET +#def ldbCleanup(sambaprivate, username): +# conn = ldb.Ldb("%s/openchange.ldb" % (sambaprivate)) +#### entries = conn.search(None, expression="(|(cn=%s)(MAPIStoreURI=sogo://%s:*)(MAPIStoreURI=sogo://%s@*))" % (username,username,username), +# entries = conn.search(None, expression="cn=%s" % (username), +# scope=ldb.SCOPE_SUBTREE) +# for entry in entries: +# print "Deleting %s" % (entry.dn) +# conn.delete(entry.dn) def mysqlCleanup(dbhost, dbport, dbuser, dbpass, dbname, username): import MySQLdb @@ -179,7 +182,7 @@ def mysqlCleanup(dbhost, dbport, dbuser, dbpass, dbname, username): def postgresqlCleanup(dbhost, dbport, dbuser, dbpass, dbname, username): import pg conn = pg.connect(host=dbhost, port=int(dbport), user=dbuser, passwd=dbpass, dbname=dbname) - tablename = "socfs_%s" % sys.argv[1] + tablename = "socfs_%s" % username conn.query("DELETE FROM %s" % tablename) print "table '%s' emptied" % tablename