Show
Ignore:
Timestamp:
05/16/08 19:51:05 (19 months ago)
Author:
bchoate
Message:

Revised commenter sessions to include user id (as we do with authors) so we can load by id rather than by name. BugId:79253

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/lib/MT/Comment.pm

    r2057 r2365  
    3333    }, 
    3434    indexes => { 
    35         ip => 1, 
    3635        created_on => 1, 
    3736        entry_visible => { 
     
    4241        parent_id => 1, 
    4342        last_moved_on => 1, # used for junk expiration 
     43        # For comment throttle check 
     44        blog_ip_date => { 
     45            columns => [ 'blog_id', 'ip', 'created_on' ], 
     46        }, 
    4447        # For URL lookups to aid spam filtering 
    4548        blog_url => {