![]() |
| |||||||
| Jifty [source] [v 1.10518] | Nifty applications in a jiffy |
| Jifty::Action [source] | The ability to Do Things in the framework |
| Jifty::Action::AboutMe [source] | Give information about the current user |
| Jifty::Action::Autocomplete [source] | An action for making autocompletion suggestions |
| Jifty::Action::Record [source] | An action tied to a record in the database. |
| Jifty::Action::Record::Bulk [source] | Perform multiple record actions |
| Jifty::Action::Record::Create [source] | Automagic creation action |
| Jifty::Action::Record::Delete [source] | Automagic delete action |
| Jifty::Action::Record::Execute [source] | Simple abstract based for record actions |
| Jifty::Action::Record::Search [source] | Automagic search action |
| Jifty::Action::Record::Update [source] | Automagic update action |
| Jifty::Action::Redirect [source] | Redirect the browser |
| Jifty::API [source] | Manages and allow reflection on the Jifty::Actions that |
| Jifty::Bootstrap [source] | Insert initial data into your database |
| Jifty::CAS [source] | Jifty's Content-Addressable Storage facility |
| Jifty::CAS::Blob [source] | An object in Jifty's content-addressed store |
| Jifty::CAS::Store [source] | The default, per-process, in-memory store for Jifty's |
| Jifty::CAS::Store::Memcached [source] | A memcached backend for Jifty's |
| Jifty::ClassLoader [source] | Loads the application classes |
| Jifty::Client [source] | Subclass of L<WWW::Mechanize> with extra Jifty features |
| Jifty::Collection [source] | Collection of Jifty::Record objects |
| Jifty::Config [source] | the configuration handler for Jifty |
| Jifty::Continuation [source] | Allows for basic continuation-based programming |
| Jifty::CurrentUser [source] | Base class and basic implementation of current user object |
| Jifty::DateTime [source] | a DateTime subclass that knows about Jifty users |
| Jifty::Dispatcher [source] | The Jifty Dispatcher |
| Jifty::Event [source] | Event objects for publish/subscribe communication |
| Jifty::Event::Log [source] | An event that L<Jifty::Logger::EventAppender> creates |
| Jifty::Event::Model [source] | Events representing changes to records |
| Jifty::Everything [source] | Load all of the important Jifty modules at once. |
| Jifty::Filter::DateTime [source] | A Jifty::DBI filter to work with |
| Jifty::Handle [source] | A database handle class for Jifty |
| Jifty::Handler [source] | Methods related to the finding and returning content |
| Jifty::I18N [source] | Internationalization framework for Jifty |
| Jifty::JSON [source] | Wrapper around L<JSON> |
| Jifty::LetMe [source] | A way to expose single-link URLs to your applications |
| Jifty::Logger [source] | A master class for Jifty's logging framework |
| Jifty::Logger::EventAppender [source] | Create Jifty events from log directives |
| Jifty::Model::Metadata [source] | Tracks Jifty-related metadata |
| Jifty::Model::Session [source] | Jifty session tracking |
| Jifty::Model::SessionCollection [source] | Specialized handling of the session collection |
| Jifty::Module::Pluggable [source] | Jifty-specific helper for Module::Pluggable |
| Jifty::Notification [source] | Send emails from Jifty |
| Jifty::Object [source] | Base class for most of Jifty's objects |
| Jifty::Param [source] | Parameters for Jifty actions |
| Jifty::Param::Schema [source] | Declare parameters of a Jifty action with ease. |
| Jifty::Plugin [source] | Describes a plugin to the Jifty framework |
| Jifty::Plugin::ActorMetadata [source] | add created_by created_on updated_by updated_on columns to a model class |
| Jifty::Plugin::ActorMetadata::Mixin::Model::ActorMetadata [source] | ActorMetadata mixin |
| Jifty::Plugin::AdminUI [source] | Add basic administrative CRUD view |
| Jifty::Plugin::AdminUI::Dispatcher [source] | dispatcher of the AdminUI plugin |
| Jifty::Plugin::AdminUI::View [source] | CRUD views for AdminUI |
| Jifty::Plugin::Authentication::Password [source] | password authentication plugin |
| Jifty::Plugin::Authentication::Password::Action::ConfirmEmail [source] | Confirm a user's email address |
| Jifty::Plugin::Authentication::Password::Action::GeneratePasswordToken | |
| Jifty::Plugin::Authentication::Password::Action::Login [source] | process login with password |
| Jifty::Plugin::Authentication::Password::Action::Logout [source] | process logout |
| Jifty::Plugin::Authentication::Password::Action::ResendConfirmation [source] | resend confirmation for new mail or password |
| Jifty::Plugin::Authentication::Password::Action::ResetLostPassword | |
| Jifty::Plugin::Authentication::Password::Action::SendAccountConfirmation [source] | send confirmation for an email |
| Jifty::Plugin::Authentication::Password::Action::SendPasswordReminder [source] | send a link to reset a password |
| Jifty::Plugin::Authentication::Password::Action::Signup [source] | signup for an account |
| Jifty::Plugin::Authentication::Password::Dispatcher [source] | password plugin dispatcher |
| Jifty::Plugin::Authentication::Password::Mixin::Model::User [source] | password plugin user mixin model |
| Jifty::Plugin::Authentication::Password::Notification::ConfirmEmail [source] | mail notification to confirm email |
| Jifty::Plugin::Authentication::Password::Notification::ConfirmLostPassword [source] | mail notification to change password |
| Jifty::Plugin::Authentication::Password::View [source] | views for password plugin |
| Jifty::Plugin::ClassLoader [source] | Automatically generates application classes |
| Jifty::Plugin::Compat [source] | Provide Jifty API compatibility |
| Jifty::Plugin::CompressedCSSandJS [source] | Compression of CSS and javascript files |
| Jifty::Plugin::Config [source] | Add configuration editor |
| Jifty::Plugin::Config::Action::AddConfig [source] | add a configuration entry |
| Jifty::Plugin::Config::Action::Config [source] | Register config |
| Jifty::Plugin::Config::Action::Restart [source] | Restart action |
| Jifty::Plugin::Config::Dispatcher [source] | dispatcher of the Config plugin |
| Jifty::Plugin::Config::View [source] | Templates for Config plugin |
| Jifty::Plugin::CSSQuery [source] | use the cssQuery JavaScript library with Jifty |
| Jifty::Plugin::Deflater [source] | Handles Accept-Encoding and compression |
| Jifty::Plugin::ErrorTemplates [source] | Plugin for showing errors |
| Jifty::Plugin::ErrorTemplates::View [source] | Template pages to show errors |
| Jifty::Plugin::Halo [source] | Provides halos |
| Jifty::Plugin::I18N [source] | Additional i18n facility such as language selector |
| Jifty::Plugin::I18N::Action::SetLang [source] | Sets user's current language |
| Jifty::Plugin::IEFixes [source] | Add javascript files for IE |
| Jifty::Plugin::LetMe [source] | Plugin for url-based authentication |
| Jifty::Plugin::LetMe::Dispatcher [source] | Dispatcher for LetMe plugin |
| Jifty::Plugin::OnlineDocs [source] | Online documentation for Jifty in current application |
| Jifty::Plugin::OnlineDocs::Dispatcher [source] | Dispatcher for OnlineDocs plugin |
| Jifty::Plugin::Prototypism [source] | Provide Prototype and Scriptaculous js libraries |
| Jifty::Plugin::RequestInspector [source] | Inspect requests |
| Jifty::Plugin::RequestInspector::Model::Request [source] | Persistent storage for the request inspector |
| Jifty::Plugin::RequestInspector::View [source] | View for RequestInspector |
| Jifty::Plugin::REST [source] [v 1.13] | Add REST web services to your app |
| Jifty::Plugin::REST::Dispatcher [source] | Dispatcher for REST plugin |
| Jifty::Plugin::SetupWizard [source] | make it easy for end-users to set up your app |
| Jifty::Plugin::SetupWizard::Action::TestDatabaseConnectivity [source] | Test database connectivity action |
| Jifty::Plugin::SetupWizard::View [source] | templates for SetupWizard |
| Jifty::Plugin::SinglePage [source] | Makes your app into a single-page |
| Jifty::Plugin::SinglePage::Dispatcher [source] | Dispatcher for SinglePage plugin |
| Jifty::Plugin::SkeletonApp [source] | Skeleton for your application |
| Jifty::Plugin::SkeletonApp::Dispatcher [source] | Dispatcher for SkeletonApp plugin |
| Jifty::Plugin::SkeletonApp::View [source] | Default fragments for your pages |
| Jifty::Plugin::SQLQueries [source] | Inspect your application's SQL queries |
| Jifty::Plugin::SQLQueries::View [source] | View for SQLQueries |
| Jifty::Plugin::TestServerWarnings [source] | Stores server warnings away for later fetching |
| Jifty::Plugin::TestServerWarnings::Appender [source] | Log appender |
| Jifty::Plugin::TestServerWarnings::View [source] | Downloads test warnings |
| Jifty::Plugin::User [source] | Plugin for building user models |
| Jifty::Plugin::User::Mixin::Model::User [source] | user model base mixin |
| Jifty::Plugin::ViewDeclarePage [source] [v 0.01] | sexy replacement for suckish Jifty::View::Declare::Page |
| Jifty::Plugin::ViewDeclarePage::Page | |
| Jifty::Record [source] | Represents a Jifty object that lives in the database. |
| Jifty::Request [source] | Canonical internal representation of an incoming Jifty request |
| Jifty::Request::Mapper [source] | Maps response values into arbitrary query |
| Jifty::Response [source] | Canonical internal representation of the result of a L<Jifty::Action> |
| Jifty::Result [source] | Outcome of running a L<Jifty::Action> |
| Jifty::RightsFrom [source] | Delegate access control to a related object |
| Jifty::Schema [source] | generates and upgrades your application's schema |
| Jifty::Script [source] | Base class for all bin/jifty commands |
| Jifty::Script::Action [source] | Add an action class to your Jifty application |
| Jifty::Script::Adopt [source] | localize a stock jifty component |
| Jifty::Script::App [source] | Create the skeleton of a Jifty application |
| Jifty::Script::Env [source] | access the Jifty environment |
| Jifty::Script::FastCGI [source] | A FastCGI server for your Jifty application |
| Jifty::Script::Help [source] | Show help |
| Jifty::Script::Model [source] | Add a model class to your Jifty application |
| Jifty::Script::Plugin [source] | Create the skeleton of a Jifty plugin |
| Jifty::Script::Po [source] | Extract translatable strings from your application |
| Jifty::Script::Schema [source] | Create SQL to update or create your Jifty application's tables |
| Jifty::Script::Script [source] | Add a new Jifty script to your Jifty application |
| Jifty::Script::Server [source] | A standalone webserver for your Jifty application |
| Jifty::Subs [source] | Configure subscriptions for the current window or session |
| Jifty::Subs::Render [source] | Helper for subscriptions rendering |
| Jifty::Test [source] | Jifty's test module |
| Jifty::Test::Dist [source] | Tests in Jifty distributions inside of Jifty |
| Jifty::Test::Email [source] | Test mail notification |
| Jifty::Test::WWW::Mechanize [source] | Subclass of L<Test::WWW::Mechanize> with |
| Jifty::Test::WWW::Selenium [source] | Subclass of L<Test::WWW::Selenium> with |
| Jifty::TestServer [source] | Starting and stopping jifty server for tests |
| Jifty::TestServer::Inline [source] | an inline server for running tests |
| Jifty::Upgrade [source] | Superclass for schema/data upgrades to Jifty applications |
| Jifty::Upgrade::Internal [source] | Upgrades to Jifty-specific schema and data |
| Jifty::Util [source] | Things that don't fit anywhere else |
| Jifty::View [source] | Base class for view modules |
| Jifty::View::Declare [source] | Build views using Template::Declare |
| Jifty::View::Declare::BaseClass [source] | Base class for Template::Declare views |
| Jifty::View::Declare::CoreTemplates [source] | Templates Jifty can't function without |
| Jifty::View::Declare::CRUD [source] | Provides typical CRUD views to a model |
| Jifty::View::Declare::Handler [source] | The Jifty view handler for Template::Declare |
| Jifty::View::Declare::Helpers [source] | Additional subroutines for Jifty TD templates |
| Jifty::View::Declare::Page [source] | page wrappers |
| Jifty::View::Mason::Halo [source] | Class for drawing "halos" around page components |
| Jifty::View::Mason::Handler [source] | Handler for Mason requests inside of Jifty |
| Jifty::View::Mason::Request [source] | |
| Jifty::View::Static::Handler [source] | Jifty view handler for static files |
| Jifty::Web [source] | Web framework for a Jifty application |
| Jifty::Web::FileUpload [source] | Describes an HTTP file upload |
| Jifty::Web::Form [source] | Tools for rendering and dealing with HTML forms |
| Jifty::Web::Form::Clickable [source] | Some item that can be clicked on -- |
| Jifty::Web::Form::Element [source] | Some item that can be rendered in a form |
| Jifty::Web::Form::Field [source] | Web input of some sort |
| Jifty::Web::Form::Field::Button [source] | Add buttons to your forms |
| Jifty::Web::Form::Field::Checkbox [source] | Add checkboxes to your forms |
| Jifty::Web::Form::Field::Checkboxes [source] | Add a list of checkboxes for |
| Jifty::Web::Form::Field::Collection [source] | render a whole collection of available values |
| Jifty::Web::Form::Field::Combobox [source] | Add comboboxes to your forms |
| Jifty::Web::Form::Field::Date [source] | Add date pickers to your forms |
| Jifty::Web::Form::Field::DateTime [source] | Add date pickers to your forms |
| Jifty::Web::Form::Field::Hidden [source] | Add hidden fields to your forms |
| Jifty::Web::Form::Field::InlineButton [source] | Add buttons without a form |
| Jifty::Web::Form::Field::OrderedList [source] | Ordered list field |
| Jifty::Web::Form::Field::Password [source] | Add a password field to your forms |
| Jifty::Web::Form::Field::Radio [source] | Add a radio button to your forms |
| Jifty::Web::Form::Field::ResetButton [source] | Add a reset button to your forms |
| Jifty::Web::Form::Field::Select [source] | Add a list/popup menu control to your forms |
| Jifty::Web::Form::Field::Text [source] [v 1] | Renders as a small text field |
| Jifty::Web::Form::Field::Textarea [source] | Add a multiline text field to your forms |
| Jifty::Web::Form::Field::Time [source] | Add time pickers to your forms |
| Jifty::Web::Form::Field::Unrendered [source] | Handle unrendered fields |
| Jifty::Web::Form::Field::Upload [source] | File upload field |
| Jifty::Web::Form::Field::Uploads [source] | File uploads field |
| Jifty::Web::Form::Link [source] | Creates a state-preserving HTML link |
| Jifty::Web::Menu [source] | Handle the API for menu navigation |
| Jifty::Web::PageRegion [source] | Defines a page region |
| Jifty::Web::Session [source] | A Jifty session handler |
| Jifty::Web::Session::ApacheSession [source] | Jifty Sessions based on Apache::Session |
| Jifty::Web::Session::ClientSide [source] | Session handler for client-side sessions |
| Jifty::Web::Session::JDBI | |
| Jifty::Web::Session::None [source] | A null session handler for jifty |
| Jifty::YAML [source] | Wrapper around L<YAML> |
| Development Support >> Jifty | |
| Data Type Utilities >> Jifty | |
| Database Interfaces >> Jifty | |
| World Wide Web HTML HTTP CGI >> Jifty |
| Development Stage (Note: *NO IMPLIED TIMESCALES*) | Beta testing |
| Support Level | Mailing-list |
| Language Used | Perl-only, no compiler needed, should be platform independent |
| Interface Style | hybrid, object and function interfaces available |
| Public License | Standard-Perl: user may choose between GPL and Artistic |
| tcool.org Perl 5.8 repository [ v 0.90519 ] |
| trouchelle.com Perl 5.10 repository [ v 0.90701 ] |
| trouchelle.com Perl 5.8 repository [ v 0.90701 ] |
| uwinnipeg Perl 5.8 repository [ v 0.60707 ] |
| Problems, suggestions, or comments to Randy Kobes. | Questions? Check the FAQ. | |
| Enable installations using PAR::WebStart. |