Skip to content

Releases: UCF/UCF-Announcements-Django

v1.0.14

13 Sep 19:04
Compare
Choose a tag to compare

Enhancements:

  • Added expiration period to old announcements. Any past the expiration will be redirected to the home page.

v1.0.13

31 Aug 14:13
1ce3778
Compare
Choose a tag to compare

Accessibility:

  • Added skip to content link at the top of the base template.

v1.0.12

08 Apr 19:02
Compare
Choose a tag to compare

Bug Fixes:

  • Updated default character set and collation for database tables.

v1.0.11

06 Oct 19:23
b8b2afd
Compare
Choose a tag to compare

Bug Fixes:

  • Ensure taggit tags (used for announcement keywords) as case sensitive but are pulled via the typeahead control case insensitively.

v1.0.10

02 Jun 19:55
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed a bug where remote menus were not loading properly.

v1.0.9

20 May 18:34
Compare
Choose a tag to compare

Bug Fixes:

  • Made changes to the local settings template related to logging.

v1.0.8

26 Jun 14:20
Compare
Choose a tag to compare

Bug Fixes:

  • Corrected problem with date fields in the admin area.

v1.0.7

20 Feb 15:22
Compare
Choose a tag to compare

Bug Fixes:

  • Corrected malformed subquery when excluding ongoing announcements. Fixes #33

v1.0.6

19 Feb 20:05
Compare
Choose a tag to compare

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

14 Feb 20:28
Compare
Choose a tag to compare

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.