Releases: UCF/unify-events
Releases · UCF/unify-events
v1.5.1
Enhancements:
- Removed unused
AutoOpenTagByAnchor()
js function.
- Updated/replaced a few packages for the sake of getting gulp to run properly.
v1.5.0
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
Enhancements:
- Updated to work correctly with python2.7 and gunicorn.
v1.3.3
Added alert messaging regarding event cancellations due to coronavirus.
v1.3.2
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
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
Enhancements:
- Added the ability to query events based on location id.
v1.2.14
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.