[Jifty-commit] r2741 - in jifty: branches/virtual-models/lib branches/virtual-models/lib/Jifty/Action

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Jan 30 21:43:19 EST 2007


Author: sterling
Date: Tue Jan 30 21:43:19 2007
New Revision: 2741

Removed:
   jifty/branches/virtual-models/lib/Jifty/Action/CreateModelClass.pm
   jifty/branches/virtual-models/lib/Jifty/Action/CreateModelClassColumn.pm
   jifty/branches/virtual-models/lib/Jifty/Action/DeleteModelClass.pm
   jifty/branches/virtual-models/lib/Jifty/Action/DeleteModelClassColumn.pm
   jifty/branches/virtual-models/lib/Jifty/Action/UpdateModelClass.pm
   jifty/branches/virtual-models/lib/Jifty/Action/UpdateModelClassColumn.pm
Modified:
   jifty/   (props changed)
   jifty/branches/virtual-models/lib/Jifty.pm

Log:
 r2751 at riddle:  andrew | 2007-01-30 20:38:14 -0600
 Fixed the ClassLoader to handle base => "Jifty".


Modified: jifty/branches/virtual-models/lib/Jifty.pm
==============================================================================
--- jifty/branches/virtual-models/lib/Jifty.pm	(original)
+++ jifty/branches/virtual-models/lib/Jifty.pm	Tue Jan 30 21:43:19 2007
@@ -116,6 +116,8 @@
     # Load the configuration. stash it in ->config
     Jifty->config( Jifty::Config->new() );
 
+    # Create the Jifty classloader
+    Jifty::ClassLoader->new( base => 'Jifty' );
 
     # Now that we've loaded the configuration, we can remove the temporary 
     # Jifty::DBI::Record baseclass for records and insert our "real" baseclass,
@@ -143,8 +145,8 @@
     # Now that we have the config set up and loaded plugins,
     # load the localization files.
     Jifty::I18N->refresh();
-    
-    # Get a classloader set up
+
+    # Get the application classloader set up
     my $class_loader = Jifty::ClassLoader->new(
         base => Jifty->app_class,
     );


More information about the Jifty-commit mailing list