[jifty-devel] Re: [Jifty-commit] r808 - in jifty/trunk: lib lib/Jifty t

Alex Vandiver alexmv at bestpractical.com
Wed Apr 5 13:26:37 EDT 2006


On Tue, 2006-04-04 at 20:14 -0400, jifty-commit at lists.jifty.org wrote:
> [snip]
> Log:
>  r12142 at zoq-fot-pik:  chmrr | 2006-04-04 20:13:52 -0400
>   * Move allow and deny'ing of actions into Jifty::API

Just to be explicit, this change is *breaks backwards compatibility*.
Calls that were of the form:

    Jifty->web->allow_actions( ... )

..will need to be changed to:

    Jifty->api->allow( ... )

This is to decruft Jifty::Web, and the first stage of building up a way
to introspect about a Jifty app's actions.
 - Alex


More information about the jifty-devel mailing list