Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[3.0][Form] Removed depracted events PRE_BIND, BIND and POST_BIND #13122

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
Jan 3, 2015

Conversation

saro0h
Copy link
Contributor

@saro0h saro0h commented Dec 26, 2014

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

@saro0h saro0h force-pushed the remove-deprecated-form-event branch from 896f1ce to a430ff9 Compare December 26, 2014 14:08
@timglabisch
Copy link

👍

}));

$config = new FormConfigBuilder('name', null, $this->dispatcher);
$config->addEventListener(FormEvents::PRE_BIND, array($mock, 'preBind'));
Copy link
Member

Choose a reason for hiding this comment

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

This test should not be removed. It should simply use the new constant (and changing the constant being used should be done in older branches actually)

@saro0h saro0h force-pushed the remove-deprecated-form-event branch 2 times, most recently from 83d00c9 to b2a93b0 Compare December 30, 2014 22:57
@@ -118,23 +118,23 @@ public function testDataIsInitializedFromSubmit()
$form->submit('foobar');
}

// https://github.com/symfony/symfony/pull/7789
// https://github.com/symfony/symfony/pull/7789
Copy link
Member

Choose a reason for hiding this comment

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

this change is wrong

@fabpot fabpot added the Form label Jan 2, 2015
@saro0h saro0h force-pushed the remove-deprecated-form-event branch from b2a93b0 to a7fe849 Compare January 3, 2015 11:33
@saro0h
Copy link
Contributor Author

saro0h commented Jan 3, 2015

Changes have been made.

@saro0h saro0h changed the title [Form] Removed depracted events PRE_BIND, BIND and POST_BIND [3.0][Form] Removed depracted events PRE_BIND, BIND and POST_BIND Jan 3, 2015
@fabpot
Copy link
Member

fabpot commented Jan 3, 2015

Can you rebase to re-run the tests?

@saro0h saro0h force-pushed the remove-deprecated-form-event branch 2 times, most recently from 6b1845d to cce7d94 Compare January 3, 2015 16:10
@saro0h saro0h force-pushed the remove-deprecated-form-event branch from cce7d94 to 1cdb655 Compare January 3, 2015 17:51
@saro0h
Copy link
Contributor Author

saro0h commented Jan 3, 2015

Done. The tests do not pass because of that: https://travis-ci.org/symfony/symfony/jobs/45787598#L2208

@fabpot
Copy link
Member

fabpot commented Jan 3, 2015

Thank you @saro0h.

@fabpot fabpot merged commit 1cdb655 into symfony:master Jan 3, 2015
fabpot added a commit that referenced this pull request Jan 3, 2015
…d POST_BIND (saro0h)

This PR was merged into the 3.0-dev branch.

Discussion
----------

[3.0][Form] Removed depracted events PRE_BIND, BIND and POST_BIND

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

Commits
-------

1cdb655 [Form] Removed depracted events PRE_BIND, BIND and POST_BIND
@fabpot fabpot mentioned this pull request Nov 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.