]> err.no Git - scalable-opengroupware.org/commitdiff
remove all occurrences of static paths in code
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 14 Jul 2005 11:23:23 +0000 (11:23 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 14 Jul 2005 11:23:23 +0000 (11:23 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@749 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Scheduler/ChangeLog
SOGo/UI/Scheduler/UIxCalView.m
SOGo/UI/Scheduler/Version
SOGo/UI/Templates/ChangeLog
SOGo/UI/Templates/UIxContactsSelectionView.wox

index 3bf94cdae4f42bb6225ca84fd955aafcd38b5d04..f2b389dfd25a42729effd9b2a5cf60db21d98295 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-14  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * UIxCalView.m: removed resourcePath stuff as this isn't used
+         anywhere anymore (and it shouldn't) (v0.9.130)
+
 2005-07-13  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * English.lproj/Localizable.strings: "Schedule" maps to
index 9887514682717b7d64237fdcb2b7a4ba9ccbf122..4537a0d5bcd63836ed9eef7f6d4bafdbb8208da9 100644 (file)
@@ -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 {
index 90762af80ef790248cc4af3379e5fce135626c1a..bf93455269f5578473cde16a70882b35aeb24048 100644 (file)
@@ -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
index 2562ebf166d67af5890971a9afec203cc411d717..30d55b94034bea972824853da68a307a560fd5b4 100644 (file)
@@ -5,6 +5,9 @@
 
 2005-07-14  Marcus Mueller  <znek@mulle-kybernetik.com>
 
+       * 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
index 111e3ce30e9b81bad502c2ed1a3b3672f56614c0..161243a0082454bfd5ee2b9112ada45e6a232776 100644 (file)
     <meta name="description" content="SOGo Web Interface"/>
     <meta name="author" content="SKYRIX Software AG"/>
     <meta name="robots" content="stop"/>
-    <!-- THIS DOESN'T WORK
     <link type="text/css" rel="stylesheet" rsrc:href="uix.css"/>
     <link type="text/css" rel="stylesheet" rsrc:href="calendar.css"/>
-    -->
-    <link type="text/css"
-          rel="stylesheet"
-          href="/sogod/so/ControlPanel/Products/CommonUI/Resources/uix.css"
-    />
-    <link type="text/css"
-          rel="stylesheet"
-          href="/sogod/so/ControlPanel/Products/CommonUI/Resources/calendar.css"
-    />
     <link href="mailto:hh@skyrix.com" rev="made"/>
     <style>
       table.contacttableview {