* Adds Dutch translation (thanks to Jean-Paul Ladage, jladage).
* Adds Russian translation (thanks to Михаил Рыбкин, MikerStudio).
* Fixesissue 140, which adds the capacity to allow only registered users
to post comments.
* Fixesissue 149, on wrong SQL boolean literal value used when running
special command populate_xtdcomments to load Postgres database with
xtdcomments.
* Fixesissue 154, on using string formatting compatible with Python
versions prior to 3.6.
* Fixesissue 156, on wrong props name "poll_interval". JavaScript plugin
expects uses "polling_interval" while the api/frontend.py module referred
to itas "poll_interval". (thanks to ashwani99).
* Fixesissue 159, about using the same id for all the checkboxes in the
comment list. When ticking one checkbox in a nested form the checkbox of
the main form was ticked. Now each checkbox has a different id, suffixed
with the content of the `reply_to` field.