[Jifty-commit] r809 - in jifty/trunk: doc

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Apr 4 20:14:51 EDT 2006


Author: alexmv
Date: Tue Apr  4 20:14:49 2006
New Revision: 809

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/doc/edit-in-place

Log:
 r12143 at zoq-fot-pik:  chmrr | 2006-04-04 20:14:17 -0400
  * Update doc to reflect new API


Modified: jifty/trunk/doc/edit-in-place
==============================================================================
--- jifty/trunk/doc/edit-in-place	(original)
+++ jifty/trunk/doc/edit-in-place	Tue Apr  4 20:14:49 2006
@@ -3,8 +3,8 @@
 # sort, when we have that infrastructure.
 
 before '*', run {
-    Jifty->web->deny_actions(qw/Jifty::Action::Devel/)
-      unless Jifty->config->framework('DevelMode');
+    Jifty->api->allow(qr/^Jifty::Action::Devel/)
+      if Jifty->config->framework('DevelMode');
 };
 
 on qr'^/__jifty/edit/(.*?)/(.*)$', run {


More information about the Jifty-commit mailing list