Skip to content

Releases: globus/django-globus-portal-framework

v0.4.3

08 Feb 00:34
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.3 (2022-02-08)

Bug Fixes

  • Login for Globus SDK v3.3.x (20e8231)

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.0

11 Oct 23:53
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Switch to newer v2 templates

Features

  • Add Generic Search and Detail Views (b8ae79d)
  • Add new v2 portal templates (b09c957)
  • Added empty classes to differentiate base/search/detail navs (fdca94d)
  • Allow setting template base for backwards compatibility (f889da7)
  • CSS easier to change for site-wide branding (06d1da2)

Bug Fixes

  • "Demo" index not showing up on first time install for Globus Portal Framework (3824ec9)

  • Clarified error message if token for users are not found (4813b86)

  • Fix avg/sum search facets (49a868a)

  • get_subject compatibility with Globus SDK v3 (4810708)

  • Globus png base-nav static URL (894b426)

  • Switch to newer v2 templates (1c04a6f)

    • New default on per-index setting 'base_templates': 'globus-portal-framework/v2/'
    • Old templates can still be configured by setting 'base_templates': '' on the index.

v0.3.21

12 Mar 20:50
3f65fd2
Compare
Choose a tag to compare
  • Pinned social-auth-core to 3.x.x, which wasn't always set by pinning social-auth-app-django

v0.3.20

09 Mar 17:33
48157a2
Compare
Choose a tag to compare
  • Pinned social-auth-app-django to 3.x.x due to bug in 4.0.0

v0.3.19

30 Nov 23:49
6c7fd9e
Compare
Choose a tag to compare
  • Fixed search bug with date facets providing invalid 'size' param, causing searches to error with 400's

v0.3.18

29 Oct 20:52
f06137a
Compare
Choose a tag to compare

0.3.18 - 2020-10-29

  • Fixed possible ImportError for some configurations

v0.3.17

28 Oct 20:35
3ee0215
Compare
Choose a tag to compare
  • Fix bugs in python 3.5
    • Remove F strings and other python 3.6 features

v0.3.16

20 Oct 16:05
558e52b
Compare
Choose a tag to compare
  • Added broad exception handling on facet_modifiers
    • Catch all exceptions except import exceptions (developer errors)

v0.3.15

09 Oct 18:27
e841ebb
Compare
Choose a tag to compare
  • Added 'facet_modifiers' field to index config
    • This allows customizing facets before they are rendered in templates, without writing new views.
  • Added support for 'value' type facets
    • 'sum' and 'avg' type facets can now be configured
  • Added facet fields 'unique_name' and 'type' to facet results
  • Added 'filter_type' to each 'bucket' field in facet results

v0.3.14

21 Sep 21:57
e521e30
Compare
Choose a tag to compare
  • Fixed error on /allowed-groups view when groups could not be fetched from Globus
  • Added Globus 'Preview' support
  • Added specific "GroupsException" for catching groups-specific exceptions