-
-
Notifications
You must be signed in to change notification settings - Fork 115
Comments
LinkGenerator: allow semicolon destination prefix#256
Open
dakujem wants to merge 25 commits intonette:master from
Open
LinkGenerator: allow semicolon destination prefix #256dakujem wants to merge 25 commits intonette:master from
dakujem wants to merge 25 commits intonette:master from
Conversation
@dg
dg
force-pushed
the
master
branch
3 times, most recently
from
March 25, 2020 10:45
e23d6da to
22d5246
Compare
@dakujem
dakujem
force-pushed
the
feat/trim-semicolon-prefixed-links-in-link-generator
branch
from
March 25, 2020 17:09
4d7947a to
82ad558
Compare
Author
dakujem
commented
Mar 25, 2020
@dg I'd be grateful if this was merged & released promptly. It would be awesome. I see praparations for next release. This should be fully compatible.
@dg
dg
force-pushed
the
master
branch
11 times, most recently
from
April 2, 2020 00:57
4aeacfd to
06a6513
Compare
@dg
dg
force-pushed
the
master
branch
3 times, most recently
from
April 20, 2020 21:58
3b21865 to
548c1db
Compare
@dg
dg
force-pushed
the
master
branch
3 times, most recently
from
May 11, 2020 22:55
18efdae to
3f51018
Compare
Author
dakujem
commented
May 20, 2020
Should I rebase this? Any plan to fix the issue?
@dakujem
dakujem
force-pushed
the
feat/trim-semicolon-prefixed-links-in-link-generator
branch
from
May 20, 2020 19:17
82ad558 to
b293b75
Compare
Author
dakujem
commented
May 20, 2020
You should update your test config - PHP 7.1 is no longer your target.
@dakujem
dakujem
force-pushed
the
feat/trim-semicolon-prefixed-links-in-link-generator
branch
from
May 28, 2020 12:52
b293b75 to
6f03449
Compare
@dg
dg
force-pushed
the
master
branch
2 times, most recently
from
June 9, 2020 12:55
ef333e6 to
9d529b4
Compare
@dg
dg
force-pushed
the
master
branch
3 times, most recently
from
June 19, 2025 16:47
3463b9a to
ee24f8e
Compare
@dg
dg
force-pushed
the
master
branch
4 times, most recently
from
July 17, 2025 22:42
ddf16b5 to
87e4597
Compare
@dg
dg
force-pushed
the
master
branch
10 times, most recently
from
November 30, 2025 23:13
c62f26c to
e72b735
Compare
@dg
dg
force-pushed
the
master
branch
3 times, most recently
from
December 23, 2025 22:32
f536135 to
4e8f41d
Compare
@dg
dg
force-pushed
the
master
branch
2 times, most recently
from
December 28, 2025 23:56
c478b71 to
44181e2
Compare
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
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.
Allows passing semicolon-prefixed destinations to
LinkGenerator::linkcalls:--
closes #255