[Jifty-commit] r5500 - in jifty/trunk/lib/Jifty/Plugin/Authentication: . CAS/Action CAS/Mixin/Model Facebook Facebook/Action Facebook/Mixin/Model Ldap/Action Ldap/Mixin/Model Password/Action Password/Notification

Jifty commits jifty-commit at lists.jifty.org
Sat Jun 14 03:00:56 EDT 2008


Author: yves
Date: Sat Jun 14 03:00:55 2008
New Revision: 5500

Modified:
   jifty/trunk/lib/Jifty/Plugin/Authentication/CAS.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/CAS/Action/CASLogin.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/CAS/Action/CASLogout.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/CAS/Mixin/Model/User.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook/Action/LinkFacebookUser.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook/Action/LoginFacebookUser.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook/Dispatcher.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook/Mixin/Model/User.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook/View.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/Ldap/Action/LDAPLogin.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/Ldap/Action/LDAPLogout.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/Ldap/Mixin/Model/User.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/Ldap/View.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/GeneratePasswordToken.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Login.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Logout.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/ResendConfirmation.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/SendAccountConfirmation.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/SendPasswordReminder.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Signup.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Notification/ConfirmEmail.pm
   jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Notification/ConfirmLostPassword.pm

Log:
Fix NAME pods in authentication plugins, backport from debian packaging


Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/CAS.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/CAS.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/CAS.pm	Sat Jun 14 03:00:55 2008
@@ -7,7 +7,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::CAS
+Jifty::Plugin::Authentication::CAS - JA-SIG CAS authentication plugin
 
 =head1 DESCRIPTION
 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/CAS/Action/CASLogin.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/CAS/Action/CASLogin.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/CAS/Action/CASLogin.pm	Sat Jun 14 03:00:55 2008
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::CAS::Action::CASLogin
+Jifty::Plugin::Authentication::CAS::Action::CASLogin - process CAS login plugin
 
 =cut
 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/CAS/Action/CASLogout.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/CAS/Action/CASLogout.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/CAS/Action/CASLogout.pm	Sat Jun 14 03:00:55 2008
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::CAS::Action::CASLogout
+Jifty::Plugin::Authentication::CAS::Action::CASLogout -  - process CAS logout plugin
 
 =cut
 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/CAS/Mixin/Model/User.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/CAS/Mixin/Model/User.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/CAS/Mixin/Model/User.pm	Sat Jun 14 03:00:55 2008
@@ -6,7 +6,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::CAS::Mixin::Model::User;
+Jifty::Plugin::Authentication::CAS::Mixin::Model::User - CAS mixin for User model
 
 =head1 DESCRIPTION
 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook.pm	Sat Jun 14 03:00:55 2008
@@ -8,7 +8,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::Facebook
+Jifty::Plugin::Authentication::Facebook - Facebook authentication plugin for Jifty
 
 =head2 DESCRIPTION
 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook/Action/LinkFacebookUser.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook/Action/LinkFacebookUser.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook/Action/LinkFacebookUser.pm	Sat Jun 14 03:00:55 2008
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::Facebook::Action::LinkFacebookUser;
+Jifty::Plugin::Authentication::Facebook::Action::LinkFacebookUser - link facebook user to current user
 
 =cut
 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook/Action/LoginFacebookUser.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook/Action/LoginFacebookUser.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook/Action/LoginFacebookUser.pm	Sat Jun 14 03:00:55 2008
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::Facebook::Action::LoginFacebookUser;
+Jifty::Plugin::Authentication::Facebook::Action::LoginFacebookUser - login facebook user
 
 =cut
 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook/Dispatcher.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook/Dispatcher.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook/Dispatcher.pm	Sat Jun 14 03:00:55 2008
@@ -6,7 +6,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::Facebook::Dispatcher
+Jifty::Plugin::Authentication::Facebook::Dispatcher - dispatcher for facebook plugin
 
 =head1 DESCRIPTION
 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook/Mixin/Model/User.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook/Mixin/Model/User.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook/Mixin/Model/User.pm	Sat Jun 14 03:00:55 2008
@@ -5,6 +5,12 @@
 use Jifty::DBI::Schema;
 use base 'Jifty::DBI::Record::Plugin';
 
