Update of /cvs/scoop/scoop/lib/Scoop In directory lithium.sabren.com:/tmp/cvs-serv16309/lib/Scoop Modified Files: Search.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: Search.pm =================================================================== RCS file: /cvs/scoop/scoop/lib/Scoop/Search.pm,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** Search.pm 23 Jan 2005 03:45:59 -0000 1.70 --- Search.pm 25 Jan 2005 17:15:24 -0000 1.71 *************** *** 116,119 **** --- 116,120 ---- } + =over 4