Releases: UCF/UCF-Announcements-Django
Releases · UCF/UCF-Announcements-Django
v1.0.14
Enhancements:
- Added expiration period to old announcements. Any past the expiration will be redirected to the home page.
v1.0.13
Accessibility:
- Added skip to content link at the top of the base template.
v1.0.12
Bug Fixes:
- Updated default character set and collation for database tables.
v1.0.11
Bug Fixes:
- Ensure taggit tags (used for announcement keywords) as case sensitive but are pulled via the typeahead control case insensitively.
v1.0.10
Bug Fixes:
- Fixed a bug where remote menus were not loading properly.
v1.0.9
Bug Fixes:
- Made changes to the local settings template related to logging.
v1.0.8
Bug Fixes:
- Corrected problem with date fields in the admin area.
v1.0.7
Bug Fixes:
- Corrected malformed subquery when excluding ongoing announcements. Fixes #33
v1.0.6
Enhancements:
- Added ability to filter by field or fieldset on the Announcement serializer. This allows for specific fields, or a predefined set of fields. Currently there is only the
options
fieldset defined for announcements.
v1.0.5
Enhancements:
- Added detail view for announcements
- Updated Django
- Updated documentation with more detailed installation instructions
Bug Fixes:
- Updated home tempalte to fix audience links bug
- Removed hard coded URL in the javascript for the announcements create/edit form.