-
Couldn't load subscription status.
- Fork 7
v0.16.1 #1011
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…he idMapping is desired.
…/factoid into biopax_id_mapping
Enabled using uniprot ids instead of ncbi ids while exporting whole documents into zip of biopax files
Automatic connection of researcher profiles
…rofiles data is missing. Also, use span for author names when the author page link is missing as it is used to be.
Use old way of showing author names when the author profiles is missing in summary page.
Avoid edge arrow overlap with labels #908
…vious has been added (pmid in citation is null)
Update paper metadata: Fail gently
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](npm/ini@v1.3.5...v1.3.7) Signed-off-by: dependabot[bot] <support@github.com>
* Working on refactoring RequestForm component. * More work on refactoring RequestForm component. * Added author name field to request form. * Add author name to the provided fields of a document. * Fix the opposite logic of the parameter determining whether to check if all the fields are completed in request form. * Set provided.name field instead of provided.authorName field. * Reused request form around the editor title.
- Title editing is available only if unspecified at doc creation. - In place of the title is a link: "Set your article's title". - If only the title is missing (i.e. email and name are set), then only the title is available for editing. This simplifies the workflow for the email campaign. - If the name or email fields are empty, then those fields are also available for editing. The title then says "Set your article's title etc." - The submission popovers close properly with the 'Show me how' buttons - The form fields are now in the more traditional order: title, name, email
…n the explore view
Post hoc titles etc
- get created and lastEdited dates as JS Date objects (i.e. .json() and getters)
…ty with unix time)
…itedDate Normalize document dates
Document-level context via caption
CRON: Trash old docs
…old grounding keys are cleared out #965 Fixes previous tests
- check that association doesn't merge arrays
Re-association of entity removes out existing fields
…actions via /api/document/statistics route
…bmitted/public/trashed)
…ocstatus Warn tab close only on doc inititated
|
Tip for resolving conflicts: If you want to merge everything as-is in the release branch, do git checkout release-branch-name That should make the merge button in the PR work. It won't change any of the code, but the conflicts will be gone. |
maxkfranz
approved these changes
Sep 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Supercedes #1007