Add notes for 2016-07-25

This commit is contained in:
2016-07-25 14:04:28 +03:00
parent 94217ee1f5
commit f04ac1aca1
4 changed files with 101 additions and 0 deletions

View File

@ -88,6 +88,11 @@ $ ./delete-metadata-values.py -f dc.contributor.author -i /tmp/Authors-Delete-UT
- Run the author cleanups on CGSpace and start a full Discovery re-index
## 2016-07-14
- Test LDAP settings for new root LDAP
- Seems to work when binding as a top-level user
## 2016-07-18
- Adjust identifiers in XMLUI item display to be more prominent
@ -169,3 +174,18 @@ index.authority.ignore-variants=true
```
index.authority.ignore=true
```
- After re-indexing and clearing the XMLUI cache nothing has changed
## 2016-07-25
- Trying a few more settings (plus reindex) for Discovery on DSpace Test:
```
index.authority.ignore-prefered.dc.contributor.author=true
index.authority.ignore-variants=true
```
- Run all OS updates and reboot DSpace Test server
- No changes to Discovery after reindexing... hmm.
- Integrate and massively clean up About page ([#256](https://github.com/ilri/DSpace/pull/256))