[Jifty-commit] r4088 - in apps/CASPlus: . trunk/etc

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Sep 11 18:48:15 EDT 2007


Author: sterling
Date: Tue Sep 11 18:48:14 2007
New Revision: 4088

Modified:
   apps/CASPlus/   (props changed)
   apps/CASPlus/trunk/   (props changed)
   apps/CASPlus/trunk/etc/config.yml

Log:
 r11985 at dynpc145:  andrew | 2007-09-11 17:45:12 -0500
  r11975 at dynpc145:  andrew | 2007-09-11 17:44:21 -0500
   r11928 at dynpc145 (orig r1981):  andrew | 2007-09-11 10:38:21 -0500
    r11927 at dynpc145:  andrew | 2007-09-11 10:15:48 -0500
    Upgrading the config file to use the version 2 format.
   
  
 


Modified: apps/CASPlus/trunk/etc/config.yml
==============================================================================
--- apps/CASPlus/trunk/etc/config.yml	(original)
+++ apps/CASPlus/trunk/etc/config.yml	Tue Sep 11 18:48:14 2007
@@ -4,6 +4,7 @@
   ApplicationClass: CASPlus
   ApplicationName: CASPlus
   ApplicationUUID: EC7095D2-B700-11DB-9310-01BD470BAD47
+  ConfigFileVersion: 2
   Database: 
     CheckSchema: 1
     Database: casplus
@@ -11,6 +12,7 @@
     Host: localhost
     Password: ''
     RecordBaseClass: Jifty::DBI::Record::Cachable
+    RecordUUIDs: active
     User: ''
     Version: 0.0.1
   DevelMode: 1
@@ -20,11 +22,21 @@
   Mailer: Sendmail
   MailerArgs: []
 
-  Plugins: []
+  Plugins: 
+    - LetMe: {}
+    - SkeletonApp: {}
+    - REST: {}
+    - Halo: {}
+    - ErrorTemplates: {}
+    - OnlineDocs: {}
+    - CompressedCSSandJS: {}
+    - AdminUI: {}
 
   PubSub: 
     Backend: Memcached
     Enable: ~
+  SkipAccessControl: 0
+  TemplateClass: CASPlus::View
   Web: 
     BaseURL: http://localhost
     DataDir: var/mason


More information about the Jifty-commit mailing list