Update of /cvs/scoop/scoop/lib/Scoop/Stories In directory lithium.sabren.com:/tmp/cvs-serv16309/lib/Scoop/Stories Modified Files: Elements.pm Log Message: Omnibus AZ patch: * Adds new signup method where user chooses their own password. This has worked a lot better than the old way for us, and is much easier for inexperienced users. For people upgrading, you'll need to edit a bunch of user-related blocks, most notably changing new_user_email and adding a box call to new_user_html. Some instructions are with the control var "signup_with_password" * Adds flexible date formatting with the vars date_format_default, date_format_short, and date_format_wmd * Adds user signup IP tracking. Very handy for tracking down dupe accounts and persistent trolls. Index: Elements.pm =================================================================== RCS file: /cvs/scoop/scoop/lib/Scoop/Stories/Elements.pm,v retrieving revision 1.116 retrieving revision 1.117 diff -C2 -d -r1.116 -r1.117 *** Elements.pm 21 Jan 2005 14:14:30 -0000 1.116 --- Elements.pm 25 Jan 2005 17:15:24 -0000 1.117 *************** *** 522,526 **** } - =over 4 --- 522,525 ----