mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2018-03-20
This commit is contained in:
@ -61,7 +61,7 @@ UPDATE 1
|
||||
|
||||
- Looking at a CSV dump of the CIAT community I see there are tons of stupid text languages people add for their metadata
|
||||
- This makes the CSV have tons of columns, for example `dc.title`, `dc.title[]`, `dc.title[en]`, `dc.title[eng]`, `dc.title[en_US]` and so on!
|
||||
- I think I can fix — or at least normalize — them in the database:
|
||||
- I think I can fix — or at least normalize — them in the database:
|
||||
|
||||
```
|
||||
dspace=# select distinct text_lang from metadatavalue where resource_type_id=2;
|
||||
@ -317,3 +317,12 @@ UPDATE 1
|
||||
```
|
||||
|
||||
- Communicate with DSpace editors on Yammer about being more careful about spaces and character editing when doing manual metadata edits
|
||||
- Merge the changes to CRP names to the `5_x-prod` branch and deploy on CGSpace ([#363](https://github.com/ilri/DSpace/pull/363))
|
||||
- Run corrections for CRP names in the database:
|
||||
|
||||
```
|
||||
$ ./fix-metadata-values.py -i /tmp/Correct-21-CRPs-2018-03-16.csv -f cg.contributor.crp -t correct -m 230 -db dspace -u dspace -p 'fuuu'
|
||||
```
|
||||
|
||||
- Run all system updates on CGSpace (linode18) and reboot the server
|
||||
- I started a full Discovery re-index on CGSpace because of the updated CRPs
|
||||
|
Reference in New Issue
Block a user