Releases: caltechlibrary/cold
Releases · caltechlibrary/cold
v0.0.46
v0.0.45
- Improved publications by person identifier report
- by Person Identifiers CSV column headings to search_clpid and search_orcid
- Implemented CaltechTHESIS Administrative Search to COLD following similar structure
Full Changelog: v0.0.44...v0.0.45
v0.0.44
- Added CaltechTHESIS full-text staff search (harvests MySQL into dataset collection, 30 named queries, browser-side search UI)
- Fixed Publications by Person Identifiers CSV column headings to search_clpid and search_orcid
Full Changelog: v0.0.43...v0.0.44
v0.0.43
- Added publications by person identifiers report
Full Changelog: v0.0.42...v0.0.43
v0.0.42
- Self-service clpid rename: new /rename/people page linked from dashboard and people view; shows full person record for confirmation; validates old key exists and new key is unique
- Fixed some relative path issues discovered in production deployment.
- Linked in new rename people method from dashboard.
Full Changelog: v0.0.41...v0.0.42
v0.0.41
- Self-service clpid rename: new /rename/people page linked from dashboard and people view; shows full person record for confirmation; validates old key exists and new key is unique
Full Changelog: v0.0.40...v0.0.41
v0.0.40
- Bio field is now editable when a person is no longer in the campus directory; directory lookup 404 also unlocks bio with a visible warning
- ROR field auto-populates with Caltech ROR when the Caltech checkbox is checked and ROR is currently empty
- clpid auto-generated from family and given name on people create form; clgid auto-generated from group name on group create form; both check uniqueness before populating
- Fixed Firefox bug where module-level DOM captures produced stale references; switched to document-level focusout delegation
- clean up text in the collaborator_report.html page we'll use for testing collaborator report integration
- fixed regression, issue #100, in group submission in people form.
- fixed issue #101 in review queue
- fixed issue #102 in people edit
- fixed regressions where the "[email protect]" string wound up in the email field.
- Moved JavaScript for problem code from
htdocs/js, re-coded as TypeScript with new implementations inhtdocs/modules
Full Changelog: v0.0.39...v0.0.40
v0.0.39c
- integrated the collaborator report into the main reports page
- fixed regression, issue #100, in group submission in people form.
- fixed issue #101 in review queue
- fixed issue #102 in people edit
- fixed regressions where the "[email protect]" string wound up in the email field.
- Moved JavaScript for problem code from
htdocs/js, re-coded as TypeScript with new JavaScript implementations written tohtdocs/modules
Full Changelog: v0.0.39b...v0.0.39c
v0.0.39b
v0.0.39
- improved data validation when rendering review queue content client side
- added counts to number of members in a group display
- in review queue search the name is now trimmed before submission to avoid false negatives becaused a space slipped in
- review queue now has two sets of searches, one is review queue and one set is whole requests table (submitted and accepted)
- pull down list of reports and review search now have titles for each option
- added help page for reports page to detail what each report does
- added autocomplete for clpid and clgid in review queue
- restricted by name search in review queue from "*" only queries (must include at least one letter), this avoids timeout issues for 100K+ objects
- added @tag column in review outputs
- added search term column in CSV downloads from review queue
- added clpid/orcid columns in the CSV download of clpid views
- improved default name for CSV download of review queue items
Full Changelog: v0.0.38...v0.0.39