Jesse Vincent > Jifty-0.70117

Jifty-0.70117

This Release Jifty-0.70117  [Download] [Browse 17 Jan 2007
Latest Release Jifty-0.90701  [Download] [Browse 01 Jul 2009
Other Releases
Links Discussion Forum ] [ View/Report Bugs (17) ] [ Dependencies ] [ Other Tools ]
CPAN Testers PASS (4)   FAIL (16)   NA (13)   UNKNOWN (1)   [ View Reports ] [ Perl/Platform Version Matrix ]
Rating      (0 Reviews) [ Rate this distribution ]
License Perl
Special Files
AUTHORS
Changelog
MANIFEST
META.yml
Makefile.PL
README
SIGNATURE

Modules

Email::Send::Jifty::Test      
Jifty an application framework     0.70117
Jifty::API Manages and allow reflection on the Jifty::Actions that make up a Jifty application's API      
Jifty::Action The ability to Do Things in the framework      
Jifty::Action::Autocomplete      
Jifty::Action::Record An action tied to a record in the database.      
Jifty::Action::Record::Create Automagic creation action      
Jifty::Action::Record::Delete Automagic delete action      
Jifty::Action::Record::Search      
Jifty::Action::Record::Update Automagic update action      
Jifty::Action::Redirect Redirect the browser      
Jifty::Bootstrap Insert initial data into your database      
Jifty::ClassLoader Loads the application classes      
Jifty::Client Subclass of WWW::Mechanize with extra Jifty features      
Jifty::Collection Collection of Jifty::Record objects      
Jifty::Config wrap a jifty configuration file      
Jifty::Continuation Allows for basic continuation-based programming      
Jifty::CurrentUser      
Jifty::DateTime a DateTime subclass that knows about Jifty users      
Jifty::Dispatcher The Jifty Dispatcher      
Jifty::Event      
Jifty::Event::Model      
Jifty::Everything Load all of the important Jifty modules at once.      
Jifty::Filter::DateTime A Jifty::DBI filter to work with Jifty::DateTime objects      
Jifty::Handle A database handle class for Jifty      
Jifty::Handler Methods related to the Mason handler      
Jifty::I18N Internationalization framework for Jifty      
Jifty::JSON Wrapper around JSON      
Jifty::LetMe A way to expose single-link URLs to your applications      
Jifty::Logger A master class for Jifty's logging framwork      
Jifty::Mason::Halo      
Jifty::Model::Metadata Tracks Jifty-related metadata      
Jifty::Model::Session Jifty session tracking      
Jifty::Model::SessionCollection      
Jifty::Module::Pluggable      
Jifty::Notification      
Jifty::Object      
Jifty::Param Parameters for Jifty actions      
Jifty::Param::Schema Declare parameters of a Jifty action with ease.      
Jifty::Plugin Describes a plugin to the Jifty framework      
Jifty::Plugin::AuthCASLogin      
Jifty::Plugin::AuthCASLogin::Action::CASLogin      
Jifty::Plugin::AuthCASLogin::Action::CASLogout      
Jifty::Plugin::AuthCASLogin::Dispatcher      
Jifty::Plugin::AuthCASOnly      
Jifty::Plugin::AuthCASOnly::Action::CASLogin      
Jifty::Plugin::AuthCASOnly::Action::CASLogout      
Jifty::Plugin::AuthCASOnly::CurrentUser      
Jifty::Plugin::AuthCASOnly::Dispatcher      
Jifty::Plugin::AuthCASOnly::Model::CASUser      
Jifty::Plugin::AuthLDAPLogin      
Jifty::Plugin::AuthLDAPLogin::Action::LDAPLogin      
Jifty::Plugin::AuthLDAPLogin::Action::LDAPLogout      
Jifty::Plugin::AuthLDAPLogin::Dispatcher      
Jifty::Plugin::AuthLDAPOnly      
Jifty::Plugin::AuthLDAPOnly::Action::LDAPLogin      
Jifty::Plugin::AuthLDAPOnly::Action::LDAPLogout      
Jifty::Plugin::AuthLDAPOnly::CurrentUser      
Jifty::Plugin::AuthLDAPOnly::Dispatcher      
Jifty::Plugin::AuthLDAPOnly::Model::LDAPUser      
Jifty::Plugin::AuthzLDAP      
Jifty::Plugin::AuthzLDAP::Action::LDAPValidate      
Jifty::Plugin::AuthzLDAP::Model::LDAPFilter      
Jifty::Plugin::ClassLoader Autogenerates application classes      
Jifty::Plugin::EditInPlace      
Jifty::Plugin::EditInPlace::Action::FileEditor      
Jifty::Plugin::EditInPlace::Dispatcher      
Jifty::Plugin::EmailErrors      
Jifty::Plugin::EmailErrors::Dispatcher      
Jifty::Plugin::EmailErrors::Notification::EmailError      
Jifty::Plugin::LetMe      
Jifty::Plugin::LetMe::Dispatcher      
Jifty::Plugin::Login      
Jifty::Plugin::Login::Action::ChangePassword Change a password      
Jifty::Plugin::Login::Action::ConfirmEmail Confirm a user's email address      
Jifty::Plugin::Login::Action::Login      
Jifty::Plugin::Login::Action::Logout      
Jifty::Plugin::Login::Action::RecoverPassword      
Jifty::Plugin::Login::Action::ResetLostPassword      
Jifty::Plugin::Login::Action::SendAccountConfirmation      
Jifty::Plugin::Login::Action::SendPasswordReminder      
Jifty::Plugin::Login::Action::Signup      
Jifty::Plugin::Login::CurrentUser      
Jifty::Plugin::Login::Dispatcher      
Jifty::Plugin::Login::Model::User      
Jifty::Plugin::Login::Notification::ConfirmAddress      
Jifty::Plugin::Login::Notification::ConfirmLostPassword      
Jifty::Plugin::Nothing      
Jifty::Plugin::Nothing::Dispatcher      
Jifty::Plugin::ProfileBehaviour      
Jifty::Plugin::ProfileBehaviour::Dispatcher      
Jifty::Plugin::REST     0.01
Jifty::Plugin::REST::Dispatcher      
Jifty::Record Represents a Jifty object that lives in the database.      
Jifty::Request Canonical internal representation of an incoming Jifty request      
Jifty::Request::Mapper Maps response values into arbitrary query parameters      
Jifty::Response Canonical internal representation of the result of a Jifty::Action      
Jifty::Result Outcome of running a Jifty::Action      
Jifty::RightsFrom      
Jifty::Script      
Jifty::Script::Action Add an action class to your Jifty application      
Jifty::Script::App Create the skeleton of a Jifty application      
Jifty::Script::Deps      
Jifty::Script::FastCGI A FastCGI server for your Jifty application      
Jifty::Script::Help Show help      
Jifty::Script::Model Add a model class to your Jifty application      
Jifty::Script::Plugin Create the skeleton of a Jifty plugin      
Jifty::Script::Po Extract translatable strings from your application      
Jifty::Script::Schema Create SQL to update or create your Jifty app's tables      
Jifty::Script::Server A standalone webserver for your Jifty application      
Jifty::Server Standalone web server for Jifty applications      
Jifty::Subs      
Jifty::Subs::Render      
Jifty::Test Jifty's test module      
Jifty::Test::WWW::Mechanize Subclass of Test::WWW::Mechanize with extra Jifty features      
Jifty::TestServer Starting and stopping jifty server for tests      
Jifty::Upgrade      
Jifty::Upgrade::Internal      
Jifty::Util Things that don't fit anywhere else      
Jifty::View::Mason::Handler Handler for Mason requests inside of Jifty      
Jifty::View::Static::Handler      
Jifty::Web Web framework for a Jifty application      
Jifty::Web::Form      
Jifty::Web::Form::Clickable Some item that can be clicked on -- either a button or a link.      
Jifty::Web::Form::Element Some item that can be rendered in a form      
Jifty::Web::Form::Field Web input of some sort      
Jifty::Web::Form::Field::Button      
Jifty::Web::Form::Field::Checkbox      
Jifty::Web::Form::Field::Combobox      
Jifty::Web::Form::Field::Date      
Jifty::Web::Form::Field::Hidden      
Jifty::Web::Form::Field::InlineButton      
Jifty::Web::Form::Field::Password      
Jifty::Web::Form::Field::Radio      
Jifty::Web::Form::Field::ResetButton      
Jifty::Web::Form::Field::Select      
Jifty::Web::Form::Field::Text Renders as a small text field     1
Jifty::Web::Form::Field::Textarea      
Jifty::Web::Form::Field::Unrendered      
Jifty::Web::Form::Field::Upload File upload field      
Jifty::Web::Form::Link Creates a state-preserving HTML link      
Jifty::Web::Menu      
Jifty::Web::PageRegion Defines a page region      
Jifty::Web::Session A Jifty session handler      
Jifty::Web::Session::ClientSide Session handler for client-side sessions      
Jifty::YAML Wrapper around YAML      

Documentation

Jifty::Manual::AccessControl Using Jifty's default ACL system  
Jifty::Manual::Actions Doing Stuff With Jifty  
Jifty::Manual::Continuations There And Back Again  
Jifty::Manual::Cookbook  
Jifty::Manual::FAQ Frequently Answered Questions  
Jifty::Manual::Glossary  
Jifty::Manual::Models Managing your datastore  
Jifty::Manual::ObjectModel An overview of the Jifty object model  
Jifty::Manual::PageRegions Using page regions  
Jifty::Manual::RequestHandling Jifty's request handling process  
Jifty::Manual::Style Jifty coding style guide  
Jifty::Manual::Tutorial Zero to Jifty in a Jiffy  
Jifty::Manual::Tutorial_de Einführung in Jifty  
Jifty::Manual::Upgrading  
Jifty::Manual::UsingCSSandJS Using CSS and JavaScript  
Jifty::Plugin::Login::Action::ResetPassword Confirm and reset a lost password  
lib/Jifty/Manual/Tutorial_ja.pod  

Other Files

debian/README