From 2f095519627d0167dffadec250180a07f4e9a904 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 10 May 2022 16:35:50 +0300 Subject: [PATCH] Add notes for 2022-05-10 --- content/posts/2022-05.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/posts/2022-05.md b/content/posts/2022-05.md index 077589258..7520f082f 100644 --- a/content/posts/2022-05.md +++ b/content/posts/2022-05.md @@ -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 +