-
Notifications
You must be signed in to change notification settings - Fork 2
Handle search/hash URL components and custom app locations #1
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
Open
gadenbuie
wants to merge
20
commits into
nteetor:master
Choose a base branch
from
gadenbuie:dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
63895b0
buildignore inst/tmp/
gadenbuie 72a9b39
Remove inst/tmp files
gadenbuie 16f302b
Maintain search params and hash components of URL
gadenbuie b842737
Document paths(), export paths(), blaze() and as_path() S3 methods
gadenbuie 248d965
Bump dev version, update authors
gadenbuie c525610
Remove search and hash components of URL when sending browser state u…
gadenbuie 733d41a
Update documentation to use roxygen function links
gadenbuie e9ee710
Fix function signature of .onLoad() to appease R CMD check
gadenbuie 01aa30b
Adds {utils} to dependencies for packageVersion()
gadenbuie 13a3a14
Unexport param(), it's not ready yet
gadenbuie c355ff7
Add at least one basic test
gadenbuie 56ba9dc
Don't update path if same as current, also send updates back to server
gadenbuie d2b70aa
Add app_path argument to paths()
gadenbuie 1019a39
Redirect pages need to redirect to /app_path
gadenbuie e8b168c
Ensure that getPath() returns "/" when app_path is set
gadenbuie 8d0c7cd
Prepend app_path after checking path input in pushPath
gadenbuie 249eaae
Add path_app() and ensure pathLink() respects global app_path
gadenbuie 7938bf2
Reset app_path if app_path = NULL when calling paths() in same session
gadenbuie 99a4265
observePath() correctly handles leading route path slash
gadenbuie e8da98d
Add option to push or replace path in pushPath()
gadenbuie 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.
I realize the function does nothing at the moment. This is a change I especially want to exclude from a feature pull request.