Releases: UIUCLibrary/teams
v4.0.2
What's Changed
- Remove checks for "super" global admin by @alexdryden in #150
- Fixes #146 by waiting to flush till after validataion by @alexdryden in #151
- I152 by @alexdryden in #153
- Api create team reasource by @alexdryden in #155
Full Changelog: v4.0.1...v4.0.2
Omeka v4.x
What's Changed
- Update module.ini by @mquantin in #114
- Update proxies with getTeamAsset() function by @alexdryden in #120
- Issue 121 by @alexdryden in #124
- Integrate fix into 4.x testing by @alexdryden in #127
- Restore views for site resources and site users by @alexdryden in #129
- Issue 130 bypas team filter by @alexdryden in #131
- User management by @alexdryden in #132
- V4.x by @alexdryden in #133
- Prevent from trying to add bypass filter to public views by @alexdryden in #135
- Use countable object by @alexdryden in #136
- Issue 138 by @alexdryden in #140
New Contributors
Full Changelog: v3.2.0...v4.0.1
v4.0.0-rc3
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
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
- V4.x by @alexdryden in #133
Full Changelog: v4.0.0-rc...v4.0.0-rc2
v4.0.0-rc1
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
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
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.
- Issue 94 by @alexdryden in #95
- Add collecting to teams based on associated site's teams by @alexdryden in #96
- Handle cases when user has no team and selects "Change Team" by @alexdryden in #98
- Makes the fix for list-of-sites reachable by moving REST catch by @alexdryden in #99
- Issue 100 by @alexdryden in #101
- Don't show site options on edit form by @alexdryden in #102
- Correct count on form field @alexdryden in #103
- Authority plugin refactoring by @alexdryden in #106
- Get user assets for update and create by @alexdryden in #111
- Api cleanup by @alexdryden in #113
Full Changelog: v2.1.2...v3.2.0
v3.1.0-8
What's Changed
- Fix item_site issue with CSV Import by @alexdryden in #86
- Fix uninstall by @alexdryden in #89
- Fix install by @alexdryden in #88
Full Changelog: v3.1.0-7...v3.1.0-8
v3.1.0-7
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
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