[Jifty-commit] r3371 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Jun 6 18:30:07 EDT 2007


Author: trs
Date: Wed Jun  6 18:30:03 2007
New Revision: 3371

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Config.pm

Log:
 r21747 at zot:  tom | 2007-06-06 18:29:47 -0400
 Clarifying comments about the plugins lists


Modified: jifty/trunk/lib/Jifty/Config.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Config.pm	(original)
+++ jifty/trunk/lib/Jifty/Config.pm	Wed Jun  6 18:30:03 2007
@@ -300,6 +300,8 @@
     my $self = shift;
     my $guess = $self->guess(@_);
     $guess->{'framework'}->{'ConfigFileVersion'} = 2;
+
+    # These are the plugins which new apps will get by default
             $guess->{'framework'}->{'Plugins'} = [
               { LetMe               => {}, },
                 { SkeletonApp            => {}, },
@@ -326,6 +328,8 @@
     my $self = shift;
     my $config = shift;
     if ( $config->{'framework'}->{'ConfigFileVersion'} <2) {
+            # These are the plugins which old apps expect because their
+            # features used to be in the core.
             unshift (@{$config->{'framework'}->{'Plugins'}}, 
                 { SkeletonApp            => {}, },
                 { REST               => {}, },


More information about the Jifty-commit mailing list