-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release 5.1.0 #630
release 5.1.0 #630
Conversation
trying to fix errors w/ zenodo; 'metadata' level is not required
…to public data.
…est user account.
Add maps.js to the precompile list to fix issue 596.
Allow keyless guests
covariate editing pages to prevent the default "submit" action from being attempted. This fixes issue #585. Also removed an extraneous "Update" button. Make the "Show" page for covariates give a more user-friendly error message when the covariate lacks an association with a trait.
Fix covariate page issues
…This fixes issue 611.
Include "script.js" code to enable the "close" button in alert divs. …
Co-Authored-By: robkooper <[email protected]>
Fix for issue 618.
Fix to make sure dbfiles have valid filename
# Upload Wizard, the validation step will prevent reaching this code | ||
# if a site without time zone is in the data file. But nothing | ||
# prevents a site without time zone from being specified | ||
# interactively. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gsrohde you mean time zones aren't assigned automatically based on location?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dlebauer That is correct, unfortunately. When I added the time_zone
column, I did create and use table of time-zone/location data to facilitate automatically populating the time_zone
column for existing sites, but there is nothing built-in to do this when adding a new site.
Fixes