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.
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
Preserve full page path in App::url() method #2095
Preserve full page path in App::url() method #2095
Changes from 7 commits
7fdbbe7
ba90e32
f2dd8f3
6713d61
04720c5
80b8fca
27d9cb4
67f0594
b2810b8
3997714
4348ff1
e4c3428
7895ec9
f1fefac
308cc87
23a5a6b
f3f099f
3c36038
534cff4
a01c3bb
62f370b
645e0aa
7022361
0a1bd7f
95b7d1e
7bd47a2
d5b4224
47d6032
d4a0810
89e3efa
b490c1f
4d0e4c7
8b3bd58
fccada4
b14f5fe
c3de25c
a4c193f
84cfbd0
547f2f4
9353bba
b80942d
c9d06c6
bae7f69
9cff373
75efe8c
2c2b8ca
965926e
1fe9677
1d3df06
637f66a
8d7cab6
95b97e8
91fa2a1
01a7aac
afd9810
e4119fd
1999c98
2176b1a
f0e9972
1526d80
b7f8f96
7de30d6
bbf9782
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 super wrong, we cannot just trim unlimited
.
also
dirname('/xxx')
on Windows results\
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.
@abbadon1334 please review the 4 last commits
The end changed LoC is minimal.
I have updated the PR title - is this what you wanted or something else/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.
Switching title to "preserve" make sense even for tests without full path.
LGTM and thanks to go ahead on my work and do it better