1
0

Admin-based comment response, CSRF-protection for comment form in antispam plugin

This commit is contained in:
Garvin Hicking
2006-10-26 09:41:10 +00:00
parent 5ae78da826
commit 41dd356d45
8 changed files with 140 additions and 39 deletions

View File

@ -3,6 +3,14 @@
Version 1.1 ()
------------------------------------------------------------------------
* Added functionality to reply to comments in the admin interface
(garvinhicking)
* Enhance spamblock plugin with session hash check, to prevent
automatted comment posting. Also prevents possible CSRF for
tricking you into submitting comments to your own blog. Thanks
to Stefan Esser! (garvinhicking)
* Support to delete multiple entries at once via checkboxes in the
entry admin panel, fix admin entry pagination to not show
next pages, if that next page were empty. (garvinhicking)