diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-11-16 03:31:57 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-11-16 03:31:57 +0000 |
commit | 31e312028ca8a8a546558e21a2aa899f708386f5 (patch) | |
tree | fb8c86752d157de0c113e9a652f1a6737f9e4523 /template/yoga | |
parent | 221d839769ae15035397ab691a1bea8567b60ee0 (diff) |
- 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
git-svn-id: http://piwigo.org/svn/trunk@1610 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/picture.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index 8b82bdb1e..585678247 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -189,9 +189,6 @@ <!-- BEGIN author_field --> <label>{lang:upload_author}<input type="text" name="author"></label> <!-- END author_field --> - <!-- BEGIN author_known --> - <input type="hidden" name="author" value="{comments.add_comment.author_known.KNOWN_AUTHOR}"> - <!-- END author_known --> <label>{lang:comment}<textarea name="content" rows="10" cols="80"></textarea></label> <input type="submit" value="{lang:submit}"> </fieldset> |