[Jifty-commit] r6477 - in jifty/trunk: . examples/Doxory/etc examples/Yada examples/Yada/etc t/TestApp-Collection-Select/etc t/TestApp-Dispatcher/etc t/TestApp-JiftyJS/etc t/TestApp-Plugin-ActorMetadata/etc t/TestApp-Plugin-AppPluginHasModels/etc t/TestApp-Plugin-CompressedCSSandJS/etc t/TestApp-Plugin-News/etc t/TestApp-Plugin-OnClick/etc t/TestApp-Plugin-PasswordAuth/etc t/TestApp-Plugin-SinglePage/etc t/TestApp-Regions/etc t/TestApp-Template-Declare/etc

Jifty commits jifty-commit at lists.jifty.org
Thu Feb 26 15:24:46 EST 2009


Author: alexmv
Date: Thu Feb 26 15:24:45 2009
New Revision: 6477

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/examples/Doxory/etc/config.yml
   jifty/trunk/examples/ShrinkURL/etc/config.yml
   jifty/trunk/examples/Yada/Makefile.PL
   jifty/trunk/examples/Yada/etc/config.yml
   jifty/trunk/t/TestApp-Collection-Select/etc/config.yml
   jifty/trunk/t/TestApp-Dispatcher/etc/config.yml
   jifty/trunk/t/TestApp-JiftyJS/etc/config.yml
   jifty/trunk/t/TestApp-Plugin-ActorMetadata/etc/config.yml
   jifty/trunk/t/TestApp-Plugin-AppPluginHasModels/etc/config.yml
   jifty/trunk/t/TestApp-Plugin-CompressedCSSandJS/etc/config.yml
   jifty/trunk/t/TestApp-Plugin-News/etc/config.yml
   jifty/trunk/t/TestApp-Plugin-OnClick/etc/config.yml
   jifty/trunk/t/TestApp-Plugin-PasswordAuth/etc/config.yml
   jifty/trunk/t/TestApp-Plugin-SinglePage/etc/config.yml
   jifty/trunk/t/TestApp-Regions/etc/config.yml
   jifty/trunk/t/TestApp-Template-Declare/etc/config.yml

Log:
 r42705 at kohr-ah:  chmrr | 2009-02-25 16:30:56 -0500
 Sort and clean up plugin deps in tests, examples


Modified: jifty/trunk/examples/Doxory/etc/config.yml
==============================================================================
--- jifty/trunk/examples/Doxory/etc/config.yml	(original)
+++ jifty/trunk/examples/Doxory/etc/config.yml	Thu Feb 26 15:24:45 2009
@@ -22,12 +22,12 @@
   MailerArgs: []
 
   Plugins: 
-    - SkeletonApp: {}
-    - REST: {}
-    - Halo: {}
-    - ErrorTemplates: {}
-    - CompressedCSSandJS: {}
     - Authentication::Password: {}
+    - CompressedCSSandJS: {}
+    - ErrorTemplates: {}
+    - Halo: {}
+    - REST: {}
+    - SkeletonApp: {}
 
   PubSub: 
     Backend: Memcached

Modified: jifty/trunk/examples/ShrinkURL/etc/config.yml
==============================================================================
--- jifty/trunk/examples/ShrinkURL/etc/config.yml	(original)
+++ jifty/trunk/examples/ShrinkURL/etc/config.yml	Thu Feb 26 15:24:45 2009
@@ -23,29 +23,14 @@
   MailerArgs: []
 
   Plugins: 
-    - 
-      LetMe: {}
-
-    - 
-      SkeletonApp: {}
-
-    - 
-      REST: {}
-
-    - 
-      Halo: {}
-
-    - 
-      ErrorTemplates: {}
-
-    - 
-      OnlineDocs: {}
-
-    - 
-      CompressedCSSandJS: {}
-
-    - 
-      AdminUI: {}
+    - AdminUI: {}
+    - CompressedCSSandJS: {}
+    - ErrorTemplates: {}
+    - Halo: {}
+    - LetMe: {}
+    - OnlineDocs: {}
+    - REST: {}
+    - SkeletonApp: {}
 
   PubSub: 
     Backend: Memcached

Modified: jifty/trunk/examples/Yada/Makefile.PL
==============================================================================
--- jifty/trunk/examples/Yada/Makefile.PL	(original)
+++ jifty/trunk/examples/Yada/Makefile.PL	Thu Feb 26 15:24:45 2009
@@ -3,5 +3,6 @@
 name        'Yada';
 version     '0.01';
 requires    'Jifty' => '0.70117';
