mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 00:13:24 +00:00
See ChangeLog
Monotone-Parent: 7601a3a621aac781d52f82f859021f46513ada82 Monotone-Revision: 188bbde45fcd8916b31d72e3c8886b665d9e8fc2 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-03-31T20:54:59 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2009-03-31 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/Scheduler/UIxCalListingActions.m ([UIxCalListingActions
|
||||
_fetchFieldsforComponentOfType:]): the method _fixDates must be
|
||||
called even for the month view.
|
||||
|
||||
2009-03-25 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/Common/UIxPageFrame.m ([UIxPageFrame -siteFavicon]): new
|
||||
|
||||
@@ -325,10 +325,9 @@ static NSArray *tasksFields = nil;
|
||||
forKey: @"c_owner"];
|
||||
if (![[newInfo objectForKey: @"c_title"] length])
|
||||
[self _fixComponentTitle: newInfo withType: component];
|
||||
if (dayBasedView)
|
||||
// Possible improvement: only call _fixDates if event is recurrent
|
||||
// or the view range span a daylight saving time change
|
||||
[self _fixDates: newInfo];
|
||||
// Possible improvement: only call _fixDates if event is recurrent
|
||||
// or the view range span a daylight saving time change
|
||||
[self _fixDates: newInfo];
|
||||
[infos addObject: [newInfo objectsForKeys: fields
|
||||
notFoundMarker: marker]];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user