Skip to content

[DependencyInjection] Add the possibility to disable assets via xml #24706

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

Merged
merged 1 commit into from
Oct 28, 2017

Conversation

renatomefi
Copy link
Contributor

@renatomefi renatomefi commented Oct 27, 2017

Q A
Branch? 3.3
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets no
License MIT
Doc PR no
  • When trying to disable the assets using xml configuration I realized it wasn't possible, this patch fixes and tests it
  • Also added extra tests since the assets being disabled was being tested on both php and yaml Extension tests

@renatomefi renatomefi force-pushed the fix/disable-assets-via-xml branch 2 times, most recently from df5822e to 0b9258d Compare October 27, 2017 13:20
@chalasr chalasr added this to the 3.3 milestone Oct 27, 2017
Copy link
Member

@chalasr chalasr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be merged on 3.3, the lowest maintained branch where the assets configuration can be enabled in other formats.

@renatomefi
Copy link
Contributor Author

@chalasr thanks, will do it shortly

@renatomefi renatomefi force-pushed the fix/disable-assets-via-xml branch from 0b9258d to 24d9375 Compare October 27, 2017 13:37
@renatomefi renatomefi changed the base branch from master to 3.3 October 27, 2017 13:37
@renatomefi renatomefi force-pushed the fix/disable-assets-via-xml branch from 24d9375 to 44588fa Compare October 27, 2017 13:38
@renatomefi renatomefi force-pushed the fix/disable-assets-via-xml branch from 44588fa to 8579e24 Compare October 27, 2017 13:50
@renatomefi
Copy link
Contributor Author

@chalasr all done! :)

@nicolas-grekas
Copy link
Member

Thank you @renatomefi.

@nicolas-grekas nicolas-grekas merged commit 8579e24 into symfony:3.3 Oct 28, 2017
nicolas-grekas added a commit that referenced this pull request Oct 28, 2017
…s via xml (renatomefi)

This PR was merged into the 3.3 branch.

Discussion
----------

[DependencyInjection] Add the possibility to disable assets via xml

| Q             | A
| ------------- | ---
| Branch?       | 3.3
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | no
| License       | MIT
| Doc PR        | no

- When trying to disable the assets using xml configuration I realized it wasn't possible, this patch fixes and tests it
- Also added extra tests since the assets being disabled was being tested on both php and yaml Extension tests

Commits
-------

8579e24 [FrameworkBundle] Allow to disable assets via framework:assets xml configuration
@chalasr
Copy link
Member

chalasr commented Oct 28, 2017

@renatomefi Congrats for your first contrib on Symfony! Nice PR, well done.

@renatomefi
Copy link
Contributor Author

Thank you @chalasr :)

This was referenced Oct 30, 2017
@fabpot fabpot mentioned this pull request Nov 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants