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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Nov 29 13:55:20 EST 2007


Author: sartak
Date: Thu Nov 29 13:55:19 2007
New Revision: 4570

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

Log:
 r45756 at onn:  sartak | 2007-11-29 13:55:10 -0500
 Rename 'ready' to 'post_init'. 'ready' and 'server_ready' are somewhat misleading because the plugins fire during other jifty commands


Modified: jifty/trunk/lib/Jifty.pm
==============================================================================
--- jifty/trunk/lib/Jifty.pm	(original)
+++ jifty/trunk/lib/Jifty.pm	Thu Nov 29 13:55:19 2007
@@ -243,7 +243,7 @@
 
     # For plugins that want all the above initialization, but want to run before
     # we begin serving requests
-    Jifty->call_trigger('ready');
+    Jifty->call_trigger('post_init');
 }
 
 # Explicitly destroy the classloader; if this happens during global


More information about the Jifty-commit mailing list