+=head1 NAME
+
+Jifty::Plugin::Authentication::Facebook::Mixin::Model::User - mixin facebook an model users
+
+=cut
+
 use Jifty::Plugin::Authentication::Facebook::Record schema {
 
     column facebook_name => 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook/View.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook/View.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Facebook/View.pm	Sat Jun 14 03:00:55 2008
@@ -6,7 +6,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::Facebook::View
+Jifty::Plugin::Authentication::Facebook::View - Facebook login fragment
 
 =head1 DESCRIPTION
 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Ldap/Action/LDAPLogin.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Ldap/Action/LDAPLogin.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Ldap/Action/LDAPLogin.pm	Sat Jun 14 03:00:55 2008
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::Ldap::Action::LDAPLogin;
+Jifty::Plugin::Authentication::Ldap::Action::LDAPLogin - process LDAP login plugin
 
 =cut
 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Ldap/Action/LDAPLogout.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Ldap/Action/LDAPLogout.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Ldap/Action/LDAPLogout.pm	Sat Jun 14 03:00:55 2008
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::Ldap::Action::LDAPLogout;
+Jifty::Plugin::Authentication::Ldap::Action::LDAPLogout - process LDAP logout plugin
 
 =cut
 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Ldap/Mixin/Model/User.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Ldap/Mixin/Model/User.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Ldap/Mixin/Model/User.pm	Sat Jun 14 03:00:55 2008
@@ -7,7 +7,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::Ldap::Mixin::Model::User;
+Jifty::Plugin::Authentication::Ldap::Mixin::Model::User - Ldap mixin with User model
 
 =head1 DESCRIPTION
 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Ldap/View.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Ldap/View.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Ldap/View.pm	Sat Jun 14 03:00:55 2008
@@ -2,9 +2,9 @@
 use warnings;
 use strict;
 
-=head1 NAME Jifty::Plugin::Authentication::Ldap::View
+=head1 NAME
 
-This provides the templates for the pages and forms used by the ldap authentication plugin.
+Jifty::Plugin::Authentication::Ldap::View - provides templates for the pages and forms used by the ldap authentication plugin.
 
 =cut
 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/GeneratePasswordToken.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/GeneratePasswordToken.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/GeneratePasswordToken.pm	Sat Jun 14 03:00:55 2008
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::PasswordAction::GeneratePasswordToken
+Jifty::Plugin::Authentication::PasswordAction::GeneratePasswordToken - generate password token
 
 =cut
 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Login.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Login.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Login.pm	Sat Jun 14 03:00:55 2008
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::Password::Action::Login
+Jifty::Plugin::Authentication::Password::Action::Login - process login with password
 
 =cut
 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Logout.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Logout.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Logout.pm	Sat Jun 14 03:00:55 2008
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::Password::Action::Logout
+Jifty::Plugin::Authentication::Password::Action::Logout - process logout
 
 =cut
 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/ResendConfirmation.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/ResendConfirmation.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/ResendConfirmation.pm	Sat Jun 14 03:00:55 2008
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::Password::Action::ResendConfirmation
+Jifty::Plugin::Authentication::Password::Action::ResendConfirmation - resend confirmation for new mail or password
 
 =cut
 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/SendAccountConfirmation.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/SendAccountConfirmation.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/SendAccountConfirmation.pm	Sat Jun 14 03:00:55 2008
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::Password::Action::SendAccountConfirmation
+Jifty::Plugin::Authentication::Password::Action::SendAccountConfirmation - send confirmation for an email
 
 =cut
 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/SendPasswordReminder.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/SendPasswordReminder.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/SendPasswordReminder.pm	Sat Jun 14 03:00:55 2008
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::Password::Action::SendPasswordReminder
+Jifty::Plugin::Authentication::Password::Action::SendPasswordReminder - send a link to reset a password
 
 =cut
 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Signup.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Signup.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Action/Signup.pm	Sat Jun 14 03:00:55 2008
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::Password::Action::Signup
+Jifty::Plugin::Authentication::Password::Action::Signup - signup for an account
 
 =cut
 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Notification/ConfirmEmail.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Notification/ConfirmEmail.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Notification/ConfirmEmail.pm	Sat Jun 14 03:00:55 2008
@@ -6,7 +6,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::Password::Notification::ConfirmEmail
+Jifty::Plugin::Authentication::Password::Notification::ConfirmEmail - mail notification to confirm email
 
 =head1 ARGUMENTS
 

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Notification/ConfirmLostPassword.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Notification/ConfirmLostPassword.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Notification/ConfirmLostPassword.pm	Sat Jun 14 03:00:55 2008
@@ -6,7 +6,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::Password::Notification::ConfirmLostPassword
+Jifty::Plugin::Authentication::Password::Notification::ConfirmLostPassword - mail notification to change password
 
 =head1 ARGUMENTS
 


More information about the Jifty-commit mailing list