discourse/app
Neil Lalonde ecc9c76692
FEATURE: dynamically update the topic heat settings monthly (#7670)
The site settings beginning with "topic views heat" and "topic post like
heat" are set to defaults when installing Discourse, but there has not
been a process or guidance for updating these values based on
community activity.

This feature will update them once a month. The low, medium, and
high settings will be based on the minimums of the 45th, 25th, and
10th percentile topics respectively, so that 45% of topics will have
some "heat".

Disable automatic changes with the automatic_topic_heat_values setting.
2019-06-04 10:34:07 -04:00
..
assets Update theme component URL 2019-06-04 10:04:27 -04:00
controllers FIX: default top timeframe was overriding best_periods_for 2019-06-04 10:57:50 +02:00
helpers FEATURE: Multi-file javascript support for themes (#7526) 2019-06-03 10:41:00 +01:00
jobs FEATURE: dynamically update the topic heat settings monthly (#7670) 2019-06-04 10:34:07 -04:00
mailers Make email_excerpt method take an optional post param (#7570) 2019-05-20 10:04:23 +02:00
models FIX: trigger user_updated webhook when avatar changes 2019-06-04 16:46:46 +08:00
serializers PERF: omit user profile and private message stats in web hook serializer. 2019-06-04 08:44:10 +05:30
services FEATURE: dynamically update the topic heat settings monthly (#7670) 2019-06-04 10:34:07 -04:00
views PERF: fix N+1 queries for non-JS topic view. 2019-06-03 21:47:33 +05:30