From 1279d195fb640ec162d4b0b79b489a24c380d01a Mon Sep 17 00:00:00 2001 From: znek Date: Thu, 14 Jul 2005 11:23:23 +0000 Subject: [PATCH] remove all occurrences of static paths in code git-svn-id: http://svn.opengroupware.org/SOGo/trunk@749 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/Scheduler/ChangeLog | 5 +++++ SOGo/UI/Scheduler/UIxCalView.m | 14 -------------- SOGo/UI/Scheduler/Version | 2 +- SOGo/UI/Templates/ChangeLog | 3 +++ SOGo/UI/Templates/UIxContactsSelectionView.wox | 10 ---------- 5 files changed, 9 insertions(+), 25 deletions(-) diff --git a/SOGo/UI/Scheduler/ChangeLog b/SOGo/UI/Scheduler/ChangeLog index 3bf94cda..f2b389df 100644 --- a/SOGo/UI/Scheduler/ChangeLog +++ b/SOGo/UI/Scheduler/ChangeLog @@ -1,3 +1,8 @@ +2005-07-14 Marcus Mueller + + * UIxCalView.m: removed resourcePath stuff as this isn't used + anywhere anymore (and it shouldn't) (v0.9.130) + 2005-07-13 Marcus Mueller * English.lproj/Localizable.strings: "Schedule" maps to diff --git a/SOGo/UI/Scheduler/UIxCalView.m b/SOGo/UI/Scheduler/UIxCalView.m index 98875146..4537a0d5 100644 --- a/SOGo/UI/Scheduler/UIxCalView.m +++ b/SOGo/UI/Scheduler/UIxCalView.m @@ -341,20 +341,6 @@ static BOOL shouldDisplayWeekend = NO; stringByAppendingString:@"/view"]; } -/* backend */ - -/* resource URLs (TODO?) */ - -- (NSString *)resourcePath { - // TODO: broken - // TODO: where is this used? - return @"/sogod.woa/WebServerResources/"; -} - -- (NSString *)favIconPath { - return [[self resourcePath] stringByAppendingPathComponent:@"favicon.ico"]; -} - /* fetching */ - (NSCalendarDate *)startDate { diff --git a/SOGo/UI/Scheduler/Version b/SOGo/UI/Scheduler/Version index 90762af8..bf934552 100644 --- a/SOGo/UI/Scheduler/Version +++ b/SOGo/UI/Scheduler/Version @@ -1,6 +1,6 @@ # Version file -SUBMINOR_VERSION:=129 +SUBMINOR_VERSION:=130 # v0.9.123 requires Appointments v0.9.35 # v0.9.123 requires SOGoUI v0.9.24 diff --git a/SOGo/UI/Templates/ChangeLog b/SOGo/UI/Templates/ChangeLog index 2562ebf1..30d55b94 100644 --- a/SOGo/UI/Templates/ChangeLog +++ b/SOGo/UI/Templates/ChangeLog @@ -5,6 +5,9 @@ 2005-07-14 Marcus Mueller + * UIxContactsSelectionView.wox: removed hardcoded stylesheet paths, + provided rsrc: driven paths as this works now + * UIxCalSelectTab.wox: removed 'Schedule' tab. * UIxCalScheduleOverview.wox: rewritten to be a subcomponent instead diff --git a/SOGo/UI/Templates/UIxContactsSelectionView.wox b/SOGo/UI/Templates/UIxContactsSelectionView.wox index 111e3ce3..161243a0 100644 --- a/SOGo/UI/Templates/UIxContactsSelectionView.wox +++ b/SOGo/UI/Templates/UIxContactsSelectionView.wox @@ -12,18 +12,8 @@ - - -