+requires    'Jifty::Plugin::OpenID';
 
 WriteAll;

Modified: jifty/trunk/examples/Yada/etc/config.yml
==============================================================================
--- jifty/trunk/examples/Yada/etc/config.yml	(original)
+++ jifty/trunk/examples/Yada/etc/config.yml	Thu Feb 26 15:24:45 2009
@@ -25,17 +25,17 @@
   MailerArgs: []
 
   Plugins: 
-    - SkeletonApp: {}
-    - REST: {}
-    - ErrorTemplates: {}
-    - OnlineDocs: {}
-    - CompressedCSSandJS: {}
     - AdminUI: {}
-    - LetMe: {}
-    - User: {}
     - Authentication::Password: {}
+    - CompressedCSSandJS: {}
+    - ErrorTemplates: {}
+    - LetMe: {}
+    - OnlineDocs: {}
     - OpenID: {}
+    - REST: {}
     - SinglePage: {}
+    - SkeletonApp: {}
+    - User: {}
 
   PubSub: 
     Backend: Memcached

Modified: jifty/trunk/t/TestApp-Collection-Select/etc/config.yml
==============================================================================
--- jifty/trunk/t/TestApp-Collection-Select/etc/config.yml	(original)
+++ jifty/trunk/t/TestApp-Collection-Select/etc/config.yml	Thu Feb 26 15:24:45 2009
@@ -23,29 +23,14 @@
   MailerArgs: []
 
   Plugins: 
-    - 
-      LetMe: {}
-
-    - 
-      SkeletonApp: {}
-
-    - 
-      REST: {}
-
-    - 
-      Halo: {}
-
-    - 
-      ErrorTemplates: {}
-
-    - 
-      OnlineDocs: {}
-
-    - 
-      CompressedCSSandJS: {}
-
-    - 
-      AdminUI: {}
+    - AdminUI: {}
+    - CompressedCSSandJS: {}
+    - ErrorTemplates: {}
+    - Halo: {}
+    - LetMe: {}
+    - OnlineDocs: {}
+    - REST: {}
+    - SkeletonApp: {}
 
   PubSub: 
     Backend: Memcached

Modified: jifty/trunk/t/TestApp-Dispatcher/etc/config.yml
==============================================================================
--- jifty/trunk/t/TestApp-Dispatcher/etc/config.yml	(original)
+++ jifty/trunk/t/TestApp-Dispatcher/etc/config.yml	Thu Feb 26 15:24:45 2009
@@ -22,9 +22,9 @@
   LogLevel: DEBUG
 
   Plugins: 
-    - SkeletonApp: {}
     - CompressedCSSandJS: {}
     - ErrorTemplates: {}
+    - SkeletonApp: {}
   PubSub: 
     Backend: Memcached
     Enable: ~

Modified: jifty/trunk/t/TestApp-JiftyJS/etc/config.yml
==============================================================================
--- jifty/trunk/t/TestApp-JiftyJS/etc/config.yml	(original)
+++ jifty/trunk/t/TestApp-JiftyJS/etc/config.yml	Thu Feb 26 15:24:45 2009
@@ -24,29 +24,14 @@
   MailerArgs: []
 
   Plugins: 
-    - 
-      LetMe: {}
-
-    - 
-      SkeletonApp: {}
-
-    - 
-      REST: {}
-
-    - 
-      Halo: {}
-
-    - 
-      ErrorTemplates: {}
-
-    - 
-      OnlineDocs: {}
-
-    - 
-      CompressedCSSandJS: {}
-
-    - 
-      AdminUI: {}
+    - AdminUI: {}
+    - CompressedCSSandJS: {}
+    - ErrorTemplates: {}
+    - Halo: {}
+    - LetMe: {}
+    - OnlineDocs: {}
+    - REST: {}
+    - SkeletonApp: {}
 
   PubSub: 
     Backend: Memcached

Modified: jifty/trunk/t/TestApp-Plugin-ActorMetadata/etc/config.yml
==============================================================================
--- jifty/trunk/t/TestApp-Plugin-ActorMetadata/etc/config.yml	(original)
+++ jifty/trunk/t/TestApp-Plugin-ActorMetadata/etc/config.yml	Thu Feb 26 15:24:45 2009
@@ -23,31 +23,16 @@
   MailerArgs: []
 
   Plugins: 
