Add notes for 2022-05-10

This commit is contained in:
Alan Orth 2022-05-10 16:35:50 +03:00
parent a29f0f9c1c
commit 2f09551962
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -80,9 +80,20 @@ localhost/dspacetest= ☘ SELECT EXTRACT(year from TO_DATE(text_value, 'YYYY-MM-
- But it seems PostgreSQL is smart enough to recognize date formatting in strings automatically when we cast so we don't need to convert to date first
- Another thing I noticed is that a few hundred items have accession dates from decades ago, perhaps this is due to importing items from the CGIAR Library?
- I spent some time merging a few pull requests for DSpace 6.4 and porting one to `main` for DSpace 7.x
- I also submitted a [pull request to migrate Mirage 2's build from bower and compass to yarn and node-sass](https://github.com/DSpace/DSpace/pull/8288)
## 2022-05-07
- Start a harvest on AReS
## 2022-05-09
- Submit an issue to Atmire's bug tracker inquiring about DSpace 6.4 support
## 2022-05-10
- Submit an updated [pull request to migrate Mirage 2's build from bower and compass to npm and node-sass](https://github.com/DSpace/DSpace/pull/8292)
- This one is better than the previous one because it uses npm directly, which comes with the Node.js distribution, rather than requiring the user to install yarn
- I also updated a bunch of grunt build deps
<!-- vim: set sw=2 ts=2: -->