Skip to content

Releases: UIUCLibrary/teams

v4.1.0-2 patch

01 Aug 22:23

Choose a tag to compare

This includes a few updates to the rest api coverage, some quality of life fixes, and some refactoring.

What's Changed

Full Changelog: v4.1.0-1...v4.1.0-2

Note: the v4.1.0-1 tag was accidentally used in one of the v4.1.0-<pre-release>, so using tag v4.1.0-2.

v4.1.0

28 May 15:35

Choose a tag to compare

TL;DR

This release adds features to help on-board the module for existing installations:

  • Add items to teams via bulk add/edit
  • Use query selector to add items to teams via Add new team and Update team
  • Allow users other than global admin to use the bypass team filter feature

Special thanks to @rachelericceri and colleagues for their contributions in the issues.

What's Changed

See 4.1.0-rc# for more details.

Full Changelog: v4.0.1...v4.1.0-1

v4.1.0-rc4-beta

27 May 22:30

Choose a tag to compare

v4.1.0-rc4-beta Pre-release
Pre-release
  • fixes an issue where bypass_teams_filter wasn't added in cases where the Query controller was calling the Query element
  • BREAKING CHANGE: changes how team permissions are interpreted so that users with site permissions in their team aren't prevented from deleting the team.
  • add returnScalar capability to team-site api endpoint
  • add site syncing to delete/create api for team-resources as well as the updateTeamResources Job

Full Changelog: v4.1.0-rc3-beta1...v4.1.0-rc4-beta

v4.1.0-rc3-beta1

19 May 14:51
b91b8c0

Choose a tag to compare

v4.1.0-rc3-beta1 Pre-release
Pre-release

Purpose

This release is ready for beta testing and automated integration testing

What's Changed

Details

Fix #170:
From the pr:

This fixes #170 by replacing advanced search elements with ones that have the bypass_team_filter query parameter. The design of this approach is that the flag is neutered if the user is not authorized to have access to the bypass, so users without this ability will have the same experience with the standard advanced search.

However, this does grant these same expanded options for the regular Advanced Search for users with the authority to bypass team filtering. My feeling is that this is a positive externality and we don't need to do anything additional to maintain the old behavior or the standard advanced search form.

fix #174, #175:
The preview function was working properly and displaying no results because the constructed query always lacked the bypass_team_filter flag. This fix adds an option to the bottom of the form to bypass the teams filter if the user's core Omeka role is among those who have access to that feature.

fix #172:
The batch support had previously only included Batch Delete Selected. This add support for Batch Delete All by redirecting the batch-delete-all route to the Teams Index controller where a soft delete (to Trashcan) is performed.

fix #180:
Batch Update all differs from Batch Update in that it goes through a complex data preprocessing step that funnels form responses into buckets based on the action indicated. In order to make it through this filtering, elements should indicate which bucket they belong to in a data-collection-action attribute. In practice, it doesn't matter which bucket you put your module's data into unless it is structured in such a way that it will be handled by the batch updated. If you plan to intercept your data and complete the action in the module then you can select any bucket.

Full Changelog: v4.1.0-rc2...v4.1.0-rc3-beta1

v4.1.0-rc2

13 May 17:12
d595a74

Choose a tag to compare

v4.1.0-rc2 Pre-release
Pre-release

Full Changelog: v4.1.0...v4.1.0-rc2

Fixes/updates from rc1:
Fix: add item media when adding items by using the 'recursive' flag
Feature: Allows recursive adding and deleting of items inside item sets
Fix: includes the secondary resource form on Team Add views
Fix: modifies form labels for clarity
Fix: don't group value options for team create because everything will be "not in team"
Fix: hides the form element that is used to collect which secondary resources have been removed from a team via the Team Update view
Fix: Set global admin as able to use the bypass teams filter on install

v4.1.0-rc1

12 May 16:24
13c2138

Choose a tag to compare

v4.1.0-rc1 Pre-release
Pre-release

What's Changed

This primarily addresses issues 157 and 158 by adding the following user facing feature:
Adding a config setting so admins can control who can use the Bypass Teams Filter feature
Adding Teams as an option for bulk edits
Reconfiguring the Team Edit interface to use a query for items and chosen select for Resource Templates and Item sets

Full Changelog: v4.0.2...v4.1.0

v4.0.2

12 Aug 17:36
d7fde8c

Choose a tag to compare

v4.0.2 Pre-release
Pre-release

What's Changed

Full Changelog: v4.0.1...v4.0.2

Omeka v4.x

09 Nov 20:28

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v4.0.1

v4.0.0-rc3

18 Jul 13:51

Choose a tag to compare

v4.0.0-rc3 Pre-release
Pre-release

This fixes a bug that caused user checks on public views

Full Changelog: v4.0.0-rc2...v4.0.0-rc3

v4.0.0-rc2

04 May 20:08

Choose a tag to compare

v4.0.0-rc2 Pre-release
Pre-release

Fixes an issue where items where removed from site-item upon editing the item if the item belonged to only one team

What's Changed

Full Changelog: v4.0.0-rc...v4.0.0-rc2