Entry name | Default value | Description |
---|---|---|
lucene.analyzer.stopwords | en | Comma-separated list containing zero or more of: ar, br, cz, de, en, fr, bg, bn, ca, cjk, ckb, da, el, es, eu, fa, fi, ga, gl, hi, hu, hy, id, it, lt, lv, nl, no, pt, ro, ru, sv, th, tr. Include all languages for which there is content in the forums; that will prevent stop words in those languages from being indexed for searching. The index needs to be recreated for this to take effect. Default is "en" because that's how it worked before. If you have content predominantly from one language, you may want to adjust both the lucene.analyzer and lucene.analyzer.stopwords properties to reflect that language. |
dateTime.pretty | false | Whether to show relative times like "1 hour ago", "1 day ago", "6 month ago" etc, or absolute times like "December 21, 2018". This replaces the dateTime.local property which is no longer supported. |
mail.smtp.additional.properties | mail.mime.address.strict=false | A comma-separated list of additional SMTP properties to use when sending out mails. For example, adding mail.smtp.starttls.enable=true and mail.smtp.starttls.required=true would require TLS to be used. |
No schema changes
Tickets: #77
Tickets: #78
Tickets: #79
Tickets: #80
Tickets: #83
Tickets: #84
Tickets: #85
Tickets: #86
Tickets: #87
Tickets: #88
Tickets: #89
Tickets: #90
Tickets: #92
Tickets: #94
Tickets: #95
Wiki: NewFeatures262
Wiki: UpgradingFrom250To260