-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Twig][DX] report unknown folders in templates/bundles in debug:twig #26898
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
Labels
DX
DX = Developer eXperience (anything that improves the experience of using Symfony)
Feature
Good first issue
Ideal for your first contribution! (some Symfony experience may be required)
TwigBundle
Comments
It's for me! |
pmontoya
pushed a commit
to pmontoya/symfony
that referenced
this issue
Jun 13, 2018
Move changelog entry to 4.1.0 to 4.2.0
pmontoya
pushed a commit
to pmontoya/symfony
that referenced
this issue
Jun 13, 2018
Check if projectDir is not null before loop
pmontoya
pushed a commit
to pmontoya/symfony
that referenced
this issue
Jun 13, 2018
Check if projectDir is not null before loop
pmontoya
pushed a commit
to pmontoya/symfony
that referenced
this issue
Jun 18, 2018
Move changelog entry to 4.1.0 to 4.2.0
pmontoya
pushed a commit
to pmontoya/symfony
that referenced
this issue
Jun 18, 2018
Check if projectDir is not null before loop
pmontoya
pushed a commit
to pmontoya/symfony
that referenced
this issue
Jun 18, 2018
Remove unnecessary loop Trim messages on build rather than on display
nicolas-grekas
added a commit
that referenced
this issue
Jun 19, 2018
…verrided templates paths (pmontoya, Pascal Montoya) This PR was merged into the 4.2-dev branch. Discussion ---------- [TwigBridge] Added bundle name suggestion on wrongly overrided templates paths | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #26898 | License | MIT Report unknown folders in templates/bundles in debug:twig and make suggestions if any Developped with @bricejulia Commits ------- acfb325 refs #26898 Remove unnecessary loop Trim messages on build rather than on display da42b3e refs #26898 Check if projectDir is not null before loop da0c589 refs #26898 Move changelog entry to 4.1.0 to 4.2.0 7d9467a Add an entry on json export format bab9d99 Use %twig.default_path% parameter and search in old folder structure too 1758de2 [TwigBridge] Added bundle name suggestion on wrongly overrided templates paths
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
DX
DX = Developer eXperience (anything that improves the experience of using Symfony)
Feature
Good first issue
Ideal for your first contribution! (some Symfony experience may be required)
TwigBundle
Had an issue in FOSOAuthServerBundle where users had a hard time discovering what the proper path for overriding bundle views is (also, me).
A small tweak for
debug:twig
might be to note folders intemplates/bundles
which don't (properly) map to any known bundle?Say:
The text was updated successfully, but these errors were encountered: