-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Document/Avoid Listener Priority Changes #2680
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
Comments
I will see if we can make the old and the new listener priorities more similar when possible. |
@fabpot ping. Any news about reworking the priorities to be more similar to the 2.0.x ones ? |
fabpot
added a commit
that referenced
this issue
Jul 11, 2012
I've created an issue for the documentation: symfony/symfony-docs#1551 and added a note in the UPGRADE file: 5da1bc6 |
igorw
added a commit
to igorw/symfony
that referenced
this issue
Jul 11, 2012
* upstream/master: (633 commits) [Security] Fix the default authentication handlers config definition updated VERSION for 2.0.16 update CONTRIBUTORS for 2.0.16 updated CHANGELOG for 2.0.16 [Validator] Improved error messages displayed when the Valid constraint is misused [Form] Fixed TransformationFailedExceptions to be caught in the model transformers [Form] Improved ValidatorTypeGuesser to interpret the constraints True and False [Validator] Deprecated the Size constraint [Validator] Fix docblocks [Process] remade ProcessBuilder::setTimeout fluent [Process] fixed setting the timeout to null [Validator] Reverted the changes done to the Size constraint in 3a5e84f [Validator] Added the constraints MinCount and MaxCount [Validator] Removed the Range constraint as it duplicates functionality given in Min and Max [Form] Enabled error bubbling from the parts of a date/time field to the main field [Locale] Fixed error resetting in StubIntlDateFormatter::parse() [Form] Renamed the options "data_timezone" and "user_timezone" [Process] re-added the possibility to set the Process timeout to null (to disable it) (closes symfony#4843) added missing listener priority changes in the UPGRADE file (refs symfony#2680) [Form] Fixed tests failing on systems with timezones other than +01:00 ... Conflicts: src/Symfony/Component/HttpFoundation/StreamedResponse.php
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it would be nice to document, or even avoid significant changes in the listener priorities (such as in the locale refactoring that has been pushed recently).
It would make it easier for bundles to provide compatibility with different Symfony versions.
The text was updated successfully, but these errors were encountered: