-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Prevent bulk imports from adding entries to navigation history #14550
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
Closed
Closed
Changes from 10 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
99c3cf7
Prevent bulk imports from adding entries to navigation history
shubhamk0205 6a390a5
Updated ImportHandlerTest
shubhamk0205 5787d36
fixed CI errors
shubhamk0205 408a46b
fixed CI errors
shubhamk0205 dd7811c
fixed CI errors
shubhamk0205 dc62aa1
fixed CI errors
shubhamk0205 0119f15
fixed CI errors
shubhamk0205 addcd66
fixed CI errors
shubhamk0205 8d8ab3d
fixed CI errors
shubhamk0205 5772178
Merge branch 'main' into fix-for-issue-13878
shubhamk0205 789b294
Fix link
koppor 4b8ed07
Proxy Preference reset (#14554)
lalit2506verma 37e5caf
Fix typos (#14552)
koppor d24aa92
Add LlmPlainCitationParserTest (#14553)
koppor dd95e05
Create README.md for JabKit project
koppor d101b2e
Add JDK24 for gradle (#14560)
koppor d5c3200
Add fallback (#14520)
koppor 8286ff2
Rerun only on main repo
koppor 8de881f
Add documentation link for jabsrv
koppor d228c46
Implement reset for MainTablePreferences (#14523)
nbelwang 315fb42
change: Rename web labels 'Search pre-configured' to 'Search pre-sele…
mayank1008-tech 7e1ddc6
Refactor PagesChecker: Extract duplicate regex constants (#14567)
Zeglow b6ab730
Refactor some formats tests to use parameterized tests (#14558)
merlinymy a23553c
New Crowdin updates (#14570)
Siedlerchr aafb809
Add 15 non-standard BibLaTeX entry types with .withType() method (#14…
shubhamk0205 9efbe2d
Fix link
koppor 225fbb5
Proxy Preference reset (#14554)
lalit2506verma 6825062
Fix typos (#14552)
koppor 851a2e8
Add LlmPlainCitationParserTest (#14553)
koppor 76351ea
Create README.md for JabKit project
koppor fde4401
Add JDK24 for gradle (#14560)
koppor f4cb182
Add fallback (#14520)
koppor db6a8fa
Rerun only on main repo
koppor 8cae2f3
Add documentation link for jabsrv
koppor a82b2b0
Implement reset for MainTablePreferences (#14523)
nbelwang 92d53ca
change: Rename web labels 'Search pre-configured' to 'Search pre-sele…
mayank1008-tech 29e3986
Refactor PagesChecker: Extract duplicate regex constants (#14567)
Zeglow 36b881c
Refactor some formats tests to use parameterized tests (#14558)
merlinymy dc89fc6
New Crowdin updates (#14570)
Siedlerchr d7451cf
Add 15 non-standard BibLaTeX entry types with .withType() method (#14…
shubhamk0205 cde171f
Fix bulk imports adding entries to navigation history
shubhamk0205 73119df
Prevent bulk imports from adding entries to navigation history
shubhamk0205 7857fc2
Updated ImportHandlerTest
shubhamk0205 c80dd53
fixed CI errors
shubhamk0205 9dedc3d
fixed CI errors
shubhamk0205 131221c
fixed CI errors
shubhamk0205 8d367a2
fixed CI errors
shubhamk0205 60d89e4
fixed CI errors
shubhamk0205 c305e47
fixed CI errors
shubhamk0205 e2bfbba
fixed CI errors
shubhamk0205 1e1f734
Fix bulk imports adding entries to navigation history
shubhamk0205 daa6d59
Merge branch 'fix-for-issue-13878' of https://github.com/shubhamk0205…
shubhamk0205 26461d4
Revert accidental merge daa6d595ad that pulled main into branch
shubhamk0205 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
This is hacky as hell