Skip to content

wip #2

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

Closed
wants to merge 766 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
766 commits
Select commit Hold shift + click to select a range
dfb9de4
Fix UPGRADE files for framework.messenger.reset_on_message option
fancyweb Dec 7, 2021
28d4d6b
Use str_ends_with() and str_starts_with()
alexislefebvre Dec 6, 2021
6ab662b
minor #44499 Use str_ends_with() and str_starts_with() (alexislefebvre)
GromNaN Dec 7, 2021
47298dc
do not call preg_match() on null
xabbuh Dec 8, 2021
55b16f7
minor #44496 Fix UPGRADE files for framework.messenger.reset_on_messa…
fancyweb Dec 8, 2021
677ca9c
bug #44502 [HttpFoundation] do not call preg_match() on null (xabbuh)
fabpot Dec 8, 2021
4b16533
minor #44489 Remove UPGRADE-5.4.md (fancyweb)
ogizanagi Dec 8, 2021
bbe96c7
Leverage str_starts_with(), str_ends_with() and str_contains()
fancyweb Dec 8, 2021
52aaa56
Remove FQCN type hints on properties
fabpot Dec 7, 2021
fb3f4e4
[CI] Fix package-tests workflow checks for contracts
fancyweb Dec 8, 2021
ca38501
[Workflow] Fix eventsToDispatch parameter setup for StateMachine
goodjinny Dec 8, 2021
da457d9
Don't access uninitialized typed property ChromePhpHandler::$response
Philipp91 Dec 8, 2021
e4cfa82
bug #44514 Don't access uninitialized typed property ChromePhpHandler…
fancyweb Dec 9, 2021
ef050c2
Fix polyfill-php73 requirement
Seldaek Dec 9, 2021
add88dc
bug #44523 [Console] Fix polyfill-php73 requirement (Seldaek)
fabpot Dec 9, 2021
c0bad86
bug #44490 [DependencyInjection][Messenger] Add auto-registration for…
fabpot Dec 9, 2021
6ff1b63
minor #44511 [CI] Fix package-tests workflow checks for contracts (fa…
fabpot Dec 9, 2021
0a13eba
bug #44494 Remove FQCN type hints on properties (fabpot)
fabpot Dec 9, 2021
590ac46
Merge branch '6.0' into 6.1
fabpot Dec 9, 2021
85065e4
Revert "bug #44494 Remove FQCN type hints on properties (fabpot)"
fabpot Dec 9, 2021
0605903
Merge branch '4.4' into 5.3
fabpot Dec 9, 2021
bac24ab
Merge branch '5.3' into 5.4
fabpot Dec 9, 2021
3bfbcaa
Merge branch '5.4' into 6.0
fabpot Dec 9, 2021
474fc81
Merge branch '6.0' into 6.1
fabpot Dec 9, 2021
8cd331a
Update CHANGELOG for 5.4.1
fabpot Dec 9, 2021
9daa587
Update VERSION for 5.4.1
fabpot Dec 9, 2021
f70af8e
Merge pull request #44527 from fabpot/release-5.4.1
fabpot Dec 9, 2021
6e42e99
Bump Symfony version to 5.4.2
fabpot Dec 9, 2021
fe9dccb
Update CHANGELOG for 6.0.1
fabpot Dec 9, 2021
b74eb14
Update VERSION for 6.0.1
fabpot Dec 9, 2021
87b5f1f
Merge pull request #44528 from fabpot/release-6.0.1
fabpot Dec 9, 2021
80f4e76
Bump Symfony version to 6.0.2
fabpot Dec 9, 2021
adbaed9
[Lock] Fix missing argument in PostgreSqlStore::putOffExpiration with…
GromNaN Dec 9, 2021
941a924
bug #44539 [Lock] Fix missing argument in PostgreSqlStore::putOffExpi…
fabpot Dec 9, 2021
e2ff187
Update cookie date time format
chapterjason Dec 9, 2021
d923d04
[DebugBundle] Add missing README
fancyweb Dec 8, 2021
7c12ac1
minor #44509 [DebugBundle] Add missing README (fancyweb)
nicolas-grekas Dec 11, 2021
e3202d1
bug #44428 [HttpClient] Fix response id property check in MockRespons…
nicolas-grekas Dec 11, 2021
a18bd1d
bug #44469 [String] Fix requiring wcswitch table several times (fancy…
nicolas-grekas Dec 11, 2021
c71265b
[HttpClient] Fix handling thrown \Exception in \Generator in MockResp…
fancyweb Dec 3, 2021
4b6e29d
bug #44438 [HttpClient] Fix handling thrown \Exception in \Generator …
nicolas-grekas Dec 11, 2021
52d27f7
[FrameworkBundle] Use correct cookie domain in loginUser()
wouterj Dec 11, 2021
863dd5e
[FrameworkBundle] Fix cache pool configuration with one adapter and o…
fancyweb Sep 24, 2021
3fdf743
Merge branch '4.4' into 5.3
fancyweb Dec 11, 2021
f532ec7
Merge branch '5.3' into 5.4
fancyweb Dec 11, 2021
2560fec
Merge branch '5.4' into 6.0
fancyweb Dec 11, 2021
cdeba5a
Merge branch '6.0' into 6.1
fancyweb Dec 11, 2021
d05e10a
[Mailer] Update docs for sendmail -t
fabpot Dec 11, 2021
3269f40
minor #44567 [Mailer] Update docs for sendmail -t (fabpot)
fabpot Dec 11, 2021
29eec31
[PropertyAccess] Add tests accessing public (dynamic) properties
kevcomparadise Dec 2, 2021
2381e0d
minor #44566 [PropertyAccess] Add tests accessing public (dynamic) pr…
nicolas-grekas Dec 11, 2021
f56d801
Merge branch '4.4' into 5.3
nicolas-grekas Dec 11, 2021
0ced90c
[Process] fixed uppercase ARGC and ARGV should also be skipped
rbaarsma Dec 9, 2021
ac3631a
bug #44538 [Process] fixed uppercase ARGC and ARGV should also be ski…
fabpot Dec 11, 2021
41760f3
bug #44565 [FrameworkBundle] Use correct cookie domain in loginUser()…
fabpot Dec 11, 2021
e03f7e5
[PropertyAccess] Fix accessing public property in Object
kevcomparadise Dec 2, 2021
cbcfff2
feature #44543 [HttpFoundation] Update cookie date time format (chapt…
fabpot Dec 11, 2021
1e50d49
bug #44419 [PropertyAccess] Fix accessing public property on Object (…
nicolas-grekas Dec 11, 2021
fa65173
[Mailer][Mailgun] Allow multiple tags with MailgunApiTransport
starred-gijs Nov 18, 2021
6dc2b06
feature #44137 [Mailer] [Mailgun] Allow multiple TagHeaders with Mail…
fabpot Dec 11, 2021
6e54976
bug #43164 [FrameworkBundle] Fix cache pool configuration with one ad…
nicolas-grekas Dec 11, 2021
f259891
[Translation] [Bridge] [Lokalise] Fix push keys to lokalise. Closes #…
olegmifle Dec 6, 2021
3b6cc05
bug #44474 [Translation] [Bridge] [Lokalise] Fix push keys to lokalis…
fabpot Dec 11, 2021
acbee81
[DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass
fancyweb Dec 2, 2021
67f7917
bug #44418 [DependencyInjection] Resolve ChildDefinition in AbstractR…
nicolas-grekas Dec 11, 2021
3d8efd5
minor #44506 Leverage str_starts_with(), str_ends_with() and str_cont…
fabpot Dec 11, 2021
0690a6c
minor #44404 Missing translations for Belarusian (be) #41032 (zaneevat)
fabpot Dec 11, 2021
d39c07e
CI for macOS
derrabus Oct 17, 2020
9603e56
minor #38620 CI for macOS (derrabus)
nicolas-grekas Dec 11, 2021
e3ac469
[Assets] Allows empty base url for dev
GromNaN Nov 19, 2021
5211e18
feature #44150 [Assets] Accept empty `base_url`, in order to simplify…
fabpot Dec 11, 2021
f35a6ad
[HttpClient] Double check if handle is complete
Nyholm Dec 6, 2021
513fc4c
bug #44479 [HttpClient] Double check if handle is complete (Nyholm)
nicolas-grekas Dec 11, 2021
bcb18eb
Add modernize_strpos rule to PHP CS Fixer
fancyweb Dec 11, 2021
72a7e98
minor #44569 Add modernize_strpos rule to PHP CS Fixer (fancyweb)
fabpot Dec 11, 2021
6f66dec
[HttpClient] Don't ignore errors from curl_multi_exec()
divinity76 Dec 9, 2021
bf82d54
minor #44533 curl_multi_exec errors should not be ignored? (divinity76)
nicolas-grekas Dec 11, 2021
bbfe9d8
[HttpClient] Allow yielding Exception from MockResponse's $body to mo…
fancyweb Dec 11, 2021
b33bd44
Merge branch '4.4' into 5.3
derrabus Dec 11, 2021
8f3bdeb
[HttpClient] Don't reset timeout counter when initializing requests
nicolas-grekas Dec 11, 2021
807672d
Merge branch '5.3' into 5.4
derrabus Dec 11, 2021
b76f31c
Merge branch '5.4' into 6.0
derrabus Dec 11, 2021
6e88f92
Merge branch '6.0' into 6.1
derrabus Dec 11, 2021
843c9d7
bug #44571 [HttpClient] Don't reset timeout counter when initializing…
nicolas-grekas Dec 11, 2021
d413baa
Merge branch '4.4' into 5.3
nicolas-grekas Dec 11, 2021
b7a2ae6
Make enable_authenticator_manager true as there is no other way in Sy…
alexander-schranz Dec 10, 2021
348f252
bug #44554 Make enable_authenticator_manager true as there is no othe…
wouterj Dec 12, 2021
30c3913
[Config] In XmlUtils, avoid converting from octal every string starti…
alexandre-daubois Dec 9, 2021
b7644bd
fix: lowest version of psr container supported
Nek- Dec 13, 2021
669b75f
[Uid] Add ulid keyword in composer.json
fancyweb Dec 13, 2021
4e04bc5
minor #44587 [Uid] Add ulid keyword in composer.json (fancyweb)
nicolas-grekas Dec 13, 2021
2523001
minor #44586 [DependencyInjection] PSR Container dependency version f…
derrabus Dec 13, 2021
f5c2f53
[Form] Improve Persian (Farsi) Translation For Forms
mostafazs Dec 8, 2021
9e3696f
minor #44591 [Form] Improve Persian (Farsi) Translation For Forms (mo…
wouterj Dec 13, 2021
2f3ddb6
[PropertyInfo] fix precedence of __get() vs properties
nicolas-grekas Dec 13, 2021
ba9e002
[Serializer] Fix denormalizing custom class in UidNormalizer
fancyweb Dec 13, 2021
c0602fd
[HttpClient] Fix closing curl-multi handle too early on destruct
nicolas-grekas Dec 13, 2021
1e3d60b
bug #44601 [HttpClient] Fix closing curl-multi handle too early on de…
nicolas-grekas Dec 13, 2021
d40f98d
Merge branch '4.4' into 5.3
nicolas-grekas Dec 13, 2021
446686a
Merge branch '5.3' into 5.4
nicolas-grekas Dec 13, 2021
b7a02a0
Merge branch '5.4' into 6.0
nicolas-grekas Dec 13, 2021
3f45596
Merge branch '6.0' into 6.1
nicolas-grekas Dec 13, 2021
7f6cfc0
[DI] fix merge
nicolas-grekas Dec 13, 2021
d4a74f5
Merge branch '6.0' into 6.1
nicolas-grekas Dec 13, 2021
157c8c0
[Console] Issue 43602 : Add fish completion
guillaume-a Oct 21, 2021
64a4f02
feature #43641 [Console] Issue 43602 : Add fish completion (guillaume-a)
fabpot Dec 13, 2021
4d4f8b4
[Framework] Env var SYMFONY_IDE to set framework.ide
GromNaN Dec 11, 2021
23f374b
feature #44575 [Framework] Read env var SYMFONY_IDE by default for fr…
GromNaN Dec 13, 2021
d58449d
Make use of the nullsafe operator
derrabus Dec 13, 2021
ff4af00
minor #44597 Make use of the nullsafe operator (derrabus)
fabpot Dec 13, 2021
4d9f1aa
bug #44430 [PropertyInfo] Fix aliased namespace matching (Korbeil)
nicolas-grekas Dec 14, 2021
276ef95
[HttpClient] minor change
nicolas-grekas Dec 14, 2021
d793d03
[HttpClient] Fix dealing with "HTTP/1.1 000 " responses
nicolas-grekas Dec 14, 2021
54efeab
[Cache] workaround transient test on M1
nicolas-grekas Dec 14, 2021
575ebf2
[Intl] Leverage array_is_list
fancyweb Dec 14, 2021
cfe16dc
minor #44624 [HttpClient] workaround transient test on M1 (nicolas-gr…
nicolas-grekas Dec 14, 2021
2dc418b
bug #44623 [HttpClient] Fix dealing with "HTTP/1.1 000 " responses (n…
nicolas-grekas Dec 14, 2021
6e52960
[HttpClient] fix monitoring responses issued before reset()
nicolas-grekas Dec 14, 2021
068674b
bug #44625 [HttpClient] fix monitoring responses issued before reset(…
nicolas-grekas Dec 14, 2021
be279d5
Merge branch '4.4' into 5.3
nicolas-grekas Dec 14, 2021
1e968b4
Merge branch '5.3' into 5.4
nicolas-grekas Dec 14, 2021
8e32728
Merge branch '5.4' into 6.0
nicolas-grekas Dec 14, 2021
3a1f34a
Merge branch '6.0' into 6.1
nicolas-grekas Dec 14, 2021
ccc9186
[Workflow] Add return type annotations to the Event class
derrabus Dec 14, 2021
d8fd632
minor #44626 [Intl] Leverage array_is_list (fancyweb)
fabpot Dec 15, 2021
5e954d6
bug #44510 [Workflow] Fix eventsToDispatch parameter setup for StateM…
fabpot Dec 15, 2021
ab1e9b9
bug #44537 [Config] In XmlUtils, avoid converting from octal every st…
fabpot Dec 15, 2021
4014ce9
[HttpClient] fix segfault when canary is triggered after the curl han…
nicolas-grekas Dec 15, 2021
74a6936
Merge branch '5.3' into 5.4
nicolas-grekas Dec 15, 2021
89bd236
Merge branch '5.4' into 6.0
nicolas-grekas Dec 15, 2021
bf0091e
Merge branch '6.0' into 6.1
nicolas-grekas Dec 15, 2021
26d51e8
Fix CI on macos-11
nicolas-grekas Dec 15, 2021
41c52bd
Merge branch '4.4' into 5.3
nicolas-grekas Dec 15, 2021
b1426b4
Try making tests a bit less transient
nicolas-grekas Dec 15, 2021
366f40a
minor #44636 Try making tests a bit less transient (nicolas-grekas)
nicolas-grekas Dec 15, 2021
f5235a9
Merge branch '4.4' into 5.3
nicolas-grekas Dec 15, 2021
fdc61b4
bug #44600 [Serializer] Fix denormalizing custom class in UidNormaliz…
nicolas-grekas Dec 15, 2021
9b1dcc5
bug #44354 [RateLimiter] Make RateLimiter resilient to timeShifting (…
nicolas-grekas Dec 15, 2021
d5d0cec
Merge branch '5.3' into 5.4
nicolas-grekas Dec 15, 2021
8c1e746
[Validator] Allow Sequence constraint to be applied onto class as an …
sidz Dec 3, 2021
8f591c3
bug #44448 [Validator] Allow Sequence constraint to be applied onto c…
nicolas-grekas Dec 15, 2021
8fe5fce
[DependencyInjection] Cast tag value to string
ruudk Dec 15, 2021
d3a33b9
Merge branch '5.4' into 6.0
derrabus Dec 15, 2021
6be4729
Merge branch '6.0' into 6.1
derrabus Dec 15, 2021
6a0fd54
[Serializer] Fix symfony/uid requirement
fancyweb Dec 15, 2021
8b18a27
[Translation] Handle the blank-translation in Loco Adapter
kgonella Dec 13, 2021
acc1cdb
[Workflow] Fix Event constructor requirements
lyrixx Dec 15, 2021
880988c
Skip transient tests on macos
nicolas-grekas Dec 15, 2021
d6710c1
minor #44643 Skip transient tests on macos (nicolas-grekas)
nicolas-grekas Dec 15, 2021
fc2fffd
Merge branch '4.4' into 5.3
nicolas-grekas Dec 15, 2021
3ecb7e7
minor #44641 [Serializer] Fix symfony/uid requirement (fancyweb)
nicolas-grekas Dec 15, 2021
e5d3dea
bug #44598 [Translation] Handle the blank-translation in Loco Adapter…
nicolas-grekas Dec 15, 2021
18c7edd
minor #44642 [Workflow] Fix Event constructor requirements (lyrixx)
nicolas-grekas Dec 15, 2021
60b1672
[Workflow] Remove redundant type check
derrabus Dec 15, 2021
98e0fa4
Revert "minor #44642 [Workflow] Fix Event constructor requirements (l…
nicolas-grekas Dec 15, 2021
f3d3690
minor #44638 [Workflow] Remove redundant type check (derrabus)
nicolas-grekas Dec 15, 2021
9870e7e
Merge branch '5.3' into 5.4
nicolas-grekas Dec 15, 2021
ba7d70f
Merge branch '5.4' into 6.0
nicolas-grekas Dec 15, 2021
b2e7fcd
Merge branch '6.0' into 6.1
nicolas-grekas Dec 15, 2021
ee211c4
[VarDumper] add more "transient-on-macos" groups
nicolas-grekas Dec 15, 2021
b97bc53
[Serializer] Improve UidNormalizer denormalize error message
fancyweb Dec 13, 2021
77267c0
restore the overriden locale on tearDown - avoid interfering with any…
rodnaph Dec 6, 2021
6617be4
[HttpKernel] fix how configuring log-level and status-code by excepti…
nicolas-grekas Dec 15, 2021
bbdc403
[Messenger] Added generic template for `Envelope::last()` method
fractalzombie Dec 12, 2021
6bcc3cb
Revert "feature #41989 [Cache] make `LockRegistry` use semaphores whe…
nicolas-grekas Dec 16, 2021
b968514
[Cache] disable lock on CLI
nicolas-grekas Dec 16, 2021
06b25c7
[HttpClient] Fix tracing requests made after calling withOptions()
nicolas-grekas Dec 16, 2021
981cb0c
Remove pointless assignment
derrabus Dec 16, 2021
6312ef2
minor #44674 [Messenger] Remove pointless assignment (derrabus)
nicolas-grekas Dec 16, 2021
d737dab
fix merge
nicolas-grekas Dec 16, 2021
6e3b711
CS fixes
nicolas-grekas Dec 16, 2021
f1914c0
minor #44679 CS fixes (nicolas-grekas)
nicolas-grekas Dec 16, 2021
311dc83
bug #44669 [Cache] disable lock on CLI (nicolas-grekas)
nicolas-grekas Dec 16, 2021
0812726
[Cache] Fix saving items with no expiration through ProxyAdapter
sbelyshkin Dec 12, 2021
aaa18df
bug #44577 [Cache] Fix proxy no expiration to the Redis (Sergey Belys…
nicolas-grekas Dec 16, 2021
7e26952
Merge branch '4.4' into 5.3
nicolas-grekas Dec 16, 2021
ad3010b
[5.3] cs fixes
nicolas-grekas Dec 16, 2021
f190e9e
bug #44671 [HttpClient] Fix tracing requests made after calling withO…
nicolas-grekas Dec 16, 2021
61be138
Merge branch '5.3' into 5.4
nicolas-grekas Dec 16, 2021
b6d4480
[5.4] cs fixes
nicolas-grekas Dec 16, 2021
eb60956
bug #44667 [Cache] Revert "feature #41989 make `LockRegistry` use se…
nicolas-grekas Dec 16, 2021
646c33f
bug #44649 [HttpKernel] fix how configuring log-level and status-code…
nicolas-grekas Dec 16, 2021
eb749ec
Merge branch '5.4' into 6.0
nicolas-grekas Dec 16, 2021
d5534b0
[6.0] cs fixes
nicolas-grekas Dec 16, 2021
5eb8777
Merge branch '6.0' into 6.1
nicolas-grekas Dec 16, 2021
56f908a
Add more nullsafe operators
nicolas-grekas Dec 16, 2021
279bccb
minor #44659 Add more nullsafe operators (nicolas-grekas)
nicolas-grekas Dec 16, 2021
680eb90
[6.1] cs fixes
nicolas-grekas Dec 16, 2021
4b54aa0
alias `cache.app.taggable` to `cache.app` if using `cache.adapter.red…
kbond Dec 17, 2021
a976d27
minor #44583 [Messenger] Added generic template for `Envelope::last()…
nicolas-grekas Dec 17, 2021
3e49b0f
[PropertyInfo] Add support for phpDocumentor and PHPStan pseudo-types
Dec 3, 2021
53e49a8
feature #44451 [PropertyInfo] Add support for phpDocumentor and PHPSt…
nicolas-grekas Dec 17, 2021
a7e4494
bug #44682 [FrameworkBundle] alias `cache.app.taggable` to `cache.app…
nicolas-grekas Dec 17, 2021
5beaee8
[Translation] Translatable parameters
sylfabre Dec 16, 2021
f91c40a
bug #44473 [Validator] Restore default locale in ConstraintValidatorT…
fancyweb Dec 17, 2021
ad391c5
Sync expected missing return types
nicolas-grekas Dec 17, 2021
932e846
Skip patching Envelope's return type
nicolas-grekas Dec 17, 2021
1dad23b
Fix patching return type of Envelope
nicolas-grekas Dec 17, 2021
e5ea631
feature #44672 [Translation] Translatable parameters (sylfabre)
fabpot Dec 17, 2021
f2cac74
bug #44639 [DependencyInjection] Cast tag attribute value to string (…
fabpot Dec 17, 2021
3fb7af0
minor #44631 [Workflow] Add return type annotations to the Event clas…
fabpot Dec 17, 2021
812619c
[FrameworkBundle] Add @return TestContainer to KernelTestCase::getCon…
fancyweb Dec 17, 2021
e458492
minor #44695 [FrameworkBundle] Add `@return` TestContainer to KernelT…
fancyweb Dec 18, 2021
0f03f94
feature #44568 [HttpClient] Allow yielding Exception from MockRespons…
fancyweb Dec 18, 2021
87097b8
[DependencyInjection] fix linting callable classes
nicolas-grekas Dec 19, 2021
58e1569
[ErrorHandler] fix on patching return types on Windows
nicolas-grekas Dec 19, 2021
4ebeb89
bug #44710 [DependencyInjection] fix linting callable classes (nicola…
chalasr Dec 19, 2021
0d6caa5
bug #44719 [ErrorHandler] fix on patching return types on Windows (ni…
fancyweb Dec 20, 2021
9c2c076
[Lock] Expose SharedLockInterface from factory
ro0NL Dec 19, 2021
e7142a6
minor #44706 [Lock] Expose SharedLockInterface from factory (ro0NL)
nicolas-grekas Dec 20, 2021
3f5a8bd
[Translations] Add missing translations for Galician (gl)
juanwilde Dec 20, 2021
5ed9e82
minor #44720 [Translations] Add missing translations for Galician (gl…
fabpot Dec 20, 2021
23bd7a7
[HttpFoundation] Take php session.cookie settings into account
simonchrz Dec 9, 2021
ccd8014
bug #44518 [HttpFoundation] Take php session.cookie settings into acc…
fabpot Dec 20, 2021
292fcfe
[Validator] Improve French translation
fancyweb Dec 20, 2021
ac46701
minor #44722 [Validator] Improve French translation (fancyweb)
fabpot Dec 20, 2021
9395de9
[Lock] Create tables in transaction only if supported by driver
martinssipenko Dec 1, 2021
83dbb47
bug #44383 [Lock] Create tables in transaction only if supported by d…
fabpot Dec 20, 2021
bf8a598
bug #44602 [Serializer] Improve UidNormalizer denormalize error messa…
fabpot Dec 20, 2021
98947dc
Properly warn about deprecation of IS_AUTHENTICATED_ANONYMOUSLY
biozshock Dec 20, 2021
a58c342
[Mime] Fix encoding filenames in multipart/form-data
nicolas-grekas Dec 20, 2021
70d96aa
minor #44727 Properly warn about deprecation of IS_AUTHENTICATED_ANON…
fabpot Dec 20, 2021
0558be7
bug #44728 [Mime] Fix encoding filenames in multipart/form-data (nico…
fabpot Dec 20, 2021
a0fa9b1
Restore Finder:getIterator return type PHPDoc
kubawerlos Dec 20, 2021
70be07e
Fix Psr16Cache not being compatible with non-Symfony cache pools
colinodell Dec 20, 2021
c3f10ff
bug #44737 Fix Psr16Cache not being compatible with non-Symfony cache…
derrabus Dec 21, 2021
4d164da
minor #44731 [Finder] Restore Finder:getIterator return type PHPDoc (…
derrabus Dec 21, 2021
0f2b5bb
Restore return type to covariant IteratorAggregate implementations
derrabus Dec 21, 2021
16f8703
Merge branch '4.4' into 5.3
derrabus Dec 21, 2021
dff5206
Merge branch '5.3' into 5.4
derrabus Dec 21, 2021
e963594
Don't rely on session service in tests
derrabus Dec 21, 2021
bfbc5a6
minor #44749 [HttpKernel] Don't rely on session service in tests (der…
derrabus Dec 21, 2021
57d644d
Merge branch '5.4' into 6.0
derrabus Dec 21, 2021
c7b385e
Merge branch '6.0' into 6.1
derrabus Dec 21, 2021
224f3e3
[Console] Add method `__toString()` to `InputInterface`
boesing Jul 11, 2021
5ab9a34
feature #44746 [Console] Add method `__toString()` to `InputInterface…
chalasr Dec 21, 2021
6cafac4
fix test to actually use data provider
kbond Dec 21, 2021
ea3ea82
minor #44758 [FrameworkBundle] Fix test to actually use data provider…
kbond Dec 21, 2021
fe1aee8
[WebProfilerBundle] fix Email HTML preview
94noni Dec 19, 2021
a42dbe3
bug #44714 [WebProfilerBundle] fix Email HTML preview (94noni)
fabpot Dec 21, 2021
04ddc12
[Mime] Relaxing in-reply-to header validation
ThomasLandauer Dec 20, 2021
3526a32
bug #44732 [Mime] Relaxing in-reply-to header validation (ThomasLanda…
fabpot Dec 21, 2021
33399e6
bug #44745 [EventDispatcher][HttpFoundation] Restore return type to c…
fabpot Dec 21, 2021
4d4d706
Merge branch '4.4' into 5.3
derrabus Dec 22, 2021
d17ae34
Merge branch '5.3' into 5.4
derrabus Dec 22, 2021
de9b7e5
Merge branch '5.4' into 6.0
derrabus Dec 22, 2021
4b598f4
Merge branch '6.0' into 6.1
derrabus Dec 22, 2021
5d6b4a0
[Mime] add DraftEmail
kbond Nov 26, 2021
0d6e859
feature #44311 [Mime] add DraftEmail (kbond)
fabpot Dec 22, 2021
a2bf307
Add context builers
mtarld Oct 30, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 4 additions & 7 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,15 @@ init:
- SET SYMFONY_DEPRECATIONS_HELPER=strict
- SET ANSICON=121x90 (121x90)
- SET SYMFONY_PHPUNIT_DISABLE_RESULT_CACHE=1
- SET SYMFONY_DEPRECATIONS_HELPER=max[indirect]=170
- REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Command Processor" /v DelayedExpansion /t REG_DWORD /d 1 /f

install:
- mkdir c:\php && cd c:\php
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php-8.0.2-Win32-vs16-x86.zip
- 7z x php-8.0.2-Win32-vs16-x86.zip -y >nul
- cd ext
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php_apcu-5.1.20-8.0-ts-vs16-x86.zip
- 7z x php_apcu-5.1.20-8.0-ts-vs16-x86.zip -y >nul
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php_apcu-5.1.21-8.0-ts-vs16-x86.zip
- 7z x php_apcu-5.1.21-8.0-ts-vs16-x86.zip -y >nul
- cd ..
- copy /Y php.ini-development php.ini-min
- echo memory_limit=-1 >> php.ini-min
Expand All @@ -49,12 +48,10 @@ install:
- IF NOT EXIST composer.phar (appveyor DownloadFile https://github.com/composer/composer/releases/download/2.0.0/composer.phar)
- php composer.phar self-update --2
- copy /Y .github\composer-config.json %APPDATA%\Composer\config.json
- php composer.phar global require --no-progress --no-scripts --no-plugins symfony/flex
- git config --global user.email ""
- git config --global user.name "Symfony"
- FOR /F "tokens=* USEBACKQ" %%F IN (`bash -c "grep ' VERSION = ' src/Symfony/Component/HttpKernel/Kernel.php | grep -o '[0-9][0-9]*\.[0-9]'"`) DO (SET SYMFONY_VERSION=%%F)
- php .github/build-packages.php HEAD^ %SYMFONY_VERSION% src\Symfony\Bridge\PhpUnit
- SET "SYMFONY_REQUIRE=>=%SYMFONY_VERSION%"
- SET COMPOSER_ROOT_VERSION=%SYMFONY_VERSION%.x-dev
- php composer.phar update --no-progress --ansi
- php phpunit install
Expand All @@ -65,9 +62,9 @@ test_script:
- copy /Y c:\php\php.ini-min c:\php\php.ini
- IF %APPVEYOR_REPO_BRANCH:~-2% neq .x (rm -Rf src\Symfony\Bridge\PhpUnit)
- mv src\Symfony\Component\HttpClient\phpunit.xml.dist src\Symfony\Component\HttpClient\phpunit.xml
- php phpunit src\Symfony --exclude-group tty,benchmark,intl-data || SET X=!errorlevel!
- php phpunit src\Symfony --exclude-group tty,benchmark,intl-data,network,transient-on-windows || SET X=!errorlevel!
- php phpunit src\Symfony\Component\HttpClient || SET X=!errorlevel!
- copy /Y c:\php\php.ini-max c:\php\php.ini
- php phpunit src\Symfony --exclude-group tty,benchmark,intl-data || SET X=!errorlevel!
- php phpunit src\Symfony --exclude-group tty,benchmark,intl-data,network,transient-on-windows || SET X=!errorlevel!
- php phpunit src\Symfony\Component\HttpClient || SET X=!errorlevel!
- exit %X%
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/1_Bug_report.md

This file was deleted.

16 changes: 11 additions & 5 deletions .github/ISSUE_TEMPLATE/1_Bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🐛 Bug Report
description: ⚠️ See below for security reports
description: ⚠️ NEVER report security issues, read https://symfony.com/security instead
labels: Bug

body:
Expand All @@ -14,23 +14,29 @@ body:
id: description
attributes:
label: Description
description: A clear and consise description of the problem
description: A clear and concise description of the problem
validations:
required: true
- type: textarea
id: how-to-reproduce
attributes:
label: How to reproduce
description: |
Code and/or config needed to reproduce the problem.
If it's a complex bug, create a "bug reproducer" as explained in https://symfony.com/doc/current/contributing/code/reproducer.html
⚠️ This is the most important part of the report ⚠️
Without a way to easily reproduce your issue, there is little chance we will be able to help you and work on a fix.
Please, take the time to show us some code and/or config that is needed for others to reproduce the problem easily.
Most of the time, creating a "bug reproducer" as explained in the URL below is the best way to help us
and increases the chances someone will have a look at it:
https://symfony.com/doc/current/contributing/code/reproducer.html
validations:
required: true
- type: textarea
id: possible-solution
attributes:
label: Possible Solution
description: "Optional: only if you have suggestions on a fix/reason for the bug"
description: |
Optional: only if you have suggestions on a fix/reason for the bug
Don't hesitate to create a pull request with your solution, it helps get faster feedback.
- type: textarea
id: additional-context
attributes:
Expand Down
12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/2_Feature_request.md

This file was deleted.

11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/3_Support_question.md

This file was deleted.

10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/4_Documentation_issue.md

This file was deleted.

8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Support Question
url: https://symfony.com/support
about: We use GitHub issues only to discuss about Symfony bugs and new features. For this kind of questions about using Symfony or third-party bundles, please use any of the support alternatives shown in https://symfony.com/support
- name: Documentation Issue
url: https://github.com/symfony/symfony-docs/issues
about: Symfony Documentation has its own dedicated repository.
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
| Q | A
| ------------- | ---
| Branch? | 5.4 for features / 4.4 or 5.3 for bug fixes <!-- see below -->
| Branch? | 6.1 for features / 4.4, 5.3, 5.4 or 6.0 for bug fixes <!-- see below -->
| Bug fix? | yes/no
| New feature? | yes/no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | yes/no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License | MIT
| Doc PR | symfony/symfony-docs#... <!-- required for new features -->
<!--
Replace this notice by a short README for your feature/bugfix. This will help people
understand your PR and can be used as a start for the documentation.
Replace this notice by a short README for your feature/bugfix.
This will help reviewers and should be a good start for the documentation.

Additionally (see https://symfony.com/releases):
- Always add tests and ensure they pass.
- Never break backward compatibility (see https://symfony.com/bc).
- Bug fixes must be submitted against the lowest maintained branch where they apply
(lowest branches are regularly merged to upper ones so they get the fixes too.)
- Features and deprecations must be submitted against branch 5.x.
- Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
- Never break backward compatibility (see https://symfony.com/bc).
-->
2 changes: 1 addition & 1 deletion .github/build-packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'type' => 'composer',
'url' => 'file://'.str_replace(DIRECTORY_SEPARATOR, '/', dirname(__DIR__)).'/',
]];
if (false === strpos($json, "\n \"repositories\": [\n")) {
if (!str_contains($json, "\n \"repositories\": [\n")) {
$json = rtrim(json_encode(['repositories' => $package->repositories], $flags), "\n}").','.substr($json, 1);
file_put_contents($dir.'/composer.json', $json);
}
Expand Down
Loading