-    - User: {}
+    - AdminUI: {}
     - Authentication::Password: {}
-    - 
-      LetMe: {}
-
-    - 
-      SkeletonApp: {}
-
-    - 
-      REST: {}
-
-    - 
-      Halo: {}
-
-    - 
-      ErrorTemplates: {}
-
-    - 
-      OnlineDocs: {}
-
-    - 
-      CompressedCSSandJS: {}
-
-    - 
-      AdminUI: {}
+    - CompressedCSSandJS: {}
+    - ErrorTemplates: {}
+    - Halo: {}
+    - LetMe: {}
+    - OnlineDocs: {}
+    - REST: {}
+    - SkeletonApp: {}
+    - User: {}
 
   PubSub: 
     Backend: Memcached

Modified: jifty/trunk/t/TestApp-Plugin-AppPluginHasModels/etc/config.yml
==============================================================================
--- jifty/trunk/t/TestApp-Plugin-AppPluginHasModels/etc/config.yml	(original)
+++ jifty/trunk/t/TestApp-Plugin-AppPluginHasModels/etc/config.yml	Thu Feb 26 15:24:45 2009
@@ -23,14 +23,14 @@
   MailerArgs: []
 
   Plugins: 
-    - LetMe: {}
-    - SkeletonApp: {}
-    - REST: {}
-    - Halo: {}
+    - AdminUI: {}
+    - CompressedCSSandJS: {}
     - ErrorTemplates: {}
+    - Halo: {}
+    - LetMe: {}
     - OnlineDocs: {}
-    - CompressedCSSandJS: {}
-    - AdminUI: {}
+    - REST: {}
+    - SkeletonApp: {}
     - TestApp::Plugin::AppPluginHasModels::Plugin::MyAppPlugin: {}
 
   PubSub: 

Modified: jifty/trunk/t/TestApp-Plugin-CompressedCSSandJS/etc/config.yml
==============================================================================
--- jifty/trunk/t/TestApp-Plugin-CompressedCSSandJS/etc/config.yml	(original)
+++ jifty/trunk/t/TestApp-Plugin-CompressedCSSandJS/etc/config.yml	Thu Feb 26 15:24:45 2009
@@ -23,16 +23,15 @@
   MailerArgs: []
 
   Plugins: 
-    - LetMe: {}
-    - SkeletonApp: {}
-    - REST: {}
-    - Halo: {}
+    - AdminUI: {}
+    - CompressedCSSandJS: {}
     - ErrorTemplates: {}
+    - Halo: {}
+    - LetMe: {}
     - OnlineDocs: {}
-    - CompressedCSSandJS: {}
-    - AdminUI: {}
+    - REST: {}
+    - SkeletonApp: {}
     - User: {}
-    - CompressedCSSandJS: {}
 
   PubSub: 
     Backend: Memcached

Modified: jifty/trunk/t/TestApp-Plugin-News/etc/config.yml
==============================================================================
--- jifty/trunk/t/TestApp-Plugin-News/etc/config.yml	(original)
+++ jifty/trunk/t/TestApp-Plugin-News/etc/config.yml	Thu Feb 26 15:24:45 2009
@@ -21,26 +21,13 @@
   MailerArgs: []
 
   Plugins: 
-    - 
-      SkeletonApp: {}
-
-    - 
-      REST: {}
-
-    - 
-      Halo: {}
-
-    - 
-      ErrorTemplates: {}
-
-    - 
-      OnlineDocs: {}
-
-    - 
-      CompressedCSSandJS: {}
-
-    - 
-      AdminUI: {}
+    - AdminUI: {}
+    - CompressedCSSandJS: {}
+    - ErrorTemplates: {}
+    - Halo: {}
+    - OnlineDocs: {}
+    - REST: {}
+    - SkeletonApp: {}
 
   PubSub: 
     Backend: Memcached

Modified: jifty/trunk/t/TestApp-Plugin-OnClick/etc/config.yml
==============================================================================
--- jifty/trunk/t/TestApp-Plugin-OnClick/etc/config.yml	(original)
+++ jifty/trunk/t/TestApp-Plugin-OnClick/etc/config.yml	Thu Feb 26 15:24:45 2009
@@ -22,21 +22,14 @@
   MailerArgs: []
 
   Plugins: 
