Aa-forum

Latest version: v2.2.1

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

Scan your dependencies

Page 12 of 13

0.1.0beta.1

\\o/ FIRST PUBLIC BETA \\o/

Added

- Title attribute to last message in forum index
- "Mark all messages as read" button to forum index
- Counter for unread topics on a forum link in navigation

0.0.1alpha.11

Fixed

- `Topic.MultipleObjectsReturned: get() returned more than one Topic -- it returned 2!`
when a board was restricted to more than 1 group

0.0.1alpha.10

⚠️ Migration Reset ⚠️

**Before** you update to this version, run the following command:

shell
python manage.py migrate aa_forum zero


**After** you updated run:

shell
python manage.py migrate aa_forum


Added

- Unread messages functionality
- Version to static files to break browser caches on version updates
- New topic view now also has the bread crumb navigation
- Ability to create new boards with a new category
- Clear form button in forms that need it

Changed

- Search function behavior. Up until now, the search function was looking for the
whole search phrase, which is not the desired behavior. Now it checks if at least
one word of the search phrase is in the message. This might give you more results
but also doesn't miss the result you were looking for.
- Slugs consolidated
- Internal URLs reworked
- Pagination URLs reworked

Fixed

- Appearance for multi select dropdown when dark mode is used

0.0.1alpha.9

Added

- Search functionality

Fixed

- A bug that prevented the forum index from loading after removing a message or even
a topic

0.0.1alpha.8

⚠️ Migration Reset ⚠️

**Before** you update to this version, run the following command:

shell
python manage.py migrate aa_forum zero


**After** you updated run:

shell
python manage.py migrate aa_forum


Added

- SQL script to drop all tables

Changed

- Improved model design for better data consistency, performance and compliance with
Django conventions
- Improved queries to reduce page load time for all main views

0.0.1alpha.7

Added

- Warning when replying on locked topics
- "Re:" on last message subject on forum index, if the last message in this board
isn't the last message in the respective topic

Fixed

- After creating a new topic, the user now returns to the newly created topic
instead of the board view
- Vertical alignment of the topic names in board view

Page 12 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.