summaryrefslogtreecommitdiffstats
path: root/askbot/doc
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-11-01 01:03:47 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-11-01 01:03:47 -0300
commita8ebdd9c1e5c76a7a9c7ad77ddda74eaa2d79ec4 (patch)
tree946de5143cadb4d85e7ec896c85fd03af68078cc /askbot/doc
parent813f17dea5e1084ebc98b096b965a06ca6ea56d2 (diff)
downloadaskbot-a8ebdd9c1e5c76a7a9c7ad77ddda74eaa2d79ec4.tar.gz
askbot-a8ebdd9c1e5c76a7a9c7ad77ddda74eaa2d79ec4.tar.bz2
askbot-a8ebdd9c1e5c76a7a9c7ad77ddda74eaa2d79ec4.zip
added lower rep barrier to accept any posts with links - as a first line of defense against spam
Diffstat (limited to 'askbot/doc')
-rw-r--r--askbot/doc/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/askbot/doc/source/changelog.rst b/askbot/doc/source/changelog.rst
index fcc85c21..f5714421 100644
--- a/askbot/doc/source/changelog.rst
+++ b/askbot/doc/source/changelog.rst
@@ -4,6 +4,7 @@ Changes in Askbot
Development version
-------------------
* Added minimum reputation to insert links and hotlinked images (Evgeny)
+* Added minimum reputation to suggest links as plain text (Evgeny)
* Added support of Haystack for search (Adolfo)
* Added minimum reputation setting to accept any answer as correct (Evgeny)
* Added "VIP" option to groups - if checked, all posts belong to the group and users of that group in the future will be able to moderate those posts. Moderation features for VIP group are in progress (Evgeny)