-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Change instances of 'Search Selected' to 'Search Pre-configured' #11871
Change instances of 'Search Selected' to 'Search Pre-configured' #11871
Conversation
Instances of 'Search Selected' has been changed to 'Search Pre-configured' in the following files: - CompositeSearchBasedFetcher.java in line 21 - JabRef_en.properties in line 128 - WebFetchers.java in line 241 - WebSearchTab.fxml in line 30
Update CHANGELOG.md to reflect Web Search Preferences UI changes from 'Search Selected' to 'Search Pre-configured'
can you lowercase "pre-configured" please? |
Sure+ Though I'm worried I might have broken something (as shown in the tests) |
Perhaps something might have been broken since I changed the "Search Selected" to "Select pre-configured" in the FETCHER_NAME field in CompositeSearchBasedFetcher.java? |
For now, I think I'll try reverting the Fetcher logic back to what it was before so that it still runs. |
Revert 'Search pre-configured' back to 'Search Selected' to stop errors
Revert 'Search Selected' back to 'Search pre-configured' since not doing so does not update dropdown menu
I had reverted the name changes back since not doing so made the dropdown menu display 'Search Selected' instead of 'Search pre-configured.' I do apologize for the hullabaloo;;; Do let me know how to deal with the failed tests though; I am not quite sure how to deal with them and it might affect this branch's ability to merge with the main branch. |
@@ -18,7 +18,7 @@ | |||
|
|||
public class CompositeSearchBasedFetcher implements SearchBasedFetcher { | |||
|
|||
public static final String FETCHER_NAME = "Search pre-configured"; |
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.
Why do you revert it?
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.
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.
Though if it was with the revert before that, I was trying to look into the errors that showed up. Though I guess they were quite moot now that I know they're optional
The fetcher tests run as soon something is changed in the fetchers. Since they are remote services, something might fail - not because of us, but because of the network or the external server. You experience that now.
We execute fetcher tests with the gradle task "fetcherTest"
As follow-up, maybe, you could write some text to https://devdocs.jabref.org/code-howtos/fetchers.html - and link the new heading from https://devdocs.jabref.org/code-howtos/testing.html? Some lines are OK. |
Some changes to those devdocs then with regard to fetcherTests? Alright, I'll see what I could do+ |
Closes #11866
Instances of 'Search Selected' has been changed to 'Search Pre-configured' in the following files:
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)