Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0c57f00

Browse filesBrowse files
Merge branch '4.1'
* 4.1: Bump ext-mongodb to 1.5 on Travis Redesign the Debug error page in prod [DI] fix dumping deprecated service in yaml [Serializer] CsvEncoder::AS_COLLECTION_KEY constant bumped Symfony version to 4.1.2 updated VERSION for 4.1.1 updated CHANGELOG for 4.1.1 bumped Symfony version to 4.0.13 updated VERSION for 4.0.12 updated CHANGELOG for 4.0.12 bumped Symfony version to 3.4.13 updated VERSION for 3.4.12 updated CHANGELOG for 3.4.12 bumped Symfony version to 2.8.43 updated VERSION for 2.8.42 update CONTRIBUTORS for 2.8.42 updated CHANGELOG for 2.8.42
2 parents 0252a00 + cd94ef2 commit 0c57f00
Copy full SHA for 0c57f00

File tree

Expand file treeCollapse file tree

9 files changed

+208
-72
lines changed
Filter options
Expand file treeCollapse file tree

9 files changed

+208
-72
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ before_install:
149149
150150
tfold ext.apcu tpecl apcu-5.1.6 apcu.so $INI
151151
tfold ext.libsodium tpecl libsodium sodium.so $INI
152-
tfold ext.mongodb tpecl mongodb-1.4.0RC1 mongodb.so $INI
152+
tfold ext.mongodb tpecl mongodb-1.5.0 mongodb.so $INI
153153
tfold ext.amqp tpecl amqp-1.9.3 amqp.so $INI
154154
fi
155155

‎CHANGELOG-4.0.md

Copy file name to clipboardExpand all lines: CHANGELOG-4.0.md
+40Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,46 @@ in 4.0 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/v4.0.0...v4.0.1
99

10+
* 4.0.12 (2018-06-25)
11+
12+
* bug #27626 [TwigBundle][DX] Only add the Twig WebLinkExtension if the WebLink component is enabled (thewilkybarkid)
13+
* bug #27701 [SecurityBundle] Dont throw if "security.http_utils" is not found (nicolas-grekas)
14+
* bug #27690 [DI] Resolve env placeholder in logs (ro0NL)
15+
* bug #26534 allow_extra_attributes does not throw an exception as documented (deviantintegral)
16+
* bug #27668 [Lock] use 'r+' for fopen (fixes issue on Solaris) (fritzmg)
17+
* bug #27669 [Filesystem] fix file lock on SunOS (fritzmg)
18+
* bug #27662 [HttpKernel] fix handling of nested Error instances (xabbuh)
19+
* bug #26845 [Config] Fixing GlobResource when inside phar archive (vworldat)
20+
* bug #27382 [Form] Fix error when rendering a DateIntervalType form with exactly 0 weeks (krixon)
21+
* bug #27309 Fix surrogate not using original request (Toflar)
22+
* bug #27467 [HttpKernel] fix session tracking in surrogate master requests (nicolas-grekas)
23+
* bug #27630 [Validator][Form] Remove BOM in some xlf files (gautierderuette)
24+
* bug #27596 [Framework][Workflow] Added support for interfaces (vudaltsov)
25+
* bug #27593 [ProxyManagerBridge] Fixed support of private services (nicolas-grekas)
26+
* bug #27591 [VarDumper] Fix dumping ArrayObject and ArrayIterator instances (nicolas-grekas)
27+
* bug #27581 Fix bad method call with guard authentication + session migration (weaverryan)
28+
* bug #27576 [Cache] Fix expiry comparisons in array-based pools (nicolas-grekas)
29+
* bug #27556 Avoiding session migration for stateless firewall UsernamePasswordJsonAuthenticationListener (weaverryan)
30+
* bug #27452 Avoid migration on stateless firewalls (weaverryan)
31+
* bug #27568 [DI] Deduplicate generated proxy classes (nicolas-grekas)
32+
* bug #27326 [Serializer] deserialize from xml: Fix a collection that contains the only one element (webnet-fr)
33+
* bug #27567 [PhpUnitBridge] Fix error on some Windows OS (Nsbx)
34+
* bug #27357 [Lock] Remove released semaphore (jderusse)
35+
* bug #27416 TagAwareAdapter over non-binary memcached connections corrupts memcache (Aleksey Prilipko)
36+
* bug #27514 [Debug] Pass previous exception to FatalErrorException (pmontoya)
37+
* bug #27516 Revert "bug #26138 [HttpKernel] Catch HttpExceptions when templating is not installed (cilefen)" (nicolas-grekas)
38+
* bug #27318 [Cache] memcache connect should not add duplicate entries on sequential calls (Aleksey Prilipko)
39+
* bug #27389 [Serializer] Fix serializer tries to denormalize null values on nullable properties (ogizanagi)
40+
* bug #27272 [FrameworkBundle] Change priority of AddConsoleCommandPass to TYPE_BEFORE_REMOVING (upyx)
41+
* bug #27396 [HttpKernel] fix registering IDE links (nicolas-grekas)
42+
* bug #26973 [HttpKernel] Set first trusted proxy as REMOTE_ADDR in InlineFragmentRenderer. (kmadejski)
43+
* bug #27303 [Process] Consider "executable" suffixes first on Windows (sanmai)
44+
* bug #27297 Triggering RememberMe's loginFail() when token cannot be created (weaverryan)
45+
* bug #27344 [HttpKernel] reset kernel start time on reboot (kiler129)
46+
* bug #27365 [Serializer] Check the value of enable_max_depth if defined (dunglas)
47+
* bug #27358 [PhpUnitBridge] silence some stderr outputs (ostrolucky)
48+
* bug #27366 [DI] never inline lazy services (nicolas-grekas)
49+
1050
* 4.0.11 (2018-05-25)
1151

