[Jifty-commit] r3089 - in jifty/trunk: lib/Jifty/Plugin/Authentication t/TestApp-Plugin-PasswordAuth/etc

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Apr 3 06:13:18 EDT 2007


Author: jesse
Date: Tue Apr  3 06:12:52 2007
New Revision: 3089

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Plugin/Authentication/Password.pm
   jifty/trunk/t/TestApp-Plugin-PasswordAuth/etc/config.yml

Log:
 r54430 at dhcp207:  jesse | 2007-04-03 19:11:02 +0900
 * pod fixes
 * update tests to take advantage of audrey's new feature (plugin deps)
 


Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Password.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Password.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Password.pm	Tue Apr  3 06:12:52 2007
@@ -21,6 +21,14 @@
 
 =cut
 
+
+=head2 prereq_plugins
+
+This plugin depends on the C<User> and C<LetMe> plugins.
+
+=cut
+
+
 sub prereq_plugins {
     return ('User', 'LetMe');
 }

Modified: jifty/trunk/t/TestApp-Plugin-PasswordAuth/etc/config.yml
==============================================================================
--- jifty/trunk/t/TestApp-Plugin-PasswordAuth/etc/config.yml	(original)
+++ jifty/trunk/t/TestApp-Plugin-PasswordAuth/etc/config.yml	Tue Apr  3 06:12:52 2007
@@ -22,7 +22,6 @@
     - %log/mail.log%
 
   Plugins: 
-    - User: {}
     - Authentication::Password: {}
     - 
       REST: {}


More information about the Jifty-commit mailing list