This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Nicolas Grekas b375957c8b bug #26167 [TwigBridge] Apply some changes to support Bootstrap4-stable (mpiot, Nyholm)
This PR was merged into the 3.4 branch.

Discussion
----------

[TwigBridge] Apply some changes to support Bootstrap4-stable

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

Follow up of https://github.com/symfony/symfony/pull/25715, see discussion there.

This fixes the following errors:
- Delete form-control-label, don't used in Bootstrap 4
- Replace col-form-legend by col-form-label
- Separate the label and input (before the input was in the label)
- Use form-check-inline to put radio and/or checkboxes inline
- Add support of custom form for radio and checkboxes
- Fix input-group: MoneyType (Issue #25655), PercentType
- Remove form-control duplication (Issue #25635)
- Fix Errors in label (#24435)

Commits
-------

14e2282 Fixed broken tests
cf4e956 [TwigBridge] Apply some changes to support Bootstrap4-stable
2018-02-15 08:58:38 +01:00
..
Asset Merge branch '3.3' into 3.4 2018-01-03 08:37:34 +01:00
BrowserKit Merge branch '3.3' into 3.4 2018-01-03 08:37:34 +01:00
Cache bug #26082 [Cache][WebProfiler][3.4] fix collecting cache stats with sub-requests + allow clearing calls (dmaicher) 2018-02-11 15:42:07 +01:00
ClassLoader Merge branch '3.3' into 3.4 2018-01-03 08:37:34 +01:00
Config do not mock the container builder in tests 2018-02-14 11:03:57 +01:00
Console Merge branch '2.8' into 3.4 2018-02-09 15:10:47 +01:00
CssSelector fix merge 2018-02-03 15:55:47 +01:00
Debug Merge branch '2.8' into 3.4 2018-02-03 15:55:07 +01:00
DependencyInjection do not mock the container builder in tests 2018-02-14 11:03:57 +01:00
DomCrawler Merge branch '3.3' into 3.4 2018-01-03 08:37:34 +01:00
Dotenv Merge branch '3.3' into 3.4 2018-01-03 18:14:19 +01:00
EventDispatcher do not mock the container builder in tests 2018-02-14 11:03:57 +01:00
ExpressionLanguage Merge branch '3.3' into 3.4 2018-01-03 08:37:34 +01:00
Filesystem Merge branch '3.3' into 3.4 2018-01-03 08:37:34 +01:00
Finder Merge branch '2.8' into 3.4 2018-02-11 18:15:12 +01:00
Form bug #26167 [TwigBridge] Apply some changes to support Bootstrap4-stable (mpiot, Nyholm) 2018-02-15 08:58:38 +01:00
HttpFoundation Merge branch '2.8' into 3.4 2018-02-09 15:10:47 +01:00
HttpKernel do not mock the container builder in tests 2018-02-14 11:03:57 +01:00
Inflector Merge branch '3.3' into 3.4 2018-01-03 18:14:19 +01:00
Intl Merge branch '2.8' into 3.4 2018-02-03 01:57:06 +01:00
Ldap Merge branch '3.3' into 3.4 2018-01-03 08:37:34 +01:00
Lock [Lock] Log already-locked errors as "notice" instead of "warning" 2018-02-11 12:27:51 +01:00
OptionsResolver Fix options resolver with array allowed types 2018-01-11 08:56:07 +01:00
Process Merge branch '2.8' into 3.4 2018-02-12 18:55:00 +01:00
PropertyAccess Merge branch '3.3' into 3.4 2018-01-03 08:37:34 +01:00
PropertyInfo do not mock the container builder in tests 2018-02-14 11:03:57 +01:00
Routing Fix merge 2018-02-12 19:00:05 +01:00
Security Merge branch '2.8' into 3.4 2018-02-14 15:07:03 +01:00
Serializer Merge branch '2.8' into 3.4 2018-02-14 15:07:03 +01:00
Stopwatch Merge branch '3.3' into 3.4 2018-01-03 08:37:34 +01:00
Templating Merge branch '3.3' into 3.4 2018-01-03 08:37:34 +01:00
Translation do not mock the container builder in tests 2018-02-14 11:03:57 +01:00
Validator minor #26165 do not mock the container builder in tests (xabbuh) 2018-02-14 13:23:44 +01:00
VarDumper Merge branch '2.8' into 3.4 2018-01-31 11:38:55 +01:00
WebLink Merge branch '3.3' into 3.4 2018-01-03 08:37:34 +01:00
Workflow do not mock the container builder in tests 2018-02-14 11:03:57 +01:00
Yaml [YAML] Issue #26065: leading spaces in YAML multi-line string literals 2018-02-11 16:00:48 +01:00