-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Comparing changes
Open a pull request
base repository: symfony/symfony
base: v2.7.44
head repository: symfony/symfony
compare: v2.7.45
- 17 commits
- 20 files changed
- 10 contributors
Commits on Mar 20, 2018
-
Fix check of color support on Windows
If the stream is redirected, the script should behave the same on Windows and on POSIX systems.
Configuration menu - View commit details
-
Copy full SHA for f7f8189 - Browse repository at this point
Copy the full SHA f7f8189View commit details
Commits on Apr 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3758a3b - Browse repository at this point
Copy the full SHA 3758a3bView commit details -
bug #26609 [Console] Fix check of color support on Windows (mlocati)
This PR was merged into the 2.7 branch. Discussion ---------- [Console] Fix check of color support on Windows | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | If the stream is redirected, `StreamOutput::hasColorSupport()` returns `false` on POSIX systems. On Windows, this is not always true. Before PHP 7.2 we can't say if the stream is redirected, but since PHP 7.2 we have the `stream_isatty` function that works on Windows too: let's use it. Sure, `sapi_windows_vt100_support` should return `false` if the stream is redirected, but it's in `or` with the other conditions, so the logic was flawed. Commits ------- f7f8189 Fix check of color support on Windows
Configuration menu - View commit details
-
Copy full SHA for d73f491 - Browse repository at this point
Copy the full SHA d73f491View commit details
Commits on Apr 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 60dd79c - Browse repository at this point
Copy the full SHA 60dd79cView commit details -
bug #26749 Add PHPDbg support to HTTP components (hkdobrev)
This PR was squashed before being merged into the 2.7 branch (closes #26749). Discussion ---------- Add PHPDbg support to HTTP components | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | This is a follow-up to #26677. Turns out there aren't that many remaining instances of `PHP_SAPI` checks without considering `phpdbg` where it's needed. Commits ------- 60dd79c Add PHPDbg support to HTTP components
Configuration menu - View commit details
-
Copy full SHA for eac5ede - Browse repository at this point
Copy the full SHA eac5edeView commit details
Commits on Apr 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cdde6d9 - Browse repository at this point
Copy the full SHA cdde6d9View commit details -
bug #26763 [Finder] Remove duplicate slashes in filenames (helhum)
This PR was squashed before being merged into the 2.7 branch (closes #26763). Discussion ---------- [Finder] Remove duplicate slashes in filenames | Q | A | ------------- | --- | Branch? | 2.7 up to 4.0 | Bug fix? | yes | New feature? | no | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no | Tests pass? | yes | Fixed tickets | #26757 | License | MIT This PR takes another approach to fix in excess slashes in Finder than #26337 which does a simple rtrim instead of the breaking realpath. Commits ------- cdde6d9 [Finder] Remove duplicate slashes in filenames
Configuration menu - View commit details
-
Copy full SHA for 7c4676a - Browse repository at this point
Copy the full SHA 7c4676aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 540ea11 - Browse repository at this point
Copy the full SHA 540ea11View commit details -
minor #26785 [Finder] fix tests (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- [Finder] fix tests | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 540ea11 [Finder] fix tests
Configuration menu - View commit details
-
Copy full SHA for 07f8f81 - Browse repository at this point
Copy the full SHA 07f8f81View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0ea26b - Browse repository at this point
Copy the full SHA d0ea26bView commit details -
minor #26801 Update da translations (c960657)
This PR was merged into the 2.7 branch. Discussion ---------- Update da translations | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | The Danish translations have several serious errors. This PR adjusts to official Danish orthography, and updates some texts for internal consistency and to better reflect the original English text. Commits ------- d0ea26b Update da translations
Configuration menu - View commit details
-
Copy full SHA for a90cd13 - Browse repository at this point
Copy the full SHA a90cd13View commit details
Commits on Apr 5, 2018
-
[EventDispatcher] Dispatcher in stopEventPropagation test now registe…
…rs correct listener
Configuration menu - View commit details
-
Copy full SHA for 24c460a - Browse repository at this point
Copy the full SHA 24c460aView commit details -
minor #26814 [EventDispatcher] Fix wrong listener in stopEventPropaga…
…tion test (Peter Orosz) This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #26814). Discussion ---------- [EventDispatcher] Fix wrong listener in stopEventPropagation test | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #26810 | License | MIT | Doc PR | Commits ------- 24c460a [EventDispatcher] Dispatcher in stopEventPropagation test now registers correct listener
Configuration menu - View commit details
-
Copy full SHA for c415e4c - Browse repository at this point
Copy the full SHA c415e4cView commit details
Commits on Apr 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f331d96 - Browse repository at this point
Copy the full SHA f331d96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 175e883 - Browse repository at this point
Copy the full SHA 175e883View commit details -
Configuration menu - View commit details
-
Copy full SHA for 952879e - Browse repository at this point
Copy the full SHA 952879eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42fb3a4 - Browse repository at this point
Copy the full SHA 42fb3a4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.7.44...v2.7.45