mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2022-10-05
This commit is contained in:
@ -356,4 +356,17 @@ Java stacktrace: java.lang.ClassCastException: org.apache.cocoon.servlet.multipa
|
||||
- So this is a broken side effect from the `org.apache.cocoon.uploads.autosave=false` change I made a few weeks ago
|
||||
- Importing the CSV via the command line works fine
|
||||
|
||||
## 2022-10-04
|
||||
|
||||
- I stumbled across more low-quality thumbnails on CGSpace
|
||||
- Some have the description "Generated Thumbnail", and others are manually uploaded ".jpg.jpg" ones...
|
||||
- I want to develop some more thumbnail fixer scripts to the cgspace-java-helpers suite:
|
||||
- If an item has an `IM Thumbnail` and a `Generated Thumbnail` in the `THUMBNAIL` bundle, remove the `Generated Thumbnail`
|
||||
- If an item has a PDF bitstream and a JPG bitstream with description /thumbnail/ in the ORIGINAL bundle, remove the /thumbnail/ bitstream in the ORIGINAL bundle and try to remove the /thumbnail/.jpg bitstream in the THUMBNAIL bundle
|
||||
|
||||
## 2022-10-05
|
||||
|
||||
- I updated the [cgspace-java-helpers](https://github.com/ilri/cgspace-java-helpers) to include a new `FixLowQualityThumbnails` script to detect the low-quality thumbnails I found above
|
||||
- Add missing ORCID identifier for an Alliance author
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user