- 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
0.3.8
- 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
0.3.7
- 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
0.3.6
- 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
0.3.5
- Fixed template highlighting for active tab on detail page - Fixed detail templates not properly displaying errors - Fixed handling of 404 and 500 pages and added builtin templates for each - Fixed non-index urls being treated as an index and raising errors - This fixes the "favicon.ico is not an index" exception - Fixed a bug if the group set was not set as visible - Added custom setting 'SOCIAL_AUTH_GLOBUS_GROUP_JOIN_URL' - Custom setting can be used for private groups or a custom url