Stelmsind
(Sam Stickland)
2015 年 7 月 14 日午前 8:06
1
Hey,
On short posts I’m still getting:
Body is invalid; try to be a little more descriptive
But I have set all of the following configuration:
min post length: 1
min first post length: 1
body min entropy: 1
min topic title length: 1
title min entropy: 1
Stelmsind
(Sam Stickland)
2015 年 7 月 14 日午前 8:14
2
Ah, so the problem is here, in TextSentinel:
def seems_quiet?
# We don't allow all upper case content in english
not((@text =~ /[A-Z]+/) && !(@text =~ /[^[:ascii:]]/) && (@text == @text.upcase))
end
There isn’t any option to override this at present time.
sam
(Sam Saffron)
2015 年 7 月 14 日午前 8:14
3
feel free to submit a PR for a site setting.
「いいね!」 1
Stelmsind
(Sam Stickland)
2015 年 7 月 14 日午前 8:17
4
Sure. Hopefully I’ll have the time in the next week. It’ll be my first ever PR!
「いいね!」 2
GREAT I AM LOOKING FORWARD TO THE ADDITION OF THIS SETTING!
「いいね!」 4
Stelmsind
(Sam Stickland)
2015 年 7 月 14 日午前 9:08
6
Haha. I think I might add an extra knob so that you can allow all capitals
if it’s only one word
The setting exists and is called allow uppercase posts
for anyone that needs it.
「いいね!」 4
elijah
(Eli the Bearded)
2016 年 7 月 15 日午前 1:05
9
NOW I CAN SEE WEATHER REPORTS LIKE THEY ARE MEANT TO BE.
(Assuming that “teletype” is how they are meant to be.)
layerssss
(Layerssss)
2016 年 9 月 1 日午前 10:13
10
This is having fatal effects on non-alphabetical languages like “PHP 是最好的语言”
sam
(Sam Saffron)
2019 年 3 月 3 日午後 10:17
12
Note, these days we ship we customised settings for non English locales which take care of this issue.
「いいね!」 2