Skip to content

Releases: esmero/ami

v0.8.0-beta

03 Jul 12:15
5c1e864
Compare
Choose a tag to compare
v0.8.0-beta Pre-release
Pre-release

What's Changed

  • ISSUE-190: Set max-age to 0 for amiSetEntityReportForm.php by @DiegoPino in #191
  • ISSUE-193: Forced Downloads will force everything + check on return code/status by @DiegoPino in #194
  • ISSUE-197: Deals with moving target for our VBO Event subscriber conditionals by @DiegoPino in #198
  • ISSUE-195: CSV queue worker and nested CSVs for EAD + an EAD plugin by @DiegoPino in #196
  • Update amiSetEntityForm.php for AMI Update Operations changes by @alliomeria in #204

Full Changelog: v0.7.0...v0.8.0-pre

AMI v0.7.0 for Strawberryfield 1.3.0

08 Jan 19:04
81af5d0
Compare
Choose a tag to compare

What's Changed

  • ISSUE-173: Move remote mime exceptions to just after we fetch them. Matches SBF … by @DiegoPino in #174
  • ISSUE-177: of long Views and Display Machine names. by @DiegoPino in #178
  • ISSUE-175: Metadata Preview error display by @aksm in #176
  • ISSUE-165: Provide Twig variables for Ajax Preview in Twig templates by @aksm in #166
  • ISSUE-182: Macro issue, update to Drupal 10, PHP 8.1 by @DiegoPino in #183
  • Update AmiLoDService.php by @alliomeria in #186
  • ISSUE-185 : Update AmiLoDService.php by @alliomeria in #187

Full Changelog: v0.5.0...v0.7.0

AMI v0.5.0 for Strawberryfield 1.1.0

27 Jun 18:51
fdf6124
Compare
Choose a tag to compare

What's Changed

  • ISSUE-124: VBO breaks after 4.1.2. Update composer.json in 0.5.0 by @DiegoPino in #126
  • ISSUE-8: Add CSV reporting + Skip on missing file(s) by @DiegoPino in #123
  • ISSUE-129: Better remote Filename handling and small improvements by @DiegoPino in #130
  • ISSUE-131: Fix wrong logic. Status might not be preset (yet) by @DiegoPino in #132
  • ISSUE-134: Fix AmiStrawberryfieldEventPresaveSubscriberJsonTransform priority by @DiegoPino in #135
  • ISSUE-136: Adds '#description_display' => 'before' to avoid warning by @DiegoPino in #137
  • ISSUE-138: Caps filename and uri to Drupal's File Entity build in limits by @DiegoPino in #139
  • ISSUE-145: Multi Relationship improvement by @DiegoPino in #146
  • Add sort for csv headers on LoD Rec form by @alliomeria in #150
  • AMI Access Control Fixes by @alliomeria in #152
  • ISSUE-153: data_lod_contextual that includes source labels by @DiegoPino in #154
  • ISSUE-156: Owning user deletion and errors on default formatters (and others) by @aksm in #157
  • ISSUE-159: Remove spaces and dots from the beginning in any combination for remote filenames by @DiegoPino in #160
  • ISSUE-162: Modern JS (latest 112.0.5615.121 (Official Build) (x86_64)) and our wonky #states bug by @aksm in #163
  • ISSUE-164:Change master request from symfony (was never there) to the shim by @DiegoPino in #167
  • ISSUE-161: AMI CSV export fails when an ADO has a missing type key by @aksm in #168
  • ISSUE-171: Check for AMI existence. In case it was delete or exception log to DB by @DiegoPino in #172

Full Changelog: v0.4.0...v0.5.0

AMI v0.4.0

15 Aug 19:05
d802a87
Compare
Choose a tag to compare

Matches https://github.com/esmero/archipelago-deployment/tree/1.0.0

