]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/Defaults.plist
bumped Xcode projects to version 4.7. Added a new Xcode project for the STXSaxDriver.
[sope] / sope-appserver / NGObjWeb / Defaults.plist
index afb362e2351ff2f093fcbbb2a822ffb026838bc2..7b844c99e8e138475cde5aeb3c0b55ff1f3a7e87 100644 (file)
@@ -1,7 +1,7 @@
 {
   NGObjWeb_doc_                         = "NSUserDefaults for NGObjWeb";
 
-  NGLogDefaultAppenderClass             = "NGLogStdoutAppender";
+  NGLogDefaultAppenderClass             = "NGLogStderrAppender";
   NGLogDefaultLogLevel                  = "INFO";
   NGLogDefaultLogEventFormatterClass    = "NGLogEventDetailedFormatter";
   WOAdaptor                             = "WOHttpAdaptor";
   WOSimpleHTTPParserHeavyDebugEnabled   = NO;
   WOSimpleHTTPParserMaxUploadSizeInKB   = 262144;
   WOStatsStylesheetName                 = "WOStats.xsl";
+  WOSubmitButtonEnableValueSync         = NO;
   WOUseRelativeURLs                     = YES;
   WOUseGlobalCookiePath                 = YES;
   WOValueAssociationsCacheSize          = 200;
   WOxComponentElemBuilderDebugEnabled   = NO;
   WOxLogBuilderQueue                    = NO;
   WOxBuilderClasses = ( 
+    WOxTalElemBuilder,
     WOxControlElemBuilder,
     WOxMiscElemBuilder,
     WOxHTMLElemBuilder,
   );
   SoWebDAVFormatOutput = NO;
   DAVParserDebugProp = NO;
-
+  
+  SoWebDAVDisableCrossHostMoveCheck = NO;
+  
   SoWebDAVDefaultAllowMethods = (
     GET, HEAD, POST, OPTIONS, MKCOL, DELETE, PUT,
     LOCK, UNLOCK, COPY, MOVE