Skip to content

Releases: cioos-siooc/ckan

cioos-1.6.1

15 Oct 19:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: cioos-1.6.0...cioos-1.6.1

cioos-1.6.0

23 May 19:38
319b74b
Compare
Choose a tag to compare

What's Changed

Full Changelog: cioos-1.5.0...cioos-1.6.0

cioos-1.5.0

23 May 19:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: cioos-1.4.0...cioos-1.5.0

CIOOS CKAN v1.3.1

08 Feb 23:56
Compare
Choose a tag to compare

What's Changed

  • [#166] CKAN dataset page not all lines are converting to French - Data and Resources section by
  • [#175] Add or relocate volumes for solr and redis data in docker-compose
  • [#173] Add support for ODIS fields to JSON-LD output
  • Fix field and group filtering in harvester config. Harvesters can now filter by multiple field and group values.
  • Add Nginx waf support
  • Correct formatting of JSON fields in API search results
  • Fix various template bugs

Full Changelog: cioos-1.3.0...cioos-1.3.1

How To Acquire

Clone the repo cioos-siooc/ckan

git clone https://github.com/cioos-siooc/ckan.git
git fetch --all --tags
git checkout tags/cioos-1.3.1 -b cioos-1.3.1

Download the release release/cioos-1.3.1

wget https://github.com/cioos-siooc/ckan/archive/refs/tags/cioos-1.3.1.tar.gz -o cioos-1.3.1.tar.gz

Docker cioos/ckan:cioos-1.3.1

docker pull cioos/ckan:cioos-1.3.1

CIOOS CKAN v1.3.0

08 Dec 17:23
0b0e786
Compare
Choose a tag to compare

What's Changed

Full Changelog: cioos-1.2.1...cioos-1.3.0

CIOOS CKAN v1.2.1

20 Jul 22:08
Compare
Choose a tag to compare

fix display of addition info section

CIOOS CKAN v1.2

27 May 23:02
Compare
Choose a tag to compare

In this release:

  • update core ckan from 2.9.3 to 2.9.5
  • add support for individual and organization URI's such as ROR, ORCID, wikidata
  • merge contacts into one list on the dataset read page
  • add project keyword type to allow populating a project facet
  • fix ckan spatial harvester, which now works with py3, and move into cioos_harvest repo. This once again allows harvesting of datasets that overlap with a given geojson polygon
  • some GUI redesign on the dataset read page to make better use of the available space
  • update jsonld output to meet dataone harvest requirements (add version and identifier)
  • clicking on a resource on the dataset page now takes you directly to the resource rather then the overview page
  • allow commas and semicolons in keywords
  • just general content width to match Wordpress pages
  • add 'menu' click command to sync Wordpress menu's to ckan site
  • merge in Atlantic theme changes
  • fix action in fluent tags template
  • add edition to citation harvest
  • adjust XPath for individuals to capture cases when the contact list contains a mix of persons associated with an organization and not. previously one case would be harvested and the other would be skipped if mixed.
  • Allow individuals' names to be submitted in 'lastname, given names' format. This will allow for last names with spaces.
  • unescape multi-escaped unicode during harvest, even if a field contains a unicode with a mix of escape levels
  • some other stuff I have likely forgotten.
  • add config settings
    • g.site_heading to set title heading on main page (bilingual dictionary)
      example: {"fr": "Catalogue de donn\u00e9es <span>SIOOC Atlantique</span>", "en": "<span>CIOOS</span> Atlantic Data Catalogue"}
    • g.show_language_picker_in_top_bar to show/hide language picker in top bar of all pages (boolean string default to 'true)
    • g.show_language_picker_in_menu to show/hide language picker in menu of all pages (boolean string default to 'true')
  • update default values for progress and frequency-of-update so they don't overwrite existing values
  • add or update some organisation logos
  • add Atlantic themed eov icons (red?)
  • add more/less buttons to dataset descriptions to hide long descriptions. initially loads showing the whole description
  • add wasRevisionOf field to schema.org profile output to when a doi is added to a dataset. this will help indicate that a metadata record should be replaced in catalogues that harvest from CIOOS

Docker Image: cioos/ckan:cioos-1.2

CIOOS CKAN v1.1

27 Apr 03:59
fb50dcb
Compare
Choose a tag to compare
cioos-1.1

updt submodule - translate datepicker (#155)