-    - LetMe: {}
-
-    - SkeletonApp: {}
-
-    - REST: {}
-
-    - Halo: {}
-
+    - AdminUI: {}
+    - CompressedCSSandJS: {}
     - ErrorTemplates: {}
-
+    - Halo: {}
+    - LetMe: {}
     - OnlineDocs: {}
-
-    - CompressedCSSandJS: {}
-
-    - AdminUI: {}
+    - REST: {}
+    - SkeletonApp: {}
 
   PubSub: 
     Backend: Memcached

Modified: jifty/trunk/t/TestApp-Plugin-PasswordAuth/etc/config.yml
==============================================================================
--- jifty/trunk/t/TestApp-Plugin-PasswordAuth/etc/config.yml	(original)
+++ jifty/trunk/t/TestApp-Plugin-PasswordAuth/etc/config.yml	Thu Feb 26 15:24:45 2009
@@ -21,11 +21,11 @@
   MailerArgs:
     - %log/mail.log%
   Plugins: 
+    - AdminUI: {}
     - Authentication::Password: {}
-    - REST: {}
-    - OnlineDocs: {}
     - CompressedCSSandJS: {}
-    - AdminUI: {}
+    - OnlineDocs: {}
+    - REST: {}
   PubSub: 
     Backend: Memcached
     Enable: ~

Modified: jifty/trunk/t/TestApp-Plugin-SinglePage/etc/config.yml
==============================================================================
--- jifty/trunk/t/TestApp-Plugin-SinglePage/etc/config.yml	(original)
+++ jifty/trunk/t/TestApp-Plugin-SinglePage/etc/config.yml	Thu Feb 26 15:24:45 2009
@@ -23,16 +23,16 @@
   MailerArgs: []
 
   Plugins: 
-    - LetMe: {}
-    - SkeletonApp: {}
-    - REST: {}
-    - Halo: {}
+    - AdminUI: {}
+    - CompressedCSSandJS: {}
     - ErrorTemplates: {}
+    - Halo: {}
+    - LetMe: {}
     - OnlineDocs: {}
-    - CompressedCSSandJS: {}
-    - AdminUI: {}
-    - User: {}
+    - REST: {}
     - SinglePage: {}
+    - SkeletonApp: {}
+    - User: {}
 
   PubSub: 
     Backend: Memcached

Modified: jifty/trunk/t/TestApp-Regions/etc/config.yml
==============================================================================
--- jifty/trunk/t/TestApp-Regions/etc/config.yml	(original)
+++ jifty/trunk/t/TestApp-Regions/etc/config.yml	Thu Feb 26 15:24:45 2009
@@ -23,29 +23,14 @@
   MailerArgs: []
 
   Plugins: 
-    - 
-      LetMe: {}
-
-    - 
-      SkeletonApp: {}
-
-    - 
-      REST: {}
-
-    - 
-      Halo: {}
-
-    - 
-      ErrorTemplates: {}
-
-    - 
-      OnlineDocs: {}
-
-    - 
-      CompressedCSSandJS: {}
-
-    - 
-      AdminUI: {}
+    - AdminUI: {}
+    - CompressedCSSandJS: {}
+    - ErrorTemplates: {}
+    - Halo: {}
+    - LetMe: {}
+    - OnlineDocs: {}
+    - REST: {}
+    - SkeletonApp: {}
 
   PubSub: 
     Backend: Memcached

Modified: jifty/trunk/t/TestApp-Template-Declare/etc/config.yml
==============================================================================
--- jifty/trunk/t/TestApp-Template-Declare/etc/config.yml	(original)
+++ jifty/trunk/t/TestApp-Template-Declare/etc/config.yml	Thu Feb 26 15:24:45 2009
@@ -23,14 +23,14 @@
   MailerArgs: []
 
   Plugins: 
-    - LetMe: {}
-    - SkeletonApp: {}
-    - REST: {}
-    - Halo: {}
+    - AdminUI: {}
+    - CompressedCSSandJS: {}
     - ErrorTemplates: {}
+    - Halo: {}
+    - LetMe: {}
     - OnlineDocs: {}
-    - CompressedCSSandJS: {}
-    - AdminUI: {}
+    - REST: {}
+    - SkeletonApp: {}
 
   PubSub: 
     Backend: Memcached


More information about the Jifty-commit mailing list