Daniel Lovegrove
Daniel Lovegrove
Closes #341 Add missing search criteria, updates accession search screenshots.
I added a couple of new fields to search for accessions on in https://github.com/artefactual/atom/pull/2004 The documentation [Search > Accession Records](https://www.accesstomemory.org/en/docs/2.9/user-manual/access-content/search-atom/#dedicated-search-accessions) does not reflect these new changes. The new fields should...
Closes #2221 Closes #2222 These issues are closely related so I addressed them both in this PR. There is some JS that watches for changes in the Type selector on...
Closes #2208 Adds a new `clear-and-update` import mode for information objects. Here is a table outlining how this mode compares to the other modes: | Feature | match-and-update | delete-and-replace...
### Current Behavior **Steps to reproduce the behavior** 1. Run the following command: `npm run check-format -- --loglevel debug` 2. Note the only files checked by prettier are `webpack.config.js` and...
Closes #2159 Adds filters on the accession browse page for the following accession fields: - Acquisition type - Resource type - Processing status - Processing priority - Donor name -...
Closes #2163 - Installs the imagick extension in the application image. - Adds a new `sfImagickAdapter` that can be used with the `sfThumbnail` class. - Adds deprecation warnings to methods...
Something that my organization struggles with is updating fields for information objects that fall outside of the [Fields that will support update imports](https://www.accesstomemory.org/en/docs/2.10/user-manual/import-export/csv-import/#fields-that-will-support-update-imports). For example, we frequently want to update...
I saw a "TODO" in the code regarding a redundant `os.walk` operation when checking whether a Bag can actually be created or not, which this pull request addresses. I've combined...