Show
Ignore:
Timestamp:
05/01/08 06:02:40 (7 months ago)
Author:
hsbt
Message:

rename filter rule.

Location:
platform/tdiary/filter
Files:
6 moved

Legend:

Unmodified
Added
Removed
  • platform/tdiary/filter/commentkey.rb

    r5991 r10855  
    1515module TDiary 
    1616        module Filter 
    17                 class CommentKeyFilter < Filter 
     17                class CommentkeyFilter < Filter 
    1818                        def comment_filter( diary, comment ) 
    1919                                return true unless @conf['comment_key.enable'] 
  • platform/tdiary/filter/commentsize.rb

    r5571 r10855  
    55module TDiary 
    66   module Filter 
    7       class CommentSizeFilter < Filter 
     7      class CommentsizeFilter < Filter 
    88         def comment_filter( diary, comment ) 
    99            return false if comment.body.size > @conf['comment.size']