Releases: idfive/UniCal
Releases · idfive/UniCal
Moment.js warning fix, Adjust calls in Mini Calendar
Minor es6 fix
This release fixes minor es6 js issue: #6
Update features module to account for new fields in 1.6
- Features sub module updated to account for new fields
- Minor cleanup of url's to remove special chars.
Minor functionality edits to 1.6
- Move show/hide loading to utility service
- Add hideLoading to form submit
- Adjust repeat logic on vocab ordering
UMD Recwell Sponsored Updates
- bugify 11289: Pull in vocabulary weight into the ordering of uncial filters. Order of filters in uncial list, and archive views now order by weight of the associated vocabulary.
- bugify 11189: Make the RSVP text customizable.
- bugify 11060: Add loading animation. Added loading animation, as well as ability to override load screen. Also added hooks for any custom JS to fire on uncial events.
- bugify 11186: Add “edit this event” button to events, for admin users. Now shows “edit this event” in sidebar of detail page to users with “edit any event content” permissions.
- bugify 11145: Add button to clear search. Simply set the reset filters button to show when searching.
- bugify 11187: Separate out contact between individual and web.
- bugify 11190: Allow zoom specificity on location map.
- bugify 11188: Allow lat/lng as option for location map.
Slight adjustment to prefilter logic
Slight adjustment to prefilter logic
Add ability to prefilter taxonomies by passing url parameters
1.4 add ability to pre filter by taxonomy
Fix events endpoint
Hotfix the events endpoint, to add the additional taxonomies, so that filtering works
Additional Taxonomies Available
- Add taxonomies to unical, giving a total of 10 editable taxonomies per install.
- Add endpoints for new taxonomies, calendar_taxonomy_8 through 11.
- Fix calls in taxonomies service to fail gracefully.
- Fix Sites API to check if field exists first.
- Add default terms to calendar_taxonomy_7 in unical_features, to ensure they make
it into fresh installs. - Add dependencies to unical_features, to accomplish above.
- Adjust/Fix fields on unical_features to incorporate new taxonomies, as well as
generalize some default settings. - Update documentation.
Lots of effort was made to test that there are no breaking changes for backwards
compatability. That being said, if you wish to add the new taxonomies to a previous
install, you will need to either re-enable unical_features, or look to the following:
- Ensure calendar_taxonomy_8 through 11 are added.
- Ensure field taxonomy_8 through 11 are added to the event CT.
- Ensure fields mirroring taxonomy_1 are added for taxonomy_8 through 11 ie:
(field_taxonomy_8_enabled, field_taxonomy_8_label, field_taxonomy_8) for 8-11.
In testing, re-enabling unical_features added the new fields/taxonomies, while leaving
changed/overridden fields in place. You will, however, need to manually re-arrange
the site and event CT's to clean up. TEST ON STG ENV FIRST!
fix module path
1.1 Merge branch 'hotfix/module_path' into 7.x-1.x