Skip to content

Releases: UCF/unify-events

v1.5.1

09 Sep 15:29
Compare
Choose a tag to compare

Enhancements:

  • Removed unused AutoOpenTagByAnchor() js function.
  • Updated/replaced a few packages for the sake of getting gulp to run properly.

v1.5.0

09 Sep 14:45
Compare
Choose a tag to compare

Enhancements:

  • Upgraded to Django 1.11
  • Added the deploy command for easier deployment both locally and out on our servers.
  • Removed elasticsearch and added a DB backed search view.

v1.4.0

09 Sep 14:26
Compare
Choose a tag to compare

Enhancements:

  • Updated to work correctly with python2.7 and gunicorn.

v1.3.3

16 Mar 18:40
Compare
Choose a tag to compare

Added alert messaging regarding event cancellations due to coronavirus.

v1.3.2

03 Mar 15:39
Compare
Choose a tag to compare

Enhancements:

  • Added JSON feeds for frontend search views
  • Updated the search EventIndex with various queryset method overrides to ensure consistent behavior when indexing event objects.
  • Updated README with solutions to common installation hangups.

Bug fixes:

  • Fixed a bug where search results for events would not properly update upon a change to the event's status.
  • Fixed a logging bug in the update_event_state view.

v1.3.1

02 Oct 14:52
5099e73
Compare
Choose a tag to compare

Bug Fixes:

  • Corrected an issue where an invalid location parameter passed to the feed views would return the unfiltered queryset, instead of an empty one.

v1.3.0

02 Oct 13:37
55161dd
Compare
Choose a tag to compare

Enhancements:

  • Added the ability to query events based on location id.

v1.2.15

06 Jun 20:00
Compare
Choose a tag to compare

Enhancements:

  • Updated Help docs

v1.2.14

23 Jan 20:10
582d2fc
Compare
Choose a tag to compare

Bug Fixes:

  • Updated redirect mixin not to add ignore_redirect_mixin kwarg for the search view. Fixes #13 , which actually didn't have anything to do with ending slashes.

v1.2.13

09 Oct 14:49
6381dfb
Compare
Choose a tag to compare

Enhancements:

  • Removed Google+ icon