]> err.no Git - scalable-opengroupware.org/commitdiff
new method -isAccessRestricted
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 7 Jul 2005 13:47:39 +0000 (13:47 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 7 Jul 2005 13:47:39 +0000 (13:47 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@685 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/SOGoUI/ChangeLog
SOGo/UI/SOGoUI/UIxComponent.m
SOGo/UI/SOGoUI/Version

index ab33da5507ec9d2f605b16aa65c53e18ba166683..5d3d3496ba9c9c275eb35dabc89d2ded0861a346 100644 (file)
@@ -1,3 +1,9 @@
+2005-07-07  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * UIxComponent.m: added method -isAccessRestricted to indicate whether
+         certain options might have to be disabled due to restrictions
+         set by the customer (v0.9.26)
+
 2005-07-06  Helge Hess  <helge.hess@opengroupware.org>
 
        * UIxComponent.m: added method -isInvokedBySafeMethod to check whether 
index 0d904db5d863bbdb6cff8043e4631bdfb1642b15..1b8c34241cd9d659fb0bce70f0faca6e88291069 100644 (file)
@@ -430,6 +430,16 @@ static BOOL uixDebugEnabled = NO;
   return [[self context] valueForKey:@"locale"];
 }
 
+/* Access is in several ways restricted if request is not coming from the
+ * Intranet
+ */
+
+- (BOOL)isAccessRestricted {
+  NSUserDefaults *ud = [NSUserDefaults standardUserDefaults];
+  
+  return [ud boolForKey:@"SOGoAccessIsRestricted"];
+}
+
 /* debugging */
 
 - (BOOL)isUIxDebugEnabled {
index c752023008e34f47f21d9b254d72950ed624e017..f94f3e5dad3635a18434257079a2d5eac7e4fb0d 100644 (file)
@@ -1,5 +1,5 @@
 # version file
 
-SUBMINOR_VERSION:=25
+SUBMINOR_VERSION:=26
 
 # v0.9.18 requires NGExtensions v4.5.136