This release improves Misago's UI responsiveness as well as adds support for search filters, enabling board administrators to include simple tweaks in forum's search engine.
Updating instructions
To update Misago from 0.6 Alpha 5 to 0.6 Alpha 6, use PIP to uninstall old Misago and install new one:
pip uninstall misago
pip install misago --pre
New features
- 645 - Search filters feature that allows tweaking of the search engine via implementation of functions that normalize and fix search queries and indexed documents.
- 756 - Django user admin now includes "edit this user in Misago admin" backlink.
- 759 - Made avatar cropper responsive.
- 760 - Use uploaded image's Data URL in cropper to speed up new avatar upload process.
Theme changes
- 752 - Dramatically improved page headers responsiveness.
- 755 - Made paginator always present on thread view. This keeps markup simple and saves layout reflows when new thread page appears in active threads.
Bugs fixed
none
Implementation and API changes
none
Documentation changes
none