[TASK] Inline more Fluid viewhelpers in the .editorconfig - #2312
Merged
Conversation
Coverage Report for CI Build 34237012663Coverage remained the same at 100.0%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
oliverklee
force-pushed
the
task/inline-more
branch
from
September 7, 2026 15:27
12fefdc to
06b87a7
Compare
oliverklee
force-pushed
the
task/inline-more
branch
3 times, most recently
from
September 8, 2026 10:44
a078ad5 to
6a9f9fb
Compare
AnReiter
requested changes
Sep 8, 2026
| ij_html_do_not_indent_children_of_tags = | ||
| ij_html_enforce_quotes = false | ||
| ij_html_inline_tags = a,abbr,acronym,b,basefont,bdo,big,br,cite,cite,code,dfn,em,font,i,img,input,kbd,label,q,s,samp,select,small,span,strike,strong,sub,sup,textarea,tt,u,var,f:translate,f:format.number | ||
| ij_html_inline_tags = a,abbr,acronym,b,basefont,bdo,big,br,cite,cite,code,dfn,em,font,i,img,input,kbd,label,q,s,samp,select,small,span,strike,strong,sub,sup,textarea,tt,u,var,be:link.editRecord,be:link,be:moduleLink,be:link.editRecord,be:link.newRecord,f:ceil,f:count,f:first,f:floor,f:format.case,f:format.htmlspecialchars,f:format.number,f:format.printf,f:format.stripTags,f:format.raw,f:format.trim,f:format.urlencode,f:image,f:last,f:link.action,f:link.email,f:link.external,f:link.file,f:link.page,f:link.typolink,f:max,f:replace,f:round,f:spaceless,f:translate |
Contributor
There was a problem hiding this comment.
cite & be:link.editRecord are double on this list
oliverklee
force-pushed
the
task/inline-more
branch
2 times, most recently
from
September 8, 2026 12:36
2933c7f to
2d247de
Compare
Mark some Fluid viewhelpers that will result in inline HTML tags as inline. Also sort the viewhelpers.
oliverklee
force-pushed
the
task/inline-more
branch
from
September 8, 2026 14:14
2d247de to
fa883ce
Compare
AnReiter
approved these changes
Sep 8, 2026
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.
Mark some Fluid viewhelpers that will result in inline HTML tags as inline.