mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2023-06-17
This commit is contained in:
@ -114,5 +114,36 @@ UPDATE eperson SET password=DEFAULT,salt=DEFAULT,digest_algorithm=DEFAULT WHERE
|
||||
|
||||
- Did some more work on the DSpace 7 Test to improve the submission forms and the look and feel
|
||||
- Extract a list of all the proposed actions for CG Core output types for MEL and create [a new issue for them on MEL's GitHub repository](https://github.com/CodeObia/MEL/issues/11216)
|
||||
- I filed [an issue about the yarn merge-i18n script](https://github.com/DSpace/dspace-angular/issues/2309)
|
||||
- I made [a pull request for some Finnish language i18n strings](https://github.com/DSpace/dspace-angular/pull/2306)
|
||||
- I made [a pull request to lint the i18n en.json5 file](https://github.com/DSpace/dspace-angular/pull/2306)
|
||||
|
||||
## 2023-06-15
|
||||
|
||||
- A lot more work on DSpace 7
|
||||
- I tested some pull requests and worked on the style of the item view and homepage
|
||||
|
||||
## 2023-06-16
|
||||
|
||||
- A lot more work on DSpace 7
|
||||
- I made [a pull request to adjust font weight in item counts ](https://github.com/DSpace/dspace-angular/pull/2316)
|
||||
- I made [a pull request to update the ESLint configuration for JSON5](https://github.com/DSpace/dspace-angular/pull/2317)
|
||||
|
||||
## 2023-06-17
|
||||
|
||||
- Export CGSpace to check for missing Initiative collection mappings
|
||||
- I also spent some time doing sanity checks on countries, regions, DOIs, and more
|
||||
- I lowercased all our AGROVOC keywords in `dcterms.subject`:
|
||||
|
||||
```sql
|
||||
dspace=# BEGIN;
|
||||
BEGIN
|
||||
dspace=*# UPDATE metadatavalue SET text_value=LOWER(text_value) WHERE dspace_object_id IN (SELECT uuid FROM item) AND metadata_field_id=187 AND text_value ~ '[[:upper:]]';
|
||||
UPDATE 2392
|
||||
dspace=*# COMMIT;
|
||||
COMMIT
|
||||
```
|
||||
|
||||
- Start a harvest on AReS
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user