Add notes for 2017-03-15

This commit is contained in:
2017-03-15 18:10:01 +02:00
parent d9e429bb2c
commit 9ddfc42eb7
6 changed files with 54 additions and 11 deletions

View File

@ -79,7 +79,7 @@ $ curl -s -H "accept: application/json" -H "Content-Type: application/json" -X P
- Reading about enabling multiple handle prefixes in DSpace
- There is a mailing list thread from 2011 about it: http://dspace.2283337.n4.nabble.com/Multiple-handle-prefixes-merged-DSpace-instances-td3427192.html
- And a comment from Atmire's Bram about it on the DSpace wiki: https://wiki.duraspace.org/display/DSDOC5x/Installing+DSpace?focusedCommentId=78163296#comment-78163296
- Bram mentions an undocumented configuration option `handle.plugin.checknameauthority`, but I noticed another one in `dspace.cfg`:
- Bram mentions an undocumented configuration option `handle.plugin.checknameauthority`, but I noticed another one in `dspace.cfg`:
```
# List any additional prefixes that need to be managed by this handle server
@ -170,3 +170,10 @@ dspace=# \copy (select distinct text_value from metadatavalue where resource_typ
- Created a basic theme for the Livestock CRP community
![Livestock CRP theme](/cgspace-notes/2017/03/livestock-theme.png)
## 2017-03-15
- Merge pull request for controlled vocabulary updates for sponsor: https://github.com/ilri/DSpace/pull/308
- Merge pull request for Livestock CRP theme: https://github.com/ilri/DSpace/issues/309
- Create pull request for PABRA subjects (waiting for confirmation from Abenet before merging): https://github.com/ilri/DSpace/pull/310
- Create pull request for CCAFS Phase II migrations (waiting for confirmation from CCAFS people): https://github.com/ilri/DSpace/pull/311