Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60d6562

Browse files
deviantintegralfabpot
authored andcommitted
allow_extra_attributes does not throw an exception as documented
1 parent b9a2e21 commit 60d6562

File tree

1,089 files changed

+8385
-4409
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,089 files changed

+8385
-4409
lines changed

.github/CODEOWNERS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# LDAP
2+
/src/Symfony/Component/Ldap/* @csarrazi
3+
# Lock
4+
/src/Symfony/Component/Lock/* @jderusse
5+
# Messenger
6+
/src/Symfony/Bridge/Doctrine/Messenger/* @sroze
7+
/src/Symfony/Component/Messenger/* @sroze
8+
# Workflow
9+
/src/Symfony/Bridge/Twig/Extension/WorkflowExtension.php @lyrixx
10+
/src/Symfony/Bridge/Twig/Tests/Extension/WorkflowExtensionTest.php @lyrixx
11+
/src/Symfony/Bundle/FrameworkBundle/Command/WorkflowDumpCommand.php @lyrixx
12+
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ValidateWorkflowsPass.php @lyrixx
13+
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/WorkflowGuardListenerPass.php @lyrixx
14+
/src/Symfony/Component/Workflow/* @lyrixx

.github/CODE_OF_CONDUCT.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Code of Conduct
2+
3+
This project follows a [Code of Conduct][code_of_conduct] in order to ensure an open and welcoming environment.
4+
Please read the full text for understanding the accepted and unaccepted behavior.
5+
Please read also the [reporting guidelines][guidelines], in case you encountered or witnessed any misbehavior.
6+
7+
[code_of_conduct]: https://symfony.com/doc/current/contributing/code_of_conduct/index.html
8+
[guidelines]: https://symfony.com/doc/current/contributing/code_of_conduct/reporting_guidelines.html

CHANGELOG-3.4.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,94 @@ in 3.4 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v3.4.0...v3.4.1
99

10+
* 3.4.9 (2018-04-30)
11+
12+
* feature #24896 Add CODE_OF_CONDUCT.md (egircys)
13+
* bug #27074 [Debug][WebProfilerBundle] Fix setting file link format (lyrixx, nicolas-grekas)
14+
* bug #27088 ResolveBindingsPass: Don't throw error for unused service, missing parent class (weaverryan)
15+
* bug #27086 [PHPUnitBridge] Add an implementation just for php 7.0 (greg0ire)
16+
* bug #26138 [HttpKernel] Catch HttpExceptions when templating is not installed (cilefen)
17+
* bug #27007 [Cache] TagAwareAdapterInterface::invalidateTags() should commit deferred items (nicolas-grekas)
18+
* bug #27067 [HttpFoundation] Fix setting session-related ini settings (e-moe)
19+
* bug #27061 [HttpKernel] Don't clean legacy containers that are still loaded (nicolas-grekas)
20+
* bug #27064 [VarDumper] Fix HtmlDumper classes match (ogizanagi)
21+
* bug #27016 [Security][Guard] GuardAuthenticationProvider::authenticate cannot return null (biomedia-thomas)
22+
* bug #26831 [Bridge/Doctrine] count(): Parameter must be an array or an object that implements Countable (gpenverne)
23+
* bug #27044 [Security] Skip user checks if not implementing UserInterface (chalasr)
24+
* bug #27025 [DI] Add check of internal type to ContainerBuilder::getReflectionClass (upyx)
25+
* bug #26994 [PhpUnitBridge] Add type hints (greg0ire)
26+
* bug #26014 [Security] Fixed being logged out on failed attempt in guard (iltar)
27+
* bug #25348 [HttpFoundation] Send cookies using header() to fix "SameSite" ones (nicolas-grekas, cvilleger)
28+
* bug #26910 Use new PHP7.2 functions in hasColorSupport (johnstevenson)
29+
* bug #26999 [VarDumper] Fix dumping of SplObjectStorage (corphi)
30+
* bug #25841 [DoctrineBridge] Fix bug when indexBy is meta key in PropertyInfo\DoctrineExtractor (insekticid)
31+
* bug #26983 [TwigBridge] [Bootstrap 4] Fix PercentType error rendering. (alexismarquis)
32+
* bug #26980 [TwigBundle] fix formatting arguments in plaintext format (xabbuh)
33+
* bug #26886 Don't assume that file binary exists on *nix OS (teohhanhui)
34+
* bug #26959 [Console] Fix PSR exception context key (scaytrase)
35+
* bug #26899 [Routing] Fix loading multiple class annotations for invokable classes (1ed)
36+
* bug #26643 Fix that ESI/SSI processing can turn a "private" response "public" (mpdude)
37+
* bug #26932 [Form] Fixed trimming choice values (HeahDude)
38+
* bug #26922 [TwigBundle] fix rendering exception stack traces (xabbuh)
39+
* bug #26773 [HttpKernel] Make ServiceValueResolver work if controller namespace starts with a backslash in routing (mathieutu)
40+
* bug #26870 Add d-block to bootstrap 4 alerts (Normunds)
41+
* bug #26857 [HttpKernel] Dont create mock cookie for new sessions in tests (nicolas-grekas)
42+
* bug #26875 [Console] Don't go past exact matches when autocompleting (nicolas-grekas)
43+
* bug #26823 [Validator] Fix LazyLoadingMetadataFactory with PSR6Cache for non classname if tested values isn't existing class (Pascal Montoya, pmontoya)
44+
* bug #26834 [Yaml] Throw parse error on unfinished inline map (nicolas-grekas)
45+
46+
* 3.4.8 (2018-04-06)
47+
48+
* bug #26802 [Security] register custom providers on ExpressionLanguage directly (dmaicher)
49+
* bug #26794 [PhpUnitBridge] Catch deprecation error handler (cvilleger)
50+
* bug #26788 [Security] Load the user before pre/post auth checks when needed (chalasr)
51+
* bug #26792 [Routing] Fix throwing NoConfigurationException instead of 405 (nicolas-grekas)
52+
* bug #26774 [SecurityBundle] Add missing argument to security.authentication.provider.simple (i3or1s, chalasr)
53+
* bug #26763 [Finder] Remove duplicate slashes in filenames (helhum)
54+
* bug #26758 [WebProfilerBundle][HttpKernel] Make FileLinkFormatter URL format generation lazy (nicolas-grekas)
55+
56+
* 3.4.7 (2018-04-03)
57+
58+
* bug #26387 [Yaml] Fix regression when trying to parse multiline (antograssiot)
59+
* bug #26749 Add PHPDbg support to HTTP components (hkdobrev)
60+
* bug #26609 [Console] Fix check of color support on Windows (mlocati)
61+
* bug #26727 [HttpCache] Unlink tmp file on error (Chansig)
62+
* bug #26675 [HttpKernel] DumpDataCollector: do not flush when a dumper is provided (ogizanagi)
63+
* bug #26663 [TwigBridge] Fix rendering of currency by MoneyType (ro0NL)
64+
* bug #26595 [DI] Do not suggest writing an implementation when multiple exist (chalasr)
65+
* bug #26662 [DI] Fix hardcoded cache dir for warmups (nicolas-grekas)
66+
* bug #26677 Support phpdbg SAPI in Debug::enable() (hkdobrev)
67+
* bug #26600 [Routing] Fixed the importing of files using glob patterns that match multiple resources (skalpa)
68+
* bug #26589 [Ldap] cast to string when checking empty passwords (ismail1432)
69+
* bug #26626 [WebProfilerBundle] use the router to resolve file links (nicolas-grekas)
70+
* bug #26635 [DI] Dont tell about autoregistration in strict autowiring mode (nicolas-grekas)
71+
* bug #26621 [Form] no type errors with invalid submitted data types (xabbuh)
72+
* bug #26612 [PHPunit] suite variable should be used (prisis)
73+
* bug #26337 [Finder] Fixed leading/trailing / in filename (lyrixx)
74+
* bug #26584 [TwigBridge] allow html5 compatible rendering of forms with null names (systemist)
75+
* bug #24401 [Form] Change datetime to datetime-local for HTML5 datetime input (pierredup)
76+
* bug #26513 [FrameworkBundle] Respect debug mode when warm up annotations (Strate)
77+
* bug #26370 [Security] added userChecker to SimpleAuthenticationProvider (i3or1s)
78+
* bug #26569 [BrowserKit] Fix cookie path handling when $domain is null (dunglas)
79+
* bug #26273 [Security][Profiler] Display the original expression in 'Access decision log' (lyrixx)
80+
* bug #26427 [DependencyInjection] fix regression when extending the Container class without a constructor (lsmith77)
81+
* bug #26562 [Bridge\PhpUnit] Cannot autoload class "\Symfony\Bridge\PhpUnit\SymfonyTestsListener" (Jake Bishop)
82+
* bug #26598 Fixes #26563 (open_basedir restriction in effect) (temperatur)
83+
* bug #26568 [Debug] Reset previous exception handler earlier to prevent infinite loop (nicolas-grekas)
84+
* bug #26590 Make sure form errors is valid HTML (Nyholm)
85+
* bug #26567 [DoctrineBridge] Don't rely on ClassMetadataInfo->hasField in DoctrineOrmTypeGuesser anymore (fancyweb)
86+
* feature #26408 Readd 'form_label_errors' block to disable errors on form labels (birkof)
87+
* bug #26591 [TwigBridge] Make sure we always render errors. Eventhough labels are disabled (Nyholm)
88+
* bug #26356 [FrameworkBundle] HttpCache is not longer abstract (lyrixx)
89+
* bug #26548 [DomCrawler] Change bad wording in ChoiceFormField::untick (dunglas)
90+
* bug #26482 [PhpUnitBridge] Ability to use different composer.json file (amcastror)
91+
* bug #26443 [Fix][HttpFoundation] Fix the updating of timestamp in the MemcachedSessionHandler (Alessandro Loffredo)
92+
* bug #26400 [Config] ReflectionClassResource check abstract class (andrey1s)
93+
* bug #26433 [DomCrawler] extract(): fix a bug when the attribute list is empty (dunglas)
94+
* bug #26041 Display the Welcome Page when there is no homepage defined (javiereguiluz)
95+
* bug #26452 [Intl] Load locale aliases to support alias fallbacks (jakzal)
96+
* bug #26450 [CssSelector] Fix CSS identifiers parsing - they can start with dash (jakubkulhan)
97+
1098
* 3.4.6 (2018-03-05)
1199

12100
* bug #26393 [DI] Skip resource tracking if disabled (chalasr)

0 commit comments

Comments
 (0)