Releases: globus/django-globus-portal-framework
Releases · globus/django-globus-portal-framework
v0.3.13
- 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
- Fixed out of order merge to include changes from last release
v0.3.11
- Fixed get_subject not setting the correct format version
v0.3.10
- Fixed version string
v0.3.9
This release contains the following changes:
- Added support for several other Globus Search query options in index definitions
boosts
can be directly specifiedsort
can be directly specifiedadvanced
can be turned on or offbypass_visible_to
can be turned on or offresult_format_version
can be optionally set
result_format_version
by default set to2017-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
- Dates can now be faceted by intervals
- 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
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
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
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
Bumped version
v0.3.4
Bumped Version