Misago

Latest version: v0.39.1

Safety actively analyzes 682361 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 13

0.6a10

Not secure
This release brings default theme to Misago, together with redesigned posts, threads and categories lists. This theme lives in the "flavor" directory in Misago styles and defines only decorative stylesheets, thus making it easy to remove and revert Misago back to its "Bootstrap" looks for custom theme development.

It also fixes few bugs, including potential show-stopper on categories list that could result by deletion of last thread in category.

Updating instructions

To update Misago from 0.6 Alpha 9 to 0.6 Alpha 10, use PIP to uninstall old Misago and install new one:


pip uninstall misago
pip install misago --pre


New features

* 801 - Threads list now displays thread starter's and last poster's avatars.

Theme changes

* 790 - Added default styles for site navbar.
* 791 - Added default styles for site footer.
* 789 - Went through the page headers, increased vertical spacing, changed menu dropdowns for vertically-scrolled tabs and redesigned search form.
* 799 - Default themes for message pages, also tweaked basic css for those.
* 801 - Added avatars and styles to threads lists.
* 802 - Added icons for search providers, default styles for side menus.
* 803 - Redesigned posts, improving their responsiveness.
* 804 - Redesigned post feeds.
* 805 - Redesigned categories page.
* 806 - Default styles for form panels.
* 807 - Styled sign in form.
* 808 - Improved and styled registration form.
* 809 - Improved modal message style.
* 810 - Added styles for avatar options modal.
* 811 - Default styles for form modals.
* 812 - Added default styles for polls, tweaked UI for poll panel and form components.
* 813 - Small spacing fixes in posting form, fixed thread weight icons to be same across the UI.
* 814 - Added `btn-outline` class to some buttons, themed buttons.
* 815 - Default styles for inputs.
* 817 - Added icons to option dropdowns that were missing them.
* 818 - Default styles for wells.
* 819 - Added some default styles for categories.
* 820 - Added some default styles to user ranks.
* 821 - Moved user lists to user card component.
* 822 - Added cancel and ok buttons as alternative way to dismiss modals.
* 823 - Added user avatars to post likes modals, changed their titles to spell number of likes.
* 825 - Added default styles for post markup.
* 827 - Moved events to `.media` component, added default styles and explicit "new" label.
* 828 - Redesigned and styled private thread's participants list.
* 832 - Aligned events with posts content.

Bugs fixed

* Avatar upload form will no longer crash if user cancels file selection in browser if he or she has previously selected invalid file.
* 792 - Items were misaligned in compact navbar used on mobile devices.
* 826 - Added permission test before displaying unapproved posts flag for threads.
* 830 - Synchronize category after thread is deleted from it via moderation action.

Implementation and API changes

* 804 - Removed read and like states from post feeds like search results or user's posts/threads lists in profiles.

Documentation changes

* 819 - Documented defualt category styles.

0.6a9

Not secure
This release fixes the calls to `gettext` module that resulted in showstoppers when some translated strings contained non-ascii characters.

Usually I don't ship on weekdays, preffering tweaks and improvements to snowball over time for me to ship at the weekend, but this one's exception aimed to fix the blocker for translation efforts that are undergoing currently

Updating instructions

To update Misago from 0.6 Alpha 8 to 0.6 Alpha 9, use PIP to uninstall old Misago and install new one:


pip uninstall misago
pip install misago --pre


New features

*none*

Theme changes

*none*

Bugs fixed

* 793 - changed all gettext functions to `u-` prefixed versions that support unicode.

Implementation and API changes

*none*

Documentation changes

*none*

0.6a8

Not secure
This release fixes the bug that prevented the JavaScript translations from loading as well as other bug that prevented poll edits. In addition, it further improves Misago's support for touch devices as well as tablet and mobile screen sizes.

This release also bumps required Pillow version to 4 to improve compatibility with Windows 10, but Misago will work with latest Pillow 3 just fine.

Updating instructions

To update Misago from 0.6 Alpha 7 to 0.6 Alpha 8, use PIP to uninstall old Misago and install new one:


pip uninstall misago
pip install misago --pre


New features

* 774 - Default Pillow version bumped to 4.0 for better cross-system compatibility. Misago is guaranteed to run on latest 3.x, but apparently that version has issues when installed on Windows 10.
* 783 - Prompt user for confirmation before marking category's threads as read.

Theme changes

* 757 - Use the pager from threadview on users list.
* 762 - Improved posts editor on small displays.
* 763 - Fixed breakpoints used by navbar, made full navbar displayed starting with 700px widths.
* 764 - Redesigned threads list, removed top-category resolution.
* 766 - Improved active posters ranking display on mobile devices.
* 767 - Improved way the polls are displayed on tablet and mobile displays.
* 768 - Improved post's changelog on mobile devices.
* 769 - Improved posts attachments lists appearance on small displays.
* 770 - Improved private threads participants list responsiveness for tablets and mobile displays.
* 773 - Made youtube videos in posts responsive.
* 781 - Empty posts footers will no longer be displayed.
* 782 - CSS and icons links have been moved to separate template `misago/head.html` for easier customization.
* 787 - Small improvements to poll votes and posts likes lists modals markup.

Bugs fixed

* 767 - Fixed bug that caused poll edit form to don't appear.
* 786 - Fixed JS catalogue view so it loads Misago's `djangojs.mo` file with translated messages for javascript.

Implementation and API changes

*none*

Documentation changes

* 786 - Documented the `MISAGO_JS_CATALOG_PACKAGES` setting.

0.6a7

Not secure
This release fixes the bug causing Misago to register post markup element in onebox service on every render, causing it to eventually call onebox service dozens of times per page, greatly spiking CPU usage.

Updating instructions

To update Misago from 0.6 Alpha 6 to 0.6 Alpha 7, use PIP to uninstall old Misago and install new one:


pip uninstall misago
pip install misago --pre


New features

*none*

Theme changes

*none*

Bugs fixed

* 779 - `misago-markup` component was registering onebox to run on every component's update, eventually flooding the CPU with repeated calls for onebox render on posts.

Implementation and API changes

*none*

Documentation changes

*none*

0.6a6

Not secure
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*

0.6a5

Not secure
This release brings bugfixes to UI implementation and posted links handling as well as improves mobile UI on threads list and thread pages.

Updating instructions

To update Misago from 0.6 Alpha 4 to 0.6 Alpha 5, use PIP to uninstall old Misago and install new one:


pip uninstall misago
pip install misago --pre


New features

* 750 - improved the way posts are displayed on small displays in thread views, user profiles and search results.
* 753 - improved responsiveness of toolbars on threads list and threadviews.

Bugs fixed

* 754 - protocol-less outgoing urls are prepended with 'http://' to make sure they correctly point outside of the site. `[url]` BBCode implementation was fixed.

Implementation and API changes

* 749 - dropped custom importers for sake of django's `import_string` utility.

Documentation changes

*none*

Page 10 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.