r65908 - in /trunk/libcgi-application-plugin-authentication-perl: debian/changelog lib/CGI/Application/Plugin/Authentication.pm lib/CGI/Application/Plugin/Authentication/Display/Basic.pm lib/CGI/Application/Plugin/Authentication/Display/Classic.pm

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Dec 17 04:00:47 UTC 2010


Author: periapt-guest
Date: Fri Dec 17 04:00:29 2010
New Revision: 65908

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65908
Log:
TODO: write README.source and experimenta with watch files
* TBD 

Modified:
    trunk/libcgi-application-plugin-authentication-perl/debian/changelog
    trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication.pm
    trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication/Display/Basic.pm
    trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication/Display/Classic.pm

Modified: trunk/libcgi-application-plugin-authentication-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/debian/changelog?rev=65908&op=diff
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/debian/changelog (original)
+++ trunk/libcgi-application-plugin-authentication-perl/debian/changelog Fri Dec 17 04:00:29 2010
@@ -1,3 +1,11 @@
+libcgi-application-plugin-authentication-perl (0.19-2) UNRELEASED; urgency=low
+
+  TODO: write README.source and experimenta with watch files
+
+  * TBD 
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Fri, 17 Dec 2010 04:02:06 +0000
+
 libcgi-application-plugin-authentication-perl (0.19-1) unstable; urgency=low
 
   * Initial Release. (Closes: #605530)

Modified: trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication.pm?rev=65908&op=diff
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication.pm (original)
+++ trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication.pm Fri Dec 17 04:00:29 2010
@@ -383,7 +383,7 @@
 following suffixes (m h d w), which represent minutes, hours, days and weeks.  The default
 is 0 which means the login will never timeout.
 
-Note that the login is also dependant on the type of STORE that is used.  If the Session store is used,
+Note that the login is also dependent on the type of STORE that is used.  If the Session store is used,
 and the session expires, then the login will also automatically expire.  The same goes for the Cookie
 store.
 
@@ -991,7 +991,7 @@
 
 This method will return the number of failed login attempts have been made by this
 user since the last successful login.  This is not a number that can be trusted,
-as it is dependant on the underlying store to be able to return the correct value for
+as it is dependent on the underlying store to be able to return the correct value for
 this user.  For example, if the store uses a cookie based session, the user trying
 to login could delete their cookies, and hence get a new session which will not have
 any login attempts listed.  The number will be cleared upon a successful login.

Modified: trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication/Display/Basic.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication/Display/Basic.pm?rev=65908&op=diff
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication/Display/Basic.pm (original)
+++ trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication/Display/Basic.pm Fri Dec 17 04:00:29 2010
@@ -106,6 +106,10 @@
     return $html;
 }
 
+=head1 NAME
+
+CGI::Application::Plugin::Authentication::Display::Basic - XHTML compliant login box
+
 =head1 DESCRIPTION 
 
 This module provides a login box that works out of the box but which can be 

Modified: trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication/Display/Classic.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication/Display/Classic.pm?rev=65908&op=diff
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication/Display/Classic.pm (original)
+++ trunk/libcgi-application-plugin-authentication-perl/lib/CGI/Application/Plugin/Authentication/Display/Classic.pm Fri Dec 17 04:00:29 2010
@@ -305,6 +305,10 @@
 END
 }
 
+=head1 NAME
+
+CGI::Application::Plugin::Authentication::Display::Classic - login form that works out of the box
+
 =head1 DESCRIPTION 
 
 This module provides a login box that works out of the box but which can be 




More information about the Pkg-perl-cvs-commits mailing list