What's Changed

  • ISSUE-76: Fixes Nominatim, implements better S3 fetching for non cached files by @DiegoPino in #79
  • ISSUE-80: Make AMI LOD Twig extension signature more flexible by @DiegoPino in #81
  • ISSUE-84 and ISSUE-83 by @DiegoPino in #85
  • ISSUE-84b: Files might not have an extension at all! by @DiegoPino in #86
  • ISSUE-82: Include isMemberOf as additional predicate for Collection Membership on Islandora 7 migration by @DiegoPino in #87
  • ISSUE-67 --> 0.3.0 by @patdunlavey in #68
  • ISSUE-88: Fix CSV escaping for double quotes inside JSON Cell by @DiegoPino in #89
  • ISSUE-90: Fixes state/moderation when updating draft ingested Objects by @DiegoPino in #91
  • ISSUE-96 --- Invoke hook_format_strawberryfield_twigcontext_alter during AMI metadatadisplay preview by @patdunlavey in #97
  • ISSUE-93: New Update logic by @DiegoPino in #94
  • ISSUE-61: Make VBO Facet aware! (I DID IT!) by @DiegoPino in #95
  • ISSUE-100 and ISSUE-99: Fixes PHP8 issues (general) by @DiegoPino in #101
  • ISSUE-102: Make 2 columns the min for Updates, 3 for Ingests by @DiegoPino in #103
  • ISSUE-104:Allow Symfony 4 MasterRequest compatibility by @DiegoPino in #105
  • ISSUE-108: Fix over reacting mime type service for remotes by @DiegoPino in #109
  • ISSUE-107: fix out of memory when fetching Top objects with lots of children by @DiegoPino in #112
  • ISSUE-113: Preserve UUID when reusing a file by @DiegoPino in #114
  • ISSUE-115:Replace ::seek() with multiple ::next() to work around bug in PHP8/7/6/5 by @DiegoPino in #116
  • ISSUE-118: I might have solved forever the problems with Webform based search and replace by @DiegoPino in #119

Full Changelog: v0.3.0...v0.4.0

AMI v0.3.0

15 Aug 19:04
75d1c60
Compare
Choose a tag to compare

What's Changed

  • ISSUE-21: Islandora 7 Importer/Update/Patch refactor and new Options by @DiegoPino in #26
  • ISSUE-21b(the return of the CSV) Islandora 7 migrations! ready to be used (almost?) by @DiegoPino in #29
  • ISSUE-34: Fix Process AMI for non Moderated Entities on Drupal 9 by @DiegoPino in #35
  • ISSUE-14: LoD Reconciling + CSV Export + Release Improvements by @DiegoPino in #31
  • ISSUE-44: remote files url decode and use hash for folder instead of filename when downloading by @DiegoPino in #45
  • ISSUE-50 --- Add error message if an empty type value is provided by @patdunlavey in #51
  • Update SolrImporter.php by @alliomeria in #53
  • ISSUE-56: Fix not properly concatenating multiple values by @DiegoPino in #57
  • ISSUE-56b: Apply concat fix to children and also fix wrong var name by @DiegoPino in #58
  • ISSUE-54: fix PhpOffice 32767 Cell limit by @DiegoPino in #55
  • ISSUE-59: Offset ::csv_count(File $file) by 1 and get around PHP8 bug by @DiegoPino in #60
  • ISSUE-62: Checkbox not rendering in LoD cleanup by @aksm in #64
  • Issue-65: Fix Zip based Spreadsheet formats like XSLX by @DiegoPino in #66
  • ISSUE-71: Fix eternal re-enqueueing and Download improvements by @DiegoPino in #72
  • ISSUE-71b: Wrong logic! Fixes non-sense issue of wrong comparisson by @DiegoPino in #73
  • ISSUE-74: Improve AMI Sets Preview by @DiegoPino in #75

New Contributors

Full Changelog: v0.2.0...v0.3.0

AMI v0.2.0

17 May 20:33
96f38a1
Compare
Choose a tag to compare

Includes Islandora 7 Migration Tools

AMI v0.1.0

17 May 20:32
96f38a1
Compare
Choose a tag to compare