Update of /cvs/scoop/scoop/struct
In directory lithium.sabren.com:/tmp/cvs-serv16309/struct

Modified Files:
	scoop.sql 
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: scoop.sql
===================================================================
RCS file: /cvs/scoop/scoop/struct/scoop.sql,v
retrieving revision 1.205
retrieving revision 1.206
diff -C2 -d -r1.205 -r1.206
*** scoop.sql	25 Jan 2005 15:22:21 -0000	1.205
--- scoop.sql	25 Jan 2005 17:15:25 -0000	1.206
***************
*** 1,11 ****
! # MySQL dump 8.14
! #
! # Host: localhost    Database: scoop
! #--------------------------------------------------------
! # Server version	3.23.39-log
  
! #
! # Table structure for table 'ad_info'
! #
  
[...1735 lines suppressed...]
! --
  
  CREATE TABLE whos_online (
***************
*** 2026,2032 ****
  ) TYPE=MyISAM;
  
! #
! # Dumping data for table 'whos_online'
! #
  
  
--- 2036,2042 ----
  ) TYPE=MyISAM;
  
! --
! -- Dumping data for table `whos_online`
! --