1252
* bug #27364 [DI] Fix bad exception on uninitialized references to non-shared services (nicolas-grekas)

‎CHANGELOG-4.1.md

Copy file name to clipboardExpand all lines: CHANGELOG-4.1.md
+56Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,62 @@ in 4.1 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/v4.1.0...v4.1.1
99

10+
* 4.1.1 (2018-06-25)
11+
12+
* bug #27626 [TwigBundle][DX] Only add the Twig WebLinkExtension if the WebLink component is enabled (thewilkybarkid)
13+
* bug #27702 [TwigBundle] bump lowest deps to fix issue with "double-colon" controller service refs (nicolas-grekas)
14+
* bug #27701 [SecurityBundle] Dont throw if "security.http_utils" is not found (nicolas-grekas)
15+
* bug #27690 [DI] Resolve env placeholder in logs (ro0NL)
16+
* bug #27687 [HttpKernel] fix argument's error messages in ServiceValueResolver (nicolas-grekas)
17+
* bug #27614 [VarDumper] Fix dumping by splitting Server/Connection out of Dumper/ServerDumper (nicolas-grekas)
18+
* bug #27681 [DI] Avoid leaking unused env placeholders (ro0NL)
19+
* bug #26534 allow_extra_attributes does not throw an exception as documented (deviantintegral)
20+
* bug #27664 [FrameworkBundle] Ignore keepQueryParams attribute when generating route redirect (vudaltsov)
21+
* bug #27668 [Lock] use 'r+' for fopen (fixes issue on Solaris) (fritzmg)
22+
* bug #27669 [Filesystem] fix file lock on SunOS (fritzmg)
23+
* bug #27662 [HttpKernel] fix handling of nested Error instances (xabbuh)
24+
* bug #27651 [Messenger] Fixed MessengerPass::guessHandledClasses return type (massimilianobraglia)
25+
* bug #26845 [Config] Fixing GlobResource when inside phar archive (vworldat)
26+
* bug #27382 [Form] Fix error when rendering a DateIntervalType form with exactly 0 weeks (krixon)
27+
* bug #27309 Fix surrogate not using original request (Toflar)
28+
* bug #27467 [HttpKernel] fix session tracking in surrogate master requests (nicolas-grekas)
29+
* bug #27632 [HttpFoundation] Ensure RedisSessionHandler::updateTimestamp returns a boolean (MatTheCat)
30+
* bug #27630 [Validator][Form] Remove BOM in some xlf files (gautierderuette)
31+
* bug #27596 [Framework][Workflow] Added support for interfaces (vudaltsov)
32+
* bug #27593 [ProxyManagerBridge] Fixed support of private services (nicolas-grekas)
33+
* bug #27591 [VarDumper] Fix dumping ArrayObject and ArrayIterator instances (nicolas-grekas)
34+
* bug #27528 [FrameworkBundle] give access to non-shared services when using test.service_container (nicolas-grekas)
35+
* bug #27584 Avoid calling eval when there is no script embedded in the toolbar (stof)
36+
* bug #27581 Fix bad method call with guard authentication + session migration (weaverryan)
37+
* bug #27576 [Cache] Fix expiry comparisons in array-based pools (nicolas-grekas)
38+
* bug #27566 [FrameworkBundle] fix for allowing single colon controller notation (dmaicher)
39+
* bug #27556 Avoiding session migration for stateless firewall UsernamePasswordJsonAuthenticationListener (weaverryan)
40+
* bug #27452 Avoid migration on stateless firewalls (weaverryan)
41+
* bug #27568 [DI] Deduplicate generated proxy classes (nicolas-grekas)
42+
* bug #27511 [Routing] fix matching host patterns, utf8 prefixes and non-capturing groups (nicolas-grekas)
43+
* bug #27326 [Serializer] deserialize from xml: Fix a collection that contains the only one element (webnet-fr)
44+
* bug #27562 [HttpKernel] Log/Collect exceptions at prio 0 (ro0NL)
45+
* bug #27567 [PhpUnitBridge] Fix error on some Windows OS (Nsbx)
46+
* bug #27357 [Lock] Remove released semaphore (jderusse)
47+
* bug #27416 TagAwareAdapter over non-binary memcached connections corrupts memcache (Aleksey Prilipko)
48+
* bug #27514 [Debug] Pass previous exception to FatalErrorException (pmontoya)
49+
* bug #27516 Revert "bug #26138 [HttpKernel] Catch HttpExceptions when templating is not installed (cilefen)" (nicolas-grekas)
50+
* bug #27501 [FrameworkBundle] Fix test-container on kernel reboot, revert to returning the real container from Client::getContainer() (nicolas-grekas)
51+
* bug #27472 [DI] Ignore missing tree root nodes on validate (ro0NL)
52+
* bug #27458 [WebProfilerBundle] fixed getSession when no session has been set deprecation warnings (GregOriol)
53+
* bug #27318 [Cache] memcache connect should not add duplicate entries on sequential calls (Aleksey Prilipko)
54+
* bug #27498 [Routing] Don't reorder past variable-length placeholders (nanocom, nicolas-grekas)
55+
* bug #27496 [DebugBundle] DebugBundle::registerCommands should be noop (ogizanagi)
56+
* bug #27485 [BrowserKit] Fix a BC break in Client affecting Panthère (dunglas)
57+
* bug #27470 [DI] Remove default env type check on validate (ro0NL)
58+
* bug #27454 [FrameworkBundle][TwigBridge] Fix BC break from strong dependency on CSRF token storage (tgalopin)
59+
* bug #27389 [Serializer] Fix serializer tries to denormalize null values on nullable properties (ogizanagi)
60+
* bug #27272 [FrameworkBundle] Change priority of AddConsoleCommandPass to TYPE_BEFORE_REMOVING (upyx)
61+
* bug #27396 [HttpKernel] fix registering IDE links (nicolas-grekas)
62+
* bug #26973 [HttpKernel] Set first trusted proxy as REMOTE_ADDR in InlineFragmentRenderer. (kmadejski)
63+
* bug #27303 [Process] Consider "executable" suffixes first on Windows (sanmai)
64+
* bug #27297 Triggering RememberMe's loginFail() when token cannot be created (weaverryan)
65+
1066
* 4.1.0 (2018-05-30)
1167

1268
* bug #27420 Revert "feature #26702 Mark ExceptionInterfaces throwable (ostrolucky)" (nicolas-grekas)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.