We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filehash 3.0.1 is out https://www.drupal.org/project/filehash/releases/3.0.1
Islandora is hard-coded in composer.json to only support filehash:^2 https://github.com/Islandora/islandora/blob/2.x/composer.json#L21
filehash:^2
I suggest supporting both, e.g. filehash: ^2 || ^3
filehash: ^2 || ^3
The text was updated successfully, but these errors were encountered:
I was bitten by not testing the previous major update of filehash properly.
So I just want to outline what needs to be tested:
When we update a file (/media), islandora code tests whether the filehash has changed, and does not run derivatives if it's got the same sha1.
sha1
The code: https://github.com/Islandora/islandora/blob/2.11.0/islandora.module#L185-L188
Sorry, something went wrong.
Closing as this merged in #1016.
No branches or pull requests
Filehash 3.0.1 is out https://www.drupal.org/project/filehash/releases/3.0.1
Islandora is hard-coded in composer.json to only support
filehash:^2
https://github.com/Islandora/islandora/blob/2.x/composer.json#L21I suggest supporting both, e.g.
filehash: ^2 || ^3
The text was updated successfully, but these errors were encountered: