Skip to content

Releases: UIUCLibrary/teams

v4.0.2

12 Aug 17:36
d7fde8c
Compare
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
Compare
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
Compare
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
Compare
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

v4.0.0-rc1

25 Apr 17:15
Compare
Choose a tag to compare
v4.0.0-rc1 Pre-release
Pre-release

This makes the module compatible with Omeka S 4.0.x and adds new features and fixes bugs.

What's Changed

*Update item sets to use add/remove/current parameters @alexdryden in #127

  • Restore views for site resources and site users by @alexdryden in #129
  • Include option to bypass team filter on browse views for global admin @alexdryden in #131
  • Improvements to user management panel for team users by @alexdryden in #132
  • Show global admins teams where they are not a member in team select form elements (bd22350)
  • Fix issue on user form that prevented non-global admins from making changes to their current team (44d7049)
  • Implement Search API action for all Team Entities
  • Filter user browse pages by team (b67f19f)
  • Various updates for form fields and redirect behavior after form submission to support automated acceptance testing
  • Update views to use dl format introduced in 4.x (4f975e3)

Full Changelog: 3.2.0-1...v4.0.0-rc

3.2.0-1

07 Apr 15:47
Compare
Choose a tag to compare
3.2.0-1 Pre-release
Pre-release

What's Changed

  • Address bugs related to #100, #101 that caused teams to be removed but not added when processing edit requests for resources
  • Internal version number synced with release tag. Previously, github release tags represented the latest version of Omeka that the module had been tested against, and module version in module.ini represented the Teams semantic versioning.
  • Update module.ini by @mquantin in #114
  • Update proxies with getTeamAsset() function by @alexdryden in #120
  • Issue 121 by @alexdryden in #124

New Contributors

Full Changelog: v3.2.0...3.2.0-1

v3.2.0

28 Jan 03:22
c8da17e
Compare
Choose a tag to compare

What's Changed

We've added support for the Collecting module so that items generated by the visitors will be added to the appropriate teams based on the site's team membership. Thanks @tatipovo for the report.
We've also cleaned up the REST API so that it provides appropriate messages and removed some legacy artifacts. For the REST API you can now:

  • query team_resources by team to see all of the team's resource or by resource id to see all of the teams where the resource is a member. Note: Because Team Resources are essentially a join table, they don't have incremented ids (they have a composite id of the team_id and resource_id). As such, there is no way to use the REST API to find a specific team resource.
  • Query team Get a more detailed picture of what assets, resource, sites and users belong to the team. Depending on the size of your site, this might be an expensive call.

This also fixes an issue where team assets weren't added to teams through the Add Team or Edit Team forms. Thanks @mquantin for the report.

See a summary of the issues address.

Full Changelog: v2.1.2...v3.2.0

v3.1.0-8

10 Jul 22:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0-7...v3.1.0-8

v3.1.0-7

01 Jul 19:53
Compare
Choose a tag to compare

This is the 7th patch developed on the Omeka-s 3.1 branch. It has gone through some incidental testing on 3.2, but is recommended for 3.1.

What's Changed

  • Issue 82 by @alexdryden in #84
  • Fixes a bug where sites with more than one team were not properly filtering items for site blocks that accept query parameters (Map by query and Browse preview)
  • Display of query parameter UI elements for Browse by preview and Map by query were not being rendered when the page edit view was first loaded.

Full Changelog: v3.1.0-6...v3.1.0-7

v3.1.0-6

01 Jul 00:34
Compare
Choose a tag to compare

What's Changed

  • Issue 78 by @alexdryden in #79
  • Add user's currrent team to resource templates that are imported by @alexdryden in #80
  • This corrects a previous defect in the attached .zip

Full Changelog: v3.1.0-5...v3.1.0-6