Aa-forum

Latest version: v2.10.1

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

Scan your dependencies

Page 15 of 16

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

0.0.1alpha.6

Fixed

- Date and time format in the message header
- The editor now uses the space it has and doesn't sit in its corner any longer
Add the following to your `local.py`
python
CKEDITOR_CONFIGS = {"default": {"width": "100%", "height": "45vh"}}

- Lightbox doesn't put the complete message in the modal anymore, now just the image
that has been clicked

0.0.1alpha.5

Added

- Messages can now be modified by their author or anyone with the `manage_forum`
permission
- Users with the `manage_forum` permission can now delete messages. Keep in
mind, if the last message of a topic is deleted, the topic will be removed as well.

Fixed

- `time_modified` timestamps for messages
- Topic doesn't exist error when trying to view a topic that indeed doesn't exist
(anymore)
- An issue where the initialization of the lightbox modal would interfere with other
modals in a topic view. Even when there was no image that needs a lightbox.
- Consistent button style

0.0.1alpha.4

Added

- A note when replying to a topic while not being on the last page of it
- Ability to lock and unlock topics for forum managers
- Ability to set/unset topics as "Sticky" for forum managers
- Ability to delete topics for forum managers
- Some "read_by" marker in preparation for the "Unread Messages" functionality

Changed

- Implemented a simpler way to get a setting from the DB

0.0.1alpha.3

Added

- Topic pagination in board view

REMOVED

- Page number from pagination links when navigating to the first page. It's not
needed there ...

Page 15 of 16

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.