This Release | Jifty-1.10518 | [Download] [Browse] | 18 May 2011 | ||||
Latest Release | Jifty-1.50430 | [Download] [Browse] | 30 Apr 2015 | ||||
Other Releases | |||||||
Links | [ Discussion Forum ] [ View/Report Bugs (17) ] [ Dependencies ] [ Other Tools ] | ||||||
CPAN Testers | PASS (67) FAIL (105) NA (3) UNKNOWN (18) [ View Reports ] [ Perl/Platform Version Matrix ] | ||||||
Rating |
![]() | ||||||
License | The Perl 5 License (Artistic 1 & GPL 1) | ||||||
Special Files |
|
Jifty | an application framework | 1.10518 | |
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::AboutMe | Give information about the current user | ||
Jifty::Action::Autocomplete | An action for making autocompletion suggestions | ||
Jifty::Action::Record | An action tied to a record in the database. | ||
Jifty::Action::Record::Bulk | Perform multiple record actions | ||
Jifty::Action::Record::Create | Automagic creation action | ||
Jifty::Action::Record::Delete | Automagic delete action | ||
Jifty::Action::Record::Execute | Simple abstract based for record actions | ||
Jifty::Action::Record::Search | Automagic search action | ||
Jifty::Action::Record::Update | Automagic update action | ||
Jifty::Action::Redirect | Redirect the browser | ||
Jifty::Bootstrap | Insert initial data into your database | ||
Jifty::CAS | Jifty's Content-Addressable Storage facility | ||
Jifty::CAS::Blob | An object in Jifty's content-addressed store | ||
Jifty::CAS::Store | The default, per-process, in-memory store for Jifty's Content-Addressable Storage facility | ||
Jifty::CAS::Store::Memcached | A memcached backend for Jifty's Content-Addressable Storage facility | ||
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 | the configuration handler for Jifty | ||
Jifty::Continuation | Allows for basic continuation-based programming | ||
Jifty::CurrentUser | Base class and basic implementation of current user object | ||
Jifty::DateTime | a DateTime subclass that knows about Jifty users | ||
Jifty::Dispatcher | The Jifty Dispatcher | ||
Jifty::Event | Event objects for publish/subscribe communication | ||
Jifty::Event::Log | An event that Jifty::Logger::EventAppender creates | ||
Jifty::Event::Model | Events representing changes to records | ||
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 finding and returning content | ||
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 framework | ||
Jifty::Logger::EventAppender | Create Jifty events from log directives | ||
Jifty::Model::Metadata | Tracks Jifty-related metadata | ||
Jifty::Model::Session | Jifty session tracking | ||
Jifty::Model::SessionCollection | Specialized handling of the session collection | ||
Jifty::Module::Pluggable | Jifty-specific helper for Module::Pluggable | ||
Jifty::Notification | Send emails from Jifty | ||
Jifty::Object | Base class for most of Jifty's objects | ||
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::ActorMetadata | add created_by created_on updated_by updated_on columns to a model class | ||
Jifty::Plugin::ActorMetadata::Mixin::Model::ActorMetadata | ActorMetadata mixin | ||
Jifty::Plugin::AdminUI | |||
Jifty::Plugin::AdminUI::Dispatcher | dispatcher of the AdminUI plugin | ||
Jifty::Plugin::AdminUI::View | CRUD views for AdminUI | ||
Jifty::Plugin::Authentication::Password | password authentication plugin | ||
Jifty::Plugin::Authentication::Password::Action::ConfirmEmail | Confirm a user's email address | ||
Jifty::Plugin::Authentication::Password::Action::GeneratePasswordToken | |||
Jifty::Plugin::Authentication::Password::Action::Login | process login with password | ||
Jifty::Plugin::Authentication::Password::Action::Logout | process logout | ||
Jifty::Plugin::Authentication::Password::Action::ResendConfirmation | resend confirmation for new mail or password | ||
Jifty::Plugin::Authentication::Password::Action::ResetLostPassword | |||
Jifty::Plugin::Authentication::Password::Action::SendAccountConfirmation | send confirmation for an email | ||
Jifty::Plugin::Authentication::Password::Action::SendPasswordReminder | send a link to reset a password | ||
Jifty::Plugin::Authentication::Password::Action::Signup | signup for an account | ||
Jifty::Plugin::Authentication::Password::Dispatcher | password plugin dispatcher | ||
Jifty::Plugin::Authentication::Password::Mixin::Model::User | password plugin user mixin model | ||
Jifty::Plugin::Authentication::Password::Notification::ConfirmEmail | mail notification to confirm email | ||
Jifty::Plugin::Authentication::Password::Notification::ConfirmLostPassword | mail notification to change password | ||
Jifty::Plugin::Authentication::Password::View | views for password plugin | ||
Jifty::Plugin::CSSQuery | use the cssQuery JavaScript library with Jifty | ||
Jifty::Plugin::ClassLoader | Automatically generates application classes | ||
Jifty::Plugin::Compat | Provide Jifty API compatibility | ||
Jifty::Plugin::CompressedCSSandJS | Compression of CSS and javascript files | ||
Jifty::Plugin::Config | |||
Jifty::Plugin::Config::Action::AddConfig | add a configuration entry | ||
Jifty::Plugin::Config::Action::Config | Register config | ||
Jifty::Plugin::Config::Action::Restart | |||
Jifty::Plugin::Config::Dispatcher | dispatcher of the Config plugin | ||
Jifty::Plugin::Config::View | Templates for Config plugin | ||
Jifty::Plugin::Deflater | Handles Accept-Encoding and compression | ||
Jifty::Plugin::ErrorTemplates | Plugin for showing errors | ||
Jifty::Plugin::ErrorTemplates::View | Template pages to show errors | ||
Jifty::Plugin::Halo | Provides halos | ||
Jifty::Plugin::I18N | Additional i18n facility such as language selector | ||
Jifty::Plugin::I18N::Action::SetLang | Sets user's current language | ||
Jifty::Plugin::IEFixes | Add javascript files for IE | ||
Jifty::Plugin::LetMe | Plugin for url-based authentication | ||
Jifty::Plugin::LetMe::Dispatcher | Dispatcher for LetMe plugin | ||
Jifty::Plugin::OnlineDocs | Online documentation for Jifty in current application | ||
Jifty::Plugin::OnlineDocs::Dispatcher | Dispatcher for OnlineDocs plugin | ||
Jifty::Plugin::Prototypism | Provide Prototype and Scriptaculous js libraries | ||
Jifty::Plugin::REST | Add REST web services to your app | 1.13 | |
Jifty::Plugin::REST::Dispatcher | Dispatcher for REST plugin | ||
Jifty::Plugin::RequestInspector | Inspect requests | ||
Jifty::Plugin::RequestInspector::Model::Request | Persistent storage for the request inspector | ||
Jifty::Plugin::RequestInspector::View | View for RequestInspector | ||
Jifty::Plugin::SQLQueries | Inspect your application's SQL queries | ||
Jifty::Plugin::SQLQueries::View | View for SQLQueries | ||
Jifty::Plugin::SetupWizard | make it easy for end-users to set up your app | ||
Jifty::Plugin::SetupWizard::Action::TestDatabaseConnectivity | Test database connectivity action | ||
Jifty::Plugin::SetupWizard::View | templates for SetupWizard | ||
Jifty::Plugin::SinglePage | Makes your app into a single-page | ||
Jifty::Plugin::SinglePage::Dispatcher | Dispatcher for SinglePage plugin | ||
Jifty::Plugin::SkeletonApp | Skeleton for your application | ||
Jifty::Plugin::SkeletonApp::Dispatcher | Dispatcher for SkeletonApp plugin | ||
Jifty::Plugin::SkeletonApp::View | Default fragments for your pages | ||
Jifty::Plugin::TestServerWarnings | Stores server warnings away for later fetching | ||
Jifty::Plugin::TestServerWarnings::Appender | Log appender | ||
Jifty::Plugin::TestServerWarnings::View | Downloads test warnings | ||
Jifty::Plugin::User | Plugin for building user models | ||
Jifty::Plugin::User::Mixin::Model::User | user model base mixin | ||
Jifty::Plugin::ViewDeclarePage | sexy replacement for suckish Jifty::View::Declare::Page | 0.01 | |
Jifty::Plugin::ViewDeclarePage::Page | |||
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 | Delegate access control to a related object | ||
Jifty::Schema | generates and upgrades your application's schema | ||
Jifty::Script | Base class for all bin/jifty commands | ||
Jifty::Script::Action | Add an action class to your Jifty application | ||
Jifty::Script::Adopt | localize a stock jifty component | ||
Jifty::Script::App | Create the skeleton of a Jifty application | ||
Jifty::Script::Env | access the Jifty environment | ||
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 application's tables | ||
Jifty::Script::Script | Add a new Jifty script to your Jifty application | ||
Jifty::Script::Server | A standalone webserver for your Jifty application | ||
Jifty::Subs | Configure subscriptions for the current window or session | ||
Jifty::Subs::Render | Helper for subscriptions rendering | ||
Jifty::Test | Jifty's test module | ||
Jifty::Test::Dist | Tests in Jifty distributions inside of Jifty | ||
Jifty::Test::Email | Test mail notification | ||
Jifty::Test::WWW::Mechanize | Subclass of Test::WWW::Mechanize with extra Jifty features | ||
Jifty::Test::WWW::Selenium | Subclass of Test::WWW::Selenium with extra Jifty integration | ||
Jifty::TestServer | Starting and stopping jifty server for tests | ||
Jifty::TestServer::Inline | an inline server for running tests | ||
Jifty::Upgrade | Superclass for schema/data upgrades to Jifty applications | ||
Jifty::Upgrade::Internal | Upgrades to Jifty-specific schema and data | ||
Jifty::Util | Things that don't fit anywhere else | ||
Jifty::View | Base class for view modules | ||
Jifty::View::Declare | Build views using Template::Declare | ||
Jifty::View::Declare::BaseClass | Base class for Template::Declare views | ||
Jifty::View::Declare::CRUD | Provides typical CRUD views to a model | ||
Jifty::View::Declare::CoreTemplates | Templates Jifty can't function without | ||
Jifty::View::Declare::Handler | The Jifty view handler for Template::Declare | ||
Jifty::View::Declare::Helpers | Additional subroutines for Jifty TD templates | ||
Jifty::View::Declare::Page | page wrappers | ||
Jifty::View::Mason::Halo | Class for drawing "halos" around page components | ||
Jifty::View::Mason::Handler | Handler for Mason requests inside of Jifty | ||
Jifty::View::Mason::Request | View mason request | ||
Jifty::View::Static::Handler | Jifty view handler for static files | ||
Jifty::Web | Web framework for a Jifty application | ||
Jifty::Web::FileUpload | Describes an HTTP file upload | ||
Jifty::Web::Form | Tools for rendering and dealing with HTML forms | ||
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 | Add buttons to your forms | ||
Jifty::Web::Form::Field::Checkbox | Add checkboxes to your forms | ||
Jifty::Web::Form::Field::Checkboxes | Add a list of checkboxes for multiple-choice selection | ||
Jifty::Web::Form::Field::Collection | render a whole collection of available values | ||
Jifty::Web::Form::Field::Combobox | Add comboboxes to your forms | ||
Jifty::Web::Form::Field::Date | Add date pickers to your forms | ||
Jifty::Web::Form::Field::DateTime | Add date pickers to your forms | ||
Jifty::Web::Form::Field::Hidden | Add hidden fields to your forms | ||
Jifty::Web::Form::Field::InlineButton | Add buttons without a form | ||
Jifty::Web::Form::Field::OrderedList | Ordered list field | ||
Jifty::Web::Form::Field::Password | Add a password field to your forms | ||
Jifty::Web::Form::Field::Radio | Add a radio button to your forms | ||
Jifty::Web::Form::Field::ResetButton | Add a reset button to your forms | ||
Jifty::Web::Form::Field::Select | Add a list/popup menu control to your forms | ||
Jifty::Web::Form::Field::Text | Renders as a small text field | 1 | |
Jifty::Web::Form::Field::Textarea | Add a multiline text field to your forms | ||
Jifty::Web::Form::Field::Time | Add time pickers to your forms | ||
Jifty::Web::Form::Field::Unrendered | Handle unrendered fields | ||
Jifty::Web::Form::Field::Upload | File upload field | ||
Jifty::Web::Form::Field::Uploads | File uploads field | ||
Jifty::Web::Form::Link | Creates a state-preserving HTML link | ||
Jifty::Web::Menu | Handle the API for menu navigation | ||
Jifty::Web::PageRegion | Defines a page region | ||
Jifty::Web::Session | A Jifty session handler | ||
Jifty::Web::Session::ApacheSession | Jifty Sessions based on Apache::Session | ||
Jifty::Web::Session::ClientSide | Session handler for client-side sessions | ||
Jifty::Web::Session::JDBI | |||
Jifty::Web::Session::None | A null session handler for jifty | ||
Jifty::YAML | Wrapper around YAML |
Jifty::Manual | Jifty documentation   |
Jifty::Manual::AccessControl | Using Jifty's default ACL system   |
Jifty::Manual::AccessControl_zhtw | 使用 Jifty 預設的 ACL 系統   |
Jifty::Manual::Actions | Doing Stuff With Jifty   |
Jifty::Manual::Continuations | There And Back Again   |
Jifty::Manual::Cookbook | Recipes for common tasks in Jifty   |
Jifty::Manual::Deploying | Deploying your application for production use   |
Jifty::Manual::Deploying_zhtw | 佈署你的應用程式 Deploying your application for production use   |
Jifty::Manual::FAQ | Frequently Answered Questions   |
Jifty::Manual::Glossary | The Jifty dictionary   |
Jifty::Manual::JavaScript | JavaScript programming guide for Jifty   |
Jifty::Manual::JavaScript_zhtw | Jifty 之 JavaScript 程式設計指引   |
Jifty::Manual::Logging | Using and controlling Jifty's logging system   |
Jifty::Manual::Models | Managing your datastore   |
Jifty::Manual::ObjectModel | An overview of the Jifty object model   |
Jifty::Manual::PageRegions | Using page regions   |
Jifty::Manual::Preload | One Path to a Snappy UI   |
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::TutorialRest | Web Services   |
Jifty::Manual::Tutorial_de | Einführung in Jifty   |
Jifty::Manual::Tutorial_zhtw | Jifty 從零開始   |
Jifty::Manual::Upgrading | How-to change your application database over time   |
Jifty::Manual::UsingCSSandJS | Using CSS and JavaScript   |
Jifty::Plugin::Authentication::Password::Action::ResetPassword | Confirm and reset a lost password   |
Jifty::Plugin::Authentication::PasswordAction::GeneratePasswordToken | generate password token   |
Jifty::View::Declare::Page::NewStyle | new style page wrapper to simplify customization and reuse.   |
jQueryMigrationGuide | How to migrate your code to use jQuery.   |
js_size | summarize the size of javascript used in your jifty app   |
lib/Jifty/Manual/Tutorial_ja.pod |   |