Skip to content

Releases: idfive/UniCal

Moment.js warning fix, Adjust calls in Mini Calendar

31 Jan 16:19

Choose a tag to compare

  • Fixed date warning coming from moment.js
  • Adjusted mini calendar calls to limit to current month displayed

Minor es6 fix

30 Oct 20:38

Choose a tag to compare

This release fixes minor es6 js issue: #6

Update features module to account for new fields in 1.6

19 Sep 20:57

Choose a tag to compare

  • Features sub module updated to account for new fields
  • Minor cleanup of url's to remove special chars.

Minor functionality edits to 1.6

31 Aug 18:01

Choose a tag to compare

  • Move show/hide loading to utility service
  • Add hideLoading to form submit
  • Adjust repeat logic on vocab ordering

UMD Recwell Sponsored Updates

29 Aug 21:08

Choose a tag to compare

  • 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

04 Aug 20:03

Choose a tag to compare

Slight adjustment to prefilter logic

Add ability to prefilter taxonomies by passing url parameters

16 Jun 18:49

Choose a tag to compare

1.4

add ability to pre filter by taxonomy

Fix events endpoint

11 May 16:17

Choose a tag to compare

Hotfix the events endpoint, to add the additional taxonomies, so that filtering works

Additional Taxonomies Available

09 May 19:48

Choose a tag to compare

  • 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

04 May 18:33

Choose a tag to compare

1.1

Merge branch 'hotfix/module_path' into 7.x-1.x