Luciano Sousa
|
0fd98b56d8
|
few components with rspec3 syntax
|
2015-01-09 13:34:37 -03:00 |
|
Neil Lalonde
|
443caaa8f7
|
FIX: don't let admins skip post validations, unless it's faq, tos, or privacy
|
2014-08-01 14:53:35 -04:00 |
|
Neil Lalonde
|
e1be478ef4
|
FIX: admins bypass some post validations. This allows them to edit legal docs even if those docs are longer than max post length, for example.
|
2014-07-28 16:40:14 -04:00 |
|
Robin Ward
|
0c45eba037
|
FIX: Users can edit posts when they've reached the newuser_max_replies_per_topic threshold.
|
2013-12-20 11:30:51 -05:00 |
|
Robin Ward
|
1cac9fa257
|
New users can only post newuser_max_replies_per_topic times per topic.
|
2013-12-19 13:45:55 -05:00 |
|
Neil Lalonde
|
78c15d5810
|
Move the unique post key storage code into the Post model
|
2013-09-09 16:17:31 -04:00 |
|
Neil Lalonde
|
eae7e75611
|
FIX: recover post by a non-staff user fails because the post is not unique. Uniqueness check shouldn't happen when recovering a deleted post.
|
2013-09-06 11:50:15 -04:00 |
|
Sam
|
f7de9f17d5
|
refactor validators
add a new setting for min pm body length
use that setting for flags
scale entropy check down for pms
|
2013-06-13 18:18:43 +10:00 |
|