Releases: comses/comses.net
Releases · comses/comses.net
capture demographic data in downloads
add demographic survey interstitial form in download with ROR id (research organization registry) integration from @sgfost #595
user profiles now use affiliations instead of Institutions, with a django management command to make a best effort lookup against the ROR API (to be run later in a cleanup phase) from @sgfost e995aa9
added borg.prune command to remove old borg backups 80c7705
upgrade to wagtail 3
- dependency upgrades including major upgrade to wagtail 3
- early stage educational materials and training modules updates
- add summer 2022 comses digest (must be done manually now due to transition from mailchimp to Salesforce 🙈
minor fixes
- make social auth login requests POSTs in fdb442b (regression since upgrading to django-allauth 0.47)
- add management commands to adjust site hierarchy
- replace easymde rich text markdown components with basic textareas for the time being
improve search + filter query parsing
- fix bugs with search + filter query parsing, use wagtail
parse_query_string
on incoming keywords field https://docs.wagtail.io/en/stable/topics/search/searching.html#query-string-parsing - switch to hcaptcha
- minor bug fixes, UI and dependency updates
September 2021 Release
- support for non-citable contributors
- event validation fixes
- bump base docker image to ubuntu 20.04 lts and dependencies maintenance
- properly track download IPs now after cloudflare munging
- clickable model screenshots
add ROR id support + update codemeta
- refine emitted codemeta: use citation instead of referencePublication
- bugfixes for Contributor.from_user and events validation
- add ROR ids to Institutions and repository_url for modeling frameworks
private peer review
- remove immediately identifying info from unpublished models to help support anonymous peer review (files should also be de-identified but onus is on the model author / submitter)
- include contributed models in member profile page -> models tab
- bug fixes, ui improvements, dependency upgrades
usability refinements
usability refinements from SGCI and deps
- rework UI for comses digest list, codebase release landing page, and navbar links
- upgrade dependencies (wagtail etc)
- improve curator statistics summary CSV
minor usability refinements
- fix html validation issues
- minor text + UI adjustments based on SGCI usability engagement
- upgrade wagtail
add open code badge guidance
integrates open code badge with model landing pages and minor UI fixes