Ignore:
Timestamp:
Nov 16, 2006, 4:31:57 AM (18 years ago)
Author:
rvelices
Message:
  • bug fix: comments_forall and category commentable were not checked during

POST and a comment could be inserted

  • feature 524: anti-spam:
    • check number of links
    • check ip address against spamhaus.org block list
    • action when comment is qualified spam (needs validation or reject)
    • so far everything is in the config file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK.iso-8859-1/common.lang.php

    r1606 r1610  
    414414$lang['comment_added'] = 'Your comment has been registered';
    415415$lang['comment_anti-flood'] = 'Anti-flood system : please wait for a moment before trying to post another comment';
     416$lang['comment_not_added'] = 'Your comment has NOT been registered because it did not pass the validation rules';
    416417$lang['comment_to_validate'] = 'An administrator must authorize your comment before it is visible.';
    417418$lang['comment_user_exists'] = 'This login is already used by another user';
Note: See TracChangeset for help on using the changeset viewer.