[Jifty-commit] r2969 - jifty/trunk/lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Mar 15 08:57:20 EDT 2007


Author: dpavlin
Date: Thu Mar 15 08:57:13 2007
New Revision: 2969

Modified:
   jifty/trunk/lib/Jifty/Handler.pm

Log:
added dump_rules which got lost so that we can see which dispatcher rules are there

Modified: jifty/trunk/lib/Jifty/Handler.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Handler.pm	(original)
+++ jifty/trunk/lib/Jifty/Handler.pm	Thu Mar 15 08:57:13 2007
@@ -66,6 +66,7 @@
     $self->dispatcher( Jifty->app_class( "Dispatcher" ) );
     Jifty::Util->require( $self->dispatcher );
     $self->dispatcher->import_plugins;
+    $self->dispatcher->dump_rules;
  
     $self->setup_view_handlers();
     return $self;


More information about the Jifty-commit mailing list