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
XWIKI-21492: Underline inline links #2694
XWIKI-21492: Underline inline links #2694
Changes from 33 commits
14d93af
d97e093
59e3c22
78dc29c
4959418
ea1e0e4
5e6335b
2ec89a8
b841c0d
3855a6a
864b32d
51295dc
43b7ce3
766f617
344d906
71191ee
f689000
af84d5b
acb4768
18c1f4d
b4e00a6
6b9d08c
9b88f8f
7e5d8f0
5da3f61
d2941bf
32a7cca
7bf473e
eba9834
3ae794d
09af3b4
6d02af5
cc1aae8
0a6a53f
674b74f
5c627bc
df185ba
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 should be a simple
#else
to avoid that if$preferenceUnderlining
is empty, nothing is added to the string. And I think it would actually be best to make the "only inline links" option the last one to make sure that it is the default if for some reason$underlining
doesn't have one of the expected values.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.
Addressed in df185ba 👍
This file was deleted.
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 wonder if we shouldn't also remove the legacy accessibility property here.
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.
To be honest I'm not sure what's the exact purpose of this file (seems like a repeat with the content of XWikiPreferences.xml ), so I'd rather not break unknown things by only adding what seems to make sense adding and leaving the legacy content unchanged.