Add notes for 2018-10-22

This commit is contained in:
2018-10-22 12:33:49 +03:00
parent 8371e86fc5
commit 78f29fed98
3 changed files with 37 additions and 8 deletions

View File

@ -490,4 +490,17 @@ $ http --print Hh 'https://dspacetest.cgiar.org/handle/10568/1' User-Agent:'"Moz
- Discuss AfricaRice joining CGSpace
## 2018-10-22
- Post message to Yammer about usage rights (dc.rights)
- Change `build.properties` to use HTTPS for Handles in our [Ansible infrastructure playbooks](https://github.com/ilri/rmg-ansible-public)
- We will still need to do a batch update of the `dc.identifier.uri` and other fields in the database:
```
dspace=# UPDATE metadatavalue SET text_value=replace(text_value, 'http://', 'https://') WHERE resource_type_id=2 AND text_value LIKE 'http://hdl.handle.net%';
```
- While I was doing that I found two items using CGSpace URLs instead of handles in their `dc.identifier.uri` so I corrected those
- I also found several items that had invalid characters or multiple Handles in some related URL field like `cg.link.reference` so I corrected those too
<!-- vim: set sw=2 ts=2: -->