[Jifty-commit] r5913 - JiftyX-ExpenseApp/trunk/t/Withusers/etc

Jifty commits jifty-commit at lists.jifty.org
Thu Oct 9 21:50:42 EDT 2008


Author: gugod
Date: Thu Oct  9 21:50:42 2008
New Revision: 5913

Modified:
   JiftyX-ExpenseApp/trunk/t/Withusers/etc/config.yml

Log:
Disalbe AdminMode in this app.


Modified: JiftyX-ExpenseApp/trunk/t/Withusers/etc/config.yml
==============================================================================
--- JiftyX-ExpenseApp/trunk/t/Withusers/etc/config.yml	(original)
+++ JiftyX-ExpenseApp/trunk/t/Withusers/etc/config.yml	Thu Oct  9 21:50:42 2008
@@ -1,11 +1,11 @@
---- 
-framework: 
-  AdminMode: 1
+---
+framework:
+  AdminMode: 0
   ApplicationClass: Withusers
   ApplicationName: Withusers
   ApplicationUUID: 22F6B93E-95E3-11DD-9360-E87BFF7AA801
   ConfigFileVersion: 4
-  Database: 
+  Database:
     AutoUpgrade: 1
     CheckSchema: 1
     Database: withusers
@@ -16,58 +16,43 @@
     User: ''
     Version: 0.0.1
   DevelMode: 1
-  L10N: 
+  L10N:
     PoDir: share/po
   LogLevel: INFO
   Mailer: Sendmail
   MailerArgs: []
 
-  Plugins: 
+  Plugins:
     - ExpenseApp: {}
     - User: {}
     - Authentication::Password:
         login_by: email
-    - 
-      LetMe: {}
+    - LetMe: {}
+    - SkeletonApp: {}
+    - REST: {}
+    - Halo: {}
+    - ErrorTemplates: {}
+    - OnlineDocs: {}
+    - CompressedCSSandJS: {}
+    - AdminUI: {}
 
-    - 
-      SkeletonApp: {}
-
-    - 
-      REST: {}
-
-    - 
-      Halo: {}
-
-    - 
-      ErrorTemplates: {}
-
-    - 
-      OnlineDocs: {}
-
-    - 
-      CompressedCSSandJS: {}
-
-    - 
-      AdminUI: {}
-
-  PubSub: 
+  PubSub:
     Backend: Memcached
     Enable: ~
   SkipAccessControl: 0
   TemplateClass: Withusers::View
-  View: 
+  View:
     FallbackHandler: Jifty::View::Mason::Handler
-    Handlers: 
+    Handlers:
       - Jifty::View::Static::Handler
       - Jifty::View::Declare::Handler
       - Jifty::View::Mason::Handler
-  Web: 
+  Web:
     BaseURL: http://localhost
     DataDir: var/mason
     Globals: []
 
-    MasonConfig: 
+    MasonConfig:
       autoflush: 0
       default_escape_flags: h
       error_format: text


More information about the Jifty-commit mailing list