Skip to content

Commit ccc8ac9

Browse files
author
R. S. Doiel
committed
Quick Save
1 parent afaaa56 commit ccc8ac9

24 files changed

Lines changed: 42 additions & 38 deletions

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ contacts:
2929
email: rsdoiel@caltech.edu
3030

3131
repository-code: "https://github.com/caltechlibrary/cold"
32-
version: 0.0.39d
33-
date-released: 2026-04-21
32+
version: 0.0.39c
33+
date-released: 2026-04-22
3434

3535
license-url: "https://caltechlibrary.github.io/cold/LICENSE"
3636
keywords:

about.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@
2525
</nav>
2626
<section>
2727
<h1 id="about-this-software">About this software</h1>
28-
<h2 id="cold-0.0.39d">cold 0.0.39d</h2>
28+
<h2 id="cold-0.0.39c">cold 0.0.39c</h2>
2929
<ul>
3030
<li>clean up text in the collaborator_report.html page we’ll use for
3131
testing collaborator report integration</li>
3232
<li>fixed regression, issue #100, in group submission in people
3333
form.</li>
3434
<li>fixed issue #101 in review queue</li>
35+
<li>fixed issue #102 in people edit</li>
3536
<li>fixed regressions where the “[email protect]” string wound up in the
3637
email field.</li>
3738
<li>Moved JavaScript for problem code from <code>htdocs/js</code>,

about.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ maintainer:
3232
id: https://orcid.org/0000-0003-0900-6903
3333

3434
repository_code: https://github.com/caltechlibrary/cold
35-
version: 0.0.39d
35+
version: 0.0.39c
3636
license_url: https://caltechlibrary.github.io/cold/LICENSE
3737
operating_system:
3838
- Linux
@@ -52,17 +52,18 @@ keywords:
5252
- objects
5353
- controlled vocabulary
5454

55-
date_released: 2026-04-21
55+
date_released: 2026-04-22
5656
---
5757

5858
About this software
5959
===================
6060

61-
## cold 0.0.39d
61+
## cold 0.0.39c
6262

6363
- clean up text in the collaborator_report.html page we'll use for testing collaborator report integration
6464
- fixed regression, issue #100, in group submission in people form.
6565
- fixed issue #101 in review queue
66+
- fixed issue #102 in people edit
6667
- fixed regressions where the "[email protect]" string wound up in the email field.
6768
- Moved JavaScript for problem code from `htdocs/js`, re-coded as TypeScript with new implementations in `htdocs/modules`
6869

codemeta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
}
5454
],
5555
"dateCreated": "2023-12-12",
56-
"dateModified": "2026-04-21",
57-
"datePublished": "2026-04-21",
56+
"dateModified": "2026-04-22",
57+
"datePublished": "2026-04-22",
5858
"description": "Caltech Library maintains a list of people, groups and funders and their related identifiers. For many years these were managed using a spreadsheets. That has become cumbersome. **COLD** manages data as JSON objects in [dataset](https://github.com/caltechlibrary/dataset) collections.\n\n**COLD** is implemented as three web web services\n\n- cold web UI\n- cold JSON API (provided by datasetd)\n- cold reports (the report request system)\n\nReports are implemented as a set of programs or bash scripts.\n\nTypeScript+Deno is used to implement the web UI and report system.\nThe JSON API is provided by Dataset's datasetd.\nAccess control is provided by the front end web server integrated with Shibboleth.",
5959
"funder": [
6060
{
@@ -95,10 +95,10 @@
9595
"GNU Make",
9696
"Pandoc 3.1"
9797
],
98-
"version": "0.0.39d",
98+
"version": "0.0.39c",
9999
"developmentStatus": "active",
100100
"issueTracker": "https://github.com/caltechlibrary/cold/issues",
101101
"downloadUrl": "https://github.com/caltechlibrary/cold/release/latest",
102-
"releaseNotes": "- clean up text in the collaborator_report.html page we'll use for testing collaborator report integration\n- fixed regression, issue #100, in group submission in people form.\n- fixed issue #101 in review queue\n- fixed regressions where the \"[email protect]\" string wound up in the email field.\n- Moved JavaScript for problem code from `htdocs/js`, re-coded as TypeScript with new implementations in `htdocs/modules`",
102+
"releaseNotes": "- clean up text in the collaborator_report.html page we'll use for testing collaborator report integration\n- fixed regression, issue #100, in group submission in people form.\n- fixed issue #101 in review queue\n- fixed issue #102 in people edit\n- fixed regressions where the \"[email protect]\" string wound up in the email field.\n- Moved JavaScript for problem code from `htdocs/js`, re-coded as TypeScript with new implementations in `htdocs/modules`",
103103
"copyrightYear": 2026
104104
}

cold.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%cold(1) user manual | 0.0.39d 5889724
1+
%cold(1) user manual | 0.0.39c afaaa56
22
% R. S.Doiel
3-
% 2026-04-21
3+
% 2026-04-22
44

55
# NAME
66

cold_reports.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%cold_reports(1) user manual | 0.0.39d 5889724
1+
%cold_reports(1) user manual | 0.0.39c afaaa56
22
% R. S.Doiel
3-
% 2026-04-21
3+
% 2026-04-22
44

55
# NAME
66

directory_sync.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%directory_sync(1) user manual | 0.0.39d 5889724
1+
%directory_sync(1) user manual | 0.0.39c afaaa56
22
% R. S.Doiel
3-
% 2026-04-21
3+
% 2026-04-22
44

55
# NAME
66

division_people.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%division_people(1) user manual | 0.0.39d 5889724
1+
%division_people(1) user manual | 0.0.39c afaaa56
22
% R. S.Doiel
3-
% 2026-04-21
3+
% 2026-04-22
44

55
# NAME
66

generate_collaborator_rpt.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%generate_collaborator_rpt(1) user manual | 0.0.39d 5889724
1+
%generate_collaborator_rpt(1) user manual | 0.0.39c afaaa56
22
% R. S.Doiel
3-
% 2026-04-21
3+
% 2026-04-22
44

55
# NAME
66

group_vocabulary.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%group_vocabulary(1) user manual | 0.0.39d 5889724
1+
%group_vocabulary(1) user manual | 0.0.39c afaaa56
22
% R. S.Doiel
3-
% 2026-04-21
3+
% 2026-04-22
44

55
# NAME
66

0 commit comments

Comments
 (0)