Misago 0.10 was originally planned to be feature release adding search field to forum's navbar, but it was delayed first by discovery of showstopper fixing of which I've prioritized, then cleanup of permission system's handling of closed categories and threads. Finally RL interrupted limiting amount of time I could spend on development.
Still, I'm releasing Misago 0.10 with improvements to bulk moderation actions, permission system, as well as small configurability option implemented by @musindmitriy and small improvement in loading JavaScript translations that should hopefully solve caching problems where browser would cache JavaScript translation for old language that was changed in site's configuration.
Updating instructions
To update Misago from 0.9 to 0.10 use PIP to uninstall old Misago and install new one:
pip uninstall misago
pip install misago
As always, you should run python manage.py migrate
and python manage.py collectstatic
commands to put your database and static files up to date.
New features
- 890 - Added
MISAGO_BLEACH_CALLBACKS
setting for better control over automatic links in user posts for those who wish for it.
Theme changes
none
Bugs fixed
- 884 - Added bulk update/delete operations support for API, that should help with deadlocks.
- 890 - Misago will no longer add
rel="nofollow"
to internal urls.
Implementation and API changes
- 887 - Unified handling of closed categories and threads in permissions system.
- 893 - Moved ID's lists cleaning to utility function.
- 899 - Misago will now add language code at the end of the link to JavaScript's translation catalog to bypass browser caching and make language change instantaneous.
Translation changes
- 888 - Generated new translation files containing changes for new messages - uploaded on Transifex.
Documentation changes
- 892 - Added readme to project's page on pypi.
- 894 - Fixed some url's in readme and docs.