-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
UPGRADE docs doesn't mention remove of addViolationAtPath #8941
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
Good first issue
Ideal for your first contribution! (some Symfony experience may be required)
Validator
Comments
fabpot
added a commit
that referenced
this issue
Sep 13, 2013
fabpot
added a commit
that referenced
this issue
Sep 18, 2013
* 2.2: fixes RequestDataCollector bug, visible when used on Drupal8 [Console] fixed exception rendering when nested styles [Console] added some more information about OutputFormatter::replaceStyle() [Console] fixed the formatter for single-char tags [Console] Escape exception message during the rendering of an exception [BrowserKit] Fixed the handling of parameters when redirecting Typo fix HttpFoundation RequestTest - Fixed indentation and removed comments HttpFoundation Request test for #8619 LICENSE files moved to meta folders added missing method in the UPGRADE file for 2.2 (closes #8941) [Translation] Removed an unneeded return annotation. [DomCrawler] Added missing docblocks and removed unneeded return annotation. Conflicts: src/Symfony/Component/BrowserKit/Client.php src/Symfony/Component/DomCrawler/Crawler.php
fabpot
added a commit
that referenced
this issue
Sep 18, 2013
* 2.3: fixes RequestDataCollector bug, visible when used on Drupal8 [Console] fixed exception rendering when nested styles [Console] added some more information about OutputFormatter::replaceStyle() [Console] fixed the formatter for single-char tags [Console] Escape exception message during the rendering of an exception [DomCrawler] fixed HTML5 form attribute handling Making tests pass on mac os x without this change tests would fail under mac os x at least in 10.8.2 [BrowserKit] Fixed the handling of parameters when redirecting [Process] Properly close pipes after a Process::stop call fixed bytes conversion when used on 32-bits systems Typo fix HttpFoundation RequestTest - Fixed indentation and removed comments HttpFoundation Request test for #8619 LICENSE files moved to meta folders added missing method in the UPGRADE file for 2.2 (closes #8941) [Form] Fixed: "required" attribute is not added to <select> tag if no empty value [Translation] Removed an unneeded return annotation. [DomCrawler] Added missing docblocks and removed unneeded return annotation. Conflicts: src/Symfony/Component/Process/Tests/AbstractProcessTest.php
ostrolucky
pushed a commit
to ostrolucky/symfony
that referenced
this issue
Mar 25, 2018
* 2.2: fixes RequestDataCollector bug, visible when used on Drupal8 [Console] fixed exception rendering when nested styles [Console] added some more information about OutputFormatter::replaceStyle() [Console] fixed the formatter for single-char tags [Console] Escape exception message during the rendering of an exception [BrowserKit] Fixed the handling of parameters when redirecting Typo fix HttpFoundation RequestTest - Fixed indentation and removed comments HttpFoundation Request test for symfony#8619 LICENSE files moved to meta folders added missing method in the UPGRADE file for 2.2 (closes symfony#8941) [Translation] Removed an unneeded return annotation. [DomCrawler] Added missing docblocks and removed unneeded return annotation. Conflicts: src/Symfony/Component/BrowserKit/Client.php src/Symfony/Component/DomCrawler/Crawler.php
ostrolucky
pushed a commit
to ostrolucky/symfony
that referenced
this issue
Mar 25, 2018
* 2.3: fixes RequestDataCollector bug, visible when used on Drupal8 [Console] fixed exception rendering when nested styles [Console] added some more information about OutputFormatter::replaceStyle() [Console] fixed the formatter for single-char tags [Console] Escape exception message during the rendering of an exception [DomCrawler] fixed HTML5 form attribute handling Making tests pass on mac os x without this change tests would fail under mac os x at least in 10.8.2 [BrowserKit] Fixed the handling of parameters when redirecting [Process] Properly close pipes after a Process::stop call fixed bytes conversion when used on 32-bits systems Typo fix HttpFoundation RequestTest - Fixed indentation and removed comments HttpFoundation Request test for symfony#8619 LICENSE files moved to meta folders added missing method in the UPGRADE file for 2.2 (closes symfony#8941) [Form] Fixed: "required" attribute is not added to <select> tag if no empty value [Translation] Removed an unneeded return annotation. [DomCrawler] Added missing docblocks and removed unneeded return annotation. Conflicts: src/Symfony/Component/Process/Tests/AbstractProcessTest.php
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Good first issue
Ideal for your first contribution! (some Symfony experience may be required)
Validator
The UPGRADE docs document doesn't mention the remove of the method the remove of the method
addViolationAtPath()
.The text was updated successfully, but these errors were encountered: