mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes
This commit is contained in:
@ -366,4 +366,34 @@ dspace=# \COPY (SELECT DISTINCT text_value AS author, COUNT(*) FROM metadatavalu
|
||||
COPY 3917
|
||||
```
|
||||
|
||||
## 2020-06-15
|
||||
|
||||
- Macaroni Bros emailed me to say that they are having issues with thumbnail links on the REST API
|
||||
- For some reason all the bitstream `retrieveLink` links are wrong because they use `/bitstreams/` instead of `/rest/bitstreams/`, which leads to an HTTP 404
|
||||
- I looked on DSpace Test, which is running DSpace 6 dev branch right now, and the links are OK there!
|
||||
- Looks like someone [reported this issue on DSpace 6](https://jira.lyrasis.org/browse/DS-3193)
|
||||
- Other large DSpace 5 sites have this same issue: https://openknowledge.worldbank.org/handle/10986/30568
|
||||
- I can't believe nobody ever noticed this before...
|
||||
- I tried to port the patch from DS-3193 to DSpace 5.x and it builds, but causes an HTTP 500 Internal Server error when generating bitstream links
|
||||
- Well the correct URL should have `/rest/` anyways, and that's how the URLs are in DSpace 6 anyways, so I will tell Macaroni to just make sure that those links use `/rest/`
|
||||
|
||||
## 2020-06-16
|
||||
|
||||
- Looks like the PostgreSQL connection/lock issue might be fixed because it's been six days with no reoccurrence:
|
||||
|
||||

|
||||
|
||||
- And CGSpace is being harvested successfully by AReS every day still
|
||||
- Fix some CIP subjects that had two different styles of dashes, causing them to show up differently in Discovery
|
||||
- `SWEETPOTATO AGRI‐FOOD SYSTEMS` → `SWEETPOTATO AGRI-FOOD SYSTEMS`
|
||||
- `POTATO AGRI‐FOOD SYSTEMS` → `POTATO AGRI-FOOD SYSTEMS`
|
||||
- They also asked me to update `INCLUSIVE VALUE CHAINS` to `INCLUSIVE GROWTH`, both in the existing items on CGSpace and the submission form
|
||||
|
||||
## 2020-06-18
|
||||
|
||||
- I guess Atmire fixed the CUA download issue after updating the version for Font Awesome 5, but now I get an error during ant update
|
||||
- I tried to remove the `config/spring` directory, but it still fails
|
||||
- The same issue happens on my local environment and on the DSpace Test server
|
||||
- I raised the issue with Atmire
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user