Skip to content

Change button_widget class to btn-primary #29115

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 8 commits into from
Nov 8, 2018

Conversation

JulienMaille
Copy link

@JulienMaille JulienMaille commented Nov 6, 2018

FIX #29114

Q A
Branch? master for features / 2.8 up to 4.1 for bug fixes
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #29114
License MIT
Doc PR symfony/symfony-docs#...

Change button_widget class to btn-primary in Bootstrap 4 twig template

nicolas-grekas and others added 3 commits November 1, 2018 18:15
Since the method should return a bool, then the default value should be
a bool too
…etBoolean (lyrixx)

This PR was merged into the 2.8 branch.

Discussion
----------

[HttpFoundation] Fixed PHP doc of ParameterBag::getBoolean

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

---

Since the method should return a bool, then the default value should be
a bool too

Commits
-------

1fa5a9a [HttpFoundation] Fixed PHP doc of ParameterBag::getBoolean
xabbuh
xabbuh previously approved these changes Nov 7, 2018
Copy link
Member

@xabbuh xabbuh left a comment

Choose a reason for hiding this comment

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

As a bugfix for 3.4?

@xabbuh xabbuh dismissed their stale review November 7, 2018 19:40

looks like some tests are failing

@xabbuh
Copy link
Member

xabbuh commented Nov 7, 2018

@Nefast Can you take a look at the failing tests?

@JulienMaille
Copy link
Author

@xabbuh fixed

@xabbuh xabbuh added this to the 3.4 milestone Nov 8, 2018
@xabbuh
Copy link
Member

xabbuh commented Nov 8, 2018

@Nefast Thanks for your fast reaction. Nice contribution. 👍 IMO this is a bugfix so I have updated the description accordingly. Don't worry about the target branch. We can rebase your changes on the right branch while merging.

nicolas-grekas and others added 4 commits November 8, 2018 22:38
…pe headers (nicolas-grekas)

This PR was merged into the 2.8 branch.

Discussion
----------

[HttpFoundation] replace any preexisting Content-Type headers

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

Commits
-------

de2ce58 [HttpFoundation] replace any preexisting Content-Type headers
* 2.8:
  [HttpFoundation] Fixed PHP doc of ParameterBag::getBoolean
  [HttpFoundation] replace any preexisting Content-Type headers
…ARS (nicolas-grekas)

This PR was merged into the 3.4 branch.

Discussion
----------

[Dotenv] dont use getenv() to read SYMFONY_DOTENV_VARS

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

Since using it is not thread safe, let's not rely on it (already done in other places.)

Commits
-------

21a909a [Dotenv] dont use getenv() to read SYMFONY_DOTENV_VARS
@nicolas-grekas nicolas-grekas changed the base branch from master to 3.4 November 8, 2018 21:50
@nicolas-grekas
Copy link
Member

Thank you @Nefast.

@nicolas-grekas nicolas-grekas merged commit 59003bf into symfony:3.4 Nov 8, 2018
nicolas-grekas added a commit that referenced this pull request Nov 8, 2018
This PR was submitted for the master branch but it was squashed and merged into the 3.4 branch instead (closes #29115).

Discussion
----------

Change button_widget class to btn-primary

FIX #29114

| Q             | A
| ------------- | ---
| Branch?       | master for features / 2.8 up to 4.1 for bug fixes <!-- see below -->
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | #29114   <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!-- required for new features -->

Change button_widget class to btn-primary in Bootstrap 4 twig template

Commits
-------

59003bf Change button_widget class to btn-primary
@fabpot fabpot mentioned this pull request Nov 16, 2018
@fabpot fabpot mentioned this pull request Nov 26, 2018
@fabpot fabpot mentioned this pull request Nov 26, 2018
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.

10 participants