github archivesspace/archivesspace v3.1.0-RC1
V3.1.0-RC1

latest releases: v3.4.0-RC0, v3.3.1, v3.3.0...
pre-release3 years ago

Release notes for v3.1.0-RC1

This release contains bug fixes, small feature enhancements, and backend improvements, with an emphasis on accessibility improvements to the public user interface.

Configurations and Migrations

This release includes several modifications to the configuration defaults file:

 # Expose external ids in the frontend
 AppConfig[:show_external_ids] = false

# Whether to display archival record identifiers in the frontend largetree container
AppConfig[:display_identifiers_in_largetree_container] = false

# Whether to display archival record identifiers in the PUI collection organization tree
AppConfig[:pui_display_identifiers_in_resource_tree] = false

This release includes 9 new database migrations. The schema number for this release is 157.

API Deprecations

As previously noted, the following API endpoints remain deprecated, and will be removed from the core code of ArchivesSpace on or after 2022-04-16:

  • Endpoint.get('/repositories/:repo_id/archival_contexts/softwares/:id.xml')
  • Endpoint.get('/repositories/:repo_id/archival_contexts/softwares/:id.:fmt/metadata')

Additionally, as previously noted, the following API endpoints remain deprecated, and will be removed from the core code of ArchivesSpace on or after 2021-10-30:

  • Endpoint.get_or_post('/search/subjects')
  • Endpoint.get('/repositories/:repo_id/resources/:id/tree')
  • Endpoint.get('/repositories/:repo_id/digital_objects/:id/tree')
  • Endpoint.get('/repositories/:repo_id/classifications/:id/tree')

For more information see the ArchivesSpace API documentation.

Other considerations (plugins etc.):

Due to some needed accessibility improvements for the public interface, some relatively minor styling changes have been made to views in some places. This may impact plugins used for styling these areas. Check plugins used to theme the public interface to determine if you need to make any changes locally to preserve your desired styling.

Community Contributions

Our thanks go out to these members of the community for their code contributions:

  • Alex Duryee:

    • ANW-1383 - xlink attributes for imported DOs are swapped
  • Andrew Morrison:

    • Ensure object being viewed is an archival object
  • Brian Zelip:

    • ANW-919 Add sticky table header to RDE form
    • Add aria attrs to prev/next buttons in bootstrap datepicker
    • ANW-1349 Remove Lodash dependency
  • Dave Mayo:

    • Fixes ANW-1376 and handles incorrectly NSed @target permissively
  • James Bullen:

    • Add plugin sections hook to top_container
    • Added form_plugins_for to top container form
    • Add render plugin partials to top container
    • Use a more distinguished section id for resource notes
    • Give search embedded sections unique and descriptive section_ids and corresponding sidebar anchors
    • Add a way to hide irrelevant permissions from users
  • Manny Rodriguez:

    • ANW-97: Inactive users
    • ANW-158: Bugfix for menus going off screen to the left on very small screens
    • ANW-501: Link Classifications to Digital Objects
    • ANW-511: move publish flag to be right after accession date in accession
    • ANW-667 Show published accessions related to accessions on the public interface
    • ANW-733: bugfix for query params not showing in pagination for search results
    • ANW-855: remove "rapid data entry" button on classification and classification
    • ANW-979: Abort transfer of records to another repository if record has shared top container
    • ANW-1011, ANW-980: Escape tags in request and citation
    • ANW-1013: Update error message for regex mismatch to be more user friendly
    • ANW-1029: CSS fixes for small mobile devices
    • ANW-1082: Data in field in mixed content being moved in OAI Dublin Core, dcterms, and MODS responses<br /> </li> <li>ANW-1096: display deaccessions in public interface for resources<br /> </li> <li>ANW-1149: updating help links for preferences pages<br /> </li> <li>ANW-1164: Context-sensitive help link for load via spreadsheet<br /> </li> <li>ANW-1176: Add translation when there is no container type in the public interface<br /> </li> <li>ANW-1358: Updating alt text for main logo; adding accessibility test<br /> </li> <li>ANW-1373: accessibility: set role as none for lists in transfer and merge dropd<br /> </li> </ul></li> <li><p>Mark Triggs:</p> <ul> <li>Add plugin hooks for "Basic Information"<br /> </li> <li>Add the ability for plugins to define their own facets and the I18n translations for them<br /> </li> <li>Add support for plugins defining dependencies<br /> </li> <li>Add a new hook to run once all plugins have been loaded<br /> </li> <li>Add support for post-processing the result of resolving records<br /> </li> <li>Trigger on form load to give plugin JS a chance to fire<br /> </li> <li>Pass the gemfile & line number through<br /> </li> <li>Add Archival Object facets<br /> </li> <li>Move Sequence generation outside of the current transaction<br /> </li> <li>Handle relative paths for <code>AppConfig[:plugins_directory]</code><br /> </li> </ul></li> <li><p>Nick Butler:</p> <ul> <li>ANW-1196: optional display of identifiers in record trees<br /> </li> <li>Refer to archival object's id and identifier instead of root record's<br /> </li> <li>ANW-1310: minor enhancements to the find and replace job<br /> </li> </ul></li> <li><p>Payten Giles:</p> <ul> <li>Introduce AbstractPluginSection (and examples) to allow arbitrary content to be appended to record's form and readonly views<br /> </li> <li>Introduce Plugins.add_resolve_field to allow a plugin to easily add a resolve[] entry to the ApplicationController.find_opts<br /> </li> <li>Introduce Plugin.register_edit_role_for_type to allow a plugin to hook into SearchHelper.can_edit_search_result?<br /> </li> <li>Add hook to allow plugin to append to date template<br /> </li> <li>Fix both form_plugins_for and show_plugins_for outputting content and causing duplicate data on the assessment readonly view<br /> </li> <li>Extend Plugins::PluginReadonlySearch to allow override of the erb template used<br /> </li> <li>Add plugin hook for sub_container readonly/form templates<br /> </li> <li>Allow extra_params to optionally be passed to AjaxTree.prototype.add_new_after to allow extra params on the ajax call to populate the new form for a tree node<br /> </li> <li>Add plugin hook for NotesHandler.note_types_for<br /> </li> <li>Refactor JobsController so can override download file format/extension via plugins<br /> </li> <li>Add some CSS classes to the search listing filter so can style facets<br /> </li> <li>Move tooltip generation logic into a method<br /> </li> <li>Add plugin sections hook to repository<br /> </li> <li>Extend PluginReadonlySearch to support a new add only_show_if_results so section may only be rendered if there are results<br /> </li> </ul></li> <li><p>Sam Hatfield:</p> <ul> <li>Fix request_mailer staff email<br /> </li> </ul></li> <li><p>Sean Anderson:</p> <ul> <li>Fetch the note enum type from the schema<br /> </li> </ul></li> </ul> <p>Total community contributions accepted: 60</p> <h2>JIRA Tickets and Pull Requests Completed</h2> <ul> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2220" target="_blank" rel="noreferrer noopener">2220</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1196" target="_blank" rel="noreferrer noopener">ANW-1196</a>: ANW-1196: optional display of identifiers in record trees<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2231" target="_blank" rel="noreferrer noopener">2231</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-211" target="_blank" rel="noreferrer noopener">ANW-211</a>: ANW-211 PUI record badge should only show archival objects<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2238" target="_blank" rel="noreferrer noopener">2238</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-667" target="_blank" rel="noreferrer noopener">ANW-667</a>: ANW-667: Display related accessions on accession show page in PUI<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2243" target="_blank" rel="noreferrer noopener">2243</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1029" target="_blank" rel="noreferrer noopener">ANW-1029</a>: ANW-1029: CSS fixes for small mobile devices (up to 480 px width)<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2244" target="_blank" rel="noreferrer noopener">2244</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-194" target="_blank" rel="noreferrer noopener">ANW-194</a>: ANW-194 ANW-206 synchronize RDE templates and multiselect<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2245" target="_blank" rel="noreferrer noopener">2245</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-820" target="_blank" rel="noreferrer noopener">ANW-820</a>: ANW-820 MARCXML export 1xx, 6xx, 7xx punctuation updates<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2247" target="_blank" rel="noreferrer noopener">2247</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-147" target="_blank" rel="noreferrer noopener">ANW-147</a>: ANW-147 Merging extent controlled values loses related items<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2253" target="_blank" rel="noreferrer noopener">2253</a>: Issue #1584 Update EAD export for telephones subrecord<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2256" target="_blank" rel="noreferrer noopener">2256</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-980" target="_blank" rel="noreferrer noopener">ANW-980</a>: ANW-1011, ANW-980: Updated fix to resolve ANW-980 and escape tags in request and citation<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2258" target="_blank" rel="noreferrer noopener">2258</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1289" target="_blank" rel="noreferrer noopener">ANW-1289</a>: ANW-1289 Updates to manage repositories form<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2260" target="_blank" rel="noreferrer noopener">2260</a>: Issue 2094 Don't provide clickable context links in embedded search<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2261" target="_blank" rel="noreferrer noopener">2261</a>: Issue 1334 Match label to search/filter box id<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2265" target="_blank" rel="noreferrer noopener">2265</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-695" target="_blank" rel="noreferrer noopener">ANW-695</a>: ANW-695 top container csv links<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2266" target="_blank" rel="noreferrer noopener">2266</a>: Hm plugin enhancements from #1896<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2267" target="_blank" rel="noreferrer noopener">2267</a>: Add docker dev files<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2268" target="_blank" rel="noreferrer noopener">2268</a>: Ensure @marc1 always has an inclusive date<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2270" target="_blank" rel="noreferrer noopener">2270</a>: Post-3.0 updates to LCNAF plugin tests<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2271" target="_blank" rel="noreferrer noopener">2271</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1119" target="_blank" rel="noreferrer noopener">ANW-1119</a>: ANW-1119 Redirect to top containers index page post merge<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2272" target="_blank" rel="noreferrer noopener">2272</a>: Updates for isolating dev / test env build files<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2273" target="_blank" rel="noreferrer noopener">2273</a>: Enable sorting of paginated results<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2274" target="_blank" rel="noreferrer noopener">2274</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1013" target="_blank" rel="noreferrer noopener">ANW-1013</a>: ANW-1013: Update error message for regex mismatch to be more user friendly<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2276" target="_blank" rel="noreferrer noopener">2276</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1191" target="_blank" rel="noreferrer noopener">ANW-1191</a>: ANW-1191 Identify corporate entity agents that are repo agents, etc.<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2278" target="_blank" rel="noreferrer noopener">2278</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-891" target="_blank" rel="noreferrer noopener">ANW-891</a>: ANW-891: Add more fields and sort to the users table<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2280" target="_blank" rel="noreferrer noopener">2280</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1282" target="_blank" rel="noreferrer noopener">ANW-1282</a>: ANW-1282 add metadata rights declaration subrecord<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2281" target="_blank" rel="noreferrer noopener">2281</a>: force plugin load paths to the back<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2282" target="_blank" rel="noreferrer noopener">2282</a>: allow a title field if the agent is a subject or creator<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2283" target="_blank" rel="noreferrer noopener">2283</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1191" target="_blank" rel="noreferrer noopener">ANW-1191</a>: ANW-1191 Returns contact notes to repository records<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2284" target="_blank" rel="noreferrer noopener">2284</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-442" target="_blank" rel="noreferrer noopener">Anw 442</a>: Anw 442 representative contact<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2285" target="_blank" rel="noreferrer noopener">2285</a>: pend two tests that fail frequently<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2289" target="_blank" rel="noreferrer noopener">2289</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-501" target="_blank" rel="noreferrer noopener">ANW-501</a>: ANW-501: Link Classifications to Digital Objects<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2290" target="_blank" rel="noreferrer noopener">2290</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-915" target="_blank" rel="noreferrer noopener">ANW-915</a>: ANW-915 Add language and script of description to accession records<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2292" target="_blank" rel="noreferrer noopener">2292</a>: optimize deletion of notes attached to subrecords<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2293" target="_blank" rel="noreferrer noopener">2293</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-511" target="_blank" rel="noreferrer noopener">ANW-511</a>: ANW-511: moving publish form controls in accession edit/new form towards top o<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2294" target="_blank" rel="noreferrer noopener">2294</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-855" target="_blank" rel="noreferrer noopener">ANW-855</a>: ANW-855: remove "rapid data entry" button on classification and classification<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2295" target="_blank" rel="noreferrer noopener">2295</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1096" target="_blank" rel="noreferrer noopener">ANW-1096</a>: ANW-1096: display deaccessions in public interface for resources<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2296" target="_blank" rel="noreferrer noopener">2296</a>: push frontend locales to the front of the public I18n stack<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2297" target="_blank" rel="noreferrer noopener">2297</a>: there can only be one 149<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2298" target="_blank" rel="noreferrer noopener">2298</a>: Refer to archival object's id and identifier instead of root record's<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2300" target="_blank" rel="noreferrer noopener">2300</a>: Updates to pass tests with external Solr (v8)<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2301" target="_blank" rel="noreferrer noopener">2301</a>: Ensure object being viewed is an archival object<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2302" target="_blank" rel="noreferrer noopener">2302</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-908" target="_blank" rel="noreferrer noopener">ANW-908</a>: ANW-908: Add langmaterials to accessions<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2303" target="_blank" rel="noreferrer noopener">2303</a>: Renumber duplicate 151 migration<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2305" target="_blank" rel="noreferrer noopener">2305</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1164" target="_blank" rel="noreferrer noopener">ANW-1164</a>: ANW-1164: Context-sensitive help link for load via spreadsheet<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2306" target="_blank" rel="noreferrer noopener">2306</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1149" target="_blank" rel="noreferrer noopener">ANW-1149</a>: ANW-1149: updating help links for preferences pages<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2308" target="_blank" rel="noreferrer noopener">2308</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1282" target="_blank" rel="noreferrer noopener">ANW-1282</a>: ANW-1282: metadata rights declaration revisions2<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2310" target="_blank" rel="noreferrer noopener">2310</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-158" target="_blank" rel="noreferrer noopener">ANW-158</a>: ANW-158: Bugfix for menus going off screen to the left on very small screens<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2311" target="_blank" rel="noreferrer noopener">2311</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1029" target="_blank" rel="noreferrer noopener">ANW-1029</a>: ANW-1029: Extending PUI interface fixes to tablet sized screens<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2312" target="_blank" rel="noreferrer noopener">2312</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1082" target="_blank" rel="noreferrer noopener">ANW-1082</a>: ANW-1082: Data in <title> field in mixed content being moved in OAI Dublin Core, dcterms, and MODS responses<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2313" target="_blank" rel="noreferrer noopener">2313</a>: Solr cfg upd 8<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2314" target="_blank" rel="noreferrer noopener">2314</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1317" target="_blank" rel="noreferrer noopener">ANW-1317</a>: ANW-1317 Ensure rights statements linked agents work in Derby<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2315" target="_blank" rel="noreferrer noopener">2315</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1332" target="_blank" rel="noreferrer noopener">ANW-1332</a>: ANW-1332 Adjust color contrast for non-text elements<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2316" target="_blank" rel="noreferrer noopener">2316</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1330" target="_blank" rel="noreferrer noopener">ANW-1330</a>: ANW-1330 Darken active breadcrumb text in SUI<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2317" target="_blank" rel="noreferrer noopener">2317</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1321" target="_blank" rel="noreferrer noopener">ANW-1321</a>: ANW-1321 Ensure color contrast in PUI footer on hover/focus<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2318" target="_blank" rel="noreferrer noopener">2318</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-97" target="_blank" rel="noreferrer noopener">ANW-97</a>: ANW-97: Inactive users<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2319" target="_blank" rel="noreferrer noopener">2319</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1311" target="_blank" rel="noreferrer noopener">ANW-1311</a>: ANW-1311 Darken placeholder text on PUI<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2321" target="_blank" rel="noreferrer noopener">2321</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1315" target="_blank" rel="noreferrer noopener">ANW-1315</a>: ANW-1315 Don't duplicate ids in PUI<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2322" target="_blank" rel="noreferrer noopener">2322</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1331" target="_blank" rel="noreferrer noopener">ANW-1331</a>: ANW-1331: visible labels missing in pui<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2323" target="_blank" rel="noreferrer noopener">2323</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1313" target="_blank" rel="noreferrer noopener">ANW-1313</a>: ANW-1313 Provide more descriptive labels in PUI record sidebar, search<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2325" target="_blank" rel="noreferrer noopener">2325</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1310" target="_blank" rel="noreferrer noopener">ANW-1310</a>: ANW-1310: minor enhancements to the find and replace job<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2326" target="_blank" rel="noreferrer noopener">2326</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-667" target="_blank" rel="noreferrer noopener">ANW-667</a>: ANW-667 Fixes to use index for display<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2327" target="_blank" rel="noreferrer noopener">2327</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1328" target="_blank" rel="noreferrer noopener">ANW-1328</a>: ANW-1328 Staff interface tree labels, contrast, headings<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2331" target="_blank" rel="noreferrer noopener">2331</a>: Handle relative paths for <code>AppConfig[:plugins_directory]</code><br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2332" target="_blank" rel="noreferrer noopener">2332</a>: Enforce other level value field when level is otherlevel<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2333" target="_blank" rel="noreferrer noopener">2333</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-919" target="_blank" rel="noreferrer noopener">ANW-919</a>: ANW-919 Add sticky table header to RDE form<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2334" target="_blank" rel="noreferrer noopener">2334</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-951" target="_blank" rel="noreferrer noopener">ANW-951</a>: ANW-951 Allow users to have same name<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2335" target="_blank" rel="noreferrer noopener">2335</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1176" target="_blank" rel="noreferrer noopener">ANW-1176</a>: ANW-1176: adding missing translation in PUI<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2340" target="_blank" rel="noreferrer noopener">2340</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1323" target="_blank" rel="noreferrer noopener">ANW-1323</a>: ANW-1316, ANW-1323 Provide keyboard-only resizing of PUI sidebar<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2343" target="_blank" rel="noreferrer noopener">2343</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1348" target="_blank" rel="noreferrer noopener">ANW-1348</a>: ANW-1348 resolved<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2344" target="_blank" rel="noreferrer noopener">2344</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1358" target="_blank" rel="noreferrer noopener">ANW-1358</a>: ANW-1358: Updating alt text for main logo; adding accessibility test<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2345" target="_blank" rel="noreferrer noopener">2345</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-733" target="_blank" rel="noreferrer noopener">ANW-733</a>: ANW-733: bugfix for query params not showing in pagination for search results<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2346" target="_blank" rel="noreferrer noopener">2346</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1326" target="_blank" rel="noreferrer noopener">ANW-1326</a>: ANW-1326 work in progress: resource toolbar roles and aria attributes<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2347" target="_blank" rel="noreferrer noopener">2347</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1349" target="_blank" rel="noreferrer noopener">ANW-1349</a>: ANW-1349 Remove Lodash dependency<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2349" target="_blank" rel="noreferrer noopener">2349</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-97" target="_blank" rel="noreferrer noopener">ANW-97</a>: ANW-97: Separate UI elements on the manage_users and manage_user_access pages<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2351" target="_blank" rel="noreferrer noopener">2351</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1347" target="_blank" rel="noreferrer noopener">ANW-1347</a>: ANW-1347 Fix setting language preferences in staff interface<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2352" target="_blank" rel="noreferrer noopener">2352</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1361" target="_blank" rel="noreferrer noopener">ANW-1361</a>: ANW-1361 Fix PUI subjects show page, PUI factories updates<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2353" target="_blank" rel="noreferrer noopener">2353</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1376" target="_blank" rel="noreferrer noopener">ANW-1376</a>: Fixes ANW-1376 and handles incorrectly NSed @target permissively<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2354" target="_blank" rel="noreferrer noopener">2354</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-511" target="_blank" rel="noreferrer noopener">ANW-511</a>: ANW-511: move publish flag to be right after accession date in accession show<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2355" target="_blank" rel="noreferrer noopener">2355</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1149" target="_blank" rel="noreferrer noopener">ANW-1149</a>: ANW-1149: Updating tooltip for help icon on preferences page<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2356" target="_blank" rel="noreferrer noopener">2356</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1325" target="_blank" rel="noreferrer noopener">ANW-1325</a>: ANW-1325: Staff header accessibility improvements<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2358" target="_blank" rel="noreferrer noopener">2358</a>: Fix request_mailer staff email<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2360" target="_blank" rel="noreferrer noopener">2360</a>: Revert two regressions<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2362" target="_blank" rel="noreferrer noopener">2362</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1373" target="_blank" rel="noreferrer noopener">ANW-1373</a>: ANW-1373: accessibility: set role as none for lists in transfer and merge dropd<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2363" target="_blank" rel="noreferrer noopener">2363</a>: attempt to resolve random CI failures in accessibility tests<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2364" target="_blank" rel="noreferrer noopener">2364</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-979" target="_blank" rel="noreferrer noopener">ANW-979</a>: ANW-979: Abort transfer of records to another repository if record has shared top container<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2366" target="_blank" rel="noreferrer noopener">2366</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1381" target="_blank" rel="noreferrer noopener">ANW-1381</a>: ANW-1381 resolve agent sub records pointing to deleted subjects<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2368" target="_blank" rel="noreferrer noopener">2368</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1322" target="_blank" rel="noreferrer noopener">ANW-1322</a>: ANW-1322 PUI heading levels and accessibility tests<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2370" target="_blank" rel="noreferrer noopener">2370</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1383" target="_blank" rel="noreferrer noopener">ANW-1383</a>: ANW-1383 - xlink attributes for imported DOs are swapped<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2372" target="_blank" rel="noreferrer noopener">2372</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1338" target="_blank" rel="noreferrer noopener">ANW-1338</a>: ANW-1338 Ensure PUI DO captions will wrap regardless of device size<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2373" target="_blank" rel="noreferrer noopener">2373</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-501" target="_blank" rel="noreferrer noopener">ANW-501</a>: ANW-501: Adding classification subrecord to digital object show page<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2375" target="_blank" rel="noreferrer noopener">2375</a>: Run index round before frontend accessibility tests<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2377" target="_blank" rel="noreferrer noopener">2377</a>: ANW-979<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2378" target="_blank" rel="noreferrer noopener">2378</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-442" target="_blank" rel="noreferrer noopener">ANW-442</a>: ANW-442: show preferred contact badge in agent view mode<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2380" target="_blank" rel="noreferrer noopener">2380</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1390" target="_blank" rel="noreferrer noopener">ANW-1390</a>: ANW-1390 Don't error when light mode users edit corp/software/fam records<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2382" target="_blank" rel="noreferrer noopener">2382</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-1366" target="_blank" rel="noreferrer noopener">ANW-1366</a>: ANW-1366 remove global xpath searches from agent auth import map<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2383" target="_blank" rel="noreferrer noopener">2383</a>: prevent enabling custom reports for now<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2384" target="_blank" rel="noreferrer noopener">2384</a>: ANW-1282-fix-translation-errors-for-collapsed-license-view<br /> </li> <li>PR: <a href="https://github.com/archivesspace/archivesspace/pull/2385" target="_blank" rel="noreferrer noopener">2385</a> - <a href="https://archivesspace.atlassian.net/browse/ANW-861" target="_blank" rel="noreferrer noopener">ANW-861</a>: ANW-861 reverts<br /> Total Pull Requests accepted: 97<br /> </li> </ul></article> </div> <div class="flex flex-wrap justify-center"> <div class="flex items-center px-3 py-2 mb-3 text-sm tracking-wide text-center bg-gray-100 rounded"> <div>Check out <a href="/latest">latest releases</a> or <br> <a class="break-all" href="/latest?start=jx4fcw0">releases around archivesspace/<wbr>archivesspace v3.1.0-RC1</a></div> </div> </div> </div> </div> <div class="sticky bottom-0 left-0 z-50 flex justify-center w-full bg-blue-500 border-t border-blue-200"> <div class="w-2"></div> <div class="flex flex-col items-center w-full max-w-3xl gap-3 mx-auto my-3 md:flex-row"> <div class="flex-grow font-light leading-loose tracking-tight text-center text-white md:text-left"> <p class="text-2xl leading-none">Don't miss a new <span class="text-blue-200">archivesspace</span> release</p> <p class="text-base"><span class="text-blue-200">NewReleases</span> is sending notifications on new releases.</p> </div> <div class="flex-grow text-center text-white md:flex-grow-0 md:text-left"> <a href="/github/archivesspace/archivesspace" rel="nofollow" class="inline-flex items-center px-4 py-2 text-base font-medium text-gray-800 bg-white rounded-lg shadow-sm hover:bg-blue-50 hover:no-underline hover:text-gray-900 focus:outline-none focus:ring-2 focus:ring-blue-600 whitespace-nowrap"> Get notifications </a> </div> </div> <div class="w-2"></div> </div> <footer class="container bottom-0 flex flex-col items-center justify-between flex-shrink-0 w-full max-w-4xl p-8 mx-auto text-sm font-medium text-center md:flex-row"> <ul class="flex flex-col justify-center md:flex-row"> <li class="mb-1 md:mr-6 md:mb-0"> © 2024 NewReleases </li> <li class="mb-1 md:mr-6 md:mb-0"> <a href="/about">About</a> </li> <li class="mb-1 md:mr-6 md:mb-0"> <a href="https://twitter.com/newreleasesio" target="_blank" rel="noopener">News</a> </li> <li class="mb-1 md:mb-0"> <a href="/contact">Contact</a> </li> </ul> <a href="/" class="order-first mx-auto mb-2 md:order-none md:mb-0 logo-white"> <svg class="w-6 h-6 fill-current" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path class="cls-1" d="M1.05,16.37H7.53a1.05,1.05,0,0,1,1,.86l.15.85a1.06,1.06,0,0,0,1.77.57,12,12,0,0,1,8.65-3.38c5.55,0,8.9,3.53,8.9,9.69V48.73H19.46a1,1,0,0,1-1.05-1V27.76c0-4-.73-5.36-3.11-5.36-2,0-3.69,1.28-5.43,3.42a1.1,1.1,0,0,0-.24.67V47.68a1,1,0,0,1-1.05,1H0V17.42A1,1,0,0,1,1.05,16.37Z"/><path class="cls-2" d="M64,17.2c-.31,2.4-1.21,9.29-1.54,11.78a1,1,0,0,1-1,.92H57.29a1.05,1.05,0,0,1-1-1.06V25.38a1.06,1.06,0,0,0-1.48-1c-2.91,1.2-5.19,4.37-6.46,8.43a1.26,1.26,0,0,0,0,.33v8a1.05,1.05,0,0,0,1.06,1.05H53.6a1,1,0,0,1,1,1v5.41H34.36V43.32a1,1,0,0,1,1-1h2.16a1,1,0,0,0,1-1.05V23.82a1,1,0,0,0-1-1.05H35.41a1.06,1.06,0,0,1-1-1.06V17.42a1,1,0,0,1,1-1.05h9.75a1,1,0,0,1,1,.81L47,20.76A1.07,1.07,0,0,0,49,21a10.64,10.64,0,0,1,9.75-5.65,14.33,14.33,0,0,1,4.53.67A1,1,0,0,1,64,17.2Z"/></svg> </a> <ul class="flex flex-col justify-center md:flex-row"> <li class="mb-1 md:mr-6 md:mb-0"> <a href="/terms">Terms of Service</a> </li> <li class="mb-1 md:mb-0"> <a href="/privacy">Privacy Policy</a> </li> </ul> </footer> </body> </html>