Skip to content

Releases: globus/django-globus-portal-framework

v0.3.13

09 Sep 20:06
4ad9973
Compare
Choose a tag to compare
  • Fixed Globus API errors on logout
  • Added support for new Globus Groups Resource Server name
    • Changed from 04896e9e-b98e-437e-becd-8084b9e234a0 to 'groups.api.globus.org'
    • 0.3.12 will continue to work for groups until September 23rd

v0.3.12

25 Feb 15:36
Compare
Choose a tag to compare
  • Fixed out of order merge to include changes from last release

v0.3.11

25 Feb 15:25
Compare
Choose a tag to compare
  • Fixed get_subject not setting the correct format version

v0.3.10

17 Jan 21:01
Compare
Choose a tag to compare
  • Fixed version string

v0.3.9

17 Jan 20:56
Compare
Choose a tag to compare

This release contains the following changes:

  • Added support for several other Globus Search query options in index definitions
    • boosts can be directly specified
    • sort can be directly specified
    • advanced can be turned on or off
    • bypass_visible_to can be turned on or off
    • result_format_version can be optionally set
  • result_format_version by default set to 2017-09-01
  • Date Facets and Filters have been added
    • Dates can now be faceted by intervals
      • Year
      • Month
      • Day
      • Hour
      • Minute
      • Second
    • Date searches are automatically setup alongside facets
    • Arbitrary date range searches are also possible
  • Added simple date example to DGPF default startup tutorial
  • 'filter-match' can now be specified per-facet for term-type facets
  • Fixed is_authenticated sometimes showing None on server errors

v0.3.8

04 Dec 19:35
Compare
Choose a tag to compare

This release contains the following changes:

  • Support Django 3.0, released Dec 2nd
  • Removed 404 and 500 handlers in favor of built-ins
    • views were not removed from DGPF, but now call Django built-ins instead
  • Fixed bug in context processors with invalid index, resulting in 500s for 404s

v0.3.7

25 Nov 16:41
Compare
Choose a tag to compare

This release contains the following changes:

  • Added Globus Groups allowlist based on public Globus Groups API
  • Fixed error message when transfer page is used and file does not exist
  • Fixed last page in pagination getting cut off

v0.3.6

13 Aug 18:57
Compare
Choose a tag to compare

This release contains the following changes:

  • Added register_custom_index function to allow custom developer defined views
  • Fixed 'favicon.ico' being treated as an index in some cases for custom views

v0.3.5

02 Aug 15:59
Compare
Choose a tag to compare
Bumped version

v0.3.4

15 Jul 18:54
Compare
Choose a tag to compare
Bumped Version